html, body {
  font-family: "Raleway", sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.75;
  margin: 0;
  padding: 0;
  height: 100%;
}

h1 {
  font-weight: bold;
}

h2 {
  color: black;
}

.title {
  font-size: 180%;
  word-spacing: 2px;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 1px;
  font-weight: bold;
}

.title:after {
  display: block;
  height: 2px;
  content: " ";
  width: 100px;
  margin: 0 auto;
  margin-top: 30px;
  border-bottom: 2px solid #37008bff;
  margin-bottom: 5rem;
}

::selection {
  background-color: rgba(13, 153, 125, 0.5);
}

.not-found {
  text-align: center;
}

#footer-container-404 {
  min-height: 150px;
  position: relative;
}

/*NAVBAR*/

nav {
  z-index: 9999;
}

.navbar {
  height: 20vh;
  background: transparent !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5vh 10vw;
  margin: 0 auto;
}

.nav-link:link, .nav-link:visited {
  color: white !important;
  padding: 0.5em 10px !important;
  font-weight: bold;
}

.jobs-link-mobile {
  display: none;
}

.navbar-nav {
  background-color: transparent;
  z-index: 6;
  padding-right: 1rem !important;
}

.navbar-brand {
  padding-left: 1rem !important;
}

.navbar-dark .navbar-toggler {
  color: white !important;
  border-color: white !important;
  padding: 1rem !important;
}

.logo-white {
  height: 8vh;
  width: auto;
  padding-left: 1rem;
}
.logo {
  height: 8vh;
  width: auto;
  display: none;
}

.navbar-toggler:focus {
  outline: none !important;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

a.dropdown-item {
  font-weight: bold;
  padding: 4px 30px;
}

.dropdown-menu {
  padding: 20px 0;
  margin: 0 auto;
}

.sticky {
  background-color: rgba(255, 255, 255, 0.9) !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5vh 10vw;
  margin: 0 auto;
  box-shadow: 0px 2px 5px 0px rgba(32, 32, 32, 0.1);
}

.sticky .nav-link:link, .sticky .nav-link:visited {
  color: black !important;
  font-weight: bold;
}

.sticky .logo {
  display: inline-block;
}

.sticky .white-navbar-brand {
  display: none;
}

.sticky .navbar-collapse {
  background-color: transparent !important;
}

.sticky .navbar-toggler {
  background-color: #37008bff;
  border-color: rgba(255, 255, 255, .5);
}

.square {
  position: absolute;
  top: -6px;
  left: 10px;
  width: 12px;
  height: 12px;
  border-top: 1px solid rgba(0, 0, 0, .15);
  border-left: 1px solid rgba(0, 0, 0, .15);
  background-color: #fff;
  transform: rotate(45deg);
}

a#navbarDropdown.nav-link.dropdown-toggle::after {
  display: none;
}

#navbarSupportedContent {
  z-index: 10000;
}

.close {
  display: none;
}

/* GRADUATE BTN */
.fixed-graduate-button{
  background: #a3a6af;
  position: fixed;
  right: 1%;
  top: 92%;
  z-index: 9999;
  border-radius: 5px;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.fixed-graduate-button:hover, .fixed-graduate-button:focus {
  background: #8a8d94;
}

.fixed-graduate-button a {
  color: white;
  display: block;
  text-decoration: none;
  padding: 0.5rem 1rem;
}



/* GRADUATE BANNER */
.graduate-banner {
  background-color:  #a3a6af;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;	
}

.graduate-banner h2 {
  display: inline;
  color: white;
  font-size: 180%;
  margin-top: .5rem;
}

.graduate-banner a {
  border: solid 2px white;
  border-radius: 10px;
  background-color: #a3a6af;
  color: white;
  margin: 0 20px;
  font-size: 20px;
  padding: 5px 20px;
  text-decoration: none;
}

/*GRADUATE PAGE*/
.graduate-general-info div {
  padding: 0 3rem;
}

.graduate-qualities div {
  height: 300px;
  margin: 1rem;
  padding: 1rem;
  background-color: #3d398b;
  width: 190px;
  flex: 25% !important;
  border-radius: 5px;
  color: #fafafa;
}

.graduate-qualities p {
  margin-top: 10%;
  font-size: 80%;
}

@media (max-width: 414px) {
  .graduate-qualities div {
    font-size: 100%;
  }
}

.employee-story img {
  border-radius: 100%;
  margin: auto;
  cursor: pointer;
}

#sd-process-btn {
  border-bottom: 2px solid red;
}

