/**
 * 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%; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url(/fonts/vendor/font-awesome/fontawesome-webfont.eot?8b43027f47b20503057dfbbaa9401fef);
  src: url(/fonts/vendor/font-awesome/fontawesome-webfont.eot?8b43027f47b20503057dfbbaa9401fef?#iefix&v=4.7.0) format("embedded-opentype"), url(/fonts/vendor/font-awesome/fontawesome-webfont.woff2?20fd1704ea223900efa9fd4e869efb08) format("woff2"), url(/fonts/vendor/font-awesome/fontawesome-webfont.woff?f691f37e57f04c152e2315ab7dbad881) format("woff"), url(/fonts/vendor/font-awesome/fontawesome-webfont.ttf?1e59d2330b4c6deb84b340635ed36249) format("truetype"), url(/fonts/vendor/font-awesome/fontawesome-webfont.svg?c1e38fd9e0e74ba58f7a2b77ef29fdd3#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.fa.pull-right {
  margin-left: 0.3em;
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-envelope-o:before {
  content: "\f003";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-check:before {
  content: "\f00c";
}


.fa-times:before {
  content: "\f00d";
}

.fa-clock-o:before {
  content: "\f017";
}


.fa-image:before {
  content: "\f03e";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-expand:before {
  content: "\f065";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-phone:before {
  content: "\f095";
}

.fa-twitter:before {
  content: "\f099";
}


.fa-facebook:before {
  content: "\f09a";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-desktop:before {
  content: "\f108";
}


.fa-mobile:before {
  content: "\f10b";
}

.fa-code:before {
  content: "\f121";
}


.fa-eur:before {
  content: "\f153";
}


.fa-usd:before {
  content: "\f155";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-cubes:before {
  content: "\f1b3";
}


.fa-file-image-o:before {
  content: "\f1c5";
}


.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}


.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-whatsapp:before {
  content: "\f232";
}


.fa-television:before {
  content: "\f26c";
}

body {
  background: #fafafd;
}

p {
  line-height: 30px;
}

.blog-details-col-8-description ul {
  padding-left: 23px !important;
}
.blog-details-col-8-description ul li {
  list-style-type: disc !important;
}
.blog-details-col-8-description ol li {
  list-style-type: decimal !important;
}

#blog_details_page_title_section button {
  padding: 10px 25px;
  background: none;
  border-radius: 30px;
  border: 1px solid #5d6f8a;
  margin-bottom: 10px;
}

#blog_detalis_banner_section img {
  width: 100%;
  border-radius: 20px;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

#blog_details_dashboard_box_section .blog-details-dashboard {
  padding: 20px;
  background-color: #f1f1f6;
  border-radius: 10px;
}
#blog_details_dashboard_box_section .blog-details-dashboard p {
  color: #5d6f8a;
  margin: 0;
}
#blog_details_dashboard_box_section .blog-details-dashboard .author-details-image {
  padding-left: 80px;
  position: relative;
}
#blog_details_dashboard_box_section .blog-details-dashboard .author-details-image img {
  position: absolute;
  border-radius: 15px;
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
#blog_details_dashboard_box_section .blog-details-dashboard .author-details-image .author-details h5 {
  font-size: 18px;
  margin: 0;
}
#blog_details_dashboard_box_section .blog-details-dashboard .author-details-image .author-details p {
  color: #5d6f8a;
  font-size: 12px;
}
#blog_details_dashboard_box_section .blog-details-dashboard .author-details-image .author-details p span {
  color: #5d6f8a;
  font-size: 16px;
}

#how_api_works_section .blog-details-contents .blog-details-col-8 {
  padding-left: 80px;
}
#how_api_works_section .blog-details-contents #blog_details_about_author_area .blog-details-about-author {
  position: relative;
  background-color: #f1f1f6;
  padding: 20px;
  width: 100%;
  margin: 20px 0;
  border-radius: 30px;
}
#how_api_works_section .blog-details-contents #blog_details_about_author_area .blog-details-about-author .author-image {
  width: 220px;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
#how_api_works_section .blog-details-contents #blog_details_about_author_area .blog-details-about-author .blog-details-about-author-contents {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 250px;
  padding-top: 20px;
  padding-right: 20px;
}
#how_api_works_section .blog-details-contents #blog_details_about_author_area .blog-details-about-author .blog-details-about-author-contents button {
  background-color: #e3e3f3;
  border-radius: 25px;
  color: #897ada;
  border: none;
  padding: 10px 15px;
  transition: 0.3s;
  opacity: 0;
  float: right;
  font-size: 15px;
  font-weight: bold;
}
#how_api_works_section .blog-details-contents #blog_details_about_author_area .blog-details-about-author:hover button {
  display: inline-block;
  opacity: 1;
}
#how_api_works_section .blog-details-contents .blog-details-table-of-contents {
  background-color: #f1f1f6;
}
#how_api_works_section .blog-details-contents .blog-details-table-of-contents h3 {
  font-size: 18px;
}
#how_api_works_section .blog-details-contents .blog-details-table-of-contents ul {
  padding: 0;
}
#how_api_works_section .blog-details-contents .blog-details-table-of-contents ul li {
  line-height: 42px;
  cursor: pointer;
  transition: 0.3s;
}
#how_api_works_section .blog-details-contents .blog-details-table-of-contents ul li a {
  color: #000;
}
#how_api_works_section .blog-details-contents .blog-details-table-of-contents ul li:hover {
  color: #897ada;
}
#how_api_works_section .blog-details-contents .blog-details-table-of-contents ul li:hover a {
  color: #897ada;
}
#how_api_works_section .blog-details-contents .blog-details-similar-post {
  background-color: #f1f1f6;
}
#how_api_works_section .blog-details-contents .blog-details-similar-post h3 {
  font-size: 18px;
}
#how_api_works_section .blog-details-contents .blog-details-similar-post .blog-details-similar-post-contents {
  position: relative;
}
#how_api_works_section .blog-details-contents .blog-details-similar-post .blog-details-similar-post-contents img {
  width: 100px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
#how_api_works_section .blog-details-contents .blog-details-similar-post .blog-details-similar-post-contents .similar-post-details {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 115px;
}
#how_api_works_section .blog-details-contents .blog-details-similar-post .blog-details-similar-post-contents .similar-post-details p {
  line-height: 25px;
  cursor: pointer;
  transition: 0.3s;
}
#how_api_works_section .blog-details-contents .blog-details-similar-post .blog-details-similar-post-contents .similar-post-details p:hover {
  color: #897ada;
}
#how_api_works_section .blog-details-contents .blog-details-create-app {
  background-image: url(/images/blog-bg.png?365a34ae5e2ff5a2cb50fedc1d7e07f7);
  background-repeat: no-repeat;
  padding: 90px 30px;
  background-size: cover;
}
#how_api_works_section .blog-details-contents .blog-details-create-app h3 {
  font-size: 24px;
  color: white;
  margin-bottom: 15px;
}
#how_api_works_section .blog-details-contents .blog-details-create-app a {
  border: none;
  border-radius: 15px;
  font-weight: bold;
  padding: 8px 25px;
  color: #000;
  background-color: #fff;
  transition: 0.2s;
  font-size: 15px;
}
#how_api_works_section .blog-details-contents .blog-details-create-app a:hover {
  background-color: #000;
  color: #fff;
}
#how_api_works_section .blog-details-contents .blog-details-form {
  background-color: #f1f1f6;
}
#how_api_works_section .blog-details-contents .blog-details-form h3 {
  font-size: 18px;
}
#how_api_works_section .blog-details-contents .blog-details-form h2 {
  margin-top: 15px;
}
#how_api_works_section .blog-details-contents .blog-details-form .blog-quote-form h3 {
  display: none;
}
#how_api_works_section .blog-details-contents .blog-details-form .blog-quote-form .mb-10.fv-row.fv-plugins-icon-container {
  margin-bottom: 15px !important;
}
#how_api_works_section .blog-details-contents .blog-details-form .blog-quote-form .input-form {
  border: none;
  padding: 15px;
  width: 100%;
  font-size: 14px;
  border-radius: 4px;
}
#how_api_works_section .blog-details-contents .blog-details-form .blog-quote-form .input-form:focus {
  outline: none;
}
#how_api_works_section .blog-details-contents .share-icons h5 {
  color: #5d6f8a;
  font-size: 18px;
}
#how_api_works_section .blog-details-contents .share-icons ul {
  background-color: #f1f1f6;
  padding: 20px 5px;
  border-radius: 10px;
}
#how_api_works_section .blog-details-contents .share-icons ul li {
  line-height: 50px;
}

.lets-talk-looking-for .lets-talk-looking-for-products h5 {
  font-size: 14px;
  margin: 9px 0;
}
.lets-talk-looking-for .lets-talk-looking-for-products button {
  padding: 5px 9px;
  border-radius: 6px;
  background-color: #f1f1f6;
  border: none;
  margin: 5px;
  font-size: 13px;
}
.lets-talk-looking-for .lets-talk-looking-for-products button:hover {
  background-color: #e6e6e7;
}
.lets-talk-looking-for .lets-talk-looking-for-products button.select {
  background-color: #897ada;
  color: #fff;
}
.lets-talk-looking-for .lets-talk-looking-for-services h5 {
  font-size: 14px;
  margin: 9px 0;
}
.lets-talk-looking-for .lets-talk-looking-for-services button {
  padding: 5px 9px;
  border-radius: 6px;
  background-color: #f1f1f6;
  border: none;
  margin: 5px;
  font-size: 13px;
}
.lets-talk-looking-for .lets-talk-looking-for-services button:hover {
  background-color: #e6e6e7;
}
.lets-talk-looking-for .lets-talk-looking-for-services button.select {
  background-color: #897ada;
  color: #fff;
}

.blog-details-recent-post h2 {
  font-size: 24px;
}
.blog-details-recent-post .blog-recent-post .item img {
  border-radius: 30px;
  width: 100%;
  margin: 20px 0;
}
.blog-details-recent-post .blog-recent-post .item h3 {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-details-recent-post .blog-recent-post .item p {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 24px;
}
.blog-details-recent-post .blog-recent-post .item p span {
  color: #5d6f8a;
  font-size: 14px;
}
.blog-details-recent-post .blog-recent-post .item:hover img {
  transform: scale(1.05);
}
.blog-details-recent-post .blog-recent-post .item:hover p {
  color: #fe7826;
}

@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Apply the fade-down animation to the typing area */
#commentTypingArea {
  display: none;
}

