/* Basic styling for the button */
.play-button {
  padding: 10px 20px;
  font-size: 16px;
  background-color: #3498db;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

/* Popup styling */
.popup {
  display: none; /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); /* Black background with transparency */
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.popup-content {
  position: relative;
  padding: 20px;
  background-color: white;
  border-radius: 10px;
  width: 80%;
  max-width: 800px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.popup-content video {
  width: 100%;
  border-radius: 10px;
}

.close {
  position: absolute;
  top: -25px;
  right: -25px;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  color: #ffffff;
}

/* Initial header height */
header {
  transition: all 0.3s ease;
}

.sticky-navbar .navbar {
  padding: 10px 0;
}

.sticky-navbar .navbar-brand img {
  height: 40px; /* Adjust to preferred size */
}

.sticky-navbar::before {
  height: 66px !important;
}


/* Portfolio */
header.active {
    top: var(--_top);
}

.header-top-bar {
  transition: transform 0.3s ease; /* Smooth transition for hiding */
}

.sticky-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: auto;
  
}
.header-top-bar .navbar-nav {
  flex-direction: row;
}

.user .nav-link {
    background: linear-gradient(to right, #08C3F1, #1EB68C 70%);
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    margin: 0 1rem;
}
.cart .nav-link {
    background: linear-gradient(to right, #08C3F1, #1EB68C 70%);
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
}
.navbar-nav .nav-link.active {
  background-image: linear-gradient(to right, #08C3F1, #1EB68C 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.9s ease-out, transform 0.9s ease-out;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}
    
/* Basic setup for the cards container */
.cards_portfolio {
  display: flex;
  justify-content: space-around;
  perspective: 1000px;
  padding: 100px;
  height: 100vh;
  background-image: url(../images/portfolio-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

/* Styling individual cards */
.card_portfolio {
  width: 200px;
  height: 300px;
  transition: transform 0.9s ease-in-out;
  transform-style: preserve-3d;
  transform-origin: center;
  border-radius: 10px;
  opacity: 0;
  transform: translate3d(0, 50px, 0) rotateZ(0deg);
  object-fit: cover;
  width: 300px;
  height: 400px;
  position: absolute;
}

/* Animation applied when card is in view */
.card_portfolio.in-view {
  opacity: 1;
  transform: translate3d(0, 0, 0) rotateZ(0deg) scale(1.05);
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4);
}

#card2 {
  border: 1px solid white; 
}
#card3 {
  border: 1px solid white; 
}

.ca1.in-view {
  transform: translate3d(-395px, 300px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-90deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}
.ca2.in-view {
  transform: translate3d(-180px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-28deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}
.ca3.in-view {
  transform: translate3d(155px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(23deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}
.ca4.in-view {
  transform: translate3d(395px, 300px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(90deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

/* Mission & Vision */
.mission-vision {
  overflow-x: hidden;
}
#imageSection {
  background-image: url('../images/mission-vision-section-bg.png');
  background-repeat: no-repeat;
  padding: 3rem;
  background-size: 95%;
  height: 580px;
  width: 100%;
}
#imageSection .container-fluid {
  max-width: 82rem;
}
.card {
  background-color: white;

}
.card-icon {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 6.6px 2.47px rgb(14 191 214 / 20%);
    display: inline-block;
    height: 45px;
    width: 45px;
    margin-right: 1rem;
    text-align: center;
    padding: 0.5rem;
}

/* Basic styles for images */
.image-container {
  position: relative;
  display: flex;
  justify-content: space-around;
  margin-top: 150px;
  opacity: 0;
}
.product-image-box {
  position: absolute;
  top: 0;
  right: 30rem;
}

.image-container .card555 {
  width: 100%;
  max-width: 570px;
  transform: translateX(-300%);
  transition: transform 0.7s ease-out, opacity 0.7s ease-out;
  border-radius: 10px;
  padding: 2rem;
  height: 100%;
}
.image-container .card555 h3 {
  font-size: 20px;
  color: #171616;
  margin-bottom: 1rem;
}

.image-container .card555 p {
  font-size: 15px;
    color: #797C7F;
    line-height: 21px;
}

/* When the section is in view, add these styles */
.animate .image-container {
  opacity: 1;
}

.animate .image-container .card555 {
  transform: translateX(0);
}

/* Adding delays for each image */
.animate .image-container .img1 {
  transition-delay: 0.2s;
  position: absolute;
  right: -18.4rem;
  padding: 0;
  bottom: 0rem;
  text-align: end;
}

.animate .image-container .img2 {
  transition-delay: 0.4s;
}

.animate .image-container .img3 {
  transition-delay: 0.6s;
}

.image-container .card-overlay:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: #20357C;
    border-radius: 7px; 
    z-index: -1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.image-container .card-overlay:hover:before {
    background-color: #20357C;
    height: 100%;
}
.image-container .card-overlay:hover h3 {
    color: #fff;
}
.image-container .card-overlay:hover p {
    color: #fff;
}
.image-container .card-overlay .card-icon img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.image-container .card-overlay:hover .card-icon img {
   
    -webkit-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg) !important;
}

.image-container .card-overlay::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-size: cover;
    background-repeat: no-repeat;
}
.image-container .card-overlay:hover:after {
    background-image: url(../images/why-choose-box-bg-pattern.png);
    height: 100%;
}

/* === Final css === */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root { 
  --primary-color: rgb(235, 174, 99); 
  --secondary-color: rgb(255, 255, 255); 
  --font-sourcesansproregular: 'source_sans_proregular';
  --font-sourcesansprosemibold: 'source_sans_prosemibold';
  --font-sourcesansprobold: 'source_sans_probold';
  --font-sourcesansproblack: 'source_sans_problack';
  --index: calc(1vw + 1vh);
  --transition: cubic-bezier(.1, .7, 0, 1);
}

body{
  background-color: #fff;
}

.page {
  height: calc(100vh - 1rem); 
}

h1, h2, h3 {
  font-family: var(--font-sourcesansprobold);
}
p {
  font-family: var(--font-sourcesansproregular);
}

a {
  text-decoration: none;
}

.spacing__top__large {
  padding-top: 6rem !important;
}
.spacing__bottom__large {
  padding-bottom: 6rem !important;
}
.spacing__top__medium {
  padding-top: 3rem !important;
}
.spacing__bottom__medium {
  padding-bottom: 3rem !important;
}
.spacing__top__small {
  padding-top: 1rem !important;
}
.spacing__bottom__small {
  padding-bottom: 1rem !important;
}
.spacing__top__0 {
  padding-top: 0 !important;
}
.spacing__bottom__0 {
  padding-bottom: 0 !important;
}

h2 {
  font-size: 54px;
  color: #0C1338;
  position: relative;
  z-index: 1;
}
h2 span {
  color: #20357C;
}
.title-text-wrap h2::after {
    content: '';
    background-image: url(../images/Text-BG-Shape.png);
    height: 30px;
    width: 155px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    right: 0;
    background-position: bottom;
}
.title-text-wrap.text-center.container h2::after {
    margin: auto;
}

.caption {
  background-image: url(../images/wave-caption-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    padding: 1rem;
    font-family: var(--font-sourcesansprosemibold);
    color: #20357C;
    font-size: 18px;
}
.title-text-wrap p {
  font-size: 16px;
  color: #565764;
}

/* === NAVBAR === */
.header-top-bar .d-flex span a {
  font-family: var(--font-sourcesansproregular);
  font-size: 13px;
  color: black;
}
.header-top-bar .d-flex span i {
  border: 1px solid black;
  padding: .2rem;
  border-radius: 50%;
  height: 27px;
  width: 27px;
  display: inline-block;
  text-align: center;
  margin-right: .3rem;
}

.header .navbar .navbar-nav .nav-item a {
  font-family: var(--font-sourcesansproregular);
  font-size: 16px;
  color: white;
}
.header .navbar .navbar-nav .nav-item a:hover {
  background-image: linear-gradient(to right, #08C3F1, #1EB68C 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* === END NAVBAR === */

/* === ABOUT US === */
.about-us .col-md-6 .text-block1 {
  font-size: 20px;
  color: #171616; 
}
.about-us .col-md-6 .text-block2 {
  font-size: 16px;
  color: #797C7F; 
}
.about-cta span a img {
    background-color: #F1F0EC;
    padding: 0.5rem 1rem;
}
.about-cta span a {
  font-family: var(--font-sourcesansprobold);
  color: #171616;
  font-size: 16px;
}
#playButton {
    max-width: 7%;
    background-color: transparent;
    border: 0;
    margin-right: 1rem;
}
/* === //ABOUT US === */

/* === WHY CHOOSE US === */
.services-landing-box-wrap .text-test1 .title {
    font-family: var(--font-sourcesansprobold);
    font-size: 24px;
    color: #171616;
    margin-bottom: 0.5rem;
}
.services-landing-box-wrap .text-test1 .description {
  font-size: 17px;
  color: #797C7F;
}

/* === END WHY CHOOSE US === */

/* === OUR SERVICES === */
.our-services-box {
  position: relative;
  z-index: 1;
  border-radius: 3px;
  height: 100%;
}

.our-services-box:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-image: url(../images/services-box-bg-hover.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.our-services-box:hover:before {
  height: 100%;
  background-image: url(../images/services-box-bg-hover.png);
  background-repeat: no-repeat;
  background-size: cover;
 
}
.our-services-box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-size: cover;
  background-repeat: no-repeat;
}
.our-services-box:hover:after {
  background-image: url(../images/why-choose-box-bg-pattern.png);
  height: 100%;
}

.our-services-box:hover .text-start h5 {
  color: #fff;
}
.our-services-box:hover .text-start p {
  color: #fff;
}
.our-services-box:hover .icon::after {
  background-color: #fff;
}
.our-services-box:hover .icon img {
  background-color: #fff;
}

.our-services-box .text-start h5 {
  font-family: var(--font-sourcesansprobold);
    font-size: 18px;
    color: #1E1E1E;
    text-transform: capitalize;
}
.our-services-box .text-start p {
  font-size: 17px;
  color: #616161;
  line-height: 27px;
}
/* === EMD OUR SERVICES === */

/* === INDUSTRIES ===  */
.industries {
    overflow-x: hidden;
}
.industries-landing {
  position: relative;
}
.industries-landing::before {
  background-image: url('../images/dot-pattern-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  content: '';
  display: inline-block;
  height: 555px;
  position: absolute;
  left: 0;
  right: 0;
  width: 538px;
  margin: auto;
}
.service-featured_content .back p {
  color: #fff;
}

/* === END INDUSTRIES ===  */

/* === OUR SUPPLIERS ===  */

.our-suppliers {
  position: relative;
}

.our-suppliers .carousel {
  max-width: 600px;
  margin-left: auto;
}

.our-suppliers .slider-control {
  position: relative;
  max-width: 130px;
  margin-left: auto;
  padding-top: 3rem;
}
.our-suppliers .carousel-control-next, .carousel-control-prev {
  width: 50%;
}
.our-suppliers::before {
  background-image: url('../images/dot-pattern-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  content: '';
  display: inline-block;
  height: 555px;
  position: absolute;
  right: 0;
  width: 538px;
  top: 0;
}
.logo-bg {
  box-shadow: 0px 2.34px 35.58px 3.52px rgb(211 211 211 / 25%);
  border-radius: 31px;
  text-align: center;
  background-color: #fff;
  margin: 1rem 0rem;
  padding: 1rem 0.5rem;
}
/* === END OUR SUPPLIERS ===  */

/* === Contact Us ===  */

.contact-section .bg-image {
  background: linear-gradient(to right, rgba(8, 195, 241, 0.9), rgba(30, 182, 140, 0.9)), 
              url('./images/contact-bg.png') center center/cover no-repeat;
  color: #fff;
  padding: 60px 30px;
}

.contact-section {
  margin-top: 5rem;
}

.contact-left {
  padding: 3rem 10rem 3rem 7rem;
}

.Contact-title {
  font-size: 54px;
  font-weight: 700;
  line-height: 62.1px;
  letter-spacing: -1.0800000429153442px;
  text-align: left;
  margin-top: 15px;
  color: white;
}

.Contact-title span {
  font-size: 54px;
  font-weight: 700;
  line-height: 62.1px;
  letter-spacing: -1.0800000429153442px;
  text-align: left;
  color: #20357C;
  position: relative;
  z-index: 1;
}

.Contact-title span:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 22px; 
  background-image: url("../images/contact-shape.png"); 
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

.contact-left p {
  font-size: 19.56px;
  font-weight: 400;
  line-height: 26.9px;
  text-align: left;
  margin-top: 27px;

}
.contact-section .position-relative{
  background-color: #F3F3F3C2;
  display: flex;
  align-items: center;
}

.contact-form-wrap {
  margin-left: -6rem;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
}

/* Contact Form */
.contact-card {
  box-shadow: 0px 0px 10px rgba(229, 227, 227, 0.47);
  padding: 40px;
  background-color: #fff;
  width: 510px;
  border-radius: 40px;
  border: 25px solid  rgba(194, 189, 189, 0.17);
}

.contact-card h3 {
  margin-bottom: 30px;
  color: #000 !important;
  font-size: 30.6px;
  font-weight: 700;
  line-height: 32.4px;
  text-align: center;
}

.contact-card span {
  margin-bottom: 30px;
  color: #20357C !important;
  font-size: 30.6px;
  font-weight: 700;
  line-height: 32.4px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.contact-card span:after {
  content: "";
  position: absolute;
  bottom: -17px; /* Adjust this value to position the underline */
  left: 0;
  width: 100%;
  height: 22px; /* Adjust the height as needed */
  background-image: url("../images/contact-form-shape.png"); /* Replace with your image path */
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

.contact-button {
  background-image: linear-gradient(to right, #08C3F1 0%, #79CBCA  51%, #1EB68C  100%);
  margin: 10px;
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;            
  border-radius: 30px;
  display: block;
  border-color: transparent;

}

.contact-button:hover {
  background-position: right center; 
  color: #fff;
  text-decoration: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .contact-left h1 {
    font-size: 2.5rem;
  }

  .contact-form-wrap {
    margin: 0;
    position: relative;
  }
  .contact-card {
    margin: auto;
    margin-top: 30px;
  }
}

/* === End Contact Us ===  */

/* === Footer Slider ===  */

.footer-slider {
  margin-bottom: -80px;
}

.footer-slider .slider {
  height: 165px; 
  position: relative;
  width: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.footer-slider .slide-track {
  width: calc(250px * 20); 
  display: flex;
  animation: scroll 20s linear infinite;
  gap: 0; 
}

.footer-slider .slide {
  width: 170px; 
  height: 170px; 
  display: grid;
  place-items: center;
  transition: 0.5s;
  cursor: pointer;
  margin: 0;
}

.footer-slider .slide img {
  display: block;
  width: 100%; 
  height: auto; 
}

.wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10vh;
}

.items{
  display: flex;
  gap: 0.4rem;
  perspective: calc(var(--index) * 35);
}

.item{
  width: calc(var(--index) * 3);
  height: calc(var(--index) * 5);
  background-color: #ffffff;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  filter: grayscale(1) brightness(.5);
  transition: transform 1.25s var(--transition), filter 3s var(--transition), width 1.25s var(--transition);
  will-change: transform, filter, rotateY, width;
}

.item::before, .item::after{
  content: '';
  position: absolute;
  height: 30%;
  width: 20px;
  right: calc(var(--index) * -1);
}

.item::after{
  left: calc(var(--index) * -1);
}

.items .item:hover{
  filter: inherit;
  transform: translateZ(calc(var(--index) * 10));
}

/*Right*/

.items .item:hover + *{
  filter: inherit;
  transform: translateZ(calc(var(--index) * 8.5)) rotateY(35deg);
  z-index: -1;
}

.items .item:hover + * + *{
  filter: inherit;
  transform: translateZ(calc(var(--index) * 5.6)) rotateY(40deg);
  z-index: -2;
}

.items .item:hover + * + * + *{
  filter: inherit;
  transform: translateZ(calc(var(--index) * 2.5)) rotateY(30deg);
  z-index: -3;
}

.items .item:hover + * + * + * + *{
  filter: inherit;
  transform: translateZ(calc(var(--index) * .6)) rotateY(15deg);
  z-index: -4;
}


/*Left*/

.items .item:has( + :hover){
  filter: inherit;
  transform: translateZ(calc(var(--index) * 8.5)) rotateY(-35deg);
}

.items .item:has( + * + :hover){
  filter: inherit;
  transform: translateZ(calc(var(--index) * 5.6)) rotateY(-40deg);
}

.items .item:has( + * + * + :hover){
  filter: inherit;
  transform: translateZ(calc(var(--index) * 2.5)) rotateY(-30deg);
}

.items .item:has( + * + * + * + :hover){
  filter: inherit;
  transform: translateZ(calc(var(--index) * .6)) rotateY(-15deg);
}

.items .item:active, .items .item:focus {
width: 18vw;
filter: inherit;
z-index: 100;
transform: translateZ(calc(var(--index) * 10));
  margin: 0 .45vw;
}


@keyframes scroll {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(calc(-250px * 10)); /* Adjusted for the new slide width */
  }
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
  .footer-slider .slide-track {
    width: calc(120px * 20); /* Adjusted for smaller screen */
  }

  .footer-slider .slide {
    width: 120px; 
    height: 120px; 
    margin: 0; 
  }

  @keyframes scroll {
    0% {
      transform: translateX(0px);
    }
    100% {
      transform: translateX(calc(-120px * 10)); /* Adjusted for smaller screen */
    }
  }
}

/* === End Footer Slider ===  */

/* === Footer ===  */

.footer-section {
  background-color: #000;
  padding-top: 5rem;
}

.footer-first {
  max-width: 460px;
}
.footer-first p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  text-align: left;
}

.footer-menu-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 28.8px;
  text-align: left;
  margin-bottom: 20px;
  background: linear-gradient(to right, #08C3F1, #1EB68C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-menu-title:after {
    content: '';
    display: block;
    height: 2px;
    width: 55px;
    margin-top: 5px;
    background: linear-gradient(to right, #08C3F1, #1EB68C);
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 27.64px;
  text-align: left;
  margin-bottom: 10px;
}

.footer-four i {
    font-size: 13px;
    background-color: #252525;
    padding: 0px 14px;
    border-radius: 50%;
    color: #08C3F1;
    height: 2.5rem;
    width: 2.5rem;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 2.6;
}

.footer-section ul li a {
  text-decoration: none;
  color: #fff;
}

.footer-four li {
  display: flex; 
  align-items: center;
}

.footer-second,
.footer-third,
.footer-four {
  padding-left: 30px;
}

.footer-four span{
  margin-left: 12px;
}
.footer-section hr {
  color: #595959;

}

.copyright-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  color: #A9AEB3;
  padding-bottom: 7px;
}

hr {
  width: 100%;
  border: none;
  border-top: 1px solid #ccc; 
}
@media (max-width: 768px) {
  .footer-section ul {
    text-align: center;
  }
}


/* === End Footer ===  */

.navbar::before {
  content: '';
  background-image: url(../images/logo-bg-shape-updated.png);
  display: block;
  height: 95px;
  width: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  background-size: contain;
}
.navbar .container {
  z-index: 1;
}
.btn-grad {
  font-family: var(--font-sourcesansprosemibold);
  font-size: 19px;
  background-image: linear-gradient(to right, #08C3F1 0%, #79CBCA  51%, #1EB68C  100%);
  padding: 15px 45px;
  text-align: center;
  text-transform: capitalize;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;            
  border-color: transparent;
  border-radius: 33px;
  display: block;
}

.btn-grad:hover {
  background-position: right center; 
  color: #fff;
  text-decoration: none;
}

.tel-main-slider-3 .swiper-slide-active .tel-main-slider-item-3 .tel-main-slider-text-3 .tel-slider-btn-group {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0px);
  transform: translate(0px);
  -webkit-transition-delay: 1100ms;
  transition-delay: 1100ms;
}

.tel-main-slider-item-3 .tel-main-slider-text-3 .tel-slider-btn-group {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

/* Additional banner */

.tel-main-slider-item-3 {
  z-index: 1;
  padding: 185px 0px 110px;
}

.tel-main-slider-3 .swiper-slide-active .tel-main-slider-item-3 .slider_shape_3_1 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0px);
  transform: translate(0px);
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}
.tel-main-slider-item-3 .slider_shape_3_1 {
  right: 0;
  z-index: 2;
  opacity: 0;
  bottom: 0px;
  visibility: hidden;
  -webkit-transform: translateX(300px);
  transform: translateX(300px);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.tel-main-slider-3 .swiper-slide-active .tel-main-slider-item-3 .slider_shape_3_2 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0px);
  transform: translate(0px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
}
.tel-main-slider-item-3 .slider_shape_3_2 {
  opacity: 0;
  z-index: -1;
  right: -35px;
  bottom: 35px;
  visibility: hidden;
  -webkit-transform: translateX(300px);
  transform: translateX(300px);
  -webkit-mask-image: url(../images/sd-shape1.png);
  mask-image: url(../images/sd-shape1.png);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.tel-main-slider-3 .swiper-slide-active .tel-main-slider-item-3 .slider_shape_3_3 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0px);
  transform: translate(0px);
  -webkit-transition-delay: 900ms;
  transition-delay: 900ms;
}
.tel-main-slider-item-3 .slider_shape_3_3 {
  opacity: 0;
  right: 100px;
  bottom: 35px;
  visibility: hidden;
  -webkit-transform: translateX(500px);
  transform: translateX(500px);
  -webkit-mask-image: url(../images/sd-shape3.png);
  mask-image: url(../images/sd-shape3.png);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.tel-main-slider-item-3 .tel-main-slider-text-3 {
  max-width: 690px;
}
.tel-main-slider-3 .swiper-slide-active .tel-main-slider-item-3 .tel-main-slider-text-3 .slider-slug {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0px);
  transform: translate(0px);
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}
.tel-main-slider-item-3 .tel-main-slider-text-3 .slider-slug {
  opacity: 0;
  visibility: hidden;
  font-weight: 600;
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  display: inline-block;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
}
.tel-footer-section-3 .tel-footer-copyright a, .tel-footer-section-3 .tel-footer-widget .menu-widget li a:before, .tel-footer-section-3 .tel-footer-widget .logo-widget .learn_more, .tel-testimonials-item-3 .testimonial-text .testimonial-author span, .tel-cta-content-3 .tel-cta-pricing-area .cta-price h3 sub, .tel-cta-content-3 .tel-cta-pricing-area .cta-price p, .tel-pricing-item-3 .tel-price-text h2 sub, .tel-pricing-item-3 .tel-price-text span, .tel-about-text-area-3 .tel-about-feature-list li:before, .tel-about-text-area-3 .tel-slide-video-btn a i, .tel-service-content-4 .tel-bottom-text a, .tel-main-slider-item-3 .tel-main-slider-text-3 .tel-slider-btn-group .tel-slider-video-btn .inner-icon i, .tel-main-slider-item-3 .tel-main-slider-text-3 h1 span, .tel-main-slider-item-3 .tel-main-slider-text-3 .slider-slug, .header_style_five .tx-main-menu ul li:hover a, .header_style_six .tx-main-menu ul li:hover a, .header_style_five .mobile_menu_button, .header_style_six .mobile_menu_button, .tel-section-title-4 h2 span, .tel-section-title-4 .sub-title span {
  background: linear-gradient(to right, #08C3F1, #1EB68C 70%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  -webkit-animation: gradient_animation 3s ease infinite;
  animation: gradient_animation 3s ease infinite;
}
.tel-main-slider-3 .swiper-slide-active .tel-main-slider-item-3 .tel-main-slider-text-3 h1 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0px);
  transform: translate(0px);
  -webkit-transition-delay: 800ms;
  transition-delay: 800ms;
}
.tel-main-slider-item-3 .tel-main-slider-text-3 h1 {
  font-family: var(--font-sourcesansproblack);
  opacity: 0;
  color: #fff;
  font-size: 70px;
  line-height: 70px;
  visibility: hidden;
  padding-bottom: 25px;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  text-transform: capitalize;
  margin: 0;
}
.tel-main-slider-3 .swiper-slide-active .tel-main-slider-item-3 .tel-main-slider-text-3 p {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0px);
  transform: translate(0px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
}
.tel-main-slider-item-3 .tel-main-slider-text-3 p {
  font-size: 24px;
  color: white;
  opacity: 0;
  line-height: 30px;
  visibility: hidden;
  padding-bottom: 40px;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.tel-main-slider-3 img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}



.home-showcase:before {
    bottom: 0;
    width: 100%;
    z-index: -2;
    height: 50%;
    content: "";
    position: absolute;
    background: linear-gradient(45deg, #09C2EB 0%, #1DB68D 100%);
}
.home-showcase:after {
    bottom: 0;
    width: 100%;
    z-index: -2;
    height: 50%;
    content: "";
    position: absolute;
    
}
.home-showcase:after {
    background-image: url("../images/slider-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.home-showcase:after {
    z-index: -1;
    height: 100%;
    
}

@font-face {
    font-family: "CabinetGrotesk-light";
    src: url("http://lucasroussy.com/fonts/cabinet-grotesk/CabinetGrotesk-Light.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "CabinetGrotesk-extrabold";
    src: url("assets/fonts/cabinet-grotesk/CabinetGrotesk-Extrabold.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
  }
  .bigTitle {
    font-family: "CabinetGrotesk-extrabold", sans-serif;
    line-height: 0.9;
    font-size: 13vw;
  }
  @media (min-width: 425px) {
    .bigTitle {
      font-size: 10vw;
    }
  }
  @media (min-width: 1024px) {
    .bigTitle {
      font-size: 3vw;
    }
  }
  .bigTitle .orangeIcon {
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    background-color: #f7970e;
    display: inline-block;
    margin-left: 5px;
  }
  @media (min-width: 768px) {
    .bigTitle .orangeIcon {
      width: 13px;
      height: 13px;
    }
  }
  @media (min-width: 1440px) {
    .bigTitle .orangeIcon {
      width: 16px;
      height: 16px;
    }
  }
  
  .arrow-button {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-family: "CabinetGrotesk-extrabold", sans-serif;
    color: #000;
    transition: padding 1s cubic-bezier(0.16, 1, 0.3, 1);
    width: fit-content;
    font-size: 12px;
  }
  .arrow-button svg {
    width: 33px;
    margin-left: 10px;
  }
  .arrow-button svg circle {
    transition: fill 0.75s ease;
    fill: transparent;
  }
  @media (min-width: 425px) {
    .arrow-button {
      font-size: 16px;
    }
    .arrow-button svg {
      width: 45px;
    }
  }
  @media (min-width: 1024px) {
    .arrow-button {
      font-size: 20px;
    }
    .arrow-button svg {
      width: 62px;
    }
    .arrow-button:hover {
      padding-left: 20px;
    }
    .arrow-button:hover svg circle {
      fill: #8c97d0;
    }
  }
  @media (min-width: 1440px) {
    .arrow-button {
      font-size: 15px;
    }
    .arrow-button svg {
      width: 60px;
    }
  }
  @media (min-width: 1920px) {
    .arrow-button {
      font-size: 18px;
    }
    .arrow-button svg {
      width: 70px;
    }
  }
  
  .home-showcase {
    padding: 0 var(--columnExt) 0;
    position: relative;
  }
  .home-showcase .home-showcaseSlider {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide {
    position: relative;
    height: 72vh;
    overflow: hidden;
  }
  
  .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container {
    max-width: 100%;
    margin: 0 0 5rem;
  }
  .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .bigTitle {
    transform: translate(-140%, 0);
    transition: transform 1.15s cubic-bezier(0.58, 0, 0.28, 0.99) 0.4s;
    color: #fff;
    margin: 0 0 2.5rem;
    text-shadow: #21212121 0px 0px 5px;
  }
  .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .container-arrow-button {
    transform: translate(-160%, 0);
    transition: transform 0.6s cubic-bezier(0.58, 0, 0.28, 0.99) 1s;
    width: fit-content;
  }
  .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .container-arrow-button .arrow-button {
    color: #fff;
  }
  .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .container-arrow-button svg path {
    fill: #fff;
  }
  .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .container-arrow-button svg circle {
    stroke: #fff;
  }
  .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .container-arrow-button:hover svg circle {
    stroke: #8c97d0;
  }
  .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .filter {
    width: 100%;
    height: 100%;
    background-color: #10112b;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.5;
    transition: opacity 0.8s ease-in 0.5s;
  }
  .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide-active .swiper-image .text-container .bigTitle, .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide-active .swiper-image .text-container .container-arrow-button {
    transform: translate(0, 0);
  }
  .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide-active .swiper-image .filter {
    opacity: 0;
  }
  .home-showcase .home-showcaseSlider .swiper-pagination {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 3.5% 0;
  }
  .home-showcase .home-showcaseSlider .swiper-pagination-bullet {
    width: 4vw;
    border-radius: 0;
    height: 10px;
    background-color: #323232;
    opacity: 1;
    transition: width 0.8s ease-in-out, 0.4s ease-in-out;
    margin: 0 4px !important;
    -webkit-transform: skewX(0deg);
    transform: skewY(0deg);
}
  .home-showcase .home-showcaseSlider .swiper-pagination-bullet-active {
    width: 8vw;
    background: linear-gradient(45deg, #08C3F1 0%, #1EB68C 100%);
}
  .home-showcase .home-showcaseSlider .showcaseSlider-nav {
    display: flex;
    flex-direction: row;
    padding: 0 0 3.5% 5%;
    padding-right: 0;
  }
  .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev, .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next {
    position: static;
    display: flex;
    align-items: flex-end;
    font-weight: 900;
    margin: 0 2vw;
    width: 20px;
    height: auto;
  }
  .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev.swiper-button-disabled, .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next.swiper-button-disabled {
    opacity: 1;
  }
  .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev.swiper-button-disabled:after, .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next.swiper-button-disabled:after {
    color: #8f9397;
  }
  .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev::after, .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next::after {
    font-size: 4vw;
    color: #f7970e;
  }
  .home-showcase .home-showcaseSlider #macaron {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    margin: 5%;
    width: 30%;
  }
  .home-showcase .home-showcaseSlider #macaron #text-circle {
    animation: rotate-360 12s linear 0s infinite reverse forwards;
    transform-origin: center;
  }
  .home-showcase .scrollSliderButton {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translate(-50%, 0%);
    color: #fff !important;
    text-decoration: none;
    font-size: 3.5vw;
    height: 21vw;
    font-family: "CabinetGrotesk-light", sans-serif;
  }
  .home-showcase .scrollSliderButton .line {
    height: 15vw;
    width: 1px;
    background: #8c97d0;
    margin-top: 5px;
    animation: scroll-anim-mobile 1.6s cubic-bezier(0.62, 0.01, 0.71, 0.47) 0s infinite normal forwards;
  }
  @media (min-width: 1024px) {
   
    .home-showcase .home-showcaseSlider {
      display: block;
    }
    .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide {
      height: clamp(60rem, 75vh, 5000px);
    }
    .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image {
      align-items: center;
    }
    .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container {
      max-width: 75%;
      margin: 0;
    }
    .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .bigTitle {
      margin: 0 0 1.25rem;
    }
    .home-showcase .home-showcaseSlider .swiper-pagination {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 0 0 2.5% 3%;
      top: 25%;
    }
    .home-showcase .home-showcaseSlider .swiper-pagination-bullet {
      width: 1vw;
      height: 59px;
      margin: 1rem 8px !important;
      display: block;
  }
    .home-showcase .home-showcaseSlider .swiper-pagination-bullet-active {
      height: 5vw;
    }
    .home-showcase .home-showcaseSlider .showcaseSlider-nav {
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 1;
      padding: 0 5% 2.5% 5%;
    }
    .home-showcase .home-showcaseSlider .swiper-pagination-bullet {
      -webkit-transform: skewY(12deg);
      transform: skewY(12deg);
     }
    .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev, .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next {
      margin: 0 0.6vw;
    }
    .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev::after, .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next::after {
      font-size: 1vw;
    }
    .home-showcase .home-showcaseSlider #macaron {
      width: fit-content;
      width: 8.4vw;
    }
    .home-showcase .scrollSliderButton {
      position: absolute;
      left: 50%;
      bottom: 0;
      z-index: 2;
      display: flex;
      flex-direction: column;
      align-items: center;
      transform: translate(-50%, 40%);
      color: #fff !important;
      text-decoration: none;
      font-size: 0.9vw;
      height: 4.8vw;
      font-family: "CabinetGrotesk-light", sans-serif;
    }
    .home-showcase .scrollSliderButton .line {
      height: 4.8vw;
      width: 2px;
      background: #8c97d0;
      margin-top: 5px;
      animation: scroll-anim 1.6s cubic-bezier(0.62, 0.01, 0.71, 0.47) 0s infinite normal forwards;
    }
  }
  @media (min-width: 1200px) and (max-width:1280px) {
    .home-showcase .home-showcaseSlider .swiper-pagination {
      padding: 0 0 2.5% 1%;
  }
  } 


/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
    margin: auto;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
  border: 2px solid #2A4440;
  padding: 1rem;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0px 0px 25.9px 5.18px rgb(106 252 227 / 28%);
  background-color: #ffffff;
  height: 6rem;
  display: flex;
  align-items: center;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.client-logo-slide {
  background-color: black;
  padding: 2rem 0;
  border-bottom-left-radius: 3% 51%;
  border-bottom-right-radius: 3% 51%;
}


/* About us */
.about-us {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-shape-img {
  position: absolute;
  top: -12%;
  z-index: -1;
}
#container {
  position: relative;
  height: 75vh;
  width: 100%;
  margin: 5rem auto;
}

.slidess {
  display: block;
  position: absolute;
  top: 9%;
  right: 80px;
}

/* Why choose us */
.services-landing-box {
  padding: 3rem 2rem;
  position: relative;
  z-index: 1;
  height: 100%;
}
.services-landing-box-wrap.text-center {
    height: 100%;
}
.services-landing-box-wrap .box-bg-1 {
  background: linear-gradient(to left, #F6F6F6, #ffffff);
}
.services-landing-box-wrap .box-bg-2 {
  background: #F6F6F6;
}
.services-landing-box-wrap .box-bg-3 {
  background: linear-gradient(to right, #F6F6F6, #ffffff);
}
.services-landing-box:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background-color: #20357C;
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.services-landing-box:hover:before {
  background-color: #20357C;
  width: 100%;
}
.services-landing-box:hover .icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transform: scale(-1) rotate(180deg);
  -ms-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg) !important;
}
.services-landing-box .icon img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.services-landing-box:hover .title {
  color: #fff;
}
.services-landing-box:hover .description {
  color: #fff;
}
.services-landing-box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-size: cover;
  background-repeat: no-repeat;
}
.services-landing-box:hover:after {
  background-image: url(../images/why-choose-box-bg-pattern.png);
  height: 100%;
}
.services-landing-step .col-xl-4 {
  padding: 0;
}

/* Our Services */
.our-services-box .icon img {
  background-color: #20357C;
  padding: 0.5rem;
  border-radius: 3px;
  box-shadow: inset 0 0 10px #00000052;
  width: 45px;
  height: 45px;
}
.our-services-box .icon::after {
  content: '';
  display: inline-block;
  background-color: rgba(14, 89, 132, 0.2);
  width: 1px;
  height: 6rem;
  margin-top: 0.5rem;
}
#Servcs .col-md-4 {
    margin-bottom: 1.5rem;
}

/* CTA */
.cta-section {
  background-image: url('../images/cta-bg.png'); /* Replace with your image URL */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  padding: 100px 30px;
  border-radius: 14px;
}
.cta-overlay {
  background-color: rgba(0, 0, 0, 0.5); /* Adds a dark overlay */
  padding: 50px;
}

.cta-btn {
  margin-top: 20px;
}

.cta-btn a {
  font-size: 23px;
  line-height: 33px;
}

@media (max-width: 768px) {
  .cta-heading {
    font-size: 2rem;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .cta-heading {
    font-size: 1.5rem;
  }
}

/* Industries */

.animation {
  display: flex;
  justify-content: center;
  margin-top: 10vh;
  /* padding: 2rem 40px; */
}
.animation .anm_mod {
  opacity: 0;
  transform: translate3d(0, 100%, 0);
  transition: all 1s ease;
}
.animation .anm_mod.full {
  width: 100%;
  font-size: 3rem;
}
.animation .anm_mod.left {
  transform: translate3d(-100%, 0, 0);
}
.animation .anm_mod.right {
  transform: translate3d(100%, 0, 0);
}
.animation .anm_mod.delay {
  transition: all 2s ease;
}
.animation .anm_mod.fast {
  transition: all 0.8 ease;
}

.animation .anm_mod.active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.org_to_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.service-featured {
  perspective: 1000px; 
}

.service-featured_content {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}

.service-featured_content .front .box-title {
    font-size: 24px;
    color: #151515;
}

.service-featured:hover .service-featured_content {
  transform: rotateY(180deg);
}

.service-featured:hover:before {
  background: #F3F3F3;
}

.service-featured_content .front {
  backface-visibility: hidden;
  
}

.service-featured_content .back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  padding: 1rem;
  background: url(../images/industries-hover-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  box-shadow: inset 0 0 10px #00000052;
}

.service-featured_content .front {
  z-index: 2;
  transform: rotateY(0deg);
}

.service-featured_content .back {
  transform: rotateY(180deg);
}

.services-landing {
	background-color: #FEEFE7;
}
.service-featured {
	text-align: center;
	position: relative;
	z-index: 2;
}
.service-featured_content {
	background-color: #fff;
	max-width: 312px;
	box-shadow: 0px 10px 30px rgba(8, 14, 28, 0.06);
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
  padding: 60px 15px 40px 15px;
	margin-bottom: 40px;
}
.service-featured:before {
	content: '';
	height: 180px;
	width: 100%;
	background: linear-gradient(to left, #1EB68C, #08C3F1);
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 10px;
	z-index: -1;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.service-featured .icon-btn {
	border-radius: 99px;
	background-color: #F36F21;
	border: none;
	color: #fff;
	position: absolute;
	bottom: -75px;
	left: calc(50% - 28px);
}
.service-featured .icon-btn:hover {
	background-color: var(--white-color);
	color: var(--theme-color);
}
.icon-btn {
	display: inline-block;
	width: var(--btn-size, 56px);
	height: var(--btn-size, 56px);
	line-height: var(--btn-size, 56px);
	font-size: var(--btn-font-size, 16px);
	background-color: var(--icon-bg, transparent);
	color: var(--title-color);
	text-align: center;
	border-radius: 4px;
	border: 1px solid #232C47;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.shape-icon {
  background-image: url(../images/industries-icon-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 3.9rem;
  margin: auto;
  padding: 0.8rem;
}

/* our-product */
.our-product {
  background-color: rgba(14, 89, 132, 0.06);
}

.section-with-carousel .swiper-slide figure {
  position: relative;
  overflow: hidden;
}

.section-with-carousel .swiper-slide img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-with-carousel .swiper-slide figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(0);
  align-items: baseline;
  justify-content: center;
  padding: 20px;
  text-align: left;
  opacity: 1;
  visibility: visible;
  color: white;
  background: rgba(35, 53, 124, 0.8);
  transition: all 0.4s;
  flex-direction: column;
  height: 17%;
}

.section-with-carousel .swiper-slide figcaption svg {
  flex-shrink: 0;
  fill: white;
  margin-right: 10px;
}

.section-with-carousel .swiper-slide-active figcaption {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.section-with-carousel .swiper-slide:hover figcaption {
  height: 40%;
}
.section-with-carousel .swiper-slide figcaption h4 {
  margin-bottom: 1.5rem;
}

.section-with-carousel .carousel-controls {
  position: absolute;
  top: -5%;
  left: 0;
  right: 0;
  transform: translateY(-45%);
  display: flex;
  justify-content: space-between;
  padding: 0 12px;
  z-index: 1;
  max-width: 194px;
  margin-left: auto;
}

.section-with-carousel .carousel-controls .carousel-control {
  transition: opacity 0.3s;
}

.section-with-carousel .carousel-controls .carousel-control:hover {
  opacity: 1;
}

.section-with-carousel .swiper-pagination-bullets {
  position: static;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.section-with-carousel .swiper-pagination-bullets .swiper-pagination-bullet {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  background: transparent;
  opacity: 0.5;
  margin: 0 8px;
  border-radius: 0;
  transition: opacity 0.3s;
}

.section-with-carousel
  .swiper-pagination-bullets
  .swiper-pagination-bullet
  .line {
  width: 3px;
  height: 3px;
  background: black;
  transition: transform 0.3s;
}

.section-with-carousel
  .swiper-pagination-bullets
  .swiper-pagination-bullet
  .number {
  opacity: 0;
  transform: translateY(-7px);
  transition: all 0.3s;
}

.section-with-carousel
  .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.section-with-carousel
  .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active
  .line {
  transform: scaleX(8);
}

.section-with-carousel
  .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active
  .number {
  opacity: 1;
  transform: none;
}

.copyright .col-auto:not(:last-child) {
  position: relative;
}

.copyright .col-auto:not(:last-child)::before {
  content: "•";
  position: absolute;
  top: 50%;
  right: -2px;
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .section-with-carousel .swiper-slide img {
    height: 370px;
  }
}

@media (min-width: 1200px) {
  .section-with-carousel .swiper-slide img {
    height: 420px;
  }

  .section-with-carousel .carousel-controls {
    padding: 0 50px;
  }
}

.class-image-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 515px;
  margin-top: 69px;
  display: flex;
  position: relative;
}
@media (min-width:1920px) {
  .rimage.left, .rimage.mid, .rimage.right {
    border-radius: 20px;
    height: 700px;
  }
}

@media (min-width:1440px) {
  .rimage.left, .rimage.mid, .rimage.right {
    height: 525px;
  }
}


.rimage.left {
  transform-origin: 0%;
  border-radius: 20px;
  width: auto;
  height: 420px;
  transform: none;
}
.rimage.mid {
  border-radius: 20px;
  width: auto;
  height: 420px;
  transform: none;
}
.rimage.right {
  transform-origin: 100%;
  border-radius: 20px;
  width: auto;
  height: 420px;
  transform: none;
}
.rimage {
  object-fit: cover;
  width: 250px;
  height: 400px;
  position: absolute;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap::before {
  opacity: 0;
  background: #000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 2;
  transition: .2s linear;
}
.progress-wrap::after, .progress-wrap::before {
  line-height: 46px;
  font-size: 24px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  -webkit-transition: .2s linear;
  text-align: center;
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
}
.progress-wrap::after {
  background-image: url("../images/top-arrow.png");
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center;
  color: rgba(0,0,0,.3);
  z-index: 1;
  transition: .2s linear;
}
.progress-wrap svg.progress-circle path {
  stroke: #20357c;
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap {
  position: fixed;
  right: 25px;
  bottom: 25px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px #09c2eb;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: .2s linear;
  transition: .2s linear;
}


/* ==== Media Query ==== */

@media (min-width:992px) and (max-width:1366px) {
  .header .navbar .navbar-nav .nav-item a {
    font-size: 14px;
}
}

@media (min-width:1199px) and (max-width: 1280px) {
  .tel-main-slider-item-3 .tel-main-slider-text-3 h1 {
    font-size: 50px;
    line-height: 50px;
}
.tel-main-slider-item-3 .tel-main-slider-text-3 p {
  font-size: 21px;
  line-height: 26px;
}
.tel-main-slider-item-3 .slider_shape_3_3 {
  right: 65px;
}
.tel-main-slider-item-3 .slider_shape_3_2 {
  right: -57px;
}
.tel-main-slider-item-3 .slider_shape_3_1 {
  right: -20px;
}
}

@media (max-width: 1199px) {
  .slider_shape_3_1 {
    display: none;
  }
  .slider_shape_3_2  {
    display: none;
  }
  .slider_shape_3_3 {
    display: none;
  }
  .home-showcase:after {
    background-color: black;
    background-image: none;
  }
  .tel-main-slider-item-3 {
    z-index: 1;
    padding: 148px 0px 110px;
}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide {
  position: relative;
  height: auto;
  overflow: hidden;
}
.client-logo-slide {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.bg-shape-img {
  display: none;
}
#container {
  height: auto;
  margin: 0rem auto;
}
.slidess {
  position: static;
  margin-top: 1rem;
}
.animate .image-container .img1 {
  display: none;
}
}

@media (max-width: 767px) {
.header-top-bar .top-bar-mobile {
  display: block !important;
}
.header-top-bar .top-bar-mobile span {
  display: block;
  margin: 0.5rem 0;
}
  .tel-main-slider-item-3 .tel-main-slider-text-3 h1 {
    font-size: 42px;
    line-height: 52px;
}
.tel-main-slider-item-3 .tel-main-slider-text-3 p {
  font-size: 21px;
}
.contact-card {
  width: 100% !important;
}
.contact-left {
  padding: 0 !important;
}
#container .col-md-6 {
  margin-top: 1.5rem;
  text-align: center;
}
#imageSection {
  background-image: none;
  background-color: black;
  padding: 1rem  0;
  height: auto;
}
.image-container {
  margin-top: 20px;
}
.image-container .card555 {
  margin-bottom: 1rem;
  height: auto;
}

h2 {
  font-size: 34px;
}
.cta-section {
  padding: 10px;
}
.cta-btn a {
  font-size: 17px;
  line-height: 20px;
  padding: 15px;
}
.our-product figure {
  margin: 1em 0.5em;
}
.spacing__top__large {
  padding-top: 2rem !important;
}
.spacing__bottom__large {
  padding-bottom: 2rem !important;
}
.spacing__top__medium {
  padding-top: 2rem !important;
}
.spacing__bottom__medium {
  padding-bottom: 2rem !important;
}
.navbar::before {
    display: none;
}
.industries-landing::before {
  width: auto;
}
#playButton {
  max-width: 11%;
}
.contact-section .bg-image {
  padding: 1rem !important;
}
.Contact-title {
  font-size: 35px !important;
  line-height: 44.1px !important;
}
.Contact-title span {
  font-size: 35px !important;
  line-height: 44.1px !important;
}
.btn-grad {
  padding: 15px 30px; 
}
.contact-button {
  padding: 15px 30px !important;
}
.contact-card {
  padding: 20px !important;
}
}

