
@import url("https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,700,900");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: bodyFont;
  src: url(../fonts/Poppins-Regular.ttf);
}
@font-face {
  font-family: counterFont;
  src: url(../fonts/Oswald-Medium.ttf);
}
@font-face {
  font-family: counterFont02;
  src: url(../fonts/AmostelySignature.ttf);
}
@font-face {
  font-family: counterFont03;
  src: url(../fonts/Poppins-ExtraLight.ttf);
}

*{
  font-family: bodyFont;
}


.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  background-color: #fff !important;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #212224;
  font-family: "Raleway", sans-serif;
}

::selection {
  background: #000000;
  color: #fff;
}

::-moz-selection {
  background: #000000;
  color: #fff;
}

.section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 80px;
}

.section.colored {
  background: #f2f2fe;
}

.hr {
  bottom: 0px;
  width: 100%;
  height: 1px;
  margin-top: 100px;
  border-bottom: 1px solid #eee;
}

.left-heading.light .section-title {
  color: #ffffff;
}

.left-heading .section-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 42px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  margin-bottom: 30px;
  position: relative;
}

.center-heading {
  text-align: center;
}

.center-heading .section-title {
  font-weight: 500;
  font-size: 28px;
  color: #1e1e1e;
  letter-spacing: 1.75px;
  line-height: 38px;
  margin-bottom: 20px;
}

.center-heading.colored .section-title {
  color: #ffffff;
}

