@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "Poppins-Black";
  src: url("./../fonts/Poppins-Black.ttf");
}
@font-face {
  font-family: "Poppins-BlackItalic";
  src: url("./../fonts/Poppins-BlackItalic.ttf");
}
@font-face {
  font-family: "Poppins-Bold";
  src: url("./../fonts/Poppins-Bold.ttf");
}
@font-face {
  font-family: "Poppins-BoldItalic";
  src: url("./../fonts/Poppins-BoldItalic.ttf");
}
@font-face {
  font-family: "Poppins-ExtraBold";
  src: url("./../fonts/Poppins-ExtraBold.ttf");
}
@font-face {
  font-family: "Poppins-ExtraBoldItalic";
  src: url("./../fonts/Poppins-ExtraBoldItalic.ttf");
}
@font-face {
  font-family: "Poppins-ExtraLight";
  src: url("./../fonts/Poppins-ExtraLight.ttf");
}
@font-face {
  font-family: "Poppins-ExtraLightItalic";
  src: url("./../fonts/Poppins-ExtraLightItalic.ttf");
}
@font-face {
  font-family: "Poppins-Italic";
  src: url("./../fonts/Poppins-Italic.ttf");
}
@font-face {
  font-family: "Poppins-Light";
  src: url("./../fonts/Poppins-Light.ttf");
}
@font-face {
  font-family: "Poppins-LightItalic";
  src: url("./../fonts/Poppins-LightItalic.ttf");
}
@font-face {
  font-family: "Poppins-Medium";
  src: url("./../fonts/Poppins-Medium.ttf");
}
@font-face {
  font-family: "Poppins-MediumItalic";
  src: url("./../fonts/Poppins-MediumItalic.ttf");
}
@font-face {
  font-family: "Poppins-Regular";
  src: url("./../fonts/Poppins-Regular.ttf");
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url("./../fonts/Poppins-SemiBold.ttf");
}
@font-face {
  font-family: "Poppins-SemiBoldItalic";
  src: url("./../fonts/Poppins-SemiBoldItalic.ttf");
}
@font-face {
  font-family: "Poppins-Thin";
  src: url("./../fonts/Poppins-Thin.ttf");
}
@font-face {
  font-family: "Poppins-ThinItalic";
  src: url("./../fonts/Poppins-ThinItalic.ttf");
}
#blog_container .a_blog {
  margin-bottom: 55px;
  padding-right: 10%;
}
#blog_container .a_blog .heading {
  color: #313d4d;
  font-size: 32px;
  font-family: "Poppins-SemiBold";
}
#blog_container .a_blog .blog_author_info_container {
  display: flex;
  align-items: center;
  padding: 10px 0 25px 0;
}
#blog_container .a_blog .blog_author_info_container .author_person_info {
  padding-left: 10px;
}
#blog_container .a_blog .blog_author_info_container .author_person_info .author_name {
  color: #000000b3;
  font-size: 16px;
  font-family: "Poppins-Medium";
}
#blog_container .a_blog .blog_author_info_container .author_person_info .published_info {
  display: flex;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #blog_container .a_blog .blog_author_info_container .author_person_info .published_info {
    flex-wrap: wrap;
  }
}
#blog_container .a_blog .blog_author_info_container .author_person_info .published_info .published_date {
  color: #00000080;
  font-size: 14px;
  font-family: "Poppins-Medium";
  padding-right: 10px;
  border-right: 2px solid #00000080;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #blog_container .a_blog .blog_author_info_container .author_person_info .published_info .published_date {
    border-right: none;
  }
}
#blog_container .a_blog .blog_author_info_container .author_person_info .published_info .published_field {
  color: #00000080;
  font-size: 14px;
  font-family: "Poppins-Medium";
  padding: 0 10px;
  border-right: 2px solid #00000080;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #blog_container .a_blog .blog_author_info_container .author_person_info .published_info .published_field {
    padding: 0 10px 0 0;
  }
}
#blog_container .a_blog .blog_author_info_container .author_person_info .published_info .timespan_to_read {
  color: #8cc63e;
  font-size: 14px;
  font-family: "Poppins-Medium";
  padding-left: 10px;
}
#blog_container .a_blog .blog_display_picture img {
  width: 100%;
}
#blog_container .a_blog .about_blog {
  margin-top: 28px;
  padding-left: 20px;
  border-left: 5px solid #8bc63e;
}
#blog_container .a_blog .about_blog .para {
  color: #00000080;
  font-size: 16px;
  font-family: "Poppins-Medium";
}
#blog_container .a_blog .about_blog .read_more {
  color: #8bc53f;
  font-size: 16px;
  font-family: "Poppins-Medium";
  text-decoration: none;
  margin-top: 12px;
  display: inline-block;
}
#blog_container .pagination_container {
  margin: 80px 0;
}
#blog_container .pagination_container .pagination_wrapper {
  display: inline-block;
  border: 1px solid #d4d4d5;
}
#blog_container .pagination_container .pagination_wrapper .a_count {
  display: inline-block;
  font-size: 16px;
  padding: 2px 0;
}
#blog_container .pagination_container .pagination_wrapper .a_count .move {
  color: #7b7c7e;
  font-size: 16px;
  font-family: "Poppins-Medium";
  padding: 4px;
  display: inline-block;
  cursor: pointer;
  width: 35px;
  text-align: center;
}
#blog_container .pagination_container .pagination_wrapper .a_count .left_move {
  border-right: 1px solid #d4d4d5;
}
#blog_container .pagination_container .pagination_wrapper .a_count .right_move {
  border-left: 1px solid #d4d4d5;
}
#blog_container .pagination_container .pagination_wrapper .a_count .page_count {
  color: #7b7c7e;
  font-size: 16px;
  font-family: "Poppins-Medium";
  padding: 4px;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  width: 35px;
  text-align: center;
}
#blog_container .pagination_container .pagination_wrapper .a_count .active {
  border-radius: 50%;
  color: #8cc63f;
  background: #313d4d;
  width: 33px;
}
#blog_container .popular_post_container .heading {
  color: #313d4d;
  font-size: 21px;
  font-family: "Poppins-SemiBold";
}
#blog_container .popular_post_container .popular_post {
  margin: 25px 0;
}
#blog_container .popular_post_container .popular_post .post_display_picture img {
  width: 100%;
}
#blog_container .popular_post_container .popular_post .post_heading {
  margin-top: 8px;
  display: inline-block;
  color: #00000080;
  font-size: 14px;
  font-family: "Poppins-Medium";
}
#blog_container .popular_post_container .popular_post .about_post {
  border-bottom: 1px solid #00000080;
}
#blog_container .popular_post_container .popular_post .about_post .post_author {
  color: #00000080;
  font-size: 10px;
  font-family: "Poppins-Medium";
  border-right: 1px solid #00000080;
  padding-right: 5px;
}
#blog_container .popular_post_container .popular_post .about_post .category {
  color: #00000080;
  font-size: 10px;
  font-family: "Poppins-Medium";
}
#blog_container .category_container {
  margin-top: 15px;
  display: inline-block;
}
#blog_container .category_container .heading {
  margin-bottom: 24px;
  color: #313d4d;
  font-size: 21px;
  font-family: "Poppins-SemiBold";
}
#blog_container .category_container .categories .category {
  display: block;
  margin-bottom: 4px;
  color: #00000080;
  font-size: 14px;
  font-family: "Poppins-Medium";
}
#blog_container .older_post_container {
  margin-top: 40px;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #blog_container .older_post_container {
    margin-bottom: 50px;
  }
}
#blog_container .older_post_container .heading {
  color: #313d4d;
  font-size: 21px;
  font-family: "Poppins-SemiBold";
}
#blog_container .older_post_container .dropdown_container {
  margin-top: 22px;
}
#blog_container .older_post_container .dropdown_container .year_container .year_txt {
  color: #313d4db5;
  font-size: 16px;
  font-family: "Poppins-Medium";
  cursor: pointer;
}
#blog_container .older_post_container .dropdown_container .year_container .year_txt .arrow {
  color: #81bb3f;
}
#blog_container .older_post_container .dropdown_container .year_container .year_wrapper {
  border-bottom: 1px solid #707070;
}
#blog_container .older_post_container .dropdown_container .year_container .year_wrapper .a_year {
  display: none;
  border-top: 1px solid #707070;
}
#blog_container .older_post_container .dropdown_container .year_container .year_wrapper .a_year .current_year {
  color: #313d4db5;
  font-size: 14px;
  font-family: "Poppins-Medium";
  margin-left: 35px;
  cursor: pointer;
  padding: 5px 0;
}
#blog_container .older_post_container .dropdown_container .year_container .year_wrapper .a_year .current_year .arrow {
  color: #81bb3f;
}
#blog_container .older_post_container .dropdown_container .year_container .year_wrapper .a_year .months_wrapper {
  margin-left: 70px;
  display: none;
}
#blog_container .older_post_container .dropdown_container .year_container .year_wrapper .a_year .months_wrapper .a_month {
  color: #313d4d80;
  font-size: 14px;
  font-family: "Poppins-Medium";
  cursor: pointer;
}

#android_app_development_banner {
  padding: 65px 0 35px;
}
#android_app_development_banner .banner_text_container {
  position: absolute;
  top: 40%;
  transform: translate(0, -40%);
}
#android_app_development_banner .banner_text_container .heading {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
  line-height: 40px;
}
#android_app_development_banner .banner_text_container .text {
  margin: 20px 0;
  color: #00000080;
  font-size: 14px;
  font-family: "Poppins-Medium";
}
#android_app_development_banner .banner_text_container .main_banner_btn_primary {
  text-decoration: none;
  background-color: #81bb3f;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  display: inline-block;
  font-size: 14px;
  font-family: "Poppins-Medium";
}
#android_app_development_banner .banner_text_container .main_banner_btn_secondary {
  text-decoration: none;
  color: #81bb3f;
  border: 1px solid #81bb3f;
  padding: 10px 20px;
  border-radius: 6px;
  display: inline-block;
  font-size: 14px;
  font-family: "Poppins-Medium";
  margin-left: 5px;
}
#android_app_development_banner .banner_img_container {
  text-align: right;
}
#android_app_development {
  background-color: #f7f9fd;
}
#android_app_development .heading {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
}
#android_app_development .sub_heading {
  line-height: 22px;
  color: #00000080;
  font-size: 16px;
  font-family: "Poppins-Medium";
  padding: 0 9%;
  margin-top: 10px;
}
#android_app_development .main_development_areas {
  margin-top: 70px;
}
#android_app_development .main_development_areas .main_development_area {
  background-color: #fff;
  position: relative;
  height: 100%;
  padding: 30px 25px 0;
  box-shadow: 0px 4px 8px #00000014;
}
#android_app_development .main_development_areas .main_development_area .heading {
  color: #313d4d;
  font-size: 21px;
  font-family: "Poppins-SemiBold";
  padding-right: 30%;
}
#android_app_development .main_development_areas .main_development_area .display_picture_container {
  margin: 25px 0;
}
#android_app_development .main_development_areas .main_development_area .about {
  margin-bottom: 50px;
}
#android_app_development .main_development_areas .main_development_area .about .para {
  color: #00000080;
  font-size: 16px;
  font-family: "Poppins-Medium";
}
#android_app_development .main_development_areas .main_development_area .horizontal_line {
  position: absolute;
  background: #81bb3f;
  width: 100%;
  height: 7px;
  bottom: 0;
  left: 0;
}

#android_development_process {
  background-color: #f7f9fd;
}
#android_development_process .head {
  padding-top: 80px;
}
#android_development_process .head .heading {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
}
#android_development_process .head .sub_heading {
  line-height: 22px;
  color: #00000080;
  font-size: 16px;
  font-family: "Poppins-Medium";
  margin-top: 10px;
  padding: 0 9%;
}
#android_development_process .development_process_container {
  margin-top: 60px;
}
#android_development_process .development_process_container .development_process {
  padding: 20px;
  width: 100%;
  text-align: left;
  border-radius: 8px;
  display: inline-block;
  border: 1px solid #7b7c7e85;
  position: relative;
  padding-top: 20px;
  padding-top: 30px;
  background: #fff;
  position: relative;
  transition: all 0.3s ease-in;
}
#android_development_process .development_process_container .development_process:hover {
  box-shadow: inset 0px 0px 0px 2px #81bb3f;
}
#android_development_process .development_process_container .development_process .horizontal_line {
  background-color: #7b7c7e85;
  position: absolute;
  width: 75%;
  right: 0;
  top: 95px;
  height: 1px;
  z-index: 9;
}
#android_development_process .development_process_container .development_process .process_img_container {
  display: inline-block;
  width: 130px;
  position: relative;
  z-index: 99;
}
#android_development_process .development_process_container .development_process .process_img_container .process_img {
  width: 100%;
}
#android_development_process .development_process_container .development_process .process_number {
  position: absolute;
  top: 10%;
  right: 10%;
  color: #313d4d;
  font-size: 52px;
  font-family: "Poppins-SemiBold";
}
#android_development_process .development_process_container .development_process .process_content_area {
  margin-top: 20px;
}
#android_development_process .development_process_container .development_process .process_content_area .process_subheadings {
  list-style-type: none;
}
#android_development_process .development_process_container .development_process .process_content_area .process_subheadings .process_subheading {
  margin-bottom: 5px;
  color: #313d4dba;
  font-size: 16px;
  font-family: "Poppins-Medium";
}
#android_development_process .development_process_container .development_process .process_content_area .process_subheadings .process_subheading::before {
  content: "✓";
  color: #81bb3f;
  margin-right: 10px;
  display: inline-block;
}

