@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Montserrat:wght@100;500;700;800&family=Source+Sans+Pro:wght@200;300;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Montserrat:wght@100;500;700;800&family=Playfair+Display:wght@400;500;600;700;900&family=Source+Sans+Pro:wght@200;300;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Montserrat:wght@100;500;700;800&family=Playfair+Display:wght@400;500;600;700;900&family=Poppins:wght@100;200;300;400;500;700&family=Source+Sans+Pro:wght@200;300;600;700&display=swap');
*,
::after,
::before {
    div#myModal img {
    max-width: 100%;
}
    padding: 0;
    margin: 0;
    box-sizing: inherit;
}

a:focus,
.button:focus,
button:focus,
textarea,
.btn:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

p, a, li, table, td{ font-size:14px !important, line-height:25px !important; font-weight:400; color:#111; font-family: 'Poppins', sans-serif; }
ul,
li,
a {
    list-style: none;
    text-decoration: none;
}

h1,h2,h3,h4,h5,h6, h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{font-family: 'Playfair Display', serif !important; font-weight: 500;}

#three_block h3{ font-size:20px !important; font-weight:100 !important;}

ul,
li,
a:hover {
    list-style: none;
    text-decoration: none;
}

html {
    font-size: 14px;
    overflow-x: hidden !important;
    scroll-behavior: smooth !important;
    font-family: 'Poppins', sans-serif;
}

body {
    font-weight: 400;
    font-size: 14px;
    line-height:25px;
    font-style: normal;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizelegibility;
    transition: 0.3 !important;
    -webkit-transition: 0.3 !important;
    -moz-transition: 0.3 !important;
    -ms-transition: 0.3 !important;
    -o-transition: 0.3 !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
    position: relative;
    padding: 0 !IMPORTANT;
    margin: 0 !IMPORTANT;
    font-family: 'Poppins', sans-serif;
}

section#history tr:nth-of-type(odd) {
    background: #eee;
}

section#history th {
    background: #3498db;
    color: white;
    font-weight: bold;
}

section#history td,
th {
    padding: 10px;
    border: 1px solid #ccc;
    text-align: left;
    /*font-size: 18px;*/
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {
    section#history table {
        width: 100%;
    }
    section#history thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    section#history tr {
        border: 1px solid #ccc;
    }
    section#history td {
        border-right: 1px solid #eee;
        border-bottom: 0;
        position: relative;
        padding: 4%;
        width: 50%;
    }
    section#history td:before {
        position: absolute;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        content: attr(data-column);
        color: #000;
        font-weight: bold;
    }
}

.modal {
    z-index: 9999999 !important;
}

.text_red {
    color: #028738;
}

.bg_gray {
    BACKGROUND: #f8f8f8;
}

.thumbnail {
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
    overflow: hidden
}

.thumbnail>img {
    max-width: 100%;
    height: 100%;
    transition: all 0.3s ease
}

.thumbnail div {
    position: absolute;
    background: rgba(1, 1, 1, 0.8);
    color: #fff;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s ease;
    line-height: 300px;
    text-align: center;
    font-size: 30px;
    z-index: 2
}

.thumbnail:hover>div {
    opacity: 1
}

.bg_img_banner {
    position: relative;
}

.bg_img_banner_right {
    position: relative;
}

.bg_img_banner_right::after {
    content: "";
    background-image: url(../img/image/image2.png);
    background-repeat: no-repeat;
    width: 106px;
    height: 189px;
    position: absolute;
    top: 47%;
    right: 0;
}
div#myModal img {
    max-width: 100%;
}

.team_section_title {
    color: #028738;
    margin-bottom: 55px;
    font-size: 36px;
    padding-left: 0;
    margin-left: 0;
    text-align: left;
    margin-left: auto;
    position: relative;
    left: 0;
}

.red_text {
    color: #028738;
}

.text_white {
    color: #ffff !important;
}

.section_title h1 {
    line-height: 53px;
    font-weight: 600;
    font-size: 36px;
    letter-spacing: 1px;
}

.padding {
    padding-top: 80px;
    padding-bottom: 80px;
}

.padding_bottom {
    padding-bottom: 80px;
}

#loading {
    /* position: fixed; */
    height: 100vh;
    background: #fff url(../img/loader.gif);
    background-repeat: no-repeat;
    z-index: 9999;
    background-position: center;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #028738;
}

section#history .table-responsive::-webkit-scrollbar {
    height: 6px;
    border-radius: 10px;
    width: 4px;
    border: 4px solid #028738;
}

section#history tr td:nth-child(2) {
    font-weight: 700;
}

a.btn.btn-light {
    position: fixed;
    right: 22px;
    bottom: 9%;
    z-index: 9;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #0065b3;
    border: 0;
    color: white;
    line-height: 54px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}


/* top btn end  */

.btn_theme {
    background: #02924d;
    color: white;
    border-radius: 0;
    transition: .5s;
    font-size: 16px;
    padding: 9px 25px;
    cursor: pointer;
}

.btn_theme:hover {
    background: #0065b3;
    color: white;
}

a.btn_two {
    font-size: 14px;
    background-color: #adadad;
    color: #ffffff;
    border-radius: 50px;
    padding: 9px 16px;
    transition: .5s;
}

a.btn_two:hover {
    background: #02924d;
}


/* btn end  */

.section_title h2 {
    font-size: 25px;
    margin-bottom: 36px;
}

.slick-slide {
    margin: 0 10px;
}


/* the parent */

.slick-list {
    margin: 0 -10px;
}

section#profile_page .profile_inner_text h2 {
    text-shadow: 1px 1px 2px #111;
}

section#profile_page .profile_inner_text p {
    text-shadow: 1px 1px 2px #111;
}

.seven h1 {
    text-align: center;
    color: #222;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 27px 0;
    grid-gap: 20px;
    align-items: center;
}

.seven h1:after,
.seven h1:before {
    content: " ";
    display: block;
    border-bottom: 1px solid #02924d;
    border-top: 1px solid #02924d;
    height: 5px;
    /*background-color: #f8f8f8;*/
}

.red_text {
    color: #cf1227;
}

.bg_gray {
    background: #cbcbcb8c;
}

.bg_white {
    background: #f4f4f473;
}

.sub_banner h2 {
    text-transform: uppercase;
    letter-spacing: .03em;
    font-size: 38px;
    font-weight: bold;
    font-style: normal;
    color: #FFF;
    line-height: 50px;
    text-align: center;
    /*text-shadow: 2px 2px 4px #FFF;*/
}

.sub_banner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 40px;
    width: 40%;
}


/* btn   */

.btn {
    background-color: transparent;
    border: 2px solid #028738;
    border-radius: 0;
    color: #028738;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    width: 168px;
    margin: 0 auto;
    height: 49px;
    line-height: 36px;
}

.btn_sub {
    background-color: transparent;
    border: 1px solid #028738;
    border-radius: 0;
    color: #028738;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    width: 134px;
    margin: 0 auto;
    height: 40px;
    line-height: 26px;
}

.btn:hover,
.btn:focus {
    outline: 0;
    color: #000;
    font-weight: 500;
}