.stages-btn {
  border: none;
  background: none;
  cursor: pointer;
}

.stages-btn:focus {
  outline: none;
}

.stage:before {
  content: '';
  position: absolute;
  width: 3px;
  height: 10px;
  left: 50%;
}

.stage-soft-dev:before {
  background: red;
}

.stage-bus-an:before {
  background: #4fd49d;
}

.stage-qa:before {
  background: #b7b6f3;
}

.stage p {
  font-weight: bold;
  margin-top: 2rem;
}

.interview-process {
  height: 250px;
  margin: 1em;
  line-height: 250px;
  position: relative;
  text-align: center;
  width: 100%;
}

.interview-process:before {
  content: '';
  position: absolute;
  width: 80%;
  top: 51%;
  left: 10%;
  height: 2px;
  background: red;
}

.event {
  width: 20%;
  position: relative;
  margin: 0 1%;
  display: inline-block;
}
.detail {
  position: absolute;
  line-height: 1em;
  white-space: nowrap;
  left: 10%;
}

.detail div {
  margin-bottom: 1%;
}

.event:before {
  content: '';
    position: absolute;
    /* left: 50%; */
    /* margin-left: -3px; */
    width: 1px;
    background: #343a40;
    height: 10px;
}
.event.up:before {
  top: -100%;
}
.event.down:before {
  top: 100%;
}
.up .detail {
  top: -50px;
}
.down .detail {
  bottom: -50px;
}


/*BUTTONS*/

.btn, .btn:link, .btn:visited {
  text-transform: uppercase;
  text-decoration: none;
  padding: 1.5rem 1.5rem;
  display: inline-block;
  border-radius: 5px;
  transition: all .2s;
  position: relative;
  border: none;
  cursor: pointer;
}

.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 1rem 2rem #333;
}

.btn:hover::after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}

.btn:active, .btn:focus {
  outline: none;
  transform: translateY(-1px);
  box-shadow: 0 .5rem 1rem #333;
}

.btn--blue {
  background-color: #37008bff;
  color: white;
}

.btn--red {
  background-color: #ff0000ff;
  color: white;
}

.btn--green {
  background-color: #0D997D;
  color: white;
}

.btn--blue::after, .btn--red::after, .btn--green::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all .4s;
}

.btn--blue:hover, .btn--red:hover, .btn--green:hover {
  color: white;
}

.btn--animated {
  animation: moveInBottom .5s ease-out .75s;
  animation-fill-mode: backwards;
}

.btn-text:link, .btn-text:visited {
  color: #37008bff;
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid #37008bff;
  padding: 3px;
  transition: all .2s;
}

.btn-text:hover {
  background-color: #37008bff;
  color: white;
  box-shadow: 0 1rem 2rem gray;
  transform: translateY(-2px);
  border-radius: 5px;
}

.btn-text:active {
  box-shadow: 0 .5rem 1rem grey;
  transform: translateY(0);
}

.btn-wp {
  font-family: "Quicksand", sans-serif;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid transparent;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 15px 18px;
  font-size: 15px;
  line-height: 16px;
  border-radius: 4px;
  min-width: 164px;
  box-shadow: none !important;
  background-color: #37008b !important;
  color: white !important;
  float: right;
}

.btn-wp-red {
  background-color: #ff0000ff !important;
}

.btn-wp-green {
  background-color: #0d997d !important;
}

.btn-wp-light {
  background-color: white !important;
  float: none !important;
  color: black !important;
}

.btn-wp:hover {
  color: #37008bff !important;
  background-color: white !important;
  border-color: #37008bff !important;
}

.btn-wp-red:hover {
  color: #ff0000ff !important;
  background-color: white !important;
  border-color: #ff0000ff !important;
}

.btn-wp-green:hover {
  color: rgb(13, 153, 125) !important;
  background-color: white !important;
  border-color: rgb(13, 153, 125) !important;
}

.btn-wp-light:hover {
  background-color: lightgrey !important;
  color: black !important;
}

.btn-perks {
  float: right;
}

.btn-perks-red {
  background-color: #ff0000ff !important;
}
.btn-perks-red:hover {
  color: #ff0000ff !important;
  border: 1px solid #ff0000ff !important;
}

.btn-container {
  margin-bottom: 10rem;
  display: none;
  }

.next-role-btn {
	padding: 15px 18px !important;
}

.next-role-btn:hover {
	padding: 15px 18px;
  	border: solid 2px #37008bff !important; 
}

/*FOOTER*/

