html {
  scroll-behavior: smooth !important;
}

:root {
  --pimary: #fafafa;
  --text_color_black: #2c2b2b;
  --text_color_white: #fff;
  --seconday: #fff;
  --interactive: #2e5f99;
  --tertiary: #2c2b2b;
}

body {
  overflow-x: hidden;
  scroll-behavior: smooth !important;
}

*:hover {
  text-decoration: none !important;
}

*:focus {
  outline: none !important;
}

.nav_trigger_mob_menu {
  display: none;
}

.primay_button {
  margin-top: 24px;
  background: none;
  font-weight: 700;
  border: 1px solid #000;
  padding: 10px 30px;
  border-radius: 100px;
  cursor: pointer;
}

.primay_button.light {
  color: var(--interactive);
  border: 1px solid var(--interactive);
}

.primay_button.white {
  color: var(--pimary);
  border: 1px solid var(--pimary);
}

.primay_button.dark {}

.contact_cont input::placeholder,
.contact_cont textarea::placeholder {
  color: var(--pimary);
}

.contact_cont textarea {
  min-height: 150px;
}

.loader {
  background: white;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.secondary_button {
  background: none;
  border: none;
  margin-top: 20px;
  font-weight: 600;
  font-size: 15px;
}

.secondary_button.dark {
  color: var(--seconday);
}

.secondary_button span {
  border: 2px solid var(--tertiary);
  width: 26px;
  display: inline-block;
  height: 26px;
  background: #66339900;
  text-align: center;
  padding-top: 1px;
  margin-left: 8px;
  border-radius: 100px;
  padding-left: 2px;
}

.secondary_button span i {
  font-size: 12px;
}

.secondary_button.dark span {
  border: 2px solid var(--pimary);
}

.secondary_button.dark span i {}

.circle {
  width: 350px;
  height: 350px;
  /* background: red; */
  position: absolute;
  right: 0;
  border-radius: 1000px;
  border: 40px solid rebeccapurple;
}

.banner_cirle {
  opacity: 0.3;
  top: 17%;
  right: -11%;
}

.circle_blue.banner_cirle_two {
  border: 30px solid var(--interactive);
  opacity: 0.3;
  top: 80%;
  left: -9%;
  width: 216px;
  height: 216px;
}

.circle_blue {
  border: 50px solid var(--interactive);
}

.circle_white {
  border: 50px solid var(--pimary);
}

.circle.about_cirle.circle_blue {
  width: 170px;
  height: 170px;
  border: 30px solid var(--interactive);
  opacity: 0.3;
  top: -72px;
  right: -50px;
}

.circle.about_cirle_one.circle_blue {
  bottom: -30%;
  right: -9%;
  opacity: 0.5;
}

.circle.impact_cirle_one.circle_white {
  top: -23.4%;
  right: -9%;
}

.circle.cs_cirle_two.circle_blue {
  top: -20%;
  right: -14%;
}

.circle.whyus_cirle_two.circle_blue {
  left: -11%;
  bottom: -20%;
}

/* nav start */
nav {
  width: 100%;
  margin: 0 auto;
  /* background: white; */
  padding: 20px 0px;
}

.nav_inner .menu {
  margin: 0px 12px 0px 0px;
  padding: 10px 12px;
  /* background: #e2d7d7; */
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  color: var(--text_color_black);
  transform: scale(0.96);
  letter-spacing: 1px;
}

.nav_inner .menu:nth-last-child(1) {
  margin: 0;
}

.nav_and_logo_outer {
  width: 100%;
  margin: 0 auto;
  /* background: white; */
  display: flex;
}

.nav_and_logo_outer .logo {
  width: 118px;
  align-self: center;
}

.nav_and_logo_outer .nav_inner {
  /* background: red; */
  width: calc(100% - 118px);
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: right;
}

.primay_button.nav_button {
  margin: 0;
  text-transform: uppercase;
  font-weight: 900;
  color: var(--interactive);
  border: 1px solid var(--interactive);
}

nav#nav_outer.active {
  position: fixed;
  z-index: 11;
  background: white;
  padding: 0px 0px;
  box-shadow: 1px 1px 49px -20px #00000054;
  animation: slide_from_top 0.5s linear forwards;
  top: 0;
}

nav#nav_outer.active .nav_and_logo_outer .logo {
  margin-top: 10px;
}

@keyframes slide_from_top {
  0% {
    transform: translateY(-200px);
  }

  100% {
    transform: translateY(0px);
  }
}

/* nav end */
/* banner */
.heading_under_banner span {
  display: inline-block;
}

.banner_secton {
  position: relative;
  padding: 100px 0px 0px;
  width: 100%;
  margin: 0 auto;
}

.banner_secton h1 {
  font-size: 165px;
  font-weight: 700;
  line-height: 164.44px;
  position: relative;
  width: 100%;
  color: var(--text_color_black);
}

.banner_secton h1 p {
  font-size: 15px;
  position: absolute;
  top: 11%;
  right: 0;
  width: 31%;
  line-height: normal;
  font-weight: 400;
  line-height: 28px;
  color: var(--text_color_black);
}

.down_arrow {
  position: absolute;
  bottom: 11%;
  right: 12%;
  width: 27px;
  cursor: pointer;
}

.circle.banner_cirle_two.circle_white {
  left: -143px;
  top: -143px;
  opacity: 0.7;
}

/* banner end */
/* about section start */
.about_section {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0px 100px;
}

.about_section_inner {
  display: flex;
  width: 100%;
  margin: 0 auto;
  background: var(--seconday);
  box-shadow: 1px 1px 49px -20px #00000054;
  border-radius: 24px;
  overflow: hidden;
  z-index: 3;
  position: relative;
}

.about_section_inner .text_section {
  width: 60%;
  padding: 79px 70px;
  position: relative;
  overflow: hidden;
}