.third {
    font-weight: 500;
    border-color: #3498db;
    color: #fff;
    box-shadow: 0 0 40px 40px #3498db inset, 0 0 0 0 #3498db;
    transition: all 150ms ease-in-out;
}

.third:hover {
    color: #3498db;
    font-weight: 600;
    box-shadow: 0 0 10px 0 #3498db inset, 0 0 10px 4px #3498db;
}

.theme_btn {
    background: #0065b3;
    color: white;
    padding: 13px 33px;
    border: 2px solid #0065b3 !important;
    transition: .3s;
    cursor: pointer;
    font-weight: 600;
    position: relative;
    z-index: 99999999;
}

.theme_btn:hover {
    background: white;
    padding: 13px 33px;
    border: 2px solid #0065b3 !important;
    color: #0065b3;
}

section#banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #7E7E7E;
    opacity: 1;
}

.bg_white_main {
    background: white !important;
}

.bg_gray_main {
    background: #f4f4f4 !important;
}

.sigma_video-btn {
    display: none;
}

.sigma_video-btn:before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border: 2px solid #fff;
    animation-name: pulseInOut;
    opacity: 0;
    border-radius: 50%;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

.sigma_video-btn:after {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border: 2px solid #fff;
    animation-name: pulseInOut;
    opacity: 0;
    border-radius: 50%;
    animation-duration: 3.5s;
    animation-iteration-count: infinite;
}


/* animation */

@keyframes pulseInOut {
    0% {
        opacity: 1;
        transform: scale(.3)
    }
    100% {
        opacity: 0;
        transform: scale(1.7)
    }
}

@keyframes preloader-dual-inner-o {
    0% {
        opacity: 1;
        transform: translate(0 0)
    }
    49.99% {
        opacity: 1;
        transform: translate(80px, 0)
    }
    50% {
        opacity: 0;
        transform: translate(80px, 0)
    }
    100% {
        opacity: 0;
        transform: translate(0, 0)
    }
}

@keyframes preloader-dual-inner {
    0% {
        transform: translate(0, 0)
    }
    50% {
        transform: translate(80px, 0)
    }
    100% {
        transform: translate(0, 0)
    }
}

@-webkit-keyframes cssload-loading-ani1 {
    100% {
        -webkit-transform: translate(39px);
        transform: translate(39px);
        opacity: 0;
    }
}

@keyframes cssload-loading-ani1 {
    100% {
        -webkit-transform: translate(39px);
        transform: translate(39px);
        opacity: 0;
    }
}

@-webkit-keyframes cssload-loading-ani2 {
    100% {
        -webkit-transform: translate(19px);
        transform: translate(19px);
        opacity: 1;
    }
}

@keyframes cssload-loading-ani2 {
    100% {
        -webkit-transform: translate(19px);
        transform: translate(19px);
        opacity: 1;
    }
}

@-webkit-keyframes cssload-loading-ani3 {
    100% {
        -webkit-transform: translate(19px);
        transform: translate(19px);
    }
}

@keyframes cssload-loading-ani3 {
    100% {
        -webkit-transform: translate(19px);
        transform: translate(19px);
    }
}