.center-text {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #777;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

.center-text.colored {
  color: #fff;
}

.center-text p {
  font-size: 15px;
  color: #777;
  margin-bottom: 30px;
}

.left-text {
  font-weight: 400;
  font-size: 16px;
  color: #777;
  line-height: 28px;
  letter-spacing: 1px;
}

.left-text.light {
  color: #fff;
}

.left-text p {
  margin-bottom: 30px;
}

.left-text p.dark {
  color: #3B566E;
}

.padding-bottom-top-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.padding-bottom-80 {
  padding-bottom: 80px !important;
}

.padding-bottom-100 {
  padding-bottom: 100px !important;
}

.border-bottom {
  border-bottom: 1px solid #eee !important;
}

.mbottom-30 {
  margin-bottom: 30px !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-bottom {
  -ms-flex-item-align: flex-end !important;
  align-self: flex-end !important;
}

.padding-bottom-0 {
  padding-bottom: 0px !important;
}

.padding-top-0 {
  padding-top: 0px !important;
}

.padding-top-80 {
  padding-top: 80px !important;
}

.padding-top-70 {
  padding-top: 70px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-bottom-45 {
  margin-bottom: 45px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-bottom-100 {
  margin-bottom: 100px !important;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

a.main-button-slider {
  font-size: 15px;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: #80c341;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-weight: 600;
}

a.main-button-slider:hover {
  background-color: #4c7426;
}

a.main-button {
  font-size: 13px;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: #8261ee;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button:hover {
  background-color: #000000;
}

button.main-button {
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 13px;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: #8261ee;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

button.main-button:hover {
  background-color: #000000;
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/
.header-area {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    height: 110px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    box-shadow: 0px 3px 12px rgb(0 0 0 / 19%);
    background: #ffffff;
    padding: 15px 40px 20px 40px;
}

.header-area .main-nav {
  min-height: 80px;
  width: fit-content;
  text-align: left;
  padding: 10px 0;
}

.header-area .main-nav .logo {
  float: left;
  margin-top: 37px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-left: 30px;
}

.header-area .main-nav .logo img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 27px;
  margin-left: 0px;
  margin-right: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li a:hover {
  color: #000000;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #3B566E;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #3B566E;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #3B566E;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #3B566E;
}

.header-area.header-sticky {
  min-height: 80px;
  margin-bottom: 16px;
}

.header-area.header-sticky .logo {
  margin: 0px;
  position: relative;
  bottom: 16px;
}

.header-area.header-sticky .nav {
  margin-top: 35px !important;
  float: right;
}

/* a.dropdown-toggle.active{
  color: #5a9509 !important;
  font-weight: 700;
} */
.header-area.header-sticky .nav li a {
  border-radius: 50px;
  color: #1e1e1e;
  font-weight: 600;
  font-variant-caps: all-petite-caps;
  font-size: 20px;
  transition: 0.4s;
  background: #fff;
  padding: 0px 5px 2px 5px;
  margin-left: 5px;
}
.header-area.header-sticky .nav li a:hover {
  color: #000;
  background: #f1f1f1;
  border-radius: 50px;
}
.header-area.header-sticky .nav li a:focus {
  color: #000;
  background: #f1f1f1;
  border-radius: 50px;
}

.navActive {
  color: #fff !important;
  background: #4e9d1b !important;
  border-radius: 50px !important;
  width: fit-content;
}

a.logo {
  position: relative;
  bottom: 16px;
}


@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 991px) {

  .header-area {
    padding: 0px 15px;
    height: auto;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-top: 27px !important;
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
    margin: 0 auto;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    margin-top: 80px !important;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #fff !important;
    color: #3B566E !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
  }
}

@media (min-width: 992px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}

/* 
---------------------------------------------
features
--------------------------------------------- 
*/
.features-small-item {
  cursor: pointer;
  display: block;
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.10);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  margin-bottom: 30px;
}

.features-small-item:hover .icon {
  background-color: #000000;
}

.features-small-item .icon {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 90px;
  height: 90px;
  line-height: 90px;
  margin: auto;
  position: relative;
  margin-bottom: 30px;
  background: #8261ee;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.features-small-item .icon i {
  font-size: 18px;
  color: #fff;
}

.features-small-item .features-title {
  font-weight: 500;
  font-size: 18px;
  color: #1e1e1e;
  letter-spacing: 0.7px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}

.features-small-item p {
  font-weight: 400;
  font-size: 13px;
  color: #777;
  letter-spacing: 0.5px;
  line-height: 25px;
  position: relative;
  z-index: 2;
}

.features-small-item a {
  float: right;
  position: relative;
  z-index: 2;
}

.home-feature {
  padding-bottom: 0px;
  padding-top: 100px !important;
  z-index: 9;
}

@media (max-width: 991px) {
  .home-feature {
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
  }
}

/* 
---------------------------------------------
parallax & home seperator
--------------------------------------------- 
*/
.mini {
  min-height: 215px;
  overflow: hidden;
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
}

.mini:before {
  content: '';
  position: absolute;
  width: 140%;
  height: 140%;
  opacity: .95;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(../images/work-process-bg.png);
  z-index: 2;
  top: -20%;
  left: -20%;
}

.mini .mini-content {
  position: relative;
  z-index: 3;
}

.mini .mini-content .info {
  text-align: center;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.mini .mini-content .info small {
  display: block;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 5px;
}

.mini .mini-content .info strong {
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 40px;
  display: block;
}

.mini .mini-content .info h1 {
  color: #fff;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.25px;
  margin-bottom: 30px;
}

.mini .mini-content .info p {
  letter-spacing: 1px;
  margin-bottom: 40px;
  color: #fff;
  letter-spacing: 0.25px;
  line-height: 26px;
  font-weight: 400;
  font-size: 15px;
}

.mini .mini-content .info p span {
  text-decoration: underline;
}

.mini .mini-content .mini-box {
  display: block;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
}

.mini .mini-content .mini-box:hover {
  margin-top: -10px;
}

.mini .mini-content .mini-box:before {
  content: '';
  position: absolute;
  z-index: -1;
  background: #fff;
  width: 100%;
  opacity: .15;
  height: 100%;
  bottom: -10px;
  left: 0px;
  right: -20px;
  margin: auto;
  border-radius: 20px;
}

.mini .mini-content .mini-box i {
  display: block;
  font-size: 20px;
  margin-bottom: 15px;
}

.mini .mini-content .mini-box span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #777;
  letter-spacing: .75px;
}

.mini .mini-content .mini-box strong {
  display: block;
  font-weight: 400;
  font-size: 17px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  margin-bottom: 5px;
  margin-top: 20px;
}

.counter {
  overflow: hidden;
  position: relative;
}

.counter:before {
  content: '';
  position: absolute;
  width: 140%;
  height: 140%;
  opacity: .90;
  background-image: url(../images/fun-facts-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 2;
  top: -20%;
  left: -20%;
}

.counter .content {
  position: relative;
  z-index: 3;
  width: 100%;
}

.counter .content .count-item {
  height: 340px;
  position: relative;
  float: left;
  width: 100%;
}

.counter .content .count-item.decoration-bottom {
  position: relative;
}

.counter .content .count-item.decoration-bottom:after {
  content: '';
  position: absolute;
  width: 70%;
  height: 32px;
  top: 160px;
  left: 70%;
  background: url(../images/circle-dec.png) center center no-repeat;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.counter .content .count-item.decoration-top {
  position: relative;
}

.counter .content .count-item.decoration-top:after {
  content: '';
  position: absolute;
  width: 70%;
  height: 32px;
  top: 140px;
  left: 70%;
  background: url(../images/circle-dec.png) center center no-repeat;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.counter .content .count-item:hover strong {
  margin-top: 110px;
}

.counter .content .count-item strong {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 36px;
  letter-spacing: 0.25px;
  margin-bottom: 10px;
  color: #fff;
  margin-top: 120px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.counter .content .count-item span {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.25px;
}

@media (max-width: 991px) {
  .parallax {
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: auto;
  }
  .parallax .content {
    position: relative !important;
    top: 0% !important;
    transform: perspective(1px) translateY(0%) !important;
  }
  .counter {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .counter .content {
    position: relative !important;
    top: 0% !important;
    transform: perspective(1px) translateY(0%) !important;
  }
  .counter .content .count-item {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .counter .content .count-item:hover strong {
    margin-top: 0px;
  }
  .counter .content .count-item:before {
    display: none;
  }
  .counter .content .count-item:after {
    display: none;
  }
  .counter .content .count-item strong {
    margin-top: 0px;
  }
}

/* 
---------------------------------------------
team
--------------------------------------------- 
*/
.team-item {
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.10);
  border-radius: 20px;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 25px;
}

.team-item:hover .team-content .team-info {
  margin-left: 30px;
}

.team-item i {
  display: block;
  margin-left: 25px;
  margin-top: 25px;
  font-size: 30px;
  color: #4E47DE;
  text-align: center;
}

.team-item .user-image {
  width: 60px;
  height: 60px;
  overflow: hidden;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-left: 25px;
  float: left;
}

.team-item .team-content {
  text-align: left;
  overflow: hidden;
}

.team-item .team-content .team-info {
  float: left;
  margin-left: 20px;
  margin-top: 8px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.team-item .team-content .team-info .user-name {
  display: block;
  font-weight: 400;
  font-size: 17px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  margin-bottom: 5px;
}

.team-item .team-content .team-info span {
  display: block;
  font-weight: 400;
  font-size: 15px;
  color: #000000;
  letter-spacing: 0.25px;
}

.team-item .team-content p {
  margin-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 15px;
  color: #777;
  letter-spacing: 0.6px;
  line-height: 26px;
}

/* 
---------------------------------------------
pricing
--------------------------------------------- 
*/
.pricing-item {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin-bottom: 30px;
  margin-top: 20px;
  padding: 30px 0px 40px 0px;
}

.pricing-item.active .pricing-header {
  position: relative;
}

.pricing-item.active .pricing-header .pricing-title {
  color: #1e1e1e;
}

.pricing-item.active .pricing-body .price-wrapper {
  background-color: #000000;
}

.pricing-item.active .pricing-body .price-wrapper .currency {
  color: #fff;
}

.pricing-item.active .pricing-body .price-wrapper .price {
  color: #fff;
}

.pricing-item.active .pricing-body .price-wrapper .period {
  color: #fff;
}

.pricing-item .pricing-header {
  text-align: center;
  display: block;
  position: relative;
  padding-bottom: 10px;
}

.pricing-item .pricing-header .pricing-title {
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.25px;
  color: #1e1e1e;
  width: 180px;
  height: 40px;
  line-height: 40px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.pricing-item .pricing-body {
  margin-bottom: 40px;
}

.pricing-item .pricing-body .price-wrapper {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 13px;
  background: #8261ee;
  width: 80%;
  margin: auto;
  margin-bottom: 40px;
  margin-top: 5px;
  border-radius: 20px;
}

.pricing-item .pricing-body .price-wrapper .currency {
  height: 47px;
  font-weight: 500;
  font-size: 32px;
  color: #fff;
  position: relative;
  top: -1px;
}

.pricing-item .pricing-body .price-wrapper .price {
  font-weight: 500;
  font-size: 28px;
  color: #fff;
}

.pricing-item .pricing-body .price-wrapper .period {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  display: block;
  letter-spacing: 0.88px;
}

.pricing-item .pricing-body .list li {
  text-align: center;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 13px;
  color: #7a7a7a;
  letter-spacing: 0.25px;
  text-decoration: line-through;
}

.pricing-item .pricing-body .list li.active {
  color: #7a7a7a;
  text-decoration: none;
}

.pricing-item .pricing-footer {
  text-align: center;
  margin-top: 50px;
}

/* 
---------------------------------------------
blog
--------------------------------------------- 
*/
.blog-post-thumb {
  text-align: center;
  margin-bottom: 30px;
}

.blog-post-thumb.big .img {
  height: 400px;
}

.blog-post-thumb .img {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  height: 200px;
}

.blog-post-thumb .blog-content {
  margin-top: -30px;
  padding-top: 50px;
}

.blog-post-thumb h3 {
  margin-bottom: 20px !important;
}

.blog-post-thumb h3 a {
  font-weight: 500;
  font-size: 18px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  line-height: 26px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.blog-post-thumb h3 a:hover {
  color: #000000;
}

.blog-post-thumb .text {
  font-weight: 400;
  font-size: 13px;
  color: #777;
  letter-spacing: 0.26px;
  line-height: 26px;
  margin-bottom: 15px;
}

.blog-post-thumb .post-footer span {
  float: left;
  height: 30px;
  line-height: 30px;
  font-weight: 300;
  font-size: 14px;
  color: #777;
  padding-left: 30px;
}

.blog-post-thumb a.main-button  {
  margin-top: 10px;
  display: inline-block;
}

.blog-list .blog-post-thumb {
  text-align: left;
}


/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

#contact-us {
  padding: 160px 0px;
}

#contact-us h5 {
  font-weight: 500;
  font-size: 18px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  line-height: 26px;
}

.contact-text {
  font-weight: 400;
  font-size: 14px;
  color: #6F8BA4;
  letter-spacing: 0.6px;
  line-height: 26px;
}

.contact-text p {
  margin-bottom: 28px;
}

.contact-form input,
.contact-form textarea {
  color: #777;
  font-size: 14px;
  border: 1px solid #eee;
  width: 100%;
  height: 50px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
}

.contact-form textarea {
  height: 150px;
  resize: none;
  padding: 20px;
}

/* 
---------------------------------------------
footer
--------------------------------------------- 
*/
footer {
  border-top: 1px solid #c1c1c1;
  padding-top: 30px;
  color: #333;
  margin-top: 0px;
}


footer .social {
  overflow: hidden;
  margin-top: 10px;
  text-align: center;
}

footer .social li {
  margin: 0px 4px;
  display: inline-block;
}

footer .social li a {
  color: #333;
   text-align: center;
  background-color: #fff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  border:1px solid #333;
  display: inline-block;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

footer .social li a:hover {
  background-color: #333;
  color: #fff;
}

footer .copyright {
  text-align: center;
  margin-top: 20px;
  padding-bottom: 30px;
  font-weight: 400;
  font-size: 12px;
  color: #333;
  letter-spacing: 0.88px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  footer .text {
    margin-bottom: 30px;
  }
  footer h5 {
    margin-bottom: 15px;
  }
  footer .footer-nav {
    margin-bottom: 30px;
  }
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/
#preloader {
  overflow: hidden;
  background-image:linear-gradient(3deg, rgb(0 0 0 / 89%) 0%, rgb(42 42 42 / 43%) 91%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


.CouponCode {
  padding: 12px 15px;
  border: 2px solid #000;
  border-radius: 100px;
  width: 260px;
  text-align: left !important;
  position: relative;
  font-size: 20px;
  margin: 0 auto;
  color: #000;
}
.card-body .CouponCode {
  padding: 12px 15px;
  border: 2px solid #000;
  border-radius: 8px;
  width: 260px;
  text-align: left !important;
  position: relative;
  font-size: 20px;
  margin: 0 auto;
  color: #000;
}
.CopyBtn {
  padding: 6px 10px;
  position: absolute;
  right: 3px;
  top: 3px;
  border-radius: 100px;
  transition: all 0.3s ease 0s;
  background: #000;
  font-size: 18px;
  padding: 10px 14px;
  color: #fff !important;
  font-weight: 600;
  font-variant-caps: all-petite-caps;
}
.card-body .CopyBtn {
  padding: 6px 10px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0;
  transition: all 0.3s ease 0s;
  background: #000;
  font-size: 21px;
  text-align: center;
  color: #fff !important;
  font-weight: 600;
  width: 80%;
  height: 100%;
  line-height: 30px;
  font-variant-caps: all-petite-caps;
}
.CopyBtn:hover{
  transition: 0.3s;
  box-shadow: 0px 3px 4px 2px #8888888a;
  cursor: pointer;
  color: rgb(243, 243, 243) !important;
}

.ShopBtn{
  font-size: 15px;
  border-radius: 20px;
  border: 2px solid #000;
  padding: 6px 14px;
  background-color: #fff;
  color: #000 !important;
  transition: all 0.3s ease 0s;
  font-weight: 600;
  width: fit-content;
  text-align: center;
  margin: 16px auto;
  display: block;
}

.ShopBtn i{
  font-size: 18px;
  position: relative;
  top: 3px;
  left: 5px;
}


.ShopBtn:hover {
  background-color: #000;
  color: #fff !important;
}

.CouponBtnRow{
  display: block;
  text-align: center;
}

.row.customRow {
  box-shadow: 0px 4px 6px 1px #a7a7a7;
  background: #fff;
  padding:15px 10px !important;
}


#TopBtn {
  display: none;
  position: fixed;
  bottom: 130px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background: #000;
  color: #fff;
  cursor: pointer;
  padding: 10px 15px;
  font-size: 20px;
  border-radius: 100%;
}

#TopBtn:hover {
  background: linear-gradient(to right, #f70039,#fd2500,);
}

.img-thumbnail {
 border: none !important;
}

#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #000;
  color: #fff ;
  text-align: left;
  border-radius: 60px 0 0 60px;
  padding: 16px;
  position: fixed;
  z-index: 10000;
  right: 0;
  top: 30px;
  font-size: 17px;
  transition: all 0.3s ease 0s;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
  transition: all 0.3s ease 0s;
}
#snackbar i {
  font-size: 24px;
  padding: 0 10px;
}

.row.customRow {
  box-shadow: 0px 4px 8px 5px rgb(0 0 0 / 17%) !important;
  border-radius: 10px;
  margin:0 0 45px 0;
}




.carousel-wrap {
  margin: 75px auto 16px auto;
  /* padding: 0 5%; */
  width: 80%;
  position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  z-index: 100;
  -webkit-backface-visibility: hidden;
  background: #fff;
  margin: 10px;
  padding: 10px 20px;
  border-radius: 10px;
  text-align: center;
}

.owl-carousel .item img{
  width: 160px;
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 15px;
  height: 5px;
}



.footer-list li {
  display: inline;
  padding: 10px;
}
.footer-list a {
color: #333 !important;
font-weight: 600;
}
.footer-list a:hover {
text-decoration: underline !important;
}

.copyright {
  padding-bottom: 0px !important;
}

.footer-list {
  text-align: center;
  margin-bottom: 40px;
}



.showcode {
  max-width: 220px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  top: 0;
}
.coupon-code {
  border-radius: 8px;
  box-shadow: none;
  display: block;
  overflow: hidden;
  font-size: 15px;
  padding-right: 20px;
  font-weight: 600;
  height: auto !important;
  line-height: 45px;
  text-align: right;
  color: #121212;
  padding-right: 15px;
  background-color: #f3f6f9;
  border: 1px solid #cdcdcd;
}
.show-code, .color2 {
  background-color: #00bcd4 !important;
  border-color: #00bcd4 !important;
  color: #ffffff !important;
}

/* .show-code {
  color: #fff !important;
  font-size: 15px;
  height: 47px;
  line-height: 45px;
  padding: 0 20px 0 20px;
  position: absolute;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  border-radius: 8px 0 0 8px;
  width: 80%;
  left: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background: linear-gradient(to right,#000000, #1c1c1c);
} */

.show-code {
  color: #fff !important;
  font-size: 15px;
  height: 47px;
  line-height: 45px;
  padding: 0 20px 0 20px;
  position: absolute;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  border-radius: 8px;
  width: 80%;
  left: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background: linear-gradient(to right,#000000, #1c1c1c);
}

/* a:hover, a:focus {
  color: #00bcd4 !important;
  text-decoration:none;
} */
.show-code:hover, .color2:hover {
  background-color: #00aec6 !important;
  border-color: #00aec6 !important;
  color: #fff !important;
}
.show-code:hover {
  width: 75%;
}
.show-code img {
  width: 38px;
  position: absolute;
  transform: rotate(
50deg);
  top: 5px;
  right: -19px;
}




.thumbBtn{
  margin-top: 55px;
  display: none;
}

.thumbBtn i{
  font-size: 19px;
  padding: 6px;
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #adabab;
  cursor: pointer;
}

.thumbBtnLike{
  color: #28a745 !important;
  -webkit-text-stroke-width: 0px !important;
}
.thumbBtnDislike{
  color: #dc3545 !important;
  -webkit-text-stroke-width: 0px !important;
}


h1.customHeading {
  font-size: 24px;
  font-weight: 600;
  margin: 0px 0 25px 0;
}

.CopyCodeBox h1 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 20px;
}

.CopyCodeBox p {
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}

.CopyCodeBox span{
  color: #007bff;
}

.modal-body {
  position: relative;
  padding: 45px 15px !important;
}

button.close {
  position: absolute;
  top: 10px;
  right: 18px;
}

a:focus {
  color: #5a9509  !important;
  text-decoration: none;
  outline: none !important;
}

.banner img{
width: 100%;
}


#mask {
  position: relative;
  top: 20px;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-image: url('https://github.com/gokercebeci/flipclock/raw/master/css/mask.png'); */
  z-index: 2;
}

.clearfix {
  clear: both;
}
#page {
  margin: 0 auto;
  width: 100%;
}
#container {
  opacity: .9;
}
#usage li {
  position: relative;
  margin: 5px 0;
  padding: 10px;
  color: #222;
  background: #fff;
}
#usage code {
  position: absolute;
  top:0;
  right:0;
  padding: 10px;
  color: #eee;
  border: 1px solid #333;
  background: #000;
}

/*
* flipclock
* Version: 1.0.0 
* Authors: @gokercebeci
* Licensed under the MIT license
* Demo: http://
*/

/*==============================================================================
  FLIP CLOCK
==============================================================================*/
.flipclock {
}
.flipclock hr {
  position: absolute;
  left: 0;
  top: 65px;
  width: 100%;
  height: 3px;
  border: 0;
  background: #000;
  z-index: 10;
  opacity: 0;
}
ul.flip {
  position: relative;
  float: left;
  margin: 10px;
  padding: 0;
  width: 130px;
  height: 120px;
  font-size: 75px;
  font-weight: bold;
  line-height: 122px;
}

ul.flip li {
  float: left;
  margin: 0;
  padding: 0;
  width: 49%;
  height: 100%;
  -webkit-perspective: 200px;
  list-style: none;
}

ul.flip li.d1 {
  float: right;
}

ul.flip li section {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

}

ul.flip li section:first-child {
  z-index: 2;
}

ul.flip li div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 49%;
  overflow: hidden;
}

ul.flip li div .shadow {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

ul.flip li div.up {
  -webkit-transform-origin: 50% 100%;
  top: 0;
}

ul.flip li div.down {
  -webkit-transform-origin: 50% 0%;
  bottom: 0;
}

ul.flip li div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #fff;
  text-shadow: none;
  text-align: center;
  background-color: #161616;
  border-radius: 6px;
}

ul.flip li div.up div.inn {
  top: 0;

}

ul.flip li div.down div.inn {
  bottom: 0;
}

/*--------------------------------------
PLAY
--------------------------------------*/

body.play ul section.ready {
  z-index: 3;
}

body.play ul section.active {
  -webkit-animation: index .5s .5s linear both;
  z-index: 2;
}

@-webkit-keyframes index {
  0% {
      z-index: 2;
  }
  5% {
      z-index: 4;
  }
  100% {
      z-index: 4;
  }
}

body.play ul section.active .down {
  z-index: 2;
  -webkit-animation: flipdown .5s .5s linear both;
}

@-webkit-keyframes flipdown {
  0% {
      -webkit-transform: rotateX(90deg);
  }  
  80% {
      -webkit-transform: rotateX(5deg);
  } 
  90% {
      -webkit-transform: rotateX(15deg);
  }
  100% {
      -webkit-transform: rotateX(0deg);
  }
}

body.play ul section.ready .up {
  z-index: 2;
  -webkit-animation: flipup .5s linear both;
}

@-webkit-keyframes flipup {
  0% {
      -webkit-transform: rotateX(0deg);
  }  
  90% {
      -webkit-transform: rotateX(0deg);
  }
  100% {
      -webkit-transform: rotateX(-90deg);
  }
}

/*--------------------------------------
SHADOW
--------------------------------------*/

body.play ul section.ready .up .shadow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .1)), color-stop(100%, rgba(0, 0, 0, 1)));
  background: linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
  -webkit-animation: show .5s linear both;
}

body.play ul section.active .up .shadow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .1)), color-stop(100%, rgba(0, 0, 0, 1)));
  background: linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
  -webkit-animation: hide .5s .3s linear both;
}

