@import url("https://pro.fontawesome.com/rleases/v6.0.0-beta1/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Exo+2:wght@300;500;700&display=swap");
@import url(styles.css);

.banner_section {
  width: 100%;
  /* float: left; */
  background-image: url(../img/careerimage.png);
  height: auto;
  padding-bottom: 90px;
  background-size: cover;
}

.discover_bt {
  display: inline-block;
  padding: 10px 20px;
  color: var(--white-color);
  text-decoration: none;
  border-radius: 5px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: var(--dark-blue-color-service);
  border: none;
  font-size: 16px;
  cursor: pointer;
  color: var(--white-color);
}

.discover_bt:hover {
  background-color: var(--orange-color);
  box-shadow: 0 0 5px var(--dark-blue-color-service),
    0 0 25px var(--orange-color),
    0 0 50px var(--dark-blue-color-service),
    0 0 200px var(--dark-blue-color-service);
  transform: translateY(-1px);
  color: var(--white-color);
  /* -webkit-box-reflect:below 1px linear-gradient(transparent, #0005); */

}

/* ----------------------------------help u ---------------------- */
.section-heading {
  margin-bottom: 50px;
  text-align: center;
  position: relative
}

.section-heading h1,
.section-heading h2,
.section-heading h3,
.section-heading h4,
.section-heading h5,
.section-heading h6 {
  padding-bottom: 25px;
  position: relative;
  margin-bottom: 0;
  z-index: 1;
  font-weight: 700
}

.section-heading:before {
  position: absolute;
  content: '';
  width: 40px;
  height: 3px;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  background: var(--vivid-orange-color);
  z-index: 1
}

.section-heading .dotted-box .dotted {
  position: absolute;
  left: 50%;
  margin-left: 25px;
  width: 3px;
  height: 3px;
  bottom: 0px;
  background: var(--vivid-orange-color);
  z-index: 1
}

.section-heading .dotted-box .dotted:nth-child(2) {
  left: 50%;
  margin-left: 30px
}

.section-heading .dotted-box .dotted:last-child {
  left: 50%;
  margin-left: 35px
}

.career-wrapper {
  position: relative;
  /* float: none; */
  overflow: hidden;
  background: var(--dark-charcoal-grey);
  text-align: center;
  cursor: pointer
}

.career-wrapper .service-content img {
  max-width: none;
  width: calc(100% + 50px);
  /* opacity: 0.7; */
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-40px, 0, 0)
}

.career-wrapper .service-content .service-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 50px;
  color: var(--white-color);
  text-align: left;
  backface-visibility: hidden
}

.career-wrapper .service-content .service-innercontent {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 50px;
  width: 100%
}

.career-wrapper .service-content h3 {
  color: var(--white-color);
  transform: translate3d(0, 40px, 0);
  transition: transform 0.35s
}

.career-wrapper .service-content p {
  transform: translate3d(0, 40px, 0);
  color: var(--white-color);
  transition: transform 0.35s
}

.career-wrapper .service-content .service-button {
  color: var(--white-color);
  opacity: 0;
  margin-top: 20px;
  transform: translate3d(0, 40px, 0);
  transition: opacity 0.2s, transform 0.35s;
  height: 0
}

.career-wrapper:hover {
  background: var(--black-color);
}

.career-wrapper .service-content:hover img {
  transform: translate3d(0, 0, 0);
  opacity: 0.5
}

.career-wrapper .service-content:hover h3,
.career-wrapper .service-content:hover p {
  transform: translate3d(0, 0, 0)
}

.career-wrapper .service-content:hover .service-button {
  transition-delay: 0.05s;
  transform: translate3d(0, 0, 0);
  transition-duration: 0.35s;
  opacity: 1;
  height: auto
}

@media screen and (max-width: 1199px) {

  .career-wrapper .service-content .service-inner,
  .career-wrapper .service-content .service-innercontent {
    padding: 50px 40px
  }
}

.butn {
  position: relative;
  display: inline-block;
  background: var(--vivid-orange-color);
  color: var(--white-color);
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: none;
  font-size: 14px;
  cursor: pointer;
  outline: none;
  font-weight: 600;
  padding: 16px 30px;
  border-radius: 0;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: 1;
}

.butn.btn-white {
  background: var(--white-color);
  color: var(--dark-charcoal-grey);
  transition: all 0.5s;
}

.career-wrapper:hover {
  background: var(--black-color) !important;
}

/* ------------------------- */
/* -------------------------owl ----------------- */
.service-carousel {
  position: relative;
  /* float: none; */
  overflow: hidden;
  background: var(--dark-charcoal-grey);
  text-align: center;
  cursor: pointer
}

