.bgi {
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.t-menu {
  display: inline;
  background-color: black;
  text-align: center;
  margin: 12px;
}
.t-menu-bar {
  padding-top: 14px;
  text-align: right;
  width: 100% !important;
  background-color: black;
  height: 50px;
}
.homecontact {
  font-weight: bold;
  color: palevioletred;
  font-size: large;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.contactstyle {
  color: blue !important;
  font-size: x-large;
}
.welcome {
  position: absolute;
  top: 10px;
  left: 30px;
  height: 200px;
  width: 500px;
  z-index: 1;
}
.development {
  position: absolute;
  top: 420px;
  right: 100px;
  height: 160px;
  width: 200px;
  z-index: 2;
}
.consultancy {
  position: absolute;
  top: 350px;
  left: 50px;
  height: 250px;
  width: 500px;
  z-index: 7;
}
.research {
  position: absolute;
  top: 20px;
  right: 50px;
  height: 250px;
  width: 250px;
  z-index: 4;
}
.training {
  position: absolute;
  top: 100px;
  left: 600px;
  height: 280px;
  width: 320px;
  z-index: 6;
}
.carrier {
  position: absolute;
  top: 400px;
  right: 30px;
  height: 270px;
  width: 310px;
  z-index: 5;
}
.contact {
  position: absolute;
  top: 500px;
  left: 600px;
  height: 260px;
  width: 300px;
  z-index: 3;
}
.header-box {
  background-color: black;
  box-shadow: 10px 10px 5px #888888;
  height: 50px;
  margin: 10px 18px 18px 18px;
  padding: 15px;
  text-align: right;
}

.dropbtn {
  background-color: black;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.center {
  text-align: center;
}
.menustyle {
  font-size: 12px;
}

.dropdown {
  text-align: center;
  background-color: black;
  padding: 12px;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 100px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  text-align: left;
}

.dropdown-content a {
  color: black;
  padding: 5px 6px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

.the-legend {
  border-style: none;
  border-width: 0;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}
.the-fieldset {
  border: 2px groove threedface #444;
  -webkit-box-shadow: 0px 0px 0px 0px #000;
  box-shadow: 0px 0px 0px 0px #000;
}

.error {
  color: red;
}

.typewriter h1 {
  color: #fff;
  font-family: monospace;
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: 0.15em solid orange; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: 0.15em; /* Adjust as needed */
  animation: typing 3.5s steps(30, end), blink-caret 0.5s step-end infinite;
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: orange;
  }
}
* {
  box-sizing: border-box;
}
body {
  font-family: Verdana, sans-serif;
  margin: 0;
}
.mySlides {
  display: none;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

a {
  color: white;
  font-size: 15px;
  text-decoration: none;
}

.carousel-caption {
  max-width: 100%;
  width: 100%;
  left: 0;
  bottom: 30%;
}

.carousel-text {
  font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
  font-size: 20px;
}

.transparent-back {
  background-color: black;
  color: white;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE 8 */
  filter: alpha(opacity=70); /* IE 5-7 */
  -moz-opacity: 0.7; /* Netscape */
  -khtml-opacity: 0.7; /* Safari 1.x */
  opacity: 0.7; /* Good browsers */
}
/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

.homebox {
  border-radius: 25px;
  padding: 20px;
  border: white solid 1px;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.6);
  margin: 10px;
}

.mainheading {
  font-size: 25px;
  font-weight: bold;
  padding: 5px;
  font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
}
.subheading {
  background-color: lightslategray;
  font-size: 16px;
  font-weight: bold;
  padding: 5px;
  font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
}
.subsub {
  font-size: 14px;
  font-weight: bold;
  padding: 5px;
  font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
}
.content {
  font-size: 18px;
  padding: 12px;
  margin-right: 25px;
  font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
}
.con {
  font-size: 18px;
  padding: 12px;
  margin-right: 25px;
  font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
}
.subs {
  font-size: 18px;
  font-weight: bold;
  padding: 5px;
  margin-right: 50px;
  font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
}

.researchbackground {
  background-image: url("/images/research-content.jpg");
  height: 500px;
  font-weight: bold;
  text-align: center;
  background-position: right 30px center;
  background-repeat: no-repeat;
  padding: 20px;
  line-height: 30px;
  background-size: 40% 80%;
}

.consultancybackground {
  background-image: url("/images/consultancy-content.jpg");
  height: 500px;
  font-weight: bold;
  text-align: center;
  background-position: left 30px center;
  background-repeat: no-repeat;
  line-height: 30px;
  background-size: 40% 80%;
}

.developmentbackground {
  background-image: url("/images/development-content.jpg");
  height: 500px;
  font-weight: bold;
  text-align: center;
  background-position: right 30px center;
  background-repeat: no-repeat;
  line-height: 30px;
  background-size: 40% 80%;
}

.trainingbackground {
  background-image: url("/images/training-content.jpg");
  height: 500px;
  font-weight: bold;
  text-align: center;
  background-position: left 30px center;
  background-repeat: no-repeat;
  line-height: 30px;
  background-size: 40% 80%;
}

.effect6 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect6:before,
.effect6:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 2%;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 100px / 10px;
  border-radius: 100px / 10px;
}
.effect6:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}

.learn {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 25px;
  background-color: #1fa2dc;
  border: 4px solid rgba(31, 162, 220, 0.35);
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.rakiselfont {
  font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
}

.front-font-size {
  font-size: 20px;
  padding-top: 28px;
}

.page-background {
  background-image: url("/images/map-background.jpg");
}

.words {
  position: relative;
  animation: move-words 20s linear infinite;
  margin: 0;
}

@keyframes move-words {
  0% {
    left: 100%;
  }
  100% {
    left: -100%;
  }
}
