@import url(../js/slick-master/slick/slick-theme.css);
@import url(../js/slick-master/slick/slick.css);

/* -------------------------------------- Nav Bar ------ */

.nav-bar {
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 5%;
    width: 2px;
    background: rgba(255,255,255,0.05);
    z-index: 10;
}

.sequence-left,
.sequence-right {
    border-bottom: none;
}

.sequence-left:hover,
.sequence-right:hover {
    border-bottom: none;
}

/* -------------------------------------- Organization Tree ------ */

.org-chart {
    position: relative;
}

.org-cell {
    background: rgb(255 255 255 / 3%);
    color: rgb(255 255 255 / 83%);
    margin: 0 auto 30px;
    padding: 30px;
    text-align: center;
}

.flex-full.org-cell:before {
    content: '';
    width: 50%;
    border-right: 1px dotted #FFF;
    height: 100%;
    position: absolute;
    bottom: -100px;
    left: 0;
}

.learning-block {
    font-size: 2rem;
    font-weight: 500;
    padding: 100px;
    text-align: center;
    border-radius: 5px;
}

/* -------------------------------------- Banner Image ------ */

.banner-image {
    position: relative;
    width: 100%;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    background-size: cover !important;
    background-position: center center !important;
    z-index: -1;
}

.banner-image:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";

    background: rgba(40, 50, 62, 0.34);
}

.banner-content {
    left: 10%;
    position: absolute;
    /* padding: 250px 25%; */
    text-align: left;
    color: #FFF;
    top: 50%;
    transform: translateY(-50%);
    right: 10%;
}

.banner-content button i {
    color: #FFF;
}

.banner-content button i:hover {
    color:  #228ae6;
}

.banner-content h1 {
    color: #FFF;
    font-size: 4em;
}

.banner-content h5.subtitle {
    color: #1971c2;
}

@media screen and (max-width: 1000px) {
    .banner-content {
        position: relative;
        top: initial;
        left: initial;
        right: initial;
        transform: none;
        padding: 200px 15%;
    }
    
    .banner-content h2 {
        font-size: 2rem !important;
    }

    .banner-content h5.subtitle {
        font-size: 1em;
    }

    .banner-content p {
        font-size: 0.8em;
    }
}

/*--------------------------------------- Bideo */

#background_video {
    position: fixed;

    top: 50%; left: 50%;
    transform: translate(-50%, -50%);

    object-fit: cover;
    height: 100vh;
    width: 100%;
    min-height: 900px;
}

#overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    
    height: 100vh;
    width: 100%;
    min-height: 900px;
    
    background: linear-gradient(rgb(129 219 216 / 84%), rgb(33 37 41));
}

#video_cover {
    position: fixed;

    height: 100vh;
    width: 100%;
    min-height: 900px;

    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

#video_controls {
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%, 0);
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

.landing.banner-image #video_controls {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
}

.banner-image.banner-hide #video_controls {
    top: 85%;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

#play img {
    width: 100px;
}

#pause img {
    width: 90px;
}

#pause {
    display: none;
}

.play-button,
.pause-button {
    border: 1px solid #e9ecef !important;
    background: #e9ecef !important;
    border-radius: 50px;
    display: inline-block;
    height: 60px;
    width: 60px;
    padding: 0;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
    position: relative;
}