.commentTypingAreaAnimation {
  animation: fadeDown 0.5s ease forwards;
  display: block !important;
}

.contact-input {
  border: none;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  font-size: 14px;
  width: 100%;
  color: #5d6f8a !important;
  padding: 16px;
}

.contact-input:focus {
  outline: none;
}

.blog-quote-form .country-list .mobile-number {
  padding-left: 95px;
}
.blog-quote-form .country-list .ms-dd .ms-dd-option-image,
.blog-quote-form .country-list .ms-dd .ms-dd-selected-img {
  max-width: 20px;
}
.blog-quote-form .country-list .country-code {
  position: absolute;
  top: 0;
}
.blog-quote-form .country-list .ms-dd.ms-pr {
  width: 100px;
}
.blog-quote-form .country-list ul.ms-options {
  height: 300px;
}
.blog-quote-form .country-list .ms-dd .ms-dd-header a {
  height: 53px;
  border: none;
  background: #fff;
}
.blog-quote-form .country-list .ms-dd .ms-dd-header {
  border: none;
  border-right: 1px solid #efefef;
}
.blog-quote-form .country-list span.ms-header-middle-content {
  position: relative;
  top: 6px;
}

.blog-details-form .home-btn button {
  display: initial;
}
.blog-details-form .home-btn button:hover img {
  transform: translateX(75px) !important;
}