#android_why_us {
  background-color: #f7f9fd;
}
#android_why_us .head {
  padding-top: 75px;
}
#android_why_us .head .heading {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
}
#android_why_us .head .sub_heading {
  line-height: 22px;
  color: #00000080;
  font-size: 16px;
  font-family: "Poppins-Medium";
  margin-top: 10px;
  padding: 0 11%;
}
#android_why_us .secondary_heading .a_subheading {
  margin-top: 22px;
  text-align: center;
  color: #313d4d;
  font-size: 21px;
  font-family: "Poppins-SemiBold";
}
#android_why_us .expertise_main_container {
  position: relative;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #android_why_us .expertise_main_container {
    display: flex;
    flex-wrap: wrap;
  }
}
#android_why_us .expertise_main_container .expertise_container {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #android_why_us .expertise_main_container .expertise_container {
    display: inline-block;
    order: 1;
    margin-top: 25px;
  }
}
#android_why_us .expertise_main_container .expertise_container .expertise {
  width: 33%;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #android_why_us .expertise_main_container .expertise_container .expertise {
    width: 100%;
  }
}
#android_why_us .expertise_main_container .expertise_container .expertise .expertise_inner {
  width: 55%;
  display: inline-block;
  text-align: left;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #android_why_us .expertise_main_container .expertise_container .expertise .expertise_inner {
    width: 100%;
  }
}
#android_why_us .expertise_main_container .expertise_container .expertise .expertise_inner .expertise_number {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
}
#android_why_us .expertise_main_container .expertise_container .expertise .expertise_inner .para {
  color: #00000080;
  font-size: 16px;
  font-family: "Poppins-Medium";
}
#android_why_us .expertise_main_container .expertise_container .expertise-1 {
  padding-bottom: 70px;
  padding-top: 50px;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #android_why_us .expertise_main_container .expertise_container .expertise-1 {
    padding: 0;
  }
}
#android_why_us .expertise_main_container .expertise_container .expertise-2 {
  padding-bottom: 70px;
  padding-top: 50px;
  text-align: center;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #android_why_us .expertise_main_container .expertise_container .expertise-2 {
    padding: 0;
  }
}
#android_why_us .expertise_main_container .expertise_container .expertise-3 {
  padding-bottom: 70px;
  padding-top: 50px;
  text-align: right;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #android_why_us .expertise_main_container .expertise_container .expertise-3 {
    padding: 0;
  }
}
#android_why_us .expertise_main_container .expertise_container .expertise-4 {
  padding-bottom: 160px;
  padding-top: 50px;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #android_why_us .expertise_main_container .expertise_container .expertise-4 {
    padding: 0;
  }
}
#android_why_us .expertise_main_container .expertise_container .expertise-5 {
  padding-bottom: 160px;
  padding-top: 50px;
  text-align: center;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #android_why_us .expertise_main_container .expertise_container .expertise-5 {
    padding: 0;
  }
}
#android_why_us .expertise_main_container .expertise_container .expertise-6 {
  padding-bottom: 160px;
  padding-top: 50px;
  text-align: right;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #android_why_us .expertise_main_container .expertise_container .expertise-6 {
    padding: 0;
  }
}
#android_why_us .expertise_main_container .person_layer_container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 42%;
  transform: translate(-42%, 0);
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #android_why_us .expertise_main_container .person_layer_container {
    position: unset;
    top: 0;
    left: 0;
    transform: none;
  }
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #android_why_us .expertise_main_container .person_layer_container .layer_person {
    width: 100%;
  }
}

#android_research_and_produce {
  background-color: #f7f9fd;
}
#android_research_and_produce .head {
  padding-top: 75px;
  padding-bottom: 50px;
}
#android_research_and_produce .head .heading {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
}
#android_research_and_produce .head .sub_heading {
  line-height: 22px;
  color: #00000080;
  font-size: 16px;
  font-family: "Poppins-Medium";
  margin-top: 5px;
  padding: 0 7%;
}

#hire_our_android_developers {
  margin-top: 35px;
  margin-bottom: 70px;
}
#hire_our_android_developers .display_picture_container {
  text-align: center;
}
#hire_our_android_developers .developer_details .heading {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
}
#hire_our_android_developers .developer_details .text {
  margin-top: 15px;
  color: #00000080;
  font-size: 16px;
  font-family: "Poppins-Medium";
}
#hire_our_android_developers .developer_details .hour_of_working .job_type {
  display: inline-block;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #hire_our_android_developers .developer_details .hour_of_working .job_type {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
#hire_our_android_developers .developer_details .hour_of_working .job_type .heading {
  text-align: center;
  margin-top: 8px;
  color: #313d4d;
  font-size: 21px;
  font-family: "Poppins-Medium";
}
#hire_our_android_developers .developer_details .explore_container {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #hire_our_android_developers .developer_details .explore_container {
    position: unset;
    text-align: center;
  }
}
#hire_our_android_developers .developer_details .explore_container .explore_btn {
  color: #ffffff;
  font-size: 18px;
  font-family: "Poppins-Medium";
  background-color: #81bb3f;
  text-decoration: none;
  padding: 14px 70px;
  border-radius: 6px;
  display: inline-block;
}

#android_get_in_touch {
  background-color: #f7f9fd;
}
#android_get_in_touch .head {
  padding-top: 85px;
}
#android_get_in_touch .head .heading {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
}
#android_get_in_touch .head .sub_heading {
  line-height: 22px;
  color: #00000080;
  font-size: 16px;
  font-family: "Poppins-Medium";
  margin-top: 10px;
  padding: 0 15%;
}
#android_get_in_touch .get_in_touch_container {
  margin-top: 50px;
}
#android_get_in_touch .get_in_touch_container .testimonial_section {
  width: 100%;
  background: #ffffffc2;
  padding: 35px 60px 35px 60px;
  height: 100%;
}
#android_get_in_touch .get_in_touch_container .testimonial_section .heading {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
}
#android_get_in_touch .get_in_touch_container .testimonial_section .testimonials .testimonial {
  margin-top: 60px;
}
#android_get_in_touch .get_in_touch_container .testimonial_section .testimonials .testimonial .quote {
  border-left: 1px solid #d9e4ce;
  padding: 20px;
  color: #00000080;
  font-size: 14px;
  font-family: "Poppins-Medium";
}
#android_get_in_touch .get_in_touch_container .testimonial_section .testimonials .testimonial .author {
  width: 100%;
  text-align: right;
  border-bottom: 1px solid #d9e4ce;
  line-height: 1px;
  margin-top: -1px;
  font-size: 14px;
  font-family: "Poppins-Medium";
}
#android_get_in_touch .get_in_touch_container .testimonial_section .testimonials .testimonial .author span {
  background: #fff !important;
  padding: 0 10px !important;
  border: none !important;
}
#android_get_in_touch .get_in_touch_container .testimonial_section .testimonials .testimonial .designation {
  text-align: right;
  margin-top: 10px;
  color: #7f7f7f;
  font-size: 12px;
  font-family: "Poppins-Medium";
}
#android_get_in_touch .get_in_touch_container .get_in_touch_section {
  width: 100%;
  background: #313d4d;
  padding: 35px 45px 35px 60px;
}
#android_get_in_touch .get_in_touch_container .get_in_touch_section .heading {
  font-size: 36px;
  color: #fff;
  font-family: "Poppins-SemiBold";
}
#android_get_in_touch .get_in_touch_container .get_in_touch_section .touch_form {
  margin-top: 20px;
}
#android_get_in_touch .get_in_touch_container .get_in_touch_section .touch_form input {
  width: 100%;
  outline: none;
  border: none;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  padding: 5px 0;
  margin: 10px 0;
  color: #fff;
}
#android_get_in_touch .get_in_touch_container .get_in_touch_section .touch_form ::placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Poppins-Medium";
}
#android_get_in_touch .get_in_touch_container .get_in_touch_section .send_btn {
  text-align: right;
  margin-top: 20px;
}
#android_get_in_touch .get_in_touch_container .get_in_touch_section .send_btn .btn {
  text-decoration: none;
  padding: 10px 30px;
  color: #fff;
  border-radius: 6px;
  display: inline-block;
  background-color: #81bb3f;
  font-size: 18px;
  font-family: "Poppins-Medium";
}

#ios_app_development_banner {
  padding: 65px 0 35px;
}
#ios_app_development_banner .banner_text_container {
  position: absolute;
  top: 40%;
  transform: translate(0, -40%);
}
#ios_app_development_banner .banner_text_container .heading {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
  line-height: 40px;
}
#ios_app_development_banner .banner_text_container .text {
  margin: 20px 0;
  color: #00000080;
  font-size: 14px;
  font-family: "Poppins-Medium";
}
#ios_app_development_banner .banner_text_container .main_banner_btn_primary {
  text-decoration: none;
  background-color: #81bb3f;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  display: inline-block;
  font-size: 14px;
  font-family: "Poppins-Medium";
}
#ios_app_development_banner .banner_text_container .main_banner_btn_secondary {
  text-decoration: none;
  color: #81bb3f;
  border: 1px solid #81bb3f;
  padding: 10px 20px;
  border-radius: 6px;
  display: inline-block;
  font-size: 14px;
  font-family: "Poppins-Medium";
  margin-left: 5px;
}
#ios_app_development_banner .banner_img_container {
  text-align: right;
}
#ios_app_development {
  background-color: #f7f9fd;
}
#ios_app_development .heading {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
}
#ios_app_development .sub_heading {
  line-height: 22px;
  color: #00000080;
  font-size: 16px;
  font-family: "Poppins-Medium";
  padding: 0 9%;
  margin-top: 10px;
}
#ios_app_development .main_development_areas {
  margin-top: 70px;
}
#ios_app_development .main_development_areas .main_development_area {
  background-color: #fff;
  position: relative;
  height: 100%;
  padding: 30px 25px 0;
  box-shadow: 0px 4px 8px #00000014;
}
#ios_app_development .main_development_areas .main_development_area .heading {
  color: #313d4d;
  font-size: 21px;
  font-family: "Poppins-SemiBold";
  padding-right: 30%;
}
#ios_app_development .main_development_areas .main_development_area .display_picture_container {
  margin: 25px 0;
}
#ios_app_development .main_development_areas .main_development_area .about {
  margin-bottom: 50px;
}
#ios_app_development .main_development_areas .main_development_area .about .para {
  color: #00000080;
  font-size: 16px;
  font-family: "Poppins-Medium";
}
#ios_app_development .main_development_areas .main_development_area .horizontal_line {
  position: absolute;
  background: #81bb3f;
  width: 100%;
  height: 7px;
  bottom: 0;
  left: 0;
}

#ios_development_process {
  background-color: #f7f9fd;
}
#ios_development_process .head {
  padding-top: 80px;
}
#ios_development_process .head .heading {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
}
#ios_development_process .head .sub_heading {
  line-height: 22px;
  color: #00000080;
  font-size: 16px;
  font-family: "Poppins-Medium";
  margin-top: 10px;
  padding: 0 9%;
}
#ios_development_process .development_process_container {
  margin-top: 60px;
}
#ios_development_process .development_process_container .development_process {
  padding: 20px;
  width: 100%;
  text-align: left;
  border-radius: 8px;
  display: inline-block;
  border: 1px solid #7b7c7e85;
  position: relative;
  padding-top: 20px;
  padding-top: 30px;
  background: #fff;
  position: relative;
  transition: all 0.3s ease-in;
}
#ios_development_process .development_process_container .development_process:hover {
  box-shadow: inset 0px 0px 0px 2px #81bb3f;
}
#ios_development_process .development_process_container .development_process .horizontal_line {
  background-color: #7b7c7e85;
  position: absolute;
  width: 75%;
  right: 0;
  top: 95px;
  height: 1px;
  z-index: 9;
}
#ios_development_process .development_process_container .development_process .process_img_container {
  display: inline-block;
  width: 130px;
  position: relative;
  z-index: 99;
}
#ios_development_process .development_process_container .development_process .process_img_container .process_img {
  width: 100%;
}
#ios_development_process .development_process_container .development_process .process_number {
  position: absolute;
  top: 10%;
  right: 10%;
  color: #313d4d;
  font-size: 52px;
  font-family: "Poppins-SemiBold";
}
#ios_development_process .development_process_container .development_process .process_content_area {
  margin-top: 20px;
}
#ios_development_process .development_process_container .development_process .process_content_area .process_subheadings {
  list-style-type: none;
}
#ios_development_process .development_process_container .development_process .process_content_area .process_subheadings .process_subheading {
  margin-bottom: 5px;
  color: #313d4dba;
  font-size: 16px;
  font-family: "Poppins-Medium";
}
#ios_development_process .development_process_container .development_process .process_content_area .process_subheadings .process_subheading::before {
  content: "✓";
  color: #81bb3f;
  margin-right: 10px;
  display: inline-block;
}

