body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li {
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none;
}
dl,
ol,
ul {
  font-size: 1rem;
  color: #425466;
}

/* h1 font size */

h1 {
  font-size: 2.125rem;
  font-weight: 600;
}

@media (min-width: 992px) and (max-width: 1400px) {
  h1 {
    font-size: 2.125rem;
  }
}

@media screen and (min-width: 1400px) {
  h1 {
    font-size: 3rem;
  }
}

/* h2 font size */

h2 {
  font-size: 2.125rem;
  font-weight: 600;
  color: #11054c;
}

@media screen and (min-width: 992px) and (max-width: 1400px) {
  h2 {
    font-size: 2.125rem;
  }
}

@media screen and (min-width: 1400px) {
  h2 {
    font-size: 3rem;
  }
}

/* h3 font size */

h3 {
  font-size: 1.25rem;
}

@media screen and (min-width: 992px) and (max-width: 1400px) {
  h3 {
    font-size: 1.75rem;
  }
}

@media screen and (min-width: 1400px) {
  h3 {
    font-size: 2rem;
  }
}

/* h4 font size */

h4 {
  font-size: 1.25rem;
}

/*@media screen and (min-width: 992px) and (max-width: 1400px) {
  h4 {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 1400px) {
  h4 {
    font-size: 1.5rem;
  }
}*/

/* h5 font size */

h5 {
  font-size: 1.125rem;
}

@media screen and (min-width: 992px) {
  h5 {
    font-size: 1.25rem;
  }
}

/* h6 font size */

h6 {
  font-size: 1rem;
}

/* p font size */

p {
  font-size: 1rem;
  color: #425466;
}

/* default color */

.rsystems_blue {
  color: #11054c;
}

.rsystems_purple {
  color: #4a20f5;
}

.rsystems_purple_bg {
  background-color: #4a20f5;
}

.rsystems_gray {
  color: #425466;
}

.rsystems_rosegold {
  color: #fe5f54 !important;
}

.rsystems_38342F {
  color: #38342f;
}

.rsystems-btn,
.rsystems-btn-trans {
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #fff;
  text-decoration: none;
  color: #425466;
  font-size: 1rem;
  /*box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.20);*/
}

.rsystems-btn-trans {
  background-color: transparent;
  color: #fff;
}

.rsystems-btn:hover {
  background-color: #11054c;
  color: #fff !important;
  border: 1px solid #11054c;
}

.rsystems-btn-trans:hover {
  background-color: #fff;
  color: #425466 !important;
  border: 1px solid #fff;
}

.rsystems-btn-trans-dark {
  border: 1px solid #11054c3b;
  color: #11054c;
}

.rsystems-btn i {
  padding-left: 10px;
}

.fw-600 {
  font-weight: 600;
}

.radious-10 {
  border-radius: 10px;
}

.la {
  font-size: 24px;
}

/* footer css start */

.rsystems-footer {
  background-color: #f7f9fb;
}

.rsystems-footer .menu-item,
.rsystems-footer p {
  font-size: 0.75rem;
  font-weight: 400;
  padding: 4px 0;
}

.rsystems-footer .fw-bolder.menu-item {
  font-size: 0.875rem;
}

.rsystems-footer a {
  text-decoration: none;
  color: #425466;
  font-size: 0.75rem;
}

.rsystems-footer ul i {
  color: #425466;
  font-size: 18px;
}

.rsystems-footer .contact-us-social-content li:hover i {
  color: #fe5f54;
}

.fs-14 {
  font-size: 0.875rem;
}

.fs-12 {
  font-size: 0.75rem;
}

.slick-disabled {
  opacity: 0;
}

/* spacs start */

.section-space {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.heading-col-space {
  padding-bottom: 1.25rem;
}

.fc-breadcrumb {
  position: absolute;
  z-index: 100;
  padding-bottom: 10px;
  width: 100%;
}

.csr-banner .fc-breadcrumb {
  position: sticky;
  margin-top: 50px;
}

.fc-breadcrumb .breadcrumb {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .fc-breadcrumb .breadcrumb {
    padding-top: 30px;
  }
}

.breadcrumb-item + .breadcrumb-item::before,
.breadcrumb-item a,
.breadcrumb-item.active {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

/* .breadcrumb-item.active {
  color: #FE5F54;
  font-weight: 600;
} */

/* .rsystems-btn i.fas.fa-arrow-right {
  transition: 0.2s;
} */

/* When the button is hovered, rotate the arrow icon to the right */

/* .rsystems-btn:hover i.fas.fa-arrow-right {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
  opacity: 0;
} */

.rsystems-btn {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: 0.2s;
  margin: 0;
}

.rsystems-btn i.fas.fa-arrow-right {
  transition: transform 0.2s, opacity 0.2s;
  margin-left: 5px;
}

.rsystems-btn:hover i.fas.fa-arrow-right {
  transform: translateX(10px);
  opacity: 0;
}

.rsystems-btn .rsystems-btn-text {
  transition: transform 0.2s, opacity 0.2s;
}

.rsystems-btn:hover .rsystems-btn-text {
  transform: translateX(10px);
}

/*home banner start*/
@media screen and (max-width: 992px) {
  .home-banner {
    position: relative;
  }
}

.home-banner-for {
  position: relative;
}

/*.home-banner-content {
  position: absolute;
  top: 50%;
  left: 0%;
  padding: 0.75rem;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .home-banner-content {
    width: 55%;
  }
}*/

@media screen and (min-width: 768px) {
  .home-banner-content {
    margin-top: unset;
  }
}

.home-banner-content h1 {
  margin-bottom: 0;
}

.home-banner-content p {
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 15px;
  color: #fff;
}

@media (max-width: 768px) {
  .home-banner-content h1 br {
    display: none;
  }
}
/* .home-banner-for ul.slick-dots {
  bottom: 5%;
  left: 0;
  text-align: left;
  overflow-x: auto;
  position: absolute;
  display: flex;
  padding: 0 1.8rem;
}

@media only screen and (min-width: 992px) {
  .home-banner-for ul.slick-dots {
    left: 10%;
    width: 85%;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .home-banner-for ul.slick-dots {
    left: 2%;
    width: 98%;
    padding: 0;
  }
}

.home-banner-for ul.slick-dots li {
  flex: 1;
  padding: 0 10px 10px 10px;
  width: auto;
  height: auto;
  margin: 0;
  color: #ffffff;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

.home-banner-for ul.slick-dots li a {
  border: none;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.home-banner-for ul.slick-dots li:last-child {
  border-right: none;
}

.home-banner-for ul.slick-dots li.slick-active {
  border-bottom: 2px solid #FE5F54;
  color: #fff;
  margin-bottom: 0;
}

@media only screen and (max-width: 820px) {
  .home-banner-for ul.slick-dots {
    padding: 0 1.8rem;
  }
}

@media only screen and (max-width: 480px) {
  .home-banner-for ul.slick-dots {
    white-space: nowrap;
  }
} */

#home-banner {
  overflow: hidden;
}

.home-slider-item img {
  max-height: 100%;
  width: auto;
  height: auto !important;
}

.home-slider-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/*our partner  start */
/* .our-partner-slider .slick-list, .our-partner-slider-1 .slick-list {
  padding: 0 20% 0 0;
}

.our-partner-slider .slick-slide, .our-partner-slider-1 .slick-slide {
  padding: 10px;
} */

.our-partner-slider .slick-slide img,
.our-partner-slider-1 .slick-slide img {
  margin: 0 auto;
}

/*who we serve start*/
.slider-for-who-we-serve-item img {
  border-radius: 10px;
  -webkit-box-shadow: 0px 11px 30px -6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 11px 30px -6px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 11px 30px -6px rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 992px) {
  .slider-for-who-we-serve .slick-list {
    box-shadow: 0px 18px 36px -18px rgba(0, 0, 0, 0.25),
      0px 30px 60px -5px rgba(0, 0, 0, 0.25);
  }
}

@media screen and (max-width: 992px) {
  .slider-for-who-we-serve-content h3 {
    padding-top: 10px;
  }

  .slider-for-who-we-serve-content {
    padding: 10px;
  }
}

.slider-for-who-we-serve-item {
  position: relative;
}

@media screen and (max-width: 992px) {
  .slider-for-who-we-serve-content .rsystems-btn {
    color: #fff;
    background-color: #4a20f5;
    border: 2px solid #fff;
  }
}

@media screen and (min-width: 992px) {
  .slider-for-who-we-serve-content {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 20px;
  }
}

@media screen and (min-width: 992px) {
  .slider-for-who-we-serve-content h3 {
    color: #fff;
  }
}

.who-we-serve ul li a {
  font-style: normal;
  font-weight: 400;
  color: #425466;
  text-decoration: none;
  outline: none;
}

.who-we-serve ul li.active a {
  color: #4a20f5;
  outline: none;
  font-weight: 600 !important;
}

/* slider-item border start */

@media screen and (max-width: 992px) {
  .who-we-serve ul li.slick-active a {
    color: #4a20f5;
    outline: none;
  }
}

.slider-nav-who-we-serve li.active {
  position: relative;
}

.slider-nav-who-we-serve li.active:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  border-bottom: 2px solid #fe5f54;
  animation: border_anim 3s linear forwards;
}