.service-carousel .carousel-content img {
  max-width: none;
  width: calc(100% + 50px);
  /* opacity: 0.7; */
  /* transition: opacity 0.35s, transform 0.35s;
    transform: translate3d(-40px, 0, 0) */
}

.carousel-innerpage {
  margin-bottom: 0;
}

.carousel-item {
  transition: transform 0.6s ease;
  /* Adjust transition speed as needed */
}

.service-carousel .carousel-content .carousel-innerpage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 50px;
  color: var(--white-color);
  text-align: left;
  backface-visibility: hidden;
 
}

.service-carousel .carousel-content .carousel-innercontent {
  bottom: 0;
  left: 0;
  padding: 50px;
  width: 100%;
  display: none !important;
  position: relative;
  display: table-cell;
  vertical-align: bottom;

}


.service-carousel .carousel-content h3 {
  color: var(--white-color);
 
}


.service-carousel .carousel-content .service-button {
  color: var(--white-color);
  opacity: 0;
  margin-top: 20px;
  transform: translate3d(0, 40px, 0);
  transition: opacity 0.2s, transform 0.35s;
  height: 0;
}

.service-carousel:hover {
  background: var(--black-color);
}

.service-carousel .carousel-content:hover .carousel-innercontent {

  display: block !important;
}

.service-carousel .carousel-content:hover .carousel-innerpage {
  z-index: 2;
  opacity: 0;
  top: 0;
  /* transform: translateY(-80px); */
  /* transform: perspective(400px) rotateX(-90deg); */
  transform-origin: top;
  transition: all 12s;
  background: var(--pumpkin-orange-color) !important;
  display: block !important;
}

.service-carousel .carousel-content:hover .caption {
  display: none;
}

.service-carousel .carousel-content:hover img {
  display: block;
  /* transform: translate3d(0, 0, 0); */
  opacity: 0.5;
}

.service-carousel .carousel-content:hover h3,
.service-carousel .carousel-content:hover p {
  display: block !important;
  transform: translate3d(0, 0, 0)
}

.service-carousel .carousel-content:hover .service-button {
  transition-delay: 0.05s;
  /* transform: translate3d(0, 0, 0); */
  transition-duration: 0.35s;
  opacity: 1;
  height: auto
}

@media screen and (max-width: 1199px) {

  .service-carousel .carousel-content .carousel-innerpage,
  .service-carousel .carousel-content .carousel-innercontent {
    padding: 50px 40px
  }
}

.carousel-content .caption {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 30px;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
  transition: all 0.5s;
}

/* -----------------------------------circle------------------------------ */

/* ---------------------------------------------circle cards alignment ---------------------------------- */
#wrapper {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

/*++++CIRCLE++++*/
.prems-fading-circle {
  margin: 120px auto;
  width: 100%;
  max-width: 350px;
  height: 350px;
  position: relative;
}

.prems-fading-circle .prems-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.prems-fading-circle .prems-circle>div {
  content: "";
  display: block;
  margin: 0 auto;
  width: 10px;
  height: 10px;
  background: linear-gradient(135deg, var(--pinkish-red-color) 10%, var(--medium-purple-color-rgb) 100%);
  /* background-color: #49b8ac; */
  /* background-color:darkorange; */
  border-radius: 100%;
  opacity: 0.3;
  -webkit-animation: prems-circleFadeDelay 1s normal forwards ease-in-out;
  -moz-animation: prems-circleFadeDelay 1s normal forwards ease-in-out;
  animation: prems-circleFadeDelay 1s normal forwards ease-in-out;
}

.prems-fading-circle .prems-circle1>div {
  animation-delay: 10.25s;
}

.prems-fading-circle .prems-circle2>div {
  animation-delay: 10.5s;
}

.prems-fading-circle .prems-circle3>div {
  animation-delay: 10.75s;
}

.prems-fading-circle .prems-circle4>div {
  animation-delay: 11s;
}

