@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,300&display=swap');

:root {
  --primary: #004342;
  --secondary: #2AC49E;
  --tirtiary: #00AEEE;
  --fourth: #006F8A;
}

body {
  font-family: 'Poppins', sans-serif;
}

.container {
  max-width: 1330px;
  width: 100%;
}

section.banner-slider {
  height: 100vh;
  position: relative;
}

section.banner-slider .slide img, section.banner-slider video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 19;
  padding: 1.5rem 0;
}

header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5rem;
}

.menus {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
      margin-left: -69px;
}

.menus .left li {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s ease-in;
  text-decoration: none;
  position: relative;
  list-style: none;
  margin: 0;
}

.menus .left li a {
  color: #fff;
      font-size: 18px;
}

.menus .left li ul {
  display: none;
}

.menus .left ul {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 0;
      padding: 0;
}

.right {
      display: flex;
    gap: 1rem;
    align-items: center;
    margin-right: -128px;
}


a.global-cta {
  background: var(--secondary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /*padding: 0.75rem 2rem;*/
  border-radius: 100px;
  color: #fff;
  font-weight: 500;
  transition: all 0.3s ease-in;
  text-decoration: none;
    width: 184px;
    height: 50px;
    text-align: center;
}

section.banner-slider .content {
  position: relative;
  z-index: 1;
  max-width: 45rem;
}

.slide {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.banner-slider h2 {
  color: #fff;
  font-weight: 900;
  font-size: 50px;
  margin-bottom: 1rem;
      margin-top: 35px;

}

.banner-slider p {
  color: #fff;
  font-size: 22px;
  margin-bottom: 3rem;
}

h2.heading {
  font-size: 50px;
 /* font-weight: 300;*/
  /*color: var(--primary);*/
  text-align: center;
  margin-bottom: 4rem;
  position: relative;
  padding-bottom: 2rem;
}
h2.headings {
  font-size: 50px;
 /* font-weight: 300;*/
  /*color: var(--primary);*/
  text-align: center;
  margin-bottom: 4rem;
  position: relative;
  padding-bottom: 2rem;
}

h2.headings:after {
  content: '';
  display: block;
  width: 76px;
  background: var(--secondary);
  height: 6px;
  border-radius: 100px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
      margin-bottom: 41px;
}
h2.Studies2.headings {
    padding: 59px;
}

section.understand-heading {
  padding: 4rem 0 2rem;
}

section.understand-section {
  position: relative;
  color: #fff;
  margin-bottom: 5rem;
}

section.understand-section:before {
  content: '';
  width: 100%;
  height: 75%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--primary);
}

.img-block img {
  height: 39rem;
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

section.understand-section h2 {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 5rem;
}

.img-block {
  position: relative;
  padding-left: 0;
  padding-top: 0;
}

/*.img-block:before {*/
/*  content: '';*/
/*  width: 95%;*/
/*  height: 100%;*/
/*  display: block;*/
/*  background: var(--secondary);*/
/*  left: -5%;*/
/*  top: -32px;*/
/*  position: absolute;*/
/*}*/

section.industries {
  background: #ffffff;
  color: #fff;
  padding: 4rem 0;
  overflow: hidden;
}

section.industries .heading {
  color: #000000;
  font-weight: 500;
}

.industry-block {
  background: #000000cf;
  padding: 1.5rem;
  border-radius: 20px;
  display: flex;
  gap: 1rem;
  height: 100%;
}

.industry-block .img {
  width: 230px;
  overflow: hidden;
  flex: none;
  border-radius: 20px;
}

.industry-block .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a.global-cta.sm {
  font-size: 14px;
  padding: 0.5rem 1.5rem;
}

span.subheading {
     font-size: 40px;
    display: block;
    margin-top: 18px;
    color: #004342;
        font-weight: 400;
        margin-top: 35px;
}

.insight-card {
     max-width: 26.7rem;
  position: relative;
}

.insight-card img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.insight-content {
     background: #004342;
    padding: 2rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0.8;
    height: 172px;
}

.insight-content h4 {
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
  font-size: 26px;
}

section.insights {
  padding: 4rem 0;
}

section.case-studies {
  padding: 4rem 0 0;
  position: relative;
  margin-bottom: 4rem;
}

section.case-studies:before {
  content: '';
  width: 100%;
  height: 68.45%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--primary) url('Insight Tribe (1) 2.png') no-repeat center center;
    background-size: cover;
    opacity: 0.8;
}

section.case-studies .heading {
  color: #fff;
}

.case-card {
  background: #F2F9F9;
  max-width: 25.5rem;
  border-radius: 80px 40px 0 0;
  overflow: hidden;
}

.case-card img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  border-radius: 80px 40px 0 0;
}

.case-content {
  padding: 2rem;
  min-height: 11.5rem;
}

.case-content h4 {
  font-weight: 400;
  text-align: center;
  color: var(--primary);
  line-height: 1.5;
}

section.partner {
  padding: 4rem 0 5rem;
  background: #F2F9F9;
}

footer {
  background: url('../images/footer-pattern.png');
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem 0;
}