@keyframes border_anim {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.slider-for-who-we-serve .slick-prev:before,
.slider-for-who-we-serve .slick-next:before {
  font-size: 0;
}

.slider-for-who-we-serve .slick-prev,
.slider-for-who-we-serve .slick-next {
  top: unset;
  bottom: -4%;
  width: 40px;
  height: 40px;
}

.slider-for-who-we-serve .slick-next {
  right: unset;
  left: 15%;
}

.slider-for-who-we-serve .slick-prev {
  left: 3%;
  right: unset;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .slider-for-who-we-serve .slick-next {
    left: 10%;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .slider-for-who-we-serve .slick-prev {
    left: 2%;
  }
}

@media screen and (min-width: 992px) {
  .slider-for-who-we-serve .slick-prev,
  .slider-for-who-we-serve .slick-next {
    top: 0;
    bottom: unset;
    width: 40px;
    height: 40px;
  }
}

@media screen and (min-width: 992px) {
  .slider-for-who-we-serve .slick-next {
    right: 3%;
    left: unset;
  }
}

@media screen and (min-width: 992px) {
  .slider-for-who-we-serve .slick-prev {
    left: unset;
    right: 10%;
  }
}

.slider-nav-who-we-serve li {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.slider-nav-who-we-serve .slick-arrow {
  display: none !important;
}

@media screen and (max-width: 992px) {
  .slider-nav-who-we-serve li {
    display: none;
    text-align: left;
    transition: all 0.3s ease;
  }

  .slider-nav-who-we-serve li.active {
    display: block;
  }
}

/* what we do start */
.what-we-do {
  background-color: #f7f9fb;
}

.what-we-do-card {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  border: none;
  box-shadow: 0px 18px 36px -18px rgba(0, 0, 0, 0.25),
    0px 30px 60px -5px rgba(0, 0, 0, 0.25);
}

.what-we-do-card p {
  margin-bottom: 0;
}

.what-we-do-img {
  height: auto;
  overflow: hidden;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
  border-radius: 10px;
}

.what-we-do-img img {
  width: 100%;
}

/*
.what-we-do-img img {
  width: 100%;
  display: block;
  border-radius: 10px;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}

.what-we-do-card:hover .what-we-do-img {
  height: 150px;
  border-radius: 10px;
}

.what-we-do-card:hover .what-we-do-img img {
  opacity: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.what-we-do-card .card-body {
  position: relative;
  height: auto;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  padding: 20px 0 0 0;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.what-we-do-card:hover .card-body {
  height: 150px;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.what-we-do-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: 0;
  padding: 0;
  opacity: 0;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.what-we-do-card:hover .what-we-do-btn {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
} */

/* featured insight*/
.featured-insights-number {
  border-left: 2px solid #fe5f54;
  color: #11054c;
  font-weight: 600;
  padding-left: 20px;
}

.featured-insights-desc {
  padding-left: 20px;
  border-left: 2px solid transparent;
}

.feature-insight-img img {
  border-radius: 10px;
  /* box-shadow: 0px 18px 36px -18px rgba(0, 0, 0, 0.25), 0px 30px 60px -5px rgba(0, 0, 0, 0.25); */
}

.featured-insights-slider-item {
  position: relative;
  box-shadow: 0px 18px 36px -18px rgba(0, 0, 20, 0.25),
    0px 5px 10px -10px rgba(0, 0, 0, 0.25);
}

.featured-insights-slider-item img {
  border-radius: 10px;
}

.featured-insights-slider-content {
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 20px;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .featured-insights-slider-content {
    bottom: 0%;
  }
}

.featured-insights-slider-for ul.slick-dots {
  bottom: -4%;
  left: 0;
  right: 0;
  text-align: left;
  overflow-x: auto;
  position: absolute;
  display: flex;
  /* margin: 0 1.8rem; */
  box-sizing: unset;
}

@media only screen and (max-width: 768px) {
  .featured-insights-slider-for ul.slick-dots {
    bottom: 0%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .featured-insights-slider-for ul.slick-dots {
    width: 86%;
  }

  .featured-insights-slider-for ul.slick-dots::-webkit-scrollbar {
    height: 5px;
  }

  .featured-insights-slider-for ul.slick-dots::-webkit-scrollbar-thumb {
    background-color: #f7f9fb;
  }
}

.featured-insights-slider-for ul.slick-dots li {
  flex: 1;
  padding: 0 10px 10px 10px;
  width: auto;
  height: auto;
  margin: 0;
  color: #ffffff;
  border-right: 1px solid #979797;
  border-top: 1px solid #979797;
}

.featured-insights-slider-for ul.slick-dots li a {
  border: none;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
}

.featured-insights-slider-for ul.slick-dots li:last-child {
  border-right: none;
}

.featured-insights-slider-for ul.slick-dots li.slick-active {
  border-top: 2px solid #fe5f54;
  color: #fff;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .featured-insights-slider-for ul.slick-dots {
    padding: 0 1.8rem;
  }
}

@media only screen and (max-width: 992px) {
  .featured-insights-slider-for ul.slick-dots {
    white-space: nowrap;
  }
}

.featured-insights-slider-for.slick-dotted.slick-slider {
  padding-bottom: 100px;
}

/* anim* */

@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .featured-insights-slider-item:hover .featured-insights-slider-content {
    height: 150px;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
  }
}

@media only screen and (min-width: 1401px) {
  .featured-insights-slider-item:hover .featured-insights-slider-content {
    height: 190px;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
  }
}

@media only screen and (min-width: 992px) {
  .feature-insight-btn {
    position: absolute;
    left: 3%;
    right: 0;
    bottom: 0px;
    margin: 0;
    padding: 0;
    opacity: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}

@media only screen and (min-width: 992px) {
  .featured-insights-slider-item:hover .feature-insight-btn {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}

/* image icon added */

.feature-insight-img {
  position: relative;
}

.feature-insight-img .icon-image {
  position: absolute;
  top: 20px;
  left: 20px;
}

@media only screen and (max-width: 768px) {
  .feature-insight-img .icon-image {
    top: 5px;
    left: 20px;
  }
}

/* how do we do start */
.how-do-we-do {
  background-color: #f7f9fb;
}

.how-do-we-do-col {
  position: relative;
  box-shadow: 0px 18px 36px -18px rgba(0, 0, 0, 0.25),
    0px 30px 60px -5px rgba(0, 0, 0, 0.25);
}

.how-do-we-do-col::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
  border-radius: 10px;
}

.how-do-we-do img {
  position: relative;
  border-radius: 10px;
  box-shadow: 0px 18px 36px -18px rgba(0, 0, 0, 0.25),
    0px 30px 60px -5px rgba(0, 0, 0, 0.25);
}

.how-do-we-do-content h3 {
  font-weight: 600;
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 992px) {
  .how-do-we-do-content h3 {
    padding: 0 30px;
  }
}

.how-do-we-do-content {
  position: absolute;
  bottom: 4%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 10px 40px;
  z-index: 2;
}

.how-do-we-do-tag {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 100%;
  z-index: 2;
}

.how-do-we-do-tag h6 {
  font-weight: 400;
  color: #fff;
}

.how-do-we-do-col {
  position: relative;
  overflow: hidden !important;
  border-radius: 10px;
}

.how-do-we-do-col .how-do-we-do-col-img {
  overflow: hidden !important;
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .how-do-we-do-col img {
    transition: transform 0.3s;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .how-do-we-do-btn {
    padding: 10px;
    display: none;
    opacity: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
}

@media screen and (min-width: 768px) {
  .how-do-we-do-col:hover .how-do-we-do-btn {
    display: block;
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
}

@media screen and (min-width: 768px) {
  .how-do-we-do-col:hover .how-do-we-do-col-img img {
    transform: scale(1.1);
    border-radius: 10px;
  }
}

.how-do-we-do-content .rsystems-btn-trans {
  border-width: 1px !important;
}

/* your business start*/

.your-business-content {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0;
}

.your-business-content h5,
.your-business-content p {
  color: #fff;
}

.your-business-content p {
  margin-bottom: 0;
}

/* @media screen and (max-width: 992px) {
  .your-business-content .rsystems-btn {
    color: #fff;
    background-color: #4a20f5;
    border: 2px solid #fff;
  }
} */

/* Add the following CSS to zoom the image on hover */

.your-business-item {
  position: relative;
  overflow: hidden !important;
  border-radius: 10px;
}

@media screen and (min-width: 992px) {
  .your-business-item {
    box-shadow: 0px 18px 36px -18px rgba(0, 0, 0, 0.3),
      0px 30px 60px -5px rgba(50, 50, 93, 0.25);
  }
}

.your-business-item .your-business-img {
  overflow: hidden !important;
  border-radius: 10px;
}

.your-business-item img {
  transition: transform 0.3s;
  width: 100%;
  /*transition: all .5s;*/
}

.your-business-item:hover .your-business-img img {
  transform: scale(1.1);
  border-radius: 10px;
}

/*----------------------------------------------service page start------------------------------------------------*/

/*service banner start*/

#service-banner {
  overflow: hidden;
  height: 100vh;
}

.services-banner-item {
  position: relative;
}

.services-banner-content {
  position: absolute;
  bottom: 10%;
  left: 0%;
  padding: 0.75rem;
}

@media screen and (min-width: 992px) {
  .services-banner-content {
    bottom: 20% !important;
  }
}

.service-banner-slider .slick-dots {
  bottom: 20px;
  padding: 0.75rem 0.75rem 0.75rem 2rem;
  text-align: center;
}

/* @media screen and (min-width: 768px) and (max-width: 992px) {
  .service-banner-slider .slick-dots {
    left: 3%;
  }
}

@media screen and (min-width: 992px)and (max-width: 1400px) {
  .service-banner-slider .slick-dots {
    left: 8%;
  }
}

@media screen and (min-width: 1400px) {
  .service-banner-slider .slick-dots {
    left: 16%;
  }
} */

.service-banner-slider .slick-dots li {
  background-color: #fff;
  width: 30px;
  height: 4px;
}

.service-banner-slider .slick-dots li.slick-active {
  background-color: #fe5f54;
}

.services-banner-item img {
  max-height: 100%;
  width: auto;
  height: auto !important;
}

.services-banner-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
}

/*industry segment start*/

#industry-segment,
#industry-segment .card {
  background-color: #f7f9fb;
}

.industry-card-title {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 20px;
  font-weight: 600;
  margin: 0;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5858718487394958) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5858718487394958) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5858718487394958) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#ffffff", GradientType=1);
}

