:root {
  --nav-link: 1rem;
  --header-title: 2.5rem;
  --internal-title: 3.1rem;
  --know-more: 1.375rem;
  --title: 3.525rem;
  --paragraph: 1.375rem;
  --work-title: 2.75rem;
  --card-title: 3rem;
  --card-paragraph: 1rem;
  --category-title: 2.5rem;
  --icon-title: 1.5rem;
  --blue: #2e338a;
  --green: #268042;
}

.z-2 {
  position: relative;
  z-index: 2;
}

.navbar {
  z-index: 10;
}
.navbar-collapse {
  justify-content: center;
}
.navbar-collapse .navbar-nav {
  width: 35%;
  justify-content: space-evenly;
}
.navbar-collapse .ms-auto {
  margin-inline-start: 0 !important;
}
.navbar-collapse .me-auto {
  margin-inline-end: 0 !important;
}
.navbar-collapse .navbar-nav .me-4 {
  margin-inline-end: 0 !important;
}
.navbar .navbar-brand {
  text-align: center;
  margin-inline: 3rem !important;
}
.navbar .navbar-brand img {
  width: 100%;
}

.navbar .nav-link {
  font-family: "Roboto";
  font-weight: 400;
  font-size: var(--nav-link);
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.navbar .nav-link:focus {
  color: var(--green);
}
.navbar .nav-link:hover {
  color: var(--green);
}
.internal-nav .navbar-nav .nav-item .nav-link:focus {
  color: var(--blue);
}
.internal-nav .navbar-nav .nav-item .nav-link:hover {
  color: var(--blue);
}

.navbar .nav-item {
  list-style: none !important;
}

.video-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 50vw;
  overflow: hidden;
}
.video-container video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%;
  min-height: 100%;
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header-content {
  transform: translate(-50%, calc(-50% + 35px));
  width: 52.5%;
}
.header-content h1 {
  font-family: "Montserrat";
  font-weight: 900;
  font-size: var(--header-title);
  line-height: 54px;
  text-transform: uppercase;
  margin-bottom: 0.4em;
}

.know-more-btn {
  background-color: var(--blue);
  border-radius: 50px;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: var(--know-more);
  line-height: 20px;
  transition: all 0.3s ease-in-out;
}
.know-more-btn:hover {
  background-color: var(--green);
}

.know-more {
  border-radius: 50px;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: var(--know-more);
  line-height: 20px;
}
.know-more span {
  color: var(--blue);
  transition: all 0.3s ease-in-out;
}
.know-more i {
  background-color: var(--blue);
  border-radius: 50%;
  font-size: 18px;
  padding: 0.2rem 0.3rem;
  transition: all 0.3s ease-in-out;
}
.know-more:hover span {
  color: var(--green);
}
.know-more:hover i {
  background-color: var(--green);
}

.overlay {
  background-color: black;
  opacity: 0.5;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.section {
  padding: 4rem 8rem;
}
.section h1 {
  font-family: "Montserrat";
  font-weight: 900;
  font-size: var(--title);
  text-transform: uppercase;
  color: var(--green);
  margin-top: 0.6em;
  margin-bottom: 0.6em;
  text-align: center !important;
}
.section .img-container {
  width: 50%;
}
.section .text-container {
  width: 50%;
  color: #000;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: var(--paragraph);
  line-height: 32px;
}
.section .text-container p {
  color: #000;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: var(--paragraph);
  line-height: 32px;
}
.section .gallery img {
  border-radius: 50px;
  width: 31.5%;
  margin-bottom: 2rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  transform: scale(1);
}
.section .gallery img:hover {
  transform: scale(1.05);
}
.section .location h2 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 1px;
  color: #32373c;
  margin-bottom: 2rem;
}
.section .location ul {
  padding: 0;
}
.section .location ul li {
  display: flex;
  margin-bottom: 1.5rem;
}
.section .location ul li i {
  font-size: 1.85rem !important;
  color: #2e338a !important;
  margin-inline-end: 0.5rem;
}
.section .location ul li span {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: var(--paragraph);
  color: #555555;
}