#ios_why_us {
  background-color: #f7f9fd;
}
#ios_why_us .head {
  padding-top: 75px;
}
#ios_why_us .head .heading {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
}
#ios_why_us .head .sub_heading {
  line-height: 22px;
  color: #00000080;
  font-size: 16px;
  font-family: "Poppins-Medium";
  margin-top: 10px;
  padding: 0 11%;
}
#ios_why_us .secondary_heading .a_subheading {
  margin-top: 22px;
  text-align: center;
  color: #313d4d;
  font-size: 21px;
  font-family: "Poppins-SemiBold";
}
#ios_why_us .expertise_main_container {
  position: relative;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #ios_why_us .expertise_main_container {
    display: flex;
    flex-wrap: wrap;
  }
}
#ios_why_us .expertise_main_container .expertise_container {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #ios_why_us .expertise_main_container .expertise_container {
    display: inline-block;
    order: 1;
    margin-top: 25px;
  }
}
#ios_why_us .expertise_main_container .expertise_container .expertise {
  width: 33%;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #ios_why_us .expertise_main_container .expertise_container .expertise {
    width: 100%;
  }
}
#ios_why_us .expertise_main_container .expertise_container .expertise .expertise_inner {
  width: 55%;
  display: inline-block;
  text-align: left;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #ios_why_us .expertise_main_container .expertise_container .expertise .expertise_inner {
    width: 100%;
  }
}
#ios_why_us .expertise_main_container .expertise_container .expertise .expertise_inner .expertise_number {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
}
#ios_why_us .expertise_main_container .expertise_container .expertise .expertise_inner .para {
  color: #00000080;
  font-size: 16px;
  font-family: "Poppins-Medium";
}
#ios_why_us .expertise_main_container .expertise_container .expertise-1 {
  padding-bottom: 70px;
  padding-top: 50px;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #ios_why_us .expertise_main_container .expertise_container .expertise-1 {
    padding: 0;
  }
}
#ios_why_us .expertise_main_container .expertise_container .expertise-2 {
  padding-bottom: 70px;
  padding-top: 50px;
  text-align: center;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #ios_why_us .expertise_main_container .expertise_container .expertise-2 {
    padding: 0;
  }
}
#ios_why_us .expertise_main_container .expertise_container .expertise-3 {
  padding-bottom: 70px;
  padding-top: 50px;
  text-align: right;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #ios_why_us .expertise_main_container .expertise_container .expertise-3 {
    padding: 0;
  }
}
#ios_why_us .expertise_main_container .expertise_container .expertise-4 {
  padding-bottom: 160px;
  padding-top: 50px;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #ios_why_us .expertise_main_container .expertise_container .expertise-4 {
    padding: 0;
  }
}
#ios_why_us .expertise_main_container .expertise_container .expertise-5 {
  padding-bottom: 160px;
  padding-top: 50px;
  text-align: center;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #ios_why_us .expertise_main_container .expertise_container .expertise-5 {
    padding: 0;
  }
}
#ios_why_us .expertise_main_container .expertise_container .expertise-6 {
  padding-bottom: 160px;
  padding-top: 50px;
  text-align: right;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #ios_why_us .expertise_main_container .expertise_container .expertise-6 {
    padding: 0;
  }
}
#ios_why_us .expertise_main_container .person_layer_container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 42%;
  transform: translate(-42%, 0);
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #ios_why_us .expertise_main_container .person_layer_container {
    position: unset;
    top: 0;
    left: 0;
    transform: none;
  }
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #ios_why_us .expertise_main_container .person_layer_container .layer_person {
    width: 100%;
  }
}

#ios_research_and_produce {
  background-color: #f7f9fd;
}
#ios_research_and_produce .head {
  padding-top: 75px;
  padding-bottom: 50px;
}
#ios_research_and_produce .head .heading {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
}
#ios_research_and_produce .head .sub_heading {
  line-height: 22px;
  color: #00000080;
  font-size: 16px;
  font-family: "Poppins-Medium";
  margin-top: 5px;
  padding: 0 7%;
}

#hire_our_ios_developers {
  margin-top: 35px;
  margin-bottom: 70px;
}
#hire_our_ios_developers .display_picture_container {
  text-align: center;
}
#hire_our_ios_developers .developer_details .heading {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
}
#hire_our_ios_developers .developer_details .text {
  margin-top: 15px;
  color: #00000080;
  font-size: 16px;
  font-family: "Poppins-Medium";
}
#hire_our_ios_developers .developer_details .hour_of_working .job_type {
  display: inline-block;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #hire_our_ios_developers .developer_details .hour_of_working .job_type {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
#hire_our_ios_developers .developer_details .hour_of_working .job_type .heading {
  text-align: center;
  margin-top: 8px;
  color: #313d4d;
  font-size: 21px;
  font-family: "Poppins-Medium";
}
#hire_our_ios_developers .developer_details .explore_container {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #hire_our_ios_developers .developer_details .explore_container {
    position: unset;
    text-align: center;
  }
}
#hire_our_ios_developers .developer_details .explore_container .explore_btn {
  color: #ffffff;
  font-size: 18px;
  font-family: "Poppins-Medium";
  background-color: #81bb3f;
  text-decoration: none;
  padding: 14px 70px;
  border-radius: 6px;
  display: inline-block;
}

#ios_get_in_touch {
  background-color: #f7f9fd;
}
#ios_get_in_touch .head {
  padding-top: 85px;
}
#ios_get_in_touch .head .heading {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
}
#ios_get_in_touch .head .sub_heading {
  line-height: 22px;
  color: #00000080;
  font-size: 16px;
  font-family: "Poppins-Medium";
  margin-top: 10px;
  padding: 0 15%;
}
#ios_get_in_touch .get_in_touch_container {
  margin-top: 50px;
}
#ios_get_in_touch .get_in_touch_container .testimonial_section {
  width: 100%;
  background: #ffffffc2;
  padding: 35px 60px 35px 60px;
  height: 100%;
}
#ios_get_in_touch .get_in_touch_container .testimonial_section .heading {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
}
#ios_get_in_touch .get_in_touch_container .testimonial_section .testimonials .testimonial {
  margin-top: 60px;
}
#ios_get_in_touch .get_in_touch_container .testimonial_section .testimonials .testimonial .quote {
  border-left: 1px solid #d9e4ce;
  padding: 20px;
  color: #00000080;
  font-size: 14px;
  font-family: "Poppins-Medium";
}
#ios_get_in_touch .get_in_touch_container .testimonial_section .testimonials .testimonial .author {
  width: 100%;
  text-align: right;
  border-bottom: 1px solid #d9e4ce;
  line-height: 1px;
  margin-top: -1px;
  font-size: 14px;
  font-family: "Poppins-Medium";
}
#ios_get_in_touch .get_in_touch_container .testimonial_section .testimonials .testimonial .author span {
  background: #fff !important;
  padding: 0 10px !important;
  border: none !important;
}
#ios_get_in_touch .get_in_touch_container .testimonial_section .testimonials .testimonial .designation {
  text-align: right;
  margin-top: 10px;
  color: #7f7f7f;
  font-size: 12px;
  font-family: "Poppins-Medium";
}
#ios_get_in_touch .get_in_touch_container .get_in_touch_section {
  width: 100%;
  background: #313d4d;
  padding: 35px 45px 35px 60px;
}
#ios_get_in_touch .get_in_touch_container .get_in_touch_section .heading {
  font-size: 36px;
  color: #fff;
  font-family: "Poppins-SemiBold";
}
#ios_get_in_touch .get_in_touch_container .get_in_touch_section .touch_form {
  margin-top: 20px;
}
#ios_get_in_touch .get_in_touch_container .get_in_touch_section .touch_form input {
  width: 100%;
  outline: none;
  border: none;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  padding: 5px 0;
  margin: 10px 0;
  color: #fff;
}
#ios_get_in_touch .get_in_touch_container .get_in_touch_section .touch_form ::placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Poppins-Medium";
}
#ios_get_in_touch .get_in_touch_container .get_in_touch_section .send_btn {
  text-align: right;
  margin-top: 20px;
}
#ios_get_in_touch .get_in_touch_container .get_in_touch_section .send_btn .btn {
  text-decoration: none;
  padding: 10px 30px;
  color: #fff;
  border-radius: 6px;
  display: inline-block;
  background-color: #81bb3f;
  font-size: 18px;
  font-family: "Poppins-Medium";
}

#website_app_development_banner {
  padding: 65px 0 35px;
}
#website_app_development_banner .banner_text_container {
  position: absolute;
  top: 40%;
  transform: translate(0, -40%);
}
#website_app_development_banner .banner_text_container .heading {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
  line-height: 40px;
}
#website_app_development_banner .banner_text_container .text {
  margin: 20px 0;
  color: #00000080;
  font-size: 14px;
  font-family: "Poppins-Medium";
}
#website_app_development_banner .banner_text_container .main_banner_btn_primary {
  text-decoration: none;
  background-color: #81bb3f;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  display: inline-block;
  font-size: 14px;
  font-family: "Poppins-Medium";
}
#website_app_development_banner .banner_text_container .main_banner_btn_secondary {
  text-decoration: none;
  color: #81bb3f;
  border: 1px solid #81bb3f;
  padding: 10px 20px;
  border-radius: 6px;
  display: inline-block;
  font-size: 14px;
  font-family: "Poppins-Medium";
  margin-left: 5px;
}
#website_app_development_banner .banner_img_container {
  text-align: right;
}
#website_app_development {
  background-color: #f7f9fd;
}
#website_app_development .heading {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
}
#website_app_development .sub_heading {
  line-height: 22px;
  color: #00000080;
  font-size: 16px;
  font-family: "Poppins-Medium";
  padding: 0 9%;
  margin-top: 10px;
}
#website_app_development .main_development_areas {
  margin-top: 70px;
}
#website_app_development .main_development_areas .main_development_area {
  background-color: #fff;
  position: relative;
  height: 100%;
  padding: 30px 25px 0;
  box-shadow: 0px 4px 8px #00000014;
}
#website_app_development .main_development_areas .main_development_area .heading {
  color: #313d4d;
  font-size: 21px;
  font-family: "Poppins-SemiBold";
  padding-right: 30%;
}
#website_app_development .main_development_areas .main_development_area .display_picture_container {
  margin: 25px 0;
}
#website_app_development .main_development_areas .main_development_area .about {
  margin-bottom: 50px;
}
#website_app_development .main_development_areas .main_development_area .about .para {
  color: #00000080;
  font-size: 16px;
  font-family: "Poppins-Medium";
}
#website_app_development .main_development_areas .main_development_area .horizontal_line {
  position: absolute;
  background: #81bb3f;
  width: 100%;
  height: 7px;
  bottom: 0;
  left: 0;
}

#website_our_expertise {
  background-color: #f7f9fd;
}
#website_our_expertise .head {
  padding-top: 30px;
}
#website_our_expertise .head .heading {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
}
#website_our_expertise .head .sub_heading {
  line-height: 22px;
  color: #00000080;
  font-size: 16px;
  font-family: "Poppins-Medium";
  margin-top: 10px;
  padding: 0 8%;
}
#website_our_expertise .expertise_container {
  margin-top: 40px;
}
#website_our_expertise .expertise_container .expertise {
  width: 100%;
  height: 100%;
  padding: 20px;
  margin-right: 2%;
  border: 1px solid #c2c4c8;
  background-color: #fff;
  border-radius: 8px;
}
#website_our_expertise .expertise_container .expertise .heading {
  color: #313d4d;
  font-size: 16px;
  font-family: "Poppins-SemiBold";
}
#website_our_expertise .expertise_container .expertise .body {
  margin-top: 15px;
}
#website_our_expertise .expertise_container .expertise .body .para {
  color: #00000080;
  font-size: 14px;
  font-family: "Poppins-Medium";
}

#website_development_process {
  background-color: #f7f9fd;
}
#website_development_process .head {
  padding-top: 80px;
}
#website_development_process .head .heading {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
}
#website_development_process .head .sub_heading {
  line-height: 22px;
  color: #00000080;
  font-size: 16px;
  font-family: "Poppins-Medium";
  margin-top: 10px;
  padding: 0 9%;
}
#website_development_process .development_process_container {
  margin-top: 60px;
}
#website_development_process .development_process_container .development_process {
  padding: 20px;
  width: 100%;
  text-align: left;
  border-radius: 8px;
  display: inline-block;
  border: 1px solid #7b7c7e85;
  position: relative;
  padding-top: 20px;
  padding-top: 30px;
  background: #fff;
  position: relative;
  transition: all 0.3s ease-in;
}
#website_development_process .development_process_container .development_process:hover {
  box-shadow: inset 0px 0px 0px 2px #81bb3f;
}
#website_development_process .development_process_container .development_process .horizontal_line {
  background-color: #7b7c7e85;
  position: absolute;
  width: 75%;
  right: 0;
  top: 95px;
  height: 1px;
  z-index: 9;
}
#website_development_process .development_process_container .development_process .process_img_container {
  display: inline-block;
  width: 130px;
  position: relative;
  z-index: 99;
}
#website_development_process .development_process_container .development_process .process_img_container .process_img {
  width: 100%;
}
#website_development_process .development_process_container .development_process .process_number {
  position: absolute;
  top: 10%;
  right: 10%;
  color: #313d4d;
  font-size: 52px;
  font-family: "Poppins-SemiBold";
}
#website_development_process .development_process_container .development_process .process_content_area {
  margin-top: 20px;
}
#website_development_process .development_process_container .development_process .process_content_area .process_subheadings {
  list-style-type: none;
}
#website_development_process .development_process_container .development_process .process_content_area .process_subheadings .process_subheading {
  margin-bottom: 5px;
  color: #313d4dba;
  font-size: 16px;
  font-family: "Poppins-Medium";
}
#website_development_process .development_process_container .development_process .process_content_area .process_subheadings .process_subheading::before {
  content: "✓";
  color: #81bb3f;
  margin-right: 10px;
  display: inline-block;
}

