﻿:root {
    --primary: #274685;
    --primary-80: rgba(39, 70, 133, 0.8);
    --secondary: #134272;
    --secondary-50: rgba(19, 66, 114, 0.5);
    --third: #175e94;
    --third-50: rgba(244, 245, 247, 0.5);
    --third-80: rgba(244, 245, 247, 0.8);
}

html {
    overflow-x: hidden;
}

body {
    font-family: "Roboto", sans-serif;
    color: #9fa1a4;
    line-height: 1.5;
}

a {
    color: #777;
    text-decoration: none;
    transition: 0.3s all ease;
}

    a:hover {
        color: #000;
    }

h1,
h2,
h3,
h4,
h5,
h6,
.font-heading {
    font-family: "Poppins", sans-serif;
    color: #000;
}

.container {
    z-index: 2;
    position: relative;
}

.text-black {
    color: #000 !important;
}

.text-primary {
    color: #2d71a1 !important;
}

.border-top {
    border-top: 1px solid #f2f2f2 !important;
}

.border-bottom {
    border-bottom: 1px solid #f2f2f2 !important;
}

figure figcaption {
    margin-top: 0.5rem;
    font-style: italic;
    font-size: 0.8rem;
}

section {
    overflow: hidden;
}

.section {
    padding: 7rem 0;
}

section .section-title {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    position: relative;
    color: var(--primary);
    padding: 0 0 10px 0;
    margin: 0 0 30px 0;
}

    section .section-title::after {
        content: "";
        height: 3px;
        width: 60px;
        background-color: var(--primary);
        position: absolute;
        bottom: 0;
        left: calc(50% - 30px);
    }

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #2d71a1;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 28px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #3687c1;
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }

.btn {
    border: none;
    padding: 15px 30px !important;
}

    .btn.btn-outline-white {
        border: 2px solid #fff;
        background: none;
        color: #fff;
    }

        .btn.btn-outline-white:hover {
            background: #fff;
            color: #2d71a1;
        }

    .btn.btn-primary {
        background: #2d71a1;
        background: linear-gradient(-45deg, #1391a5, #274685);
        color: #fff;
        box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
    }

/* Feature 1 */
.feature-1 .wrap-icon {
    margin: 0 auto;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .feature-1 .wrap-icon.icon-1 {
        background: linear-gradient(-45deg, #3b87bd, #2d71a2);
    }

    .feature-1 .wrap-icon i {
        font-size: 40px;
        line-height: 0;
        color: #fff;
    }

.feature-1 h3 {
    font-size: 20px;
}

.feature-1 p {
    color: #b1b1b1;
}

/* Step */
.step {
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 40px;
}

    .step .number {
        background: linear-gradient(-45deg, #1391a5, #274685);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: 700;
        letter-spacing: 0.2rem;
        margin-bottom: 10px;
        display: block;
    }

    .step p:last-child {
        margin-bottom: 0px;
    }

/* Review */
.review h3 {
    font-size: 20px;
}

.review p {
    line-height: 1.8;
    font-style: italic;
    color: #333333;
}

.review .stars span {
    color: #FF8803;
}

.review .stars .muted {
    color: #ccc;
}

.review .review-user img {
    width: 70px;
    margin: 0 auto;
}

/* Testimonial Carousel */
.testimonials-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

    .testimonials-slider .swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background-color: #fff;
        opacity: 1;
        border: 1px solid #2d71a1;
    }

    .testimonials-slider .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #2d71a1;
    }


#registration .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

    #registration .php-email-form .error-message br + br {
        margin-top: 25px;
    }

#registration .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

#registration .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

    #registration .php-email-form .loading:before {
        content: "";
        display: inline-block;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        margin: 0 10px -6px 0;
        border: 3px solid #18d26e;
        border-top-color: #eee;
        animation: animate-loading 1s linear infinite;
    }

#registration .php-email-form .form-group {
    margin-bottom: 10px;
}

#registration .php-email-form input[type=text],
#registration .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    padding: 10px 15px;
}

    #registration .php-email-form input[type=text]:focus,
    #registration .php-email-form textarea:focus {
        border-color: var(--primary);
    }

#registration .php-email-form button[type=submit] {
    background: var(--primary);
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
}

    #registration .php-email-form button[type=submit]:hover {
        background: #2383c4;
    }

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.floating-label {
    color: var(--secondary) !important;
    margin-bottom: 3px;
    margin-left: 7px;
    font-size: 14px;
    visibility: collapse;
    color: #ddd;
}


