/* ------------------------------------------------------------------ */
:root {
  --primary-color: #60237c;
  --primary-gradient: linear-gradient(#60237c 50%, #4d1668);
}

.swiper {
  width: 98.8vw;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

@media screen and (min-width: 778px) {
  .muted-text-employee {
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #cbcbcb;
  }
}

@media screen and (max-width: 777px) {
  .muted-text-employee {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #cbcbcb;
  }
}

.sec-title {
  margin-top: 10px;
  font-size: 18px;
  color: rgb(0, 0, 0);
  line-height: 1;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  visibility: visible;
  animation-name: fadeInUp;
}

.sec-subtitle {
  margin-top: 8px;
  font-size: 15px;
  color: rgb(0, 0, 0);
  line-height: 1;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  visibility: visible;
  animation-name: fadeInUp;
}

.heli-typed-words {
  text-align: center;
  color: #444444;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  max-width: 780px;
  margin: 0 auto;
}

.anim-title div {
  color: #209ce2;
  text-align: center;
  margin: auto;
  display: block;
  font-size: 24px;
}

.inspire-icons {
  margin: auto;
  display: block;
}

.muted-text {
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  line-height: 101px;
  text-align: center;
  text-transform: uppercase;
  color: #cbcbcb;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .muted-text {
    font-size: 50px;
    line-height: 1;
  }
}

@media screen and (max-width: 600px) {
  .muted-text {
    font-size: 30px;
    line-height: 1;
  }
}


.counterbg {
  background-image: url("/img/counterbg.jpg");
}

.counterbg h2 {
  color: white;
  font-size: 56px;
  font-weight: 700;
  text-align: center;
}

.counterbg p {
  color: white;
  text-align: center;
  font-size: 12px;
  font-weight: 100;
  line-height: 24px;
}

.counterbg .col-lg-4,
.col-lg-2 {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.blog-bg {
  background-image: url("/img/blog-bg.jpg");
  height: 100vh;
  background-repeat: no-repeat;
}

.muted-text-left {
  font-style: normal;
  font-weight: 700;
  font-size: 70px;
  line-height: 101px;
  text-align: left;
  text-transform: uppercase;
  color: #eeeeee;
}

.sub-heading {
  font-size: 16px;
  color: rgb(0, 0, 0);
  line-height: 1;
  text-align: left;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.8em;
  visibility: visible;
  animation-name: fadeInUp;
}

.content-ui {
  color: black;
  text-align: left;
  font-size: 18px;
  font-weight: 100;
  line-height: 24px;
}

.bg-color1,
.card {
  border: none !important;
  background: transparent !important;
}

.post-content-box {
  background-color: #f7f7f7 !important;
  height: 140px;
}

.blog-img {
  width: 100%;
}

.white-para {
  color: white;
  text-align: center;
  font-size: 12px;
  font-weight: 100;
  line-height: 24px;
}

.text-white {
  color: white;
  text-align: left;
  font-size: 12px;
  font-weight: 100;
  line-height: 24px;
}

.about-bg {
  background-image: url("/img/corporate-banner.jpg");
  height: 400px;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-title {
  font-weight: 700;
  font-size: 5vw;
  text-align: center;
  text-transform: uppercase;
}

.section-dark-title {
  font-weight: 700;
  font-size: 36px;
  text-transform: uppercase;
  color: black;
}

.section-dark-para {
  max-width: 90%;
  font-weight: 100;
  font-size: 16px;
  line-height: 32px;
  color: #000000;
}

/* Teams Section */
image {
  z-index: -1 !important;
}

.social-links li {
  list-style-type: none;
  display: inline;
  padding: 0 10px;
}

.partners-grid {
  background-color: #eeeeee;
  text-align: center;
  width: 300px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 5px solid #fff;
}

/* Content CSS */
.content-bg {
  height: 400px;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.content-title {
  font-style: normal;
  font-weight: 700;
  font-size: 70px;
  line-height: 101px;
  text-transform: uppercase;
  color: #eeeeee;
}

.content-sub-heading {
  font-size: 16px;
  color: rgb(0, 0, 0);
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  visibility: visible;
  animation-name: fadeInUp;
  letter-spacing: 0.5em;
}

/* Contact CSS */
.contact-bg {
  background: white;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}

.contact p {
  font-size: 34px;
  font-weight: 400;
}

.contact-icons {
  margin-right: 10px;
}

.contact-form {
  background: #eeeeee;
}

.contact-form input {
  margin-bottom: 10px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
}

.contact-form button {
  background: var(--primary-color);
  border-radius: 45px;
  border: 1px solid var(--primary-color);
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 12px;
  padding: 10px 10px;
}

.map-bg {
  background-image: url("/img/map.jpg");
  background-size: cover;
}

.social-links img {
  padding: 3px;
  margin: auto;
  margin-right: 20px;
  text-align: center;
}

.social-links {
  display: block;
  text-align: center;
}

.img-text {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.photo,
.content {
  top: 0;
  display: table-cell;
  vertical-align: middle;
}

.photo {
  width: 40%;
}

.photo img {
  max-width: 100%;
  height: auto;
}

.content {
  width: 60%;
  padding: 2rem;
}

.inspire-text-title {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  visibility: visible;
  /* animation-name: fadeInUp; */

  width: auto;
  /* height: 101px; */
  font-style: normal;
  font-weight: 600;
  text-align: center !important;
  /* identical to box height */
}

@media screen and (min-width: 601px) {
  .inspire-text-title {
    font-size: 4vw;
  }
}

@media screen and (max-width: 600px) {
  .inspire-text-title {
    font-size: 6vw;
  }
}

.inspire-sec-title {
  color: rgb(0, 0, 0);
  line-height: 1;
  font-weight: 340;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  /* visibility: visible; 
  animation-name: fadeInUp;  */
  /* Content 2 */
  font-style: normal;
  font-size: 22px;
  line-height: 2em;
  /* or 156% */
  text-align: center;
  color: #000000;
}

@media screen and (min-width: 801px) {
  .inspire-sec-title {
    font-size: 1.3vw;
  }
}

@media screen and (max-width: 800px) {
  .inspire-sec-title {
    font-size: 2vw;
  }
}

.black-container {
  background-color: #000000;
  color: white;
  font-weight: 254;
  line-height: 2rem;
}

.horizontal-card-h2 {
  width: 293px;
  /* height: 55px; */

  /* H2 */
  font-style: normal;
  font-weight: 600;
  font-size: 44px;
  line-height: 55px;
  /* identical to box height, or 98% */

  text-transform: uppercase;

  color: #ffffff;

  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}

.image-grid-caption-small {
  font-weight: 570;
  font-size: 18px;
  width: 90%;
  margin: auto;
}

.image-grid-caption-medium {
  font-weight: 570;
  font-size: 25px;
  width: 90%;
  margin: auto;
}

.image-grid-caption-large {
  font-weight: 570;
  font-size: 40px;
  width: 90%;
  margin: auto;
}

@media screen and (min-width: 901px) {
  .image-grid-caption-large {
    font-size: 40px;
  }
}

@media screen and (max-width: 900px) {
  .image-grid-caption-large {
    font-size: 30px;
  }
}

.icon-arrows {
  display: inline-block;
  visibility: hidden;
  margin-left: -18px;
  transition: 0.4s;
  content: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%0D%3C!--%20Generator%3A%20Adobe%20Fireworks%20CS6%2C%20Export%20SVG%20Extension%20by%20Aaron%20Beall%20(http%3A%2F%2Ffireworks.abeall.com)%20.%20Version%3A%200.6.1%20%20--%3E%0D%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%3Csvg%20id%3D%22Untitled-Page%25201%22%20viewBox%3D%220%200%2018%208%22%20style%3D%22background-color%3A%23ffffff00%22%20version%3D%221.1%22%0D%09xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xml%3Aspace%3D%22preserve%22%0D%09x%3D%220px%22%20y%3D%220px%22%20width%3D%2218px%22%20height%3D%228px%22%0D%3E%0D%09%3Cg%3E%0D%09%09%3Cpath%20id%3D%22Line%22%20d%3D%22M%201%204%20L%2016%204%20%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%221%22%20fill%3D%22none%22%2F%3E%0D%09%09%3Cpath%20d%3D%22M%2014%207%20L%2017%204%20L%2014.3333%201.3333%20%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%221%22%20fill%3D%22none%22%2F%3E%0D%09%3C%2Fg%3E%0D%3C%2Fsvg%3E");
  opacity: 1;
  /* transition: 0.4s; */
  transition-property: transform;
}

.anim-button-text {
  transition: 0.4s;
  transition-property: transform;
}

.anim-button {
  transition: 0.4s;
  transition-property: transform;
}

.anim-button:hover .icon-arrows {
  visibility: visible;
  transform: translateX(20px);
}

.anim-button:hover .anim-button-text {
  transform: translateX(-9px);
}

.text-title-s1 {
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  text-align: center;
  text-transform: uppercase;
  color: #eee;
}

@media screen and (min-width: 601px) {
  .text-title-s1 {
    font-size: 80px;
  }
}

@media screen and (max-width: 600px) {
  .text-title-s1 {
    font-size: 50px;
  }
}

.text-title-s2 {
  left: 367px;
  margin-top: 36px !important;
  font-style: normal;
  font-weight: 700;
  font-size: 70px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}

@media screen and (min-width: 601px) {
  .text-title-s2 {
    font-size: 80px;
  }
}

@media screen and (max-width: 600px) {
  .text-title-s2 {
    font-size: 50px;
  }
}

.text-title-s4 {
  padding: 1rem;
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #cbcbcb;
}

@media screen and (min-width: 600px) and (max-width: 900px) {
  .text-title-s4 {
    font-size: 40px;
  }
}

@media screen and (max-width: 600px) {
  .text-title-s4 {
    font-size: 30px;
  }
}

.modal-content img {
  width: 100%;
  height: auto;
  filter: none;
  -webkit-filter: none;
}

.modal-fade {
  transform: scale(0.9);
  opacity: 0;
  transition: all .4s linear;

}

.modal-fade.show {
  opacity: 1;
  transform: scale(1);
}

.modal-close-btn {
  float: right;
  border: none;
  background: none;
  font-size: 20px;
  margin: auto;
}