@font-face {
  font-family: 'Armin Grotesk - 900';
  src: url('../fonts/ArminGrotesk-Black.eot');
  src: url('../fonts/ArminGrotesk-Black.eot?#iefix') format('embedded-opentype'),
      url('../fonts/ArminGrotesk-Black.woff2') format('woff2'),
      url('../fonts/ArminGrotesk-Black.woff') format('woff'),
      url('../fonts/ArminGrotesk-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura';
  src: url('../fonts/Futura-75Bold.eot');
  src: url('../fonts/Futura-75Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Futura-75Bold.woff2') format('woff2'),
      url('../fonts/Futura-75Bold.woff') format('woff'),
      url('../fonts/Futura-75Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura';
  src: url('../fonts/Futura-45Light.eot');
  src: url('../fonts/Futura-45Light.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Futura-45Light.woff2') format('woff2'),
      url('../fonts/Futura-45Light.woff') format('woff'),
      url('../fonts/Futura-45Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura';
  src: url('../fonts/Futura-65Medium.eot');
  src: url('../fonts/Futura-65Medium.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Futura-65Medium.woff2') format('woff2'),
      url('../fonts/Futura-65Medium.woff') format('woff'),
      url('../fonts/Futura-65Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Armin Grotesk - 700';
  src: url('../fonts/ArminGrotesk-UltraBold.eot');
  src: url('../fonts/ArminGrotesk-UltraBold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/ArminGrotesk-UltraBold.woff2') format('woff2'),
      url('../fonts/ArminGrotesk-UltraBold.woff') format('woff'),
      url('../fonts/ArminGrotesk-UltraBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Armin Grotesk';
  src: url('../fonts/ArminGrotesk-Normal.eot');
  src: url('../fonts/ArminGrotesk-Normal.eot?#iefix') format('embedded-opentype'),
      url('../fonts/ArminGrotesk-Normal.woff2') format('woff2'),
      url('../fonts/ArminGrotesk-Normal.woff') format('woff'),
      url('../fonts/ArminGrotesk-Normal.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Armin Grotesk - 600';
  src: url('../fonts/ArminGrotesk-SemiBold.eot');
  src: url('../fonts/ArminGrotesk-SemiBold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/ArminGrotesk-SemiBold.woff2') format('woff2'),
      url('../fonts/ArminGrotesk-SemiBold.woff') format('woff'),
      url('../fonts/ArminGrotesk-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DIN';
  src: url('../fonts/DIN-Medium.eot');
  src: url('../fonts/DIN-Medium.eot?#iefix') format('embedded-opentype'),
      url('../fonts/DIN-Medium.woff2') format('woff2'),
      url('../fonts/DIN-Medium.woff') format('woff'),
      url('../fonts/DIN-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.ArminGrotesk-Bold {
  font-family: 'Armin Grotesk - 700';
}

.ArminGrotesk-Regular {
  font-family: 'Armin Grotesk';
}

.ArminGrotesk-Black {
  font-family: 'Armin Grotesk - 900';
}

.ArminGrotesk-Semibold {
  font-family: 'Armin Grotesk - 600';
}

body, html {
  max-width: 100vw;
  overflow-x: hidden;
}

body, html, * {
  margin: 0;
  padding: 0;
  font-family: 'Futura', sans-serif;
  font-weight: 300;
  scroll-behavior: smooth;
  box-shadow: border-box;
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 1.3;
}

nav {
  transition: transform 0.3s ease-in-out;
}

nav.hidden {
  transform: translateY(-100%);
}

/* HomePage  Styles*/

.homepage-main-container {
  -webkit-box-shadow: 14px 12px 8px -7px rgba(0, 0, 0, 0.47);
  -moz-box-shadow: 14px 12px 8px -7px rgba(0, 0, 0, 0.47);
  box-shadow: 14px 12px 8px -7px rgba(0, 0, 0, 0.47);
  border-bottom-right-radius: 50px;
}

.homepage-main-container-items {
  -webkit-box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.35);
}




/* About Teams*/

.profile-image {
  width: 10rem !important;
  height: auto;
  border-radius: 10px;
}

.clients-page-box-shadow {
  -webkit-box-shadow: 6px 5px 13px -4px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 6px 5px 13px -4px rgba(0, 0, 0, 0.45);
  box-shadow: 6px 5px 13px -4px rgba(0, 0, 0, 0.45);
}





.siteContent {
  width: 100%;
  padding-inline: 1.5rem;
  margin: 0 auto;
}

.siteSection {
  padding-block: 5rem;
}

.siteHeading {
  font-family: 'Armin Grotesk - 900';
  color: #2E308C;
  font-size: 2.2rem;
  line-height: 1.2;
}

.siteHeading_sub {
  font-family: 'Armin Grotesk - 900';
  color: #424242;
  font-size: 1.65rem;
  line-height: 1.2;
}

.siteHeading_sub_small {
  font-family: 'Armin Grotesk - 900';
  color: #424242;
  font-size: 1.2rem;
  line-height: 0.9;
}

.read-more-btn {
  font-size: 1rem;
  font-family: 'Armin Grotesk';
}

.read-more-btn span  {
  display: inline-block;
  margin-left: 1rem;
  line-height: 1em;
}

.showMore_btn span:first-child {
  margin: 0;
}

.read-more-btn span::after {
  position: absolute;
  content: "";
  z-index: -1;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  background: #2E308C;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
}

.showMore_btn span:first-child::after {
  display: none;
}

.moreContent {
  display: none;
}

.bannerCarousel.owl-carousel .owl-dot {
  position: relative;
  bottom: 80px;
}

.bannerCarousel.owl-theme .owl-dots .owl-dot span {
  border: 1px solid #090E5B;
  background: transparent;
  transition: all 0.3s ease-in-out;
}

.bannerCarousel.owl-theme .owl-dots .owl-dot.active span,
.bannerCarousel.owl-theme .owl-dots .owl-dot:hover span {
  background: #090E5B;
}

.siteCounters h3 {
  font-size: 3.3rem;
  line-height: 1;
  color: #2F2BC5;
}

.siteCounters p {
  font-size: 0.9rem;
  line-height: 1;
}

.productsSection::after {
  position: absolute;
  content: '';
  inset: 22% 0;
  z-index: -1;
  background: #F2F2F2;
}

.clientsCarousel img {
  -webkit-box-shadow: 6px 5px 13px -4px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 6px 5px 13px -4px rgba(0, 0, 0, 0.45);
  box-shadow: 6px 5px 13px -4px rgba(0, 0, 0, 0.45);
  border-bottom-right-radius: 2rem;
  border: 1px solid #e9e8e8;
}

.contactForm .inputWrap {
  width: 100%;
  flex-grow: 1;
}

.contactForm input {
  width: 100%;
  border: 1px solid #090E5B !important;
  border-radius: 0.25rem;
  font-family: 'Armin Grotesk';
  box-shadow: none !important;
  outline: none !important;
  font-size: 0.9rem;
  line-height: 1;
  height: 2.5rem;
}

.contactForm button {
  height: 2.5rem;
  box-shadow: none !important;
  outline: none !important;
  border: 1px solid #090E5B !important;
  border-radius: 0.25rem;
  font-family: 'Armin Grotesk';
  padding-inline: 2rem;
  line-height: 1;
}

.parsley-errors-list {
  list-style-type: none;
}

.parsley-errors-list li {
  font-size: 13px;
  color: #dc143c;
  font-weight: 500;
  margin-top: 5px;
}

.siteFooter a:hover {
  text-decoration: underline;
}

.siteFooter p {
  font-size: 0.85rem;
}

nav {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

nav a,
nav button {
  font-family: 'Armin Grotesk' !important;
  display: inline-block;
  font-size: 0.85rem !important;
}

nav #navbar-default > ul > li > a.active::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0rem;
  height: 2px;
  background: #090E5B;
  transform: translateY(-150%);
}

nav #navbar-default > ul > li > a {
  padding-bottom: 0.15em;
}

.animatedEle {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  border: 2px solid #555DF2;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateX(-65%) rotate(0deg);
  animation: rotateEle 8s linear infinite;
  z-index: -1;
}

.clients_ele {
  left: auto;
  right: 0;
  transform: translateX(65%) rotate(0deg);
  animation: rotateEle_right 8s linear infinite;
  bottom: 30%;
}

.animatedEle span {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 2px solid #B6B5EB;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(40%, 40%) rotate(0deg);
  animation: rotateEle_right_span 4s linear infinite;
}

.clients_ele span::after {
  position: absolute;
  content: "";
  top: -30%;
  left: -30%;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  border: 1px solid #555DF2;
}

@keyframes rotateEle_right_span {
  0% {
    transform: translate(40%, 40%) rotate(0deg);
  }
  100% {
    transform: translate(40%, 40%) rotate(360deg);
  }
}

.animatedEle2 {
  width: 10rem;
  height: 10rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) translateX(20%) rotate(0deg);
  z-index: -1;
}

.products-list .animatedEle2 {
  top: auto;
  bottom: 0;
  transform: translateY(-50%) translateX(20%) rotate(0deg);
}

.animatedEle2 .c1 {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  border: 1px solid #2E308C;
  border-radius: 50%;
  top: 30%;
  left: 30%;
  position: absolute;
  transform-origin: 5rem 5rem;
  animation: rotateC 8s linear infinite;
}

.animatedEle2 .c2 {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border: 3px solid #B6B5EB;
  border-radius: 50%;
  top: 25%;
  left: 25%;
  position: absolute;
  transform-origin: 2rem 2rem;
  animation: rotateC 8s linear infinite;
}

.animatedEle2 .c3 {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  border: 5px solid #B6B5EB;
  border-radius: 50%;
  top: 0%;
  right: 0%;
  position: absolute;
  transform-origin: -3rem -3rem;
  animation: rotateC 8s linear infinite;
}

/*---------- CLIENTS ---------------*/
.clientPageHead span {
  color: #2e308c;
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 1;
  z-index: 2;
  background: white;
  display: inline-block;
  padding: 0 0.5em;
}

.clientPageHead::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 50%;
  height: 0.3rem;
  background: #2E308C;
  z-index: -1;
}

.aboutContent::after {
  position: absolute;
  left: -2rem;
  right: -2rem;
  top: -2rem;
  bottom: 2rem;
  content: "";
  border: 1px solid #090E5B;
  background: transparent;
  z-index: -1;
}

.withGrayBG::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 1.5rem;
  bottom: 1.5rem;
  width: 100vw;
  transform: translateX(-50%);
  background: #F2F2F2;
  z-index: -1;
}

@keyframes rotateEle {
  0% {
    transform: translateX(-65%) rotate(0deg);
  }
  100% {
    transform: translateX(-65%) rotate(360deg);
  }
}

@keyframes rotateEle_right {
  0% {
    transform: translateX(65%) rotate(0deg);
  }
  100% {
    transform: translateX(65%) rotate(360deg);
  }
}

@keyframes rotateC {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}


.specSectionTitle ul li button {
  color: white !important;
  width: 100%;
}

.specSectionTitle_lvl2 ul li button {
  color: #2E308C !important;
  width: 100%;
}

.specSection ul li button.text-blue-600 {
  color: #111 !important;
  background: #BFBFBF;
}

.specSectionTitle::after {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  background: #2E308C;
}

.tableData table {
  border: 1px solid #090E5B;
}

.tableData table td,
.tableData table th {
  border-right: 1px solid #090E5B;
  padding: 0.3rem 1rem;
  text-align: center;
  transition: background-color 0.3s ease-in-out;
}

.tableData table th {
  font-weight: 600;
  font-size: 0.9rem;
}

.tableData table td:last-child,
.tableData table th:last-child {
  border-right: none;
}

.tableData table td:first-child,
.tableData table th:first-child {
  text-align: left;
  width: 35%;
}

.tableData table td span {
  font-size: 0.85em;
}

.tableData table td.text-center {
  text-align: center !important;
}

.tableData table tbody tr {
  border-top: 1px solid #090E5B;
}

.tableData table tbody tr:hover td {
  background-color: #f0f0f0;
}

.pl_prev,
.pl_next {
  position: absolute;
  top: 50%;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background: #090E5B;
  border-radius: 50%;
  cursor: pointer;
}

.pl_prev i,
.pl_next i {
  font-size: 0.8rem !important;
}

.pl_prev {
  left: 5px;
}

.pl_next {
  right: 5px;
}

.specSectionTitle_lvl3::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  z-index: -1;
  background: #e5e5e5;
}

.specSectionTitle_lvl2::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  z-index: -1;
  border-bottom: 1px solid #e5e5e5;
}

.specSectionTitle_lvl3 button,
.specSectionTitle_lvl3 button:hover {
  color: #090E5B;
}

.tabtile {
  width: 6rem;
  min-height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e5e5e5;
  background: #f8f8f8;
  padding: 0.5rem;
  font-weight: 500;
}

#modal_body a {
  margin-top: 0 !important;
}

