@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  overflow-x: hidden;
  font-family: "Poppins", sans-serif !important;
}

/* testing push operations */
.whole-wrapper {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

@font-face {
  font-family: 'Poppins-Regular';
  src: url('fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

/* @font-face {
  font-family: "Raleway-Regular";
  src: url('fonts/Raleway-Regular.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
} */

h2, h3, h4, h5 {
  font-weight: 500;
  /* font-family: 'Quicksand-Variable'; */
  /* font-family: "Raleway-Regular", sans-serif; */
  /* font-family: "Raleway-Regular"; */
  font-family: "Poppins", sans-serif;
}

h2 {
  font-size: 30px;
}

p {
  font-size: 18px !important;
}

p, ul li, span, a {
  font-weight: 400 !important;
  font-family: "Poppins", sans-serif !important;
}

.poppins-font {
  font-family: "Poppins", sans-serif !important;
}

@media (min-width: 1200px) {
  .h1, h1 {
    font-size: 27px;
    font-weight: 400;
  }
}

h5 {
  font-weight: 500;
}

.hybrid-text a {
  text-decoration: none;
  font-weight: 700;
  color: black;
}

.backgroundImg {
  width: 100%;
  height: 900px;
  background-image: url("../images/banner-design.png");
  background-position: center;
  background-size: contain;
  align-items: center;
  background-repeat: no-repeat;
}

.bg-color {
  background: linear-gradient(to bottom, #ffbc6c, #ffe1c1, white);
  /* background-image: url('../images/website/insight-banner.png'); */
}

.bg-color-insight {
  /* background: linear-gradient(to bottom, #ffbc6c, #ffe1c1, white); */
  background-image: url('../images/website/insight-banner.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-color-insight .section-1-body {
  height: 700px;
}

.section-1-body {
  position: relative;
  z-index: 1;
}

.text-orange {
  color: #fa7d32;
}

.small-top-text {
  font-size: 14px;
  font-weight: 600;
  color: rgb(3, 112, 155);
}

.large-text {
  font-size: 50px;
  /* font-weight: 600; */
  line-height: 1.3;
  padding-top: 0px;
}

.large-text-1 {
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
  padding-top: 12px;
}

.last-para-text {
  font-size: 20px;
  font-weight: 500;
  padding-top: 20px;
  width: 500px;
}

.call-btn {
  background: white;
  border-radius: 30px;
  border: 5px solid #f17b00;
}

.call-btn:active {
  border: 5px solid #f8ba3e !important;
  background: white !important;
}

.call-btn:hover {
  background: white;
  border: 5px solid #d39518;
}

.call-btn-icon {
  color: rgb(51 51 51);
  font-size: 20px;
}

.readMore-btn {
  background: #ffffffe6;
  font-size: 15px;
  align-items: center;
  font-weight: 500;
  color: #f17b00;
  border-radius: 20px;
  padding: 8px 20px;
  text-decoration: none;
  margin-top: auto;
  border: 1px solid #f17b00;
  z-index: 11;
}

.readMore-btn:hover,
.readMore-btn:active {
  background: #f17b00 !important;
  color: white;
}

.btn-rightSide-text {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  padding-top: 10px;
}

.btn-rightSide-text-1 {
  font-size: 15px;
  font-weight: 500;
  padding-top: 10px;
}

.imgDiv {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  border-radius: 20px;
}

:root {
  --color-1: white;
  --color-6: #317efe;
}

/* copy from here */

/*copy until here */

.designbtn a {
  text-decoration: none;
  padding: 8px 20px;
  border-radius: 15px;
  transition: transform 100ms;

  &::selection {
    background-color: transparent;
  }

  &:hover {
    transform: scale(1.05);
    cursor: pointer;
  }

  &:active {
    transform: scale(0.95);
  }
}

.cc-2-1 {
  --fc: var(--color-1);
  --bc: var(--fc);
}

a.fx-8 {
  background: no-repeat center radial-gradient(circle at center, var(--color-6) 0% 50%, var(--fc) 50% 100%);
  background-color: var(--fc);
  color: var(--fc);
  font-size: 15px;
  font-weight: 500;
  background-size: 200%;

  box-shadow: 0 0 0 4px var(--bc) inset;

  transition: background-size 150ms, transform 150ms;

  &:hover {
    background-size: 0%;
    color: var(--color-6);
  }
}

a.fx-8a {
  background: no-repeat center radial-gradient(circle at center, var(--fc) 0% 50%, var(--color-6) 50% 100%);
  background-color: var(--color-6);
  background-size: 0%;

  &:hover {
    background-size: 200%;
  }
}

.row-wrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.col-1-wrap {
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #e47800;
}

.col-3-wrap {
  font-size: 14px;
  font-weight: 400;
  color: #e47800;
  justify-content: left;
  align-items: center;
}


.side-line {
  background: #000000;
  height: 1pt;
  width: 30px;
  margin-top: 1px;
}

.aboutBtn a {
  text-decoration: none;
  color: white;
}

/* service box  */
.service-card {
  border-radius: 15px;
  color: black;
  height: 100%;
  width: 100%;
  align-items: left;
  transition: transform 0.3s ease;
  background: white;
  padding: 40px;
  box-shadow: 4px 1px 16px #e5ccaf;
  cursor: pointer;
  overflow: hidden;
}

.Side-Shape {
  padding-top: 28px;
  padding-left: 162px;
  overflow: hidden;
}

.Side-Shape img {
  opacity: 0.4;
  border-top-right-radius: 15px;
}

.service-card:hover .Side-Shape img {
  opacity: 0.9;
}

.service-card p {
  font-size: 18px;
  font-weight: 400;
}

.service-card h5 {
  padding-top: 20px;
}

.service-card:hover {
  transform: scale(1.02);
}

.service-icon img {
  width: 40px;
  height: 40px;
}

.btn-read-more {
  font-size: 15px;
  align-items: center;
  font-weight: 500;
  color: white !important;
  border: none;
  border-radius: 20px;
  background: #333333;
  padding: 7px;
  text-decoration: none;
  margin-top: auto;
  width: 40%;
}

.btn-read-more a {
  color: white;
  text-decoration: none;
}

.btn-read-more:hover {
  background: #dc7500;
  color: white;
  border: none;
}

.btn-read-more i {
  padding-left: 3px;
  padding-top: 5px;
  font-size: 15px;
}

.under-line {
  background: rgb(3, 112, 155);
  background: rgb(3, 112, 155);
  height: 2px;
  width: 30px;
}

.under-line:hover {
  height: 2px;
}

.left-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.col-2-wrap {
  font-size: 13px;
  font-weight: 500;
  color: rgb(3, 112, 155);
}

.side-line-1 {
  background: rgb(3, 112, 155);
  height: 1pt;
  width: 30px;
  margin-top: 10px;
}

.large-text-section-1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 50px;
}

.para {
  padding-top: 10px;
  font-size: 18px;
  font-weight: 700;
}

ul li {
  font-size: 14px;
  font-weight: 400;
  list-style: none;
}

.points {
  padding-left: 0px;
}

.check-icon {
  font-size: 18px;
  color: blue;
}

.right-side-img img {
  width: 50%;
  height: 50%;
  padding-top: 30px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.icon-circle {
  padding-left: 10px;
}

/* .dot {
  will-change: transform;
  animation-name: orbit;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  font-size: 48px;
}

@keyframes orbit {
  from {
    transform: rotate(0turn) translateX(1em) rotate(0turn);
  }

  to {
    transform: rotate(1turn) translateX(1em) rotate(-1turn);
  }
} */

.circle {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  position: absolute;
  justify-content: left;
  padding-top: 550px;
  padding-left: 180px;
}

.circle-2 {
  padding-left: 650px;
  padding-top: 570px;
}

.dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #317efe;
}

.inner-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #fdc11f52;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

/* section-2  */
@keyframes spin {
  from {
    transform: rotate(0turn) translateX(1em) rotate(0turn);
  }

  to {
    transform: rotate(1turn) translateX(1em) rotate(-1turn);
  }
}

.icon-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  justify-content: left;
  top: -10px;
  left: -12px;
}

.icon-dot {
  border-radius: 50%;
}

.icon-dot img {
  width: 50px;
  height: 50px;
}

.icon-inner-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(#f17b00, #b16312);
  width: 85px;
  height: 85px;
  border-radius: 50%;
}

.BgcolorSection-2 {
  background: linear-gradient(to top, white, #ffecd8, white);
}

.about-us-section {
  background-image: url('../images/corporate-workers-brainstorming-together.jpg');
  padding: 50px 0;
  background-attachment: fixed;
  width: 100%;
  height: 400px;
  position: relative;
}

.textbox-about {
  background: #000000e0;
  color: #fff;
  padding: 20px;
  margin-top: 0px;
  border-radius: 10px;
}

.about-us-section p {
  font-size: 16px;
  font-weight: 400;
}

.about-image-wrapper img {
  width: 100%;
  height: 100%;
}

ul li {
  font-size: 1.1rem;
}

ul li i {
  margin-right: 0px;
}

/* who we are (last sec of landing page) section   */
.about-Heading {
  font-weight: 500;
  font-size: 20px;
  /* text-shadow: 2px 6px 5px rgb(198, 223, 232); */
  /* font-family: "Raleway-Regular"; */
  margin-top: 10px;
}

.para {
  font-size: 18px;
  font-weight: 600;
  text-align: justify;
}

.it-Companytext {
  font-size: 50px;
  font-weight: 700;
  bottom: 0;
  color: #f17b00;
  left: 20px;
  display: flex;
}

/* service section  */
.bg-ofrow {
  display: flex;
  align-items: center;
  justify-content: start;
}

.bg-of img {
  width: 100%;
  height: 650px;
  background-repeat: no-repeat;
}

.bg-ofrow-sec {
  background: white;
  padding: 20px;
  border-radius: 10px;
  width: 100%;
  height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-box img {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.border-div {
  border: 7px solid #288ca6;
  border-radius: 15px;
}

.text-box {
  position: relative;
  justify-content: center;
  align-items: start;
  display: flex;
  flex-direction: column;
}

.shadow-div {
  text-shadow: 0px 5px #ccc;
}

.text-box p {
  font-size: 16px;
}

.sA-heading {
  width: 550px;
}

.sA-heading-1 {
  width: 500px;
}

.paragraph {
  text-align: justify;
}

/* insight section  */
/* side phne section  */
.designed-section {
  /* background-image: url("../images/yellow shade.jpg"); */
  background-size: cover;
  position: relative;
  display: flex;
  flex-direction: row;
}

.designed-section-1 {
  display: flex;
  flex-direction: row;
  background: #fff;
  height: 650px;
}

.text-box-0-pr {
  padding-right: 0px !important;
  padding-left: 40px !important;
}

/* .highlight {
  border-bottom: 3px solid #f17b00;
} */

.theme-clr-orng {
  color: #f17b00;
}

.bg-light-gray {
  background-color: #f9f9f9;
}

.designed-section {
  position: relative;
  z-index: 1;
}

.left-image {
  border-radius: 5%;
  margin: 0px auto;
  height: 400px;
  display: inline-block;
  object-fit: cover;

}

.text-box {
  position: relative;
  justify-content: center;
  align-items: start;
  display: flex;
  flex-direction: column;
}

.text-box-1 {
  position: relative;
  justify-content: end;
  align-items: end;
  display: flex;
  flex-direction: column;
}

/* .text-box-1 h2 {
  font-size: 39px;
  align-items: start;
} */

.text-box-1 p {
  width: 550px;
  text-align: justify;
  padding-top: 15px;
}

/* .text-box h2 {
  font-size: 39px;
  align-items: start;
} */

.text-box p {
  width: 550px;
  text-align: justify;
  padding-top: 15px;
}

.flip-horizontal {
  transform: scaleX(-1);
}

/* blog section  */
.blogImg-div img {
  border-radius: 15px;
  width: 100%;
  height: 350px;
  transition: background-color 0.3s ease;
}

.blogImg-div {
  position: relative;
  overflow: hidden;
  border: 1px solid lightgray;
  border-radius: 15px;
  cursor: pointer;
  height: 440px;
  max-height: 460px;
}

.blogImg-div:hover img {
  background-color: rgba(0, 0, 0, 0.2);
}

.img-overlay {
  position: absolute;
  top: 0px;
  bottom: 70px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 15px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.blogImg-div:hover .img-overlay {
  opacity: 1;
}

.img-plus-icon {
  color: white;
  font-size: 40px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.blogImg-div:hover .img-plus-icon {
  opacity: 1;
}

.blogTextArea {
  background: white;
  height: 100%;
  top: 260px;
  font-size: 18px;
  font-weight: 500;
  padding: 15px;
}

.Readbtn {
  height: 50px;
  align-items: center;
}

.Readbtn :hover {
  color: #fa7d32;
  cursor: pointer;
}

.Readbtn a {
  text-decoration: none;
  color: black;
}

.pofblog {
  font-size: 18px;
}

.headofblog {
  font-size: 20px;
  font-weight: 600;
  color: #fa7c1f;
}

.single-line {
  width: 260px;
  text-align: center;
  align-items: center;
  height: 2px;
  justify-content: center;
  background: black;
}

.blogRight-arrow {
  font-size: 25px;
}

.date-circle {
  width: 60px;
  height: 60px;
  top: 232px;
  left: 348px;
  background: white;
  text-align: center;
  transform: translateY(-50%);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  font-weight: 600;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

/* about section  */
/* about first section  */
.service-section-1 {
  background-color: #e5f4f7;
}

.service-section-1-image {
  position: relative;
  z-index: 1;
}

.service-section-1-content {
  background-color: #288ca6;
  color: white;
  border-radius: 10px;
  position: relative;
}

.service-section-1-content h6 {
  font-weight: 700;
  text-transform: uppercase;
}

.service-section-1-content::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #288ca6;
}

.service-section-1-content hr {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin: 20px 0;
}

.service-section-1-content img {
  border: 3px solid white;
}

/* Core Values Section */
.core-values {
  background: white;
  padding: 80px 0;
}

.value-box {
  background: whitesmoke;
  border-radius: 8px;
  color: black;
}

.value-box h3 {
  font-size: 30px;
  font-weight: 600;
}

/* Team Section */
.team-member img {
  width: 150px;
  height: 150px;
}

.team-member h4 {
  margin-top: 15px;
}

.team-member p {
  color: white;
}

/* Team Section */
.team-section {
  background-color: #3dc3ea;
}

.teamText {
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.125);
  text-align: center;
}

.team-member h4 {
  font-size: 1.25rem;
  font-weight: 600;
}

.team-member p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

.img-fluid img {
  border: 5px solid #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

/* Skills Section */
.skills-section {
  background-color: #102a44;
}

.award {
  margin-bottom: 20px;
}

.award p {
  margin: 0;
}

.progress {
  height: 6px;
}

.progress-bar {
  background-color: #3498db;
}

.progress-bar-item p {
  text-transform: lowercase;
}

.it-text {
  font-size: 100px;
  font-weight: 1000;
  color: rgba(255, 255, 255, 0.5);
}

.it-text-2 {
  font-size: 50px;
  font-weight: 1000;
  color: rgba(255, 255, 255, 0.3);
  top: 150px;
  left: 10px;
}

/* contact form  */
.smoky-img-div {
  width: 100%;
  height: 100%;
}

.smoky-img-div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.formImg img {
  width: 100%;
  height: 100%;
}

.bg-light-orng {
  background: #fff4e8;
}

.form-container {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.form-info {
  width: 100%;
}

.submit-btn {
  /* background: rgb(179, 66, 66); */
  background: #333;
  width: 100%;
  color: white;
}

.submit-btn:hover {
  background: #333;
  color: white;
}

.submit-btn:active,
.submit-btn:focus-visible {
  background: #dc3545 !important;
  border: none;
  color: white;
}

/* location */
.contact-card {
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  top: 0px;
  background-color: white;
  cursor: pointer;
  height: 100%;
  width: 100%;
}

.location-img img {
  border-radius: 8px;
}

.contact-card:hover {
  transform: translateY(-5px);
}

.contact-icon {
  font-size: 24px;
  margin-right: 15px;
}

.contact-info h5 {
  font-weight: 800;
  font-size: 13px;
  margin: 0px;
  padding-left: 10px;
  padding-top: 5px;
}

.contact-info p {
  /* margin: 0; */
  font-weight: 600;
  font-size: 15px;
}

.contact-email {
  color: #007bff;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
}

.contact-email:hover {
  text-decoration: underline;
}

.locationImg img {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  object-fit: cover;
  object-position: center;
}

/* service img  */

.custom-img {
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  max-width: 100%;
  height: auto;
  transition: transform 0.3s ease-in-out;
}

.custom-img:hover {
  transform: scale(1.05);
}

.white-ImgDiv img {
  width: 100%;
  height: 700px;
  object-fit: cover;
  object-position: center;
  padding: 0px;
}

.whiteImgText {
  color: black;
  font-weight: 600;
  font-size: 20px;
  top: 120px;
  left: 590px;
  transform: rotate(-7deg);
}

.sec {
  background: white;
  color: black;
  border: 1px solid lightgray;
  text-align: left;
  border-radius: 15px;
  padding: 20px;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-in-out;
}

.sec:hover {
  transform: translateY(-10px);
}

.sec p {
  width: 388px;
  text-align: justify;
}

.sec-1 {
  background: #288ca6;
  color: white;
  border: 1px solid lightgray;
  text-align: left;
  border-radius: 15px;
  padding: 20px;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}

.sec-1:hover {
  transform: translateY(-15px);
}

.sec-1 p {
  width: 370px;
  text-align: justify;
}

.img-sec img {
  width: 50px;
  height: 50px;
}

.img-sec {
  width: 70px;
  height: 70px;
  border-radius: 50px;
  border: 3px solid whitesmoke;
  align-items: center;
  justify-content: center;
  display: flex;
  transition: transform 0.8s ease;
}

.img-sec:hover {
  transform: rotateY(180deg);
}

.right-num {
  background: lightgray;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.searchbar {
  background: white;
  border: 1px solid lightgray;
  padding: 20px;
  border-radius: 15px;
}

.comment-innerdiv {
  border: 1px solid lightgray;
  background: white;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.comment-div {
  padding: 5px;
}

.comment-innerdiv img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.comment-Text {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.comment-Text h6 {
  font-weight: 700;
}

.sidebr-services {
  background: white;
  border: 1px solid lightgray;
  padding: 20px;
  border-radius: 15px;
}

.sidebar-services h4 {
  padding-left: 35px;
  font-weight: 600;
}

.wedget-services a {
  font-size: 16px;
  font-weight: 600;
  color: black;
  text-decoration: none;
}

.wedget-services li {
  padding: 5px;
}

.wedget-services li a:hover {
  color: #1050b7;
}

.mdi-folder-move-outline {
  color: #288ca6;
}

.wedget-services img {
  border-radius: 10px;
}

.postBlog {
  padding: 40px;
}

.postTitle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.postTitle p {
  font-weight: 600;
  margin: 0px;
}

.postTitle h6 {
  margin: 0px;
  color: #288ca6;
}

.carousel-controls {
  position: relative;
  margin-top: 20px;
}

.carousel-button {
  background-color: #007bff;
  border: none;
  color: white;
  padding: 10px 15px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  margin: 5px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.carousel-button:hover {
  background-color: #0056b3;
  transform: scale(1.1);
}

.carousel-button:focus {
  outline: none;
}

.carousel-button i {
  font-size: 25px;
}

/* Default state: hidden and positioned off-een */

/* .image-box-2,
.text-box-2,
.image-box-3,
.text-box-3,
.service-section-1-content,
.service-section-1-image {
  opacity: 0;
  transition: all 1s ease-in-out;
  overflow-x: hidden !important;
}

.serviceHeading {
  opacity: 0;
  transform: translateX(-300px);
  transition: opacity 1s ease, transform 0.9s ease;
}

.serviceHeading-RightSide {
  opacity: 0;
  transform: translateX(300px);
  transition: opacity 1s ease, transform 0.9s ease;

}

.serviceHeading-RightSide.animate {
  opacity: 1;
  transform: translateY(0);
}

.serviceHeading.animate {
  opacity: 1;
  transform: translateY(0);
  overflow-x: hidden;
} */

/* .image-box-2,
.text-box-3,
.service-section-1-image {
  transform: translateX(-500px);
  overflow-x: hidden;
}

.text-box-2,
.image-box-3,
.service-section-1-content {
  transform: translateX(500px);
  overflow-x: hidden !important;
}

.image-box-2.animate,
.image-box-3.animate,
.service-section-1-image.animate {
  opacity: 1;
  transform: translateX(0);
  overflow-x: hidden !important;
}

.text-box-2.animate,
.text-box-3.animate,
.service-section-1-content.animate {
  opacity: 1;
  transform: translateX(0);
}

.sA-heading.animate {
  opacity: 1;
  transform: translateX(0);
} */

/* comment  */
/* .testimonial-slider {
  background-color: #333333;
  padding: 2em 2em 3em;
} */

.testimonial-title {
  color: #fff;
}

.testimonial-title i {
  color: #f17b00
}

.testimonial-title h2 {
  padding-left: 0.2em;
}

.job-card {
  margin: 0 0.5em;
  height: 100%;
  border: solid thin #e97a00;
  position: relative;
  transition: all 0.6s ease-in;
  background: #fff9f2;
}

.job-card::before,
.job-card::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  background: none;
  border-style: solid;
  border-width: 0;
  border-color: transparent;
  transition: all 0.6s ease-in-out;
}

.job-card::before {
  top: 0;
  left: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-color: #dc7700;
}

.job-card::after {
  bottom: 0;
  right: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-color: #dc7700;
}

.job-card:hover::before {
  width: 100%;
  height: 100%;
  border-width: 2px;
  border-top-width: 2px;
  border-left-width: 2px;
}

.job-card:hover::after {
  width: 100%;
  height: 100%;
  border-width: 2px;
  border-bottom-width: 2px;
  border-right-width: 2px;
}

.job-card i {
  font-size: 50px;
  color: #f17b00;
}












.carousel-control-prev,
.carousel-control-next {
  background-color: #fff;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  top: 60%;
  transform: translateY(-50%);
}

@media (min-width: 576px) {
  .carousel-item {
    margin-right: 0;
    flex: 0 0 50%;
    display: block;
  }

  /* .carousel-inner {
    display: flex;
  } */
}

@media (min-width: 768px) {
  .carousel-inner {
    padding: 1em;
  }

  .carousel-control-prev,
  .carousel-control-next {
    opacity: 1;
    position: absolute;
    top: 90%;
    transform: translateY(-50%);
  }
}

/* career page  */
.careerimgDiv-1 img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

.careerimg-2 {
  width: 320px;
  height: 350px;
  object-fit: cover;
  object-position: center;
}

.careerimg-1 {
  width: 600px;
  height: 350px;
  object-fit: cover;
  object-position: center;
}

.careerimgDiv img {
  border-radius: 15px;
  padding: 5px;
}

.bgOfCareer {
  background: #333333;
}

.careerTextArea {
  display: flex;
  justify-content: center;
  background: whitesmoke;
  border-radius: 15px;
  text-align: left;
  padding: 30px;
}

.careerTextArea-1 {
  display: flex;
  justify-content: center;
  background: whitesmoke;
  border-radius: 15px;
  text-align: left;
  padding: 30px;
}

.careerTextDiv {
  padding: 30px;
}

.textColor {
  color: #333333;
}

.join-now {
  background: #f17b00;
  border-radius: 25px;
  font-size: 15px;
  align-items: center;
  font-weight: 500;
  color: white;
  border-radius: 20px;
  padding: 12px;
  text-decoration: none;
  margin-top: auto;
}

.join-now:hover {
  background: #214680;
  color: white;
}

.join-now:active {
  background: #214680;
  color: white;
}

.join-now:active,
.join-now:focus-visible {
  background: #214680 !important;
  color: white;
}

.join-now a {
  color: white;
  text-decoration: none;
}

/* career banner  */
.careerBgimg img {
  width: 100%;
  height: auto;
}

.careerBannerText {
  position: absolute;
  top: 30%;
  left: 50%;
  color: black;
  text-align: left;
  border-radius: 10px;
}

.careerBannerText p {
  width: 700px;
  font-size: 19px;
  font-weight: 500;
  padding-top: 20px;
}

.bg-color-Career {
  background: linear-gradient(to bottom, skyblue, lightblue, white);
}

.career-last-para-text {
  font-size: 19px;
  font-weight: 500;
  padding-top: 20px;
  width: 700px;
}

.careerimg img {
  display: flex;
  justify-content: end;
  align-items: end;
  text-align: center;
  padding-top: 60px;
  padding-left: 90px;
  object-fit: cover;
  object-position: center;
}

.backgroundImg-1, .backgroundImg-2, .backgroundImg-3 {
  background-image: url("../images/bannerimg-Il1IS-v-K-transformed.png");
  width: 100%;
  height: 900px;
  background-position: start;
  align-items: center;
  background-repeat: no-repeat;
  background-size: 30%;
  background-position-x: 250px;
  background-position-y: center;
}

.backgroundImg-2 {
  background-image: url("../images/happy-businessman-with-laptop-isolated-white-background-s5HMchCW1-transformed.png");
  /* background-image: url("../images/website/insight.jpg"); */
  background-position: 250px center;
}

.backgroundImg-3 {
  background-image: url("../images/services__5_-removebg-preview.png");
  background-size: 58%;
  background-position-y: center;
}

.backgroundImg-4 {
  background-image: url("../images/teenager-doing-his-homework-smiling-xyDhQv9QH-transformed.png");
  width: 100%;
  height: 700px;
  background-position: start;
  background-size: 45%;
  align-items: center;
  background-repeat: no-repeat;
  background-position: 100px center;
}

.backgroundImg-5 {
  background-image: url("../images/portrait-handsome-young-guy-with-glasses-posing-with-his-laptop-transformed.png");
  width: 100%;
  height: 700px;
  background-position: start;
  background-size: 30%;
  align-items: center;
  background-repeat: no-repeat;
  background-position: 250px center;
  object-fit: cover;
  object-position: center;
}

/* service  */
/* Container for the video and the overlay */
.video-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

/* Video styling */
.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Black overlay styling */
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(29, 28, 28, 0.5);
  z-index: 1;
}

.overlaylastPara {
  font-size: 24px;
  max-width: 700px;
  margin-top: 20px;
  line-height: 1.5;
}

.overlay-text {
  position: absolute;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: white;
  font-size: 3rem;
  text-align: center;
}

.overlay-text h1 {
  margin: 0;
  padding: 0;
  font-weight: bold;
}

/* new service section */
/* 
.timeline {
  position: relative;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 2px;
  height: 107.2%;
  background: #333333;
}

.timeline-item {
  position: relative;
  padding-left: 50px;
  padding-bottom: 40px;
}

.timeline-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  width: 12px;
  height: 12px;
  background: #f6f8ff;
  border: 2px solid #f17b00;
  border-radius: 50%;
}

.timeline-item::after {
  content: "";
  position: absolute;
  top: 52%;
  left: 17px;
  width: 34px;
  height: 2px;
  background: #333333;
} */

.divBox {
  background: white;
  border-radius: 10px;
  padding: 20px;
  transition: transform 0.9s ease;
  /* cursor: pointer; */
  /* border: 2px solid #f17b00; */
  margin-top: 10px;
}

.divBox:hover {
  transform: translateY(2px);
}

.timeline-title {
  font-size: 24px;
  /* font-weight: 600; */
  text-transform: capitalize;
}

.timeline-subtitle {
  font-size: 14px;
  color: #999;
}

.timeline p {
  font-size: 15px;
  text-align: justify;
}

.bgOfServices {
  /* background-image: url("../images/hero-bg.jpg"); */
  padding: 50px;
}

.hrlist li {
  font-size: 16px;
  position: relative;
  padding-left: 26px;
}

.hrlist li i {
  position: absolute;
  left: 0;
}

.shaper {
  background-image: url("../images/5189116.jpg");
  width: 100%;
  margin: 0;
  text-align: center;
  height: 620px;
  padding-top: 120px;
  box-sizing: border-box;
  animation: slide 30s linear infinite;
  background-position: center;
  background-size: 100%;
}

.shaper h1 {
  font-size: 50px;
  color: white;
}

.shaper h2 {
  font-size: 30px;
  color: white;
  width: 500px;
}

/* Standard keyframes */
@keyframes slide {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -512px -512px;
  }
}

@keyframes slide3d {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    background-position: 0 0;
  }

  50% {
    transform: translate3d(100px, 100px, -200px) scale(1.5);
    background-position: 256px 256px;
  }

  100% {
    transform: translate3d(200px, 200px, -400px) scale(2);
    background-position: 512px 512px;
  }
}

.scrolldown {
  --color: white;
  --sizeX: 30px;
  --sizeY: 50px;
  position: relative;
  width: var(--sizeX);
  height: var(--sizeY);
  margin-left: var(--sizeX / 2);
  border: calc(var(--sizeX) / 10) solid var(--color);
  border-radius: 50px;
  box-sizing: border-box;
  margin-bottom: 16px;
}

.scrolldown::before {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: var(--color);
  border-radius: 100%;
  animation: scrolldown-anim 2s infinite;
  box-sizing: border-box;
  box-shadow: 0px -5px 3px 1px #ffffff66;
}

@keyframes scrolldown-anim {
  0% {
    opacity: 0;
    height: 6px;
  }

  40% {
    opacity: 1;
    height: 10px;
  }

  80% {
    transform: translate(0, 20px);
    height: 10px;
    opacity: 0;
  }

  100% {
    height: 3px;
    opacity: 0;
  }
}

.scrolldown {
  cursor: pointer;
}

.chevrons {
  padding: 6px 0 0 0;
  margin-left: -3px;
  margin-top: 48px;
  width: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.chevrondown {
  margin-top: -6px;
  position: relative;
  border: solid var(--color);
  border-width: 0 3px 3px 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}

.chevrondown:nth-child(odd) {
  animation: pulse 500ms ease infinite alternate;
}

.chevrondown:nth-child(even) {
  animation: pulse 500ms ease infinite alternate 250ms;
}

@keyframes pulse {
  from {
    opacity: 0;
  }

  to {
    opacity: 0.5;
  }
}

/* location cards */

.contact-card-1 {
  padding: 30px;
  border-radius: 15px;
  text-align: center;
  position: relative;
  color: #333;
  font-size: 16px;
}

.icon-image {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  border-radius: 50px;
}

h5 {
  font-size: 20px;
  /* font-weight: bold; */
  margin-bottom: 15px;
}

.contact-email {
  color: #1c81c5;
  text-decoration: none;
}

.contact-email:hover {
  text-decoration: none;
}

.contact-card p {
  font-size: 13px;
  margin: 12px;
}

.contact-card a {
  font-size: 14px;
  margin-top: 5px;
}

/* Specific Card Background Colors */
.canada-card {
  background-color: #FCE9D2;
}

.belgium-card {
  background-color: #FDE4E3;
}

.usa-card {
  background-color: #E2EFE3;
}

.dubai-card {
  background-color: #DCEFFB;
}

.netherlands-card {
  background-color: #E7E7E7;
}

/* Arrow styles */
.arrow-image {
  position: absolute;
  width: 50px;
}

.arrow-right {
  top: 30%;
  right: -60px;
}

.arrow-down {
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .arrow-right {
    display: none;
  }

  .arrow-down {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
  }
}

.arrow-image-vertical {
  height: 90px;
  width: 90px;
}

.darksoul-hover-fill-button2 {
  margin: auto;
  display: flex;
  width: 250px;
  height: 40px;
  border-radius: 25px;
  outline: none;
  border: 1px solid #ffd2a0;
  background-color: #f17b00;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.color-fill-2 {
  position: absolute;
  margin-left: -8px;
  width: 20px;
  height: 50px;
  border-radius: 25px 0px 0px 25px;
  background-color: rgb(160, 168, 255);
  ;
  visibility: hidden;
  color: black;
}

.darksoul-hover-fill-button2:hover .color-fill-2 {
  visibility: visible;
  width: 251px;
  height: 35px;
  border-radius: 25px;
  transition: all 0.5s;
  background: #f9ce4e;
}

.darksoul-hover-fill-button2 p {
  color: white;
}

.darksoul-hover-fill-button2:hover p {
  color: black;
  font-weight: 500;
}

.darksoul-hover-fill-button2:hover {
  transition: all 1s;
}

.darksoul-hover-fill-button2 p {
  margin: auto;
  z-index: 10;
}

@media only screen and (max-width: 600px) {
  body {
    flex-direction: column;
  }
}

.disclaimer {
  position: absolute;
  bottom: 0px;
  left: 0;
  margin-left: auto;
  right: 0;
  margin-right: auto;
  width: fit-content;
  color: rgb(0, 0, 0);
  text-align: center;
}

.disclaimer a {
  text-decoration: none;
  color: #202020;
  font-weight: 900;
}

.disclaimer a:hover {
  text-decoration: overline;
}

.stats-section {
  padding: 0px 0;
  background: #fff;
}

.stats-section .info-image img {
  border-radius: 8px;
  width: 100%;

}

l .stats-section .info-content {
  text-align: left;
}

.stats-section .info-content h2 {
  /* font-weight: bold; */
  font-size: 32px;
}

.stats-section li {
  /* color: #6c757d; */
  /* font-weight: 600; */
  font-size: 16px;
}

.stats-section .info-content p {
  /* color: #6c757d; */
  margin-top: 15px;
}

.stats-section .stats {
  margin-top: 40px;
}

.stats-section .stats .stat-item {
  text-align: center;
  padding: 20px;
  background: #00000057;
  border-radius: 10px;
}

.stats-section .stats .stat-item h4 {
  font-size: 30px;
  font-weight: 700;
  color: #dc7700;
}

.stats-section .stats .stat-item p {
  color: #fff;
  font-weight: 600;
}

/* home 1  */
.icon-card {
  padding: 20px;
  border-radius: 10px;
  background-color: #f8f9fa;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  text-align: left;
}

.icon-card:hover {
  transform: translateY(-10px);
}

.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  font-size: 24px;
}

.bg-pink {
  background-color: #f8d7da;
}

.bg-blue {
  background-color: #d1ecf1;
}

.bg-light-orange {
  background-color: #ffe5b4;
}

.bg-light-purple {
  background-color: #e2d7f8;
}

.bg-light-blue {
  background-color: #cfe2f3;
}

.bg-light-pink {
  background-color: #f8d7e1;
}

h5 {
  /* font-weight: 600; */
  margin-bottom: 10px;
  color: #333;
}

.service-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
  color: #df7600;
  font-size: 24px;
}

.icon-card p {
  color: #555;
  font-size: 14px;
}

.icon-cardText {
  padding-top: 20px;
}

.testimonialcard .carousel-item .card {
  height: 100%;
  margin: 10px;
}

.sidePicText {
  padding-left: 10px;
  text-align: left;
}


.image-container {
  position: relative;
  max-width: 450px;
  margin-left: 40px;
}

.image-wrapper {
  overflow: hidden;
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.image-wrapper img {
  width: 100%;
  height: auto;
}

.abstract-shape {
  position: absolute;
  top: -30px;
  left: -30px;
  width: 120%;
  height: 120%;
  /* background-color: #f0f0f5; */
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  z-index: 1;
}

.abstract-shape:before {
  content: '';
  position: absolute;
  width: 80px;
  height: 80px;
  background-color: #333;
  border-radius: 50%;
  top: 10px;
  left: 6px;
}

.abstract-shape:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: rgb(241 123 0 / 25%);
  border-radius: 50%;
  bottom: 10px;
  right: 0px;
}

.img-container-2 .abstract-shape {
  z-index: 1;
}

.img-container-2 .image-wrapper {
  position: relative;
  z-index: 2;
}

/* hr and consultancy */

.listar-feature-item-wrapper {
  margin-bottom: 120px;
  padding-left: 27px;
  padding-right: 27px;
  position: relative;
}

.listar-feature-item {
  height: calc(100% - 20px);
}

.listar-feature-item.listar-feature-has-link~.listar-feature-fix-bottom-padding.listar-fix-feature-arrow-button-height {
  position: relative;
  display: block;
  width: 100%;
  height: 30px;
}

.listar-feature-item a {
  position: absolute;
  top: -12px;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% + 4px);
  border-radius: 1000px;
  z-index: 10;
}

.listar-feature-with-image .listar-feature-item a:before {
  content: "";
  position: absolute;
  top: -74px;
  left: 50%;
  margin-left: -74px;
  width: 148px;
  height: 148px;
  border-radius: 1000px;
  z-index: 10;
}

.listar-feature-item a:after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  border-radius: 1000px;
  z-index: 10;
  animation: ripple 0.7s linear infinite;
  box-shadow: 5px 5px 10px rgba(163, 177, 198, 0.6),
    -5px -5px 10px rgba(255, 255, 255, 0.5);
}


@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(163, 177, 198, 0.3), 0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.01);
  }

  100% {
    box-shadow: 0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.03), 0 0 0 8em rgba(163, 177, 198, 0.01);
  }
}



.listar-feature-item .listar-feature-item-inner {
  padding: 50px 30px;
  border-radius: 6px;
  z-index: 5;
  position: relative;
  height: 100%;
}

.listar-feature-item .listar-feature-item-inner {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #fff;
  border-radius: 0px 120px 120px 0;
}

.listar-feature-item .listar-feature-item-inner:before {
  border: 0;
  box-shadow: 120px 0px 150px rgba(80, 80, 80, 0.15),
    10px 0px 10px rgba(80, 80, 80, 0.02);
  border-radius: 1000px;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 40%,
      rgba(255, 255, 255, 1) 100%);
  background: -webkit-gradient(left top,
      right top,
      color-stop(0%, rgba(255, 255, 255, 0)),
      color-stop(40%, rgba(255, 255, 255, 0)),
      color-stop(100%, rgba(255, 255, 255, 1)));
  background: -webkit-linear-gradient(left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 40%,
      rgba(255, 255, 255, 1) 100%);
  background: -o-linear-gradient(left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 40%,
      rgba(255, 255, 255, 1) 100%);
  background: -ms-linear-gradient(left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 40%,
      rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 40%,
      rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}

.listar-feature-item .listar-feature-item-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.listar-feature-right-border {
  position: absolute;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  top: -12px;
  left: 50%;
  overflow: hidden;
}

.listar-feature-items {
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.listar-feature-right-border:before,
.listar-hovering-features .listar-feature-item a:hover~.listar-feature-item-inner .listar-feature-right-border:before {
  border: 11px solid #2f53bf;
}

.listar-feature-right-border:before,
.listar-hovering-features .listar-feature-item a:hover~.listar-feature-item-inner .listar-feature-right-border:before,
.listar-hovering-features-grey .listar-feature-item a:hover~.listar-feature-item-inner .listar-feature-right-border:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 11px solid #f17b00;
  border-radius: 800px;
  left: -50%;
}

.listar-feature-item .listar-feature-block-content-wrapper {
  position: relative;
  display: block;
  text-decoration: none;
  margin: -30px;
  padding: 30px;
  height: calc(100% + 100px);
}

.listar-features-design-2 .listar-feature-item-wrapper {
  margin-bottom: 120px;
  padding-left: 27px;
  padding-right: 27px;
}

.listar-feature-item.listar-feature-has-link .listar-feature-item-inner:after {
  content: "";
  background-color: #333333;
  z-index: 6;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
}

.listar-feature-icon-wrapper {
  width: 148px;
  height: 148px;
  line-height: 148px;
  border-radius: 500px;
  position: relative;
  background-color: #f17b0030;
  box-shadow: 8px 8px 30px rgba(0, 0, 0, 0.06);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 50%;
  vertical-align: middle;
  margin-left: -74px;
  top: -66px;
  margin-top: -74px;
}

.listar-feature-icon-inner {
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 500px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.14);
  background: #ffffff;
}

.listar-feature-icon-inner div {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  display: inline-block;
  position: relative;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: left;
}

.listar-feature-icon-inner img {
  position: relative;
  margin: 0 auto;
  vertical-align: middle;
  display: inline-block;
  width: auto;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  height: 55px;
}

.listar-feature-item img,
.listar-feature-item i {
  position: relative;
  display: inline-block;
  border-bottom: 0;
  font-size: 40px;
  top: 0;
  padding: 0;
  color: #258bd5;
}

.listar-feature-with-image .listar-feature-content-wrapper {
  top: 0;
}

.listar-feature-content-wrapper {
  position: relative;
  margin-top: -15.5px;
}

.listar-feature-item .listar-feature-item-title {
  padding-top: 0;
  margin: 0 0 30px;
  text-align: center;
  line-height: 1.5;
}

.listar-feature-item .listar-feature-item-title.listar-feature-counter-added>span {
  margin-left: 25px;
  border-radius: 50px 50px 50px 0;
}

.listar-feature-item .listar-feature-item-title>span {
  box-shadow: 15px 20px 30px rgba(80, 80, 80, 0.12),
    5px 0px 40px rgba(80, 80, 80, 0.1);
  padding: 10px 20px;
  display: inline-block;
  position: relative;
  background-color: #333333;
}

.listar-feature-item .listar-feature-item-title>span span {
  box-shadow: 15px 15px 30px rgba(80, 80, 80, 0.2),
    5px 0px 80px rgba(80, 80, 80, 0.15);
  padding: 10px 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 30px;
  white-space: nowrap;
  position: absolute;
  top: 2px;
  left: -40px;
  border-radius: 50px;
  background-color: #f17b00;
}

.listar-feature-item .listar-feature-item-title span {
  display: inline-block;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  text-shadow: none;
  border-radius: 50px;
  color: #ffffff;
  font-size: 18px;
}

.listar-feature-item-excerpt {
  padding: 0 20px;
}

.listar-feature-item-excerpt {
  color: #252525;
  position: relative;
  top: 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.pset {
  padding-top: 150px;
  padding-bottom: 30px;
  background: #fff9f2;
  overflow-x: hidden;
}

.listar-map-button-text span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  height: 44px;
  line-height: 1.6;
  padding: 10px 25px;
  box-shadow: 0 0 31px rgba(0, 0, 0, 0.65), 0 0 4px rgba(0, 0, 0, 0.06);
  border-radius: 50px;
  background-color: rgba(35, 40, 45, 0.9);
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}

.listar-map-button-text span {
  background-color: #fff;
  color: #252525;
  text-shadow: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.listar-map-button-text span:after {
  border: 12px solid #fff;
}

.listar-map-button-text span:after {
  content: "";
  position: absolute;
  top: -14px;
  left: -14px;
  width: calc(100% + 28px);
  height: calc(100% + 28px);
  border-radius: 36px;
}

.listar-map-button:hover .listar-map-button-text span {
  padding: 10px 43px 10px 51px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.listar-feature-with-image .listar-feature-item a:before {
  content: "";
  position: absolute;
  top: -74px;
  left: 50%;
  margin-left: -74px;
  width: 148px;
  height: 148px;
  border-radius: 1000px;
  z-index: 10;
}

.listar-feature-item.listar-feature-has-link .listar-feature-item-inner:after {
  margin-left: -25px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  box-shadow: 10px 10px 40px rgba(80, 80, 80, 0.15),
    15px 15px 30px rgba(80, 80, 80, 0.05), 0 0 120px rgba(80, 80, 80, 0.6);
  bottom: -30px;
  background-image: url("https://image.flaticon.com/icons/svg/2316/2316674.svg");
  background-size: 40%;
  color: #555;
  line-height: 52px;
}

/* media query   */

@media (min-width: 1340px) and (max-width: 1600px) {

  .circle {
    padding-top: 550px;
    padding-left: 180px;
  }

  .circle-2 {
    padding-left: 650px;
    padding-top: 570px;
  }

  .btn-read-more {
    font-size: 16px;
    font-weight: 500;
    padding: 7px;
    margin-top: auto;
    width: 34%;
  }

  .container {
    max-width: 90%;
  }

  .Side-Shape {
    padding-left: 167px;
  }

  .Side-Shape img {
    width: 250px;
    height: 250px;
  }

  .service-card {
    overflow: hidden;
    padding: 25px;
  }

  .it-Companytext {
    font-size: 90px;
    font-weight: 600;
    left: 15px;
  }

  .icon-dot img {
    width: 35px;
    height: 35px;
  }

  .icon-inner-circle {
    width: 75px;
    height: 75px;
    border-radius: 50%;
  }

  .icon-circle {
    padding-top: 10px;
  }
}

@media (min-width: 1200px) and (max-width: 1339px) {

  .container {
    max-width: 95%;
  }

  .it-Companytext {
    font-size: 115px;
    font-weight: 700;
    left: 60px;
  }

  .about-Heading {
    font-size: 60px;
  }

  .circle {
    padding-top: 550px;
    padding-left: 65px;
  }

  .circle-2 {
    padding-left: 530px;
    padding-top: 570px;
  }

  .service-card {
    padding: 20px;
  }

  .Side-Shape {
    padding-top: 68px;
    padding-left: 167px;
    overflow: hidden;
  }

  .service-card p {
    font-size: 16px;
    font-weight: 500;
  }

  .service-card h5 {
    padding-top: 10px;
    padding-right: 10px;
  }

  .testimonial-title p {
    font-size: 14px;
  }

  .carousel-control-prev,
  .carousel-control-next {
    top: 98%;
  }

  .icon-dot img {
    width: 30px;
    height: 30px;
  }

  .icon-inner-circle {
    width: 65px;
    height: 65px;
    border-radius: 50%;
  }

  .icon-circle {
    padding-top: 10px;
  }

  .timeline-title {
    font-size: 25px;
    font-weight: 600;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .large-text {
    font-size: 44px;
    font-weight: 600;
    line-height: 50px;
    padding-top: 12px;
    width: 500px;
    position: relative;
    right: 80px;
  }

  .btn-career,
  .last-para-text {
    position: relative;
    right: 80px;
  }

  .container {
    max-width: 95%;
  }

  .circle {
    padding-top: 550px;
    padding-left: 15px;
  }

  .circle-2 {
    padding-left: 230px;
    padding-top: 570px;
  }

  .it-Companytext {
    font-size: 105px;
    font-weight: 700;
    left: 60px;
    top: -45px;
  }

  .para {
    font-size: 16px;
  }

  .about-Heading {
    font-size: 40px;
  }

  h2 {
    font-size: 28px;
  }

  .inner-circle {
    display: flex;
    justify-content: start;
    align-items: start;
    border: 3px solid #fdc11f52;
    width: 100px;
    height: 100px;
    border-radius: 50%;
  }

  .Side-Shape img {
    width: 150px;
    height: 150px;
  }

  .Side-Shape {
    padding-top: 55px;
    padding-left: 175px;
  }

  .service-card {
    padding: 15px;
  }

  .service-card p {
    font-size: 15px;
    font-weight: 400;
  }

  .service-card h5 {
    padding-top: 10px;
  }

  .btn-read-more {
    font-size: 15px;
    align-items: center;
    font-weight: 500;
    color: white;
    border: none;
    border-radius: 20px;
    background: #317efe;
    padding: 7px;
    text-decoration: none;
    margin-top: auto;
    width: 50%;
  }

  .btn-read-more a {
    color: white;
    text-decoration: none;
  }

  .testimonial-title p {
    font-size: 13px;
  }

  .testimonial-title h2 {
    font-size: 24px;
  }

  .carousel-control-prev,
  .carousel-control-next {
    top: 98%;
  }

  .icon-dot img {
    width: 30px;
    height: 30px;
  }

  .icon-inner-circle {
    width: 65px;
    height: 65px;
    border-radius: 50%;
  }

  .icon-circle {
    padding-top: 10px;
  }

  /* service page  */
  .timeline-title {
    font-size: 25px;
    font-weight: 600;
  }

  .timeline-item p {
    font-size: 13px;
  }

}

@media (min-width: 768px) and (max-width: 1023px) {
  .large-text {
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    padding: 5px;
    width: 400px;
  }

  .container {
    max-width: 90%;
  }

  .it-Companytext {
    display: none;
  }

  .about-Heading {
    font-size: 30px;
  }

  .para-2-Testimonial {
    text-align: justify;
  }

  .testimonial-title h2 {
    font-size: 25px;
  }

  .card-title {
    font-size: 16px;
  }

  .text-box-3 p {
    font-size: 14px;
    text-align: justify;
  }

  .card-text {
    font-size: 12px;
  }

  .carousel-control-prev,
  .carousel-control-next {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 96%;
    transform: translateY(-50%);
  }

  .last-para-text {
    font-size: 16px;
    font-weight: 500;
    padding-top: 10px;
    width: 300px;
  }

  .circle {
    padding-top: 480px;
    padding-left: 25px;
  }

  .circle-2 {
    padding-left: 340px;
    padding-top: 495px;
  }

  .inner-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #fdc11f52;
    width: 90px;
    height: 90px;
    border-radius: 50%;
  }

  .dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #317efe;
  }

  .Side-Shape img {
    width: 140px;
    height: 140px;
  }

  .Side-Shape {
    padding-top: 0px;
    padding-left: 255px;
  }

  .service-card {
    padding: 15px;
  }


  .service-box-container {
    max-width: 800px;
    overflow-x: hidden;
  }

  .service-card p {
    font-size: 15px;
    font-weight: 400;
  }

  .service-card h5 {
    padding-top: 5px;
    font-weight: 500;
  }

  .btn-read-more {
    font-size: 12px;
    align-items: center;
    font-weight: 500;
    color: white;
    border: none;
    border-radius: 20px;
    background: #317efe;
    padding: 7px;
    text-decoration: none;
    margin-top: auto;
    width: 60%;
  }

  .text-box-2 li {
    font-size: 14px;
    font-weight: 700;
  }

  .icon-dot img {
    width: 30px;
    height: 30px;
  }

  .icon-inner-circle {
    width: 65px;
    height: 65px;
    border-radius: 50%;
  }

  .icon-circle {
    padding-top: 10px;
  }

  /* service page  */
  .timeline-title {
    font-size: 16px;
    font-weight: 600;
  }

  .timeline-item p {
    font-size: 13px;
    text-align: left;
  }

}

@media (min-width: 565px) and (max-width: 767px) {
  .large-text-1 {
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
    padding-top: 10px;
    width: 350px;
  }

  .it-Companytext {
    display: none;
  }

  .about-Heading {
    font-size: 30px;
  }

  .col-3-wrap .px-1,
  .col-1-wrap .px-1 {
    font-size: 20px !important;
  }

  .testimonial-title p {
    font-size: 11px;
  }

  .transform-business {
    margin-bottom: 20px;
  }

  .text-box-3 p {
    font-size: 15px;
    text-align: justify;
  }

  .last-para-text {
    font-size: 16px;
    font-weight: 500;
    padding-top: 10px;
    width: 300px;
    display: none;
  }

  .text-box-2 li {
    font-size: 15px;
    font-weight: 700;
  }

  .serviceHeading-RightSide {
    padding-top: 25px;
  }

  .readMore-btn {
    font-size: 13px;
    font-weight: 500;
    padding: 11px;
  }

  .readMore-btn a {
    color: white;
    text-decoration: none;
  }

  .Side-Shape img {
    width: 150px;
    height: 150px;
  }

  .Side-Shape {
    padding-top: 55px;
    padding-left: 330px;
  }

  .container {
    max-width: 90%;
  }

  .service-card {
    padding: 15px;
    overflow: hidden;
  }

  .service-card p {
    font-size: 13px;
  }

  .btn-read-more {
    font-size: 12px;
    align-items: center;
    font-weight: 500;
    color: white;
    border: none;
    border-radius: 20px;
    background: #317efe;
    padding: 7px;
    text-decoration: none;
    margin-top: auto;
    width: 60%;
  }

  .overlay-text .last-para-text {
    margin-left: 0px;

  }

  .icon-dot img {
    width: 30px;
    height: 30px;
  }

  .icon-inner-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
  }

  .icon-circle {
    padding-top: 10px;
  }
}

@media (min-width: 375px) and (max-width: 564px) {
  .large-text {
    font-size: 40px;
    font-weight: 600;
    line-height: 20px;
    padding-top: 12px;
  }

  .container {
    max-width: 90%;
  }

  .large-text-1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 29px;
    padding: 0px;
  }

  .service-card p {
    font-size: 16px;
    font-weight: 500;
  }

  .text-box-2 li {
    font-size: 15px;
    font-weight: 700;
  }

  .serviceHeading-RightSide {
    padding-top: 25px;
  }

  .last-para-text {
    font-size: 16px;
    font-weight: 500;
    padding-top: 10px;
    width: 220px;
  }

  .readMore-btn {
    font-size: 15px;
    font-weight: 500;
    padding: 8px 20px;
  }

  .Side-Shape {
    padding-top: 28px;
    padding-left: 300px;
  }

  .btn-about-us {
    font-size: 10px;
    margin-bottom: 10px;
    padding: 5px;
  }

  .it-Companytext {
    display: none;
  }

  .about-Heading {
    font-size: 50px;
  }

  .btn-about-us {
    font-size: 14px;
    padding: 6px;
    width: 45%;
  }

  .text-box-3 p {
    text-align: justify;
  }

  .btn-read-more {
    width: 70%;
  }

  .icon-dot img {
    width: 35px;
    height: 35px;
  }

  .icon-inner-circle {
    width: 75px;
    height: 75px;
    border-radius: 50%;
  }
}