.animation-section {
  height: 650px;
}
.animation-section .clip-animation {
  background-size: cover;
  /* Make image to at least 100% wide and tall */
  min-width: 100%;
  min-height: 100%;
  /* Setting width & height to auto prevents the browser from stretching or squishing the image */
  width: auto;
  height: auto;
}
.animation-section .animation-content {
  top: 0;
  height: 100%;
  z-index: 1;
  width: 62.5%;
}
.animation-section .animation-content h2 {
  position: relative;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  font-size: 4.7rem;
  line-height: 82px;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 2.5rem;
  transition: all 0.75s ease-in-out;
  top: 50%;
  transform: translate(0%, -50%);
}
.animation-section .animation-content p {
  visibility: hidden;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: var(--paragraph);
  line-height: 32px;
  color: #000000;
  margin-bottom: 2.5rem;
  transition: all 0.75s ease-in-out;
  -webkit-animation: fade-out 0.5s ease-out both;
  animation: fade-out 0.5s ease-out both;
}
.animation-section .animation-content a {
  visibility: hidden;
  transition: all 0.75s ease-in-out !important;
  -webkit-animation: fade-out 0.5s ease-out both;
  animation: fade-out 0.5s ease-out both;
}
.animation-section:nth-child(even) .animation-content {
  left: 5%;
}
.animation-section:nth-child(even):hover .clip-animation {
  clip-path: circle(22.5% at 87.5% 50%);
}
.animation-section:nth-child(even):hover .animation-content h2 {
  color: var(--green);
  top: 5%;
  transform: translate(0%, 0%);
}
.animation-section:nth-child(even):hover .animation-content p {
  visibility: visible;
  -webkit-animation: fade-in 0.75s ease-out both;
  animation: fade-in 0.75s ease-out both;
}
.animation-section:nth-child(even):hover .animation-content a {
  visibility: visible;
  -webkit-animation: fade-in 0.75s ease-out both;
  animation: fade-in 0.75s ease-out both;
}
.animation-section:nth-child(odd) .animation-content {
  left: 32.5%;
}
.animation-section:nth-child(odd) .animation-content p {
  text-align: right;
}
.animation-section:nth-child(odd) .animation-content h2 {
  text-align: right;
}
.animation-section:nth-child(odd):hover .clip-animation {
  clip-path: circle(22.5% at 12.5% 50%);
}
.animation-section:nth-child(odd):hover .animation-content h2 {
  color: var(--green);
  top: 5%;
  transform: translate(0%, 0%);
}
.animation-section:nth-child(odd):hover .animation-content p {
  visibility: visible;
  -webkit-animation: fade-in 1.25s ease-out both;
  animation: fade-in 1.25s ease-out both;
}
.animation-section:nth-child(odd):hover .animation-content a {
  visibility: visible;
  -webkit-animation: fade-in 1.25s ease-out both;
  animation: fade-in 1.25s ease-out both;
}

.clip-animation {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all 0.75s ease-in-out;
  clip-path: circle(100% at 50% 50%);
  transition-delay: 0.1s;
}

.companies-section {
  padding: 0;
}
.companies-section .companies {
  padding: 4rem 15rem;
  background-color: var(--green);
}
.companies-section .companies a {
  margin-bottom: 1.5rem;
  width: 22.5%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  transform: scale(1);
}
.companies-section .companies a:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

footer .form {
  padding: 1rem 8rem;
  background-color: var(--blue);
}
footer .form p {
  padding-top: 0.3rem;
  margin-bottom: 0;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 1.1rem;
  letter-spacing: 1px;
}
footer .form form {
  width: 40%;
}
footer .form form .form-group {
  width: 65%;
}
footer .form input {
  background-color: var(--blue);
  border: 1px solid white;
  border-radius: 0;
  font-size: 22px;
  height: 100%;
  width: 100%;
}
footer .form button {
  width: 35%;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: var(--paragraph);
  line-height: 30px;
  letter-spacing: 1px;
  color: #2e338a;
  background-color: white;
  border-radius: 0;
  margin-inline-start: 0.2rem;
  transition: all 0.3s ease-in-out;
  border: none;
}
footer .form button:hover {
  background-color: var(--green);
}
footer .form button:focus {
  background-color: var(--green);
  box-shadow: none;
}
footer .menu {
  padding: 2rem 8rem;
  background-color: #32373c;
}
footer .menu h3 {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: var(--nav-link);
  line-height: 22px;
  text-transform: capitalize;
  color: #ffffff;
}
footer .menu li {
  margin-bottom: 0.5rem;
}
footer .rights {
  padding: 1rem 8rem;
  background-color: #282d32;
}
footer .rights span {
  font-family: "roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  color: #969ba0;
}
footer .rights ul {
  margin-bottom: 0;
}
footer .rights ul li {
  margin-inline-end: 0.5rem;
}
footer li {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1rem;
  color: #ffffff;
  display: flex;
  align-items: center;
}

