@font-face {
  font-family: primaryFont;
  src: url("fonts/poppins/Poppins-Regular.ttf");
}
@font-face {
  font-family: primaryFontBold;
  src: url("fonts/poppins/Poppins-ExtraBold.ttf");
}
@font-face {
  font-family: secondryFont;
  src: url("fonts/blauer/Blauer-Nue-Regular-iF6626350c83fdf.otf");
}
* {
  padding: 0;
  margin: 0;
}

.header_top {
  padding: 15px;
  background: #1444A8;
}
.header_top p {
  color: white;
  margin: 0;
  font-family: primaryFont;
}
.header_top p i {
  color: #18D1AE;
}

header {
  padding: 20px 0px;
  position: relative;
}
header nav ul {
  padding: 0;
  margin: 0;
}
header nav ul li {
  display: inline;
}
header nav ul li a {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  font-family: primaryFont;
  text-decoration: none;
  display: inline;
  padding-right: 13px;
}
header nav ul li .sub_menu {
  display: none;
}
header nav ul li:hover .sub_menu {
  display: block;
  position: absolute;
  background: white;
  padding: 0;
  top: 50px;
  border-radius: 3px;
}
header nav ul li:hover .sub_menu li {
  display: block;
  padding: 9px 15px;
  border-bottom: 1px solid #18d1ae;
}
header button {
  width: 206px;
  padding: 10px;
  background: #18D1AE;
  color: #1444A8;
  font-family: 16px;
  border: 0;
  border-radius: 6px;
}

.banner {
  background-image: url("images/banner_bg.png");
  background-size: cover;
}
.banner .details {
  padding: 60px 0;
}
.banner .details h1 {
  color: white;
  font-size: 51px;
  font-family: secondryFont;
  margin-bottom: 30px;
  margin-top: 10px;
}
.banner .details h1 span {
  color: #18D1AE;
}
.banner .details p {
  color: white;
  font-size: 15px;
  font-family: primaryFont;
}
.banner .details button {
  width: 376px;
  background: #18D1AE;
  color: #092259;
  border: 0;
  border-radius: 6px;
  padding: 10px 15px;
  font-family: primaryFont;
  margin-bottom: 10px;
}
.banner .right_image_banner {
  position: relative;
  height: 100%;
}
.banner .right_image_banner img {
  position: absolute;
  bottom: 0;
  width: 510px;
  right: 0;
}

.service_main {
  background-image: url("images/service-main-bg.png");
  background-size: cover;
}
.service_main .right_image_banner img {
  position: absolute;
  bottom: 0;
  width: 740px;
  right: -115px;
}

.android_main {
  background-image: url("images/androd_banner_bg.png");
  background-size: cover;
}
.android_main .right_image_banner img {
  position: absolute;
  bottom: 0;
  width: 740px;
  right: -115px;
}

.blog {
  text-align: center;
}
.blog .input_box {
  width: 100%;
  margin-bottom: 30px;
  margin-top: 30px;
}
.blog .input_box .box {
  width: 35%;
  margin: auto;
  display: flex;
}
.blog .input_box .box input {
  width: 60%;
  border: 1px solid #3B6DDB;
  border-right: 0;
  border-radius: 6px;
  background: transparent;
  padding: 0 15px;
  color: white;
}
.blog .input_box .box input::-moz-placeholder {
  color: white;
}
.blog .input_box .box input::placeholder {
  color: white;
}
.blog .input_box .box input:focus {
  outline: none;
}
.blog .input_box .box button {
  width: 40%;
  margin: 0;
  margin-left: -6px;
}

.flutter_main {
  background-image: url("images/flutter_banner_bg.png");
  background-size: cover;
}
.flutter_main .right_image_banner img {
  position: absolute;
  bottom: 0;
  width: 740px;
  right: 125px;
}

.game_main {
  background-image: url("images/androd_banner_bg.png");
  background-size: cover;
}
.game_main .right_image_banner img {
  position: absolute;
  bottom: 0;
  width: 670px !important;
  right: -116px;
}

