* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    background: #fff;
}

@media (max-width: 991px) {
    body {
        margin-top: 72px;
    }
}


/*------------------------------------------------------------------
[x. Typography
*/

body,
button,
input,
select,
optgroup,
textarea {
    color: #696969;
    /* font-family: "Roboto", sans-serif; */
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
a h1,
a h2,
a h3,
a h4,
a h5,
a h6 {
    clear: both;
    font-weight: 400;
    line-height: 1.4;
    /* font-family: "Roboto", sans-serif; */
    font-family: 'Rubik', sans-serif;
    color: #000000;
}
h1 {
    font-size: 60px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 16px;
}

@media (min-width: 576px) {
    h1 {
        font-size: 60px;
        line-height: 72px;
    }
    h2 {
        font-size: 36px;
        line-height: 48px;
    }
    h3 {
        font-size: 30px;
        line-height: 48px;
    }
    h4 {
        font-size: 24px;
        line-height: 32px;
    }
    h5 {
        font-size: 20px;
        line-height: 24px;
    }
    h6 {
        font-size: 16px;
        line-height: 30px;
    }
}

p {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 15px;
}

@media (min-width: 576px) {
    p {
        font-size: 16px;
    }
}


a {
    color: #000000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a:visited {
    color: #000000;
    outline: none;
}
a:hover,
a:focus,
a:active {
    
    color: #dc0d15;
    /* color: #000000; */
    text-decoration: none;
    outline: none;
}
a:focus {
    outline: thin dotted;
    outline: none;
}
a:hover,
a:active {
    outline: 0;
}

/* img {
    height: auto;
    max-width: 100%;
} */
input {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ecf0f3;
    outline: none;
    padding: 12px 20px;
    outline: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
select {
    border: 1px solid #ecf0f3;
}
textarea {
    width: 100%;
    outline: none;
}



/*------------------------------------------------------------------
[x. Header Section : Homepage]
*/
.section-header {
    text-align: center;
    margin-bottom: 30px;
}
@media (min-width: 992px) {
    .section-header {
        max-width: 70%;
        margin: 0 auto 60px;
    }
}
@media (min-width: 1200px) {
    .section-header {
        max-width: 63%;
    }
}
.section-header h2 {
    margin-bottom: 15px;
    margin-top: -10px;
}
@media (min-width: 992px) {
    .section-header h2 {
        margin-bottom: 20px;
    }
}



/*------------------------------------------------------------------
[x. Navigation : Homepage]
*/
.menu-item-has-children {
    margin-right: 16px;
    position: relative;
}
.menu-item-has-children > a::after {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-weight: 400;
    content: "\ea99" !important;
    font-family: IcoFont !important;
}



.lab-btn {
    display: inline-block;
    padding: 16px 25px;
    background: #dc0d15;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.lab-btn span {
    z-index: 1;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.lab-btn:hover {
    box-shadow: 0 0 24px rgba(255, 51, 114, 0.3);
}



.lab-ul {
    padding: 0;
    margin: 0;
}
.lab-ul li {
    list-style: none;
}
.lab-ul.icon-style-list {
    margin: 0;
}
.lab-ul.icon-style-list > li {
    padding: 0;
    border-bottom: 1px solid #ecf0f3;
    justify-content: flex-start;
}
.lab-ul.icon-style-list > li:first-child {
    border-top: 1px solid #ecf0f3;
}
.lab-ul.icon-style-list > li i {
    width: 50px;
    text-align: center;
    color: #c2c2c2;
    margin: 0 15px 0 5px;
    line-height: 50px;
    display: inline-block;
}
.lab-ul.icon-style-list > li i:after {
    width: 100%;
    height: calc(100% + 18px);
    border-left: 1px solid #ecf0f3;
    border-right: 1px solid #ecf0f3;
    top: -9px;
    left: 0;
}
.lab-ul.icon-style-list > li span {
    width: calc(100% - 70px);
}






.header-section .primary-menu,
.header-section .primary-menu .main-area,
.header-section .primary-menu .main-area .main-menu ul,
.mobile-menu .mobile-header,
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner,
.banner-section .banner-area .content-part .section-header .button-group {
    display: flex;
    flex-wrap: wrap;
}

.menu-item-has-children > a,
.lab-ul.icon-style-list > li i,
.header-section .primary-menu .main-area .main-menu ul li.menu-item-has-children > a,
.page-header,
.page-header .page-title,
.page-header .page-title .breadcrumb li,
.mobile-menu .mobile-header .header-bar,
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li,
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li.menu-item-has-children > a,
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner .mobile-search,
.banner-section {
    position: relative;
}

.lab-ul.icon-style-list > li i:after,
.menu-item-has-children > a::after,
.header-section .primary-menu .main-area .main-menu ul li ul,
.header-section .primary-menu .main-area .main-menu ul li.menu-item-has-children > a::after,
.page-header .page-header-shape,
.page-header .page-title .breadcrumb li::after,
.mobile-menu .mobile-header,
.mobile-menu .mobile-header .header-bar span,
.mobile-menu .mobile-menu,
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li.menu-item-has-children > a::after,
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner .mobile-search button {
    position: absolute;
    content: "";
}

.lab-btn,
.page-header,
.banner-section {
    overflow: hidden;
}

.header-section {
    z-index: 999;
    position: relative;
    background: #fff;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    border-bottom: 1px solid #dedede;
}




@media (max-width: 991px) {
    .header-section {
        display: none;
    }
}
.header-section .header-area.menu-fixed {
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header-section .primary-menu {
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-section .primary-menu .logo {
        /*width: 140px; */
        width: 340px;
    }
}
.header-section .primary-menu .logo a {
    display: block;
}
.header-section .primary-menu .logo a img {
    display: block;
}
.header-section .primary-menu .main-area {
    align-items: center;
}
.header-section .primary-menu .main-area .main-menu ul {
    padding: 0;
    margin: 0;
}
.header-section .primary-menu .main-area .main-menu ul li {
    padding: 0;
}
.header-section .primary-menu .main-area .main-menu ul li.active > a {
    color: #dc0d15;
}
.header-section .primary-menu .main-area .main-menu ul li a {
    /* padding: 38px 20px; */
    padding: 50px 20px;
    color: #000000;
    font-size: 16px;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header-section .primary-menu .main-area .main-menu ul li a:hover {
    color: #dc0d15;

}
.header-section .primary-menu .main-area .main-menu ul li ul {
    min-width: 200px;
    background: #ff3372;
    box-shadow: 0 0 5px rgba(136, 136, 136, 0.1);
    display: block;
    top: 100%;
    transform: scaleY(0);
    transform-origin: top;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header-section .primary-menu .main-area .main-menu ul li ul li a {
    font-size: 98%;
    padding: 10px 15px;
    color: #fff;
    width: 100%;
    border-bottom: 1px solid #ffffff;
}
.header-section .primary-menu .main-area .main-menu ul li ul li a:hover {
    padding-left: 20px;
    color: #ff3372;
    background: #fff;
}
.header-section .primary-menu .main-area .main-menu ul li ul li.active > a {
    color: #ff3372 !important;
    background: #fff;
}
.header-section .primary-menu .main-area .main-menu ul li ul li:last-child a {
    border-bottom: none;
}
.header-section .primary-menu .main-area .main-menu ul li ul li.menu-item-has-children {
    margin-right: 0px;
}
.header-section .primary-menu .main-area .main-menu ul li ul li.menu-item-has-children a::after {
    right: 15px;
    transform: translateY(-50%) rotate(-90deg);
}
.header-section .primary-menu .main-area .main-menu ul li ul li ul {
    left: 100%;
    top: 0;
}
.header-section .primary-menu .main-area .main-menu ul li.menu-item-has-children {
    margin-right: 16px;
    position: relative;
}
.header-section .primary-menu .main-area .main-menu ul li.menu-item-has-children > a::after {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-weight: 400;
    /* content: "\ea99" !important; */
    content: "\f107" !important;
    /* font-family: IcoFont !important; */
    font-family: "Font Awesome 5 Pro" !important;
}
.header-section .primary-menu .main-area .main-menu ul li:hover > ul {
    transform: scaleY(1);
}

@media (min-width: 1200px) {
    .header-section .primary-menu .main-area .header-btn {
        margin-left: 20px;
    }
}
.header-section .primary-menu .main-area .header-btn .lab-btn {
    padding: 16px 40px;
    display: block;
}
.header-section.transparent-header .header-area.menu-fixed {
    background: #06264d;
}
.header-section.transparent-header .primary-menu .main-area .main-menu ul li ul {
    background: #06264d;
}
.transparent-header {
    position: absolute !important;
    width: 100%;
    top: 0px;
    z-index: 999;
    background: transparent;
}
.transparent-header .primary-menu .main-area .main-menu ul li a {
    color: #fff;
}
.transparent-header .primary-menu .main-area .header-btn .lab-btn span {
    color: #fff;
}


.page-header {
    margin: 0;
    padding: 75px 0;
    background: #06264d;
}






@media (min-width: 992px) {
    .mobile-menu {
        display: none;
    }
}
.mobile-menu .mobile-header {
    padding: 10px 15px;
    top: 0;
    width: 100%;
    z-index: 99;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.mobile-menu .mobile-header .header-bar {
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.mobile-menu .mobile-header .header-bar span {
    background: #ff3372;
    width: 100%;
    height: 3px;
    display: block;
    left: 0;
    top: 50%;
    margin-top: -1px;
    transform-origin: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.mobile-menu .mobile-header .header-bar span:nth-child(1) {
    margin-top: -9px;
}
.mobile-menu .mobile-header .header-bar span:nth-child(2) {
    opacity: 1;
}
.mobile-menu .mobile-header .header-bar span:nth-child(3) {
    margin-top: 7px;
}
.mobile-menu .mobile-header .header-bar.close {
    opacity: 1;
}
.mobile-menu .mobile-header .header-bar.close span:nth-child(1) {
    transform: rotate(-45deg);
    margin-top: -1px;
}
.mobile-menu .mobile-header .header-bar.close span:nth-child(2) {
    opacity: 0;
}
.mobile-menu .mobile-header .header-bar.close span:nth-child(3) {
    transform: rotate(45deg);
    margin-top: -1px;
}
.mobile-menu .mobile-menu {
    top: 120px;
    left: 0;
    z-index: 999;
    background: #fff;
    width: 100%;
    transform: scaleY(0);
    transform-origin: top;
    /* height: 100vh; */
    /* overflow-y: scroll; */
    padding: 0 20px;
    padding-bottom: 60px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media (min-width: 576px) {
    .mobile-menu .mobile-menu {
        /* width: 50%; */
        width: 100%;
        transform: scaleX(0);
        transform-origin: left;
    }
}
.mobile-menu .mobile-menu.open {
    transform: scaleY(1);
}
@media (min-width: 576px) {
    .mobile-menu .mobile-menu.open {
        transform: scaleX(1);
    }
}
@media (min-width: 1200px) {
    .mobile-menu .mobile-menu.open {
        display: none;
    }
}
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner {
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul {
    text-align: center;
    margin: 0;
    padding: 0 0 30px;
    width: 100%;
}
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li {
    list-style: none;
    padding: 0;
}
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li:last-child > a {
    border-bottom: none;
}
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li.active > a {
    color: #ff3372;
}
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li a {
    display: block !important;
    padding: 10px 0;
    color: #000000;
    text-transform: capitalize;
    margin: 2px 0;
    text-align: left;
    outline: none;
    font-weight: 500;
    width: 100%;
    border-bottom: 1px solid #ecf0f3;
}
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li a::after {
    right: 0;
}
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li ul {
    display: none;
    margin: 0;
    padding: 0;
}
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li ul li {
    padding-left: 20px;
}
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li ul li a {
    margin: 0;
    outline: none;
    font-size: 96%;
}
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li.menu-item-has-children {
    position: relative;
    margin: 0;
}
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li.menu-item-has-children > a::after {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-weight: 400;
    /* content: "\ea99" !important; */
    content: "\f107" !important;
    /* font-family: IcoFont !important; */
    font-family: "Font Awesome 5 Pro" !important;
}
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner .social-link-list {
    width: 100%;
}
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner .mobile-search {
    width: 100%;
}
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner .mobile-search input {
    border: none;
    border-bottom: 1px solid #ecf0f3;
    height: 60px;
    margin: 0;
    padding-right: 35px;
    font-style: italic;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner .mobile-search input:focus {
    color: #000000;
}
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner .mobile-search button {
    top: 0;
    right: 0;
    background-color: transparent;
    color: #000000;
    width: 30px;
    height: 60px;
    outline: none;
    border: none;
    font-size: 16px;
    text-align: center;
}












.banner-section {
    background: linear-gradient(to top, #d1d1f2, #dddcf5, #e9e8f8, #f4f3fc, #ffffff);
    padding: 0px 0px;
}
@media (min-width: 992px) {
    .banner-section {
        padding: 0px 0 90px;
    }
}
.banner-section .banner-area .content-part .section-header h2,
.banner-section .banner-area .content-part .section-header h3 {
    color: #000000;
    text-transform: uppercase;
}
@media (max-width: 575px) {
    .banner-section .banner-area .content-part .section-header h3 {
        font-size: 20px;
    }
}
.banner-section .banner-area .content-part .section-header h2 {
    margin-bottom: 0;
}
@media (max-width: 575px) {
    .banner-section .banner-area .content-part .section-header h2 {
        font-size: 28px;
    }
}
@media (min-width: 992px) {
    .banner-section .banner-area .content-part .section-header h2 {
        font-size: 60px;
        line-height: 72px;
    }
}
.banner-section .banner-area .content-part .section-header h2.count-people {
    color: #ff3372;
}
@media (min-width: 576px) {
    .banner-section .banner-area .content-part .section-header h2.banner-title-2 {
        font-size: 48px;
    }
}
.banner-section .banner-area .content-part .section-header .button-group {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}
.banner-section .banner-area .content-part .section-header .button-group .lab-btn {
    margin-bottom: 30px;
    padding: 16px 35px;
}
@media (min-width: 576px) {
    .banner-section .banner-area .content-part .section-header .button-group .lab-btn {
        margin-right: 15px;
        margin-bottom: 0;
    }
}
.banner-section .banner-area .content-part .section-header .button-group .lab-btn.style-2 span {
    color: #fff;
}
.banner-section .banner-area .section-wrapper .banner-thumb {
    text-align: center;
}
@media (min-width: 1200px) {
    .banner-section .banner-area .section-wrapper .banner-thumb img {
        max-width: none;
    }
}






















    #LatestAnnouncement [class*="container"] .row:not(:last-child) {
        margin-bottom: 3rem;
    }

    [class*="separator"][class*="-top"] {
        border-top-width: 1px;
    }

    [class*="separator"] {
        border-width: 0;
        border-color: #e5e5e5;
        border-style: solid;
    }

    #LatestAnnouncement {
        padding: 3rem 0;
        position: relative;
        margin: 0 auto;
        overflow: hidden;
    }




        #homepage-Speakers .header,
        #Schedule .header,
        #Photos .header,
        #FAQ .header,
        #LatestAnnouncement .header,
        #LatestNews .header,
        #NewsOverview .header {
            border-bottom: 1px solid #ededed;
            padding: 1rem;
        }

            #Schedule .header .title,
            #FAQ .header .title,
            #Photos .header .title,
            #LatestAnnouncement .header .title,
            #LatestNews .header .title,
            #NewsOverview .header .title {
                margin: 0;
            }

            #Schedule .header p.view-all,
            #FAQ .header p.view-all,
            #Photos .header p.view-all,
            #LatestAnnouncement .header p.view-all,
            #LatestNews .header p.view-all,
            #NewsOverview .header p.view-all {
                margin: 0;
            }

                #Schedule .header p.view-all a,
                #FAQ .header p.view-all a,
                #Photos .header p.view-all a,
                #LatestAnnouncement .header p.view-all a,
                #LatestNews .header p.view-all a
                #NewsOverview .header p.view-all a {
                    color: inherit;
                }









        #LatestAnnouncement .accordion-content .accordion-content-wrapper {
            padding: 0 2rem 1rem 2rem;
        }


    .bg-light {
        background-color: #f5f5f5 !important;
    }

    .accordion {
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        transition-delay: 0s;
        position: relative;
        padding: .625rem;
        border: 1px solid #e5e5e5;
    }

    .accordion-group-highlight .accordion {
        background: transparent;
        border: 0;
    }

    .accordion:not(:first-child) {
        border-top-width: 0;
    }

    .accordion-group-highlight {
        overflow: visible;
    }

    .accordion-group {
        border-radius: 0.25rem;
    }

    .accordion-group-minimal .accordion-control::after, .accordion-group-highlight .accordion.open {
        border-radius: 0.25rem;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
        background-color: #fff;
    }

    .accordion-control {
        position: relative;
        display: flex;
        display: -ms-flexbox;
        -ms-flex-align: center;
        /*
        align-items: center;
        flex-direction: column;
        align-items: normal;
        */
        width: 100%;
        padding: 1rem 1rem;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .accordion-control > * {
            flex-basis: 0;
            flex-grow: 1;
            /* max-width: 100%; */
            max-width: 94%;
            margin: 0;
            font-size: 1rem;
            font-family: "Rubik", sans-serif;
            font-weight: 400;
            vertical-align: middle;
        }

        #FAQ .accordion .accordion-content .accordion-content-wrapper {
            padding-left: 15px;
        }


        .accordion.open .accordion-control::after {
            /*
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);

    */
            content: "\f107";
            font-size: 1.5rem;
            font-family: "Font Awesome 5 Pro" !important;
        }

    .accordion-control::after {
        content: "\f106";
        font-size: 1.5rem;
        font-family: "Font Awesome 5 Pro" !important;
        position: absolute;
        width: 1em;
        line-height: 1em;
        right: 1rem;
        top: 50%;
        margin-top: -0.5em;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        transition-delay: 0s;
    }

    .accordion-control h5 {
        line-height: 1.5em;
    }

    .accordion-content date {
        font-size: 0.8em;
        color: #bd8b39;
    }













    #LatestNews [class*="container"] .row:not(:last-child) {
        margin-bottom: 3rem;
    }

    .mb-2, .my-2 {
        margin-bottom: 1.25rem !important;
    }

    .bg-light {
        background-color:#f7f7f7 !important;
        /* background-color:#ffffff !important */
    }

    .bg-white {
        background-color: #fff !important;
    }

    .btn-outline-primary {
        color: #ffc107;
        border-color: #ffc107;
    }

        .btn-outline-primary:hover {
            color: #fff;
            background-color: #ffc107;
            border-color: #ffc107;
        }

    .btn-sm, .btn-group-sm > .btn {
        padding: 0.5rem 1rem;
        font-size: 0.875rem;
        line-height: 1.5;
        /*border-radius: 0.2rem;*/
        border-radius: 10rem !important;
    }

    /*
    [class*="rounded"] {
        border-radius: 10rem !important;
    }

    */



    #LatestNews {
        padding: 3rem 0;
    }

        #LatestNews .gutter-0 {
            padding: 1px 1px 0 0;
            margin-left: 0;
            margin-right: 0;
        }

            #LatestNews .gutter-0 > * {
                padding: 0;
                margin: -1px -1px 0 0 !important;
                /* margin: -1px -1px 15px 0px !important; */
            }


    #LatestNews article .date {
        display: inline-block;

        font-size: 0.875rem;
        font-weight: 400;
        color: #333;

        /* text-transform: uppercase; */
        letter-spacing: 0.05em;
    }

        #LatestNews article h3 {
            line-height: 1.2 !important;
            margin-bottom: 1rem;
            margin-top: 0.5rem;
            /*font-size: 24px;*/
            font-size: 20px;
        }
            #LatestNews article h3 a {
                line-height: 1.125;
                /*font-weight: 500;*/
                font-weight: 400;
            }
    
    #LatestNews article .title {
        font-size: 1.35rem;
        font-weight: 400;
    }

    #LatestNews article .summary {
        font-size: 1rem;
        line-height: 1.325 !important;
        
    }

    #LatestNews [class*="rising"]:hover {
        -webkit-transform: translate(0, -10px);
        -moz-transform: translate(0, -10px);
        transform: translate(0, -10px);
        position: relative;
        z-index: 50;
        -webkit-box-shadow: 0px 10px 15px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 10px 15px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0px 10px 15px 0 rgba(0, 0, 0, 0.1);
    }

    #LatestNews [class*="rising"]:hover h3 a {
        color: #dc0d15;
    }

    #LatestNews [class*="rising"] {
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        transition-delay: 0s;

        height: 500px;
        
    }





    @media (max-width: 575.98px) {
        #LatestNews .gutter-0 > * {
            padding: 10px 0px;
        }

        .content-wrap section.content-current {
            border: 10px solid #b4b4da;
        }

        #section-fillup-1 ul li .title {
            font-size: 0.8em;
            font-weight: 400    ;
            text-align: left;

            padding-right: 15px;
        }

        #section-fillup-1 ul li a {
            display: block;

  

         

            
        } 
        .svg-icon {

        }
        
        #section-fillup-1 .list-group-item {
            position: relative;
            display: block;
            padding: 0.75rem 0.25rem;
            background-color: #fff;
           
        }

        #section-fillup-1 ul li a img {
            width: 30px !important;
            height: 50px !important;
        } 


        #Schedule .header .title, #Photos .header .title, #LatestAnnouncement .header .title, #LatestNews .header .title {
            font-size: 1.3em;
        }        

        #Schedule .header p.view-all a,
        #Photos .header p.view-all a,
        #LatestAnnouncement .header p.view-all a,
        #LatestNews .header p.view-all a {
            font-size: 0.8em;
        }

    }

    @media (min-width: 1600px) {
        body > section, body > footer {
            
        }
    }




    .content-wrap section.content-current {
        border: 10px solid #b4b4da;
    }


    #section-fillup-1 ul li .title {
        font-weight: 400;
        font-size: 0.9em;
        text-align: left;
    }
    .svg-icon {
        width: 40px;
        height: 60px;
    }


















    /*  Photo Gallery
    ---------------------------------------------------------------------------*/
    .photo-gallery {
        padding-bottom: 30px;
    }

        .photo-gallery .card {
            border: 0;
            /* border: 1px dashed rgb(180, 180, 218); */
            border-radius: 0rem;
        }

            .photo-gallery .card:hover .card-body {
                background-color: rgba(180, 180, 218, 0.5);
                color: #cc0000;
            }

            .photo-gallery .card .image-container {
                /* overflow: hidden;
                height: 180px; */
            }

            .photo-gallery .card .card-body {
                /* height: 200px;
                padding: 1rem; */
            }

                .photo-gallery .card .card-body .card-date {
                    font-family: 'Barlow Semi Condensed', sans-serif;
                    font-size: 1rem;
                    font-weight: 600;
                    line-height: 0.8rem;
                    margin-top: 10px;
                    margin-bottom: 15px;
                    color: #2e3543;
                }

                .photo-gallery .card .card-body .card-desc:before {
                    content: '|';
                    margin: 0 10px;
                }

                .photo-gallery .card .card-body .card-desc {
                    font-size: 0.8rem;
                    color: #626977;
                    font-weight: 500;
                }

                .photo-gallery .card .card-body .card-title {
                    text-align: left;
                    font-size: 1rem;
                    line-height: inherit;
                }
                .photo-gallery .card:hover .card-body .card-title {
                    color: rgb(204, 0, 0);
                }
                .photo-gallery .card .card-body span{
                    text-align: left;
                    font-size: 0.8rem;
                    line-height: inherit;
                }                

                .photo-gallery .card .card-body .card-photo-view {
                    font-family: 'Barlow Semi Condensed', sans-serif;
                    font-size: 0.8rem;
                    font-weight: 500;
                    line-height: 0.8rem;
                }


                
                .photo-gallery .card .image-container {
                    overflow: hidden;
                }
                .photo-gallery .card:hover .image-container a img {
                    transform: scale(1.06); 
                }
                .photo-gallery .card .image-container a img {
                     transform: scale(1.02);
                    -webkit-transition: all 0.3s ease;
                    -moz-transition: all 0.3s ease;
                    transition: all 0.3s ease; 
                }




    /*  Video Gallery
    ---------------------------------------------------------------------------*/
    .video-gallery .card {
        /*font-family: "Barlow Semi Condensed", sans-serif;*/

        margin-bottom: 30px;
        border: 0;
        /* border: 1px dashed rgb(180, 180, 218); */
        border-radius: 0rem;
    } 
    
        .video-gallery .card:hover .card-body {
            
            background-color: rgba(180, 180, 218, 0.5);
            color: #cc0000;
        }
        .video-gallery .card .video {
            position: relative;
        }
    
        .video-gallery .card a.video {
            text-decoration: none;
            /*font-family: "Barlow Semi Condensed", sans-serif;*/
        }
    
        .video-gallery .card .video:hover .video-player_icon::before,
        .video-gallery .card .video:focus .video-player_icon::before {
            -webkit-transform: scale(1.2);
            transform: scale(1.2);
        }
    
        .video-gallery .card .video .video-player_container {
            position: absolute;
            top: 35%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            z-index: 9;
        }
    
            .video-gallery .card .video .video-player_container .video-player_icon {
                position: relative;
                display: inline-block;
                vertical-align: middle;
                text-align: center;
                width: 4rem;
                height: 4rem;
                font-size: 3rem;
            }
    
                .video-gallery .card .video .video-player_container .video-player_icon::before {
                    display: inline-block;
                    width: 100%;
                    height: 100%;
                    content: "";
                    background-color: rgba(255, 255, 255, 0.50);
                    border-radius: 50%;
                    transition: 0.4s;
                }
    
                .video-gallery .card .video .video-player_container .video-player_icon span {
                    color: rgba(255, 0, 0, 0.70);
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
                }
    
        .video-gallery .card .video .card-body {
            height: 110px;
        }
    
            .video-gallery .card .video .card-body .card-text {
                color: #000;
                line-height: 1.4rem;
                font-size: 0.8em;            
            }
    
        .video-gallery .card .video:hover .card-body .card-text {
            color: #e21e26;
            
        }
    

        .video-gallery .card .video {
            /* border-radius: 0.5rem; */
            overflow: hidden;
        }
        .video-gallery .card:hover .video img {
            transform: scale(1.06); 

            /* border-radius: 0.5rem; */
        }
        .video-gallery .card .video img {
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            transition: all 0.3s ease; 

            /* border-radius: 0.5rem; */
        }



        .header-section .wrapper {

            position: relative;
        }
        .header-section .social {

            position: absolute;
            right: 0;
            top: 5px;
        }        
        a.text-secondary:hover, a.text-secondary:focus {
            color: #dc0d15 !important;
        }










        