@media (max-width:374px) and (min-width:200px) {

  .testimonial-slider p, .service-box-container p,
  .serviceHeading-RightSide p, .service-card p {
    font-size: 13px;
    font-weight: 500;
  }

  .service-card {
    padding: 20px;
  }

  .text-box-2 li {
    font-size: 13px;
    font-weight: 700;
  }

  .text-box-2 p {
    font-size: 12px;
    text-align: justify;
    font-weight: 600;
  }

  .it-Companytext {
    display: none;
  }

  .serviceHeading-RightSide {
    padding-top: 25px;
  }

  .btn-read-more {
    font-size: 12px;
    align-items: center;
    font-weight: 500;
    color: white;
    border: none;
    border-radius: 20px;
    background: #317efe;
    padding: 7px;
    text-decoration: none;
    margin-top: auto;
    width: 70%;
  }

  .Side-Shape img {
    width: 110px;
    height: 110px;
  }

  .Side-Shape {
    padding-top: 5px;
    padding-left: 215px;
  }

  .about-Heading {
    font-weight: 500;
    font-size: 40px;
  }

  .large-text-1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 29px;
  }

  .icon-dot img {
    width: 30px;
    height: 30px;
  }

  .icon-inner-circle {
    width: 65px;
    height: 65px;
    border-radius: 50%;
  }

  .icon-circle {
    padding-top: 10px;
  }
}