.prems-fading-circle .prems-circle5>div {
  animation-delay: 0;
  background: url("https://www.premiums.mobi/userfiles/premiums.mobi/images/Rondje_01.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 30px;
  width: 30px;
  margin-top: -7px;
  opacity: 1;
}

.prems-fading-circle .prems-circle6>div {
  animation-delay: 1.25s;
}

.prems-fading-circle .prems-circle7>div {
  animation-delay: 1.5s;
}

.prems-fading-circle .prems-circle8>div {
  animation-delay: 1.75s;
}

.prems-fading-circle .prems-circle9>div {
  animation-delay: 2s;
}

.prems-fading-circle .prems-circle10>div {
  animation-delay: 2.25s;
}

.prems-fading-circle .prems-circle11>div {
  animation-delay: 2.5s;
  background: url("https://www.premiums.mobi/userfiles/premiums.mobi/images/Rondje_02.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 30px;
  width: 30px;
  margin-top: -7px;
  opacity: 1;
}

.prems-fading-circle .prems-circle12>div {
  animation-delay: 2.75s;
}

.prems-fading-circle .prems-circle13>div {
  animation-delay: 3s;
}

.prems-fading-circle .prems-circle14>div {
  animation-delay: 3.25s;
}

.prems-fading-circle .prems-circle15>div {
  animation-delay: 3.5s;
}

.prems-fading-circle .prems-circle16>div {
  animation-delay: 3.75s;
}

.prems-fading-circle .prems-circle17>div {
  animation-delay: 4s;
  background: url("https://www.premiums.mobi/userfiles/premiums.mobi/images/Rondje_03.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 30px;
  width: 30px;
  margin-top: -7px;
  opacity: 1;
}

.prems-fading-circle .prems-circle18>div {
  animation-delay: 4.25s;
}

.prems-fading-circle .prems-circle19>div {
  animation-delay: 4.5s;
}

.prems-fading-circle .prems-circle20>div {
  animation-delay: 4.75s;
}

.prems-fading-circle .prems-circle21>div {
  animation-delay: 5s;
}

.prems-fading-circle.prems-circle22>div {
  animation-delay: 5.25s;
}

.prems-fading-circle .prems-circle23>div {
  animation-delay: 5.5s;
}

.prems-fading-circle .prems-circle24>div {
  animation-delay: 5.75s;
}

.prems-fading-circle .prems-circle25>div {
  animation-delay: 6s;
  background: url("https://www.premiums.mobi/userfiles/premiums.mobi/images/Rondje_04.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 30px;
  width: 30px;
  margin-top: -7px;
  opacity: 1;
}

.prems-fading-circle .prems-circle26>div {
  animation-delay: 6.25s;
}

.prems-fading-circle .prems-circle27>div {
  animation-delay: 6.5s;
}

.prems-fading-circle .prems-circle28>div {
  animation-delay: 6.75s;
}

.prems-fading-circle .prems-circle29>div {
  animation-delay: 7s;
}

.prems-fading-circle .prems-circle30>div {
  animation-delay: 7.25s;
}

.prems-fading-circle .prems-circle31>div {
  animation-delay: 7.5s;
  background: url("https://www.premiums.mobi/userfiles/premiums.mobi/images/Rondje_05.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 30px;
  width: 30px;
  margin-top: -7px;
  opacity: 1;
}

.prems-fading-circle .prems-circle32>div {
  animation-delay: 7.75s;
}

.prems-fading-circle .prems-circle33>div {
  animation-delay: 8s;
}

.prems-fading-circle .prems-circle34>div {
  animation-delay: 8.25s;
}

.prems-fading-circle .prems-circle35>div {
  animation-delay: 8.5s;
}

.prems-fading-circle .prems-circle36>div {
  animation-delay: 8.75s;
}

.prems-fading-circle .prems-circle37>div {
  animation-delay: 9s;
  background: url("https://www.premiums.mobi/userfiles/premiums.mobi/images/Rondje_06.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 30px;
  width: 30px;
  margin-top: -7px;
  opacity: 1;
}

.prems-fading-circle .prems-circle38>div {
  animation-delay: 9.25s;
}

.prems-fading-circle .prems-circle39>div {
  animation-delay: 9.5s;
}

.prems-fading-circle .prems-circle40>div {
  animation-delay: 9.75s;
}

.prems-fading-circle .prems-circle41>div {
  animation-delay: 10s;
}

.prems-fading-circle .prems-circle2 {
  -webkit-transform: rotate(9deg);
  -ms-transform: rotate(9deg);
  transform: rotate(9deg);
}

.prems-fading-circle .prems-circle3 {
  -webkit-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  transform: rotate(18deg);
}

.prems-fading-circle .prems-circle4 {
  -webkit-transform: rotate(27deg);
  -ms-transform: rotate(27deg);
  transform: rotate(27deg);
}

.prems-fading-circle .prems-circle5 {
  -webkit-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  transform: rotate(36deg);
}

.prems-fading-circle .prems-circle6 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.prems-fading-circle .prems-circle7 {
  -webkit-transform: rotate(54deg);
  -ms-transform: rotate(54deg);
  transform: rotate(54deg);
}

.prems-fading-circle .prems-circle8 {
  -webkit-transform: rotate(63deg);
  -ms-transform: rotate(63deg);
  transform: rotate(63deg);
}

.prems-fading-circle .prems-circle9 {
  -webkit-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  transform: rotate(72deg);
}

.prems-fading-circle .prems-circle10 {
  -webkit-transform: rotate(81deg);
  -ms-transform: rotate(81deg);
  transform: rotate(81deg);
}

.prems-fading-circle .prems-circle11 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.prems-fading-circle .prems-circle12 {
  -webkit-transform: rotate(99deg);
  -ms-transform: rotate(99deg);
  transform: rotate(99deg);
}

.prems-fading-circle .prems-circle13 {
  -webkit-transform: rotate(108deg);
  -ms-transform: rotate(108deg);
  transform: rotate(108deg);
}

.prems-fading-circle .prems-circle14 {
  -webkit-transform: rotate(117deg);
  -ms-transform: rotate(117deg);
  transform: rotate(117deg);
}

.prems-fading-circle .prems-circle15 {
  -webkit-transform: rotate(126deg);
  -ms-transform: rotate(126deg);
  transform: rotate(126deg);
}

.prems-fading-circle .prems-circle16 {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.prems-fading-circle .prems-circle17 {
  -webkit-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  transform: rotate(144deg);
}

.prems-fading-circle .prems-circle18 {
  -webkit-transform: rotate(153deg);
  -ms-transform: rotate(153deg);
  transform: rotate(153deg);
}

.prems-fading-circle .prems-circle19 {
  -webkit-transform: rotate(162deg);
  -ms-transform: rotate(162deg);
  transform: rotate(162deg);
}

.prems-fading-circle .prems-circle20 {
  -webkit-transform: rotate(171deg);
  -ms-transform: rotate(171deg);
  transform: rotate(171deg);
}

.prems-fading-circle .prems-circle21 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.prems-fading-circle .prems-circle22 {
  -webkit-transform: rotate(189deg);
  -ms-transform: rotate(189deg);
  transform: rotate(189deg);
}

.prems-fading-circle .prems-circle23 {
  -webkit-transform: rotate(198deg);
  -ms-transform: rotate(198deg);
  transform: rotate(198deg);
}

.prems-fading-circle .prems-circle24 {
  -webkit-transform: rotate(207deg);
  -ms-transform: rotate(207deg);
  transform: rotate(207deg);
}

.prems-fading-circle .prems-circle25 {
  -webkit-transform: rotate(216deg);
  -ms-transform: rotate(216deg);
  transform: rotate(216deg);
}

.prems-fading-circle .prems-circle26 {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

.prems-fading-circle .prems-circle27 {
  -webkit-transform: rotate(234deg);
  -ms-transform: rotate(234deg);
  transform: rotate(234deg);
}

.prems-fading-circle .prems-circle28 {
  -webkit-transform: rotate(243deg);
  -ms-transform: rotate(243deg);
  transform: rotate(243deg);
}

.prems-fading-circle .prems-circle29 {
  -webkit-transform: rotate(252deg);
  -ms-transform: rotate(252deg);
  transform: rotate(252deg);
}

.prems-fading-circle .prems-circle30 {
  -webkit-transform: rotate(261deg);
  -ms-transform: rotate(261deg);
  transform: rotate(261deg);
}

.prems-fading-circle .prems-circle31 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.prems-fading-circle .prems-circle32 {
  -webkit-transform: rotate(279deg);
  -ms-transform: rotate(279deg);
  transform: rotate(279deg);
}

.prems-fading-circle .prems-circle33 {
  -webkit-transform: rotate(288deg);
  -ms-transform: rotate(288deg);
  transform: rotate(288deg);
}

.prems-fading-circle .prems-circle34 {
  -webkit-transform: rotate(297deg);
  -ms-transform: rotate(297deg);
  transform: rotate(297deg);
}

.prems-fading-circle .prems-circle35 {
  -webkit-transform: rotate(306deg);
  -ms-transform: rotate(306deg);
  transform: rotate(306deg);
}

.prems-fading-circle .prems-circle36 {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}

.prems-fading-circle .prems-circle37 {
  -webkit-transform: rotate(324deg);
  -ms-transform: rotate(324deg);
  transform: rotate(324deg);
}

.prems-fading-circle .prems-circle38 {
  -webkit-transform: rotate(333deg);
  -ms-transform: rotate(333deg);
  transform: rotate(333deg);
}

.prems-fading-circle .prems-circle39 {
  -webkit-transform: rotate(342deg);
  -ms-transform: rotate(342deg);
  transform: rotate(342deg);
}

.prems-fading-circle .prems-circle40 {
  -webkit-transform: rotate(351deg);
  -ms-transform: rotate(351deg);
  transform: rotate(351deg);
}

.prems-fading-circle .prems-circle41 {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
}

/*++Animation++*/

@-moz-keyframes prems-circleFadeDelay {

  0%,
  39% {
    opacity: 0.3;
  }

  40%,
  100% {
    opacity: 1;
  }
}

@-moz-keyframes prems-divAppear {

  0%,
  40% {
    opacity: 0;
  }

  50%,
  100% {
    opacity: 1;
  }

  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }

  50% {
    -moz-transform: scale(1.1);
    opacity: 0.4;
  }

  75% {
    -moz-transform: scale(0.9);
    opacity: 0.7;
  }

  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes prems-circleFadeDelay {

  0%,
  39% {
    opacity: 0.3;
  }

  40%,
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes prems-divAppear {

  0%,
  40% {
    opacity: 0;
  }

  50%,
  100% {
    opacity: 1;
  }

  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }

  50% {
    -moz-transform: scale(1.1);
    opacity: 0.4;
  }

  75% {
    -moz-transform: scale(0.9);
    opacity: 0.7;
  }

  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}

@keyframes prems-circleFadeDelay {

  0%,
  39% {
    opacity: 0.3;
  }

  40%,
  100% {
    opacity: 1;
  }
}

@keyframes prems-divAppear {

  0%,
  40% {
    opacity: 0;
  }

  50%,
  100% {
    opacity: 1;
  }

  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }

  50% {
    -moz-transform: scale(1.1);
    opacity: 0.4;
  }

  75% {
    -moz-transform: scale(0.9);
    opacity: 0.7;
  }

  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}

/*++Circle inner++*/
.prems-fading-circle #inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /* background-color: #e7e7e7; */
  background: linear-gradient(109.6deg, var(--purple-light-color-rgb) 11.2%, var(--light-cyan-color-rgb) 100.1%);
  padding: 10px;
  border-radius: 50%;
  width: 100%;
  max-width: 250px;
  height: 250px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  box-shadow: 0 2px 5px 1px var(--semi-transparent-black-color1-rgba);
}

#inner h3 {
  text-transform: uppercase;
  text-align: center;
  font-size: 1.7rem;
}

/*Container*/
#wrapper .containr {
  width: 100%;
  max-width: 370px;
  padding: 10px 15px;
  position: absolute;
  right: 0;
  z-index: 1;
  top: 0;
  transition: all 1s ease-in-out;
  background-color: var(--light-greenish-yellow-color);
  color: var(--white-color);
  animation: prems-divAppear 2s normal forwards ease-in-out;
  -webkit-animation: prems-divAppear 2s normal forwards ease-in-out;
  -moz-animation: prems-divAppear 2s normal forwards ease-in-out;
  opacity: 0;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
}

#wrapper .containr img {
  max-width: 102px;
  float: left;
  margin: 17px 10px 10px 10px;
  border-radius: 50%;
}

#wrapper .containr.container1 img {
  box-shadow: 5px 4px 21px 2px var(--footer-bg-color);
}

#wrapper .containr.container2 img {
  box-shadow: 5px 4px 21px 2px  var(--footer-bg-color);
}

#wrapper .containr.container3 img {
  box-shadow: 5px 4px 21px 2px var(--footer-bg-color);
}