select:valid ~ .floating-label,
textarea:not(:placeholder-shown) ~ .floating-label,
input:not(:placeholder-shown) ~ .floating-label {
    visibility: visible;
    animation: slide-in-top-label 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-in-top-label {
    0% {
        -webkit-transform: translateY(10px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slide-in-top-label {
    0% {
        transform: translateY(10px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}


.form-group .text-danger {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 500;
}

#header {
    height: 80px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
}

    #header.header-scrolled {
        background: rgba(39, 70, 133, 0.8);
        height: 60px;
    }

    #header.Video.header-transparent,
    #header.Stand.header-transparent {
        background: rgba(39, 70, 133, 0.8);
    }

    #header .logo {
        font-size: 16px;
        margin: 0;
        padding: 4px 0;
        line-height: 1.3;
        font-weight: 500;
    }

        #header .logo a,
        #header .logo a:hover {
            color: #fff;
            text-decoration: none;
        }

    #header .logo img {
        padding: 0;
        margin: 0;
        max-height: 40px;
    }


#supporters {
    padding: 60px 0;
}

    #supporters h5 {
        font-weight: 700;
        font-size: 20px;
        color: var(--primary);
        text-align: center;
    }

    #supporters .supporters-wrap {
        margin-bottom: 30px;
    }

    #supporters .supporter-logo {
        padding: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        background: rgba(255, 255, 255, 0.5);
        min-height: 160px;
    }

        #supporters .supporter-logo:hover img {
            transform: scale(1.2);
        }

    #supporters img {
        transition: all 0.4s ease-in-out;
    }

.navbar {
    padding: 0;
}

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navbar li {
        position: relative;
    }

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0 10px 30px;
        font-size: 16px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.65);
        white-space: nowrap;
        transition: 0.3s;
    }

        .navbar a i,
        .navbar a:focus i {
            font-size: 12px;
            line-height: 0;
            margin-left: 5px;
        }

        .navbar a:hover,
        .navbar .active,
        .navbar .active:focus,
        .navbar li:hover > a {
            color: #fff;
        }

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 14px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
        border-radius: 4px;
    }

        .navbar .dropdown ul li {
            min-width: 200px;
        }

        .navbar .dropdown ul a {
            padding: 10px 20px;
            font-size: 15px;
            color: #101c36;
        }

            .navbar .dropdown ul a i {
                font-size: 12px;
            }

            .navbar .dropdown ul a:hover,
            .navbar .dropdown ul .active:hover,
            .navbar .dropdown ul li:hover > a {
                color: #2d71a1;
            }

    .navbar .dropdown:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(27, 49, 94, 0.9);
    transition: 0.3s;
    z-index: 999;
}

    .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .navbar-mobile ul {
        display: block;
        position: absolute;
        top: 55px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 10px 0;
        border-radius: 10px;
        background-color: #fff;
        overflow-y: auto;
        transition: 0.3s;
    }

    .navbar-mobile a,
    .navbar-mobile a:focus {
        padding: 10px 20px;
        font-size: 15px;
        color: #101c36;
    }

        .navbar-mobile a:hover,
        .navbar-mobile .active,
        .navbar-mobile li:hover > a {
            color: #2d71a1;
        }

    .navbar-mobile .dropdown ul {
        position: static;
        display: none;
        margin: 10px 20px;
        padding: 10px 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    }

        .navbar-mobile .dropdown ul li {
            min-width: 200px;
        }

        .navbar-mobile .dropdown ul a {
            padding: 10px 20px;
        }

            .navbar-mobile .dropdown ul a i {
                font-size: 12px;
            }

            .navbar-mobile .dropdown ul a:hover,
            .navbar-mobile .dropdown ul .active:hover,
            .navbar-mobile .dropdown ul li:hover > a {
                color: #2d71a1;
            }

    .navbar-mobile .dropdown > .dropdown-active {
        display: block;
    }

.hero-section {
    padding-top: 80px;
    background: linear-gradient(to right, rgba(39, 70, 133, 0.8) 0%, rgba(61, 179, 197, 0.8) 100%);
    position: relative;
}

    .hero-section .wave {
        width: 100%;
        overflow: hidden;
        position: absolute;
        z-index: 1;
        bottom: -150px;
    }

@media screen and (max-width: 992px) {
    .hero-section .wave {
        bottom: -180px;
    }
}

.hero-section .wave svg {
    width: 100%;
}

.hero-section,
.hero-section > .container > .row {
    height: 100vh;
    min-height: 880px;
}

    .hero-section.inner-page {
        height: 60vh;
        min-height: 0;
    }

       .hero-section.inner-page .hero-text {
            transform: translateY(-150px);
            margin-top: -120px;
        }