@media( max-width: 639px ) {
  .contactForm input,
  .contactForm button {
    height: 3rem;
  }
  .animatedEle {
    left: auto;
    right: -40%;
    bottom: auto;
    top: -15%;
  }
  .clients_ele {
    bottom: 30%;
    right: -60%;
  }
  .clientPageHead span {
    font-size: 2.25rem;
  }
  .aboutContent::after {
    left: -0.75rem;
    right: -0.75rem;
  }
}

@media( min-width: 640px ) {
  .siteContent {
    max-width: calc( 640px + ( 4rem ) );
  }
}

@media( min-width: 768px ) {
  .siteContent {
    padding-inline: 3rem;
    max-width: 850px;
  }
}

@media( max-width: 1023px ) {
  nav a.active::after {
    display: none;
  }
}

@media( min-width: 1024px ) {
  body, html, * {
    font-size: 17px;
  }
  .siteContent {
    max-width: 1100px;
  }
}

@media( min-width: 1280px ) {
  body, html, * {
    font-size: 20px;
  }
  .siteContent {
    padding-inline: 6rem;
    max-width: 1320px;
    margin: 0 auto;
  }
  .siteHeading {
    font-size: 2.4rem;
  }
  .profile-image {
    width: 8rem !important;
  }
}

@media( min-width: 1536px ) {
  body, html, * {
    font-size: 20px;
  }
  .siteContent {
    max-width: 1536px;
  }
  .siteHeading {
    font-size: 2.65rem;
  }
  .siteHeading_sub {
    font-size: 1.85rem;
  }
  .siteHeading_sub_small {
    font-size: 1.25rem;
  }
  .siteSection {
    padding-block: 6rem;
  }
  .animatedEle {
    width: 22vw;
    height: 22vw;
    bottom: auto;
    top: 0;
    transform: translateX(-20vw) rotate(0deg);
  }
  .clients_ele {
    bottom: 30%;
  }
  .animatedEle span {
    width: 10%;
    height: 10%;
    border-radius: 50%;
    border: 2px solid #B6B5EB;
    position: absolute;
    left: 6%;
    top: 6%;
  }
  @keyframes rotateEle {
    0% {
      transform: translateX(-20vw) rotate(0deg);
    }
    100% {
      transform: translateX(-20vw) rotate(360deg);
    }
  }
  @keyframes rotateEle_right {
    0% {
      transform: translateX(20vw) rotate(0deg);
    }
    100% {
      transform: translateX(20vw) rotate(360deg);
    }
  }
}