#footer-container {
  min-height: 150px;
  position: relative;
  margin-top: 20rem;
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 150px;
  /* Height of the footer */
  background: #333;
  color: white;
}

.footer-container {
  margin: 0 auto;
  padding: 56px 50px;
}

.footer-container p {
  font-weight: bold;
  padding-bottom: 1.7vh;
}

.social-links li {
  list-style: none;
  display: inline-block;
  float: right;
  padding: 0 1rem;
}

ion-icon {
  color: white;
  font-size: 2rem;
}

.linkedin:hover {
  color: #0077b5;
}

.twitter:hover {
  color: #38A1F3;
}


/*Media Queries*/

@media (min-width: 1199px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap !important;
    flex-flow: row nowrap !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute !important;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto !important;
    flex-basis: auto !important;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  html, body {
    font-size: 1.5vw;
  }
  .jobs-link-mobile {
    display: block;
  }
  .jobs-link {
    display: none;
  }
  .square {
    display: none;
  }
  .composition {
    z-index: -1;
  }
  #navbarSupportedContent {
    position: fixed !important;
    width: 200px !important;
    height: 100% !important;
    background: #333 !important;
    left: -200px !important;
    top: 0 !important;
    transition: all 250ms linear !important;
  }
  #navbarSupportedContent.active {
    left: 0px !important;
    z-index: 99999;
  }
  #main-header.active-header {
    position: relative !important;
    height: 100% !important;
    width: 100% !important;
    left: 200px !important;
    top: 0 !important;
    overflow: hidden;
  }
  #content.active-header {
    position: relative !important;
    height: 100% !important;
    width: 100% !important;
    left: 200px !important;
    top: 0 !important;
    overflow: hidden;
  }
  .dropdown-menu {
    padding: 0;
    width: 200px !important;
    border-radius: 0 !important;
  }
  a.dropdown-item {
    padding: 1rem;
  }
  .nav-link {
    padding: 0 1.387em;
    line-height: 3em;
    border-bottom: 1px solid #262626;
  }
  .nav-link:hover {
    background-color: #b3b3b3;
    box-shadow: inset -2px 0px 4px -1px rgba(0, 0, 0, 0.6);
    width: 200px;
  }
  .remove {
    display: none;
  }
  .visible-close-icon {
    display: inline-block !important;
    color: white;
    font-size: 120%;
    font-weight: 100;
    padding: 0 0.5rem;
  }
  .visible-close-icon:hover {
    color: lightgrey;
  }
  .sticky .visible-close-icon {
    color: #37008bff;
  }
  .sticky .nav-link:link, .sticky .nav-link:visited {
    color: white !important;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu {
    border-radius: 6px;
  }
}

@media only screen and (max-width: 991px) {
  html, body {
    font-size: 2vw;
  }
  .home-container .subtitle {
    display: none;
  }
  .home-container h1 {
    font-size: 250%;
  }
  .sticky a.navbar-brand {
    position: relative;
    left: -2rem;
  }
  .sticky .navbar-collapse {
    background-color: rgba(255, 255, 255, 0.9) !important;
  }
}

@media only screen and (max-width: 767px) {
  .social-links li {
    float: left !important;
  }
  .social-links {
    margin-left: -8vw;
  }
}

@media only screen and (max-width: 575px) {
  html, body {
    font-size: 4vw;
  }
  .social-links {
    margin-left: -12vw;
  }
}

/*HOME PAGE*/

/*Header*/

.home-header {
  height: 100vh;
  background: linear-gradient(to right, rgba(28, 181, 224, 0.7), rgba(0, 0, 70, 0.7)), url("https://image.ibb.co/n5A2HU/showcase.jpg") no-repeat center center / cover;
  color: white;
  overflow: hidden;
  z-index: 2;
}

.home-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 25vh 10vw;
}

.home-header h1, .home-header h3 {
  z-index: 5;
}

/*Intro*/

.intro-section {
  margin: 10rem auto 0 auto;
}

.card-title {
  font-weight: bold;
}

.card-img-top {
  width: 50%;
  height: auto;
  margin: 0 auto;
  margin-top: 2rem;
}

.info-card {
  box-shadow: 0 0.5rem 1rem rgba(100, 100, 100, 0.7);
}

.card-text {
  text-align: center;
}

.card-1 {
  min-height: 25rem;
}

.card-2 {
  min-height: 35rem;
}

/*Media Queries*/

@media only screen and (max-width: 1850px) {
  .card-2 {
    min-height: 25rem;
  }
}