.about_section_inner .text_section h2 {
  font-weight: 700;
  margin-bottom: 23px;
  color: var(--text_color_black);
  line-height: 36px;
}

.about_section_inner .text_section p {
  color: var(--text_color_black);
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}

.about_section_inner .image_section {
  width: 66%;
  /*     background: url(../img/about.jpg); */
  background: url("../img/blue-cl-img.jpg");
  background-size: cover;
  /* background-attachment: fixed; */
  background-position: center;
}

.banner_second_outer {
  width: 100%;
  margin: 0 auto;
  margin-top: 40p;
}

.banner_second_outer .banner_second {
  display: flex;
  width: 100%;
  margin: 0 auto;
  background: var(--seconday);
  box-shadow: 1px 1px 49px -20px #00000054;
  border-radius: 24px;
  overflow: hidden;
  z-index: 3;
  position: relative;
  min-height: 337px;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to top, #a18cd1 50%, #fbc2eb 100%);
}

.banner_second_outer h1 {
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  font-size: 47px;
}

.banner_second_outer h1 span {
  display: inline-block;
}

/* about section end */
/* impact section start */
.impact_section {
  background: var(--interactive);
  min-height: 100px;
  padding: 55px 0px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.impact_section_inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 20px;
  padding: 70px 50px;
  gap: 3%;
  position: relative;
}

.impact_section_inner .impact {
  border: 2px solid var(--interactive);
  padding: 20px;
  border-radius: 20px;
  width: 30%;
}

.impact_section_inner .large_text {
  font-size: 80px;
  font-weight: 600;
  color: var(--interactive);
  text-align: center;
  line-height: 22px;
  margin-top: 46px;
  margin-bottom: 43px;
  letter-spacing: -3px;
}

.impact_section_inner .large_text>span {
  margin-left: 9px;
  font-size: 39px;
  font-weight: 900;
  /* color: var(--text_color_black); */
}

.impact_section_inner .midium_text {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  margin-top: 16px;
  margin-bottom: 25px;
  line-height: 27px;
}

.impact_section_inner p {
  text-align: center;
  margin-bottom: 35px;
  font-size: 15px;
  line-height: 24px;
}

.impact_heading {
  font-size: 31px;
  font-weight: 700;
  margin-bottom: 38px;
  color: var(--text_color_white);
  line-height: 40px;
}

.impact_heading.dark {
  color: var(--text_color_black);
}

/* .impact_section_inner .impact {

} */
/* impact section end */
/* case studies start */
.case_studies_cont {
  background: var(--tertiary);
  padding: 50px 0px;
  position: relative;
}

.case_studies_cont_inner {}

.case_studies_cont .impact_heading {}

.case_studies_cont .inner_cs_cont {
  width: 100%;
  background: var(--tertiary);
}

.inner_cs_cont h3 {
  color: var(--pimary);
  font-weight: 700;
  margin-top: 30px;
  line-height: 33px;
}

.inner_cs_cont img {
  width: 100%;
}

/* case_studies_cont end */
/* contact start */
.contact_cont {
  position: relative;
  background: var(--interactive);
  padding: 80px 0px;
}

.contact_us_inner {
  width: 80%;
  margin: 0 auto;
}

.heading_contact {
  text-align: center;
  color: var(--pimary);
  font-weight: 800;
  font-size: 31px;
  margin-bottom: 40px;
}

.heading_contact span {
  font-size: 16px;
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
  opacity: 0.8;
}

.form_cont {
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
}

.form_cont .half_input {
  width: 49%;
  padding: 15px 20px;
  margin-bottom: 20px;
  background: transparent;
  border: 1px solid var(--pimary);
  color: var(--pimary);
}

.form_cont .full_input {
  width: 99%;
  padding: 15px 20px;
  margin-bottom: 20px;
  background: transparent;
  border: 1px solid var(--pimary);
  color: var(--pimary);
}

.contact_us_inner .primay_button {
  color: var(--pimary);
  border: 1px solid var(--pimary);
}

.contact_us_inner p {
  max-width: 680px;
  color: var(--pimary);
  margin-bottom: 40px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 40px;
  line-height: 25px;
}

/* contact end */
/* platform start */
.platform_outer_cont {
  margin: 0 auto;
  width: 100%;
  position: relative;
  background: #0f42b3;
  padding: 57px 0px;
  position: relative;
}

.platforminner_cont {
  display: flex;
  width: 100%;
  margin: 0 auto;
  /* border: 1px solid var(--pimary); */
  border-radius: 24px;
  box-shadow: 1px 1px 49px -20px #000000;
  padding: 30px 0px;
  background: var(--pimary);
}

.platforminner_cont img {
  width: 57%;
}

.platforminner_cont .platform_text_cont {
  width: 38%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.platform_text_cont .platform_text_cont_inner {}

.platforminner_cont .platform_text_cont .platform_text_cont_inner h3 {
  font-weight: 600;
  color: var(--text_color_black);
  font-size: 30px;
  margin-top: 0;
  font-weight: 700;
}

.platforminner_cont .platform_text_cont .platform_text_cont_inner p {
  font-size: 15px;
  color: var();
  margin-top: 17px;
}

/* platform end */
/* Diffrentiation start */
.differentiators_cont_outer {
  padding: 54px 0px 43px;
  position: relative;
}

.differentiators_cont_inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  background: var(--seconday);
  padding: 52px 46px;
  column-gap: 2%;
  /* align-items: center; */
  justify-content: start;
  border-radius: 24px;
  box-shadow: 1px 1px 49px -20px #00000054;
  position: relative;
}

.differentiators_cont_inner.small {
  width: 70%;
  padding: 52px 45px;
  column-gap: 21%;
  align-items: center;
}