/*--our team start*/
#our-team {
  background-color: #f7f9fb;
}

.our-team-card {
  position: relative;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  border: none;
  box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.3),
    0px 4px 14px 0px rgba(50, 50, 93, 0.25);
  margin: 10px !important;
}

.our-team-card h6 {
  text-transform: unset;
}

.our-team-card .la {
  font-size: 20px;
  color: #4a20f5;
}

@media screen and (min-width: 768px) {
  .our-team-img {
    height: auto;
    overflow: hidden;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
    border-radius: 10px;
  }
}

@media screen and (min-width: 768px) {
  .our-team-img img {
    width: 100%;
    display: block;
    border-radius: 10px;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  }
}

/*
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .our-team-card:hover .our-team-img {
    height: 250px;
    border-radius: 10px;
  }
}


@media screen and (min-width: 992px) {
  .our-team-card:hover .our-team-img {
    height: 185px;
    border-radius: 10px;
  }
}


@media screen and (min-width: 768px) {
  .our-team-card:hover .our-team-img img {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
*/
@media screen and (min-width: 768px) {
  .our-team-card .card-body {
    /*position: relative;*/
    height: auto;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
    padding: 0px 0 0 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}

/*@media screen and (min-width: 768px) {
  .our-team-card:hover .card-body {
    height: 85px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    padding-top: 5px;
  }
}*/

@media screen and (min-width: 1200px) {
  .our-team-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}

@media screen and (min-width: 1200px) {
  .our-team-card:hover .our-team-btn {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}

/* arrow */

.our-team-slider .slick-prev:before,
.our-team-slider .slick-next:before {
  font-size: 0;
}

.our-team-slider .slick-prev,
.our-team-slider .slick-next {
  top: unset;
  bottom: -12%;
  width: 40px;
  height: 40px;
}

.our-team-slider .slick-next {
  right: unset;
  left: 15%;
}

.our-team-slider .slick-prev {
  left: 3%;
  right: unset;
}

@media screen and (min-width: 768px) {
  .our-team-slider .slick-prev,
  .our-team-slider .slick-next {
    bottom: 100%;
    width: 40px;
    height: 40px;
  }
}

@media screen and (min-width: 768px) {
  .our-team-slider .slick-next {
    right: 5%;
    left: unset;
  }
}

@media screen and (min-width: 768px) {
  .our-team-slider .slick-prev {
    left: unset;
    right: 10%;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .our-team-slider .slick-prev {
    right: 12%;
  }
}

.fc-our-team-slider .card {
  min-height: 400px;
}

@media screen and (max-width: 768px) {
  .fc-our-team-slider .card {
    min-height: 450px;
  }
}

.fc-our-team-slider h6 {
  color: #4a20f5;
}

/*latest insight start*/
.latest-insight-slider .card-body,
.latest-insight-slider p {
  margin-bottom: 0;
}

.latest-insight-slider .slick-prev:before,
.latest-insight-slider .slick-next:before {
  font-size: 0;
}

.latest-insight-slider .slick-prev,
  .latest-insight-slider .slick-next {
    top: -15px;
    bottom: unset;
    width: 40px;
    height: 40px;
  }

@media (min-width: 992px) {
  .latest-insight-slider .slick-prev,
  .latest-insight-slider .slick-next {
    bottom: -40%;
  }
}

.latest-insight-slider .slick-next {
  left: unset;
    right: 2%;
}

.latest-insight-slider .slick-prev {
  left: unset;
  right: 11%;
}
.latest-insights .d-md-none .pt-5  {
  padding-top: 0rem !important;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .latest-insight-slider .slick-prev, .latest-insight-slider .slick-next {
   top: -15px;
    bottom: unset;
    width: 40px;
    height: 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .latest-insight-slider .slick-next {
    left: unset;
    right: 2%;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .latest-insight-slider .slick-prev {
   left: unset;
        right: 11%;
  
  }
} 
@media screen and (min-width: 992px) {
  .latest-insight-slider .slick-prev,
  .latest-insight-slider .slick-next {
    top: -15px;
    bottom: unset;
    width: 40px;
    height: 40px;
  }
}

@media screen and (min-width: 992px) {
  .latest-insight-slider .slick-next {
    right: 5%;
    left: unset;
  }
}

@media screen and (min-width: 992px) {
  .latest-insight-slider .slick-prev {
    left: unset;
    right: 10%;
  }
}

.latest-insight-slider .slick-list {
  padding: 0 10% 0 0;
}

.latest-insight-slider .slick-slide {
  padding: 10px;
}

/* awards and  recognitions start */

.awards-recognitions {
  background-color: #11054c;
}

.awards-recognitions-slider .slick-dots {
  top: 100%;
  left: 0%;
  padding: 0;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  .awards-recognitions-slider .slick-dots {
    top: 110%;
  }
}
.awards-recognitions-slider .slick-dots li {
  background-color: #fff;
  width: 30px;
  height: 4px;
}

.awards-recognitions-slider .slick-dots li.slick-active {
  background-color: #fe5f54;
}

@media screen and (min-width: 768px) {
  .awards-recognitions-slider .slick-list {
    padding: 0 20% 0 0;
  }

  .awards-recognitions-slider.csr-award .slick-list {
    padding: 0 0 0 0 !important;
  }
}

.awards-recognitions-slider .slick-slide {
  padding: 15px;
}

/** rsystems advantages start**/
.rsystems-advantages {
  background-color: #f7f9fb;
}

.rsystems-advantages .card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 8px 16px -8px rgba(0, 0, 0, 0.3),
    0px 20px 32px -5px rgba(50, 50, 93, 0.25);
  margin: 20px 0;
}

.rsystems-advantages .card img {
  padding-bottom: 10px;
}

/*** success stories start */
.success-stories {
  background-color: #4a20f5;
  position: relative;
}

@media screen and (min-width: 992px) {
  .success-stories .col-12,
  .success-stories .success-stories-slider {
    z-index: 2;
  }
}

@media screen and (min-width: 992px) {
  .success-stories::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    background-color: #fff;
    z-index: 1;
  }
}

.success-stories-slider .slick-dots {
  bottom: -6%;
  left: 1%;
  width: auto;
}

@media screen and (min-width: 992px) {
  .success-stories-slider .slick-dots {
    left: 51%;
    bottom: -2%;
  }
}

.success-stories-slider .slick-dots li {
  background-color: #fff;
  width: 30px;
  height: 4px;
}

.success-stories-slider .slick-dots li.slick-active {
  background-color: #fe5f54;
}

/*product and solution start*/
.product-solution-nav li {
  border-left: 2px solid rgba(169, 169, 169, 0.8);
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 10px;
  cursor: pointer;
}

.product-solution-nav li.active {
  border-left: 2px solid #fe5f54;
  color: #4a20f5;
}

.product-solution-nav {
  height: 325px;
  overflow-x: hidden;
  overflow-y: auto;
}

.product-solution-nav::-webkit-scrollbar {
  width: 4px;
}

.product-solution-nav::-webkit-scrollbar-track {
  background: transparent;
}

.product-solution-nav::-webkit-scrollbar-thumb {
  background-color: #4a20f5;
  border: transparent;
}

/* service accordian section start */

#service-accordian {
  background-color: #f7f9fb;
}

.service-accordian {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0px 11px 30px -6px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

.service-accordian .accordion-button {
  font-weight: 600;
  font-size: 1.2rem;
}

.service-accordian .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  color: #4a20f5;
  border: none;
  padding-bottom: 0;
}

.service-accordian .accordion-item {
  border: none;
  border-bottom: 1px solid rgba(169, 169, 169, 0.8);
  border-radius: 0;
}

.service-accordian .accordion-button::after {
  width: auto;
  height: auto;
  content: "+";
  font-size: 40px;
  background-image: none;
  font-weight: 100;
  color: #4a20f5;
  transform: translateY(-4px);
}

.service-accordian .accordion-button:not(.collapsed)::after {
  width: auto;
  height: auto;
  background-image: none;
  content: "-";
  font-size: 48px;
  transform: translate(-5px, -4px);
  transform: rotate(0deg);
}

.service-offering-heading {
  font-weight: 600;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

/* our offering section start*/
.our-offering-services {
  background-color: #f7f9fb;
}

.our-offering-services-card {
  padding: 10px;
  box-shadow: 0px 8px 16px -8px rgba(0, 0, 0, 0.3),
    0px 20px 32px -5px rgba(50, 50, 93, 0.25);
  border: none;
}

.our-offering-heading-div {
  height: auto;
  overflow: hidden;
  -webkit-transition: height 0.5s;
  transition: 0.5s;
}

.our-offering-heading {
  font-size: 1.2rem;
  -webkit-transition: font-size 0.5s, -webkit-transform 0.5s;
  transition: font-size 0.5s, -webkit-transform 0.5s;
  transition: font-size 0.5s, transform 0.5s;
  transition: font-size 0.5s, transform 0.5s, -webkit-transform 0.5s;
  border-left: 2px solid #fe5f54;
  padding-left: 10px;
  font-weight: 600;
}

.our-offering-services-card:hover .our-offering-heading-div {
    transform: translate(-12px, 0px);
    transition: 0.5s;
}

.our-offering-services-card:hover
  .our-offering-heading-div
  .our-offering-heading {
  transform: scale(0.9);
  color: #4a20f5;
}

/* .our-offering-services-card .card-body {
  position: relative;
  height: 180px;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  padding: 20px 0 0 0;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.our-offering-services-card:hover .card-body {
  height: 180px;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  padding: 10px;
}*/

.our-offering-content {
  font-size: 14px;
  padding-top: 10px;
  /* position: absolute;
  left: 0;
  right: 0;
  top: 80px;
  margin: 0;
  padding: 0;
  opacity: 0;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; */
}

/*
@media screen and (max-width: 768px) {
  .our-offering-content {
    opacity: 1;
  }
}

.our-offering-services-card:hover .our-offering-content {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.our-offering-services-card .our-offering-btn {
  position: absolute;
  bottom: 2px;
  right: 2px;
} */

/*servces our solution tab section start*/

.our-solution-tab {
  background-color: #11054c;
}

.our-solution-tab p,
.our-solution-tab h2,
.our-solution-tab h5,
.our-solution-tab h3 {
  color: #fff;
}

.our-solution-tab .nav-link,
.our-solution-tab-content p {
  font-size: 0.875rem;
  color: #fff;
}

.our-solution-tab .nav-link.active {
  background-color: #fe5f54;
  border-radius: 20px;
  padding: 0.2rem 0.5rem;
}

.our-solution-tab-content {
  border-left: 4px solid #fe5f54;
  padding-left: 10px;
}

.our-solution-tab-title {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

/* tab animation added */

.servie-tab .tab-content {
  position: relative;
}

.moveFromLeft {
  animation-name: moveFromLeft;
  animation-duration: 0.5s;
}

@keyframes moveFromLeft {
  from {
    transform: translateX(-100px);
  }
}

.moveFromRight {
  animation-name: moveFromRight;
  animation-duration: 0.5s;
}

@keyframes moveFromRight {
  from {
    transform: translateX(100px);
  }
}

.our-solution-tab .servie-tab {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  display: block;
}

.our-solution-tab .servie-tab li.nav-item {
  display: inline-block;
  margin-right: 10px;
}

/*  real life success stories video section start */
.success-stories-video-slider .slick-dots {
  bottom: -12%;
  left: 0%;
  padding: 0.75rem;
  transform: translateY(-50%);
}

@media screen and (min-width: 992px) and (max-width: 1400px) {
  .success-stories-video-slider .slick-dots {
    bottom: -20%;
    left: 4%;
  }
}

@media screen and (min-width: 1400px) {
  .success-stories-video-slider .slick-dots {
    bottom: -20%;
    left: 4%;
  }
}

.success-stories-video-slider .slick-dots li {
  background-color: #fff;
  width: 30px;
  height: 4px;
}

.success-stories-video-slider .slick-dots li.slick-active {
  background-color: #fe5f54;
}

.real-life-icon {
  background-color: #fff;
  padding: 10px;
  margin: 5px 0;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.yt-video {
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  background: #dedede;
  position: relative;
  overflow: hidden;
}

.yt-video .clickable img,
.yt-video .clickable a {
  cursor: pointer;
}

/*----------------------------------------contact us section strat-------------------------------------------------*/

/* contact us banner start*/
.contact-us-banner {
  background-color: #f7f9fb;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 12px;
  padding-right: 12px;
}

.contact-us-banner-content {
  position: absolute;
  top: 50%;
  left: 0;
}

.contact-us-form {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 3px 7px -3px rgba(0, 0, 0, 0.3),
    0px 12px 6px -2px rgba(50, 50, 93, 0.08);
}

.contact-us-form .form-control input,
.contact-us-form .form-control,
.contact-us-form .form-select {
  font-size: 0.875rem !important;
  color: #425466;
}

.contact-us-form input::-webkit-input-placeholder {
  color: #425466;
}

.contact-us-form input:-moz-placeholder {
  color: #425466;
}

.contact-us-form input::-moz-placeholder {
  color: #425466;
}

.contact-us-form input:-ms-input-placeholder {
  color: #425466;
}

.contact-us-form input::-ms-input-placeholder {
  color: #425466;
}

.contact-us-form input::placeholder {
  color: #425466;
}

.contact-us-form .form-control,
.contact-us-form .form-select {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(169, 169, 169, 0.8);
  color: #425466;
}

.contact-us-form .form-select {
  background-image: url("../png/orange-drodown-arrow.png");
  background-size: inherit;
}

.contact-us-right-element {
  padding: 1rem;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 3px 7px -3px rgba(0, 0, 0, 0.3),
    0px 12px 6px -2px rgba(50, 50, 93, 0.08);
}

@media screen and (min-width: 992px) {
  .contact-us-right-element {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 1rem;
  }
}

@media screen and (max-width: 992px) {
  .contact-us-right-element {
    margin: 5px 0;
  }
}

@media screen and (max-width: 992px) {
  .contact-us-social-content {
    text-align: right;
  }
}

.contact-us-right-img {
  display: flex;
  align-items: center;
}

.contact-us-right-img h6,
.contact-us-right-img p {
  margin-bottom: 0;
}

.contact-us-right-element a {
  text-decoration: none;
}

.contact-us-right-element a i {
  padding-left: 10px;
}

.contact-us-right-element li i {
  color: #425466;
  font-size: 20px;
  padding: 5px;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.contact-us-social-content {
  flex-shrink: 0;
}

/*contact us tab section start*/
.contact-us-tab i {
  color: #4a20f5;
}

.contact-us-tab .nav-link {
  color: #425466;
  font-weight: 500;
}

.contact-us-tab .nav-link.active {
  background-color: transparent;
  color: #fe5f54;
  border-bottom: 2px solid #fe5f54;
  border-radius: 0;
}

.contact-us-tab p {
  font-size: 14px;
}

.contact-us-tab .border-bottom {
  border-bottom: 2px solid #a9a9a9cc;
}

.contact-us-tab .card {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 3px 7px -3px rgba(0, 0, 0, 0.3),
    0px 12px 6px -2px rgba(50, 50, 93, 0.08);
  border: none;
}

/*about us page css start*/
@media screen and (min-width: 768px) {
  .about-us-left-content {
    border-right: 2px solid #fe5f54;
  }
}

.about-us-left-content h5 {
  color: #4a20f5;
  font-weight: 600;
}

/* our values */

.our-values h5 {
  color: #fff;
}

#our-values .row:last-child > .col-12.py-3:last-child {
  padding-bottom: 0 !important;
}

#our-values .row:last-child > .col-12.py-3:last-child > p:last-child {
  margin-bottom: 0 !important;
}

/* about-us banner-start */

#about-us-banner {
  overflow: hidden;
}

.about-us-banner-item {
  position: relative;
}

.about-us-banner-item-content {
  position: absolute;
  bottom: 15%;
  left: 0%;
  padding: 0.75rem;
}

.about-us-banner-item img {
  max-height: 100%;
  width: auto;
  height: auto !important;
}

.about-us-banner-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
}

/* the rsystem way start */

.the-rsystem-way p,
.the-rsystem-way h5 {
  color: #fff;
}

.the-rsystem-way p {
  font-size: 12px;
}

.the-rsystem-way img {
  box-shadow: 0px 18px 36px -18px rgba(0, 0, 0, 0.25),
    0px 30px 60px -5px rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 1200px) {
  .rsystem-top-left,
  .rsystem-top-right,
  .rsystem-bottom-left,
  .rsystem-bottom-right {
    position: absolute;
    padding-left: 10px;
    border-left: 2px solid #fe5f54;
    width: 25%;
  }
}

@media screen and (min-width: 1200px) {
  .rsystem-top-left {
    top: 15%;
    left: 5%;
  }
}

@media screen and (min-width: 1200px) {
  .rsystem-top-right {
    top: 15%;
    right: 5%;
  }
}

@media screen and (min-width: 1200px) {
  .rsystem-bottom-left {
    top: 50%;
    left: 5%;
  }
}

@media screen and (min-width: 1200px) {
  .rsystem-bottom-right {
    top: 50%;
    right: 5%;
  }
}

.rsystem-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .rsystem-center {
    top: 10%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .rsystem-center {
    top: 25%;
  }
}

@media screen and (max-width: 1200px) {
  .rsystem-top-left,
  .rsystem-top-right,
  .rsystem-bottom-left,
  .rsystem-bottom-right {
    padding: 15px 10px;
  }
}

@media screen and (max-width: 1200px) {
  .the-rsystem-way p,
  .the-rsystem-way h5 {
    color: #425466;
  }
}

@media screen and (max-width: 1200px) {
  .the-rsystem-way p {
    font-size: 1rem;
  }
}

/* culture-pillars section start */

.culture-pillars {
  background-color: #f7f9fb;
}

.culture-pillars .industry-card-title {
  text-align: center;
}

.culture-pillars .card img {
  box-shadow: 0px 9px 10px -36px rgba(0, 0, 0, 0.25),
    0px 15px 10px -10px rgba(0, 0, 0, 0.25);
}

.culture-pillars .how-do-we-do-col {
  box-shadow: none;
}

.culture-pillars .latest-insight-slider .slick-prev,
.culture-pillars .latest-insight-slider .slick-next {
  bottom: -15%;
}

/* about our team */

.about-our-team {
  background-color: #f7f9fb;
}

.about-our-team .our-team-card .card-body {
  padding-top: 10px;
}

.about-our-team .contact-us-tab p {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .about-our-team .our-team-card:hover .card-body {
    height: 115px;
  }
}

/* about us your business */

.about-us-your-business {
  background-image: url(../jpg/contact3860.jpg?v=1);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0px 18px 18px -18px rgba(0, 0, 0, 0.25),
    0px 30px 30px -5px rgba(0, 0, 0, 0.25);
}

.about-us-form .form-control input,
.about-us-form .form-control,
.about-us-form .form-select {
  font-size: 0.875rem !important;
  color: #fff;
  background-color: transparent;
  box-shadow: none;
}

.about-us-form select option {
  background: #11054c;
  color: #fff;
}

.about-us-form .form-check-label {
  font-size: 12px !important;
  color: #fff;
}

.about-us-form input::-webkit-input-placeholder,
.about-us-form textarea::-webkit-input-placeholder {
  color: #fff;
}

.about-us-form input:-moz-placeholder,
.about-us-form textarea:-moz-placeholder {
  color: #fff;
}

.about-us-form input::-moz-placeholder,
.about-us-form textarea::-moz-placeholder {
  color: #fff;
}

.about-us-form input:-ms-input-placeholder,
.about-us-form textarea:-ms-input-placeholder {
  color: #fff;
}

.about-us-form input::-ms-input-placeholder,
.about-us-form textarea::-ms-input-placeholder {
  color: #fff;
}

.about-us-form input::placeholder,
.about-us-form textarea::placeholder {
  color: #fff;
}

.about-us-form .form-control,
.about-us-form .form-select {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(169, 169, 169, 0.8);
  color: #fff;
}

.about-us-form .form-select {
  background-image: url("../svg/form_select_arrow_down.svg") !important;
  background-size: inherit;
}

@media screen and (max-width: 991px) {
  .dropdown-item {
    white-space: unset;
  }
}

.dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}

#product-solution .product-solution-para p:last-child {
  margin-bottom: 0;
}

.wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 0.875rem;
  color: #425466;
}

.wpcf7-acceptance .wpcf7-list-item-label a,
.wpcf7-acceptance .wpcf7-list-item-label a:visited,
.wpcf7-acceptance .wpcf7-list-item-label a:hover,
.wpcf7-acceptance .wpcf7-list-item-label a:active,
.wpcf7-acceptance .wpcf7-list-item-label a:focus {
  color: #425466;
}

div.wpcf7 .wpcf7-submit:disabled {
  background-color: transparent !important;
  border: 1px solid #11054c3b !important;
  color: #11054c !important;
}

/*media query for mobile landscape*/
@media only screen and (min-device-width: 480px) and (max-device-width: 640px) and (orientation: landscape) {
  .home-banner-content h1 {
    font-size: 1.5rem !important;
  }

  .home-banner-content p {
    font-size: 0.875rem;
    padding-bottom: 0 !important;
  }
}

.slick-disabled {
  cursor: auto !important;
}

@media screen and (min-width: 992px) {
  .home-banner-for .home-slider-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .home-banner-for .home-slider-item .container {
    z-index: 100;
  }
}

@media screen and (max-width: 768px) {
  .services-banner-content br {
    display: none;
  }
}

.home-banner-for .slick-dots li button:before {
  font-size: 0;
}