@media only screen and (max-width: 991px) {
  .card-1 {
    min-height: auto;
  }
  .card-2 {
    min-height: auto;
  }
}


/*Practices*/

.services-section {
  margin: 10rem auto 0 auto;
}

.s-card {
  perspective: 150rem;
  -moz-perspective: 150rem;
  border: 0px solid transparent;
  position: relative;
  height: 40rem;
}

.s-card__side {
  height: 40rem;
  transition: all 0.8s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  backface-visibility: hidden;
  border-radius: 3px;
  box-shadow: 0 1.5rem 4rem rgba(black, 0.15);
}

.s-card__side--front {
  background-color: white;
}

.s-card__side--front-1 {
  border: 1px solid #37008bff;
}

.s-card__side--front-2 {
  border: 1px solid #ff0000ff;
}

.s-card__side--front-3 {
  border: 1px solid rgb(13, 153, 125);
}

.s-card__side--back {
  transform: rotateY(180deg);
}

.s-card__side--back-1 {
  background-image: linear-gradient( to right bottom, #0072bbff, #37008bff);
}

.s-card__side--back-2 {
  background-image: linear-gradient( to right bottom, #ff0000ca, #ff0000ff);
}

.s-card__side--back-3 {
  background-image: linear-gradient( to right bottom, rgb(13, 153, 125), rgb(34, 92, 80));
}

.s-card:hover .s-card__side--front {
  transform: rotateY(-180deg);
}

.s-card:hover .s-card__side--back {
  transform: rotateY(0);
}

.s-card__picture {
  background-size: cover;
  height: 23rem;
  background-blend-mode: screen;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.s-card__picture--1 {
  background-image: linear-gradient(to right bottom, #0072bbff, #37008bff), url("https://image.ibb.co/n5A2HU/showcase.jpg");
}

.s-card__picture--2 {
  background-image: linear-gradient(to right bottom, #ff0000ca, #ff0000ff), url("https://image.ibb.co/n5A2HU/showcase.jpg");
}

.s-card__picture--3 {
  background-image: linear-gradient(to right bottom, rgb(13, 153, 125), rgb(34, 92, 80)), url("https://image.ibb.co/n5A2HU/showcase.jpg");
}

.s-card__heading {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 3rem;
  text-transform: uppercase;
  text-align: right;
  color: white;
  position: absolute;
  top: 7rem;
  right: 2rem;
  width: 75%;
}

.s-card__heading-span {
  padding: 1rem 1.5rem;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

/* .s-card__heading-span--1 {
  background: linear-gradient(to right, rgb(0, 114, 187, 0.6), rgba(55, 0, 139, 0.8));
}

.s-card__heading-span--2 {
  background: linear-gradient(to right, rgba(255, 0, 0, 0.6), rgb(255, 0, 0, 0.8));
}

.s-card__heading-span--3 {
  background: linear-gradient(to right, rgba(13, 153, 125, 0.6), rgba(34, 92, 80, 0.8));
} */

.s-card__details {
  padding: 3rem 1rem;
}

.s-card__cta {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
}

.s-card__service-box {
  text-align: center;
  color: white;
  margin-bottom: 8rem;
}

.s-card__service-only {
  font-size: 2rem;
  font-weight: 100;
}

.s-card li {
  font-size: 85%;
}

/*Testimonials*/

#testimonials {
  margin: 10rem 10rem 0 10rem;
}

.rounded-circle {
  width: 7rem;
  height: auto;
  margin-bottom: 2rem;
}

.revs {
  padding: 5rem;
  border-radius: 0.5rem;
  min-height: 250px;
  background-image: linear-gradient(to right, rgb(0, 114, 187), rgb(55, 0, 139));
}

/*Clients Logo*/

.clients {
  margin: 10rem 10rem 0 10rem;
}

/*Media Queries Home*/

@media only screen and (max-width: 1200px) {
  .clients {
    margin: 10rem 3rem 0 3rem;
  }
  .card, .s-card {
    margin-top: 2rem;
  }
}

@media only screen and (max-width: 800px) {
  #testimonials, .clients {
    display: none;
  }
}

/*Media Queries Practices*/

@media only screen and (max-width: 1000px) {
  .s-card {
    height: auto;
    border-radius: 3px;
    background-color: white;
    box-shadow: 0 1.5rem 4rem rgba(black, .15);
  }
  .s-card__side {
    height: auto;
    position: relative;
    box-shadow: none;
  }
  .s-card__side--back {
    transform: rotateY(0);
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);
  }
  .s-card:hover .s-card__side--front {
    transform: rotateY(0);
  }
  .s-card__details {
    padding: 1rem 3rem;
  }
  .s-card__cta {
    position: relative;
    top: 0%;
    left: 0;
    transform: translate(0);
    width: 100%;
    padding: 7rem 4rem 4rem 4rem;
  }
  .s-card__service-only {
    margin-bottom: 3rem;
  }
  .s-card__side--front-1, .s-card__side--front-2, .s-card__side--front-3 {
    border: 0px solid transparent;
  }
  .s-card__heading {
    display: none;
  }
  .s-card__picture {
    height: 20rem;
  }
}

/*HOW WE WORK*/

.how-we-work-header {
  height: 100vh;
  background: linear-gradient(to right, rgba(28, 181, 224, 0.7), rgba(0, 0, 70, 0.7)), url("../img/two.jpg") no-repeat center center / cover;
  color: white;
  overflow: hidden;
  z-index: 2;
}

.how-we-work-header h1, .how-we-work-header h3 {
  z-index: 5;
}

.section-about {
  margin: 10rem auto 0 auto;
}

.border-service-blue{
  border: 2px solid transparent !important;
  border-radius: 5px;
  padding: 2rem;
}

.border-service-red{
  border: 2px solid transparent !important;
  border-radius: 5px;
  padding: 2rem;
}

.border-service-green{
  border: 2px solid transparent !important;
  border-radius: 5px;
  padding: 2rem;
}

.border-service-blue:hover {
  border: 2px solid #37008bff !important;
  border-radius: 5px;
}

.border-service-red:hover {
  border: 2px solid #ff0000ff !important;
  border-radius: 5px;
}

.border-service-green:hover {
  border: 2px solid rgb(13, 153, 125)!important;
  border-radius: 5px;
}

/*Composition*/

.composition {
  position: relative;
}

.composition__photo {
  width: 60%;
  box-shadow: 0 1.5rem 4rem rgba(black, .4);
  border-radius: 2px;
  position: absolute;
  z-index: 10;
  transition: all .2s;
  outline-offset: 2rem;
}

.composition__photo--p1 {
  left: 0;
  top: -2rem;
}

.composition__photo--p2 {
  right: 0;
  top: 2rem;
}

.composition__photo--p3 {
  left: 20%;
  top: 10rem;
}

.composition__photo:hover {
  outline: 0.8rem solid rgb(13, 153, 125);
  transform: scale(1.05) translateY(-.5rem);
  box-shadow: 0 2.5rem 4rem black;
  z-index: 20;
}

.composition:hover .composition__photo:not(:hover) {
  transform: scale(.95);
}

/*Practices*/

.service-title {
  font-size: 180%;
  word-spacing: 2px;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.service-title:after {
  display: block;
  height: 2px;
  content: " ";
  width: 250px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 5rem;
}

.service-title-1:after {
  border-bottom: 2px solid #37008bff;
}

.service-title-2:after {
  border-bottom: 2px solid #ff0000ff;
}

.service-title-3:after {
  border-bottom: 2px solid rgb(13, 153, 125);
}

.btn-text-2:link, .btn-text-2:visited {
  color: #ff0000ff;
  border-bottom: 1px solid #ff0000ff;
}

.btn-text-2:hover {
  color: white;
  background-color: #ff0000ff;
}

.btn-text-3:link, .btn-text-3:visited {
  color: rgb(13, 153, 125);
  border-bottom: 1px solid rgb(13, 153, 125);
}

.btn-text-3:hover {
  color: white;
  background-color: rgb(13, 153, 125);
}

/* If the tc_breakpoint variable is changed, this breakpoint should be changed as well */
@media (max-width:767px) {
.vertab-container {
	margin-top: 20px;
	margin-bottom: 20px;
}
.vertab-container .vertab-menu {
	display: none;
}
.vertab-container .panel-heading {
	background-color: #F6F6F6;
	color: #818181;
	padding: 15px;
	border-bottom: 1px solid #F6F6F6;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-left: 5px solid #F6F6F6;
}
.vertab-container .panel-heading:hover, .vertab-container .panel-heading:focus, .vertab-container .panel-heading.active {
	border-left: 5px solid #7952b3;
	border-bottom: 1px solid #7952b3;
}
.vertab-content {
	border-bottom: 1px solid #CACACA;
}
.vertab-container .panel-title a:focus, .vertab-container .panel-title a:hover, .vertab-container .panel-title a:active {
	color: #818181;
	text-decoration: none;
}
.panel-collapse.collapse, .panel-collapse.collapsing {
	background-color: #7952b3 !important;
	color: #ffffff;
}
.vertab-container .panel-collapse .panel-body {
	border-top: none !important;
}
}

/*Case Studies*/

.case-studies-section {
  margin: 10rem auto 0 auto;
}

.case-studies-img {
  border-radius: 0.5rem;
  height: 10rem;
  width: auto;
}

.case-studies-item {
  padding: 0 2rem;
}

/*Partners*/

.partners {
  margin: 10rem auto 0 auto;
}

/*Media Queries*/

@media only screen and (max-width: 800px) {
  .composition__photo {
    float: left;
    position: relative;
    width: 33.33333333%;
    box-shadow: 0 1.5rem 3rem rgba(black, .2);
  }
  .composition__photo--p1 {
    top: 0;
    transform: scale(1.2);
  }
  .composition__photo--p2 {
    top: -1rem;
    transform: scale(1.3);
    z-index: 100;
  }
  .composition__photo--p3 {
    top: 1rem;
    left: 0;
    transform: scale(1.1);
  }
  .service-title {
    padding-top: 4rem;
  }
  .case-studies-section {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .case-studies-img {
    display: none;
  }
  .offset-2 {
    margin-left: 0;
  }
  .service-hww-container {
    margin: 5rem auto 0 auto;
  }
}

@media only screen and (max-width: 776px) {
  .service-hww-container {
    margin: 10rem auto 0 auto;
  }
}

@media only screen and (max-width: 600px) {
  .service-title:after {
    width: 150px;
  }
}

/*PRACTICES*/

/*Technology Consulting*/

.technology-consulting-header {
  height: 100vh;
  color: white;
  overflow: hidden;
  z-index: 2;
}

.technology-consulting-header-1 {
  background: linear-gradient(to right, rgba(28, 181, 224, 0.8), rgba(0, 0, 70, 0.8)), url("../img/technology.png") no-repeat center center / cover;
}

.service-container {
  padding: 10rem 10rem;
}

.mt-container {
  margin-top: 15rem;
}

.profile-container {
  margin: 2rem auto;
  min-width: 90%;
  /* border-radius: 0; */
}

.profile-title {
  font-weight: bold;
}

.btn-service {
  float: right;
}

.service-margin-b {
  margin: 0 auto 10rem auto;
}

.service-margin-t {
  margin: 10rem auto 0 auto;
}

.service-list {
  list-style: none;
}

.service-list li::before {
  content: "\2022";
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.service-list-1 li::before {
  color: #37008bff;
}

.revs-blue {
  background-image: linear-gradient(to right, rgb(0, 114, 187), rgb(55, 0, 139));
}

/*Software Engineering*/

.technology-consulting-header-2 {
  background: linear-gradient(to right, rgba(255, 0, 0, 0.5), rgb(255, 0, 0, 0.7)), url("../img/software2.png") no-repeat center center / cover;
}

.service-list-2 li::before {
  color: #ff0000ff;
}

.revs-red {
  background: linear-gradient(to right, rgba(255, 0, 0, 0.7), rgb(255, 0, 0, 0.9));
}

.title-2:after {
  border-bottom: 2px solid #ff0000ff;
}

.ul-right-padding {
  padding-inline-end: 40px;
}

/*Delivery Consulting*/

.technology-consulting-header-3 {
  background: linear-gradient(to right, rgba(13, 153, 125, 0.6), rgba(34, 92, 80, 0.8)), url("../img/delivery.png") no-repeat center center / cover;
}

.service-list-3 li::before {
  color: rgb(13, 153, 125);
}

.revs-green {
  background: linear-gradient(to right, rgba(13, 153, 125, 0.6), rgba(34, 92, 80, 0.8));
}

.title-3:after {
  border-bottom: 2px solid rgb(13, 153, 125);
}

/*Sections*/

.section{
  width: 100%;
  position: relative;
}
#section1,
#section1-t,
#section1-d{
  background:#ffffff;
  z-index: 10;
}
#section2-t{
  background: #37008bff;
  z-index: 10;
  color:white;
}
#section2{
  background: #ff0000ff;
  z-index: 9;
  color:white;
}
#section2-d{
  background: rgb(13, 153, 125);
  z-index: 9;
  color:white;
}
#section2 h2,
#section2-t h2,
#section2-d h2{
  color: white;
}
#section2 .title-2:after,
#section2-t .title-1:after,
#section2-d .title-3:after {
    border-bottom: 2px solid #ffffff;
}
#section3,
#section3-t,
#section3-d{
  background: #ffffff;
  z-index: 8;
}
#section4-t{
  background: #37008bff;
  z-index: 7;
  color:white;
}
#section4{
  background: #ff0000ff;
  z-index: 7;
  color:white;
}
#section4-d{
  background: rgb(13, 153, 125);
  z-index: 7;
  color:white;
}
#section4 h2,
#section4-t h2,
#section4-d h2{
  color: white;
}
#section4 .title-2:after,
#section4-t .title-1:after,
#section4-d .title-3:after {
    border-bottom: 2px solid #ffffff;
}
#section5{
  background: #ffffff;
  z-index: 6;
}
#section6-t{
  background: #37008bff;
  z-index: 5;
  color:white;
}
#section6{
  background: #ff0000ff;
  z-index: 5;
  color:white;
}
#section6-d{
  background: rgb(13, 153, 125);
  z-index: 5;
  color:white;
}
#section6 h2,
#section6-t h2,
#section6-d h2{
  color: white;
}
#section6 .title-2:after,
#section6-t .title-1:after,
#section6-d .title-3:after {
    border-bottom: 2px solid #ffffff;
}
.section::after{
  content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background: inherit;
	z-index: -1;
	bottom: 0;
}
#section1::after, #section2::after, #section4::after,
#section1-t::after, #section2-t::after, #section4-t::after,
#section1-d::after, #section2-d::after, #section4-d::after{
	transform-origin: left bottom;
	transform: skewY(3deg);
}
#section3::after, #section5::after,
#section3-t::after, #section5-t::after,
#section3-d::after, #section5-d::after{
	transform-origin: right bottom;
	transform: skewY(-3deg);
}
.sectionInner{
  height: auto;
  display: block;
  overflow: hidden;
  padding: 80px 80px;
}