.play-button:hover,
.pause-button:hover {
    border: 5px solid #e9ecef;
    transform: scale(1.1);
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

.play-button i.fas, 
.pause-button i.fas {
    position: absolute; 
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    
    color: #495057;
}

.play-button i.fas {
    left: 4px;
}

.button-container {
    position: fixed;
    bottom: 0;
    left: 25%;
    right: 25%;
    text-align: center;
}

a.hero-button {
    color: black;
    display: inline-block;
    position: relative;
    
    width: 250px;
    height: 150px;
    background-color: #FFF;
    border-top-left-radius: 250px;
    border-top-right-radius: 250px;
    border: none;
    border-left: 0;
    
    margin: 0 0 -10px 0;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
    
    box-shadow: 0px 0px 78px -41px rgba(0,0,0,0.35);
}

a.hero-button span {
    position: absolute;
    top: 60%;
    transform: translateY(-40%);
    left: 0;
    right: 0;
    text-align: center;
    color: #009688;
}

a.hero-button:hover {
    background: #009688;
    color: #FFF;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
    border: none;
    
    transform: scale(1.1);
    margin: 0;
}

a.hero-button:hover span {
    color: #FFF;
}

/* -------------------------------------- Framework ------ */

.cursor-dot {
    width: 8px;
    height: 8px;
    background-color: #00bcd4;
}

.cursor-dot-outline {
    width: 40px;
    height: 40px;
    background-color: rgba(16, 216, 241, 0.13);
}

.cursor-dot,
.cursor-dot-outline {
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease-in-out,
                transform 0.3s ease-in-out;
    z-index: 10000;
}

section.internal-heading {
    background: #009688;
    position: relative;
    display: none;
}

section.internal-heading .heading-content {
    padding: 190px 100px 100px 10%;
    min-height: 100vh;
}

@media screen and (max-width: 980px) {
    section.internal-heading .heading-content {
        min-height: auto;
    }
}

section.internal-content {
    padding: 160px 0 120px 0;
    color: #333333;
    display: none;
    min-height: 100vh;
    z-index: 2;
    background: rgb(33 37 41);
}

/* -------------------------------------- Hotspot SVGS ------ */

@keyframes float {
	0% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
	50% {
		box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
		transform: translatey(-20px);
	}
	100% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
}

foreignObject {
    overflow: visible;
}

.hotspot-collection {
}

.hotspot {
    background: #00bcd4;
    height: 30px;
    width: 30px;
    position: absolute;
    text-align: center;
    border: 1px solid #17a2b8 !important;
    border-radius: 50px;
    font-size: 1rem;
    animation: float 6s ease-in-out infinite;
    overflow: visible;
    -webkit-box-shadow: 0px 0px 40px -13px rgba(77,234,237,1);
    -moz-box-shadow: 0px 0px 40px -13px rgba(77,234,237,1);
    box-shadow: 0px 0px 40px -13px rgba(77,234,237,1);
}

.hotspot:hover,
.hotspot.active {
    border: 1px solid #FFF !important;
    color: #333333 !important;
}

/* -------------------------------------- Header ------ */

#header {
    margin: 50px 0;
    z-index: 2;
    position: absolute;
    top: 0;
    width: 100%;
}

.department-heading {
    font-size: 1rem;
    font-weight: 500;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 30px;
    width: 200px;
    line-height: 1.1;
    color: rgba(255,255,255,0.8);
}

.notification {
    background: #333333;
    color: #FFF;
    padding: 15px;
    
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10001;
}

/* -------------------------------------- Palette ------ */

.primary {
    background-color: #009688;
}

.primary-border {
    border-right: 5px solid #009688;
}

.primary-text {
    color: #009688;
}

.secondary {
    background-color: #a5d8ff;
}

.secondary-border {
    border-right: 5px solid #a5d8ff;
}

.secondary-text {
    color: #a5d8ff;
}

.tertiary {
    background-color: #228ae6;
}

.tertiary-border {
    border-right: 5px solid #228ae6;
}

.tertiary-text {
    color: #228ae6;
}

.white {
    background: #FFF;
/*    border-bottom: solid 1px rgba(160, 160, 160, 0.3);*/
/*    border-top: solid 1px rgba(160, 160, 160, 0.3);*/
}

.white-text {
    color: #FFF;
}

.white-border {
    border-right: 5px solid #FFF;  
}