.home-banner-for .slick-dots li {
  background-color: #fff;
  width: 30px;
  height: 4px;
}

.home-banner-for .slick-dots li.slick-active {
  background-color: #fe5f54 !important;
}

.home-banner-for .slick-dots {
  bottom: 40px;
  padding: 0.75rem 0.75rem 0.75rem 2rem;
  text-align: center;
}

/* @media screen and (max-width: 768px) {
  .home-banner-for .slick-dots {
    padding: 0.75rem 0.75rem 0.75rem 1rem;
  }
}
@media screen and (min-width: 992px) {
  .home-banner-for .slick-dots {
    left: 6%;
  }
}

@media screen and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .home-banner-for .slick-dots {
    left: 3%;
  }
}

@media screen and (device-width: 820px) and (device-height: 1180px) and (orientation: portrait) {
  .home-banner-for .slick-dots {
    left: 3%;
  }
}

@media screen and (device-width: 1024px) and (device-height: 1366px) and (orientation: portrait) {
  .home-banner-for .slick-dots {
    left: 2% !important;
  }
}
 */

#home-banner-height,
#home-slider-item-height {
  height: 100vh;
}

@media (max-width: 768px) {
  #home-slider-item-height {
    height: 85vh;
  }
}
/* iPad Portrait */
/*
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {

  #home-banner-height,
  #home-slider-item-height {
    height: 50vh !important;
  }
}*/

/*csr page start*/

.bg-rsystem {
  background-color: #11054c;
}

@media screen and (min-width: 992px) {
  .csr-banner::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 130px;
    background-color: #fff;
    z-index: 1;
  }
}

.csr-banner .banner-img,
#csr-stories img {
  box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 992px) {
  .csr-banner .col-12 {
    z-index: 2;
  }
}

@media screen and (min-width: 992px) {
  #csr-stories.success-stories::before {
    height: 140px;
  }
}

/* .csr-team .our-team-card {
  height: 330px;
} */

.csr-tab .nav-item .nav-link {
  color: #425466;
  font-size: 1.1rem;
}

.csr-tab ul {
  overflow-x: auto;
  white-space: nowrap;
  display: block;
}

.csr-tab ul li {
  position: relative;
  display: inline-block;
}

@media screen and (min-width: 992px) {
  .csr-banner .success-stories-video-slider .slick-dots {
    bottom: 0%;
    left: 4%;
  }

  .csr-banner.csr-banner-right {
    bottom: 0% !important;
    text-align: center !important;
  }

  .success-stories-video-slider.success-stories-video-slider-adb .slick-dots {
    bottom: -20%;
    padding-left: 0 !important;
  }
}

