@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat");
@import url("https://fonts.googleapis.com/css2?family=Georama:wght@200;400&family=Lato:wght@100;400;900&family=Orbitron&family=Source+Sans+Pro&display=swap");

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Lato", sans-serif;
    /* background-color: #f9f9f9; */
}

body::-webkit-scrollbar {
    display: none;
}

:root {
    --primary-light: #d8e8f5;
    --primary: #111;
    --linear-background: linear-gradient(90deg,
            var(--primary-light),
            var(--primary));
}

#topnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 40px;
    z-index: 4;
    background-color: rgba(0, 0, 0, 0.8);
}

#topnav>a.logo>img,
#mobnav a.logo>img {
    height: 60px;
    margin: 4px 0;
}

#topnav>a.logo {
    position: relative;
    z-index: 1;
}

#topnav ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    padding: 0;
    margin: 0;
    font-size: 16px;
    margin: 12px 0;
}

#topnav ul li {
    display: inline-block;
    padding: 0 12px;
    font-weight: 700;
}

#topnav ul li a {
    color: #eee;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    display: inline-block;
    position: relative;
}

#topnav ul li a::after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: -4px;
    left: 0;
    background-color: #eee;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

#topnav ul li a:hover::after,
ul li a:focus::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

#topnav ul li .contact {
    height: 20px;
    vertical-align: middle;
}

#topnav #dropdown-content {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    background-color: black;
    color: #fff;
    z-index: 0;
    padding: 100px 20% 20px 20%;
    display: none;
    -webkit-animation: slidedown 0.35s ease both;
    animation: slidedown 0.35s ease both;
}

#topnav #dropdown-content ul li {
    display: block;
    margin: 15px;
}

#topnav #dropdown-content hr {
    border-color: #ccc;
}

#mobnav {
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999999999;
    background-color: #000000;
}

#mobnav .hamburger {
    display: none;
    position: absolute;
    top: 15px;
    right: 15px;
    height: 40px;
    z-index: 3;
}

#mobnav .hamburger.anim {
    -webkit-animation: rotate 0.35s ease;
    animation: rotate 0.35s ease;
}

div.responsive {
    background-color: black;
    height: 100vh;
    width: 100%;
    color: white;
    padding-top: 80px;
    position: fixed;
    z-index: 2;
    overflow: scroll;
    display: none;
    -webkit-animation: slideleft 0.35s ease both;
    animation: slideleft 0.35s ease both;
}

div.responsive a {
    color: white;
    text-decoration: none;
}

div.responsive a:hover {
    text-decoration: underline;
}

div.responsive ul {
    margin: 0;
    list-style: none;
    padding: 0 0 0 20px;
}

div.responsive ul li {
    padding: 10px;
    font-size: 18px;
}

.submenuhead {
    position: relative;
}

.submenuhead::before {
    display: inline-block;
    margin-right: 5px;
    height: 100%;
    width: 10px;
    color: white;
    content: "❯";
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.submenu {
    display: none;
}

#gototop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: white;
    z-index: 10;
    border: none;
    padding: 10px 20px;
    font-size: 20px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    transition: 0.2s ease-in-out;
    cursor: pointer;
}

#gototop:hover {
    transform: scale(0.9);
}

#gototop:focus {
    transform: scale(1.1);
}

