<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 1451px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1420px!important;
  }
}
section.legacy-it-excellence {
  position: relative;
  padding: 116px 0px 35px 0px;
  background: linear-gradient(90deg, #FBF0F1 0%, #F7ECFF 100%);
}
section.legacy-it-excellence::before {
  position: absolute;
  content: "";
  background-image: url(../images/gradint-bg.png);
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.legacy-it-excellence-slider .slide img{
	border-radius:15px;
	width:100%;
}
.legacy-it-excellence-slider.comman-white-arrow button.slick-prev.slick-arrow::before, .industry_expert_slider.comman-white-arrow button.slick-prev.slick-arrow::before, .team_activities_slider.comman-white-arrow button.slick-prev.slick-arrow::before {
  background-image: url(../images/black_slider_arrow_prev.svg);
}
.legacy-it-excellence-slider.comman-white-arrow button.slick-next.slick-arrow::before, .industry_expert_slider.comman-white-arrow button.slick-next.slick-arrow::before, .team_activities_slider.comman-white-arrow button.slick-next.slick-arrow::before{
   background-image: url(../images/black_slider_arrow_next.svg);
}
.legacy-it-excellence-slider button.slick-prev.slick-arrow {
    right: calc(0% - 134px);
    bottom: 20px;
}
.legacy-it-excellence-slider button.slick-next.slick-arrow {
  right: calc(0% - 230px);
  bottom: 20px;
}
.bg-slider-img {
  background-image: url(../images/legacy-slide/1.jpg);
  background-repeat: no-repeat;
  height: 850px;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.bg-slider-img-1 {
  background-image: url(../images/legacy-slide/2.jpg);
  background-repeat: no-repeat;
  height: 850px;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.video-play-button {
  position: relative;
  z-index: 10;
  /* top: 50%; */
  left: 0%;
  /* transform: translateX(-50%) translateY(-50%); */
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 56px;
  height: 56px;
  background: #ffffff;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 56px;
    height: 56px;
    background: #161519;
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#fa183d, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 20px solid #fff;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.80);
  opacity: 0;
  transition: all ease 500ms;
  visibility: hidden;
}

.video-overlay.open {
  position: fixed;
  z-index: 9999999;
  opacity: 1;  
  visibility: visible;
}

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

.video-overlay-close:hover {
  color: #fa183d;
}

.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  /* width: 90%; */
  /* height: auto; */
  box-shadow: 0 0 15px rgba(0,0,0,0.75);
}

.bg-red-circle::before{
  position: absolute;
  content: "";
  background-color: #d90a2c;
  border-radius: 50% 50% 50% 50%;
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
  box-sizing: border-box;
  width: 710px;
  height: 710px;
  z-index: 1;
  top: 50%;
  left: -186px;
  transform: translateY(-50%);
  background: #c42026;
  mix-blend-mode: multiply;
}
.d-flex.flex-column.bg-red-circle {
  position: relative;
}
.bg-red-circle-content {
  position: relative;
  z-index: 2;
}
.bg-red-circle-content h1 {
  font-size: 72px;
  font-weight: 900;
  line-height: 72px;
  text-align: left;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin-top: 24px;
  margin-bottom: 21px;
}
.bg-red-circle-content p {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  color: #ffffff;
  font-family: Poppins, sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  padding-left: 50px;
	padding-right: 50px;
}
section.achievements-section {
  position: relative;
  background: #111013;
  padding: 60px 0px;
}
section.achievements-section p {
  font-family: Poppins, sans-serif !important;
  font-size: 16.4px;
  font-weight: 400;
  line-height: 26.24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #82838C;
  text-transform: capitalize;
}
section.achievements-section h5 {
  font-family: "DM Sans", serif;
  font-size: 20.1px;
  font-weight: 700;
  line-height: 26.17px;
  letter-spacing: -0.5009999871253967px;
  text-align: left;
  color: #ffffff;
  margin-top: 15px;
  margin-bottom: 7px;
}
section.achievements-section h2 {
  font-family: "DM Sans", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -2.184000015258789px;
  color: #ffffff;
}
a.btn.btn-achivment {
  color: #ffffff;
    font-family: Poppins, sans-serif !important;
    font-size: 14.4px;
    font-weight: 400;
    line-height: 14.4px;
    text-align: center;
    max-width: max-content;
    width: auto;
    height: auto;
    border: 2px solid #FFFFFF;
    padding: 6px 11px;
    border-radius: 15.8px;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 20px;
}
a.btn.btn-achivment.white_bg_btn {
  color:#161519;
  border: 2px solid #161519
}
section.timeline_roadmap {
  background: #1d1c20;
  padding: 96px 0px;
  position: relative;
}
section.timeline_roadmap h2 {
  font-family: "DM Sans", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -2.184000015258789px;
  color: #9690A2;
}
section.timeline_roadmap h2 span{
  color: #ffffff;
}
section.timeline_roadmap  p.timeline_roadmap_line{
  font-family: Poppins, sans-serif !important;
  font-size: 17.2px;
  font-weight: 400;
  line-height: 27.55px;
  text-align: left;
  color: #9690A2;
  margin-top: 11px;
  margin-bottom: 0;
}
section.our-products-service{
  padding: 70px 0px;
  position: relative;
  background: #ffffff;
}

/* Slider wrapper */
.slider {
  width: 100%;
  overflow: hidden;
}

.slider .slick-list {
  padding: 0 20% 0 0;
}
.service_products_slider_bg{
  background: #161519;
  padding: 60px 0px 100px 0px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.growth_sucess .bg-text-tranparent span.span-animation{
  font-family: "DM Sans", serif;
  font-size: 307.2px;
  font-weight: 700;
  line-height: 153.6px;
  letter-spacing: -18.43199920654297px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFF05;
}
.growth_sucess .bg-text-tranparent{
  bottom: 15vh!important;
  top: unset;
}
.iso-bg-black-bx .bg-text-tranparent span.span-animation{
  font-family: "DM Sans", serif;
  font-size: 240.2px;
  font-weight: 700;
  line-height: 153.6px;
  letter-spacing: -18.43199920654297px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFF05;
}
.iso-bg-black-bx .bg-text-tranparent{
  bottom: 0vh!important;
  top: unset;
}
.bg-text-tranparent{
  position: absolute;
  top: 10vh;
  z-index: 1;
  left: 40px;
  right:0px;
}
.bg-text-tranparent span.span-animation{ 
  font-family: "DM Sans", serif;
  font-size: 260px;
  font-weight: 700;
  line-height: 153.6px;
  letter-spacing: -15px;
  text-align: left;
  color: #FFFFFF05;
  white-space: nowrap;
  display: inline-block;
  width:100%;
}
/* .our-products-service:hover .bg-text-tranparent span, .iso-certified:hover .bg-text-tranparent span, .growth_sucess:hover .bg-text-tranparent span, .team-activities:hover .bg-text-tranparent span, .corporate-social-responsibility:hover .bg-text-tranparent span, section.be-social-with-us:hover .bg-text-tranparent span{
  animation: text-swipe 10s linear infinite;
} */
.our-products-service .bg-text-tranparent span.span-animation, .iso-certified .bg-text-tranparent span.span-animation, .growth_sucess .bg-text-tranparent span.span-animation, .team-activities .bg-text-tranparent span.span-animation, .corporate-social-responsibility .bg-text-tranparent span.span-animation, section.be-social-with-us .bg-text-tranparent span.span-animation, section.industry-expert span.span-animation{
  animation: text-swipe 10s linear infinite;
}
 /* Keyframes for Continuous Swiping */
 @keyframes text-swipe {
  from {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
}
  to {
    transform: translateX(-100%); 
  }
}
.service_products_slider_bg h2 {
  font-family: "DM Sans", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -2.184000015258789px;
  color: #9690A2;
  margin-bottom: 50px;
}
.service_products_slider_bg h2 span{
  color: #ffffff;
}
.margin-auto-x{
  margin: 0 auto;
  max-width: 828px;
  display: block;
  z-index: 2;
  position: relative;
}
.service_products_slider .slider__item img{
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  width: 860px;
  margin: 0 auto;
  transform:scale(0.96);
  -webkit-transform:scale(0.96);
  -moz-transform:scale(0.96);
  -ms-transform:scale(0.96);
  -o-transform:scale(0.96);
}
.slick-lightbox button.slick-prev.slick-arrow::before, .comman-white-arrow button.slick-prev.slick-arrow::before {
  content: "";
  position: absolute;
  background-image: url(../images/slider_arrow_prev.svg);
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
}
.slick-lightbox button.slick-next.slick-arrow::before, .comman-white-arrow button.slick-next.slick-arrow::before {
  content: "";
  position: absolute;
  background-image: url(../images/slider_arrow_next.svg);
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
}
.comman-white-arrow button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
  width: 16px;
  background: transparent;
  border: 0;
  position: absolute;
  font-size: 0px;
  z-index: 99;
  height: 16px;
  border: 0px solid #fff;
  outline: none;
}
.slick-lightbox button.slick-prev.slick-arrow, .slick-lightbox button.slick-next.slick-arrow {
  width: 16px;
  background: transparent;
  border: 0;
  position: absolute;
  font-size: 0px;
  z-index: 99;
  top: 50%;
}
.service_products_slider button.slick-prev.slick-arrow {
    right: calc(20% + 75px);
    bottom: -45px;
}
.service_products_slider button.slick-next.slick-arrow {
  right: 20%;
  bottom: -45px;
}
.service_products_slider .slick-active .service_products_description{
  opacity: 1;
  height:100%;
}
.service_products_description{
  background: #FFFFFF0D;
  padding: 30px 36px;
  max-width: 828px;
  width: 100%;
  margin: 0 auto;
  margin-top: -10px;
  height:0px;
  border-radius: 0px 0px 10px 10px;
  transition: opacity 2s ease-in-out;
  opacity: 0;
  -webkit-transition: opacity 2s ease-in-out;
  -moz-transition: opacity 2s ease-in-out;
  -ms-transition: opacity 2s ease-in-out;
  -o-transition: opacity 2s ease-in-out;
}
.service_products_description p{
  font-family: Poppins, sans-serif !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 26.24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #9690A2;
}
.service_products_description h5{
  color: #ffffff;
  font-family: "DM Sans", serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 33.6px;
  letter-spacing: -0.8399999737739563px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
/****Growth Slider*****/
.slider_growth_sucess {
  z-index: 2;
}
.bg-red-circle-content-1 {
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-36px, -40px);
  z-index: 2;
}
.slider_growth_sucess button.slick-prev.slick-arrow {
  right: calc(5% + 70px);
  bottom: 50px;
}
.slider_growth_sucess button.slick-next.slick-arrow {
  right: 5%;
  bottom: 50px;
}
.slider_growth_sucess .slide .slide__img::before {
  background: linear-gradient(270deg, rgba(17, 16, 19, .85) 0, rgba(17, 16, 19, 0) 100%);
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  z-index: 1;
  left: auto;
}
section.growth_sucess {
  background: #111013;
  position: relative;
  overflow: hidden;
  cursor: grab;
}

@media (min-width: 992px) {
  .slider_growth_sucess .slide {
    height: 100%;
  }
}

.slider_growth_sucess .slide {
  position: relative;
  transition: 1s;
}
.slider_growth_sucess .slide .slide__img {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
@media (min-width: 992px) {
  .slider_growth_sucess .slide .slide__img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
	width: 50%;
  }
}
.slider_growth_sucess .slide .slide__img img {
  height: auto;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  transition: all 1s ease;
}
.slider_growth_sucess  .slide .slide__content{
  max-width: 100%;
  width: 753px;
}
.slider_growth_sucess ul.slick-dots li {
  flex-grow: 1;
  display: flex;
}
.slider_growth_sucess ul.slick-dots {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.slider_growth_sucess li.slick-active button {
  background: #FFFFFF1A;
  border: 0;
  padding: 20px;
  color: #AFAFB0;
}
.slider_growth_sucess li button {
  background: #00000040;
  border: 0;
  padding: 20px;
  color: #fff;
}
.slider_growth_sucess  .slide .slide__content.slide__content__right h5{
  font-family: Poppins, sans-serif !important;
  font-size: 15.6px;
  font-weight: 500;
  line-height: 24.93px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;  
  margin-bottom: 12px;
  color: #FFFFFFBF;
  margin-top:20px;
}
.slider_growth_sucess  .slide .slide__content.slide__content__right p{
  font-family: Poppins, sans-serif !important;
  font-size: 16.4px;
  font-weight: 400;
  line-height: 26.24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none; 
  margin-bottom: 12px;
  color: #FFFFFFBF;
  margin-top: 16px;
  margin-bottom: 20px;
}
.slider_growth_sucess  .slide .slide__content.slide__content__right a{
  font-family: "DM Sans", serif;
    font-size: 16.4px;
    font-weight: 500;
    line-height: 26.24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFFBF;
    display: flex;
    gap: 8px;
    text-decoration: none;
}
.slider_growth_sucess  .slide .slide__content.slide__content__right h2{
  font-family: "DM Sans", serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: -3.240000009536743px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFF;
  margin: 0;
}
.slider_growth_sucess .slide .slide__content {
  position: absolute;
  top: 50%;
  /* left: 50%;
  transform: translate(-50%, -50%); */
}
.slider_growth_sucess  .slide .slide__content.slide__content__left {
  /* left: 15%;
  transform: translate(-15%, -50%); */
}
.slider_growth_sucess  .slide .slide__content.slide__content__right {
  right: 23%;
  left: auto;
  transform: translate(5%, -50%);
}
.slider_growth_sucess .slide .slide__content--headings {
  color: #FFF;
}
.slider_growth_sucess .slide .slide__content--headings h2 {
  font-size: 4.5rem;
  margin: 10px 0;
}
.slider_growth_sucess .slide .slide__content--headings .animated {
  transition: all 0.5s ease;
}
.slider_growth_sucess .slide .slide__content--headings .top-title {
  font-family: "Playball", cursive;
  font-size: 2.5rem;
}
.slider_growth_sucess .slide .slide__content--headings .title {
  font-size: 3.5rem;
}


.slider_growth_sucess [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
  transition: 1s;
}


/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }
}
@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }
}
.zoomInImage {
  /* -webkit-animation-name: zoomInImage;
          animation-name: zoomInImage; */
}