.invester-address,
.invester-unlocking,
.invester-banner {
  background-color: #f7f9fb;
}

.invester-address-content,
.invester-unlocking .card {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  -webkit-box-shadow: 0px 11px 30px -6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 11px 30px -6px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 11px 30px -6px rgba(0, 0, 0, 0.25);
}

.invester-unlocking > div a {
  color: #425466;
  text-decoration: none;
}

.invester-unlocking > div a:hover,
.invester-unlocking > div a:active {
  color: #4a20f5;
  font-weight: 600;
}

#invester-unlocking .invester-unlocking > div {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  border-left: 2px solid #fe5f54;
  padding-left: 10px;
}

.invester-unlocking h6 {
  font-weight: 600;
  text-transform: capitalize;
}

@media screen and (min-width: 992px) {
  .invester.success-stories::before {
    background-color: #f7f9fb !important;
  }
}

.invester-unlocking .card.stock-watch {
  background-color: #425466;
}

.invester-unlocking .down-arrow {
  font-size: 3rem;
}

.invester-links {
  text-decoration: none;
  color: #425466;
}

.invester-unlocking .dropdown-toggle::after {
  color: #fe5f54;
}

.invester-unlocking .dropdown-toggle {
  outline: none;
  box-shadow: none;
  border: 0;
  font-size: 14px;
  color: #425466;
}

.invester-unlocking .dropdown-menu {
  border: 0;
}

.invester-unlocking .dropdown-menu li {
  border-left: 0 !important;
  text-align: center;
}

.invester-unlocking .corporate-list > div {
  margin-bottom: 16px;
}

.corporate-list {
  padding-left: 1rem;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .corporate-list {
    margin-top: 0;
  }
}

#invester-unlocking .service-accordian .accordion-button:not(.collapsed),
#invester-unlocking .service-accordian .accordion-button {
  color: #425466 !important;
  font-weight: 500;
}

.invester-heading {
  font-size: 20px;
  font-weight: 500 !important;
  color: #11054c;
}

/* footer-card */

.footer-card .footer-card-content {
  bottom: 2%;
  padding: 40px 100px 40px 40px;
}

.footer-card h6 {
  font-weight: 400;
}

#certifications .success-stories-video-slider .slick-dots {
  left: 0% !important;
  text-align: left !important;
  transform: none !important;
}

@media (max-width: 768px) {
  #certifications .container .row .col-12:last-child {
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  #industry-banner.csr-banner::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    background-color: #f7f9fb;
    z-index: 1;
  }
}

.fc-factsheet h5 {
  color: #425466;
  font-weight: 600;
  text-transform: capitalize;
}

.fc-factsheet .card-body h5 {
  font-size: 1rem;
}

.fc-factsheet hr {
  background-color: #a9a9a9;
}

.fc-factsheet .acquisitions a {
  color: #425466;
  font-size: 1rem;
}

@media screen and (min-width: 1400px) {
  #real-life-success-new .success-stories-video-slider .slick-dots {
    text-align: left !important;
    left: 0%;
  }
}

#real-life-success-new
  .real-life-success-slider
  > .col-12:last-child
  .col-12.py-3:last-child {
  padding-bottom: 0 !important;
}

#real-life-success-new
  .real-life-success-slider
  > .col-12:last-child
  .col-12.py-3:last-child
  > p:last-child {
  margin-bottom: 0 !important;
}
.fc-factsheet li {
  color: #425466 !important;
}

@media screen and (min-width: 992px) {
  .breadcrumb-setting {
    /* border-bottom: 1px solid rgba(169, 169, 169, 0.80); */
    padding-top: 80px;
  }
}

.footer-card h6,
.footer-card h3 {
  text-transform: capitalize;
}

@media screen and (min-width: 992px) {
  .industry-2-banner-content {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
  }

  .industry-2-banner-image img {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
  }
}

@media screen and (min-width: 992px) and (max-width: 1400px) {
  .success-stories-video-slider .slick-dots {
    bottom: -20%;
    left: 4%;
  }
}

.latest-insights-slider-number .slick-prev:before,
.latest-insights-slider-number .slick-next:before,
.success-stories-video-slider-number .slick-prev:before,
.success-stories-video-slider-number .slick-next:before {
  font-size: 0;
}

.latest-insights-slider-number .slick-prev,
.latest-insights-slider-number .slick-next,
.success-stories-video-slider-number .slick-prev,
.success-stories-video-slider-number .slick-next {
  width: 40px;
  height: 40px;
  bottom: -8%;
  top: unset;
  z-index: 9999999;
}

.latest-insights-slider-number .slick-next,
.success-stories-video-slider-number .slick-next {
  right: unset;
  left: 61%;
}

.latest-insights-slider-number .slick-prev,
.success-stories-video-slider-number .slick-prev {
  left: 52%;
  right: unset;
}

.latest-insights-slider-number .slider__counter,
.success-stories-video-slider-number .slider__counter {
  position: absolute;
  left: 57%;
  bottom: 0%;
  color: #fff;
}

@media screen and (max-width: 992px) {
  .latest-insights-slider-number .slick-next,
  .success-stories-video-slider-number .slick-next {
    left: 25%;
  }

  .latest-insights-slider-number .slick-prev,
  .success-stories-video-slider-number .slick-prev {
    left: 2%;
  }

  .latest-insights-slider-number .slider__counter,
  .success-stories-video-slider-number .slider__counter {
    left: 15%;
    bottom: -4%;
  }
}

.latest-insights-slider-number .slick-prev img {
  transform: rotate(180deg);
}

.latest-insights-slider-number .slider__counter {
  color: #425466;
}

.latest-insights-slider-number .slick-prev,
.latest-insights-slider-number .slick-next {
  bottom: 0;
}

.latest-insights-slider-number .slider__counter {
  bottom: 7%;
}

@media (max-width: 768px) {
  .latest-insights-slider-number .slick-prev,
  .latest-insights-slider-number .slick-next {
    bottom: -10%;
  }

  .latest-insights-slider-number .slider__counter {
    bottom: -6% !important;
  }
}

/* For tablets: */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  /* Your CSS styles for tablets go here */
  .latest-insights-slider-number .slider__counter {
    bottom: 3%;
  }

  .latest-insights-slider-number .slick-prev,
  .latest-insights-slider-number .slick-next {
    bottom: -5%;
  }

  .latest-insights-slider-wrapper {
    margin-botttom: 0;
  }
}

@media (min-width: 768px) and (max-width: 1224px) and (orientation: landscape) {
  .latest-insights-slider-number .slick-prev,
  .latest-insights-slider-number .slick-next {
    bottom: -75px;
  }

  .latest-insights-slider-number .slider__counter {
    bottom: -15%;
  }
}

.fc-video p,
.fc-video li {
  font-size: 14px;
  color: #425466;
}

.tag-btn {
  padding: 8px 15px 8px 15px;
  border-radius: 66px;
  border: 1px solid #c4c4c4;
  background-color: transparent;
  color: #103f68 !important;
  font-weight: 500 !important;
}

.tag-btn:hover {
  color: #103f68 !important;
  border: 1px solid #c4c4c4;
}

/* iPad Portrait */

@media screen and (max-width: 992px) {
  .real-life-success-new-focus .success-stories-video-slider .slick-dots {
    text-align: left;
  }

  .footer-card .footer-card-content {
    padding: 25px;
  }

  .breadcrumb-setting {
    padding-top: 60px;
  }
}

.fc-blue-divided-banner li {
  color: #425466;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding-top: 4px;
}
.fc-blue-divided-banner li img {
  padding-right: 10px;
}

/* QC Fixes */
.bg-rsystem h1 {
  font-size: 2.5rem;
}

h2.heading-col-space,
.heading-col-space h2 {
  font-size: 2rem;
}

.values-and-benefits h3 {
  color: #425466;
}

.fc-team-card img:hover {
  height: auto;
}

.rsystems-btn-trans-dark {
  background-color: transparent;
}

.your-business-content h5 {
  text-transform: unset;
}

.csr-banner h2,
.csr-banner p {
  color: #fff;
}

.contact-us-form a {
  color: #fe5f54;
}

.services-banner-content h2 {
  font-size: 2rem;
}

.heading-col-space a {
  color: #fe5f54;
}

.bg-light-blue {
  background-color: #f7f9fb;
}
.gptw-footer-sec h6 {
  color: #fe5f54;
}

@media (min-width: 768px) {
  .top-spacing.desktop {
    margin-top: 3rem;
  }

  .apply-filter.d-active {
    display: block;
  }
}

@media (min-width: 992px) {
  .apply-filter {
    display: none;
  }
}
.fc-card-list > div {
  border-left: 2px solid #fe5f54;
}

.fc-filtered-posts .rsystems_rosegold {
  text-transform: capitalize;
}