.differentiators_cont_inner .inner_differentiators {
  width: 31%;
  text-align: center;
}

.differentiators_cont_inner .inner_differentiators .image_wrapper_diffrentitation {
  width: 74%;
  max-width: 89px;
  margin: 0 auto;
  margin-bottom: 20px;
  background: var(--interactive);
  border-radius: 1000px;
  padding: 19px;
}

.differentiators_cont_inner .inner_differentiators .image_wrapper_diffrentitation img {
  width: 100%;
}

.differentiators_cont_inner .inner_differentiators h4 {
  color: var(--text_color_black);
  font-weight: 700;
  font-size: 18px;
  margin-top: 35px;
}

.differentiators_cont_inner .inner_differentiators p {
  color: var(--text_color_black);
  margin-top: 17px;
  font-size: 14px;
}

/* Diffrentation end */
/* testimonial start */
.testimonial_inner {}

.testimonial_outer {
  background: transparent;
  width: 100%;
  margin: 0 auto;
  padding: 80px 0px;
  background: url(../img/quotation.png);
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.testimonial {
  background: #fff;
  padding: 45px;
  text-align: left;
  box-shadow: 1px 1px 32px -22px #000;
  border-radius: 20px;
}

.owl-carousel .owl-item {
  padding: 49px;
}

.testimonial .owl-item {
  padding: 0px 29px;
}

.testimonial>p {
  font-size: 16px;
  color: var(--tertiary);
  font-weight: 300;
  line-height: 29px;
}

.testimonial-review {
  text-align: center;
  width: 100%;
  margin: 20px auto;
}

.forfeedback.heading_contact span {
  opacity: 0.6;
  font-size: 15px;
}

.testimonial-review>img {
  border-radius: 50%;
  float: left;
  margin-right: 15px;
}

.testimonial-title {
  text-align: center;
  padding-top: 15px;
  line-height: 18px;
  color: #000;
  text-transform: capitalize;
  font-size: 24px;
}

.testimonial-title small {
  display: block;
  font-style: italic;
  margin: 10px 0;
  color: #93a0aa;
  font-size: 15px;
}

.owl-buttons {
  position: absolute;
  top: 45%;
  width: 100%;
  opacity: 0;
}

.owl-prev {
  position: absolute;
  left: -3%;
}

.owl-next {
  position: absolute;
  right: -3%;
}

.owl-theme .owl-controls .owl-buttons div {
  background: #7a4b94;
  opacity: 1;
}

.owl-theme .owl-controls .owl-buttons div {
  border-radius: 50%;
}

.owl-prev:after,
.owl-next:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f104";
  width: 28px;
  height: 28px;
  font-size: 14px;
}

.owl-next:after {
  content: "\f105";
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: var(--interactive);
}

.owl-carousel:hover .owl-buttons {
  opacity: 1;
}

.differentiators_cont_inner.only-container_area {
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .owl-prev {
    left: -2.5%;
  }

  .owl-next {
    right: -2.5%;
  }
}

.forfeedback.heading_contact {
  color: var(--tertiary);
  margin-bottom: 22px;
}

/* testimonial end */
/* ourt team start */
.our_team_cont_outer {
  background: var(--tertiary);
  padding: 100px 0px;
}

.our_team_cont_outer .differentiators_cont_inner {}

.our_team_cont_outer .differentiators_cont_inner .inner_differentiators .image_wrapper_diffrentitation {
  max-width: 133px;
  padding: 0;
}

.our_team_cont_outer .differentiators_cont_inner .inner_differentiators .image_wrapper_diffrentitation img {
  width: 100%;
  border-radius: 100%;
  padding: 0px;
}

.our_team_cont_outer .differentiators_cont_inner .inner_differentiators p {
  color: var(--text_color_black);
  margin-top: 3px;
}