h4.title {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.f-menus a {
  color: #fff;
  display: block;
  font-size: 14px;
}

.f-menus {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form input {
  height: 48px;
  padding: 0 2rem;
  flex: 1;
  border-radius: 100px;
  border: none;
  width: 100%;
}

.form {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

.form .global-cta {
  position: relative;
  left: -3rem;
  flex: none;
}

footer p {
  color: #fff;
  margin: 0;
}

.bottom-footer {
  border-top: 1px solid #787878;
  margin-top: 3rem;
  padding: 2.5rem 0 0;
}

.banner-slider .slick-list.draggable {
  height: 100%;
}

.banner-slider .slick-track {
  height: 100%;
}

.slide .container {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}

.slide-x .row {
  margin: 0;
}

.slide-x-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  flex: none;
  overflow: hidden;
}

.img-block {
  width: 100%;
}

.slide-x-inner h2 {
  flex: 1;
}

.industry-back {
background-repeat: no-repeat;
    background: linear-gradient(135deg, rgba(0, 121, 107, 0.8), rgba(0, 77, 64, 0.8));
  background-size: cover;
  background-blend-mode: overlay;
  background-color: #004243;
  padding: 1.5rem;
  border-radius: 20px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  height: 100%;
  transition: all 0.3s ease-in;
   padding: 0;
}

.industry-back li {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0 !Important;
}

.industry-back ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.industries a.global-cta {
    display: flex;
    margin: 0 auto;
}
.industry-back-child h5 {

    font-size: 24px;
    color: white;
    margin-top: 5px;
    margin-left: 8px;
}

.industry-parent {
  position: relative;
  margin-bottom: 1.5rem;
  height: 17rem;
  cursor: pointer;
}

a.global-cta:hover {
  background: var(--primary);
}

ul.slick-dots {
  padding: 0;
  text-align: center;
  list-style-type: none;
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  gap: 10px;
}

ul.slick-dots button {
  font-size: 0;
  border: none;
  height: 8px;
  width: 30px;
  background: #D8D8D8;
  border-radius: 100px;
}

ul.slick-dots .slick-active button {
  background: var(--secondary);
}

.video {
  position: relative;
}

.video-thumb {
  height: 27rem;
  border-radius: 20px;
  overflow: hidden;
}

.video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.play img {
  width: 100px;
}

.partner .row {
  align-items: center;
}

section.partner h5 {
  font-size: 30px;
  font-weight: 300;
  line-height: 2;
}

.menus .left ul a:after {
  content: '';
  width: 0;
  height: 5px;
  background: var(--secondary);
  display: block;
  position: absolute;
  bottom: -15px;
  border-radius: 100px;
  transition: all 0.3s ease-in;
}

.menus .left a:hover:after {
  width: 100%;
}

.industry-parent:hover .industry-back {
  opacity: 1;
  visibility: visible;
  
}

section.banner-sm {
  height: 42vh;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4rem;
  background-position: center;
}

section.banner-sm:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to top right, #004342, #0003);
}

section.banner-sm h2, section.banner-sm  h4 {
  font-size: 50px;
  font-weight: 900;
  color: #fff;
  position: relative;
  z-index: 1;
  margin: 0rem 0 0;
  max-width: 67rem;
}

.indus-sec-card {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 4rem;
  overflow: hidden;
  background: #F2F9F9;
}

.indus-image {
  transform: skewX(-12deg) scale(1.2);
  background: #dcdbdb;
  overflow: hidden;
  width: 40%;
  flex: none;
  height: 32rem;
}

.indus-content h5 {
  font-size: 30px;
  font-weight: 600;
  color: #242B2B;
  margin-bottom: 1rem;
}

.indus-content li {
  color: #000;
  font-size: 20px;
  margin-bottom: 19px;
}

.indus-content ul {
  padding-left: 23px;
}

.indus-content {
  padding: 0 5rem;
}

.indus-image img {
  transform: skewX(12deg);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.indus-sec-card:nth-child(even) {
  background: #F5F5F5;
}

section.who-we-are {
  padding-bottom: 6rem;
  background: url(../images/particle-bg.png);
}

section.who-we-are h4 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.bg-primary {
  background-color: var(--primary) !important;
  color: #fff;
}

section.why-us {
  padding: 5rem 0 7rem;
  position: relative;
}

.accordians {
  max-width: 50rem;
  display: flex;
  flex-direction: column;
  gap: 20px;
  cursor: pointer;
}

.why-us .heading {
  text-align: left;
  color: #fff;
  width: fit-content;
}

.why-us::after {
  content: '';
  width: 50%;
  height: 100%;
  display: block;
  background: url(../images/tribe.png);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.accordian {
  background: #fff;
  color: #000;
  padding: 14px 26px;
  border-radius: 10px;
}

.accordian-body {
  display: none;
  padding: 1rem 0 0;
}

.accordians h5 {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accordians h5:after {
  content: '';
  background: url(../images/arrow-expand.png);
  width: 24px;
  height: 24px;
  display: block;
}

.why-us .container {
  position: relative;
  z-index: 2;
}

section.our-values {
  padding: 4rem 0;
}

.values {
  display: grid;
  grid-template-columns: repeat(2, minmax(0px, 1fr));
  gap: 5rem 2rem;
  margin-top: 7rem;
}

.value-block {
  background: #F5F5F5;
  padding: 4rem 2rem 2rem 2rem;
  position: relative;
}

.value-block h5 {
  font-weight: 600;
  margin-bottom: 1rem;
}

.value-block p {
  font-size: 18px;
}

span.number {
  font-size: 100px;
  font-family: system-ui;
  position: absolute;
  top: -78px;
  color: #000;
  opacity: 10%;
}

.value-block:nth-child(2),
.value-block:nth-child(3) {
  background: #F2F9F9;
}

section.pre-footer {
  padding: 6rem 0;
  background: #004342;
  color: #fff;
}

section.pre-footer h3 {
  font-size: 30px;
  font-weight: 700;
  max-width: 44rem;
  margin: 0 auto 2rem;
  line-height: 1.6;
}

section.pre-footer .global-cta {
  width: 100%;
  max-width: 21rem;
}

.simp-text p {
  font-size: 20px;
  text-align: center;
  padding-bottom: 5rem;
}

.team-block {
  display: flex;
  gap: 2rem;
}

section.team.main .team-block {
  background: var(--primary);
  color: #fff;
  padding: 0 1.25rem;
}

.team-block .content {
  padding: 2rem 0;
}

.team-block .img {
  height: 450px;
  width: 350px;
  flex: none;
  position: relative;
  top: -1.5rem;
  z-index: 2;
}

.team-block .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.team .content h4 {
  font-size: 24px;
  font-weight: 600;
}

.team .content h4:after {
  content: '';
  width: 100px;
  display: block;
  height: 3px;
  background: #fff;
  margin: 2rem 0 2rem;
}

.team .content p {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 2rem;
}

.meet-tribe {
  padding: 5rem 0;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

.meet-tribe .team .content h4:after {
  background: var(--primary);
}

.team .content h5 {
  color: #004342;
  font-weight: 400;
  margin-top: 16px;
}

.meet-tribe .content h4::after {
  display: none;
}

.meet-tribe .content h5::after {
  content: '';
  width: 100px;
  display: block;
  height: 3px;
  background: #dfdfdf;
  margin: 2rem 0 2rem;
}

.img.shape:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 20px;
  left: -20px;
  background: var(--primary);
  z-index: 0;
}

.meet-tribe .team-block .content {
  padding: 0;
}

.tribe-form-inner {
  max-width: 1000px;
  margin: auto;
  background: #fff;
  border-radius: 30px;
  padding: 3rem;
}

section.banner-sm.md {
  height: 60vh;
}

section.tribe-form {
  margin-top: -16rem;
  position: relative;
  z-index: 1;
  margin-bottom: 8rem;
}

.form-group input,
.form-group textarea {
  border: 1px solid #C9C9C9;
  height: 60px;
  padding: 0 1.5rem;
  border-radius: 10px;
  display: block;
  width: 100%;
}

.form-group {
  flex: 1;
  margin-bottom: 1.5rem;
}

.form-row {
  gap: 4rem;
}

.form-group textarea {
  height: 100px;
  padding: 1rem 1.5rem;
}

section.tribe-form .global-cta {
  display: block;
  text-align: center;
  max-width: 18rem;
  margin-top: 2rem;
}

section.capability-detail .container {
  max-width: 1000px;
}

section.capability-detail .simp-text p {
  padding: 0;
}

.detail-img-main {
  text-align: center;
  margin: 4.5rem 0 5rem;
}

.details ul {
  list-style-type: none;
  padding: 0;
  font-size: 24px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.details ul li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  font-size: 20px;
}

.details ul li::before {
  content: '';
  background: url(../images/arrow-right.svg);
  display: block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex: none;
}

section.capability-detail {
  padding-bottom: 5rem;
}

.capability .col-md-6 {
  padding: 0 2rem;
}

.cap-box {
  background: #F2F9F9;
  border-radius: 10px;
  padding: 9rem 2rem 2rem 2rem;
  box-shadow: 0px 0px 10px 0px #e7e7e7;
  position: relative;
  margin-top: 110px;
  margin-bottom: 4rem;
}

.cap-image {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -125px;
  background: #F2F9F9;
}

.cap-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cap-content h4 {
  color: var(--primary);
  font-size: 20px;
}

.cap-content h3 {
  font-size: 26px;
  margin: 1rem 0;
}

.cap-content p {
  font-size: 18px;
}

.cap-content a {
  font-size: 18px;
  color: var(--secondary);
}

section.capability {
  padding-bottom: 4rem;
}

.slide:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(80deg, #004342, transparent);
  z-index: 1;
}

ul.sub-menu-container,
.menus .left li ul {
  position: absolute;
  width: 320px;
  max-width: 20rem;
  margin: 0;
  background: var(--primary);
  list-style-type: none;
  margin-top: 10px;
  left: revert-layer;
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in;
      top: 14px;
}
li.menu-item.menu-item--expanded:hover ul {
    display: block;
    opacity: 1;
    visibility: visible;
}
/*.menus .left ul li a:hover:after {*/
/*    width: 0;*/
/*}*/
ul.sub-menu-container>a {
  display: none;
}

ul.sub-menu-container a:after {
  display: none !important;
}

ul.sub-menu-container a:hover,
.menus .left li ul li:hover {
  background: var(--secondary);
}
.menus .left li.menu-item.menu-item--expanded a {
    padding-right: 20px;
}
ul.sub-menu-container a, .menus .left li ul a {
  display: block;
  padding: 14px 1.5rem;
  border-bottom: 1px solid #797979;
}

ul.sub-menu-container li:last-child a {
  border: none;
}

.sub-menu>a.sub-menu::after, li.menu-item.menu-item--expanded > a[href="/our-capabilities"]:after, li.menu-item.menu-item--expanded > a[href="/about-us"]:after, li.menu-item.menu-item--expanded > a[href="/insights"]:after {
  background: url(../images/arrow-expand.png);
  bottom: 3px;
  opacity: 1;
  visibility: visible;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  right: 0;
  filter: invert(1);
  background-size: 18px;
}

.sub-menu>a.sub-menu {
  padding-right: 1.5rem;
}

.sub-menu>a.sub-menu::after {
  width: 16px !important;
}

div.sub-menu:hover .sub-menu-container {
  opacity: 1;
  visibility: visible;
}

.accordian.active .accordian-body {
  display: block;
}

.accordian.active .title:after {
  transform: rotate(180deg);
}

.capability .row>div:first-child .cap-image img {
  object-fit: contain;
}

.cap-main {
  background: #F2F9F9;
  max-width: 100%;
  height: 200px;
  border-radius: 101px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 400;
  width: 100%;
}

.cap-block-image {
  position: absolute;
  width: 270px;
  height: 270px;
}

section.capability-display {
  padding: 3rem 0 9rem;
}

.cap-block-image:nth-child(2) {
  left: -190px;
}

.cap-block {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 450px;
  margin: auto;
  position: relative;
}

.cap-block-image:nth-child(3) {
  top: -199px;
  left: -40px;
}

.cap-block-image:nth-child(4) {
  top: -200px;
  right: -44px;
}

.cap-block-image:nth-child(5) {
  right: -190px;
}

.cap-block-image:nth-child(6) {
  right: -39px;
  bottom: -193px;
}

.cap-block-image:nth-child(7) {
  left: -42px;
  bottom: -194px;
}

.capability-display h2.heading {
   margin-bottom: 250px
}


.capability-display a.global-cta {
    margin: 250px auto 0;
    display: flex;
}


h3.dif-head {
  font-size: 62px;
  color: #cacaca;
  line-height: 1.3;
  text-transform: capitalize;
  margin-bottom: 2rem;
}

section.capability-display .row {
  align-items: center;
}

section.understand-heading .heading {
  margin-bottom: 0rem;
}

.cap-main-image {
  display: none;
}

.highlight {
  color: var(--primary);
}


/* my css  */
/* .clearfix {
  display: flex;
}

.menu-item .menu-item--expanded ul {
  display: none;
} */

.field.field--name-field-link.field--type-link.field--label-hidden.field__item a {
  background: var(--secondary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 2rem;
  border-radius: 100px;
  color: #fff;
  font-weight: 500;
  transition: all 0.3s ease-in;
  text-decoration: none;
}

/* .field.field--name-field-link.field--type-link.field--label-hidden.field__item a.sm {
  font-size: 14px;
  padding: 0.5rem 1.5rem;
} */
.field.field--label-hidden.field--name-field-link.field--type-link.field__item a{
  
}
.view-id-insight.view-display-id-page_1 , .view-id-insight.view-display-id-page_2 {
    padding-top: 180px;
}
.path-insights header, .path-case-studies header, .path-webform header, .page-node-type-insight header, .page-node-type-newsroom  header, .page-node-type-events header ,
.page-node-type-research header, .page-node-type-c header, .node-21 header, .node-22 header, .path-user header, .node-25 header, .node-24 header{
    background:var(--primary);
}
header a.global-cta {
    background:var(--secondary) ;
}
.path-frontpage header a.global-cta {
    background: var(--secondary);
}
.view-id-insight.view-display-id-page_1 .insight-content a, .view-id-insight.view-display-id-page_2 .insight-content a {
    color: #fff;
}
.detail-img-main img {
    width: auto;
    height: auto;
    max-width: 100%;
}
.path-webform .region.region-content, .node-21 .region.region-content, .node-22 .region.region-content, .path-user .region.region-content, .node-25 .region.region-content, .node-24 .region.region-content{
    padding-top: 180px;
}
div#block-insighttribe-webform .form-item-email.form-no-label {
    float: left;
    width: 80%;
}
div#block-insighttribe-webform .form-actions {
    float: left;
    margin-left: -50px;
}
div#block-insighttribe-webform .form-actions input {
    background: var(--secondary);
    color: #fff;
}
div#block-insighttribe-content form {
    width: 30%;
    margin: 0 auto;
}
div#block-insighttribe-content label {
    margin-bottom: 0;
    margin-top: 20px;
}
div#block-insighttribe-content form input.form-text, div#block-insighttribe-content form input.form-email, div#block-insighttribe-content form .form-textarea {
    width: 100%;
}
div#block-insighttribe-content .form-actions input {
    background: var(--secondary);
    border: 1px solid;
    padding: 10px 30px;
    border: 0;
    border-radius: 30px;
    color: #fff;
    margin-top: 10px;
}
h1.title.page-title {
    text-align: center;
}
.paragraph--type--our-team > .meet-tribe {
    padding-bottom: 0;
}
.page-node-type-insight .region.region-content, .page-node-type-c .region.region-content, .page-node-type-events .region.region-content, .page-node-type-newsroom .region.region-content, .page-node-type-research .region.region-content{
    padding-top: 180px;
}
.menus .left li li.menu-item.menu-item--expanded a:after {
    display: none;
}
div#block-insighttribe-webform-2, #block-insighttribe-webform-3, #block-insighttribe-webform-4,#block-insighttribe-webform-6,#block-insighttribe-webform-7{
    margin-top: -16rem;
    position: relative;
    z-index: 1;
    margin-bottom: 8rem;
}
form#webform-submission-join-the-tribes-node-20-add-form, form#webform-submission-contact-node-23-add-form, form#webform-submission-download-brochure-node-33-add-form ,form#webform-submission-our-research-node-42-add-form, form#webform-submission-brochure-node-48-add-form,
form#webform-submission-our-research-node-49-add-form{
    max-width: 1000px;
    margin: auto;
    background: #fff;
    border-radius: 30px;
    padding: 3rem;
}
div#block-insighttribe-webform-2 input, div#block-insighttribe-webform-3 input, #block-insighttribe-webform-4 input,#block-insighttribe-webform-5 input, #block-insighttribe-webform-6 input,#block-insighttribe-webform-7 input {
    border: 1px solid #C9C9C9;
    height: 60px;
    padding: 0 1.5rem;
    border-radius: 10px;
    display: block;
    width: 100%;
}
.js-form-item.form-item.js-form-type-textarea.form-type-textarea.js-form-item-message.form-item-message {
    clear: both;
}

