/*================================ Common Section : CSS ================================*/
/* ******************** Page : Home / Section : Offering Start ******************** */
.offering_wrapper {
  padding-top: 180px;
}

.offering_wrap_inner {
  display: flex;
  max-width: 850px;
}

.offering_wrap_inner .text_offer_title {
  text-align: right;
  font-family: NunitoSans-Bold;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px;
  letter-spacing: 3.5px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #0a0f0d;
}

.offering_wrap_inner .offer_line {
  border-right: 2px solid #0176ab;
  margin: 10px 32px;
}

.offering_wrap_inner .text_offer_subtitle {
  color: #0a0f0d;
  font-family: NunitoSans-SemiBold;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.offering_wrap .text_offer_desc {
  margin-top: 10px;
  color: #0a0f0d;
  font-family: NunitoSans-Medium;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* title completed */

.offering_block {
  margin-top: 60px;
}

.offering_block ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -15px;
}

.offering_block ul li {
  width: 33.33%;
  padding: 0 15px;
}

.offering_sec {
  width: 100%;
  padding: 42px 30px 70px 30px;
  text-align: center;
  border-radius: 15px;
  background-color: #f3f5f7;
  min-height: 370px;
}

.offering_sec .text_offer_sec {
  margin-top: 22px;
  color: #000;
  text-align: center;
  font-family: NunitoSans-SemiBold;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.2px;
}

.offering_sec p {
  color: #0a0f0d;
  text-align: center;
  font-family: NunitoSans-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin: 20px 0 0 0;
}

.offering_btn a {
  display: inline-block;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0.8px;
  margin-top: 55px;
  position: relative;
  text-decoration: none;
  font-family: NunitoSans-Medium;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.offering_btn a::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: auto;
  right: 0;
  height: 1px;
  width: 0;
  background: #0176ab;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.offering_btn a span {
  display: inline-block;
  margin-left: 8px;
}

.offering_btn a:hover svg g {
  fill: #0176ab;
}

.offering_btn a:hover {
  color: #0176ab;
}

.offering_btn a:hover::after {
  width: 100%;
  opacity: 1;
  visibility: visible;
  left: 0;
  right: auto;
}

@media (max-width: 1199px) {
  .offering_wrapper {
    padding-top: 110px;
  }

  .offering_wrap .text_offer_title {
    font-size: 46px;
  }

  .offering_sec {
    padding: 30px 20px 20px 20px;
  }

  .offering_block {
    margin-top: 40px;
  }
}

@media (max-width: 991px) {
  .offering_wrapper {
    padding-top: 80px;
  }

  .offering_wrap .text_offer_title {
    font-size: 38px;
  }

  .offering_block {
    margin-top: 30px;
  }

  .offering_block ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
  }

  .offering_block ul li {
    width: 100%;
    padding: 15px;
  }

  .offering_sec {
    min-height: 100%;
  }
  .offering_wrap_inner {
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 500px;
  }

  .offering_wrap_inner .text_offer_title {
    font-size: 28px;
  }

  .offering_wrap_inner .offer_line {
    display: none;
  }

  .offering_wrap .text_offer_desc {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .offering_wrapper {
    padding-top: 50px;
  }
  .offering_wrap .text_offer_title {
    font-size: 28px;
  }
  .offering_wrap_inner {
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .offering_wrap_inner .offer_line {
    display: none;
  }

  .offering_wrap .text_offer_desc {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .offering_wrapper {
    padding-top: 40px;
  }
  .offering_wrap_inner {
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .offering_wrap_inner .offer_line {
    display: none;
  }

  .offering_wrap .text_offer_desc {
    text-align: center;
  }
}

@media (max-width: 367px) {
}
/* ******************** Page : Home / Section : Offering End ******************** */

/* ******************** Page : Services / Section : OurWorks : Start ********************* */

.ourwork_wrapper {
  padding-top: 160px;
}

.ourwork_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ourwork_wrap .btn_work {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.ourwork_wrap_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 100px;
}

.ourwork_wrap_inner .text_ourwork_title {
  /* color: #7F7F82; */
  text-align: right;
  font-family: "NunitoSans-Bold";
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px;
  /* 100% */
  letter-spacing: 3.5px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #0a0f0d;
}

.ourwork_wrap_inner .ourwork_line {
  border-right: 2px solid #0176ab;
  margin: 0 32px;
}

.ourwork_wrap_inner .text_ourwork_subtitle {
  color: #0a0f0d;
  font-family: NunitoSans-SemiBold;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.ourwork_wrap .text_ourwork_desc {
  color: #0a0f0d;
  font-family: NunitoSans-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.ourwork_btn a {
  display: inline-block;
  border-radius: 28px;
  border: 1px solid #0a0f0d;
  padding: 16px 46px;
  margin-top: 35px;
  text-decoration: none;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #0a0f0d;
  text-align: center;
  font-family: NunitoSans-Medium;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
}

.our_works_block {
  margin-top: 65px;
}

.ourwork_btn a:hover {
  background: #0a0f0d;
  color: #ffffff;
  border-color: #ffffff;
}

.delivery_conte .text_delivery {
  color: #000;
  font-family: NunitoSans-SemiBold;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.2px;
  margin-bottom: 9px;
  margin-top: 20px;
}

.delivery_conte p {
  color: #0a0f0d;
  font-family: NunitoSans-Medium;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.delivery_img_block {
  overflow: hidden;
  border-radius: 22px;
}

.delivery_img_block img {
  transition: all 0.3s ease;
}

.delivery_img_block:hover img {
  transform: scale(1.1);
}
@media (max-width: 1199px) {
  .ourwork_wrap_inner .text_ourwork_title {
    text-align: center;
    font-size: 46px;
  }
}

@media (max-width: 991px) {
  .ourwork_wrapper {
    padding-top: 70px;
  }

  .ourwork_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .ourwork_wrap_inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .ourwork_wrap_inner .ourwork_line {
    display: none;
  }

  .ourwork_wrap_inner .text_ourwork_title {
    text-align: center;
    font-size: 38px;
  }

  .ourwork_btn a {
    font-size: 16px;
    margin-top: 16px;
  }

  .ourwork_wrap .text_ourwork_desc {
    margin-top: 10px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .ourwork_wrapper {
    padding-top: 70px;
  }

  .ourwork_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .ourwork_wrap_inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .ourwork_wrap_inner .ourwork_line {
    display: none;
  }

  .ourwork_wrap_inner .text_ourwork_title {
    text-align: center;
    font-size: 28px;
  }

  .ourwork_btn a {
    font-size: 16px;
    margin-top: 16px;
  }

  .ourwork_wrap .text_ourwork_desc {
    margin-top: 10px;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .ourwork_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .our_works_block {
    margin-top: 30px;
  }
}

@media (max-width: 450px) {
}

@media (max-width: 367px) {
}
/* ******************** Page : Services / Section : OurWorks : End ********************  */

/* ******************** Page : Services / Section : Insight : Start ********************  */

.insight_wrapper {
  padding-top: 160px;
}

.insight_wrap_inner {
  display: flex;
}

.insight_wrap_inner .text_insight_title {
  /* color: #7F7F82; */
  /* text-align: left; */
  font-family: "NunitoSans-Bold";
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px;
  /* 100% */
  letter-spacing: 3.5px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #0a0f0d;
}

.insight_wrap_inner .insight_line {
  border-right: 2px solid #0176ab;
  margin: 0 32px;
}

.insight_wrap_inner .text_insight_subtitle {
  color: #0a0f0d;
  font-family: "NunitoSans-SemiBold";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.insight_wrap p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin: 14px 0 0 0;
}

.insight_block {
  margin-top: 65px;
}
.top_insight_item {
  display: flex;
  align-items: center;
  margin: -10px;
}
.insight_item_block {
  padding: 10px;
}
.insight_item_block:first-child {
  width: 66%;
}
.insight_item_block:last-child {
  width: 34%;
}

.insight_block_inner {
  position: relative;
  overflow: hidden;
  border-radius: 23px;
}
.insight_block_inner img {
  border-radius: 15px;
  transition: all 0.3s ease;
  width: 100%;
}
.insight_block_inner:hover img {
  transform: scale(1.1);
}
.insight_block_desc .insight_h3 {
  color: #f6f4ef;
  font-size: 22px;
  font-weight: 400;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  font-family: NunitoSans-SemiBold;
  letter-spacing: 1px;
  line-height: 31px;
}

.bottom_insight_item {
  display: flex;
  align-items: center;
  margin: -10px;
}
.bottom_insight_item_block {
  padding: 10px;
  margin-top: 10px;
}
.bottom_insight_item_block:first-child {
  width: 43%;
}
.bottom_insight_item_block:last-child {
  width: 57%;
}

.insight_block_desc3 {
  padding: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
.insight_block_desc3 .insight_h4 {
  /* color: #FFF;
    font-family: 'NunitoSans-SemiBold';
    font-size: 18px;
    font-weight: 400; */
  color: #f6f4ef;
  font-size: 22px;
  font-weight: 400;
  font-family: NunitoSans-SemiBold;
  letter-spacing: 1px;
  line-height: 31px;
}
.insight_block_desc p {
  color: #f6f4ef;
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
  letter-spacing: 1px;
}
.insight_block_desc3 > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
.insight_block_desc3 > div p {
  color: #fff;
  font-family: "NunitoSans-Medium";
  font-size: 16px;
  font-weight: 400;
  margin-top: 0;
}
.insight_block_desc3 > div span {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.7px;
  margin-left: 20px;
  position: relative;
  font-family: NunitoSans-Regular;
}
.insight_block_desc3 > div span.item::after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  left: -11px;
}

@media (max-width: 1199px) {
  .insight_wrapper {
    padding-top: 110px;
  }

  .insight_wrap {
    padding: 32px 64px 53px 74px;
  }

  .insight_wrap .text_insight_title {
    font-size: 46px;
  }

  .insight_btn a {
    margin-top: 25px;
  }
  .insight_block_inner img {
    border-radius: 15px;
    height: 230px;
    object-fit: cover;
  }
  .insight_block_desc3 {
    padding: 20px;
  }
  .insight_block_desc .insight_h3 {
    padding: 17px;
  }
}

@media (max-width: 991px) {
  .insight_wrapper {
    padding-top: 70px;
  }

  .insight_wrap {
    padding: 25px 45px 35px 55px;
  }
  .insight_wrap_inner {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .insight_wrap .text_insight_title {
    font-size: 38px;
  }

  .insight_wrap .text_insight_desc {
    font-size: 18px;
  }
  .insight_wrap_inner .text_insight_subtitle {
    font-size: 28px;
    margin-top: 15px;
  }
  .insight_block {
    margin-top: 35px;
  }
  .top_insight_item,
  .bottom_insight_item {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .insight_item_block:first-child,
  .insight_item_block:last-child,
  .bottom_insight_item_block:first-child,
  .bottom_insight_item_block:last-child {
    width: 100%;
  }
  .insight_block_inner img {
    width: 100%;
    height: unset;
  }
}

@media (max-width: 767px) {
  .insight_wrapper {
    padding-top: 60px;
  }

  .insight_wrap {
    padding: 0;
  }

  .insight_wrap .text_insight_title {
    font-size: 28px;
  }

  .insight_wrap .text_insight_desc {
    font-size: 18px;
    margin: 8px 0 0 0;
  }

  .insight_btn a {
    font-size: 16px;
    padding: 10px 26px;
    margin-top: 16px;
  }
}

@media (max-width: 575px) {
  .insight_wrapper {
    padding-top: 40px;
  }
  .insight_block_inner img {
    width: 100%;
    height: 230px;
  }
  .insight_block_desc p {
    margin-top: 11px;
  }
  .insight_block_desc3 {
    padding: 20px 15px;
  }
}

@media (max-width: 450px) {
}

@media (max-width: 367px) {
  .insight_wrap .text_insight_title {
    font-size: 20px;
  }
}

/* ******************** Page : Services / Section : Insight : End ******************** */

/* ******************** Page : Services / Section : listening : Start ******************** */
.listening_wrapper {
  padding-top: 180px;
  position: relative;
}

.listening_wrapper::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 120px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.listening_wrap {
  width: 100%;
  padding: 40px 0 80px 0;
  background-color: #000;
}

.listening_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -15px;
}

.listening_conte {
  width: 43%;
  padding: 0 15px;
}

.listening_form {
  width: 57%;
  padding: 0 15px;
}

.listening_inner_conte .text_listen_title {
  max-width: 426px;
  color: #ffffff;
  line-height: 1.4;
  font-family: NunitoSans-Medium;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 170px;
}

.assistance_block {
  margin-bottom: 60px;
}

.assistance_block .text_title {
  color: #ffffff;
  margin: 50px 0 30px 0;
  font-family: NunitoSans-Bold;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
}

.assistance_block p {
  color: #ffffff;
  margin: 0 0 25px 18px;
  padding: 0 0 0 29px;
  position: relative;
  font-family: NunitoSans-Medium;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
}

.assistance_block p::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background: #ffffff;
}

.assistance_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.assistance_img {
  margin-right: 17px;
}

.assistance_conte .text_as_email {
  color: #ffffff;
  font-family: NunitoSans-Bold;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
}

.assistance_conte a {
  display: inline-block;
  color: #ffffff;
  margin-top: 4px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  font-family: NunitoSans-Medium;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
}

.assistance_conte a:hover {
  color: #0085c3;
}

.assistance_contact + .assistance_contact {
  margin-top: 19px;
}

.listening_form_bg {
  border-radius: 25px;
  background: -o-linear-gradient(333.435deg, #0085c3 0%, #3de2f4 100%);
  background: linear-gradient(116.56505117707799deg, #0085c3 0%, #3de2f4 100%);
  padding: 2px;
}

.listening_form_block {
  background: #ffffff;
  padding: 25px 40px;
  border-radius: 25px;
}

.listening_form_block h3 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 40px;
}

.listening_form_sec {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px;
}

.listening_form_sec li {
  width: 50%;
  padding: 15px;
}

.listening_form_sec li:last-child {
  width: 100%;
}

.listening_form_lable {
  display: block;
  width: 100%;
}

.listening_form_lable p {
  color: #ffffff;
  font-size: 16px;
  margin: 0 0 8px 0;
}

.listening_form_lable p em {
  color: red;
}

.listening_form_lable input,
.listening_form_lable textarea {
  width: 100%;
  padding: 10px 13px;
  border: 0;
  outline: none;
  background: #404040;
  color: #ffffff;
  border-radius: 8px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.listening_form_lable input:focus,
.listening_form_lable textarea:focus {
  border-color: #0079bf;
}

.listening_form_lable textarea {
  resize: none;
  min-height: 130px;
}

.listening_form_check {
  margin-top: 20px;
  border-top: 2px solid #666;
  padding-top: 30px;
}

.listening_form_check .form_group {
  display: block;
}

.listening_form_check .form_group input {
  display: none;
  cursor: pointer;
}

.listening_form_check .form_group label {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 0.3px;
  color: #ffffff;
  font-weight: 400;
}

.listening_form_check .form_group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #ffffff;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 5px;
}

.listening_form_check .form_group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 8px;
  width: 4px;
  height: 11px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.listening_btn {
  text-align: right;
}

.listening_btn button {
  display: inline-block;
  border: 1px solid #ffffff;
  -webkit-box-shadow: 5px 5px 12px rgba(61, 225, 243, 0.21987),
    -5px -5px 12px rgba(1, 135, 196, 0.079819);
  box-shadow: 5px 5px 12px rgba(61, 225, 243, 0.21987),
    -5px -5px 12px rgba(1, 135, 196, 0.079819);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#0085c3),
    color-stop(51%, #3de2f4),
    to(#0085c3)
  );
  background-image: -o-linear-gradient(
    left,
    #0085c3 0%,
    #3de2f4 51%,
    #0085c3 100%
  );
  background-image: linear-gradient(
    to right,
    #0085c3 0%,
    #3de2f4 51%,
    #0085c3 100%
  );
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.8px;
  padding: 15px 70px;
  border-radius: 28px;
  margin-top: 39px;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-size: 200% auto;
}

.listening_btn button:hover {
  color: #ffffff;
  background-position: right center;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media (max-width: 1199px) {
  .listening_wrapper {
    padding-top: 110px;
  }

  .listening_inner_conte .text_listen_title {
    font-size: 45px;
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .listening_wrapper {
    padding-top: 70px;
  }

  .listening_block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
  }

  .listening_conte,
  .listening_form {
    width: 100%;
    padding: 15px;
  }

  .listening_inner_conte .text_listen_title {
    max-width: 100%;
    font-size: 36px;
    margin-bottom: 30px;
  }

  .assistance_block .text_title {
    margin: 20px 0 20px 0;
  }

  .assistance_block {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .listening_wrapper {
    padding-top: 60px;
  }

  .listening_inner_conte .text_listen_title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .listening_form_block {
    padding: 20px 20px;
  }
}

@media (max-width: 575px) {
  .listening_wrap {
    padding: 40px 0 140px 0;
  }

  .listening_inner_conte .text_listen_title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .assistance_block .text_title {
    font-size: 18px;
    margin: 20px 0 15px 0;
  }

  .assistance_block p {
    margin: 0 0 11px 18px;
  }

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

  .listening_form_block h3 {
    font-size: 20px;
    margin-bottom: 18px;
  }

  .listening_form_sec {
    margin: -10px;
  }

  .listening_form_sec li {
    width: 100%;
    padding: 10px;
  }

  .listening_form_check {
    margin-top: 15px;
    padding-top: 20px;
  }

  .listening_btn button {
    padding: 12px 45px;
    margin-top: 25px;
  }
}

@media (max-width: 450px) {
}

@media (max-width: 367px) {
  .listening_inner_conte .text_listen_title {
    font-size: 21px;
    margin-bottom: 30px;
  }

  .assistance_block p {
    font-size: 15px;
  }
}

.text-lis_title {
  color: #000000;
  font-family: NunitoSans-Medium;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}
/* ******************** Page : Services / Section : Insight : End ******************** */
/* ******************** Page : MObile App Development / Section : The Process : Start ******************** */
.the_process_wrapper {
  padding-top: 160px;
}

.the_process_title {
  text-align: center;
}

.the_process_title .title {
  color: #0a0f0d;
  font-family: "NunitoSans-SemiBold";
  font-size: 30px;
  border-bottom: 2px solid #0176ab;
  display: inline-block;
  padding: 0 50px 8px 50px;
}

.the_process_title p {
  color: #0a0f0d;
  font-size: 16px;
  margin-top: 20px;
}

.the_process_block {
  margin-top: 65px;
}

.the_process_block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -15px;
}

.the_process_block ul li {
  width: 33.33%;
  padding: 0 15px;
}

.the_process_list {
  border-radius: 20px;
  border: 1px solid #e7e7e7;
  background: #fdfefe;
  padding: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-height: 379px;
}

.the_process_img {
  overflow: hidden;
  border-radius: 20px;
}

.the_process_img img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}

.the_process_list:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.the_process_list:hover {
  border: 0.606px solid rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 3px 3px 6px 0 #a6abbd, -3px -3px 6px 0 #fafbff;
  box-shadow: 3px 3px 6px 0 #a6abbd, -3px -3px 6px 0 #fafbff;
}

.the_process_list .inner_title {
  color: #0a0f0d;
  font-family: "NunitoSans-SemiBold";
  font-size: 20px;
  letter-spacing: 1.2px;
  margin-top: 19px;
}

.the_process_list p {
  color: #0a0f0d;
  font-size: 16px;
  margin-top: 9px;
}

@media (max-width: 1199px) {
  .the_process_wrapper {
    padding-top: 110px;
  }
}

@media (max-width: 991px) {
  .the_process_wrapper {
    padding-top: 60px;
  }

  .the_process_block {
    margin-top: 35px;
  }

  .the_process_list {
    padding: 10px;
  }

  .the_process_block ul {
    margin: 0 -5px;
  }

  .the_process_block ul li {
    padding: 0 5px;
  }
}

@media (max-width: 767px) {
  .the_process_block ul {
    margin: -15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .the_process_block ul li {
    padding: 15px;
    width: 100%;
  }

  .the_process_list {
    padding: 15px;
    min-height: 100%;
  }
}

@media (max-width: 575px) {
  .the_process_title .title {
    font-size: 26px;
    padding: 0 30px 6px 30px;
  }

  .the_process_title p {
    margin-top: 15px;
  }

  .the_process_block {
    margin-top: 25px;
  }
}

@media (max-width: 367px) {
}
/* ******************** Page : MObile App Development / Section : The Process : End ******************** */
/* ******************** Page : MObile App Development / Section : App Services : Start ******************** */
.app_services_wrapper {
  padding-top: 160px;
}

.app_services_wrap {
  background-image: url(../../../Assets/images/mobile_app/services_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 537px;
  width: 100%;
  background-position: center;
  padding: 64px 0 55px 0;
}

.app_services_title .title {
  color: #fff;
  text-align: center;
  font-family: "NunitoSans-SemiBold";
  font-size: 30px;
  max-width: 715px;
  margin: 0 auto;
}

.app_services_block {
  margin-top: 75px;
}

.app_services_block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -22px -65px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.app_services_block ul li {
  width: 33.33%;
  padding: 22px 65px;
}

.app_services_list {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  -webkit-box-shadow: 0 0 6px 0 #fff;
  box-shadow: 0 0 6px 0 #fff;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -9px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.app_services_list:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.app_services_img {
  width: 37%;
  padding: 0 9px;
}

.app_services_list p {
  color: #fff;
  font-family: "NunitoSans-Medium";
  font-size: 16px;
  width: 63%;
  padding: 0 9px;
}

@media (max-width: 1199px) {
  .app_services_wrapper {
    padding-top: 110px;
  }

  .app_services_block ul {
    margin: -22px;
  }

  .app_services_block ul li {
    padding: 22px;
  }

  .app_services_list {
    padding: 15px;
  }
}

@media (max-width: 991px) {
  .app_services_wrapper {
    padding-top: 60px;
  }

  .app_services_wrap {
    padding: 30px 0;
  }

  .app_services_block {
    margin-top: 45px;
  }

  .app_services_block ul li {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .app_services_wrapper {
    padding-top: 40px;
  }

  .app_services_list {
    padding: 15px 10px;
  }
}

@media (max-width: 575px) {
  .app_services_block ul {
    margin: -15px;
  }

  .app_services_block ul li {
    padding: 15px;
  }
  .app_services_img {
    width: 40px;
    padding: 0;
  }
  .app_services_list p {
    margin-left: 10px;
    width: calc(100% - 40px);
    font-size: 15px;
    padding: 0;
  }

  .app_services_list {
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
  }
  .app_services_list {
    min-height: 120px;
  }
}

@media (max-width: 367px) {
}
/* ******************** Page : MObile App Development / Section : App Services : End ******************** */
/* ******************** Page : MObile App Development / Section : Libraries : Start ******************** */
.libraries_wrapper {
  padding-top: 160px;
}

.libraries_wrap {
  background-image: url(../../../Assets/images/mobile_app/libraries_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 484px;
  width: 100%;
  background-position: center;
  padding: 64px 62px;
  border-radius: 22px;
}

.libraries_title .title {
  color: #fff;
  font-family: "NunitoSans-SemiBold";
  font-size: 30px;
}

.libraries_block {
  margin-top: 75px;
}

.libraries_block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.libraries_block ul li {
  width: 25%;
  padding: 0 20px;
}

.libraries_list {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(3.0910696983337402px);
  backdrop-filter: blur(3.0910696983337402px);
  padding: 20px 20px 24px 14px;
  min-height: 217px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.libraries_list:hover {
  background: rgba(255, 255, 255, 0.4);
}

.libraries_img {
  text-align: right;
}

.libraries_img img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.libraries_list:hover .libraries_img img {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.libraries_list .inner_title {
  color: #fff;
  font-family: "NunitoSans-Bold";
  font-size: 24px;
  margin-top: 14px;
}

.libraries_list p {
  color: #fff;
  font-family: "NunitoSans-Bold";
  font-size: 16px;
  letter-spacing: 0.8px;
  margin-top: 19px;
}

@media (max-width: 1199px) {
  .libraries_wrapper {
    padding-top: 110px;
  }

  .libraries_wrap {
    padding: 64px 42px;
  }

  .libraries_block {
    margin-top: 55px;
  }

  .libraries_block ul {
    margin: 0 -15px;
  }

  .libraries_block ul li {
    padding: 0 15px;
  }
}

@media (max-width: 991px) {
  .libraries_wrapper {
    padding-top: 60px;
  }

  .libraries_wrap {
    padding: 30px 20px;
    min-height: 100%;
  }

  .libraries_block {
    margin-top: 30px;
  }

  .libraries_block ul {
    margin: -15px;
  }

  .libraries_block ul li {
    width: 50%;
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .libraries_wrapper {
    padding-top: 40px;
  }
}

@media (max-width: 575px) {
  .libraries_img img {
    width: 42px;
  }

  .libraries_title .title {
    font-size: 28px;
  }
  .libraries_list .inner_title {
    font-size: 20px;
  }
  .libraries_list {
    padding: 15px 15px 20px 11px;
    min-height: 220px;
  }
}

@media (max-width: 367px) {
}
/* ******************** Page : MObile App Development / Section : Libraries : End ******************** */
/* ******************** Page : MObile App Development / Section : OurDevelopment : Start ******************** */
.our_developers_wrapper {
  padding-top: 160px;
}

.our_developers_title {
  text-align: center;
}

.our_developers_title .title {
  color: #0a0f0d;
  font-family: NunitoSans-SemiBold;
  font-size: 30px;
  position: relative;
  padding-bottom: 8px;
}

.our_developers_title .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 300px;
  height: 2px;
  background: #0176ab;
}

.our_developers_title p {
  color: #0a0f0d;
  font-family: NunitoSans-Regular;
  font-size: 16px;
  max-width: 884px;
  margin: 20px auto 0;
}

.our_developers_block {
  margin-top: 65px;
}

.our_developers_block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -22px -15px;
}

.our_developers_block ul li {
  width: 33.33%;
  padding: 22px 15px;
}

.our_developers_list {
  border-radius: 20px;
  border: 1px solid #e7e7e7;
  background: #fdfefe;
  padding: 45px 29px 20px 31px;
  min-height: 300px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.our_developers_list:hover::after {
  content: "";
  width: 100%;
  height: 98%;
  position: absolute;
  background: -o-linear-gradient(299deg, #595cff, #c6f8ff);
  background: linear-gradient(151deg, #595cff, #c6f8ff);
  top: 4px;
  left: 0;
  z-index: -1;
  -webkit-filter: blur(7px);
  filter: blur(7px);
}

.our_developers_list .inner_title {
  color: #0a0f0d;
  font-family: NunitoSans-SemiBold;
  font-size: 20px;
  letter-spacing: 1.2px;
}

.our_developers_list p {
  color: #0a0f0d;
  font-family: NunitoSans-Regular;
  font-size: 16px;
  margin-top: 25px;
}

@media (max-width: 1199px) {
  .our_developers_wrapper {
    padding-top: 110px;
  }

  .our_developers_block {
    margin-top: 55px;
  }

  .our_developers_list {
    min-height: 308px;
  }
}

@media (max-width: 991px) {
  .our_developers_wrapper {
    padding-top: 60px;
  }

  .our_developers_block {
    margin-top: 45px;
  }

  .our_developers_block ul {
    margin: -15px;
  }

  .our_developers_block ul li {
    padding: 15px;
    width: 50%;
  }

  .our_developers_list {
    padding: 35px 20px 20px 21px;
    min-height: 280px;
  }
}

@media (max-width: 767px) {
  .our_developers_title .title {
    font-size: 25px;
  }

  .our_developers_block {
    margin-top: 35px;
  }

  .our_developers_block ul li {
    width: 100%;
  }

  .our_developers_list {
    padding: 20px;
    min-height: 100%;
  }
}

@media (max-width: 575px) {
}

@media (max-width: 367px) {
}
/* ******************** Page : MObile App Development / Section : OurDevelopment : End ******************** */
/* ******************** Page : MObile App Development / Section : OtherServices : Start ******************** */
.oether_services_wrapper {
  padding-top: 160px;
}

.oether_services_title .title {
  color: #e5e5ea;
  text-align: right;
  font-family: NunitoSans-Bold;
  font-size: 70px;
  letter-spacing: 3.5px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #0a0f0d;
}

.oether_services_title p {
  color: #0a0f0d;
  font-family: NunitoSans-Medium;
  font-size: 18px;
  margin-top: 30px;
}

.oether_services_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -15px;
}

.oether_services_title {
  width: 33%;
  padding: 0 15px;
}

.oether_services_sec {
  width: 60%;
  padding: 0 15px;
}

.oether_services_conte {
  border-radius: 20px;
  background: #f3f5f7;
  padding: 25px 36px;
}

.oether_services_conte ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -7px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.oether_services_conte ul li {
  padding: 7px;
  width: 33.33%;
}

.oether_services_item {
  text-align: center;
  border-radius: 20px;
  background: #fff;
  padding: 30px 15px 18px 15px;
  min-height: 200px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.oether_services_item:hover {
  -webkit-box-shadow: 0 32px 48px -2px rgba(14, 31, 53, 0.2);
  box-shadow: 0 32px 48px -2px rgba(14, 31, 53, 0.2);
}

.oether_services_item p {
  color: #0a0f0d;
  font-family: NunitoSans-Medium;
  font-size: 16px;
  margin-top: -22px;
}

@media (max-width: 1199px) {
  .oether_services_wrapper {
    padding-top: 110px;
  }

  .oether_services_sec {
    width: 63%;
  }
}

@media (max-width: 991px) {
  .oether_services_wrapper {
    padding-top: 60px;
  }

  .oether_services_block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
  }

  .oether_services_title,
  .oether_services_sec {
    width: 100%;
    padding: 15px;
  }

  .oether_services_title {
    text-align: center;
  }

  .oether_services_title .title {
    text-align: center;
    font-size: 58px;
  }

  .oether_services_title p {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .oether_services_wrapper {
    padding-top: 50px;
  }

  .oether_services_title .title {
    font-size: 42px;
  }

  .oether_services_conte {
    padding: 25px 20px;
  }
}

@media (max-width: 575px) {
  .oether_services_title .title {
    font-size: 38px;
  }

  .oether_services_conte ul li {
    width: 50%;
  }
}

@media (max-width: 367px) {
  .oether_services_title .title {
    font-size: 32px;
  }

  .oether_services_conte ul li {
    width: 100%;
  }
}
/* ******************** Page : MObile App Development / Section : OtherServices : End ******************** */
/* ******************** Page : React Native App / Section : Company : Start ******************** */
.company_wrapper {
  padding-top: 160px;
}

.company_title {
  text-align: center;
}

.company_title .title {
  color: #0a0f0d;
  font-family: NunitoSans-SemiBold;
  font-size: 30px;
  display: inline-block;
  position: relative;
  padding-bottom: 8px;
}

.company_title .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 300px;
  height: 1px;
  background: #0176ab;
}

.company_block {
  margin-top: 57px;
}

.company_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -40px;
}

.company_conte {
  width: 40%;
  padding: 0 40px;
}

.company_list {
  width: 60%;
  padding: 0 40px;
}

.company_inner_conte {
  border-radius: 15px;
  background: #f3f5f7;
  padding: 35px;
  position: sticky;
  top: 1px;
}
.company_active .company_inner_conte {
  position: fixed;
  top: 100px;
  left: 31%;
  transform: translateX(-50%);
  width: 408px;
}
.company_inner_conte .inner_title {
  color: #0a0f0d;
  font-family: NunitoSans-SemiBold;
  font-size: 20px;
  letter-spacing: 1.2px;
  margin-top: 20px;
}

.company_inner_conte p {
  margin-top: 25px;
  color: #0a0f0d;
  font-size: 16px;
}

.company_list ul {
  margin-top: 60px;
}

.company_list ul li + li {
  margin-top: 45px;
}

.company_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #d1d1d6;
  padding: 10px 45px 55px 15px;
}

.company_item .number_title {
  color: #e5e5ea;
  font-family: NunitoSans-Bold;
  font-size: 70px;
  letter-spacing: 3.5px;
  width: 5%;
  margin-top: -20px;
}

.company_item > div {
  margin-left: 25px;
  width: 95%;
}

.company_item .text_title {
  color: #0a0f0d;
  font-family: NunitoSans-SemiBold;
  font-size: 20px;
  letter-spacing: 1.2px;
}

.company_item p {
  color: #0a0f0d;
  font-size: 16px;
  margin-top: 15px;
}

.company_img img {
  width: 100%;
}

@media (max-width: 1800px) {
  .company_active .company_inner_conte {
    left: 28%;
  }
}
@media (max-width: 1600px) {
  .company_active .company_inner_conte {
    left: 25%;
  }
}
@media (max-width: 1440px) {
  .company_active .company_inner_conte {
    left: 24%;
  }
}
@media (max-width: 1360px) {
  .company_active .company_inner_conte {
    left: 20%;
  }
}
@media (max-width: 1199px) {
  .company_active .company_inner_conte {
    left: 24%;
    width: 348px;
  }
}

@media (max-width: 1199px) {
  .company_wrapper {
    padding-top: 110px;
  }

  .company_sec {
    margin: 0 -20px;
  }

  .company_conte,
  .company_list {
    padding: 0 20px;
  }
}

@media (max-width: 991px) {
  .company_wrapper {
    padding-top: 60px;
  }

  .company_sec {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
  }

  .company_conte,
  .company_list {
    padding: 15px;
    width: 100%;
  }

  .company_block {
    margin-top: 47px;
  }

  .company_list ul {
    margin-top: 0;
  }

  .company_item {
    padding: 10px 30px 35px 14px;
  }
  .company_active .company_inner_conte {
    position: unset;
    top: unset;
    left: unset;
    transform: unset;
    width: unset;
  }
}

@media (max-width: 767px) {
  .company_wrapper {
    padding-top: 40px;
  }

  .company_title .title {
    font-size: 26px;
  }
}

@media (max-width: 575px) {
  .company_block {
    margin-top: 37px;
  }

  .company_inner_conte {
    padding: 20px;
  }

  .company_item .number_title {
    font-size: 55px;
  }

  .company_item {
    padding: 10px 20px 25px 14px;
  }

  .company_list ul li + li {
    margin-top: 25px;
  }
}

@media (max-width: 367px) {
}
/* ******************** Page : React Native App / Section : Company : End ******************** */
/* ******************** Page : React Native App / Section : Next : Start ******************** */
.next_app_wrapper {
  padding-top: 160px;
}

.next_app_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -35px;
}

.next_app_conte {
  padding: 0 35px;
  width: 42%;
}

.next_app_list {
  width: 58%;
  padding: 0 35px;
}

.next_app_inner_conte .inner_title {
  color: #0a0f0d;
  font-family: NunitoSans-Regular;
  font-size: 30px;
  position: relative;
  padding-bottom: 8px;
  line-height: 1.6;
}

.next_app_inner_conte .inner_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 300px;
  height: 1px;
  background: #0176ab;
}

.next_app_inner_conte .inner_title span {
  font-family: NunitoSans-SemiBold;
}

.next_app_img {
  margin-top: 60px;
}

.next_app_inner_conte p {
  color: #0a0f0d;
  font-size: 16px;
  margin-top: 57px;
}

.next_app_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -20px -30px;
}

.next_app_list ul li {
  width: 50%;
  padding: 20px 30px;
}

.next_app_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  border: 1px solid #e7e7e7;
  background: #fdfefe;
  padding: 25px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.next_app_item:hover::after {
  content: "";
  width: 100%;
  height: 98%;
  position: absolute;
  background: -o-linear-gradient(299deg, #595cff, #c6f8ff);
  background: linear-gradient(151deg, #595cff, #c6f8ff);
  top: 4px;
  left: 0;
  z-index: -1;
  -webkit-filter: blur(7px);
  filter: blur(7px);
}

.next_app_item .number_title {
  color: #f2f2f7;
  font-family: NunitoSans-Bold;
  font-size: 60px;
  letter-spacing: 4px;
  width: 13%;
}

.next_app_item .text_title {
  width: 87%;
  margin-left: 22px;
  color: #0a0f0d;
  font-family: NunitoSans-Medium;
  font-size: 18px;
  letter-spacing: 1.2px;
}

@media (max-width: 1199px) {
  .next_app_wrapper {
    padding-top: 110px;
  }

  .next_app_img {
    margin-top: 45px;
  }

  .next_app_inner_conte p {
    margin-top: 40px;
  }

  .next_app_list ul {
    margin: -15px;
  }

  .next_app_list ul li {
    padding: 15px;
  }

  .next_app_sec {
    margin: 0 -20px;
  }

  .next_app_conte,
  .next_app_list {
    padding: 0 20px;
  }
}

@media (max-width: 991px) {
  .next_app_wrapper {
    padding-top: 60px;
  }

  .next_app_sec {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
  }

  .next_app_conte,
  .next_app_list {
    padding: 15px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .next_app_wrapper {
    padding-top: 40px;
  }

  .next_app_inner_conte .inner_title {
    font-size: 26px;
  }

  .next_app_img {
    margin-top: 35px;
  }

  .next_app_inner_conte p {
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .next_app_list ul {
    margin: -10px;
  }
  .next_app_list ul li {
    width: 50%;
    padding: 10px;
  }
  .next_app_item {
    padding: 15px 10px;
  }
  .next_app_item .number_title {
    font-size: 50px;
  }
  .next_app_item .text_title {
    margin-left: 20px;
    font-size: 16px;
  }
}

@media (max-width: 367px) {
  .next_app_list ul li {
    width: 100%;
  }
}
/* ******************** Page : React Native App / Section : Next : End ******************** */
/* ******************** Page : React Native App / Section : OurExpertise : Start ******************** */
.our_expertise_wrapper {
  padding-top: 160px;
}

.our_expertise_title {
  text-align: center;
}

.our_expertise_title .title {
  color: #0a0f0d;
  font-family: NunitoSans-SemiBold;
  font-size: 30px;
  padding-bottom: 8px;
  position: relative;
}

.our_expertise_title .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 300px;
  height: 1px;
  background: #0176ab;
}

.our_expertise_title p {
  color: #0a0f0d;
  font-size: 16px;
  margin: 20px auto 0;
  max-width: 700px;
}

.our_expertise_block {
  margin-top: 95px;
  position: relative;
}

.our_expertise_block::after {
  display: block;
  content: "";
  position: absolute;
  top: 39px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #f2f2f7;
  width: 1920px;
  height: 1px;
  z-index: 1;
}

.our_expertise_block::before {
  display: block;
  content: "";
  position: absolute;
  bottom: 39px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #f2f2f7;
  width: 1920px;
  height: 1px;
  z-index: 1;
}

.our_expertise_block span {
  display: block;
  content: "";
  position: absolute;
  top: 49.8%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #f2f2f7;
  width: 1920px;
  height: 1px;
  z-index: 1;
}

.our_expertise_block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.our_expertise_block ul li {
  width: 33.33%;
  position: relative;
  border-left: 1px solid #f2f2f7;
}

.our_expertise_block ul li:nth-child(3),
.our_expertise_block ul li:nth-child(6) {
  border-right: 1px solid #f2f2f7;
}

.our_expertise_block ul li:nth-child(1) .our_expertise_list,
.our_expertise_block ul li:nth-child(2) .our_expertise_list,
.our_expertise_block ul li:nth-child(3) .our_expertise_list {
  margin-bottom: 2px;
}

.our_expertise_block ul li:nth-child(4) .our_expertise_list,
.our_expertise_block ul li:nth-child(5) .our_expertise_list,
.our_expertise_block ul li:nth-child(6) .our_expertise_list {
  margin-top: 0;
}

.our_expertise_list {
  border-radius: 20px;
  border: 1px solid transparent;
  background: #fdfefe;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 26px 45px;
  min-height: 127px;
  margin: 40px 0;
}

.our_expertise_list:hover {
  border: 1px solid #c1c1c1;
}

.our_expertise_list p {
  color: #000;
  font-size: 16px;
  letter-spacing: 1.2px;
}

@media (max-width: 1199px) {
  .our_expertise_wrapper {
    padding-top: 110px;
  }

  .our_expertise_list {
    padding: 20px 25px;
    min-height: 137px;
  }
}

@media (max-width: 991px) {
  .our_expertise_wrapper {
    padding-top: 60px;
  }

  .our_expertise_block ul li {
    width: 50%;
    border-bottom: 1px solid #f2f2f7;
  }

  .our_expertise_block ul li:nth-child(5),
  .our_expertise_block ul li:nth-child(6) {
    border-bottom: 0;
  }

  .our_expertise_block ul li:nth-child(2),
  .our_expertise_block ul li:nth-child(4) {
    border-right: 1px solid #f2f2f7;
  }

  .our_expertise_block span {
    display: none;
  }

  .our_expertise_block ul li:nth-child(3) .our_expertise_list {
    margin-top: 0;
  }

  .our_expertise_block ul li:nth-child(4) .our_expertise_list {
    margin-bottom: 0;
  }

  .our_expertise_list {
    padding: 20px 25px;
    min-height: 117px;
  }

  .our_expertise_block ul li:nth-child(1) .our_expertise_list,
  .our_expertise_block ul li:nth-child(2) .our_expertise_list,
  .our_expertise_block ul li:nth-child(3) .our_expertise_list {
    margin-bottom: 0;
  }

  .our_expertise_block {
    margin-top: 45px;
  }
}

@media (max-width: 767px) {
  .our_expertise_wrapper {
    padding-top: 40px;
  }

  .our_expertise_list {
    padding: 15px;
    min-height: 137px;
  }

  .our_expertise_title .title {
    font-size: 26px;
  }

  .our_expertise_block {
    margin-top: 25px;
  }
}

@media (max-width: 575px) {
  .our_expertise_block ul li {
    width: 100%;
    border-right: 1px solid #f2f2f7;
  }

  .our_expertise_block ul li:nth-child(5) {
    border-bottom: 1px solid #f2f2f7;
  }

  .our_expertise_list {
    padding: 15px;
    min-height: 60px;
  }

  .our_expertise_block ul li:nth-child(5) .our_expertise_list {
    margin-bottom: 0;
  }

  .our_expertise_block ul li:nth-child(2) .our_expertise_list {
    margin-top: 0;
  }
}

@media (max-width: 367px) {
}
/* ******************** Page : React Native App / Section : OurExpertise : End ******************** */
/* ******************** Page : React Native App / Section : Software : Start ******************** */
.software_wrapper {
  padding-top: 160px;
}

.software_title {
  text-align: center;
}

.software_title .title {
  color: #0a0f0d;
  font-family: NunitoSans-SemiBold;
  font-size: 30px;
  position: relative;
  padding-bottom: 8px;
}

.software_title .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 300px;
  height: 1px;
  background: #0176ab;
}

.software_block {
  margin-top: 65px;
}

.software_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.software_tabs {
  width: 60%;
}

.software_tabs_conte {
  width: 40%;
}

.software_tabs ul {
  background: #0a0f0d;
  padding: 30px 80px 50px 80px;
  min-height: 301px;
}

.software_tabs ul li {
  width: 50%;
}

.software_tab_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.software_tab_btn p {
  color: #fff;
  font-family: NunitoSans-Medium;
  font-size: 16px;
  letter-spacing: 1px;
  margin-left: 20px;
  border-bottom: 1px solid transparent;
}

.software_tabs .nav .nav-link {
  padding: 0;
}

.software_tabs .nav .nav-link.active {
  background-color: transparent;
}

.software_tabs .nav .nav-link.active p {
  border-bottom: 1px solid #0176ab;
}

.software_tabs_conte .tab-content {
  background: #f3f5f7;
  padding: 30px 50px;
  text-align: center;
  min-height: 301px;
}

.software_tabs_sec .inner_title {
  color: #0a0f0d;
  font-family: NunitoSans-SemiBold;
  font-size: 20px;
  letter-spacing: 1px;
  margin-top: 25px;
}

.software_tabs_sec p {
  color: #0a0f0d;
  font-size: 16px;
  margin-top: 14px;
}

.software_tabs_btn a {
  display: inline-block;
  color: #0176ab;
  font-family: NunitoSans-Medium;
  font-size: 16px;
  letter-spacing: 0.8px;
  margin-top: 24px;
  padding-bottom: 6px;
  border-bottom: 1px solid #0176ab;
}

.software_tabs_btn a:hover {
  color: #0176ab;
}

.software_tabs_btn a span {
  display: inline-block;
  margin-left: 12px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.software_tabs_btn a:hover span {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

@media (max-width: 1199px) {
  .software_wrapper {
    padding-top: 110px;
  }

  .software_tabs ul {
    padding: 30px 50px 40px;
  }

  .software_tabs_conte .tab-content {
    padding: 25px 20px;
  }

  .software_block {
    margin-top: 45px;
  }
}

@media (max-width: 991px) {
  .software_wrapper {
    padding-top: 60px;
  }

  .software_sec {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .software_tabs,
  .software_tabs_conte {
    width: 100%;
  }

  .software_tabs_conte .tab-content {
    padding: 35px 30px;
  }
  .software_tabs .nav .nav-link span {
    position: relative;
  }
  .software_tabs .nav .nav-link p {
    display: none;
  }
  .software_tabs .nav .nav-link.active span::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #0176ab;
    height: 1px;
    width: 45px;
  }
  .software_tabs ul {
    padding: 30px 20px;
    min-height: 100%;
    justify-content: center;
  }
  .software_tabs ul li {
    width: unset;
    margin: 0 30px;
  }
  .software_tab_btn {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .software_wrapper {
    padding-top: 40px;
  }

  .software_title .title {
    font-size: 25px;
  }
  .software_tabs {
    overflow: auto;
  }
  .software_tabs .nav {
    width: max-content;
  }
}

@media (max-width: 575px) {
  .software_tabs ul {
    padding: 15px 20px 30px 20px;
  }
  .software_tabs ul li {
    width: unset;
    margin: 0 20px;
  }
}

@media (max-width: 450px) {
  .software_block {
    margin-top: 30px;
  }

  .software_tabs_conte .tab-content {
    padding: 25px 20px;
  }
}
/* ******************** Page : React Native App / Section : Software : End ******************** */
/* ******************** Page : php web development / Section : What : Start ******************** */
.whats_wrapper {
  padding-top: 160px;
}

.whats_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -30px;
}

.whats_block .title {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #0a0f0d;
  text-align: right;
  font-family: NunitoSans-Bold;
  font-size: 70px;
  letter-spacing: 3.5px;
  width: 40%;
  padding: 0 15px;
}

.whats_block p {
  color: #0a0f0d;
  font-family: NunitoSans-Regular;
  font-size: 16px;
  width: 60%;
  padding: 0 30px;
}

@media (max-width: 1199px) {
  .whats_wrapper {
    padding-top: 120px;
  }
  .whats_block {
    margin: 0 -15px;
  }
  .whats_block .title,
  .whats_block p {
    padding: 0 15px;
  }
}

@media (max-width: 991px) {
  .whats_wrapper {
    padding-top: 80px;
  }
  .whats_block {
    margin: -15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .whats_block .title,
  .whats_block p {
    padding: 15px;
    width: 100%;
  }
  .whats_block .title {
    font-size: 55px;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .whats_wrapper {
    padding-top: 60px;
  }
}

@media (max-width: 575px) {
  .whats_block .title {
    font-size: 45px;
  }
}

@media (max-width: 367px) {
}
/* ******************** Page : php web development / Section : What : End ******************** */
/* ******************** Page : UI UX Design / Section : Discuss Your Project : Start ******************** */
.discuss_your_project_wrapper {
  padding-top: 160px;
}

.discuss_your_project_block {
  border-radius: 20px;
  background: #0a0f0d;
  padding: 50px 64px;
  position: relative;
}

.discuss_your_project_cconte .inner_title {
  color: #fff;
  font-family: NunitoSans-Medium;
  font-size: 40px;
}

.discuss_your_project_cconte p {
  color: #fff;
  font-size: 16px;
  margin-top: 17px;
}

.discuss_your_project_btn a {
  display: inline-block;
  color: #fdfffe;
  font-family: NunitoSans-Medium;
  font-size: 16px;
  letter-spacing: 0.8px;
  border-radius: 28px;
  border: 1px solid #fff;
  padding: 16px 42px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 32px;
}

.discuss_your_project_btn a:hover {
  background: #fdfffe;
  color: #0a0f0d;
}

.discuss_your_project_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -15px;
}

.discuss_your_project_left {
  width: 70%;
  padding: 0 15px;
}

.discuss_your_project_right {
  width: 25%;
  padding: 0 15px;
}

/*============== Hero Section Css End ===============*/

@media (max-width: 1199px) {
  .discuss_your_project_wrapper {
    padding-top: 120px;
  }
}

@media (max-width: 991px) {
  .discuss_your_project_wrapper {
    padding-top: 80px;
  }

  .discuss_your_project_block {
    padding: 30px;
  }

  .discuss_your_project_cconte .inner_title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .discuss_your_project_wrapper {
    padding-top: 60px;
  }

  .discuss_your_project_sec {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: -15px;
  }

  .discuss_your_project_left,
  .discuss_your_project_right {
    width: 100%;
    padding: 15px;
  }

  .discuss_your_project_img {
    text-align: left;
    width: 160px;
  }
}

@media (max-width: 575px) {
  .discuss_your_project_wrapper {
    padding-top: 40px;
  }

  .discuss_your_project_block {
    padding: 20px 15px;
  }

  .discuss_your_project_cconte .inner_title {
    font-size: 28px;
  }
}

@media (max-width: 367px) {
}
/* ******************** Page : UI UX Design / Section : Discuss Your Project : End ******************** */
/* ******************** Page : Hire Development / Section : Programmers => Start  ******************** */
.programmers_wrapper {
  padding-top: 160px;
}

.programmers_title .title {
  color: #0a0f0d;
  font-family: NunitoSans-SemiBold;
  font-size: 30px;
  position: relative;
  padding-bottom: 8px;
}

.programmers_title .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 129px;
  height: 3px;
  background: #0176ab;
}

.programmers_title p {
  color: #0a0f0d;
  font-family: NunitoSans-Regular;
  font-size: 16px;
  max-width: 806px;
  margin-top: 20px;
}

.programmers_title {
  margin-bottom: 65px;
}

.programmers_block {
  display: flex;
  justify-content: space-between;
  margin: 0px -15px;
}

.programmers_block .inner_title {
  color: #6a6767;
  text-align: right;
  font-family: NunitoSans-Bold;
  font-size: 50px;
  letter-spacing: 3.5px;
  width: 40%;
  padding: 0px 15px;
  transition: all 0.5s ease;
  transform: translateY(20px);
}

.programmers_list {
  width: 45%;
  padding: 0px 15px;
}

.programmers_item {
  display: flex;
  transform: translateY(20px);
  transition: all 0.5s ease;
}

.programmers_item .programmers_img {
  width: 30px;
}

.programmers_item > div + div {
  width: calc(100% - 30px);
  margin-left: 46px;
}

.programmers_item .sub_title {
  color: #0a0f0d;
  font-family: NunitoSans-SemiBold;
  font-size: 20px;
  letter-spacing: 1.2px;
}

.programmers_item p {
  color: #0a0f0d;
  font-size: 16px;
  margin-top: 19px;
}

.timeline ul li {
  position: relative;
}

/* .timeline ul li {
  padding-bottom: 0px;
} */

.timeline ul li:last-child {
  padding-bottom: 0px;
}

.timeline ul li::before {
  content: "";
  width: 2px;
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #e5e5ea;
  transition: all 0.3s ease;
}

.timeline ul li:last-child::before {
  display: none;
}

.timeline ul li.in-view::before {
  background: #0176ab;
}

.timeline ul li::after {
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #e5e5ea;
  z-index: 1;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.timeline li.in-view .programmers_block .inner_title {
  color: #0176ab;
  transform: translateY(0px);
}

.timeline li.in-view .programmers_item .programmers_img svg path {
  fill: #0176ab;
}

.timeline ul li.in-view::after {
  background: #0176ab;
}

.timeline ul li.in-view .programmers_item {
  transform: translateY(0px);
}

@media (max-width: 1199px) {
  .programmers_wrapper {
    padding-top: 120px;
  }

  .programmers_block .inner_title {
    width: 45%;
  }

  .timeline ul li::before {
    top: 20px;
  }

  .timeline ul li:last-child::before {
    height: calc(100% - 120px);
  }
}

@media (max-width: 991px) {
  .programmers_wrapper {
    padding-top: 80px;
  }

  .programmers_block .inner_title {
    font-size: 36px;
  }

  .programmers_item > div + div {
    margin-left: 26px;
  }
}

@media (max-width: 767px) {
  .programmers_wrapper {
    padding-top: 60px;
  }

  .programmers_block {
    display: flex;
    flex-direction: column;
    margin: 0;
  }

  .programmers_block .inner_title,
  .programmers_list {
    width: 100%;
    padding: 0;
  }

  .programmers_block .inner_title {
    text-align: left;
    margin-bottom: 30px;
  }

  .programmers_title {
    margin-bottom: 35px;
  }

  .timeline ul li {
    padding-left: 40px;
    padding-bottom: 200px;
  }

  .timeline ul li::before {
    left: 0;
    transform: unset;
  }

  .timeline ul li::after {
    left: -12px;
    transform: unset;
  }
}

@media (max-width: 575px) {
  .timeline ul li {
    padding-left: 30px;
    padding-bottom: 150px;
  }
}

@media (max-width: 367px) {
}

/* .timeline ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: -22px -15px;
    flex-direction: column;
}
.timeline ul li {
    list-style-type: none;
    position: relative;
    width: 6px;
    margin: 0 auto;
    padding-top: 50px;
    background: #fff;
  }
  .timeline ul li::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) rotate(45deg);
    width: 20px;
    height: 20px;
    z-index: 2;
    background: #eee;
  }
  .timeline ul li div {
    position: relative;
    bottom: 0;
    width: 400px;
    padding: 20px;
    background: #fff;
    box-shadow: 4px 13px 30px 1px rgba(252, 56, 56, 0.2);
    border-radius: 5px;
    display: flex;
    align-items: center;
  }
  .timeline ul li div time {
    position: absolute;
    background: #f5af19;
    width: 80px;
    height: 30px;
    top: -15px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 2px;
  }
  .timeline ul li div div {
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .timeline ul li div div p {
    text-align: center;
  }
  .timeline ul li div .discovery {
    margin-right: 10px;
  }
  .timeline ul li:nth-of-type(odd) > div {
    left: 45px;
  }
  .timeline ul li:nth-of-type(even) > div {
    left: -439px;
  }
  
  .timeline ul li div {
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out;
  }
  .timeline ul li:nth-of-type(odd) div {
    transform: translate3d(100px, -10px, 0) rotate(10deg);
  }
  .timeline ul li:nth-of-type(even) div {
    transform: translate3d(-100px, -10px, 0) rotate(10deg);
  }
  .timeline ul li.in-view div {
    transform: none;
    visibility: visible;
    opacity: 1;
  }
  
  @media screen and (max-width: 900px) {
    .timeline ul li div {
      width: 250px;
      flex-direction: column;
    }
    .timeline ul li div div {
      width: 80%;
      margin: 10px;
    }
    .timeline ul li:nth-of-type(even) > div {
      left: -289px;
    }
  }
  @media screen and (max-width: 600px) {
    body {
      background: #8bfff4;
    }
  
    .timeline ul li {
      margin-left: 20px;
    }
    .timeline ul li div {
      width: calc(100vw - 91px);
    }
    .timeline ul li:nth-of-type(even) > div {
      left: 45px;
    }
  } */
/* ******************** Page : Hire Development / Section : Programmers => End  ******************** */
/* ******************** Page : Hire Development / Section : Flexibility => Start ******************** */
.flexibility_wrapper {
  padding-top: 160px;
}

.flexibility_wrap {
  border-radius: 20px;
  background: -o-linear-gradient(bottom, #8ceaff 0%, #8ceaff 100%),
    -o-linear-gradient(44deg, #eee 0%, #cecece 0%, #d0d0d0 2.47%, #fff 45.66%, #cde8f4
          100%);
  background: linear-gradient(0deg, #8ceaff 0%, #8ceaff 100%),
    linear-gradient(
      46deg,
      #eee 0%,
      #cecece 0%,
      #d0d0d0 2.47%,
      #fff 45.66%,
      #cde8f4 100%
    );
  padding: 50px 100px;
}

.flexibility_title .title {
  color: #0a0f0d;
  font-size: 40px;
}

.flexibility_title .title span {
  font-family: NunitoSans-SemiBold;
}

.flexibility_title p {
  color: #0a0f0d;
  font-size: 16px;
  margin-top: 15px;
}

.flexibility_btn a {
  display: inline-block;
  color: #0a0f0d;
  font-family: NunitoSans-Medium;
  font-size: 16px;
  letter-spacing: 0.8px;
  border-radius: 28px;
  border: 1px solid #0a0f0d;
  padding: 16px 42px;
  margin-top: 25px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.flexibility_btn a:hover {
  background: #0a0f0d;
  color: #fff;
}

@media (max-width: 1199px) {
  .flexibility_wrapper {
    padding-top: 110px;
  }
}

@media (max-width: 991px) {
  .flexibility_wrapper {
    padding-top: 60px;
  }

  .flexibility_wrap {
    padding: 40px 50px;
  }
}

@media (max-width: 767px) {
  .flexibility_wrapper {
    padding-top: 40px;
  }

  .flexibility_wrap {
    padding: 30px;
  }

  .flexibility_title .title {
    font-size: 34px;
  }
}

@media (max-width: 575px) {
  .flexibility_wrap {
    padding: 20px 15px;
  }

  .flexibility_title .title {
    font-size: 26px;
  }
}

@media (max-width: 367px) {
}
/* ******************** Page : Hire Development / Section : Flexibility => End  ******************** */
/* ******************** Page : What to Expert => Start  ******************** */
.what_to_expect_wrap {
  background: #0a0f0d;
  padding: 160px 0;
}

.what_to_expect_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.what_to_expect_conte {
  width: 38%;
  padding: 0 15px;
}

.what_to_expect_list {
  width: 53%;
  padding: 0 15px;
}

.what_to_expect_title .title {
  color: #88888d;
  font-family: NunitoSans-Bold;
  font-size: 70px;
  letter-spacing: 3.5px;
}
.company_active .what_to_expect_title {
  position: fixed;
  top: 100px;
  left: 20%;
  width: 444px;
}
.what_to_expect_title .inner_title {
  color: #fff;
  font-family: NunitoSans-Medium;
  font-size: 40px;
  margin-top: 50px;
}

.what_to_expect_title p {
  color: #fff;
  font-size: 16px;
  margin-top: 50px;
}

.what_to_expect_item .sub_title {
  color: #fff;
  font-family: NunitoSans-SemiBold;
  font-size: 24px;
  position: relative;
  padding-bottom: 20px;
}

.what_to_expect_item .sub_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #0176ab;
  height: 3px;
  width: 84px;
}

.what_to_expect_item p {
  color: #fff;
  font-size: 16px;
  margin-top: 35px;
}

.what_to_expect_list ul li + li {
  margin-top: 58px;
}

@media (max-width: 1800px) {
  .company_active .what_to_expect_title {
    left: 14%;
  }
}
@media (max-width: 1440px) {
  .company_active .what_to_expect_title {
    left: 11%;
  }
}
@media (max-width: 1360px) {
  .company_active .what_to_expect_title {
    left: 6%;
  }
}
@media (max-width: 1280px) {
  .company_active .what_to_expect_title {
    left: 2%;
  }
}

@media (max-width: 1199px) {
  .what_to_expect_wrap {
    padding: 120px 0;
  }

  .what_to_expect_conte {
    width: 45%;
  }
  .company_active .what_to_expect_title {
    position: fixed;
    top: 100px;
    left: 5%;
    width: 394px;
  }
}

@media (max-width: 991px) {
  .company_active .what_to_expect_title {
    position: unset;
    top: unset;
    left: unset;
    width: unset;
  }
  .what_to_expect_wrap {
    padding: 90px 0;
  }

  .what_to_expect_sec {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: -15px;
  }

  .what_to_expect_conte,
  .what_to_expect_list {
    width: 100%;
    padding: 15px;
  }

  .what_to_expect_title .title {
    font-size: 60px;
  }

  .what_to_expect_title .inner_title {
    font-size: 34px;
    margin-top: 30px;
  }

  .what_to_expect_title p {
    margin-top: 30px;
  }

  .what_to_expect_item p {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .what_to_expect_wrap {
    padding: 60px 0;
  }

  .what_to_expect_title .title {
    font-size: 50px;
  }

  .what_to_expect_title .inner_title {
    font-size: 30px;
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  .what_to_expect_title .title {
    font-size: 38px;
  }

  .what_to_expect_title p {
    margin-top: 25px;
  }

  .what_to_expect_item .sub_title {
    font-size: 22px;
    padding-bottom: 13px;
  }
}
/* ******************** Page : What to Expert => End  ******************** */
/* ******************** Page : Your Business => Start  ******************** */
.your_business_wrapper {
  padding-top: 160px;
}
.your_business_title {
  text-align: center;
}
.your_business_title .title {
  color: #0a0f0d;
  font-family: NunitoSans-SemiBold;
  font-size: 30px;
  position: relative;
  padding-bottom: 10px;
  display: inline-block;
}
.your_business_title .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #0176ab;
  height: 2px;
  width: 300px;
}
.your_business_title p {
  color: #0a0f0d;
  font-size: 16px;
  max-width: 827px;
  margin: 15px auto 0;
}

.your_business_list {
  margin-top: 75px;
}
.your_business_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -45px -50px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.your_business_list ul li {
  width: 33.33%;
  padding: 45px 50px;
}
.your_business_item {
  text-align: center;
}
.your_business_item p {
  color: #0a0f0d;
  font-size: 16px;
  margin-top: 26px;
}

@media (max-width: 1199px) {
  .your_business_wrapper {
    padding-top: 120px;
  }

  .your_business_list ul {
    margin: -40px -30px;
  }

  .your_business_list ul li {
    padding: 40px 30px;
  }
}

@media (max-width: 991px) {
  .your_business_wrapper {
    padding-top: 90px;
  }

  .your_business_list {
    margin-top: 55px;
  }
  .your_business_list ul {
    margin: -15px;
  }
  .your_business_list ul li {
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .your_business_wrapper {
    padding-top: 60px;
  }
  .your_business_list ul li {
    width: 50%;
  }

  .your_business_title .title {
    font-size: 27px;
  }

  .your_business_title .title::after {
    width: 220px;
  }
}

@media (max-width: 575px) {
  .your_business_wrapper {
    padding-top: 50px;
  }
}

@media (max-width: 450px) {
  .your_business_list ul li {
    width: 100%;
  }
}
/* ******************** Page : Your Business => End  ******************** */
/* ******************** Page : Looking => Start ******************** */
.looking_wrapper {
  padding-top: 160px;
}

.looking_block {
  border-radius: 20px;
  background: #0a0f0d;
  padding: 34px 64px;
  position: relative;
}

.looking_cconte .inner_title {
  color: #fff;
  font-family: NunitoSans-Medium;
  font-size: 28px;
  line-height: 1.8;
}

.looking_cconte .inner_title span {
  font-family: NunitoSans-SemiBold;
  font-size: 40px;
}
.looking_cconte p {
  color: #fff;
  font-family: NunitoSans-Medium;
  font-size: 18px;
  margin-top: 8px;
}

.looking_btn a {
  display: inline-block;
  color: #fdfffe;
  font-family: NunitoSans-Medium;
  font-size: 16px;
  letter-spacing: 0.8px;
  border-radius: 28px;
  border: 1px solid #fff;
  padding: 16px 42px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 32px;
}

.looking_btn a:hover {
  background: #fdfffe;
  color: #0a0f0d;
}

.looking_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -15px;
}

.looking_left {
  width: 93%;
  padding: 0 15px;
}

.looking_right {
  width: 25%;
  padding: 0 15px;
}

/*============== Hero Section Css End ===============*/

@media (max-width: 1199px) {
  .looking_wrapper {
    padding-top: 120px;
  }
}

@media (max-width: 991px) {
  .looking_wrapper {
    padding-top: 80px;
  }

  .looking_block {
    padding: 30px;
  }

  .looking_cconte .inner_title {
    font-size: 30px;
  }

  .looking_cconte .inner_title span {
    font-family: NunitoSans-SemiBold;
    font-size: 36px;
  }

  .looking_left {
    width: 70%;
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .looking_wrapper {
    padding-top: 60px;
  }

  .looking_sec {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: -15px;
  }

  .looking_left,
  .looking_right {
    width: 100%;
    padding: 15px;
  }

  .looking_img {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .looking_wrapper {
    padding-top: 40px;
  }

  .looking_block {
    padding: 20px 15px;
  }

  .looking_cconte .inner_title {
    font-size: 28px;
  }

  .looking_cconte .inner_title span {
    font-size: 32px;
  }
}

@media (max-width: 367px) {
}
/* ******************** Page :Loking => End  ******************** */

/* ******************** Page : Product > E-commarce Solution > feature > Necta Mobile App / Section : NectaServices => Start  ******************** */
.necta_services_wrapper {
  padding-top: 160px;
}

.necta_services_title .title {
  color: #e5e5ea;
  font-family: NunitoSans-Bold;
  font-size: 70px;
  letter-spacing: 3.5px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #0a0f0d;
}

.necta_services_title p {
  color: #0a0f0d;
  font-family: NunitoSans-Medium;
  font-size: 18px;
  margin-top: 30px;
}

.necta_services_btn a {
  display: inline-block;
  color: #0a0f0d;
  text-align: center;
  font-family: NunitoSans-Medium;
  font-size: 16px;
  letter-spacing: 0.8px;
  border-radius: 28px;
  border: 1.5px solid #0a0f0d;
  padding: 16px 35px;
  margin-top: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.necta_services_btn a:hover {
  background: #0a0f0d;
  color: #fff;
}

.necta_services_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -15px;
}

.necta_services_title {
  width: 48%;
  padding: 0 15px;
}

.necta_services_sec {
  width: 50%;
  padding: 0 15px;
}

.necta_services_conte {
  border-radius: 20px;
  background: #f3f5f7;
  padding: 70px 65px 30px 65px;
}

.necta_services_conte ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.necta_services_conte ul li {
  padding: 15px;
  width: 50%;
}

.necta_services_conte ul li:nth-child(2) {
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
}

.necta_services_conte ul li:nth-child(4) {
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}

.necta_services_item {
  text-align: center;
  border-radius: 20px;
  background: #fff;
  padding: 30px 15px 15px 15px;
  min-height: 200px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.necta_services_item:hover {
  -webkit-box-shadow: 0 32px 48px -2px rgba(14, 31, 53, 0.2);
  box-shadow: 0 32px 48px -2px rgba(14, 31, 53, 0.2);
}

.necta_services_item p {
  color: #0a0f0d;
  font-family: NunitoSans-Medium;
  font-size: 16px;
  margin-top: 44px;
}

@media (max-width: 1199px) {
  .necta_services_wrapper {
    padding-top: 110px;
  }

  .necta_services_sec {
    width: 63%;
  }

  .necta_services_title .title {
    font-size: 57px;
  }
}

@media (max-width: 991px) {
  .necta_services_wrapper {
    padding-top: 60px;
  }

  .necta_services_block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
  }

  .necta_services_title,
  .necta_services_sec {
    width: 100%;
    padding: 15px;
  }

  .necta_services_title {
    text-align: center;
  }

  .necta_services_title .title {
    text-align: center;
    font-size: 50px;
  }

  .necta_services_title p {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .necta_services_wrapper {
    padding-top: 40px;
  }

  .necta_services_title .title {
    font-size: 42px;
  }

  .necta_services_conte {
    padding: 65px 20px 20px 20px;
  }
}

@media (max-width: 575px) {
  .necta_services_title .title {
    font-size: 38px;
  }

  .necta_services_conte ul li {
    width: 50%;
  }
}

@media (max-width: 367px) {
  .necta_services_title .title {
    font-size: 32px;
  }

  .necta_services_conte ul li {
    width: 100%;
  }

  .necta_services_conte ul li:nth-child(2) {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }

  .necta_services_conte ul li:nth-child(4) {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }

  .necta_services_conte {
    padding: 20px 20px 20px 20px;
  }
}
/* ******************** Page : Product > E-commarce Solution > feature > Necta Mobile App / Section : NectaServices => End  ******************** */
/* ******************** Page : Product > E-commarce Solution > Products > Use Cases / Section : App Solutions => Start  ******************** */
.app_solution_wrap {
  background: #0a0f0d;
  padding: 114px 0 107px 0;
}

.app_solution_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -15px;
}

.app_solution_sec {
  padding: 0 15px;
  width: 45%;
}

.app_solution_img {
  width: 50%;
  padding: 0 15px;
}

.app_solution_conte .title {
  color: #fff;
  font-family: NunitoSans-SemiBold;
  font-size: 30px;
  padding-bottom: 8px;
  position: relative;
  line-height: 1.4;
}

.app_solution_conte .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #0176ab;
  width: 300px;
  height: 1px;
}

.app_solution_conte p {
  color: #fff;
  font-size: 16px;
  margin-top: 27px;
}

.app_solution_btn a {
  display: inline-block;
  color: #fff;
  font-family: NunitoSans-Medium;
  font-size: 16px;
  letter-spacing: 0.8px;
  border-radius: 28px;
  border: 1.5px solid #fff;
  padding: 16px 35px;
  margin-top: 30px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.app_solution_btn a:hover {
  background: #fff;
  color: #0a0f0d;
}

@media (max-width: 1199px) {
}

@media (max-width: 991px) {
  .app_solution_wrap {
    padding: 70px 0 70px 0;
  }

  .app_solution_block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .app_solution_sec,
  .app_solution_img {
    width: 100%;
    padding: 15px;
  }
}

@media (max-width: 767px) {
}

@media (max-width: 575px) {
  .app_solution_wrap {
    padding: 60px 0 40px 0;
  }

  .app_solution_conte .title {
    font-size: 28px;
  }
}
/* ******************** Page : Product > E-commarce Solution > Products > Use Cases / Section : App Solutions => End ******************** */
/* ******************** Page : Product > E-commarce Solution > Products > Use Cases / Section :Our Doctor => Start  ******************** */
.our_doctor_wrapper {
  padding-top: 160px;
}

.our_doctor_title {
  text-align: center;
}

.our_doctor_title .title {
  color: #006ea1;
  font-family: NunitoSans-Medium;
  font-size: 20px;
  display: inline-block;
  padding-bottom: 8px;
  position: relative;
  text-transform: uppercase;
}

.our_doctor_title .title::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  background: #0176ab;
  width: 300px;
  height: 1px;
}

.our_doctor_title p {
  color: #0a0f0d;
  font-size: 16px;
  margin: 20px auto 0;
  max-width: 1005px;
}

.our_doctor_block {
  margin-top: 40px;
}

.our_doctor_block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -15px;
}

.our_doctor_block ul li {
  width: 33.33%;
  padding: 0 15px;
}

.our_doctor_list {
  border-radius: 20px;
  border: 1px solid #e7e7e7;
  background: #fdfefe;
  padding: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-height: 350px;
}

.our_doctor_img {
  overflow: hidden;
  border-radius: 20px;
}

.our_doctor_img img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}

.our_doctor_list:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.our_doctor_list:hover {
  border: 0.606px solid rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 3px 3px 6px 0 #a6abbd, -3px -3px 6px 0 #fafbff;
  box-shadow: 3px 3px 6px 0 #a6abbd, -3px -3px 6px 0 #fafbff;
}

.our_doctor_list .inner_title {
  color: #0a0f0d;
  font-family: "NunitoSans-SemiBold";
  font-size: 20px;
  letter-spacing: 1.2px;
  margin-top: 20px;
}

.our_doctor_list p {
  color: #0a0f0d;
  font-size: 16px;
  margin-top: 20px;
}

@media (max-width: 1199px) {
  .our_doctor_wrapper {
    padding-top: 110px;
  }
}

@media (max-width: 991px) {
  .our_doctor_wrapper {
    padding-top: 60px;
  }

  .our_doctor_block {
    margin-top: 35px;
  }

  .our_doctor_list {
    padding: 10px;
    min-height: 330px;
  }

  .our_doctor_block ul {
    margin: 0 -5px;
  }

  .our_doctor_block ul li {
    padding: 0 5px;
  }
}

@media (max-width: 767px) {
  .our_doctor_block ul {
    margin: -15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .our_doctor_block ul li {
    padding: 15px;
    width: 100%;
  }

  .our_doctor_list {
    padding: 15px;
    min-height: 100%;
  }
}

@media (max-width: 575px) {
  .our_doctor_title .title {
    font-size: 26px;
  }

  .our_doctor_title p {
    margin-top: 15px;
  }

  .our_doctor_block {
    margin-top: 25px;
  }

  .our_doctor_title .title::after {
    width: 200px;
  }
}

@media (max-width: 367px) {
}
/* ******************** Page : Product > E-commarce Solution > Products > Use Cases / Section :Our Doctor => End ******************** */
/* ******************** Page : Product > E-commarce Solution > Products > Use Cases / Section : Our Comprehensive => Start ******************** */
.our_comprehensive_wrapper {
  padding-top: 160px;
}

.our_comprehensive_title {
  text-align: center;
}

.our_comprehensive_title .title {
  color: #0a0f0d;
  font-family: NunitoSans-SemiBold;
  font-size: 30px;
  padding-bottom: 8px;
  display: inline-block;
  position: relative;
  max-width: 591px;
  margin: 0 auto;
}

.our_comprehensive_title .title::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  background: #0176ab;
  width: 300px;
  height: 1px;
}

.our_comprehensive_title p {
  color: #0a0f0d;
  font-size: 16px;
  margin: 20px auto 0;
  max-width: 1005px;
}

.our_comprehensive_block {
  margin-top: 65px;
}

.our_comprehensive_block ul li {
  position: relative;
  padding-bottom: 30px;
}

.our_comprehensive_block ul li + li {
  margin-top: 60px;
}

.our_comprehensive_block ul li::after {
  content: "";
  background: #d8d8d8;
  width: 262px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.our_comprehensive_block ul li:last-child::after {
  display: none;
}

.our_comprehensive_block
  ul
  li:nth-child(even)
  .our_comprehensive_inner_title
  .inner_title {
  text-align: right;
}

.our_comprehensive_block
  ul
  li:nth-child(even)
  .our_comprehensive_inner_title
  .inner_title::after {
  left: unset;
  bottom: 0;
  right: 0;
}

.our_comprehensive_inner_title .inner_title {
  color: #0a0f0d;
  font-family: NunitoSans-SemiBold;
  font-size: 24px;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 65px;
}

.our_comprehensive_inner_title .inner_title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #0176ab;
  width: 222px;
  height: 1px;
}

.our_comprehensive_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -17px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.our_comprehensive_img {
  width: 47%;
  padding: 0 17px;
}

.our_comprehensive_sec {
  width: 52%;
  padding: 0 17px;
}

.our_comprehensive_inner_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -17px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.our_comprehensive_inner_list {
  width: 50%;
  padding: 17px;
}

.our_comprehensive_inner_block .sub_title {
  color: #000;
  font-family: NunitoSans-SemiBold;
  font-size: 20px;
  letter-spacing: 1.2px;
}

.our_comprehensive_inner_block p {
  color: #0a0f0d;
  font-size: 16px;
  margin-top: 12px;
}

@media (max-width: 1199px) {
  .our_comprehensive_wrapper {
    padding-top: 110px;
  }

  .our_comprehensive_img,
  .our_comprehensive_sec {
    width: 50%;
  }

  .our_comprehensive_inner_item {
    margin: -15px;
  }

  .our_comprehensive_inner_list {
    padding: 15px;
  }
}

@media (max-width: 991px) {
  .our_comprehensive_wrapper {
    padding-top: 60px;
  }

  .our_comprehensive_block {
    margin-top: 35px;
  }

  .our_comprehensive_inner_title .inner_title {
    margin-bottom: 40px;
  }

  .our_comprehensive_item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: -15px;
  }

  .our_comprehensive_img,
  .our_comprehensive_sec {
    width: 100%;
    padding: 15px;
  }

  .our_comprehensive_img {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

@media (max-width: 767px) {
  .our_comprehensive_title .title {
    font-size: 28px;
  }

  .our_comprehensive_block {
    margin-top: 25px;
  }

  .our_comprehensive_inner_title .inner_title {
    margin-bottom: 20px;
    padding-bottom: 6px;
  }
}

@media (max-width: 450px) {
  .our_comprehensive_inner_item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
  }

  .our_comprehensive_inner_list {
    width: 100%;
    padding: 10px;
  }

  .our_comprehensive_block ul li + li {
    margin-top: 40px;
  }

  .our_comprehensive_title .title {
    font-size: 26px;
  }
}

@media (max-width: 367px) {
}
/* ******************** Page : Product > E-commarce Solution > Products > Use Cases / Section : Our Comprehensive => End  ******************** */
/* ******************** Page : Product > E-commarce Solution > Products > Use Cases / Section : Our Approch => Start  ******************** */
.ourapproch_wrapper {
  margin-top: 160px;
  padding: 53px 0 56px 0;
  background-image: url("../../../Assets/images/home/bg_img.webp");
  background-repeat: no-repeat;
  background-color: #f3f5f7;
  background-position: bottom left;
}

.ourapproch_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -20px;
}

.ourapproch_sec {
  padding: 0 20px;
  width: 35%;
}

.ourapproch_desc {
  padding: 0 20px;
  width: 65%;
}

.ourapproch_conte .text_approch_title {
  color: #0a0f0d;
  font-family: NunitoSans-SemiBold;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 40px;
}

.ourapproch_conte p {
  color: #0a0f0d;
  font-family: NunitoSans-SemiBold;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
  margin: 10px 0 0 0;
}

.ourapproch_btn a {
  display: inline-block;
  border-radius: 28px;
  border: 1px solid #0a0f0d;
  padding: 16px 46px;
  margin-top: 60px;
  text-decoration: none;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #0a0f0d;
  text-align: center;
  font-family: NunitoSans-Medium;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
}

.ourapproch_btn a:hover {
  background: #0a0f0d;
  color: #ffffff;
  border-color: #ffffff;
}

.text_desc_title {
  color: #000;
  font-family: NunitoSans-SemiBold;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.2px;
}

.ourapproch_desc_block p {
  color: #0a0f0d;
  font-family: NunitoSans-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin-top: 26px;
}

.ourapproch_desc_sec {
  padding: 24px;
  border-left: 1px solid #fdfdfd;
  margin-bottom: 30px;
  min-height: 200px;
}

.ourapproch_desc_sec:hover {
  border-radius: 15px;
  background: #fdfdfd;
}

@media (max-width: 1199px) {
  .ourapproch_wrapper {
    padding-top: 50px;
    margin-top: 110px;
  }

  .ourapproch_desc_sec {
    min-height: 220px;
  }
}

@media (max-width: 991px) {
  .ourapproch_wrapper {
    padding-top: 50px;
    margin-top: 70px;
  }

  .ourapproch_conte .text_indus_title {
    font-size: 36px;
  }

  .ourapproch_conte .text_approch_title {
    margin-top: 25px;
  }

  .ourapproch_btn a {
    margin: 25px 0;
  }

  .ourapproch_desc_sec {
    margin-bottom: 15px;
    min-height: auto;
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
  }

  .ourapproch_block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ourapproch_desc {
    padding: 0 10px;
    width: 100%;
  }

  .ourapproch_sec {
    padding: 0 10px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .ourapproch_wrapper {
    padding-top: 40px;
    margin-top: 60px;
  }

  .ourapproch_block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: -15px;
  }

  .ourapproch_sec {
    padding: 15px;
    width: 100%;
  }

  .ourapproch_desc {
    padding: 15px;
    width: 100%;
  }

  .ourapproch_btn a {
    margin-top: 20px;
  }

  .ourapproch_desc_sec {
    margin-bottom: 15px;
    min-height: auto;
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
  }
}

@media (max-width: 575px) {
  .ourapproch_wrapper {
    padding-top: 40px;
    margin-top: 40px;
  }

  .ourapproch_conte .text_indus_title {
    font-size: 30px;
  }
}

@media (max-width: 450px) {
}

@media (max-width: 367px) {
  .ourapproch_conte .text_indus_title {
    font-size: 24px;
  }
}
/* ******************** Page : Product > E-commarce Solution > Products > Use Cases / Section : Our Approch => End ******************** */
/* ******************** Page : Product > E-commarce Solution > Products > Use Cases / Section : Our Transform => Start ******************** */
.transform_wrapper {
  padding-top: 160px;
}

.transform_title {
  text-align: center;
}

.transform_title .title {
  color: #0a0f0d;
  font-family: NunitoSans-SemiBold;
  font-size: 30px;
  position: relative;
  padding-bottom: 8px;
  max-width: 713px;
  margin: 0 auto;
}

.transform_title .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 300px;
  height: 2px;
  background: #0176ab;
}

.transform_block {
  margin-top: 65px;
}

.transform_block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -22px -15px;
}

.transform_block ul li {
  width: 33.33%;
  padding: 22px 15px;
}

.transform_list {
  border-radius: 20px;
  border: 1px solid #e7e7e7;
  background: #fdfefe;
  padding: 45px 29px 20px 31px;
  min-height: 239px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.transform_list:hover::after {
  content: "";
  width: 100%;
  height: 98%;
  position: absolute;
  background: -o-linear-gradient(299deg, #595cff, #c6f8ff);
  background: linear-gradient(151deg, #595cff, #c6f8ff);
  top: 4px;
  left: 0;
  z-index: -1;
  -webkit-filter: blur(7px);
  filter: blur(7px);
}

.transform_list .inner_title {
  color: #0a0f0d;
  font-family: NunitoSans-SemiBold;
  font-size: 20px;
  letter-spacing: 1.2px;
}

.transform_list p {
  color: #0a0f0d;
  font-family: NunitoSans-Regular;
  font-size: 16px;
  margin-top: 25px;
}

@media (max-width: 1199px) {
  .transform_wrapper {
    padding-top: 110px;
  }

  .transform_block {
    margin-top: 55px;
  }

  .transform_list {
    min-height: 260px;
  }
}

@media (max-width: 991px) {
  .transform_wrapper {
    padding-top: 60px;
  }

  .transform_block {
    margin-top: 45px;
  }

  .transform_block ul {
    margin: -15px;
  }

  .transform_block ul li {
    padding: 15px;
    width: 50%;
  }

  .transform_list {
    padding: 35px 20px 20px 21px;
    min-height: 210px;
  }
}

@media (max-width: 767px) {
  .transform_title .title {
    font-size: 25px;
  }

  .transform_block {
    margin-top: 35px;
  }

  .transform_block ul li {
    width: 100%;
  }

  .transform_list {
    padding: 20px;
    min-height: 100%;
  }
}

@media (max-width: 575px) {
}

@media (max-width: 367px) {
}
/* ******************** Page : Product > E-commarce Solution > Products > Use Cases / Section : Our Transform => End ******************** */
/* ******************** Page : Product > E-commarce Solution > Products > Use Cases / Section : Commumication => Start ******************** */
.communication_wrapper {
  padding-top: 160px;
}

.communication_wrap {
  background: -o-linear-gradient(331deg, #00031d 0%, rgba(0, 6, 55, 0.9) 100%);
  background: linear-gradient(119deg, #00031d 0%, rgba(0, 6, 55, 0.9) 100%);
  padding: 44px 0;
}

.communication_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -15px;
}

.communication_sec {
  padding: 0 15px;
  width: 54%;
}

.communication_img {
  width: 35%;
  padding: 0 15px;
}

.communication_conte .inner_title {
  color: #fff;
  font-family: NunitoSans-SemiBold;
  font-size: 24px;
}

.communication_conte .title {
  color: #fff;
  font-family: NunitoSans-SemiBold;
  font-size: 30px;
  margin-top: 20px;
}

.communication_conte p {
  color: #fff;
  font-size: 16px;
  margin-top: 15px;
}

.communication_btn a {
  display: inline-block;
  color: #fff;
  font-family: NunitoSans-Medium;
  font-size: 16px;
  letter-spacing: 0.8px;
  border-radius: 28px;
  border: 1.5px solid #fff;
  padding: 15px 45px;
  margin-top: 30px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.communication_btn a:hover {
  background: #fff;
  color: #0a0f0d;
}

.communication_img_block {
  text-align: right;
}

@media (max-width: 1199px) {
  .communication_wrapper {
    padding-top: 120px;
  }
}

@media (max-width: 991px) {
  .communication_wrapper {
    padding-top: 80px;
  }

  .communication_block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .communication_sec,
  .communication_img {
    width: 100%;
    padding: 15px;
  }

  .communication_img_block {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .communication_wrapper {
    padding-top: 60px;
  }
}

@media (max-width: 575px) {
  .communication_wrap {
    padding: 60px 0 40px 0;
  }

  .communication_conte .title {
    font-size: 26px;
  }
}
/* ******************** Page : Product > E-commarce Solution > Products > Use Cases / Section : Commumication => End ******************** */

/* ******************** Page : Product > E-commarce Solution > Service Market Place > feature > nectaser vendor app / Section : booking => Start ******************** */
.booking_wrapper {
  padding-top: 160px;
}

.booking_title .title {
  color: #0a0f0d;
  font-family: NunitoSans-SemiBold;
  font-size: 30px;
  position: relative;
  padding-bottom: 8px;
  text-align: center;
}

.booking_title .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 300px;
  height: 1px;
  background: #0176ab;
}

.booking_title p {
  color: #0a0f0d;
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
}

.booking_sec {
  margin-top: 40px;
}

.booking_sec ul li {
  border-radius: 20px;
  background: #f3f5f7;
  padding: 0 80px 0 0;
}

.booking_sec ul li:nth-child(even) {
  background: transparent;
  padding: 0;
}

.booking_sec ul li + li {
  margin-top: 60px;
}

.booking_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -15px;
}

.booking_img {
  padding: 0 15px;
  width: 40%;
}

.booking_block {
  padding: 0 15px;
  width: 50%;
}

.booking_img_block {
  margin: -30px 0;
}

.booking_conte .inner_title {
  color: #000;
  font-family: NunitoSans-SemiBold;
  font-size: 28px;
  letter-spacing: 1.2px;
}

.booking_conte p {
  color: #0a0f0d;
  font-family: NunitoSans-Regular;
  font-size: 16px;
  margin-top: 27px;
}

@media (max-width: 1199px) {
  .booking_wrapper {
    padding-top: 120px;
  }
}

@media (max-width: 991px) {
  .booking_wrapper {
    padding-top: 80px;
  }

  .booking_img {
    width: 49%;
  }

  .booking_sec ul li {
    padding: 0 20px 0 0;
  }

  .booking_conte .inner_title {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .booking_wrapper {
    padding-top: 60px;
  }

  .booking_title .title {
    font-size: 26px;
  }

  .booking_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: -15px;
  }

  .booking_img,
  .booking_block {
    width: 100%;
    padding: 15px;
  }

  .booking_sec ul li {
    padding: 0 20px 30px 20px;
  }

  .booking_img {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .booking_img_block {
    margin: -50px 0 0 0;
  }

  .booking_sec {
    margin-top: 70px;
  }

  .booking_conte p {
    margin-top: 17px;
  }
}

@media (max-width: 575px) {
  .booking_title .title {
    font-size: 25px;
  }
  .booking_sec ul li + li {
    margin-top: 90px;
  }
}

@media (max-width: 367px) {
}
/* ******************** Page : Product > E-commarce Solution > Service Market Place > feature > nectaser vendor app / Section : booking => End ******************** */
/* ******************** Page : Product > E-commarce Solution > Service Market Place > feature > nectaser vendor app / Section : Market Place => Start ******************** */
.marketplace_wrapper {
  padding-top: 160px;
}

.marketplace_title {
  text-align: center;
}

.marketplace_title .title {
  color: #0a0f0d;
  font-family: NunitoSans-SemiBold;
  font-size: 30px;
  position: relative;
  padding-bottom: 8px;
}

.marketplace_title .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 300px;
  height: 2px;
  background: #0176ab;
}

.marketplace_title p {
  color: #0a0f0d;
  font-family: NunitoSans-Regular;
  font-size: 16px;
  max-width: 884px;
  margin: 20px auto 0;
}

.marketplace_block {
  margin-top: 65px;
}

.marketplace_btn a {
  display: inline-block;
  color: #0a0f0d;
  font-family: NunitoSans-Medium;
  font-size: 16px;
  letter-spacing: 0.8px;
  margin-top: 25px;
  padding-bottom: 6px;
  border-bottom: 1px solid #0a0f0d;
}

.marketplace_btn a:hover {
  color: #0176ab;
  border-bottom: 1px solid #0176ab;
}

.marketplace_btn a span {
  display: inline-block;
  margin-left: 12px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.marketplace_btn a:hover span {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.marketplace_btn a:hover span svg path {
  fill: #0176ab;
}

.marketplace_item:hover {
  border: 0.606px solid rgba(255, 255, 255, 0.4);
  background: #fdfefe;
  -webkit-box-shadow: 3px 3px 6px 0 #a6abbd, -3px -3px 6px 0 #fafbff;
  box-shadow: 3px 3px 6px 0 #a6abbd, -3px -3px 6px 0 #fafbff;
}

/* compli */

.marketplace_item .text_item_title {
  color: #000;
  font-family: "NunitoSans-SemiBold";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.2px;
  margin-bottom: 18px;
  margin-top: -22px;
  position: relative;
}

.marketplace_item .text_item_desc {
  color: #0a0f0d;
  font-family: "NunitoSans-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.marketplace_block {
  margin-top: 90px;
}

.marketplace_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.marketplace_list::after {
  content: "";
  position: absolute;
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #f2f2f7;
  width: 1920px;
  height: 1px;
}

.marketplace_list::before {
  content: "";
  position: absolute;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #f2f2f7;
  width: 1920px;
  height: 1px;
  z-index: 1;
}

.marketplace_list_item {
  border-left: 1px solid #f2f2f7;
  width: 25%;
}

.marketplace_list_item:last-child {
  border-right: 1px solid #f2f2f7;
}

.marketplace_item {
  min-height: 350px;
  margin: 60px 0;
  padding: 40px 30px;
  border: 0.606px solid transparent;
}

@media (max-width: 1199px) {
  .marketplace_wrapper {
    padding-top: 110px;
  }

  .marketplace_block {
    margin-top: 55px;
  }

  /* .marketplace_title .text_marketplace_title {
        font-size: 42px;
        max-width: 909px;
        margin: 5px auto 0;
        line-height: 1.3;
    } */

  .marketplace_block {
    margin-top: 50px;
  }

  .marketplace_item {
    min-height: 380px;
    margin: 60px 0;
    padding: 30px 20px;
  }
}

@media (max-width: 991px) {
  .marketplace_wrapper {
    padding-top: 60px;
  }

  .marketplace_block {
    margin-top: 45px;
  }

  .marketplace_block {
    margin-top: 30px;
  }

  .marketplace_title {
    max-width: 100%;
  }

  .marketplace_item .text_item_desc {
    font-size: 15px;
    line-height: 22px;
  }

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

  .marketplace_item {
    min-height: 320px;
    margin: 35px 0 0 0;
    padding: 55px 20px 40px 20px;
  }

  .marketplace_list_item {
    width: 50%;
  }

  .marketplace_list_item:first-child {
    border-bottom: 1px solid #f2f2f7;
  }

  .marketplace_list_item:nth-child(2) {
    border-right: 1px solid #f2f2f7;
    border-bottom: 1px solid #f2f2f7;
  }
}

@media (max-width: 767px) {
  .marketplace_wrapper {
    padding-top: 60px;
  }

  .marketplace_title .title {
    font-size: 25px;
  }

  /* .marketplace_title .text_marketplace_title {
            font-size: 26px;
        } */

  .marketplace_item .text_item_desc {
    font-size: 15px;
    line-height: 22px;
  }

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

  .marketplace_item {
    min-height: 330px;
    margin: 30px 0;
    padding: 65px 20px 0;
  }
}

@media (max-width: 575px) {
  .marketplace_title {
    max-width: 100%;
  }

  /* .marketplace_title .text_marketplace_title {
            font-size: 24px;
        } */

  .marketplace_item .text_item_desc {
    font-size: 15px;
    line-height: 22px;
  }

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

  .marketplace_list_item {
    width: 100%;
  }

  .marketplace_list_item {
    border-left: 1px solid #f2f2f7;
    border-right: 1px solid #f2f2f7;
  }

  .marketplace_list_item:last-child {
    border-top: 1px solid #f2f2f7;
  }

  .marketplace_item {
    min-height: 100%;
    padding: 40px 20px;
    margin: 0;
  }
  .marketplace_list::after {
    top: 0;
  }
  .marketplace_list::before {
    bottom: 0;
  }
}

@media (max-width: 367px) {
}
/* ******************** Page : Product > E-commarce Solution > Service Market Place > feature > nectaser vendor app / Section : Market Place => End ******************** */
/*====================== Page :Get Fuel Portfolio / Section : Typography =>  Start ==============*/

.typography_wrapper {
  padding-top: 150px;
}

.typography_wrap {
  background: #0a0f0d;
  padding: 125px 0;
}

.typography_bg {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  -webkit-box-shadow: 0 2.2676515579223633px 2.2676515579223633px 0
      rgba(255, 255, 255, 0.15) inset,
    0 0 34.01477813720703px 0 rgba(255, 255, 255, 0.05) inset;
  box-shadow: 0 2.2676515579223633px 2.2676515579223633px 0
      rgba(255, 255, 255, 0.15) inset,
    0 0 34.01477813720703px 0 rgba(255, 255, 255, 0.05) inset;
  -webkit-backdrop-filter: blur(36.36111068725586px);
  backdrop-filter: blur(36.36111068725586px);
  padding: 60px 50px;
}

.typography_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.typography_sec {
  width: 35%;
  padding: 0 15px;
}

.typography_conte {
  width: 70%;
  padding: 0 15px;
}

.typography_title {
  color: #fff;
  font-family: NunitoSans-SemiBold;
  font-size: 30px;
  margin-bottom: 40px;
}

.typography_text p {
  color: #fff;
  font-family: NunitoSans-Regular;
  font-size: 24px;
}

@media (max-width: 1199px) {
  .typography_wrapper {
    padding-top: 100px;
  }
}

@media (max-width: 991px) {
  .typography_wrapper {
    padding-top: 90px;
  }

  .typography_bg {
    padding: 50px 30px;
  }

  .typography_wrap {
    padding: 85px 0;
  }

  .typography_title {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .typography_wrapper {
    padding-top: 60px;
  }

  .typography_wrap {
    padding: 45px 0;
  }

  .typography_bg {
    padding: 30px;
  }

  .typography_block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -20px;
  }

  .typography_sec,
  .typography_conte {
    width: 100%;
    padding: 20px;
  }

  .typography_title {
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
}

@media (max-width: 367px) {
}

/*====================== Page :Get Fuel Portfolio / Section : Typography =>  End ==============*/
/*====================== Page :Get Fuel Portfolio / Section : Mobile Mockups =>  Start ==============*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.moblie_mockup_wrap img {
  width: 100%;
}

/*====================== Page :Get Fuel Portfolio / Section : Mobile Mockups =>  End ==============*/
/*====================== Page :Get Fuel Portfolio / Section : Prospects =>  End ==============*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.prospects_wrapper {
  margin-bottom: -180px;
  position: relative;
  z-index: 1;
}

.prospects_wrap {
  background: #000;
  padding: 240px 0;
}

.prospects_block {
  position: relative;
}

.prospects_img {
  position: absolute;
  top: -80px;
  right: -30px;
}

.prospects_sec {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  -webkit-box-shadow: 0 2.2676515579223633px 2.2676515579223633px 0
      rgba(255, 255, 255, 0.15) inset,
    0 0 34.01477813720703px 0 rgba(255, 255, 255, 0.05) inset;
  box-shadow: 0 2.2676515579223633px 2.2676515579223633px 0
      rgba(255, 255, 255, 0.15) inset,
    0 0 34.01477813720703px 0 rgba(255, 255, 255, 0.05) inset;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  max-width: 780px;
  min-height: 390px;
  padding: 65px 60px 32px 60px;
}

.prospects_title {
  color: #fff;
  font-family: NunitoSans-SemiBold;
  font-size: 30px;
  margin-bottom: 25px;
}

.prospects_sec p {
  color: #fff;
  font-family: NunitoSans-Medium;
  font-size: 20px;
}

@media (max-width: 1199px) {
  .prospects_wrapper {
    margin-bottom: -110px;
  }
}

@media (max-width: 991px) {
  .prospects_wrapper {
    margin-bottom: -70px;
  }

  .prospects_wrap {
    background: #000;
    padding: 100px 0;
  }
}

@media (max-width: 767px) {
  .prospects_wrapper {
    margin-bottom: -60px;
  }

  .prospects_sec {
    padding: 30px 20px;
  }

  .prospects_title {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .prospects_img {
    top: -10px;
  }
}

@media (max-width: 575px) {
  .prospects_wrap {
    padding: 60px 0;
  }

  .prospects_title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

@media (max-width: 367px) {
}

/*====================== Page :Get Fuel Portfolio / Section : Prospects =>  End ==============*/
/*====================== Page : team Calculate / Section : Review => Start ==============*/
.employee_reviews {
  padding: 0;
}

.employee_text {
  text-align: center;
  font-size: 30px;
  font-family: NunitoSans-SemiBold;
}

.slider_line {
  width: 300px;
  height: 1px;
  background-color: #0176ab;
  margin: 8px auto;
}

#employee.owl-carousel.owl-theme.owl-loaded.owl-drag {
  position: relative;
}

.box_1 {
  border: 1px solid #e7e7e7;
  border-radius: 20px;
  padding: 35px;
}

.slider_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

img.slider_img {
  width: 95px !important;
  border-radius: 50%;
}

.slider_inner_text {
  padding-left: 10px;
  font-size: 20px;
  font-family: NunitoSans-SemiBold;
  color: #0a0f0d;
}

.inner_text {
  padding: 20px 0;
}

.slider_title {
  font-size: 16px;
  font-family: NunitoSans-SemiBold;
}

.slider_title_2 {
  padding-top: 30px;
  font-size: 16px;
}

#employee.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: inline;
}

.box_1:hover {
  -webkit-box-shadow: 4px 6px 10px 0 gainsboro;
  box-shadow: 4px 6px 10px 0 gainsboro;
}

#employee.owl-theme .owl-dots .owl-dot {
  display: none;
}

#employee button.owl-prev {
  position: absolute;
  top: 46%;
  left: -6%;
  width: 36px;
  height: 35px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#employee button.owl-next {
  position: absolute;
  top: 46%;
  right: -6%;
  width: 36px;
  height: 35px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#employee.owl-theme .owl-nav [class*="owl-"]:hover {
  border: 1px solid rgb(0, 0, 0);
  border-color: #000000;
  background-color: #ffffff;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.reviews_slider_block {
  max-width: 1035px;
  margin: 60px auto 0;
}

#employee.owl-carousel .owl-stage {
  margin-bottom: 13px;
}

@media (max-width: 1199px) {
  .box_1 {
    padding: 25px;
  }

  .employee_reviews {
    max-width: 920px;
  }

  #employee button.owl-prev {
    left: -5%;
  }

  #employee button.owl-next {
    right: -5%;
  }
}

@media (max-width: 991px) {
  .reviews_slider_block {
    margin: 55px auto 0;
  }

  #employee button.owl-prev {
    top: 45%;
    left: -6%;
  }

  #employee button.owl-next {
    top: 45%;
    right: -6%;
  }
}

@media (max-width: 767px) {
  .reviews_slider_block {
    margin: 60px auto 0;
  }

  .employee_text {
    font-size: 25px;
  }

  .slider_line {
    width: 235px;
  }

  .box_1 {
    padding: 20px;
  }

  img.slider_img {
    max-width: 85px !important;
  }

  .slider_title_2 {
    padding-top: 10px;
    font-size: 14px;
  }

  .slider_title {
    font-size: 15px;
  }

  .slider_inner_text {
    padding-left: 25px;
    font-size: 19px;
  }

  #employee button.owl-prev {
    left: -10%;
    width: 30px;
    height: 30px;
  }

  #employee button.owl-next {
    right: -10%;
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 575px) {
  img.slider_img {
    max-width: 80px !important;
  }

  .box_1 {
    padding: 25px;
    text-align: center;
  }

  .slider_text {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .inner_text {
    padding: 20px 0 0;
  }

  #employee button.owl-prev {
    left: 0;
  }

  #employee button.owl-next {
    right: 0;
  }
}

@media (max-width: 450px) {
  .box_1 {
    text-align: unset;
    width: 80%;
    margin: 0 auto;
  }

  .slider_text {
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }

  .gallary_text_p,
  .slider_title {
    font-size: 14px;
    padding-top: 0;
  }

  .employee_text {
    font-size: 21px;
  }

  .slider_line {
    width: 205px;
    height: 1px;
    margin: 6px auto;
  }

  #employee button.owl-next {
    right: -1%;
  }

  #employee button.owl-prev {
    left: -1%;
  }
}

@media (max-width: 367px) {
  .reviews_slider_block {
    margin: 45px auto 0;
  }

  img.slider_img {
    max-width: 70px !important;
  }

  .slider_inner_text {
    padding-left: 19px;
    font-size: 17px;
  }

  .box_1 {
    text-align: unset;
  }

  .slider_text {
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }

  #employee button.owl-prev {
    left: -3%;
  }

  #employee button.owl-next {
    right: -3%;
  }

  .box_1 {
    padding: 20px;
  }

  .inner_text {
    padding: 20px 0 5px;
  }
}
/*====================== Page : team Calculate / Section : Review => End ==============*/
/*====================== Section : CmSatisfaction => Start ==============*/
.cm_satisfaction_wrapper {
  padding-top: 60px;
}

.cm_satisfaction_wrap {
  background: #0a0f0d;
  padding: 90px 0;
}

.cm_satisfaction_block {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  -webkit-box-shadow: 0 2.2676515579223633px 2.2676515579223633px 0
      rgba(255, 255, 255, 0.15) inset,
    0 0 34.01477813720703px 0 rgba(255, 255, 255, 0.05) inset;
  box-shadow: 0 2.2676515579223633px 2.2676515579223633px 0
      rgba(255, 255, 255, 0.15) inset,
    0 0 34.01477813720703px 0 rgba(255, 255, 255, 0.05) inset;
  -webkit-backdrop-filter: blur(36.36111068725586px);
  backdrop-filter: blur(36.36111068725586px);
  padding: 26px 94px;
}

.cm_satisfaction_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -15px;
}

.cm_satisfaction_conte {
  width: 65%;
  padding: 0 15px;
}

.cm_satisfaction_img {
  width: 30%;
  padding: 0 15px;
}

.cm_satisfaction_conte .inner_title {
  color: #fdfffe;
  font-family: NunitoSans-Medium;
  font-size: 30px;
}

.cm_satisfaction_btn a {
  display: inline-block;
  color: #fdfffe;
  font-family: NunitoSans-Medium;
  font-size: 16px;
  letter-spacing: 0.8px;
  border-radius: 28px;
  border: 1px solid #fff;
  padding: 16px 42px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 32px;
}

.cm_satisfaction_btn a:hover {
  background: #fdfffe;
  color: #0a0f0d;
}

@media (max-width: 1199px) {
  .cm_satisfaction_block {
    padding: 26px 64px;
  }
}

@media (max-width: 991px) {
  .cm_satisfaction_block {
    padding: 26px 34px;
  }

  .cm_satisfaction_conte .inner_title {
    font-size: 26px;
  }

  .cm_satisfaction_wrap {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  .cm_satisfaction_sec {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: -15px;
  }

  .cm_satisfaction_conte,
  .cm_satisfaction_img {
    width: 100%;
    padding: 15px;
  }

  .cm_satisfaction_img_block {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .cm_satisfaction_wrapper {
    padding-top: 40px;
  }

  .cm_satisfaction_block {
    padding: 26px 20px;
  }

  .cm_satisfaction_conte .inner_title {
    font-size: 24px;
  }
}

@media (max-width: 367px) {
}
/*====================== Section : CmSatisfaction => End ==============*/
/*====================== Section : Your Project => Start ==============*/
.yourproject_wrapper {
  padding-top: 160px;
}

.yourproject_block {
  border-radius: 20px;
  background: #0a0f0d;
  padding: 52px 65px 104px 65px;
}

.yourproject_block .inner_title {
  color: #fff;
  font-family: NunitoSans-Medium;
  font-size: 40px;
}

.yourproject_block p {
  color: #fff;
  font-size: 16px;
  margin-top: 17px;
}

.yourproject_btn a {
  display: inline-block;
  color: #fdfffe;
  font-family: NunitoSans-Medium;
  font-size: 16px;
  letter-spacing: 0.8px;
  border-radius: 28px;
  border: 1px solid #fff;
  padding: 16px 42px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 32px;
}

.yourproject_btn a:hover {
  background: #fdfffe;
  color: #0a0f0d;
}

/*============== Hero Section Css End ===============*/

@media (max-width: 1199px) {
  .yourproject_wrapper {
    padding-top: 120px;
  }
}

@media (max-width: 991px) {
  .yourproject_wrapper {
    padding-top: 80px;
  }

  .yourproject_block {
    padding: 30px;
  }

  .yourproject_block .inner_title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .yourproject_wrapper {
    padding-top: 60px;
  }
}

@media (max-width: 575px) {
  .yourproject_wrapper {
    padding-top: 40px;
  }

  .yourproject_block {
    padding: 20px 15px;
  }

  .yourproject_block .inner_title {
    font-size: 28px;
  }
}

@media (max-width: 367px) {
}
/*====================== Section : Your Project => End ==============*/
/* *************** Page : Laravel Web Development / Section : Bussinesses => Start *************** */
.businesses_wrapper {
  padding-top: 160px;
}

.businesses_title {
  text-align: center;
}

.businesses_title .title {
  color: #0a0f0d;
  font-family: NunitoSans-SemiBold;
  font-size: 30px;
  position: relative;
  padding-bottom: 8px;
}

.businesses_title .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 300px;
  height: 2px;
  background: #0176ab;
}

.businesses_title p {
  color: #0a0f0d;
  font-family: NunitoSans-Regular;
  font-size: 16px;
  max-width: 884px;
  margin: 20px auto 0;
}

.businesses_block {
  margin-top: 65px;
}

.businesses_block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -22px -15px;
}

.businesses_block ul li {
  width: 33.33%;
  padding: 22px 15px;
}

.businesses_list {
  border-radius: 20px;
  border: 1px solid #e7e7e7;
  background: #fdfefe;
  padding: 45px 29px 20px 31px;
  min-height: 300px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.businesses_list:hover::after {
  content: "";
  width: 100%;
  height: 98%;
  position: absolute;
  background: -o-linear-gradient(299deg, #595cff, #c6f8ff);
  background: linear-gradient(151deg, #595cff, #c6f8ff);
  top: 4px;
  left: 0;
  z-index: -1;
  -webkit-filter: blur(7px);
  filter: blur(7px);
}

.businesses_list .inner_title {
  color: #0a0f0d;
  font-family: NunitoSans-SemiBold;
  font-size: 20px;
  letter-spacing: 1.2px;
}

.businesses_list p {
  color: #0a0f0d;
  font-family: NunitoSans-Regular;
  font-size: 16px;
  margin-top: 25px;
}

@media (max-width: 1199px) {
  .businesses_wrapper {
    padding-top: 110px;
  }

  .businesses_block {
    margin-top: 55px;
  }

  .businesses_list {
    min-height: 308px;
  }
}

@media (max-width: 991px) {
  .businesses_wrapper {
    padding-top: 60px;
  }

  .businesses_block {
    margin-top: 45px;
  }

  .businesses_block ul {
    margin: -15px;
  }

  .businesses_block ul li {
    padding: 15px;
    width: 50%;
  }

  .businesses_list {
    padding: 35px 20px 20px 21px;
    min-height: 280px;
  }
}

@media (max-width: 767px) {
  .businesses_wrapper {
    padding-top: 40px;
  }

  .businesses_title .title {
    font-size: 25px;
  }

  .businesses_block {
    margin-top: 35px;
  }

  .businesses_block ul li {
    width: 100%;
  }

  .businesses_list {
    padding: 20px;
    min-height: 100%;
  }
}

@media (max-width: 575px) {
}

@media (max-width: 367px) {
}
/* *************** Page : Laravel Web Development / Section : Bussinesses => End *************** */
/* *************** Section : Satisfacations => Start *************** */
.satisfaction_wrapper {
  padding-top: 160px;
}

.satisfaction_wrap {
  border-radius: 20px;
  background: -o-linear-gradient(bottom, #8ceaff 0%, #8ceaff 100%),
    -o-linear-gradient(44deg, #eee 0%, #cecece 0%, #d0d0d0 2.47%, #fff 45.66%, #cde8f4
          100%);
  background: linear-gradient(0deg, #8ceaff 0%, #8ceaff 100%),
    linear-gradient(
      46deg,
      #eee 0%,
      #cecece 0%,
      #d0d0d0 2.47%,
      #fff 45.66%,
      #cde8f4 100%
    );
  padding: 50px 94px 45px 94px;
}

.satisfaction_wrap p {
  color: #0a0f0d;
  font-family: NunitoSans-Medium;
  font-size: 40px;
}

.satisfaction_btn a {
  display: inline-block;
  color: #0a0f0d;
  font-family: NunitoSans-Medium;
  font-size: 16px;
  letter-spacing: 0.8px;
  border-radius: 28px;
  border: 1px solid #0a0f0d;
  padding: 16px 42px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 41px;
}

.satisfaction_btn a:hover {
  background: #0a0f0d;
  color: #fff;
}

/*============== Hero Section Css End ===============*/

@media (max-width: 1199px) {
  .satisfaction_wrapper {
    padding-top: 120px;
  }
}

@media (max-width: 991px) {
  .satisfaction_wrapper {
    padding-top: 80px;
  }

  .satisfaction_wrap {
    padding: 40px 30px;
  }

  .satisfaction_wrap p {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .satisfaction_wrapper {
    padding-top: 60px;
  }
}

@media (max-width: 575px) {
  .satisfaction_wrapper {
    padding-top: 40px;
  }

  .satisfaction_wrap {
    padding: 25px 15px;
  }

  .satisfaction_wrap p {
    font-size: 28px;
  }
}

@media (max-width: 367px) {
}
/* *************** Section : Satisfacations => End *************** */