.our_team_cont_outer .social {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.our_team_cont_outer .social a {
  all: unset;
}

.our_team_cont_outer .social i {
  font-size: 15px;
  display: inline-block;
  cursor: pointer;
  width: 31px;
  height: 31px;
  background: var(--interactive);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 4px;
  color: var(--pimary);
  border-radius: 100px;
}

/* our team end */
/* solution infographic  start*/
.infographic_cont {
  min-height: 574px;
  width: 96%;
  background: var(--pimary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  margin-bottom: 50px;
  box-shadow: 1px 1px 49px -20px #000000;
  padding: 0px 50px;
  position: relative;
}

.infographic_cont_center {
  width: 78%;
  min-height: 300px;
  background: white;
  margin: 0 auto;
  position: relative;
  box-shadow: 1px 1px 49px -20px #00000061;
  border-radius: 18px;
  z-index: 5;
}

.infographic_cont_center * {
  box-sizing: border-box;
}

.icons_info {
  width: 79px;
  height: 59px;
  position: absolute;
  background: var(--seconday);
  display: flex;
  box-shadow: 1px 1px 49px -20px #00000061;
  border-radius: 13px;
  align-items: center;
  justify-content: center;
  cursor: crosshair;
}

.left_icon {
  left: -128px;
}

.right_icon {
  right: -128px;
}

.left_icon.icon_one {
  top: -26%;
}

.left_icon.icon_two {
  top: 5%;
  /* background: #a38f8f; */
}

.left_icon.icon_three {
  top: 36%;
  /* background: #a87070; */
}

.left_icon.icon_four {
  bottom: 8%;
  /* background: #914242; */
}

.left_icon.icon_five {
  bottom: -24%;
  /* background: #a87070; */
  top: unset;
}

.icons_info.left_icon span {
  position: absolute;
  left: -101%;
  background: white;
  width: 106px;
  padding: 10px;
  font-size: 12px;
  border-radius: 6px;
  top: 10px;
}

.left_icon.icon_one {
  top: -15%;
}

.left_icon.icon_two {
  top: 12%;
  /* background: #a38f8f; */
}

.left_icon.icon_three {
  top: 38%;
  /* background: #a87070; */
}

.left_icon.icon_four {
  bottom: 16%;
  /* background: #914242; */
}

.left_icon.icon_five {
  bottom: -12%;
  /* background: #a87070; */
  top: unset;
}

.left_icon.illus_icon_one {
  top: -14%;
}

.left_icon.illus_icon_two {
  top: 42%;
}

.left_icon.illus_icon_three {
  bottom: -11%;
}

.right_icon.illus_icon_one {
  top: -14%;
}

.right_icon.illus_icon_two {
  top: 42%;
}

.right_icon.illus_icon_three {
  bottom: -11%;
}

.icons_info.left_icon span {
  position: absolute;
  left: -170%;
  background: white;
  width: 119px;
  padding: 13px;
  font-size: 12px;
  border-radius: 6px;
  top: 10px;
  display: none;
}

.right_icon.icon_one {
  top: -15%;
}

.right_icon.icon_two {
  top: 11%;
  /* background: #a38f8f; */
}

.right_icon.icon_three {
  top: 38%;
  /* background: #a87070; */
}

.right_icon.icon_four {
  bottom: 15%;
  /* background: #914242; */
}

.right_icon.icon_five {
  bottom: -12%;
  /* background: #a87070; */
  top: unset;
}

.icons_info.right_icon span {
  position: absolute;
  right: -147%;
  background: white;
  width: 106px;
  padding: 13px;
  font-size: 12px;
  border-radius: 6px;
  top: 1px;
  display: none;
}

.icons_info img {
  width: 100%;
  max-width: 47px;
}

.infographic_cont_center {
  display: flex;
  padding: 20px;
}

.infographic_cont_center.uniqe_box_align {
  align-items: center;
  justify-content: center;
}

.infographic_cont_center.uniqe_box_align>.info_cont_left {
  width: 90%;
}

.infographic_cont_center.uniqe_box_align {
  height: 404px;
}

.info_cont_left {
  width: 50%;
  display: flex;
  padding: 13px;
  flex-wrap: wrap;
}

.info_cont_left img {
  width: 95%;
  align-self: center;
  padding: 39px 30px 22px;
  box-shadow: 1px 1px 49px -20px #00000061;
  border-radius: 20px;
}

.info_cont_right {
  width: 50%;
  /* background: var(--pimary); */
  /* box-shadow: 1px 1px 49px -20px #00000061; */
  border-radius: 20px;
  padding: 15px 18px;
}

.infographic_cont_center.uniqe_box_align {
  box-shadow: unset !important;
  background: transparent;
}

.info_cont_right .info_table_header .table_icon_cont {
  width: 24%;
  min-height: 42px;
  /* background: gainsboro; */
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.info_cont_right .info_table_header .table_icon_cont i {
  font-size: 49px;
  color: white;
  text-align: left;
}

.info_cont_right .info_table_header {
  width: 100%;
  background: var(--interactive);
  padding: 16px;
  display: flex;
  border-radius: 20px 20px 0px 0px;
}

.table_dummy_text_cont {
  width: 75%;
  padding: 7px 11px;
}

.table_dummy_text_cont span:nth-child(1) {
  width: 100%;
  display: block;
  height: 6px;
  background: white;
  border-radius: 10px;
}

.table_dummy_text_cont span:nth-child(2) {
  width: 77%;
  display: block;
  height: 6px;
  background: white;
  border-radius: 10px;
  margin-top: 12px;
}

.table_body_cont {
  width: 100%;
  width: 100%;
  background: var(--seconday);
  padding: 10px 16px;
  padding-bottom: 24px;
  box-shadow: 1px 1px 49px -20px #00000061;
  border-radius: 0px 0px 20px 20px;
}

.table_body_row {
  display: flex;
  margin-block-start: 13px;
}

.table_body_row i,
.table_body_row img {
  padding: 5px;
  width: 40px;
  height: 40px;
  background: var(--seconday);
  border-radius: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  box-shadow: 1px 1px 11px -4px #00000057;
}

.table_body_row p {
  margin-bottom: 0;
  align-items: center;
  justify-content: flex-start;
  display: flex;
  padding: 0px 10px;
  color: var(--tertiary);
  width: calc(100% - 40px);
}

.icons_info:hover span {
  display: block;
  box-shadow: 1px 1px 49px -11px #000000;
}

.icon_hover_top.top_left,
.icon_hover_top.top_right {
  position: absolute;
  top: -121px;
  min-height: 54px;
  background: var(--seconday);
  width: 100%;
  left: 0;
  border-radius: 12px;
  padding: 18px;
  line-height: 26px;
  box-shadow: 1px 1px 49px -20px #00000061;
  display: none;
  z-index: 2;
}

.info_cont_2.info_cont_left {
  width: 50%;
  display: flex;
  padding: 13px 0;
  flex-wrap: wrap;
  justify-content: center;
  background: #fafafa;
}

.info_cont_2.info_cont_left>img {
  width: 100%;
}

.info_cont_left:hover~.top_left {
  display: block;
}

.info_cont_right:hover~.top_right {
  display: block;
}

/* solution infographic  end*/
@media only screen and (max-width: 999px) and (min-width: 300px) {}

/* econdary page start (solution) */
.banner_seconday {
  width: 100%;
  margin: 0 auto;
  margin-top: 29px;
}

.banner_seconday .banner_seconday_inner {
  width: 100%;
  margin: 0 auto;
  min-height: auto;
  background-size: cover;
  border-radius: 24px;
}

.banner_seconday .banner_seconday_inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  display: none;
}

.banner_seconday .banner_seconday_inner h2 {
  color: var(--tertiary);
  font-size: 40px;
  font-weight: 800;
}

.banner_seconday .banner_seconday_inner p {
  color: var(--seconday);
  font-size: 15px;
  margin-top: 20px;
  display: none;
}

.inner_banner_text {
  /* background: var(--interactive); */
  position: relative;
  width: 64%;
  text-align: center;
  padding: 8px 0px 17px;
  margin: 0 auto;
}

.half_half_section_outer {
  width: 100%;
  margin: 0 auto;
  padding: 76px 0px;
}

.half_half_section_inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
}

.half_half_section_inner .text_cont {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* top: 0; */
  /* position: sticky; */
}

.half_half_section_inner .half_image {
  width: 50%;
  border-radius: 29px;
}

.text_cont_inner {
  padding: 0px 36px;
  /* top: 0; */
  /* position: sticky; */
}

.half_half_section_inner .text_cont_inner h2 {
  font-size: 35px;
  margin-bottom: 25px;
  font-weight: 800;
}

.half_half_section_inner .text_cont_inner p {
  font-size: 15px;
  line-height: 26px;
}

.points_text_outer {}

.points_text_inner {
  width: 100%;
  display: flex;
  background: var(--seconday);
  margin-bottom: 20px;
  padding: 22px;
  box-shadow: 1px 1px 49px -20px #00000061;
}

.points_text {
  width: calc(100% - 90px);
  padding: 0px 20px;
  display: flex;
  align-items: center;
}

.points_text_inner img {
  width: 90px;
  align-self: center;
}

.inner_points_text {}

.inner_points_text span {
  color: var(--pimary);
  padding: 0px 0px 0px 30px;
  margin-right: 0px;
  display: inline-block;
  /* background: #2c2b2b17; */
  margin-bottom: 3px;
  font-size: 13px;
  display: block;
  width: fit-content;
  color: black;
  margin-top: 11px;
  /* box-shadow: 1px 1px 15px -6px #00000061; */
}

.col_white_amrc {
  color: #fff;
}

.fleft {
  float: left;
}

.padding-right {
  padding-right: 10px;
}

.bottom_border {
  border-bottom: 1px solid #323f45;
  padding-bottom: 20px;
}

.foote_bottom_ul_amrc {
  list-style-type: none;
  padding: 0px;
  display: block;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  text-align: center;
}

.foote_bottom_ul_amrc li {
  display: inline;
}

.foote_bottom_ul_amrc li a {
  color: #999;
  margin: 0 12px;
}

.designed_by a {
  color: white;
}

h5.headin5_amrc.col_white_amrc.pt2 a {
  color: white;
}

.backtptop {
  background: var(--interactive);
  color: white;
  width: 50px;
  height: 50px;
  /* border-radius: 100px; */
  position: fixed;
  bottom: 0;
  right: 0;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  z-index: 10;
}

.backtptop i.fa {
  margin: 0;
  margin-bottom: 4px;
  color: #ffffff !important;
}

/*footer end*/
.connecttor {
  position: absolute;
  width: 136px;
  height: 71px;
  left: 186px;
  /* background: #ff000026; */
  top: 89px;
  z-index: 1;
}

.connecttor.left {
  left: 82px;
}

.connecttor.right {
  right: 82px;
  left: unset;
}

.connecttor.left.c1 {
  top: 66px;
  width: 157px;
}

.connecttor.left.c1 .inner1 {
  position: absolute;
  width: 100%;
  height: 14px;
  border-radius: 0px 10px;
}

.connecttor.left.c1 .inner2 {
  position: absolute;
  width: 16px;
  height: 100%;
  top: 14px;
  right: 0;
}

.connecttor.left.c2 {
  top: 160px;
}

.connecttor.left.c2.illus_c2 {
  top: 48%;
}

.connecttor.left.c3 {
  top: 246px;
}

.connecttor.left.c4 {
  top: 358px;
}

.connecttor.left.c5 {
  top: 432px;
  left: 82px;
  width: 157px;
}

.connecttor.right.c1 {
  top: 66px;
  width: 157px;
}

.connecttor.right.c1 .inner1 {
  position: absolute;
  width: 100%;
  height: 14px;
  border-radius: 10px 0px;
}

.connecttor.right.c1 .inner2 {
  position: absolute;
  width: 15px;
  height: 100%;
  top: 14px;
  left: 0;
}

.connecttor.right.c2 {
  top: 160px;
}

.connecttor.right.c2.illus_c2 {
  top: 48%;
}

.connecttor.right.c3 {
  top: 246px;
}

.connecttor.right.c4 {
  top: 358px;
}

.connecttor.right.c5 {
  top: 432px;
  right: 82px;
  width: 157px;
}

.right.c2 .inner1 {
  position: absolute;
  width: 100%;
  height: 14px;
  top: 10%;
}

.right.c3 .inner1 {
  position: absolute;
  width: 100%;
  height: 14px;
  top: 30%;
}

.right.c4 .inner1 {
  position: absolute;
  width: 100%;
  height: 14px;
  top: 41%;
}

.left.c2 .inner1 {
  position: absolute;
  width: 100%;
  height: 14px;
  top: 10%;
}

.left.c3 .inner1 {
  position: absolute;
  width: 100%;
  height: 14px;
  top: 30%;
}

.left.c4 .inner1 {
  position: absolute;
  width: 100%;
  height: 14px;
  top: 33%;
}

.right.c5 .inner1 {
  position: absolute;
  width: 100%;
  height: 14px;
  border-radius: 0px 0px 0px 10px;
  bottom: 0;
}

.right.c5 .inner2 {
  position: absolute;
  width: 14px;
  height: calc(100% - 14px);
  left: 0;
}

.left.c5 .inner1 {
  position: absolute;
  width: 100%;
  height: 14px;
  bottom: 0;
  border-radius: 0px 0px 10px 0px;
}

.left.c5 .inner2 {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 0;
  right: 0;
  height: calc(100% - 14px);
}

.connecttor div {
  background: var(--interactive);
  opacity: 0.1;
}

p.solution_cont_text {
  text-align: center;
  width: 100%;
}

.info_cont_right:hover~.top_right {
  display: block;
  display: block;
  width: 50%;
  margin: 0 auto;
  left: 22%;
}

.info_cont_left:hover~.top_left {
  display: block;
  width: 50%;
  margin: 0 auto;
  left: 22%;
}

p.solution_cont_text {
  font-weight: 500;
  font-size: 18px;
}

.icons_info.left_icon,
.icons_info.right_icon {
  transition: all 0.5s;
  box-shadow: 1px 1px 39px -14px #000000;
}

.icons_info.left_icon:hover,
.icons_info.right_icon:hover {
  transition: all 0.5s;
  box-shadow: 1px 1px 22px 4px var(--interactive);
}

.info_cont_left img {
  transition: all 0.5s;
  box-shadow: 1px 1px 49px -20px #00000061;
}

.info_cont_left img:hover {
  transition: all 0.5s;
  box-shadow: 1px 1px 41px 4px var(--interactive);
}

.table_body_cont:hover {
  transition: all 0.5s;
  box-shadow: -1px 9px 22px 2px var(--interactive);
}

.jump {
  position: absolute;
  width: 20px;
  height: 20px;
  background: green;
  left: 0;
  top: -200px;
  opacity: 0;
}

.side_text {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 50px;
  /*     background: red; */
  height: auto;
  /* overflow-wrap: anywhere; */
}

.left_text {
  left: -50px;
  top: 56%;
}

.right_text {
  right: -50px;
  top: 30%;
}

.left_text h2 {
  transform: rotate(270deg);
  white-space: nowrap;
  color: white;
  font-weight: 700;
  opacity: 0.5;
}

.differentiators_cont_inner.only-container_area {
  justify-content: center;
}

.right_text h2 {
  transform: rotate(-271deg);
  white-space: nowrap;
  color: white;
  font-weight: 700;
  opacity: 0.5;
}

input.checkbox {
  height: 0px;
  opacity: 0;
}

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

div#our-service {
  position: relative;
}