div#block-insighttribe-webform-2 .form-item-last-name, div#block-insighttribe-webform-3 .form-item-last-name, div#block-insighttribe-webform-4 .form-item-last-name ,
div#block-insighttribe-webform-4 .form-item-phone, 
div#block-insighttribe-webform-2 .form-item-phone, div#block-insighttribe-webform-3 .form-item-phone ,div#block-insighttribe-webform-5, .form-item-last-name ,div#block-insighttribe-webform-5, .form-item-phone,div#block-insighttribe-webform-6, .form-item-phone
,div#block-insighttribe-webform-6 .form-item-last-name, div#block-insighttribe-webform-7 .form-item-last-name, div#block-insighttribe-webform-7 .form-item-phone{
    margin-right: 0 !important;
}
.js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-subject.form-item-subject {
    clear: both;
    margin-bottom: 20px;
}
div#block-insighttribe-webform-2 .js-form-item-name.form-item-name, div#block-insighttribe-webform-2 .js-form-item-email.form-item-email,
div#block-insighttribe-webform-3 .js-form-item-name.form-item-name, div#block-insighttribe-webform-3 .js-form-item-email.form-item-email,
div#block-insighttribe-webform-2 .form-item-last-name, div#block-insighttribe-webform-3 .form-item-last-name,
div#block-insighttribe-webform-2 .form-item-phone, div#block-insighttribe-webform-3 .form-item-phone , div#block-insighttribe-webform-4 .js-form-item-first-name, 
div#block-insighttribe-webform-4 .js-form-item-email.form-item-email ,div#block-insighttribe-webform-4 .form-item-last-name , div#block-insighttribe-webform-4 .form-item-phone ,div#block-insighttribe-webform-5 .js-form-item-name.form-item-name,div#block-insighttribe-webform-5 .js-form-item-email.form-item-email
,div#block-insighttribe-webform-5 .form-item-last-name,div#block-insighttribe-webform-5 .form-item-phone,div#block-insighttribe-webform-5 .js-form-item-name.form-item-name,div#block-insighttribe-webform-5 .form-item-first-name
,div#block-insighttribe-webform-6 .js-form-item-name.form-item-name, div#block-insighttribe-webform-6 .js-form-item-email.form-item-email ,div#block-insighttribe-webform-6 .form-item-last-name,div#block-insighttribe-webform-6 .form-item-phone, div#block-insighttribe-webform-6 .form-item-first-name
,div#block-insighttribe-webform-7 .form-item-first-name, div#block-insighttribe-webform-7 .js-form-item-email.form-item-email, div#block-insighttribe-webform-7 .form-item-phone, div#block-insighttribe-webform-7 .form-item-last-name{
    width: 48%;
    float: left;
    margin-right: 35px;
    margin-bottom: 20px;
}
div#block-insighttribe-webform-2 textarea , div#block-insighttribe-webform-3 textarea , div#block-insighttribe-webform-4 textarea , div#block-insighttribe-webform-5 textarea,div#block-insighttribe-webform-6 textarea
,div#block-insighttribe-webform-7 textarea{
    border: 1px solid #C9C9C9;
    height: 60px;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    display: block;
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
}
div#block-insighttribe-webform-2 input#edit-contact {
    margin-bottom: 20px;
}
div#block-insighttribe-webform-2 input.webform-button--submit, div#block-insighttribe-webform-3 input.webform-button--submit, div#block-insighttribe-webform-4 input.webform-button--submit,div#block-insighttribe-webform-5 input.webform-button--submit ,
div#block-insighttribe-webform-6 input.webform-button--submit,div#block-insighttribe-webform-7 input.webform-button--submit{
    background: var(--secondary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 2rem;
    border-radius: 100px;
    color: #fff;
    font-weight: 500;
    transition: all 0.3s ease-in;
    text-decoration: none;
    /* width: auto !important; */
    text-align: center;
    max-width: 18rem;
    margin-top: 2rem;
}