/*DOWN*/

body.play ul section.ready .down .shadow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(0, 0, 0, .1)));
  background: linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
  -webkit-animation: show .5s linear both;
}

body.play ul section.active .down .shadow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(0, 0, 0, .1)));
  background: linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
  -webkit-animation: hide .5s .3s linear both;
}

@-webkit-keyframes show {
  0% {
      opacity: 0;
  }
  90% {
      opacity: .10;
  }
  100% {
      opacity: 1;
  }
}

@-webkit-keyframes hide {
  0% {
      opacity: 1;
  }  
  80% {
      opacity: .20;
  }
  100% {
      opacity: 0;
  }
}

ul.flip.year{
  display: none !important;
  }
  ul.flip.month{
  display: none !important;
  }

  .GiftAboutSection{
    /* background-image: radial-gradient(circle, #404040, #28282a, #28282a); */
    background-image: url(../images/gift-images/aboutbg.png);
    background-repeat: no-repeat;
    background-size: cover;
margin-bottom: 45px;
    padding:2px 35px 0px 35px;
    height: 320px;
  }

  .GiftAboutSection h1 span{
    color: #4e9d1b;
      }
      .GiftAboutSection h1{
      color: #fff;
      font-weight: 700;
      font-size: 26px;
        }
        .GiftAboutSection p{
          color: #fff;
          font-weight: 500;
          font-size: 14px;
          line-height: 24px;
          text-align: justify;
          }
          .GiftAboutSection img{
            position: absolute;
            bottom: -25px;
          }

    .card{
      border: none !important;
      border-radius: 11px !important;
      box-shadow: 0px 2px 9px 2px #d5d5d5;
      background: #fff;
    }

    .sub-title {
      font-variant-caps: all-petite-caps;
      font-size: 22px;
      color: #007bff;
      font-weight: 600;
      margin-top: 0;
  }

