/* =========================================
1.  TEMPLATE BASIC
============================================*/
/* ======================================
1.2 FONTS FOR THEME
========================================*/
body {
  font-size: 15px;
  line-height: 23px;
  font-family: "Ubuntu", sans-serif;
  -webkit-font-smoothing: antialiased;
  background: #f5f5f8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  font-weight: 700;
}

a {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:focus, a:hover {
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #676767;
}

h3 {
  font-size: 22px;
}

input, textarea {
  color: #676767;
  width: 100%;
  padding: 10px 15px;
}

::-moz-placeholder {
  opacity: 1;
}

img, figure {
  max-width: 100%;
  object-fit: cover;
  margin: 0px;
}

#scrollUp {
  width: 50px;
  height: 50px;
  background: #3a5065;
  color: #fff;
  right: 30px;
  bottom: 30px;
  text-align: center;
  display: table;
  border-radius: 45px;
}
#scrollUp i {
  font-size: 22px;
  display: table-cell;
  vertical-align: middle;
}

/* ==========================================
PRELODER AREA
=============================================*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f7f7f7;
  z-index: 999999;
}

.preloader {
  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;
}

.preloader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #FFC107;
  -webkit-animation: loader 1.3s linear infinite;
  animation: loader 1.3s linear infinite;
}

.preloader span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes loader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes loader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}
/*===========================================
4. HEADER AREA
=============================================*/
.header-parallax,
.feature-area {
  background-attachment: fixed;
  background-position: top right;
  color: #fff;
  padding: 85px 0;
  position: relative;
  background-size: cover;
  z-index: 1;
}

.header-parallax {
  background-color: #614fd8;
}

.feature-area::after {
  background: #200101 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.intro-text h1 {
  font-size: 75px;
  margin-bottom: 0px;
}

.intro-text p {
  font-size: 20px;
  margin-bottom: 30px;
}

.intro-text span {
  display: block;
  font-size: 28px;
}

.mb100 {
  margin-bottom: 50px;
}

.home-version {
  padding: 100px 0 30px;
}

.section-title {
  margin-bottom: 60px;
  text-transform: capitalize;
  color: #111;
  font-weight: 700;
  font-size: 40px;
}

.custom-btn {
  background: #32c620;
  padding: 15px 30px;
  display: inline-block;
  border-radius: 30px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  transition: 1s;
  text-transform: capitalize;
}

.custom-btn:hover {
  background: #c54f0f;
  color: #fff;
}

.single-preview {
  box-shadow: 0px 0px 10px 0 rgba(71, 64, 64, 0.2);
  transition: all 0.4s ease 0s;
  text-align: center;
  border: 9px solid #f3f3f3;
  overflow: hidden;
  position: relative;
}
.single-preview figure {
  position: relative;
  transition: all 0.3s ease 0s;
  margin: 0;
}
.single-preview figure img {
  width: 100%;
}
.single-preview a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #7e6df7;
  opacity: 0;
  border-radius: 5px;
  transition: 0.5s;
  display: block;
  z-index: 3;
}
.single-preview h4 {
  color: #fff;
  position: absolute;
  bottom: -40px;
  font-size: 23px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-transform: capitalize;
  font-weight: 500;
  z-index: 4;
  transition: 0.4s;
}
.single-preview:hover a {
  opacity: 0.8;
}
.single-preview:hover h4 {
  bottom: 15px;
}

/* ==========================================
FEATURE AREA
============================================ */
.feature-area {
  padding: 100px 0 0px;
  z-index: 1;
  position: relative;
}
.feature-area::after {
  background: #fff;
  opacity: 0.75;
}
.feature-area .single-promo {
  margin-bottom: 100px;
}
.feature-area .single-promo .promo-txt {
  margin-left: 60px;
}
.feature-area .single-promo .promo-txt h3 {
  color: #222;
  font-size: 22px;
  font-weight: 500;
}
.feature-area .single-promo .promo-txt p {
  color: #676767;
}
.feature-area .single-promo .promo-icon {
  width: 36px;
  height: 36px;
  display: table;
  border-radius: 50%;
  text-align: center;
  float: left;
}
.feature-area .single-promo .promo-icon i {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 18px;
}

.feature-area .row div:nth-child(1) .promo-icon {
  background: #ff6b6b;
}

.feature-area .row div:nth-child(2) .promo-icon {
  background: #feca57;
}

.feature-area .row div:nth-child(3) .promo-icon {
  background: #ff9ff3;
}

.feature-area .row div:nth-child(4) .promo-icon {
  background: #48dbfb;
}

.feature-area .row div:nth-child(5) .promo-icon {
  background: #1cd1a1;
}

.feature-area .row div:nth-child(6) .promo-icon {
  background: #00d2d3;
}

.feature-area .row div:nth-child(7) .promo-icon {
  background: #8395a7;
}

.feature-area .row div:nth-child(8) .promo-icon {
  background: #5f27cd;
}

.feature-area .row div:nth-child(9) .promo-icon {
  background: #54a0ff;
}

.feature-area .row div:nth-child(10) .promo-icon {
  background: #a666ff;
}

.feature-area .row div:nth-child(11) .promo-icon {
  background: #78ffa1;
}

.feature-area .row div:nth-child(12) .promo-icon {
  background: #2314ff;
}

/* PERCHASE AREA */
.perchase-area {
  background-image: linear-gradient(to right, #34495e 0%, #2c3e50 100%);
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
.perchase-area::after {
  opacity: 0.9;
}

.perchase-text {
  max-width: 740px;
  margin: 0 auto;
  text-align: center;
}
.perchase-text h3 {
  color: #fff;
  font-size: 30px;
}
.perchase-text p {
  margin: 30px 0 45px;
  font-size: 20px;
  line-height: 30px;
  color: #8795a2;
}

/* Footer Area */
.footer-area {
  background-image: linear-gradient(to left, #242d35 0%, #202c38 100%);
  padding: 20px 0;
}
.footer-area .copy-right span {
  color: #8795a2;
  display: block;
}
.footer-area .copy-right p {
  font-weight: 500;
  color: #8795a2;
  margin: 0;
}
.footer-area a {
  margin: 0 10px;
  color: #8795a2;
  font-size: 14px;
}

.footer-social,
.footer-area p {
  margin-top: 10px;
}

.footer-social a,
.footer-area p {
  color: #8795a2;
  font-size: 14px;
}

/*# sourceMappingURL=style.css.map */
