/* Full Parallax Slider */
.slider-wrap{
    background: #000;
    height: 660px;
}
.swiper-slide--inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.swiper-slide{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.slide--bg {
  z-index: 0;
  visibility: inherit;
  font-weight: 400;
  white-space: nowrap;
  min-height: 834px;
  min-width: 834px;
  max-height: 834px;
  max-width: 834px;
  background-color: #16234033;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: auto;
}
.swiper-slide-active .slide--bg{
  animation: zoomInBg 1.5s ease forwards;
}

.slide--bg .slide-bg--inner {
  width: 650px;
  height: 650px;
  background: #16234096;
  margin: auto;
  border-radius: 50%;
}
.swiper-slide-active .slide--bg .slide-bg--inner{
  animation: zoomInInner 1s ease forwards;
}
.slide-detail {
  text-align: center;
  position: absolute;
  top: 43%;
  width: 84%;
  left: 100px;
  color: #fff;
  z-index: 999;
  display: flex;
  align-items: center;
}

.slide-main--heading {
    display: block;
    text-align: center;
    color: #fff;
    line-height: normal;
    text-shadow: rgb(11, 18, 54) 3px 3px 15px;
    padding: 0px 0px 23px;
    font-weight: 700;
    font-size: 52px;
    white-space: normal;
    text-transform: capitalize;text-shadow: rgba(11, 18, 54, 0.52) 3px 3px 15px;
}
.from-left, .from-right {
  opacity: 0;
  filter: blur(4px); 
  transition: opacity 0.5s ease, filter 0.5s ease; 
}
  .knowmorelink:hover{
    color: #bec631;
  }

.swiper-slide-active .from-left {
  animation: fadeInLeft 1s ease forwards;
  animation-delay: 0.8s; 
  font-size:17px;
  font-weight: normal;
}
.swiper-slide-active .from-right {
  animation: fadeInRight 1s ease forwards; 
  animation-delay: 1s; 
}
.slide-main--subheading {
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 20px;
    padding-bottom: 25px;
    font-weight: 500;
    letter-spacing: 1px;
    opacity: 0;
    filter: blur(4px); 

}
.swiper-slide-active .slide-main--subheading{
  transition: opacity 0.5s ease, filter 0.5s ease; 
  animation: fadeInDown 1s ease forwards; 
  animation-delay: 1.2s;
}

.slide-des {
    text-align: center;
    line-height: 25px;
    border-width: 0px;
    padding: 0px 0px 25px;
    letter-spacing: 0px;
    font-weight: 300;
    font-size: 14px;
    white-space: normal;
    min-height: 0px;
    min-width: 347px;
    max-height: none;
    max-width: 347px;
    color: rgb(255, 255, 255);
    margin: auto;
    opacity: 0;
}
.swiper-slide-active .slide-des{
   transition: opacity 0.5s ease, filter 0.5s ease; 
   animation: fadeInUp 1s ease forwards; 
   animation-delay: 1.4s;
}
.slide-cta .slide-btn{
    text-align: inherit;
    line-height: 27px;
    border-width: 1px;
    margin: 0px;
    padding: 18px 70px 18px 46px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    background-image: linear-gradient(to right, #f7693c, #c74e45, #7d3785, #582d9f, #3928af, #582d9f, #7d3785, #c74e45, #f7693c);
    background-size: 200% auto;
    color: #ffffff;
    display: inline-block;
    border: 2px solid transparent;
    width: auto;
    border-radius: 50px;
    position: relative;
    transition: .3s ease-in-out !important;
    opacity: 0;     
}
.swiper-slide-active .slide-cta .slide-btn{
  transition: opacity 0.5s ease, filter 0.5s ease; 
  animation: fadeInUp2 1s ease forwards; 
  animation-delay: 1.4s;  
}
.slide-cta .slide-btn:hover{
    -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, .15);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
    background-position: right center;


}
.slide-cta .slide-btn span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    position: absolute;
    border-radius: 100%;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .35);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .35);
    background: #fff;
    color: #3c2fc0;
}
.slide-badge {
    display: flex;
    flex-direction: column;
    width: 69px;
    height: 69px;
    background: #3c2fc0;
    line-height: normal;
    font-size: 9px;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    position: absolute;
    right: -184px;
    top: 0;
    transition: .3s ease-in-out !important;
    opacity: 0;

}
.swiper-slide-active .slide-badge{
  transition: opacity 0.5s ease, filter 0.5s ease; 
  animation: fadeInUp3 1s ease forwards; 
  animation-delay: 1.5s;   
}  
.slide-badge .patch-check svg{
    height: 20px;
    width: 20px;
    margin-bottom: 4px;
}
/* Keyframe animations for Badge */
@keyframes fadeInUp3 {
  0% {
    opacity: 0;
    transform: translateY(50px); 
}
100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0); 
}
}
/* Keyframe animations for CTA */
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translateY(50px); 
}
100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0); 
}
}
/* Keyframe animations for Description */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(-50px); 
}
100% {
    opacity: 0.7;
    transform: translateY(0);
    filter: blur(0); 
}
}
/* Keyframe animations for Sub Heading */
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-50px); 
}
100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0); 
}
}
/* Keyframe animations for Main Heading */
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px);
}
100% {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0);
}
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(50px); 
}
100% {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0); 
}
}

