New Section Starts From Here DELETE  Section 1*/

:root {
    --bodycolor: #151515;
    --brandGreen: #abbc3b;
    --brandBlack: #151515;
    --headlineTextColor: #151515;
    --bodyTextColor: #151515;
    --font1: 'GTWalsheimPro', Tahoma, Verdana, sans-serif;
    --font2: 'MinionPro', Garamond, serif;
    --fontsize-desktop: 20px;
    --fontsize-mobile: 16px;
    --content-width: 1440px;
    --content-width-narrow: 1200px;
    --easing: cubic-bezier(.24, .01, 0, .83);
}

.compSection{
  padding-top: 150px;
  padding-bottom: 0px;
  width: 100%;
  background-color: #2d0a2e;
  z-index: 1;
  margin-bottom: -250px;
}

.comprwo-mt{
  margin-top: 45px;
}

.compsech2{
  position: relative;
  display: block;
  font-size: 90px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -3px;
  text-align: center;
  color: #fff;
  font-family: GTWalsheimProBold;
}

.compsecptag{
  color: #c8c8c8;
  margin: 0;
  text-align: left;
  visibility: visible;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5 !important;
  font-family: GTWalsheimProRegular;
  padding: 0 20px;
}

.ns-talk-btn{
  font-size: 25px;
  padding: 0 45px;
  background-color: #24fbbf;
  border: none;
  color: #2d0a2e;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: fit-content;
  min-width: 230px;
  height: 66px;
  font-weight: 700;
  padding: 0 30px;
  text-align: center;
  border: none;
  border-radius: 50px;
  text-decoration: none !important;
  margin: 35px auto 0;
}

/*----- For Images ------*/
.cf-padding{
  padding: 0 60px;
}

.my-team-images{
  margin-top: 80px;
  display: flex;
  /*flex-wrap: wrap;*/
  width: 100%;
  justify-content: space-between;
}


.single-team-member{
  width: calc(25% - 65px);
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 9;
}

.single-team-member img{
  height: 530px;
  border-radius: 20px;
  object-fit: cover;
  width: 100%;
}

.comp-topimage{
  margin-top: -145px;
  position: relative;
}



/*----------------- Section 2 ------------*/
.fw-cta{
  padding-top: 150px;
  padding-bottom: 135px;
  background-color: #2d0a2e;
  width: 100%;
  z-index: 1;
}

.fw-container{
  width: 100%;
  margin: auto;
  max-width: 1440px;
}

.fw-row{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}


.fw-col-half{
  width: 50%;
}

.fw-col-full{
  width: 100%;
}

.fw-cta-htag{
  color: #fff;
  display: block;
  position: relative;
  font-size: 90px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -3px;
  font-family: GTWalsheimProBold;
}

.fw-ptag{
  color: #c8c8c8;
  margin: 0;
  text-align: left;
  visibility: visible;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5 !important;
  font-family: GTWalsheimProRegular;
}

.row__heading .button__group {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
  margin-top: 50px;
}

.padd-lft{
  padding-left: 100px;
}

.ns-download-btn{
  border: 2px solid #24fbbf;
  background-color: #2d0a2e;
  font-size: 20px;
  padding: 0 45px;
  color: #24fbbf;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: fit-content;
  min-width: 230px;
  height: 66px;
  font-weight: 700;
  padding: 0 35px;
  text-align: center;
  border-radius: 50px;
  text-decoration: none !important;
  margin-top: 50px;
}


/*-------------- Faq Section ----------------*/
.nw-faq-section{
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #fff;
  width: 100%;
}

.nw-faq-1{
  font-family: MinionPro;
  font-weight: 400;
  font-style: italic;
  font-size: 45px;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 20px;
  text-align: center;
  color: #151515;
}

.nw-faq-2{
    position: relative;
    font-size: 90px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -3px;
    color: #29052a;
    font-family: GTWalsheimProBold;
    text-align: center;
    margin-bottom: 100px;
}

.fw-faq-control {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 24px;
    margin: auto;
    width: 22px;
    height: 22px;
}


.fw-faq-control:before, .fw-faq-control:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 3px;
    background: #24fbbf;
}


.fw-faq-control:after {
    transform: rotate(90deg);
}

.toggleta .fw-faq-control:after {
  display: none;
}

.fw-brdr-btm{
  border-bottom: 1px solid #151515;
}