div#our-service::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(45deg, #5680df, #4269c1, #1f47a1) !important;
}

h5.para_heading {
  color: white;
  width: 92%;
  margin-bottom: 30px;
}


.connecttor.c1.left.illus_c2>.inner1 {
  top: 99%;
}

.connecttor.c1.left.illus_c2>.inner2 {
  left: 0%;
  top: 0%;
}


.connecttor.c1.right.illus_c2>.inner2 {
  top: 0%;
  left: 94%;
}

.connecttor.c1.right.illus_c2>.inner1 {
  top: 100%;
  left: 2%;
}

.connecttor.c5.left.illus_c2>.inner1 {
  top: -27%;
  border-radius: 10px 0px;
}

.connecttor.c5.left.illus_c2>.inner2 {
  left: 0;
  top: -5px;
}

.connecttor.illus_c2,
.connecttor.illus_c2 {
  width: 175px !important;
}

.connecttor.c5.right.illus_c2>.inner2 {
  left: 94%;
  top: -5%;
}

.connecttor.c5.right.illus_c2>.inner1 {
  top: -25%;
  left: 2%;
  border-radius: 0px 10px;
}

/* responsibe  */

@media only screen and (max-width: 375px) and (min-width: 346px) {}

@media only screen and (max-width: 544px) and (min-width: 375px) {}