#wrapper .containr.container4 img {
  box-shadow: 5px 4px 21px 2px var(--footer-bg-color);
}

#wrapper .containr.container5 img {
  box-shadow: 5px 4px 21px 2px var(--footer-bg-color);
}

#wrapper .containr.container6 img {
  box-shadow: 5px 4px 21px 2px var(--footer-bg-color);
}

#wrapper .containr.container4 img,
#wrapper .containr.container5 img,
#wrapper .containr.container6 img {
  float: right;
}

#wrapper h3 {
  padding-top: 10px;
  justify-content: center !important;
  font-size: 40px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  /* float: left; */
  padding-left: 20px;
  /* line-height: 1.1; */
}

#wrapper h3 p {
  opacity: 0.7;
}

#wrapper .container4 h3,
#wrapper .container5 h3,
#wrapper .container6 h3 {
  /* font-size: 1.6rem; */
  font-family: "Open Sans", sans-serif;
  position: absolute;
  right: 150px;
  top: 10px;
  text-align: right;
  padding-top: 10px;
  justify-content: center !important;
  font-size: 40px;
}

#wrapper .containr.container4 p,
#wrapper .containr.container5 p,
#wrapper .containr.container6 p {
  position: absolute;
  top: 60px;
  left: 30px;
  max-width: 260px;
}