@media screen and (max-width: 992px) {
    .hero-section.inner-page .hero-text {
        margin-top: -80px;
    }
}

.hero-section h1 {
    font-family: "Roboto", sans-serif;
    font-size: 2.5rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.hero-section h2 {
    font-family: "Roboto", sans-serif;
    font-size: 1.3rem;
    color: var(--secondary);
    font-weight: 700;
}

@media screen and (max-width: 992px) {
    .hero-section h1 {
        font-size: 1.3rem;
        text-align: center;
        margin-top: 30px;
    }
    .hero-section h2 {
        font-size: 1.3rem;
        text-align: center;
        margin-top: 20px;
    }

}

@media screen and (max-width: 992px) {
/*    .hero-section .hero-text-image {
        margin-top: 4rem;
    }*/
}

.hero-section p {
    font-size: 18px;
    color: #fff;
}


.footer {
    padding: 5rem 0 2.5rem 0;
}

    .footer h3 {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .footer ul li {
        margin-bottom: 10px;
    }

    .footer a {
        color: #000;
    }

    .footer .copyright {
        margin-bottom: 0px;
    }

    .footer .copyright,
    .footer .credits {
        font-size: 14px;
    }

.social a {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #f8f9fa;
    position: relative;
    text-align: center;
    transition: 0.3s background ease;
    color: #0d1e2d;
    line-height: 0;
}

    .social a span {
        display: inline-block;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .social a:hover {
        color: #fff;
        background: #2d71a1;
    }

    .social a i {
        line-height: 0;
    }


#venue {
    padding: 60px 0;
}

    #venue .container-fluid {
        margin-bottom: 3px;
    }

    #venue .venue-map iframe {
        width: 100%;
        height: 100%;
        min-height: 300px;
    }

    #venue .venue-info {
        background-size: cover;
        position: relative;
        padding-top: 60px;
        padding-bottom: 60px;
    }

        #venue .venue-info.first {
            background: url("/images/orph23/1511398.jpg") center center no-repeat;
        }

        #venue .venue-info.second {
            background: url("/images/orph23/original_5559b37b40c0882d298b58ca_5851ff1b2cecd.webp") center center no-repeat;
        }


        #venue .venue-info:before {
            content: "";
            background: var(--secondary-50);
            position: absolute;
            bottom: 0;
            top: 0;
            left: 0;
            right: 0;
        }

        #venue .venue-info h3 {
            font-size: 36px;
            font-weight: 500;
            color: #FFF !important;
        }

@media (max-width: 574px) {
    #venue .venue-info h3 {
        font-size: 24px;
    }
}

#venue .venue-info p {
    color: #FFF !important;
    margin-bottom: 0;
}

#venue .venue-gallery-container {
    padding-right: 12px;
}

#venue .venue-gallery {
    overflow: hidden;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
}

    #venue .venue-gallery img {
        transition: all ease-in-out 0.4s;
    }

    #venue .venue-gallery:hover img {
        transform: scale(1.1);
    }


.day-title {
    text-align: center;
    font-weight: 600;
    font-size: 28px;
    color: var(--primary);
}

#program .day-subtitle {
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    color: var(--secondary);
}

#program .card {
    background: #fff;
    box-shadow: 0 5px 26px 0 rgba(68, 88, 144, 0.14);
    transition: all 0.3s ease-in-out;
    border: 1px solid #fff;
    margin: 20px auto;
}

#program .card-header {
    padding: 10px;
    font-family: "Roboto", sans-serif;
    color: #fff;
    background: var(--secondary) !important;
    font-weight: 600;
    font-size: 21px;
    text-align: center;
}

#program .card-body {
    margin: 0 20px;
}

@media screen and (max-width: 992px) {
    #program .card-body {
        margin: 0;
    }
}

#program .topic-title {
    color: var(--secondary) !important;
    font-weight: 700;
    font-size: 24px;
    width: 80%;
    margin: auto;
}

#program .topic-subtitle {
    font-weight: 700;
    font-size: 22px;
    width: 80%;
    margin: auto;
}

#program .topic-time {
    color: var(--third) !important;
    font-weight: 700;
    font-size: 20px;
    margin-top: 10px;
}

#program .lecture-time {
    font-weight: 700 !important;
}

#program .lecture-title {
    font-weight: 700;
    color: var(--secondary);
}

#program .lecture-subtitle {
    font-weight: 400;
    color: var(--secondary);
    font-style: italic;
}