/* _____________13-11-24___________ */

.transform-business {
  position: relative;
  overflow: hidden;
  /* Ensures the overlay stays within the parent */
  border-radius: 10px;
}

.transform-business img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
  /* Smooth zoom effect */
}

.transform-business::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, rgb(0 0 0 / 51%), rgb(0 0 0 / 51%));
  opacity: 1;
  transition: 0.3s ease, opacity 0.3s ease;
  z-index: 1;
  border-radius: inherit;
  /* background: #3b3d4aa6; */
  mix-blend-mode: multiply;
  border-radius: 8px;
  -webkit-filter: saturate(20%);
  filter: saturate(10%);
}

.transform-business:hover::before {
  /* background: linear-gradient(to bottom right, rgba(255, 0, 150, 0.4), rgba(0, 200, 255, 0.7)); */
  background: linear-gradient(180deg, #000, transparent) !important;

}

.transform-business:hover img {
  transform: scale(1.1);
  /* Slight zoom effect on hover */
}

.transform-txt {
  position: absolute;
  bottom: 0;
  z-index: 1;
  padding: 10px;
}

.transform-txt h4 {
  font-weight: 400;
}

/* .transforming-businesses-card {
  overflow-x: scroll;
    width: 100%;
    display: inline-flex;
    cursor: grab;
}
.transforming-businesses-card img {
  width: 350px;
} */

.transforming-businesses-card {
  overflow-x: scroll;
  overflow-y: hidden;
  display: inline-flex;
  width: 100%;
  cursor: grab;
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: relative;
  z-index: 2;
}

.transforming-businesses-card::-webkit-scrollbar {
  display: none;
}

.transforming-businesses-card img {
  width: 400px;
  overflow: hidden;
  flex-shrink: 0;
  /* margin-right: 10px;  */
  transition: transform 0.3s ease-in-out;
  border-radius: 10px;
}

.img-transforming img:hover {
  transform: scale(1.1);
}

.img-transforming::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(0deg, #000 25%, transparent);
  border-radius: 10px;
}

.img-transforming {
  position: relative;
}

.transforming-crad-txt h6 {
  font-size: 32px;
  padding: 10px;
}

.readmorecard:hover {
  border-bottom: 1px solid blue;
}

.comn-padding {
  padding: 4rem 0rem;
}









/* Ensure layout is similar */
.transforming-businesses-card {
  overflow-x: auto;
  /* Allow horizontal scrolling */
  display: flex;
  scroll-behavior: smooth;
  width: 100%;
  gap: 20px;
  /* Space between items */
  padding: 10px;
}

.img-transforming {
  position: relative;
  flex-shrink: 0;
  /* Prevent shrinking */
  width: 400px;
}

.img-transforming img {
  width: 100%;
  border-radius: 10px;
  transition: transform 0.3s ease-in-out;
}

.img-transforming img:hover {
  transform: scale(1.1);
}

.img-transforming::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #000 25%, transparent);
  border-radius: 10px;
}

