:root {
  --sesat-green: #60bb52;
  --sesat-blue: #434f9f;
  --cyone-blue: #14d9fc;
  --cyone-blue-hover: #004ca4;
  --footer-bg-blue: #010c44;
}

@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+Telugu:wght@100..900&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 {
  font-family: "Poppins", sans-serif;
  color: #616161;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
}

main {
  min-height: 100vh;
}

.client-logos-wrapper {
  background-color: #f7f9fb;
  padding-top: 20px;
}
.client-carousel-heading {
  font-size: 38px;
}
@media only screen and (max-width: 600px) {
  .client-carousel-heading {
    font-size: 24px;
    font-weight: 600 !important;
    margin-top: 0px;
  }
}
.carousel {
  padding: 10px 0px;
  width: 100%;
}
.carousel-inner {
  padding: 0px 10px;
}
@media only screen and (max-width: 600px) {
  .carousel-inner {
    padding: 0px 2px;
  }
}
.carousel-item {
  width: 100%;
  max-height: 100px;
  box-shadow: 5px 10px 15px 0px rgba(0, 0, 0, 0.1);
}
.carousel-item .d-block {
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .carousel-item .d-block {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .slider-shape-inner3 {
    display: none;
  }
}

.heading-2-blue {
  font-weight: 500;
  color: #000e52;
}

.xtraer-product-image-product-page {
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .xtraer-product-image-product-page {
    width: 100%;
  }
}
.product-page-bg {
  background-image: url(./../images/backgrounds/software_pattern__.png);
  background-repeat: no-repeat;
}
.product-page-widget-xtraer {
  padding: 20px 15px 20px 15px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: #f5f5f5;
  border-radius: 5px 5px 5px 5px;
  margin-bottom: 20px;
  background-color: #fff;
}
.product-page-wdiget-header-xtraer {
  padding: 0px 0px 15px 0px;
  color: #6a56a6;
  font-family: "Poppins", poppins;
  font-size: 22px;
  font-weight: 500;
  line-height: 36px;
}
.second-section-heading {
  font-size: 38px;
  color: #2f6aff;
}
.section-sub-heading {
  font-size: 22px;
}
.section-sub-heading span {
  color: #2f6aff;
}
.klearsight-product-heading {
  color: #6ec1e4;
}

.product-cards-wrapper {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  align-self: auto;
}
.product-icon-wrapper-on-card {
  width: 100%;
  height: 50px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.product-icon-on-card {
  height: 50px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.product-heading-on-card {
  color: #09aff4;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}
.card-body-on-product-card {
  height: 375px;
}
@media only screen and (max-width: 600px) {
  .card-body-on-product-card {
    height: unset;
  }
}
.card-body-on-product-card-routezen {
  height: 450px;
}
@media only screen and (max-width: 600px) {
  .card-body-on-product-card-routezen {
    height: unset;
  }
}

.bi-solutions-overview {
  padding-bottom: 50px;
  background-color: #f7f9fb;
}
.water-mark-widgets-wrapper {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  .solutions-overview-bi-wrapper {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }
  .solutions-overview-bi-wrapper .widget-with-watermark {
    width: 100%;
    margin-bottom: 20px;
    height: 300px;
  }
}
@media only screen and (max-width: 600px) {
  .solutions-overview-crm-wrapper {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }
  .solutions-overview-crm-wrapper .widget-with-watermark {
    width: 100%;
    margin-bottom: 20px;
    height: 300px;
  }
}
.widget-with-watermark {
  padding: 55px 40px 60px 40px;
  box-shadow: 9px 11px 14px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: relative;
  overflow: hidden;
  width: 30%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.widget-with-watermark::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #07b787 0%, #7ed500 100%);
  z-index: 0;
  transition: bottom 0.5s;
}

.widget-with-watermark:hover::before {
  bottom: 0;
  color: #fff;
}

.widget-with-watermark * {
  position: relative;
  z-index: 1;
}

.widget-with-watermark {
  padding: 20px;
  background: white;
  border: 0px solid #ddd;
  border-radius: 0px;
  transition: transform 0.3s;
}
.widget-with-watermark h6 {
  color: #333;
  margin-bottom: 50px;
}
.widget-with-watermark:hover h6,
.widget-with-watermark:hover p {
  color: white; /* Change text color to white on hover */
}

.qa-solutions-over-view {
  background-image: url(./../images/solutions/heading-cloud-bird.png);
  background-repeat: no-repeat;
  background-position: 95% 3%;
  padding: 50px;
}

.heading-with-left-border {
  border-left: 4px solid var(--cyone-blue-hover);
  padding-left: 15px;
}

.mobility-solutions-over-view {
  background-image: url(./../images/solutions/bg.jpg);
  background-repeat: no-repeat;
  background-position: 95% 3%;
  padding: 50px;
}
.mobility-solutions-over-view img {
  width: 100%;
}

.erp-services-bg-01 {
  background-image: url(./../images/solutions/bg.jpg);
  background-repeat: no-repeat;
  background-position: 95% 3%;
  padding: 20px;
}
.erp-services-bg-01 img {
  width: 100%;
}

.counter-box {
  justify-content: center;
  display: flex;
  background-color: #0d1857;
  box-shadow: 0px 28px 40px 0px rgba(0, 0, 0, 0.1);
  border-style: solid;
  border-width: 4px 0px 0px 0px;
  border-color: #09aff4;
  border-radius: 0px 0px 20px 20px;
  height: 235px;
}
.counter-box-inner {
  padding: 26px 10px 46px 10px;
  text-align: center;
}

.counter-box p {
  margin: 5px 0 0;
  padding: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.counter-box i {
  font-size: 60px;
  margin: 0 0 15px;
  color: #ffffff;
}

.counter {
  display: block;
  font-size: 36px;
  font-weight: 500;
  color: #ffffff;
  line-height: 50px;
}

.counter-box.colored-1 {
  background: #3acf87;
}
.counter-box.colored-2 {
  background: #00ddff;
}
.counter-box.colored-3 {
  background: #0049b7;
}
.counter-box.colored-4 {
  background: #ffb766;
}
.counter-box.colored-5 {
  background: #7d3cff;
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
  color: #fff;
}

.integrations-card-wrapper {
  margin-bottom: 20px;
}
.integrations-card {
  height: fit-content;
  background: rgba(255, 255, 255, 0.2);
  border: solid 1px rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  padding: 10px 20px;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(20px);
  z-index: 100;
  transition: width 1s, height 350ms;
}
.integrations-card-header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  border-bottom: 1px solid #dee2e6;
}
.ingetrations-product-logo {
  max-height: 70px;
  max-width: 80%;
}
.integrations-card-wrapper .card-body {
  height: 520px;
}
@media only screen and (max-width: 600px) {
  .integrations-card-wrapper .card-body {
    height: unset;
  }
}

.management-wrapper {
  border-bottom: 1px solid #aaaaaa;
}
.manamgement-photo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
}
.manamgement-photo {
  border-radius: 10px;
  height: 320px;
}
.management-heading {
  color: #2f6aff;
  font-size: 36px;
  font-weight: 600;
}
.management-sub-heading {
  color: #2f6aff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}

.careers-join-us-wrapper {
  background-image: url(./../images/home/bg02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0px;
}
.careers-join-us-wrapper .join-us-image {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
}
.career-widget-icon-wrapper {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 600px) {
  .careers-columsn-wrapper {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }
  .careers-columsn-wrapper .widget-with-watermark {
    width: 100%;
    margin-bottom: 20px;
    height: 300px;
  }
}

.mail-your-cv {
  background-color: var(--footer-bg-blue);
  text-align: center;
  color: #07b787;
  margin-bottom: 50px;
  margin-top: 50px;
  padding: 15px 0;
  font-size: 22px;
  font-weight: 400;
}
.mail-your-cv a {
  text-decoration: none;
  color: #fff;
  margin-left: 20px;
}
.mail-your-cv a:hover {
  text-decoration: none;
  color: #07b787;
  margin-left: 20px;
}

.client-page-logos-wrapper {
  display: flex;
  justify-content: space-between;
}

.client-page-client-logo-wrapper {
  width: 260px;
  height: 130px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.2);
  margin: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.client-page-client-logo-wrapper img {
  max-width: 100%;
}

.news-events-main-page {
  background-image: url(./../images/solutions/bg.jpg);
  background-repeat: no-repeat;
  background-position: 95% 3%;
  padding: 50px;
}
@media only screen and (max-width: 600px) {
  .news-events-main-page {
    padding: 20px;
  }
}
.news-events-card {
  background-color: #ffffff;
  transition: all 0.4s ease;
  border-radius: 10px;
  display: table;
  -webkit-box-shadow: 9.899px 9.899px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 9.899px 9.899px 30px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
  margin-bottom: 30px;
}
.news-events-card-header {
  position: relative;
}
.news-events-card-thumb-wrapper {
  min-height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  text-decoration: none;
  outline: 0;
  width: calc(100% - 40px);
  margin: 20px auto;
}
.news-events-card-thumb {
  max-width: 100%;
  height: auto;
  user-select: none;
  transition: transform 0.4s ease;
}
.news-events-card:hover .news-events-card-thumb {
  transform: scale(1.2) rotate(5deg);
}
.news-events-card-body {
  min-height: 220px;
  padding: 0px 20px 40px 20px;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .news-events-card-body {
    min-height: unset;
  }
}
.news-events-title {
  font-size: 18px;
  margin-bottom: 28px;
  text-align: left;
  font-weight: bold;
  line-height: 30px;
}
.news-events-date-tag-wrapper {
  position: absolute;
  left: -12px;
  top: auto;
  bottom: 30px;
}
.news-events-date-tag-wrapper-inner {
  display: flex;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background: #fa2b56;
  align-items: center;
  width: auto;
  height: auto;
  border-radius: 0;
  padding-left: 22px;
  padding-right: 12px;
  position: relative;
}
.news-events-date-tag-wrapper-inner::before {
  position: absolute;
  content: "";
  left: 5px;
  top: -10px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #912f3d;
  transform: rotate(45deg);
}
.news-events-date-tag-date {
  display: block;
  margin: 7px 0;
  line-height: 1;
  width: 100%;
  font-size: 12px;
  text-align: center;
  color: #fff;
}
.news-events-date-tag-date strong {
  display: block;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 2px;
}

.news-events-category-wrapper {
  position: absolute;
  bottom: -6px;
  left: 18px;
}
.news-events-category-wrapper span {
  padding: 4px 8px 4px 8px;
  background: #08f;
  border-radius: 3px;
  display: inline-block;
  font-size: 13px;
  line-height: 14px;
  margin-right: 5px;
  color: #fff;
}

.news-events-content-wrapper {
  border-radius: 10px;
  background-color: #fff;
  padding-bottom: 30px;
  -webkit-box-shadow: 9.899px 9.899px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 9.899px 9.899px 30px 0 rgba(0, 0, 0, 0.1);
}
.news-events-content-thumb {
  border-radius: 10px;
  width: 100%;
}
.news-events-content {
  padding: 20px;
}
.news-events-content img {
  width: 100%;
  height: unset;
}

.news-event-gallery {
  width: 100%;
  padding: 20px;
}
.news-event-gallery .news-event-gallery-image {
  width: 100%;
  margin-bottom: 20px;
}
.recent-posts-wrapper {
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 9.899px 9.899px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 9.899px 9.899px 30px 0 rgba(0, 0, 0, 0.1);
}

.case-study-main-page {
  background-image: url(./../images/solutions/bg.jpg);
  background-repeat: no-repeat;
  background-position: 95% 3%;
  padding: 50px;
}
@media only screen and (max-width: 600px) {
  .case-study-main-page {
    padding: 20px;
  }
}
.case-study-logo-wrapper {
  width: 100%;
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: inset 0 -20px 10px -10px #ddd;
}

.case-study-card-body {
  min-height: 220px;
  padding: 0px 20px 40px 20px;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .case-study-card-body {
    min-height: unset;
  }
}

.single-case-study-logo {
  max-width: 100%;
}

.blog-tags-wrapper {
  position: relative;
}
.blog-tags-wrapper span {
  padding: 4px 8px 4px 8px;
  background: #08f;
  border-radius: 3px;
  display: inline-block;
  font-size: 13px;
  line-height: 14px;
  margin-right: 5px;
  color: #fff;
}

.recent-posts-heading {
  margin-bottom: 20px;
  font-size: 22px;
}
.random-blog-wrapper {
  background-color: #f5f5f5;
  transition: all 0.2s ease;
  text-decoration: none;
  display: flex;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 10px;
  border-radius: 5px;
}
.random-blog-thumb-wrapper {
  width: 150px;
}
.random-blog-thumb {
  width: 100%;
  border-radius: 5px;
}
.random-blog-title-wrapper {
  width: calc(100% - 140px);
  display: flex;
  align-items: start;
  padding: 10px;
}
.random-blog-title {
  font-size: 16px;
  margin-top: 0px;
  font-weight: 500;
}
.random-blog-wrapper:hover .random-blog-title {
  color: #ff0000;
  transition: all 0.2s ease;
}

.contact-address-wrapper {
  border-bottom: 1px solid #09aff4;
  padding: 10px 50px;
  margin-bottom: 50px;
}
.contact-address-wrapper .country-name {
  color: #7a7a7a;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.contact-address-wrapper .city-name {
  font-size: 24px;
  color: #000e52;
  font-style: normal;
  margin-bottom: 30px;
  margin-top: 10px;
  line-height: 1.3;
  font-weight: 700;
  transition: 0.5s;
  text-transform: uppercase;
  position: relative;
}
.contact-address-wrapper .city-name::after {
  content: "";
  height: 0.6px;
  width: 50px;
  background-color: #09aff4;
  position: absolute;
  left: 0px;
  top: 35px;
}
.contact-address-wrapper .company-name {
  font-size: 24px;
  color: #000e52;
  font-style: normal;
  margin-bottom: 0;
  margin-top: 10px;
  line-height: 1.3;
  font-weight: 500;
  transition: 0.5s;
  text-transform: uppercase;
}
.contact-address-wrapper .company-address {
  color: #7a7a7a;
}

.contact-us-email-phone-wrapper {
  background-color: var(--sesat-blue);
  color: #fff;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  padding: 30px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  border-radius: 17px 17px 17px 17px;
}
@media only screen and (max-width: 600px) {
  .contact-us-email-phone-wrapper {
    font-size: 20px;
  }
}