.slideshow-container {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.slideshow-container a {
    color: #fff;
}

.slideshow-inner {
    height: 100%;
    text-align: center;
    position: relative;
}

.slideshow-inner .dark {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 0;
}

.mySlides {
    height: 100%;
    display: none;
    width: 100%;
}

.mySlides .slide-img {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    -webkit-filter: brightness(70%);
    filter: brightness(70%);
}

.mySlides .slide-img-1 {
    background-image: url("./image/Organization.jpg");
}

.mySlides .slide-img-2 {
    background-image: url("./image/Innovation.jpg");
}

.mySlides .slide-img-3 {
    background-image: url("./image/Research.jpg");
}

.text {
    color: #f2f2f2;
    position: absolute;
    width: 40%;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(10%, -50%);
    -ms-transform: translate(10%, -50%);
    transform: translate(10%, -50%);
    text-align: left;
    -webkit-animation: slide 4s ease-in-out both infinite;
    animation: slide 4s ease-in-out both infinite;
    padding: 30px;
    font-weight: 400;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}

.text h3 {
    font-size: 38px;
    margin: 10px;
}

.text p {
    position: relative;
    z-index: 1;
    font-size: 16px;
    margin: 10px 0 0 50px;
    padding-left: 20px;
    border-left: 2px solid #eee;
}

.text a {
    display: inline-block;
    background-color: #111;
    margin: 10px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#dots {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 20px;
    z-index: 1;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #ccc;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.dot {
    opacity: 0.5;
}

.dot:nth-of-type(1) {
    background-color: #fff;
}

.dot:nth-of-type(2) {
    background-color: #fff;
}

.dot:nth-of-type(3) {
    background-color: #fff;
}

.dot.active,
.quotes-dot.active,
.dot:hover,
.quotes-dot:hover {
    opacity: 1;
    background-color: green;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #ccc;
    background-color: #ccc;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background-color: #fff;
    border-color: #fff;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale 0.5s ease-in-out forwards;
    animation: testim-scale 0.5s ease-in-out forwards;
}

.business-section {
    margin: 0;
    padding: 0;
    background: #001c32 url("./image/Earth.jpg") 0 0 no-repeat;
    background-size: auto;
    background-size: cover;
    color: #fff;
    min-height: 525px;
    padding: 30px 0 20px 0;
    background-blend-mode: hard-light;
}

.business-container {
    margin-left: 10%;
    margin-right: 10%;
    max-width: 100%;
}

.businesses {
    font-size: 30px;
    font-weight: 800;
}

.centerize {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.container-slick-businesses {
    display: flex;
    justify-content: center;
    clear: both;
    max-width: 980px;
    width: auto;
    margin: 0 auto;
    position: relative;
    padding: 0 10px;
    padding: 0 0.8333333333rem;
    flex-direction: row;
    flex-wrap: wrap;
}

.container-slick-businesses>div {
    padding-left: 20px;
}

.container-slick-businesses .image-container img {
    width: max-content;
    height: max-content;
    /* height: 100%; */
    object-position: center center;
    height: auto;
    width: 300px;
}

.b-card-content {
    max-width: 30%;
}

.centerizez {
    /* width: 50%; */
    margin: 0px auto;
}

.centerizez {
    width: 100%;
    margin: 0px auto;
}

.centerizedElement {
    margin-top: 10px;
}

.centerizedElement img {
    left: 0;
    right: 0;
    top: 200px;
    margin-left: calc(100% - 38vw);
}

.slider-nav-container {
    border-top: 1px blue solid;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* flex-wrap: wrap; */
}

.slider-nav {
    width: 60%;
    margin: 0px auto;
    display: block;
    padding: 20px;
}

footer {
    width: 100%;
    position: relative;
    height: auto;
    background: black;
}

footer p {
    color: #fff;
    padding: 0 12px;
    margin: 0;
}

footer .social {
    max-width: 400px;
    text-align: center;
    margin: 0 auto;
    padding: 20px 0;
}

footer ul {
    margin: 0;
}

footer .social ul li {
    display: inline-block;
    padding-right: 5px !important;
}

footer .social ul li img {
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

footer .social ul li img:hover {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

footer .contain {
    display: none;
}

.ftr-social {
    margin: 5px;
}

.sub-footer {
    background-color: #111;
    text-align: center;
    padding: 10px;
    font-size: 12px;
    color: #aaa;
}

.sub-footer p {
    display: inline-block;
}

.sub-footer a {
    color: #fff;
}



@media screen and (max-width: 760px) {
    #topnav {
        display: none;
    }

    #topnav #dropdown-content {
        display: none;
        padding-top: 350px;
    }

    #topnav>ul img:hover {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }

    #mobnav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    #mobnav .hamburger {
        display: block;
    }

    .mySlides .slide-img {
        background-attachment: scroll;
    }

    .mySlides .slide-img-1 {
        background-image: url("./image/Organization.jpg");
    }

    .mySlides .slide-img-2 {
        background-image: url("./image/Innovation.jpg");
    }

    .mySlides .slide-img-3 {
        background-image: url("./image/Research.jpg");
        background-size: cover;
    }

    .mySlides .slide-img-3 {
        background-image: url("./image/Research.jpg");
        background-size: cover;
    }

    .text {
        left: 0;
        top: auto;
        bottom: 10%;
        -webkit-transform: translate(0%);
        -ms-transform: translate(0%);
        transform: translate(0%);
        -webkit-animation: responsive-slide 4s ease-in-out both infinite;
        animation: responsive-slide 4s ease-in-out both infinite;
        width: 100%;
        padding: 20px;
        text-align: left;
        font-weight: 600;
    }

    .text a {
        margin-left: 0;
        margin-top: 20px;
        border-radius: 4px;
        color: #333;
        background-color: white;
    }

    .text h3 {
        font-size: 22px;
        font-weight: 600;
        margin-left: 0;
    }

    .text p {
        font-size: 14px;
        border: none;
        margin: 0;
        padding: 0;
        font-weight: normal;
    }

    .business-container {
        margin-left: 2%;
        margin-right: 2%;
        max-width: 100%;
    }

    .slider-nav {
        width: calc(100% - 200px);
        margin: 0px auto;
        display: block;
        padding: 20px;
        text-align: center;
        /* flex-wrap: wrap; */
    }

    .b-card-content {
        min-width: 100%;
    }

    .centerizedElement img {
        margin-left: calc(100% - 48vw);
    }
}