@media only screen and (max-width: 555px) and (min-width: 376px) {}

@media only screen and (max-width: 768px) and (min-width: 544px) {}

@media only screen and (max-width: 1222px) and (min-width: 999px) {}

@media only screen and (max-width: 1358px) and (min-width: 1202px) {}

@media only screen and (max-width: 1200px) and (min-width: 993px) {}

@media only screen and (max-width: 991px) and (min-width: 300px) {}

@media only screen and (max-width: 400px) and (min-width: 300px) {}

@media only screen and (max-width: 826px) and (min-width: 572px) {}

@media only screen and (max-width: 370px) and (min-width: 320px) {}

@media only screen and (max-width: 900px) and (min-width: 370px) {}

@media only screen and (max-width: 551px) and (min-width: 370px) {}

@media only screen and (max-width: 999px) and (min-width: 826px) {}

@media only screen and (max-width: 11200px) and (min-width: 1600px) {}

@media only screen and (max-width: 999px) and (min-width: 400px) {}

@media only screen and (max-width: 999px) and (min-width: 551px) {}

@media only screen and (max-width: 1422px) and (min-width: 1300px) {}

@media only screen and (max-width: 1524px) and (min-width: 1422px) {}

@media only screen and (max-width: 1657) and (min-width: 1524px) {}

@media only screen and (max-width: 11200px) and (min-width: 1400px) {}

@media only screen and (max-width: 1000px) and (min-width: 700px) {}

