
.navv{
	position: fixed;
    top: 0px;
    width: 100%;
    z-index: 100;
    padding-right: 20px;
    padding-left: 20px;
    box-sizing: border-box;
    }
.topnav {
  overflow: hidden;
  background-color: rgba(255,255,255,0.9);
}

.topnav a {
  float: right;
  display: block;
  color: #263238;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
.logo{
    padding: 0 !important;
}
.active {
  background-color: rgba(255,255,255,0.9);
  color: #263238;
  float: left !important;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: right;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: #263238;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: fixed;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
  .topnav.responsive .active{
    float: none !important;
    background-color: #ddd;
  }
}

@font-face {
    font-family: "myfont";
    src: url("../font/me.woff2");
}

body,
html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    font-size: 100%;
    font-family: "myfont", sans-serif;
    color: #263238;
    box-sizing: border-box;
    overflow-x: hidden;
}

.fade {
    opacity: 0;
}

.fade-in {
    opacity: 0;
    /* opacity: 1 \9; */
    /*just in case ie*/
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.flickity-page-dots {
    bottom: 5vh !important;
}

#c1 {
    /* background-image: url('../img/ges3.jpg'); */
    background-repeat: no-repeat;
    background-size: cover;
}

.nav-wrap {
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    background-color: rgba(255, 255, 255, 0.5);
    /* border-bottom: 1px solid#f5f5f5; */
    z-index: 2;
}

#lastnav {
    margin-right: 30px;
}

.nav {
    display: flex;
    /* flex-direction: row; */
    align-content: center;
    justify-content: space-between;
    /* padding-left: 3vw; */
    /* padding-right: 3vw; */
}

#brand {
    font-size: 35px;
    line-height: 80px;
    height: 80px;
    padding-left: 3vw;
    color: #37474f;
}

#menu-link {
    display: flex;
    align-content: center;
    justify-content: space-between;
}

#menu {
    display: none;
}

#links {
    display: flex;
    align-content: center;
    justify-content: flex-end;
    font-size: 25px;
    padding-right: 3vw;
    position: fixed;
    width: 100%;
}

#brand a {
    color: #37474f;
    text-decoration: none;
    z-index: 99;
}

#links a {
    text-decoration: none;
    color: #455a64;
    display: block;
    padding-left: 1vw;
    padding-right: 1vw;
    line-height: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.menu-open {
    opacity: 0;
    height: 0;
    animation: open 1s linear;
}

@keyframes open {
    0% {
        opacity: 0;
        height: 0px;
    }
    100% {
        opacity: 0;
        height: 160px;
    }
}

@media only screen and (max-width:45em) {
    .nav-wrap {
        height: 50px;
    }
    #lastnav {
        margin-right: 0;
    }
    .nav {
        flex-direction: column;
        height: 50px;
    }
    #links {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        background-color: rgba(255, 255, 255);
        top: 50px;
        visibility: hidden;
    }
    #links div {
        width: 100%;
        /* height: 40px; */
        line-height: 40px;
        padding-right: unset;
        font-size: 20px;
    }
    #menu {
        display: block;
        width: 32px;
        padding-right: 3vw;
        height: 32px;
        padding-top: 9px;
    }
    #brand {
        font-size: 24px;
        line-height: 50px;
        height: 50px;
    }
    #links a {
        padding: 0;
    }
    #nav-icon {
        width: 30px;
        height: 50px;
        margin-left: 15px;
        margin-right: 25px;
        position: relative;
        transform: rotate(0deg);
        cursor: pointer;
    }
    #nav-icon span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #263238;
        border-radius: 2px;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        transition: .25s ease-in-out;
    }
    #nav-icon span:nth-child(1) {
        top: 16px;
    }
    /* #nav-icon span:nth-child(2) {
    top: 34px;
  }
   */
    #nav-icon span:nth-child(2) {
        top: 32px;
    }
    #nav-icon.open span:nth-child(1) {
        top: 24px;
        transform: rotate(135deg);
    }
    /* #nav-icon.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }
   */
    #nav-icon.open span:nth-child(2) {
        top: 24px;
        transform: rotate(-135deg);
    }
}

/* Homepage */

.flickity-viewport {
    /* padding-left: 2%;
    padding-right: 2%; */
    height: 100vh !important;
    width: 100%;
    /* padding-bottom: 2vh; */
    /* padding-top: 80px; */
    font-size: 3em;
    box-sizing: inherit;
}

.flickity-slider {
    /* font-family: 'Cooming Soon', cursive; */
    height: 100%;
    width: 100%;
    text-align: center;
    font-size: 3vmax;
}

.carousel-cell {
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    justify-content: center;
}

.who {
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    padding: 4%;
    text-align: center;
    font-size: 3vw;
    height: 100%;
    justify-content: center;
    background-color: #eceff1;
}

#more a {
    color: #263238 !important;
}

.weare {
    margin: 0;
}

.home2 {
    display: flex;
}

.note1 {
    font-size: 0.5em;
    align-self: flex-start;
    padding-bottom: 2vh;
    width: 50%;
    padding-right: 15%;
    box-sizing: border-box;
    padding-left: 5%;
}