.customCardHeading02 {
    font-size: 18px;
    font-weight: 600;
    color: #004b3e;
    min-height:80px;
}

.greenBG{
  background: #e6fbeb !important;
}

.customSectionHeading {
  font-size: 28px;
  margin: 30px 0 0px 0;
  font-weight: 600;
  color: #4e9d1b;
}

.customCardRow{
  position: relative;
}

.customViewBtn {
  font-size: 16px;
  right: 0px;
  color: #4e9d1b;
  font-weight: 700;
  position: absolute;
  top: 8px;
}
.customViewBtn:hover {
  color: #850322    ;
}


#news-slider{
    margin-bottom: 80px;
}
.post-slide{
    background: none;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: 0px 14px 22px -9px #bbcbd8;
}
.post-slide .post-img{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: -12px 15px 8px 15px;
    margin-left: -10px;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1,1);
    transition:transform 0.2s linear;
}
.post-slide:hover .post-img img{
    transform: scale(1.1,1.1);
}
.post-slide .over-layer{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    opacity:0;
    background: linear-gradient(-45deg, rgba(6,190,244,0.75) 0%, rgba(45,112,253,0.6) 100%);
    transition:all 0.50s linear;
}
.post-slide:hover .over-layer{
    opacity:1;
    text-decoration:none;
}
.post-slide .over-layer i{
    position: relative;
    top:45%;
    text-align:center;
    display: block;
    color:#fff;
    font-size:25px;
}
.post-slide .post-content{
    background:#fff;
    padding: 2px 20px 40px;
    border-radius: 15px;
}
.post-slide .post-title a{
    font-size:15px;
    font-weight:bold;
    color:#333;
    display: inline-block;
    text-transform:uppercase;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color:#3498db;
}
.post-slide .post-description{
    line-height:24px;
    color:#808080;
    margin-bottom:25px;
}
.post-slide .post-date{
    color:#a9a9a9;
    font-size: 14px;
}
.post-slide .post-date i{
    font-size:20px;
    margin-right:8px;
    color: #CFDACE;
}
.post-slide .read-more{
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #2196F3;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #1376c5;
    border-radius: 25px;
    text-transform: uppercase;
}
.post-slide .read-more:hover{
    background: #3498db;
    text-decoration:none;
    color:#fff;
}
.owl-controls .owl-buttons{
    text-align:center;
    margin-top:20px;
    /* display: none; */
}
.owl-controls .owl-buttons .owl-prev{
    background: none !important;
    position: absolute;
    top:-13%;
    left:15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
    left: -50px;
    top: 15px;
}
.owl-controls .owl-buttons .owl-next{
    background: none !important;
    position: absolute;
    top:-13%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
    right: -50px;
    top: 15px;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #333;
    font-size:50px;
}
.owl-controls .owl-buttons .owl-next:after{
    content:"\f105";
}
@media only screen and (max-width:1280px) {
    .post-slide .post-content{
        padding: 0px 15px 25px 15px;
    }
}