.transforming-crad-txt h6 {
  font-size: 24px;
  padding: 10px;
}

/* Button Styling */
.prev-btn, .next-btn {
  z-index: 5;
  font-size: 24px;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}

.prev-btn:hover, .next-btn:hover {
  background: rgba(255, 255, 255, 0.7);
  color: black;
}

.join-btn {
  color: white;
  border-radius: 30px;
  padding: 15px 50px;
  border: 2px solid white;
  background-color: #1e2222;
  transition: all 0.3s ease-in;
}

.join-career-bg {
  background-color: #1e2222;
  padding: 3rem 0rem;
}

.join-btn:hover {
  color: #1e2222;
  border-radius: 30px;
  padding: 15px 50px;
  border: 2px solid white;
  background-color: white;
}

.join-career-bg h2 {
  font-size: 3.5rem;
  line-height: 3.5rem;
}

.pageuplogo {
  width: 65px;
}

/* Zoom effect on hover */
/* Parent container */
.image-container {
  position: relative;
  overflow: hidden;
  width: 400px;
  /* height: 600px;  */
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
  margin: 0px auto;
}

.bg-light-ornge {
  background: #fff7ef;
  border: solid thin #ffecd6;
}

/* Image styling */
.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

/* Gradient background */
.image-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(0deg, #000 25%, transparent); */
  z-index: 1;
  /* Place above the image */
  transition: transform 0.3s ease-in-out;
}