@keyframes preloader-squares-inner {
    0% {
        transform: scale(1.1500000000000001)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes preloader-pulse-inner-1 {
    0% {
        top: 36px;
        height: 128px
    }
    50% {
        top: 60px;
        height: 80px
    }
    100% {
        top: 60px;
        height: 80px
    }
}

@keyframes preloader-pulse-inner-2 {
    0% {
        top: 41.99999999999999px;
        height: 116.00000000000001px
    }
    50% {
        top: 60px;
        height: 80px
    }
    100% {
        top: 60px;
        height: 80px
    }
}

@keyframes preloader-pulse-inner-3 {
    0% {
        top: 48px;
        height: 104px
    }
    50% {
        top: 60px;
        height: 80px
    }
    100% {
        top: 60px;
        height: 80px
    }
}

@keyframes preloader-gear-inner {
    0% {
        transform: rotate(0deg)
    }
    50% {
        transform: rotate(22.5deg)
    }
    100% {
        transform: rotate(45deg)
    }
}

@keyframes preloader-ripple-inner {
    0% {
        top: 96px;
        left: 96px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 18px;
        left: 18px;
        width: 156px;
        height: 156px;
        opacity: 0;
    }
}

@keyframes preloader-eclipse {
    0% {
        transform: rotate(0deg)
    }
    50% {
        transform: rotate(180deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes preloader-spinner-inner {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.black_white_arrow ul li {
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 18px;
    margin-left: -11px;
    background-size: 9%;
    background-position: left;
}

.black_arrow ul li {
    background-image: url(../img/arrow_black.png);
}

.white_arrow ul li {
    background-image: url(../img/arrow_white.png);
    background-size: 19px;
    margin-left: -4px;
}

section#program_community ul li {
    background-image: url(../img/new_arrow.png);
    background-repeat: no-repeat;
    background-size: 9% 32px;
    margin-bottom: 18px;
    margin-left: -11px;
}

h6.list_auto {
    margin-left: 43px !IMPORTANT;
}

.ytp-impression-link-logo {
    visibility: hidden !important;
}

.ytp-impression-link-logo {
    display: none !important;
}

.bg_button_icon::before {
    content: "";
    position: absolute;
    background-image: url(../img/icon/main-bg-icon.png);
    width: 500px;
    height: 500px;
    z-index: 0;
    bottom: -55px;
    left: 0;
    background-repeat: no-repeat;
}

.bg_button_icon_right::before {
    content: "";
    position: absolute;
    background-image: url(../img/icon/main-bg-icon.png);
    width: 13%;
    height: 500px;
    z-index: 999999;
    bottom: -55px;
    right: 0;
    background-repeat: no-repeat;
    transform: rotateY(-177deg);
}


/*==DEFAULT CSS END  */

ul.sub_child_menu {
    position: absolute;
    left: -144%;
    text-align: right;
    margin-top: -32px;
}

.s_top_header p {
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
    color: #111;
    margin-top: 4px;
}

.s_top_header ul li {
    float: left;
    margin-left: 5px;
}

.s_top_header ul li a {
    position: relative;
    color: #FFF !important;
    min-width: 27px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    background-color: #00ae66;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border-radius: 50%;
    height: 27px;
    line-height: 27px;
    margin: 0 3px;
    transition: .3s;
}

.s_top_header ul li a:hover {
    background-color: #21409a;
}

.mid_header {
    background: #f4f4f4;
}

.header-logo img.img-fluid {
    width: 106px;
}

header.animate__bounce.d-md-block.d-none {
    z-index: 9;
    position: relative;
}


/* HEADER STICKY  */

header ul.menu_list.d-flex.align-items-center::before {
    content: "";
    position: absolute;
    background: #028738;
    width: 106%;
    height: 79px;
    clip-path: polygon(5% 0, 100% 0%, 100% 100%, 0% 100%);
    left: -47px;
}

nav.sticky {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
}

.sticky-bar {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, .1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, .1);
    z-index: 9999;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, .1);
    background: #fff;
    height: 79px;
}

@keyframes fadeInDown {
    from {
        transform: translateY(0px);
        opacity: 0;
    }
    to {
        transform: translateY(50);
        opacity: 1;
    }
}

.header-sticky.sticky-bar ul.navbar-nav a.nav-link {
    padding: 0;
    color: black;
    font-weight: 600;
}

.header-sticky.sticky-bar ul.navbar-nav .dropbtn {
    color: black;
    font-weight: 600;
}

.header-sticky.sticky-bar .header-logo a.navbar-brand {
    color: #000;
    font-size: 36px;
}

.header-sticky.sticky-bar .nav-item {
    padding: 0;
}

.header-sticky.sticky-bar {
    background: #f6f6fe;
}

nav.header.section-header.top-header-bg.header-sticky.d-flex.justify-content-between.sticky-bar .logo img {
    width: 89px;
}

nav.header.section-header.top-header-bg.header-sticky.d-flex.justify-content-between.sticky-bar ul.menu_list li {
    margin-right: 20px;
}

nav.section-header .top-social-icon a {
    padding-left: 1.6rem;
    font-size: 14px;
}

nav.header.section-header.top-header-bg.header-sticky.d-flex.justify-content-between.sticky-bar nav ul ul {
    display: none;
    position: absolute;
    top: 55px;
    width: 371px;
}


/* HEADER STICKY END  */

nav {
    margin: 0px 0;
    z-index: 9;
    position: relative;
}

nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

nav ul li {
    display: inline-block;
}

nav a {
    display: block;
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    text-decoration: none;
    transition: .3s;
    font-weight: 500;
    text-transform: capitalize;
}

ul.menu_list li {
    padding: 0 20px;
}

nav.header.section-header.top-header-bg.header-sticky.sticky-bar li.menu_toggle span {
    display: block;
}

.overlay a {
    color: white;
}

nav.header.section-header.top-header-bg.header-sticky.sticky-bar a {
    color: #000;
    font-size: 15px;
    font-weight: 700;
    transition: .5s;
    padding: 13px 0;
}

.header-sticky.sticky-bar a.nav_link {
    color: white !important;
}

nav.header.section-header.top-header-bg.header-sticky.sticky-bar a:hover {
    color: #02924d;
    padding-left: 5px;
}

nav ul ul {
    display: none;
    position: absolute;
    top: 52px;
    width: 371px;
}

.header-sticky.sticky-bar ul.sub_menu {
    position: absolute;
    top: 63px;
}

nav ul li:hover>ul {
    display: inherit;
}

nav ul ul li {
    width: 371px;
    float: none;
    display: list-item;
    position: relative;
}

nav ul ul ul li {
    position: relative;
    top: -60px;
    left: 170px;
}

.logo img {
    width: 120px;
}

a.nav_link {
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}

.header-sticky.sticky-bar a.nav_link {
    text-shadow: unset;
    font-weight: bold;
}

li>a:after {
    content: ' +';
}

li>a:only-child:after {
    content: '';
}

ul.sub_menu {
    background: white;
    box-shadow: 2px 5px 10px rgb(0 0 0 / 30%);
    padding: 0;
}

ul.sub_menu ul {
    height: 0;
    display: none !important;
}

ul.sub_menu a:after{
    content: '' !important;
}

ul.sub_menu a {
    color: black;
    transition: .3s;
    border-bottom: 1px solid;
    padding: 12px 0;
    border-color: #80808033;
}

ul.sub_menu a:hover {
    color: #02924d;
    margin-left: 5px;
}

section#header {
    z-index: 9;
    position: relative;
    background: #00000052;
    margin-top: -14px;
    padding: 10px 20px 3px 20px;
}

ul.menu_list {
    line-height: 53px;
}

li.menu_toggle {
    background: #fff;
    padding: 0 !important;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin-left: 51px;
    z-index: 9;
}

nav.header.section-header.top-header-bg.header-sticky.d-flex.justify-content-between.sticky-bar .logo {
    padding: 5px 20px;
}


/* MENU SIDE START  */

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background: #029254b9;
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    display: block;
    transition: 0.3s;
    color: white;
}

.overlay a:hover,
.overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
    .overlay {
        overflow-y: auto;
    }
    .overlay a {
        color: white;
    }
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

nav.header.section-header.top-header-bg.header-sticky.sticky-bar .overlay-content a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: white;
    display: block;
    transition: 0.3s;
}

nav.header.section-header.top-header-bg.header-sticky.sticky-bar div#myNav a.closebtn {
    padding: 8px;
    text-decoration: none;
    font-size: 57px;
    color: white;
    display: block;
    transition: 0.3s;
}

nav.header.section-header.top-header-bg.header-sticky.sticky-bar .overlay-content a:hover {
    color: white;
}

nav.header.section-header.top-header-bg.header-sticky.sticky-bar div#myNav a.closebtn:hover {
    color: white;
    font-size: 37px;
}

.slide {
    position: relative;
    margin: 0;
    padding: 0;
}

.slide .item {
    position: relative;
    height: 100%;
}

/*.slide .item::before {
    display: block;
    padding-top: 39%;
    content: "";
}*/

.slide .item .image {
    position: relative;
    overflow: hidden;
}

section#slider .slide .item {
    height: 850px;
}

section#slider .slide li.item div {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 100%;
    width: 100%;
}

.slide .item img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    /*margin: auto;*/
    width: 100%;
}

.slide>.slick-list,
.slide>.slick-list>.slick-track,
.slide>.slick-list>.slick-track>.slick-slide>div {
    position: relative;
    height: 100%;
}

.slide-animation {
    animation: fadezoom 8s 0s forwards;
}

@keyframes fadezoom {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.3);
    }
}

section#slider {
    margin-top: 0;
}

button.slick-prev.slick-arrow::before {
    content: 'ÃƒÂ¢Ã¢â‚¬Â Ã‚Â';
    opacity: unset;
    font-size: 78px;
    z-index: 999;
    position: absolute;
    left: 58px;
}

button.slick-next.slick-arrow::before {
    content: 'ÃƒÂ¢Ã¢â‚¬Â Ã‚Â';
    z-index: 999;
    position: absolute;
    right: 38%;
    transform: rotate(137deg);
    display: inline-block;
    top: 30%;
    width: 15px;
    height: 15px;
    background: transparent;
    border-top: 2px solid #ffff;
    border-left: 2px solid #ffff;
    transition: all 250ms ease-in-out;
    text-decoration: none;
    color: transparent;
}

button.slick-prev.slick-arrow::before {
    content: 'ÃƒÂ¢Ã¢â‚¬Â Ã‚Â';
    z-index: 999;
    position: absolute;
    left: 37%;
    transform: rotate(-44deg);
    display: inline-block;
    top: 34%;
    height: 15px;
    width: 15px;
    background: transparent;
    border-top: 2px solid #ffff;
    border-left: 2px solid #ffff;
    transition: all 250ms ease-in-out;
    text-decoration: none;
    color: transparent;
}

section#slider button.slick-next.slick-arrow, section#slider button.slick-prev.slick-arrow  {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    right: 1%;
}

section#slider button.slick-prev.slick-arrow {
    left: 1%;
    position: absolute;
}