#wrapper .container1 {
  margin-right: -60px;
  margin-top: -110px;
  animation: none;
  animation-delay: 0s;
  /* background: #557f8d; */
  background: var(--cranberry-red-color);
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, var(--royal-blue-color), var(--cranberry-red-color));
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, var(--royal-blue-color), var(--cranberry-red-color));
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  border-radius: 80px;
  opacity: 1;
  cursor: pointer;
}

#wrapper .container2 {
  cursor: pointer;
  margin-top: 100px;
  margin-right: -120px;
  animation-delay: 2s;
  /* background-color: #00adb4; */
  background: linear-gradient(109.6deg, var(--light-sky-blue-color-rgb) 11.2%, var(--light-pinkish-color-rgb) 91.1%);
  border-radius: 80px;
}

#wrapper .container3 {
  cursor: pointer;
  margin-top: 302px;
  margin-right: -40px;
  animation-delay: 3.75s;
  transition: all 400ms ease-in-out;
  /* background-color: #41b5ac; */
  /* background: linear-gradient(-20deg, #dcb0ed 0%, #b2e0b5 100%); */
  background: linear-gradient(88.7deg, var(--light-violet-color-rgb) -2.4%, var(--light-bluish-color-rgb) 102%);

  border-radius: 80px;
}

#wrapper .container4 {
  cursor: pointer;
  margin-top: 310px;
  margin-right: 560px;
  animation-delay: 5.5s;
  transition: all 400ms ease-in-out;
  /* background: linear-gradient(to right, #3ab5b0 0%, #3d99be 31%, #56317a 100%); */
  background: radial-gradient(circle at -0.4% 112%, var(--medium-violet-color-rgb) 0%, var(--medium-pink-redish-color-rgb) 92.7%);

  /* background-color: #557f8d; */
  border-radius: 80px;
}