/* Card text */
.transforming-crad-txt {
  position: absolute;
  bottom: 140px;
  left: 10px;
  z-index: 2;
}

/* Zoom effect on hover */
.image-container:hover img {
  transform: scale(1.2);
  /* Zoom the image */
}

.image-container:hover::before {
  transform: scale(1.2);
  /* Zoom the gradient background */
}

.insight-banner-txt {
  background-color: #00000082;
  height: 700px;
}

.career-bg-banner {
  background-image: url('../images/website/career-banner.png');
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.career-bg-banner .section-1-body {
  background-color: #00000082;
}

/* .contact-location{
  margin-top: 11rem;
} */
/* .translate-middle {
  transform: translate(-50%, -45%) !important;
} */
.contact-header {
  margin-top: 6rem;
}

.fullscreen-search {
  position: fixed;
  top: 0;
  right: 0;
  left: 0px;
  width: 100%;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
  align-items: start;
  /* justify-content: center; */
  z-index: 1050;
}

.fullscreen-search.active {
  display: flex;
}

.fullscreen-search input {
  width: 100%;
  max-width: 90%;
  border: none;
  background: transparent;
  border-bottom: 2px solid white;
  color: white;
  font-size: 1.5rem;
  /* text-align: center; */
  outline: none;
  margin: 1rem auto;
}

.close-search {
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-size: 2rem;
  background: none;
  border: none;
  cursor: pointer;
}

#searchToggle {
  font-size: 28px;
}