.react_main {
  background-image: url("images/androd_banner_bg.png");
  background-size: cover;
}
.react_main .right_image_banner img {
  position: absolute;
  bottom: 0;
  width: 740px !important;
  right: -116px;
}

.wear_main {
  background-image: url("images/androd_banner_bg.png");
  background-size: cover;
}
.wear_main .right_image_banner img {
  position: absolute;
  bottom: 100px;
  width: 380px !important;
  right: 87px;
}

.logo_section {
  background: #fcfcfc;
  padding: 20px;
}
.logo_section .item_row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 120px;
}

.grow_section {
  padding: 60px 0;
}
.grow_section .left_image_round img {
  display: block;
  margin: auto;
}
.grow_section .grow_right {
  margin-top: 59px;
}
.grow_section .grow_right h1 {
  font-family: secondryFont;
  font-size: 40px;
  width: 76%;
  line-height: 49px;
}
.grow_section .grow_right h1 span {
  color: #1444A8;
  font-size: 55px;
}
.grow_section .grow_right p {
  color: black;
  font-size: 15px;
  width: 100%;
}
.grow_section .arrow_box {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.grow_section .arrow_box::before {
  position: absolute;
  content: "";
  height: 50%;
  width: 1px;
  background: rgba(0, 0, 0, 0.8117647059);
  z-index: -1;
}

.app_develoment_solution {
  padding: 50px 0;
}
.app_develoment_solution h1 {
  font-weight: 500;
  font-size: 50px;
  font-family: secondryFont;
  text-align: center;
  margin-bottom: 80px;
  color: #092259;
}
.app_develoment_solution .slid_item {
  background-size: cover;
  background-position: 100%, 100%;
  border-radius: 60px;
}
.app_develoment_solution .slid_item .content {
  padding: 40px 20px;
  padding-left: 50px;
}
.app_develoment_solution .slid_item .content h2 {
  font-weight: 500;
  font-size: 43px;
  font-family: secondryFont;
  color: white;
}
.app_develoment_solution .slid_item .content .icon {
  width: 70px;
}
.app_develoment_solution .slid_item .content p {
  font-size: 15px;
  font-weight: 400;
  font-family: primaryFont;
  color: white;
}
.app_develoment_solution .slid_item .content button {
  width: 206px;
  padding: 15px 10px;
  font-size: 16px;
  font-weight: 400;
  font-family: primaryFont;
  background: #18D1AE;
  color: #000;
  border: 0;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.app_develoment_solution .slid_item .right_image {
  position: relative;
  height: 100%;
}
.app_develoment_solution .slid_item .right_image img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 770px;
}

.game_solution .slid_item .right_image img {
  width: 490px;
}

.ios_solution h1 {
  margin-bottom: 0;
}
.ios_solution p {
  margin: 40px 0;
  font-family: primaryFont;
  text-align: center;
  margin-bottom: 60px;
}
.ios_solution .slid_item .content p {
  text-align: left;
}
.ios_solution .right_image img {
  width: 98% !important;
  right: 30px !important;
  bottom: 10px !important;
}

.react_solution h1 {
  margin-bottom: 0;
}
.react_solution p {
  margin: 10px 0;
  font-family: primaryFont;
  text-align: center;
  margin-bottom: 60px;
}
.react_solution .slid_item .content p {
  text-align: left;
}
.react_solution .right_image img {
  width: 108% !important;
  right: 10px !important;
  bottom: 10px !important;
}
.react_solution .slid_item .content {
  padding: 25px 0px;
  padding-left: 30px;
  padding-right: 30px;
}

.wear_solution h1 {
  margin-bottom: 0;
}
.wear_solution p {
  margin: 10px 0;
  font-family: primaryFont;
  text-align: center;
  margin-bottom: 60px;
}
.wear_solution .slid_item .content p {
  text-align: left;
}
.wear_solution .right_image img {
  width: 106% !important;
  right: 30px !important;
  bottom: 3px !important;
}
.wear_solution .slid_item .content {
  padding: 25px 0px;
  padding-left: 30px;
  padding-right: 30px;
}

.servce_main_page_section h1 {
  margin-bottom: 0;
}
.servce_main_page_section p {
  text-align: center;
  font-family: primaryFont;
  margin: 40px 0;
  margin-top: 20px;
}
.servce_main_page_section .service_item {
  text-align: center;
  background: #FCFCFC;
  padding: 40px 10px;
  border-radius: 10px;
}
.servce_main_page_section .service_item img {
  display: block;
  margin: auto;
}
.servce_main_page_section .service_item h2 {
  font-family: secondryFont;
  color: #092259;
}
.servce_main_page_section .service_item .sub_titlt {
  color: #092259;
}
.servce_main_page_section .service_item p {
  color: #092259;
  margin: 15px 0;
}
.servce_main_page_section .service_item button {
  width: 206px;
  background: #1349BF;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* text-align: center; */
  margin: auto;
  padding: 9px 20px;
  border: 0;
  border-radius: 5px;
  font-family: primaryFont;
}

.logo_section2 {
  padding: 20px;
}
.logo_section2 .item_row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 51px;
}
.logo_section2 .item_row h5 {
  width: 1300px;
}
.logo_section2 .item_row img {
  width: 139px;
}