.storeslogos{
  width: 120px;
  box-shadow: 1px 2px 5px 3px #d1cece;
  border-radius: 100%;

}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 14px 0;
}


#popular-deals .owl-controls .owl-buttons .owl-prev{
  top: 120px !important;
  }
  #popular-deals .owl-controls .owl-buttons .owl-next{
    top: 120px !important;
    }
  
#staycation-deals .owl-controls .owl-buttons .owl-prev{
  top: 120px !important;
  }
  #staycation-deals .owl-controls .owl-buttons .owl-next{
    top: 120px !important;
    }
  

#fashion-deals .owl-controls .owl-buttons .owl-prev{
  top: 160px !important;
  }
  #fashion-deals .owl-controls .owl-buttons .owl-next{
    top: 160px !important;
    }

    #flowers-deals .owl-controls .owl-buttons .owl-prev{
      top: 160px !important;
      }
      #flowers-deals .owl-controls .owl-buttons .owl-next{
        top: 160px !important;
        }
  
        #travel-deals .owl-controls .owl-buttons .owl-prev{
          top: 160px !important;
          }
          #travel-deals .owl-controls .owl-buttons .owl-next{
            top: 160px !important;
            }
            #beauty-deals .owl-controls .owl-buttons .owl-prev{
              top: 160px !important;
              }
              #beauty-deals .owl-controls .owl-buttons .owl-next{
                top: 160px !important;
                }
                #electronics-deals .owl-controls .owl-buttons .owl-prev{
                  top: 160px !important;
                  }
                  #electronics-deals .owl-controls .owl-buttons .owl-next{
                    top: 160px !important;
                    }
                    #grocery-deals .owl-controls .owl-buttons .owl-prev{
                      top: 160px !important;
                      }
                      #grocery-deals .owl-controls .owl-buttons .owl-next{
                        top: 160px !important;
                        }
                        #food-deals .owl-controls .owl-buttons .owl-prev{
                          top: 160px !important;
                          }
                          #food-deals .owl-controls .owl-buttons .owl-next{
                            top: 160px !important;
                            }
                            #furniture-deals .owl-controls .owl-buttons .owl-prev{
                              top: 160px !important;
                              }
                              #furniture-deals .owl-controls .owl-buttons .owl-next{
                                top: 160px !important;
                                }
      
      