button.slick-prev.slick-arrow {
    Z-INDEX: 999;
}


/* slider end */

.work_with_logo {
    background: white;
    width: 100%;
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .5s;
    padding: 20px;
}

.we_work_content h1 {
    font-size: 27px;
    line-height: 39px;
}

.work_with_img img {
    width: 92px;
}

.work_with_text a,
.news_content h3 a {
    color: black;
    font-size: 17px;
    line-height: 25px;
    display: block;
    transition: .3s;
}

section#who_work_with .work_with_logo img {
    /*width: 0%;
    border-radius: 50px;*/
  width: auto !important;
    height: 55px;

}

.work_with_text a:hover,
.news_content h3 a:hover {
    color: #028134;
}

.s_home_news .news_img {
    height: 313px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50% center;
    background-size: cover;
}

.s_home_news .news_des {
    position: relative;
    background-color: white;
    padding: 50px 30px 30px;
    border: 1px solid #e9e9e9;
}

.s_home_news .news_des .news_date {
    position: absolute;
    background-color: #00ae66;
    left: 30px;
    top: -65px;
    padding: 15px 20px;
}

.s_home_news .news_des .news_date h4 {
    color: white;
    line-height: 25px;
    margin-bottom: 0px;
}

.news_date {
    background-color: #00ae66;
    position: absolute;
    top: 247px;
    padding: 15px 20px;
    border-radius: 0;
    text-align: center;
    color: white;
    left: 32px;
}

.news_date h4 {
    padding: 1px;
    font-size: 18px;
    line-height: 23px;
    font-weight: 500;
}

.news_img {
    overflow: hidden;
}

.news_img img {
    height: 312px;
    width: 100%;
    transition: .5s;
    transform: scale(1);
    cursor: pointer;
    object-fit: cover;
}

.news_img img:hover {
    transform: scale(1.3);
}

.news_des h5 a {
    color: black;
    font-weight: 700;
    transition: .3s;
}

.news_des {
    padding: 44px 30px 33px;
}

.news_des h5 a:hover {
    color: #00a651;
}

.news_men {
    border: 1px solid #3f23233b;
    overflow: hidden;
}

.news_list_img {
    width: 33%;
}

.news_list_img img {
    min-height: 151px;
    max-height: 151px;
    object-fit: cover;
}

.news-listing-panel {
    border: 1px solid #3f23233b;
}

.news_list_des {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.time-location-panel p {
    color: red;
    font-weight: 500;
}

.news-listing-panel {
    margin-bottom: 20px;
    overflow: hidden;
    align-items: center;
}

.news_list_des h5 a,
.program_content li a {
    transition: .3s;
}

.program_content li a {
    font-size: 15px;
}

.news_list_des h5 a:hover,
.program_content li a:hover {
    color: #00a651;
}


/* EVENTS START  */

section#events{ background: #111; }
section#events h4, section#events h1{ color: #FFF; }

.video_block .embed-responsive iframe.embed-responsive-item {
    min-height: 262px;
    max-height: 262px;
}

.video_block h4 {
    font-size: 17px;
    margin-top: 12px;
    line-height: 27px;
}

.video_block {
    /*padding: 10px;*/
    /*background-color: #fff;
    border: 1px solid #dee2e6;*/
    max-width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 34px;
}

.three_block_img img {
    height: 90px;
    margin-bottom: 8px;
}

.three_block_content a {
    transition: .3s;
    text-transform: capitalize;
}

.three_block_content a:hover {
    color: #00924a;
}

.three_block:hover,
.work_with_logo:hover {
    transform: translateY(-10px);
}

.three-blockpanel {
    background: white;
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .5s;
    padding:20px;
}

.three_block{
    background: white;
    width: 100%;
    height: 270px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*justify-content: center;*/
    transition: .5s;
    margin-bottom:30px;
    
}

.program_content h3 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
}

.program_content li a {
    font-size: 15px;
    padding-bottom: 15px;
    display: block;
    color: #000000ad;
}

section#program .three_block_img {
    margin-top: -60px;
    background: white;
    border-radius: 100px;
    /*overflow: hidden;*/
}

section#program .three_block_img img {
    height: 132px;
    margin-bottom: 5px;
}

footer#footer {
    background: #006c3d;
}

footer#footer a.text_white {
    transition: .3s;
}

footer#footer a.text_white:hover {
    color: #028738 !important;
}

footer#footer ul.footer_social_icon a {
    background: #0065b3;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

footer#footer ul.footer_social_icon a:hover {
    background: #058d4b;
}

footer#footer ul.footer_social_icon {
    margin-top: 23px !important;
}

footer#footer .header-logo img {
    width: unset;
}

footer#footer {
    background-image: url(../img/footer-img.png);
    width: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    padding-bottom: 0;
    margin-bottom: 0;
    background-position: left;
    background-size: cover;
}

footer#footer::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 80%;
    background: #006c3d85;
}

footer#footer .footer-title.text_white.footer_after ul li a {
    color: white !important;
    font-weight: 500;
}

.footer-logo-box.text_white p {
    font-weight: 600;
}

footer#footer p.text_white {
    font-weight: 600 !important;
}


/*FOOTER END  */

section#reports #donwloader {
    background-color: #02924d;
    margin: 0 auto;
    fill: none;
    stroke: white;
    stroke-width: 2px;
    stroke-linejoin: round;
    stroke-linecap: round;
    margin-top: 22px;
    cursor: pointer;
}

section#reports #arrow {
    animation: donwload 1.4s ease infinite;
}

section#reports #base {
    transform-origin: 20px 28px;
    animation: open 1.4s ease-in-out infinite;
}

@keyframes donwload {
    0% {
        transform: translateY(0px);
    }
    35% {
        transform: translateY(10px);
    }
    50% {
        transform: translateY(0px);
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 0;
    }
}

@keyframes open {
    0% {
        transform: scale(1, 1);
    }
    15% {
        transform: scale(1, 1);
    }
    23% {
        transform: scale(1.1, 1);
    }
    29% {
        transform: scale(0.9, 1);
    }
    31% {
        transform: scale(1, 1);
    }
    100% {
        transform: scale(1, 1);
    }
}

.news_list_des h5 a {
    transition: .3s;
}

.news-listing-panel {
    margin-bottom: 20px;
    overflow: hidden;
    align-items: center;
    border: 1px solid #3f23233b;
}

.time-location-panel p {
    color: #02924d;
    font-weight: 500;
    margin-bottom: 0px !important;
}


.div_wrapp {
    padding: 29px;
    background: #02924d;
}

section#reports .news_list_des h5 {
    color: white;
    line-height: 25px;
    margin-bottom: 0;
}


/* PUBLICATION END   */

section#program .program_content ul li {
    color: #00000024;
    /*border-bottom: 1px solid;*/
}

footer#footer .footer-title.text_white.footer_after {
    transition: .3s !IMPORTANT;
}

footer#footer .footer-title.text_white.footer_after a:hover {
    color: #033e6c !IMPORTANT;
}