#website_why_us {
  background-color: #f7f9fd;
}
#website_why_us .head {
  padding-top: 75px;
}
#website_why_us .head .heading {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
}
#website_why_us .head .sub_heading {
  line-height: 22px;
  color: #00000080;
  font-size: 16px;
  font-family: "Poppins-Medium";
  margin-top: 10px;
  padding: 0 11%;
}
#website_why_us .secondary_heading .a_subheading {
  margin-top: 22px;
  text-align: center;
  color: #313d4d;
  font-size: 21px;
  font-family: "Poppins-SemiBold";
}
#website_why_us .expertise_main_container {
  position: relative;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #website_why_us .expertise_main_container {
    display: flex;
    flex-wrap: wrap;
  }
}
#website_why_us .expertise_main_container .expertise_container {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #website_why_us .expertise_main_container .expertise_container {
    display: inline-block;
    order: 1;
    margin-top: 25px;
  }
}
#website_why_us .expertise_main_container .expertise_container .expertise {
  width: 33%;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #website_why_us .expertise_main_container .expertise_container .expertise {
    width: 100%;
  }
}
#website_why_us .expertise_main_container .expertise_container .expertise .expertise_inner {
  width: 55%;
  display: inline-block;
  text-align: left;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #website_why_us .expertise_main_container .expertise_container .expertise .expertise_inner {
    width: 100%;
  }
}
#website_why_us .expertise_main_container .expertise_container .expertise .expertise_inner .expertise_number {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
}
#website_why_us .expertise_main_container .expertise_container .expertise .expertise_inner .para {
  color: #00000080;
  font-size: 16px;
  font-family: "Poppins-Medium";
}
#website_why_us .expertise_main_container .expertise_container .expertise-1 {
  padding-bottom: 70px;
  padding-top: 50px;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #website_why_us .expertise_main_container .expertise_container .expertise-1 {
    padding: 0;
  }
}
#website_why_us .expertise_main_container .expertise_container .expertise-2 {
  padding-bottom: 70px;
  padding-top: 50px;
  text-align: center;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #website_why_us .expertise_main_container .expertise_container .expertise-2 {
    padding: 0;
  }
}
#website_why_us .expertise_main_container .expertise_container .expertise-3 {
  padding-bottom: 70px;
  padding-top: 50px;
  text-align: right;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #website_why_us .expertise_main_container .expertise_container .expertise-3 {
    padding: 0;
  }
}
#website_why_us .expertise_main_container .expertise_container .expertise-4 {
  padding-bottom: 160px;
  padding-top: 50px;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #website_why_us .expertise_main_container .expertise_container .expertise-4 {
    padding: 0;
  }
}
#website_why_us .expertise_main_container .expertise_container .expertise-5 {
  padding-bottom: 160px;
  padding-top: 50px;
  text-align: center;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #website_why_us .expertise_main_container .expertise_container .expertise-5 {
    padding: 0;
  }
}
#website_why_us .expertise_main_container .expertise_container .expertise-6 {
  padding-bottom: 160px;
  padding-top: 50px;
  text-align: right;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #website_why_us .expertise_main_container .expertise_container .expertise-6 {
    padding: 0;
  }
}
#website_why_us .expertise_main_container .person_layer_container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 42%;
  transform: translate(-42%, 0);
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #website_why_us .expertise_main_container .person_layer_container {
    position: unset;
    top: 0;
    left: 0;
    transform: none;
  }
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #website_why_us .expertise_main_container .person_layer_container .layer_person {
    width: 100%;
  }
}

#website_research_and_produce {
  background-color: #f7f9fd;
}
#website_research_and_produce .head {
  padding-top: 75px;
  padding-bottom: 50px;
}
#website_research_and_produce .head .heading {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
}
#website_research_and_produce .head .sub_heading {
  line-height: 22px;
  color: #00000080;
  font-size: 16px;
  font-family: "Poppins-Medium";
  margin-top: 5px;
  padding: 0 7%;
}

#hire_our_website_developers {
  margin-top: 35px;
  margin-bottom: 70px;
}
#hire_our_website_developers .display_picture_container {
  text-align: center;
}
#hire_our_website_developers .developer_details .heading {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
}
#hire_our_website_developers .developer_details .text {
  margin-top: 15px;
  color: #00000080;
  font-size: 16px;
  font-family: "Poppins-Medium";
}
#hire_our_website_developers .developer_details .hour_of_working .job_type {
  display: inline-block;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #hire_our_website_developers .developer_details .hour_of_working .job_type {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
#hire_our_website_developers .developer_details .hour_of_working .job_type .heading {
  text-align: center;
  margin-top: 8px;
  color: #313d4d;
  font-size: 21px;
  font-family: "Poppins-Medium";
}
#hire_our_website_developers .developer_details .explore_container {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #hire_our_website_developers .developer_details .explore_container {
    position: unset;
    text-align: center;
  }
}
#hire_our_website_developers .developer_details .explore_container .explore_btn {
  color: #ffffff;
  font-size: 18px;
  font-family: "Poppins-Medium";
  background-color: #81bb3f;
  text-decoration: none;
  padding: 14px 70px;
  border-radius: 6px;
  display: inline-block;
}

#website_get_in_touch {
  background-color: #f7f9fd;
}
#website_get_in_touch .head {
  padding-top: 85px;
}
#website_get_in_touch .head .heading {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
}
#website_get_in_touch .head .sub_heading {
  line-height: 22px;
  color: #00000080;
  font-size: 16px;
  font-family: "Poppins-Medium";
  margin-top: 10px;
  padding: 0 15%;
}
#website_get_in_touch .get_in_touch_container {
  margin-top: 50px;
}
#website_get_in_touch .get_in_touch_container .testimonial_section {
  width: 100%;
  background: #ffffffc2;
  padding: 35px 60px 35px 60px;
  height: 100%;
}
#website_get_in_touch .get_in_touch_container .testimonial_section .heading {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
}
#website_get_in_touch .get_in_touch_container .testimonial_section .testimonials .testimonial {
  margin-top: 60px;
}
#website_get_in_touch .get_in_touch_container .testimonial_section .testimonials .testimonial .quote {
  border-left: 1px solid #d9e4ce;
  padding: 20px;
  color: #00000080;
  font-size: 14px;
  font-family: "Poppins-Medium";
}
#website_get_in_touch .get_in_touch_container .testimonial_section .testimonials .testimonial .author {
  width: 100%;
  text-align: right;
  border-bottom: 1px solid #d9e4ce;
  line-height: 1px;
  margin-top: -1px;
  font-size: 14px;
  font-family: "Poppins-Medium";
}
#website_get_in_touch .get_in_touch_container .testimonial_section .testimonials .testimonial .author span {
  background: #fff !important;
  padding: 0 10px !important;
  border: none !important;
}
#website_get_in_touch .get_in_touch_container .testimonial_section .testimonials .testimonial .designation {
  text-align: right;
  margin-top: 10px;
  color: #7f7f7f;
  font-size: 12px;
  font-family: "Poppins-Medium";
}
#website_get_in_touch .get_in_touch_container .get_in_touch_section {
  width: 100%;
  background: #313d4d;
  padding: 35px 45px 35px 60px;
}
#website_get_in_touch .get_in_touch_container .get_in_touch_section .heading {
  font-size: 36px;
  color: #fff;
  font-family: "Poppins-SemiBold";
}
#website_get_in_touch .get_in_touch_container .get_in_touch_section .touch_form {
  margin-top: 20px;
}
#website_get_in_touch .get_in_touch_container .get_in_touch_section .touch_form input {
  width: 100%;
  outline: none;
  border: none;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  padding: 5px 0;
  margin: 10px 0;
  color: #fff;
}
#website_get_in_touch .get_in_touch_container .get_in_touch_section .touch_form ::placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Poppins-Medium";
}
#website_get_in_touch .get_in_touch_container .get_in_touch_section .send_btn {
  text-align: right;
  margin-top: 20px;
}
#website_get_in_touch .get_in_touch_container .get_in_touch_section .send_btn .btn {
  text-decoration: none;
  padding: 10px 30px;
  color: #fff;
  border-radius: 6px;
  display: inline-block;
  background-color: #81bb3f;
  font-size: 18px;
  font-family: "Poppins-Medium";
}

#ui_app_development_banner {
  padding: 65px 0 35px;
}
#ui_app_development_banner .banner_text_container {
  position: absolute;
  top: 40%;
  transform: translate(0, -40%);
}
#ui_app_development_banner .banner_text_container .heading {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
  line-height: 40px;
}
#ui_app_development_banner .banner_text_container .text {
  margin: 20px 0;
  color: #00000080;
  font-size: 14px;
  font-family: "Poppins-Medium";
}
#ui_app_development_banner .banner_text_container .main_banner_btn_primary {
  text-decoration: none;
  background-color: #81bb3f;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  display: inline-block;
  font-size: 14px;
  font-family: "Poppins-Medium";
}
#ui_app_development_banner .banner_text_container .main_banner_btn_secondary {
  text-decoration: none;
  color: #81bb3f;
  border: 1px solid #81bb3f;
  padding: 10px 20px;
  border-radius: 6px;
  display: inline-block;
  font-size: 14px;
  font-family: "Poppins-Medium";
  margin-left: 5px;
}
#ui_app_development_banner .banner_img_container {
  text-align: right;
}
#ui_development {
  background-color: #f7f9fd;
}
#ui_development .heading {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
}
#ui_development .sub_heading {
  line-height: 22px;
  color: #00000080;
  font-size: 16px;
  font-family: "Poppins-Medium";
  padding: 0 9%;
  margin-top: 10px;
}
#ui_development .main_development_areas {
  margin-top: 55px;
}
#ui_development .main_development_areas .main_development_area {
  background-color: #fff;
  position: relative;
  height: 100%;
  padding: 30px 25px 0;
  box-shadow: 0px 4px 8px #00000014;
}
#ui_development .main_development_areas .main_development_area .heading {
  color: #313d4d;
  font-size: 21px;
  font-family: "Poppins-SemiBold";
}
#ui_development .main_development_areas .main_development_area .display_picture_container {
  margin: 25px 0;
}
#ui_development .main_development_areas .main_development_area .about {
  margin-bottom: 50px;
}
#ui_development .main_development_areas .main_development_area .about .para {
  color: #00000080;
  font-size: 16px;
  font-family: "Poppins-Medium";
}
#ui_development .main_development_areas .main_development_area .horizontal_line {
  position: absolute;
  background: #81bb3f;
  width: 100%;
  height: 7px;
  bottom: 0;
  left: 0;
}

#ui_development_process {
  background-color: #f7f9fd;
}
#ui_development_process .head {
  padding-top: 80px;
}
#ui_development_process .head .heading {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
}
#ui_development_process .head .sub_heading {
  line-height: 22px;
  color: #00000080;
  font-size: 16px;
  font-family: "Poppins-Medium";
  margin-top: 10px;
  padding: 0 9%;
}
#ui_development_process .development_process_container {
  margin-top: 60px;
}
#ui_development_process .development_process_container .development_process {
  padding: 20px;
  width: 100%;
  text-align: left;
  border-radius: 8px;
  display: inline-block;
  border: 1px solid #7b7c7e85;
  position: relative;
  padding-top: 20px;
  padding-top: 30px;
  background: #fff;
  position: relative;
  transition: all 0.3s ease-in;
}
#ui_development_process .development_process_container .development_process:hover {
  box-shadow: inset 0px 0px 0px 2px #81bb3f;
}
#ui_development_process .development_process_container .development_process .horizontal_line {
  background-color: #7b7c7e85;
  position: absolute;
  width: 75%;
  right: 0;
  top: 95px;
  height: 1px;
  z-index: 9;
}
#ui_development_process .development_process_container .development_process .process_img_container {
  display: inline-block;
  width: 130px;
  position: relative;
  z-index: 99;
}
#ui_development_process .development_process_container .development_process .process_img_container .process_img {
  width: 100%;
}
#ui_development_process .development_process_container .development_process .process_number {
  position: absolute;
  top: 10%;
  right: 10%;
  color: #313d4d;
  font-size: 52px;
  font-family: "Poppins-SemiBold";
}
#ui_development_process .development_process_container .development_process .process_content_area {
  margin-top: 20px;
}
#ui_development_process .development_process_container .development_process .process_content_area .process_subheadings {
  list-style-type: none;
}
#ui_development_process .development_process_container .development_process .process_content_area .process_subheadings .process_subheading {
  margin-bottom: 5px;
  color: #313d4dba;
  font-size: 16px;
  font-family: "Poppins-Medium";
}
#ui_development_process .development_process_container .development_process .process_content_area .process_subheadings .process_subheading::before {
  content: "✓";
  color: #81bb3f;
  margin-right: 10px;
  display: inline-block;
}

#ui_development_process2 {
  background-color: #f7f9fd;
}
#ui_development_process2 .head {
  padding-top: 60px;
}
#ui_development_process2 .head .heading {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
}
#ui_development_process2 .head .sub_heading {
  line-height: 22px;
  color: #00000080;
  font-size: 16px;
  font-family: "Poppins-Medium";
  margin-top: 10px;
  padding: 0 9%;
}
#ui_development_process2 .development_process_container {
  margin-top: 60px;
}
#ui_development_process2 .development_process_container .development_process {
  padding: 20px;
  width: 100%;
  text-align: left;
  border-radius: 8px;
  display: inline-block;
  border: 1px solid #7b7c7e85;
  position: relative;
  padding-top: 20px;
  padding-top: 30px;
  background: #fff;
  position: relative;
  transition: all 0.3s ease-in;
}
#ui_development_process2 .development_process_container .development_process:hover {
  box-shadow: inset 0px 0px 0px 2px #81bb3f;
}
#ui_development_process2 .development_process_container .development_process .horizontal_line {
  background-color: #7b7c7e85;
  position: absolute;
  width: 75%;
  right: 0;
  top: 95px;
  height: 1px;
  z-index: 9;
}
#ui_development_process2 .development_process_container .development_process .process_img_container {
  display: inline-block;
  width: 130px;
  position: relative;
  z-index: 99;
}
#ui_development_process2 .development_process_container .development_process .process_img_container .process_img {
  width: 100%;
}
#ui_development_process2 .development_process_container .development_process .process_number {
  position: absolute;
  top: 10%;
  right: 10%;
  color: #313d4d;
  font-size: 52px;
  font-family: "Poppins-SemiBold";
}
#ui_development_process2 .development_process_container .development_process .process_content_area {
  margin-top: 20px;
}
#ui_development_process2 .development_process_container .development_process .process_content_area .process_subheadings {
  list-style-type: none;
}
#ui_development_process2 .development_process_container .development_process .process_content_area .process_subheadings .process_subheading {
  margin-bottom: 5px;
  color: #313d4dba;
  font-size: 16px;
  font-family: "Poppins-Medium";
}
#ui_development_process2 .development_process_container .development_process .process_content_area .process_subheadings .process_subheading::before {
  content: "✓";
  color: #81bb3f;
  margin-right: 10px;
  display: inline-block;
}