#stores-logo .owl-pagination{
  display: none;
}

#main-slider .owl-pagination{
  position: relative;
  bottom: 31px;
  margin: 0 auto;
}
#main-slider .owl-controls .owl-buttons{
display: none;
}

#main-slider .owl-controls.clickable{
height: 0px !important;
margin-top: 0 !important;
text-align: center !important;
}
.blackfriday-title {
  background: #4e9d1b;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin: 0;
  padding: 6px;
  position: relative;
  bottom: 2px;
  font-variant-caps: all-small-caps;
  padding-bottom: 8px;
}

.customCardHeading01 {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  min-height:80px;
  text-align: center;
  font-variant-caps: all-petite-caps;
  line-height: 26px;
}
.aboutSection p{
  font-size: 16px;
  text-align: justify;
}

#more {display: none;}


.aboutSection {
  margin: 50px 0 80px 0;
}

.aboutSection img {
  width: 90%;
  float: right;
  padding-top: 60px;
}

button#readmoreBtn {
  color: #fff;
  background: #191919;
  border: #191919 !important;
  font-size: 16px;
}



.mobileMenuBtn{
  position: relative;
  top: 46px;
  float: right;
  right: 20px;
  font-size:30px;
  cursor:pointer;
  display: none;
}

@media (max-width: 767px) {
  ul.flip {
    position: relative;
    float: left;
    margin: 10px;
    padding: 0;
    width: 77px;
    height: 75px;
    font-size: 26px;
    font-weight: bold;
    line-height: 75px;
  }

  .CounterLabel{
    left: 14px;
  }

  .CounterLabel li{
    font-size: 10px;
    padding-right: 63px !important;
}

.CounterEffect{
  display: none;
}

.CounterText{
  text-align: center;
  padding-left: 0px !important;
}

}