@media screen and (max-width: 1200px) {
    .primary-border {
        border-bottom: 5px solid #009688;
        border-right: 0;
    }

    .secondary-border {
        border-bottom: 5px solid tomato;
        border-right: 0;
    }

    .tertiary-border {
        border-bottom: 5px solid #228ae6;
        border-right: 0;
    }

    .white-border {
        border-bottom: 5px solid #FFF;
        border-right: 0;
    }
}

.button.primary {
    background: #009688;
}

.button.secondary {
    background: #f3f3f3;
    color: #333333 !important;
    -webkit-appearance: none;
    padding: 15px 30px;
    border-radius: 2px;
    font-weight: 500;
}

.button.secondary:hover {
    border: 0;
    background: #d3d3d3;
}

.notification-area {
    background: rgba(255,255,255,0.03);
    padding: 30px;
    border-radius: 5px;
}

/*--------------------------------------- Slick Slider */

.load-window {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: #fafafa;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
    height: 10px;
    background: #ececec;
    border-radius: 5px;
    -webkit-animation: load 1.8s ease-in-out infinite;
    animation: load 1.8s ease-in-out infinite;
}
.loader:before,
.loader:after {
    position: absolute;
    display: block;
    content: "";
    -webkit-animation: load 1.8s ease-in-out infinite;
    animation: load 1.8s ease-in-out infinite;
    height: 10px;
    border-radius: 5px;
}
.loader:before {
    top: -20px;
    left: 10px;
    width: 40px;
    background: #ececec;
}
.loader:after {
    bottom: -20px;
    width: 35px;
    background: #ececec;
}

@-webkit-keyframes load {
    0% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
    }
    50% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    100% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
    }
}

@keyframes load {
    0% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
    }
    50% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    100% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
    }
}

/*--------------------------------------- Slick Slider */

.sliders {
    margin: 50px 0;
}

.slick-slider {
    width: 100% !important;
    min-height: 400px;
    height: auto;
    position: relative;
    display: block;
}

.slick-slider .draggable {
    width: 100%;
    height: inherit;
    position: relative !important;
}

.slick-slider .slick-track {
    width: 100%;
    height: inherit;
}

.slick-slider .slick-slide {
    height: 450px;
    min-height: inherit;
    margin: 5px;
}

