.carouselImg {
  height: 64px;
}

.navbar {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 6px;
  border-bottom: 0.2px solid rgb(200, 200, 200);
  border-top: 0.2px solid rgb(200, 200, 200);
  padding: 0;
  margin: 0;
  color: #333;
  font-family: sans-serif;
}

img.card {
  background: #ffffff;
  margin: auto;
  height: 100px;
  width: 100px;
  border-radius: 10px;
  border-width: 0px;
  box-shadow: #444444 4px 4px 8px, #c0c0c0 -4px -4px 8px;
}

a.socialcard {
  text-align: center;
  display: inline-block;
  padding: 0px;
  margin: 10px 10px 10px 10px;
  height: 26px;
  width: 26px;
  border-radius: 10px;
  border-width: 0px;
}

img.socialcard-img {
  height: 26px;
  width: 26px;
}

.async-hide {
  opacity: 0 !important;
}

.myicon {
  transform: rotateY(360deg);
  transition: transform 5s;
}

.myicon:hover {
  transform: rotateY(360deg);
  transition: transform 5s;
}

body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Nunito", sans-serif;
}

.nav-link {
  color: black !important;
  font-size: 1em;
}

@font-face {
  font-family: "Baumans";
  src: url("../fonts/Baumans-Regular.ttf");
}

@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-Regular.ttf");
}

.blue {
  font-family: "Baumans", cursive;
}

.nav-tabs>.nav-item {
  color: black !important;
}

.nav-tabs>.active {
  color: rgb(255, 255, 255) !important;
}

.nav-tabs {
  border-color: #f8f9fa;
}

.snl {
  display: inline-block;
  text-align: center;
  margin-left: 8px;
  margin-right: 8px;
}

.line-below {
  margin: 15px auto 40px;
  padding: 0;
  max-width: 80px;
  border: 0;
  border-top: solid 2px;
  text-align: center;
  border-color: black;
  /* border-color: rgb(0, 149, 255); */
}

#ABOUT,
#TECHNOLOGIES,
#CLIENTS,
#EDUCATION,
footer,
.tech-nav {
  /* background-color: white; */
  background-color: #ffffff;
  color: rgb(33, 37, 41);
}

/* #HOME, */
#SERVICES,
#PARTNERS,
#LEADERS,
#CONTACT {
  /* background-color: rgb(240, 240, 240); */
  background-color: rgb(240, 243, 246);
  
  color: rgb(33, 37, 41);
}

section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.contactInfo {
  padding-top: 25px;
  padding-bottom: 25px;
}

.technologies,
.clients {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* ##############   HOME    ####################### */

html body {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  -webkit-background-size: auto auto;
  -moz-background-size: auto auto;
  -o-background-size: auto auto;
  background-size: auto auto;
}

#HOME {
  height: 100%;
  width: 100%;
  background-color: #cccccc;
  background: url("../images/bg/dbg.png");
  /* background: url("../bg/3.gif"); */
  
   /* background-image: url("../../dbg.png"), url("../../bg.gif"); */
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}

.bg {
  /* background-color: rgba(235, 241, 246, 0.93); */
  background-color: rgb(240, 243, 246,0.9);
  /* background-color: rgba(240, 243, 246, 0.8); */
  height: 100%;
  width: 100%;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0px;
  color: rgb(0, 0, 0);
  font-size: 10px;
}
 

.title {
  font-size: 50px;
}

.subtitle {
  font-size: 20px;
}

footer {
  color: black;
}

.footer-copyright {
  padding-top: 20px;
  padding-bottom: 36px;
}

.about {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* ##############   EDUCATION    ####################### */

/* The actual timeline (the vertical ruler) */

#EDUCATION .timeline {
  color: black;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */

#EDUCATION .timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  background-color: rgb(160, 160, 160);
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */

#EDUCATION .econtainer {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */

#EDUCATION .econtainer::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: rgb(255, 255, 255);
  border: 4px solid rgb(0, 0, 0);
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */

#EDUCATION .left {
  left: 0;
}

/* Place the container to the right */

#EDUCATION .right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */

#EDUCATION .left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid black;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent black;
}

/* Add arrows to the right container (pointing left) */

#EDUCATION .right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid black;
  border-width: 10px 10px 10px 0;
  border-color: transparent black transparent transparent;
}

/* Fix the circle for containers on the right side */

#EDUCATION .right::after {
  left: -16px;
}

/* The actual content */

#EDUCATION .content {
  padding: 20px 30px;
  background-color: rgb(223, 223, 223);
  position: relative;
  border-radius: 6px;
}

/* ################################################# */

/* ##############   MEDIA    ####################### */

/* ################################################# */

@media only screen and (max-width: 768px) {

  /* ##############   HOME    ####################### */


.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-35%, -50%);
  padding: 0px;
  color: rgb(0, 0, 0);
  font-size: 10px;
}

  .hero-image {
    -webkit-filter: contrast(200%);
    filter: contrast(200%);
  }

  .technologies>img {
    -webkit-filter: contrast(100%);
    filter: contrast(100%);
  }

  /* ##############   EDUCATION    ####################### */
  /* Place the timelime to the left */
  #EDUCATION .timeline::after {
    left: 31px;
  }

  /* Full-width containers */
  #EDUCATION .econtainer {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  #EDUCATION .econtainer::before {
    left: 60px;
    border: medium solid black;
    border-width: 10px 10px 10px 0;
    border-color: transparent black transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  #EDUCATION .left::after,
  #EDUCATION .right::after {
    left: 15px;
  }

  /* Make all right containers behave like the left ones */
  #EDUCATION .right {
    left: 0%;
  }

}

/* ###################### */
/* ###################### */
/* ###################### */
/* ###################### */

.hr-text {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
  /* opacity: 0.5; */
}

.hr-text:before {
  content: "";
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(transparent),
      color-stop(#818078),
      to(transparent));
  background: linear-gradient(to right, transparent, #818078, transparent);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}

.hr-text:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  color: black;
  padding: 0 0.5em;
  line-height: 1.5em;
  color: #818078;
  background-color: #ffffff;
}



.social-media-links {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}

.team-img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 5px solid #c9c8c8;
}

.fa-social {
  color: black;
  font-size: 24px;
}




.partner-img {
  -webkit-filter: grayscale(0);
  filter: none;
  height: 38px; margin:15px;
}

.partner-img:hover {
  -webkit-filter: grayscale(1) contrast(100%) brightness(100%);
  filter: grayscale(1) contrast(100%) brightness(100%);
  height: 38px; margin:15px;
}




/* Style the video: 100% width and height to cover the entire window */
/* #myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  /* min-width: 100%;
  min-height: 100%; 

  background-color: #cccccc;

  width: inherit;
  height: inherit;
  -o-filter: blur(55px);
  filter: blur(55px);
  object-fit: cover;
  transform: scale(1.04);
} */

/* Add some content at the bottom of the video/page
.content {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
} */