header.animate__bounce.d-md-block.d-none nav.header.section-header.top-header-bg.header-sticky.d-flex.justify-content-between.sticky-bar ul.sub_menu {
    background: white;
    box-shadow: 2px 5px 10px rgb(0 0 0 / 30%);
    padding: 0;
    transform: translateY(0px);
}

.list_block_about {
    background: white;
    height: 40px;
    border-radius: 100px;
    line-height: 40px;
    color: #0065b3;
    border: 5px solid #0065b3;
    padding: 0px 15px;
    height: 100%;
    margin-right: 20px;
}


/* about page  */

section#banner {
    height: 250px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0px;
    /* background-attachment: fixed; */
    backface-visibility: hidden;
    /* clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%); */
    background-attachment: fixed;
    background-position: 10% center;
    background-repeat: no-repeat;
    background-size: cover;
}

section#profile_three_box {
    background: #2bae68;
    width: 100%;
    padding: 50px 0px 15px 0px;
}
section#profile_three_box .seven h1{ color: #FFF; }
section#profile_three_box .seven h1:after, section#profile_three_box .seven h1:before {
    content: " ";
    display: block;
    border-bottom: 1px solid #FFF;
    border-top: 1px solid #FFF;
    height: 5px;
    /* background-color: #f8f8f8; */
}

.banner_content {
    position: absolute;
    top: 50%;
    left: 28%;
    transform: translate(-28%, -50%);
    padding: 40px 54px;
    width: 25%;
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    background: #0287389e;
}

li.breadcrumb-item.active {
    font-size: 32px;
    color: white;
    font-weight: 700;
}

li.breadcrumb-item a {
    font-size: 25px;
    color: white;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: white;
    content: "/";
    font-weight: 400;
}

.about_img img {
    height: 376px;
    width: 100%;
    object-fit: cover;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #8080809e;
    margin-bottom: -56px;
    transform: scale(1);
    overflow: hidden;
    transition: .5s;
    margin-top: 60px;
    margin-left: 60px;
}

.about_img img:hover {
    transform: scale(1.12);
}

.about_img:before {
    background: #2bae68;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 368px;
    width: 95%;
}

.inner_page_title h2 {
    font-size: 25px;
    font-weight: 700;
}

section#about_video .video_block .embed-responsive iframe.embed-responsive-item {
    min-height: 386px;
    max-height: 390px;
}
section#introduction{ padding: 80px 0px 130px 0px; }
.objective-panel h1{ color: #FFF; }
.objective-panel .seven h1:after, .objective-panel .seven h1:before {
    content: " ";
    display: block;
    border-bottom: 1px solid #FFF;
    border-top: 1px solid #FFF;
    height: 5px;
    /* background-color: #f8f8f8; */
}

section#banner-profile {
    height: 1000px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0px;
    /* background-attachment: fixed; */
    backface-visibility: hidden;
    /* clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%); */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section_sub_title ul li h6 {
    font-weight: 500;
    line-height: 26px;
    font-size: 17px;
    margin-left: 39px !IMPORTANT;
}

.white_arrow ul li h6 {
    font-weight: 500;
    line-height: 24px;
    font-size: 17px;
    margin-left: 28px !IMPORTANT;
    text-align:left;
}

section#about_video {
    background: #028738;
}


/* team */

.team-single-img img.img-fluid.rounded.shadow-sm {
    border: 1px solid #80808030;
    padding: 11px;
    background: white;
    object-fit: cover;
}

.team-detail-men {
    position: absolute;
    top: 50%;
    background: #fff;
    left: -10%;
    padding: 30px;
    padding-bottom: 49px;
    box-shadow: 0 3px 16px 0 rgb(0 0 0 / 11%);
    transform: translateY(-50%);
    z-index: 99;
}

.team-name h4 {
    font-weight: 700;
    color: black;
}

.team-name h2 {
    font-size: 32px;
    color: #0065b3;
}

li.list-inline-item {
    width: 36px;
    height: 36px;
    line-height: 36px;
    /* border-radius: 50%; */
    background: #45a151;
    text-align: center;
}

section#message-chairman li.list-inline-item a {
    color: white;
}

.team-single-img img {
    min-height: 500px;
    max-height: 500px;
    object-fit: cover;
    width: 100%;
}

.team_block {
    /* margin: 20px; */
    padding: 27px;
    margin-top: 28px;
}

section#team_page button.readmore__toggle {
    position: absolute;
    right: 14px;
    bottom: 7px;
    background: unset;
    color: black;
    font-weight: 700;
    color: #0065b3;
    border: unset !important;
}

section#team_page {
    margin-top: -96px;
    padding-top: 182px;
}

.read_more_team {
    color: #0065b3 !IMPORTANT;
    font-weight: 700;
    cursor: pointer;
}

.team_block h3 {
    font-size: 21px;
    font-weight: 700;
}

.team_block.bg-white h4 {
    font-size: 15px;
}


/* team end*/

.profile_img img {
    border-radius: 50%;
}

.profile_page_text {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    backface-visibility: hidden;
    height: 394px;
}

.profile_inner_text {
    z-index: 9;
}

.profile_page_text::before {
    content: "";
    position: absolute;
    background: #0065b340;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.twelve h1 {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    display: inline;
}

.twelve h1:before {
    background-color: #028738;
    content: '';
    height: 3px;
    width: 75px;
    position: absolute;
    left: 0;
    top: -10px;
}

.twelve h1:after {
    background-color: #028738;
    content: '';
    position: absolute;
    right: 0%;
    bottom: -17px;
    height: 3px;
    width: 75px;
    margin-bottom: 0.25em;
}

.twelve h1 {
    position: relative;
}

.twelve {
    margin-bottom: 27px;
    text-align: center;
}

.img_program {
    overflow: hidden;
}

.img_program img {
    min-height: 400px;
    max-height: 400px;
    object-fit: cover;
    width: 100%;
    object-position: center;
    transform: scale(1);
    transition: .5s;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.img_program img:hover {
    transform: scale(.9);
    min-height: 400px;
    max-height: 400px;
    object-fit: cover;
    width: 100%;
    object-position: center;
    transition: .5s;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.program_title h2 {
    position: relative;
    margin-bottom: 29px !important;
    text-transform: capitalize;
    font-size: 30px;
    line-height: 40px;
}

.program_title h2::before {
    content: "";
    position: absolute;
    width: 25%;
    height: 2px;
    background: #ccddd39e;
    bottom: -12px;
}


/* section#news_page {
   background: #f8f8f8;
} */

.bg_gary_new {
    background: #f8f8f8;
}

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
    margin-bottom: 35px;
}

.widget_categories {
    border-top: 4px solid #028738;
    background: #fff;
    padding: 30px 0 30px 0;
}

li.cat-item {
    padding: 0 35px;
    font-size: 16px;
    line-height: 23px;
    color: #000;
    transition: all 0.3s ease;
}

li.cat-item a:hover {
    color: #028738;
}

li.cat-item a {
    display: block;
    padding: 21px 0;
    border-bottom: 1px solid #808080;
    position: relative;
    color: #000;
    font-weight: 500;
    line-height: 26px;
    font-size: 16px;
}

.widget.widget_categories h4.widget__title {
    padding-left: 27px;
    color: black;
}

.list {
    display: flex;
    flex-wrap: wrap;
    margin-left: 30px;
    margin-top: 17px;
}

.list li {
    background: white;
    margin-bottom: 10px;
    border: 1px solid;
    border: 1px solid #eeeeee;
}

ul.list li a {
    padding: 20px 7px;
    color: #000000c9;
}

section#news_page .blog_men_block {
    margin-bottom: 30px;
}

