/* ************************************************************
******* :: INDEX OF CSS :: *******
:: 1.0 WEB FONTS
:: 2.0 IMPORT ALL CSS
:: 4.0 COMMON CSS
:: 5.0 PRELOADER CSS
:: 6.0 SCROLL TO TOP AREA CSS
:: 7.0 HEADER AREA CSS
:: 8.0 WELCOME AREA CSS
:: 9.0 BENIFITS AREA CSS
:: 10.0 ABOUT AREA CSS
:: 11.0 WORK AREA CSS
:: 12.0 FEATURES AREA CSS
:: 13.0 SCREENSHOTS AREA CSS
:: 14.0 PRICE PLAN AREA CSS
:: 15.0 TESTIMONIAL AREA CSS
:: 16.0 TEAM AREA CSS
:: 17.0 START FREE AREA CSS
:: 18.0 BLOG AREA CSS
:: 19.0 BREADCRUMB AREA CSS
:: 20.0 BLOG PAGE AREA CSS
:: 21.0 BLOG PAGE DETAILS AREA CSS
:: 22.0 CONTACT AREA CSS
:: 23.0 FOOTER AREA CSS
:: 31.0 HOMEPAGE AREA CSS
:: 32.0 FAQ AREA CSS
:: 33.0 LOGIN AREA CSS
:: 34.0 DOWNLOAD PAGE AREA CSS
:: 35.0 FORGOT AREA CSS
:: 36.0 NEWSLETTER AREA CSS
:: 37.0 MAINTENANCE AREA CSS
:: 38.0 COMING SOON AREA CSS
:: 39.0 PREVIEW AREA CSS
****************************** */

/* ******************************
:: 1.0 WEB FONTS
****************************** */
/* @import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600&display=swap"); */

/* ******************************
:: 2.0 IMPORT ALL CSS
****************************** */
/* @import url(bootstrap.min.css); */
@import url('/assets/css/icofont.min.css');
@import url('/assets/css/all.min.css');
@import url('/assets/css/animate.min.css');
/* @import url(aos.css); */
@import url('/assets/css/owl.carousel.min.css');
@import url('/assets/css/slick.css');
@import url('/assets/css/jquery.fancybox.min.css');

/* ******************************
:: 4.0 COMMON CSS
****************************** */