/*-------------------------------------------------------------------------------*/
.fw-full-cta{
  padding-top: 100px;
  padding-bottom: 100px;
  width: 100%;
  z-index: 1;
  background-color: #24fbbf;
}

.fw-foot-cta-htag{
  font-size: 65px;
  letter-spacing: -1.3px;
  position: relative;
  font-weight: 700;
  line-height: 1;
  color: #151515;
  font-family: GTWalsheimProBold;
  margin-bottom: 0px;
}

.fw-foot-cta-htag span{
  color: #fff !important;
  font-family: MinionPro;
  font-style: italic;
  font-weight: normal;
}

.fw-full-cta-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: fit-content;
  min-width: 230px;
  height: 66px;
  font-weight: 700;
  padding: 0 30px;
  text-align: center;
  border: none;
  border-radius: 50px;
  text-decoration: none !important;
  background-color: #151515;
  color: #fff;
  font-size: 20px;
  font-family: GTWalsheimProBold;
}

/*=-------------------------------------------------------------------------------------------------*/
.fw-blogs-section{
  padding-top: 125px;
  padding-bottom: 125px;
  background-color: #2d0a2e;
  width: 100%;
}

.fw-rwbor-btm{
  padding-bottom: 52px;
  border-bottom: 1px solid #c8c8c86b;
  margin-bottom: 84px;
}


.fw-col-lg-8{
  width: 70%;
}

.fw-col-lg-4{
  width: 30%;
}

.fw-blogs-htag{
  color: #fff;
  position: relative;
  font-size: 90px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -3px;
  font-family: GTWalsheimProBold;
  margin-bottom: 0;
}

.fw-blogs-htag1{
  font-weight: 400;
  font-style: italic;
  font-size: 45px;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 20px;
  font-family: MinionPro;
  color: #fff;
}

.fw-col-lg-video{
  width: 65%;
  padding-right: 25px;
}

.fw-col-lg-blog{
  width: 35%;
  padding-left: 25px;
}

.video__frame {
    width: 100%;
    height: 550px;
    overflow: hidden;
    display: flex;
    position: relative;
}

.thumbnail__wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

picture, picture img {
    width: 100%;
    height: 100%;
    display: flex;
}

.thumbnail__wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play__control {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    font-size: 0px;
    cursor: pointer;
}

.soupy{
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  font-family: GTWalsheimProBold;
}

.video-content{
  margin-top: 30px;
}

.soupy2{
  display: block;
  font-size: 40px;
  font-weight: normal;
  letter-spacing: -0.8px;
  line-height: 1.25;
  color: #fff;
  font-family: GTWalsheimProBold;
}

.soupy3{
  color: #c8c8c8;
  font-size: 20px;
  font-weight: 400;
  font-family: GTWalsheimProRegular;
  line-height: 1.5 !important;
}


.subscribe__block {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  margin-top: 22px;
}

.subscribe__block > span {
    color: #24fbbf;
}


.subscribe__block > a {
    width: 156px;
    display: flex;
    margin-left: 16px;
}




.cornerstone__item:not(:last-of-type) {
    margin-bottom: 34px;
}
.cornerstone__item {
    position: relative;
    width: 100%;
    height: 329px;
    overflow: hidden;
    border: 1px solid #3F3F3F;
}

.cornerstone__item a {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #151515e6;
    color: #fff;
    padding: 30px;
    font-size: 22px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    transition: all 200ms var(--easing);
}

picture, picture img {
    width: 100%;
    height: 100%;
    display: flex;
}



.all-blogs-area{

}

.single-blogs{
  width: 100%;
  display: flex;
  border: 1px solid #ebe8e85c;
  margin-bottom: 35px;
}

.single-blogs-image{
  width: 50%;
}

.single-blogs-content{
  width: 50%;
}

.blog-heading{
  color: #fff;
  font-family: GTWalsheimProBold;
  line-height: 1.25;
  font-size: 24px;
  margin-bottom: 25px;
  margin-top: 10px;
}
.blog-p{
  color: #c8c8c8;
  font-size: 18px;
  font-weight: 400;
  font-family: GTWalsheimProRegular;
  line-height: 1.35 !important;
  margin-bottom: 30px !important;
}

.blog-atag{
  /*font-family: GTWalsheimProBold;*/
  font-size: 16px;
}

.blog-atag:hover{
  color: #fff;
}

.sp-blogs-content{
  padding: 10px 15px;
}

.blg-100{
  width: 100%;
}







/*=====================================================================================*/
.w-100{
  width: 100%;
}