div#block-insighttribe-webform-2 .form-actions, div#block-insighttribe-webform-3 .form-actions , div#block-insighttribe-webform-4 .form-actions,div#block-insighttribe-webform-5 .form-actions,div#block-insighttribe-webform-6 .form-actions
,div#block-insighttribe-webform-7 .form-actions{
    text-align: center;  
}

ul.tabs.primary {
    display: flex;
    gap: 15px;
    list-style: none;
    padding: 0;
}
ul.tabs.primary li {
    border: 1px solid #cdcdcd;
    padding: 5px 12px;
}
footer .right {
    margin-top: 40px;
        margin-left: 47px;
    gap: 0.5rem;
}
p.cap_text {
    display: none;
}

.cap-block-image img:hover {
    filter: drop-shadow(2px 4px 6px black);
}
nav.tabs {
    position: relative;
    z-index: 99;
}
.content ul li {
    margin-bottom: 10px;
    font-size: 13px;
    list-style: disc;
    margin-left: 24px;

}
.page-node-type-our-capabilities .content p {
    font-size: 20px;
}
div#block-insighttribe-primary-local-tasks {
    margin: 0 auto;
    text-align: center;
    width: 50%;
}
.path-user footer {
    margin-top: 30px;
}
.paragraph.paragraph--type--team-main-member.paragraph--view-mode--default h5 {
    color: #fff;
}
.paragraph.paragraph--type--our-team.paragraph--view-mode--default h4:after {
    display: none;
}
.paragraph.paragraph--type--our-team.paragraph--view-mode--default h5:after {
    content: '';
    width: 100px;
    display: block;
    height: 3px;
    background: #dfdfdf;
    margin: 2rem 0 2rem;
}
.node-25 article.node.node--type-page.node--view-mode-full.clearfix, .node-24 article.node.node--type-page.node--view-mode-full.clearfix {
    text-align: center;
    margin-bottom: 40px;
}
.node-24 h2, .node-25 h2 {
    margin-bottom: 30px;
}
.user-logged-in header {
    margin-top: 130px;
}
.team-block p a {
    text-align: right;
    width: 100%;
    float: right;
    margin-bottom: 10px;
    color: #fff;
    font-weight: bold;
}
p.more_content {
    display: none;
}