/* Keyframe animations for background */
@keyframes zoomInBg {
  from {
    opacity: 0;
    transform: scale(0.5);
}
to {
    opacity: 1;
    transform: scale(1);
}
}

@keyframes zoomInInner {
  from {
    opacity: 0;
    transform: scale(0.5);
}
to {
    opacity: 1;
    transform: scale(1);
}
}
.parallax-slider .slide-btns{
        width: 54px;
    height: 54px;
    background: 0 0;
    border: 1px solid rgba(255, 255, 255, .2);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-radius: 50%;
    font-size: 16px;background: #3fc2ef;
    font-weight: 900;
}
.slide-btns.swiper-button-next:after, .slide-btns.swiper-button-prev:after{
        font-size: 16px;
    font-weight: 900;
    color: #fff;
}
.slide-btns:hover{
    border: 1px solid #fff;
    background: #fff;
}.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 5%;
  right: auto;
}.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 5%;
  left: auto;
}
.slide-btns:hover:after{
    color: #232323;
} 
span.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: transparent;
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #fff;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    opacity: 1;
    display: none;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}
 .autoplay-progress {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 10;
    width:100%;
    height: 10px;
}

.progress-fill {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    height: 100%;
    background-color: #00000026; 
    width: var(--progress, 0%);
    transition: width 0.5s ease; 
}
/* ======== Sticky Footer ========= */
  .sticky-footer{
       position: fixed;
    width: 100%;
        background: #333;
    z-index: 999;
    bottom: 0;
  }
.sticky-footer .footer-row{
      display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px;
    padding-right: 15px;
}
.creditd a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
        font-size: 16px;
}
.social ul{
      display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0px;
    column-gap: 10px;
    align-items: center;
}
.social ul li a{
     display: flex;
    background: #fff;
    height: 30px;
    width: 30px;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
}
.social ul li a img{
       max-width: 20px;
}
/* ==================== Responsive Ipad ========================== */
@media only screen and (max-width: 981px) {
.slider-wrap{
    height: 750px;
}
.slide--bg{
        min-height: 720px;
    min-width: 720px;
    max-height: 720px;
    max-width: 720px;
}
.slide--bg .slide-bg--inner{
    width: 590px;
    height: 590px;
}
.slide-badge{
        right: -116px;
}
}