#searchToggle:hover {
  border-radius: 50%;
  background-color: #a5a5a5;
  border-color: var(--bs-btn-hover-border-color);
}

.mega-dropdown {
  position: relative;
}

.mega-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0;
  width: 250px;
  text-align: left;
  border-radius: 5px;
  color: white;
  padding: 10px;
  background-color: #ffffff;
  display: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.mega-dropdown:hover .mega-dropdown-menu {
  display: block;
}

.mega-dropdown-menu .col {
  padding: 15px;
}

.mega-dropdown-menu h6 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.mega-dropdown-menu ul {
  list-style: none;
  padding: 0;
}

.mega-dropdown-menu ul li a {
  text-decoration: none;
  color: #333;
  padding: 10px 0;
  display: block;
  font-weight: 400;
  border-bottom: 1px solid #7b7b7b26;
}

.mega-dropdown-menu ul li a:hover {
  color: #007bff;
}

.darksoul-hover-fill-button3 {
  margin: auto;
  display: flex;
  height: 35px;
  border-radius: 5px;
  outline: none;
  border: 1px solid #ffd2a0;
  background-color: #f17b00;
  cursor: pointer;
  position: relative;
  color: white;
  padding: 3px 0px;
  justify-content: center;
  overflow: hidden;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 16px;
  border: none;
  outline: none;
  background-color: #fa7c1f;
  color: white;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

#myBtn .mdi {
  font-size: 18px;
}