.specSection button {
  border: none !important;
}

@media( max-width: 639px ) {
  .specSectionTitle,
  .specSectionTitle_lvl2 {
    margin: 0 -1.5rem;
  }
  .withGrayBG::after {
    top: 8rem;
    bottom: -4rem;
  }
  .specSectionTitle_lvl2 button {
    border-right: 1px solid #e5e5e5 !important;
    padding-block: 1rem !important;
  }
  .specSectionTitle_lvl2 > ul {
    overflow-x: auto;
    white-space: nowrap;
  }
  .productsSection::after {
    inset: 22% 0 15%;
  }
}

@media( max-width: 450px ) {
  .specSectionTitle button {
    padding-inline: 3px !important;
  }
}

@media( max-width: 360px ) {
  .specSectionTitle button {
    font-size: 14px !important;
  }
}



.place-card {
  display: none !important;
}

.contact_banner {
  overflow: hidden;
}

.contact_banner iframe {
  width: 100%;
  height: calc( 100% + 800px );
  transform: translateY(-400px);
  transform-origin: center center;
}

@media( max-width: 767px ) {
  #dropdownNavbar,
  #productsDropdownNavbar {
    position: static !important;
    transform: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
  }
  #dropdownNavbar ul,
  #productsDropdownNavbar ul {
    background-color: transparent !important;
    box-shadow: none !important;
    padding: 0px 0px 0px 30px !important;
  }
}