
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: calc(90vh - 130px);
    /* background: url("../images/index/slider/hero_photo.jpg") top center; */
    background-size: cover;
    position: relative;
    padding: 0;
}

@media (max-width: 992px) {
    #hero .container {
        padding-top: 98px;
    }
}

#hero h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

#hero h1 span {
    color: #cda45e;
}

#hero h2 {
    color: #eee;
    margin-bottom: 10px 0 0 0;
    font-size: 22px;
}

#hero .btns {
    margin-top: 30px;
}

#hero .btn-menu,
#hero .btn-book {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 50px;
    transition: 0.3s;
    line-height: 1;
    color: white;
    border: 2px solid #cda45e;
}

#hero .btn-menu:hover,
#hero .btn-book:hover {
    background: #cda45e;
    color: #fff;
}

#hero .btn-book {
    margin-left: 15px;
}

#hero .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#cda45e 50%, rgba(205, 164, 94, 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: relative;
    overflow: hidden;
}

#hero .play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#hero .play-btn::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(205, 164, 94, 0.7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}

#hero .play-btn:hover::after {
    border-left: 15px solid #cda45e;
    transform: scale(20);
}

#hero .play-btn:hover::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0;
}

@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
}

@media (max-width: 992px) {
    #hero .play-btn {
        margin-top: 30px;
    }
}

@media (max-height: 500px) {
    #hero {
        height: auto;
    }

    #hero .container {
        padding-top: 130px;
        padding-bottom: 60px;
    }
}

@media (max-width: 768px) {
    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #hero h2 {
        font-size: 18px;
        line-height: 24px;
    }
}

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

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

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

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

.main-menu {
    height: 100px;
    box-shadow: 0 6px 6px -3px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0 6px 6px -3px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 6px 6px -3px rgb(0 0 0 / 20%);
}

.main-navber ul li {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
}

.main-menu-item {
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 3px;
}

.main-menu-item a {
    font-size: 30px;
    text-shadow: 0px 3px 2px #000000;
    font-weight: 700;
}

li.main-menu-item:hover a {
    letter-spacing: 5px;
}

.main-navber .menu-item-edu {
    background-color: #006964;
}

.main-navber .menu-item-tra {
    background-color: #1f9b90;
}

.main-navber .menu-item-res {
    background-color: #367db2;
}

.main-navber .menu-item-adv {
    background-color: #555095;
}

.main-slider,
.carousel-inner,
.carousel-item {
    height: 100%;
}

.carousel-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    z-index: 0;
}

.carousel-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.slider-title h3 {
    /* font-size: 40px; */
    font-weight: 600;
    color: #fff;
    text-transform: none;
    line-height: 1.2;
    word-spacing: 4px;
    /* text-shadow: 3px 4px 57px #000000; */
    text-shadow: 1px 6px 27px rgba(0, 0, 0, 1);
}

.slider-body:before {
    height: 60%;
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, rgb(0 0 0), rgba(0, 0, 0, 0) 100%);
    content: "";
    pointer-events: none;
}

.slider-body .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 5.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.slider-body .know-more-btn {
    background: #fff;
    font-size: 18px;
    color: #585858;
    border-radius: 40px;
    padding: 6px 14px;
    letter-spacing: 1px;
    transition: 0.3s;
}

.slider-body .know-more-btn:hover {
    color: #fff;
    background: var(--color-primary);
    letter-spacing: 2px;
    transition: 0.3s;
}

.slider-btn {
    background: #fff;
}

.main-slider .carousel-indicators {
    position: absolute;
    text-align: right;
    float: right;
    right: 2% !important;
    left: inherit;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 5%;
    margin-bottom: 1rem;
    margin-left: 5%;
    list-style: none;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    /* border-top: 10px solid transparent; */
    /* border-bottom: 10px solid transparent; */
    opacity: .5;
    transition: opacity .6s ease;
}

.carousel-indicators .active {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 60px;
    height: 10px;
    border-radius: 50px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    opacity: .5;
    transition: opacity .6s ease;
    opacity: 1;
}

hr.new4 {
    border: 1px solid #fff;
    opacity: 1;
}


.about-scl-txt {
    background: var(--color-primary);
    color: #fff;
}

.about-scl-txt .content {
    margin-left: 100px;
    margin-right: 100px;
}

.about-section .know-more-btn {
    background: var(--color-primary);
    color: #fff;
    border-color: #fff;
}

.about-section .know-more-btn:hover {
    background: #fff;
    color: var(--color-primary);
    border-color: #fff;
}

.about-section h2 {
    font-size: 40px;
    color: #fff;
    line-height: 45px;
    margin-bottom: 50px;
}

