.fullWidthMenu.box-menu {
  margin: 0 0 0 auto !important;
}

.box-menu {
  display: block;
}

.menu a {
  color: #fff;
}

.logo:before {
  content: "";
  background: linear-gradient(#f0f, transparent);
  filter: blur(25px);
  -webkit-filter: blur(25px);
  height: 220%;
  width: 110vw;
  position: absolute;
  opacity: .3;
  border-radius: 50px;
  transform: translate(-10%, -50%);
  top: 50%;
  left: 0;
}

.bannerSec {
  position: relative;
}

.bannerSec video {
  width: 100%;
}

.bannerContent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}

.bannerContent p {
  margin: 0 0 20px;
  text-align: center;
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
}

.bannerContent a {
  margin: 40px auto 0;
  display: table;
}

.bannerContent .gradientText {
  font-size: 40px;
}

.aboutSec {
  padding: 60px 0 0;
  position: relative;
  overflow-x: clip;
}

.aboutSec:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(left, #97539F, #FCBE6B);
  background: -webkit-linear-gradient(left, #97539F, #FCBE6B);
  height: 110%;
  width: 50%;
  border-radius: 50%;
  filter: blur(190px);
  opacity: 0.30;
  z-index: 0
}

.aboutSec p {
  margin: 0 0 30px
}

.aboutSec h3 {
  text-align: right;
  left: auto !important;
}

.stackingCardsSec {
  margin: 100px 0 100px;
  position: relative;
  overflow-x: clip;
}

.stackingCardsSec:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: linear-gradient(left, #97539F, #FCBE6B);
  background: -webkit-linear-gradient(left, #97539F, #FCBE6B);
  height: 110%;
  width: 50%;
  border-radius: 50%;
  filter: blur(190px);
  opacity: 0.30;
  z-index: 0
}

.firstCard {
  background: #F0F1B9;
}

.secondCard {
  background: #B9D9F1;
}

.thirdCard {
  background: #B9F1C5;
}

.forthCard {
  background: #ffe4d1;
}

.dontKnowBannerSec {
  background: linear-gradient(130deg, #25356B, #97539F);
  display: flex;
  align-items: center;
  padding: 60px 60px;
  border-radius: 20px;
  position: relative;
  color: #fff;
  overflow: hidden;
}

.dontKnowBannerSec .left {
  max-width: 800px;
  z-index: 1;
}

.dontKnowBannerSec .btn {
  margin: 0 0 0 auto;
}

.dontKnowBannerSec .btn:hover {
  color: initial
}

.centerMainImg {
  width: 80px;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

/* ---------- Container for the orbiting circles animation ---------- */
#circle-orbit-container {
  position: relative;
  top: 0;
  right: -170px;
  height: 300px;
  width: 300px;
}

/* ---------- Inner orbit - This is the circles closest to the central point ---------- */
#orbit1 {
  position: absolute;
  top: 75px;
  left: 75px;
  width: 150px;
  height: 150px;
  border: 2px #4A437F dashed;
  border-radius: 100%;
  -webkit-animation: spin-right 10s linear infinite;
  animation: spin-right 10s linear infinite;
}

/* ---------- Repeating styles for the inner orbiting circles ---------- */
.orbit1-cirlces {
  position: absolute;
  top: 62px;
  left: -6px;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #9F98E6;
}

/* ---------- Middle orbit - This is the circles second closest to the central point ---------- */
#orbit2 {
  position: absolute;
  top: 35px;
  left: 35px;
  width: 225px;
  height: 225px;
  border: 2px #4A437F dashed;
  border-radius: 100%;
  -webkit-animation: spin-right 15s linear infinite;
  animation: spin-right 15s linear infinite;
}

/* ---------- Repeating styles for the inner orbiting circles ---------- */
.orbit2-cirlces {
  position: absolute;
  top: 25px;
  left: 17px;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background-color: #4A437F;
}

/* ---------- Outer orbit - This is the circles furthest away from the central point ---------- */
#orbit3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 300px;
  border: 2px #4A437F dashed;
  border-radius: 100%;
  -webkit-animation: spin-right 20s linear infinite;
  animation: spin-right 20s linear infinite;
}

/* ---------- Repeating styles for the outer orbiting circles ---------- */
.orbit3-cirlces {
  position: absolute;
  top: -17px;
  left: 125px;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  background-color: #00FFCA;
}

/* ---------- Outer orbit - This is the circles furthest away from the central point ---------- */
#orbit4 {
  position: absolute;
  top: -46px;
  left: -45px;
  width: 390px;
  height: 390px;
  border: 2px #4A437F dashed;
  border-radius: 100%;
  -webkit-animation: spin-right 20s linear infinite;
  animation: spin-right 20s linear infinite;
}

