/*-----------------------------------------------------------------------------------

    Template Name: Lauriel - Multipurpose eCommerce HTML Template
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    1. Template default CSS


-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  1. Template default CSS
/*----------------------------------------*/
/*-- Google Font --*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");
/*-- Common Style --*/
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  background-color: "Poppins", sans-serif;
  line-height: 24px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin-top: 0;
}

p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #6d6d6d;
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

p:last-child {
  margin-bottom: 0;
}

a,
button {
  color: inherit;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  color: #000000;
}

a,
button,
img,
input,
span {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

*:focus {
  outline: none !important;
}

a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

button,
input[type=submit] {
  cursor: pointer;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

/*-- 
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.section {
  float: left;
  width: 100%;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.bg-img {
  background-position: center center;
  background-size: cover;
}

.border-bottom-1 {
  border-bottom: 1px solid #d5d5d5;
}

a:hover {
  color: #900;
}

/*************************
  Basic margin padding
*************************/
.m-0 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.p-0 {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

/*-- 
    - Input Placeholder
-----------------------------------------*/
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input {
  background: #eceff8;
  border: 2px solid #eceff8;
  height: 45px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 10px;
  font-size: 14px;
  color: #333;
  width: 100%;
}

select {
  width: 100%;
  background: transparent;
  border: 0px solid #eceff8;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
  color: #333;
}

option {
  background: #fff;
  border: 0px solid #626262;
  padding-left: 10px;
  font-size: 14px;
}

input:focus {
  background: transparent;
}

textarea {
  resize: vertical;
  background: #eceff8;
  border: 2px solid #eceff8;
  padding: 10px;
  width: 100%;
  font-size: 14px;
}

textarea:focus {
  background: transparent;
  border: 2px solid #4FC1F0;
  outline: none;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}
@media only screen and (max-width: 767px) {
  .pt-125 {
    padding-top: 50px;
  }
}

.pt-130 {
  padding-top: 130px;
}
@media only screen and (max-width: 767px) {
  .pt-130 {
    padding-top: 55px;
  }
}

.pt-135 {
  padding-top: 135px;
}
@media only screen and (max-width: 767px) {
  .pt-135 {
    padding-top: 55px;
  }
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}
@media only screen and (max-width: 767px) {
  .pb-110 {
    padding-bottom: 80px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .pb-120 {
    padding-bottom: 40px;
  }
}

.pb-130 {
  padding-bottom: 130px;
}
@media only screen and (max-width: 767px) {
  .pb-130 {
    padding-bottom: 55px;
  }
}

.pb-115 {
  padding-bottom: 115px;
}
@media only screen and (max-width: 767px) {
  .pb-115 {
    padding-bottom: 35px;
  }
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

/*-- 
    Scroll Up 
-----------------------------------------*/
#scrollUp {
  width: 50px;
  height: 50px;
  background-color: #900;
  color: #fff;
  right: 20px;
  bottom: 60px;
  text-align: center;
  overflow: hidden;
  border-radius: 50px;
  z-index: 9811 !important;
}
@media only screen and (max-width: 767px) {
  #scrollUp {
    width: 40px;
    height: 40px;
  }
}
#scrollUp i {
  display: block;
  line-height: 50px;
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  #scrollUp i {
    line-height: 40px;
    font-size: 16px;
  }
}
#scrollUp:hover i {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.height-100 {
  height: 100vh;
}

.transparent-bar {
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}