@media only screen and (max-width: 999px) and (min-width: 300px) {
  .circle {
    width: 100px;
    height: 100px;
  }

  .banner_cirle {
    opacity: 0.3;
    top: 10%;
    right: -11%;
  }

  .circle_blue {
    border: 20px solid var(--interactive);
  }

  .circle.about_cirle.circle_blue {
    top: unset;
    bottom: -10%;
  }

  .circle.cs_cirle_two.circle_blue {
    display: none;
  }

  .circle_blue.banner_cirle_two {
    top: 94%;
    width: 200px;
    height: 216px;
  }

  .circle.banner_cirle_two.circle_white {
    left: -50px;
    bottom: -24px;
    top: unset;
    opacity: 0.7;
  }

  .nav_trigger_mob_menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
    width: 42px;
    position: absolute;
    top: -16px;
    right: 11px;
    z-index: 4;
  }

  .button.nav_trigger_mob_menu {
    display: block;
  }

  .nav_trigger_mob_menu .line {
    fill: none;
    stroke: black;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }

  .nav_trigger_mob_menu .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }

  .nav_trigger_mob_menu .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
  }

  .nav_trigger_mob_menu .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }

  .nav_trigger_mob_menu.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }

  .nav_trigger_mob_menu.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
  }

  .nav_trigger_mob_menu.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }

  .nav_trigger_mob_menu svg {
    width: 100%;
  }

  .primay_button.light {
    display: block;
    margin: 28px auto 20px;
  }

  .nav_inner .menu {
    width: 100%;
    text-align: left;
    color: var(--text_color_black);
    font-size: 23px;
    font-weight: 500;
    margin: 0px 12px 0px 0px;
    padding: 5px 12px;
  }

  /*const end*/
  .nav_and_logo_outer .nav_inner {
    display: block;
    position: fixed;
    width: 100%;
    left: 0;
    height: 100vh;
    background: green;
    top: 0;
    z-index: 4;
    padding: 74px 20px;
    background: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    display: none;
  }

  nav#nav_outer.active {
    /*         animation: unset; */
  }

  button.primay_button.nav_button {
    width: 100%;
    border-radius: 0px;
    color: var(--pimary);
    margin-top: 100px;
    /* border: 1px solid var(--pimary); */
    position: absolute;
    left: 0;
    font-size: 17px;
    background: var(--interactive);
  }

  .banner_secton h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 56.44px;
    margin-top: 0 !important;
  }

  .banner_secton {
    position: relative;
    padding: 10px 0px 0px;
  }

  .banner_secton h1 p {
    font-size: 15px;
    position: static;
    width: 100%;
  }

  .banner_secton h1 p {
    margin-top: 22px !important;
    font-size: 14px;
    line-height: 24px;
  }

  .down_arrow {
    position: absolute;
    bottom: -15%;
    right: 50%;
    width: 15px;
    transform: unset !important;
    display: none;
  }

  /* about start*/
  .about_section {
    padding: 00px 0px;
  }

  .about_section_inner {
    flex-direction: column-reverse;
  }

  .about_section_inner .text_section {
    width: 100%;
    padding: 29px 20px;
  }

  .about_section_inner .text_section h2 {
    /*  font-weight: 700;
        margin-bottom: 23px; */
    color: var(--text_color_black);
    line-height: 31px;
    font-size: 24px;
  }

  .about_section_inner .image_section {
    min-height: 270px;
    width: 100%;
  }

  .about_section_inner .text_section p {
    color: var(--text_color_black);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
  }

  /*about end */
  /*Impact start */
  .impact_section,
  .impact_section_inner {
    display: block;
    margin: 0 auto;
  }

  .impact_heading {
    font-size: 25px;
    margin-bottom: 38px;
    line-height: 33px;
  }

  .impact_section {
    padding: 50px 0px;
  }

  .impact_section_inner .impact {
    width: 100%;
    margin-bottom: 30px;
  }

  .impact_section_inner {
    width: 100%;
    border-radius: 20px;
    padding: 23px 20px;
  }

  .impact_section_inner .midium_text {
    font-size: 20px;
    margin-top: 16px;
    margin-bottom: 17px;
    line-height: 27px;
  }

  .impact_section_inner .impact:nth-last-child(1) {
    margin-bottom: 8px;
  }

  .impact_section_inner .large_text {
    font-size: 61px;
    margin-top: 20px;
    margin-bottom: 25px;
  }

  .impact_section_inner .large_text>span {
    font-size: 25px;
  }

  .impact_section_inner p {
    font-size: 14px;
  }

  /*Impact end */
  /* case study start */
  .case_studies_cont {
    padding: 40px 0px;
  }

  .case_studies_cont_inner {
    margin: 0 auto;
    width: 100%;
  }

  .case_studies_cont .inner_cs_cont {
    margin: 0 auto;
    margin-bottom: 50px;
  }

  .case_studies_cont .impact_heading {
    text-align: center;
  }

  /* case study end */
  /* platform start */
  .platforminner_cont {
    flex-wrap: wrap;
    padding-bottom: 59px;
    margin-top: 48px;
  }

  .platform_outer_cont {
    padding: 37px 0px;
    width: 100%;
    margin: 0 auto;
  }

  .platforminner_cont img {
    width: 100%;
  }

  .platforminner_cont .platform_text_cont {
    width: 100%;
  }

  .platforminner_cont .platform_text_cont .platform_text_cont_inner h3 {
    font-weight: 600;
    color: black;
    font-size: 24px;
    margin-top: 0;
    /* text-align: center; */
    line-height: 27px;
  }

  .platform_text_cont .platform_text_cont_inner {
    width: 86%;
    margin: 0 auto;
  }

  /* platform end */
  /* why us */
  .differentiators_cont_inner .inner_differentiators {
    width: 100%;
    text-align: center;
    margin-bottom: 32px;
  }

  .differentiators_cont_inner {
    width: 91%;
    flex-wrap: wrap;
  }

  /* why us end */
  /* contact stat */
  .contact_us_inner {
    width: 90%;
    margin: 0 auto;
  }

  .form_cont {
    gap: 5%;
  }

  .form_cont .half_input {
    width: 47%;
  }

  .heading_contact {
    font-size: 26px;
  }

  .owl-carousel .owl-item {
    padding: 15px;
  }

  .differentiators_cont_outer h3.impact_heading.dark.forfeedback {
    text-align: center;
  }

  .differentiators_cont_outer {
    padding: 45px 0px 50px;
  }

  .contact_cont {
    background: var(--interactive);
    padding: 40px 0px;
  }

  /* contact end */
  /* testimonial start */
  .testimonial_outer {
    padding: 10px 0px;
  }

  .testimonial>p {
    font-size: 14px;
    color: var(--tertiary);
    font-weight: 300;
    line-height: 26px;
    text-align: center;
  }

  /* testimonial end */
  /*infograph start*/
  .infographic_cont_center {
    display: flex;
    padding: 21px;
    flex-wrap: wrap;
    width: 100%;
  }

  .infographic_cont_center.uniqe_box_align {
    height: 300px;
    padding: 3px;
  }

  .left_icon {
    left: 50px;
  }

  .right_icon {
    right: 50px;
  }

  .icons_info {
    width: 50px;
    height: 50px;
  }

  .icons_info img {
    max-width: 30px;
  }

  .info_cont_left,
  .info_cont_right {
    width: 100%;
    padding: 20px 14px;
  }

  .infographic_cont {
    padding: 170px 22px;
    margin: 0 auto;
  }

  .left_icon.icon_one {
    top: -73px;
    left: 0%;
  }

  .icons_info.left_icon.illus_icon_one,
  .icons_info.right_icon.illus_icon_one {
    left: 6%;
  }

  .icons_info.left_icon.illus_icon_one {
    top: -20%;
  }

  .icons_info.left_icon.illus_icon_two {
    top: -20%;
    left: 41%;
  }

  .icons_info.left_icon.illus_icon_three {
    top: -20%;
    left: 76%;
  }

  .icons_info.right_icon.illus_icon_one {
    top: 98%;
  }

  .icons_info.right_icon.illus_icon_two {
    top: 98%;
    left: 41%;
  }

  .icons_info.right_icon.illus_icon_three {
    top: 98%;
    left: 76%;
  }

  .icons_info.left_icon.icon_two {
    top: -73px;
    left: 20%;
  }

  .icons_info.left_icon.icon_three {
    top: -73px;
    left: 40%;
  }

  .icons_info.left_icon.icon_four {
    top: -73px;
    left: 61%;
  }

  .icons_info.left_icon.icon_five {
    top: -73px;
    left: 82%;
  }

  .icons_info.right_icon.icon_one {
    top: unset;
    left: 0%;
    bottom: -72px;
  }

  .icons_info.right_icon.icon_two {
    top: unset;
    left: 20%;
    bottom: -72px;
  }

  .icons_info.right_icon.icon_three {
    top: unset;
    left: 40%;
    bottom: -72px;
  }

  .icons_info.right_icon.icon_four {
    top: unset;
    left: 61%;
    bottom: -72px;
  }

  .icons_info.right_icon.icon_five {
    top: unset;
    left: 82%;
    bottom: -72px;
  }

  .icons_info.left_icon::before,
  .icons_info.right_icon::before {
    display: none;
  }

  .icons_info.left_icon span {
    left: -20px;
    top: -61px;
  }

  .icons_info.right_icon span {
    left: -20px;
    top: unset;
    bottom: -61px;
  }

  .info_cont_left img {
    width: 100%;
    align-self: center;
    margin: 0 auto;
    margin-bottom: 21px;
    padding: 16px 1px;
  }

  .banner_seconday .banner_seconday_inner h2 {
    font-size: 26px;
    padding: 0px 30px;
    line-height: 31px;
  }

  .banner_seconday .banner_seconday_inner p {
    color: var(--seconday);
    font-size: 15px;
    margin-top: 20px;
    line-height: 23px;
    padding: 0px 30px;
  }

  .half_half_section_inner {
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
  }

  .half_half_section_inner .text_cont {
    width: 100%;
    margin-bottom: 23px;
  }

  .half_half_section_inner .half_image {
    width: 100%;
  }

  .points_text_inner {
    display: block;
    margin: 0 auto;
    width: 87%;
    margin-bottom: 20px;
    border-radius: 20px;
    padding: 35px 0px;
  }

  .half_half_section_outer {
    padding: 24px 0px;
  }

  .points_text_inner img {
    align-self: center;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
  }

  .points_text {
    width: 100%;
    text-align: center;
    line-height: 24px;
  }

  .half_half_section_inner .text_cont_inner h2 {
    font-size: 29px;
    text-align: center;
  }

  .text_cont_inner {
    padding: 0px 20px;
  }

  .banner_second_outer h1 {
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    font-size: 26px;
  }

  .banner_second_outer .banner_second {
    min-height: 237px;
  }

  nav#nav_outer.active .nav_and_logo_outer .logo {
    margin-top: 15px;
  }

  .nav_and_logo_outer {
    min-height: 63px;
  }

  .connecttor {
    display: none;
  }

  .info_cont_left:hover~.top_left {
    display: block;
    width: 100%;
    margin: 0 auto;
    left: 0;
  }

  .info_cont_right:hover~.top_right {
    display: block;
    width: 100%;
    margin: 0 auto;
    left: 0;
    bottom: -87px;
    top: unset;
  }

  p.solution_cont_text {
    font-size: 16px;
    margin-bottom: 21px;
  }

  .inner_banner_text {
    /* background: var(--interactive); */
    position: relative;
    width: 100%;
  }

  .left_text {
    left: 0;
    top: 18px;
    width: 100%;
    text-align: center;
  }

  .left_text h2 {
    transform: rotate(0deg);
    white-space: nowrap;
    color: var(--interactive);
    font-weight: 700;
    opacity: 1;
    font-size: 21px;
  }

  .right_text {
    right: unset;
    left: 0;
    top: unset;
    bottom: 26px;
    width: 100%;
    z-index: 2;
  }

  .right_text h2 {
    text-align: center;
    transform: rotate(0deg);
    white-space: nowrap;
    color: var(--interactive);
    font-weight: 700;
    opacity: 1;
    font-size: 21px;
  }
}