.fc-partners-form input[type="submit"]:disabled {
  border: none !important;
}

.people-and-stories .slick-prev,
.people-and-stories .slick-next {
  bottom: 100% !important;
}

.people-and-stories .slick-prev {
  left: 65% !important;
}

.people-and-stories .slick-list img {
  width: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  .people-and-stories .slick-prev {
    left: 70% !important;
  }
}

.people-and-stories .slick-next {
  left: 80% !important;
}

@media (min-width: 992px) {
  .people-and-stories .slick-prev,
  .people-and-stories .slick-next {
    top: -35px !important;
  }
}

/* new css fc */

.fc-cardbody-shadow {
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 11px;
}
.no-border {
  border: none !important;
}
.fc-banner-text {
  padding-bottom: 90px;
}
.fc-rsystem-post-arrow {
  color: #ffffff;
}

.rsystems-footer h5.text-capitalize,
.menu-footer-menu-3-container ul li a {
  font-size: 1rem !important;
  color: #425466;
  font-weight: 600 !important;
}

.privacy-table tr th {
  border-left: none;
  border-top: none;
}

.privacy-table tbody tr td:first-child {
  border-left: none;
}

.quarterly-results .investors-accordion a {
  text-decoration: underline;
}

.invester h6 {
  text-transform: inherit;
}

.fc-light-blue-bg {
  background-color: #f7f9fb;
}

.careers-join-us .cta-links {
  display: flex;
}

.careers-join-us .cta-links > a:first-child {
  border: 1px solid #fff;
  background-color: #fff;
  cursor: pointer;
}

.careers-join-us .cta-links > a:first-child:hover {
  background-color: transparent;
}

.careers-join-us .cta-links > a:last-child {
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  margin-left: 1rem;
}

.careers-join-us .cta-links > a:last-child:hover {
  border: none;
}

.careers-join-us .cta-links > a:first-child i {
  color: #fe5f54;
}
.careers-join-us .cta-links > a:last-child i {
  color: #fff !important;
}

.fc-filter-posts h6 {
  text-transform: inherit;
}

/* .fc-single-post-banner .breadcrumb-item + .breadcrumb-item::before {
  content: "";
} */

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .rs-gallery-slider .slick-prev {
    left: 40%;
  }

  .rs-gallery-slider .slick-next {
    left: 43%;
  }
}

.dropdown.fc-footer-language-switch .dropdown-toggle::after {
  display: none;
}

@media (max-width: 768px) {
  .fc-single-post-banner ol.breadcrumb .breadcrumb-item a {
    display: inline-block;
    width: 340px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.fc-footer-language-switch .dropdown-menu {
  border: 0;
  box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.3),
    0 4px 14px 0 rgba(50, 50, 93, 0.25);
  background-color: #f7f9fb;
}

.fc-footer-language-switch .dropdown-menu li a {
  font-weight: 600;
}

.fc-footer-language-switch .dropdown-menu li:hover a {
  background-color: #fff;
  color: #4a20f5;
}

.corporate-gov .invester-unlocking > div a.rsystems-btn {
  color: #11054c;
  border: 1px solid #11054c3b;
}

/*media query for mobile landscape*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1999px) and (orientation: landscape) {
  .careers-join-us .text-content {
    padding-top: 100px;
  }
}
@media (min-width: 1200px) {
  .careers-join-us .text-content {
    padding-top: 3rem;
  }
}

@media (max-width: 992px) {
  .fc-single-post-banner .breadcrumb li:last-child {
    padding-left: 0;
  }

  .fc-single-post-banner .offset-lg-1 .fc-text-content {
    padding: 20px;
  }

  .fc-single-post-banner .breadcrumb {
    padding: 0 20px;
  }
}

.fc-stock-option ul li a {
  color: #425466;
}

.fc-stock-option ul li a:hover {
  color: #fe5f54;
}

.fc-stock-option h6 {
  color: #11054c;
  font-weight: 600;
  font-size: 19px;
}

@media (min-width: 768px) {
  .corporate-list .fc-stock-option {
    border-right: 1px solid #a9a9a9cc;
  }
  .corporate-list .col-12:last-child .fc-stock-option {
    border: none;
  }
}

.fc-green-up {
  color: #52ea0a;
}

#menu-primary-header-menu > .dropdown-menu.show {
  border-radius: 10px 0 0 10px;
}

.fc-footer-social-links-desc .footer-email a {
  display: flex;
}

.fc-footer-social-links-desc .fc-country img {
  margin: 0 10px 0 2px;
}

#certifications .success-stories-video-slider .slick-dots {
  bottom: -18%;
}

/* CSS code for iPad Portrait */
@media screen and (min-device-width: 768px) and (max-device-width: 1536px) and (orientation: portrait) {
  #certifications .success-stories-video-slider .slick-dots {
    bottom: -24%;
  }
  .fc-footer-social-links-desc .fc-country img {
    margin: 0 8px 0 0px;
  }
}

/* CSS code for iPad Landscape */
@media screen and (min-device-width: 768px) and (max-device-width: 1536px) and (orientation: landscape) {
  #certifications .success-stories-video-slider .slick-dots {
    bottom: -15%;
  }
  .fc-footer-social-links-desc .fc-country img {
    margin: 0 8px 0 0px;
  }
}

@media screen and (min-width: 1200px) {
  /* Your CSS code for desktop devices */
  /* Add your styles here */
  #certifications .success-stories-video-slider .slick-dots {
    bottom: -20%;
  }
}

/* about us history section start */

.history {
  background-color: #11054c;
  padding-bottom: 100px;
}

.milestone-content {
  width: max-content;
}

.milestone-content li {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.milestone-content-heading {
  padding-bottom: 40px;
  border-bottom: 2px solid #a9a9a9;
}

.milestone-image-second {
  opacity: 0.3;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .milestone-image-second {
    position: absolute;
    bottom: 0;
    right: -120px;
    width: 340px;
  }
}

@media screen and (min-width: 992px) {
  .milestone-image-second {
    position: absolute;
    bottom: 0;
    right: -120px;
    width: 425px;
  }
}

.milestone-year {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 5rem;
  opacity: 0.08;
  margin-bottom: 0;
}

.milestone-slider .slick-dots {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  bottom: -120px;
  padding-bottom: 50px;
}

.milestone-slider .slick-dots li {
  position: relative;
  flex-grow: 1;
  text-align: center;
  width: 50%;
  margin-bottom: 1rem;
  height: auto;
}

.milestone-slider .slick-dots li.slick-active ~ li:before {
  height: 0;
  width: 100%;
  bottom: 4px;
  left: 0;
  right: 50%;
  border-top: 2px dotted #a9a9a9;
  z-index: 0;
}

.milestone-slider .slick-dots li.slick-active ~ li:after {
  height: 0;
  width: 100%;
  bottom: 4px;
  left: 0%;
  border-top: 2px dotted #5d6ea2;
  z-index: 0;
  right: auto;
}

.milestone-slider .slick-dots li:before {
  content: "";
  position: absolute;
  height: 0;
  width: 100%;
  bottom: 4px;
  right: 50%;
  border-top: 2px solid #4a20f5;
  z-index: 1;
}

.milestone-slider .slick-dots li:after {
  height: 0;
  width: 100%;
  bottom: 4px;
  left: 0%;
  border-top: 2px dotted #4a20f5;
  z-index: 0;
  content: "";
  position: absolute;
  right: auto;
}

.milestone-slider .slick-dots a {
  z-index: 1;
  padding-bottom: 25px;
  display: block;
  cursor: pointer;
  position: relative;
  text-decoration: none;
}

.milestone-slider .slick-dots li.slick-active ~ li a:before {
  content: "";
  position: absolute;
  background: #fff;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 9999px;
  width: 15px;
  height: 15px;
  /*border: 2px solid #4A20F5;*/
}

.milestone-slider .year span {
  color: #fff;
  font-size: 12px;
  opacity: 0.5;
}

.milestone-slider .slick-active .year span {
  opacity: 1;
}

.milestone-slider .slick-dots li.slick-active a:before {
  bottom: -4px;
  width: 17px;
  height: 17px;
  background: #fff;
  border: 5px solid #fff;
}

.milestone-slider .slick-dots a:before {
  left: 50%;
  transform: translateX(-50%);
  border-radius: 9999px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 9999px;
  width: 10px;
  height: 10px;
  background: #3965dd;
  border: 2px solid #fff;
}

.milestone-slider .slick-dots a:after {
  content: "";
  position: absolute;
}

.milestone-slider .slick-dots li.slick-active:after {
  height: auto;
  width: 100%;
  bottom: 4px;
  left: 0%;
  border-top: 2px dotted #3965dd;
  z-index: 0;
}

.milestone-slider .slick-dots li.slick-active a:after {
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 9999px;
  width: 17px;
  height: 17px;
  border: 2px solid #3965dd;
}

@media screen and (max-width: 768px) {
  .milestone-slider .slick-dots {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .milestone-slider .slick-dots li:after {
    left: 50%;
  }
}

@media screen and (max-width: 768px) {
  .milestone-slider .slick-dots {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    display: block;
  }
}

.milestone-content p.fs-14.text-white {
  display: flex;
}

.milestone-slider .slick-dots li {
  margin: 0;
}

#gooogle_translate select.goog-te-combo:focus-visible,
#google_language_translator select.goog-te-combo {
  border: none !important;
}

#google_language_translator select.goog-te-combo {
  background-color: transparent;
}

