* {
  margin: 0;
  box-sizing: border-box;
}
.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: 1.5s
}
@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: 1.5s
}
@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: 1.5s
}
@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: 1.5s
}
@font-face {
  font-family: "Time";
  src: url("fonts/times new roman.ttf") format("truetype");
}
@font-face {
  font-family: "Time-bold";
  src: url("fonts/times new roman bold.ttf") format("truetype");
}
#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;
}
body {
  margin: 0px;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.70);
}
h1 {
  color: #fff;
  text-transform: capitalize;
  font-size: 54px;
  font-weight: bold;
}
h2 {
  font-size: 38px;
  font-weight: bold;
}
h4 {
  font-weight: bold;
}
header {
  font-size: 18px;
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.70);
}
.navbar {
  padding: 0.5rem 0;
}
.navbar-brand {
  width: 13%;
}
.logo {
  width: 120px;
}
.navbar-toggler {
  padding: 0px;
}
.navbar-toggler span {
  display: block;
  width: 30px;
  height: 3px;
  margin-bottom: 5px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.70);
}
.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: #000;
  border-bottom: 1px solid #000;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #000;
}
.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
}
.language {
  width: 40px;
}
.lead-page-section {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 120px;
  height: 100vh;
  padding-top: 80px;
}
.lead-description {
  color: #fff;
  font-size: 24px;
}
.img-content {
  border-radius: 20px;
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.58);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.58);
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.58);
}
.about, .resourcing, .outsourcing-benefits, .our-team, .our-team-description, #contact {
  margin-top: 120px;
  padding: 100px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100vh;
  margin-bottom: 120px;
}
.temenos {
  margin-bottom: 120px;
}
.our-team-heading {
  border: 1px solid #fff;
  background-color: #fff;
  padding: 50px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.8;
  color: rgba(0, 0, 0, 0.70);
}
.our-team {
  margin-bottom: 0px;
}
.our-team-description {
  margin: 0px;
}
.our-team-heading a {
  color: rgba(0, 0, 0, 0.70);
}
.outsourcing-benefits, .our-team {
  height: auto;
  padding: 120px 0px;
}
.benefits {
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 50px 20px 40px;
  background-color: #fff;
  opacity: 0.9;
}
.resourcing {
  margin: 120px 0px;
}
.resourcing-bottom {
  margin-bottom: 120px;
}
.available {
  padding: 120px 0px;
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
}
.available-content-bg {
  background-color: #fff;
  opacity: 0.8;
  border: 1px solid transparent;
  border-radius: 20px;
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.58);
  padding: 65px 50px;
  display: flex;
  align-items: center;
}
#contact {
  margin-bottom: 0px;
  padding-top: 160px;
  height: auto;
}
#contact h1 {
  color: rgba(0, 0, 0, 0.70);
}
.contact-icon {
  color: rgba(0, 0, 0, 0.70);
}
.contact-info {
  color: rgba(0, 0, 0, 0.70);
  font-size: 18px
}
.contact-info:hover {
  color: #000;
}
.form-control {
  border: 1px solid rgba(0, 0, 0, 0.70);
}
.capbox {
	margin: 0 auto;
	width: 55%;
  border-width: 0px 12px 0px 0px;
  zoom: 1;
}
.capbox-inner {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.70);
  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: rgba(0, 0, 0, 0.70);
  background-color: transparent;
  padding: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.70);
}
#CaptchaInput {
  margin: 1px 0px 1px 0px;
  height: 28px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.70);
  width: 100%;
}
#CaptchaInput:focus {
  color: rgba(0, 0, 0, 0.70);
}
.btn {
  background-color: rgba(0, 0, 0, 0.70);
  border: none;
  padding: 30px;
}
.btn:hover {
  background-color: #000;
}
footer {
  font-size: 18px;
  background-color: rgba(0, 0, 0, 0.70);
  color: #fff;
  padding: 80px 0px 10px;
}
.footer-info {
  color: #fff;
}
.footer-info:hover {
  text-decoration: none;
  color: #000;
}
.btn-thank {
  padding: 18px 30px;
}