.about_hero {
  background: #f8f5f2;
  overflow: hidden;
}
.main_h.fn-w-800 {
  font-weight: 800;
}
.abt_btn {
  display: flex;
  justify-content: end;
}
.abt_btn .btn-demo {
  width: fit-content;
  gap: 10px;
  align-items: center;
  padding: 5px 6px 5px 30px;
}
.bg_r {
  background: #1c1d24;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

/* slider */
.about_image_wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin-top: 64px;
  margin-left: 25px;
  margin-right: 25px;
  display: flex;
}
.about_image_box {
  flex: none;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  animation: images_run 40s linear infinite;
  -webkit-animation: images_run 40s linear infinite;
}
.abt_img {
  flex: none;
  width: 360px;
  margin-right: 32px;
}
@keyframes images_run {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.st_ {
  margin-top: 100px;
}
.statistics {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.statistics-heading {
  font-size: 100px;
  font-weight: 600;
}
.st_p {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
/* mission */
.section_tag {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  border: 1px solid #1c1d24;
  display: flex;
  width: fit-content;
}
.blck {
  background: #000;
}
.section_tag  .dot {
  border-radius: 100px;
  flex: 0 auto;
  width: 6px;
  height: 6px;
  background: #1c1d24;
  position: static;
  transform: none;
}
.dot._1 {
  background: #fff;
}
.color_w h2 {
  color: rgba(255, 248, 244, 0.5) !important;
}
.head_m.color_w {
  font-size: 40px;
  line-height: 1.2;
}
.head_m h2 strong {
  color: #fff !important;
}
/* our value */
.v_text {
  padding-right: 50px;
}
.v_p {
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 17px;
}
.va_img {
  padding-left: 50px;
}
.va_img img {
  border-radius: 20px;
}
.values {
  margin-top: 100px !important;
}
.values-features {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.v_1 {
  width: 50px;
}
/* features */
.vle {
  padding: 160px 0px 0px;
  background: #f8f5f2;
}
.fe {
  margin-top: 80px !important;
}
.fe_cont {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.divider {
  width: 100%;
  height: 1px;
  background: #1c1d24;
}
.fe_p {
  font-size: 16px;
}
/* text */
.text_sec {
  background: #f8f5f8;
  padding: 200px 0px 160px;
}
.text_co_wrap {
  text-align: center;
  width: 100%;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}
.text_t {
  font-size: 56px;
  letter-spacing: -2px;
  margin-top: -4px;
  font-weight: 600;
}
.txt_content_image {
  background: url("../../assets/images/br.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 0;
}
.rew_btn {
  position: absolute;
  top: -107px;
  left: -121px;
}
.cl_btn {
  position: absolute;
  bottom: -100px;
  right: 60px;
}
/* client */
.wh {
  background: #fff;
  border: 1px solid #fff;
}
.stats-image {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  border-radius: 24px;
}
.stats-card {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  padding: 32px;
  display: flex;
  height: 100%;
}
.stats-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sta_p_1 {
  font-size: 20px;
  font-weight: 700;
}
.bg-l {
  background: #dfdfea;
}
.bg-p {
  background: #f8f5f2;
}
.bg-b {
  background: #b3b2fb;
}
/* Testi */
.review_content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 836px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.review_feedback {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}
.review_rating {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}
.reviw_r_icon {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  align-items: center;
  display: flex;
}
.reviw_compny_info,
.client_info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}
.pu_img {
  filter: invert(1);
}
.client_img {
  width: 80px;
  height: 80px !important;
  object-fit: cover;
  border-radius: 50%;
}
.cli_name {
  display: flex;
  flex-direction: column;
  align-items: self-start;
  gap: 10px;
}
.sta_p_1 {
  font-size: 20px;
  font-weight: 700;
}
.content-team{
  padding: 25px;
  display: flex;
  flex-direction: column;
}
.team{
  background: rgb(237, 244, 254);
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
.rdx{
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
@media screen and (min-width: 1280px) {
  .statistics {
    font-size: 140px;
  }
  .st_p {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .w-860{
     width: 860px;
  }
  .team{
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
  }
}
@media (min-width:768px) {
  .team-slider{
    overflow: visible !important;
  }
}
@media screen and (max-width: 991px) {
  .feed_back {
    padding: 90px 0px;
  }
  .feed_h {
    font-size: 110px;
  }
  .feed_say {
    font-size: 28px;
  }
  .rnd_img_wrap {
    float: left;
  }
  .blg_title_wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
  }
  .blog-shape {
    display: none;
  }
  .blg_lft_a {
    width: 100%;
    max-width: none;
  }
  .blg_rht_a {
    max-width: none;
    padding-top: 0;
  }
  .blg_tilte_text {
    font-size: 26px;
  }
  .swiper-card {
    padding-bottom: 70px !important;
  }
  .swiper-card .swiper-pagination {
    bottom: -40px;
  }
  .swiper-card .swiper-pagination-bullet-active {
    background: #fff;
  }
  .swiper-card .swiper-pagination-bullet {
    background: #fff;
  }
  .header {
    z-index: 9999;
  }
  .header .btn-demo {
    margin-left: 0;
  }
  .hero {
    padding: 50px 0px;
  }
  .txt_wrap {
    padding: 0px 20px;
  }
  .single-card {
    width: 100%;
    height: 370px;
    overflow: hidden;
  }
  .ab {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    -webkit-border-radius: 20px;
  }
  .scnd {
    justify-content: flex-end;
    background-color: transparent;
  }
  .scnd .s,
  .scnd p {
    color: #fff;
    z-index: 2;
  }
  .head_m {
    font-size: 40px;
  }
  .step-no {
    font-size: 80px;
  }
  .step-title {
    margin-bottom: 10px;
    font-size: 18px;
    left: 0;
    padding: 0px 6px;
  }
  .targets {
    padding: 90px 0px;
  }
  .srvices {
    padding: 90px 0px;
  }
  .more_way {
    padding: 90px 0px;
  }
  .blog,
  .mission {
    padding: 90px 0px;
  }

  .pn {
    padding: 130px;
  }
  .brands {
    padding-top: 0px;
  }
  .blog-name,
  .small-blogs-name {
    font-size: 26px;
  }
  .blg_img {
    width: 100%;
  }
  .work_process,
  .vle,
  .work_hero {
    padding: 90px 0px;
  }
  .text_co_wrap {
    max-width: 700px;
  }
  .text_t {
    font-size: 40px;
  }
  .rew_btn {
    width: 100%;
    max-width: 20%;
    top: -75px;
    left: 0;
  }
  .cl_btn {
    width: 100%;
    max-width: 20%;
    bottom: -80px;
  }
  .txt_content_image {
    background-position: 50%;
    background-size: 120px;
    padding-left: 42px;
    padding-right: 87px;
  }
  .v_text {
    padding-right: 0px;
  }
  .va_img {
    padding-left: 0px;
  }
  .va_img img {
    width: 100%;
  }
  .head_m.color_w {
    font-size: 30px;
    line-height: 1.3;
  }
  .values {
    margin-top: 70px;
  }
  .text_sec {
    padding: 90px 0px;
  }
  .reviw-text h2 {
    font-size: 28px;
    width: 90%;
    margin: 0 auto;
  }
  .wrk_info_wrap {
    flex-wrap: wrap;
  }
  .cta {
    padding-top: 0;
  }
  .footer-top {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ft-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
  }
  .ft-left {
    max-width: 60%;
  }
  .ft-right {
    max-width: none;
    grid-row-gap: 100px;
    justify-content: start;
  }
  .ft-bottom {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    text-align: center;
    flex-flow: column-reverse;
  }
  .ft-address,
  .ft-mail {
    font-size: 14px;
    line-height: 150%;
  }
}
@media screen and (max-width: 940px) {
  .container.medium {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .cont::before {
    padding-top: 100%;
  }
  .circ-info .text-block {
    height: 25%;
  }
  .circ-info .text-block svg {
    transform: translate(0%, 10%);
  }
  .circ-info .text-block:nth-of-type(2) svg {
    transform: translate(-100%, 10%) scale(-1, 1);
  }
  .circ-info .text-block:nth-of-type(3) svg {
    transform: translate(0%, -110%) scale(1, -1);
  }
  .circ-info .text-block:nth-of-type(4) svg {
    transform: translate(-100%, -110%) scale(-1, -1);
  }
}
@media screen and (max-width: 800px) {
  .cont::before {
    padding-top: 120%;
  }
}
@media screen and (max-width: 767px) {
  .feed_text_wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 40px;
    padding-top: 10px;
    justify-content: start;
  }
  .rating_wrap {
    justify-content: start;
  }
  .feed_say {
    text-align: left;
    font-size: 24px;
  }
  .feed_back {
    padding: 70px 0px;
  }
  .feed_h {
    font-size: 90px;
  }
  .feed_btn {
    display: none;
  }
  .blg_tilte_text {
    font-size: 22px;
  }
  .blg_title_wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .card-single {
    position: static;
  }
  .cord_collection {
    gap: 40px;
  }
  .card-info {
    padding: 30px;
    gap: 20px;
  }
  .txt_wrap {
    padding: 0;
  }
  .head_m {
    font-size: 35px;
  }
  .card-row-title h3 {
    font-size: 30px;
  }
  .boxed-logo {
    width: 60px;
    height: 60px;
  }
  .head_4 {
    font-size: 30px;
  }
  .pn {
    padding: 100px;
  }
  .blog_left {
    margin: 0;
  }
  .blog_list {
    margin: 0;
  }
  .blog_big_wrap {
    height: 400px;
  }
  .abt_btn {
    justify-content: start;
  }
  section,
  .work_hero {
    padding: 70px 0px;
  }
  .st_ {
    margin-top: 70px;
  }
  .text_sec {
    padding: 70px 0px 90px;
  }
  .text_t {
    font-size: 35px;
  }
  .txt_content_image {
    background-size: 110px;
    padding-left: 33px;
    padding-right: 78px;
  }
  .client_review .swiper-button-prev,
  .client_review .swiper-button-next {
    display: none;
  }
  .client_re {
    padding-bottom: 50px !important;
  }
  .client_re .swiper-pagination {
    bottom: 0px !important;
  }
  .client_re .swiper-pagination-bullet {
    background: #fff;
  }
  .client_re .swiper-pagination-bullet-active {
    background: #fff;
  }
  .top_head {
    align-items: start;
  }
  .flot_images {
    display: none;
  }
  .cont_area {
    align-items: self-start;
    text-align: left;
    gap: 30px;
  }
  .row_title {
    max-width: 100%;
  }
  .row_text {
    max-width: 100%;
  }
  .footer-top {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .ft-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
  }
  .ft-left {
    max-width: 84%;
  }
  .ft-right {
    grid-column-gap: 40px;
  }
  .ft-heading,
  .ft-link {
    font-size: 14px;
    line-height: 150%;
  }
  .ft-data {
    grid-row-gap: 30px;
  }
  .ft-title {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 720px) {
  .wat_content {
    width: 100%;
  }
  .wat-nav {
    display: none;
  }
  .hidden-circ-image {
    display: block;
    opacity: 1;
    width: 100%;
  }
  .hidden-circ-image::before {
    display: block;
    content: "";
    padding-top: 100%;
  }
  .single-service {
    padding: 0 !important;
  }
}
@media screen and (max-width: 640px) {
  .text_t {
    font-size: 27px;
    line-height: 1.3;
  }
  .cl_btn {
    width: 100%;
    max-width: 23%;
    bottom: -51px;
  }
  .rew_btn {
    top: -55px;
  }
  .bg_white {
    display: none;
  }
  h1.main_h {
    font-size: 40px;
  }
  .cirle_img {
    width: 100px;
    height: 100px;
    bottom: -30px;
  }
  .l {
    margin-top: 50px;
  }
  .head_m {
    font-size: 30px;
  }
  .card-info {
    padding: 20px;
  }
  .card-row-title h3 {
    font-size: 22px;
  }
  .industries {
    padding-top: 60px;
  }
  .pn {
    padding: 90px;
  }
  .head_4 {
    font-size: 22px;
  }
  .blog-name,
  .small-blogs-name {
    font-size: 20px;
  }
  .srvices,
  .targets,
  .more_way,
  .blog,
  .work_process,
  section,
  .vle,
  .mission {
    padding: 70px 0px;
  }
  .text_sec {
    padding: 40px 0px 80px;
  }
  .brnads-gradiant {
    width: 0;
  }
  section {
    padding: 50px 0px;
  }
  .about_hero h1.main_h {
    font-size: 34px;
  }
  .statistics-heading {
    font-size: 60px;
  }
  .stats-card {
    grid-row-gap: 80px;
  }
  .reviw-text h2 {
    width: 100%;
  }

  .review_content {
    grid-row-gap: 20px;
  }
  .work_content {
    flex-wrap: wrap;
    gap: 20px;
  }
  .wok_categories {
    justify-content: space-between;
    width: 100%;
  }
  .work_details {
    padding: 20px;
  }
  .wrk_btns {
    flex-wrap: wrap;
  }
  .cta_wraper {
    padding: 20px;
  }
  .industries .col-row-logos .reveal-box:nth-child(5) {
    left: 78.5%;
    top: 95%;
  }
  .industries .col-row-logos .reveal-box:nth-child(6) {
    left: 50%;
    top: 90%;
  }
  .industries .col-row-logos .reveal-box:nth-child(7) {
    left: 22.5%;
    top: 95%;
  }
  .industries .col-row-logos .reveal-box:nth-child(8) {
    left: 10%;
    top: 50%;
  }
  .industries .col-row-logos .reveal-box:nth-child(4) {
    left: 87%;
    top: 50%;
  }
  .statistics {
    align-items: start;
  }
  .st_p {
    text-align: left;
    font-size: 18px;
  }
  .v-hed {
    font-size: 18px;
  }
  .v_p {
    font-size: 16px;
  }
  .circ-info .text-block h3 {
    text-align: left;
  }
  .circ-info .text-block p {
    text-align: left;
  }
}
@media screen and (max-width: 575px) {
    .team-slider .custom-arrow {
        display: flex;
    }
}
@media screen and (max-width: 540px) {
  .container.medium {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cont::before {
    padding-top: unset;
  }
  .circ-info .cr-big-img {
    width: 90%;
    top: 51%;
  }
  .circ-info .cr-small-img {
    width: 60%;
    top: 51%;
  }
  .circ-info .text-blocks {
    position: relative;
  }
  .circ-info .text-block {
    width: 100%;
    position: relative;
    height: auto;
    margin-bottom: 2em;
  }
  .circ-info .text-block svg {
    display: none;
  }
  .circ-info .text-block:nth-child(2) {
    margin-bottom: 110vw;
  }
  .circ-info .text-block .circ-pop {
    transform: translate(0, 0) scale(1) rotate(0.001deg);
  }
  .circ-info .text-block h3 {
    opacity: 1;
  }
  .circ-info .text-block p {
    opacity: 1;
  }
  .circ-info .text-block:last-child {
    margin-bottom: 0;
  }
  .split_wrd {
    font-size: calc(var(--title-size) * 0.875);
  }
  .feed_h {
    font-size: 48px;
  }
  .feed_say {
    font-size: 20px;
  }
  .feed_back {
    padding: 60px 0px;
  }
}