/* INTERNAL PAGES */
.internal-nav .navbar-nav .nav-item .nav-link {
  color: var(--green);
}
.w-title {
  width: 55%;
}
.internal-header {
  width: 100%;
  height: 42vw;
  overflow: hidden;
  background-repeat: no-repeat;
  /* center the image */
  background-position: center;
  /* makes the image fit the container */
  background-size: cover;
  margin-bottom: -15rem;
}
.internal-header.justify-content-end {
  width: 100%;
  height: 50vw;
  overflow: hidden;
  background-repeat: no-repeat;
  /* center the image */
  background-position: center;
  /* makes the image fit the container */
  background-size: cover;
  padding-top: 150px;
  margin-bottom: 0rem;
}
.internal-header h1 {
  font-family: "Montserrat";
  font-weight: 900;
  font-size: var(--internal-title);
  text-transform: uppercase;
  color: #268042;
}
.internal-header .text-container span {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 31px;
  line-height: 32px;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #32373c;
  margin-top: 0.4rem;
}
.internal-header p {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: var(--paragraph);
  line-height: 35px;
  text-align: justify;
  color: #000000;
  width: 85%;
}
.icons-section {
  padding: 4rem 5rem 6rem 5rem;
}
.image-border {
  width: 134px;
  height: 134px;
  border: 4px solid var(--blue);
  border-radius: 50%;
  /* padding: 2rem 5rem; */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
}
.animation-icon img {
  position: relative;
  object-fit: contain;
  cursor: pointer;
  height: 85px;
  animation: darken 0.1s ease-in-out;
  z-index: 2;
}
.animation-icon p {
  width: 100%;
  position: absolute;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: var(--icon-title);
  text-transform: uppercase;
  color: #2d338c;
  top: 85%;
  left: 50%;
  transform: translate(-50%, 0%);
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.image-border:hover {
  background-color: var(--blue);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.image-border:hover img {
  -webkit-filter: brightness(0) invert(1); /* Safari 6.0 - 9.0 */
  animation: whiten 0.1s ease-in-out;
}
.animation-icon .image-border:hover ~ p {
  opacity: 1;
  top: 105%;
}
.cards-section {
  padding: 4rem 3.5rem;
}
.animation-card {
  background: var(--green);
  margin-bottom: 1em;
  padding-bottom: 2rem;
}
.animation-card:nth-child(2) {
  border-inline: 1em solid white;
}
.animation-card:nth-child(5) {
  border-inline: 1em solid white;
}
.animation-card .animation-content {
  width: 100%;
  transition: all 0.4s ease-in-out;
  height: 110%;
}
.animation-card h2 {
  position: relative;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  font-size: var(--header-title);
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  transition: all 0.4s ease-in-out;
  top: 50%;
  transform: translateY(-50%);
}
section.cards-section.row.mx-0 h2 {
  font-size: 50px;
}
.animation-card p {
  font-size: var(--card-paragraph);
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 23px;
  color: #000000;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.animation-card:hover {
  background: #f2f2f2;
}
.animation-card:hover h2 {
  color: var(--green);
  top: 5%;
  transform: translateY(0%);
}
.animation-card:hover p {
  opacity: 1;
  transform: translateY(10%);
}
.internal.section {
  padding: 4rem 10rem;
}
.internal.section .img-container {
  width: 37.5%;
  display: flex;
  align-items: center;
}
.internal.section .text-container {
  width: 62.5%;
}
.internal.section .text-container h1 {
  text-align: left !important;
  margin-bottom: 1rem;
}
.navs-section {
  width: 100%;
  min-height: 800px;
  /* overflow: hidden; */
  background-repeat: no-repeat;
  /* center the image */
  background-position: bottom;
  /* makes the image fit the container */
  background-size: contain;
  /* margin-bottom: -20rem; */
}
.navs-section .navs-container {
  background: linear-gradient(180deg, #f2f2f2 0%, rgba(242, 242, 242, 0) 100%);
  padding-top: 4rem;
  padding-inline: 4rem;
  padding-bottom: 3rem;
  margin-inline: 6rem;
}
.navs-section .navs-container .nav-tabs {
  border: none;
}
.navs-section .navs-container .nav-tabs .nav-item {
  width: 50%;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  font-size: var(--header-title);
  line-height: 72px;
  text-align: center;
  text-transform: uppercase;
  /* background-color: var(--green); */
  color: rgba(38, 128, 66, 0.25);
  border: none;
  border-radius: 0;
  transition: all 0.4s ease-in-out;
  letter-spacing: 2px;
}
.navs-section .navs-container .nav-tabs .nav-item:hover {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(38, 128, 66, 0.25);
}
.navs-section #about-page .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: rgba(255, 255, 255, 1) !important;
  background-color: var(--green) !important;
}
.navs-section .navs-container p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: var(--card-paragraph);
  line-height: 23px;
  text-align: justify;
  color: #000000;
  padding-top: 2rem;
}
.navs-section .navs-container .tab-content .tab-pane div {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: var(--card-paragraph);
  line-height: 23px;
  text-align: justify;
  color: #000000;
  padding-top: 2rem;
}
.work-section {
  position: relative;
  padding: 4rem 6rem;
  z-index: 2;
}
.work-section .col-6 {
  margin-bottom: 3rem;
  width: 48.5%;
}
.work-section img {
  object-fit: cover;
  height: 25vw;
  text-align: left !important;
}
.work-section h3 {
  font-family: "Montserrat";
  font-weight: 900;
  font-size: var(--work-title);
  line-height: 59px;
  color: #268042;
  text-transform: uppercase;
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: left;
  font-size: 40px;
}
.work-section p {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: var(--paragraph);
  line-height: 32px;
  color: #000000;
  margin-bottom: 1rem;
  text-align: left;
}
.internal-header + .companies-section .companies {
  background-color: white;
}
.internal-header + .companies-section .companies a {
  margin-bottom: 1.5rem;
  width: 27%;
}
.internal-header + .companies-section .companies img {
  width: 100%;
}
.internal-contact .location {
  background-color: #f0f0f0;
  border-inline-end: 2rem solid white;
  padding: 4rem 4rem;
}
.internal-contact .location li {
  align-items: center !important;
  margin-inline-start: 2rem;
}
.internal-contact .location ul li i {
  font-size: 2.5rem !important;
  padding-right: 0.5rem;
}
.internal-contact .form-control:focus {
  color: #282828;
  background-color: #f8f8f8;
  border-color: #e1e3e5;
  outline: 0;
  box-shadow: none;
}
.internal-contact form input {
  /* font-family: "Roboto" !important; */
  font-weight: 400;
  font-size: var(--paragraph) !important;
  line-height: 32px;
  color: #282828 !important;
  height: 3.5rem;
  background-color: #f8f8f8;
  border: 1px solid #e1e3e5;
}
.internal-contact form select {
  /* font-family: "Roboto" !important; */
  font-weight: 400;
  font-size: var(--paragraph) !important;
  line-height: 32px;
  color: #282828 !important;
  height: 3.5rem;
  padding-right: 12px;
  background-color: #f8f8f8;
  border: 1px solid #e1e3e5;
}
.internal-contact form select option {
  color: #282828 !important;
}
.internal-contact form textarea {
  /* font-family: "Roboto" !important; */
  font-weight: 400;
  font-size: var(--paragraph) !important;
  line-height: 32px;
  color: #282828 !important;
  background-color: #f8f8f8;
  border: 1px solid #e1e3e5;
}
.internal-contact form textarea::placeholder {
  color: #b7b7b7 !important;
}
.internal-contact form input::placeholder {
  color: #b7b7b7 !important;
}
.internal-contact form input:nth-child(1) {
  margin-inline-end: 1.5rem;
}
.internal-contact .form-group {
  margin-bottom: 1.5rem;
}
.internal-contact .btn {
  background-color: #359b09;
  border-radius: 2px;
  height: 3.5rem;
  /* font-family: "Roboto" !important; */
  font-weight: 700;
  font-size: var(--paragraph) !important;
  line-height: 32px;
  text-transform: capitalize;
  color: #ffffff !important;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0.5rem;
}
.internal-contact form span {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 12px;
  line-height: 25px;
  color: #555555;
}
.internal-contact form span a {
  text-decoration: none;
  color: var(--green);
}
.internal-contact .btn:hover {
  box-shadow: none;
  background-color: var(--blue);
}
.internal-contact .btn:focus {
  box-shadow: none;
  background-color: var(--blue);
}
.internal-category .col-12 img {
  width: 100%;
  height: 20vw;
  object-fit: cover;
}
.internal-category .row h2 {
  font-family: "Montserrat";
  font-weight: 900;
  font-size: var(--category-title);
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 0;
  padding-inline-end: 1.5rem;
  white-space: nowrap;
}
.internal-category .row hr {
  color: var(--green);
  height: 2px;
  margin: 0;
  opacity: 1;
  flex-grow: 1;
  margin-bottom: 0.8rem;
}
.internal-category .row p {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: var(--card-paragraph);
  color: #555555;
}
.internal-company p,
li {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: var(--paragraph);
  color: #555555;
  list-style: disc !important;
}
.internal-company p,
ul {
  margin-bottom: 3rem;
}
.internal-company h4 {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: var(--paragraph);
  color: #32373c !important;
}
.internal-company .title h5 {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: var(--paragraph);
  color: #268042 !important;
  margin-inline-end: 1.5rem;
}
.internal-company .title hr {
  color: var(--green) !important;
  height: 2px;
  margin: 0;
  opacity: 1;
  flex-grow: 1;
  margin-bottom: 0.8rem;
}
.internal-company .col-12 img {
  width: 18%;
  object-fit: contain;
  margin-inline-end: 2%;
  margin-bottom: 0.5rem;
}
.internal-company .col-12 img:nth-child(6),
img:nth-child(12) {
  margin-inline-end: 0% !important;
}

.internal-company iframe {
  height: 100%;
}
.internal-company .location ul li {
  margin-bottom: 2.5rem;
}
.opportunities .nav-item {
  list-style: none !important;
  width: 49%;
  text-align: center;
  height: 34vw;
}

.opportunities .nav-item a {
  transition: all 0.3s ease-in-out;
  background-color: #9dbca7;
  font-family: "Montserrat";
  font-weight: 900;
  font-size: var(--header-title) !important;
  line-height: 69px;
  text-transform: uppercase;
  color: #ffffff !important;
  border: none !important;
  padding-inline: 10%;
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 0;
}

.opportunities-tab .nav-link:hover {
  background-color: var(--green) !important;
}
.opportunities-tab .nav-link.active {
  background-color: var(--green) !important;
  color: white !important;
}

.opportunities .tab-content .tab-pane p {
  margin-top: 4rem;
}
.opportunities .tab-content .tab-pane form {
  margin-inline: 8rem;
  background-color: var(--green);
  padding: 4rem 8rem 8rem 5rem;
}
.opportunities .tab-content .tab-pane form h3 {
  /* font-family: "Roboto" !important; */
  font-weight: 400;
  font-size: var(--paragraph) !important;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff !important;
  margin-bottom: 5rem;
}
.opportunities .tab-content .tab-pane form h3 span {
  /* font-family: "Roboto" !important; */
  font-weight: 700;
  font-size: 3.125rem !important;
  line-height: 51px;
  color: #ffffff !important;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ffffff;
}
.opportunities .form-control {
  border-radius: 0;
}
.opportunities label {
  font-family: "Roboto";
  font-weight: 400;
  font-size: var(--paragraph);
  line-height: 32px;
  color: #282828 !important;
  height: 3.5rem;
  padding-right: 12px;
  background-color: #f8f8f8;
  border: 1px solid #e1e3e5;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 47px;
}

.opportunities .internal-contact form textarea::placeholder {
  color: #282828 !important;
}
.opportunities .internal-contact form input::placeholder {
  color: #282828 !important;
}

.opportunities .internal-contact .btn {
  background-color: var(--blue);
  width: 30%;
  border-radius: 47px;
}
@-webkit-keyframes whiten {
  0% {
    filter: brightness(0);
  }
  100% {
    opacity: invert(1);
  }
}
@keyframes whiten {
  0% {
    filter: brightness(0);
  }
  100% {
    opacity: invert(1);
  }
}
@-webkit-keyframes darken {
  0% {
    filter: brightness(1);
  }
  100% {
    opacity: invert(0);
  }
}
@keyframes darken {
  0% {
    filter: brightness(1);
  }
  100% {
    opacity: invert(0);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@media screen and (max-width: 1370px) {
  :root {
    --paragraph: 1.2rem;
  }
  .animation-section {
    height: 575px;
  }
  .animation-section .animation-content h2 {
    font-size: 4.15rem;
    line-height: 70px;
    text-align: left;
  }
  .animation-section .animation-content {
    width: 62.5%;
  }
  .animation-section:nth-child(even) .animation-content {
    left: 4%;
  }
  .animation-section:nth-child(odd) .animation-content {
    left: 33.5%;
  }
  .animation-section:nth-child(even):hover .clip-animation {
    clip-path: circle(25% at 87.5% 50%);
  }
  .animation-section:nth-child(odd):hover .clip-animation {
    clip-path: circle(25% at 12.5% 50%);
  }
  /* INTERNAL PAGES */
  .w-title {
    width: 64%;
  }
  .internal-header {
    margin-bottom: -10rem;
  }
  .animation-card h2 {
    font-size: 2.9rem;
  }
  .navs-section .navs-container .nav-tabs .nav-item {
    width: 50%;
    font-size: 2.9rem;
    line-height: 72px;
  }
  .internal.section {
    padding: 4rem 5rem;
  }
  .opportunities .nav-item a {
    font-size: 3rem;
    padding-inline: 5%;
  }
}
@media screen and (max-width: 1200px) {
  :root {
    --nav-link: 1rem;
    --header-title: 2.9rem;
    --internal-title: 3.8em;
    --know-more: 1.1rem;
    --title: 3.8rem;
    --paragraph: 1.1rem;
    --icon-title: 1.25rem;
    --card-paragraph: 0.8rem;
  }
  .header-content {
    width: 70%;
  }
  .navbar-collapse .navbar-nav {
    width: 40%;
    justify-content: space-evenly;
  }
  .header-content h1 {
    line-height: 45px;
    margin-bottom: 0.5em;
  }
  .section {
    padding: 4rem 2rem;
  }
  .section .text-container {
    line-height: 25px;
  }
  .section .text-container p {
    line-height: 25px;
  }
  .section .location iframe {
    height: 325px !important;
  }
  .animation-section {
    height: 420px;
  }
  .animation-section .clip-animation {
    background-size: 100% 100%;
    /* Make image to at least 100% wide and tall */
    min-width: 100%;
    min-height: 100%;
    /* Setting width & height to auto prevents the browser from stretching or squishing the image */
    width: auto;
    height: auto;
  }
  .animation-section .animation-content {
    width: 72%;
  }
  .animation-section .animation-content h2 {
    font-size: var(--title);
    margin-bottom: 1rem;
  }
  .animation-section .animation-content p {
    width: 85%;
    margin-bottom: 1rem;
    overflow: hidden;
  }
  .animation-section .animation-content a {
    width: 85%;
  }
  .animation-section:nth-child(even) .animation-content {
    left: 3.5%;
  }
  .animation-section:nth-child(odd) .animation-content {
    left: 23.5%;
    align-items: end;
  }
  .animation-section:nth-child(even):hover .clip-animation {
    clip-path: circle(22.5% at 87.5% 50%);
  }
  .animation-section:nth-child(odd):hover .clip-animation {
    clip-path: circle(22.5% at 12.5% 50%);
  }
  .companies-section {
    padding: 0 !important;
  }
  .companies-section .companies {
    padding: 2rem 2rem;
  }
  footer .form {
    padding: 1rem 2rem;
  }
  footer .form p {
    font-size: 1rem;
  }
  footer .form form .form-group {
    width: 65%;
  }
  footer .form button {
    width: 35%;
  }
  footer .menu {
    padding: 2rem 2rem;
  }
  footer .rights {
    padding: 1rem 2rem;
  }
  footer .rights span {
    font-size: 0.8rem;
  }
  footer li {
    font-size: 0.8rem;
  }
  /* INTERNAL PAGES */
  .w-title {
    width: 75%;
  }
  .animation-icon {
    margin-bottom: 5rem;
  }
  .internal-header.justify-content-end {
    background-position: top;
    padding-top: 180px;
  }
  .internal-header p {
    text-align: left;
    line-height: 30px;
    width: 95%;
  }
  .animation-card h2 {
    font-size: 2rem;
    line-height: 40px;
  }
  /* .image-border {
    width: 85%;
    padding: 0rem 1rem;
  } */
  /* .animation-icon img {
    width: 100%;
  } */
  .cards-section {
    padding: 4rem 3rem;
  }
  .animation-card:nth-child(5) {
    border-inline: 0.5em solid white;
  }
  .animation-card:nth-child(2) {
    border-inline: 0.5em solid white;
  }
  .navs-section .navs-container .nav-tabs .nav-item {
    width: 50%;
    font-size: 2rem;
  }
  .navs-section .navs-container {
    padding-top: 3rem;
    padding-inline: 2rem;
    padding-bottom: 3rem;
    margin-inline: 3rem;
  }
  .navs-section {
    height: 115vh;
    margin-bottom: -15rem;
  }
  .work-section {
    padding: 4rem 3rem;
  }
  .work-section h3 {
    font-size: var(--internal-title);
    line-height: 59px;
  }
  .internal-company p,
  ul {
    margin-bottom: 2rem;
  }
  .opportunities .nav-item a {
    font-size: 2.6rem;
    padding-inline: 2.5%;
  }
}
@media screen and (max-width: 991px) {
  :root {
    --nav-link: 1rem;
    --header-title: 2.2rem;
    --know-more: 1rem;
    --title: 3rem;
    --paragraph: 1rem;
    --internal-title: 3rem;
  }

  .navbar {
    transition: all 0.3s ease-in-out;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .navbar .navbar-brand {
    text-align: left;
    margin-inline: 0 !important;
  }
  .navbar .navbar-brand img {
    width: 55%;
  }
  .nav-link {
    padding-inline-start: 1rem;
  }
  .nav-link:focus {
    transform: scale(1);
  }
  .nav-link:hover {
    transform: scale(1);
  }
  .section {
    padding: 1rem 2rem;
  }
  .section h1 {
    margin-top: 0.3em;
  }
  .know-more i {
    font-size: 12px;
    padding: 0.25rem 0.3rem;
  }
  .animation-section {
    height: 350px;
  }
  .animation-section .animation-content h2 {
    line-height: 50px;
    margin-bottom: 0.5rem;
  }
  .animation-section .animation-content p {
    width: 90%;
    line-height: 20px;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }
  .animation-section .animation-content a {
    width: 90%;
  }
  .animation-section:nth-child(even) .animation-content {
    left: 1.5%;
  }
  .animation-section:nth-child(odd) .animation-content {
    left: 25.5%;
  }
  footer {
    margin-top: 2rem;
  }
  footer .form {
    padding: 1rem 2rem;
  }
  footer .form p {
    font-size: 0.9rem;
  }
  footer .form input {
    height: 80%;
  }
  footer .form button {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 20px;
    height: 80%;
  }
  footer .menu {
    padding: 1.5rem 2rem;
  }
  footer .menu img {
    width: 20%;
    margin-inline-end: 1em;
  }
  footer .rights {
    padding: 1rem 2rem;
  }
  footer .rights img {
    width: 25%;
  }
  footer .rights ul {
    width: 45%;
  }
  footer .rights span {
    font-size: 0.8rem;
  }
  footer li {
    font-size: 0.8rem;
  }
  /* INTERNAL PAGES */
  .w-title {
    width: 69%;
  }
  .internal-nav .navbar-nav .nav-item .nav-link {
    color: white;
  }
  .internal-header.justify-content-end {
    background-position: top;
    padding-top: 120px;
    height: 54vw;
  }
  .internal-header.justify-content-end .col-6 {
    padding-inline-start: 0;
  }
  .internal-header p {
    line-height: 25px;
    width: 100%;
  }
  .icons-section {
    padding: 2rem 5rem 0rem 5rem;
  }
  /* .image-border {
    width: 60%;
    padding: 1.5vw 10%;
    margin-bottom: 6rem;
  } */
  /* .animation-icon img {
    width: 80%;
    max-height: 95px;
  } */
  .animation-icon .image-border ~ p {
    opacity: 1;
    top: 105%;
  }
  .cards-section {
    padding: 3rem 2rem;
  }
  .animation-card:nth-child(5) {
    border-inline: 0em solid white;
  }
  .animation-card:nth-child(2) {
    border-inline: 0em solid white;
  }
  .animation-card:nth-child(odd) {
    border-inline-end: 1em solid white;
  }
  .navs-section .navs-container {
    padding-top: 2rem;
    padding-inline: 1rem;
    margin-inline: 1rem;
  }
  .navs-section .navs-container .nav-tabs .nav-item {
    width: 50%;
    font-size: 1.8rem;
  }
  .navs-section .navs-container p {
    font-size: var(--card-paragraph);
    line-height: 20px;
    padding-top: 1rem;
  }
  .navs-section .navs-container .tab-content .tab-pane div {
    font-size: var(--card-paragraph);
    line-height: 20px;
    padding-top: 1rem;
  }
  .internal-header {
    margin-bottom: -8rem;
  }
  .internal-header .w-50 {
    width: 90% !important;
  }
  .work-section {
    padding: 2rem 1rem;
  }
  .work-section h3 {
    font-size: var(--header-title);
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    line-height: 40px;
  }
  .work-section p {
    line-height: 25px;
  }
  .internal-contact .location {
    padding: 2rem 2rem;
  }
  .internal-category .row h2 {
    font-size: var(--header-title);
  }
  .internal-category {
    padding-top: 4rem !important;
  }
  .internal-company p,
  ul {
    margin-bottom: 1rem;
  }
  .opportunities .tab-content .tab-pane form {
    margin-inline: 4rem;
    background-color: var(--green);
    padding: 4rem 6rem 6rem 5rem;
  }
  .opportunities .tab-content .tab-pane p {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --nav-link: 1rem;
    --header-title: 1.75rem;
    --know-more: 0.9rem;
    --title: 2.2rem;
    --paragraph: 0.8rem;
    --internal-title: 2.8rem;
  }
  .navbar .navbar-brand img {
    width: 30%;
  }
  .header-content {
    width: 80%;
  }
  .header-content h1 {
    line-height: 30px;
    margin-bottom: 0.25em;
  }
  .section {
    padding: 1rem 1rem;
  }
  .section .img-container {
    width: 70%;
    align-self: center;
  }
  .section .text-container {
    width: 100%;
  }
  .section .gallery img {
    width: 48%;
    margin-bottom: 1rem;
  }
  .section .location {
    margin-right: 0;
  }
  .section .location h2 {
    font-size: 24px;
    margin-bottom: 1rem;
  }
  .section .location ul li i {
    font-size: 1.65rem !important;
  }
  .section .location iframe {
    height: 325px !important;
  }
  .animation-section {
    height: 250px;
  }
  .animation-section .animation-content {
    width: 70%;
  }
  .animation-section .animation-content h2 {
    line-height: 30px;
    margin-bottom: 0.5rem;
  }
  .animation-section .animation-content p {
    width: 90%;
    line-height: 15px;
    margin-bottom: 0.5rem;
  }
  .animation-section:nth-child(even) .animation-content {
    left: 1%;
  }
  .animation-section:nth-child(odd) .animation-content {
    left: 28.5%;
  }
  .companies-section .companies {
    padding: 2rem 1rem;
  }
  .companies-section .companies a {
    width: 30%;
  }
  footer .form {
    padding: 1rem 1rem;
  }
  footer .form p {
    font-size: 0.9rem;
    text-align: center;
    margin-bottom: 0.5rem;
  }
  footer .form form {
    width: 100%;
  }
  footer .form input {
    height: 100%;
  }
  footer .form button {
    line-height: 40px;
    height: 100%;
    font-size: 1rem;
  }
  footer .menu {
    padding: 1.5rem 1rem;
  }
  footer .menu img {
    width: 70%;
    margin-inline-end: 0em;
    margin-bottom: 1rem;
  }
  footer .menu div {
    width: 50%;
  }
  footer .rights {
    padding: 1rem 1rem;
    text-align: center;
  }
  footer .rights img {
    width: 25%;
  }
  footer .rights ul {
    width: 100%;
    padding: 0;
    justify-content: center;
    margin-top: 0.5rem;
  }
  footer .rights span {
    font-size: 0.8rem;
  }
  footer li {
    font-size: 0.8rem;
  }
  /* INTERNAL PAGES */
  .w-title {
    width: 80%;
  }
  .internal-header h1 {
    font-size: var(--header-title);
    text-transform: uppercase;
    color: #268042;
  }
  .internal-header.justify-content-end {
    padding-top: 60px;
    height: 50vw;
    background-image: url("https://mjk.ispdemos.com/assets/frontend/assets/internal-bg.jpg") !important;
  }
  .icons-section {
    padding: 2rem 1rem 0rem 1rem;
  }
  /* .image-border {
    width: 60%;
    padding: 0.25vw 10%;
    margin-bottom: 6rem;
  } */
  /* .animation-icon img {
    width: 80%;
    max-height: 95px;
  } */
  .internal.section {
    padding: 0rem 0.5rem 3rem 0.5rem;
  }
  .internal.section .text-container {
    width: 100%;
  }
  .cards-section {
    padding: 1rem 0.5rem 2rem 0.5rem;
  }
  .animation-card {
    min-height: 367px;
  }
 
  .navs-section .navs-container {
    padding-top: 1rem;
    padding-inline: 0.5rem;
    margin-inline: 0.2rem;
  }
  .navs-section .navs-container .nav-tabs .nav-item {
    width: 100%;
    font-size: var(--title);
    line-height: 52px;
  }
  .navs-section {
    height: auto;
    margin-bottom: 0rem;
  }
  .internal-header {
    margin-bottom: -6.5rem;
  }
  .internal-header .text-container span {
    font-size: 1rem;
    line-height: 16px;
    letter-spacing: 1px;
    margin-top: 0.2rem;
  }
  .work-section h3 {
    font-size: var(--header-title);
    line-height: 25px;
  }
  .internal-contact {
    padding-top: 4rem;
  }
  .internal-contact iframe {
    height: 300px;
  }
  .internal-contact .location {
    background-color: #f0f0f0;
    border-inline-end: 0rem solid white;
    margin-bottom: 1.5rem;
  }
  .internal-contact form input {
    line-height: 28px;
    height: 2.5rem;
  }
  .internal-contact form select {
    line-height: 28px;
    height: 2.5rem;
  }
  .internal-contact .btn {
    line-height: 15px;
    height: 2.5rem;
  }
  .internal-category .row h2 {
    white-space: wrap;
    padding-inline-end: 0.5rem;
  }
  .internal-company p:nth-child(1) {
    padding-top: 3rem;
  }
  .opportunities p:nth-child(1) {
    padding-top: 0rem;
  }
  .opportunities .tab-content .tab-pane form {
    margin-inline: 2rem;
    padding: 3rem 2rem 3rem 2rem;
  }
  .opportunities .tab-content .tab-pane p {
    margin-top: 0rem;
  }
  .opportunities .internal-contact {
    padding-top: 2rem;
  }
  .opportunities .nav-item a {
    font-size: 1.5rem;
    line-height: 40px;
  }
  .opportunities .tab-content .tab-pane form h3 {
    margin-bottom: 2rem;
  }
  .opportunities .tab-content .tab-pane form h3 span {
    font-size: 2rem !important;
  }
  .internal-contact .form-group {
    margin-bottom: 0rem;
  }
  .internal-contact .form-group .col-md-6 {
    margin-bottom: 1rem;
  }
  .internal-contact .form-group #job_type {
    margin-bottom: 1rem;
  }
  .internal-contact .form-group textarea {
    margin-bottom: 1rem;
  }
  .internal-contact .form-group label {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 480px) {
  :root {
    --nav-link: 1rem;
    --header-title: 1.1rem;
    --know-more: 0.8rem;
    --title: 1.5rem;
    --paragraph: 0.8rem;
    --icon-title: 1rem;
  }
  .navs-section{
    min-height: 0;
  }
  .animation-card:nth-child(odd) {
    border-inline-end: 0em solid white;
  }
  .navs-section .navs-container {
    /* background: linear-gradient(180deg, #f2f2f2 0%, rgb(255 255 255) 100%); */
  }
  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar .navbar-toggler {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar .navbar-brand img {
    width: 22.5%;
  }
  .header-content {
    transform: translate(-50%, calc(-70% + 35px));
    width: 75%;
  }
  .header-content h1 {
    line-height: 20px;
    margin-bottom: 0.15em;
  }
  .section {
    padding: 1rem 0.5rem;
  }
  .section .img-container {
    width: 70%;
    align-self: center;
  }
  .section .text-container {
    width: 100%;
    line-height: 18px;
  }
  .section .text-container p {
    line-height: 18px;
  }
  .section .location h2 {
    font-size: 18px;
    margin-bottom: 1rem;
  }
  .section .location iframe {
    height: 220px !important;
  }
  .animation-section {
    height: 175px;
  }
  .animation-section .clip-animation {
    background-size: cover;
  }
  .animation-section .animation-content {
    width: 70%;
  }
  .animation-section .animation-content h2 {
    line-height: 20px;
    margin-bottom: 0.5rem;
  }
  .animation-section .animation-content p {
    display: -webkit-box;
    width: 90%;
    margin-top: 0.1rem;
    margin-bottom: 0.5rem;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
  }
  .animation-section:nth-child(even) .clip-animation {
    background-position: right;
  }
  .animation-section:nth-child(odd) .clip-animation {
    background-position: left;
  }
  .animation-section:nth-child(even) .animation-content {
    left: 1%;
  }
  .animation-section:nth-child(odd) .animation-content {
    left: 28.5%;
  }
  .companies-section .companies {
    padding: 1.5rem 0.5rem;
  }
  .companies-section .companies a {
    width: 45%;
    margin-bottom: 0.5rem;
  }
  footer .menu div {
    width: 100%;
  }
  footer .rights img {
    width: 35%;
  }
  /* INTERNAL PAGES */
  .w-title {
    width: 70%;
  }
  .internal-header {
    margin-bottom: -3.5rem;
  }
  .internal-header.justify-content-end {
    align-items: start !important;
    height: auto;
  }
  .icons-section {
    padding: 0.5rem 1rem 0rem 1rem;
  }
  .icons-section {
    padding: 0.5rem 1rem 0rem 1rem;
  }
  .animation-icon {
    margin-bottom: 3.5rem;
  }
  /* .image-border {
    width: 77.5%;
    padding: 2vw 0%;
    margin-bottom: 5rem;
  } */
  /* .animation-icon img {
    width: 60%;
    max-height: 70px;
  } */
  .navs-section .navs-container {
    padding-top: 2rem;
    padding-inline: 0.5rem;
    margin-inline: 0rem;
  }
  .work-section .col-6 {
    margin-bottom: 3rem;
    width: 100%;
  }
  .work-section .col-6:nth-last-child(1) {
    margin-bottom: 0rem;
    width: 100%;
  }
  .internal-header + .companies-section .companies a {
    width: 42%;
  }
  .internal-contact iframe {
    height: 220px;
  }
  .internal-contact .location {
    padding: 1rem 1rem;
  }
  .internal-contact form input {
    line-height: 25px;
    height: 2rem;
  }
  .internal-contact form select {
    line-height: 25px;
    height: 2rem;
  }
  .internal-contact .btn {
    line-height: 15px;
    height: 2rem;
  }
  .internal-category {
    padding-top: 2rem !important;
  }
  .internal-category .row hr {
    display: none;
  }
  .internal-company p:nth-child(1) {
    padding-top: 1rem;
  }
  .opportunities p:nth-child(1) {
    padding-top: 0rem;
  }
  .internal-company .col-12 img {
    width: 32%;
    object-fit: cover;
    margin-inline-end: 1.5%;
  }
  .internal-company .col-12 img:nth-child(6),
  img:nth-child(12) {
    margin-inline-end: 1.5% !important;
  }
  .internal-company .col-12 img:nth-child(3n) {
    margin-inline-end: 0 !important;
  }
  .opportunities .tab-content .tab-pane form {
    margin-inline: 0rem;
    padding: 2rem 1rem 2rem 1rem;
  }
  .opportunities .nav-item a {
    font-size: 1.15rem;
    margin-inline: 1%;
    line-height: 30px;
  }
  header.internal-header.position-relative.row.justify-content-end.align-items-center.mx-0
    h1 {
    text-align: center;
    font-size: 2rem;
    margin-top: 0.5em;
  }
  .navs-section .navs-container .tab-content .tab-pane div {
    padding: 0 2em;
    padding-top: 1rem;
    text-align: start;
  }
  .navs-section {
    margin-bottom: -32px;
}
.navs-section .navs-container {
  padding-bottom: 6em;
}
}
.internal-company b {
  color: #555555;
}