#wrapper .container5 {
  cursor: pointer;
  cursor: pointer;
  margin-top: 100px;
  margin-right: 650px;
  animation-delay: 7.25s;
  transition: all 400ms ease-in-out;
  /* background: linear-gradient(to right, rgb(101, 78, 163), rgb(234, 175, 200)); */
  background: linear-gradient(105.4deg, var(--lighter-violet-color-rgb) 23.9%, var(--lighter-cyan-color-rgb) 86.5%);
  /* background-color: #00adb4; */
  border-radius: 80px;
}

#wrapper .container6 {
  cursor: pointer;
  margin-top: -110px;
  margin-right: 560px;
  animation-delay: 8.75s;
  transition: all 400ms ease-in-out;
  /* background: linear-gradient(to top, #fbc2eb 0%, #a6c1ee 100%); */
  background: linear-gradient(243.3deg, var(--lighter-purplish-violet-color-rgb) 35.7%, var(--lighter-purple-blue-color-rbg) 121.6%);

  /* background: linear-gradient(109.6deg, rgb(220, 196, 252) 11.2%, rgb(150, 199, 253) 100.2%); */
  /* background-color: #40b2aa; */
  border-radius: 80px;
}

#wrapper .container1::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-left: 12px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 15px solid var(--reddish-brown-color);
  margin: 126px 0 0 7px;
  border-radius: 3%;
  outline: 1px solid transparent;
  -webkit-transform: rotateZ(-8deg);
  -webkit-transform-style: preserve-3d;
}

#wrapper .container2::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-left: 12px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 15px solid var(--dark-magneta-color);
  -webkit-transform: rotate(230deg);
  transform: rotate(-90deg);
  margin: 70px 0 0 -18px;
  border-radius: 3%;
}

#wrapper .container3::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-left: 12px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 15px solid var(--light-bluish-color-rgb);
  margin: 16px 0 0 6px;
  border-radius: 3%;
  outline: 1px solid transparent;
  -webkit-transform: rotateZ(65deg);
  -webkit-transform-style: preserve-3d;
}

#wrapper .container4::after {
  content: "";
  display: block;
  position: absolute;
  left: -25px;
  top: 0;
  border-left: 12px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 15px solid var(--medium-violet-color-rgb);
  margin: 17px 0 0 376px;
  border-radius: 3%;
  outline: 1px solid transparent;
  -webkit-transform: rotateZ(405deg);
  -webkit-transform-style: preserve-3d;
}

#wrapper .container5::after {
  content: "";
  display: block;
  position: absolute;
  left: -25px;
  top: 0;
  border-left: 12px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 15px solid var(--lighter-violet-color-rgb);
  -webkit-transform: rotate(230deg);
  transform: rotate(90deg);
  margin: 70px 0 0 395px;
  border-radius: 3%;
}

#wrapper .container6::after {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  top: 0;
  border-left: 12px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 15px solid var(--lighter-purple-blue-color-rbg);
  margin: 123px 0 0 372px;
  border-radius: 3%;
  outline: 1px solid transparent;
  -webkit-transform: rotateZ(134deg);
  -webkit-transform-style: preserve-3d;
}

#wrapper .container1:hover img,
#wrapper .container2:hover img,
#wrapper .container3:hover img,
#wrapper .container4:hover img {
  transform: scale(1.08);
  cursor: pointer;
}

#wrapper .container5:hover img,
#wrapper .container6:hover img {
  transform: scale(1.08);
  cursor: pointer;
}

/* -------------------------------circle rotation ends------------------------- */
.venn-container {
  margin-left: 30%;
  padding: 25px 25px 25px 200px;
}