/* ---------- Repeating styles for the outer orbiting circles ---------- */
.orbit4-cirlces {
  position: absolute;
  top: -17px;
  left: 125px;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  background-color: #00FFCA;
}

/* ---------- Outer orbit - This is the circles furthest away from the central point ---------- */
#orbit5 {
  position: absolute;
  top: -100px;
  left: -100px;
  width: 494px;
  height: 494px;
  border: 2px #4A437F dashed;
  border-radius: 100%;
  -webkit-animation: spin-right 20s linear infinite;
  animation: spin-right 20s linear infinite;
}

/* ---------- Repeating styles for the outer orbiting circles ---------- */
.orbit5-cirlces {
  position: absolute;
  top: -17px;
  left: 125px;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  background-color: #00FFCA;
}

/* ---------- Animation ---------- */
@-webkit-keyframes spin-right {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.testimonailSec {
  background: url(../images/testimonial-bg.png) no-repeat;
  background-size: cover;
  color: #fff;
  padding: 100px 0 20px;
  margin: 100px 0 0;
  overflow-x: hidden;
  width: 100vw;
}

.testimonailSec h3 {right: -50vw;left: auto !important;}

.quote-icon {
  left: 0;
}

.testimonailCarousel {
  padding: 50px 0;
}

.testimonailCarousel .content {
  text-align: left;
  max-width: 1100px;
  margin: 0 auto;
}

.testimonailCarousel .content p {
  margin:0 0 30px
}

.testimonailCarousel .namingRow {
  display: flex;
  justify-content: flex-end;
  margin: 50px 0 0;
}

.testimonailCarousel .company {
    max-width: 250px;
}

.dontKnowBannerWave {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.dontKnowBannerWave .wave {
  animation: wave 8s linear infinite;
}

.dontKnowBannerWave .wave1 {
  animation: wave1 10s linear infinite;
}

.dontKnowBannerWave .wave2 {
  animation: wave2 12s linear infinite;
}

@keyframes wave {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(100%);
  }
}

@keyframes wave1 {
  0% {
    transform: scaleY(1.2) translateX(0%);
  }

  100% {
    transform: scaleY(1.2) translateX(100%);
  }
}

@keyframes wave2 {
  0% {
    transform: scaleY(.8) translateX(0%);
  }

  100% {
    transform: scaleY(.8) translateX(100%);
  }
}

.industriesSec {
  display: flex;
  padding: 100px 0;
}

.industryThumb,
.insuranceThumb {
  padding: 30px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.industryThumb {
  background: linear-gradient(130deg, #97539F, #25356B);
  color: #fff;
  height: 100%;
}

.industryThumb img {
  margin: 0 auto -122px;
  display: table;
}

.insuranceThumbWrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.insuranceThumb {
  background: #fff;
  box-shadow: 10px 10px 34px rgb(0 0 0 / 5%);
  padding-right: 130px;
}

.insuranceThumb:first-child {
  margin: 0 0 30px;
}

/* Waves Animation start*/

.hero_area {
  position: relative;
}

.waves {
  position: absolute;
  width: 140%;
  top: -160px;
  right: -84%;
  transform: rotate(-90deg);
}

.parallax>use {
  animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

.parallax>use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

.parallax>use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}

.parallax>use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    transform: translate3d(85px, 0, 0);
  }
}


/*Shrinking for mobile*/

@media (max-width: 768px) {
  .waves {
    height: 40px;
    min-height: 40px;
  }
}

/* Waves Animation end*/

.familySec {
  margin: 0 0 300px;
  overflow-x: hidden;
  width: 100vw;
}

.familySec h3 {
  right: -50vh;
  left: auto !important;
  position: relative;
}

.mac-health {
  position: absolute;
  margin: -100px 0 0 -80px;
}

.careerWrap {
  background: linear-gradient(130deg, #25356B, #97539F);
  border-radius: 20px;
  width: 80%;
  margin: 0 0 0 auto;
  padding: 40px 40px 60px 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.careerWrap h4 {
  color: #fff;
  text-align: right;
  margin: 0 0 50px;
}

.careerWrap .right {}

.careerWrap .btn {
  margin: 0 50px 0 0;
}

.carrerImgWrap {
  display: flex;
  flex-wrap: wrap;
  width: 500px;
  justify-content: center;
  margin: 0 0 0 auto;
  row-gap: 20px;
  column-gap: 60px;
}

.carrerImgWrap figure {height: 100px;width: 100px;display: flex;align-items: center;justify-content: center;border-radius: 50%;overflow: hidden;}

.carrerImgWrap figure img {
    height: 100%;
    max-width: initial;
}

.lifeatSec {
  align-items: center;
}

.lifeatSec h4 {
  margin: 0 0 40px;
}

.lifeatSec p {
  margin: 0 0 40px;
}

.verticalSliderWrap {
  display: flex;
  position: relative;
  top: -50px;
  gap: 20px;
}

.verticalSliderWrap .demoWrap:after,
.verticalSliderWrap .demoWrap:before {
  content: "";
  height: 50px;
  width: 100%;
  position: absolute;
  z-index: 1;
}
.verticalSliderWrap .demoWrap:before {
  background: linear-gradient(#f6f6f8 40% , transparent);
  top: 0;
}
.verticalSliderWrap .demoWrap:after {
  background: linear-gradient(transparent, #f6f6f8 40%);
  bottom: 0
}

.verticalSliderWrap ul {
  position: relative !important;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.verticalSliderWrap li {
  max-width: 200px;
  position: relative !important;
}

.verticalSliderWrap .demoWrap1 {
  height: 490px;
  top: 100px;
}

.verticalSliderWrap .demoWrap2 {
  height: 800px;
}

.verticalSliderWrap .demoWrap3 {
  top: 50px;
  height: 800px;
}

#sineWavesId {}

#sineWavesId ul {
  position: fixed;
  top: 0;
  right: 10px;
  list-style: none;
}

#sineWavesId ul>li {
  display: inline-block;
  padding-right: 10px;
  cursor: pointer;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#sineWavesId ul>li:hover {
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

#sineWavesId #waves {
  position: absolute;
  left: 270px;
}

.stickySine {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

@media only screen and (max-width: 980px) {
  .bannerSec {
    overflow: hidden;
  }

  .bannerSec video {
    height: 500px;
    width: auto;
  }

	.imgLineWrap {
		display: none;
	}
  
  .bannerContent p,
  .bannerContent .gradientText {
    font-size: 26px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 787px) {
  .logo {
      margin: 5px 0 0 0;
  }
  .aboutSec {
    padding: 50px 0 0;
  }

  .aboutSec h3 {
    margin: 0;
    text-align: center;
  }

  .serviceWrapper {
    height: 400px;
  }

  .imgLineWrap .verLine {
    display: none;
  }

  .imgLineWrap img {
    width: 140px;
    margin: 0;
  }

  .serviceCarousel {
    left: 0;
  }

  .carousel__item:before {
    width: 4%;
  }

  .stackingCardsSec {
    margin: 20px 0 100px;
  }

  .stack-cards__item>* {
    padding: 30px 30px 20px 30px;
    position: relative;
  }

  .stack-cards {
    padding-bottom: 0 !important;
  }

  .stack-cards__item {
    height: 100%;
    padding: 0;
    transform: translateY(0) !important;
    margin: 0 0 20px;
    position: sticky;
    top: 0;
  }

  .dontKnowBannerSec {
    flex-direction: column;
    padding: 60px 40px;
  }

  .dontKnowBannerWave {
    top: inherit;
    bottom: 0;
    transform: rotate(180deg);
  }

  .dontKnowBannerSec .btn {
    margin: 30px auto 0 0;
  }

  .testimonailSec {
    padding: 60px 0 20px;
  }

  .testimonailSec h3 {
    right: 0;
  }

  .quote-icon {
    display: none
  }

  .testimonailCarousel {
    padding: 0px 0;
  }

  .testimonailCarousel .namingRow {
    flex-direction: column;
    margin: 40px 0 20px;
    align-items: flex-end;
  }

  .testimonailCarousel .company {
    width: 200px;
  }

  .insuranceThumbWrap {
    margin: 30px 0 0;
  }

  .insuranceThumb {
    padding-right: 20px;
  }

  .industriesSec {
    padding: 100px 0 0;
  }

  .familySec h3 {
    text-align: left !important;
    right: 0;
    margin: 60px 0 0px;
  }

  .mac-health {
    margin: 0;
    position: static;
  }

  .careerWrap {
    width: 100%;
    flex-direction: column;
    padding: 40px 40px 40px 40px;
  }

  .careerWrap h4 {
    padding: 0;
    text-align: left;
  }

  .careerWrap .right {
    order: 0;
  }

  .careerWrap .btn {
    order: 1;
    margin: 0 auto 0 0;
  }

  .carrerImgWrap {
    width: auto;
    column-gap: 20px;
    margin: 0 0 40px;
    justify-content: flex-start;
  }

  .familySec {
    margin: 0 0 60px;
  }

  .verticalSliderWrap {
    top: 50px;
  }

  .verticalSliderWrap .demoWrap1,
  .verticalSliderWrap .demoWrap3 {
    top: 0;
  }
}