section#news_page .blog_img img {
    height: 270px;
    object-fit: cover;
    width: 100%;
}

.news_right_date h2 {
    background: #07853e;
    color: white;
}

.news_right_title_sub a h3 {
    font-size: 16px;
    line-height: 24px;
    color: black;
    transition: .3s;
    margin-bottom: 0;
}

.news_right_title_sub a h3:hover {
    color: #07853e;
}

.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    font-size: 22px;
}

.pagination a.active {
    background-color: #028738;
    color: white;
    border: 1px solid #028738;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

section#news_detail .blog_img img {
    height: auto;
    object-fit: cover;
    width: 100%;
    object-position: center;
}

.news_detail.mt-3{ padding:20px;}

section#news_detail .blog_men_block {
    box-shadow: unset;
    border: 0;
}

section#news_detail .blog_men_block:hover {
    box-shadow: unset;
}

section#news_detail .blog_text_block h3 a {
    font-size: 22px;
    line-height: 29px;
}

section#news_detail .blog_text_block {
    border: 0;
}

section#news_page h5.team_section_title {
    color: #981a3a;
    margin-bottom: 55px;
    font-size: 36px;
    padding-left: 0;
    margin-left: 0;
    text-align: left;
    margin-left: auto;
    position: relative;
    left: 0;
}

section#news_page .sub_title h5::before {
    top: 22px;
}

.alunmi_wrapp {
    padding: 40px;
    background-color: white;
    border-radius: 4px 4px 0px 0px;
}

.blog_img {
    overflow: hidden;
    position: relative;
    border: 1px solid #DCDFE8;
}

.blog_text_block {
    border: 1px solid #DCDFE8;
    width: 85%;
    margin: 0 auto;
    margin-top: -53px;
    z-index: 9999;
    position: relative;
    padding: 20px;
    background: #fff;
}

.news_right_two {
    background: white;
}

.news_right_block {
    box-shadow: 0 15px 40px rgb(0 0 0 / 8%);
    margin-bottom: 33px;
    background: white;
}

.blog_text_block span {
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 16px;
    color: #878787;
    display: block;
}

.blog_text_block h3 {
    margin: 0;
}

.blog_text_block h3 a {
    font-size: 17px;
    line-height: 27px;
    font-weight: bold;
    display: inline;
    color: #555;
    transition: .2s;
    display: block;
}

.blog_text_block h3 a:hover {
    color: #028738;
}


/* photo */

.btn:focus,
.btn:active,
button:focus,
button:active {
    outline: none !important;
    box-shadow: none !important;
}

#image-gallery .modal-footer {
    display: block;
}

.thumb {
    margin-top: 15px;
    margin-bottom: 15px;
}


/* publication */

.card {
    width: 100%;
    cursor: default;
    border-radius: 0 !important;
    transition: transform 0.3s ease-in-out;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.card:hover {
    transform: translateY(-0.5rem);
}

figure.card-img img {
    height: 214px;
    object-fit: cover;
    width: 100%;
    object-position: center;
    cursor: pointer;
}

.card-img figcaption {
    font-size: 0.85rem;
    padding: 0.5rem;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.card-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    cursor: pointer;
    color: black;
    transition: .3s;
    margin-bottom: 0;
}

.card-title:hover {
    color: #028738;
}


section#history .section_sub_title {
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    padding: 30px 20px 20px;
}

section#history .grey-box{ background: #e9e9e9; padding: 30px; }
section#history .grey-box-border{ border:1px solid #e9e9e9; padding: 30px; }
.sub_banner_round {
    width: 370px;
    border-radius: 50%;
    height: 370px;
    position: absolute;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
}

.sub_banner_round_one {
    top: 20%;
    left: 21.6%;
    background: #028738;
    opacity: 0.8;
}

.sub_banner_round_two {
    top: 35%;
    left: 40.5%;
    background: #008fd2;
    opacity: 0.8;
}

.sub_banner_round_three {
    top: 50%;
    left: 59.2%;
    background-color: #3a4a3f;
    opacity: 0.8;
}

.sub_banner_round h2 {
    font-weight: 700;
}

.sub_banner_round h2, .sub_banner_round p{color:#FFF; text-align:center;}
.inner_page_titles p{text-align:center;}
.program_time_title h1 {
    font-family: 'Laila', sans-serif;
    font-size: 36px;
    line-height: 47px;
    font-weight: bold;
}

.man_wrapper.bg_gray {
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    box-shadow: rgb(17 12 46 / 15%) 0px 48px 100px 0px;
    background: #014617;
    background-image: linear-gradient(to bottom right, #028738, #002A00);
    color: white;
    padding: 42px;
}

section#program_time {
    margin-top: -189px;
}

.program_time_title h1 span {
    color: white;
    font-weight: 700;
}

section#program_time .program_time_right i.fa {
    font-size: 25px;
}

.program_time_title {
    box-shadow: rgb(17 12 46 / 15%) 0px 48px 100px 0px;
    background: #028738;
    color: white;
    padding: 42px;
    min-height: 309px;
    display: flex;
    flex-direction: column;
    padding: 51px;
}

.program_time_right {
    box-shadow: rgb(17 12 46 / 15%) 0px 48px 100px 0px;
    color: white;
    background-image: linear-gradient(to bottom right, #0065B3, #00B1C6);
    min-height: 309px;
    display: flex;
    align-items: center;
    padding: 51px;
}

.program_time_right img {
    width: 43px;
    border-radius: 100px;
    border: 4px solid white;
}

.program_time_right li {
    font-family: 'Laila', sans-serif;
}

section#profile_page .inner_page_title h2 {
    font-size: 32px;
    font-weight: bold;
}

section#profile_page .inner_page_title_main {
    border-width: 5px;
    border-style: solid;
    border-color: #028738;
    margin-top: 28px;
}

.img_profile img {
    min-height: 386px;
    max-height: 386px;
    object-fit: cover;
    width: 100%;
    border: 1px solid #8080809e;
    margin-top: 28px;
}

section#contact iframe.w-100 {
    border: 1px solid #80808059 !IMPORTANT;
}

.contact_blog_main {
    background-image: linear-gradient(to bottom right, #028738, #002A00);
    color: white;
    height: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -7px;
    justify-content: center;
}

.contact_blog_main h4 {
    font-size: 18px;
    line-height: 28px;
}

.date_block {
    position: absolute;
    background: #038a3a;
    color: white;
    left: 11%;
    top: 25px;
}

section#news_detail .date_block {
    position: absolute;
    left: 8%;
    padding: 15px;
    top: 33px;
}

section#news_detail .news_detail h3 a {
    font-size: 25px;
    transition: .5s;
}

section#news_detail .news_detail h3 a:hover {
    color: #028738 !important;
}