.venncircle {
  padding: 18px;
  width: 200px;
  height: 200px;
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  border-radius: 50%;
  position: absolute;
  -webkit-transition: color 0.5s linear, background-color 0.5s linear;
  -moz-transition: color 0.5s linear, background-color 0.5s linear;
  -o-transition: color 0.5s linear, background-color 0.5s linear;
  transition: color 0.5s linear, background-color 0.5s linear;
}

.venncircle>a {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.004em;
  color: var(--white-color);
  text-decoration: none;
}

.venncirctop {
  padding: 18px;
  width: 200px;
  height: 200px;
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  border-radius: 50%;
  position: absolute;
  -webkit-transition: color 0.5s linear, background-color 0.5s linear;
  -moz-transition: color 0.5s linear, background-color 0.5s linear;
  -o-transition: color 0.5s linear, background-color 0.5s linear;
  transition: color 0.5s linear, background-color 0.5s linear;
  margin-bottom: -130px;
  margin-left: -70px;
  background-color: var(--charcoal-grey-color);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  background-color: var(--taupe-grey-color);
  z-index: 1;
  position: relative;
  cursor: pointer;
}

.venncirctop>a {
  top: 0px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.004em;
  color: var(--white-color);
  text-decoration: none;
}

.venncirctop:hover {
  z-index: 5;
  background-color: var(--taupe-greyish-color);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  background-color: var(--slate-grey-rgba-color);
}

.venncirclft {
  padding: 18px;
  width: 200px;
  height: 200px;
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  border-radius: 50%;
  position: absolute;
  -webkit-transition: color 0.5s linear, background-color 0.5s linear;
  -moz-transition: color 0.5s linear, background-color 0.5s linear;
  -o-transition: color 0.5s linear, background-color 0.5s linear;
  transition: color 0.5s linear, background-color 0.5s linear;
  margin-left: -157px;
  background-color: var(--dark-blue-cyan-color);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  background-color: var(--semi-transparent-blue);
  z-index: 2;
  cursor: pointer;
}

.venncirclft>a {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.004em;
  color: var(--white-color);
  text-decoration: none;
}

.venncirclft:hover {
  z-index: 5;
  /* background-color: #37688c; */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  background-color: var(--venn-hover-background-color)
}

.venncircrt {
  padding: 18px;
  width: 200px;
  height: 200px;
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  border-radius: 50%;
  position: absolute;
  -webkit-transition: color 0.5s linear, background-color 0.5s linear;
  -moz-transition: color 0.5s linear, background-color 0.5s linear;
  -o-transition: color 0.5s linear, background-color 0.5s linear;
  transition: color 0.5s linear, background-color 0.5s linear;
  margin-left: 17px;
  /* background-color: #5e577b; */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  background-color: var(--venn-light-purple-color);
  z-index: 3;
  text-align: right;
  cursor: pointer;
}

.venncircrt>a {
  /* margin-left: 0px; */
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.004em;
  color: var(--white-color);
  text-decoration: none;
}

.venncircrt:hover {
  z-index: 5;
  /* background-color: #625f75; */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  background-color: var(--venn-light-purple-hover-color);
}

.venncircbtm {
  padding: 18px;
  width: 200px;
  height: 200px;
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  border-radius: 50%;
  position: absolute;
  -webkit-transition: color 0.5s linear, background-color 0.5s linear;
  -moz-transition: color 0.5s linear, background-color 0.5s linear;
  -o-transition: color 0.5s linear, background-color 0.5s linear;
  transition: color 0.5s linear, background-color 0.5s linear;
  top: 90px;
  margin-right: 100px;
  margin-left: -70px;
  text-align: center;
  /* background-color: #627746; */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  background-color: var(--venn-light-greenish-color);
  z-index: 1;
  position: relative;
  cursor: pointer;
}

.venncircbtm>a {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.004em;
  color: var(--white-color);
  text-decoration: none;
}

.venncircbtm:hover {
  z-index: 5;
  /* background-color: #3a4e20; */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  background-color: var(--venn-dark-greenish-color);
}

.venntxttop {
  text-align: center;
  display: inline-block;
  margin: 0 auto auto 20px;
  position: relative;
  top: 20px;
}

.venntxttop:hover {
  color: var(--white-color);
  text-decoration: none;
}

.venntxtrt {
  margin-left: 64px !important;
  padding-top: 8px;
  margin: 0 0 0 70px;
  display: inline-block;
  position: relative;
  top: 63px;
  z-index: 5;
}

.venntxtrt:hover {
  color: var(--white-color);
  text-decoration: none;
}

.venntxtlft {
  width: 70%;
  display: inline-block;
  position: relative;
  top: 63px;
  z-index: 5;
}

