@font-face {
  font-family: 'Px Grotesk';
  src: url('../fonts/PxGroteskRegular.eot');
  src: url('../fonts/PxGroteskRegular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/PxGroteskRegular.woff2') format('woff2'),
      url('../fonts/PxGroteskRegular.woff') format('woff'),
      url('../fonts/PxGroteskRegular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:hover {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

html,
body {
  margin: 0;
  padding: 0px;
  font-weight: normal;
  font-family: 'Px Grotesk';
  color: #0A1E2D;
}
a {
  transition: all 0.3s ease 0s;
  text-decoration: none !important;
  outline: none !important;
}

input,
button,
textarea {
  outline: none !important;
  box-shadow: none !important;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
p {
  font-size: 18px;
  line-height: 26px;
  margin: 0px;
  padding: 0;
  font-weight: normal;
  font-family: 'Px Grotesk';
  color: #0A1E2D;
}
img {
  max-width: 100%;
}
.landing-header {
  padding: 40px 0;
}
.landing-header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
}
.col-md-6.header-col-left {
    position: relative;
}
.header-col-left .logo {
    position: absolute;
    left: 13%;
}
.landing-header .container {
  padding-top:0;
}
.container {
  padding-top:initial;
}
.landing-banner img {
  width: 100%;
}
.landing-banner video {
  width: 100%;
}
.landing-banner{
  position: relative;
  padding: 0;
  overflow: hidden;
}
.banner-btn-section {
  position: absolute;
  bottom: 20%;
  max-width: 580px;
}
.banner-btn-section h1 {
  font-size: 84px;
  line-height: 90px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 29px;
}

.banner-btn-section h1 span {
  color: #FF5A5A;
}
.banner-btn-section p{
  color: #fff;
}
h2 {
  font-size: 62px;
  line-height: 60px;
  font-weight: normal;
  color: #0A1E2D;
  margin-bottom: 29px;
}

h2 span {
  color: #FF5A5A;
}
.common-width {
  padding-right: 65px;
}
.mobile-banner-img{
  display: none;
}
.button-1 {
  border: 10px solid;
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: linear-gradient(to left, #C8287E, #FF5A5A);
  color: #fff;
  font-size: 16px;
  height: 50px;
  padding: 0 24px;
  text-transform: uppercase;
  display: inline-block;
  width: auto;
}
.button-1:after {
  content: '+';
  font-size: 26px;
  margin-left: 28px;
  font-weight: bold;
  position: relative;
  top: 4px;
}

.journey-wrapper {
  padding: 120px 0;
}
.survey-video {
  height: auto;
  overflow: hidden;
  position: relative;
  max-height: 520px;
}
.video-btn-section {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.yutube-btn{
  background: url(../../img/play-btn.png) center center no-repeat;
  display: inline-block;
}
.yutube-btn img {
  font-size: 5em;
  float: left;
  margin: 3px 20px;
  -webkit-transition: 15.9s ease-out;
  -moz-transition: 15.9s ease-out;
  transition: 15.9s ease-out;
}
.yutube-btn:hover img {
  -webkit-transform: rotateZ(720deg);
  -moz-transform: rotateZ(720deg);
  transform: rotateZ(720deg);
}
.cnt-white-box{
  background: #fff;
  padding: 55px 45px 0px;
}
.our-captain{
  /*background: url(../../img/captain-bg.jpg) center center no-repeat;*/
  position: relative;
}
.our-captain img {
  width: 100%;
}
.pattern-bg-top {
  position: absolute;
  width:100%;
  top: 0;
  rotate: 180deg;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.captain-message {
  position: absolute;
  right: 170px;
  top: 50%;
  width: 375px;
  transform: translateY(-50%);
}
.on-mobile{
  display: none;
}
.h2-white {
  color: #fff;
  margin-bottom: 29px;
}
.p-white {
  color: #fff;
  margin-bottom: 29px;
}
.red-button-icon {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 2rem;
}
.red-button-icon img{
  padding-right: 10px;
  width: inherit;
  display:none;
}
.red-button-icon:hover img {
  filter: invert(0.39) sepia(1) saturate(20) hue-rotate(316.8deg) brightness(1.19);
}
.csr-wraper{
 
  background: url(../../img/csr-bg.jpg) center center no-repeat;
  background-size: cover;
  height: 601px;
  display: flex;
  align-items: center;
}
.csr-wraper p{
    width: 90%;
   /* margin: auto;*/
    padding-bottom: 0px;
}
.testimonial-wraper{
  padding: 120px 0 120px;
  position: relative;
   
}
.testimonial-wraper .container{
    position:relative;
}
.testimonial-wraper .testimonials {
  overflow: hidden;
}
.testimonial-wraper .testimonials .swiper-slide{
  padding: 0 2px;
}
.testimonial-wraper .swiper-button-prev{
       left: -25px; 
}
.testimonial-wraper .swiper-button-next{
       right: -20px; 
}
.testimonial-wraper .testimonials h3{
  font-size: 41px;
  line-height: 55px;
  margin-bottom: 20px;
}
.testimonial-wraper .testimonials .quote-icon{
 margin-bottom: 25px;
}
.testimoni-descr {
  padding: 0 30px 0 35px;
  height: 420px;
  overflow-y: auto;
  margin-right:10px;
}
.author-name{
  color: #FF5A5A;
  font-size: 16px;
  display: block;
  margin-top: 40px;
}
.author-desig{
  color: #989A9B;
  font-size: 14px;
}
.testimonial-wraper .swiper-controls.cntrol {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999999;
}
.swiper-button-prev{
  background: url(../../img/left-red-arrow.svg) center no-repeat;
   transition: 0.5s ease;
}
.swiper-button-next{
  background: url(../../img/left-red-arrow.svg) center no-repeat;
  rotate: 180deg;
  transition: 0.5s ease;
}
.swiper-button-next:hover,.swiper-button-prev:hover {
    transform: scale(1.1);
    transition: 0.5s ease;
}
 .swiper-button-prev:after,.swiper-button-next:after{
  content: '';
  width: 23px;
  height: 40px;
}

.pattern-bg {
  position: absolute;
  bottom: 0;
  width:100%;
}
.pattern-bg img {
    width: 100%;
}
footer .blue-section p{
  color: #fff !important;
    font-size: 2rem !important;
}
footer .links .footer-navigation ul li a{
  color: #fff;
}
.quiz-wraper{
  background: url(../../img/quiz-img.jpg) center center no-repeat;
  height: 870px;
  display: flex;
  align-items: center;
  background-size: cover;
}
.quiz-wraper p{
    color: #0A1E2D;
    margin-bottom: 29px;
}
.employee-wraper {
  text-align: center;
  position: relative;
  padding: 80px 0 0px;
}
.employee-wraper h2 {
 margin-bottom: 55px;
}
.swiper-container.emp-now-then {
  position: relative;
  overflow: hidden;
}
.swiper-container.emp-now-then img{
  width: 100%;
}
.employee-details {
  position: absolute;
  text-align: left;
  width: 500px;
  left: 200px;
  top: 50%;
  transform: translateY(-50%);
  /*height: 250px;*/
  overflow-y: auto;
}
.employee-details::-webkit-scrollbar,.testimoni-descr::-webkit-scrollbar {
  width:5px;
}

/* Track */
.employee-details::-webkit-scrollbar-track,.testimoni-descr::-webkit-scrollbar-track {
  border-radius: 10px;
   background: #F3F4F9;

}

/* Handle */
.employee-details::-webkit-scrollbar-thumb,.testimoni-descr::-webkit-scrollbar-thumb {
   background: #FF5A5A;
  border-radius: 10px;
}



.employee-details h4{
  color:#FF5A5A ;
  font-size:26px ;
  line-height: 50px;
  font-weight: normal;
}
.employee-details p{
  color:#fff ;
  margin-bottom: 20px;
  font-size: 17px;
}
.swiper-controls.cntrol2{
  position: absolute;
  z-index: 999;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.swiper-controls.cntrol2 .swiper-button-prev{
  border: 1px solid #fff;
  width: 68px;
  height: 54px;
  background: url(../../img/left-red-double-arrow.svg) center no-repeat;
  left: 20px;
}
.swiper-controls.cntrol2 .swiper-button-next{
  border: 1px solid #fff;
  width: 68px;
  height: 54px;
  background: url(../../img/left-red-double-arrow.svg) center no-repeat;
  right: 20px;
}
.moments-wraper {
  text-align: center;
  position: relative;
  padding: 120px 0 125px;
  border-bottom: 1px solid #A5BEC8;
}
.moments-wraper .row{
  margin-left: 0;
  margin-right: 0;
}
.moments-wraper .incredible-moments {
  overflow: hidden;

}
.swiper-controls.cntrol1 {
  position:relative;
  width: 65%;
  margin: auto;
  top: -50%;
  transform: translateY(50%);
  z-index: 999999;
}
.img-moment {
  padding: 30px 0;
  position: relative;
}
.img-moment a {
    cursor: default;
}
.img-moment h4 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  color: #fff;
  font-size: 26px;
  font-weight: normal;
  opacity: 0;
}
.moments-wraper .incredible-moments a img{
  transition: 0.5s ease;
}
.moments-wraper .incredible-moments a:hover img {
  transform: scale(1.1);
  transition: 0.5s ease;
}
.incredible-moments .swiper-slide.swiper-slide-active img {
  transform: scale(1.1);
  transition: 0.5s ease;
}
.swiper-pagination.slider__pagination1 {
  bottom: 90px;
}
.swiper-pagination.slider__pagination1 .swiper-pagination-bullet-active{
  background: #FF5A5A;
}
.swiper-pagination.slider__pagination1 .swiper-pagination-bullet{
  background: #FF5A5A;
}
.incredible-moments .swiper-slide.swiper-slide-active .img-moment h4 {
  opacity: 1;
}

.innovation-wraper{
  background: #A5BEC8;
  padding: 117px 0 ;
  text-align: center;
}
.common-pad{
  padding: 0 12%;
}
.innovation-wraper .innovation-slider {
  overflow: hidden;
  position: relative;
}
.innovation-wraper .container .row .col-lg-12{
  position: relative;
}
.swiper-controls.cntrol3{
  position: absolute;
    z-index: 999;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.innovation-wraper .innovation-slider .swiper-wrapper {

}
.swiper-controls.cntrol3 .swiper-button-prev{
  left: -45px;
}
.swiper-controls.cntrol3 .swiper-button-next{
  right: -20px;
}
.innovation-wraper .common-pad p{ 
  margin-bottom: 35px;
}
.innovation-text {
  text-align: left;
  padding-top: 30px;
  padding-right: 10px;
}
.innovation-text h4{
  color: #0A1E2D;
  font-size: 23px;
  line-height: 26px;
  font-weight: normal;
}
.innovation-text p{
  color: #0A1E2D;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;  
}
.success-story-wraper {
  padding: 105px 0 90px;
  text-align: left;
  position: relative;
}
.success-story-wraper .success-story-slider{
  overflow: hidden;
}
.innovation-img img{
  width: 100%;
}
.success-story-wraper .container .row .col-lg-12 {
  position: relative;
}
.p-success{
  padding-right: 33%;
  margin-bottom: 40px;
}
.success-story-wraper .tag {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  font-size: .9rem;
  margin: 0 0 0.7rem;
}
.success-story-wraper .tag span:first-child {
  margin-left: 0;
  padding-left: 0;
}
.success-story-wraper .tag span {
  margin-left: 0.8rem;
  padding-left: 0.8rem;
  display: inline-block;
  position: relative;
  color: #7B7B7B;
  font-size: 16px;
  line-height: 26px;
}
.success-story-wraper .tag span:first-child:before {
  display: none
}
.success-story-wraper .tag span:before {
  content: '|';
  color: #7B7B7B;
  position: absolute;
  left: 0;
}
.success-story-wraper a.view-more {
  display: block;
  border-bottom: 1px #A5BEC8 solid;
  border-top: 1px #A5BEC8 solid;
  line-height: 2.6rem;
  color: #0A1E2D;
  font-weight: normal;
  font-size: 16px;
}
.success-story-wraper a.view-more span {
  display: inline-block;
  position: relative;
}
.success-story-wraper a.view-more span:after {
  content: '';
  width: 1rem;
  height: 0.8rem;
  background: url(../../img/right-double-arrow.svg) center center;
  background-size: cover;
  display: block;
  right: -1.5rem;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.2s right linear;
  position: absolute;
}
.success-story-wraper a.view-more:hover span:after {
  right: -1.75rem;
}
.success-story-wraper .innovation-text{
  display: inline-flex;
  flex-direction: column;
}
.success-story-wraper .abc{
  flex-grow: 1;
  min-height: 155px;
}
.subsea-solution-wrap{
  background: #0A1E2D;
  padding: 120px 0;
}

/*tabs css*/

.subsea-solution-wrap .Tabs {
  display: flex;
  flex-direction: column;
  /* column-gap: 5rem; */
  row-gap: 3rem;
  margin-top: 4rem;
  margin-bottom: 2.3rem;
  position: relative;
  margin-left: -30px;
}
.content-scroll {
  height: 290px;
  overflow-x: auto;
}
.content-scroll::-webkit-scrollbar {
  width:5px;
}

/* Track */
.content-scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #F3F4F9;
}

/* Handle */
.content-scroll::-webkit-scrollbar-thumb {
  background: #00205C;
  border-radius: 10px;
}

/* Handle on hover */
.content-scroll::-webkit-scrollbar-thumb:hover {
  background: #FF5A5A;
}
.counter1 {
  display: flex;
  flex-wrap: wrap;
  /*column-gap: 5rem;*/
  justify-content: space-around;
  position: relative;
}
.counter1::after{
  content: '';
    background: #5C819C;
    width: 100%;
    height: 2px;
    position: absolute;
    top: -13px;
    z-index: 0;
}
.counter2 {
  direction: rtl;
}
.subsea-solution-wrap .Tabs::after{
  content: '';
  position: absolute;
  right: 0;
  width: 2px;
  height: 74%;
  background: #5C819C;
  display: block;
  top: -11px;
}
.subsea-solution-wrap .Tabs::before{
  content: '';
  position: absolute;
  left: 0;
  width: 4.3%;
  height: 83%;
  background: #0A1E2D;
  display: block;
  top: -14px;
  z-index: 99;
 
}
.subsea-solution-wrap .Tabs .Tab {
  background: none;
  /* padding: 0.25rem 2rem; */
  cursor: pointer;
  border: 0;
  color: #A8BBC8;
  position: relative;
  font-size: 18px;
    line-height: 24px;
    transition: 0.5s ease;
}
.subsea-solution-wrap .Tabs .Tab::before{
  content: '';
  width: 17px;
  height: 17px;
  border: 1px solid #5C819C;
  background: #0A1E2D;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: -21px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  transition: 0.5s ease;
}
.subsea-solution-wrap .Tabs .Tab::after{
  content: '';
  
}
.subsea-solution-wrap .Tabs .Tab:hover{
color: #FF5A5A;
}
.subsea-solution-wrap .Tabs .Tab.active{
color: #FF5A5A;
}
.subsea-solution-wrap .Tabs .Tab:hover::before{
  content: '';
  width: 30px;
  height: 30px;
  border: 1px solid #5C819C;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
}
.subsea-solution-wrap .Tabs .Tab:hover::after
 {
  content: '';
  background: #FF5A5A;
  width: 19px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}
.subsea-solution-wrap .Tabs .Tab.active::before{
  content: '';
  width: 30px;
  height: 30px;
  border: 1px solid #5C819C;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
}
.subsea-solution-wrap .Tabs .Tab.active::after
 {
  content: '';
  background: #FF5A5A;
  width: 19px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}

.subsea-solution-wrap .TabsContainer {
  overflow: hidden;
  width: 100%;
  /*height: 20rem;*/
}
.subsea-solution-wrap .TabsContainer .TabsContent {
  transition: 0.5s all;
  display: flex;
  margin-top: 2rem;
}
.subsea-solution-wrap .TabsContainer .TabsContent .TabContent {
  min-width: 100%;
  min-height: 20rem;
  color: #fff;
  padding-right: 7px;
}

.subsea-solution-wrap h3 {
  font-size: 84px;
  line-height: 100px;
  font-weight: normal;
  color: #FF5A5A;
  margin-bottom:20px;
}
.subsea-solution-wrap p {
  font-weight: normal;
  color: #fff;
  margin-bottom:20px;
}

/*tabs css*/

.col-lg-6.img-btm {
    padding-top: 90px;
}
.testimonial-wraper h2 {
    margin-bottom: 0;
}
div.ays-quiz-container[id^="ays-quiz-container-"]{
    max-width: 85% !important;
    margin: 120px auto;
}

#button {
  display:none;
  background-color: #FF5A5A;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}


@media (min-width: 768px){
.innovation-wraper .innovation-img img {
    height: 264px !important;
    width: 264px !important;
}
.success-story-wraper .innovation-img img {
    width: 350px !important;
    height: 276px !important;
}
}
@media (min-width: 1440px){
    .innovation-wraper .innovation-img img{
    width: 100% !important;
    }
    .success-story-wraper .innovation-img img{
     width: 100%!important;
    }

}
@media (min-width: 1600px){
    .subsea-solution-wrap .Tabs::after{
        height: 76.5%;
    }
}
@media (max-width: 1280px){
.success-story-wraper .abc {
    min-height: 155px;
}
}
@media (max-width: 1024px){
    .quiz-wraper{
            height: 735px;
            background-size: contain;
    }
    .swiper-controls.cntrol3 .swiper-button-prev {
    left: -35px;
}
    .swiper-controls.cntrol3 .swiper-button-next {
    right: -14px;
}
.banner-btn-section h1 {
  font-size: 45px;
  line-height: 48px;
  margin-bottom: 23px;
}
.banner-btn-section p {
  font-size: 15px;
  line-height: 22px;
}
}
@media (max-width: 991px){
  .testimonial-wraper .img-btm{
    padding-bottom: 30px;
  }
  .testimonial-wraper .testimonials h3 {
    font-size: 35px;
    line-height: 39px;
}
h2 {
  font-size: 35px;
  line-height: 39px;
  margin-bottom: 20px;

}
}
@media (max-width: 820px){
    .swiper-controls.cntrol1{
        width: 69%;
    }
    .employee-details{
        width: 310px;
    }

}
@media (max-width: 768px){
    .quiz-wraper{
        background-size: contain;
    }
    .ays-form-title h4 {
    font-size: 2.00rem;
}
    .success-story-wraper .abc {
    min-height: 230px;
}
     .subsea-solution-wrap .Tabs::before{
    width: 24px;
  }
  .swiper-controls.cntrol3 .swiper-button-prev {
    left: -35px;
}
  

}

@media (max-width: 767px){
    .pattern-bg-top{
        transform: rotate(180deg) scaleX(1);
    }
    .pattern-bg{
        transform: rotate(180deg) scaleX(-1);
    }
    .header-col-left .logo {
    position: inherit;
    left: inherit;
}
    .testimonial-wraper .swiper-controls.cntrol{
        top: 25%;
    }
    .testimonial-wraper .swiper-button-prev {
    left: 20px;
}
.testimonial-wraper .swiper-button-next {
    right: 20px;
}
    .testimoni-descr {
    height: inherit;
    overflow-y: inherit;
     margin-right:0;
}
    .success-story-wraper .abc {
    min-height: inherit;
}
    .counter2 {
    direction: inherit;
}
    #button::after{
        font-size: 1em;
    }
    .author-name{
        margin-top: 16px;
    }
    
    .testimonial-wraper .testimonials .quote-icon {
    width: 14%;
}
    .testimonial-wraper {
    padding: 85px 0 76px;
    }
    .innovation-wraper .common-pad p {
    margin-bottom: 45px;
}
    h2 {
         margin-bottom: 16px;
    }
    .h2-white {
    margin-bottom: 16px;
}
.p-white {
    margin-bottom: 16px;
}
    .journey-wrapper {
    padding: 89px 0 80px;
}
    .red-button{
        font-size:18px;
    }
    .success-story-wraper .tag span{
        font-size: 14px;
    line-height: 23px;
    }
    .success-story-wraper a.view-more{
      font-size: 14px;
    }
    .innovation-text h4 {
    font-size: 18px;
    line-height: 26px;
    }
    .innovation-text p{
    font-size: 14px;
    line-height: 20px;
    }
     .csr-wraper p.h2-white{
    margin-bottom: 22px;
    }
    .csr-wraper p {
    width: auto;
    padding-bottom: 20px;
    }
    .success-story-wraper .innovation-img img {
    width: 100% !important;
    height: 300px !important;
}
  .subsea-solution-wrap h2{
    margin-bottom: 0;
  }
  .scroller-hand {
    text-align: right;
}
  .i {
    animation: 2s infinite linear pump;
    position: relative;
  }
  @keyframes pump {
    0% {
      left: -10px;
    }
  
    50% {
      left: 10px;
    }
  
    100% {
      left: -10px;
    }
  }
  .subsea-solution-wrap .Tabs .Tab.active::before{
    top: -36px;
  }
  .subsea-solution-wrap .Tabs .Tab.active::after{
    top: -30px;
  }
  .subsea-solution-wrap .Tabs .Tab::before{
    top: -30px;
  }
  .counter1::after{
    top: -22px;
  }
  .subsea-solution-wrap .Tabs::after{
    content: inherit;
  }
  .subsea-solution-wrap .Tabs .Tab{
    padding: 0.10rem 1.3rem;
    font-size: 17px;
  }
  .counter1{
    flex-wrap: nowrap;
    
  }
  .subsea-solution-wrap .Tabs{
    overflow-x: scroll;
    padding: 38px 0 10px;
    flex-direction: row;
    margin-left: 0;
    margin-top: 3rem;
  }
  .subsea-solution-wrap .Tabs::before{
    width: 12px;
    height: 73%;
  }
  .subsea-solution-wrap {
    padding: 80px 0;
}
  .content-scroll {
    height: inherit;
    overflow-x: auto;
}
  .subsea-solution-wrap h3 {
    font-size: 45px;
    line-height: 48px;
    margin-bottom: 20px;
}
  .success-story-wraper {
    padding: 70px 0;
  }
  .p-success {
    padding-right:15px;
    margin-bottom: 25px;
}
.innovation-text {
    padding-top: 20px;
}
  .innovation-wraper{
    padding: 80px 0 50px;
  }
  .swiper-controls.cntrol3{
     width: -webkit-fill-available;
  }
  .swiper-controls.cntrol3 .swiper-button-next {
    right: 14px;
}
.swiper-controls.cntrol3 .swiper-button-prev {
  left: 0;
}
  .innovation-img img {
    width: 100%;
  }
  .common-pad {
    padding: 0 0;
}
  
  .employee-wraper {
    padding: 70px 0 0px;
}
  .employee-details{
    left: 20px;
    width: 350px;
    top: inherit;
    transform: inherit;
    bottom: 40px;
   /* height: 200px;*/
  }
  .swiper-controls.cntrol1{
    width: 83%;
  }
  .moments-wraper .swiper-controls.cntrol1 .swiper-button-prev{
   background-size: 50%;
  }
  .moments-wraper .swiper-controls.cntrol1 .swiper-button-next{
    background-size: 50%;
  }
  .moments-wraper{
    padding: 80px 0 45px;
  }
  .moments-wraper h2 br{
    display: none;
  }
  .moments-wraper h2{
    margin-bottom: 0;
  }
  .swiper-pagination.slider__pagination1 {
    bottom: 10px;
}
  .swiper-button-prev{
    background: url(../../img/left-red-arrow.svg) center no-repeat;
    background-size: 65%;
  }
  .swiper-button-next{
    background: url(../../img/left-red-arrow.svg) center no-repeat;
    background-size: 65%;
  }
  .img-moment h4{
    font-size: 12px;
    text-align:left;
    bottom: 30px;
  }
  .captain-message {
    position: absolute;
    right: inherit;
    left: 0;
    top: inherit;
    bottom: 70px;
    width: 375px;
    transform: inherit;
}
.our-captain img.on-mobile {
  width: 100%;
} 
  .survey-video{
    margin-top: 45px;
  }
  .common-width {
    padding-right: 0;
}
  p {
    font-size: 14px;
    line-height: 20px;
  }
  .on-mobile{
    display: block;
  }
  .on-desktop{
    display: none;
  }
  .desktop-banner-img{
    display: none;
  }
  .mobile-banner-img{
    display: block;
    width: 100%;
  }
  .banner-btn-section {
    bottom: 60px;
    max-width: 344px;
}
.header-col-left {
  text-align: center;
}
  
}
@media (max-width: 660px){
  .swiper-controls.cntrol1 {
    width: 86%;
}
}
@media (max-width: 620px){

  .our-captain {
    background: url(../../img/captain-bg-mobile.jpg) center top no-repeat;
    background-size: cover;
  }
  .quiz-wraper {
   
    background: url(../../img/quiz-img-mobile.jpg) right top no-repeat;
    background-size: contain;
    align-items: end;
    padding-bottom: 60px;
    height: 700px;
}
}
@media (max-width: 475px){
    .incredible-moments .swiper-slide.swiper-slide-active img{
            height: 156px;
    }
    .moments-wraper .swiper-controls.cntrol1 .swiper-button-prev{
    background-size: 42%;
  }
  .moments-wraper .swiper-controls.cntrol1 .swiper-button-next{
    background-size: 42%;
  }
  .swiper-controls.cntrol1 {
    width: 97%;
  }
}


.content-scroll{
  padding-left: 25px !important;
}


a.go-back-btn {
  /* display: inline-block; */
  position: absolute;
  right: 90px;
  top: 50px;
  width: auto;
  padding: 0;
  color: #fff;
  display: flex;
  align-items: center;
}
a.go-back-btn img {
  margin-right: 5px;
}
a.go-back-btn:hover {
  color: #FF5A5A;
}

@media (max-width:991px){
.quiz-wraper {
    background: url(../../../themes/storefront-child/img/quiz-img-mobile.jpg) right top no-repeat;
    background-size: contain;
    align-items: end;
    padding-bottom: 60px;
    height: 700px;
}

a.go-back-btn {
  right: 20px;
  top: 11px;
  font-size: 12px;
}
}