.bg-img {
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

.dsp-tc {
  display: table-cell;
  vertical-align: middle;
}

.owl-carousel .owl-item img {
  width: auto;
}

.owl-prev:focus,
.owl-next:focus {
  outline: none;
}

.tooltip > .tooltip-inner {
  background-color: #00cff2;
  padding: 6px;
}

.tooltip-arrow,
.tooltip.top .tooltip-arrow {
  border-top-color: #00cff2;
}

.inner-wrapper {
  min-height: 100vh;
  width: 100%;
}

/*SECTION HEADING*/
.section-heading {
  margin-bottom: 80px;
}

.section-heading > h2 {
  position: relative;
}

.section-heading > h2::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 70px;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*HEADINGS*/
.headings span {
  color: #444;
  font-weight: 500;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  letter-spacing: 1px;
  margin-left: -30px;
  /* width: 78px; */
  text-align: center;
}

.button-group {
  margin-top: 30px;
}

.button-group a {
  margin-right: 10px;
}

.button-group a:last-child {
  margin-right: 0;
}

.store-buttons a {
  text-align: left;
}

.store-buttons a p {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  color: inherit;
}

.store-buttons i {
  font-size: 24px;
  padding-right: 10px;
}

.store-buttons span {
  font-size: 16px;
  font-weight: 600;
}

/*TRANSITIONS*/
.team-photo:before,
.team-photo:after {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
.btn.btn-bordered:before,
.btn.btn-bordered:after,
.btn.btn-bordered-white:after,
#scrollUp,
.header-items .nav-link,
.dropdown-item,
.navbar-sticky,
.play-btn,
.play-btn > i,
.benifits-item,
.benifits-item:after,
.single-work::after,
.single-work > h3,
.features-menu .single-features,
.features-menu .single-features::after,
.screenshots-overlay,
.price-plan-wrapper,
.thumb-prev,
.thumb-next,
.single-team,
.team-name,
.single-blog,
.play-text {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.featured-items ul li,
.slick-dots li button,
.testimonial-area .owl-carousel button.owl-dot {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

/*BG SHAPE*/
.shapes-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.shape {
  position: relative;
}

.bg-shape {
  height: 720px;
  width: 1200px;
  border-radius: 120px;
  background-image: linear-gradient(35deg, #fff 0, #f6f9fe 100%);
  top: 0;
  left: 0;
  -webkit-transform: translate3d(-25%, 20%, 0) rotate(-30deg);
  transform: translate3d(-25%, 20%, 0) rotate(-30deg);
  z-index: 0;
}

.shape-1 {
  position: relative;
}

.shape-1:before {
  content: "";
  position: absolute;
  display: block;
  width: 88rem;
  height: 35rem;
  top: 17rem;
  left: -53rem;
  border-radius: 25rem;
  -webkit-transform: rotate(-44deg);
  transform: rotate(-44deg);
  /* background-color: #f6f9fe; */
  background-color: #fafef8;
}

.shape-2 {
  position: absolute;
  height: 25px;
  width: 25px;
  border: 5px solid #0086f7;
  opacity: 0.5;
  border-radius: 50%;
  top: 15%;
  left: 25%;
  -webkit-animation: bounceShapeOne 8s ease infinite;
  animation: bounceShapeOne 8s ease infinite;
}

.shape-3 {
  position: absolute;
  height: 50px;
  width: 50px;
  border: 8px solid #0086f7;
  opacity: 0.5;
  border-radius: 50%;
  top: 18%;
  left: 26%;
  -webkit-animation: bounceShapeTwo 6s ease infinite;
  animation: bounceShapeTwo 6s ease infinite;
}

@-webkit-keyframes bounceShapeOne {
  0% {
    top: 12%;
  }

  50% {
    top: 16%;
  }

  100% {
    top: 12%;
  }
}

@keyframes bounceShapeOne {
  0% {
    top: 12%;
  }

  50% {
    top: 16%;
  }

  100% {
    top: 12%;
  }
}

@-webkit-keyframes bounceShapeTwo {
  0% {
    top: 12%;
  }

  50% {
    top: 18%;
  }

  100% {
    top: 12%;
  }
}

@keyframes bounceShapeTwo {
  0% {
    top: 12%;
  }

  50% {
    top: 18%;
  }

  100% {
    top: 12%;
  }
}

/*BORDER RADIUS*/
.single-testimonial img,
.single-testimonial-thumb img,
.team-photo,
.team-photo img,
.team-photo::before,
.team-photo::after {
  border-radius: 100% 50% 50% 100% / 75% 69% 69% 75%;
}

/*BACKGROUND OVERLAY*/
.bg-overlay,
.overlay-primary,
.overlay-dark {
  position: relative;
  z-index: 0;
}

.bg-overlay::after,
.overlay-primary:after,
.overlay-dark:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.bg-overlay::after {
  opacity: 0.9;
  z-index: -1;
}

.overlay-primary:after {
  background-image: linear-gradient(-47deg, #8731e8 0%, #4528dc 100%);
  opacity: 0.85;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  z-index: -1;
}

.overlay-dark:after {
  background-color: rgba(39, 45, 58, 1);
  opacity: 0.85;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  z-index: -1;
}

.bg-wrapper {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

/*BACKGROUND COLORS*/
.bg-dark {
  background-color: #1b1a1e !important;
}

.footer-bg {
  background-color: #131418 !important;
}

.bg-gray {
  background-color: #f6f9fe;
}

.bg-inherit {
  background: inherit !important;
}

.btn,
.btn:active,
.btn.btn-bordered:before,
.btn.btn-bordered-white:after,
.section-heading h2::after,
.bg-overlay::after,
.benifits-item:after,
.single-work:after,
.single-price-plan .price-header,
.single-faq::after {
  background: rgba(0, 0, 0, 0) -webkit-gradient(
      linear,
      left top,
      right top,
      from(#00e4e2),
      to(#81ee8e)
    ) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0)
    linear-gradient(to right, #00e4e2 0%, #81ee8e 100%) repeat scroll 0 0;
}

.blockquote::after {
  background-color: #00cff2;
  color: #fff;
}

/*SOCIAL ICONS*/
.social-icons > a {
  margin: 5px;
  width: 45px;
  height: 45px;
  font-size: 20px;
  color: #fff;
  border-radius: 3px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.social-icons svg {
  display: block;
  height: 100%;
  line-height: 45px;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/*BACKGROUND IMAGES*/
/*
.welcome-area {
  background: rgba(0, 0, 0, 0) url("../img/welcome_main.png") no-repeat scroll
    center center / cover;
}

.work-slider-wrapper {
  background: rgba(0, 0, 0, 0) url("../img/mobile_slider.png") no-repeat scroll
    top center;
}

.start-free-content {
  background: rgba(0, 0, 0, 0) url("../img/start_free.png") no-repeat scroll
    center center / cover;
}


.login-area {
  background: rgba(0, 0, 0, 0) url("../img/wave.png") no-repeat scroll top left /
    contain;
}

.bg-wrapper {
  background: rgba(0, 0, 0, 0) url("../img/coming_soon.jpg") no-repeat scroll
    center center / cover;
}
*/

/* ******************************
:: 8.0 WELCOME AREA CSS
****************************** */
.miami .welcome-thumb {
  max-width: 350px;
  padding-top: 70px;
  margin: 0;
}

/* ******************************
:: 9.0 BENIFITS AREA CSS
****************************** */
.benifits-item:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  bottom: 0;
  left: 0;
  opacity: 0;
}

.benifits-item:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.benifits-item:hover:after {
  opacity: 1;
}

/* ******************************
:: 10.0 ABOUT AREA CSS
****************************** */
.about-text p {
  line-height: 1.8;
}

.about-app-area .btn.store-btn::after {
  background: #f5f7fb none repeat scroll 0 0;
}

/* ******************************
:: 11.0 WORK AREA CSS
****************************** */
.work-area {
  z-index: 1;
}

.work-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.work-slider-wrapper {
  padding: 70px 24px 90px 27px;
  background-size: 100%;
  max-width: 293px;
  margin: 0 auto;
  margin-top: 0;
}

.single-work {
  margin-top: 50px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  position: relative;
}

.single-work::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
}

.work-content .active .single-work {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.work-content .active .single-work:after {
  width: 100%;
  visibility: visible;
  opacity: 1;
}

.work-content .active .single-work > h3 {
  color: #00cff2;
}

/* ******************************
:: 13.0 SCREENSHOTS AREA CSS
****************************** */
.single-screenshot {
  position: relative;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.screenshots-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(3, 37, 51, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
}

.screenshots-overlay > a {
  height: 70px;
  width: 70px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

.screenshots-overlay i {
  font-size: 30px;
  color: #fff;
  line-height: 70px;
}

.single-screenshot:hover .screenshots-overlay {
  visibility: visible;
  opacity: 1;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 50%;
  bottom: -40px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slick-dots li button {
  font-size: 0;
  height: 6px;
  width: 6px;
  background-color: rgba(0, 0, 0, 0.1);
  border: none;
  outline: none;
  border-radius: 50%;
  margin: 5px;
}

.slick-dots .slick-active button,
.testimonial-area .owl-carousel button.owl-dot.active {
  background-color: rgba(0, 207, 242, 1);
  -webkit-box-shadow: 0 1px 5px rgba(0, 207, 242, 1);
  box-shadow: 0 1px 5px rgba(0, 207, 242, 1);
}

/* ******************************
:: 14.0 PRICE PLAN AREA CSS
****************************** */
.price-plan-area {
  z-index: 1;
}

.price-plan-wrapper {
  font-size: 16px;
  color: #444;
  width: 100%;
  max-width: 1000px;
}

.single-price-plan {
  width: 25%;
  position: relative;
  float: left;
  overflow: hidden;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

.single-price-plan:first-of-type {
  border-radius: 8px 0 0 8px;
}

.single-price-plan:last-of-type {
  border-radius: 0 8px 8px 0;
}

.single-price-plan .price-header {
  position: relative;
  color: #fff;
  line-height: 70px;
}

.single-price-plan .price-header:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #00e4e2 transparent transparent;
}

.price-header .plan-title {
  letter-spacing: 2px;
  color: #fff;
}

.plan-cost .plan-price {
  font-size: 2em;
  font-weight: 600;
}

.plan-cost .plan-type {
  font-size: 0.7em;
  opacity: 0.8;
}

.single-price-plan .plan-features {
  font-size: 14px;
}

.single-price-plan .plan-features li {
  padding: 8px 20px;
}

.single-price-plan .plan-features i {
  margin-right: 8px;
  color: #444;
}

.single-price-plan .plan-select {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px;
  text-align: center;
}

.plan-select > a {
  font-size: 14px;
  letter-spacing: 3px;
}

.price-plan-wrapper .featured {
  margin-top: -10px;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
  z-index: 1;
  border-radius: 8px;
}

.price-plan-wrapper .featured .price-header {
  line-height: 90px;
}

.price-plan-wrapper .featured .plan-select {
  padding: 30px 20px;
}

/* ******************************
:: 15.0 TESTIMONIAL AREA CSS
****************************** */
.testimonial-area .owl-item img {
  width: 100px;
  height: 100px;
  border: 2px solid rgba(0, 0, 0, 0.1);
}

.client-rating {
  color: #ffa200;
}

.thumb-prev,
.thumb-next {
  position: absolute;
  z-index: 99;
  top: 45%;
  width: 98px;
  height: 98px;
  left: -90px;
  cursor: pointer;
}

.thumb-next {
  left: auto;
  right: -90px;
}

.single-testimonial-thumb img {
  width: 100%;
  height: 100%;
  border: 2px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.testimonial-area .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.testimonial-area .owl-carousel button.owl-dot {
  height: 6px;
  width: 6px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  outline: none;
  margin: 5px;
}

/* ******************************
:: 16.0 TEAM AREA CSS
****************************** */
.single-team {
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px -2px hsla(0, 0%, 0%, 0.15);
  box-shadow: 0 0 5px -2px hsla(0, 0%, 0%, 0.15);
  border-radius: 10px;
  margin-top: 60px !important;
}

.team-photo {
  position: relative;
  height: 120px;
  width: 120px;
  margin-top: -60px;
  border: 3px solid #fff;
  -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.15);
}

.team-photo:before,
.team-photo:after {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.team-photo:before {
  content: "";
  top: 0;
  width: 114px;
  height: 114px;
  opacity: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.team-photo:after {
  content: "";
  top: 5px;
  width: 104px;
  height: 104px;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
}

.team-photo img {
  height: 104px;
  width: 104px;
  margin: 5px;
}

.team-name {
  font-size: 18px;
}

.single-team:hover .team-name {
  color: #00cff2;
}

.team-post {
  font-size: 15px;
  font-weight: 400;
}

.team-media > a {
  font-size: 16px;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
}

.single-team:hover {
  -webkit-box-shadow: 0 1px 8px -2px hsla(0, 0%, 0%, 0.15);
  box-shadow: 0 1px 8px -2px hsla(0, 0%, 0%, 0.15);
}

.single-team:hover .team-photo:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.single-team:hover .team-photo:after {
  height: 124px;
  width: 124px;
  top: -5px;
  left: -5px;
  background-color: transparent;
  -webkit-box-shadow: 0 5px 10px rgba(0, 207, 242, 0.2);
  box-shadow: 0 5px 10px rgba(0, 207, 242, 0.2);
}

/* ******************************
:: 17.0 START FREE AREA CSS
****************************** */
.start-free-area {
  padding-top: 50px;
  padding-bottom: 50px;
  z-index: 1;
}

.start-free-content {
  padding: 5rem;
  border-radius: 10px;
  background-color: #fff;
}

.start-free-text > h2 {
  font-size: 2.5em;
}

.start-free-text span {
  font-size: 16px;
}

.start-free-btn .btn {
  font-size: 16px;
  padding: 18px 50px;
}

.blog .breadcrumb-item > a,
.blog .breadcrumb-item,
.blog .breadcrumb-item::before,
.blog .breadcrumb-item.active {
  color: #fff;
}

/* ******************************
:: 20.0 BLOG PAGE AREA CSS
****************************** */
.blog .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.blog .single-blog {
  margin-bottom: 45px;
}

/* ******************************
:: 22.0 CONTACT AREA CSS
****************************** */
.contact-box .form-group input,
.contact-box .form-group textarea {
  font-size: 14px;
  height: 50px;
  padding: 0 15px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact-box .form-group textarea {
  height: 200px;
  padding: 15px;
}

.contact-box .form-group input::-webkit-input-placeholder,
.contact-box .form-group textarea::-webkit-input-placeholder {
  color: rgba(68, 68, 68, 0.6);
}

.contact-box .form-group input:-ms-input-placeholder,
.contact-box .form-group textarea:-ms-input-placeholder {
  color: rgba(68, 68, 68, 0.6);
}

.contact-box .form-group input::placeholder,
.contact-box .form-group textarea::placeholder {
  color: rgba(68, 68, 68, 0.6);
}

.contact-box input:focus,
.contact-box textarea:focus,
.contact-box select:focus {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.contact-box button {
  padding: 12px 26px;
}

/*Map Area*/
.map-area {
  height: 550px;
  width: 100%;
}

.map-area iframe {
  height: 100%;
  width: 100%;
}

@media (max-width: 575px) {
  .map-area {
    height: 450px;
  }
}

.btn,
.btn:active,
.btn.btn-bordered:before,
.btn.btn-bordered-white:after,
.navbar-sticky {
  /* background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab); */
  background: linear-gradient(-45deg, #e1c917, #1ab60c, #38c6e6, #23d5ab);
  background-size: 400% 400%;
  -webkit-animation: gradient-bg 15s ease infinite;
  animation: gradient-bg 15s ease infinite;
}

@-webkit-keyframes gradient-bg {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradient-bg {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.badge-light {
  font-size: 16px;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ******************************
:: 32.0 FAQ AREA CSS
****************************** */
.single-faq {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 45px;
  position: relative;
}

.faq-area .col-12:last-child .single-faq {
  margin-bottom: 0;
}

.single-faq::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  left: 0;
  bottom: 0;
}

.single-faq > h5 {
  font-size: 15px;
}

/* ******************************
:: 33.0 LOGIN AREA CSS
****************************** */
.login-area .btn.btn-bordered:before,
.login-area .btn.btn-bordered-white:after {
  background: rgba(0, 0, 0, 0) -webkit-gradient(
      linear,
      left top,
      right top,
      from(#4e4376),
      to(#2b5876)
    ) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0)
    linear-gradient(to right, #4e4376 0%, #2b5876 100%) repeat scroll 0 0;
}

.appo-modal .modal-header .nav-link {
  font-size: 17px;
  font-weight: 500;
  color: #444;
  padding: 1rem 2.5rem;
  -webkit-box-shadow: inset 0 0 30px rgba(3, 37, 51, 0.1);
  box-shadow: inset 0 0 30px rgba(3, 37, 51, 0.1);
  background-color: rgba(3, 37, 51, 0.05);
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  background-color: #fff;
}

.login-form .profile-login {
  position: relative;
}

.profile-login::before,
.profile-login span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.profile-login span {
  font-size: 15px;
}

.login-form .profile-login::before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #eee;
}

.login-form input {
  font-size: 15px;
  height: 45px;
  border: 1px solid #eee;
  padding: 0 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 1s;
  transition: 1s;
}

.login-form input::-webkit-input-placeholder {
  color: rgba(68, 68, 68, 0.3);
}

.login-form input:-ms-input-placeholder {
  color: rgba(68, 68, 68, 0.3);
}

.login-form input::placeholder {
  color: rgba(68, 68, 68, 0.3);
}

.input-group-text {
  background-color: #fff;
  border: 1px solid #eee;
}

.login-form input:focus {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.login-form .custom-control .custom-control-label {
  color: #444;
}

/* ******************************
:: 34.0 DOWNLOAD PAGE AREA CSS
****************************** */
.download-page-area h2 {
  color: #0433b5;
}

.download-page-area h6 {
  line-height: 1.8;
}

.download-page-area h6 > a {
  text-decoration: underline;
}

/* ******************************
:: 35.0 FORGOT AREA CSS
****************************** */
.reset-password button {
  height: 50px;
  border-radius: 0;
}

/* ******************************
:: 36.0 NEWSLETTER AREA CSS
****************************** */
.form-control {
  font-size: 15px;
  height: 50px;
  border: none;
  outline: none;
  padding-left: 20px;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.form-control:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.newsletter-area button {
  height: 50px;
  border-radius: 0;
}

/* ******************************
:: 37.0 MAINTENENCE AREA CSS
****************************** */
.maintenance-content > h3 {
  font-size: 45px;
  font-weight: 300;
}

/* ******************************
:: 38.0 COMING SOON AREA CSS
****************************** */
.countdown {
  text-transform: uppercase;
}

.countdown > div {
  display: inline-block;
}

.countdown > div > span {
  display: block;
  text-align: center;
}

.countdown-container {
  margin: 0 3px;
}

.countdown-container .countdown-heading {
  font-size: 16px !important;
  font-weight: 600;
  margin: 10px;
  color: #444;
}

.countdown-container .countdown-value {
  font-size: 50px;
  padding: 10px;
  color: #444;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

.countdown-content > h1 {
  font-size: 6.5vmax;
  background: rgba(0, 0, 0, 0) url("../img/blog_thumb.jpg") no-repeat scroll
    center center / cover;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

/* ******************************
:: 39.0 PREVIEW AREA CSS
****************************** */
.single-preview img {
  -webkit-box-shadow: 0 0.313rem 0.875rem rgba(45, 49, 54, 0.08);
  box-shadow: 0 0.313rem 0.875rem rgba(45, 49, 54, 0.08);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-preview:hover img {
  -webkit-box-shadow: 0 2.188rem 2.125rem rgba(33, 97, 177, 0.08);
  box-shadow: 0 2.188rem 2.125rem rgba(33, 97, 177, 0.08);
}

.preview-area .section-heading {
  margin-bottom: 35px;
}

.preview-area .single-preview {
  margin-top: 45px;
}

.template-features-area .single-feaures {
  border-radius: 15px;
}
