/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
figure{margin: 0;}
a,button {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: "Prompt", serif;
    background: url('../images/body-back.png') 0 0 repeat;
    background-size: cover;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}
.slick-track,.slick-initialized{
    opacity: 1 !important;
}
.slick-slider {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}
.slick-initialized.slick-slider{
    visibility: visible;
    opacity: 1;
}

.main-wrpper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.container{
    max-width: 1200px;
}
/*{
    font-family: "Thasadith", serif;
}*/
h1,h2{
    font-family: "Unbounded", serif;
}
/* ***** End Common Css **** */

/* **** Header **** */
header {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    background:transparent;
    padding: 20px 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
header.nav-new {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 10px 0;
    background: #000;
    z-index: 99;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    animation: slideDown 0.35s ease-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}
@-webkit-keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}
.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
}
.navbar-brand img {
    max-width: 100%;
    height: 55px;
}
.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.nav-row{
    display: flex;
    align-items: center;
    width: 100%;
}
.navbar-light .navbar-nav {
    margin: 0 0 0 auto;
}
.navbar-light .navbar-nav li {
    margin-right: 20px;
}
.navbar-light .navbar-nav li:last-child {
    margin-right: 0;
}
.navbar-light .navbar-nav .nav-link {
    padding: 5px 0px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    color: #CBCBCB;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover {
    color: #C3002F;
}
body.add-fix{
    overflow: hidden;
}
.overlay-menu{
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 99;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}
body.add-fix .overlay-menu{
    left: 0;
}
/* **** End Header **** */

/* **** toggler **** */
.navbar-light .navbar-toggler {background-color: transparent;border-radius: 0;outline: none;box-shadow: none;border: none;height: 40px;width: auto;padding: 0;}
.navbar-light .navbar-toggler:focus {box-shadow: none;outline: none; }
.navbar-light .navbar-toggler .navbar-toggler-icon {background-image: unset;}
.navbar-toggler:active, .navbar-toggler:focus { outline: none; }
.navbar-light .navbar-toggler-icon {width: 24px;height: 18px;background-image: none;position: relative;border-bottom: 2px solid #fff;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {width: 24px;position: absolute;height: 2px;background-color: #fff;top: 0;left: 0;content: "";z-index: 2;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after {top: 8px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {transform: rotate(45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {transform: translateY(8px) rotate(-45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {border-color: transparent;}
/* **** End toggler **** */

/* **** Home Page **** */
.hero-banner{
    position: relative;
}
.hero-block{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 200px 0 60px;
}
.hero-block:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #101010 10%, rgba(16, 16, 16, 0) 42.67%, #101010 90%);
    top: 0;
    left: 0;
}
.hero-data-block{
    max-width: 500px;
    position: relative;
    z-index: 1;
}
.hero-data-block h2{
    font-size: 60px;
    font-weight: normal;
    line-height: 80px;
    margin: 0;
    color: #fff;
    font-family: "Thasadith", serif;
}
.hero-data-block h1{
    font-size: 60px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    line-height: 80px;
    margin: 0 0 20px;
}
.btn-main{
    padding: 14px 45px;
    background: #fff;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 500;
    color: #C3002F;
    display: table;
    border: none;
}
.btn-main:hover{
    background: #C3002F;
    color: #fff;
}