.section-padding-1 .container-fluid {
  padding: 0 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .section-padding-1 .container-fluid {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding-1 .container-fluid {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding-1 .container-fluid {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-1 .container-fluid {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-padding-1 .container-fluid {
    padding: 0 32px;
  }
}

.padding-60-row-col .row {
  margin-right: -30px;
  margin-left: -30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .padding-60-row-col .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .padding-60-row-col .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .padding-60-row-col .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .padding-60-row-col .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.padding-60-row-col .row div[class^=col-] {
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .padding-60-row-col .row div[class^=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .padding-60-row-col .row div[class^=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .padding-60-row-col .row div[class^=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .padding-60-row-col .row div[class^=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.padding-20-row-col .row {
  margin-right: -10px;
  margin-left: -10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .padding-20-row-col .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .padding-20-row-col .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .padding-20-row-col .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .padding-20-row-col .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.padding-20-row-col .row div[class^=col-] {
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .padding-20-row-col .row div[class^=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .padding-20-row-col .row div[class^=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .padding-20-row-col .row div[class^=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .padding-20-row-col .row div[class^=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.bg-gray {
  background-color: #f3f6f7;
}

/*-------- 2. Animation CSS ---------*/
@-webkit-keyframes hastechFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hastechFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes hastechZoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes hastechZoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes hastechZoomOut {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes hastechZoomOut {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes hastechMoveUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes hastechMoveUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes hastechMoveUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes hastechMoveUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes hastechMoveDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes hastechMoveDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes hastechMoveDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes hastechMoveDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes hastechMoveLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(25px);
            transform: translateX(25px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes hastechMoveLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(25px);
            transform: translateX(25px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes hastechMoveLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes hastechMoveLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes hastechMoveRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-25px);
            transform: translateX(-25px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes hastechMoveRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-25px);
            transform: translateX(-25px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes hastechMoveRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes hastechMoveRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes hastechFallPerspective {
  0% {
    opacity: 0;
    -webkit-transform: perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg);
            transform: perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(1000px) translateY(0) translateZ(0) rotateX(0deg);
            transform: perspective(1000px) translateY(0) translateZ(0) rotateX(0deg);
  }
}
@keyframes hastechFallPerspective {
  0% {
    opacity: 0;
    -webkit-transform: perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg);
            transform: perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(1000px) translateY(0) translateZ(0) rotateX(0deg);
            transform: perspective(1000px) translateY(0) translateZ(0) rotateX(0deg);
  }
}
@-webkit-keyframes hastechFlipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}
@keyframes hastechFlipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}
@-webkit-keyframes hastechFlipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}
@keyframes hastechFlipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes moveUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes moveUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes columnMoveUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes columnMoveUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fallPerspective {
  0% {
    opacity: 0;
    -webkit-transform: perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg);
            transform: perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(1000px) translateY(0) translateZ(0) rotateX(0deg);
            transform: perspective(1000px) translateY(0) translateZ(0) rotateX(0deg);
  }
}
@keyframes fallPerspective {
  0% {
    opacity: 0;
    -webkit-transform: perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg);
            transform: perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(1000px) translateY(0) translateZ(0) rotateX(0deg);
            transform: perspective(1000px) translateY(0) translateZ(0) rotateX(0deg);
  }
}
@-webkit-keyframes edit-button-pulse {
  0% {
    -webkit-box-shadow: 0 0 2px 0 rgba(183, 8, 78, 0.6);
            box-shadow: 0 0 2px 0 rgba(183, 8, 78, 0.6);
  }
  30% {
    -webkit-box-shadow: 0 0 2px 10px rgba(183, 8, 78, 0);
            box-shadow: 0 0 2px 10px rgba(183, 8, 78, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 2px 0 rgba(183, 8, 78, 0);
            box-shadow: 0 0 2px 0 rgba(183, 8, 78, 0);
  }
}
@keyframes edit-button-pulse {
  0% {
    -webkit-box-shadow: 0 0 2px 0 rgba(183, 8, 78, 0.6);
            box-shadow: 0 0 2px 0 rgba(183, 8, 78, 0.6);
  }
  30% {
    -webkit-box-shadow: 0 0 2px 10px rgba(183, 8, 78, 0);
            box-shadow: 0 0 2px 10px rgba(183, 8, 78, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 2px 0 rgba(183, 8, 78, 0);
            box-shadow: 0 0 2px 0 rgba(183, 8, 78, 0);
  }
}
@-webkit-keyframes shortfadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes shortfadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.shortfadeInUp {
  -webkit-animation-name: shortfadeInUp;
          animation-name: shortfadeInUp;
}

.animated-duration {
  -webkit-animation-duration: 1.25s;
          animation-duration: 1.25s;
}

.custom-delay-200 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.custom-delay-250 {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.custom-delay-300 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.custom-delay-350 {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}

.custom-delay-400 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.custom-delay-450 {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}

.custom-delay-500 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.custom-delay-550 {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}

.custom-delay-600 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.custom-delay-700 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.custom-delay-800 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.custom-delay-900 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

@-webkit-keyframes elementor-animation-bob {
  0% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}

@keyframes elementor-animation-bob {
  0% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}
@-webkit-keyframes elementor-animation-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}
@keyframes elementor-animation-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}
.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 45px 0;
}
@media only screen and (max-width: 767px) {
  .header-wrap {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-wrap .logo a {
  display: inline-block;
  line-height: 1;
  position: relative;
}
.header-wrap .logo a .logo-default {
  opacity: 1;
  visibility: visible;
}
.header-wrap .logo a .logo-black {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}
.header-wrap .main-menu {
  margin-left: 260px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .header-wrap .main-menu {
    margin-left: 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .header-wrap .main-menu {
    margin-left: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-wrap .main-menu {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-wrap .main-menu {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .header-wrap .main-menu {
    display: none;
  }
}
.header-wrap .main-menu nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-wrap .main-menu nav ul li {
  margin-right: 50px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .header-wrap .main-menu nav ul li {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .header-wrap .main-menu nav ul li {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-wrap .main-menu nav ul li {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-wrap .main-menu nav ul li {
    margin-right: 20px;
  }
}
.header-wrap .main-menu nav ul li:last-child {
  margin-right: 0;
}
.header-wrap .main-menu nav ul li a {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-wrap .main-menu nav ul li a {
    font-size: 14px;
  }
}
.header-wrap .main-menu nav ul li a:hover {
  color: #900;
}
.header-wrap .purchase-btn {
  margin-left: auto;
}
.header-wrap .purchase-btn a {
  display: inline-block;
  color: #ffffff;
  background-color: #84a017;
  line-height: 1;
  padding: 20px 40px 22px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-wrap .purchase-btn a {
    letter-spacing: 0px;
    padding: 13px 15px 15px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .header-wrap .purchase-btn a {
    letter-spacing: 0px;
    padding: 13px 15px 15px;
    font-size: 14px;
  }
}
.header-wrap .purchase-btn a:hover {
  background-color: #000;
}

.btn.focus, .btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.hero-slider-area {
  position: relative;
}

.hero-slider-content {
  padding: 320px 0 0;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .hero-slider-content {
    padding: 220px 0 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .hero-slider-content {
    padding: 220px 0 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slider-content {
    padding: 220px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider-content {
    padding: 200px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slider-content {
    padding: 120px 0 0;
  }
}
.hero-slider-content h3 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .hero-slider-content h3 {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .hero-slider-content h3 {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slider-content h3 {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider-content h3 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slider-content h3 {
    margin-bottom: 10px;
  }
}
.hero-slider-content h1 {
  font-size: 60px;
  font-weight: 600;
  color: #fff;
  line-height: 70px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .hero-slider-content h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .hero-slider-content h1 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slider-content h1 {
    font-size: 42px;
    line-height: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider-content h1 {
    font-size: 37px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slider-content h1 {
    font-size: 22px;
    line-height: 32px;
    margin: 0 0 28px;
  }
}

.explore-content {
  position: absolute;
  right: 17%;
  top: 44.3%;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .explore-content {
    right: 2%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .explore-content {
    right: 2%;
    top: 32%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .explore-content {
    right: 0%;
    top: 37%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .explore-content {
    right: 0%;
    top: 28%;
  }
}
@media only screen and (max-width: 767px) {
  .explore-content {
    position: static;
  }
}
.explore-content h3 {
  display: inline-block;
  font-size: 24px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  line-height: 34px;
  text-transform: uppercase;
  -webkit-transform: rotate(90deg) !important;
          transform: rotate(90deg) !important;
}
@media only screen and (max-width: 767px) {
  .explore-content h3 {
    line-height: 28px;
    font-size: 20px;
    -webkit-transform: rotate(0deg) !important;
            transform: rotate(0deg) !important;
  }
}

.top-feature-area {
  padding: 260px 0 70px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .top-feature-area {
    padding: 160px 0 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .top-feature-area {
    padding: 130px 0 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .top-feature-area {
    padding: 130px 0 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top-feature-area {
    padding: 100px 0 70px;
  }
}
@media only screen and (max-width: 767px) {
  .top-feature-area {
    padding: 35px 0 40px;
  }
}

.single-top-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.single-top-feature .top-feature-content span {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
}
.single-top-feature .top-feature-icon i {
  font-size: 50px;
  color: #fff;
}

.section-title-wrap .section-title-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .section-title-wrap .section-title-top {
    margin: 0 0 10px;
  }
}
.section-title-wrap .section-title-top span {
  font-size: 72px;
  font-weight: 600;
  color: #900;
  line-height: 1;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .section-title-wrap .section-title-top span {
    font-size: 50px;
  }
}
.section-title-wrap .section-title-top h2 {
  font-size: 30px;
  font-weight: 300;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .section-title-wrap .section-title-top h2 {
    font-size: 22px;
  }
}
.section-title-wrap p {
  font-size: 18px;
  color: #666;
  width: 75%;
  margin: 0 auto;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-wrap p {
    font-size: 16px;
    width: 77%;
  }
}
@media only screen and (max-width: 767px) {
  .section-title-wrap p {
    font-size: 14px;
    width: 100%;
  }
}
.section-title-wrap p span {
  color: #000;
}
@media only screen and (max-width: 767px) {
  .section-title-wrap.mb-55 {
    margin-bottom: 30px;
  }
}

.section-title-wrap-2 .section-title-top-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .section-title-wrap-2 .section-title-top-2 {
    margin: 0 0 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.section-title-wrap-2 .section-title-top-2 span {
  font-size: 72px;
  font-weight: 600;
  color: #900;
  line-height: 1;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .section-title-wrap-2 .section-title-top-2 span {
    font-size: 50px;
  }
}
.section-title-wrap-2 .section-title-top-2 h2 {
  font-size: 30px;
  font-weight: 300;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .section-title-wrap-2 .section-title-top-2 h2 {
    font-size: 22px;
  }
}
.section-title-wrap-2 p {
  color: #666;
  margin: 0;
  line-height: 1.6;
  width: 67%;
}
@media only screen and (max-width: 767px) {
  .section-title-wrap-2 p {
    width: 100%;
  }
}
.section-title-wrap-2 p span {
  color: #000;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .section-title-wrap-2 {
    text-align: center;
  }
  .section-title-wrap-2.mb-55 {
    margin-bottom: 30px;
  }
}

.demo-item-wrap .demo-item-img {
  border: 1px solid #d6d6d7;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.demo-item-wrap .demo-item-img a {
  display: block;
}
.demo-item-wrap .demo-item-img a img {
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.demo-item-wrap .demo-item-img span.new {
  background-color: #df2121;
  border: 0 none;
  color: #fff;
  display: block;
  font-weight: bold;
  left: -33px;
  margin: 0;
  padding: 5px 0 7px;
  position: absolute;
  text-align: center;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.24);
  text-transform: uppercase;
  top: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 131px;
  z-index: 1;
  opacity: 1;
}
.demo-item-wrap .demo-item-title h3 {
  font-size: 16px;
  font-weight: 600;
}
.demo-item-wrap .demo-item-title h3 a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #000000;
  position: relative;
}
.demo-item-wrap .demo-item-title h3 a::after {
  content: "";
  height: 1px;
  right: 0px;
  bottom: 0px;
  left: auto;
  width: 0;
  position: absolute;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  background-color: #000;
}
.demo-item-wrap .demo-item-title h3 a:hover::after {
  left: 0px;
  right: auto;
  width: 100%;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.demo-item-wrap:hover .demo-item-img a img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
@media only screen and (max-width: 767px) {
  .demo-item-wrap.mb-55 {
    margin-bottom: 35px;
  }
}

.coming-soon h2 {
  color: #999;
  font-size: 48px;
  text-align: center;
  font-weight: 300;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coming-soon h2 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .coming-soon h2 {
    font-size: 22px;
  }
}

.customization-img img {
  max-width: 100%;
}

.core-feature-inner {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 20px 25px 20px 25px;
  min-height: 258px;
}
.core-feature-inner .core-feature-img {
  margin-bottom: 20px;
}
.core-feature-inner .core-feature-img img {
  max-width: 100%;
}
.core-feature-inner .core-feature-content h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 10px;
}
.core-feature-inner .core-feature-content p {
  font-size: 13px;
}

.purchase-btn {
  margin: 0 0 0 149px;
}
@media only screen and (max-width: 767px) {
  .purchase-btn {
    margin: 0 0 0 109px;
  }
}
.purchase-btn a {
  display: inline-block;
  background-color: #84a017;
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 5px;
  letter-spacing: 1px;
  padding: 20px 40px 18px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .purchase-btn a {
    padding: 15px 20px 13px;
    letter-spacing: 0px;
    font-size: 14px;
  }
}
.purchase-btn a:hover {
  background-color: #900;
}

.section-cta {
  padding-top: 200px;
  padding-bottom: 130px;
  background-image: url(../img/background-cta.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -70px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .section-cta {
    background-position: 50%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .section-cta {
    background-position: 60%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-cta {
    background-position: 60%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-cta {
    background-position: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .section-cta {
    background-position: 60%;
  }
}

.footer-area {
  padding: 80px 0;
  background-color: #2d2d2d;
}
@media only screen and (max-width: 767px) {
  .footer-area {
    padding: 50px 0;
  }
}
.footer-area .copyright p {
  font-size: 16px;
  margin: 0;
  color: #ccc;
}
.footer-area .copyright p i {
  color: red;
}
.footer-area .copyright p a {
  color: #fff;
  font-weight: 600;
}
.footer-area .copyright p a:hover {
  color: #900;
}

.sticky-bar.stick {
  -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  border-bottom: 1px solid #ccc;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  left: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.sticky-bar.stick .header-wrap {
  padding: 15px 0;
}
.sticky-bar.stick .logo a .logo-default {
  opacity: 1;
  visibility: visible;
}
.sticky-bar.stick .logo a .logo-black {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.sticky-bar.stick .main-menu nav ul li a {
  color: #000000;
}
.sticky-bar.stick .main-menu nav ul li a:hover {
  color: #900;
}
.sticky-bar.stick .purchase-btn a {
  padding: 16px 25px 17px;
  font-size: 14px;
}
.sticky-bar.stick .purchase-btn a:hover {
  background-color: #000;
}