@media (max-width: 991px) {

  .disablemMob{
    display: none !important;
  }

  .mobileMenuBtn{
    display:block;
  }
}

@media (max-width: 457px) {
  ul.flip {
    position: relative;
    float: left;
    margin: 4px;
    padding: 0;
    width: 50px;
    height: 45px;
    font-size: 14px;
    font-weight: bold;
    line-height: 46px;
  }


  .CounterText h3{
    font-family: 'counterFont02';
    font-size: 22px;
    color: #fff;
    position: relative;
    top: 22px;
    right: 82px;
    margin: 0;
  }
  .CounterText h2{
    font-size: 32px;
  }
  
  .CounterText h1{
    font-size: 32px;
    }  
      .CounterText h1 span{
      font-size: 32px;
      }
      .CounterLabel li{
        font-size: 10px;
        padding-right: 18px !important;
    }
.CounterNumber{left: 20px;}

.row.customRow{
  box-shadow: none !important;
}

.aboutSection .col-md-5{
  text-align: center;
}

.aboutSection img {
  float: inherit;
}

}


.sidenav .nav{
  position: relative;
  top: 20px;
}
.sidenav .dropdown{
width: 100%;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  right:0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 16px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}


}


.row.customRow.banner{
  box-shadow: none !important;
}


.bflabel{
  color: #4e9d1b;
  line-height: 50px;
  font-variant-caps: all-petite-caps;
  font-size: 24px;
  }


  .dropdown-menu>li>a{
    font-size: 16px !important;
    padding: 0px 20px 0 10px !important;
  }
  .dropdown-menu .divider{
    margin:3px 0 !important;
  }

  .aboutSection a{
    font-weight: 600;
  }
  .ccbroder{
    border-left: 2px dashed #000;
    position: relative;
    right: 25px;
  }

  .displayCode{
    width: 100% !important;
    font-weight: 600;
  }
  .popupcode{
    text-align: center !important;
  }


  ul.breadcrumb {
    padding: 5px 16px;
    list-style: none;
    background: none;
    margin: 25px 0 0 0;
  }
  ul.breadcrumb li {
    display: inline;
    font-size: 18px;
    font-variant-caps: all-petite-caps;
    font-weight: 800;
  }


  .sliderViewBtn{
    height: 340px;
    background-image: url(../images/viewbtnbg.png);
  }

  .sliderViewBtnBox {
    text-align: center;
    color: #fff;
    background: #000;
    width: 200px;
    height: 140px;
    border-radius: 10px;
    margin: 0 auto;
    position: relative;
    top: 100px;
    padding: 33px 0;
    transition: 0.5s;
}
.sliderViewBtnBox a{
  color: #fff;
  transition: 0.5s;
}
.sliderViewBtnBox a:hover{
  color: #ff8f9e;
  transition: 0.5s;
}
.sliderViewBtnBox a:focus{
  color: #b59f05;
}

.card.mb-4 {
  margin: 20px 0;
}

.freeGiftTag {
  position: absolute;
  left: 50px;
  bottom: 200px;
  width: 145px;
}