@media screen and (max-width: 1440px) {
  .home-btn button:hover img {
    transform: translateX(65px) !important;
  }
}
@media screen and (max-width: 991px) {
  .blog-details-form h2 {
    margin-bottom: 15px;
  }
  .blog-details-form h2 br {
    display: none;
  }
  #blog_detalis_banner_section img {
    display: none;
  }
  .blog-details-col-8-description {
    padding: 10px;
  }
  .blog-details-create-app {
    text-align: center;
    padding: 50px 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .blog-details-col-8 {
    padding: 10px 0 !important;
  }
  .share-icons {
    position: initial !important;
  }
  .share-icons ul {
    display: flex !important;
    justify-content: space-evenly;
  }
  .share-icons ul li {
    line-height: 20px !important;
  }
  .author-details-image {
    text-align: center;
    padding-left: 0 !important;
  }
  .author-details-image img {
    position: initial !important;
  }
}
@media screen and (max-width: 600px) {
  #blog_details_about_author_area {
    padding: 50px 20px 20px 20px !important;
    text-align: center;
  }
  #blog_details_about_author_area .blog-details-about-author-contents {
    position: initial !important;
    padding-left: 0px !important;
    margin-top: 15px;
  }
  #blog_details_about_author_area .blog-details-about-author-contents button {
    float: none !important;
  }
}

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