fieldset.captcha.captcha-type-challenge--recaptcha {
    text-align: center;
}
fieldset.captcha.captcha-type-challenge--recaptcha .captcha__element {
    width: 300px;
    margin: 0 auto;
}
a.less_more {
    display: none;
}
.page-node-type-insight section.capability-detail .container, .page-node-type-events section.capability-detail .container , .page-node-type-newsroom section.capability-detail .container, .page-node-type-research section.capability-detail .container {
    max-width: 1330px;
}
.page-node-type-insight section.capability-detail .container p , .page-node-type-events section.capability-detail .container p , .page-node-type-newsroom section.capability-detail .container p , .page-node-type-research section.capability-detail .container p{
    text-align: left;
}

.insight-card a {
    color: #fff;
}
.case-card a {
    color: var(--primary);
}


.messages__wrapper.layout-container:after {
    content: "X";
    position: absolute;
    right: 14px;
    top: 3px;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
}

.messages__wrapper.layout-container {
    position: fixed;
    top: 50%;
    background: var(--secondary);
    width: 500px;
    height: 80px;
    left: 33%;
    right: 0;
    text-align: center;
    padding-top: 26px;
    font-size: 20px;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.8) 2px 1px 4px;
    border-radius: 10px;
     z-index:999;
     font-size: 18px;
}

