@font-face {
  font-family: theme_fonts;
  src: url(../fonts/NeurialGrotesk-Bold.otf);
  src: url(../fonts/NeurialGrotesk-BoldItalic.otf);
  src: url(../fonts/NeurialGrotesk-Extrabold.otf);
  src: url(../fonts/NeurialGrotesk-ExtraboldItalic.otf);
  src: url(../fonts/NeurialGrotesk-Italic.otf);
  src: url(../fonts/NeurialGrotesk-Light.otf);
  src: url(../fonts/NeurialGrotesk-LightItalic.otf);
  src: url(../fonts/NeurialGrotesk-Medium.otf);
  src: url(../fonts/NeurialGrotesk-MediumItalic.otf);
  src: url(../fonts/NeurialGrotesk-Regular.otf);
  font-family: NeurialGrotesk;
}

body {
  overflow-x: hidden;
  font-family: NeurialGrotesk;
}

div#navbarSupportedContent {
  justify-content: end;
}

.banner {
  background-image: url(../images/banner.png);
  background-repeat: no-repeat;
  background-size: cover;
}

#navbarSupportedContent ul li a {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.uppercase {
  text-transform: uppercase;
}

a {
  text-decoration: none;
}

.last_btn {
  background: #fff;
  color: #0C0F66;
  border-radius: 30px;
  font-weight: bold;
  margin-left: 20px;
  transition: 0.5s;
}

.last_btn:hover {
  background: #0C0F66;
  color: #fff;
}

.theme_btn_fill {
  font-size: 13px;
  border: 2px solid #0C0F66;
  background: #fff;
  color: #0C0F66;
  border-radius: 30px;
  font-weight: bold;
  padding-left: 25px !important;
  padding-right: 25px !important;
  padding-top: 8px;
  padding-bottom: 8px;
  transition: 0.5s;
  display: inline-block;
}

.theme_btn_fill:hover {
  background: #0C0F66;
  color: #fff;
}

.banner_content h1 {
  font-size: 60px;
}

.banner_content {
  padding-top: 95px;
  padding-bottom: 95px;
}

.imgggg {
  padding: 10px;
}

.api_container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 200px;
}

.api_container img {
  margin: 10px;
}

.team_box {
 
}

.light_blu_bg {
  background: #F7F9FD;
}

.text-blu {
  color: #0C0F66;
}

.font-bold {
  font-weight: bold;
}

.heading p {
  line-height: 25px;
}

.bg-white {
  background: #fff;
}

.text-gray {
  color: #94949F;
}

.text-light-blu {
  color: #555794;
}

.theme_btn {
  background: transparent;
  color: #0C0F66;
  border: 2px solid #0C0F66;
  border-radius: 30px;
  font-weight: bold;
  padding-left: 25px !important;
  padding-right: 25px !important;
  padding-top: 8px;
  padding-bottom: 8px;
  transition: 0.5s;
  font-size: 13px;
  display: inline-block;
}

.theme_btn:hover {
  background: #0C0F66;
  color: #fff;
}

.font-20 {
  font-size: 20px;
}

.font-18 {
  font-size: 18px;
}

.w-63 {
  width: 63% !important;
}

.team_content {
  box-shadow: 0px 20px 96px rgba(0, 0, 0, 0.2);
}

.relative {
  position: relative;
}

.open_img img {
  border-radius: 6px;
}

.bg-blu_dark {
  background: #0C0F66;
}

.open_source_box {
  transition: 0.5s;
  cursor: pointer;

}

.open_source_box:hover .open_content {
  opacity: 1;
}

.bbb {
  border-bottom: 1px solid #000;
}

.open_content {
  position: absolute;
  top: 0;
  border-radius: 6px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s;
}

.news_box {
  border-radius: 6px;
  box-shadow: 0px 20px 96px rgba(0, 0, 0, 0.2);
}

.content_form_box {
  margin-top: 70px;
}

.content_form_box input {
  background: #F7F9FD;
  border: 0px;
}

.content_form_box input::placeholder {
  color: #555794;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.content_form_box select {
  background: #F7F9FD;
  border: 0px;
  color: #555794;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.content_form_box textarea::placeholder {
  color: #555794;
}

.content_form_box textarea {
  background: #F7F9FD;
  border: 0px;
}

.content_form_box .form-select {
  background-image: url(../images/down.png);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 12px 7px;
}

.location {
  background: #21212B;
}