#ui_why_us {
  background-color: #f7f9fd;
}
#ui_why_us .head {
  padding-top: 75px;
}
#ui_why_us .head .heading {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
}
#ui_why_us .head .sub_heading {
  line-height: 22px;
  color: #00000080;
  font-size: 16px;
  font-family: "Poppins-Medium";
  margin-top: 10px;
  padding: 0 11%;
}
#ui_why_us .secondary_heading .a_subheading {
  margin-top: 22px;
  text-align: center;
  color: #313d4d;
  font-size: 21px;
  font-family: "Poppins-SemiBold";
}
#ui_why_us .expertise_main_container {
  position: relative;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #ui_why_us .expertise_main_container {
    display: flex;
    flex-wrap: wrap;
  }
}
#ui_why_us .expertise_main_container .expertise_container {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #ui_why_us .expertise_main_container .expertise_container {
    display: inline-block;
    order: 1;
    margin-top: 25px;
  }
}
#ui_why_us .expertise_main_container .expertise_container .expertise {
  width: 33%;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #ui_why_us .expertise_main_container .expertise_container .expertise {
    width: 100%;
  }
}
#ui_why_us .expertise_main_container .expertise_container .expertise .expertise_inner {
  width: 55%;
  display: inline-block;
  text-align: left;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #ui_why_us .expertise_main_container .expertise_container .expertise .expertise_inner {
    width: 100%;
  }
}
#ui_why_us .expertise_main_container .expertise_container .expertise .expertise_inner .expertise_number {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
}
#ui_why_us .expertise_main_container .expertise_container .expertise .expertise_inner .para {
  color: #00000080;
  font-size: 16px;
  font-family: "Poppins-Medium";
}
#ui_why_us .expertise_main_container .expertise_container .expertise-1 {
  padding-bottom: 70px;
  padding-top: 50px;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #ui_why_us .expertise_main_container .expertise_container .expertise-1 {
    padding: 0;
  }
}
#ui_why_us .expertise_main_container .expertise_container .expertise-2 {
  padding-bottom: 70px;
  padding-top: 50px;
  text-align: center;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #ui_why_us .expertise_main_container .expertise_container .expertise-2 {
    padding: 0;
  }
}
#ui_why_us .expertise_main_container .expertise_container .expertise-3 {
  padding-bottom: 70px;
  padding-top: 50px;
  text-align: right;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #ui_why_us .expertise_main_container .expertise_container .expertise-3 {
    padding: 0;
  }
}
#ui_why_us .expertise_main_container .expertise_container .expertise-4 {
  padding-bottom: 160px;
  padding-top: 50px;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #ui_why_us .expertise_main_container .expertise_container .expertise-4 {
    padding: 0;
  }
}
#ui_why_us .expertise_main_container .expertise_container .expertise-5 {
  padding-bottom: 160px;
  padding-top: 50px;
  text-align: center;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #ui_why_us .expertise_main_container .expertise_container .expertise-5 {
    padding: 0;
  }
}
#ui_why_us .expertise_main_container .expertise_container .expertise-6 {
  padding-bottom: 160px;
  padding-top: 50px;
  text-align: right;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #ui_why_us .expertise_main_container .expertise_container .expertise-6 {
    padding: 0;
  }
}
#ui_why_us .expertise_main_container .person_layer_container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 42%;
  transform: translate(-42%, 0);
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #ui_why_us .expertise_main_container .person_layer_container {
    position: unset;
    top: 0;
    left: 0;
    transform: none;
  }
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #ui_why_us .expertise_main_container .person_layer_container .layer_person {
    width: 100%;
  }
}

#ui_research_and_produce {
  background-color: #f7f9fd;
}
#ui_research_and_produce .head {
  padding-top: 75px;
  padding-bottom: 50px;
}
#ui_research_and_produce .head .heading {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
}
#ui_research_and_produce .head .sub_heading {
  line-height: 22px;
  color: #00000080;
  font-size: 16px;
  font-family: "Poppins-Medium";
  margin-top: 5px;
  padding: 0 7%;
}

#hire_our_ui_developers {
  margin-top: 35px;
  margin-bottom: 70px;
}
#hire_our_ui_developers .display_picture_container {
  text-align: center;
}
#hire_our_ui_developers .developer_details .heading {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
}
#hire_our_ui_developers .developer_details .text {
  margin-top: 15px;
  color: #00000080;
  font-size: 16px;
  font-family: "Poppins-Medium";
}
#hire_our_ui_developers .developer_details .hour_of_working .job_type {
  display: inline-block;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #hire_our_ui_developers .developer_details .hour_of_working .job_type {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
#hire_our_ui_developers .developer_details .hour_of_working .job_type .heading {
  text-align: center;
  margin-top: 8px;
  color: #313d4d;
  font-size: 21px;
  font-family: "Poppins-Medium";
}
#hire_our_ui_developers .developer_details .explore_container {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #hire_our_ui_developers .developer_details .explore_container {
    position: unset;
    text-align: center;
  }
}
#hire_our_ui_developers .developer_details .explore_container .explore_btn {
  color: #ffffff;
  font-size: 18px;
  font-family: "Poppins-Medium";
  background-color: #81bb3f;
  text-decoration: none;
  padding: 14px 70px;
  border-radius: 6px;
  display: inline-block;
}

#ui_get_in_touch {
  background-color: #f7f9fd;
}
#ui_get_in_touch .head {
  padding-top: 85px;
}
#ui_get_in_touch .head .heading {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
}
#ui_get_in_touch .head .sub_heading {
  line-height: 22px;
  color: #00000080;
  font-size: 16px;
  font-family: "Poppins-Medium";
  margin-top: 10px;
  padding: 0 15%;
}
#ui_get_in_touch .get_in_touch_container {
  margin-top: 50px;
}
#ui_get_in_touch .get_in_touch_container .testimonial_section {
  width: 100%;
  background: #ffffffc2;
  padding: 35px 60px 35px 60px;
  height: 100%;
}
#ui_get_in_touch .get_in_touch_container .testimonial_section .heading {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
}
#ui_get_in_touch .get_in_touch_container .testimonial_section .testimonials .testimonial {
  margin-top: 60px;
}
#ui_get_in_touch .get_in_touch_container .testimonial_section .testimonials .testimonial .quote {
  border-left: 1px solid #d9e4ce;
  padding: 20px;
  color: #00000080;
  font-size: 14px;
  font-family: "Poppins-Medium";
}
#ui_get_in_touch .get_in_touch_container .testimonial_section .testimonials .testimonial .author {
  width: 100%;
  text-align: right;
  border-bottom: 1px solid #d9e4ce;
  line-height: 1px;
  margin-top: -1px;
  font-size: 14px;
  font-family: "Poppins-Medium";
}
#ui_get_in_touch .get_in_touch_container .testimonial_section .testimonials .testimonial .author span {
  background: #fff !important;
  padding: 0 10px !important;
  border: none !important;
}
#ui_get_in_touch .get_in_touch_container .testimonial_section .testimonials .testimonial .designation {
  text-align: right;
  margin-top: 10px;
  color: #7f7f7f;
  font-size: 12px;
  font-family: "Poppins-Medium";
}
#ui_get_in_touch .get_in_touch_container .get_in_touch_section {
  width: 100%;
  background: #313d4d;
  padding: 35px 45px 35px 60px;
}
#ui_get_in_touch .get_in_touch_container .get_in_touch_section .heading {
  font-size: 36px;
  color: #fff;
  font-family: "Poppins-SemiBold";
}
#ui_get_in_touch .get_in_touch_container .get_in_touch_section .touch_form {
  margin-top: 20px;
}
#ui_get_in_touch .get_in_touch_container .get_in_touch_section .touch_form input {
  width: 100%;
  outline: none;
  border: none;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  padding: 5px 0;
  margin: 10px 0;
  color: #fff;
}
#ui_get_in_touch .get_in_touch_container .get_in_touch_section .touch_form ::placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Poppins-Medium";
}
#ui_get_in_touch .get_in_touch_container .get_in_touch_section .send_btn {
  text-align: right;
  margin-top: 20px;
}
#ui_get_in_touch .get_in_touch_container .get_in_touch_section .send_btn .btn {
  text-decoration: none;
  padding: 10px 30px;
  color: #fff;
  border-radius: 6px;
  display: inline-block;
  background-color: #81bb3f;
  font-size: 18px;
  font-family: "Poppins-Medium";
}

#mobile_app_development_banner {
  padding: 65px 0 35px;
}
#mobile_app_development_banner .banner_text_container {
  position: absolute;
  top: 40%;
  transform: translate(0, -40%);
}
#mobile_app_development_banner .banner_text_container .heading {
  color: sienna;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
  line-height: 40px;
}
#mobile_app_development_banner .banner_text_container .text {
  margin: 20px 0;
  color: #00000080;
  font-size: 14px;
  font-family: "Poppins-Medium";
}
#mobile_app_development_banner .banner_text_container .main_banner_btn_primary {
  text-decoration: none;
  background-color: #81bb3f;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  display: inline-block;
  font-size: 14px;
  font-family: "Poppins-Medium";
}
#mobile_app_development_banner .banner_text_container .main_banner_btn_secondary {
  text-decoration: none;
  color: #81bb3f;
  border: 1px solid #81bb3f;
  padding: 10px 20px;
  border-radius: 6px;
  display: inline-block;
  font-size: 14px;
  font-family: "Poppins-Medium";
  margin-left: 5px;
}
#mobile_app_development_banner .banner_img_container {
  text-align: right;
}
#mobile_application_business {
  background-color: #f7f9fd;
}
#mobile_application_business .head {
  padding-top: 50px;
}
#mobile_application_business .head .heading {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
}
#mobile_application_business .head .sub_heading {
  line-height: 22px;
  color: #00000080;
  font-size: 16px;
  font-family: "Poppins-Medium";
  margin-top: 10px;
  padding: 0 9%;
}
#mobile_application_business .application_area_main_container {
  margin-top: 55px;
  padding-bottom: 50px;
}
#mobile_application_business .application_area_main_container .application_area_container_left .application_area {
  padding: 25px;
  background: white;
  border-radius: 8px;
  border: 1px solid #c2c4c8;
  margin-bottom: 25px;
}
#mobile_application_business .application_area_main_container .application_area_container_left .application_area .heading {
  color: #313d4d;
  font-size: 16px;
  font-family: "Poppins-SemiBold";
  margin-bottom: 10px;
}
#mobile_application_business .application_area_main_container .application_area_container_left .application_area .para {
  color: #00000080;
  font-size: 14px;
  font-family: "Poppins-Medium";
}
#mobile_application_business .application_area_main_container .application_area_container_left .application_area .para .display_picture {
  float: left;
  margin-right: 8px;
}
#mobile_application_business .application_area_main_container .application_hero_img_container .application_hero_img {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -15%);
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #mobile_application_business .application_area_main_container .application_hero_img_container .application_hero_img {
    position: unset;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
  }
}
#mobile_application_business .application_area_main_container .application_area_container_right .application_area {
  padding: 25px;
  background: white;
  border-radius: 8px;
  border: 1px solid #c2c4c8;
  margin-bottom: 25px;
}
#mobile_application_business .application_area_main_container .application_area_container_right .application_area .heading {
  color: #313d4d;
  font-size: 16px;
  font-family: "Poppins-SemiBold";
  margin-bottom: 10px;
}
#mobile_application_business .application_area_main_container .application_area_container_right .application_area .para {
  color: #00000080;
  font-size: 14px;
  font-family: "Poppins-Medium";
}
#mobile_application_business .application_area_main_container .application_area_container_right .application_area .para .display_picture {
  float: left;
  margin-right: 8px;
}

#mobile_contact_us_banner {
  padding: 45px 0;
  background-image: url("../images/homepage/Icon material-email big opac.png"), url("../images/homepage/Mask Group 2.png");
  background-position: 95% center, 5% center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #mobile_contact_us_banner {
    background-image: none;
  }
}
#mobile_contact_us_banner .contact_text_info_container .heading {
  color: #313d4d;
  font-size: 24px;
  font-family: "Poppins-SemiBold";
}
#mobile_contact_us_banner .contact_text_info_container .subheading {
  color: #00000080;
  font-size: 16px;
  font-family: "Poppins-Regular";
}
#mobile_contact_us_banner .contact_us_btn_container {
  text-align: right;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #mobile_contact_us_banner .contact_us_btn_container {
    text-align: center;
  }
}
#mobile_contact_us_banner .contact_us_btn_container .contact_btn {
  text-decoration: none;
  color: #fff;
  background-color: #81bb3f;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 6px;
  font-size: 18px;
  font-family: "Poppins-Medium";
}