.node-20 .pre-footer a.global-cta {
    display: none;
}
.simp-text img, .simp-text iframe {
    margin: 10px auto 20px;
    display: table;
}

.page-node-type-insight section.capability-detail .container p, .page-node-type-insight section.capability-detail .container li ,.page-node-type-events section.capability-detail .container li , 
.page-node-type-newsroom section.capability-detail .container li, .page-node-type-research section.capability-detail .container li {
    font-size: 16px;
}

.page-node-type-c section.capability-detail .simp-text p {
    text-align: left;
}

.view-id-news_room  .blog, .view-id-events .blog , .view-id-research .blog{
          width: 398px;
       height: 450px;
        background: whitesmoke;
            padding: 10px;
}
.view-id-news_room  .blog img, .view-id-events .blog img , .view-id-research .blog img{
   width: 100%;
   height: auto;
    
}
.blog-content a {
    color: black;
    text-decoration: none;
}

.blog-content {
    padding: 20px;
}

.img-png img {
    width: 30px !important;
}
ul#par-menu {
       display: flex;
    list-style: none;
    gap: 26px;
    padding: 0;
   padding-right: 54px;
    margin: 0;
}
#par-menu li a {
    color: white;
    font-weight: 500;
        font-size: 1rem;
}
#par-menu li a:hover {
        /*text-decoration: none;*/
}
#par-menu li#child-menu {
    margin: 0;
}
#top-menuss{
    justify-content: flex-end;
}

.paragraph--type--banner-image p {
    font-size: 2rem;
}
.detail-img-main img{
   width: 100%;
   height: auto;
}
.capability-detail .slick__arrow{
    margin-top: 5%;
    gap: 34px;
    display: flex;
    justify-content: center;
}

ul#par-menu {
    /*display: none;*/
}
.region-top-menus-2{
      display: none;
}
.capability-detail .slick__arrow button{
    border: none;
    background: none;
    border-bottom: 1px solid #0000003d;
    padding: 0;
}


p.blog-content-p {
    margin: 0;
    padding: 0;
}

p.date-date{
        margin: 0;
}
.view-id-events .blog{
    height: 475px;
}