.location_info {
  border-left: 1px solid #B2B2C7;
  padding-left: 20px;
  margin-left: 20px;
}

.fotter {
  background: #1D1D25;
}

.f_links ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.f_links ul li a {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
}

a:hover {
  color: #0C0F66;
}

.copy_right {
  background: #15151F;
}

.social_links img {
  /*width: 20px;*/
}

/*work*/
.banner_work {
  background-image: url(../images/workbanner.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.banner_work_content {
  padding: 90px 0px;
}

.work_sec_one {
  background-image: url(../images/work-b-1.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.theme_btn_white {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 30px;
  font-weight: bold;
  padding-left: 25px !important;
  padding-right: 25px !important;
  padding-top: 8px;
  padding-bottom: 8px;
  transition: 0.5s;
  font-size: 13px;
  display: inline-block;
}

.theme_btn_white:hover {
  background: #fff;
  color: #0C0F66;
}

.work_sec_two {
  background-image: url(../images/work-b-2.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.work_sec_three {
  background-image: url(../images/work-b-3.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.work_sec_four {
  background-image: url(../images/work-b-4.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.text-light-blu_2 {
  color: #9DCBE9;
}

.work_sec_five {
  background-image: url(../images/work-b-5.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.work_sec_six {
  background-image: url(../images/work-b-6.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.work_sec_seven {
  background-image: url(../images/work-b-7.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.work_sec_eight {
  background-image: url(../images/work-b-8.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.work_sec_nine {
  background-image: url(../images/work-b-9.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.work_sec_ten {
  background-image: url(../images/work-b-10.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.text-light-green {
  color: #B6DECA;
}

.work_sec_eleven {
  background-image: url(../images/work-b-11.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.work_sec_tweleve {
  background-image: url(../images/work-b-12.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.work_sec_thirteen {
  background-image: url(../images/work-b-13.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.work_sec_fourteen {
  background-image: url(../images/work-b-14.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.work_sec_fifteen {
  background-image: url(../images/work-b-15.png);
  background-repeat: no-repeat;
  background-size: cover;
}

/*work*/
/*product-scope*/
.product_scope {
  background-image: url(../images/product-scope-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.how_box {
  border-radius: 4px;
  box-shadow: 0px 20px 96px rgba(0, 0, 0, 0.2);
}

.how_bar::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 8px;
  background: #D8DEE9;
}

.w-90 {
  width: 90%;
}

.ml-auto {
  margin-left: auto;
}

.product_space_step {
  margin-top: 400px;
}

.blu_circle {
  width: 23px;
  height: 23px;
  border-radius: 100%;
  background: #0C0F66;
  border: 1px solid #707070;
}

.pro_scope_step_1 {
  position: absolute;
  right: -11px;
}

.pro_scope_step_2 {
  position: absolute;
  left: -11px;
  top: 200px;
}

.pro_scope_step_3 {
  position: absolute;
  right: -11px;
}

.text-light {
  color: #fff !important;
}

.key_benifits {
  background: #333333;
}

.key_benifits_box {
  height: 340px;
  border-radius: 4px;
}

.Outputs {
  background: #0044FF;
}

.slider {
  margin-top: -152px;
  width: 100%;
}

.Outputs_box {
  height: 550px;
  border-radius: 6px;
  border: 1px solid #E6E6E6;
}

.Outputs_box img {
  border-radius: 6px;
}

.owl-carousel .owl-nav button.owl-prev:after {
  content: '';
  position: absolute;
  width: 57px;
  height: 57px;
  top: 50%;
  left: 20px;
  background-image: url(../images/left-arrow.png);
  background-repeat: no-repeat;

}

.owl-carousel .owl-nav button.owl-next:after {
  content: '';
  position: absolute;
  width: 57px;
  height: 57px;
  top: 50%;
  right: 20px;
  background-image: url(../images/right-arrow.png);
  background-repeat: no-repeat;

}

.owl-carousel .owl-nav button span {
  height: 0px;
  opacity: 0;
}

.font-light {
  font-weight: 300;
}

.theme_btn_white:hover {
  background: #fff;
  color: #0C0F66;
}

.theme_btn_white {
  background: #0C0F66;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 30px;
  font-weight: bold;
  padding-left: 25px !important;
  padding-right: 25px !important;
  padding-top: 8px;
  padding-bottom: 8px;
  transition: 0.5s;
  font-size: 13px;
  display: inline-block;
}

.theme_btn_fill_white {
  background: #fff;
  color: #0C0F66;
  border: 2px solid #0C0F66;
  border-radius: 30px;
  font-weight: bold;
  padding-left: 25px !important;
  padding-right: 25px !important;
  padding-top: 8px;
  padding-bottom: 8px;
  transition: 0.5s;
  font-size: 13px;
  display: inline-block;
}

.theme_btn_fill_white:hover {
  background: #0C0F66;
  color: #fff;
  border: 2px solid #fff;
}

.shadow {
  border-radius: 4px;
  box-shadow: 0px 23px 40px rgba(0, 0, 0, 0.1) !important;
}

.Tools {
  background: #212121;
}

.Tools_box {
  height: 480px;
  border-radius: 6px;
  border: 1px solid #E6E6E6;
}

.why_accordion {
  border-top: 2px solid #707070;
  cursor: pointer;
  transition: 0.5s;
}

.description {
  transition: 0.5s;
  height: 35px;
  overflow: hidden;
}

.description p {
  line-height: 40px;
}

.fit {
  transition: 0.5s;
  height: fit-content;
  overflow: hidden;
}

.fit p {
  line-height: 25px;
}

.bbbb {
  border-bottom: 2px solid #707070;
}

/*product-scope*/
/*ui*/
.product_space_step_ui {
  margin-top: 300px;
}

.product_mvp {
  background-image: url(../images/mvp-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.Compliance {
  background-image: url(../images/Compliance-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.compliance_box_big {
  box-shadow: 0px 20px 66px rgba(0, 0, 0, 0.2) !important;
  border-radius: 4px;
}

/*ui*/
/*Dedicated Teams*/
.product_team {
  background-image: url(../images/product_team.png);
  background-repeat: no-repeat;
  background-size: cover;
}

/*Dedicated Teams*/
.Needs {
  background: #333333;

}

.Needs_box {
  border-radius: 4px;
}

.bbb-g {
  border-bottom: 1px solid #AFAFAF;
}


/*about*/
.banner_about {
  background-image: url(../images/about_banner.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.worker_content {
  margin-top: 113px;
}

/*about*/
/*blog*/
.banner_blog {
  background-image: url(../images/blog.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.blog_img {
  border-radius: 8px 8px 0px 0px;
}

.tagss a {
  color: #626268;
  border: 2px solid #ccc;
  border-radius: 20px;
  padding: 4px 14px;
  display: inline-block;
  margin-right: 20px;
}

.auther_img img {
  width: 38px;
  height: 38px;
  border-radius: 100%;
}

.sreach input {
  background: #F7F9FD;
  border: 0px;
  padding-top: 9px;
  padding-bottom: 9px;
}

.blog_boxx_hover {
  border: 2px solid #CCCCCC;
  border-radius: 8px;
  transition: 0.5s;
}

.blog_boxx_hover h6 {
  color: #626268;
}

.blog_boxx_hover p {
  color: #626268;
}

.blog_boxx_hover:hover {
  color: #fff;
  transition: 0.5s;
  background-image: url(../images/blog.png);
  background-repeat: no-repeat;
  background-size: cover;
  border: 0px;
}

.blog_boxx_hover:hover h6 {
  color: #fff;
}

.blog_boxx_hover:hover p {
  color: #fff;
}

.rec_img img {
  width: 70px;
  height: 70px;
  border-radius: 8px;
  margin-right: 10px;
}

p.text-gray.countt {
  background: #F7F9FD;
  padding: 5px 10px;
  border-radius: 18px;
}

.banner_blog_full {
  background-image: url(../images/blog_full.png);
  background-repeat: no-repeat;
  background-size: cover;

}

.tags_banner a {
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  padding: 6px 14px;
  display: inline-block;
  margin-right: 20px;
}

.left_border {
  border-left: 2px solid #0C0F66;
}

.news-letter {
  border-radius: 8px;
}

.news_content input {
  background: #2A2C79;
  border: 0px;
  color: #fff;
}

.news_content input::placeholder {
  color: #AAABC9;
}

.news_content button {
  width: 100%;
  color: #0C0F66;
  background: #fff;
  margin-top: 32px;
}

/*blog*/
.new_blog_bar {
  background-image: url(../images/new_blog.png);
  background-repeat: no-repeat;
  background-size: cover;
}


/*careers*/
.banner_career {
  background-image: url(../images/careers.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.margin_top_height {
  margin-top: 100px;
  margin-bottom: 30px;
}

.banner_career a {
  border: 2px solid #fff !important;
  margin-right: 20px;
}

.means_to_work_box {
  border-radius: 8px;
  height: 245px;
}

.Preview {
  border-radius: 8px;
}

.copt_wite_type {
  border-top: 2px solid #AFAFAF;
}

#menu {
  cursor: pointer;
}

/*careers*/
.side_menu {
  width: 280px;
  background: #fff;
  position: fixed;
  top: 0;
  left: -100%;
  transition: 0.5s;
  height: 100vh;
}

.display {
  left: 0;
  transition: 0.5s;
}

.menu_left ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.menu_left ul li a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 19px;
  padding-right: 19px;
  display: block;
  text-transform: uppercase;
  color: #0C0F66;
}

.cruncy {
  margin-bottom: 10px;
}

.Recent_box {
  height: 235px;
}

.Recent_box1 {
  height: 300px;
}

.formm select {
  color: #555794;
  border: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url(../images/arroe_down.png) !important;
  background: #F7F9FD;
  background-repeat: no-repeat;
  background-size: 11px 7px;
  background-position: right 0.75rem center;
}

img.arrooee {
  width: 38px;
  height: 21px;
}

.formm_box {
  display: none;
}

.spotlight-margins {
  margin-bottom: 20px;
}

/* Contact Form  */

.form-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 4px solid rgba(0, 0, 255, 0.3);
  border-top: 4px solid blue;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#successMessage {
  display: none;
  position: fixed;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #333333;
  color: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
}

#successMessage button {
  margin-top: 10px;
  padding: 8px 16px;
  background-color: darkblue;
  color: white;
  border: none;
  cursor: pointer;
}

#successMessage button:hover {
  background-color: #555555;
}
/* Contact Form End */

@media only screen and (max-width: 600px) {
  .tagss a {
    margin-bottom: 10px;
  }

  .imgggg {
    text-align: center;
  }

  .imgggg img {
    display: block !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  img.mx-5 {
    margin-right: auto !important;
    margin-left: auto !important;

  }

  .tags_banner a {
    margin-bottom: 10px;
  }

  .banner_content h1 {
    font-size: 30px;
  }

  .case_img {
    text-align: center !important;
    margin-top: 45px;
  }

  .loctation_img img {
    width: 96%;
  }

  div#navbarSupportedContent {
    position: absolute;
    width: 100%;
    top: 68px;
    left: 0;
    background: #0c0f6f;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  li.nav-item {
    text-align: center;
  }

  a.nav-link.last_btn.uppercase {
    text-align: center;
  }

  .video_boxxx img {
    width: 100% !important;
    margin-bottom: 35px;
  }

  .video_content.px-5 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .banner_content.text-start.px-4 h1 img {
    width: 35px;
  }

  .banner_content.text-start.px-4 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .img_c.text-center img {
    width: 134px !important;
  }

  .dream_box_box.text-center.mt-5.pt-5 {
    padding-top: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 50px;
  }

  .dream_box_box.text-end.mt-5.pt-5 {
    padding-top: 0px !important;
    margin-top: 0px !important;
    text-align: center !important;
    margin-bottom: 50px;
  }

  .white_banner div#navbarSupportedContent {
    background: #fff !important;
  }

  .how_bar::after {
    display: none;
  }

  .blu_circle {
    display: none;
  }

  .how_box.w-90 {
    width: 100%;
  }

  .product_scope {
    background: #333333;
  }

  .product_mvp {
    background: #333333;
  }

  .product_team {
    background: #333333;
  }

  .owl-carousel .owl-nav button.owl-prev:after {
    content: '';
    position: absolute;
    width: 57px;
    height: 57px;
    top: 50%;
    left: 20px;
    background: none;
  }
  
  .owl-carousel .owl-nav button.owl-next:after {
    content: '';
    position: absolute;
    width: 57px;
    height: 57px;
    top: 50%;
    right: 20px;
    background: none;
  }

  .product_space_step {
    margin-top: 0px;
  }

  .key_benifits_box {
    height: fit-content;
  }

  .product_space_step_ui {
    margin-top: 0px;
  }

  .work_box_content.w-75.mt-5.mx-5 {
    width: 100% !important;
    margin: 0px !important;
  }

  .work_img_right {
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .work_img_left {
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .means_to_work_box {
    height: fit-content;
  }
}