.scrollToTop {
    position: fixed;
    bottom: -30%;
    right: 5%;
    z-index: 9;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
    animation: lab_top_up 5s linear infinite;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}

    .scrollToTop i {
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
      color: #fff;
      width: 40px;
      height: 40px;
      line-height: 40px;
      z-index: 1;
      top: 0;
      left: 0;
      background: #dc0d15; 
    }

    .scrollToTop:hover {
      background: #063793; 
    }

    .pluse_1, 
    .pluse_2 {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        z-index: -1;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: rgba(255, 51, 114, 0.1); 
    }

        .pluse_1::after, .pluse_1::before, 
        .pluse_2::after, .pluse_2::before {
          background: rgba(255, 51, 114, 0.2);
          border-radius: 50%;
          left: 50%;
          top: 50%;
          margin-left: -40px;
          margin-top: -40px; 
        }

        .pluse_1::after, 
        .pluse_2::after {
          width: 60px;
          height: 60px;
          background: transparent;
          margin-left: -30px;
          margin-top: -30px; 
        }

        .pluse_1:before, 
        .pluse_2:before {
          width: 80px;
          height: 80px; 
        }
      
        .pluse_1 {
            -webkit-animation: pluse_animate 3s infinite linear;
            animation: pluse_animate 3s infinite linear; 
        }
      
        .pluse_2::before {
            -webkit-animation: pluse_animate 3s infinite linear;
            animation: pluse_animate 3s infinite linear;
            -webkit-animation-delay: 1s;
            animation-delay: 1s;
            margin-left: 0;
            margin-top: 0; 
        }
      






footer {}
footer .h3 {
    font-weight: 300;
}
footer strong, footer b {
    color: #000;
    font-weight: 500;
}
footer .social ul {
    margin-bottom: 0;
}


        .list-group-minimal .list-group-item {
            padding: 0 0 .5em 0;
            border: 0;
        }
        .list-group-minimal .list-group-item:last-child {
            padding: 0;
        }
        .list-group-minimal .list-group-item.active {
            background: transparent;
            color: #000;
        }
        

@media (max-width: 575.98px) {

    footer .border-top {
        border-top: 1px dashed #dee2e6 !important;
    }

    footer .social .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    footer .social .list-item {
        display: flex;
        border: 1px solid #eae8e8;
        height: 5rem;
        width: 5rem;
        border-radius: 2.5rem;
    }

    footer .copyright {
       
    }

    footer .padding-mobil-0 {
        padding-top: 30px;
        padding-bottom: 30px;
        /* height: 60px; */
        /* padding-right: 0px; */
        /* padding-left: 0px; */
    }

}