.hero-row{
    padding: 30px 0 0;   
}
.hero-row .row{
    align-items: flex-end;
    position: relative;
}
.scroll-btn{
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: normal;
    color: #CBCBCB;
    line-height: 28px;    
    position: relative;
    z-index: 5;
}
.scroll-btn i{
    min-width: 30px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 2px solid #C3002F;
    line-height:28px;
    color: #CBCBCB;
    font-size: 14px;
    text-align: center;
    display: block;
    margin: 0 0 0 10px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.scroll-btn:hover{
    color: #fff;
}
.scroll-btn:hover i{
    background: #C3002F;
    color: #fff;
}
.banner-content-row p{
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: #CBCBCB;
    margin: 0;
    max-width: 90%;
    position: relative;
    z-index: 1;
}

.hero-pager-rw{
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    z-index: 1;
}
.hero__dots{
    width: fit-content;
    margin: 0 0 0 auto;
}
.hero__dots .slick-dots{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-flow: column;
    
}
.hero__dots .slick-dots li{
    margin: 0 0 10px;
}
.hero__dots .slick-dots li:last-child{
    margin: 0;
}
.hero__dots .slick-dots li button{
    width: 24px;
    height: 3px;
    background: #D9D9D9;
    border-radius: 3px;
    display: block;
    border: none;
    font-size: 0px;
    opacity: 0.20;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.hero__dots .slick-dots li.slick-active button{
    opacity: 1;
    background: #fff;
    width: 45px;
}


.about-wrp{
    padding: 100px 0;
    position: relative;
}
.about-wrp .circle-shape{
    top: 144px;
    right: 25%;
}
.titlebar{
    position: relative;
    margin: 0 auto 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.titlebar span{
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    line-height: 22px;
    padding: 9px 25px;
    background: url('../images/body-back.png') 0 0 repeat;
    background-size: cover;
    text-align: center;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}
.title-shap-right,.title-shap-left{
    position: relative;
    width: 100%;
}
.titlebar:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.title-shap-left:after{
    right: auto;
    left: 0;
}
.about-wrp .container{
    position: relative;
    z-index: 1;
}
.about-wrp .row{
    align-items: center;
}
.about-wrp .titlebar span{
    display: table;
    margin: 0 auto;
}
.about-img{
    position: relative;
    padding: 0 25px 0 0;
}
.about-img figure{
    position: relative;
}
.about-img img{
    width: 100%;
}
.about-img figure:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #101010 0%, rgba(27, 63, 206, 0.2) 20.01%, rgba(195, 0, 47, 0.2) 80.04%, #101010 100.05%);
    top: 0;
    left: 0;
    z-index: 1;
}
.about-data{
    padding: 0 0 0 25px;
}
.title-box h3{
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    font-family: "Thasadith", serif;
    margin: 0;
    line-height: 44px;
}
.title-box h2{
    margin: 0 0 30px;
    font-size: 52px;
    line-height: 72px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}
.about-data p{
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.02em;
    color: #CBCBCB;
}
.about-data p:last-child{
    margin: 0;
}
.abt-shap{
    position: absolute;
    top: 60%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.inner-abt-part-wrp{
    position: relative;
}

.innovation-wrp{
    position: relative;
}
.innovation-wrp .container{
    position: relative;
    z-index: 1;
}
.innovation-wrp .title-box{
    margin: 0 0 80px;
}
.video-block{
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(203, 203, 203, 0.18);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}
.video-block:after{
    position: absolute;
    content: '';
    background: rgba(16, 16, 16, 0.20);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.video-block img{
    width: 100%;
}
.play-btn{
    position: absolute;
    width: 116px;
    height: 116px;
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(3px);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    z-index: 5;
}
.play-btn:hover{
    background: #101010;
}
.video-back{
    position: absolute;
    top: 58%;
    left: 0;
    right: 0;
    max-width: 80%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin: 0 auto;
    display: table;
}
.video-back img{
    width: 100%;
}

.residency-wrp{
    position: relative;
    padding: 100px 0;
}
.residency-wrp .container{
    position: relative;
    z-index: 1;
}
.residency-wrp .row{
    align-items: center;
}
.residency-img{
    padding: 0 0 0 25px;
}
.residency-img figure{
    position: relative;
}
.residency-img img{
    width: 100%;
}
.residency-img figure:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(300deg, #101010 0%, rgba(27, 63, 206, 0.30) 20.01%, rgba(195, 0, 47, 0.30) 80.04%, #101010 100.05%);
    top: 0;
    left: 0;
    z-index: 1;
}
.residency-data{
    padding: 0 25px 0 0;
}
.residency-data p{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.02em;
    color: #CBCBCB;
    margin: 0 0 30px;
}
.residency-data .btn-group{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.residency-data .btn-group .btn-main{
    margin: 0 20px 20px 0;
}
.residency-shp1{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    max-width: 270px;
}
.residency-shp1 img{
    width: 100%;
}
.residency-shp2{
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

.residency-video-wrp .container{
    position: relative;
}
.residency-video-wrp .video-block {
    border: 1px solid rgba(203, 203, 203, 0.18);
}
.residency-video-wrp .video-block:after{
    background: linear-gradient(90deg, #101010 0%, rgba(27, 63, 206, 0.30) 15%, rgba(195, 0, 47, 0.30) 77.35%, #101010 100.05%);
    z-index: 1;
}
.residency-video-wrp .video-block .play-btn{
    background: rgba(0, 0, 0, 0.70);
}
.residency-video-wrp .video-block .play-btn:hover{
    background: #000;
}
.video-res-shap{
    position: absolute;
    bottom: -70px;
    left: 40%;
    max-width: 126px;
}
.video-res-shap img{width: 100%;}

.what-we-wrp{
    position: relative;
    padding: 100px 0 50px;
    overflow: hidden;
}
.what-we-wrp .abt-shap{
    top: 15%;
}
.what-we-wrp .circle-shape{
    right: 0;
    top: 6%;
}
.what-we-wrp .titlebar{
    margin: 0 0 80px;
}
.impact-block p{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.02em;
    color: #CBCBCB;
    max-width: 770px;
    margin: 0 0 40px;
}

.impact-row{
    margin: 0 0 60px;
}
.impact-row .row{
    align-items: center;
}
.impact-img{
    padding: 20px;
    border-radius: 10px;
    background: url('../images/gradint-borader.png') 0 0 no-repeat;
    background-size: 100% 100%;
    max-width: 340px;
}
.impact-img img{
    width: 100%;
    border-radius: 10px;
    border: 1px solid #3C3C3C;
    height: 380px;
    object-fit: cover;
}
.impact-data{
    padding: 0 0 0 25px;
}
.impact-data p{
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.02em;
    color: #CBCBCB;
    margin: 0 0 45px;
    max-width: 430px;
}

.impact-even-rw{
    padding: 0 0 0 150px;
}
.impact-even-rw .impact-data{
    padding: 0 0 0 0;
}
.impact-even-rw .impact-data p{
    max-width: 100%;
}

.award-wrp{
    padding: 40px 0 0;
}
.award-img-row{
    padding: 40px 0 0;
}
.award-img-row .row{
    margin: 0 -20px;
}
.award-img-row .row .col-md-6{
    padding: 0 20px;
}
.award-wrp h2{
    font-size: 52px;
    font-weight: 500;
    color: #fff;
    line-height: 72px;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.award-wrp p{
    margin: 0 0 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    max-width: 100%;
}
.award-box img{
    width: 100%;
    border-radius: 300px 300px 60px 60px;
}


.testimonial-wrp{
    padding: 50px 0 100px;
    position: relative;
}
.testimonial-wrp .container{
    position: relative;
    z-index: 2;
}
.testimonial-wrp .abt-shap{
    top: 50%;
}
.testimonial-block{
    overflow: hidden;
}
.testimonial-block .row{
    margin: 0 -25px;
    align-items: flex-end;
}
.testimonial-block .row .col-md-6{
    padding: 0 25px;
}
.testimonial-img{
    position: relative;
}
.testimonial-img:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #101010 0%, rgba(27, 63, 206, 0.30) 20.01%, rgba(195, 0, 47, 0.30) 80.04%, #101010 100.05%);
    top: 0;
    left: 0;
}
.testimonial-img img{
    width: 100%;
}
.testimonial-data{
    padding: 0 0 110px;
    position: relative;
}
.testimonial-data i{
    color: #D9D9D9;
    font-size: 100px;
    margin: 0 0 25px;
    transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
}
.testimonial-data figure img{
    width: 150px;
    margin: 0 0 25px;
}
.testimonial-data p{
    font-style: italic;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: #CBCBCB;
    margin: 0 0 40px;
}
.testimonial-data h3{
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 10px;
    line-height: 30px;
    font-family: "Unbounded", serif;
}
.testimonial-data h6{
    font-size: 20px;
    font-weight: normal;
    color: #BCBCBC;
    line-height: 26px;
    font-family: "Thasadith", serif;
    margin: 0;
}
.slider-navbx{
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    margin: -70px 0 0;
}
.slider-navbx .hero__arrows{
    display: flex;
    align-items: center;
    padding: 0 0 0 20px;
}
.slider-navbx .hero__arrow{
    background: linear-gradient(159.61deg, rgba(195, 0, 47, 0.8) 22.29%, rgba(27, 63, 206, 0.8) 87.4%);
    width: 70px;
    min-width: 70px;
    height: 70px;
    border-radius: 100%;
    display: flex;
    margin-right: 30px;
    font-size: 18px;
    align-items: center;
    justify-content: center;
}
.slider-navbx .hero__arrow i{
    width: 65px;
    height: 65px;
    border-radius: 100%;
    background: url('../images/body-back.png') 0 0 repeat;
    background-size: cover;
    line-height: 65px;
    color: #fff;
    text-align: center;
    transition: .4s linear;
    -webkit-transition: .4s linear;
    cursor: pointer;
}
.slider-navbx .hero__arrow:hover{
    background: #fff;
}
.slider-navbx .hero__arrow:hover i{
    background: #fff;
    color: #0E0E0E;
    width: 65px;
    height: 65px;
}
.slider-navbx .hero__arrow:last-child{
    margin: 0;
}

footer{
    padding: 80px 0;
    position: relative;
    background: url('../images/footer-back.png') 0 0 no-repeat;
    background-size: 100% 100%;
}
/*footer:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: url('../images/footer-dot.png'), linear-gradient(179.89deg, #101010 -0.5%, rgba(16, 16, 16, 0) 29.62%, rgba(16, 16, 16, 0) 82.74%, #101010 99.9%);
    background-blend-mode: plus-darker, normal;
    top: 0;
    left: 0;
}*/
footer .container{
    position: relative;
    z-index: 1;
}
.footer-top .row{
    align-items: center;
}
.footer-top h2{
    font-size: 30px;
    font-weight: normal;
    color: #fff;
    line-height: 46px;
    margin: 0;
    max-width: 520px;
}
.footer-top .btn-group{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.contact-footer{
    padding: 60px 0;
}
.contact-footer p{
    margin: 0;
    font-size: 20px;
    font-weight: normal;
    font-family: "Thasadith", serif;
    color: #fff;
    line-height: 30px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.contact-footer p:hover{
    opacity: 0.60;
}

.copyright .row{
    align-items: center;
}
.copyright p{
    margin: 0;
    font-family: "Thasadith", serif;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}
.social-bx{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.social-bx a{
    width: 76px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    border: 1px solid #fff;
}
.social-bx a:hover{
    background: #C3002F;
    color: #fff;
    border-color: #C3002F;
}
/* **** End Home Page **** */

/* **** Education Page **** */
.inner-banner{
    position: relative;
    width: 100%;
    height: 750px;
    background: url('../images/education-banner.png') 0 0 no-repeat;
    background-size: cover;
    z-index: 1;
    padding: 100px 0;
    display: flex;
    align-items: center;
}
.inner-banner::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #101010 10%, rgba(16, 16, 16,0.50) 42.67%, #101010 90%);
    z-index: -1;
}
.inner-banner::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/soft-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    mix-blend-mode: soft-light;
    z-index: -2;
}
.inner-banner-inner figure{
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #fff;
    max-width: 470px;
}
.inner-banner-inner h1{
    font-size: 60px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    line-height: 80px;
    margin: 0 0 10px;
}
.inner-banner-inner p{
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: #CBCBCB;
    margin: 0;
    max-width: 670px;
    position: relative;
    z-index: 1;
}

.focus-wrp{
    position: relative;
    padding: 100px 0;
}
.focus-wrp .titlebar span{
    display: table;
    margin: 0 auto 0 100px;
}
.focus-wrp-slider{
    position: relative;
    margin: 0 0 80px;
}
.focus-wrp-slider .slider-item{
    position: relative;
    z-index: 1;
}
.focus-wrp-slider {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}
.focus-wrp-slider.slick-initialized {
    visibility: visible;
    opacity: 1;
}
.focus-wrp-slider .slider-item::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #101010 0%, rgba(27, 63, 206, 0.2) 20.01%, rgba(195, 0, 47, 0.2) 80.04%, #101010 100.05%);
    z-index: 3;
}
.focus-wrp-slider .slider-item::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/soft-bg.png') 0 0 no-repeat;
    background-size: cover;
    mix-blend-mode: soft-light;
    z-index: 2;
}
.focus-wrp-slider .slider-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.9;
}

.focus-wrp-slider .slick-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 24px 0 0;
}
.experiences-slider .slick-dots,
.information-slider .slick-dots{
    display: inline-flex;
    margin: 24px 0 0 36.2%;
}
.focus-wrp-slider .slick-dots li,
.experiences-slider .slick-dots li,
.information-slider .slick-dots li{
    margin: 0 6px;
    line-height: 0;
}
.focus-wrp-slider .slick-dots li button,
.experiences-slider .slick-dots li button,
.information-slider .slick-dots li button{
    font-size: 0;
    width: 10px;
    height: 6px;
    background: #FFFFFF;
    border-radius: 3px;
    border: 0;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}
.focus-wrp-slider .slick-dots li.slick-active button,
.experiences-slider .slick-dots li.slick-active button,
.information-slider .slick-dots li.slick-active button{
    background: #C3002F;
}

.focus-wrp-data{
    position: relative;
    margin: 0 0 80px;
}
.focus-wrp-data p{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.02em;
    color: #CBCBCB;
    margin: 0 0 20px;
}
.focus-wrp-data p span{
    color: #fff;
    font-weight: 500;
}
.focus-wrp-data p a{
    text-decoration-line: underline;
    color: #256BE2;
}
.focus-wrp-data p a:hover{
    color: #C3002F;
}
.focus-wrp-data h6{
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.02em;
    color: #A8917B;
    margin: 0 0 30px;
}
.focus-wrp-data h4{
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-transform: capitalize;
    color: #A8917B;
    margin: 0 0 20px;
}
.focus-wrp-data h2{
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 42px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 0 20px;
}
.focus-wrp-data ul{
    display: flex;
    align-items: center;
    margin: 0 0 40px;
}
.focus-wrp-data ul li{
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #CBCBCB;
    position: relative;
    margin: 0 15px 0 0;
    padding: 0 0 0 20px;
}
.focus-wrp-data ul li::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 6px;
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background: #CBCBCB;
}
.focus-wrp-data ul li:last-child{
    margin: 0;
}
.focus-wrp .abt-shap{
    top: 68%;
}
.focus-img{
    position: relative;
    z-index: 1;
}
.focus-img::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #101010 0%, rgba(27, 63, 206, 0.30) 20.01%, rgba(195, 0, 47, 0.30) 80.04%, #101010 100.05%);
    z-index: 3;
}
.focus-img::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/soft-bg.png') 0 0 no-repeat;
    background-size: cover;
    mix-blend-mode: plus-darker;
    opacity: 0.6;
    z-index: 2;
}

.focus-wrp-data-rw{
    padding: 0 0 0 40px;
    margin: 0;
}
.focus-wrp-data-rw h4{
    margin: 0;
}

.circle-shape{
    position: absolute;
    top: 9px;
    right: 28%;
    opacity: 0.4;
}
.abt-shap-left{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.whisperer-wrp{
    position: relative;
    padding: 0 0 100px;
}
.whisperer-wrp .impact-img{
    max-width: 460px;
    margin: 0 0 0 auto;
}
.whisperer-wrp .impact-img img{
    height: 100%;
}
.whisperer-wrp-data p{
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: #CBCBCB;
    max-width: 650px;
    margin: 0 0 40px;
}

.experiences-wrp{
    position: relative;
}
.experiences-wrp .circle-shape{
    top: 102px;
    right: 23%;
}
.experiences-wrp .title-box{
    margin: 0 0 80px;
}
.experiences-slider{
    position: relative;
    max-width: calc(100% - 19%);
    margin: 0 0 40px auto;
}
.experiences-slider-item{
    margin: 0 30px 0 0;
}
.experiences-slider-item .focus-img img{
    width: 100%;
}
.experiences-rw{
    margin: 0 0 30px;
}
.professional-rw{
    margin: 0 0 40px;
}

.university-wrp{
    padding: 100px 0;
}

.university-wrp .circle-shape{
    right: 19%;
    top: 10px;
}

.chart-slider{
    margin: 0 0 40px;
}
.chart-slider .slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -65px;
    font-size: 0;
    width: 40px;
    height: 40px;
    border: 2px solid #C3002F;
    border-radius: 70px;
    background-image: url('../images/left-arrow.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    background-color: transparent;
}
.chart-slider .slick-arrow:hover{
    background-color: #C3002F;
}
.chart-slider .slick-arrow.slick-next{
    left: auto;
    right: -65px;
    background-image: url('../images/right-arrow.png');
}
.chart-slider .chart-slider-item{
    border-radius: 20px;
    overflow: hidden;
}
.chart-slider .chart-slider-item img{
    width: 100%;
}
.analytics-wrp .residency-video-wrp{
    margin: 0 0 40px;
}
.analytics-wrp{
    padding: 0 0 100px;
}

.abt-shap-2{
    position: absolute;
    top: -28%;
    right: 0;
}

.analytics-wrp .video-back{
    max-width: 57%;
    top: 64%;
}
/* **** End Education Page **** */

/* **** Healthcare Page **** */
.magic-wrp .circle-shape{
    right: auto;
    left: 19%;
    top: 9px;
}
.magic-wrp .focus-wrp-slider{
    margin: 0 0 30px;
}
.magic-wrp-data{
    padding: 0 0 100px;
    position: relative;
}
.magic-wrp-data .focus-img{
    margin: 0 0 30px;
}
.magic-wrp-data .video-back{
    z-index: -1;
    top: 80%;
    max-width: 70%;
}
.workshop-wrp .abt-shap-2{
    top: 50%;
}
.program-wrp .video-back{
    z-index: -1;
    top: 46%;
    max-width: 72%;
}
.conferences-wrp-data{
    margin: 0;
}
.conferences-wrp-data p{
    margin: 0 0 12px;
}
.conferences-wrp-data p:first-child{
    margin: 0 0 30px;
}
.conferences-wrp-data p:last-child{
    margin: 0;
}
.conferences-wrp-data p span{
    color: #fff;
}
.information-wrp{
    padding: 100px 0 0;
    position: relative;
}

.information-slider{
    position: relative;
    max-width: calc(100% - 19%);
    margin: 0 0 0 auto;
}
.information-slider-item{
    margin: 0 40px 0 0;
}
.information-slider-item h2{
    font-weight: 500;
    font-size: 20px;
    line-height: 42px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 0 30px;
}
.information-slider-item .residency-video-wrp{
    margin: 0 0 30px;
}
.information-slider-item p{
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #CBCBCB;
}
/* **** End Healthcare Page **** */

/* **** On Stage Page **** */
.on-stage-wrp{
    position: relative;
    padding: 100px 0 0;
}
.on-stage-wrp .abt-shap-2{
    top: -30%;
    right: auto;
    left: 0;
    z-index: 1;
}
.on-stage-wrp .circle-shape{
    left: 31px;
    width: 88px;
    height: 88px;
    z-index: 1;
    top: -20%;
}
.on-stage-wrp .circle-shape img{
    width: 100%;
}
.sensory-wrp .video-block{
    margin: 0 0 80px;
}
.important-rw{
    display: flex;
    align-items: center;
    margin: 60px 0;
}
.impoertant-box{
    width: 150px;
    height: 150px;
    background: #181718;
    border: 1px solid #424242;
    border-radius: 16px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 30px 0 0;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}
.impoertant-box:hover{
    background: #C3002F;
}
.impoertant-box:last-child{
    margin: 0;
}

.down-reso-wrp{
    padding: 0 0 100px;
}
.down-reso-wrp .focus-wrp-data h2{
    margin: 0 0 16px;
}
.down-reso-wrp .btn-main{
    width: 220px;
    margin: 0 0 0 auto;
    padding: 14px 25px;
    text-align: center;
}
.down-reso-wrp-rw{
    margin: 0 0 40px;
}
.down-reso-wrp-rw:last-child{
    margin: 0;
}
.down-reso-wrp-rw h2{
    font-weight: 500;
    font-size: 22px;
    line-height: 42px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
}
.down-reso-wrp-rw p{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.02em;
    color: #CBCBCB;
    margin: 16px 0 0;
}
.sensory-wrp .video-back{
    z-index: -1;
    top: 22%;
    max-width: 70%;
}
.focus-wrp.sensory-wrp .abt-shap{
    top: 80%;
}
/* **** End On Stage Page **** */

/* **** Research Page **** */
.research-wrp{
    position: relative;
    padding: 100px 0;
}
.research-wrp .circle-shape{
    left: 19.5%;
    top: -20px;
}
.research-wrp-data .focus-img{
    margin: 0 0 30px;
}
.research-wrp-data p{
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.02em;
    color: #CBCBCB;
    margin: 0 0 30px;
}
.research-wrp .abt-shap{
    top: 80%;
}
.research-wrp .abt-shap-2{
    top: -18%;
}
/* **** End Research Page **** */

/* **** Engagements Page **** */
.engagements-wrp-data{
    position: relative;
}
.engagements-wrp-data h1,
.engagements-wrp-data h2{
    font-weight: 500;
    font-size: 46px;
    line-height: 56px;
    text-transform: uppercase;
    color: #C3002F;
    margin: 0 0 40px;
}
.engagements-wrp-data h2{
    color: #256BE2;
    margin: 0 0 95px;
    display: table;
}
.fall-list{
    position: relative;
    margin: 0 0 110px;
}
.fall-list ul{
    position: relative;
}

.fall-list ul li{
    display: flex;
    margin: 0;
    position: relative;
    padding-left: 130px;
}
.fall-list ul li::after{
    content: '';
    position: absolute;
    top: 0;
    left: 16px;
    width: 1px;
    height: 100%;
    border: 1px dashed #fff;
    z-index: -1;
}
.fall-list ul li:last-child::after{
    display: none;
}
.fall-list ul li::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 34px;
    border-radius: 34px;
    background: #C3002F;
    border: 8px solid #FFFFFF;
}
.fall-list ul li h2{
    font-weight: 500;
    font-size: 26px;
    line-height: 36px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 40px 0 0;
    width: 200px;
}
.fall-list-box p{
    font-family: 'Thasadith';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    color: #FFFFFF;
    margin: 0 0 12px;
}
.fall-list-box p:last-child{
    margin: 0;
}
.fall-list-box{
    padding: 24px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    margin: 0 0 24px;
}
.fall-list-border{
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: -1;
    display: none;
}
.Spring-list-border{
    position: absolute;
    top: -16px;
    left: 0;
    z-index: -1;
    display: none;
}
.Spring-list ul li{
    margin: 0;
}
.Spring-list ul li::before{
    background: #256BE2;
}

.engagements-wrp .abt-shap{
    top: 15%;
}
.circle-right,
.circle-shape-center{
    position: absolute;
    left: 0;
    top: 45%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    opacity: 0.4;
    z-index: -1;
}
.circle-shape-center{
    top: 50%;
    left: 10%;
}
.engagements-wrp .abt-shap-left{
    top: 45%;
}
.fall-list.Spring-list{
    margin: 0 0 60px;
}
/* **** End Engagements Page **** */

/* **** Contact Us Page **** */
.contact-wrp .title-box{
    margin: 0 0 100px;
}
.contact-data h2{
    font-weight: 500;
    font-size: 22px;
    line-height: 42px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
    display: flex;
    align-items: center;
    padding: 0 6px;
}
.contact-data h2 i{
    font-size: 45px;
    color: #C3002F;
    margin: 0 20px 0 0;
}
.contact-data figure{
    margin: 30px 0;
}
.contact-data a{
    font-family: 'Thasadith';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 32px;
    color: #FFFFFF;
}
.contact-data a:hover{
    color: #C3002F;
}
.contact-wrp .container{
    z-index: 2;
    position: relative;
}
.contact-wrp-rw{
    margin: 0 0 100px;
}
.additional-websites .title-box{
    margin: 0 0 40px;
}
.additional-websites ul{
    display: flex;
    align-items: center;
}
.additional-websites ul li{
    width: 33.33%;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}
.additional-websites ul li a{
    color: #256BE2;
    text-decoration-line: underline;
}
.additional-websites ul li a:hover{
    color: #C3002F;
}
.contact-wrp .abt-shap-2{
    right: auto;
    left: 0;
    top: -40%;
    z-index: 1;
}
/* **** End Contact Us Page **** */