@-webkit-keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }
  to {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }
}

@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }
  to {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }
}
.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
          animation-name: zoomOutImage;
  transition: 1s; 
}

/****industry-expert*****/
section.industry-expert .bg-text-tranparent span.span-animation {
    font-family: "DM Sans", serif;
    font-size: 270px;
    font-weight: 700;
    line-height: 210px;
    letter-spacing: -15px;
    text-align: left;
    color: #00000005;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
}
section.industry-expert {
  padding: 100px 0px 50px 0px;
  background: #9690A20F;
  position: relative;
}
section.industry-expert h2 {
  font-family: "DM Sans", serif;
  font-size: 81.6px;
  font-weight: 700;
  line-height: 85.68px;
  letter-spacing: -2.180000066757202px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #635D6F;
  margin-bottom: 50px;
}
section.industry-expert h2 span{
  color: #111013;
}
.industry_expert_slider .slick-slide .slider-item img {
  transform: scale(0.96);
  border-radius:10px;
}
.industry_expert_slider .slick-slide .slider-item .profiles_description_img img {
  transform: unset;
  border-radius:50px!important
}

.industry_expert_slider .slick-slide .slider-item {
  position: relative;
}
.industry_expert_slider {
  padding-bottom: 100px;
  padding-left: 34px;
  padding-right: 34px;
}
.industry_expert_slider .bg-red-circle-content-1 {
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.profiles_description_img{
  border: 1px solid #fff;
  padding: 1px;
  border-radius: 50px;
  width: 44px;
  height: 44px; 
}
.profiles_description img{
  width: 40.18px;
  height: 40.18px;  
  border-radius: 50px!important;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.profiles_description {
  display: flex;
  gap: 10px;
  position: absolute;
  bottom: 5px;
  left: 35px;
}
.profiles_description h5{
  font-family: "DM Sans", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26.04px;
  letter-spacing: -0.8399999737739563px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
  margin-bottom: 0px;
}
.profiles_description p{
  font-family: "DM Sans", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.28px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
  margin-bottom: 20px;
  }
  .industry_expert_slider{
    position: relative;
  }
  .industry_expert_slider button.slick-prev.slick-arrow {
    right: 110px;
    bottom: 50px;
    left: auto;
  }
  .industry_expert_slider button.slick-next.slick-arrow {
    right: 50PX;
    bottom: 50px;
    left: auto;
  }
/****iso-certified*****/
section.iso-certified {
  background-image: url(../images/iso-certified-bg-1.jpg);
  background-position: center;
  background-size: cover;
  min-height: 426.83px;
  display: flex;
  align-items: flex-end;
}
.iso-bg-red-bx {
  display: flex;
  gap: 10px;
}
.bg-red-box-iso {
  background: #D90A2CF2;
  padding: 40px;
}
.iso-bg-black-bx {
  background: #17161AF2;
  display: flex;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.iso-certified-box {
  display: flex;
}
.iso-bg-black-bx ul {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-start;
  gap: 20px;
  margin: 0;
}
.iso-bg-black-bx ul li{
  font-family: "DM Sans", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.28px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
  margin-bottom: 0px;
}
.iso-bg-black-bx ul li:first-child, .iso-bg-black-bx ul li:nth-child(2){
  border-right: 1px solid #fff;
  padding-right: 20px;
}
/****Team-Activities*****/
section.team-activities {
  background: linear-gradient(90deg, #FBF0F1 0%, #F7ECFF 100%);
  padding: 96px 0px;
  position: relative;  
  overflow: hidden;
}
.team_activities_slider {
  padding: 30px;
  background: #ffffff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  z-index: 2;
}
section.team-activities h2 {
  font-family: "DM Sans", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -2.184000015258789px;
  color: #635D6F;
}
section.team-activities h2 span{
  color: #111013;
}

.team_activities_slider .slider-item img, .corporate_responsibility_slider .slider-item img {
  transform: scale(0.96);
  border-radius:8px;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  -ms-border-radius:8px;
  -o-border-radius:8px;
  -webkit-transform: scale(0.96);
  -moz-transform: scale(0.96);
  -ms-transform: scale(0.96);
  -o-transform: scale(0.96);
  max-width: 100%;
}
.team_activities_slider button.slick-prev.slick-arrow {
    right: 110px;
    bottom: -30px!important;
    left: auto;
}
.team_activities_slider button.slick-next.slick-arrow {
    right: 50px;
    bottom: -30px !important;
    left: auto;
}
.description_team_activities {
  padding: 20px 0 24px 0px;
  display: flex;
  flex-direction: column;
  gap: 1px;
  align-items: center;
}
.description_team_activities h5{
  font-family: "DM Sans", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22.14px;
  letter-spacing: -0.328000009059906px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #111013;
  margin: 0;
}
.description_team_activities p{
  font-family: "DM Sans", serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #111013;
  margin: 0;
}
.team_activities_slider:before {
  content: "";
  position: absolute;
  right: -100%;
  background-color: #fff;
  top: 0;
  bottom: 0;
  width: 3500px;
  pointer-events: none;
  left: 60px;
}
.team-activities .bg-text-tranparent {
  bottom: 0vh !important;
  top: unset;
}
.team-activities .bg-text-tranparent span.span-animation {
  font-family: "DM Sans", serif;
  font-size: 270px;
  font-weight: 700;
  line-height: 210px;
  letter-spacing: -15px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none; 
  color: #00000005;
}
/****CSR section Slider*****/
section.corporate-social-responsibility {
  background: #161519;
  padding: 96px 0px;
  position: relative;
  overflow: hidden;
}
section.corporate-social-responsibility h2 {
  font-family: "DM Sans", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 70px;
  font-weight: 700;
  line-height: 85px;
  letter-spacing: -2.184000015258789px;
  color: #9690A2;
}
.corporate_responsibility_slider {
  padding: 30px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background: #1E1D22;
  z-index: 2;
}
.corporate_responsibility_slider:before {
  content: "";
  position: absolute;
  right: -100%;
  background-color: #1e1d22;
  top: 0;
  bottom: 0;
  width: 3500px;
  pointer-events: none;
  left: 60px;
}
.corporate_responsibility_slider button.slick-prev.slick-arrow {
	right: 110px;
    bottom: -30px !important;
    left: auto;
}
.corporate_responsibility_slider button.slick-next.slick-arrow {
    right: 50px;
    bottom: -30px !important;
    left: auto;
}
.corporate-social-responsibility .bg-text-tranparent {
  bottom: 0vh !important;
  top: unset;
}
.corporate-social-responsibility .bg-text-tranparent span.span-animation {
  font-family: "DM Sans", serif;
  font-size: 307.2px;
  font-weight: 700;
  line-height: 153.6px;
  letter-spacing: -18.43199920654297px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFF05;
}
.corporate_responsibility_slider .description_team_activities h5{
  color: #FFFFFF;
}
.corporate_responsibility_slider .description_team_activities p{
  color: #9690A2;
}
/****BE SOCIAL WITH US*****/
section.be-social-with-us {
  background: linear-gradient(90deg, #FBF0F1 0%, #F7ECFF 100%);
  padding: 96px 0px;
  overflow: hidden;
  position: relative;
}
section.be-social-with-us h2 {
  font-family: "DM Sans", serif;
  font-size: 81.6px;
  font-weight: 700;
  line-height: 85.68px;
  letter-spacing: -2.180000066757202px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #635D6F;
  margin-bottom: 10px;
}
section.be-social-with-us h2 span{
  color: #111013;
}
section.be-social-with-us p {
  font-family: "DM Sans", serif;
  font-size: 17.2px;
  font-weight: 400;
  line-height: 22.88px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #161519;
  margin-bottom: 30px;
}
.be-social-with-us .d-flex.flex-column.gap-30 {
  gap: 30px;
  max-width: 426px;
  margin: 0 auto;
  padding-top: 25px;
}
.d-flex.justify-content-center.bg-white .d-flex.justify-content-center.align-items-center{
  position: relative;
}
.d-flex.justify-content-center.bg-white .d-flex.justify-content-center.align-items-center:first-child::before {
  position: absolute;
  content: "";
  border-right: 1px solid #222;
  width: 1px;
  height: 100%;
  right: 0;
}
.d-flex.justify-content-center.bg-white .d-flex.justify-content-center.align-items-center:nth-child(2)::before {
  position: absolute;
  content: "";
  border-right: 1px solid #222;
  width: 1px;
  height: 100%;
  right: 0;
}
.d-flex.justify-content-center.bg-white {
  padding: 40px 10px;
  z-index: 2;
  position: relative;
}
.d-flex.justify-content-center.bg-white .d-flex.justify-content-center.align-items-center {
  flex-grow: 1;
}
.be-social-with-us .bg-text-tranparent {
  bottom: 0vh !important;
  top: unset;
}
.be-social-with-us .bg-text-tranparent span.span-animation {
  white-space: nowrap;
  display: inline-block;
  font-family: "DM Sans", serif;
  font-size: 270px;
  font-weight: 700;
  line-height: 210px;
  letter-spacing: -15px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #00000005;
}
/****MOBILE APP*****/
section.must-have-mobile-app {
  position: relative;
  background: #18171B;
  padding: 90px 0px;
}
section.must-have-mobile-app h2 {
  font-family: "DM Sans", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -2.184000015258789px;
  color: #ffffff;
}
.d-flex.justify-content-center.bg-dark {
  padding: 40px 10px;
  background: #1E1D22;
  margin-bottom: 20px;
}
.d-flex.justify-content-center.bg-dark .d-flex.justify-content-center.align-items-center {
  flex-grow: 1;
}

.d-flex.justify-content-center.bg-dark .d-flex.justify-content-center.align-items-center {
  position: relative;
}
.d-flex.justify-content-center.bg-dark .d-flex.justify-content-center.align-items-center:first-child::before {
  position: absolute;
  content: "";
  border-right: 1px solid #FFFFFF33;
  width: 1px;
  height: 100%;
  right: 0;
}
section.must-have-mobile-app p strong{
  font-family: "DM Sans", serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 22.14px;
  letter-spacing: -0.328000009059906px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
}
section.must-have-mobile-app p {
  font-family: "DM Sans", serif;
  font-size: 16.4px;
  font-weight: 400;
  line-height: 26.24px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #9690A2;
  margin: 0;
}
section.must-have-mobile-app p span{
  font-family: "DM Sans", serif;
  font-size: 16.4px;
  font-weight: 700;
  line-height: 26.24px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #9690A2;
}
.must-have-mobile-app .d-flex.flex-column.gap-30 {
  gap: 30px;
  max-width: 426px;
  margin: 0 auto;
  padding-top: 25px;
}
/****Red Bg Section*****/
section.red-bg-line-section{
  background: linear-gradient(131.48deg, #D90A2C 0%, #ED0D50 50%, #D9230A 100%);
  position: relative;
  padding: 20px 20px;
}
section.red-bg-line-section h5{
  font-family: "DM Sans", serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 33.6px;
  letter-spacing: -0.8399999737739563px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
  margin: 0;
}
section.copyright-section{
  background: #18171B;
  padding: 30px 0px;
}
section.copyright-section p{
  font-family: Poppins, sans-serif !important;
  font-size: 16.4px;
  font-weight: 275;
  line-height: 26.24px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #9690A2;
  margin: 0;
}
.social-img-pding img {
  padding: 10.5px;
  border: 1px solid #fff;
}
.animation-slide-text {
  position: relative;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border: 1px solid #000000;
  display: flex;
  padding: 10.5px;
  align-items: center;
  justify-content: center;
  transition: .3s cubic-bezier(.12, 0, .39, 0);
}
.animation-slide-text:hover .text-sample {
  opacity: 0;
  transform: translate(0, -100%);
}
.gallery-item {
  width: 200px;
  padding: 5px;
}

.animation-slide-text .sample-image, .animation-slide-text .text-sample {
  transition: all cubic-bezier(.645, .045, .355, 1) .35s;
}
.animation-slide-text .text-sample {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
}

.animation-slide-text:hover .sample-image {
  opacity: 1;
  transform: translate(0, 0%);
  -webkit-transform: translate(0, 0%);
  -moz-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  -o-transform: translate(0, 0%);
  top:10px;
}

.animation-slide-text .sample-image {
  opacity: 0;
  width: 100%;
  position: absolute;
  top:100%;
}
h6.text-sample {
  font-family: "DM Sans", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 27.55px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  margin: 0;
}
.animation-slide-text.linked-in-bg:hover {
    background: #0A66C2;
}

.animation-slide-text.linked-in-bg img {
    width: 18.3px;
    height: 18px;
}
.animation-slide-text.facebook-text-bg:hover {
   background: #1877F2;
}
.animation-slide-text.facebook-text-bg img {
    width: 9.57px;
    height: 18px;
}
.animation-slide-text.insta-text-bg:hover {
    background: rgb(249,206,52);
background: linear-gradient(145deg, rgba(249,206,52,1) 0%, rgba(238,42,123,1) 35%, rgba(98,40,215,1) 100%); 
}
.animation-slide-text.insta-text-bg img {
    width: 19.97px;
    height: 19px;
}
.animation-slide-text.twitter-text-bg:hover {
   background: #111013;
}
.animation-slide-text.twitter-text-bg img {
    width: 20px;
    height: 18px;
}
.gap20{gap:20px;}
/****CURSOR POINTER*****/
/* ------------------------------------------------------------ *\
  Cursor
\* ------------------------------------------------------------ */
.cursor {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.cursor.visible {
  opacity: 1;
  visibility: visible;
}
.cursor__inner {
  font-family: "DM Sans", serif!important;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -80%) scale(0.7);
  width: 100px;
  height: 100px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
  transition: transform 0.3s;
  color: #ffffff;
  background: #b5b0b082;
}
.visible .cursor__inner {
  transform: translate(-50%, -80%) scale(1);
}

/* ------------------------------------------------------------ *\
  Link More
\* ------------------------------------------------------------ */
.link-more {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 18px;
  font-weight: 800;
  color: inherit;
  text-decoration: none;
  transition: text-shadow 0.3s;
}
.link-more svg {
  display: inline-block;
  margin-top: 2px;
  margin-left: 15px;
}
.link-more:hover svg {
  animation: moveArrow 1s infinite;
}

@keyframes moveArrow {
  0% {
    transform: translateX(0px);
  }
  30% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0px);
  }
}

/****Timeline Slider*****/
.cmp-carousel--timeline .cmp-carousel{height:200px;overflow:hidden;--action-left-pos:10px;--timeline-slide-padding:10px;--copy-line-height:24px}@media(min-width:769px){.cmp-carousel--timeline .cmp-carousel{height:240px;--action-left-pos:30px;--timeline-slide-padding:20px}}.cmp-carousel--timeline .cmp-carousel__actions{bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;left:var(--action-left-pos);position:absolute;top:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.cmp-carousel--timeline .cmp-carousel__action{cursor:pointer;height:18px;padding:20px;position:relative;right:10px;width:18px}.cmp-carousel--timeline .cmp-carousel__action-icon{background-image:url("../images/caret.svg");background-repeat:no-repeat;background-size:contain;display:inline-block;height:18px;position:relative;right:10px;width:18px}.cmp-carousel--timeline .cmp-carousel__action-text{display:none}.cmp-carousel--timeline .cmp-carousel__action--previous{top:-10px}.cmp-carousel--timeline .cmp-carousel__action--previous .cmp-carousel__action-icon{top:-10px;-webkit-transform:rotate(.5turn);transform:rotate(.5turn)}.cmp-carousel--timeline .cmp-carousel__indicators{bottom:38px;left:calc(30px + 9px);position:absolute;top:18px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;gap:unset;justify-content:space-between;margin:20px 0;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.cmp-carousel--timeline .cmp-carousel__indicators:before{background-color:hsla(0,0%,100%,.4);content:"";display:block;height:130%;left:50%;position:absolute;top:-15px;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:1px}@media(min-width:769px){.cmp-carousel--timeline .cmp-carousel__indicators:before{height:120%}}.cmp-carousel--timeline .cmp-carousel__content{padding-left:50px;position:static;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media(min-width:769px){.cmp-carousel--timeline .cmp-carousel__content{padding-left:50px}.cmp-carousel--timeline .cmp-carousel{--copy-line-height:40px}}.cmp-carousel--timeline .cmp-carousel__item{color:#9aa1a7;display:block;font-family: "DM Sans", serif;font-size:16px;font-style:normal;font-weight:300;letter-spacing:.96px;line-height:24px;opacity:.4;-webkit-transform:translateY(calc(var(--active-item-y-offset) - var(--timeline-slide-padding) - var(--copy-line-height)/2));transform:translateY(calc(var(--active-item-y-offset) - var(--timeline-slide-padding) - var(--copy-line-height)/2));-webkit-transition:opacity .3s cubic-bezier(.4,0,.2,1),-webkit-transform .3s cubic-bezier(.4,0,.2,1);transition:opacity .3s cubic-bezier(.4,0,.2,1),-webkit-transform .3s cubic-bezier(.4,0,.2,1);transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1);transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1),-webkit-transform .3s cubic-bezier(.4,0,.2,1)}@media(min-width:769px){.cmp-carousel--timeline .cmp-carousel__item{font-size:32px;line-height:normal}}.cmp-carousel--timeline .cmp-carousel__item--active{opacity:1}.cmp-carousel--timeline .cmp-carousel__indicator{opacity:0;-webkit-transform:translateY(calc(var(--active-indicator-y-offset) - var(--indicator-y-offset)));transform:translateY(calc(43px - 43px));-webkit-transition:-webkit-transform .3s cubic-bezier(.4,0,.2,1);transition:-webkit-transform .3s cubic-bezier(.4,0,.2,1);transition:transform .3s cubic-bezier(.4,0,.2,1);transition:transform .3s cubic-bezier(.4,0,.2,1),-webkit-transform .3s cubic-bezier(.4,0,.2,1)}.cmp-carousel--timeline .cmp-carousel__indicator--active{background-color:#fff;opacity:1;position:relative}.cmp-carousel--timeline .cmp-carousel__indicator--active:before{-webkit-animation:pulse-ring 1.25s cubic-bezier(.215,.61,.355,1) infinite;animation:pulse-ring 1.25s cubic-bezier(.215,.61,.355,1) infinite;background-color:hsla(0,0%,100%,.4);border-radius:45px;-webkit-box-sizing:border-box;box-sizing:border-box;content:"";display:block;height:500%;margin-left:-200%;margin-top:-200%;position:relative;width:500%}.cmp-carousel--timeline .cmp-carousel__indicator--active:after{background-color:#fff;border-radius:15px;-webkit-box-shadow:0 0 8px rgba(0,0,0,.3);box-shadow:0 0 8px rgba(0,0,0,.3);content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%}
.cmp-text--timeline-year .cmp-text p{color: #9690A2;
  font-family: "DM Sans", serif!important;
  font-size: 18px;
  font-weight: 700;
  line-height: 23.44px;
  letter-spacing: -0.8399999737739563px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-top:30px;
  }@media(min-width:769px){.cmp-text--timeline-year .cmp-text p{font-size:18px;line-height:23px}}.cmp-carousel__item{display:none}.cmp-carousel__item--active{display:block}.cmp-carousel__item{display:block;-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%;-webkit-transform:translateX(calc(var(--slide-x-pos) - var(--active-index)*20px));transform:translateX(calc(var(--slide-x-pos) - var(--active-index)*20px));-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s}
.page--dark{background-color:#1d232c;}
.cmp-carousel__indicators {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    gap: 14px;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.cmp-carousel__action {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
button, input, select, textarea {
    background-color: transparent;
    border: none;
    color: inherit;
    font: inherit;
    padding: 0;
}
@media (min-width: 769px) {
    .cmp-carousel--timeline .cmp-carousel {
        --copy-line-height: 40px;
    }
}
@media (min-width: 769px) {
    .cmp-carousel--timeline .cmp-carousel {
        height: 240px;
        --action-left-pos: 30px;
        --timeline-slide-padding: 20px;
    }
}
.cmp-carousel__indicator {
    position: relative;
    -webkit-box-flex: 0;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 50%;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    font-size: 0;
    height: 10px;
    text-indent: -3000px;
    width: 10px;
}
@media (min-width: 769px) {
    .cmp-carousel--timeline .cmp-carousel__content {
        padding-left: 50px;
    }
}
.cmp-carousel__content {
    position: relative;
}
@-webkit-keyframes pulse-ring {
    0% {
        -webkit-transform: scale(.33);
        transform: scale(.33)
    }

    80%,to {
        opacity: 0
    }
}

@keyframes pulse-ring {
    0% {
        -webkit-transform: scale(.33);
        transform: scale(.33)
    }

    80%,to {
        opacity: 0
    }
}
@media (min-width: 769px) {
    .cmp-container--timeline-slide&gt;.cmp-container {
        gap: 120px;
    }
}
.cmp-container--timeline-slide&gt;.cmp-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    padding: 0px;
}

.cmp-carousel {
    position: relative;
}
.timeline-content-box h5{
  font-family: "DM Sans", serif!important;
  font-size: 18px;
  font-weight: 700;
  line-height: 23.44px;
  letter-spacing: -0.8399999737739563px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #82838A;
  margin: 0;
}
.timeline-content-box.text p{
  font-family: "DM Sans", serif!important;
  font-size: 15px;
  font-weight: 400;
  line-height: 19.95px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #82838A;
  margin-bottom: 10px!important;
  margin-top: 0 !important;
}
.timeline-content-box {
  padding: 23px 15px 13px;
  background: #9690A20F;
  border-radius: 10px;
  margin-bottom: 10px;
  width: 100%;
}
.text.cmp-text--timeline-year {
  width: 50px;
}

.slider_growth_sucess .slick-slide .slide, .slider_growth_sucess .slick-slide, .slider_growth_sucess .slick-slide &gt; div{min-height:800px}
.team_activities_slider button.slick-prev.slick-arrow, .team_activities_slider button.slick-next.slick-arrow, .corporate_responsibility_slider button.slick-next.slick-arrow, .corporate_responsibility_slider button.slick-prev.slick-arrow {   
    bottom: -20px;   
}


/*Responsive CSS*/
@media only screen and (max-width: 1580px) {
  .bg-red-circle::before{left:-250px}
  .slider_growth_sucess .slick-slide .slide, .slider_growth_sucess .slick-slide, .slider_growth_sucess .slick-slide &gt; div{min-height:720px}
  .legacy-it-excellence-slider button.slick-prev.slick-arrow {right:calc(0% - 105px)}
  .legacy-it-excellence-slider button.slick-next.slick-arrow {right:calc(0% - 150px)}

}

@media only screen and (max-width: 1451px) {
 
  .slider_growth_sucess  .slide .slide__content.slide__content__right {
    right: 14%;   
  }
}

@media only screen and (max-width: 1351px) {
 
.bg-red-circle::before {
    left: -280px;
}

}


@media only screen and (max-width: 1300px) {
  .timeline_years_nav_block ul{
    font-size:25px;
  }
  .vert_line_holder {
    font-size: 20px;

  }
  .timeline_years_nav_block ul li{
    height:60px;
  }
  .timeline_years_nav_block ul li.dummy_item{
    height:40px;
  }
  .timeline_years_nav_block ul li.away:not(.away_1):not(.away_2):not(.away_3){
    height:30px;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1250px) {
  .slider_growth_sucess .slide .slide__content.slide__content__right {
      right: 8%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1160px) {
  .slider_growth_sucess .slide .slide__content.slide__content__right {
		right: auto;
        left: 30%;
        width: auto;
        padding-right: 90px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1290px) {
    .bg-red-circle::before {
        left: -320px;
    }
    .bg-red-circle-content h1{font-size:62px; line-height:62px;}
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
	.bg-red-circle::before{
		width:630px;
		height:630px;
		left: -245px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.bg-red-circle::before{
		width:470px;
		height:470px;
		left: -105px;
	}
	.bg-red-circle-content h1 {
		font-size: 52px;
		line-height: 52px;
	}
}
@media only screen and (max-width: 992px) {
	.gap20{gap:10px;}
	.bg-red-circle-content p {
	  text-align: center;
	  padding-left: 50px;
		padding-right: 50px;
	}
	section.achievements-section h2 {
		font-size: 48px;
		line-height: 50px;
	}
	section.timeline_roadmap h2 {
		font-size: 48px;
		line-height: 50px;
	}
	.service_products_slider_bg h2 {
		font-size: 48px;
		line-height: 50px;
	}
	section.industry-expert h2 {
		font-size: 48px;
		line-height: 50px;
	}
	section.team-activities h2 {
		font-size: 48px;
		line-height: 50px;
	}
	section.corporate-social-responsibility h2 {
		font-size: 48px;
		line-height: 50px;
	}
	section.be-social-with-us h2 {
		font-size: 48px;
		line-height: 50px;
	}
	section.must-have-mobile-app h2 {
		font-size: 48px;
		line-height: 50px;
	}
  .slider_growth_sucess .slide .slide__content.slide__content__right h2 {
    font-size: 50px;
    line-height: 50px;
    margin: 0;
  }
  .slider_growth_sucess .slide .slide__content.slide__content__right {
    right: auto;
    transform: unset;
    top: unset;
    left: 1%;
	padding-left: 10px;
	padding-right: 42px;
  }
  .slider_growth_sucess .slide .slide__img img {
    width: 50%;
  }
  .slider_growth_sucess .slide .slide__img::before {
      width: 50%;
  }
}
@media only screen and (max-width: 900px) {
  .timeline_years_nav_block ul{
    font-size:16px;
  }
  .vert_line_holder {
    font-size: 14px;

  }
  .timeline_years_nav_block ul{
    margin: 0 .5rem 1rem 0;
  }
  .timeline_years_nav_block ul li{
    height:50px;
  }
  .timeline_years_nav_block ul li.dummy_item{
    height:30px;
  }
  .timeline_years_nav_block ul li.away:not(.away_1):not(.away_2):not(.away_3){
    height:25px;
  }

}
@media (max-width: 992px) {
	section.legacy-it-excellence .col-lg-5 {
		position: relative;
		margin-top: -70px;
	}
	  .slider_growth_sucess .slick-slide .slide{min-height:780px;}
	.slider_growth_sucess .slide .slide__img img {
    width: 100%;
  }
  .slider_growth_sucess .slide .slide__img::before {
      width: 100%;
  }
	.growth_sucess .bg-red-circle-content-1 {
		top: 18%;
	}
  .service_products_slider .slider__item img{
    width: 100%;
  }
  .service_products_description {
    max-width: unset;
    width: 100%;
  }
  .legacy-it-excellence-slider button.slick-prev.slick-arrow {
      right: 60px;
		bottom: -25px;
  }
  .legacy-it-excellence-slider button.slick-next.slick-arrow {
      right: 10px;
	  bottom: -25px;
  }
  .bg-red-circle-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
	padding: 20px 0;
  }
  .bg-red-circle::before {
    width: 100%;
	left: 50% !important;
	transform: translate(-50%, -50%);
	border-radius: 0;
	height:100%;
  }
  .bg-red-circle-content h1 {
    font-size: 50px;
    line-height: 55px;
    margin-top: 10px;
    margin-bottom: 10px;
	text-align: center;
	padding-left:50px;
	padding-right:50px;
  }
  .margin-auto-x {
    padding-left: 10px;
  }
  .bg-red-circle-content br{
	  display:none;
  }
}
@media (max-width: 768px) {
	br{
		display:none;
	}
	.industry_expert_slider {
		padding-bottom: 100px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.profiles_description {
		display: flex;
		gap: 10px;
		position: absolute;
		bottom: 5px;
		left: 0;
		padding: 0 20px;
	}

	section.team-activities h2 br {
		display: none;
	}
	.slider-item.js-gallery-popup a {
		text-align: center;
		display: block;
	}
	.slider-item.js-gallery-popup a img{
		text-align: center;
		display: block;
	}
	.slider-item.js-gallery-popup a img {
		display: inline-block;
	}
	.container, .container-sm {
        max-width: 100%;
    }	
	 .slider_growth_sucess .slick-slide .slide{min-height:680px;}
	#video-overlay iframe {
		width: 90%!important;
	}
	.d-flex.justify-content-center.bg-white {
		flex-wrap: wrap!important;
	}
  .industry_expert_slider .slick-slide img {
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      width: 100%;
}
.iso-certified .container{
  max-width: 100%;
}
.iso-bg-red-bx {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.iso-bg-black-bx ul {
  flex-wrap: wrap;
}
.bg-red-box-iso {
  width: 214px;
}
  .bg-red-circle-content-1 {
      position: absolute;
      top: 25%;
      left: 50%;
      transform: translate(-36px, -40px);
      z-index: 2;
  }
  .cmp-carousel--timeline .cmp-carousel__actions {
    left: 30px;
  }
  
}
@media only screen and (min-width: 472px) and (max-width: 675px) {
	.iso-bg-black-bx {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	li.d-flex.flex-column {
		width: 100%;
		text-align: center;
	}
	.iso-bg-black-bx ul li:first-child, .iso-bg-black-bx ul li:nth-child(2) {
		border-right: none;
	}
}
@media only screen and (max-width: 600px) {
	.bg-text-tranparent{
		display:none;
	}
	section.must-have-mobile-app {
		padding: 50px 0px;
	}
	section.be-social-with-us {
		padding: 50px 0px;
	}
	section.corporate-social-responsibility {
		padding: 50px 0px 50px;
	}
	section.team-activities {
		padding: 50px 0px;
	}
	.service_products_slider button.slick-next.slick-arrow {
		right: 13%;
		bottom: -30px;
	}
	.service_products_slider button.slick-prev.slick-arrow {
		right: calc(10% + 75px);
		bottom: -30px;
	}
	.industry_expert_slider button.slick-prev.slick-arrow {
		  right: 100px;
		  bottom: 20px;
		  left: auto;
	  }
	  .industry_expert_slider button.slick-next.slick-arrow {
		  right: 50px;
		  bottom: 20px;
		  left: auto;
	  }
	
	.industry_expert_slider {
        padding-bottom: 50px;
    }
	.slider_growth_sucess button.slick-prev.slick-arrow {
		right: calc(10% + 70px);
		bottom: 50px;
	}
	.slider_growth_sucess button.slick-next.slick-arrow {
		right: 13%;
		bottom: 50px;
	}
	section.our-products-service {
		padding: 20px 0px;
	}
	.must-have-mobile-app .d-flex.flex-column.gap-30 {
		padding-left: 10px;
		padding-right: 10px;
	}
	.iso-bg-black-bx ul li:first-child, .iso-bg-black-bx ul li:nth-child(2) {
		border-right: none;
	}
	section.industry-expert {
		padding: 50px 0px 0px 0px;
	}
	section.industry-expert .container {
		padding-top: 0px!important;
	}
	.service_products_description p {
		font-size: 16px;
		line-height: normal;
	}
	.service_products_slider_bg {
		padding: 60px 0px 50px 0px;
	}
	section.timeline_roadmap {
		padding: 50px 0px;
	}
	.timeline-content-box.text p {
		font-size: 12px;
		font-weight: 300;
		line-height: 14px;
		text-align: justify;
	}
	.timeline-content-box h5 {
		font-size: 15px;
		line-height: normal;
		letter-spacing: normal;
	}
	.timeline-content-box {
		padding: 0;
		background: #9690a200;
	}
	.cmp-text--timeline-year .cmp-text p {
		font-size: 14px;
		line-height: normal;
		margin-top: 10px;
	}
	.iso-bg-black-bx ul li {
		font-size: 13px;
	}
   .d-flex.justify-content-center.bg-white .d-flex.justify-content-center.align-items-center:first-child::before {
		border-right: 0px!important;
	}
	.d-flex.justify-content-center.bg-white .d-flex.justify-content-center.align-items-center:nth-child(2)::before {
    border-right: 0px!important;
	}
  .bg-red-circle::before {
    width: 100%;
    height: 410px;    
    left: 50% !important;
    transform: translate(-50%, -50%);
  }
  .bg-red-circle-content h1 {
    font-size: 40px;
    line-height: 45px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  /*horizontal years*/
  .timeline_slider  {
    flex-direction:row;
    flex-wrap:wrap;
    font-size: .7rem;
    line-height: 150%;
  }
  .timeline_slide{
    padding: 0 .5rem;
  }
  .timeline_border_fade.timeline_border_fade-right,
  .timeline_border_fade{
    width:1rem;
  }  
  .timeline_slider_slides_block,
  .timeline_years_nav_block{
    width:100%;
  }
  .timeline_years_nav_block{
    z-index:10;
  }
  .timeline_years_nav_block ul{
    font-size: 12px;
    flex-direction:row;
    margin:0 -.5em 0;
    padding-bottom:1.5rem;
  }
  .timeline_years_nav_block ul li.dummy_item{
    display:none;
  }
  .timeline_slider_slides {
    padding-top: 4.8rem;
    margin-top: -2.5rem;
  }
  .timeline_slider button.slick-arrow{
    top:2.5rem;
    font-size:25px;
  }
  .timeline_years_nav_block ul li{
    height:auto!important;
    position:relative;
    justify-content: center;
    align-items: flex-end;
    margin:0 -1px 0 0;
    padding: 0 .5rem;
  }
  .label_year{
    margin:0;
  }
  .vert_line_holder{
    font-size: 10px;
    padding-top:5px;
    position:absolute;
    left:50%;
    top:100%;
    transform:translateX(-50%);
  }
  .vert_line_circle{
    border-width:1px;
  }

  .vert_line{
    /*display:none;*/
    width:auto;
    height:1px;
    
  }
  .vert_line_holder{
    width:100%;
    flex-direction:row;
    align-items: center;
    justify-content: flex-end;
    height: 1em;
  }

  .timeline_years_nav_block ul li.away:not(.away_1):not(.away_2):not(.away_3) .label_year{
    visibility:hidden;
    opacity:0;
    width:0;
  }
  .timeline_years_nav_block ul li.away:not(.away_1):not(.away_2):not(.away_3) .vert_line_circle{
    font-size:.75em;
  }

  .timeline_slider .slick-arrow.slick-prev{
    left:0;
    right:auto;
    margin-right:0;
    transform:none;
    transform:translateX(-1rem);
  }
  .no-touch .timeline_slider .slick-arrow.slick-prev:hover{
    transform:translateX(-1rem) scale(1.1);
  }
  .timeline_slider .slick-arrow.slick-next{
    transform:translateX(1rem);
  }
  .no-touch .timeline_slider .slick-arrow.slick-next:hover{
    transform:translateX(1rem) scale(1.1);
  }
}

@media only screen and (max-width: 480px) {
	
	section.must-have-mobile-app p br{
		display:none;
	}
	section.achievements-section h2 {
		font-size: 30px;
		line-height: 36px;
	}
	section.timeline_roadmap h2 {
		font-size: 30px;
		line-height: 36px;
	}
	section.timeline_roadmap {
		padding: 50px 0px;
	}
	.service_products_slider_bg h2 {
		font-size: 30px;
		line-height: 36px;
	}
	section.must-have-mobile-app h2 {
		font-size: 30px;
		line-height: 36px;
	}
	
	section.be-social-with-us h2 {
		font-size: 30.6px;
		line-height: 36.68px;
	}
	
	section.corporate-social-responsibility h2 {
		font-size: 30px;
		line-height: 36px;
	}
	
	section.team-activities h2 {
		font-size: 30px;
		line-height: 36px;
	}
	
	
	section.industry-expert h2 {
		font-size: 30.6px;
		line-height: 35.68px;
		margin-bottom: 20px;
	}
	.slider_growth_sucess .slide .slide__content.slide__content__right h2 {
        font-size: 30px;
        line-height: 34px;
        margin: 0;
		letter-spacing: normal;
    }
	.slider_growth_sucess .slick-slide .slide, .slider_growth_sucess .slick-slide, .slider_growth_sucess .slick-slide &gt; div {
        min-height: 600px;
    }
	.slider_growth_sucess .slick-slide .slide{min-height:580px;}
  
  .team_activities_slider button.slick-prev.slick-arrow {
      right: 100px;
      bottom: 0px !important;
      left: auto;
  }
  .team_activities_slider button.slick-next.slick-arrow {
      right: 50px;
      bottom: 0px !important;
      left: auto;
  }
  .corporate_responsibility_slider button.slick-prev.slick-arrow {
      right: 100px;
      bottom: 0px !important;
      left: auto;
  }
  .corporate_responsibility_slider button.slick-next.slick-arrow {
      right: 50px;
      bottom: 0px !important;
      left: auto;
  }
  .bg-red-circle::before {
    width: 100%;
    height: 100%;   
    left: 50% !important;
    transform: translate(-50%, -50%);
  }
  .bg-red-circle-content h1 {
    font-size: 25px;
    line-height: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .bg-red-circle-content p {
    font-size: 12px;
}
}
@media only screen and (max-width: 380px) {
	.d-flex.justify-content-center.bg-dark .d-flex.justify-content-center.align-items-center:first-child::before {
		border-right: 0px;
	}
	.d-flex.justify-content-center.bg-dark {
		flex-wrap: wrap!important;
	}
	.d-flex.justify-content-center.bg-white .d-flex.justify-content-center.align-items-center {
		border: 1px solid #222;
		margin-bottom: 20px;
		padding-bottom: 10px;
	}
}
#header figure {
    margin: 0em 0px;
}
.essential-header-bg .navbar{
	transition: unset;
}
.essential-header-bg {
    background: #000000;
    padding-bottom: 15px;
}
section.must-have-mobile-app .d-flex.flex-column.gap-30 img {
    width: 100%;
}
section.industry-expert .container{
    background: #FFFFFF;
	border-radius:20px;
	padding-top: 50px;
	position:relative;
	overflow:hidden;
}
.body-remove-footer section#free-quote-form {
    display: none;
}
.body-remove-footer footer {
    display: none;
}
.slick-lightbox {
    z-index: 9999999!important;
}
.slick-lightbox-close:before {
    font-size: 30px!important;
}
.btn-outline-secondary:hover {
    /* color: #fff; */
    background-color: unset;
    border-color: unset!important;
}
.bg-red-circle-content-10 {
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    position: absolute;
    top: 0;
    width: 80px;
    height: 80px;
}
.growth_sucess .bg-red-circle-content-11 {
    width: 80px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    position: absolute;
    top: 0;
    width: 80px;
    height: 80px;
}

/**************POP IMAGE GALLERY****************/
.popup-image-gallery .modal-dialog {
  width: 100%;
}

.popup-image-gallery .modal-content {
  box-shadow: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}

.popup-slider-for {
  position: relative;
  min-height: 300px;
  z-index: 2;
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.popup-slider-for:before {
    content: "";
    position: absolute;    
    top: 50%;
    left: 50%;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    z-index: -1;
    color: #fff;
    opacity: .75;
    width: 40px;
    height: 40px;
    border: 5px solid #fff;
    border-radius: 40px;
}
.popup-slider-for:after {
  content: "";
    position: absolute;    
    top: 50%;
    left: 50%;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    z-index: -1;
    color: #fff;
    opacity: .75;
    width: 40px;
    height: 40px;
    border-top: 5px solid red;
    border-radius: 40px;
}

.popup-slider-for,
.main-image {
  text-align: center;
  margin-bottom: 0;
}

.popup-slider-for .slick-slide img {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}

.popup-slider-nav .thumbnail-image {
  position: relative;
  margin: 0 5px;
  cursor: pointer;
}

.popup-slider-nav .thumbnail-image,
.popup-slider-nav .thumbnail-image img {
  display: block;
  width: 140px;
  height: 100px;
}

.popup-slider-nav .thumbnail-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.2s linear;
}

.popup-slider-nav .thumbnail-image:hover:after {
  background-color: rgba(0, 0, 0, 0.4);
}

.popup-slider-nav .slick-current:after,
.popup-slider-nav .slick-current:hover:after,
.popup-slider-nav .slick-center:after,
.popup-slider-nav .slick-center:hover:after {
  background-color: transparent;
}
.popup-slider-nav .slick-current .thumbnail-image:after {
	background-color: transparent;
}

.pagingInfo {
  color: #fff;
  text-align: center;
  margin: 20px 0;
}

.popup-slider-for .slick-next,
.popup-slider-for .slick-prev {
  width: auto;
  height: auto;
  z-index: 1;
}

.popup-slider-for .slick-prev {
    left: 0;
    position: absolute;
    font-size: 0;
    line-height: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px \9;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
    padding: 0;
}

.popup-slider-for .slick-prev:before,
.popup-slider-for .slick-next:before,
.popup-slider-for:after {
  font: normal normal 30px/1 'Glyphicons Halflings';
}

.popup-slider-for .slick-prev:before {
  content: "";
  position: absolute;
  background-image: url(/assets/images/slider_arrow_prev.svg);
  width: 16px;
  height: 16px;
}

.popup-slider-for .slick-next:before {
  content: "";
  position: absolute;
  background-image: url(/assets/images/slider_arrow_next.svg);
  width: 16px;
  height: 16px;
}

.popup-slider-for .slick-next {
	right: 0;
    font-size: 0;
    line-height: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px \9;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
    position: absolute;
    padding: 0;
}


.slick-slide {
  outline: 0;
}


.popup-image-gallery .modal-dialog {
  margin: 0;
}

@media (max-width: 991px) {
	.modal.popup-image-gallery {
		height:unset;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}
}
@media (max-width: 767px) {
  .popup-slider-for .slick-slide img {
    height: auto!important;
  }
  .popup-image-gallery .modal-body {
    padding: 0;
  }
  .popup-image-gallery .modal-dialog {
    margin-top: 20px;
  }
  .popup-slider-for .slick-prev {
    left: 12px;
  }
  .popup-slider-for .slick-next {
    right: 12px;
  }
}
.popup-image-gallery .modal-dialog {
	max-width: 100%;
	margin: 1.75rem auto;
}
.popup-slider-for .slick-slide img {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
    height: 500px;
}
.popup-image-gallery.modal {
    z-index: 99999999;
}
.popup-image-gallery button.btn-close {
    position: absolute;
    font-size: 23px;
    content: "";
    right: 10px;
    top: 0px;
    z-index: 999999999;
    color: #fff;
    background: none;
    opacity: 10;
    font-weight: 600;
    width: 15px;
    height: 15px;
    cursor: pointer;
    display: block;
	font-family: Poppins, sans-serif !important;
    line-height: 1;
}
.popup-image-gallery .modal-dialog {
	pointer-events:unset;
}
.modal-backdrop {
    z-index: 9999999;
}
.popup-image-gallery.modal.fade .modal-dialog {
     transition: unset; 
     transform:  unset; 
}
.modal-backdrop.show {
    opacity: .90;
}
    .popup-image-gallery .hidden-xs {
        display: block !important;
    }

</pre></body></html>