#mobile_creative_application {
  background-color: #f7f9fd;
}
#mobile_creative_application .head {
  padding-top: 45px;
}
#mobile_creative_application .head .heading {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
}
#mobile_creative_application .head .sub_heading {
  line-height: 22px;
  color: #00000080;
  font-size: 16px;
  font-family: "Poppins-Medium";
  margin-top: 5px;
  padding: 0 9%;
}
#mobile_creative_application .creative_main_container {
  margin-top: 50px;
}
#mobile_creative_application .creative_main_container .creative_container {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
  background: #fff;
  box-shadow: 0px 0 16px #00000014;
}
#mobile_creative_application .creative_main_container .creative_container .card_head {
  padding: 18px 20px 10px 35px;
}
#mobile_creative_application .creative_main_container .creative_container .card_head .top_img {
  text-align: right;
}
#mobile_creative_application .creative_main_container .creative_container .card_head .bottom_text {
  line-height: 38px;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
  color: #fff;
}
#mobile_creative_application .creative_main_container .creative_container .card_head .bottom_text .main_area {
  display: block;
  font-size: 24px;
  font-family: "Poppins-Medium";
}
#mobile_creative_application .creative_main_container .creative_container .card_body {
  padding: 25px 20px 100px 35px;
}
#mobile_creative_application .creative_main_container .creative_container .card_body .text {
  color: #00000080;
  font-size: 16px;
  font-family: "Poppins-Medium";
}
#mobile_creative_application .creative_main_container .creative_container .card_body .learn_more_btn_container {
  position: absolute;
  bottom: 25px;
}
#mobile_creative_application .creative_main_container .creative_container .card_body .learn_more_btn_container .learn_more_btn {
  text-decoration: none;
  color: #81bb3f;
  font-size: 16px;
  font-family: "Poppins-SemiBold";
}
#mobile_creative_application .creative_main_container .creative_container .android-development {
  background-color: #81bb3f;
}
#mobile_creative_application .creative_main_container .creative_container .ios-development {
  background-color: #313d4d;
}
#mobile_creative_application .creative_main_container .creative_container .windows-development {
  background-color: #81bb3f;
}
#mobile_creative_application .creative_main_container .creative_container .hybrid-development {
  background-color: #313d4d;
}

#mobile_development_process {
  background-color: #f7f9fd;
}
#mobile_development_process .head {
  padding-top: 80px;
}
#mobile_development_process .head .heading {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
}
#mobile_development_process .head .sub_heading {
  line-height: 22px;
  color: #00000080;
  font-size: 16px;
  font-family: "Poppins-Medium";
  margin-top: 10px;
  padding: 0 9%;
}
#mobile_development_process .development_process_container {
  margin-top: 60px;
}
#mobile_development_process .development_process_container .development_process {
  padding: 20px;
  width: 100%;
  height: 100%;
  text-align: left;
  border-radius: 8px;
  display: inline-block;
  border: 1px solid #7b7c7e85;
  position: relative;
  padding-top: 20px;
  padding-top: 30px;
  background: #fff;
  position: relative;
  transition: all 0.3s ease-in;
}
#mobile_development_process .development_process_container .development_process:hover {
  box-shadow: inset 0px 0px 0px 2px #81bb3f;
}
#mobile_development_process .development_process_container .development_process .horizontal_line {
  background-color: #7b7c7e85;
  position: absolute;
  width: 75%;
  right: 0;
  top: 95px;
  height: 1px;
  z-index: 9;
}
#mobile_development_process .development_process_container .development_process .process_img_container {
  display: inline-block;
  width: 130px;
  position: relative;
  z-index: 99;
}
#mobile_development_process .development_process_container .development_process .process_img_container .process_img {
  width: 100%;
}
#mobile_development_process .development_process_container .development_process .process_number {
  position: absolute;
  top: 10%;
  right: 10%;
  color: #313d4d;
  font-size: 52px;
  font-family: "Poppins-SemiBold";
}
#mobile_development_process .development_process_container .development_process .process_content_area {
  margin-top: 20px;
}
#mobile_development_process .development_process_container .development_process .process_content_area .process_subheadings {
  list-style-type: none;
}
#mobile_development_process .development_process_container .development_process .process_content_area .process_subheadings .process_subheading {
  margin-bottom: 5px;
  color: #313d4dba;
  font-size: 16px;
  font-family: "Poppins-Medium";
}
#mobile_development_process .development_process_container .development_process .process_content_area .process_subheadings .process_subheading::before {
  content: "✓";
  color: #81bb3f;
  margin-right: 10px;
  display: inline-block;
}

#mobile_why_us {
  background-color: #f7f9fd;
}
#mobile_why_us .head {
  padding-top: 75px;
}
#mobile_why_us .head .heading {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
}
#mobile_why_us .head .sub_heading {
  line-height: 22px;
  color: #00000080;
  font-size: 16px;
  font-family: "Poppins-Medium";
  margin-top: 10px;
  padding: 0 11%;
}
#mobile_why_us .secondary_heading .a_subheading {
  margin-top: 22px;
  text-align: center;
  color: #313d4d;
  font-size: 21px;
  font-family: "Poppins-SemiBold";
}
#mobile_why_us .expertise_main_container {
  position: relative;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #mobile_why_us .expertise_main_container {
    display: flex;
    flex-wrap: wrap;
  }
}
#mobile_why_us .expertise_main_container .expertise_container {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #mobile_why_us .expertise_main_container .expertise_container {
    display: inline-block;
    order: 1;
    margin-top: 25px;
  }
}
#mobile_why_us .expertise_main_container .expertise_container .expertise {
  width: 33%;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #mobile_why_us .expertise_main_container .expertise_container .expertise {
    width: 100%;
  }
}
#mobile_why_us .expertise_main_container .expertise_container .expertise .expertise_inner {
  width: 55%;
  display: inline-block;
  text-align: left;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #mobile_why_us .expertise_main_container .expertise_container .expertise .expertise_inner {
    width: 100%;
  }
}
#mobile_why_us .expertise_main_container .expertise_container .expertise .expertise_inner .expertise_number {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
}
#mobile_why_us .expertise_main_container .expertise_container .expertise .expertise_inner .para {
  color: #00000080;
  font-size: 16px;
  font-family: "Poppins-Medium";
}
#mobile_why_us .expertise_main_container .expertise_container .expertise-1 {
  padding-bottom: 70px;
  padding-top: 50px;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #mobile_why_us .expertise_main_container .expertise_container .expertise-1 {
    padding: 0;
  }
}
#mobile_why_us .expertise_main_container .expertise_container .expertise-2 {
  padding-bottom: 70px;
  padding-top: 50px;
  text-align: center;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #mobile_why_us .expertise_main_container .expertise_container .expertise-2 {
    padding: 0;
  }
}
#mobile_why_us .expertise_main_container .expertise_container .expertise-3 {
  padding-bottom: 70px;
  padding-top: 50px;
  text-align: right;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #mobile_why_us .expertise_main_container .expertise_container .expertise-3 {
    padding: 0;
  }
}
#mobile_why_us .expertise_main_container .expertise_container .expertise-4 {
  padding-bottom: 160px;
  padding-top: 50px;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #mobile_why_us .expertise_main_container .expertise_container .expertise-4 {
    padding: 0;
  }
}
#mobile_why_us .expertise_main_container .expertise_container .expertise-5 {
  padding-bottom: 160px;
  padding-top: 50px;
  text-align: center;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #mobile_why_us .expertise_main_container .expertise_container .expertise-5 {
    padding: 0;
  }
}
#mobile_why_us .expertise_main_container .expertise_container .expertise-6 {
  padding-bottom: 160px;
  padding-top: 50px;
  text-align: right;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #mobile_why_us .expertise_main_container .expertise_container .expertise-6 {
    padding: 0;
  }
}
#mobile_why_us .expertise_main_container .person_layer_container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 42%;
  transform: translate(-42%, 0);
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #mobile_why_us .expertise_main_container .person_layer_container {
    position: unset;
    top: 0;
    left: 0;
    transform: none;
  }
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #mobile_why_us .expertise_main_container .person_layer_container .layer_person {
    width: 100%;
  }
}

#hire_our_mobile_developers {
  margin-top: 35px;
  margin-bottom: 70px;
}
#hire_our_mobile_developers .display_picture_container {
  text-align: center;
}
#hire_our_mobile_developers .developer_details .heading {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
}
#hire_our_mobile_developers .developer_details .text {
  margin-top: 15px;
  color: #00000080;
  font-size: 16px;
  font-family: "Poppins-Medium";
}
#hire_our_mobile_developers .developer_details .hour_of_working .job_type {
  display: inline-block;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #hire_our_mobile_developers .developer_details .hour_of_working .job_type {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
#hire_our_mobile_developers .developer_details .hour_of_working .job_type .heading {
  text-align: center;
  margin-top: 8px;
  color: #313d4d;
  font-size: 21px;
  font-family: "Poppins-Medium";
}
#hire_our_mobile_developers .developer_details .explore_container {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #hire_our_mobile_developers .developer_details .explore_container {
    position: unset;
    text-align: center;
  }
}
#hire_our_mobile_developers .developer_details .explore_container .explore_btn {
  color: #ffffff;
  font-size: 18px;
  font-family: "Poppins-Medium";
  background-color: #81bb3f;
  text-decoration: none;
  padding: 14px 70px;
  border-radius: 6px;
  display: inline-block;
}

#mobile_get_in_touch {
  background-color: #f7f9fd;
  position: relative;
}
#mobile_get_in_touch .head {
  padding-top: 85px;
}
#mobile_get_in_touch .head .heading {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
}
#mobile_get_in_touch .head .sub_heading {
  line-height: 22px;
  color: #00000080;
  font-size: 16px;
  font-family: "Poppins-Medium";
  margin-top: 10px;
  padding: 0 15%;
}
#mobile_get_in_touch .get_in_touch_container {
  margin-top: 50px;
}
#mobile_get_in_touch .get_in_touch_container .testimonial_section {
  width: 100%;
  background: #ffffffc2;
  padding: 35px 60px 35px 60px;
  height: 100%;
}
#mobile_get_in_touch .get_in_touch_container .testimonial_section .heading {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
}
#mobile_get_in_touch .get_in_touch_container .testimonial_section .testimonials .testimonial {
  margin-top: 60px;
}
#mobile_get_in_touch .get_in_touch_container .testimonial_section .testimonials .testimonial .quote {
  border-left: 1px solid #d9e4ce;
  padding: 20px;
  color: #00000080;
  font-size: 14px;
  font-family: "Poppins-Medium";
}
#mobile_get_in_touch .get_in_touch_container .testimonial_section .testimonials .testimonial .author {
  width: 100%;
  text-align: right;
  border-bottom: 1px solid #d9e4ce;
  line-height: 1px;
  margin-top: -1px;
  font-size: 14px;
  font-family: "Poppins-Medium";
}
#mobile_get_in_touch .get_in_touch_container .testimonial_section .testimonials .testimonial .author span {
  background: #fff !important;
  padding: 0 10px !important;
  border: none !important;
}
#mobile_get_in_touch .get_in_touch_container .testimonial_section .testimonials .testimonial .designation {
  text-align: right;
  margin-top: 10px;
  color: #7f7f7f;
  font-size: 12px;
  font-family: "Poppins-Medium";
}
#mobile_get_in_touch .get_in_touch_container .get_in_touch_section {
  width: 100%;
  background: #313d4d;
  padding: 35px 45px 35px 60px;
}
#mobile_get_in_touch .get_in_touch_container .get_in_touch_section .heading {
  font-size: 36px;
  color: #fff;
  font-family: "Poppins-SemiBold";
}
#mobile_get_in_touch .get_in_touch_container .get_in_touch_section .touch_form {
  margin-top: 20px;
}
#mobile_get_in_touch .get_in_touch_container .get_in_touch_section .touch_form input {
  width: 100%;
  outline: none;
  border: none;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  padding: 5px 0;
  margin: 10px 0;
  color: #fff;
}
#mobile_get_in_touch .get_in_touch_container .get_in_touch_section .touch_form ::placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Poppins-Medium";
}
#mobile_get_in_touch .get_in_touch_container .get_in_touch_section .send_btn {
  text-align: right;
  margin-top: 20px;
}
#mobile_get_in_touch .get_in_touch_container .get_in_touch_section .send_btn .btn {
  text-decoration: none;
  padding: 10px 30px;
  color: #fff;
  border-radius: 6px;
  display: inline-block;
  background-color: #81bb3f;
  font-size: 18px;
  font-family: "Poppins-Medium";
}

#bespoke_app_development_banner {
  padding: 65px 0 35px;
}
#bespoke_app_development_banner .banner_text_container {
  position: absolute;
  top: 40%;
  transform: translate(0, -40%);
}
#bespoke_app_development_banner .banner_text_container .heading {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
  line-height: 40px;
}
#bespoke_app_development_banner .banner_text_container .text {
  margin: 20px 0;
  color: #00000080;
  font-size: 14px;
  font-family: "Poppins-Medium";
}
#bespoke_app_development_banner .banner_text_container .main_banner_btn_primary {
  text-decoration: none;
  background-color: #81bb3f;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  display: inline-block;
  font-size: 14px;
  font-family: "Poppins-Medium";
}
#bespoke_app_development_banner .banner_text_container .main_banner_btn_secondary {
  text-decoration: none;
  color: #81bb3f;
  border: 1px solid #81bb3f;
  padding: 10px 20px;
  border-radius: 6px;
  display: inline-block;
  font-size: 14px;
  font-family: "Poppins-Medium";
  margin-left: 5px;
}
#bespoke_app_development_banner .banner_img_container {
  text-align: right;
}
#bespoke_app_development {
  background-color: #f7f9fd;
}
#bespoke_app_development .heading {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
}
#bespoke_app_development .sub_heading {
  line-height: 22px;
  color: #00000080;
  font-size: 16px;
  font-family: "Poppins-Medium";
  padding: 0 9%;
  margin-top: 10px;
}
#bespoke_app_development .main_development_areas {
  margin-top: 70px;
}
#bespoke_app_development .main_development_areas .main_development_area {
  background-color: #fff;
  position: relative;
  height: 100%;
  padding: 30px 25px 0;
  box-shadow: 0px 4px 8px #00000014;
}
#bespoke_app_development .main_development_areas .main_development_area .heading {
  color: #313d4d;
  font-size: 21px;
  font-family: "Poppins-SemiBold";
  padding-right: 30%;
}
#bespoke_app_development .main_development_areas .main_development_area .display_picture_container {
  margin: 25px 0;
}
#bespoke_app_development .main_development_areas .main_development_area .about {
  margin-bottom: 50px;
}
#bespoke_app_development .main_development_areas .main_development_area .about .para {
  color: #00000080;
  font-size: 16px;
  font-family: "Poppins-Medium";
}
#bespoke_app_development .main_development_areas .main_development_area .horizontal_line {
  position: absolute;
  background: #81bb3f;
  width: 100%;
  height: 7px;
  bottom: 0;
  left: 0;
}

