body {
  font-family: 'Inter 24pt';
  font-weight: normal;
  background-color: #f8f8f8;
  color: #000000;
  overflow-x: hidden;
}
/*
@font-face {
  font-family: 'TT_Norms_Pro_Regular';
  src: url('../fonts/TT_Norms_Pro_Regular.woff2') format('woff2'), url('../fonts/TT_Norms_Pro_Regular.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'TT_Norms_Pro_Bold';
  src: url('../fonts/TT_Norms_Pro_Bold.woff2') format('woff2'), url('../fonts/TT_Norms_Pro_Bold.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Inter 24pt';
  font-weight: 600;
  src: url('../fonts/TT_Norms_Pro_Medium.woff2') format('woff2'), url('../fonts/TT_Norms_Pro_Medium.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'TT_Norms_Pro_Thin';
  src: url('../fonts/TT_Norms_Pro_Thin.woff2') format('woff2'), url('../fonts/TT_Norms_Pro_Thin.woff') format('woff');
  font-display: swap;
}
*/
/* @font-face {
  src: url('../fonts/Inter28pt-Light.woff2') format('woff2'), url('../fonts/Inter28pt-Light.woff') format('woff');
  font-family: 'Inter 24pt';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
} */
@font-face {
  src: url('../fonts/Inter28pt-SemiBold.woff2') format('woff2'), url('../fonts/Inter28pt-SemiBold.woff') format('woff');
  font-family: 'Inter 24pt';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url('../fonts/Inter28pt-Regular.woff2') format('woff2'), url('../fonts/Inter28pt-Regular.woff') format('woff');
  font-family: 'Inter 24pt';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url('../fonts/Inter28pt-Bold.woff2') format('woff2'), url('../fonts/Inter28pt-Bold.woff') format('woff');
  font-family: 'Inter 24pt';
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Commen Css */
ul {
  padding: 0;
  margin: 0;
}
.btn, .btn:hover, .btn:focus, .btn:active {
  outline: 0 !important;
  box-shadow: 0 !important;
}
.btn-primary {
  /* background-color: rgba(0, 40, 78, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.); */
  color: #ffffff;
}
.btn-outline-white, .btn-outline-white:hover, .btn-outline-white:focus {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.overflow-auto-custom {
  overflow: initial;
}
/* video-block css */
.video-block {
  position: relative;
  width: 100%;
}
.video-block-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 8rem;
}
.video-block-overlay .content {
  color: #ffffff;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}
.video-block-overlay .slider-heading {
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 50px;
  color: #ffffff;
}
.slider-heading-1 {
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 17px;
  color: #ffffff;
  margin-bottom: 3rem;
}
.trusted-logo {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.trusted-logo li {
  margin-right: 1rem;
}
.trusted-logo li img {
  height: 50px;
  width: auto;
}
/* section */
section {
  padding: 40px 0;
}
.gray-bg {
  background: #D9D9D9;
}
.section-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 17px;
  /* identical to box height, or 47% */
  text-align: center;
  color: #000000;
  margin-bottom: 3rem;
}
.number-counting {
  background-color: #fff;
  padding: 1rem 0;
  border-radius: 8px;
  transform: translateY(-50px);
  height: 100px;
  z-index: 9;
  position: relative;
  color: #000;
  font-size: 16px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.display-4 {
  font-size: 24px;
  text-align: center;
  font-weight: 600;
}
.font-24 {
  font-size: 24px;
}
.font-14 {
  font-size: 14px;
}
.content-description p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  /* or 130% */
  text-align: center;
  color: #000000;
}
.grid-do_more {
  position: relative;
}
.grid-do_more .main_div {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  background-color: #061838;
  cursor: pointer;
}
.grid-do_more .main_div {
  position: relative;
  display: block;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.do_more-grid-title {
  color: #fff;
  font-size: 16px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 10px;
  text-shadow: 0 0 15px #000;
}
.do_more-grid-desc {
  color: #fff;
  font-size: 16px;
  line-height: 27px;
  font-weight: 300;
  text-shadow: 0 0 15px #000;
}
.do_more-grid-desc > strong {
  display: block;
  margin-bottom: 10px;
}
.grid-do_more .inner_content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 68px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 5px 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.8);
}
.grid-do_more .main_div:hover .bottom-gradient-do_more {
  background: #000;
  transform: translateY(0);
  opacity: 0.8;
}
.bottom-gradient-do_more {
  /* background: rgba(0, 0, 0, 0) linear-gradient( 0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 53%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 88%, rgba(0, 0, 0, 0) 81%, rgba(0, 0, 0, 0) 92%, rgba(0, 0, 0, 0) 100% ) repeat scroll 0 0; */
  background: transparent;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(0);
  transition: all 0.5s ease 0s;
}
picture img {
  width: 100%;
}
/* .grid-do_more .main_div:hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
filter: blur(2px);
} */
.grid-do_more .main_div:hover .inner_content {
  height: auto;
  max-height: 100%;
  bottom: 0px;
  background-color: transparent;
  border: 0;
}
/* 
.solution-slider .slick-track {
    display: flex;
    align-items: center;
}

.solution-slider li .slider-thumb {
    display: flex;
    transform: translateX(-35px);
    direction: rtl;
}

.solution-slider li .slider-thumb .image-main {
    width: 300px;
    height: 250px;
    position: relative;
}

.solution-slider li .slider-thumb .image-main::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.47);
    z-index: 99;
}

.solution-slider li .slider-thumb .image-main img {
    height: 100%;
}

.solution-slider li.slick-current.slick-active .slider-thumb .image-main {
    width: 550px;
    height: 350px;
    margin-left: 1rem;
}

.solution-slider li.slick-current.slick-active .slider-thumb .image-main::before {
    display: none;
}

.solution-slider li .slider-thumb .caption {
    display: none;
    width: 30%;
    text-align: left;

    margin: 2rem;
}

.solution-slider li.slick-current.slick-active .slider-thumb .caption {
    display: block;
}

.solution-slider li .slider-thumb .caption h1 {
    font-size: 36px;
    font-weight: 600;
}

button.slick-arrow {
    position: absolute;
    bottom: 30px;
    width: 40px;
    height: 30px;
    background-size: contain;
    background-color: transparent !important;
    border: 0;
    font-size: 0;
    background-repeat: no-repeat;
    z-index: 99;
}

button.slick-arrow.slick-prev {
    left: 120px;
    right: auto;
    background-image: url(../images/right-arrow.svg);
}

button.slick-arrow.slick-next {
    left: 70px;
    right: auto;
    background-image: url(../images/left-arrow.svg);
}

.tab-link li {
    color: rgba(0, 40, 78, 0.7);
    background-color: #ffffff;
    border: 1px solid rgba(0, 40, 78, 0.7);
    padding: 0.5rem 1rem;
    margin: 0 0.5rem;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.tab-link li.slick-current {
    font-weight: 700;
}
*/
.img-block {
  position: relative;
  overflow: hidden;
}
.img-block-overlay {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 100%;
  left: 0;
  transform: translate3d(0, 0, 0);
  transition: transform .85s cubic-bezier(0.79, 0.33, 0.14, 0.53);
  color: #ffffff;
  padding: 1rem;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background-color: rgba(0, 0, 0, 0.31);
}
.img-block:hover .img-block-overlay {
  transform: translate3d(0, 0, 0);
}
.img-block-overlay .btn-outline-primary {
  font-size: 12px;
  background-color: rgba(255, 255, 255, 0.8);
}
.img-block-overlay:hover .btn-outline-primary {
  background-color: #0d6efd;
  color: #ffffff;
  border-color: #0d6efd;
}
.carousel {
  margin: 30px 0;
}
.carousel .carousel-item {
  text-align: center;
  overflow: hidden;
  /* height: 475px; */
}
.carousel .carousel-item img {
  max-width: 100%;
  margin: 0 auto;
  margin-right: 10px;
  position: relative;
  /* Align slide image horizontally center in Bootstrap v3 */
}
.carousel-caption {
  position: static;
  text-align: left;
}
.carousel-caption h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 17px;
  color: #0C0059;
  vertical-align: middle;
  margin-bottom: 1rem;
}
.carousel-caption ul {
  padding: 0;
  margin: 0;
  list-style: disc;
  margin-left: 5rem;
}
.carousel-caption ul li {
  color: #333;
  margin-bottom: 0.5rem;
  font-size: 16px;
}
.carousel .nav {}
.carousel .nav li {
  margin: 0 0.5rem;
}
.carousel .nav a {
  color: #333;
  border-radius: 0;
  font-size: 18px;
  padding: 10px 0px;
  background: transparent;
  border-bottom: 2px solid #dfe5ef;
}
.carousel .nav .active a {
  border-bottom: 2px solid #0d6efd;
  color: #0d6efd;
}
.carousel .nav strong {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 110%;
  text-transform: uppercase;
}
.platform-block {
  width: 100%;
  height: 400px;
  background: rgba(0, 0, 0, 0.38);
}
.platform-block-1 {
  width: 100%;
  height: 100px;
  background: rgba(0, 0, 0, 0.38);
}
.bannerBrandLogos {
  position: absolute;
  bottom: 100px;
}
.link-arrow, .link-arrow-small {
  background: #0d6efd;
  padding: 10px 20px 12px 20px;
  color: #fff;
  text-decoration: none;
  border-radius: 200px;
  display: inline-block;
  margin-bottom: 2rem;
  position: relative;
  margin-top: 2rem;
}
.link-arrow-small {
  padding: 7px 20px 7px 20px;
  font-size: 14px;
  margin-right: 10px;
}
.link-arrow-small svg {
  width: 18px;
  height: 18px;
}
.link-arrow:hover, .link-arrow:focus, .link-arrow:hover:focus, .link-arrow-small:hover, .link-arrow-small:focus, .link-arrow-small.link-arrow:hover:focus {
  color: #fff;
  background: #0d6efd;
}
.link-arrow i, .link-arrow-small i {
  display: inline-block;
  transition: 0.2s ease-in;
}
.link-arrow-small i {
  position: relative;
  top: -0.5px;
}
.link-arrow:hover i, .link-arrow-small:hover i {
  transform: translateX(30%);
}
.btnleftmargin {
  margin-left: 60px;
}
.tab-vertical {
  border-right: 1px solid #ccc;
  height: 100%;
}
.tab-vertical ul li .nav-link {
  font-style: normal;
  font-size: 16px;
  line-height: 17px;
  color: #000000;
  padding: 1rem 0;
  display: block;
}
.tab-vertical ul li.active .nav-link {
  font-family: 'Inter 24pt';
  font-weight: 600;
  color: #0d6efd;
}
.v-content-block {
  /* padding-left: 1.5rem; */
}
.v-content-block h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #000F5C;
}
.v-content-block p { 
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #000F5C;
}
.vertical-tab-content {
  visibility: hidden;
  opacity: 0;
  transition: all 1s ease;
  display: flex;
  height: 0;
  clear: both;
}
.vertical-tab-content.active {
  opacity: 1;
  visibility: visible;
  height: auto;
  transition: all 1s ease;
}
.text-slider ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
}
.text-slider ul li {
  padding: 0 0.8rem;
  border-right: 1px solid #ccc;
}
.text-slider ul li:last-child {
  border: none;
}
.text-slider a {
  font-size: 16px;
  color: #061838;
  text-decoration: none;
  cursor: inherit;
  font-family: 'Inter 24pt';
  font-weight: 600;
}
.video-block img {
  border-radius: 8px;
}
.main-tab-cl {
  display: flex;
  justify-content: center;
  list-style: none;
}
.main-tab-cl li {
  font-size: 16px;
  padding: 5px 25px;
  margin-bottom: 1rem;
  cursor: pointer;
  font-family: 'Inter 24pt';
  font-weight: 600;
}
.main-tab-cl li.active {
  color: #0d6efd;
  border-bottom: 1px solid #0d6efd;
}
.timeline-block:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background: #ccc;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
/* .main-tab-cl-descr{
  display: none;
  transition: all 0.5s ease;
} */
/* .main-tab-cl-descr.active{
  display: block;
} */
.tryNow {
  padding: 5px 20px;
}
/* before logo black */
.navbar-custom .nav-link {
  color: #000;
}
.navbar-nav-custom.navbar-custom > li.dropdown-item-l > a::after {
  border-color: #212529;
}
/* before logo black */
@media (min-width: 992px) {
  .navbar-fixed .container-fluid {
    justify-content: start;
  }
  .rightside-nav {
    margin-left: 2rem;
    flex-grow: 1;
  }
}
.close-rightside-nav {
  display: none;
}
.video-block img {
  max-width: 100%;
  display: block;
}
.mb-dropClick::after {
  display: none;
}
.card {
  margin-bottom: 1rem;
}
.card.card-block-custom {
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.card-block-custom img {
  border-radius: 0;
}
.card-body {
  padding: 1rem;
}
.card-body h3 {
  font-size: 24px;
  padding-bottom: 10px;
}
.card-body li {
  margin-bottom: 0.2rem;
  margin-left: 1rem;
  font-size: 14px;
}
.card.card-block-custom.d-flex {
  display: flex;
  flex-direction: row;
}
.card.card-block-custom.d-flex .card-img-block, .card.card-block-custom.d-flex .card-body {
  width: 50%;
}
.card.card-block-custom.d-flex .card-body {
  padding: 20px;
}
.timeline-block {
  position: relative;
}
.timeline-block:nth-child(2n) .year-blk {
  right: auto;
  left: -25px;
  transform: rotate(180deg);
}
.timeline-block:nth-child(2n) .year-blk span {
  transform: rotate(180deg);
  position: relative;
  display: inline-block;
}
.timeline-body {
  position: relative;
}
.year-blk {
  position: absolute;
  background-color: #C1C1C1;
  padding: 0px 10px;
  top: 50%;
  color: #00284E;
  right: -25px;
  height: 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  /* identical to box height, or 348% */
  text-align: center;
  color: #00284E;
}
.year-blk::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border-right: solid 15px #C1C1C1;
  border-bottom: solid 15px transparent;
  border-top: solid 15px transparent;
  right: 57px;
  top: 0;
}
.timeline-body h2 {
  font-size: 24px !important;
  margin-bottom: 1.5rem;
}
.video-click-thumb {
  display: flex;
  margin: 0 -0.5rem;
}
.video-click-thumb .video-click-img {
   flex: 1 0 0;
  margin: 1rem 0.5rem;
  cursor: pointer;
  position: relative;
  /* max-width: 25%; */
}
.video-click-img.active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: center center;
  border-radius: 8px;
}
.video-click-img::after {
  content: "";
  position: absolute;
  background-image: url(../images/new/play-button.svg);
  background-color: rgba(0, 0, 0, 0.359);
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: center center;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* .video-click-img.active::after {
  display: none;
} */
.video-click-img img {
  border-radius: 8px;
}
.vd-play {
  display: none;
}
.bg-blue {
  background-color: #EDF3FB;
}
.bg-white {
  background-color: #ffffff;
}
.table-custom-bordered tr td {
  font-size: 16px;
  vertical-align: middle;
  padding: 1rem;
}
.table-custom-bordered tr td:nth-child(2) {
  background-color: #85BEF2;
  text-align: center;
}
.dataset-title-wrap {
  background-color: #000F5C;
  padding: 120px 0 18px;
}
.dataset-title-wrap h2, .dataset-title-wrap h1 {
  color: #ffffff;
  font-size: 38px;
  font-family: 'Inter 24pt';
  font-weight: 600;
}
.left-side-list {
  padding: 0;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 2rem;
}
.left-side-list li {
  margin: 1rem 0;
}
.left-side-list li a {
  padding: 0.1rem 1rem;
  display: block;
  color: #333;
  text-decoration: none;
}
.left-side-list li a.active {
  border-left: 2px solid #000F5C;
  color: #000F5C;
}
.dataset-block {
  background-color: #ffffff;
  padding: 1rem;
  border: #e1e1e1 1px solid;
}
.dataset-block h2 {
  font-family: 'Inter 24pt';
  font-weight: 600;
}
.breadcrumb-p {
  display: flex;
  justify-content: center;
}
.breadcrumb-p .breadcrumb-item.active {
  color: #ffffff;
}
.breadcrumb-item a {
  color: #ffffff;
  font-size: 14px;
}
.breadcrumb-item {}
.table .centertxt {
  vertical-align: middle;
  background-color: #ffffff !important;
}
.scrollmbl th {
  background-color: #000F5C;
  color: #ffffff;
}
.usecases-list {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}
.usecases-list li {
  background-color: #efefef;
  color: #000;
  font-size: 12px;
  text-align: center;
  border-radius: 8px;
  margin: 0.25rem 0.5rem 0.25rem 0;
  padding: 0.3rem 0.5rem;
  display: inline-block;
}
.img-block-cat {
  box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
  border-radius: 10px;
  background-color: #ffffff;
  padding: 0.5rem;
}
.img-block-cat img {
  border-radius: 8px;
}
.carousel .carousel-item .heading img {
  width: 47px !important;
  height: 47px !important;
}
.f-left {
  float: left !important;
}
input[type="file"]::file-selector-button {
  display: none;
}
input[type="file"] {
  color: transparent;
  font-size: 56px;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  display: inline-block;
  left: 0px;
  cursor: pointer;
}
.uploadBlock label {
  /* position: absolute;
  top: 7px;
  left: 50%;
  color: #fff;
  font-size: 14px; */
  padding: 5px 24px 5px 46px;
}
.uploadBlocks label {
  position: absolute;
  top: 7px;
  left: 50%;
  color: #fff;
  font-size: 14px;
}
.uploadBlock .position-relative::before {
  content: '';
  background: url(../images/upload-icon-small.svg) no-repeat;
  position: absolute;
  width: 20px;
  height: 20px;
  background-size: 20px;
  left: 15%;
  top: 22%;
}
.uploadBlocks .position-relative::before {
  content: '';
  background: url(../images/upload-icon-small.svg) no-repeat;
  position: absolute;
  width: 20px;
  height: 20px;
  background-size: 20px;
  left: 27%;
  top: 22%;
}
.pspk_inner_blk small {
  font-size: 10px;
  text-align: center;
  display: block;
}
/* .uploadFileInner input[type="file" i]{
  display: block;
} */
@media (max-width: 767px) {
  section {
    padding: 20px 0;
  }
  .carousel .nav {
    flex-wrap: nowrap;
    min-width: 800px;
  }
  .carousel .nav li a {
    white-space: nowrap;
  }
  .thumbnails-row {
    width: 800px;
  }
  .img-block-overlay {
    transform: translate3d(0, 0, 0);
  }
  .number-counting {
    font-size: 12px;
  }
  .section-title {
    font-size: 24px;
    margin-bottom: 0rem;
  }
  .video-block-overlay .container {
    display: block;
  }
  .video-block.inner {
    max-height: 100vh;
  }
  .video-block.inner img {
    height: 100%;
  }
  .bannerBrandLogos {
    bottom: 100px;
  }
  .grid-do_more .main_div:hover .inner_content .do_more-grid-title {
    line-height: 30px;
  }
  .grid-do_more .main_div:hover .inner_content .do_more-grid-desc {
    line-height: 22px;
  }
  .overflow-auto-custom {
    overflow: scroll;
  }
  .overflow-auto-custom::-webkit-scrollbar {
    width: 0;
    display: none;
  }
  .video-block-overlay {
    padding-top: 6rem;
  }
  .deskInnerBanner {
    display: none;
  }
  .contactUs {
    width: 90%;
  }
  .tab-vertical {
    overflow: scroll;
  }
  .tab-vertical::-webkit-scrollbar, .text-slider ul::-webkit-scrollbar {
    width: 0;
    display: none;
  }
  .tab-vertical ul {
    flex-wrap: nowrap;
    margin-bottom: 1rem;
  }
  .tab-vertical ul li a.nav-link {
    padding: 1rem 1rem;
    display: block;
    white-space: nowrap;
  }
  .text-slider ul {
    flex-wrap: nowrap;
  }
  .text-slider ul li a {
    white-space: nowrap;
  }
  .v-content-block {
    margin-top: 1rem;
  }
  .tab-vertical ul li.active .nav-link {
    border-bottom: 1px solid #0d6efd;
  }
  .tab-vertical {
    border: none;
  }
  /* .v-content-block{
    border-left: 1px solid #ccc;
  } */
  .mb-dropClick {}
  .mb-dropClick::after {
    content: '';
    display: inline-block;
    display: inline-block;
    width: 11px;
    height: 11px;
    border: 1px solid #000;
    border-right: 0;
    border-bottom: 0;
    transform-origin: center;
    transform: translate3d(0, -4px, 0)rotate(-135deg);
    margin-left: 10px;
    transition: border-color .85s cubic-bezier(.47, .42, 0, .99), transform .65s cubic-bezier(.47, .42, 0, .99);
    position: absolute;
    right: 20px;
    top: 35px;
  }
  .mb-dropClick::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    right: 12px;
    top: 25px;
  }
  .timeline-block:after {
    display: none;
  }
  .year-blk {
    top: -45px;
    right: auto;
    left: 1px !important;
    transform: rotate(180deg);
  }
  .year-blk span {
    display: inline-block;
    transform: rotate(180deg);
    position: relative;
  }
  .left-side-list {
    display: flex;
    overflow-x: scroll;
  }
  .left-side-list li a.active {
    border-bottom: 2px solid #000F5C;
    border-left: 0;
  }
  .left-side-list::-webkit-scrollbar {
    display: none;
  }
  .carousel-caption ul {
    margin-left: 1rem;
  }
  .text-slider ul {
    justify-content: start;
  }
  .text-slider ul li {
    margin-bottom: 1rem;
  }
  .text-slider ul li:first-child {
    padding-left: 0;
  }
  .btnleftmargin {
    margin-left: 0;
  }
  .video-click-thumb {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .video-click-thumb::-webkit-scrollbar {
    display: none;
  }
  .video-click-img img {
    width: 180px !important;
    max-width: 180px;
  }
  .sopproduct {
    flex-direction: column !important;
  }
  .sopproduct .card-img-block {
    width: 100% !important;
  }
  .scrolldiv {
    overflow-y: scroll;
    display: block;
  }
  .mobile-toggle.mobile-toggle-black span {
    background-color: #000;
  }
}
@media (max-width:600px) {
  .align-items-sm-start {
    align-items: start !important;
  }
  .number-counting .font-14 {
    font-size: 12px;
  }
  .w-170 {
    width: 170px !important;
  }
  .w-120 {
    width: 120px !important;
  }
}
@media (min-width: 991px) {
  .left-side-sticky {
    width: 100%;
    height: 100vh;
    min-height: 200px;
    overflow: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
  }
}
@media (max-width:999px) {
  .video-block-overlay .slider-heading {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width:440px) {
  .bannerBrandLogos {
    bottom: 75px;
  }
}
.link-arrow {
  padding: 10px 32px 12px 32px;
}
.sideHeading-2 {
  font-size: 30px;
  line-height: 45px;
  font-weight: 600;
}
.sideHeading-2 span {
  color: #0360AE;
}
.uploadSection {
  padding: 0 80px;
}
.uploadBlock {
  background: #fff;
  padding: 40px 20px;
  width: 100%;
  display: block;
  text-align: center;
  align-items: center;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
/* .uploadBlock{
  background: #fff;
  padding: 40px 20px;
  width: 100%;
  display: block;
  text-align: center;
  align-items: center;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.15);
box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.15);
cursor: pointer;
} */
.uploadBlock .uploadIcon {
  width: 80px;
  height: 80px;
}
.uploadBlocks .uploadIcon {
  width: 80px;
  height: 80px;
}
/* .uploadBlock .btn{
  min-width: 150px;
} */
.uploadBlock .btn i img {
  height: 20px;
  padding-right: 10px;
}
.uploadBlocks .btn i img {
  height: 20px;
  padding-right: 10px;
}
.sampleImageSection {
  padding-top: 15px;
}
.anprContainer .leftBlock, .anprContainer .rightBlock {
  width: 50% !important;
}
.anprContainer .rightBlock {
  padding-bottom: 50px;
}
.clrANPR {
  color: black;
}
.alrtdngr {
  color: red;
}
.sampleImageSection {
  text-align: left;
}
.sampleImageSection a img {
  height: 40px;
}
/* file upload css starts */
.fileUpload .uploadBlock {
  position: relative;
  width: 100%;
  height: 225px;
  padding: 0;
}
.uploadBlock .uploadFileInner {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: 0;
}
.uploadBlock .alrtdngr h4 {
  font-size: 10px;
  padding-top: 5px;
}
.uploadBlock.uploadBlockInner {
  padding: 0;
  position: relative;
  height: 120px;
  min-width: 246px;
}
.uploadBlockInner .uploadFileInner {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.uploadFileInner .uploadImgwith {
  display: flex;
  align-items: center;
}
.uploadBlockInner .alrtdngr {
  /* position: absolute;
  bottom: -10px; */
  padding: 0px 20px;
}
.uploadBlockInner .alrtdngr h4 {
  line-height: 11px;
}
.uploadBlockInner .uploadIcon {
  width: 75px;
  height: 75px;
}
/* loading css */
/* .uploadBlock .buttonLoader{
  left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    border: 0;
} */
.wrapper {
  position: absolute;
  top: 0px;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 2;
  cursor: default;
  border-radius: 10px;
}
.wrapper h1 {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper .loading-text {
  height: 100%;
}
h1.loading {
  font-size: 3em;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
span[class^="dot-"] {
  opacity: 0;
  text-transform: capitalize;
  font-size: 40px;
  display: contents;
}
.dot-one {
  animation: dot-one 2s infinite linear
}
.dot-two {
  animation: dot-two 2s infinite linear
}
.dot-three {
  animation: dot-three 2s infinite linear
}
@keyframes dot-one {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes dot-two {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes dot-three {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
/* loading css ends */
/* file upload css ends */
.imgBlk a, .imgBlk1 a {
  padding-right: 3px;
}
.imgBlk a:nth-child(2) {
  padding-right: 4px;
}
.imgBlk a:last-child, .imgBlk1 a:last-child {
  padding-right: 0;
}
.imgBlk1 a:nth-child(1) {
  padding-right: 4px;
}
.sampleImageSection label:first-child {
  white-space: nowrap;
}
.fileUpload .uploadFileInner .uploadIconnew {
  position: relative;
  left: 42px;
}
@media (max-width:990px) {
  .mob-order-2 {
    order: 2;
  }
  .mob-order-1 {
    order: 1;
  }
  .anprContainer .leftBlock, .anprContainer .rightBlock {
    width: 100% !important;
  }
  .sampleImageSection a {
    margin-right: 5px;
  }
}
@media (max-width:600px) {
  .sideHeading-2 {
    font-size: 22px;
    line-height: 32px;
    padding-top: 30px;
  }
  .uploadSection {
    padding: 0 10px;
    flex-direction: column;
  }
  .sampleImageSection {
    padding-top: 15px;
    flex-wrap: wrap;
  }
  .sampleImageSection label {
    padding-bottom: 10px;
  }
}
/* 25Aug2023 */
.dropdown-navbar-overview {
  background-color: #0360ae !important;
}
.dropdown-navbar-overview h4 {
  color: #fff;
}
/* end */
/* 23Aug2023 sravanthi changes */
/* .pspk_container_box{
  background-color: #F0FDFE;
}
.pspk_title_blk{
  padding-bottom: 30px;
}
.pspk_title_blk h2{
  color: #000;
  font-size: 48px;
}
.pspk_title_blk p{
  font-size: 20px;
  line-height: 25px;
}
.pspk_content_blk{
  border-radius: 11px;
  background: #FFF;
  box-shadow: 0px 4px 11px 8px rgba(210, 226, 255, 0.30);
}
.pspk_inner_blk{
  border: 3px dashed #DADADA;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pspk_inner_blk h3{
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.pspk_inner_blk p{
  color: #000;
  font-size: 16px;
}
.pspk_inner_text p{
  font-size: 10px;
}
.pspk_input_form span, .pspk_input_form input{
  background-color: #446DFF;
  color: white;
  font-size: 20px;
}
.pspk_input_form input:active{
  background-color: #446DFF !important;
  color: white;
  font-size: 20px;
}
.pspk_input_form input{
  height: 42px;
  border-radius: 0.375rem !important;
}
.pspk_input_form{
  width: 177px;
  margin: auto;
}
.pspk_title_blk h3{
  font-weight: 600;
  font-size: 24px;
  font-family: 'TT_Norms_Pro_Regular';
}
.pspk_title_blk a{
  color: #fff;
  text-decoration: underline;
  text-decoration: none;
  font-size: 11px;
  padding: 9px;
  border: 1px solid #446DFF;
  border-radius: 7px;
  background-color: #446DFF;
  margin-left: 10px;
}

.pspk_content_blk::before{
  content: '';
  background: url(../images/bg-circle-1.svg) no-repeat;
  position: absolute;
  left: -10%;
  top: -64%;
  background-size: 120px;
  width: 144px;
  height: 234px;
}
.pspk_content_blk::after{
  content: '';
  background: url(../images/bg-circle-2.svg) no-repeat;
  position: absolute;
  right: -15%;
  bottom: -43%;
  background-size: 108px;
  width: 162px;
  height: 142px;
}
.pspk_bgimage::before{
  left: -11%;
  top: -47%;
}
.pspk_bgimage::after{
  right: -15%;
  bottom: -32%;
}
.pspk_content_blk .imageAlign{
  display: flex;
  align-items: center;
  justify-content: center;
}
.pspk_content_blk .imageResult{
  display: grid;
  place-items: center;
  height: 100%;
  margin: auto 0;
}
input[type="file"]{
  font-size: 0;
}
.pspk_input_form label{
  position: absolute;
  top: 9px;
  z-index: 1;
  left: 50px;
  color: #fff;
}
.pspk_input_form::before{
  content: '';
  background: url(../images/drive-folder-upload.svg) no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  z-index: 3;
  background-size: 26px;
  top: 8px;
  left: 10px;
}
.pspk_inner_blk table{
  overflow-x: auto;
  height: 100%;

} */
.pspk_tab_container {
  /* border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  background-color: #FFF; */
}
/* .pspk_tab_container h2{
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.pspk_title h2{
  font-size: 20px;
}
@media (max-width: 767px){
  .arrow_icon{
      transform: rotate(90deg);
  }
  .pspk_title_blk h2{
      font-size: 30px;
  }
  .pspk_content_blk .imageResult{
      margin: 30px 0;
  }
  .pspk_title_blk a{
      display: inline-block;
      margin: 10px 0;
  }
  .uploadData img{
      height: 70px;
  }
  .pspk_title_blk a{
      width: 50%;
      font-size: 18px;
  }
} */
/* end */
/* ContactUS */
.inner-container {
  max-width: 600px;
}
.canvaText {
  line-height: 30px;
  margin-top: 12px;
}
.message-text {
  height: 100px;
}
.contentHeading {
  font-weight: bold;
  webkit-font-smoothing: antialiased;
  color: #000000;
}
.captcha_reload img {
  width: 25px;
}
.alert-success p {
  margin-bottom: 0.5rem;
}
.success-msg {
  font-weight: bold;
}
.action-btn {
  background-color: #1478c3;
  border-radius: 30px;
  /* font-size: 14px; */
  /* font-weight: 600; */
  text-transform: uppercase;
  padding: 10px 28px;
  color: white;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
  display: block;
}
.action-btn:hover {
  background-color: #1478c3;
}
.action-btn:focus {
  outline-offset: 0.05em;
}
.action-btn::after {
  content: '';
  display: block;
  width: 1.2em;
  height: 1.2em;
  position: absolute;
  left: calc(50% - 0.75em);
  top: calc(50% - 0.75em);
  border: 0.15em solid transparent;
  border-right-color: white;
  border-radius: 50%;
  animation: button-anim 0.7s linear infinite;
  opacity: 0;
}
@keyframes button-anim {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.action-btn.loading {
  color: transparent !important;
}
.action-btn.loading::after {
  opacity: 1;
}
.contactContainer input, .contactContainer textarea {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #242424;
  opacity: 1;
  box-shadow: none;
}
.inner-container {
  max-width: 660px;
}
.canvaText {
  line-height: 30px;
  margin-top: 8px;
}
.message-text {
  height: 100px !important;
}
.alert.alert-danger {
  float: left;
  color: #FF1313;
}
.heading {
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  color: #00020b;
  padding-bottom: 20px;
}
.contactaln {
  flex-wrap: wrap;
}
.intrestaln {
  display: inline-block !important;
  font-size: 14px !important;
}
.shadow-padding .col-3 {
  flex: 0 0 auto;
  text-align: initial;
  width: 25%;
}
.card.contactCard {
  border: 0;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
  padding: 30px 30px 50px 30px;
  border-radius: 10px;
}
.alert.alert-danger {
  float: left;
  color: #FF1313;
  padding: 2px 8px 2px 0px;
  background-color: transparent;
  border-color: transparent;
  margin: 0px;
  font-size: 12px;
}
.interested .col-lg-4 {
  padding: 0 15px 0 0;
  position: relative;
}
.intrestaln span {
  padding-left: 20px;
  float: left;
}
.intrestaln input {
  position: absolute;
  margin-top: 5px;
}
.cap-image {
  width: 30%;
  text-align: center;
}
@media (max-width:999.98px) {
  .mobileNo .col-12 {
    padding-bottom: 7px;
  }
}
@media (max-width:640px) {
  .captchaContainer {
    flex-wrap: wrap !important;
    justify-content: center;
  }
  .cap-image {
    text-align: center;
    padding: 10px;
  }
  .canvaText {
    height: 45px;
    line-height: normal;
  }
  .captchaContainer a {
    padding: 5px 40px;
    /* color: #fff;  */
    display: inline-block;
  }
  .card.contactCard {
    padding: 10px 10px 50px 10px;
  }
}