.img-wrapper img {
  border-radius: 5px 5px 0px 0px;
}

.clients-logo-img {
  width: 65%;
  /* height: 100px; */
}

.our-clients-img {
  display: flex;
  justify-content: center;
}

.col-3-wrap .px-1,
.col-1-wrap .px-1 {
  font-size: 30px;
  /* font-family: "Raleway-Regular"; */
}

.col-1-wrap {
  margin-bottom: 3rem;
}

.ourclient-bg {
  padding: 3rem 0rem;
}

.hr-bg {
  margin-top: 3rem;
}




.fullscreen-search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1050;
}

.fullscreen-search-overlay.active {
  display: flex;
}

.search-container {
  text-align: center;
  color: #fff;
}

.search-container input {
  width: 70%;
  margin-bottom: 15px;
}

.footer-img {
  width: 15px;
  height: 15px;
  margin-right: 6px;
}

/* contact page address section  */

.container-address {
  height: 400px;
  aspect-ratio: 1.5 / 1;
  display: flex;
  overflow: hidden;
  position: relative;
}

/* 
.container-address:hover .img:not(:hover) {
  filter: grayscale(100%);
  transform: scale(0.9);
  opacity: 0.7;
}

.container-address .img {
  height: 98%;
  width: calc(100% / 5);
  position: relative;
  transition: all 0.4s cubic-bezier(0.32, 0, 0.67, 0);
  cursor: pointer;
}

.container-address .img:hover {
  width: 100%;
  z-index: 2;
  filter: grayscale(0);
  transform: scale(1);
}

.container-address img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.container-address .text {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  transition: opacity 0.3s ease;
}

.container-address .img:hover .text {
  opacity: 1;
} */


/* .container-address:has(.img.active) .img:not(.active) {
  filter: grayscale(100%);
}

.container-address img {
  height: 100%;
  width: calc(100% / 5);
  object-fit: cover;
  overflow: hidden;
  border: 2px solid #141414;
  transition: all 0.4s cubic-bezier(0.32, 0, 0.67, 0);
  cursor: pointer;
}

.container-address .active {
  width: 200%;
} */

.general-container {
  display: flex;
  height: 21rem;
  margin: 0 auto;
  max-width: 55vw;
  width: 55vw;
}

.radio {
  display: none;
}