.about-scl-txt p {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    text-align: justify;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.about-section #portfolio-flters {
    padding: 0;
    margin: 0 auto 25px auto;
    list-style: none;
    text-align: center;
    border-radius: 50px;
}

.about-section #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 18px 10px 18px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #444444;
    margin: 0 3px 10px 3px;
    transition: all ease-in-out 0.3s;
    background: #fafafc;
    border-radius: 50px;
}

.about-section #portfolio-flters li:hover,
.about-section #portfolio-flters li.filter-active {
    color: #fff;
    background: var(--color-secondary);
}

.about-section #portfolio-flters li:last-child {
    margin-right: 0;
}

.about-section .portfolio-item {
    /* margin-bottom: 30px; */
    overflow: hidden;
}

.about-section .portfolio-item img {
    position: relative;
    top: 0;
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s;
}

.about-section .portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -50px;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    background: var(--color-secondary);
    padding: 15px 20px;
}

.about-section .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

.about-section .portfolio-item .portfolio-info p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}

.about-section .portfolio-item .portfolio-info .preview-link,
.about-section .portfolio-item .portfolio-info .details-link {
    position: absolute;
    right: 50px;
    font-size: 24px;
    top: calc(50% - 18px);
    color: rgba(255, 255, 255, 0.7);
    transition: ease-in-out 0.3s;
}

.about-section .portfolio-item .portfolio-info .preview-link:hover,
.about-section .portfolio-item .portfolio-info .details-link:hover {
    color: #fff;
}

.about-section .portfolio-item .portfolio-info .details-link {
    right: 15px;
}

.about-section .portfolio-item:hover img {
    transform: scale(1.2);
}

.about-section .portfolio-item:hover .portfolio-info {
    opacity: 1;
    bottom: 0;
}

.about-section-body {
    background:
        url(../images/index/about/Backgroundf.png) center center;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
    background-repeat: no-repeat;
    background-color: #fff;
    transition: background-color 300ms;
}

.about-section-body::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(248 248 248 / 39%);
}

.about-section .section-header .section-title {
    font-size: 40px;
    color: var(--color-secondary);
    border-bottom: 5px solid var(--color-secondary);
    margin-right: 200px;
}

.about-section .hexagon-card .card-title {
    color: var(--color-secondary);
    font-size: 30px;
    margin: 20px;
    display: inline-block;
}

.about-section .hexagon-card .card-text {
    color: var(--color-primary);
    margin: 0 20px;
    display: inline-block;
    text-align: center !important;
    font-size: 18px;
}

.hexagon {
    cursor: default;
    position: relative;
    width: 350px;
    height: 202.07259421636903px;
    background-color: #2b2f38;
    margin: 101.03629710818451px auto 0 auto;
    box-shadow: 0 0 50px rgba(0, 0, 0, 1);
    border-left: solid 10px #f47721;
    border-right: solid 10px #f47721;
    display: grid;
    transition: 0s;
}

.hexagon:before,
.hexagon:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 247.48737341529161px;
    height: 247.48737341529161px;
    transform: scaleY(0.5774) rotate(-45deg);
    background-color: inherit;
    left: 41.25631329235419px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 1);
    transition: 0s;
}

.hexagon:before {
    top: -123.74368670764581px;
    border-top: solid 14.142135623730951px #f47721;
    border-right: solid 14.142135623730951px #f47721;
}

.hexagon:after {
    bottom: -123.74368670764581px;
    border-bottom: solid 14.142135623730951px #f47721;
    border-left: solid 14.142135623730951px #f47721;
}

.hexagon span {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    font-size: 25px;
    color: #f47721;
    top: 5.773502691896257px;
    left: 0;
    width: 330px;
    height: 190.5256px;
    z-index: 2;
    background: inherit;
    transition: 0s;
}

.hexagon:hover {
    width: 400px;
    height: 230.94010767585033px;
    background-color: #2b2f38;
    margin: 115.47005383792516px auto 0 auto;
    box-shadow: 0 0 50px rgba(0, 255, 255, 1);
    border-left: solid 10px #f47721;
    border-right: solid 10px #f47721;
}

.hexagon:hover:before,
.hexagon:hover:after {
    width: 282.84271247461896px;
    height: 282.84271247461896px;
    transform: scaleY(0.5774) rotate(-45deg);
    left: 48.57864376269052px;
    box-shadow: 0 0 50px rgba(0, 255, 255, 1);
}

.hexagon:hover:before {
    top: -141.42135623730948px;
    border-top: solid 14.142135623730951px #f47721;
    border-right: solid 14.142135623730951px #f47721;
}

