.animation {
  opacity: 0;
  position: relative;
  animation-fill-mode: forwards
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(50%)
  }
  100% {
    opacity: 1;
    transform: translateX(0)
  }
}
@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(50%)
  }
  100% {
    opacity: 1;
    transform: translateX(0)
  }
}
.slideLeft {
  animation-name: slideLeft;
  animation-duration: 1s
}
@keyframes slideRight {
  0% {
    opacity: 0;
    transform: translateX(-50%)
  }
  100% {
    opacity: 1;
    transform: translateX(0)
  }
}
@-webkit-keyframes slideRight {
  0% {
    opacity: 0;
    transform: translateX(-50%)
  }
  100% {
    opacity: 1;
    transform: translateX(0)
  }
}
.slideRight {
  animation-name: slideRight;
  animation-duration: 1s
}
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(50%)
  }
  100% {
    opacity: 1;
    transform: translateY(0)
  }
}
@-webkit-keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(50%)
  }
  100% {
    opacity: 1;
    transform: translateY(0)
  }
}
.slideUp {
  animation-name: slideUp;
  animation-duration: 1s
}
@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-50%)
  }
  100% {
    opacity: 1;
    transform: translateX(0)
  }
}
@-webkit-keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-50%)
  }
  100% {
    opacity: 1;
    transform: translateX(0)
  }
}
.slideDown {
  animation-name: slideDown;
  animation-duration: 1s
}
.bg-blue {
  background-color: #00AEEF;
}
.bg-green {
  background-color: #A6CE39;
}
.text-blue {
  color: #00AEEF;
}
.text-green {
  color: #A6CE39;
}
.text-grey {
  color: #6D6E7F;
}
label {
  color: #fff;
  margin-right: 10px;
}
body {
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  color: #7A7A7A;
  font-size: 18px;
}
header, footer {
  font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
  color: #6D6E7F;
}
.navbar-light .navbar-nav .nav-link {
  color: #6D6E7F;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #00AEEF;
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
  color: #00AEEF;
}
.navbar-toggler span {
  display: block;
  width: 26px;
  height: 3px;
  margin-bottom: 5px;
  border-radius: 8px;
  background-color: #00AEEF;
}
.navbar-light .navbar-toggler {
  border: none;
  outline: none;
}
.navbar-nav {
  text-transform: uppercase;
}
.navbar-brand img {
  width: 120px;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ol {
  padding: 0px 15px;
}
ul li {
  display: block;
  float: left;
}
li ul {
  display: none;
}
li:hover ul {
  display: block;
  position: absolute;
}
li:hover li {
  float: none;
}
.jumbotron {
  position: relative;
  overflow: hidden;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.jumbotron video {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  /*  object-fit is not supported on IE  */
  object-fit: cover;
  opacity: 0.5;
}
.jumbotron .container {
  z-index: 2;
  position: relative;
}
.lead-title {
  font-size: 64px;
}
.lead-description {
  font-size: 18px;
}
.hero {
  padding-top: 100px
}
.section-title-border::after {
  content: '';
  height: 3px;
  background-color: #00AEEF;
  display: block;
  margin: 14px 0px 20px;
  width: 100px;
}
.button {
  color: #fff;
  text-transform: uppercase;
  padding-top: 10px;
}
.button:hover {
  color: #fff;
  text-decoration: none;
}
.button {
  position: relative;
}
.button::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) and (pointer: fine) {
  .button:hover::before {
    left: 0;
    right: auto;
    width: 100%;
    color: #fff;
  }
}
.achievement, .pm-lead {
  background-image: linear-gradient(to right, rgba(241, 236, 236, 0.9), rgba(246, 244, 244, 0.9)), url("../img/Why-Inda-Group.jpg");
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: top center;
  padding: 200px 0 200px;
  background-attachment: fixed;
}
.pm-lead {
  padding: 200px 0 80px;
}
.achievement .achievement-item h3 {
  font-size: 76px;
}
.achievement .achievement-item p {
  font-size: 18px;
}
.fas {
  font-size: 50px;
}
.services {
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 220px 0px;
}
.button-services {
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  padding: 30px 40px;
  font-size: 18px;
}
.button-services:hover {
  color: #6D6E7F;
  background-color: #fff;
}
#contact {
  padding: 220px 0px 80px 0px;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: top center;
  background-attachment: fixed;
}
input[type=text], input[type=email], input[type=tel], textarea.form-control {
  background-color: transparent;
}
.form-control {
  border: 1px solid #00AEEF;
}
.contact-info {
  color: #6D6E7F;
}
.btn-contact {
  padding: 40px;
  background-color: #00AEEF;
  border: none;
}
.btn-contact:hover {
  background-color: #6D6E7F;
}
.contact-info {
  color: #fff;
}
::placeholder {
  color: #fff !important;
}
.capbox {
  margin: 0 auto;
  width: 55%;
  border-width: 0px 12px 0px 0px;
  zoom: 1;
}
.capbox-inner {
  font-size: 16px;
  color: #fff;
  background-color: transparent;
  margin: 5px auto 0px auto;
  padding: 3px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#CaptchaDiv {
  font: bold 17px verdana, arial, sans-serif;
  font-style: italic;
  color: #fff;
  background-color: transparent;
  padding: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #00AEEF;
}
#CaptchaInput {
  margin: 1px 0px 1px 0px;
  height: 28px;
  border-radius: 4px;
  border: 1px solid #00AEEF;
  width: 100%;
}
#CaptchaInput:focus {
  color: #fff;
}
.pm-info {
  margin: 0px 10px;
}
.img-caption {
  font-size: 20px;
}
.img-anime:hover {
  transform: scale(0.9, 0.9);
  z-index: 9;
}
.it-pm-bg {
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.it-pm, .blockquote, .consulting {
  background-image: linear-gradient(to right, rgba(241, 236, 236, 0.9), rgba(246, 244, 244, 0.9)), url("../img/Why-Inda-Group.jpg");
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: top center;
  background-attachment: fixed;
}
.it-pm-description {
  padding: 220px 100px 80px 0px;
}
.consulting {
  padding: 220px 0 60px;
}
.consulting-description {
  padding: 0px 20px !important;
}
.consulting-description-2 {
  padding: 20px 20px 20px 0px !important;
}
.consulting-info {
  padding: 200px 0px;
}
.blockquote {
  padding: 200px 0px;
  margin-bottom: 0px;
}
.benefits, .home-page-content {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center;
  height: 100vh;
  padding: 130px 0px;
}
.home-page-content {
  padding-top: 180px;
}
.consulting-info {
  background-attachment: fixed;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}
.content {
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 40px;
  color: #fff;
}
footer {
  padding: 60px 0px 20px 0px;
}
.footer-nav {
  text-transform: capitalize;
}
.zoom {
  margin: 0 auto;
}
.zoom img {
  transition: 0.5s all ease-in-out;
}
.zoom:hover img {
  transform: scale(1.7);
}
.icon {
  font-size: 12px;
  border: 1px solid #00AEEF;
  border-radius: 7px;
  padding: 10px;
  color: #fff;
  background-color: #00AEEF;
}
.footer-info, .footer-nav {
  color: #6D6E7F;
}
.footer-info:hover, .footer-nav:hover, .contact-info:hover, .copyright-link:hover {
  color: #00AEEF;
  text-decoration: none;
}
.icon:hover {
  text-decoration: none;
  color: #fff;
}
.fa-map-marker-alt {
  padding: 11px;
}
.foter-description {
  display: flex;
}
.fas {
  margin-bottom: 12px;
}
.span-item {
  margin-right: 16px;
}
.thank-you {
  background-image: linear-gradient(to right, rgba(241, 236, 236, 0.9), rgba(246, 244, 244, 0.9)), url("../img/Why-Inda-Group.jpg");
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 340px 0px 260px;
  background-attachment: fixed;
}