#bespoke_our_expertise {
  background-color: #f7f9fd;
}
#bespoke_our_expertise .head {
  padding-top: 30px;
}
#bespoke_our_expertise .head .heading {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
}
#bespoke_our_expertise .head .sub_heading {
  line-height: 22px;
  color: #00000080;
  font-size: 16px;
  font-family: "Poppins-Medium";
  margin-top: 10px;
  padding: 0 8%;
}
#bespoke_our_expertise .expertise_container {
  margin-top: 40px;
}
#bespoke_our_expertise .expertise_container .expertise {
  width: 100%;
  height: 100%;
  padding: 20px;
  margin-right: 2%;
  border: 1px solid #c2c4c8;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 2%;
}
#bespoke_our_expertise .expertise_container .expertise .heading {
  color: #313d4d;
  font-size: 16px;
  font-family: "Poppins-SemiBold";
}
#bespoke_our_expertise .expertise_container .expertise .body {
  margin-top: 15px;
}
#bespoke_our_expertise .expertise_container .expertise .body .para {
  color: #00000080;
  font-size: 14px;
  font-family: "Poppins-Medium";
}

#bespoke_development_process {
  background-color: #f7f9fd;
}
#bespoke_development_process .head {
  padding-top: 80px;
}
#bespoke_development_process .head .heading {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
}
#bespoke_development_process .head .sub_heading {
  line-height: 22px;
  color: #00000080;
  font-size: 16px;
  font-family: "Poppins-Medium";
  margin-top: 10px;
  padding: 0 9%;
}
#bespoke_development_process .development_process_container {
  margin-top: 60px;
}
#bespoke_development_process .development_process_container .development_process {
  padding: 20px;
  width: 100%;
  text-align: left;
  border-radius: 8px;
  display: inline-block;
  border: 1px solid #7b7c7e85;
  position: relative;
  padding-top: 20px;
  padding-top: 30px;
  background: #fff;
  position: relative;
  transition: all 0.3s ease-in;
}
#bespoke_development_process .development_process_container .development_process:hover {
  box-shadow: inset 0px 0px 0px 2px #81bb3f;
}
#bespoke_development_process .development_process_container .development_process .horizontal_line {
  background-color: #7b7c7e85;
  position: absolute;
  width: 75%;
  right: 0;
  top: 95px;
  height: 1px;
  z-index: 9;
}
#bespoke_development_process .development_process_container .development_process .process_img_container {
  display: inline-block;
  width: 130px;
  position: relative;
  z-index: 99;
}
#bespoke_development_process .development_process_container .development_process .process_img_container .process_img {
  width: 100%;
}
#bespoke_development_process .development_process_container .development_process .process_number {
  position: absolute;
  top: 10%;
  right: 10%;
  color: #313d4d;
  font-size: 52px;
  font-family: "Poppins-SemiBold";
}
#bespoke_development_process .development_process_container .development_process .process_content_area {
  margin-top: 20px;
}
#bespoke_development_process .development_process_container .development_process .process_content_area .process_subheadings {
  list-style-type: none;
}
#bespoke_development_process .development_process_container .development_process .process_content_area .process_subheadings .process_subheading {
  margin-bottom: 5px;
  color: #313d4dba;
  font-size: 16px;
  font-family: "Poppins-Medium";
}
#bespoke_development_process .development_process_container .development_process .process_content_area .process_subheadings .process_subheading::before {
  content: "✓";
  color: #81bb3f;
  margin-right: 10px;
  display: inline-block;
}

#bespoke_why_us {
  background-color: #f7f9fd;
}
#bespoke_why_us .head {
  padding-top: 75px;
}
#bespoke_why_us .head .heading {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
}
#bespoke_why_us .head .sub_heading {
  line-height: 22px;
  color: #00000080;
  font-size: 16px;
  font-family: "Poppins-Medium";
  margin-top: 10px;
  padding: 0 11%;
}
#bespoke_why_us .secondary_heading .a_subheading {
  margin-top: 22px;
  text-align: center;
  color: #313d4d;
  font-size: 21px;
  font-family: "Poppins-SemiBold";
}
#bespoke_why_us .expertise_main_container {
  position: relative;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #bespoke_why_us .expertise_main_container {
    display: flex;
    flex-wrap: wrap;
  }
}
#bespoke_why_us .expertise_main_container .expertise_container {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #bespoke_why_us .expertise_main_container .expertise_container {
    display: inline-block;
    order: 1;
    margin-top: 25px;
  }
}
#bespoke_why_us .expertise_main_container .expertise_container .expertise {
  width: 33%;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #bespoke_why_us .expertise_main_container .expertise_container .expertise {
    width: 100%;
  }
}
#bespoke_why_us .expertise_main_container .expertise_container .expertise .expertise_inner {
  width: 55%;
  display: inline-block;
  text-align: left;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #bespoke_why_us .expertise_main_container .expertise_container .expertise .expertise_inner {
    width: 100%;
  }
}
#bespoke_why_us .expertise_main_container .expertise_container .expertise .expertise_inner .expertise_number {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
}
#bespoke_why_us .expertise_main_container .expertise_container .expertise .expertise_inner .para {
  color: #00000080;
  font-size: 16px;
  font-family: "Poppins-Medium";
}
#bespoke_why_us .expertise_main_container .expertise_container .expertise-1 {
  padding-bottom: 70px;
  padding-top: 50px;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #bespoke_why_us .expertise_main_container .expertise_container .expertise-1 {
    padding: 0;
  }
}
#bespoke_why_us .expertise_main_container .expertise_container .expertise-2 {
  padding-bottom: 70px;
  padding-top: 50px;
  text-align: center;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #bespoke_why_us .expertise_main_container .expertise_container .expertise-2 {
    padding: 0;
  }
}
#bespoke_why_us .expertise_main_container .expertise_container .expertise-3 {
  padding-bottom: 70px;
  padding-top: 50px;
  text-align: right;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #bespoke_why_us .expertise_main_container .expertise_container .expertise-3 {
    padding: 0;
  }
}
#bespoke_why_us .expertise_main_container .expertise_container .expertise-4 {
  padding-bottom: 160px;
  padding-top: 50px;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #bespoke_why_us .expertise_main_container .expertise_container .expertise-4 {
    padding: 0;
  }
}
#bespoke_why_us .expertise_main_container .expertise_container .expertise-5 {
  padding-bottom: 160px;
  padding-top: 50px;
  text-align: center;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #bespoke_why_us .expertise_main_container .expertise_container .expertise-5 {
    padding: 0;
  }
}
#bespoke_why_us .expertise_main_container .expertise_container .expertise-6 {
  padding-bottom: 160px;
  padding-top: 50px;
  text-align: right;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #bespoke_why_us .expertise_main_container .expertise_container .expertise-6 {
    padding: 0;
  }
}
#bespoke_why_us .expertise_main_container .person_layer_container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 42%;
  transform: translate(-42%, 0);
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #bespoke_why_us .expertise_main_container .person_layer_container {
    position: unset;
    top: 0;
    left: 0;
    transform: none;
  }
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #bespoke_why_us .expertise_main_container .person_layer_container .layer_person {
    width: 100%;
  }
}

#bespoke_research_and_produce {
  background-color: #f7f9fd;
}
#bespoke_research_and_produce .head {
  padding-top: 75px;
  padding-bottom: 50px;
}
#bespoke_research_and_produce .head .heading {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
}
#bespoke_research_and_produce .head .sub_heading {
  line-height: 22px;
  color: #00000080;
  font-size: 16px;
  font-family: "Poppins-Medium";
  margin-top: 5px;
  padding: 0 7%;
}

#hire_our_bespoke_developers {
  margin-top: 35px;
  margin-bottom: 70px;
}
#hire_our_bespoke_developers .display_picture_container {
  text-align: center;
}
#hire_our_bespoke_developers .developer_details .heading {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
}
#hire_our_bespoke_developers .developer_details .text {
  margin-top: 15px;
  color: #00000080;
  font-size: 16px;
  font-family: "Poppins-Medium";
}
#hire_our_bespoke_developers .developer_details .hour_of_working .job_type {
  display: inline-block;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #hire_our_bespoke_developers .developer_details .hour_of_working .job_type {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
#hire_our_bespoke_developers .developer_details .hour_of_working .job_type .heading {
  text-align: center;
  margin-top: 8px;
  color: #313d4d;
  font-size: 21px;
  font-family: "Poppins-Medium";
}
#hire_our_bespoke_developers .developer_details .explore_container {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #hire_our_bespoke_developers .developer_details .explore_container {
    position: unset;
    text-align: center;
  }
}
#hire_our_bespoke_developers .developer_details .explore_container .explore_btn {
  color: #ffffff;
  font-size: 18px;
  font-family: "Poppins-Medium";
  background-color: #81bb3f;
  text-decoration: none;
  padding: 14px 70px;
  border-radius: 6px;
  display: inline-block;
}

#bespoke_get_in_touch {
  background-color: #f7f9fd;
}
#bespoke_get_in_touch .head {
  padding-top: 85px;
}
#bespoke_get_in_touch .head .heading {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
}
#bespoke_get_in_touch .head .sub_heading {
  line-height: 22px;
  color: #00000080;
  font-size: 16px;
  font-family: "Poppins-Medium";
  margin-top: 10px;
  padding: 0 15%;
}
#bespoke_get_in_touch .get_in_touch_container {
  margin-top: 50px;
}
#bespoke_get_in_touch .get_in_touch_container .testimonial_section {
  width: 100%;
  background: #ffffffc2;
  padding: 35px 60px 35px 60px;
  height: 100%;
}
#bespoke_get_in_touch .get_in_touch_container .testimonial_section .heading {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
}
#bespoke_get_in_touch .get_in_touch_container .testimonial_section .testimonials .testimonial {
  margin-top: 60px;
}
#bespoke_get_in_touch .get_in_touch_container .testimonial_section .testimonials .testimonial .quote {
  border-left: 1px solid #d9e4ce;
  padding: 20px;
  color: #00000080;
  font-size: 14px;
  font-family: "Poppins-Medium";
}
#bespoke_get_in_touch .get_in_touch_container .testimonial_section .testimonials .testimonial .author {
  width: 100%;
  text-align: right;
  border-bottom: 1px solid #d9e4ce;
  line-height: 1px;
  margin-top: -1px;
  font-size: 14px;
  font-family: "Poppins-Medium";
}
#bespoke_get_in_touch .get_in_touch_container .testimonial_section .testimonials .testimonial .author span {
  background: #fff !important;
  padding: 0 10px !important;
  border: none !important;
}
#bespoke_get_in_touch .get_in_touch_container .testimonial_section .testimonials .testimonial .designation {
  text-align: right;
  margin-top: 10px;
  color: #7f7f7f;
  font-size: 12px;
  font-family: "Poppins-Medium";
}
#bespoke_get_in_touch .get_in_touch_container .get_in_touch_section {
  width: 100%;
  background: #313d4d;
  padding: 35px 45px 35px 60px;
}
#bespoke_get_in_touch .get_in_touch_container .get_in_touch_section .heading {
  font-size: 36px;
  color: #fff;
  font-family: "Poppins-SemiBold";
}
#bespoke_get_in_touch .get_in_touch_container .get_in_touch_section .touch_form {
  margin-top: 20px;
}
#bespoke_get_in_touch .get_in_touch_container .get_in_touch_section .touch_form input {
  width: 100%;
  outline: none;
  border: none;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  padding: 5px 0;
  margin: 10px 0;
  color: #fff;
}
#bespoke_get_in_touch .get_in_touch_container .get_in_touch_section .touch_form ::placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Poppins-Medium";
}
#bespoke_get_in_touch .get_in_touch_container .get_in_touch_section .send_btn {
  text-align: right;
  margin-top: 20px;
}
#bespoke_get_in_touch .get_in_touch_container .get_in_touch_section .send_btn .btn {
  text-decoration: none;
  padding: 10px 30px;
  color: #fff;
  border-radius: 6px;
  display: inline-block;
  background-color: #81bb3f;
  font-size: 18px;
  font-family: "Poppins-Medium";
}

#game_app_development_banner {
  padding: 65px 0 35px;
}
#game_app_development_banner .banner_text_container {
  position: absolute;
  top: 40%;
  transform: translate(0, -40%);
}
#game_app_development_banner .banner_text_container .heading {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
  line-height: 40px;
}
#game_app_development_banner .banner_text_container .text {
  margin: 20px 0;
  color: #00000080;
  font-size: 14px;
  font-family: "Poppins-Medium";
}
#game_app_development_banner .banner_text_container .main_banner_btn_primary {
  text-decoration: none;
  background-color: #81bb3f;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  display: inline-block;
  font-size: 14px;
  font-family: "Poppins-Medium";
}
#game_app_development_banner .banner_text_container .main_banner_btn_secondary {
  text-decoration: none;
  color: #81bb3f;
  border: 1px solid #81bb3f;
  padding: 10px 20px;
  border-radius: 6px;
  display: inline-block;
  font-size: 14px;
  font-family: "Poppins-Medium";
  margin-left: 5px;
}
#game_app_development_banner .banner_img_container {
  text-align: right;
}
#game_app_development {
  background-color: #f7f9fd;
}
#game_app_development .heading {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
}
#game_app_development .sub_heading {
  line-height: 22px;
  color: #00000080;
  font-size: 16px;
  font-family: "Poppins-Medium";
  padding: 0 9%;
  margin-top: 10px;
}
#game_app_development .main_development_areas {
  margin-top: 70px;
}
#game_app_development .main_development_areas .main_development_area {
  background-color: #fff;
  position: relative;
  height: 100%;
  padding: 30px 25px 0;
  box-shadow: 0px 4px 8px #00000014;
}
#game_app_development .main_development_areas .main_development_area .heading {
  color: #313d4d;
  font-size: 21px;
  font-family: "Poppins-SemiBold";
  padding-right: 30%;
}
#game_app_development .main_development_areas .main_development_area .display_picture_container {
  margin: 25px 0;
}
#game_app_development .main_development_areas .main_development_area .about {
  margin-bottom: 50px;
}
#game_app_development .main_development_areas .main_development_area .about .para {
  color: #00000080;
  font-size: 16px;
  font-family: "Poppins-Medium";
}
#game_app_development .main_development_areas .main_development_area .horizontal_line {
  position: absolute;
  background: #81bb3f;
  width: 100%;
  height: 7px;
  bottom: 0;
  left: 0;
}

