body {
  font-family: "Lato", sans-serif;
  line-height: 28px;
  font-size: 18px;
  color: #0e0e52;
  background: #fff;
  position: relative;
  font-weight: 400;
  height: 100%;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.3;
  color: #0e0e52;
}
a {
  color: #0e0e52;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #fff;
}
input,
textarea {
  color: #0e0e52;
  width: 100%;
  padding: 10px 15px;
}
::-moz-placeholder {
  opacity: 1;
}
img,
figure {
  max-width: 100%;
  object-fit: cover;
  margin: 0px;
} /*===============================================2. Common Style ===============================================*/
.overly,
.sub-header,
.newsletter-section,
.get-app,
.pricing-card .pricing-head,
.main-post .single-entry blockquote,
.post-comments ol li,
.widget ul li,
.service-order,
.single-process {
  position: relative;
  z-index: 1;
}
.overly::before,
.sub-header::before,
.newsletter-section::before,
.get-app::before,
.pricing-card .pricing-head::before,
.main-post .single-entry blockquote::before,
.post-comments ol li::before,
.widget ul li::before,
.service-order::before,
.single-process::before {
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #000;
}
.list-clear,
.footer-widget.about-footer .footer-social,
.footer-widget ul,
.team-member .team-txt .team-social,
.post-comments ol,
.widget ul,
.contact-section .contact-widget ul,
.contact-social ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.clear::after,
ul.footer-contact li::after,
.blog-template .single-entry::after,
.write-comments form .form-group::after,
.widget ul li::after,
.widget .feature-posts .single-feature::after,
.order-item::after,
.faq-order .faq-content::after {
  content: "";
  display: table;
  clear: both;
}
.section-intro {
  max-width: 640px;
  margin: 0 auto 85px;
  text-align: center;
}
.section-padding {
  padding: 100px 0px;
}
@media only screen and (max-width: 767px) {
  .section-padding {
    padding: 70px 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
}
.section-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .section-title {
    font-size: 30px;
  }
}
.sub-heading {
  font-size: 30px;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .sub-heading {
    font-size: 26px;
  }
}
.custom-btn {
  display: inline-block;
  padding: 14px 28px;
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 700;
  border: 2px solid #2ebaed;
  cursor: pointer;
  background: #2ebaed;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .custom-btn {
    padding: 10px 17px;
  }
}
.custom-btn.btn-unfill {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.custom-btn:hover {
  color: #fff;
  border: 2px solid #0e0e52;
  background: #0e0e52;
}
.custom-btn i {
  margin-right: 10px;
}
.custom-btn.rounded {
  border-radius: 7px !important;
  padding: 14px 37px;
}
.custom-btn.rounded:hover {
  color: #fff;
}
.custom-btn.green-btn {
  background: #00e793;
  border: 2px solid #00e793;
}
.custom-btn.green-btn.btn-unfill {
  background: transparent;
  border: 2px solid #fff;
}
.custom-btn.green-btn.btn-unfill:hover {
  background: #00e793;
  border: 2px solid #00e793;
}
#scrollUp {
  width: 40px;
  height: 40px;
  background: #2ebaed;
  display: block;
  bottom: 60px;
  right: 30px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.2);
}
.theme-gradient,
.pricing-card,
.app-counter .appc-item {
  background: #2ebaed;
  background: linear-gradient(-36deg, #2ebaed 0%, #1f67a3 50%, #0e0e52 100%);
}
.purple-gradient,
.pricing-ui-2 .pricing-card,
.ui-2 .appc-item,
.service-order .count,
.single-process .count {
  background: #48249d;
  background: -moz-linear-gradient(280deg, #48249d 0%, #0e0e52 100%);
  background: -webkit-linear-gradient(280deg, #48249d 0%, #0e0e52 100%);
  background: -o-linear-gradient(280deg, #48249d 0%, #0e0e52 100%);
  background: -ms-linear-gradient(280deg, #48249d 0%, #0e0e52 100%);
  background: linear-gradient(10deg, #48249d 0%, #0e0e52 100%);
}
.box-shadow,
.app-details .app-details-bg,
.team-member .team-txt,
.pricing-card,
.app-counter .appc-item,
.single-entry .entry-content,
.screenshot-wrap .item,
.contact-form {
  -webkit-box-shadow: 1px 2px 11px 0px rgba(148, 148, 148, 0.18);
  -moz-box-shadow: 1px 2px 11px 0px rgba(148, 148, 148, 0.18);
  box-shadow: 1px 2px 11px 0px rgba(148, 148, 148, 0.18);
}
.owl-carousel .owl-item img {
  width: auto;
}
@-webkit-keyframes bubble {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.75;
  }
  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.75;
  }
  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes bubble {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.75;
  }
  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.75;
  }
  100% {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 0;
  }
}
.xs-visible {
  display: none;
}
@media only screen and (max-width: 767px) {
  .xs-visible {
    display: block;
  }
}
.banner-top {
  margin-top: -9%;
} /*=============================Header Menu Css*/
.main-menu-wrap .navbar {
  padding: 40px 0;
  background: transparent;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .main-menu-wrap .navbar {
    padding: 20px;
    background: linear-gradient(80deg, #111d5f 0%, #194887 100%);
  }
}
@media only screen and (max-width: 767px) {
  .main-menu-wrap .navbar .navbar-nav {
    margin-top: 45px;
  }
}
.main-menu-wrap .navbar .navbar-nav li.nav-item a.nav-link {
  color: #fff;
  display: block;
  text-transform: capitalize;
  padding: 20px 25px;
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-menu-wrap .navbar .navbar-nav li.nav-item a.nav-link {
    padding: 60px 9px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-menu-wrap .navbar .navbar-nav li.nav-item a.nav-link {
    padding: 60px 18px;
  }
}
@media only screen and (max-width: 767px) {
  .main-menu-wrap .navbar .navbar-nav li.nav-item a.nav-link {
    padding: 15px;
  }
}
.main-menu-wrap
  .navbar
  .navbar-nav
  li.nav-item
  a.nav-link:last-child
  a.nav-link {
  padding-right: 0px;
}
@media only screen and (max-width: 767px) {
  .main-menu-wrap
    .navbar
    .navbar-nav
    li.nav-item
    a.nav-link:last-child
    a.nav-link {
    padding-right: 30px;
  }
}
.main-menu-wrap
  .navbar
  .navbar-nav
  li.nav-item
  a.nav-link:last-child
  a.nav-link::before {
  left: 65%;
}
@media only screen and (max-width: 767px) {
  .main-menu-wrap
    .navbar
    .navbar-nav
    li.nav-item
    a.nav-link:last-child
    a.nav-link::before {
    left: 50%;
  }
}
.main-menu-wrap .navbar .navbar-nav li.nav-item:hover a {
  color: #00e793;
}
.main-menu-wrap .navbar .navbar-nav li.nav-item.dropdown {
  position: relative;
}
a .main-menu-wrap .navbar .navbar-nav li.nav-item.dropdown:after {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.main-menu-wrap .navbar .navbar-nav li.nav-item.dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 767px) {
  .main-menu-wrap
    .navbar
    .navbar-nav
    li.nav-item.dropdown:hover
    .dropdown-toggle::after {
    transform: rotate(-90deg);
  }
}
.main-menu-wrap .navbar .navbar-nav .dropdown-menu {
  position: absolute;
  min-width: 190px;
  background: #fff;
  display: block;
  left: 0;
  margin: 0;
  border: 0;
  opacity: 0;
  padding: 20px 15px;
  visibility: hidden;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 1px 6px rgba(57, 73, 76, 0.35);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .main-menu-wrap .navbar .navbar-nav .dropdown-menu {
    left: 27%;
    top: 30px;
  }
}
.main-menu-wrap .navbar .navbar-nav .dropdown-menu li.nav-item a.nav-link {
  padding: 5px 10px;
  font-size: 15px;
  color: #0e0e52;
}
.main-menu-wrap
  .navbar
  .navbar-nav
  .dropdown-menu
  li.nav-item
  a.nav-link:hover {
  color: #00e793;
}
.main-menu-wrap .navbar .header-right {
  max-width: 100%;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .main-menu-wrap .navbar .header-right {
    text-align: left;
    margin: 30px 0;
  }
}
.main-menu-wrap .navbar .header-right .custom-btn {
  background: #fff;
  border: none;
  color: #2ebaed;
  padding: 16px 38px;
  border-radius: 7px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-menu-wrap .navbar .header-right .custom-btn {
    padding: 10px 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-menu-wrap .navbar .header-right .custom-btn {
    padding: 10px 18px;
  }
}
.main-menu-wrap .navbar .header-right span img {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .main-menu-wrap .navbar .header-right span img {
    display: none;
  }
}
.main-menu-wrap.header-2 .navbar .header-right .custom-btn {
  background: #00e793;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .main-menu-wrap.header-2 .navbar {
    background: linear-gradient(80deg, #6a2bc7 0%, #6b2cc9 100%);
  }
}
.sticky .navbar {
  background: linear-gradient(80deg, #111d5f 0%, #194887 100%);
  padding: 0px;
}
@media only screen and (max-width: 767px) {
  .sticky .navbar {
    padding: 5px 20px;
  }
}
.sticky .navbar .navbar-nav li.nav-item a.nav-link {
  padding: 30px 25px;
}
@media only screen and (max-width: 767px) {
  .sticky .navbar .navbar-nav li.nav-item a.nav-link {
    padding: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sticky .navbar .navbar-nav li.nav-item a.nav-link {
    padding: 30px 9px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .sticky .navbar .navbar-nav li.nav-item a.nav-link {
    padding: 30px 18px;
  }
}
.sticky .navbar .header-right .custom-btn {
  padding: 12px 38px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sticky .navbar .header-right .custom-btn {
    padding: 10px 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .sticky .navbar .header-right .custom-btn {
    padding: 10px 18px;
  }
}
header.main-menu-wrap.header-2.sticky .navbar {
  background: #7530d7;
  background: radial-gradient(circle, #7530d7 0%, #682ac4 100%);
}
.sub-header {
  background: linear-gradient(80deg, #442197 0%, #442297 100%);
}
.sub-header::before {
  background: url("../image/graphic.png") no-repeat left bottom;
}
.sub-header .breadcrumb {
  background: transparent;
  text-align: center;
  display: block;
  padding: 250px 0 170px;
  margin: 0;
}
.sub-header .breadcrumb li {
  color: #fff;
  display: inline;
  font-size: 30px;
  font-weight: 700;
}
.sub-header .breadcrumb li a {
  color: #fff;
}
.navbar-toggler-icon {
  position: relative;
  z-index: 1;
  font-size: 28px;
}
.navbar-toggler-icon::after {
  font-family: FontAwesome;
  content: "\f0c9";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.navbar-toggler-icon.icon-close::after {
  content: "\f00d";
} /*Preloader Css*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #293b5f;
  z-index: 999999;
}
.loader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}
.loader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #2ebaed;
  -webkit-animation: preloader 1.3s linear infinite;
  animation: preloader 1.3s linear infinite;
}
.loader span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}
@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}
.newsletter-section {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .newsletter-section {
    padding: 0px;
    margin-bottom: 100px;
  }
}
.newsletter-section::before {
  background: url("../image/newsletter-bg.png");
  background-repeat: no-repeat;
  top: 10px;
  left: 52%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .newsletter-section::before {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter-section::before {
    left: 49%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .newsletter-section::before {
    left: 49%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1920px) {
  .newsletter-section::before {
    left: 65%;
  }
}
.newsletter-section .nletter-txt {
  max-width: 90%;
}
.newsletter-section .nletter-txt .section-title {
  margin-bottom: 20px;
}
.newsletter-section .nletter-txt p {
  font-size: 16px;
  line-height: 24px;
}
.newsletter-section .newsletter-form {
  position: relative;
  margin-top: 20px;
}
.newsletter-section .newsletter-form input {
  background: #f2f2f2;
  border: 0 none;
  font-size: 16px;
  color: #979797;
  padding: 28px 40px;
  border-radius: 3px;
}
@media only screen and (max-width: 767px) {
  .newsletter-section .newsletter-form input {
    padding: 15px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter-section .newsletter-form input {
    padding: 20px 20px;
  }
}
.newsletter-section .newsletter-form input::placeholder {
  color: #979797;
}
.newsletter-section .newsletter-form button {
  border: 0 none;
  position: absolute;
  right: 50px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  top: 31%;
  color: #0e0e52;
  font-size: 26px;
  transform: translateY(-50%);
  background: transparent;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .newsletter-section .newsletter-form button {
    right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter-section .newsletter-form button {
    right: 20px;
  }
}
.newsletter-section .newsletter-form button:hover {
  color: #2ebaed;
}
.footer {
  background: #060625;
  position: relative;
  padding-bottom: 70px;
}
.footer .footer-shape {
  position: absolute;
  left: 0px;
  top: -50%;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .footer .footer-shape {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .footer-shape {
    top: -135px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer .footer-shape {
    top: -17%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1920px) {
  .footer .footer-shape {
    top: -70%;
    height: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .footer-widget {
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget {
    margin-bottom: 45px;
  }
}
.footer-widget .widget-title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 25px;
}
.footer-widget p {
  color: #fff;
  font-size: 16px;
  line-height: 25px;
}
.footer-widget.about-footer a {
  margin-bottom: 20px;
  display: block;
}
.footer-widget.about-footer .footer-social {
  margin-top: 30px;
}
.footer-widget.about-footer .footer-social li {
  display: inline-block;
  margin-right: 10px;
}
.footer-widget.about-footer .footer-social li a {
  color: #fff;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: table;
  text-align: center;
}
.footer-widget.about-footer .footer-social li a i {
  display: table-cell;
  vertical-align: middle;
}
.footer-widget.about-footer .footer-social li:hover > a {
  border: 2px solid #2ebaed;
  background: #2ebaed;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget.contact-widget {
    padding-left: 45px;
  }
}
.footer-widget ul li {
  display: block;
  line-height: 35px;
}
.footer-widget ul li a {
  font-size: 16px;
  color: #fff;
}
.footer-widget ul li a:hover {
  color: #2ebaed;
}
ul.footer-contact li {
  margin-bottom: 25px;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
}
ul.footer-contact li i {
  font-size: 24px;
  color: #fff;
  vertical-align: top;
  margin-top: 5px;
  float: left;
}
ul.footer-contact li span {
  display: inline-block;
  max-width: 80%;
  margin-left: 15px;
}
ul.footer-contact li:last-child {
  margin: 0;
}
.newsletter-ui-2 .newsletter-form button:hover {
  color: #00e793;
}
.footer-ui-2 .footer-widget .footer-social li:hover > a {
  background: #00e793;
  color: #fff;
  border: 2px solid #00e793;
}
.footer-ui-2 .footer-widget ul li a:hover {
  color: #00e793;
}
.banner-section {
  background: #2db5e8;
  background: linear-gradient(90deg, #1d5e9a 0%, #1e639e 100%);
  padding: 220px 0 130px;
  position: relative;
  overflow-x: hidden;
}
.banner-section.banner-2 {
  background: #7530d7;
  padding: 0 0 0;
  background: radial-gradient(circle, #7530d7 0%, #682ac4 100%);
}
.banner-text {
  max-width: 500px;
}
.banner-text .banner-title {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 20px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .banner-text .banner-title {
    font-size: 40px;
    line-height: 1.4;
  }
}
.banner-text p {
  line-height: 28px;
  color: #fff;
}
.banner-text .banner-btn {
  margin-top: 35px;
}
.banner-text .banner-btn a {
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .banner-text .banner-btn a {
    margin-right: 10px;
    padding: 12px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-text .banner-btn a {
    margin-right: 15px;
    padding: 12px 15px;
  }
}
.banner-feature {
  width: 130%;
}
@media only screen and (max-width: 767px) {
  .banner-feature {
    width: 100%;
    margin-top: 100px;
  }
}
.about-intro .signature {
  margin-top: 30px;
}
.about-intro .signature img {
  margin-top: 10px;
}
.map-wrap {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .map-wrap {
    margin-bottom: 100px;
  }
}
.map-wrap .ab-counter {
  position: absolute;
  left: 33%;
  top: 0px;
  text-align: center;
}
.map-wrap .ab-counter p {
  width: 84px;
  height: 84px;
  background: #f39919;
  color: #fff;
  border-radius: 50%;
  line-height: 84px;
  margin: 0px;
  text-align: center;
  -webkit-box-shadow: 8px 1px 11px 0px rgba(243, 153, 25, 0.18);
  -moz-box-shadow: 8px 1px 11px 0px rgba(243, 153, 25, 0.18);
  box-shadow: 8px 1px 11px 0px rgba(243, 153, 25, 0.18);
}
.map-wrap .ab-counter h4 {
  font-size: 18px;
  margin-top: 10px;
}
.map-wrap .ab-counter:nth-child(2) {
  left: 10%;
  top: 50%;
}
@media only screen and (max-width: 767px) {
  .map-wrap .ab-counter:nth-child(2) {
    left: 0;
  }
}
.map-wrap .ab-counter:nth-child(2) p {
  background: #fe609f;
  -webkit-box-shadow: 8px 1px 11px 0px rgba(254, 96, 159, 0.18);
  -moz-box-shadow: 8px 1px 11px 0px rgba(254, 96, 159, 0.18);
  box-shadow: 8px 1px 11px 0px rgba(254, 96, 159, 0.18);
}
.map-wrap .ab-counter:nth-child(3) {
  left: 50%;
  top: 48%;
}
@media only screen and (max-width: 767px) {
  .map-wrap .ab-counter:nth-child(3) {
    top: -20%;
    left: 70%;
  }
}
.map-wrap .ab-counter:nth-child(3) p {
  background: #45f4fa;
  -webkit-box-shadow: 8px 1px 11px 0px rgba(69, 244, 250, 0.18);
  -moz-box-shadow: 8px 1px 11px 0px rgba(69, 244, 250, 0.18);
  box-shadow: 8px 1px 11px 0px rgba(69, 244, 250, 0.18);
}
.map-wrap .ab-counter:nth-child(4) {
  left: 73%;
  top: 79%;
}
@media only screen and (max-width: 767px) {
  .map-wrap .ab-counter:nth-child(4) {
    left: 75%;
  }
}
.map-wrap .ab-counter:nth-child(4) p {
  background: #60f88e;
  box-shadow: 8px 1px 11px 0px rgba(96, 248, 142, 0.18);
}
.get-app {
  position: relative;
  padding: 65px 0px;
  overflow: hidden;
  background: #7530d7;
  background: radial-gradient(circle, #6d2bca 0%, #722fd1 50%, #6c2cca 100%);
}
@media only screen and (max-width: 767px) {
  .get-app {
    padding-top: 0px;
  }
}
.get-app::before {
  background: url(../image/alt-bg.png);
  background-repeat: no-repeat;
  background-position: center left;
  z-index: 2;
  left: 42%;
  height: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .get-app::before {
    left: 38%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .get-app::before {
    left: 24%;
  }
}
@media only screen and (max-width: 767px) {
  .get-app::before {
    display: none;
  }
}
.get-app .get-app-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  background-size: cover;
  width: 50%;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center center;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .get-app .get-app-bg {
    max-width: 38%;
  }
}
@media only screen and (max-width: 767px) {
  .get-app .get-app-bg {
    position: relative;
    width: auto;
    height: 400px;
  }
}
.get-app .get-app-bg::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #0e0e52;
  opacity: 0.72;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=72)";
  filter: alpha(opacity=72);
  left: 0px;
  top: 0px;
}
.get-app .get-app-bg .video-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 55px;
  z-index: 3;
  height: 55px;
  background: #fff;
  display: table;
  color: #0e0e52;
  font-size: 45px;
  text-align: center;
  border-radius: 50%;
}
.get-app .get-app-bg .video-box::before,
.get-app .get-app-bg .video-box::after {
  z-index: -1;
  position: absolute;
  content: "";
  top: 0;
  width: 90%;
  height: 90%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  border-radius: 50%;
  -webkit-animation: bubble 1.5s linear infinite;
  animation: bubble 1.5s linear infinite;
  background-color: rgba(255, 255, 255, 0.5);
}
.get-app .get-app-bg .video-box::before {
  background-color: rgba(255, 255, 255, 0.4);
}
.get-app .get-app-bg .video-box a {
  display: table-cell;
  vertical-align: middle;
}
.get-app .get-app-bg .video-box a:hover {
  color: #0e0e52;
}
.get-app .ga-txt {
  max-width: 85%;
  position: relative;
  z-index: 4;
  margin-left: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .get-app .ga-txt {
    max-width: 90%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .get-app .ga-txt {
    max-width: 59%;
  }
}
@media only screen and (max-width: 767px) {
  .get-app .ga-txt {
    max-width: 100%;
    margin-top: 30px;
  }
}
.get-app .ga-txt .section-title {
  color: #fff;
}
.get-app .ga-txt P {
  color: #fff;
}
.get-app .ga-txt .get-btn {
  margin-top: 40px;
}
.get-app .ga-txt .get-btn a {
  margin-right: 25px;
  border-radius: 7px;
  padding: 13px 25px;
}
@media only screen and (max-width: 767px) {
  .get-app .ga-txt .get-btn a {
    margin-right: 10px;
    padding: 10px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .get-app .ga-txt .get-btn a {
    padding: 13px 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .get-app .ga-txt .get-btn a {
    padding: 13px 18px;
  }
}
.about-feature {
  padding-bottom: 100px;
}
.feature-card {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .feature-card {
    margin-bottom: 60px;
  }
}
.feature-card .featute-title {
  font-size: 24px;
  margin: 25px 0px;
}
.feature-card p {
  margin-bottom: 0px;
}
.app-details {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .app-details {
    margin: 0 15px;
  }
}
.app-details .app-details-bg {
  width: 130%;
  left: -34%;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .app-details .app-details-bg {
    width: 100%;
    left: auto;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1920px) {
  .app-details .app-details-bg {
    width: 90%;
    left: 0%;
  }
}
.appd-text {
  padding: 90px 0 65px 0px;
  max-width: 550px;
}
@media only screen and (max-width: 767px) {
  .appd-text {
    padding: 50px 30px 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .appd-text {
    margin-left: 30px;
    max-width: 70%;
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .appd-text {
    padding: 45px 0px;
  }
}
.appd-text h2 {
  font-size: 48px;
}
@media only screen and (max-width: 767px) {
  .appd-text h2 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .appd-text h2 {
    font-size: 32px;
  }
}
.appd-text p {
  margin: 30px 0px 35px;
}
.appd-text .custom-btn {
  border-radius: 7px;
  padding: 14px 34px;
}
section.app-details.ui-2 .appd-text {
  padding: 55px 0 65px 0px;
}
.app-use {
  position: relative;
}
.app-use .app-use-bg {
  width: 138%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .app-use .app-use-bg {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .app-use .app-use-bg {
    margin-top: 60px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .app-use-txt {
    padding: 0px 0 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .app-use-txt {
    max-width: 70%;
  }
}
.app-use-txt ul {
  list-style: none;
  padding: 0px;
  margin: 0px 0 30px;
}
.app-use-txt ul li {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
}
.app-use-txt ul li span {
  width: 32px;
  margin-right: 15px;
  height: 32px;
  text-align: center;
  color: #fff;
  line-height: 32px;
  background: #0e0e52;
  display: inline-block;
  border-radius: 50%;
  z-index: -1;
}
.app-use-txt .custom-btn {
  margin-top: 10px;
  padding: 16px 27px;
}
.team-section {
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .team-section {
    padding-bottom: 50px;
  }
}
.team-intro {
  max-width: 430px;
}
@media only screen and (max-width: 767px) {
  .team-intro {
    margin-bottom: 60px;
  }
}
.team-intro .sub-heading {
  max-width: 300px;
  line-height: 40px;
  margin-bottom: 30px;
}
.team-intro p {
  margin-bottom: 40px;
}
.team-member {
  position: relative;
}
.team-member .team-thumb {
  padding-right: 40px;
}
.team-member .team-txt {
  position: relative;
  margin-left: 50px;
  text-align: center;
  width: 80%;
  padding: 20px 10px;
  background: #fff;
  z-index: 3;
  top: -40px;
}
.team-member .team-txt h4 {
  font-size: 18px;
  margin-bottom: 0px;
}
.team-member .team-txt span {
  font-size: 12px;
}
.team-member .team-txt .team-social {
  margin-top: 10px;
}
.team-member .team-txt .team-social li {
  display: inline-block;
  margin: 0 4px;
}
.team-member .team-txt .team-social li a {
  color: #d3d3d3;
}
.team-member .team-txt .team-social li:hover a {
  color: #2ebaed;
}
.review-section {
  background: #2db5e8;
  background: radial-gradient(circle, #2db5e8 0%, #0e0e52 100%);
}
.review-section .section-intro {
  color: #fff;
}
.review-section .section-title {
  color: #fff;
}
.single-review {
  max-width: 60%;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .single-review {
    max-width: 85%;
  }
}
.single-review .review-thumb {
  position: relative;
  max-width: 300px;
  margin: 0 auto 45px;
}
.single-review .review-thumb img {
  border-radius: 50%;
  margin: auto;
}
.single-review .review-thumb .review-meta {
  background: #fff;
  position: absolute;
  left: -25%;
  top: 0px;
  padding: 0px 30px;
  border-radius: 7px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 1s 0.4s ease-in-out;
  -moz-transition: 1s 0.4s ease-in-out;
  -ms-transition: 1s 0.4s ease-in-out;
  -o-transition: 1s 0.4s ease-in-out;
  transition: 1s 0.4s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .single-review .review-thumb .review-meta {
    left: -10%;
  }
}
.single-review .review-thumb .review-meta h4 {
  font-size: 16px;
  color: #192a3b;
  margin-bottom: 0px;
}
.single-review .review-thumb .review-meta .ratings span {
  color: #fb9624;
  font-size: 14px;
}
.single-review p {
  color: #fff;
}
.review-section .owl-item.active .review-meta {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  padding: 15px 30px;
}
.review-ui-2 {
  background: #7832db;
  background: radial-gradient(circle, #7832db 0%, #0e0e52 100%);
}
.pricing-card {
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .pricing-card {
    margin-bottom: 60px;
  }
}
.pricing-card .pricing-head {
  text-align: center;
  min-height: 190px;
  padding-top: 30px;
}
.pricing-card .pricing-head::before {
  left: -44px;
  top: 3px;
  background: #fff;
  width: 401px;
  height: 195px;
  border-bottom-left-radius: 30%;
  border-bottom-right-radius: 70%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-card .pricing-head::before {
    width: 260px;
    height: 180px;
  }
}
.pricing-card .pricing-head h2 {
  font-weight: 400;
}
.pricing-card .pricing-head .pricing-amount h4 {
  font-size: 48px;
  margin-bottom: 0px;
}
.pricing-card .pricing-head .pricing-amount h4 sub {
  font-size: 16px;
}
.pricing-card .pricing-content {
  padding: 45px 30px;
  text-align: center;
}
.pricing-card .pricing-content p {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  margin: 0 0 45px;
}
.pricing-card .pricing-content .custom-btn {
  padding: 14px 42px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-card .pricing-content .custom-btn {
    padding: 10px 30px;
  }
}
.pricing-card:hover {
  transform: translateY(-10px);
}
.pricing-ui-2 .pricing-card .custom-btn:hover {
  background: #00e793;
  border: 2px solid #00e793;
}
.pricing-section .nav-tabs {
  border: none;
  display: block;
  margin: 60px 0 0;
}
.pricing-section .nav-tabs .nav-item {
  display: inline-block;
  margin: 0px;
}
.pricing-section .nav-tabs .nav-item .nav-link {
  background: #0e0e52;
  color: #fff;
  margin: 0 10px;
  width: 100px;
  padding: 7px 10px;
  border: none;
  font-weight: 700;
  border-radius: 7px;
}
.pricing-section .nav-tabs .nav-item .nav-link:hover,
.pricing-section .nav-tabs .nav-item .nav-link.active,
.pricing-section .nav-tabs .nav-item .nav-link:focus {
  border: none;
  color: #fff;
}
.pricing-section .nav-tabs .nav-item .nav-link.active,
.pricing-section .nav-tabs .nav-item .nav-link:hover {
  background: #00e793;
}
.pricing-section .nav-tabs .nav-item.show .nav-link,
.pricing-section .nav-tabs .nav-link.active {
  border: none;
}
.app-counter-section .section-title {
  margin-bottom: 22px;
}
.appc-txt {
  padding-right: 30px;
}
.appc-txt .counter-btn {
  margin-top: 40px;
}
.appc-txt .counter-btn .custom-btn {
  border-radius: 7px;
  margin-right: 10px;
  padding: 14px 25px;
}
@media only screen and (max-width: 767px) {
  .appc-txt .counter-btn .custom-btn {
    margin-right: 6px;
    padding: 8px 9px;
  }
}
.appc-txt .counter-btn .custom-btn i {
  font-size: 26px;
}
.appc-txt .counter-btn .btn-unfill {
  border: 2px solid #0e0e52;
  color: #0e0e52;
}
.appc-txt .counter-btn .btn-unfill:hover {
  color: #fff;
}
.app-counter {
  overflow: hidden;
  margin-top: 75px;
}
.app-counter .appc-item {
  width: 29%;
  float: left;
  margin-right: 35px;
  text-align: center;
  color: #fff;
  padding: 40px 0 35px;
}
@media only screen and (max-width: 767px) {
  .app-counter .appc-item {
    width: 100%;
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .app-counter .appc-item {
    margin-right: 15px;
    width: 31%;
  }
}
.app-counter .appc-item:last-child {
  margin-right: 0px;
}
.app-counter .appc-item i {
  font-size: 80px;
  line-height: 1;
}
.app-counter .appc-item h4 {
  font-size: 18px;
  font-weight: 400;
  margin: 10px 0px;
  color: #fff;
}
.app-counter .appc-item p {
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .blog-section {
    padding-bottom: 20px;
  }
}
.single-entry {
  max-width: 93%;
}
@media only screen and (max-width: 767px) {
  .single-entry {
    margin-bottom: 60px;
  }
}
.single-entry .entry-thumb {
  max-width: 80%;
}
.single-entry .entry-content {
  max-width: 400px;
  margin-top: -100px;
  position: relative;
  padding: 45px;
  margin-left: auto;
  background: #fff;
}
.single-entry .entry-content .entry-meta span {
  font-size: 12px;
}
.single-entry .entry-content .entry-title {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 20px;
}
.single-entry .entry-content p {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 20px;
}
.single-entry .entry-content .custom-btn {
  padding: 12px 32px;
  border-radius: 7px;
  margin-top: 10px;
}
.single-entry .entry-content .custom-btn:hover {
  background: #0e0e52;
  border-color: #0e0e52;
}
.blog-template {
  padding-bottom: 0;
}
.blog-template .single-entry {
  position: relative;
  max-width: 100%;
  margin-bottom: 100px;
}
.blog-template .single-entry .entry-meta {
  position: absolute;
  right: 0px;
  top: 20%;
  background: #0e0e52;
  width: 205px;
  display: table;
  text-align: center;
  height: 172px;
  padding: 39px 25px;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-template .single-entry .entry-meta {
    top: 7%;
  }
}
@media only screen and (max-width: 767px) {
  .blog-template .single-entry .entry-meta {
    height: 90px;
    padding: 20px 5px;
    top: 10px;
    width: 180px;
  }
}
.blog-template .single-entry .entry-meta span {
  color: #fff;
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}
@media only screen and (max-width: 767px) {
  .blog-template .single-entry .entry-meta span {
    font-size: 17px;
  }
}
.blog-template .single-entry .entry-meta span a {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .blog-template .single-entry .entry-meta span a {
    font-size: 16px;
  }
}
.blog-template .single-entry .entry-meta span a i {
  margin-right: 5px;
}
.blog-template .single-entry .entry-inner {
  max-width: 82%;
}
@media only screen and (max-width: 767px) {
  .blog-template .single-entry .entry-inner {
    max-width: 95%;
  }
}
.blog-template .single-entry .entry-inner .entry-thumb {
  max-width: 100%;
}
.blog-template .single-entry .entry-inner .entry-content {
  margin: 0;
  background: #f4f3f3;
  max-width: 100%;
  padding: 45px 65px;
}
@media only screen and (max-width: 767px) {
  .blog-template .single-entry .entry-inner .entry-content {
    padding: 20px 15px;
  }
}
.blog-template .single-entry .entry-inner .entry-content .entry-title {
  font-size: 30px;
  margin-bottom: 30px;
}
.blog-template .single-entry .entry-inner .entry-content .entry-title a {
  color: #0e0e52;
}
.blog-template .single-entry .entry-inner .entry-content p {
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 45px;
}
.main-post .single-entry {
  overflow: hidden;
}
.main-post .single-entry .post-meta {
  margin: 15px 0;
}
.main-post .single-entry .post-meta span {
  font-size: 16px;
  margin-right: 25px;
  display: inline-block;
}
.main-post .single-entry .post-meta span i {
  margin-right: 5px;
}
.main-post .single-entry .post-meta span:last-child {
  margin-right: 0px;
}
.main-post .single-entry h1 {
  font-size: 30px;
  margin-bottom: 30px;
}
.main-post .single-entry p {
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 30px;
}
.main-post .single-entry blockquote {
  padding-left: 20px;
  margin: 40px 0px;
}
.main-post .single-entry blockquote::before {
  width: 3px;
  background: #00e793;
}
.main-post .single-entry h3 {
  font-size: 26px;
  font-weight: 500;
}
.main-post .single-entry .entry-footer {
  border: 1px solid #d3d3d3;
  padding: 15px 30px;
  overflow: hidden;
}
.main-post .single-entry .entry-footer .entry-tags {
  width: 50%;
  float: left;
}
.main-post .single-entry .entry-footer .entry-tags h4 {
  float: left;
  font-size: 18px;
  padding-top: 3px;
  margin-right: 10px;
}
.main-post .single-entry .entry-footer .entry-tags span {
  font-size: 16px;
  text-transform: capitalize;
}
.main-post .single-entry .entry-footer .entry-tags span a {
  color: #0e0e52;
}
.main-post .single-entry .entry-footer .entry-share {
  width: 50%;
  float: right;
  text-align: right;
}
.main-post .single-entry .entry-footer .entry-share a {
  margin-left: 12px;
  color: #b7b7b7;
}
.main-post .single-entry .entry-footer .entry-share a:hover {
  color: #0e0e52;
}
.main-post .single-entry .entry-footer .entry-footer {
  overflow: hidden;
} /*================================================= Post comments===================================================*/
.entry-comments {
  max-width: 500px;
}
.comment-title {
  font-size: 24px;
  margin-top: 40px;
  font-weight: 500;
  color: #0e0e52;
  text-align: left;
}
.comment-title span {
  margin-right: 5px;
}
.post-comments ol {
  padding: 45px 0px 30px;
}
@media only screen and (max-width: 767px) {
  .post-comments ol {
    padding: 30px 20px;
  }
}
.post-comments ol li {
  margin-bottom: 65px;
}
.post-comments ol li::before {
  background: #ebebeb;
  height: 1px;
  top: 127%;
}
.post-comments ol li:first-child::before {
  top: 111%;
}
.post-comments ol li article.comment-body {
  position: relative;
}
.post-comments ol li article.comment-body .comment-thumb {
  float: left;
}
@media only screen and (max-width: 767px) {
  .post-comments ol li article.comment-body .comment-thumb {
    float: none;
  }
}
.post-comments ol li article.comment-body .comment-details {
  margin-left: 90px;
}
@media only screen and (max-width: 767px) {
  .post-comments ol li article.comment-body .comment-details {
    margin: 20px 0 0;
  }
}
.post-comments ol li article.comment-body .comment-details .comment-name {
  font-size: 16px;
  color: #0e0e52;
  margin-bottom: 0px;
}
.post-comments ol li article.comment-body .comment-details span {
  font-size: 12px;
  color: #737374;
  font-weight: 500;
}
.post-comments ol li article.comment-body .comment-details p {
  max-width: 390px;
  margin: 5px 0 0;
  font-size: 15px;
  color: #0e0e52;
  line-height: 26px;
}
.post-comments ol li article.comment-body .comment-details .comment-reply {
  position: absolute;
  right: 0;
  top: 0px;
  font-weight: 700;
  color: #b0b0b0;
}
.post-comments ol li .children {
  padding: 34px 0px 0 75px;
}
@media only screen and (max-width: 767px) {
  .post-comments ol li .children {
    padding: 20px 30px 60px;
  }
}
.post-comments ol li .children li::before {
  display: none;
}
.post-comments ol li .children .comment-body .comment-details {
  margin-left: 90px;
}
@media only screen and (max-width: 767px) {
  .post-comments ol li .children .comment-body .comment-details {
    margin: 20px 0 0;
  }
}
.post-comments ol li:last-child {
  margin: 0;
} /*================================================== Comments Form ====================================================*/
.write-comments {
  margin-top: 30px;
}
.write-comments form {
  margin-top: 45px;
}
.write-comments form .form-group {
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}
.write-comments form .form-group input,
.write-comments form .form-group textarea {
  padding: 10px 0 10px 15px;
  background: #f5f5f5;
  border: none;
  font-size: 14px;
  width: 100%;
  border-radius: 7px;
  color: #0e0e52;
}
.write-comments form .form-group input::placeholder,
.write-comments form .form-group textarea::placeholder {
  color: #0e0e52;
}
.write-comments form .form-group textarea {
  height: 180px;
  padding-left: 15px;
}
.write-comments form .custom-btn {
  margin-top: 30px;
} /*=================================================12.3 Sidebar===================================================*/
.widget {
  margin-bottom: 40px;
  background: #f5f5f5;
  padding: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .widget {
    padding: 30px 15px;
  }
}
.widget .widget-title {
  font-size: 24px;
  margin-bottom: 25px;
  text-transform: capitalize;
  color: #0e0e52;
}
.widget ul li {
  line-height: 50px;
  text-transform: capitalize;
  font-size: 15px;
}
.widget ul li::before {
  height: 1px;
  width: 90%;
  top: 50px;
  left: 15px;
  background: #ecebeb;
}
.widget ul li:last-child::before {
  background: transparent;
}
.widget ul li a {
  color: #000;
  padding-left: 15px;
  display: block;
}
.widget ul li:hover a {
  color: #00e793;
  padding-left: 20px;
}
.widget.search-widget {
  background: transparent;
  padding: 0px;
}
.widget.search-widget label {
  color: #0e0e52;
  font-weight: 700;
  margin-bottom: 20px;
}
.widget.search-widget form {
  position: relative;
}
.widget.search-widget form input {
  width: 100%;
  padding: 14px 20px;
  border: 0;
  border: 1px solid #ebebeb;
}
.widget.search-widget form input::placeholder {
  color: #2ebaed;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.widget.search-widget form button {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 72px;
  line-height: 52px;
  background: #0e0e52;
  border: 0;
  color: #fff;
}
.widget .feature-posts .single-feature {
  margin-bottom: 25px;
}
.widget .feature-posts .single-feature .figure-thumb {
  margin: 0;
  float: left;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .widget .feature-posts .single-feature .figure-thumb {
    float: none;
  }
}
.widget .feature-posts .single-feature .sf-text {
  margin-left: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .widget .feature-posts .single-feature .sf-text {
    margin-left: 0px;
    margin-top: 10px;
  }
}
.widget .feature-posts .single-feature .sf-text h4 {
  font-size: 16px;
  margin-bottom: 0px;
  line-height: 20px;
}
.widget .feature-posts .single-feature .sf-text h4 a {
  color: #0e0e52;
}
.widget .feature-posts .single-feature .sf-text h4:hover a {
  color: #00e793;
}
.widget .feature-posts .single-feature .sf-text .sf-meta a {
  margin-right: 10px;
  font-weight: 600;
  font-size: 14px;
  color: #979797;
}
.widget .feature-posts .single-feature .sf-text .sf-meta a:hover {
  color: #00e793;
}
.widget .tagclouds {
  text-align: center;
}
.widget .tagclouds a {
  background: #fff;
  display: inline-block;
  font-size: 16px;
  color: #0e0e52;
  padding: 3px 12px;
  border-radius: 4px;
  margin: 5px 5px 5px 0px;
  text-transform: capitalize;
}
.widget .tagclouds a:hover {
  background: #00e793;
  color: #fff;
}

.screenshot-wrap .item {
  margin: 20px 0px;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  padding: 10px;
}
.screenshot-wrap .item img {
  width: auto;
  margin: 0 auto;
}
.screenshot-wrap .owl-item.active.center .item {
  transform: scale(1.15);
  position: relative;
  z-index: 999;
  margin-top: 20px;
}
.screenshot-wrap .owl-item {
  transform: scale(0.9);
  transition: all 0.5s;
}
.owl-dots {
  text-align: center;
  margin-top: 30px;
}
.owl-dots .owl-dot {
  display: inline-block;
}
.owl-dots .owl-dot span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: 0 3px;
  box-sizing: border-box;
  border: 2px solid #0e0e52;
  border-radius: 50%;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  transition: 0.3s;
}
.owl-dots .owl-dot.active span {
  -webkit-transform: scale(1);
  transform: scale(1);
  background: #0e0e52;
  border: 2px solid #0e0e52;
}
.service-intro {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-bottom: 40px;
}
.service-intro .service-thumb {
  position: absolute;
  width: 130%;
  left: -28%;
  top: 45%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .service-intro .service-thumb {
    position: relative;
    width: auto;
    left: auto;
    top: auto;
    transform: none;
    margin-bottom: 75px;
  }
}
.service-order .count {
  width: 70px;
  height: 70px;
  display: inline-table;
  float: left;
  border-radius: 50%;
  line-height: 70px;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  color: #fff;
}
.service-order::before {
  background: transparent;
  border-left: 3px dotted #0e0e52;
  top: 48%;
  left: 56%;
  transform: translate(-50%, -50%);
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-order::before {
    left: 60%;
    top: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .service-order::before {
    left: 60%;
  }
}
.order-item {
  margin-bottom: 45px;
}
.order-item .service-order-txt {
  margin-left: 110px;
  max-width: 65%;
}
@media only screen and (max-width: 767px) {
  .order-item .service-order-txt {
    margin-left: 95px;
  }
}
.work-section {
  padding-bottom: 40px;
}
.single-process {
  text-align: center;
  margin-bottom: 60px;
}
.single-process::before {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.single-process .count {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  border-radius: 50%;
  line-height: 70px;
  display: table;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  color: #fff;
}
.single-process h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.single-process p {
  font-size: 18px;
  line-height: 28px;
  max-width: 90%;
  margin: 0 auto;
}
.work-section .row > div:nth-child(1) .single-process::before {
  background: url("../image/sp1.png") no-repeat center bottom;
}
.work-section .row > div:nth-child(2) .single-process::before {
  background: url("../image/sp2.png") no-repeat center bottom;
}
.work-section .row > div:nth-child(3) .single-process::before {
  background: url("../image/sp3.png") no-repeat center bottom;
}
.work-section .row > div:nth-child(4) .single-process::before {
  background: url("../image/sp4.png") no-repeat center bottom;
}
.work-section .row > div:nth-child(5) .single-process::before {
  background: url("../image/sp5.png") no-repeat center bottom;
}
.work-section .row > div:nth-child(6) .single-process::before {
  background: url("../image/sp6.png") no-repeat center bottom;
}
section.review-section.service-review.section-padding.review-ui-2 {
  margin-bottom: 90px;
}
.faq-order {
  margin-bottom: 30px;
}
.faq-order .faq-header {
  background: #f4f4f4;
  padding: 22px 70px;
  border-radius: 3px;
}
.faq-order .faq-header a {
  color: #000;
  display: block;
  font-size: 24px;
  font-weight: 700;
  position: relative;
}
.faq-order .faq-header a::after {
  content: "\f068";
  color: #000;
  font-family: fontawesome;
  font-size: 20px;
  right: 26px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.faq-order .faq-header a.collapsed::after {
  content: "\f067";
}
.faq-order .faq-content {
  padding: 40px 70px;
  border-radius: 3px;
  border: 1px solid #e1e1e1;
}
.faq-order .faq-content .faq-text {
  max-width: 70%;
  float: left;
}
.faq-order .faq-content .faq-thumb {
  max-width: 25%;
  float: right;
}
div#google-map {
  height: 650px;
  width: 100%;
}
.google-map-wrap {
  position: relative;
  margin-top: -13%;
}
.contact-section {
  z-index: 2;
  position: relative;
}
.contact-section .contact-widget {
  max-width: 90%;
}
.contact-section .contact-widget ul {
  margin-top: 30px;
}
.contact-section .contact-widget ul li {
  font-size: 20px;
  color: #0e0e52;
  margin-bottom: 10px;
}
.contact-section .contact-widget ul li i {
  float: left;
  padding-top: 5px;
  width: 40px;
  color: #00e793;
}
.contact-section .contact-widget ul li a {
  color: #0e0e52;
}
.contact-social {
  margin-top: 70px;
}
.contact-social ul li {
  display: inline-block;
  margin-right: 5px;
}
.contact-social ul li a {
  width: 35px;
  height: 33px;
  background: #00e793;
  text-align: center;
  border-radius: 7px;
  color: #fff;
  display: inline-table;
}
.contact-social ul li a i {
  display: table-cell;
  vertical-align: middle;
}
.contact-form {
  background: #fff;
  padding: 70px 150px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form {
    padding: 50px 45px;
  }
}
.contact-form .section-title {
  font-size: 30px;
  text-align: center;
}
.contact-form .form-group {
  margin-bottom: 20px;
}
.contact-form .form-group input,
.contact-form .form-group textarea {
  border: 1px solid #e1e1e1;
  font-size: 14px;
  padding: 12px 20px;
}
.contact-form .form-group textarea {
  min-height: 170px;
}
.contact-form button.custom-btn {
  padding: 11px 45px;
  margin-top: 20px;
} 
