* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  font-family: "Roboto", sans-serif;
}

html {
  scroll-behavior: smooth;
}

@-webkit-keyframes slider {
  0% {
    left: 0;
  }
  20% {
    left: 0;
  }
  25% {
    left: -100%;
  }
  55% {
    left: -100%;
  }
  60% {
    left: -200%;
  }
  85% {
    left: -200%;
  }
  90% {
    left: -300%;
  }
  100% {
    left: -300%;
  }
}

@keyframes slider {
  0% {
    left: 0;
  }
  20% {
    left: 0;
  }
  25% {
    left: -100%;
  }
  55% {
    left: -100%;
  }
  60% {
    left: -200%;
  }
  85% {
    left: -200%;
  }
  90% {
    left: -300%;
  }
  100% {
    left: -300%;
  }
}

h2.title {
  letter-spacing: 0.15rem;
  color: #0079a6;
}

p {
  color: #151515;
}

button {
  background-color: #17285c;
  color: #f8f9fa;
  font-weight: 1000;
  margin: 0.5rem;
  padding: 1rem 1.6rem;
  letter-spacing: 0.25rem;
  cursor: pointer;
  border-radius: 3px;
}

#btn:hover,
#btn:focus {
  background-color: #f8f9fa;
  color: #17285c;
}

nav {
  height: 5vh;
  background-color: #17285c;
  color: #f8f9fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}

nav ul :hover,
nav ul :focus {
  background-color: #f8f9fa;
  color: #17285c;
}

nav ul :hover a,
nav ul :focus a {
  color: #17285c;
}

nav ul li {
  display: inline;
  padding: 0.5vh 4vw 0.5vh 4vw;
  font-size: 1.35rem;
  cursor: pointer;
  border-radius: 3px;
}

nav ul li a {
  text-decoration: none;
  color: #f8f9fa;
}

img {
  max-width: 100%;
  max-height: 100%;
  padding: 1vw;
}

div.container:not(.HEADER) {
  text-align: center;
}

div.container.HEADER {
  height: 15vh;
  background-color: #17285c;
  text-align: center;
}

div.container.HEADER img {
  max-height: 100%;
  max-width: 100%;
}

div.container.HOME {
  overflow: hidden;
}

div.container.HOME .slider {
  position: relative;
  width: 400%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-animation: slider 20s infinite;
          animation: slider 20s infinite;
}

div.container.HOME .slider .slide {
  width: 25%;
  float: left;
  overflow: hidden;
}

div.container.HOME .slider .slide .international {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3vh;
}

div.container.HOME .slider .slide .international .left {
  -webkit-box-flex: 70%;
      -ms-flex: 70%;
          flex: 70%;
}

div.container.HOME .slider .slide .international .right {
  padding: 2rem;
  -webkit-box-flex: 30%;
      -ms-flex: 30%;
          flex: 30%;
}

div.container.HOME .slider .slide .international .right *:not(button) {
  padding-bottom: 1.5rem;
}

div.container.HOME .slider .slide .WhatWeDo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5vh 0 10vh 0;
}

div.container.HOME .slider .slide .WhatWeDo .left {
  -webkit-box-flex: 70%;
      -ms-flex: 70%;
          flex: 70%;
}

div.container.HOME .slider .slide .WhatWeDo .right {
  -webkit-box-flex: 30%;
      -ms-flex: 30%;
          flex: 30%;
  padding: 2rem;
}

div.container.HOME .slider .slide .WhatWeDo .right *:not(button) {
  padding-bottom: 1.5rem;
}

div.container.HOME .slider .slide .AimHigh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

div.container.HOME .slider .slide .AimHigh .left {
  -webkit-box-flex: 30%;
      -ms-flex: 30%;
          flex: 30%;
  padding: 2rem;
}

div.container.HOME .slider .slide .AimHigh .left *:not(button) {
  padding-bottom: 1.5rem;
}

div.container.HOME .slider .slide .AimHigh .right {
  -webkit-box-flex: 70%;
      -ms-flex: 70%;
          flex: 70%;
}

div.container.HOME .Services {
  padding-bottom: 1.5rem;
}

div.container.HOME .Services * {
  padding-bottom: 1.25rem;
}

div.container.ABOUT .Aral {
  background-color: #f8f9fa;
  margin: 5vh 0 10vh 0;
}

div.container.ABOUT .Aral p.paragraph {
  padding: 5vh 10vw 5vh;
}

div.container.ABOUT .Team {
  padding: 5vh 0 10vh 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}

div.container.ABOUT .Team .left {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

div.container.ABOUT .Team .right {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  padding: 0 5rem 0 5rem;
}

div.container.ABOUT .Team .right * {
  padding-bottom: 1.5rem;
}

div.container.CONTACT {
  margin: 0 10vw 0 10vw;
  padding: 5vh 5vw;
  background-color: #f8f9fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: #151515 solid 0.5px;
}

div.container.CONTACT .form {
  margin-top: 3vh;
  display: inherit;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

div.container.CONTACT .form input,
div.container.CONTACT .form textarea {
  font-size: 1.15rem;
  width: 60vw;
  margin: 0.5rem 0;
  padding: 0.5rem;
  border: 0;
  border-bottom: 1px dotted #151515;
}

.to-top {
  background: white;
  position: fixed;
  bottom: 16px;
  right: 32px;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 50px;
  color: #1f1f1f;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.to-top.active {
  bottom: 32px;
  pointer-events: auto;
  opacity: 1;
}

footer {
  text-align: center;
  padding: 5vh;
}
/*# sourceMappingURL=Index.css.map */