#game_our_expertise {
  background-color: #f7f9fd;
}
#game_our_expertise .head {
  padding-top: 30px;
}
#game_our_expertise .head .heading {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
}
#game_our_expertise .head .sub_heading {
  line-height: 22px;
  color: #00000080;
  font-size: 16px;
  font-family: "Poppins-Medium";
  margin-top: 10px;
  padding: 0 8%;
}
#game_our_expertise .expertise_container {
  margin-top: 40px;
}
#game_our_expertise .expertise_container .expertise {
  width: 100%;
  height: 100%;
  padding: 20px;
  margin-right: 2%;
  border: 1px solid #c2c4c8;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 2%;
}
#game_our_expertise .expertise_container .expertise .heading {
  color: #313d4d;
  font-size: 16px;
  font-family: "Poppins-SemiBold";
}
#game_our_expertise .expertise_container .expertise .body {
  margin-top: 15px;
}
#game_our_expertise .expertise_container .expertise .body .para {
  color: #00000080;
  font-size: 14px;
  font-family: "Poppins-Medium";
}

#game_development_process {
  background-color: #f7f9fd;
}
#game_development_process .head {
  padding-top: 80px;
}
#game_development_process .head .heading {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
}
#game_development_process .head .sub_heading {
  line-height: 22px;
  color: #00000080;
  font-size: 16px;
  font-family: "Poppins-Medium";
  margin-top: 10px;
  padding: 0 9%;
}
#game_development_process .development_process_container {
  margin-top: 60px;
}
#game_development_process .development_process_container .development_process {
  padding: 20px;
  width: 100%;
  text-align: left;
  border-radius: 8px;
  display: inline-block;
  border: 1px solid #7b7c7e85;
  position: relative;
  padding-top: 20px;
  padding-top: 30px;
  background: #fff;
  position: relative;
  transition: all 0.3s ease-in;
}
#game_development_process .development_process_container .development_process:hover {
  box-shadow: inset 0px 0px 0px 2px #81bb3f;
}
#game_development_process .development_process_container .development_process .horizontal_line {
  background-color: #7b7c7e85;
  position: absolute;
  width: 75%;
  right: 0;
  top: 95px;
  height: 1px;
  z-index: 9;
}
#game_development_process .development_process_container .development_process .process_img_container {
  display: inline-block;
  width: 130px;
  position: relative;
  z-index: 99;
}
#game_development_process .development_process_container .development_process .process_img_container .process_img {
  width: 100%;
}
#game_development_process .development_process_container .development_process .process_number {
  position: absolute;
  top: 10%;
  right: 10%;
  color: #313d4d;
  font-size: 52px;
  font-family: "Poppins-SemiBold";
}
#game_development_process .development_process_container .development_process .process_content_area {
  margin-top: 20px;
}
#game_development_process .development_process_container .development_process .process_content_area .process_heading {
  margin-bottom: 8px;
  margin-top: 20px;
  color: #313d4d;
  font-size: 21px;
  font-family: "Poppins-SemiBold";
}
#game_development_process .development_process_container .development_process .process_content_area .process_subheadings {
  list-style-type: none;
}
#game_development_process .development_process_container .development_process .process_content_area .process_subheadings .process_subheading {
  margin-bottom: 5px;
  color: #313d4dba;
  font-size: 16px;
  font-family: "Poppins-Medium";
}
#game_development_process .development_process_container .development_process .process_content_area .process_subheadings .process_subheading::before {
  content: "✓";
  color: #81bb3f;
  margin-right: 10px;
  display: inline-block;
}

#game_why_us {
  background-color: #f7f9fd;
}
#game_why_us .head {
  padding-top: 75px;
}
#game_why_us .head .heading {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
}
#game_why_us .head .sub_heading {
  line-height: 22px;
  color: #00000080;
  font-size: 16px;
  font-family: "Poppins-Medium";
  margin-top: 10px;
  padding: 0 11%;
}
#game_why_us .secondary_heading .a_subheading {
  margin-top: 22px;
  text-align: center;
  color: #313d4d;
  font-size: 21px;
  font-family: "Poppins-SemiBold";
}
#game_why_us .expertise_main_container {
  position: relative;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #game_why_us .expertise_main_container {
    display: flex;
    flex-wrap: wrap;
  }
}
#game_why_us .expertise_main_container .expertise_container {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #game_why_us .expertise_main_container .expertise_container {
    display: inline-block;
    order: 1;
    margin-top: 25px;
  }
}
#game_why_us .expertise_main_container .expertise_container .expertise {
  width: 33%;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #game_why_us .expertise_main_container .expertise_container .expertise {
    width: 100%;
  }
}
#game_why_us .expertise_main_container .expertise_container .expertise .expertise_inner {
  width: 55%;
  display: inline-block;
  text-align: left;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #game_why_us .expertise_main_container .expertise_container .expertise .expertise_inner {
    width: 100%;
  }
}
#game_why_us .expertise_main_container .expertise_container .expertise .expertise_inner .expertise_number {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
}
#game_why_us .expertise_main_container .expertise_container .expertise .expertise_inner .para {
  color: #00000080;
  font-size: 16px;
  font-family: "Poppins-Medium";
}
#game_why_us .expertise_main_container .expertise_container .expertise-1 {
  padding-bottom: 70px;
  padding-top: 50px;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #game_why_us .expertise_main_container .expertise_container .expertise-1 {
    padding: 0;
  }
}
#game_why_us .expertise_main_container .expertise_container .expertise-2 {
  padding-bottom: 70px;
  padding-top: 50px;
  text-align: center;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #game_why_us .expertise_main_container .expertise_container .expertise-2 {
    padding: 0;
  }
}
#game_why_us .expertise_main_container .expertise_container .expertise-3 {
  padding-bottom: 70px;
  padding-top: 50px;
  text-align: right;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #game_why_us .expertise_main_container .expertise_container .expertise-3 {
    padding: 0;
  }
}
#game_why_us .expertise_main_container .expertise_container .expertise-4 {
  padding-bottom: 160px;
  padding-top: 50px;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #game_why_us .expertise_main_container .expertise_container .expertise-4 {
    padding: 0;
  }
}
#game_why_us .expertise_main_container .expertise_container .expertise-5 {
  padding-bottom: 160px;
  padding-top: 50px;
  text-align: center;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #game_why_us .expertise_main_container .expertise_container .expertise-5 {
    padding: 0;
  }
}
#game_why_us .expertise_main_container .expertise_container .expertise-6 {
  padding-bottom: 160px;
  padding-top: 50px;
  text-align: right;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #game_why_us .expertise_main_container .expertise_container .expertise-6 {
    padding: 0;
  }
}
#game_why_us .expertise_main_container .person_layer_container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 42%;
  transform: translate(-42%, 0);
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #game_why_us .expertise_main_container .person_layer_container {
    position: unset;
    top: 0;
    left: 0;
    transform: none;
  }
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #game_why_us .expertise_main_container .person_layer_container .layer_person {
    width: 100%;
  }
}

#game_research_and_produce {
  background-color: #f7f9fd;
}
#game_research_and_produce .head {
  padding-top: 75px;
  padding-bottom: 50px;
}
#game_research_and_produce .head .heading {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
}
#game_research_and_produce .head .sub_heading {
  line-height: 22px;
  color: #00000080;
  font-size: 16px;
  font-family: "Poppins-Medium";
  margin-top: 5px;
  padding: 0 7%;
}

#hire_our_game_developers {
  margin-top: 35px;
  margin-bottom: 70px;
}
#hire_our_game_developers .display_picture_container {
  text-align: center;
}
#hire_our_game_developers .developer_details .heading {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
}
#hire_our_game_developers .developer_details .text {
  margin-top: 15px;
  color: #00000080;
  font-size: 16px;
  font-family: "Poppins-Medium";
}
#hire_our_game_developers .developer_details .hour_of_working .job_type {
  display: inline-block;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #hire_our_game_developers .developer_details .hour_of_working .job_type {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
#hire_our_game_developers .developer_details .hour_of_working .job_type .heading {
  text-align: center;
  margin-top: 8px;
  color: #313d4d;
  font-size: 21px;
  font-family: "Poppins-Medium";
}
#hire_our_game_developers .developer_details .explore_container {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  #hire_our_game_developers .developer_details .explore_container {
    position: unset;
    text-align: center;
  }
}
#hire_our_game_developers .developer_details .explore_container .explore_btn {
  color: #ffffff;
  font-size: 18px;
  font-family: "Poppins-Medium";
  background-color: #81bb3f;
  text-decoration: none;
  padding: 14px 70px;
  border-radius: 6px;
  display: inline-block;
}

#game_get_in_touch {
  background-color: #f7f9fd;
}
#game_get_in_touch .head {
  padding-top: 85px;
}
#game_get_in_touch .head .heading {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
}
#game_get_in_touch .head .sub_heading {
  line-height: 22px;
  color: #00000080;
  font-size: 16px;
  font-family: "Poppins-Medium";
  margin-top: 10px;
  padding: 0 15%;
}
#game_get_in_touch .get_in_touch_container {
  margin-top: 50px;
}
#game_get_in_touch .get_in_touch_container .testimonial_section {
  width: 100%;
  background: #ffffffc2;
  padding: 35px 60px 35px 60px;
  height: 100%;
}
#game_get_in_touch .get_in_touch_container .testimonial_section .heading {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
}
#game_get_in_touch .get_in_touch_container .testimonial_section .testimonials .testimonial {
  margin-top: 60px;
}
#game_get_in_touch .get_in_touch_container .testimonial_section .testimonials .testimonial .quote {
  border-left: 1px solid #d9e4ce;
  padding: 20px;
  color: #00000080;
  font-size: 14px;
  font-family: "Poppins-Medium";
}
#game_get_in_touch .get_in_touch_container .testimonial_section .testimonials .testimonial .author {
  width: 100%;
  text-align: right;
  border-bottom: 1px solid #d9e4ce;
  line-height: 1px;
  margin-top: -1px;
  font-size: 14px;
  font-family: "Poppins-Medium";
}
#game_get_in_touch .get_in_touch_container .testimonial_section .testimonials .testimonial .author span {
  background: #fff !important;
  padding: 0 10px !important;
  border: none !important;
}
#game_get_in_touch .get_in_touch_container .testimonial_section .testimonials .testimonial .designation {
  text-align: right;
  margin-top: 10px;
  color: #7f7f7f;
  font-size: 12px;
  font-family: "Poppins-Medium";
}
#game_get_in_touch .get_in_touch_container .get_in_touch_section {
  width: 100%;
  background: #313d4d;
  padding: 35px 45px 35px 60px;
}
#game_get_in_touch .get_in_touch_container .get_in_touch_section .heading {
  font-size: 36px;
  color: #fff;
  font-family: "Poppins-SemiBold";
}
#game_get_in_touch .get_in_touch_container .get_in_touch_section .touch_form {
  margin-top: 20px;
}
#game_get_in_touch .get_in_touch_container .get_in_touch_section .touch_form input {
  width: 100%;
  outline: none;
  border: none;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  padding: 5px 0;
  margin: 10px 0;
  color: #fff;
}
#game_get_in_touch .get_in_touch_container .get_in_touch_section .touch_form ::placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Poppins-Medium";
}
#game_get_in_touch .get_in_touch_container .get_in_touch_section .send_btn {
  text-align: right;
  margin-top: 20px;
}
#game_get_in_touch .get_in_touch_container .get_in_touch_section .send_btn .btn {
  text-decoration: none;
  padding: 10px 30px;
  color: #fff;
  border-radius: 6px;
  display: inline-block;
  background-color: #81bb3f;
  font-size: 18px;
  font-family: "Poppins-Medium";
}

.owl-theme .owl-nav {
  visibility: hidden;
}

.owl-theme .owl-dots .owl-dot {
  outline: none !important;
}

.owl-carousel span {
  background: white !important;
  border: 1px solid #313d4d !important;
  outline: none !important;
}

.owl-carousel .active span {
  background: #81bb3f !important;
  border: 1px solid #313d4d !important;
  outline: none !important;
}

.bg_blob_get_in_touch {
  background-image: url("./../images/contact-us/blob-green.svg"), url("./../images/contact-us/blob-dark-gray.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: -5% -600%, 100% 57%;
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
  .bg_blob_get_in_touch {
    background-image: none;
  }
}

@media only screen and (min-width: 300px) and (max-width: 479px) {
  .mobile-mb-1 {
    margin-bottom: 10px;
  }

  .mobile-mb-2 {
    margin-bottom: 20px;
  }

  .mobile-mb-3 {
    margin-bottom: 30px;
  }

  .mobile-mb-4 {
    margin-bottom: 40px;
  }

  .mobile-mb-5 {
    margin-bottom: 50px;
  }
}
.h1_heading {
  color: #313d4d !important;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
}

.Our-achievements-heading {
  color: #313d4d;
  font-size: 36px;
  font-family: "Poppins-SemiBold";
}/*# sourceMappingURL=style.css.map */