/* ==================== Responsive Ipad ========================== */
@media only screen and (max-width: 480px) {
    .slider-wrap {
        height: 736px;
    }
        .slide--bg {
        min-height: 550px;
        min-width: 550px;
        max-height: 550px;
        max-width: 550px;
    }
    .slide--bg .slide-bg--inner {
        width: 450px;
        height: 450px;
    }
    .parallax-slider .slide-btns{
        display: none;
    }
    .slide-main--heading{
            font-size: 32px;
    }
    .swiper-pagination{
            display: flex;
    column-gap: 15px;
    justify-content: center;
    bottom: 100px !important;
    }
    span.swiper-pagination-bullet{
        display: block;
    }

}.topbannertxt {
  width: 100%;
  display: inline-block;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
}
  .topbannercount{
    font-size:17px;
  }
.topbannertxt {
  font-size: 85px;
  position: relative;
  padding-left: 7%;
  margin-left: 1%;
  font-family: Matter;;
}.bannertextfor{
  position: absolute;
  top: 43%;
  width: 84%;
  left: 100px;
  color: #fff;
  z-index: 999;
  display: flex;
  align-items: center;
  }.topbannertxt::before {
  background: #fff;
  position: absolute;
  content: "";
  width: 8%;
  height: 1px;
  top: 50%;
  left: -9px;
}.topbannertxt::after {
  background: #fff;
  position: absolute;
  content: "";
  width: 73%;
  height: 1px;
  top: 50%;
}.topbannersubtxt {
  font-family: 'RobotoMedium';
  font-size: 18px;
  position: absolute;
  left: 260px;
  top: 62%;
  display: inline-block;
  color: #fff;
  width: 80%;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  letter-spacing: 1px;
}.fp-section.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  position: relative;
  padding:80px 0 120px;
  box-sizing: border-box;
}.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}.orange-txt {
  color: #3fc2ef;
}
.heading1 {
  font-size: 50px;
  line-height: 1;
  font-family: Matter;;
  margin-bottom: 30px;
  margin-top: 10px;
}.exp-years {
  position: relative;
  height: 100%;
}.c-art-10 {
  position: absolute;
  z-index: 0;
  display: block;
  width: 75%;
  max-width: 100vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 0;
  margin-top: -8%;
  opacity: 0;
}.c-art__mask {
  position: relative;
  z-index: 10;
  display: block;
  line-height: 0;
}.c-art__mask img {
  width: 100%;
}.c-art__inner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  overflow: hidden;
  width: 98%;
  height: 99%;
  margin: auto;
}.c-art__blob.home-b10 {
  left: 25px;
  top: 0;
  width: 39%;
  height: 57%;
}
.c-art__blob {
  position: absolute;
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.animated {
  -webkit-animation-duration:6s;
  animation-duration: 6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}@keyframes blinkers{0%{opacity:1.0;}
100%{opacity:0.0;}
}
@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3, .3, .3);transform:scale3d(.3, .3, .3);}
50%{opacity:1;}
}
@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3, .3, .3);transform:scale3d(.3, .3, .3);}
50%{opacity:1;}
}
.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn;}
@keyframes zoomOut{from{opacity:1;}
50%{opacity:0;transform:scale3d(.3, .3, .3);}
to{opacity:0;}
}
.zoomOut{animation-name:zoomOut;}
@keyframes fadeIn{from{opacity:0;}
to{opacity:1;}
}
.fadeIn{animation-name:fadeIn;}
@keyframes fadeOut{from{opacity:1;}
to{opacity:0;}
}
.fadeOut{animation-name:fadeOut;}
@keyframes fadeInUp{from{opacity:0;transform:translate3d(0, 100%, 0);}
to{opacity:1;transform:none;}
}
.fadeInUp{animation-name:fadeInUp;}
@keyframes fadeOutDown{from{opacity:1;}
to{opacity:0;transform:translate3d(0, 100%, 0);}
}.c-art__blob.home-b1 {
  left: 40%;
  top: -34%;
  width: 103%;
  height: 139%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.c-art__blob {
  position: absolute;
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}.c-art__blob.home-b2 {
  left: 69%;
  top: -3%;
  width: 39%;
  height: 68%;
}
.c-art__blob {
  position: absolute;
}.c-art__blob.home-b4 {
  left: 1%;
  top: 35%;
  width: 47%;
  height: 93%;
  z-index: 1;
}
.c-art__blob {
  position: absolute;
}.c-art__blob.home-b5 {
  left: 30%;
  top: 61%;
  width: 29%;
  height: 96%;
  z-index: 1;
}.c-art__blob.home-b6 {
  left: 57%;
  top: 58%;
  width: 44%;
  height: 53%;
}.c-art__blob.home-b7 {
  left: 30%;
  top: 26%;
  width: 31%;
  height: 70%;
}.totalexp::before {
  position: absolute;
  content: "";
  background: #000;
  top: 0;
  left: 0;
  width: 110px;
  height: 1px;
}.totalexp {
  font-size: 30px;
  position: absolute;
  padding-top: 30px;
  right: 4%;
  top: 25%;
}.totalexp span {
  font-family: Matter;
  display: block;
}.achievement {
  font-size: 20px;
  font-family: 'RobotoLight';
  font-size: 20px;
  width: 100%;
  position: relative;
  top: 60px;
  padding-right: 5.5%;
}.achievement::after {
  background: rgba(0,0,0,0.2);
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: -1;
}
.achievement::before {
  position: absolute;
  content: "";
  top: 7px;
  left: 5.5%;
  width: 6px;
  height: 6px;
  z-index: 1;
  background: #3fc2ef;
  border-radius: 50%;
}.achievement-count:first-child::after {
  position: absolute;
  content: "";
  top: 4px;
  left: -63%;
  width: 20px;
  height: 20px;
  z-index: 0;
  background: #fff;
  border-radius: 50%;
}
.achievement-count:first-child::before {
  position: absolute;
  content: "";
  top: 6px;
  left: -60%;
  width: 0;
  height: 0;
  z-index: 1;
  border-left: 9px solid #3fc2ef;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
}.achievement-count {
  background: #fff;
  position: relative;font-family: Matter;
  padding-left:20px;
}.knowmorelink {
  font-size: 14px;
  position: relative;
  padding-left: 50px;
}.knowmorelink::before {
  position: absolute;
  content: "";
  background: #062b62;
  top: 50%;
  left: 0;
  width: 40px;
  height: 1px;
}.bannertextfor {
  opacity: 1;
  -webkit-animation: type 2s steps(40, end);
  animation: type 2s steps(40, end);
    animation-fill-mode: none;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}@keyframes type {
  0% {
    width: 0;
  }
  99.9% {
    
  }
  100% {
    
  }
}

@-webkit-keyframes type {
  0% {
    width: 0;
  }
  99.9% {
   
  }
  100% {
   
  }
}







@media screen and (max-width:767px){}




    @media screen and (max-width:600px){
      .topbannertxt {
  font-size: 24px !important;
}
.slide-detail{
  left: 0 !important;top: 54%;
}
 .slider-wrap {
    height: 300px;
  }.topbannertxt {
  width: 100%;
  display: inline-block;
  text-align: left;width: 96%;
  left: 20px !important;
  overflow: hidden;
  white-space: nowrap;
}
  .topbannercount{
    font-size:17px;
  }
  .bannertextfor{
    left: 20px !important;
    width: 100% !important;
  }
.fp-section.fp-table
{
  padding: 30px 0 50px !important;
}
.c-art-10{
  position: relative !important;
  margin-left: 0 !important;
}
.totalexp{
  font-size: 20px !important;
}

.totalexp::before{
  display: none;
}
.achievement{
  top: 0 !important;
}
.achievement::before{
  display: none;
}
.heading1 {
  font-size: 28px !important;margin-bottom: 16px !important;
  margin-top: 6px !important;
}
    }


@media screen and (max-width:767px){
  .creative-parallax--slider{
    overflow: hidden;
  }
}