.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
}
.progressbar {
  display: inline-block;
  margin: 0 25px;
}
.circle {
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
  display: inline-block;
  position: relative;
  text-align: center;
}
.circle canvas {
  vertical-align: middle;
  height: 132px !important;
  width: 132px !important;
}
.circle div {
  position: absolute;
  top: 46px;
  left: 1px;
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
}
.circle strong i {
  font-style: normal;
  font-size: 0.6em;
  font-weight: normal;
}
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 20;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.7);
  width: 44px;
  height: 44px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 13px;
  top: 14px;
  font-size: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}
.bg-blue {
  background-color: #9ccdca;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 120px;
  height: 100vh;
  padding-top: 80px;
}
.text-blue {
  color: #9ccdca;
}
.text-purple {
  color: #423175;
}
body {
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  color: #7A7A7A;
  font-size: 18px;
}
h1, h2, h3, h4, h5, h6 {
  color: #6D6E7F;
}
header {
  font-size: 16px;
}
.navbar-light .navbar-nav .nav-link {
  color: #423175;
}
.navbar {
  padding: 0.5rem 0;
}
.navbar-brand {
  width: 13%;
}
.logo {
  width: 150px;
}
.language {
  width: 40px;
	display: none;
}
.navbar-toggler {
  padding: 0px;
}
.navbar-toggler span {
  display: block;
  width: 26px;
  height: 3px;
  margin-bottom: 5px;
  border-radius: 8px;
  background-color: #423175;
}
.navbar-light .navbar-toggler {
  border: none;
}
.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: #9ccdca;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #9ccdca;
}
.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
}
.lead-page-section {
  background: linear-gradient(to bottom right, #423175, #423175 58%, #9ccdca 54%, #9ccdca 64%);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 120px;
  height: 100vh;
  padding-top: 80px;
}
.lead-title {
  color: #fff;
  text-transform: uppercase;
}
.lead-description {
  color: #fff;
  font-size: 18px;
}
.page-content .container figure img {
  max-width: 100%;
}
.values {
  padding-top: 80px;
}
.textbox {
  height: 700px;
}
.progress {
  margin-bottom: 10px;
  height: 36px;
}
.progress-bar {
  width: 0;
  font-size: 16px;
}
.about {
  background-color: #423175;
  margin: 120px 0px;
  padding: 120px 0px;
}
.about figure img {
  max-width: 100%;
}
.about .page-content-text {
  color: #fff;
}
.about .page-content-text h2 {
  color: #fff;
}
.about figure img {
  max-width: 100%;
}
.TemenosT24 figure img {
  max-width: 100%;
}
.main-our-team-heading {
  margin-bottom: 80px;
}
.our-team-heading {
  border: 1px solid #423175;
  background-color: #423175;
  padding: 70px 20px 50px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
}
.our-team-heading .team {
  color: #fff;
  text-transform: uppercase;
}
#team-1 {
  margin-top: 120px;
  background-color: #423175;
}
#team-3 {
  background-color: #423175;
}
#team-5 {
  background-color: #423175;
}
#team-1, #team-2, #team-3, #team-4, #team-5, #team-6 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.consulting-lead-section {
  background-color: #423175;
  padding: 120px 0px;
  margin: 120px 0px;
}
.main-consulting-heading {
  line-height: 1.7em;
}
.icon-arrow {
  font-size: 26px;
}
.contracting {
  margin-bottom: 120px;
}
.time {
  border: 1px solid #423175;
  border-radius: 8px;
  background-color: #423175;
  padding: 80px 40px;
  margin-right: 26px;
}
.price {
  border: 1px solid #9ccdca;
  border-radius: 8px;
  background-color: #9ccdca;
  padding: 80px 40px;
  margin-left: 26px;
}
.outsourcing-benefits {
  margin: 120px 0px;
  background: linear-gradient(to bottom right, #423175, #423175 70%, #9ccdca 60%, #9ccdca 50%);
  padding: 100px 0px;
}
.benefits {
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 50px 20px 40px;
}
.resourcing {
  margin-top: 120px;
}
.resourcing-bg {
  background-color: #9ccdca;
}
.resourcing-description {
  padding: 120px 0px;
  margin-top: 120px;
}
.lead-page-section-content h5 {
  line-height: 1.7em;
}
.profiles {
  margin-bottom: 120px;
}
.profile {
  border: 1px solid #423175;
  border-radius: 8px;
  background-color: #423175;
  padding: 50px;
  color: #fff;
}
.profile h2 {
  color: #fff;
}
.contact-info {
  color: #fff;
  font-size: 18px;
}
.contact-info:hover {
  color: #fff;
}
.contact-icon {
  color: #fff;
  font-size: 18px;
}
.btn {
  padding: 40px;
  background-color: #9ccdca;
  border: none;
  color: #423175;
}
.btn:hover {
  background-color: #fff;
  color: #423175;
}
.contact-form {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form-group {
  width: 50%;
}
input[type=text], input[type=email], input[type=tel], textarea.form-control {
  background-color: transparent;
  color: #fff;
}
::placeholder {
  color: #fff !important;
}
textarea.form-control {
  height: 100px;
}
.capbox {
  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 #fff;
}
#CaptchaInput {
  margin: 1px 0px 1px 0px;
  height: 28px;
  border-radius: 4px;
  border: 1px solid #fff;
  width: 100%;
}
#CaptchaInput:focus {
  color: #fff;
}
.thank-you {
  margin-bottom: 0px !important;
}
footer {
  background-color: #423175;
  padding: 60px 0px 20px 0px;
  font-size: 16px;
}
footer h6 {
  color: #fff;
}
footer .footer-info {
  color: #fff;
}
footer .copyright {
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 26px;
  letter-spacing: 1.3px;
}
footer .icon {
  color: #fff;
  padding-bottom: 12px;
}
.footer-info:hover, .team:hover {
  text-decoration: none;
  color: #9ccdca;
}