.hexagon:hover:after {
    bottom: -141.42135623730948px;
    border-bottom: solid 14.142135623730951px #f47721;
    border-left: solid 14.142135623730951px #f47721;
}

.hexagon:hover span {
    font-size: 25px;
    color: #f47721;
    top: 5.773502691896257px;
    width: 380px;
    height: 219.3931px;
}

/* About Key Heighlight */
.about-key-heighlight .card {
    width: 100%;
    /* height: 150px; */
    /* height: 100px; */
    background-color: #fff;
    background: linear-gradient(#f8f8f8, #fff);
    box-shadow: 0 8px 16px -8px rgba(0, 0, 0, 0.4);
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.about-key-heighlight .card h1 {
    text-align: center;
}

.card.edu-key-card,
.card.edu-key-card,
.card.edu-key-card,
.card.edu-key-card {
    border: 0;
}

.card.edu-key-card .additional {
    background: var(--color-secondary);
    border-color: var(--color-secondary);
    border: 0 !important;
}

.card.tra-key-card .additional {
    background: var(--color-secondary);
    border-color: var(--color-secondary);
}

.card.res-key-card .additional {
    background: var(--color-secondary);
    border-color: var(--color-secondary);
}

.card.adv-key-card .additional {
    background: var(--color-secondary);
    border-color: var(--color-secondary);
}

.about-key-heighlight .card .additional .user-card {
    width: 100%;
    height: 100%;
    position: relative;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.about-key-heighlight .card .additional .user-card span {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 20px;
    line-height: normal;
}

.card .additional .user-card .points {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
}

.about-key-heighlight .card .additional .user-card svg {
    top: 50%;
}

.about-key-heighlight .card .general {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.card .general p {
    color: #000;
    font-size: 18px;
    margin: 0;
    line-height: 1.5;
    text-align: justified;
}

.card.edu-key-card .card-body,
.card.tra-key-card .card-body,
.card.res-key-card .card-body,
.card.adv-key-card .card-body {
    background: #fffdee;
}

/* Index Education Section */

#edu-scl .section-header .section-title {
    font-size: 40px;
    color: var(--color-education);
    border-bottom: 5px solid var(--color-education);
    margin-bottom: 40px;
}


#edu-scl .section-header {
    color: #fff;
    letter-spacing: 4px;
    text-transform: uppercase;
    line-height: 2;
    /* margin-bottom: 30px; */
    /* padding:15px; */
}

/* #edu-scl .section-header .section-title {
    font-size: 50px;
    color: var(--color-education);
    font-weight: 800;
} */


#edu-scl .section-header h2::after {
    content: none !important;
    display: block;
    clear: both !important;
}

#edu-scl .key-card span{
    color: var(--color-education);
}


#edu-scl .mph-content .section-content-header {
    border-left: 3px solid var(--color-education);
}

#edu-scl .mph-content  .section-content-header h5{
    color: var(--color-education);
}

#edu-scl .dmp-content .section-content-header {
    border-left: 3px solid var(--color-dmp);
}



#edu-scl .dmp-content  .section-content-header h5{
    color: var(--color-dmp);
}


/* Index Research Section */

#research-scl .section-header .section-title {
    font-size: 40px;
    color: var(--color-research);
    border-bottom: 5px solid var(--color-research);
 /* margin-left: 200px; */
    margin-bottom: 40px;
}

#research-scl .section-header {
    color: #fff;
    letter-spacing: 4px;
    text-transform: uppercase;
    line-height: 2;

}

#research-scl .section-header h2::after {
    content: none !important;
    display: block;
    clear: both !important;
}

#research-scl .key-card span{
    color: var(--color-research);
}

#research-scl .section-content-header {
    border-left: 3px solid var(--color-research);
}

#research-scl  .section-content-header h5{
    color: var(--color-research);
}


/* Index Training Section */

#training-scl .section-header .section-title {
    font-size: 40px;
    color: var(--color-training);
    border-bottom: 5px solid var(--color-training);
 /* margin-left: 200px; */
    margin-bottom: 40px;
}

#training-scl .section-header {
    color: #fff;
    letter-spacing: 4px;
    text-transform: uppercase;
    line-height: 2;

}

#training-scl .key-card span{
    color: var(--color-training);
}

#training-scl .section-header h2::after {
    content: none !important;
    display: block;
    clear: both !important;
}



#training-scl  .section-content-header {
    border-left: 3px solid var(--color-training);
}

#training-scl  .section-content-header h5{
    color: var(--color-training);
}


#featured-short-course-slider img{
    width:100%;
    height:auto;
}