.slide {
    width: 100%;
    height: 450px;
    min-height: inherit;
    
    border-radius: 0; 
    border: 0 !important;
    padding: 40px;
    background: #FFF;
    
    position: relative;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

.slide:hover,
.slide:focus {
    cursor: none !important;
    outline: none;
    transform: scale(1.05);
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

.slide:hover:before,
.slide:focus:before {
    background-image: linear-gradient(rgb(0 0 0 / 54%), rgb(51 51 51 / 87%));
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

.slide:before {
    background-image: linear-gradient(#000000d6, rgb(51 51 51));
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    z-index: 2;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

.presentation.slide:before {
    background-image: linear-gradient(#000000d6, rgb(51 51 51));
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    z-index: 2;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

button.slick-arrow:before {
    color: #333333;
}

.slick-prev {
    left: -55px !important;
}

.slide-content {
    display: block;
    position: relative;
    width: 100%;
    font-size: 1rem;
    
    text-align: left;
    z-index: 4;
}

.slide-content img {
    max-width: 70px;
    max-height: 70px;
    margin: 15px auto;
}

.slide-content h6 {
    font-weight: 300;
    font-size: 2rem;
    color: #FFF;
}

.slide-image {
    position: absolute;
    top:0;
    bottom:0;
    right: 0;
    left: 0;
    
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important; 
    
    background: #FFF;
}

.remove-child {
    display: none !important;
}

.slide-link {
    position: absolute;
    bottom: 40px;
    right: 40px;
    border: 0;
    color: rgb(255 255 255 / 12%);
    z-index: 2;
}

.slide-link:hover {
    border: 0;
}

/*--------------------------------------- Modal */

.modal-backdrop {
    background: rgba(255,255,255, 0.34) !important;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

body.modal-open {
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

.modal {
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

.modal-content {
    background: rgba(255,255,255,0.96) !important;
    border: 0;
    border-radius: 2px;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
    padding-bottom: 50px;
    
    -webkit-box-shadow: 0px 0px 30px 9px rgba(51,51,51,0.24);
    -moz-box-shadow: 0px 0px 30px 9px rgba(51,51,51,0.24);
    box-shadow: 0px 0px 30px 9px rgba(51,51,51,0.24);
}

.modal-header {
    border: 0;
}

.modal-dialog {
    max-width: 1200px;
}

.modal-button {
    background: transparent;
    border-radius: 50px;
    margin-top: 50px;
    padding: 0;
    color: #333333 !important;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

.modal-name {
    font-size: 3rem;
}

.modal-categories {
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.6rem;
    background: #00bcd4;
    padding: 5px 10px;
    display: inline-block;
    font-weight: 600;
    margin: 0;
    border-radius: 50px;
    line-height: 1;
}

.modal-image {
    width: 100%;
    height: 300px;
    
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.modal-button:hover,
.modal-button:focus {
    background: #13756c !important;
    outline: none;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

/*--------------------------------------- Footer */

#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    
    background: transparent;
    margin-bottom: 0 !important;
    height: 180px;
    overflow: visible;
}

/*--------------------------------------- Animation */

.fade-in {
    animation: fadein 3s;
    -moz-animation: fadein 3s; /* Firefox */
    -webkit-animation: fadein 3s; /* Safari and Chrome */
    -o-animation: fadein 3s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

/*--------------------------------------- Nav-tabs */

.template-link {
    display: inline-block;
}

.nav-tabs{
    padding: 0 30px;
    border: none;
}

.tab-pane {
    position: relative;
}

.nav-tabs .nav-link{
    font-size: 12px;
    border-bottom: 2px solid #ececec;
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: 0;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
    padding: 15px;
    color: #767676;
}

.nav-link:hover {
    color: initial !important;
    border-bottom: 2px solid #00bcd4 !important;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active{
    border-bottom: 2px solid #00bcd4 !important;
    background: none;
    font-weight: 500;
    color: initial;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

.presentation .nav-tabs .nav-item.show .nav-link, 
.presentation .nav-tabs .nav-link.active,
.presentation .nav-link:hover {
    color: #FFF !important;
}

.presentation .tab-content {
    padding: 40px;
    border-radius: 5px;
    background: rgba(255,255,255,0.02);
    color: rgba(255,255,255,0.84);
}

.presentation .tab-pane p {
    margin-bottom: 0 !important;
}
 
.step-listing {
    list-style-type: none;
    padding-left: 0;
    margin: 30px auto;
    
    counter-reset: numberical-order;
}

.step-listing li {
    position: relative;
    margin-bottom: 8px;
    counter-increment: numberical-order;
    color: rgb(255 255 255 / 67%);
}

.step-listing li a {
}

.step-listing li[type=button] {
    -webkit-appearance: none;
}

.step-listing li:nth-child(odd),
.step-listing li:nth-child(even){
    padding: 10px;
    padding-left: 65px;
}

.step-listing li:before {
    content: "";
    position: absolute;
    top: 15px;
    /* bottom: 0; */
    left: 0;
    background: #414155;
    /* height: auto; */
    width: 30px;
    border-radius: 50px;
    text-align: center;
    content: counter(numberical-order);
    font-weight: 700;
}

.presentation .tab-content .subtitle  {
    text-transform: uppercase;
    color: #00bcd4;
    letter-spacing: 2px;
    font-size: 0.9rem;
    font-weight: 800;
}

.project-image {
    height: 200px;
    background-size: cover !important;
    background-position: center center !important;
}

.project-block {
    border: 0;
    color: white !important;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

.project-block .subtitle {
    margin: 10px 0;
}

.project-block:hover {
    cursor: none !important;
    border: 0 !important;
    outline: none;
    transform: scale(1.05);
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

.tab-pane li {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.8);
}