.date_block h2 {
    font-size: 30px;
    line-height: 27px;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    padding: 14px;
    justify-content: center;
    align-items: center;
}

.date_block h2 small {
    font-size: 15px;
}

.news_right_title h2 {
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%);
    background: #07853e;
    height: 63px;
    line-height: 43px;
    color: white;
    font-size: 23px;
    text-align: center;
    font-weight: 700;
}

.news_right_block {
    box-shadow: 0 15px 40px rgb(0 0 0 / 8%);
    margin-bottom: 33px;
}

.news_right_date h2 {
    background: #ff0000bd;
    color: white;
    display: flex;
    flex-direction: column;
    padding: 9px;
    margin-bottom: 0;
}

.news_right_date h2 strong {
    font-weight: 400;
    font-size: 28px;
}

.news_right_title_sub h6 {
    font-size: 14px;
    color: gray;
    margin-top: 7px;
}

section#program_time .program_time_title p {
    color:#FFF;
    overflow: hidden;
}

#ddd {
    width: 100%;
    word-wrap: break-word;
}

section#img_gallery .moretext {
    display: none;
}

section#img_gallery .modal-lg {
    max-width: 511px;
}

section#img_gallery .modal-body {
    padding: 0px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
}

section#img_gallery .modal-content {
    margin-top: 150px;
}

section#img_gallery .modal-body img#image-gallery-image {
    height: 45 0px;
    object-fit: cover;
    object-position: center;
}

ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.tabs li {
    background: none;
    cursor: pointer;
    font-size: 30px;
    color: #222;
    letter-spacing: 1px;
    text-transform: uppercase;
    align-items: center;
    font-weight: 700;
}

ul.tabs li.current {
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 0;
    border-bottom: 3px solid #028738;
    color: #028637;
}

.tab-content {
    display: none;
    padding: 15px;
}

.tab-content.current {
    display: inherit;
}

ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: center;
}

.img_wrapp {
    width: 40%;
}

section#reports .news-listing-panel {
    margin-bottom: 26px;
    overflow: hidden;
    align-items: center;
}


/* annual report  */

figure.snip1220 img {
    width: 100%;
    height: 293px;
    object-fit: cover;
    border: 1px solid rgb(0 0 0 / 20%);
}

section#reports .report_section {
    width: 83%;
    background: white;
    position: absolute;
    bottom: -19%;
    left: 8%;
    align-items: center;
    box-shadow: 0 0px 3px 0 rgb(0 0 0 / 20%);
}

section#reports .report_section h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 0;
    padding: 33px;
}

section#reports .columb_margin {
    margin-bottom: 69px;
}

section#reports .news_right_title h2 {
    font-size: 20px;
}

section#reports .news_right_title_sub a h3 {
    font-size: 15px;
    line-height: 21px;
}

section#reports .news_right_title_sub h6 {
    font-size: 11px;
    color: gray;
}

section#reports .news_right_date h2 {
    font-size: 20px;
}

body {
    background: #2c29290a !important;
}

.news_right_date small {
    font-size: 13px;
}


/* contact us */

section#contact_page svg {
    height: 23rem;
    margin-right: 4rem;
}

section#contact_page #envelope {
    animation: float 2s ease-in-out infinite;
}

#star1,
#star2,
#star3,
#star4,
#star5,
#star6 {
    animation: blink 1s ease-in-out infinite;
}

#star2 {
    animation-delay: 100ms;
}

#star3 {
    animation-delay: 500ms;
}

#star4 {
    animation-delay: 700ms;
}

#star5 {
    animation-delay: 300ms;
}

#star6 {
    animation-delay: 200ms;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes blink {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

section#contact_page form {
    min-width: 25rem;
}

section#contact_page form .title {
    font-family: 'Pacifico', cursive;
    color: #212529;
    font-size: 2.5rem;
}

section#contact_page form .form-control {
    background-color: #FFF;
    /*border-radius: 2rem;*/
    border: 1px solid #e9e9e9;
    /*box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.11);*/
}

section#contact_page form .form-control.thick {
    height: 3.3rem;
    padding: 0.5rem 3.5rem;
}

section#contact_page form .form-control:focus {
    background-color: #f2f6f8;
    border: none;
    box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.11);
}

section#contact_page form .message .form-control {
    padding: 0.5rem 1.8rem;
}

section#contact_page form ::placeholder {
    font-weight: 600;
    font-size: 1.1rem;
    color: #838788;
    position: relative;
    left: 0;
}

form input,
form textarea {
    color: #212529;
    font-size: 1.1rem;
}

section#contact_page form .icon {
    color: #57565c;
    height: 1.3rem;
    position: absolute;
    left: 1.5rem;
    top: 21px;
}

section#contact_page .btn.btn-primary {
    font-weight: bold;
   /* height: 2.5rem; */
    padding: 0 3rem;
    border: 1px solid #028738;
    /*border-radius: 3rem;*/
    width: 100%;
    color: #028738;
}
section#contact_page .btn.btn-primary:hover{color: #FFF;}

section#contact_page .btn.btn-primary:hover:enabled {
    box-shadow: 0 0.5em 0.5em -0.4em #ff923c ba;
    background-size: 100% 100%;
    transform: translateY(-0.15em);
}

section.contact_map {
    margin-bottom: -6px !important;
}


/*=== CONTACT START  */

section#contact .map .contact_block .table td,
.table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 0;
    padding-left: 0rem;
    padding-bottom: 0rem;
    color: white;
    font-size: 19px;
    line-height: 30px;
}

section#contact_page{ margin-bottom: 50px; }

section#contact_page .contact-panel{
    background: #0077b5; padding: 58px;}

    section#contact_page .contact-panel h2{ color: #7ac0e5; border-bottom: 1px solid #7ac0e5; margin-bottom: 30px; }
    section#contact_page .contact-panel h4, section#contact_page .contact-panel p{ color:#FFF; }
    section#contact_page .contact-panel h4{ margin-bottom: 0px !important; }
    section#contact_page .form-panel{ border: 1px solid #0077b5; padding: 20px 30px; }
    .padding-left-0{ padding-left: 0px !important; }
    .padding-right-0{ padding-right: 0px !important; }

span.d-block.add_space {
    padding-left: 29px;
}

section#contact .map .contact_block li {
    line-height: 23px;
}

.map iframe {
    min-height: 463px;
}

section#get_touch input {
    color: #495057 !important;
}

.contact_block {
    width: 24%;
    position: absolute;
    top: 50%;
    left: 17%;
    transform: translate(-14%, -50%);
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    background: #028738;
    height: 100%;
}

.contact_block h5 {
    font-size: 36px;
    font-weight: 700;
}

.contact_block li {
    font-size: 12px;
    font-weight: 500;
    color: #ffffffde;
}

span.conten_add {
    padding-left: 29px;
}

section#get_touch .header-content h2 {
    font-size: 50px;
}

section#get_touch .header-content p {
    line-height: 28px;
}

section#contact {
    margin-top: -70px;
}


/*= CONTACT END  */

.news_right_date {
    width: 90px;
}