.venntxtlft:hover {
  color: var(--white-color);
  text-decoration: none;
}

.venntxtbtm {
  text-align: center;
  display: inline-block;
  width: 70%;
  position: relative;
  top: 90px;
  line-height: 0.9em;

}

.venntxtbtm:hover {
  color: var(--white-color);
  text-decoration: none;
}

.venntxtcenter {
  z-index: 1000;
  position: absolute;
  font-size: 40px;
  margin-top: 130px;
  margin-left: -15px;
  color: var(--color-orange);
}

.venntxtcenter:hover {
  color: var(--color-white);
}


/* -------------------------------------------------------------- */
.career-figure {
  /* background-color: #eee; */
  display: block;
  height: 0;
  margin: 0 auto;
  position: relative;
  font-size: 16px;
  font-size: 1vw;
  width: 40em;
  padding-bottom: 40em;
}

figcaption {
  font-size: 4rem;
  text-align: center;
  color: var(--white-color);
  /* width: 100%; */
  position: absolute;
  left: 0;
  top: 40%;
  z-index: 2;
  padding: 0;
  margin-left: 38%;
  /* height: 10px; */
  /* cursor: pointer; */
}

figure svg {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;

}

figure circle {
  fill: var(--transparent-black-color-rgba);
  stroke-width: 31.8309886184;
  stroke-dasharray: 0, 0, 0, 100;
  stroke-dashoffset: 25;
  -webkit-animation: pie1 3s infinite ease both;
  animation: pie1 8s ease both;
  animation-play-state: paused;
}

.pie1 {
  /* stroke: hsl(180, 70%, 30%); */
  /* stroke:  hsla(347, 89%, 61%, 1); */
  /* background: -webkit-linear-gradient(91deg, #093619,#0087cb,#be549f);                                        */
  cursor: pointer;
}

.pie2 {
  /* stroke: hsl(180, 70%, 50%); */
  -webkit-animation-name: pie2;
  animation-name: pie2;
  cursor: pointer;
}

.pie3 {
  /* stroke: hsl(180, 70%, 20%); */
  -webkit-animation-name: pie3;
  animation-name: pie3;
  cursor: pointer;
}

.pie4 {
  /* stroke: hsl(180, 0%, 70%); */
  -webkit-animation-name: pie4;
  animation-name: pie4;
  cursor: pointer;
}

/*
 pie percentage made by stroke-dasharray.
 stroke-dasharray format is...

 keyframe 100% : 0 offset this-percentage rest

 I added keyframe 50% for infinite presentation.
*/


/* @-webkit-keyframes pie1 {
  50%,
  100% {
    stroke-dasharray: 35, 65, 0, 0;
  }
}
@keyframes pie1 {
  50%,
  100% {
    stroke-dasharray: 35, 65, 0, 0;
  }
}

@-webkit-keyframes pie2 {
  50%,
  100% {
    stroke-dasharray: 0, 35, 35, 35;
  }
}
@keyframes pie2 {
  50%,
  100% {
    stroke-dasharray: 0, 35, 35, 35;
  }
}

@-webkit-keyframes pie3 {
  50%,
  100% {
    stroke-dasharray: 0, 70, 20, 10;
  }
}
@keyframes pie3 {
  50%,
  100% {
    stroke-dasharray: 0, 70, 20, 10;
  }
}

@-webkit-keyframes pie4 {
  50%,
  100% {
    stroke-dasharray: 0, 90, 10, 0;
  }
}
@keyframes pie4 {
  50%,
  100% {
    stroke-dasharray: 0, 90, 10, 0;
  }
} */
@-webkit-keyframes pie1 {

  50%,
  100% {
    stroke-dasharray: 25, 75, 0, 0;
  }
}

@keyframes pie1 {

  50%,
  100% {
    stroke-dasharray: 25, 75, 0, 0;
  }
}

@-webkit-keyframes pie2 {

  50%,
  100% {
    stroke-dasharray: 0, 25, 25, 50;
  }
}

@keyframes pie2 {

  50%,
  100% {
    stroke-dasharray: 0, 25, 25, 50;
  }
}

@-webkit-keyframes pie3 {

  50%,
  100% {
    stroke-dasharray: 0, 50, 25, 25;
  }
}

@keyframes pie3 {

  50%,
  100% {
    stroke-dasharray: 0, 50, 25, 25;
  }
}

@-webkit-keyframes pie4 {

  50%,
  100% {
    stroke-dasharray: 0, 75, 25, 0;
  }
}

@keyframes pie4 {

  50%,
  100% {
    stroke-dasharray: 0, 75, 25, 0;
  }
}

text.label {
  text-transform: uppercase;
  text-wrap: wrap;
  fill: var(--color-white) !important;
  /* width: 150px !important; */
  font-size: 3px !important;

}