.freeGiftPopup{
  position: absolute;
  left: 0px;
  width: 100%;
  text-align: center;
}
.freeGiftPopup img{
  width: 175px;
}
.fgolabel{
  color: #ffffff;
  font-variant-caps: all-petite-caps;
  font-size: 24px;
  background: #000;
  padding: 0 15px 6px 15px;
  border-radius: 46px;
  }


  @media (max-width: 512px) {

    .owl-controls .owl-buttons .owl-prev{
      left: 6px !important;
      background: #fff !important;
    }

    .owl-controls .owl-buttons .owl-next{
      right: 6px !important;
      background: #fff !important;
    }

.post-slide{
  margin: 20px 60px;
}

.storeslogos{
  width: 74px;
}

#stores-logo {
  padding: 20px 70px;
}

div#stores-logo {
  padding: 20px 70px;
}

.col-md-7 {
  padding-right: 15px !important;
}

.customCardRow .col-md-3{
  margin: 20px 40px;
}

div#mask {
  left: 10px;
}


  }

  .dinnerPrice{
    font-size: 30px;
    font-weight: bolder;
    color: #333;
    text-align: center;
    font-variant-caps: all-petite-caps;
  }


  .dinnerPrice span{
    text-decoration: red line-through;
    font-size: 26px;
    color: #6a6a6a;
    padding-right: 21px;
  }

  .traveltextlap {
    position: absolute;
    top: 0px;
}
.traveltextlap h1 {
  font-variant-caps: all-petite-caps;
  color: #fff;
  font-weight: 600;
  padding: 0 20px;
  font-size: 40px;
  line-height: 36px;
  margin-top: 10px;
}
.traveltextlap b {
  font-size: 22px;
  background: #ffea00;
  padding: 1px 10px 1px 20px;
  border-radius: 0 10px 10px 0;
}
.traveltextlap span {
  font-family: 'counterFont02';
  color: #ffea00;
  font-weight: 600;
  font-size: 18px;
  display: block;
  text-align: right;
  width: 150px;
  padding-top: 7px;

}

.popupDes h2 {
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 600;
}
.popupDes p {
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
}

@media (max-width: 1200px) {
  .header-area.header-sticky .nav li a{
    font-size: 17px;
  }
  .show-code{
    font-size: 12px;
  }

  .CopyBtn {
    font-size: 13px;
    padding: 13px 14px;
  }
  .GiftAboutSection h1 {
    color: #fff;
    font-weight: 700;
    font-size: 26px;
}
.GiftAboutSection p {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  text-align: justify;
}
}

@media (max-width: 991px) {
.GiftAboutSection img{
  display: none;
}

.GiftAboutSection {
  padding: 25px 35px;
  height: auto;
}

}


.GiftlogosBox img{
  width: 200px;
}

.GiftText h3{
  font-size: 18px;
  line-height: normal;
   margin-top: 40px;
}

.GiftlogosBox {
  border-right: 1px solid #ddd;
  height: 144px;
}


.row.GiftCustomRow {
  box-shadow: 0px 4px 6px 1px rgb(239 239 239 / 59%);
  background: #fff;
  padding: 0px 10px !important;
  margin: 15px 0;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.termsSection{
  margin-top: 40px;
}

.termsSection h1{
  font-weight: 800;
  font-size: 32px;
}
.termsSection h3{
  font-weight: 700;
  font-size: 22px;
}

.termsSection ul li{
  list-style: url(../images/gift-images/bullets.png);
  font-size: 16px;
  padding: 12px;
}

.termsSection ul {
  margin: 30px;
}

.middlebanner img{
  width: 100%;
}




.GiftOfferBtn {
  background: #c50020 ;
  color: #fff !important;
  animation: mymove 1s infinite;
}
.header-area.header-sticky .nav li a.GiftOfferBtn {
  background: #c50020 ;
  color: #fff !important;
  animation: mymove 1s infinite;
}
@keyframes mymove {
  from {background: #ff0029;}
  to {background: #c50020;}
}
@keyframes logoeffect {
  from {color: #4e9d1b;}
  to {color: #86c440;}
}

.header-area .main-nav i{
  animation: logoeffect 1s infinite;
  color: #4e9d1b;
  position: absolute;
  top: 7px;
  left: 108px;
  font-size: 15px;
}

.customSubHeading{
  font-size: 18px;
    margin: 30px 0 20px 0;
    font-weight: 700;
    color: #4e9d1b;
}

.searchbar input {
  border: none !important;
  outline: none !important;
  width: 80px;
}
.searchbar input::placeholder {color:#4e9d1b ;}
.searchbar i{

}

.searchbar {
  border: 2px solid #4e9d1b;
  padding: 6px 14px;
  border-radius: 45px;
  color: #4e9d1b;
  position: relative;
  bottom: 4px;
}

.homeicon{
  font-size: 18px;
    padding-right: 4px;
}

.dropdown-toggle::after {
  position: relative;
  top: 4px;
}

@media (max-width: 767px){
.customViewBtn {
  font-size: 16px;
  right: 0px;
  color: #4e9d1b;
  font-weight: 700;
  position: absolute;
  top: -27px;
  left: 0px;
}

}

.modal-body{    
  background: url(../images/popup-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.perperson{
  text-align: center;
    margin: 0;
    font-variant-caps: all-petite-caps;
    font-weight: 800;
    font-size: 16px;
    position: relative;
    top: 9px;
}

.logo img{
  width: 165px;
}