.mt-section{
  margin-top: 20rem;
  text-align: center;
}

@media only screen and (max-width: 776px) {
  .sectionInner {
      padding: 20px 10px;
  }
  .mt-section{
    margin-top: 15rem;
  }
}

/* Services  */

.square-container{
  width:300px;
  margin: 0 auto;
}

.square-service
{
  position:relative;
  width:300px;
  height:300px;
  /*background:#e9e9e9;
  */padding:10px;
  /*Assigntheperspectivetoenable3dTransform*/perspective:600px;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  margin: 0 auto;
}

.square-service .square-front
{
  position:absolute;
  top:0;
  left:0;
  z-index:9;  
  /* Assign The 3D Transform */
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  text-align:center;
    
  /* Transition Effect */
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}
/* .flipping class for flip effect using jquery */

.square-front h4 {
  /* position:absolute; */
  color: white;
  /* top: 4rem;
  padding: 1rem; */
  font-weight: bold;
  top: 4rem;
  position:absolute;
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
  padding: 0 2rem;
}

.square-front .front-btn {
  bottom: 2rem;
  position:absolute;
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
  width: 5rem;
  border: 1px solid white;
}

@media only screen and (min-width: 992px) {
.square-service.flipping .square-front
{
  z-index:9;
  -webkit-transform:rotateX(180deg);
  -moz-transform:rotateX(180deg);
}
.square-service .square-back-red
{
  border: 4px solid #ff0000ff;
}
.square-service .square-back-blue
{
  border: 4px solid #37008bff;
}
.square-service .square-back-green {
  border: 4px solid rgb(13, 153, 125);
}
.square-service .square-back
{
  position:absolute;
  width:300px;
  height:300px;
  overflow:hidden;
  text-align:center;
  z-index:8;
  /* Assign The 3D Transform */
  -webkit-transform:rotateX(-180deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform:rotateX(-180deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  
  /* Transition Effect */
  transition:all .2s ease-in-out;
  -webkit-transition:all .2s ease-in-out;
  -moz-transition:all .2s ease-in-out;
  -o-transition:all .2s ease-in-out;
}
  .square-service.flipping .square-back
{
  z-index:10;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform:rotateX(0deg) rotateY(0deg);
}
.square-back .btn {
  top: 5rem;
  position:absolute;
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
  width: 5rem;
}
.square-back .btn a {
  text-decoration: none;
  color: white;
}
.square-back .btn a {
  text-decoration: none;
  color: white;
}
.square-back-red .btn:hover > a {
  color: #ff0000ff;
}
}

/*JOBS*/

.jobs-header {
  height: 100vh;
  background: linear-gradient(to right, rgba(28, 181, 224, 0.6), rgba(0, 0, 70, 0.6)), url("../img/mv.png") no-repeat center center / cover;
  color: white;
  overflow: hidden;
  z-index: 2;
}

/*CONTRACT ROLES*/
.jobs-header2 {
  height: 100vh;
  background: linear-gradient(to right, rgba(28, 181, 224, 0.6), rgba(0, 0, 70, 0.6)), url("../img/team17.jpg") no-repeat center center / cover;
  color: white;
  overflow: hidden;
  z-index: 2;
}

.jobs-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.jobs-header h1, .jobs-header h3 {
  z-index: 5;
}

.jobs-section {
  margin: 5rem auto 0 auto;
}

.jobs-section-contract {
  margin: 5rem auto 0 auto;
}

.jobs-section-perks {
  margin: 10rem auto 5rem auto;
}

.icon {
  float: left;
  font-size: 400%;
  width: 6rem;
  height: auto;
  padding: 1rem 3rem 15rem 0;
  color: #37008bff;
}

.icon-2 {
  color: #AC3DFA;
}

.icon-3 {
  color: #E73C25;
}

.icon-4 {
  color: #5A9F34;
}

.icon-5 {
  color: #EB5E28;
}

.icon-6 {
  color: #FFA630;
}

.jobs-carousel {
  padding: 5rem 10rem;
  margin: 0 auto;
}

.jobs-carousel-container {
  background: rgba(185, 185, 185, 0.2);
}

#slider {
  height: 350px;
  overflow: hidden;
  width: 100%;
}

.carousel-indicators li {
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-color: #37008bff;
}

.carousel-indicators {
  bottom: -5rem;
}

.carousel-control-next, .carousel-control-prev {
  position: absolute;
}

.carousel-control-next {
  right: -15rem;
}

.carousel-control-prev {
  left: -15rem;
}

.carousel-control-next-icon:after {
  content: '>';
  font-size: 55px;
  color: #37008bff;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 55px;
  color: #37008bff;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  background-image: none;
}

.team-card {
  perspective: 150rem;
  -moz-perspective: 150rem;
  position: relative;
  height: 200px;
  width: 200px;
}

.side {
  transition: all 0.8s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  backface-visibility: hidden;
  box-shadow: 0 1.5rem 4rem rgba(black);
}

.team-card img {
  border-radius: 100%;
}

.img-h {
    height: 200px!important;
}

.img-w {
  width: 200px!important;
}

.team-card {
  margin: 0 auto;
}

.team-card:hover .back {
  transform: rotateY(0);
}

.team-card:hover .front {
  transform: rotateY(-180deg);
}

.back {
  border-radius: 100%;
  transform: rotateY(180deg);
  text-align: center;
  background: linear-gradient(to right, rgba(28, 181, 224, 0.8), rgba(0, 0, 70, 0.8));
  color: white;
  height: 200px;
  width: 200px;
  padding: 2rem;
  position: relative;
}

.team-member {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.job-title {
  font-size: 95%;
  line-height: 1rem;
}

.team-col {
  margin-bottom: 2rem;
}

.team-text {
  text-align: center;
  padding-bottom: 4rem;
}
/*
.team-section {
  background: url("../img/pattern.png") no-repeat center center / cover;
} */
/*MEDIA QUERIES JOBS*/

@media only screen and (max-width: 1554px) {
  .back {
    padding-top: 4rem !important;
  }
  .back p {
    font-size: 110%;
  }
}

@media only screen and (max-width: 1192px) {
  .jobs-section-perks {
    margin: 5rem auto 0 auto;
  }
  .jobs-carousel {
    padding: 5rem;
  }
  .carousel-control-prev, .carousel-control-next {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .icon {
    padding-bottom: 5rem;
  }
  .team-section {
    display: none;
  }
  .btn-container {
    display: block;
  }
}

@media only screen and (max-width: 776px) {
  .jobs-section-perks {
    margin: 5rem auto 0 auto;
  }
}

@media only screen and (max-width: 600px) {
  .jobs-section-perks {
    margin: 10rem auto 0 auto;
  }
  #perms {
    padding-top: 2rem;
  }
  .icon {
    padding-bottom: 8rem;
  }
  .btn-container {
    padding-top: 2rem !important;
  }
}

@media only screen and (max-width: 500px) {
  .icon {
    padding-bottom: 10rem;
  }
}

@media only screen and (max-width: 400px) {
  .icon {
    padding-bottom: 8rem;
  }
}