.sunny1{
  position: relative;
  z-index: 1;
  width: 100%;
}

.sunny-magrin{
  margin-top: 45px;
  margin-bottom: 45px;
}


.gk-blog-big{
  width: 100%;
  /*height: 510px;*/
  object-fit: cover;
  margin-bottom: 30px;
}

.gk-blog-small{
  width: 100%;
  height: 310px;
  object-fit: cover;
}

.sf-blank-section{
  background-color: #fff; 
  padding-top: 300px;
}

.round-clock{
  margin-top: 10px;
}


@media all and (max-width:1560px) {
  .single-team-member {width: calc(25% - 45px);}
}

@media (min-width:2000px) and (max-width:2699px) {
    .single-team-member img {height: 630px;}
    .comp-topimage {margin-top: -140px;}
    .compSection {margin-bottom: -300px;}
}

@media (max-width:1450px) {
  .fw-container {max-width: 1380px;}
  .fw-blogs-htag1 {font-size: 42px;line-height: 1.2;}
}

@media (max-width:1370px) {
  .fw-container {max-width: 1300px;}
  .compsech2 {font-size: 85px;}
  .compSection {padding-top: 100px;}
  .fw-cta-htag {font-size: 85px;}
  .nw-faq-2 {font-size: 85px;}
  .nw-faq-section {padding-top: 100px;padding-bottom: 100px;}
  .fw-blogs-htag {font-size: 85px;}
  .fw-blogs-htag1 {font-size: 38px;}
  .blog-heading {font-size: 20px;}
}