section#history .section_sub_title ul li h6 {
    margin-left: unset !important;
    color: #028738;
}

section#history .section_sub_title ul li h6 b {
    font-size: 17px;
    padding-right: 7px;
}

section#advocacy_through li {
    list-style: disc;
}

section#advocacy_through .div_content_block ul li {
    margin: 10px 0 10px 24px;
}

::marker {
    color: #028738;
    font-size: 23px;
}

.twelve.text-left.pr-4.position-relative::before {
    content: "";
    background: #028738;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
}

.team-content a h2:hover {
    color: #028738!important;
}

section#program_time .program_time_right ul li {
    margin-bottom: 22px;
    display: flex;
    color:#FFF;
}

section#program_time .program_time_right ul li span {
    display: block;
    width: 39px;
}

section#program_time .program_time_right ul li {
    font-weight: 600;
}

.program_time_right ul {
    margin-bottom: 0;
}

section#program_time .program_time_right ul li:nth-child(4) {
    margin-bottom: 0;
}

.banner_content p {
    margin-bottom: 0;
    color:#fff;
}

section#history .section_sub_title.bg-white h1 {
    font-size: 22px;
}

.work_with_text h4 {
    margin-bottom: 0;
}

.news_right_title h2 {
    margin-bottom: 0;
}


/* sdlfjksdlfjk  */

.duration_block h1 {
    color: #4a574d;
    text-shadow: 1px 0px #eee, 0px 1px #ccc, 2px 1px #eee, 1px 2px #ccc, 3px 2px #eee, 2px 3px #ccc, 4px 3px #eee, 3px 4px #ccc, 5px 4px #eee, 4px 5px #ccc, 6px 5px #eee, 5px 6px #ccc, 7px 6px #eee, 6px 7px #ccc, 8px 7px #eee, 7px 8px #ccc, 8px 8px #eee;
    font-size: 75px;
}

.duration_right {
    height: 300px;
    background: #028738;
    color: white;
    display: flex;
    align-items: center;
    padding: 46px;
    overflow: hidden;
}

.duration_left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40%;
    padding: 36px;
}

.duration_left h3 {
    font-weight: bold;
    text-shadow: 0.02em 0.03em #fff, 0.05em 0.06em #4a574d;
    font-style: italic;
    font-size: 37px;
    font-family: 'Laila', sans-serif;
    line-height: 50px;
}

.announcement_block {
    margin-top: 87px;
}

.div_title_content {
    margin-top: 87px;
    padding: 33px;
}

section#advocacy_through .twelve h1 {
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    display: inline;
}

.duration_block {
    border: 1px solid #80808052;
}

.border_right {
    border-right: 1px solid #80808052;
}

.download_publication {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

section#publication .card-body h2 {
    padding: 9px;
}


/* top button*/

#button {
    display: inline-block;
    background-color: #0065b3;
    width: 50px;
    height: 50px;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

section#about_video .ytp-impression-link-logo {
    visibility: hidden !important;
}

.news_section .news_list_des {
    width: 70%;
}

.news_section .news_list_img {
    width: 30%;
}

section#news_section .news_date h4 strong {
    font-size: 35px;
}

section#news_section .news_date {
    padding: 20px;
}

.seven {
    margin-bottom: 35px;
}

section#program .three_block {
    margin-top: 18px;
}

section#news_section .news_list_des {
    width: 67%;
}


/* MENU START */

section#history {
    transform: unset !important;
    background: white;
    width: 64%;
    margin: 0 auto;
    margin-top: 100px;
}

.timeline ul li {
    list-style-type: none;
    position: relative;
    width: 6px;
    margin: 0 auto;
    padding-top: 0px;
    background: #fff;
}

.timeline ul li::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) rotate(45deg);
    width: 20px;
    height: 20px;
    z-index: 2;
    background: #fff;
}

.timeline ul li div {
    position: relative;
    bottom: 0;
    width: 400px;
    padding: 20px;
    box-shadow: 4px 13px 30px 1px #e0e0e0;
    /* box-shadow: 4px 13px 30px 1px rgba(80, 100, 0, 0.2); */
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.timeline ul li div time {
    position: absolute;
    background: #dc3545;
    width: 80px;
    height: 30px;
    color: white;
    top: -15px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 2px;
}

.timeline ul li div div {
    height: 166px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.timeline ul li div div p {
    text-align: center;
}

.timeline ul li div .discovery {
    margin-right: 10px;
}

.timeline ul li:nth-of-type(odd)>div {
    left: 45px;
    width: 555px;
    height: 217px;
}

.timeline ul li:nth-of-type(even)>div {
    left: -603px;
    width: 555px;
    height: 217px;
}

.timeline ul li div {
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.timeline ul li:nth-of-type(odd) div {
    transform: translate3d(100px, -10px, 0) rotate(10deg);
}

.timeline ul li:nth-of-type(even) div {
    transform: translate3d(-100px, -10px, 0) rotate(10deg);
}

li.breadcrumb-item h3 {
    font-size: 22px;
    margin-bottom: 5px;
}

.timeline ul li.in-view div {
    transform: none;
    visibility: visible;
    opacity: 1;
    background: white;
}

@media screen and (max-width: 900px) {
    .timeline ul li div {
        width: 250px;
        flex-direction: column;
    }
    .timeline ul li div div {
        width: 80%;
        margin: 10px;
    }
    .timeline ul li:nth-of-type(even)>div {
        left: -289px;
    }
}

@media screen and (max-width: 991px) {
    .timeline ul li {
        margin-left: 20px;
        margin-bottom: 48px;
    }
    .timeline ul li div {
        width: calc(100vw - 91px);
    }
    .timeline ul li:nth-of-type(even)>div {
        left: 45px;
    }
}

@media (max-width: 425px) {
    .timeline ul li div div {
        width: 86%;
        margin: 10px;
    }
    .timeline ul li {
        margin-left: 6px;
        margin-bottom: 34px;
    }
}

.discovery h1 {
    font-size: 19px;
    line-height: 25px;
}

section#milestone .scientist p {
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
}

section#milestone {
    /* background: #4788c8; */
    /*margin-top: -80px;*/
}

.fancybox-overlay{
    z-index: 99999 !important;
}

.show_menu a:after{
    content: '';
}

.show_menu .show_menu{
    display: none !important;
}
.text-white p{
    color: #fff !important;
}
section.home-child-right{ background:#FFF !important; padding:0px !important; text-align:center;}
.page_link {
    position: fixed;
    top: 50%;
    right: 1px;
    z-index: 999;
    text-align: right;
    transform: translateY(-50%);
    background: #DC4C64;
    padding: 10px 15px;
    border-top-left-radius: 20px ;
    border-bottom-left-radius: 20px ;
}
section#slider {
    position: relative;
}
.page_link ul li a {
    color: #FFF;
    font-weight: 700;
    padding-bottom: 6px;
    display: inline-block;
    text-transform: capitalize;
    border-bottom: 1px solid #f69fae;
}
.page_link ul li a: :last-child {   
    border-bottom: 0px solid #f69fae !important;
}
.page_link ul li a:hover{color: #f69fae;}
#button{
    z-index: 9999999;
}