/**
 * 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: 25px;
}
#web_application_page_section .home-btn .product-banner-btn {
  align-items: center;
  margin-left: 15px;
  color: #000;
}

#about_web_application_section {
  padding: 60px 20px;
  background: #897ADA;
}
#about_web_application_section .about-web-application .web-application-about-contents h2 {
  line-height: 48px;
  color: #fff;
}
#about_web_application_section .about-web-application .web-application-about-contents p {
  line-height: 31px;
  color: #fff;
}
#about_web_application_section .about-web-application .about-web-application-image img {
  max-width: 100%;
}

#ios_application_features_section .ios-features .item {
  transition: 0.2s;
  background: #F1F1F6;
  border-radius: 10px;
  padding: 30px 25px;
  margin: 10px;
  height: 230px;
}
#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: 24px;
  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.1);
}
#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);
}

#our_recent_works_section .ios-works .items {
  margin-bottom: 30px;
}
#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);
}

#ui_ux_designing_process_section .designing-process-list .designing-process-image img {
  width: 100%;
  border-radius: 20px;
}
#ui_ux_designing_process_section .designing-process-list .designing-process-contents h2 {
  margin-bottom: 25px;
}
#ui_ux_designing_process_section .designing-process-list .designing-process-contents p {
  line-height: 31px;
}

#e_commerce_features_round_box button {
  border: 1px solid #5D6F8A;
  border-radius: 30px;
  color: #000;
  margin-right: 15px;
  width: auto;
  padding: 5px 10px;
  background: none;
  margin-top: 15px;
}

@media screen and (max-width: 1600px) {
  .designing-process-contents h2 {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 1400px) {
  #ios_application_features_section .ios-features .item {
    height: 290px !important;
  }
}
@media screen and (max-width: 991px) {
  .designing-process-image img {
    border-radius: 10px !important;
  }
  .designing-process-contents,
  .designing-process-image {
    margin-bottom: 20px !important;
  }
  #about_web_application_section {
    padding: 40px 20px;
  }
  #about_web_application_section .about-web-application-image .ecommmerce-slider .item {
    padding: 40px;
  }
  #ios_application_features_section .ios-features .item {
    height: 250px !important;
  }
}
@media screen and (max-width: 767px) {
  #ios_application_features_section .ios-features .owl-nav {
    top: -30px !important;
  }
  #about_web_application_section {
    padding: 25px 20px;
  }
  #about_web_application_section .about-web-application-image {
    display: none;
  }
  #about_web_application_section .web-application-about-contents h2 {
    margin-top: 0 !important;
  }
  #ios_application_features_section .ios-features .item {
    height: 220px !important;
  }
}
@media screen and (max-width: 600px) {
  .designing-process-image {
    display: none;
  }
  .designing-process-contents {
    text-align: center;
  }
  #ios_application_features_section .ios-features .item {
    text-align: center;
    height: auto !important;
  }
}
@media screen and (max-width: 480px) {
  #about_web_application_section {
    padding: 15px 10px;
  }
}

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