.general-container .content {
  background: transparent;
  background-image: url("../images/website/cn_tower.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 3rem;
  cursor: pointer;
  flex: 1;
  margin-right: 0.8rem;
  overflow: hidden;
  position: relative;
  transition: all 0.5s cubic-bezier(0.05, 0.60, 0.39, 0.94);
}

.content::before {
  background: inherit;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.content>* {
  position: relative;
  z-index: 1;
}

/* .content:hover {
  box-shadow: 0.7rem 0.7rem 0.5rem rgba(0, 0, 0, 0.3);
} */

.content:nth-of-type(2) {
  background: transparent;
  background-image: url("../images/website/brussels-atomium.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.content:nth-of-type(3) {
  background: transparent;
  background-image: url("../images/website/statue-of-liberty.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.content:nth-of-type(4) {
  background: transparent;
  background-image: url("../images/website/burj-khalifa.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.content:nth-of-type(5) {
  background: transparent;
  background-image: url("../images/website/anne-frank-house.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.card-title {
  bottom: 1.2rem;
  /* width: 100%; */
  border-radius: 6px;
  color: #ffffff;
  background: black;
  padding: 10px;
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  left: 1.5rem;
  line-height: 1.1;
  opacity: 0;
  position: absolute;
  transform: translateX(2rem);
  transition: 290ms cubic-bezier(0.05, 0.62, 0.40, 0.95) 300ms;
  transition-property: opacity, transform;
  user-select: none;
  white-space: nowrap;
}

.title-card {
  top: 2rem;
  color: black;
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  left: 1.5rem;
  line-height: 1.1;
  opacity: 0;
  position: absolute;
  transform: translateX(2rem);
  transition: 290ms cubic-bezier(0.05, 0.60, 0.42, 0.94) 300ms;
  transition-property: opacity, transform;
  user-select: none;
  white-space: nowrap;

}

.subtitle {
  font-size: 1rem;
}

.subsubtitle {
  font-size: 0.85rem;
}

.paddT {
  padding-left: 3rem;
  padding-right: 3rem;
}

.radio:checked+.content {
  border-radius: 2rem;
  box-shadow: 0.3rem 0.3rem 0.4rem rgba(0, 0, 0, 0.3);
  flex: 9;
}

.radio:checked+.content>.card-title {
  opacity: 1;
  transform: translateX(0);
}

.radio:checked+.content>.title-card {
  opacity: 1;
  transform: translateX(0);
}

.marg-bott {
  margin-bottom: 1.5rem;
}







.dropdown-item:focus, .dropdown-item:hover {
  color: #1e2125;
  background-color: transparent !important;
}




/* custom-carousel slider  */

.custom-carousel {
  position: relative;
  width: 100%;
  height: 750px;
  overflow: hidden;
  background-color: #cdcdcd;
}

.custom-carousel-item .custom-slide-image {
  width: 100%;
  height: 750px;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: center;
}

.custom-carousel-item {
  position: absolute;
  width: 100%;
  height: 750px;
  border: none;
  top: 50px;
  left: 100%;
}

.custom-carousel-item.active {
  left: 0;
  transition: all 0.3s ease-out;
}

.custom-carousel-item div {
  height: 100%;
}

.custom-red {
  background-color: red;
}

.custom-green {
  background-color: green;
}

.custom-yellow {
  background-color: yellow;
}

.custom-violet {
  background-color: violet;
}

.custom-slide-txt h1 {
  color: white;
  font-weight: 600;
  font-size: 50px;
}

.custom-slide-txt {
  position: relative;
  top: 200px;
}

.custom-btn-hero-sec:hover {
  transition: all 0.2s ease-in;
  color: black !important;
  background-color: white !important;
}

.custom-home-banner-img {
  position: relative;
  top: -100px;
}

.custom-slide-image h4 {
  font-size: 30px;
}

.custom-carousel-item {
  position: absolute;
  width: 100%;
  height: 700px;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
  transition: opacity 1.5s ease;
  /* Smooth fade-in effect */
}

.custom-carousel-item.active {
  opacity: 1;
  z-index: 1;
  /* Bring the active slide to the front */
}

.custom-carousel {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
  background-color: #cdcdcd;
}

.custom-carousel-item .custom-slide-image {
  width: 100%;
  height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.custom-slide-txt {
  position: relative;
  top: 200px;
  color: white;
}

.about-bg {
  background: #f7f7f7;
}

.w-80 {
  width: 80%;
  text-align: justify;
}

.about-us-info p {
  font-size: 14px;
}

.about-card-integrio {
  border-color: transparent;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in;
  border: 1px solid #fff;
  border-radius: 8px;
}

.about-card-integrio:hover h4 {
  color: #000;
}

.about-card-integrio:hover {
  border: 1px solid #fa7e3f;
}

.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: #ffece1 !important;
  box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.whatwedo-img-3 {
  height: 200px;
  object-fit: cover;
  margin-top: 15px;
  object-position: top;
  border-radius: 6px;
}

.whatwedo-img-1 {
  border-radius: 6px;
}

.whatwedo-img-2 {
  height: 200px;
  object-fit: cover;
  border-radius: 6px;
}

/* new testimonial slider  */
.my-testimonial {
  padding: 20px;
}

.my-testimonial-header {
  text-align: left;
  margin-bottom: 20px;
}

.my-testimonial-quote-icon {
  font-size: 6rem;
  color: #f17c24;
  height: 100px;
  margin-top: 2rem;
}

.my-testimonial-header h2 {
  margin: 10px 0;
}

.my-testimonial-slider {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin-top: 5rem;
}

.my-testimonial-slider-container {
  display: flex;
  transition: transform 0.5s ease;
  width: calc(300px * 7);
  margin-bottom: 20px;
}

.my-testimonial-slide {
  min-width: 350px;
  max-width: 350px;
  background: #fff;
  color: #000;
  border-radius: 10px;
  margin: 0 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.my-testimonial-slide img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: top;
  border-radius: 10px 10px 0px 0px;
  margin-bottom: 15px;
}

.my-testimonial-nav-btn {
  background: none;
  border: none;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
  z-index: 10;
  position: absolute;
  background: #655952;
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

.my-testimonial-nav-btn:hover {
  color: orange;
}

.my-testimonial-prev-btn {
  left: 10px;
}

.my-testimonial-next-btn {
  right: 10px;
}

.my-testimonial-header p {
  text-align: justify;
}

/* .image-box-3 img{
  width: 100%;
} */
.border-bottom-heading {
  width: 18%;
  background-color: #f17c24;
  height: 1px;
}

/* 
.values-section {
  background-image: url('../images/website/our-values.jpg');
  background-size: cover;
  background-position: center;
  height: 100vh;
  position: relative;
}

.content {
  position: relative;
  z-index: 10;
}

.play-btn {
  background-color: white;
  border: none;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.values-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2839527a;
  z-index: 1;
}

#dynamic-word {
  transition: opacity 0.5s ease;
}

.fade-out {
  opacity: 0;
}

#dynamic-word {
  display: inline-block;
  position: relative;
  transition: transform 0.5s ease;
  font-size: 4rem;
}

.slide-out {
  transform: translateX(-10%);
  opacity: 0;
}

.slide-in {
  transform: translateX(10%);
}

.slide-in-active {
  transform: translateX(0);
  opacity: 1;
} */

.values-section {
  background-image: url('../images/website/our-values.jpg');
  background-size: cover;
  background-position: center;
  height: 100vh;
  position: relative;
}

.content {
  position: relative;
  z-index: 10;
}

.play-btn {
  background-color: white;
  border: none;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.values-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2839527a;
  z-index: 1;
}

#dynamic-word {
  display: inline-block;
  font-size: 6rem;
  position: relative;
  transition: transform 1.5s ease, opacity 0.8s ease;
}

.slide-out {
  transform: translateX(-20%);
  opacity: 0;
}

.slide-in {
  transform: translateX(10%);
  opacity: 0;
}

.active {
  transform: translateX(0);
  opacity: 1;
}

.empower-digital-product {
  background-color: #333333;
}

.marquee-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 130px;
}

.marquee {
  display: inline-block;
  white-space: nowrap;
  position: absolute;
}

.marquee-item {
  display: inline-block;
  padding-right: 25px;
  transition: color 0.3s ease;
  font-size: 50px;
  font-weight: 600;
  color: gray;
  cursor: pointer;
}

#marquee-ltr {
  animation: marquee-ltr 15s linear infinite;
}

#marquee-rtl {
  animation: marquee-rtl 15s linear infinite;
}

@keyframes marquee-ltr {

  /* from {
    transform: translateX(60%);
  }
  to {
    transform: translateX(-100%);
  } */
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes marquee-rtl {

  /* from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(100%);
  } */
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

.marquee-item:hover {
  color: #f17c24;
}

.w-90 {
  width: 90%;
}

.nav-tabs .nav-link.active {
  background-color: #007bff;
  color: white;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .nav-link {
  color: #007bff;
}

.nav-tabs .nav-link:hover {
  color: #0056b3;
}

.tab-content {
  background-color: white;
  padding: 20px;
  border: 1px solid #e47a42;
  border-top: none;
}

.our-tech-stack .nav-tabs {
  border-bottom: 1px solid #e47a42;
}

.our-tech-stack .nav-tabs .nav-link {
  color: #000000;
}

.our-tech-stack .nav-tabs .nav-link.active {
  color: #e47a42;
  background-color: #ffffff;
  border-color: #fa7d32 #fa7d32 #ffffff;
}

.w-50 {
  width: 50%;
}

.w-30 {
  width: 26%;
}

.tab-pane h3 {
  font-size: 18px !important;
  margin-top: 1rem;
}

#btn--yp {
  box-sizing: content-box;
  position: fixed;
  z-index: 9;
  bottom: 1em;
  right: 1em;
  border: solid 1em transparent;
  width: 4.625em;
  height: 3.25em;
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/2017/icon-yp.svg) 50%/cover content-box;
  font: 16px/ 1.25 trebuchet ms, sans-serif;
  text-indent: 200vw;
  text-shadow: none;
  filter: grayscale(1) drop-shadow(0 0 1px #e8e0e0);
  transition: .5s;
  white-space: nowrap;
}

#btn--yp:before {
  box-sizing: inherit;
  position: absolute;
  left: 0;
  bottom: 100%;
  margin: 1em -.5em;
  padding: .5em;
  width: 100%;
  border-radius: 5px;
  background: #e8e0e0;
  color: #000;
  text-align: center;
  text-decoration: none;
  text-indent: 0vw;
  white-space: normal;
  animation: float 1s ease-in-out infinite alternate;
  content: attr(data-txt);
}

#btn--yp:hover, #btn--yp:focus {
  outline: none;
  filter: grayscale(0) drop-shadow(0 0 1px crimson);
}

@keyframes float {
  to {
    transform: translateY(0.75em);
  }
}

.demo-card {
  margin-bottom: 30px;
  position: relative;
}

.demo-card h2 {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 10px;
  position: relative;
  width: max-content;
  margin-inline: auto;
}

.demo-card h2::after {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  background: linear-gradient(270deg, #000, teal);
  inset-inline-start: 0;
  inset-block-end: 0;
  border-radius: 10px;
  transition: 0.5s ease-in-out;
}

.demo-card p {
  font-weight: 300;
  font-size: 14px;
}

@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

.demo-card::after,
.demo-card::before {
  content: "";
  position: absolute;
  background-image: conic-gradient(from var(--angle), transparent 70%, #fa7d32);
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  padding: 2px;
  box-sizing: content-box;
  border-radius: 10px;
  animation: move 7s linear infinite;
}

.demo-card::before {
  filter: blur(15px);
  opacity: 0.3;
}

@keyframes move {
  from {
    --angle: 0deg;
  }

  to {
    --angle: 360deg;
  }
}

.demo-card:hover h2::after {
  width: 100%;
}

.timeline-item h3 {
  font-size: 20px;
}

.our-offering-bg .mdi {
  font-size: 50px;
  color: #fa7d32;
}

.blog-title {
  font-size: 1.5rem;
  color: #212529;
  font-weight: 600;
}

.blog-subtitle {
  font-size: 1rem;
  color: #6c757d;
  margin-bottom: 20px;
}

.blog-image img {
  /* height: 500px; */
  border-radius: 5px;
  object-fit: fill;
}

.sidebar-section h5 {
  font-size: 1.25rem;
  margin-bottom: 15px;
}

.sidebar-section .category-list,
.sidebar-section .most-viewed-list {
  list-style: none;
  padding-left: 0;
}

.sidebar-section .category-list li,
.sidebar-section .most-viewed-list li {
  margin-bottom: 10px;
}

.sidebar-section a {
  text-decoration: none;
  color: #007bff;
}

.sidebar-section a:hover {
  text-decoration: underline;
}

.blog-container {
  margin-top: 4rem;
}

.text-justify {
  text-align: justify;
}

.blog-sidebar {
  position: sticky;
  top: 100px;
  border-radius: 10px;
}

.job-form.modal-content {
  border-radius: 15px;
  /* background: #fdf2e9; */
}

.job-form .modal-header {
  /* background-color: #fdf2e9; */
  color: #e48d5a !important;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.job-form .modal-body {
  padding: 2rem;
}

.job-form .form-label {
  color: #d46922;
}

.job-form .form-control {
  border: 1px solid #ffaa72;
  border-radius: 5px;
}

.job-form .btn-primary {
  background-color: #ffaa72;
  border: none;
  width: 100%;
  padding: 0.75rem;
  font-size: 1rem;
  border-radius: 10px;
}

.job-form .btn-primary:hover {
  background-color: #e67e22;
}

/* Icon styling */
.job-form .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  color: white;
  margin-right: 0.5rem;
}

.service-img-center {
  position: sticky;
  top: 100px;
  border-radius: 10px;
  height: 80vh;
  object-fit: cover;
}

.mob-view {
  display: none;
}

/* .header-text .active {
  border-bottom: 2px solid blue;
} */
.header-text .active a {
  color: #fa7d32;
}


.image-container-about {
  width: 100%;
  max-width: 500px;
  height: 530px;
  overflow: hidden;
  position: relative;
}

.image-container-about img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

.image-container-about .hidden {
  opacity: 0;
  transform: scale(0.95);
  visibility: hidden;
}

.image-container-about .visible {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
  z-index: 1;
}

.w-40 {
  width: 40%;
}

.w-33 {
  width: 33%;
}

.w-48 {
  width: 48%;
}

.w-56 {
  width: 56%;
}

.w-26 {
  width: 26%;
}

.w-45 {
  width: 45%;
}

.our-tech-stack {
  background-image: url('../images/cube-bg.png');
  background-size: contain;
  background-position: right;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  position: relative;
}

.our-tech-stack::before {
  background-color: #ffffffba;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
}

.about-icon {
  width: 50px;
}

.we-offer-emp p {
  font-size: 16px !important;
}

.we-offer-emp h6 {
  font-size: 18px;
}

.we-offer-emp img {
  width: 70%;
  justify-content: center;
  margin: 0 auto;
  display: flex;
}

.breadcrumb-blog {
  background: #e9e9e9;
  padding: 5px 15px;
  border-radius: 5px;
  color: #fa7d32;
  position: relative;
  bottom: 20px;
  font-size: 14px;
}

.blog-sidebar .text-align-left {
  text-align: left;
}

.blog-sidebar img {
  height: 60px;
}

.blog-sidebar ul li a {
  color: #000000;
}

.blog-sidebar ul li a:hover {
  color: #fa7d32;
}

.tabsection .tab {
  overflow-x: scroll;
  display: flex;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tabsection .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 5px 10px;
  transition: 0.3s;
  font-size: 14px;
}

/* Change background color of buttons on hover */
.tabsection .tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tabsection .tab button.active {
  background-color: #fa7d32;
  color: white;
}

/* Style the tab content */
.tabsection .tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.pp-container h5 {
  font-weight: 600;
  font-size: 18px;
  color: #fa7829;
}

.pp-container b {
  font-weight: 600;
}

.pp-container ul li {
  font-size: 16px;
}

.hr-consultant-img1 {
  height: 500px;
  width: 100%;
  object-fit: cover;
}

.we-offer-emp {
  height: 100%;
}

.text-boxservice {
  margin-top: 80px;
}

.text-boxservice h1 {
  font-size: 60px;
  position: relative;
  z-index: 10;
}

.text-boxservice p {
  font-size: 20px !important;
}

.img-servicebox {
  position: relative;
}

.img-servicebox img {
  height: 650px;
}

.img-servicebox:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #ffffff, #ffffff00);
}

.hr-consultant-img:before {
  position: absolute;
  content: '';
  background: linear-gradient(90deg, #ffffff, transparent);
  height: 100%;
  width: 100%;
  left: 0;
}

.hr-consultant-img {
  position: relative;
  margin-left: -100px;
}

.workforce-text h1 {
  font-size: 32px;
  font-weight: 600;
}

/* .patter-about-bg {
  background-image: url('../images/website/pattern-3.jpg');
  background-repeat: no-repeat;
} */
.w-70 {
  width: 70%;
}



.mySlides {
  display: none;
}

img {
  vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Caption text */
/* .text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
} */

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}


.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  position: relative;
  bottom: 50px;
}

.slideshow-container .active {
  background-color: #717171;
}


.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}


@media only screen and (max-width: 300px) {
  .text {
    font-size: 11px
  }
}

.fade:not(.show) {
  opacity: 1 !important;
}

.dot-btn {
  position: absolute;
  width: 100%;
}

.mob-banner {
  display: none;
}







.prev, .next {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  font-size: 24px;
  font-weight: bold;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  user-select: none;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

.prev:hover, .next:hover {
  background: rgba(0, 0, 0, 0.8);
}

.dot-btn {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.dot {
  cursor: pointer;
  height: 12px;
  width: 12px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.about-sidebox {
  margin-top: 60px;
}