.research-btn a{
         background: var(--secondary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 2rem;
    border-radius: 100px;
    color: #fff;
    font-weight: 500;
    transition: all 0.3s ease-in;
    text-decoration: none;
    text-align: center;
    max-width: 18rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}


fieldset.captcha.captcha-type-challenge--recaptcha {
    text-align: center;
    margin-top: 20px;
}


.blog-content h4 {
    color: black;
    text-decoration: none;
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 265px;
    font-weight: 500;
}
.view-id-research .blog{
        height: 536px;
}

.flexslider {
    margin: 0;
    background: transparent;
    border: 0;
}
.flex-control-nav {
    bottom: -25px;
}
label.js-form-required.form-required:after {
    content: " *";
    color: red;
}
.container.my-5.upper {
    max-width: 100%;
       /*margin: 0 !important;*/
}

img.aos-init.aos-animate {
  
}

field__item {
    width: 106%;
}












.section-heading {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.custom-card {
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: 100%;
}
.custom-card img {
    width: 100%;
    border-radius: 8px;
}
p.content-textt {
    font-size: 42px;
    color: #004342;
    margin-left: 80px;
    margin-top: 13%;
}
.content-text {
    font-size: 42px;
    color: #004342;
}
p.content-texts {
    font-size: 42px;
    color: #004342;
    margin-left: 23px;
}

.content-text {
    font-size: 42px;
    color: #004342;
    margin-left: 37px;
}

/*img {
    height: 506px;
}*/

.our_capability{
    background-color: #004342;
    color: white;
    font-family: Arial, sans-serif;
}

/*.container {
    margin-top: 50px;
}*/
.nav-pills .nav-link {
    border: 2px solid white;
    color: white;
    text-align: left;
    margin-bottom: 10px;
}

.nav-pills .nav-link.active {
    background-color: white; /* White background for active link */
    color: black; /* Black text for active link */
    font-weight: bold; /* Optional: Makes the active link stand out */
}

.nav-pills .nav-link:focus, .nav-pills .nav-link:focus-visible {
    box-shadow: none; /* Remove blue outline/focus border */
    outline: none; /* Remove focus outline */
}

.nav-pills .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.8); /* Optional: Add a subtle hover effect */
    color: black; /* Optional: Change text color on hover */
}

.content-box {
    /*background-color: rgba(255, 255, 255, 0.1);*/
    padding: 20px;
    border-radius: 5px;
}

.img-fluid {
    max-height: 300px;
    object-fit: cover;
}

.learn-more-btn {
      background-color: #00b894;
    color: white;
    padding: 14px 37px;
    border-radius: 37px;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    /* margin-left: 24%; */
    font-size: 16px;
}
.learn-more-btn:hover{
     color: white;
}
img.img-fluid.rounded.mb-3 {
    margin-left: 24%;
    margin-top: 4%;
}

.tab-content h4 {
   /*margin-left: 24%;*/
     margin-top: 16px;
    font-size: 40px;
}
p.empower {
    /*margin-left: 24%;*/
       font-size: 22px;
}

div#content1 {
    background-color: #004342;
}

a#tab1 {
    margin-top: 0;
}

.text-center .mb-4{
    margin-top: 5px;
}

h2.text-center.mb-4 {
    /* position: relative; */
    /* top: 17px; */
}

div#content2 {
    background: #004342;
}

div#content6 {
    background: #004342;
}

div#content5 {
    background: #004342;
}

div#content4 {
    background: #004342;
}

div#content3 {
    background: #004342;
}

img.img-fluid.rounded.mb-3.make {
    margin-left: 24%;
}

h4.make {
    margin-left: 24%;
}

img.img-fluid.rounded.mb-3.per {
    width: 70%;
}

h2.text-center.mb-4.our {
   font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 50px;
}

h2.text-center.fw-bold.mb-4.we {

/* margin-top: -2%; */

font-family: 'Poppins', sans-serif;

font-size: 50px;
}

img.my-image {
    margin-top: 5%;
    width: 100%;
    height: auto;
}

img.my-images {
    width: 100%;
    height: auto;
    margin-right: 0%;
    margin-left: 20px;
    margin-top: -23px;
}

img.my-imagess {
    margin-top: -23px;
    width: 100%;
    height: auto;
    margin-left: 57px;
    margin-inline: auto;
}

.container.my-5.upper {
    /*max-width: 100%;*/
        max-width: 1330px;
}
.our_capability {
    background-color: #004342;
    color: white;
    padding: 50px 0;
    margin-top: -48px;
}

.nav-pills .nav-link {
    border: 2px solid white;
    color: white;
    text-align: left;
    margin-bottom: 10px;
    background-color: transparent;
}

.nav-pills .nav-link.active {
    background-color: white;
    color: #004342;
    font-weight: bold;

}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  
    background: #F2F9F9 !important;
    color: black !important;
}

.tab-content img {

    height: 310px;
   
    object-fit: cover;
    width: 100%;
    height: auto;
}

h2.aos-init.aos-animate {
    font-size: 40px;
     color: #004342; 
    font-weight: normal;
    padding-left: 10%;
    line-height: 61px;
    padding-right: 10%;
}

img.aos-init.aos-animate {
    /* margin-top: 16px; */
    /* margin-bottom: -72px; */
    /* width: 948px; */
    /* margin-left: -48px; */
}

.col-md-4 {
    margin-top: 32px;
}
div#v-pills-tab {
    display: flex;
       gap: 18px;
}

.container.my-5.upper .row {
    margin-top: 4%;
}
h2.text-center.fw-bold.mb-4.we {
    margin-top: 3%;
}

div#v-pills-tab a {
   padding: 30px;
    font-size: 22px;
    font-weight: 600;
    width: 80%;
    height: 100px;
    /*margin-left: 64px;*/
}
.our_capability .container{
    /*max-width: 95%;*/
        margin-top: 4%;
            max-width: 1330px;
}