.build_section {
  padding: 70px 0;
}
.build_section .content h1 {
  font-size: 48px;
  font-family: secondryFont;
  color: #1444A8;
  color: #0a2c72;
}
.build_section .content p {
  color: #1444A8;
  font-family: primaryFont;
}
.build_section .content button {
  width: 216px;
  padding: 15px 10px;
  font-size: 16px;
  font-weight: 400;
  font-family: primaryFont;
  background: #18D1AE;
  color: #000000;
  border: 0;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.build_section .right_image {
  width: 530px;
  display: block;
  margin: auto;
}

.banking {
  background-image: url("/images/banking_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 90px;
  position: relative;
  padding: 0;
  background-position: 100% 100%;
  border-radius: 60px;
}
.banking .content {
  padding: 40px 40px;
}
.banking .content p {
  color: black;
}
.banking .content h1 {
  font-size: 40px;
}
.banking .right_image {
  width: 390px;
  display: block;
  margin: auto;
  position: absolute;
  bottom: 0;
  right: 100px;
}

.case_main {
  padding: 50px 0;
}
.case_main .top_content {
  text-align: center;
}
.case_main .top_content h1 {
  font-size: 50px;
  font-weight: 500;
  font-family: secondryFont;
  color: #092259;
}
.case_main .top_content p {
  font-size: 20px;
  font-family: primaryFont;
  font-weight: 400;
  margin-bottom: 30px;
}
.case_main .top_content p span {
  color: #18D1AE;
  position: relative;
}
.case_main .top_content p span::before {
  position: absolute;
  content: "";
  background-image: url("images/brands_bottom.png");
  width: 100%;
  height: 10px;
  bottom: -8px;
}
.case_main .case_study {
  background-size: cover;
  overflow: hidden;
  border-radius: 50px;
}
.case_main .case_study .slide_item {
  padding: 37px;
}
.case_main .case_study .slide_item .left_content .top_p {
  color: white;
  position: relative;
  padding-left: 30px;
}
.case_main .case_study .slide_item .left_content .top_p::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 18px;
  background: white;
  left: 0;
  top: 12px;
}
.case_main .case_study .slide_item .left_content h2 {
  font-size: 30px;
  font-weight: 500;
  font-family: secondryFont;
  color: white;
}
.case_main .case_study .slide_item .left_content .case_study_seprate {
  border-top: 1px solid white;
  margin-top: 50px;
  padding-top: 21px;
}
.case_main .case_study .slide_item .left_content .case_study_seprate h1 {
  color: white;
  text-align: center;
}
.case_main .case_study .slide_item .left_content .case_study_seprate h1 span {
  color: #18D1AE;
}
.case_main .case_study .slide_item .left_content .case_study_seprate p {
  color: white;
  text-align: center;
}
.case_main .case_study .slide_item .left_content button {
  width: 266px;
  padding: 10px 10px;
  font-size: 16px;
  font-weight: 400;
  font-family: primaryFont;
  background: #18D1AE;
  color: #092259;
  border: 0;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: center;
  justify-content: center;
}
.case_main .right_image {
  position: relative;
}
.case_main .right_image img {
  width: 440px;
  margin-left: auto;
  display: block;
  position: absolute;
  right: -30px;
}

.industry_main {
  padding: 50px 0;
}
.industry_main .top_cont {
  text-align: center;
}
.industry_main .top_cont h1 {
  font-size: 50px;
  font-weight: 500;
  font-family: secondryFont;
  color: #092259;
}
.industry_main .top_cont p {
  color: #092259;
  font-family: primaryFont;
}
.industry_main .item_row {
  display: flex;
  gap: 1rem;
  margin-top: 40px;
}
.industry_main .item_row .item {
  flex: 1 1 auto;
  width: 154px;
  height: 430px;
  background: #ffffff;
  border-radius: 15px;
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: space-around;
  border: 1px solid #e8e8e8;
}
.industry_main .item_row .item .black_icon {
  width: 70px;
  height: 80px;
  display: block;
  transition: 0.5s;
}
.industry_main .item_row .item .colored_icon {
  width: 70px;
  height: 80px;
  display: none;
  transition: 0.5s;
}
.industry_main .item_row .item .title {
  transform: rotate(269deg);
  font-size: 35px;
  margin-bottom: 50px;
  font-family: secondryFont;
  transition: transform 0.5s ease-out, margin 0.5s ease-out;
}
.industry_main .item_row .item .description {
  display: none;
}
.industry_main .item_row .item .go_btn {
  border: 3px solid #ad9494;
  border-radius: 50%;
  padding: 15px;
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.industry_main .item_row .item:hover {
  justify-content: normal;
  padding-top: 20px;
  padding: 20px;
  width: 300px;
  background: #1349bf;
}
.industry_main .item_row .item:hover .description {
  display: block;
  color: white;
}
.industry_main .item_row .item:hover .go_btn {
  display: flex;
}
.industry_main .item_row .item:hover .title {
  transform: rotate(0deg);
  margin-bottom: 0;
  color: white;
}
.industry_main .item_row .item:hover .black_icon {
  display: none;
  transition: 0.5s;
}
.industry_main .item_row .item:hover .colored_icon {
  display: block;
  transition: 0.5s;
}

.testimonials {
  padding: 60px 0;
}
.testimonials .top_cont {
  text-align: center;
}
.testimonials .top_cont h1 {
  font-size: 50px;
  font-weight: 500;
  font-family: secondryFont;
  color: #092259;
}
.testimonials .top_cont p {
  color: #092259;
  font-family: primaryFont;
}
.testimonials .item {
  background: #fcfcfc;
  padding: 20px;
  border-radius: 16px;
  margin-top: 20px;
}
.testimonials .item .plat_log {
  margin-bottom: 20px;
}
.testimonials .item .review {
  font-family: primaryFont;
  font-size: 16px;
}
.testimonials .item .review i {
  color: #ffb20b;
}
.testimonials .item .bot_tit {
  font-size: 15px;
  font-weight: 400;
  font-family: primaryFont;
}
.testimonials .item .user_box h6 {
  margin: 0;
  font-family: primaryFont;
  font-weight: bold;
  margin-top: 5px;
}
.testimonials .item .user_box p {
  font-family: primaryFont;
  font-size: 14px;
}

.contact_main {
  padding: 60px 0;
}
.contact_main .contact_bg {
  background-image: url("/images/contact_bg.png");
  border-radius: 20px;
}
.contact_main .contact_bg .left_content {
  padding: 50px;
}
.contact_main .contact_bg .left_content .top_cont h1 {
  font-size: 55px;
  font-weight: 500;
  font-family: secondryFont;
  color: #fff;
}
.contact_main .contact_bg .left_content .top_cont p {
  color: #fff;
  font-family: primaryFont;
  font-size: 14px;
}
.contact_main .contact_bg .left_content input {
  width: 100%;
  background: rgba(9, 34, 89, 0.6901960784);
  color: white;
  font-family: primaryFont;
  font-size: 16px;
  padding: 10px;
  border: 0;
  border-radius: 4px;
  margin-bottom: 10px;
}
.contact_main .contact_bg .left_content input::-moz-placeholder {
  color: white;
  font-family: primaryFont;
  font-size: 14px;
}
.contact_main .contact_bg .left_content input::placeholder {
  color: white;
  font-family: primaryFont;
  font-size: 14px;
}
.contact_main .contact_bg .left_content textarea {
  width: 100%;
  background: rgba(9, 34, 89, 0.6901960784);
  color: white;
  font-family: primaryFont;
  font-size: 16px;
  padding: 10px;
  border: 0;
  border-radius: 4px;
  height: 200px;
}
.contact_main .contact_bg .left_content textarea::-moz-placeholder {
  color: white;
  font-family: primaryFont;
  font-size: 14px;
}
.contact_main .contact_bg .left_content textarea::placeholder {
  color: white;
  font-family: primaryFont;
  font-size: 14px;
}
.contact_main .contact_bg .left_content button {
  width: 266px;
  padding: 15px 10px;
  font-size: 16px;
  font-weight: 400;
  font-family: primaryFont;
  background: #18D1AE;
  color: #092259;
  border: 0;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: center;
  justify-content: center;
  margin-top: 30px;
}
.contact_main .right_image_box {
  position: relative;
  height: 100%;
}
.contact_main .right_image_box img {
  width: 350px;
  position: absolute;
  bottom: 0;
  height: 530px;
}

.blog {
  padding: 50px 0;
}
.blog .tab_content {
  display: none;
}
.blog .tabbing_nav {
  margin-bottom: 40px;
}
.blog .tabbing_nav ul {
  display: flex;
  justify-content: space-between;
}
.blog .tabbing_nav ul li {
  display: inline;
  background: #e6e8e7;
  color: black;
  padding: 7px 10px;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  font-family: primaryFont;
  font-weight: 400;
}
.blog .tabbing_nav ul li::before {
  position: absolute;
  content: "";
  background: url("/images/colored_point.png");
  width: 20px;
  height: 20px;
  right: -33px;
  background-repeat: no-repeat;
  bottom: 9px;
}
.blog .tabbing_nav ul li:last-child::before {
  display: none;
}
.blog .tabbing_nav ul .active {
  background: #18D1AE;
}
.blog .top_cont {
  text-align: center;
}
.blog .top_cont h1 {
  font-size: 55px;
  font-weight: 500;
  font-family: secondryFont;
  color: #092259;
}
.blog .top_cont p {
  color: #092259;
  font-family: primaryFont;
}
.blog .item_row {
  display: flex;
  width: 100%;
  flex-flow: wrap;
  gap: 20px;
}
.blog .item {
  width: 50%;
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  background-size: cover;
}
.blog .item:nth-child(1) {
  width: 40%;
}
.blog .item:nth-child(2) {
  width: 58%;
}
.blog .item:nth-child(3) {
  width: 58%;
}
.blog .item:nth-child(4) {
  width: 40%;
}
.blog .item .post-background {
  position: relative;
  height: 360px;
  overflow: hidden;
  border-radius: 40px;
  display: flex;
  align-items: end;
  background-repeat: no-repeat;
  background-size: cover;
}
.blog .item .post-background::before {
  content: "";
  position: absolute;
  background: rgba(44, 59, 128, 0.2);
  height: 100%;
  width: 100%;
  left: 0;
}
.blog .item .content {
  position: relative;
  padding: 15px 40px;
}
.blog .item .content h2 {
  color: white;
  font-size: 29px;
  position: relative;
  font-family: secondryFont;
  padding-left: 14px;
  text-align: left;
  min-height: 63px;
}
.blog .item .content h2::before {
  position: absolute;
  content: "";
  background: white;
  height: 61px;
  width: 6px;
  left: 2px;
  top: 4px;
}
.blog .item .content p {
  color: white;
  font-size: 14px;
  font-family: primaryFont;
  text-align: left;
}
.blog .item .content a {
  width: 134px;
  padding: 13px 10px;
  font-size: 13px;
  font-weight: 400;
  font-family: primaryFont;
  background: #18D1AE;
  color: #092259;
  border: 0;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: center;
  justify-content: center;
  margin-top: 30px;
  cursor: pointer;
}
.blog .view_all_btn {
  background: #092259;
  color: white;
  width: 14%;
  margin: auto;
  margin-top: 71px;
  padding: 10px;
  border: 0;
  border-radius: 7px;
  font-family: primaryFont;
  text-decoration: none;
}

.faqs h1 {
  font-size: 55px;
  font-weight: 500;
  font-family: secondryFont;
  color: #092259;
  text-align: center;
  margin-bottom: 20px;
}
.faqs .faq-container {
  width: 100%;
  margin: 20px auto;
  border-radius: 8px;
}
.faqs .faq-item {
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
}
.faqs .faq-question {
  background-color: #ffffff;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 15px;
  font-size: 16px;
  text-align: left;
  width: 100%;
  outline: none;
  font-family: primaryFont;
}
.faqs .faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  transition: max-height 0.3s ease;
  background: #fff;
}
.faqs .faq-answer p {
  margin: 10px 0;
  font-size: 14px;
  border-top: 1px solid #d1d1d1;
  padding-top: 20px;
  font-family: primaryFont;
}
.faqs .faq-question .icon {
  font-size: 18px;
  color: #333;
  transition: transform 0.3s ease;
}
.faqs .faq-item.active .faq-answer {
  max-height: 200px;
  /* Adjust this based on content */
}
.faqs .faq-item.active .faq-question .icon {
  transform: rotate(45deg);
}
.faqs .faq-item.active .faq-answer {
  max-height: 200px;
  /* Ensure it matches the expected content height */
}
.faqs .faq-item.active .faq-question .icon {
  transform: rotate(177deg);
  color: #18d1ae;
}

.cta h2 {
  font-family: secondryFont;
  color: white;
  margin: 0;
}
.cta p {
  margin: 0;
  font-family: primaryFont;
  color: white;
}
.cta .colored_bg {
  background: #1349bf;
  /* display: flex
  ; */
  /* align-items: center; */
  /* justify-content: center; */
  border-radius: 8px;
  padding: 15px;
}

.location {
  padding: 50px 0;
}
.location .top_cont {
  text-align: center;
}
.location .top_cont h1 {
  font-size: 55px;
  font-weight: 500;
  font-family: secondryFont;
  color: #092259;
}
.location .top_cont p {
  color: #092259;
  font-family: primaryFont;
}
.location .item {
  background-image: url("images/loca_1.png");
  height: 450px;
  background-size: cover;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
.location .item .overlay {
  display: none;
}
.location .item .overlay .content {
  position: relative;
  bottom: -233px;
  padding: 0px 21px;
}
.location .item .overlay .content h1 {
  color: white;
  font-family: secondryFont;
}
.location .item .overlay .content p {
  color: white;
  font-family: primaryFont;
  line-height: 17px;
}
.location .item .overlay .content ul {
  border-left: 4px solid #18d1ae;
  padding-left: 16px;
  list-style-type: none;
}
.location .item:hover .overlay {
  display: block;
  background: linear-gradient(179.27deg, rgba(9, 34, 89, 0) 27.41%, #092259 102.59%);
  position: absolute;
  bottom: 0;
  height: 100%;
}

footer {
  background: #1349bf;
  padding: 50px 0;
}
footer .footer_top_grid {
  display: flex;
}
footer .footer_top_grid .item {
  flex: 1 1 auto;
}
footer .footer_top_grid .item .top_tit {
  color: white;
  font-family: primaryFont;
}
footer .footer_top_grid .item ul {
  list-style-type: none;
  padding-left: 8px;
}
footer .footer_top_grid .item ul li a {
  color: white;
  text-decoration: none;
  font-family: primaryFont;
}
footer .footer_top_grid .item .last_ul {
  list-style-type: none;
  padding-left: 8px;
  border-left: 2px solid #18d1ae;
}
footer .footer_top_grid .item .last_ul li {
  color: white;
}
footer .footer_top_grid .item .last_ul p {
  margin: 0;
}
footer .last_point {
  border-top: 1px solid rgba(255, 255, 255, 0.2705882353);
  margin-top: 30px;
  padding-top: 30px;
}
footer .last_point p {
  color: white;
  font-family: primaryFont;
}
footer .last_point ul {
  display: flex;
  list-style-type: none;
  gap: 10px;
  justify-content: flex-end;
}

.whats_next {
  padding: 60px 0;
}
.whats_next .left_item h2 {
  font-family: secondryFont;
  font-weight: 500;
  font-size: 50px;
  color: #092259;
}
.whats_next .left_item p {
  font-family: primaryFont;
}
.whats_next .item {
  border: 1px solid #dad1d1;
  padding: 10px 20px;
  border-radius: 20px;
}
.whats_next .item .count_image {
  float: right;
}
.whats_next .item p {
  font-family: primaryFont;
  margin: 10px 0;
}
.whats_next .item a {
  font-family: primaryFont;
  float: right;
  text-align: right;
  color: #18D1AE;
  text-decoration: none;
}

.cost_section {
  padding: 70px 0;
}
.cost_section .cost_bg {
  background-image: url("/images/cost_bg.png");
  background-size: cover;
  height: 350px;
  border-radius: 40px;
  position: relative;
}
.cost_section .cost_bg .right_content {
  position: absolute;
  width: 40%;
  right: 10px;
  top: 40px;
}
.cost_section .cost_bg .right_content h1 {
  color: white;
  font-family: "secondryFont";
  font-size: 43px;
}
.cost_section .cost_bg .right_content p {
  color: white;
  font-family: "primaryFont";
}
.cost_section .cost_bg .right_content button {
  width: 196px;
  background: #18D1AE;
  color: #092259;
  border: 0;
  border-radius: 6px;
  padding: 10px 15px;
  font-family: primaryFont;
  margin-bottom: 10px;
}

.why_choose_us {
  padding: 60px;
}
.why_choose_us h1 {
  font-family: secondryFont;
  font-size: 50px;
  color: #092259;
  margin-bottom: 40px;
}
.why_choose_us .left_item h6 {
  color: #092259;
  font-size: 18px;
  font-family: "secondryFont";
}
.why_choose_us .left_item p {
  font-family: primaryFont;
}
.why_choose_us .left_item img {
  width: 70px;
}
.why_choose_us .why_choose_right img {
  width: 100%;
}

.ios .build_item {
  border-radius: 30px;
  background: #1349BF;
}
.ios .build_item h1 {
  color: white;
}
.ios .build_item p {
  color: white;
}
.ios .build_item .content {
  padding: 30px;
}
.ios .build_item .content h1 {
  font-size: 45px;
}

.single_blog_main .single_top {
  border-bottom: 1px solid black;
  margin-top: 40px;
  margin-bottom: 40px;
}
.single_blog_main .single_top p {
  font-family: primaryFont;
}
.single_blog_main .content h1 {
  font-size: 50px;
  font-family: secondryFont;
}
.single_blog_main .content h1 span {
  color: #18D1AE;
}
.single_blog_main .content img {
  width: 100%;
  margin: 10px 0;
  border-radius: 20px;
  height: 100%;
}
.single_blog_main .content p {
  font-family: primaryFont;
  margin: 20px 0;
}
.single_blog_main .single_right {
  height: 500px;
  background-size: cover;
  text-align: center;
  border-radius: 30px;
  padding-top: 40px;
  position: relative;
}
.single_blog_main .single_right p {
  color: white;
  margin: 0;
  font-family: primaryFont;
  font-size: 14px;
}
.single_blog_main .single_right h2 {
  color: white;
  margin: 10px;
  line-height: 0;
  margin: 30px 0;
  font-family: secondryFont;
}
.single_blog_main .single_right .boy_image {
  width: 90%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.single_blog_main .single_right button {
  width: 206px;
  padding: 10px;
  background: #18D1AE;
  color: #000;
  font-family: 16px;
  border: 0;
  border-radius: 6px;
  margin-top: 15px;
}/*# sourceMappingURL=style.css.map */