@media (max-width:600px) {
  .compSection {padding-top: 50px;margin-bottom: -85px;}
  .compsech2 {
    font-size: 38px;
    line-height: 1.05;
    letter-spacing: -.25vw;
  }
  .comprwo-mt {margin-top: 0px;}
  .compsecptag {
    padding: 0 0px;
    margin-top: 0 !important;
    text-align: center;
  }
  .comp-topimage {margin-top: 0px;}
  .ns-talk-btn {
    font-size: 20px;
    min-width: 100%;
    height: 55px;
    padding: 0 30px;
    margin: 10px auto 0;
    font-weight: 700;
  }
  .padd-lft {padding-left: 0px;}
  .fw-col-half {width: 100%;}

  .single-team-member img {
    height: 46vw;
    border-radius: 13px;
  }
  .my-team-images {margin-top: 50px;}
  .cf-padding {padding: 0 0px;}
  .single-team-member {
    width: calc(25% + 7.5vw);
  }

  .team-first-image{margin-left: -20vw;}
  .team-last-image{margin-right: -20vw;}

  .sf-blank-section{
    padding-top: 130px;
  }

  .sunny-magrin {
    margin-top: 0px;
  }

  .round-clock{
    margin-top: -30px;
  }

  .fw-cta-htag{
    font-size: 38px;
    line-height: 1.05;
    letter-spacing: -.25vw;
    margin-bottom: 5px;
  }

  .fw-cta {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .fw-row {
    padding: 0 15px;
  }

  .ns-download-btn {
    height: 53px;
    margin-top: 40px;
    width: 100%;
    font-size: 18px;
  }

  .nw-faq-2 {
    font-size: 8.35vw;
    line-height: 1.05;
    letter-spacing: -.25vw;
    margin-bottom: 50px;
  }

  .nw-faq-1 {
    font-size: 20px !important;
    margin-bottom: 10px !important;
  }

  .nw-faq-section {
    padding-top: 50px;
    padding-bottom: 70px;
  }


  .fw-faq-control:before, .fw-faq-control:after {
    height: 2px;
  }

  .fw-faq-control {
    left: 0px;
  }

  .fw-full-cta {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .fw-foot-cta-htag {
    text-align: center;
    font-size: 40px;
    line-height: 1.05;
    margin-bottom: 20px;
    letter-spacing: -0.8px;
  }

  .fw-full-cta-btn {
    min-width: 180px;
    height: 49px;
    padding: 0 10px;
    font-size: 16px;
    margin: 0 auto;
  }

  .fw-blogs-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .fw-col-lg-8 {
    width: 100%;
  }
  .fw-col-lg-4 {
    width: 100%;
  }
  .fw-blogs-htag{
    font-size: 38px;
    line-height: 1.05;
    letter-spacing: -.25vw;
    margin-bottom: 5px;
  }

  .fw-blogs-htag1 {
    font-size: 28px !important;
  }

  .fw-rwbor-btm {
    padding-bottom: 30px !important;
    margin-bottom: 35px;
  }

  .mob-blogs-row{
    display: block;
  }

  .fw-col-lg-video {
    width: 100%;
    padding-right: 0px;
  }

  .gk-blog-big {
    height: 225px;
  }

  .soupy {
    font-size: 28px;
  }

  .soupy2 {
    font-size: 22px !important;
    letter-spacing: -0.5px;
  }

  .soupy3 {
    margin-top: 0px !important;
  }

  .fw-col-lg-blog {
    width: 100%;
    padding-left: 0px;
  }

  .single-blogs {
    display: block;
    /*border: none;*/
  }

  .gk-blog-small {
    height: 225px;
  }

  .single-blogs-image {
    width: 100%;
  }

  .single-blogs-content {
    width: 100%;
  }

  .blog-heading {
    font-size: 22px !important;
    letter-spacing: -0.5px;
  }

  .all-blogs-area {
    margin-top: 30px;
  }

  .blog-p {
    margin-bottom: 25px !important;
  }

  .video-content {
    margin-top: 25px;
  }


  .blogs-mob-btn{
    height: 53px;
    margin-top: 40px;
    width: 100%;
    border: 2px solid #24fbbf;
    background-color: #2d0a2e;
    font-size: 18px;
    color: #24fbbf;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-weight: 700;
    padding: 0 35px;
    text-align: center;
    border-radius: 50px;
    text-decoration: none !important;
  }





}

/*=====================================================================================*/




@media all and (max-width:1500px) {
    .comp_carousel_of_logo.homeLogoCarousel{
      padding-top: 75px !important;
      padding-bottom: 75px !important;
    }
  }
  @media all and (max-width:979px) {
    .comp_carousel_of_logo.homeLogoCarousel{
      padding-top: 50px !important;
      padding-bottom: 50px !important;
    }
  }
  @media all and (max-width:767px) {
    .comp_carousel_of_logo.homeLogoCarousel{
      padding-top: 35px !important;
      padding-bottom: 35px !important;
    }
  }


section.textcolor__white.comp_content_with_image_grid:has(.row__imagegrid):after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(28%);
  background: #fff;
  z-index: -1;
}
.comp_content_with_image_grid .row__imagegrid {
  padding: 0 60px;
}
.comp_content_with_image_grid .row__imagegrid .grid__wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.comp_content_with_image_grid .row__imagegrid .img__wrap {
  overflow: hidden;
  border-radius: 20px;
  width: calc(25% - 65px);
  height: 530px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.comp_content_with_image_grid[data-animate="1"] .row__imagegrid .grid__wrapper.to_animate_manual .img__wrap {
  opacity: 0;
  transform: scale(1) rotate(-3deg) translate(-30px, 0px);
}
.comp_content_with_image_grid[data-animate="1"] .row__imagegrid .grid__wrapper.to_animate_manual .img__wrap:nth-child(1) {
  transition: all 500ms 500ms cubic-bezier(.61,0,.02,1.75);
}
.comp_content_with_image_grid[data-animate="1"] .row__imagegrid .grid__wrapper.to_animate_manual .img__wrap:nth-child(2) {
  transition: all 500ms 600ms cubic-bezier(.61,0,.02,1.75);
}
.comp_content_with_image_grid[data-animate="1"] .row__imagegrid .grid__wrapper.to_animate_manual .img__wrap:nth-child(3) {
  transition: all 500ms 700ms cubic-bezier(.61,0,.02,1.75);
}
.comp_content_with_image_grid[data-animate="1"] .row__imagegrid .grid__wrapper.to_animate_manual .img__wrap:nth-child(4) {
  transition: all 500ms 800ms cubic-bezier(.61,0,.02,1.75);
}
.comp_content_with_image_grid[data-animate="1"] .row__imagegrid .grid__wrapper.to_animate_manual.elem_in_viewport .img__wrap {
  opacity: 1;
  transform: scale(1) rotate(0deg) translate(0px, 0px);
}
.comp_content_with_image_grid .row__imagegrid .img__wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.comp_content_with_image_grid .row__imagegrid .img__wrap:first-of-type,
.comp_content_with_image_grid .row__imagegrid .img__wrap:last-of-type {
  top: -145px;
}
.comp_content_with_image_grid .row__partnerslogo {
  margin-top: 80px;
}
.comp_content_with_image_grid .row__partnerslogo .logo__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 230px;
  grid-row-gap: 45px;
  justify-content: space-between;
}
.comp_content_with_image_grid .row__partnerslogo .logo__wrapper .img__wrap {
  width: 100%;
  max-height: 100px;
  opacity: 0.5;
  filter: grayscale(1) brightness(0.5);
  transition: all 300ms var(--easing);
}
.comp_content_with_image_grid .row__partnerslogo .logo__wrapper .img__wrap:hover {
  opacity: 1;
  filter: grayscale(0) brightness(1);
}
.comp_content_with_image_grid .row__partnerslogo .logo__wrapper .img__wrap img {
  object-fit: contain;
}
@media all and (max-width: 1700px) {
  .comp_content_with_image_grid .row__imagegrid .img__wrap {
    width: calc(25% - 3vw);
    height: 31.5vw;
  }
  .comp_content_with_image_grid .row__imagegrid .img__wrap:first-of-type,
  .comp_content_with_image_grid .row__imagegrid .img__wrap:last-of-type {
    top: -8vw;
  }
}
@media all and (max-width: 1500px) {
  .comp_content_with_image_grid .row__partnerslogo .logo__wrapper {
    grid-column-gap: 13vw;
  }
}
@media all and (max-width: 1199px) {
  .comp_content_with_image_grid .row__imagegrid .img__wrap {
    width: calc(25% - 2vw);
    height: 31.5vw;
  }
  .comp_content_with_image_grid .row__imagegrid {
    padding: 0 40px;
  }
}
@media all and (max-width: 979px) {
  .comp_content_with_image_grid .row__imagegrid {
    padding: 0 20px;
  }
  .comp_content_with_image_grid .row__partnerslogo .logo__wrapper {
    grid-column-gap: 10vw;
  }
}
@media all and (max-width: 767px) {
  .comp_content_with_image_grid .row__imagegrid .grid__wrapper {
    margin-top: 30px;
  }
  .comp_content_with_image_grid .row__imagegrid .img__wrap {
    width: calc(25% + 3vw);
    height: 38vw;
  }
  .comp_content_with_image_grid .row__imagegrid {
    padding: 0;
  }
  .comp_content_with_image_grid .row__imagegrid .img__wrap:first-of-type {
    margin-left: -12vw;
  }
  .comp_content_with_image_grid .row__imagegrid .img__wrap:last-of-type {
    margin-right: -12vw;
  }
  section.textcolor__white.comp_content_with_image_grid:has(.row__imagegrid):after {
    height: 35vw;
  }
  .comp_content_with_image_grid .row__partnerslogo {
    margin-top: 50px;
  }
  .comp_content_with_image_grid .row__partnerslogo .logo__wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 14vw;
    grid-row-gap: 7vw;
  }
  .comp_content_with_image_grid .row__partnerslogo .logo__wrapper .img__wrap {
    opacity: 0.5 !important;
  }
  .comp_content_with_image_grid .row__partnerslogo .logo__wrapper .img__wrap:hover {
    opacity: 1 !important;
  }
  .comp_content_with_image_grid .row__partnerslogo .logo__wrapper .img__wrap {
    max-height: 70px;
  }
}
@media all and (max-width: 480px) {
  .comp_content_with_image_grid .row__imagegrid .grid__wrapper {
    margin-top: 20px;
  }
  .comp_content_with_image_grid .row__imagegrid .img__wrap {
    width: calc(25% + 7vw);
    height: 46vw;
    border-radius: 13px;
  }
  .comp_content_with_image_grid .row__imagegrid {
    padding: 0;
  }
  .comp_content_with_image_grid .row__imagegrid .img__wrap:first-of-type {
    margin-left: -20vw;
  }
  .comp_content_with_image_grid .row__imagegrid .img__wrap:last-of-type {
    margin-right: -20vw;
  }
  .comp_content_with_image_grid .row__imagegrid .img__wrap:first-of-type,
  .comp_content_with_image_grid .row__imagegrid .img__wrap:last-of-type {
    top: 0;
  }
  .comp_content_with_image_grid .row__partnerslogo {
    margin-top: 30px;
  }
  .comp_content_with_image_grid .row__partnerslogo .logo__wrapper {
    /* grid-template-columns: 1fr 1fr; */
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }
  .comp_content_with_image_grid .row__partnerslogo .logo__wrapper .img__wrap {
    max-height: 60px;
  }
}

/*New Section Starts From Here DELETE  Section 2