.tab-content .tab-pane{
        padding: 0;
}

header {
  
    padding: 50px;
}
.container.my-5.upper .col-md-6 {
    margin: 0;
    padding: 0;
}
.container.my-5.upper .img-block img {
    /*width: 100%;*/
        max-width: 1330px;
}

.field.field--name-field-hover-link.field--type-link.field--label-hidden.field__item {
    background-color: transparent;
    border: 1px solid white;
    color: white;
    padding: 12px 18px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 25px;
    margin-top: 15px;
    transition: background 0.3s;
    width: fit-content;
    margin-left: 9px
}
a {
    color: #ededed;
    text-decoration: none;
    background-color: transparent;
}
.industry-back:hover .industry-block{
opacity: 0;
}
.container {
    /*max-width: 94%;*/
}

.industries .container {
    max-width: 73%;
}
.industry-back-child {
    background: linear-gradient(135deg, rgba(0, 121, 107, 0.8), rgba(0, 77, 64, 0.8));
    width: 100%;
      height: 100%;
    margin: 0;
    padding: 23px;
}
.industry-back-child h5{
    
}
.industry-back h5{
    margin-top: 4px;
}








/*slider css*/

.slider-container-main {
    width: 100%;
    margin: auto;
    font-family: Arial, sans-serif;
    /*background-color: #0d3c36;*/
    text-align: center;
    padding: 0;
    margin-top: -86px;
    position: relative;
    background: url('/themes/custom/insighttribe/assets/images/bgbg.png') no-repeat center center / cover, #0d3c36;
}

h2.Studies2 {
       color: white;
    margin-bottom: -106px;
}

.slider-container-main .slider-container {
    width: 80%;
    margin: auto;
}

.slider-container-main .slider.slick-initialized.slick-slider {
    display: flex
;
    align-items: center;
    justify-content: center;
        height: auto;
    position: relative;
    top: 189px;
    z-index: 11111;
}

.slider-container-main .slick-slide {
    transition: transform 0.5s, opacity 0.5s;
    opacity: 0.5;
    text-align: center;
    transform: scale(0.9);
}

.slider-container-main .slick-slide:not(.slick-center) {
    transform: scale(0.9) translateY(40px);
    opacity: 0.7;
}

.slider-container-main .slick-center {
    opacity: 1;
    transform: scale(1,1);
    margin-top: 14px;

}


.slider-container-main .slide {
    position: relative;
    background: #F2F9F9;
    /*padding: 15px;*/
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.slider-container-main .slide img {
    width: 100%;
    border-radius: 10px;
}

.slider-container-main .slide-content {
    padding: 15px;
    font-weight: bold;
    font-size: 22px;
    color: #242B2B;
}

.slider-container-main .nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
    color: black;
    border: none;
        background: none;
}
.slider-container-main .nav-btn img{
    width:100%;
    
}

.slider-container-main .prev-btn { 
 left: 12%;
    z-index: 11;
    top: 41%;
    
}
.slider-container-main .next-btn { right: 12%;    
top: 41%;
    
}


.slider-container-main .slick-list.draggable{
height: 585px;
}

.slider-container-main .slide:after
{    
    background: none;
}
.path-frontpage .paragraph--type--partner .container{
        width: 100%;
    margin-top: 1%;
}

  

h2.Studies2.heading {
    position: relative;
     /*width: 100%; */
    top: 100px;
}


section.partner {
    padding: 4rem 0 5rem;
    background: #F2F9F9;
    margin-top: 158px;
}

h5.aos-init.aos-animate {
    font-weight: 400;
    color: #004342;
    font-size: 40px;
}

section.insights.aos-init.aos-animate {
    margin-top: -36px;
}

.container.my-5.upper.understand {
    max-width: 100%;
}

.menus .left li span {
    font-size: 18px;
}

.slide.slick-slide.slick-current.slick-active.slick-center {
    width: 508px;
    /*height: 469px;*/
}
@media(max-width : 1024px){
    .slide.slick-slide.slick-current.slick-active.slick-center {
        height:368px;
    }
}
@media(max-width : 1440px){
    .slide.slick-slide.slick-current.slick-active.slick-center {
        height:411px;
    }
}


/*h2.headings:after{*/
/*    content: '';*/
/*    display: block;*/
/*    width: 76px;*/
/*    background: var(--secondary);*/
/*    height: 6px;*/
/*    border-radius: 100px;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    margin: auto;*/
/*    bottom: 0;*/
/*}*/








.industry-back ul{
        display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  
    font-weight: 500;
}


.industry-back-child a{
    color:white;
    text-decoration:none;
}

.industry-back-child ul li::marker {
    font-size: 16px;
}




/** Extra CSS for case study ********/
.slider-container-main .slick-track {
    display: flex !important;
    gap: 100px;
    justify-content: center;
}

.slider-container-main .slide {
    max-width: 500px !important;
}

.slider-container-main .slide img {
    height: 380px;
    object-fit: cover;
}



.node-20 h2.headings:after{
    background:none;
}
.node-34 h2.heading {
   
    
     margin-bottom: 0; 
   
     padding-bottom: 0; 
}
.node-64 h2.heading {
   
    
     margin-bottom: 0; 
   
     padding-bottom: 0; 
}
.heading-2{
    display:none;
}