.note2 {
    font-size: 0.5em;
    align-self: flex-end;
    padding-bottom: 2vh;
    width: 50%;
    padding-left: 15%;
    box-sizing: border-box;
    padding-right: 5%;
}

.scr2 {
    display: flex;
    align-content: flex-start;
    width: 100%;
    padding: 4%;
    box-sizing: border-box;
    padding-bottom: 0;
    padding-top: 0;
}

.wedo {
    width: 40%;
    font-size: 5vw;
    box-sizing: border-box;
    padding: 6%;
}

.list {
    width: 60%;
    box-sizing: border-box;
    padding: 6%;
    font-size: 2vw;
    text-align: center;
    display: flex;
    flex-direction: column;
    line-height: 8vw;
    color: #455a64;
}

.circle {
    width: 4vw;
    height: 4vw;
    margin: 2vw;
    background-image: url("../img/mad-poi-03.svg");
    background-size: contain;
}

.li {
    display: flex;
    justify-content: flex-start;
}

.know {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-color: #cfd8dc;
}

.knowus {
    width: 100%;
    font-size: 5vw;
    box-sizing: border-box;
    padding: 6%;
    text-align: center;
}

.alt {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding: 3%;
    padding-top: 0;
    text-align: center;
    font-size: 3vw;
}

.rev {
    flex-direction: row-reverse;
}

.alt4 {
    width: 40%;
    box-sizing: border-box;
    padding-left: 3%;
    padding-right: 3%;
}

.alt6 {
    width: 60%;
    box-sizing: border-box;
    padding-left: 3%;
    padding-right: 3%;
}

.arrow {
    transform: rotate(180deg);
}

.count-scr {
    background-color: #eceff1;
    width: 100%;
    padding: 4%;
    box-sizing: border-box;
    font-size: 3vw;
    text-align: center;
    padding-bottom: 8%;
}

.count {
    display: flex;
    justify-content: center;
    align-content: center;
}

.num {
    width: 30%;
    box-sizing: border-box;
    padding: 2%;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 2vh;
    margin-bottom: 2vh;
}

.numbers {
    font-size: 4vw;
}

.final {
    width: 100%;
    box-sizing: border-box;
    padding: 4%;
    text-align: center;
    font-size: 3vw;
    background-color: #b0bec5;
}

.f-step {
    display: flex;
    justify-content: center;
}

.f-links {
    width: 30%;
    margin-top: 5vh;
    margin-bottom: 5vh;
}

.f-links a {
    color: #263238;
}

@media only screen and (max-width:45em) {
    .home2 {
        flex-direction: column;
    }
    .note1,
    .note2 {
        width: 90%;
        text-align: left;
        margin: 0;
        padding-left: 10%;
        align-self: unset;
        color: #455a64;
        font-size: 1em;
    }
    .tagline {
        margin: 0;
        padding: 1%;
        padding-left: 10%;
        font-size: 1.4em;
        text-align: left;
    }
    .who {
        font-size: 1.5em;
    }
    .scr2 {
        flex-direction: column;
        padding-top: 5vh;
        padding-bottom: 5vh;
    }
    .wedo {
        width: 80%;
        margin: 0;
        padding: 0;
        padding-left: 10%;
        font-size: 1.8em;
    }
    .wedo h1 {
        margin: 0;
    }
    .list {
        width: unset;
        padding: 0;
        margin: 0;
        padding-top: 4%;
    }
    .li {
        line-height: 12vw;
        font-size: 6vw;
    }
    .circle {
        height: 6vw;
        width: 6vw;
    }
    .knowus {
        font-size: 2em;
    }
    .rev {
        flex-direction: row;
    }
    .alt4 {
        width: unset;
    }
    .alt6 {
        width: 94%;
        font-size: 2em;
        text-align: center;
    }
    .alt6 p {
        margin-bottom: 0;
    }
    .count-scr {
        font-size: 1.4em;
    }
    .numbers {
        font-size: inherit;
    }
    .final {
        font-size: 1.4em;
    }
    .f-step {
        justify-content: space-evenly;
    }
    .f-links {
        width: unset;
    }
    #footer {
        flex-direction: column;
    }
    #footer h3 {
        width: 60%;
    }
    footer {
        padding-left: 5% !important;
        padding-right: 5% !important;
    }
    #copy {
        margin-top: 10px;
        font-size: 12px;
    }
}

/* Footer */

/* footer {
    padding: 5vh;
    padding-bottom: 1vh;
    background-color: #263238;
    color: #bdbdbd;
    font-size: 24px;
    text-align: center;
} */

footer {
    background-color: #263238;
    color: #cfd8dc;
    padding: 3%;
    box-sizing: border-box;
    width: 100%;
    padding-bottom: 1%;
}

#footer {
    /* height: 100vh; */
    display: flex;
    justify-content: space-evenly;
}

#footer h3 {
    border-bottom: 1px solid #cfd8dc;
}

#footer a {
    color: #cfd8dc;
    text-decoration: none;
    line-height: 1.4em;
}

#footer a:hover {
    text-decoration: underline;
}

footer p {
    margin: 0%;
    width: 100%;
    text-align: center;
    padding-top: 2%;
}