#google_language_translator select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  color: #425466 !important;
}

#google_language_translator {
  height: 35px;
}

.fc-mob-language-switch,
.fc-footer-social-links-desc .mb-1:nth-child(2) {
  display: flex;
  align-items: center;
  height: 35px;
}

.history h6 {
  text-transform: unset !important;
}

.fc-investor-news h6 {
  color: #425466;
  font-size: 20px;
  margin-bottom: 0;
}

.fc-investor-news p {
  margin: 20px 0;
  color: #425466;
}

.fc-posts-lists .fc-investor-news {
  margin-bottom: 35px;
  margin-top: 25px;
}

.fc-investor-news-content a {
  color: #fe5f54;
  text-decoration: underline;
}

.fc-investor-news a {
  color: #fe5f54;
}

.fc-investor-news-content span,
.fc-investor-news span {
  font-size: 14px;
  color: #425466;
}

.fc-investor-news-content h4 {
  font-size: 24px;
  color: #425466;
}

.fc-investor-news-content ul li,
.fc-investor-news-content h6 {
  font-size: 16px;
  color: #425466;
}

/* Media query for all iPad devices in portrait orientation */
@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) and (orientation: portrait) {
  /* Your CSS rules for portrait orientation */

  .fc-banner-right-image {
    display: block;
  }

  header .nav-link {
    font-size: 14px;
  }
  .primary-links {
    display: none;
  }
}

/* Media query for all iPad devices in landscape orientation */
@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) and (orientation: landscape) {
  /* Your CSS rules for landscape orientation */

  header .nav-link {
    font-size: 14px;
  }

  .primary-links {
    display: none;
  }
  .opaque-navbar .navbar-collapse,
  .opaque-navbar.opaque .navbar-collapse {
    top: 0 !important;
  }
}

.fc-pagination-links {
  justify-content: center;
}
.fc-pagination-links li > a,
.fc-pagination-links li > span {
  border: none;
  color: #425466;
  font-weight: 600;
  padding-left: 0px;
}

.fc-pagination-links li > span.current {
  color: #4a20f5;
}

.fc-pagination-links .disabled > .page-link {
  background-color: transparent;
  color: #a9a9a9cc;
}

.fc-pagination-links .page-link:focus {
  background-color: transparent;
  outline: 0;
  box-shadow: none;
}

.fc-investor-post {
  border-bottom: 1px solid #a9a9a9cc;
}

.fc-investor-post:last-child {
  border-bottom: none;
}

@media (max-width: 768px) {
  .fc-tablet-banner-img {
    display: none;
  }

  .fc-mob-banner-img img {
    max-height: 150px;
  }
}

@media (min-width: 768px) {
  .fc-mob-banner-img {
    display: none !important;
  }
}

.search-for {
  border-bottom: 1px solid #a9a9a9cc;
}

.fc-alert-info {
  background: none;
  border: none;
  padding-left: 0;
}

.building-community .text-center p,
.about-us h6 {
  color: #fe5f54;
}

.fc-page-short-description {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.fc-page-short-description h2 {
  font-size: 2rem;
}

.fc-partners-form a {
  text-decoration: underline;
}

.selected-option {
  border: 1px solid #333;
  padding: 5px 15px;
  border-radius: 30px;
}

.show-selected-results {
  margin-top: 20px;
  margin-bottom: 30px;
}

.show-selected-results h5 {
  margin-bottom: 0;
  text-transform: capitalize;
}

.link,
.link:hover {
  color: #185aaa !important;
  text-decoration: none;
  border-bottom: 1px solid #185aaa;
  border-radius: 0;
  font-size: 14px;
  padding: 0;
}

.form-check-input:checked + span {
  color: #185aaa !important;
}

.fc-select-dropdown .form-check-input {
  border-color: #7d7d7d;
}

.modal.fade.show {
  z-index: 99999999999;
}

.modal-backdrop.show {
  z-index: 999999999;
}

.fc-partners-form {
  margin-bottom: 40px;
}

/* 404 page styles */
.fc-error-page {
  display: flex;
  justify-content: center;
  align-items: center;
	margin-top: 5rem;
	margin-bottom: 5rem;
}

.wpcf7-acceptance a{
  color: #fe5f54 !important;
  text-decoration: underline;
}

.fc-error-header{
  background-color: #11054c;
}

.fc-error-page h4{
  color: #11054c;
	margin-top: 25px;
	font-weight: 600;
}

.fc-error-page img{
  max-width: 200px;
}

.fc-no-result-found{
  text-align: center;
}

.fc-no-result-found h4{
	color: #11054c;
	font-size: 1.5rem;
	font-weight: 600;
}

.global-dropdown a.dropdown-toggle:hover,
.global-dropdown a.dropdown-toggle{
	color: #425466;
  padding: 0;
  background: none;
  border: none;
}

/* Get in touch card */
.fc-address-card .card-body h4{
  color: #11054c;
  padding-bottom: .5rem!important;
  font-size: 1.125rem;
}

.fc-address-card .card-body p{
  display: flex;
}

/* Collaboration Partners */
.fc-collaboration-partners .heading-col-space h2 {
  font-size: 20px;
  font-weight: 500;
}

.fc-collaboration-partners h4 {
  font-size: 17px;
  font-weight: 600;
  color: #11054c;
}
/* updated by PM */
.fc-collaboration-partners .row {
margin-bottom: 10px;
text-align: center;
}
/*--*/
.fc-collaboration-partners .row:last-child{
  margin-bottom: 0;
}

table tbody td{
  color: #425466 !important;
  font-size: 15px;
}

table thead th{
  vertical-align: middle;
}

table tr th {
  border-left: none;
  border-top: none;
}

/* Privacy policy page content */
.policy-page-content h4{
  color: #425466;
  font-size: 24px;
  font-weight: 500;
}

.policy-page-content p{
  margin-bottom: 25px;
}

.policy-page-content ol li > strong,
.policy-page-content ul li{
  color: #425466;
}

.policy-page-content a{
  color: #fe5f54;
}

table tbody tr td:first-child{
  color: #425466;
  font-size: 20px;
  font-weight: 600;
}

/*--- css updates from-live-optima-ai- Peeyush Misra-----*/

.fc-services-cards .card {
padding: 10px;
box-shadow: 0px 8px 16px -8px rgba(0, 0, 0, 0.3),
0px 20px 32px -5px rgba(50, 50, 93, 0.25);
border: none;
}
.fc-section-wrapper h3 {
font-weight: 600;
padding-left: 1.25rem;
padding-right: 1.25rem;
color: #11054c;
}
.fc-redirect-image img {
border-radius: 16px;
}
.fc-section-heading p{
  font-weight:normal;
}
.fc-services-cards .card:hover h5 {
color: #4a20f5;
}
#system-overview ul li, .fc-services-cards .card ul li {
color: #425466;
font-size: 1rem;
}
.rs-text-content img {
border-radius: 16px;
margin-bottom: 30px;
}
.rs-text-content h4 {
color: #11054c;
font-weight: 600;
margin-bottom: 20px;
}
.fc-services-cards .card .card-link {
font-size: 14px;
color: #fe5f54 !important;
text-decoration: none !important;
}
/*-------*/
/*--- video-popup---*/
.modal-content.border-0.bg-black {
display: block;
width: 100%;
text-align: right;
}
.btn-close.position-relative.left-100.end-0.p-3 {
background-color: #ffffff;
}

/*-----*/

.page-id-31187 .fc-light-green-bg{
  background-color: transparent!important;
}
.page-id-31334 #system-overvier-opposite{
  background-color:#f7f9fb;
}
.page-id-28965 ul li, .page-id-28965 ol li{
  font-size:1rem;
  color:#425466;
}
strong.wp-block-heading{
  font-size:24px;
  font-weight:500;
  margin:20px 0px 10px;
  padding:0px;
  display:block;
}
.contact-us-tab p a {
color: #425466!important;
}
iframe.inframe {
    height: 100%;
  width:100%;
}

/*--- Banner-with-form----*/

 .form-banner-sec .services-banner-item, .form-banner-sec, .form-banner-sec .sservices-banner-conten {
        height: auto!important;
    }

    .form-banner-sec .fc-partners-form {
    min-height: 510px;
    margin-top: 105px;
    height:auto;
}
