/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 Saurabh Sharma
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/images/vendor/owl.carousel2/dist/owl.video.play.png?7f01b07148f205f6e8258e92bbf652d9) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

body {
  background: #F5F5F5;
}

#web_application_page_section .home-btn {
  justify-content: center;
  margin-top: 30px;
}
#web_application_page_section .home-btn .product-banner-btn {
  align-items: center;
  margin-left: 15px;
  color: #000;
}

#about_web_application_section {
  padding: 40px;
  border-radius: 25px;
}
#about_web_application_section .about-web-application .web-application-about-contents h2 {
  line-height: 48px;
}
#about_web_application_section .about-web-application .web-application-about-contents p {
  line-height: 31px;
}
#about_web_application_section .about-web-application .about-web-application-image img {
  max-width: 100%;
}

#why_web_application_section .why-web-application-image img {
  max-width: 100%;
}
#why_web_application_section .why-web-application-contents h2 {
  line-height: 52px;
}
#why_web_application_section .why-web-application-contents p {
  line-height: 31px;
}

#web_application_features_section .web-application-features .item img {
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
}
#web_application_features_section .web-application-features .item h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
#web_application_features_section .web-application-features .item p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
}
#web_application_features_section .web-application-features .owl-nav {
  display: flex;
  float: right;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: -62px;
  right: 0;
}
#web_application_features_section .web-application-features .owl-nav .owl-prev {
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 7px;
  margin-right: 5px;
  transition: 0.2s;
}
#web_application_features_section .web-application-features .owl-nav .owl-prev:hover {
  padding-left: 20px;
  box-shadow: -2px 1px 6px -1px rgba(0, 0, 0, 0.4196078431);
}
#web_application_features_section .web-application-features .owl-nav .owl-next {
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 7px;
  margin-left: 5px;
  transition: 0.2s;
}
#web_application_features_section .web-application-features .owl-nav .owl-next:hover {
  padding-right: 20px;
  box-shadow: 2px 1px 6px -1px rgba(0, 0, 0, 0.4196078431);
}

#our_development_methodology_section .development-methodoogy-contents .development-methodoogy-box {
  border: 2px solid #000;
  padding: 20px;
}
#our_development_methodology_section .development-methodoogy-contents .development-methodoogy-box h3 {
  font-size: 18px;
  position: relative;
  top: -15px;
  background: #f5f5f5;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 19px;
}
#our_development_methodology_section .development-methodoogy-contents .development-methodoogy-box p {
  font-size: 14px;
  line-height: 23px;
  margin: 0;
}

#our_recent_works_section .ios-works .items .our-recent-works-contents h2 {
  font-size: 24px;
}
#our_recent_works_section .ios-works .items .our-recent-works-contents h3 {
  line-height: 30px;
  font-size: 18px;
  margin-bottom: 20px;
}
#our_recent_works_section .ios-works .items .our-recent-works-contents img {
  margin-bottom: 15px;
  width: 150px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
#our_recent_works_section .ios-works .items .expertise-technical-tab-contents-slider .carousel-inner img {
  border-radius: 20px;
}
#our_recent_works_section .ios-works .owl-nav {
  display: flex;
  margin: auto;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: -70px;
  right: 0;
}
#our_recent_works_section .ios-works .owl-nav .owl-prev {
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 7px;
  margin-right: 5px;
  transition: 0.2s;
}
#our_recent_works_section .ios-works .owl-nav .owl-prev:hover {
  padding-left: 20px;
  box-shadow: -2px 1px 6px -1px rgba(0, 0, 0, 0.4196078431);
}
#our_recent_works_section .ios-works .owl-nav .owl-next {
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 7px;
  margin-left: 5px;
  transition: 0.2s;
}
#our_recent_works_section .ios-works .owl-nav .owl-next:hover {
  padding-right: 20px;
  box-shadow: 2px 1px 6px -1px rgba(0, 0, 0, 0.4196078431);
}

#dream_project_section {
  position: relative;
}
#dream_project_section img {
  display: flex;
  margin: auto;
}
#dream_project_section .dream-project-contents {
  background-image: url(/images/dream-prj.png?e26b1010c64ad9c722161bdbb6a8cf55);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px;
  border-radius: 20px;
}
#dream_project_section .dream-project-contents h2 {
  color: #fff;
  font-size: 55px;
}
#dream_project_section .dream-project-contents .dream-project-btn {
  justify-content: space-between;
  align-items: center;
}
#dream_project_section .dream-project-contents .dream-project-btn p {
  color: #fff;
  font-size: 18px;
}
#dream_project_section .dream-project-contents .dream-project-btn .discuss-btn {
  position: absolute;
  right: 70px;
  bottom: 30px;
}
#dream_project_section .dream-project-contents .dream-project-btn .discuss-btn button {
  background: #fff;
  color: #000;
  transition: 0.4s;
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  font-weight: bold;
}
#dream_project_section .dream-project-contents .dream-project-btn .discuss-btn button:hover {
  background-color: #000;
  color: #fff;
}
#dream_project_section .dream-project-contents .dream-project-btn .discuss-btn button svg.svg-icon {
  fill: #07162D;
  transition: fill 0.3s ease;
}
#dream_project_section .dream-project-contents .dream-project-btn .discuss-btn button:hover svg.svg-icon {
  fill: white;
}

#ios_application_features_section .ios-features .item {
  transition: 0.2s;
  background: #F1F1F6;
  border-radius: 10px;
  padding: 35px 30px;
  margin: 10px;
}
#ios_application_features_section .ios-features .item img {
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
}
#ios_application_features_section .ios-features .item h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
#ios_application_features_section .ios-features .item p {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 10px;
}
#ios_application_features_section .ios-features .item:hover {
  background-color: #fff;
  box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.3803921569);
}
#ios_application_features_section .ios-features .owl-nav {
  display: flex;
  float: right;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: -62px;
  right: 0;
}
#ios_application_features_section .ios-features .owl-nav .owl-prev {
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 7px;
  margin-right: 5px;
  transition: 0.2s;
}
#ios_application_features_section .ios-features .owl-nav .owl-prev:hover {
  padding-left: 20px;
  box-shadow: -2px 1px 6px -1px rgba(0, 0, 0, 0.4196078431);
}
#ios_application_features_section .ios-features .owl-nav .owl-next {
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 7px;
  margin-left: 5px;
  transition: 0.2s;
}
#ios_application_features_section .ios-features .owl-nav .owl-next:hover {
  padding-right: 20px;
  box-shadow: 2px 1px 6px -1px rgba(0, 0, 0, 0.4196078431);
}

#ios_application_development .ios-development-contents .iphone-ipad-app-development {
  transition: 0.2s;
  background-color: #F1F1F6;
}
#ios_application_development .ios-development-contents .iphone-ipad-app-development img {
  width: 77px;
  height: 89px;
  margin-bottom: 10px;
}
#ios_application_development .ios-development-contents .iphone-ipad-app-development:hover {
  background-color: #fff;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.03);
}

@media screen and (max-width: 1440px) {
  .features-title {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .ios-development-contents .col-md-4 {
    width: 50% !important;
  }
}
@media screen and (max-width: 991px) {
  #about_web_application_section {
    padding: 0px 20px 20px;
  }
  #web_application_page_section .home-btn {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .iphone-ipad-app-development {
    text-align: center;
    height: auto !important;
  }
}
@media screen and (max-width: 600px) {
  #ios_application_features_section .ios-features .item {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .ios-development-contents .col-md-4 {
    width: 100% !important;
  }
}

/*# sourceMappingURL=iosApplication.css.map */
/*# sourceMappingURL=iosApplication.css.map*/