/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@font-face {
  font-family:'Material-Design-Iconic-Font';
  src:url("../fonts/Material-Design-Iconic-Fontd1f1.woff2?v=2.2.0") format("woff2"),url("../fonts/Material-Design-Iconic-Fontd1f1.woff?v=2.2.0") format("woff"),url("../fonts/Material-Design-Iconic-Fontd1f1.ttf?v=2.2.0") format("truetype");
  font-weight:normal;
  font-style:normal;
}

.slider-demo.nxbr {
    display: none;
}


.position-relative {
  position: relative!important;
}
.hero__section {
  background-color: #130f40;
  padding-top: 18rem;
  background-image: linear-gradient(315deg, #130f40 0%, #000000 74%);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

/*
    hero section css
*/
@media only screen and (min-width: 992px) {
  .hero__content--btn.primary__btn {
    font-size: 1.6rem;
    min-width: 13rem;
    text-align: center;
    height: 5rem;
    line-height: 1.2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

.hero__content {
  position: relative;
  z-index: 9;
  padding-top: 3rem;
  margin-bottom: 7rem;
}
@media only screen and (max-width: 1199px) {
  .hero__content {
    padding-top: 2rem;
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 991px) {
  .hero__content {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .hero__content {
    text-align: center;
  }
}

.hero__content--title.cd-headline {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 3rem;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 480px) {
  .hero__content--title.cd-headline {
    font-size: 2.6rem;
    line-height: 3.5rem;
  }
}
@media only screen and (min-width: 576px) {
  .hero__content--title.cd-headline {
    font-size: 2.8rem;
    line-height: 3.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .hero__content--title.cd-headline {
    margin-bottom: 2rem;
    font-size: 3rem;
    line-height: 4.2rem;
  }
}
@media only screen and (min-width: 992px) {
  .hero__content--title.cd-headline {
    font-size: 3.5rem;
    line-height: 4.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .hero__content--title.cd-headline {
    font-size: 4rem;
    line-height: 5.8rem;
    margin-bottom: 2.7rem;
  }
}
@media only screen and (min-width: 1366px) {
  .hero__content--title.cd-headline {
    font-size: 4.5rem;
    line-height: 6.7rem;
  }
}
@media only screen and (min-width: 1500px) {
  .hero__content--title.cd-headline {
    font-size: 6rem;
    line-height: 7rem;
}
}
.hero__content--title.cd-headline span b {
  font-weight: 700;
}
.hero__content--desc {
  font-size: 1.4rem;
  line-height: 2.6rem;
}
@media only screen and (min-width: 768px) {
  .hero__content--desc {
    font-size: 1.5rem;
    line-height: 2.8rem;
  }
}
@media only screen and (min-width: 992px) {
  .hero__content--desc {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .hero__content--desc {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}

.hero__content--footer {
  margin-top: 2rem;
  gap: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .hero__content--footer {
    margin-top: 2.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .hero__content--footer {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .hero__content--footer {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .hero__content--footer {
    justify-content: center;
  }
}
.hero__content--btn {
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
  background: none;
  line-height: 3.2rem;
}
@media only screen and (min-width: 992px) {
  .hero__content--btn {
    line-height: 3.8rem;
  }
}
@media only screen and (min-width: 992px) {
  .hero__content--btn {
    line-height: 4.3rem;
  }
}
.hero__content--btn:hover {
  background: var(--secondary-color);
  color: var(--white-color);
}
.hero__content--btn.active {
  background: var(--secondary-color);
  color: var(--white-color);
}
.hero__content--btn.active:hover {
  color: var(--secondary-color);
  background: none;
}

.hero__shape1 {
  position: absolute;
  bottom: -140px;
  right: -170px;
  z-index: -1;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  -webkit-animation-name: animateUpDown;
  /* animation-name: animateUpDown; */
  /* -webkit-animation-iteration-count: infinite; */
  /* animation-iteration-count: infinite; */
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hero__shape2 {
  position: absolute;
  bottom: 0;
  left: -130px;
  z-index: -1;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  -webkit-animation-name: animateUpDown;
  animation-name: animateUpDown;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hero__shape3 {
  position: absolute;
  bottom: 4rem;
  right: 0;
  z-index: -1;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  -webkit-animation-name: animateUpDown;
  animation-name: animateUpDown;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hero__thumbnail--position1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.hero__section {
    background-color: #7b920a;
    padding-top: 18rem;
    background-image: inherit !important;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
}
.hero__thumbnail--position2 {
  position: absolute;
  bottom: 0;
  left: 4rem;
}
.hero__thumbnail--position3 {
  position: absolute;
  top: 0;
  right: 0;
}
.hero__banner--inner {
  display: inline-block;
}
.hero__thumbnail--position4 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.hero__shape4 {
  position: absolute;
  top: 0;
  left: 12rem;
  z-index: -1;
}
.hero__shape5 {
  position: absolute;
  top: 0;
  right: 5rem;
  z-index: -1;
}
@media only screen and (max-width: 1850px) {
  .hero__thumbnail--position2 {
    max-width: 350px;
  }
  .hero__thumbnail--position4 {
    max-width: 400px;
  }
}
@media only screen and (max-width: 1699px) {
  .hero__thumbnail--position4 {
    max-width: 320px;
  }
}
@media only screen and (max-width: 1599px) {
  .hero__banner--inner img {
    max-width: 630px;
  }
  .hero__thumbnail--position2 {
    max-width: 330px;
    left: 0;
  }
  .hero__thumbnail--position3 {
    max-width: 190px;
  }
  .hero__thumbnail--position1 {
    max-width: 250px;
  }
  .hero__shape1 {
    max-width: 90px;
    right: -105px;
  }
}
@media only screen and (max-width: 1365px) {
  .hero__banner--inner img {
    max-width: 550px;
  }
  .hero__thumbnail--position4 {
    max-width: 290px;
  }
  .hero__thumbnail--position2 {
    max-width: 295px;
  }
  .hero__thumbnail--position1 {
    max-width: 200px;
  }
  .hero__thumbnail--position3 {
    max-width: 170px;
  }
  .hero__shape1 {
    max-width: 70px;
    right: -80px;
  }
  .hero__shape2 {
    left: -80px;
  }
  .hero__shape2 svg {
    width: 5rem;
  }
}
@media only screen and (max-width: 1199px) {
  .hero__banner--inner img {
    max-width: 480px;
  }
  .hero__thumbnail--position4 {
    max-width: 220px;
    bottom: 40px;
  }
  .hero__thumbnail--position2 {
    max-width: 220px;
    bottom: 30px;
  }
  .hero__thumbnail--position1 {
    max-width: 170px;
  }
  .hero__thumbnail--position3 {
    max-width: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .hero__thumbnail--position4 {
    display: none;
  }
  .hero__thumbnail--position2 {
    display: none;
  }
  .hero__thumbnail--position1 {
    display: none;
  }
  .hero__thumbnail--position3 {
    display: none;
  }
  .hero__shape2 {
    left: 0;
  }
  .hero__shape1 {
    max-width: 50px;
    right: 0;
  }
  .hero__banner--inner img {
    max-width: 550px;
  }
  .hero__shape4 {
    left: 4rem;
  }
  .hero__shape4 svg {
    width: 64px;
    height: 64px;
  }
  .hero__shape2 svg {
    width: 3rem;
    height: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .hero__banner--inner img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .hero__shape1 {
    display: none;
  }
}
.cd-headline.clip span {
  padding: 0;
}

@-webkit-keyframes animateUpDown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes animateUpDown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes animateLeftRight {
  0% {
    transform: translatex(0px);
    -webkit-transform: translatex(0px);
    -moz-transform: translatex(0px);
    -ms-transform: translatex(0px);
    -o-transform: translatex(0px);
  }
  50% {
    transform: translatex(-30px);
    -webkit-transform: translatex(-30px);
    -moz-transform: translatex(-30px);
    -ms-transform: translatex(-30px);
    -o-transform: translatex(-30px);
  }
  100% {
    transform: translatex(0px);
    -webkit-transform: translatex(0px);
    -moz-transform: translatex(0px);
    -ms-transform: translatex(0px);
    -o-transform: translatex(0px);
  }
}
@keyframes animateLeftRight {
  0% {
    transform: translatex(0px);
    -webkit-transform: translatex(0px);
    -moz-transform: translatex(0px);
    -ms-transform: translatex(0px);
    -o-transform: translatex(0px);
  }
  50% {
    transform: translatex(-30px);
    -webkit-transform: translatex(-30px);
    -moz-transform: translatex(-30px);
    -ms-transform: translatex(-30px);
    -o-transform: translatex(-30px);
  }
  100% {
    transform: translatex(0px);
    -webkit-transform: translatex(0px);
    -moz-transform: translatex(0px);
    -ms-transform: translatex(0px);
    -o-transform: translatex(0px);
  }
}

.zmdi {
  display:inline-block;
  font:normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size:inherit;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
.zmdi-hc-lg {
  font-size:1.33333333em;
  line-height:0.75em;
  vertical-align:-15%;
}

.zmdi-hc-2x {
  font-size:2em;
}

.zmdi-hc-3x {
  font-size:3em;
}

.zmdi-hc-4x {
  font-size:4em;
}

.zmdi-hc-5x {
  font-size:5em;
}

.zmdi-hc-fw {
  width:1.28571429em;
  text-align:center;
}

.zmdi-hc-ul {
  padding-left:0;
  margin-left:2.14285714em;
  list-style-type:none;
}

.zmdi-hc-ul>li {
  position:relative;
}

.zmdi-hc-li {
  position:absolute;
  left:-2.14285714em;
  width:2.14285714em;
  top:0.14285714em;
  text-align:center;
}

.zmdi-hc-li.zmdi-hc-lg {
  left:-1.85714286em;
}

.zmdi-hc-border {
  padding:.1em .25em;
  border:solid 0.1em #9e9e9e;
  border-radius:2px;
}

.zmdi-hc-border-circle {
  padding:.1em .25em;
  border:solid 0.1em #9e9e9e;
  border-radius:50%;
}

.zmdi.pull-left {
  float:left;
  margin-right:.15em;
}

.zmdi.pull-right {
  float:right;
  margin-left:.15em;
}

.zmdi-hc-spin {
  -webkit-animation:zmdi-spin 1.5s infinite linear;
  animation:zmdi-spin 1.5s infinite linear;
}

.zmdi-hc-spin-reverse {
  -webkit-animation:zmdi-spin-reverse 1.5s infinite linear;
  animation:zmdi-spin-reverse 1.5s infinite linear;
}

@-webkit-keyframes zmdi-spin {
  0% {
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  100% {
    -webkit-transform:rotate(359deg);
    transform:rotate(359deg);
  }
}

@keyframes zmdi-spin {
  0% {
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  100% {
    -webkit-transform:rotate(359deg);
    transform:rotate(359deg);
  }
}

@-webkit-keyframes zmdi-spin-reverse {
  0% {
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  100% {
    -webkit-transform:rotate(-359deg);
    transform:rotate(-359deg);
  }
}

@keyframes zmdi-spin-reverse {
  0% {
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  100% {
    -webkit-transform:rotate(-359deg);
    transform:rotate(-359deg);
  }
}

.zmdi-hc-rotate-90 {
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
}

.zmdi-hc-rotate-180 {
  -webkit-transform:rotate(180deg);
  -ms-transform:rotate(180deg);
  transform:rotate(180deg);
}

.zmdi-hc-rotate-270 {
  -webkit-transform:rotate(270deg);
  -ms-transform:rotate(270deg);
  transform:rotate(270deg);
}

.zmdi-hc-flip-horizontal {
  -webkit-transform:scale(-1,1);
  -ms-transform:scale(-1,1);
  transform:scale(-1,1);
}

.zmdi-hc-flip-vertical {
  -webkit-transform:scale(1,-1);
  -ms-transform:scale(1,-1);
  transform:scale(1,-1);
}

.zmdi-hc-stack {
  position:relative;
  display:inline-block;
  width:2em;
  height:2em;
  line-height:2em;
  vertical-align:middle;
}

.zmdi-hc-stack-1x,
.zmdi-hc-stack-2x {
  position:absolute;
  left:0;
  width:100%;
  text-align:center;
}

.zmdi-hc-stack-1x {
  line-height:inherit;
}

.zmdi-hc-stack-2x {
  font-size:2em;
}

.zmdi-hc-inverse {
  color:#ffffff;
}

.zmdi-3d-rotation:before {
  content:'\f101';
}

.zmdi-airplane-off:before {
  content:'\f102';
}

.zmdi-airplane:before {
  content:'\f103';
}

.zmdi-album:before {
  content:'\f104';
}

.zmdi-archive:before {
  content:'\f105';
}

.zmdi-assignment-account:before {
  content:'\f106';
}

.zmdi-assignment-alert:before {
  content:'\f107';
}

.zmdi-assignment-check:before {
  content:'\f108';
}

.zmdi-assignment-o:before {
  content:'\f109';
}

.zmdi-assignment-return:before {
  content:'\f10a';
}

.zmdi-assignment-returned:before {
  content:'\f10b';
}

.zmdi-assignment:before {
  content:'\f10c';
}

.zmdi-attachment-alt:before {
  content:'\f10d';
}

.zmdi-attachment:before {
  content:'\f10e';
}

.zmdi-audio:before {
  content:'\f10f';
}

.zmdi-badge-check:before {
  content:'\f110';
}

.zmdi-balance-wallet:before {
  content:'\f111';
}

.zmdi-balance:before {
  content:'\f112';
}

.zmdi-battery-alert:before {
  content:'\f113';
}

.zmdi-battery-flash:before {
  content:'\f114';
}

.zmdi-battery-unknown:before {
  content:'\f115';
}

.zmdi-battery:before {
  content:'\f116';
}

.zmdi-bike:before {
  content:'\f117';
}

.zmdi-block-alt:before {
  content:'\f118';
}

.zmdi-block:before {
  content:'\f119';
}

.zmdi-boat:before {
  content:'\f11a';
}

.zmdi-book-image:before {
  content:'\f11b';
}

.zmdi-book:before {
  content:'\f11c';
}

.zmdi-bookmark-outline:before {
  content:'\f11d';
}

.zmdi-bookmark:before {
  content:'\f11e';
}

.zmdi-brush:before {
  content:'\f11f';
}

.zmdi-bug:before {
  content:'\f120';
}

.zmdi-bus:before {
  content:'\f121';
}

.zmdi-cake:before {
  content:'\f122';
}

.zmdi-car-taxi:before {
  content:'\f123';
}

.zmdi-car-wash:before {
  content:'\f124';
}

.zmdi-car:before {
  content:'\f125';
}

.zmdi-card-giftcard:before {
  content:'\f126';
}

.zmdi-card-membership:before {
  content:'\f127';
}

.zmdi-card-travel:before {
  content:'\f128';
}

.zmdi-card:before {
  content:'\f129';
}

.zmdi-case-check:before {
  content:'\f12a';
}

.zmdi-case-download:before {
  content:'\f12b';
}

.zmdi-case-play:before {
  content:'\f12c';
}

.zmdi-case:before {
  content:'\f12d';
}

.zmdi-cast-connected:before {
  content:'\f12e';
}

.zmdi-cast:before {
  content:'\f12f';
}

.zmdi-chart-donut:before {
  content:'\f130';
}

.zmdi-chart:before {
  content:'\f131';
}

.zmdi-city-alt:before {
  content:'\f132';
}

.zmdi-city:before {
  content:'\f133';
}

.zmdi-close-circle-o:before {
  content:'\f134';
}

.zmdi-close-circle:before {
  content:'\f135';
}

.zmdi-close:before {
  content:'\f136';
}

.zmdi-cocktail:before {
  content:'\f137';
}

.zmdi-code-setting:before {
  content:'\f138';
}

.zmdi-code-smartphone:before {
  content:'\f139';
}

.zmdi-code:before {
  content:'\f13a';
}

.zmdi-coffee:before {
  content:'\f13b';
}

.zmdi-collection-bookmark:before {
  content:'\f13c';
}

.zmdi-collection-case-play:before {
  content:'\f13d';
}

.zmdi-collection-folder-image:before {
  content:'\f13e';
}

.zmdi-collection-image-o:before {
  content:'\f13f';
}

.zmdi-collection-image:before {
  content:'\f140';
}

.zmdi-collection-item-1:before {
  content:'\f141';
}

.zmdi-collection-item-2:before {
  content:'\f142';
}

.zmdi-collection-item-3:before {
  content:'\f143';
}

.zmdi-collection-item-4:before {
  content:'\f144';
}

.zmdi-collection-item-5:before {
  content:'\f145';
}

.zmdi-collection-item-6:before {
  content:'\f146';
}

.zmdi-collection-item-7:before {
  content:'\f147';
}

.zmdi-collection-item-8:before {
  content:'\f148';
}

.zmdi-collection-item-9-plus:before {
  content:'\f149';
}

.zmdi-collection-item-9:before {
  content:'\f14a';
}

.zmdi-collection-item:before {
  content:'\f14b';
}

.zmdi-collection-music:before {
  content:'\f14c';
}

.zmdi-collection-pdf:before {
  content:'\f14d';
}

.zmdi-collection-plus:before {
  content:'\f14e';
}

.zmdi-collection-speaker:before {
  content:'\f14f';
}

.zmdi-collection-text:before {
  content:'\f150';
}

.zmdi-collection-video:before {
  content:'\f151';
}

.zmdi-compass:before {
  content:'\f152';
}

.zmdi-cutlery:before {
  content:'\f153';
}

.zmdi-delete:before {
  content:'\f154';
}

.zmdi-dialpad:before {
  content:'\f155';
}

.zmdi-dns:before {
  content:'\f156';
}

.zmdi-drink:before {
  content:'\f157';
}

.zmdi-edit:before {
  content:'\f158';
}

.zmdi-email-open:before {
  content:'\f159';
}

.zmdi-email:before {
  content:'\f15a';
}

.zmdi-eye-off:before {
  content:'\f15b';
}

.zmdi-eye:before {
  content:'\f15c';
}

.zmdi-eyedropper:before {
  content:'\f15d';
}

.zmdi-favorite-outline:before {
  content:'\f15e';
}

.zmdi-favorite:before {
  content:'\f15f';
}

.zmdi-filter-list:before {
  content:'\f160';
}

.zmdi-fire:before {
  content:'\f161';
}

.zmdi-flag:before {
  content:'\f162';
}

.zmdi-flare:before {
  content:'\f163';
}

.zmdi-flash-auto:before {
  content:'\f164';
}

.zmdi-flash-off:before {
  content:'\f165';
}

.zmdi-flash:before {
  content:'\f166';
}

.zmdi-flip:before {
  content:'\f167';
}

.zmdi-flower-alt:before {
  content:'\f168';
}

.zmdi-flower:before {
  content:'\f169';
}

.zmdi-font:before {
  content:'\f16a';
}

.zmdi-fullscreen-alt:before {
  content:'\f16b';
}

.zmdi-fullscreen-exit:before {
  content:'\f16c';
}

.zmdi-fullscreen:before {
  content:'\f16d';
}

.zmdi-functions:before {
  content:'\f16e';
}

.zmdi-gas-station:before {
  content:'\f16f';
}

.zmdi-gesture:before {
  content:'\f170';
}

.zmdi-globe-alt:before {
  content:'\f171';
}

.zmdi-globe-lock:before {
  content:'\f172';
}

.zmdi-globe:before {
  content:'\f173';
}

.zmdi-graduation-cap:before {
  content:'\f174';
}

.zmdi-home:before {
  content:'\f175';
}

.zmdi-hospital-alt:before {
  content:'\f176';
}

.zmdi-hospital:before {
  content:'\f177';
}

.zmdi-hotel:before {
  content:'\f178';
}

.zmdi-hourglass-alt:before {
  content:'\f179';
}

.zmdi-hourglass-outline:before {
  content:'\f17a';
}

.zmdi-hourglass:before {
  content:'\f17b';
}

.zmdi-http:before {
  content:'\f17c';
}

.zmdi-image-alt:before {
  content:'\f17d';
}

.zmdi-image-o:before {
  content:'\f17e';
}

.zmdi-image:before {
  content:'\f17f';
}

.zmdi-inbox:before {
  content:'\f180';
}

.zmdi-invert-colors-off:before {
  content:'\f181';
}

.zmdi-invert-colors:before {
  content:'\f182';
}

.zmdi-key:before {
  content:'\f183';
}

.zmdi-label-alt-outline:before {
  content:'\f184';
}

.zmdi-label-alt:before {
  content:'\f185';
}

.zmdi-label-heart:before {
  content:'\f186';
}

.zmdi-label:before {
  content:'\f187';
}

.zmdi-labels:before {
  content:'\f188';
}

.zmdi-lamp:before {
  content:'\f189';
}

.zmdi-landscape:before {
  content:'\f18a';
}

.zmdi-layers-off:before {
  content:'\f18b';
}

.zmdi-layers:before {
  content:'\f18c';
}

.zmdi-library:before {
  content:'\f18d';
}

.zmdi-link:before {
  content:'\f18e';
}

.zmdi-lock-open:before {
  content:'\f18f';
}

.zmdi-lock-outline:before {
  content:'\f190';
}

.zmdi-lock:before {
  content:'\f191';
}

.zmdi-mail-reply-all:before {
  content:'\f192';
}

.zmdi-mail-reply:before {
  content:'\f193';
}

.zmdi-mail-send:before {
  content:'\f194';
}

.zmdi-mall:before {
  content:'\f195';
}

.zmdi-map:before {
  content:'\f196';
}

.zmdi-menu:before {
  content:'\f197';
}

.zmdi-money-box:before {
  content:'\f198';
}

.zmdi-money-off:before {
  content:'\f199';
}

.zmdi-money:before {
  content:'\f19a';
}

.zmdi-more-vert:before {
  content:'\f19b';
}

.zmdi-more:before {
  content:'\f19c';
}

.zmdi-movie-alt:before {
  content:'\f19d';
}

.zmdi-movie:before {
  content:'\f19e';
}

.zmdi-nature-people:before {
  content:'\f19f';
}

.zmdi-nature:before {
  content:'\f1a0';
}

.zmdi-navigation:before {
  content:'\f1a1';
}

.zmdi-open-in-browser:before {
  content:'\f1a2';
}

.zmdi-open-in-new:before {
  content:'\f1a3';
}

.zmdi-palette:before {
  content:'\f1a4';
}

.zmdi-parking:before {
  content:'\f1a5';
}

.zmdi-pin-account:before {
  content:'\f1a6';
}

.zmdi-pin-assistant:before {
  content:'\f1a7';
}

.zmdi-pin-drop:before {
  content:'\f1a8';
}

.zmdi-pin-help:before {
  content:'\f1a9';
}

.zmdi-pin-off:before {
  content:'\f1aa';
}

.zmdi-pin:before {
  content:'\f1ab';
}

.zmdi-pizza:before {
  content:'\f1ac';
}

.zmdi-plaster:before {
  content:'\f1ad';
}

.zmdi-power-setting:before {
  content:'\f1ae';
}

.zmdi-power:before {
  content:'\f1af';
}

.zmdi-print:before {
  content:'\f1b0';
}

.zmdi-puzzle-piece:before {
  content:'\f1b1';
}

.zmdi-quote:before {
  content:'\f1b2';
}

.zmdi-railway:before {
  content:'\f1b3';
}

.zmdi-receipt:before {
  content:'\f1b4';
}

.zmdi-refresh-alt:before {
  content:'\f1b5';
}

.zmdi-refresh-sync-alert:before {
  content:'\f1b6';
}

.zmdi-refresh-sync-off:before {
  content:'\f1b7';
}

.zmdi-refresh-sync:before {
  content:'\f1b8';
}

.zmdi-refresh:before {
  content:'\f1b9';
}

.zmdi-roller:before {
  content:'\f1ba';
}

.zmdi-ruler:before {
  content:'\f1bb';
}

.zmdi-scissors:before {
  content:'\f1bc';
}

.zmdi-screen-rotation-lock:before {
  content:'\f1bd';
}

.zmdi-screen-rotation:before {
  content:'\f1be';
}

.zmdi-search-for:before {
  content:'\f1bf';
}

.zmdi-search-in-file:before {
  content:'\f1c0';
}

.zmdi-search-in-page:before {
  content:'\f1c1';
}

.zmdi-search-replace:before {
  content:'\f1c2';
}

.zmdi-search:before {
  content:'\f1c3';
}

.zmdi-seat:before {
  content:'\f1c4';
}

.zmdi-settings-square:before {
  content:'\f1c5';
}

.zmdi-settings:before {
  content:'\f1c6';
}

.zmdi-shield-check:before {
  content:'\f1c7';
}

.zmdi-shield-security:before {
  content:'\f1c8';
}

.zmdi-shopping-basket:before {
  content:'\f1c9';
}

.zmdi-shopping-cart-plus:before {
  content:'\f1ca';
}

.zmdi-shopping-cart:before {
  content:'\f1cb';
}

.zmdi-sign-in:before {
  content:'\f1cc';
}

.zmdi-sort-amount-asc:before {
  content:'\f1cd';
}

.zmdi-sort-amount-desc:before {
  content:'\f1ce';
}

.zmdi-sort-asc:before {
  content:'\f1cf';
}

.zmdi-sort-desc:before {
  content:'\f1d0';
}

.zmdi-spellcheck:before {
  content:'\f1d1';
}

.zmdi-storage:before {
  content:'\f1d2';
}

.zmdi-store-24:before {
  content:'\f1d3';
}

.zmdi-store:before {
  content:'\f1d4';
}

.zmdi-subway:before {
  content:'\f1d5';
}

.zmdi-sun:before {
  content:'\f1d6';
}

.zmdi-tab-unselected:before {
  content:'\f1d7';
}

.zmdi-tab:before {
  content:'\f1d8';
}

.zmdi-tag-close:before {
  content:'\f1d9';
}

.zmdi-tag-more:before {
  content:'\f1da';
}

.zmdi-tag:before {
  content:'\f1db';
}

.zmdi-thumb-down:before {
  content:'\f1dc';
}

.zmdi-thumb-up-down:before {
  content:'\f1dd';
}

.zmdi-thumb-up:before {
  content:'\f1de';
}

.zmdi-ticket-star:before {
  content:'\f1df';
}

.zmdi-toll:before {
  content:'\f1e0';
}

.zmdi-toys:before {
  content:'\f1e1';
}

.zmdi-traffic:before {
  content:'\f1e2';
}

.zmdi-translate:before {
  content:'\f1e3';
}

.zmdi-triangle-down:before {
  content:'\f1e4';
}

.zmdi-triangle-up:before {
  content:'\f1e5';
}

.zmdi-truck:before {
  content:'\f1e6';
}

.zmdi-turning-sign:before {
  content:'\f1e7';
}

.zmdi-wallpaper:before {
  content:'\f1e8';
}

.zmdi-washing-machine:before {
  content:'\f1e9';
}

.zmdi-window-maximize:before {
  content:'\f1ea';
}

.zmdi-window-minimize:before {
  content:'\f1eb';
}

.zmdi-window-restore:before {
  content:'\f1ec';
}

.zmdi-wrench:before {
  content:'\f1ed';
}

.zmdi-zoom-in:before {
  content:'\f1ee';
}

.zmdi-zoom-out:before {
  content:'\f1ef';
}

.zmdi-alert-circle-o:before {
  content:'\f1f0';
}

.zmdi-alert-circle:before {
  content:'\f1f1';
}

.zmdi-alert-octagon:before {
  content:'\f1f2';
}

.zmdi-alert-polygon:before {
  content:'\f1f3';
}

.zmdi-alert-triangle:before {
  content:'\f1f4';
}

.zmdi-help-outline:before {
  content:'\f1f5';
}

.zmdi-help:before {
  content:'\f1f6';
}

.zmdi-info-outline:before {
  content:'\f1f7';
}

.zmdi-info:before {
  content:'\f1f8';
}

.zmdi-notifications-active:before {
  content:'\f1f9';
}

.zmdi-notifications-add:before {
  content:'\f1fa';
}

.zmdi-notifications-none:before {
  content:'\f1fb';
}

.zmdi-notifications-off:before {
  content:'\f1fc';
}

.zmdi-notifications-paused:before {
  content:'\f1fd';
}

.zmdi-notifications:before {
  content:'\f1fe';
}

.zmdi-account-add:before {
  content:'\f1ff';
}

.zmdi-account-box-mail:before {
  content:'\f200';
}

.zmdi-account-box-o:before {
  content:'\f201';
}

.zmdi-account-box-phone:before {
  content:'\f202';
}

.zmdi-account-box:before {
  content:'\f203';
}

.zmdi-account-calendar:before {
  content:'\f204';
}

.zmdi-account-circle:before {
  content:'\f205';
}

.zmdi-account-o:before {
  content:'\f206';
}

.zmdi-account:before {
  content:'\f207';
}

.zmdi-accounts-add:before {
  content:'\f208';
}

.zmdi-accounts-alt:before {
  content:'\f209';
}

.zmdi-accounts-list-alt:before {
  content:'\f20a';
}

.zmdi-accounts-list:before {
  content:'\f20b';
}

.zmdi-accounts-outline:before {
  content:'\f20c';
}

.zmdi-accounts:before {
  content:'\f20d';
}

.zmdi-face:before {
  content:'\f20e';
}

.zmdi-female:before {
  content:'\f20f';
}

.zmdi-male-alt:before {
  content:'\f210';
}

.zmdi-male-female:before {
  content:'\f211';
}

.zmdi-male:before {
  content:'\f212';
}

.zmdi-mood-bad:before {
  content:'\f213';
}

.zmdi-mood:before {
  content:'\f214';
}

.zmdi-run:before {
  content:'\f215';
}

.zmdi-walk:before {
  content:'\f216';
}

.zmdi-cloud-box:before {
  content:'\f217';
}

.zmdi-cloud-circle:before {
  content:'\f218';
}

.zmdi-cloud-done:before {
  content:'\f219';
}

.zmdi-cloud-download:before {
  content:'\f21a';
}

.zmdi-cloud-off:before {
  content:'\f21b';
}

.zmdi-cloud-outline-alt:before {
  content:'\f21c';
}

.zmdi-cloud-outline:before {
  content:'\f21d';
}

.zmdi-cloud-upload:before {
  content:'\f21e';
}

.zmdi-cloud:before {
  content:'\f21f';
}

.zmdi-download:before {
  content:'\f220';
}

.zmdi-file-plus:before {
  content:'\f221';
}

.zmdi-file-text:before {
  content:'\f222';
}

.zmdi-file:before {
  content:'\f223';
}

.zmdi-folder-outline:before {
  content:'\f224';
}

.zmdi-folder-person:before {
  content:'\f225';
}

.zmdi-folder-star-alt:before {
  content:'\f226';
}

.zmdi-folder-star:before {
  content:'\f227';
}

.zmdi-folder:before {
  content:'\f228';
}

.zmdi-gif:before {
  content:'\f229';
}

.zmdi-upload:before {
  content:'\f22a';
}

.zmdi-border-all:before {
  content:'\f22b';
}

.zmdi-border-bottom:before {
  content:'\f22c';
}

.zmdi-border-clear:before {
  content:'\f22d';
}

.zmdi-border-color:before {
  content:'\f22e';
}

.zmdi-border-horizontal:before {
  content:'\f22f';
}

.zmdi-border-inner:before {
  content:'\f230';
}

.zmdi-border-left:before {
  content:'\f231';
}

.zmdi-border-outer:before {
  content:'\f232';
}

.zmdi-border-right:before {
  content:'\f233';
}

.zmdi-border-style:before {
  content:'\f234';
}

.zmdi-border-top:before {
  content:'\f235';
}

.zmdi-border-vertical:before {
  content:'\f236';
}

.zmdi-copy:before {
  content:'\f237';
}

.zmdi-crop:before {
  content:'\f238';
}

.zmdi-format-align-center:before {
  content:'\f239';
}

.zmdi-format-align-justify:before {
  content:'\f23a';
}

.zmdi-format-align-left:before {
  content:'\f23b';
}

.zmdi-format-align-right:before {
  content:'\f23c';
}

.zmdi-format-bold:before {
  content:'\f23d';
}

.zmdi-format-clear-all:before {
  content:'\f23e';
}

.zmdi-format-clear:before {
  content:'\f23f';
}

.zmdi-format-color-fill:before {
  content:'\f240';
}

.zmdi-format-color-reset:before {
  content:'\f241';
}

.zmdi-format-color-text:before {
  content:'\f242';
}

.zmdi-format-indent-decrease:before {
  content:'\f243';
}

.zmdi-format-indent-increase:before {
  content:'\f244';
}

.zmdi-format-italic:before {
  content:'\f245';
}

.zmdi-format-line-spacing:before {
  content:'\f246';
}

.zmdi-format-list-bulleted:before {
  content:'\f247';
}

.zmdi-format-list-numbered:before {
  content:'\f248';
}

.zmdi-format-ltr:before {
  content:'\f249';
}

.zmdi-format-rtl:before {
  content:'\f24a';
}

.zmdi-format-size:before {
  content:'\f24b';
}

.zmdi-format-strikethrough-s:before {
  content:'\f24c';
}

.zmdi-format-strikethrough:before {
  content:'\f24d';
}

.zmdi-format-subject:before {
  content:'\f24e';
}

.zmdi-format-underlined:before {
  content:'\f24f';
}

.zmdi-format-valign-bottom:before {
  content:'\f250';
}

.zmdi-format-valign-center:before {
  content:'\f251';
}

.zmdi-format-valign-top:before {
  content:'\f252';
}

.zmdi-redo:before {
  content:'\f253';
}

.zmdi-select-all:before {
  content:'\f254';
}

.zmdi-space-bar:before {
  content:'\f255';
}

.zmdi-text-format:before {
  content:'\f256';
}

.zmdi-transform:before {
  content:'\f257';
}

.zmdi-undo:before {
  content:'\f258';
}

.zmdi-wrap-text:before {
  content:'\f259';
}

.zmdi-comment-alert:before {
  content:'\f25a';
}

.zmdi-comment-alt-text:before {
  content:'\f25b';
}

.zmdi-comment-alt:before {
  content:'\f25c';
}

.zmdi-comment-edit:before {
  content:'\f25d';
}

.zmdi-comment-image:before {
  content:'\f25e';
}

.zmdi-comment-list:before {
  content:'\f25f';
}

.zmdi-comment-more:before {
  content:'\f260';
}

.zmdi-comment-outline:before {
  content:'\f261';
}

.zmdi-comment-text-alt:before {
  content:'\f262';
}

.zmdi-comment-text:before {
  content:'\f263';
}

.zmdi-comment-video:before {
  content:'\f264';
}

.zmdi-comment:before {
  content:'\f265';
}

.zmdi-comments:before {
  content:'\f266';
}

.zmdi-check-all:before {
  content:'\f267';
}

.zmdi-check-circle-u:before {
  content:'\f268';
}

.zmdi-check-circle:before {
  content:'\f269';
}

.zmdi-check-square:before {
  content:'\f26a';
}

.zmdi-check:before {
  content:'\f26b';
}

.zmdi-circle-o:before {
  content:'\f26c';
}

.zmdi-circle:before {
  content:'\f26d';
}

.zmdi-dot-circle-alt:before {
  content:'\f26e';
}

.zmdi-dot-circle:before {
  content:'\f26f';
}

.zmdi-minus-circle-outline:before {
  content:'\f270';
}

.zmdi-minus-circle:before {
  content:'\f271';
}

.zmdi-minus-square:before {
  content:'\f272';
}

.zmdi-minus:before {
  content:'\f273';
}

.zmdi-plus-circle-o-duplicate:before {
  content:'\f274';
}

.zmdi-plus-circle-o:before {
  content:'\f275';
}

.zmdi-plus-circle:before {
  content:'\f276';
}

.zmdi-plus-square:before {
  content:'\f277';
}

.zmdi-plus:before {
  content:'\f278';
}

.zmdi-square-o:before {
  content:'\f279';
}

.zmdi-star-circle:before {
  content:'\f27a';
}

.zmdi-star-half:before {
  content:'\f27b';
}

.zmdi-star-outline:before {
  content:'\f27c';
}

.zmdi-star:before {
  content:'\f27d';
}

.zmdi-bluetooth-connected:before {
  content:'\f27e';
}

.zmdi-bluetooth-off:before {
  content:'\f27f';
}

.zmdi-bluetooth-search:before {
  content:'\f280';
}

.zmdi-bluetooth-setting:before {
  content:'\f281';
}

.zmdi-bluetooth:before {
  content:'\f282';
}

.zmdi-camera-add:before {
  content:'\f283';
}

.zmdi-camera-alt:before {
  content:'\f284';
}

.zmdi-camera-bw:before {
  content:'\f285';
}

.zmdi-camera-front:before {
  content:'\f286';
}

.zmdi-camera-mic:before {
  content:'\f287';
}

.zmdi-camera-party-mode:before {
  content:'\f288';
}

.zmdi-camera-rear:before {
  content:'\f289';
}

.zmdi-camera-roll:before {
  content:'\f28a';
}

.zmdi-camera-switch:before {
  content:'\f28b';
}

.zmdi-camera:before {
  content:'\f28c';
}

.zmdi-card-alert:before {
  content:'\f28d';
}

.zmdi-card-off:before {
  content:'\f28e';
}

.zmdi-card-sd:before {
  content:'\f28f';
}

.zmdi-card-sim:before {
  content:'\f290';
}

.zmdi-desktop-mac:before {
  content:'\f291';
}

.zmdi-desktop-windows:before {
  content:'\f292';
}

.zmdi-device-hub:before {
  content:'\f293';
}

.zmdi-devices-off:before {
  content:'\f294';
}

.zmdi-devices:before {
  content:'\f295';
}

.zmdi-dock:before {
  content:'\f296';
}

.zmdi-floppy:before {
  content:'\f297';
}

.zmdi-gamepad:before {
  content:'\f298';
}

.zmdi-gps-dot:before {
  content:'\f299';
}

.zmdi-gps-off:before {
  content:'\f29a';
}

.zmdi-gps:before {
  content:'\f29b';
}

.zmdi-headset-mic:before {
  content:'\f29c';
}

.zmdi-headset:before {
  content:'\f29d';
}

.zmdi-input-antenna:before {
  content:'\f29e';
}

.zmdi-input-composite:before {
  content:'\f29f';
}

.zmdi-input-hdmi:before {
  content:'\f2a0';
}

.zmdi-input-power:before {
  content:'\f2a1';
}

.zmdi-input-svideo:before {
  content:'\f2a2';
}

.zmdi-keyboard-hide:before {
  content:'\f2a3';
}

.zmdi-keyboard:before {
  content:'\f2a4';
}

.zmdi-laptop-chromebook:before {
  content:'\f2a5';
}

.zmdi-laptop-mac:before {
  content:'\f2a6';
}

.zmdi-laptop:before {
  content:'\f2a7';
}

.zmdi-mic-off:before {
  content:'\f2a8';
}

.zmdi-mic-outline:before {
  content:'\f2a9';
}

.zmdi-mic-setting:before {
  content:'\f2aa';
}

.zmdi-mic:before {
  content:'\f2ab';
}

.zmdi-mouse:before {
  content:'\f2ac';
}

.zmdi-network-alert:before {
  content:'\f2ad';
}

.zmdi-network-locked:before {
  content:'\f2ae';
}

.zmdi-network-off:before {
  content:'\f2af';
}

.zmdi-network-outline:before {
  content:'\f2b0';
}

.zmdi-network-setting:before {
  content:'\f2b1';
}

.zmdi-network:before {
  content:'\f2b2';
}

.zmdi-phone-bluetooth:before {
  content:'\f2b3';
}

.zmdi-phone-end:before {
  content:'\f2b4';
}

.zmdi-phone-forwarded:before {
  content:'\f2b5';
}

.zmdi-phone-in-talk:before {
  content:'\f2b6';
}

.zmdi-phone-locked:before {
  content:'\f2b7';
}

.zmdi-phone-missed:before {
  content:'\f2b8';
}

.zmdi-phone-msg:before {
  content:'\f2b9';
}

.zmdi-phone-paused:before {
  content:'\f2ba';
}

.zmdi-phone-ring:before {
  content:'\f2bb';
}

.zmdi-phone-setting:before {
  content:'\f2bc';
}

.zmdi-phone-sip:before {
  content:'\f2bd';
}

.zmdi-phone:before {
  content:'\f2be';
}

.zmdi-portable-wifi-changes:before {
  content:'\f2bf';
}

.zmdi-portable-wifi-off:before {
  content:'\f2c0';
}

.zmdi-portable-wifi:before {
  content:'\f2c1';
}

.zmdi-radio:before {
  content:'\f2c2';
}

.zmdi-reader:before {
  content:'\f2c3';
}

.zmdi-remote-control-alt:before {
  content:'\f2c4';
}

.zmdi-remote-control:before {
  content:'\f2c5';
}

.zmdi-router:before {
  content:'\f2c6';
}

.zmdi-scanner:before {
  content:'\f2c7';
}

.zmdi-smartphone-android:before {
  content:'\f2c8';
}

.zmdi-smartphone-download:before {
  content:'\f2c9';
}

.zmdi-smartphone-erase:before {
  content:'\f2ca';
}

.zmdi-smartphone-info:before {
  content:'\f2cb';
}

.zmdi-smartphone-iphone:before {
  content:'\f2cc';
}

.zmdi-smartphone-landscape-lock:before {
  content:'\f2cd';
}

.zmdi-smartphone-landscape:before {
  content:'\f2ce';
}

.zmdi-smartphone-lock:before {
  content:'\f2cf';
}

.zmdi-smartphone-portrait-lock:before {
  content:'\f2d0';
}

.zmdi-smartphone-ring:before {
  content:'\f2d1';
}

.zmdi-smartphone-setting:before {
  content:'\f2d2';
}

.zmdi-smartphone-setup:before {
  content:'\f2d3';
}

.zmdi-smartphone:before {
  content:'\f2d4';
}

.zmdi-speaker:before {
  content:'\f2d5';
}

.zmdi-tablet-android:before {
  content:'\f2d6';
}

.zmdi-tablet-mac:before {
  content:'\f2d7';
}

.zmdi-tablet:before {
  content:'\f2d8';
}

.zmdi-tv-alt-play:before {
  content:'\f2d9';
}

.zmdi-tv-list:before {
  content:'\f2da';
}

.zmdi-tv-play:before {
  content:'\f2db';
}

.zmdi-tv:before {
  content:'\f2dc';
}

.zmdi-usb:before {
  content:'\f2dd';
}

.zmdi-videocam-off:before {
  content:'\f2de';
}

.zmdi-videocam-switch:before {
  content:'\f2df';
}

.zmdi-videocam:before {
  content:'\f2e0';
}

.zmdi-watch:before {
  content:'\f2e1';
}

.zmdi-wifi-alt-2:before {
  content:'\f2e2';
}

.zmdi-wifi-alt:before {
  content:'\f2e3';
}

.zmdi-wifi-info:before {
  content:'\f2e4';
}

.zmdi-wifi-lock:before {
  content:'\f2e5';
}

.zmdi-wifi-off:before {
  content:'\f2e6';
}

.zmdi-wifi-outline:before {
  content:'\f2e7';
}

.zmdi-wifi:before {
  content:'\f2e8';
}

.zmdi-arrow-left-bottom:before {
  content:'\f2e9';
}

.zmdi-arrow-left:before {
  content:'\f2ea';
}

.zmdi-arrow-merge:before {
  content:'\f2eb';
}

.zmdi-arrow-missed:before {
  content:'\f2ec';
}

.zmdi-arrow-right-top:before {
  content:'\f2ed';
}

.zmdi-arrow-right:before {
  content:'\f2ee';
}

.zmdi-arrow-split:before {
  content:'\f2ef';
}

.zmdi-arrows:before {
  content:'\f2f0';
}

.zmdi-caret-down-circle:before {
  content:'\f2f1';
}

.zmdi-caret-down:before {
  content:'\f2f2';
}

.zmdi-caret-left-circle:before {
  content:'\f2f3';
}

.zmdi-caret-left:before {
  content:'\f2f4';
}

.zmdi-caret-right-circle:before {
  content:'\f2f5';
}

.zmdi-caret-right:before {
  content:'\f2f6';
}

.zmdi-caret-up-circle:before {
  content:'\f2f7';
}

.zmdi-caret-up:before {
  content:'\f2f8';
}

.zmdi-chevron-down:before {
  content:'\f2f9';
}

.zmdi-chevron-left:before {
  content:'\f2fa';
}

.zmdi-chevron-right:before {
  content:'\f2fb';
}

.zmdi-chevron-up:before {
  content:'\f2fc';
}

.zmdi-forward:before {
  content:'\f2fd';
}

.zmdi-long-arrow-down:before {
  content:'\f2fe';
}

.zmdi-long-arrow-left:before {
  content:'\f2ff';
}

.zmdi-long-arrow-return:before {
  content:'\f300';
}

.zmdi-long-arrow-right:before {
  content:'\f301';
}

.zmdi-long-arrow-tab:before {
  content:'\f302';
}

.zmdi-long-arrow-up:before {
  content:'\f303';
}

.zmdi-rotate-ccw:before {
  content:'\f304';
}

.zmdi-rotate-cw:before {
  content:'\f305';
}

.zmdi-rotate-left:before {
  content:'\f306';
}

.zmdi-rotate-right:before {
  content:'\f307';
}

.zmdi-square-down:before {
  content:'\f308';
}

.zmdi-square-right:before {
  content:'\f309';
}

.zmdi-swap-alt:before {
  content:'\f30a';
}

.zmdi-swap-vertical-circle:before {
  content:'\f30b';
}

.zmdi-swap-vertical:before {
  content:'\f30c';
}

.zmdi-swap:before {
  content:'\f30d';
}

.zmdi-trending-down:before {
  content:'\f30e';
}

.zmdi-trending-flat:before {
  content:'\f30f';
}

.zmdi-trending-up:before {
  content:'\f310';
}

.zmdi-unfold-less:before {
  content:'\f311';
}

.zmdi-unfold-more:before {
  content:'\f312';
}

.zmdi-apps:before {
  content:'\f313';
}

.zmdi-grid-off:before {
  content:'\f314';
}

.zmdi-grid:before {
  content:'\f315';
}

.zmdi-view-agenda:before {
  content:'\f316';
}

.zmdi-view-array:before {
  content:'\f317';
}

.zmdi-view-carousel:before {
  content:'\f318';
}

.zmdi-view-column:before {
  content:'\f319';
}

.zmdi-view-comfy:before {
  content:'\f31a';
}

.zmdi-view-compact:before {
  content:'\f31b';
}

.zmdi-view-dashboard:before {
  content:'\f31c';
}

.zmdi-view-day:before {
  content:'\f31d';
}

.zmdi-view-headline:before {
  content:'\f31e';
}

.zmdi-view-list-alt:before {
  content:'\f31f';
}

.zmdi-view-list:before {
  content:'\f320';
}

.zmdi-view-module:before {
  content:'\f321';
}

.zmdi-view-quilt:before {
  content:'\f322';
}

.zmdi-view-stream:before {
  content:'\f323';
}

.zmdi-view-subtitles:before {
  content:'\f324';
}

.zmdi-view-toc:before {
  content:'\f325';
}

.zmdi-view-web:before {
  content:'\f326';
}

.zmdi-view-week:before {
  content:'\f327';
}

.zmdi-widgets:before {
  content:'\f328';
}

.zmdi-alarm-check:before {
  content:'\f329';
}

.zmdi-alarm-off:before {
  content:'\f32a';
}

.zmdi-alarm-plus:before {
  content:'\f32b';
}

.zmdi-alarm-snooze:before {
  content:'\f32c';
}

.zmdi-alarm:before {
  content:'\f32d';
}

.zmdi-calendar-alt:before {
  content:'\f32e';
}

.zmdi-calendar-check:before {
  content:'\f32f';
}

.zmdi-calendar-close:before {
  content:'\f330';
}

.zmdi-calendar-note:before {
  content:'\f331';
}

.zmdi-calendar:before {
  content:'\f332';
}

.zmdi-time-countdown:before {
  content:'\f333';
}

.zmdi-time-interval:before {
  content:'\f334';
}

.zmdi-time-restore-setting:before {
  content:'\f335';
}

.zmdi-time-restore:before {
  content:'\f336';
}

.zmdi-time:before {
  content:'\f337';
}

.zmdi-timer-off:before {
  content:'\f338';
}

.zmdi-timer:before {
  content:'\f339';
}

.zmdi-android-alt:before {
  content:'\f33a';
}

.zmdi-android:before {
  content:'\f33b';
}

.zmdi-apple:before {
  content:'\f33c';
}

.zmdi-behance:before {
  content:'\f33d';
}

.zmdi-codepen:before {
  content:'\f33e';
}

.zmdi-dribbble:before {
  content:'\f33f';
}

.zmdi-dropbox:before {
  content:'\f340';
}

.zmdi-evernote:before {
  content:'\f341';
}

.zmdi-facebook-box:before {
  content:'\f342';
}

.zmdi-facebook:before {
  content:'\f343';
}

.zmdi-github-box:before {
  content:'\f344';
}

.zmdi-github:before {
  content:'\f345';
}

.zmdi-google-drive:before {
  content:'\f346';
}

.zmdi-google-earth:before {
  content:'\f347';
}

.zmdi-google-glass:before {
  content:'\f348';
}

.zmdi-google-maps:before {
  content:'\f349';
}

.zmdi-google-pages:before {
  content:'\f34a';
}

.zmdi-google-play:before {
  content:'\f34b';
}

.zmdi-google-plus-box:before {
  content:'\f34c';
}

.zmdi-google-plus:before {
  content:'\f34d';
}

.zmdi-google:before {
  content:'\f34e';
}

.zmdi-instagram:before {
  content:'\f34f';
}

.zmdi-language-css3:before {
  content:'\f350';
}

.zmdi-language-html5:before {
  content:'\f351';
}

.zmdi-language-javascript:before {
  content:'\f352';
}

.zmdi-language-python-alt:before {
  content:'\f353';
}

.zmdi-language-python:before {
  content:'\f354';
}

.zmdi-lastfm:before {
  content:'\f355';
}

.zmdi-linkedin-box:before {
  content:'\f356';
}

.zmdi-paypal:before {
  content:'\f357';
}

.zmdi-pinterest-box:before {
  content:'\f358';
}

.zmdi-pocket:before {
  content:'\f359';
}

.zmdi-polymer:before {
  content:'\f35a';
}

.zmdi-share:before {
  content:'\f35b';
}

.zmdi-stackoverflow:before {
  content:'\f35c';
}

.zmdi-steam-square:before {
  content:'\f35d';
}

.zmdi-steam:before {
  content:'\f35e';
}

.zmdi-twitter-box:before {
  content:'\f35f';
}

.zmdi-twitter:before {
  content:'\f360';
}

.zmdi-vk:before {
  content:'\f361';
}

.zmdi-wikipedia:before {
  content:'\f362';
}

.zmdi-windows:before {
  content:'\f363';
}

.zmdi-aspect-ratio-alt:before {
  content:'\f364';
}

.zmdi-aspect-ratio:before {
  content:'\f365';
}

.zmdi-blur-circular:before {
  content:'\f366';
}

.zmdi-blur-linear:before {
  content:'\f367';
}

.zmdi-blur-off:before {
  content:'\f368';
}

.zmdi-blur:before {
  content:'\f369';
}

.zmdi-brightness-2:before {
  content:'\f36a';
}

.zmdi-brightness-3:before {
  content:'\f36b';
}

.zmdi-brightness-4:before {
  content:'\f36c';
}

.zmdi-brightness-5:before {
  content:'\f36d';
}

.zmdi-brightness-6:before {
  content:'\f36e';
}

.zmdi-brightness-7:before {
  content:'\f36f';
}

.zmdi-brightness-auto:before {
  content:'\f370';
}

.zmdi-brightness-setting:before {
  content:'\f371';
}

.zmdi-broken-image:before {
  content:'\f372';
}

.zmdi-center-focus-strong:before {
  content:'\f373';
}

.zmdi-center-focus-weak:before {
  content:'\f374';
}

.zmdi-compare:before {
  content:'\f375';
}

.zmdi-crop-16-9:before {
  content:'\f376';
}

.zmdi-crop-3-2:before {
  content:'\f377';
}

.zmdi-crop-5-4:before {
  content:'\f378';
}

.zmdi-crop-7-5:before {
  content:'\f379';
}

.zmdi-crop-din:before {
  content:'\f37a';
}

.zmdi-crop-free:before {
  content:'\f37b';
}

.zmdi-crop-landscape:before {
  content:'\f37c';
}

.zmdi-crop-portrait:before {
  content:'\f37d';
}

.zmdi-crop-square:before {
  content:'\f37e';
}

.zmdi-exposure-alt:before {
  content:'\f37f';
}

.zmdi-exposure:before {
  content:'\f380';
}

.zmdi-filter-b-and-w:before {
  content:'\f381';
}

.zmdi-filter-center-focus:before {
  content:'\f382';
}

.zmdi-filter-frames:before {
  content:'\f383';
}

.zmdi-filter-tilt-shift:before {
  content:'\f384';
}

.zmdi-gradient:before {
  content:'\f385';
}

.zmdi-grain:before {
  content:'\f386';
}

.zmdi-graphic-eq:before {
  content:'\f387';
}

.zmdi-hdr-off:before {
  content:'\f388';
}

.zmdi-hdr-strong:before {
  content:'\f389';
}

.zmdi-hdr-weak:before {
  content:'\f38a';
}

.zmdi-hdr:before {
  content:'\f38b';
}

.zmdi-iridescent:before {
  content:'\f38c';
}

.zmdi-leak-off:before {
  content:'\f38d';
}

.zmdi-leak:before {
  content:'\f38e';
}

.zmdi-looks:before {
  content:'\f38f';
}

.zmdi-loupe:before {
  content:'\f390';
}

.zmdi-panorama-horizontal:before {
  content:'\f391';
}

.zmdi-panorama-vertical:before {
  content:'\f392';
}

.zmdi-panorama-wide-angle:before {
  content:'\f393';
}

.zmdi-photo-size-select-large:before {
  content:'\f394';
}

.zmdi-photo-size-select-small:before {
  content:'\f395';
}

.zmdi-picture-in-picture:before {
  content:'\f396';
}

.zmdi-slideshow:before {
  content:'\f397';
}

.zmdi-texture:before {
  content:'\f398';
}

.zmdi-tonality:before {
  content:'\f399';
}

.zmdi-vignette:before {
  content:'\f39a';
}

.zmdi-wb-auto:before {
  content:'\f39b';
}

.zmdi-eject-alt:before {
  content:'\f39c';
}

.zmdi-eject:before {
  content:'\f39d';
}

.zmdi-equalizer:before {
  content:'\f39e';
}

.zmdi-fast-forward:before {
  content:'\f39f';
}

.zmdi-fast-rewind:before {
  content:'\f3a0';
}

.zmdi-forward-10:before {
  content:'\f3a1';
}

.zmdi-forward-30:before {
  content:'\f3a2';
}

.zmdi-forward-5:before {
  content:'\f3a3';
}

.zmdi-hearing:before {
  content:'\f3a4';
}

.zmdi-pause-circle-outline:before {
  content:'\f3a5';
}

.zmdi-pause-circle:before {
  content:'\f3a6';
}

.zmdi-pause:before {
  content:'\f3a7';
}

.zmdi-play-circle-outline:before {
  content:'\f3a8';
}

.zmdi-play-circle:before {
  content:'\f3a9';
}

.zmdi-play:before {
  content:'\f3aa';
}

.zmdi-playlist-audio:before {
  content:'\f3ab';
}

.zmdi-playlist-plus:before {
  content:'\f3ac';
}

.zmdi-repeat-one:before {
  content:'\f3ad';
}

.zmdi-repeat:before {
  content:'\f3ae';
}

.zmdi-replay-10:before {
  content:'\f3af';
}

.zmdi-replay-30:before {
  content:'\f3b0';
}

.zmdi-replay-5:before {
  content:'\f3b1';
}

.zmdi-replay:before {
  content:'\f3b2';
}

.zmdi-shuffle:before {
  content:'\f3b3';
}

.zmdi-skip-next:before {
  content:'\f3b4';
}

.zmdi-skip-previous:before {
  content:'\f3b5';
}

.zmdi-stop:before {
  content:'\f3b6';
}

.zmdi-surround-sound:before {
  content:'\f3b7';
}

.zmdi-tune:before {
  content:'\f3b8';
}

.zmdi-volume-down:before {
  content:'\f3b9';
}

.zmdi-volume-mute:before {
  content:'\f3ba';
}

.zmdi-volume-off:before {
  content:'\f3bb';
}

.zmdi-volume-up:before {
  content:'\f3bc';
}

.zmdi-n-1-square:before {
  content:'\f3bd';
}

.zmdi-n-2-square:before {
  content:'\f3be';
}

.zmdi-n-3-square:before {
  content:'\f3bf';
}

.zmdi-n-4-square:before {
  content:'\f3c0';
}

.zmdi-n-5-square:before {
  content:'\f3c1';
}

.zmdi-n-6-square:before {
  content:'\f3c2';
}

.zmdi-neg-1:before {
  content:'\f3c3';
}

.zmdi-neg-2:before {
  content:'\f3c4';
}

.zmdi-plus-1:before {
  content:'\f3c5';
}

.zmdi-plus-2:before {
  content:'\f3c6';
}

.zmdi-sec-10:before {
  content:'\f3c7';
}

.zmdi-sec-3:before {
  content:'\f3c8';
}

.zmdi-zero:before {
  content:'\f3c9';
}

.zmdi-airline-seat-flat-angled:before {
  content:'\f3ca';
}

.zmdi-airline-seat-flat:before {
  content:'\f3cb';
}

.zmdi-airline-seat-individual-suite:before {
  content:'\f3cc';
}

.zmdi-airline-seat-legroom-extra:before {
  content:'\f3cd';
}

.zmdi-airline-seat-legroom-normal:before {
  content:'\f3ce';
}

.zmdi-airline-seat-legroom-reduced:before {
  content:'\f3cf';
}

.zmdi-airline-seat-recline-extra:before {
  content:'\f3d0';
}

.zmdi-airline-seat-recline-normal:before {
  content:'\f3d1';
}

.zmdi-airplay:before {
  content:'\f3d2';
}

.zmdi-closed-caption:before {
  content:'\f3d3';
}

.zmdi-confirmation-number:before {
  content:'\f3d4';
}

.zmdi-developer-board:before {
  content:'\f3d5';
}

.zmdi-disc-full:before {
  content:'\f3d6';
}

.zmdi-explicit:before {
  content:'\f3d7';
}

.zmdi-flight-land:before {
  content:'\f3d8';
}

.zmdi-flight-takeoff:before {
  content:'\f3d9';
}

.zmdi-flip-to-back:before {
  content:'\f3da';
}

.zmdi-flip-to-front:before {
  content:'\f3db';
}

.zmdi-group-work:before {
  content:'\f3dc';
}

.zmdi-hd:before {
  content:'\f3dd';
}

.zmdi-hq:before {
  content:'\f3de';
}

.zmdi-markunread-mailbox:before {
  content:'\f3df';
}

.zmdi-memory:before {
  content:'\f3e0';
}

.zmdi-nfc:before {
  content:'\f3e1';
}

.zmdi-play-for-work:before {
  content:'\f3e2';
}

.zmdi-power-input:before {
  content:'\f3e3';
}

.zmdi-present-to-all:before {
  content:'\f3e4';
}

.zmdi-satellite:before {
  content:'\f3e5';
}

.zmdi-tap-and-play:before {
  content:'\f3e6';
}

.zmdi-vibration:before {
  content:'\f3e7';
}

.zmdi-voicemail:before {
  content:'\f3e8';
}

.zmdi-group:before {
  content:'\f3e9';
}

.zmdi-rss:before {
  content:'\f3ea';
}

.zmdi-shape:before {
  content:'\f3eb';
}

.zmdi-spinner:before {
  content:'\f3ec';
}

.zmdi-ungroup:before {
  content:'\f3ed';
}

.zmdi-500px:before {
  content:'\f3ee';
}

.zmdi-8tracks:before {
  content:'\f3ef';
}

.zmdi-amazon:before {
  content:'\f3f0';
}

.zmdi-blogger:before {
  content:'\f3f1';
}

.zmdi-delicious:before {
  content:'\f3f2';
}

.zmdi-disqus:before {
  content:'\f3f3';
}

.zmdi-flattr:before {
  content:'\f3f4';
}

.zmdi-flickr:before {
  content:'\f3f5';
}

.zmdi-github-alt:before {
  content:'\f3f6';
}

.zmdi-google-old:before {
  content:'\f3f7';
}

.zmdi-linkedin:before {
  content:'\f3f8';
}

.zmdi-odnoklassniki:before {
  content:'\f3f9';
}

.zmdi-outlook:before {
  content:'\f3fa';
}

.zmdi-paypal-alt:before {
  content:'\f3fb';
}

.zmdi-pinterest:before {
  content:'\f3fc';
}

.zmdi-playstation:before {
  content:'\f3fd';
}

.zmdi-reddit:before {
  content:'\f3fe';
}

.zmdi-skype:before {
  content:'\f3ff';
}

.zmdi-slideshare:before {
  content:'\f400';
}

.zmdi-soundcloud:before {
  content:'\f401';
}

.zmdi-tumblr:before {
  content:'\f402';
}

.zmdi-twitch:before {
  content:'\f403';
}

.zmdi-vimeo:before {
  content:'\f404';
}

.zmdi-whatsapp:before {
  content:'\f405';
}

.zmdi-xbox:before {
  content:'\f406';
}

.zmdi-yahoo:before {
  content:'\f407';
}

.zmdi-youtube-play:before {
  content:'\f408';
}

.zmdi-youtube:before {
  content:'\f409';
}

.zmdi-3d-rotation:before {
  content:'\f101';
}

.zmdi-airplane-off:before {
  content:'\f102';
}

.zmdi-airplane:before {
  content:'\f103';
}

.zmdi-album:before {
  content:'\f104';
}

.zmdi-archive:before {
  content:'\f105';
}

.zmdi-assignment-account:before {
  content:'\f106';
}

.zmdi-assignment-alert:before {
  content:'\f107';
}

.zmdi-assignment-check:before {
  content:'\f108';
}

.zmdi-assignment-o:before {
  content:'\f109';
}

.zmdi-assignment-return:before {
  content:'\f10a';
}

.zmdi-assignment-returned:before {
  content:'\f10b';
}

.zmdi-assignment:before {
  content:'\f10c';
}

.zmdi-attachment-alt:before {
  content:'\f10d';
}

.zmdi-attachment:before {
  content:'\f10e';
}

.zmdi-audio:before {
  content:'\f10f';
}

.zmdi-badge-check:before {
  content:'\f110';
}

.zmdi-balance-wallet:before {
  content:'\f111';
}

.zmdi-balance:before {
  content:'\f112';
}

.zmdi-battery-alert:before {
  content:'\f113';
}

.zmdi-battery-flash:before {
  content:'\f114';
}

.zmdi-battery-unknown:before {
  content:'\f115';
}

.zmdi-battery:before {
  content:'\f116';
}

.zmdi-bike:before {
  content:'\f117';
}

.zmdi-block-alt:before {
  content:'\f118';
}

.zmdi-block:before {
  content:'\f119';
}

.zmdi-boat:before {
  content:'\f11a';
}

.zmdi-book-image:before {
  content:'\f11b';
}

.zmdi-book:before {
  content:'\f11c';
}

.zmdi-bookmark-outline:before {
  content:'\f11d';
}

.zmdi-bookmark:before {
  content:'\f11e';
}

.zmdi-brush:before {
  content:'\f11f';
}

.zmdi-bug:before {
  content:'\f120';
}

.zmdi-bus:before {
  content:'\f121';
}

.zmdi-cake:before {
  content:'\f122';
}

.zmdi-car-taxi:before {
  content:'\f123';
}

.zmdi-car-wash:before {
  content:'\f124';
}

.zmdi-car:before {
  content:'\f125';
}

.zmdi-card-giftcard:before {
  content:'\f126';
}

.zmdi-card-membership:before {
  content:'\f127';
}

.zmdi-card-travel:before {
  content:'\f128';
}

.zmdi-card:before {
  content:'\f129';
}

.zmdi-case-check:before {
  content:'\f12a';
}

.zmdi-case-download:before {
  content:'\f12b';
}

.zmdi-case-play:before {
  content:'\f12c';
}

.zmdi-case:before {
  content:'\f12d';
}

.zmdi-cast-connected:before {
  content:'\f12e';
}

.zmdi-cast:before {
  content:'\f12f';
}

.zmdi-chart-donut:before {
  content:'\f130';
}

.zmdi-chart:before {
  content:'\f131';
}

.zmdi-city-alt:before {
  content:'\f132';
}

.zmdi-city:before {
  content:'\f133';
}

.zmdi-close-circle-o:before {
  content:'\f134';
}

.zmdi-close-circle:before {
  content:'\f135';
}

.zmdi-close:before {
  content:'\f136';
}

.zmdi-cocktail:before {
  content:'\f137';
}

.zmdi-code-setting:before {
  content:'\f138';
}

.zmdi-code-smartphone:before {
  content:'\f139';
}

.zmdi-code:before {
  content:'\f13a';
}

.zmdi-coffee:before {
  content:'\f13b';
}

.zmdi-collection-bookmark:before {
  content:'\f13c';
}

.zmdi-collection-case-play:before {
  content:'\f13d';
}

.zmdi-collection-folder-image:before {
  content:'\f13e';
}

.zmdi-collection-image-o:before {
  content:'\f13f';
}

.zmdi-collection-image:before {
  content:'\f140';
}

.zmdi-collection-item-1:before {
  content:'\f141';
}

.zmdi-collection-item-2:before {
  content:'\f142';
}

.zmdi-collection-item-3:before {
  content:'\f143';
}

.zmdi-collection-item-4:before {
  content:'\f144';
}

.zmdi-collection-item-5:before {
  content:'\f145';
}

.zmdi-collection-item-6:before {
  content:'\f146';
}

.zmdi-collection-item-7:before {
  content:'\f147';
}

.zmdi-collection-item-8:before {
  content:'\f148';
}

.zmdi-collection-item-9-plus:before {
  content:'\f149';
}

.zmdi-collection-item-9:before {
  content:'\f14a';
}

.zmdi-collection-item:before {
  content:'\f14b';
}

.zmdi-collection-music:before {
  content:'\f14c';
}

.zmdi-collection-pdf:before {
  content:'\f14d';
}

.zmdi-collection-plus:before {
  content:'\f14e';
}

.zmdi-collection-speaker:before {
  content:'\f14f';
}

.zmdi-collection-text:before {
  content:'\f150';
}

.zmdi-collection-video:before {
  content:'\f151';
}

.zmdi-compass:before {
  content:'\f152';
}

.zmdi-cutlery:before {
  content:'\f153';
}

.zmdi-delete:before {
  content:'\f154';
}

.zmdi-dialpad:before {
  content:'\f155';
}

.zmdi-dns:before {
  content:'\f156';
}

.zmdi-drink:before {
  content:'\f157';
}

.zmdi-edit:before {
  content:'\f158';
}

.zmdi-email-open:before {
  content:'\f159';
}

.zmdi-email:before {
  content:'\f15a';
}

.zmdi-eye-off:before {
  content:'\f15b';
}

.zmdi-eye:before {
  content:'\f15c';
}

.zmdi-eyedropper:before {
  content:'\f15d';
}

.zmdi-favorite-outline:before {
  content:'\f15e';
}

.zmdi-favorite:before {
  content:'\f15f';
}

.zmdi-filter-list:before {
  content:'\f160';
}

.zmdi-fire:before {
  content:'\f161';
}

.zmdi-flag:before {
  content:'\f162';
}

.zmdi-flare:before {
  content:'\f163';
}

.zmdi-flash-auto:before {
  content:'\f164';
}

.zmdi-flash-off:before {
  content:'\f165';
}

.zmdi-flash:before {
  content:'\f166';
}

.zmdi-flip:before {
  content:'\f167';
}

.zmdi-flower-alt:before {
  content:'\f168';
}

.zmdi-flower:before {
  content:'\f169';
}

.zmdi-font:before {
  content:'\f16a';
}

.zmdi-fullscreen-alt:before {
  content:'\f16b';
}

.zmdi-fullscreen-exit:before {
  content:'\f16c';
}

.zmdi-fullscreen:before {
  content:'\f16d';
}

.zmdi-functions:before {
  content:'\f16e';
}

.zmdi-gas-station:before {
  content:'\f16f';
}

.zmdi-gesture:before {
  content:'\f170';
}

.zmdi-globe-alt:before {
  content:'\f171';
}

.zmdi-globe-lock:before {
  content:'\f172';
}

.zmdi-globe:before {
  content:'\f173';
}

.zmdi-graduation-cap:before {
  content:'\f174';
}

.zmdi-home:before {
  content:'\f175';
}

.zmdi-hospital-alt:before {
  content:'\f176';
}

.zmdi-hospital:before {
  content:'\f177';
}

.zmdi-hotel:before {
  content:'\f178';
}

.zmdi-hourglass-alt:before {
  content:'\f179';
}

.zmdi-hourglass-outline:before {
  content:'\f17a';
}

.zmdi-hourglass:before {
  content:'\f17b';
}

.zmdi-http:before {
  content:'\f17c';
}

.zmdi-image-alt:before {
  content:'\f17d';
}

.zmdi-image-o:before {
  content:'\f17e';
}

.zmdi-image:before {
  content:'\f17f';
}

.zmdi-inbox:before {
  content:'\f180';
}

.zmdi-invert-colors-off:before {
  content:'\f181';
}

.zmdi-invert-colors:before {
  content:'\f182';
}

.zmdi-key:before {
  content:'\f183';
}

.zmdi-label-alt-outline:before {
  content:'\f184';
}

.zmdi-label-alt:before {
  content:'\f185';
}

.zmdi-label-heart:before {
  content:'\f186';
}

.zmdi-label:before {
  content:'\f187';
}

.zmdi-labels:before {
  content:'\f188';
}

.zmdi-lamp:before {
  content:'\f189';
}

.zmdi-landscape:before {
  content:'\f18a';
}

.zmdi-layers-off:before {
  content:'\f18b';
}

.zmdi-layers:before {
  content:'\f18c';
}

.zmdi-library:before {
  content:'\f18d';
}

.zmdi-link:before {
  content:'\f18e';
}

.zmdi-lock-open:before {
  content:'\f18f';
}

.zmdi-lock-outline:before {
  content:'\f190';
}

.zmdi-lock:before {
  content:'\f191';
}

.zmdi-mail-reply-all:before {
  content:'\f192';
}

.zmdi-mail-reply:before {
  content:'\f193';
}

.zmdi-mail-send:before {
  content:'\f194';
}

.zmdi-mall:before {
  content:'\f195';
}

.zmdi-map:before {
  content:'\f196';
}

.zmdi-menu:before {
  content:'\f197';
}

.zmdi-money-box:before {
  content:'\f198';
}

.zmdi-money-off:before {
  content:'\f199';
}

.zmdi-money:before {
  content:'\f19a';
}

.zmdi-more-vert:before {
  content:'\f19b';
}

.zmdi-more:before {
  content:'\f19c';
}

.zmdi-movie-alt:before {
  content:'\f19d';
}

.zmdi-movie:before {
  content:'\f19e';
}

.zmdi-nature-people:before {
  content:'\f19f';
}

.zmdi-nature:before {
  content:'\f1a0';
}

.zmdi-navigation:before {
  content:'\f1a1';
}

.zmdi-open-in-browser:before {
  content:'\f1a2';
}

.zmdi-open-in-new:before {
  content:'\f1a3';
}

.zmdi-palette:before {
  content:'\f1a4';
}

.zmdi-parking:before {
  content:'\f1a5';
}

.zmdi-pin-account:before {
  content:'\f1a6';
}

.zmdi-pin-assistant:before {
  content:'\f1a7';
}

.zmdi-pin-drop:before {
  content:'\f1a8';
}

.zmdi-pin-help:before {
  content:'\f1a9';
}

.zmdi-pin-off:before {
  content:'\f1aa';
}

.zmdi-pin:before {
  content:'\f1ab';
}

.zmdi-pizza:before {
  content:'\f1ac';
}

.zmdi-plaster:before {
  content:'\f1ad';
}

.zmdi-power-setting:before {
  content:'\f1ae';
}

.zmdi-power:before {
  content:'\f1af';
}

.zmdi-print:before {
  content:'\f1b0';
}

.zmdi-puzzle-piece:before {
  content:'\f1b1';
}

.zmdi-quote:before {
  content:'\f1b2';
}

.zmdi-railway:before {
  content:'\f1b3';
}

.zmdi-receipt:before {
  content:'\f1b4';
}

.zmdi-refresh-alt:before {
  content:'\f1b5';
}

.zmdi-refresh-sync-alert:before {
  content:'\f1b6';
}

.zmdi-refresh-sync-off:before {
  content:'\f1b7';
}

.zmdi-refresh-sync:before {
  content:'\f1b8';
}

.zmdi-refresh:before {
  content:'\f1b9';
}

.zmdi-roller:before {
  content:'\f1ba';
}

.zmdi-ruler:before {
  content:'\f1bb';
}

.zmdi-scissors:before {
  content:'\f1bc';
}

.zmdi-screen-rotation-lock:before {
  content:'\f1bd';
}

.zmdi-screen-rotation:before {
  content:'\f1be';
}

.zmdi-search-for:before {
  content:'\f1bf';
}

.zmdi-search-in-file:before {
  content:'\f1c0';
}

.zmdi-search-in-page:before {
  content:'\f1c1';
}

.zmdi-search-replace:before {
  content:'\f1c2';
}

.zmdi-search:before {
  content:'\f1c3';
}

.zmdi-seat:before {
  content:'\f1c4';
}

.zmdi-settings-square:before {
  content:'\f1c5';
}

.zmdi-settings:before {
  content:'\f1c6';
}

.zmdi-shield-check:before {
  content:'\f1c7';
}

.zmdi-shield-security:before {
  content:'\f1c8';
}

.zmdi-shopping-basket:before {
  content:'\f1c9';
}

.zmdi-shopping-cart-plus:before {
  content:'\f1ca';
}

.zmdi-shopping-cart:before {
  content:'\f1cb';
}

.zmdi-sign-in:before {
  content:'\f1cc';
}

.zmdi-sort-amount-asc:before {
  content:'\f1cd';
}

.zmdi-sort-amount-desc:before {
  content:'\f1ce';
}

.zmdi-sort-asc:before {
  content:'\f1cf';
}

.zmdi-sort-desc:before {
  content:'\f1d0';
}

.zmdi-spellcheck:before {
  content:'\f1d1';
}

.zmdi-storage:before {
  content:'\f1d2';
}

.zmdi-store-24:before {
  content:'\f1d3';
}

.zmdi-store:before {
  content:'\f1d4';
}

.zmdi-subway:before {
  content:'\f1d5';
}

.zmdi-sun:before {
  content:'\f1d6';
}

.zmdi-tab-unselected:before {
  content:'\f1d7';
}

.zmdi-tab:before {
  content:'\f1d8';
}

.zmdi-tag-close:before {
  content:'\f1d9';
}

.zmdi-tag-more:before {
  content:'\f1da';
}

.zmdi-tag:before {
  content:'\f1db';
}

.zmdi-thumb-down:before {
  content:'\f1dc';
}

.zmdi-thumb-up-down:before {
  content:'\f1dd';
}

.zmdi-thumb-up:before {
  content:'\f1de';
}

.zmdi-ticket-star:before {
  content:'\f1df';
}

.zmdi-toll:before {
  content:'\f1e0';
}

.zmdi-toys:before {
  content:'\f1e1';
}

.zmdi-traffic:before {
  content:'\f1e2';
}

.zmdi-translate:before {
  content:'\f1e3';
}

.zmdi-triangle-down:before {
  content:'\f1e4';
}

.zmdi-triangle-up:before {
  content:'\f1e5';
}

.zmdi-truck:before {
  content:'\f1e6';
}

.zmdi-turning-sign:before {
  content:'\f1e7';
}

.zmdi-wallpaper:before {
  content:'\f1e8';
}

.zmdi-washing-machine:before {
  content:'\f1e9';
}

.zmdi-window-maximize:before {
  content:'\f1ea';
}

.zmdi-window-minimize:before {
  content:'\f1eb';
}

.zmdi-window-restore:before {
  content:'\f1ec';
}

.zmdi-wrench:before {
  content:'\f1ed';
}

.zmdi-zoom-in:before {
  content:'\f1ee';
}

.zmdi-zoom-out:before {
  content:'\f1ef';
}

.zmdi-alert-circle-o:before {
  content:'\f1f0';
}

.zmdi-alert-circle:before {
  content:'\f1f1';
}

.zmdi-alert-octagon:before {
  content:'\f1f2';
}

.zmdi-alert-polygon:before {
  content:'\f1f3';
}

.zmdi-alert-triangle:before {
  content:'\f1f4';
}

.zmdi-help-outline:before {
  content:'\f1f5';
}

.zmdi-help:before {
  content:'\f1f6';
}

.zmdi-info-outline:before {
  content:'\f1f7';
}

.zmdi-info:before {
  content:'\f1f8';
}

.zmdi-notifications-active:before {
  content:'\f1f9';
}

.zmdi-notifications-add:before {
  content:'\f1fa';
}

.zmdi-notifications-none:before {
  content:'\f1fb';
}

.zmdi-notifications-off:before {
  content:'\f1fc';
}

.zmdi-notifications-paused:before {
  content:'\f1fd';
}

.zmdi-notifications:before {
  content:'\f1fe';
}

.zmdi-account-add:before {
  content:'\f1ff';
}

.zmdi-account-box-mail:before {
  content:'\f200';
}

.zmdi-account-box-o:before {
  content:'\f201';
}

.zmdi-account-box-phone:before {
  content:'\f202';
}

.zmdi-account-box:before {
  content:'\f203';
}

.zmdi-account-calendar:before {
  content:'\f204';
}

.zmdi-account-circle:before {
  content:'\f205';
}

.zmdi-account-o:before {
  content:'\f206';
}

.zmdi-account:before {
  content:'\f207';
}

.zmdi-accounts-add:before {
  content:'\f208';
}

.zmdi-accounts-alt:before {
  content:'\f209';
}

.zmdi-accounts-list-alt:before {
  content:'\f20a';
}

.zmdi-accounts-list:before {
  content:'\f20b';
}

.zmdi-accounts-outline:before {
  content:'\f20c';
}

.zmdi-accounts:before {
  content:'\f20d';
}

.zmdi-face:before {
  content:'\f20e';
}

.zmdi-female:before {
  content:'\f20f';
}

.zmdi-male-alt:before {
  content:'\f210';
}

.zmdi-male-female:before {
  content:'\f211';
}

.zmdi-male:before {
  content:'\f212';
}

.zmdi-mood-bad:before {
  content:'\f213';
}

.zmdi-mood:before {
  content:'\f214';
}

.zmdi-run:before {
  content:'\f215';
}

.zmdi-walk:before {
  content:'\f216';
}

.zmdi-cloud-box:before {
  content:'\f217';
}

.zmdi-cloud-circle:before {
  content:'\f218';
}

.zmdi-cloud-done:before {
  content:'\f219';
}

.zmdi-cloud-download:before {
  content:'\f21a';
}

.zmdi-cloud-off:before {
  content:'\f21b';
}

.zmdi-cloud-outline-alt:before {
  content:'\f21c';
}

.zmdi-cloud-outline:before {
  content:'\f21d';
}

.zmdi-cloud-upload:before {
  content:'\f21e';
}

.zmdi-cloud:before {
  content:'\f21f';
}

.zmdi-download:before {
  content:'\f220';
}

.zmdi-file-plus:before {
  content:'\f221';
}

.zmdi-file-text:before {
  content:'\f222';
}

.zmdi-file:before {
  content:'\f223';
}

.zmdi-folder-outline:before {
  content:'\f224';
}

.zmdi-folder-person:before {
  content:'\f225';
}

.zmdi-folder-star-alt:before {
  content:'\f226';
}

.zmdi-folder-star:before {
  content:'\f227';
}

.zmdi-folder:before {
  content:'\f228';
}

.zmdi-gif:before {
  content:'\f229';
}

.zmdi-upload:before {
  content:'\f22a';
}

.zmdi-border-all:before {
  content:'\f22b';
}

.zmdi-border-bottom:before {
  content:'\f22c';
}

.zmdi-border-clear:before {
  content:'\f22d';
}

.zmdi-border-color:before {
  content:'\f22e';
}

.zmdi-border-horizontal:before {
  content:'\f22f';
}

.zmdi-border-inner:before {
  content:'\f230';
}

.zmdi-border-left:before {
  content:'\f231';
}

.zmdi-border-outer:before {
  content:'\f232';
}

.zmdi-border-right:before {
  content:'\f233';
}

.zmdi-border-style:before {
  content:'\f234';
}

.zmdi-border-top:before {
  content:'\f235';
}

.zmdi-border-vertical:before {
  content:'\f236';
}

.zmdi-copy:before {
  content:'\f237';
}

.zmdi-crop:before {
  content:'\f238';
}

.zmdi-format-align-center:before {
  content:'\f239';
}

.zmdi-format-align-justify:before {
  content:'\f23a';
}

.zmdi-format-align-left:before {
  content:'\f23b';
}

.zmdi-format-align-right:before {
  content:'\f23c';
}

.zmdi-format-bold:before {
  content:'\f23d';
}

.zmdi-format-clear-all:before {
  content:'\f23e';
}

.zmdi-format-clear:before {
  content:'\f23f';
}

.zmdi-format-color-fill:before {
  content:'\f240';
}

.zmdi-format-color-reset:before {
  content:'\f241';
}

.zmdi-format-color-text:before {
  content:'\f242';
}

.zmdi-format-indent-decrease:before {
  content:'\f243';
}

.zmdi-format-indent-increase:before {
  content:'\f244';
}

.zmdi-format-italic:before {
  content:'\f245';
}

.zmdi-format-line-spacing:before {
  content:'\f246';
}

.zmdi-format-list-bulleted:before {
  content:'\f247';
}

.zmdi-format-list-numbered:before {
  content:'\f248';
}

.zmdi-format-ltr:before {
  content:'\f249';
}

.zmdi-format-rtl:before {
  content:'\f24a';
}

.zmdi-format-size:before {
  content:'\f24b';
}

.zmdi-format-strikethrough-s:before {
  content:'\f24c';
}

.zmdi-format-strikethrough:before {
  content:'\f24d';
}

.zmdi-format-subject:before {
  content:'\f24e';
}

.zmdi-format-underlined:before {
  content:'\f24f';
}

.zmdi-format-valign-bottom:before {
  content:'\f250';
}

.zmdi-format-valign-center:before {
  content:'\f251';
}

.zmdi-format-valign-top:before {
  content:'\f252';
}

.zmdi-redo:before {
  content:'\f253';
}

.zmdi-select-all:before {
  content:'\f254';
}

.zmdi-space-bar:before {
  content:'\f255';
}

.zmdi-text-format:before {
  content:'\f256';
}

.zmdi-transform:before {
  content:'\f257';
}

.zmdi-undo:before {
  content:'\f258';
}

.zmdi-wrap-text:before {
  content:'\f259';
}

.zmdi-comment-alert:before {
  content:'\f25a';
}

.zmdi-comment-alt-text:before {
  content:'\f25b';
}

.zmdi-comment-alt:before {
  content:'\f25c';
}

.zmdi-comment-edit:before {
  content:'\f25d';
}

.zmdi-comment-image:before {
  content:'\f25e';
}

.zmdi-comment-list:before {
  content:'\f25f';
}

.zmdi-comment-more:before {
  content:'\f260';
}

.zmdi-comment-outline:before {
  content:'\f261';
}

.zmdi-comment-text-alt:before {
  content:'\f262';
}

.zmdi-comment-text:before {
  content:'\f263';
}

.zmdi-comment-video:before {
  content:'\f264';
}

.zmdi-comment:before {
  content:'\f265';
}

.zmdi-comments:before {
  content:'\f266';
}

.zmdi-check-all:before {
  content:'\f267';
}

.zmdi-check-circle-u:before {
  content:'\f268';
}

.zmdi-check-circle:before {
  content:'\f269';
}

.zmdi-check-square:before {
  content:'\f26a';
}

.zmdi-check:before {
  content:'\f26b';
}

.zmdi-circle-o:before {
  content:'\f26c';
}

.zmdi-circle:before {
  content:'\f26d';
}

.zmdi-dot-circle-alt:before {
  content:'\f26e';
}

.zmdi-dot-circle:before {
  content:'\f26f';
}

.zmdi-minus-circle-outline:before {
  content:'\f270';
}

.zmdi-minus-circle:before {
  content:'\f271';
}

.zmdi-minus-square:before {
  content:'\f272';
}

.zmdi-minus:before {
  content:'\f273';
}

.zmdi-plus-circle-o-duplicate:before {
  content:'\f274';
}

.zmdi-plus-circle-o:before {
  content:'\f275';
}

.zmdi-plus-circle:before {
  content:'\f276';
}

.zmdi-plus-square:before {
  content:'\f277';
}

.zmdi-plus:before {
  content:'\f278';
}

.zmdi-square-o:before {
  content:'\f279';
}

.zmdi-star-circle:before {
  content:'\f27a';
}

.zmdi-star-half:before {
  content:'\f27b';
}

.zmdi-star-outline:before {
  content:'\f27c';
}

.zmdi-star:before {
  content:'\f27d';
}

.zmdi-bluetooth-connected:before {
  content:'\f27e';
}

.zmdi-bluetooth-off:before {
  content:'\f27f';
}

.zmdi-bluetooth-search:before {
  content:'\f280';
}

.zmdi-bluetooth-setting:before {
  content:'\f281';
}

.zmdi-bluetooth:before {
  content:'\f282';
}

.zmdi-camera-add:before {
  content:'\f283';
}

.zmdi-camera-alt:before {
  content:'\f284';
}

.zmdi-camera-bw:before {
  content:'\f285';
}

.zmdi-camera-front:before {
  content:'\f286';
}

.zmdi-camera-mic:before {
  content:'\f287';
}

.zmdi-camera-party-mode:before {
  content:'\f288';
}

.zmdi-camera-rear:before {
  content:'\f289';
}

.zmdi-camera-roll:before {
  content:'\f28a';
}

.zmdi-camera-switch:before {
  content:'\f28b';
}

.zmdi-camera:before {
  content:'\f28c';
}

.zmdi-card-alert:before {
  content:'\f28d';
}

.zmdi-card-off:before {
  content:'\f28e';
}

.zmdi-card-sd:before {
  content:'\f28f';
}

.zmdi-card-sim:before {
  content:'\f290';
}

.zmdi-desktop-mac:before {
  content:'\f291';
}

.zmdi-desktop-windows:before {
  content:'\f292';
}

.zmdi-device-hub:before {
  content:'\f293';
}

.zmdi-devices-off:before {
  content:'\f294';
}

.zmdi-devices:before {
  content:'\f295';
}

.zmdi-dock:before {
  content:'\f296';
}

.zmdi-floppy:before {
  content:'\f297';
}

.zmdi-gamepad:before {
  content:'\f298';
}

.zmdi-gps-dot:before {
  content:'\f299';
}

.zmdi-gps-off:before {
  content:'\f29a';
}

.zmdi-gps:before {
  content:'\f29b';
}

.zmdi-headset-mic:before {
  content:'\f29c';
}

.zmdi-headset:before {
  content:'\f29d';
}

.zmdi-input-antenna:before {
  content:'\f29e';
}

.zmdi-input-composite:before {
  content:'\f29f';
}

.zmdi-input-hdmi:before {
  content:'\f2a0';
}

.zmdi-input-power:before {
  content:'\f2a1';
}

.zmdi-input-svideo:before {
  content:'\f2a2';
}

.zmdi-keyboard-hide:before {
  content:'\f2a3';
}

.zmdi-keyboard:before {
  content:'\f2a4';
}

.zmdi-laptop-chromebook:before {
  content:'\f2a5';
}

.zmdi-laptop-mac:before {
  content:'\f2a6';
}

.zmdi-laptop:before {
  content:'\f2a7';
}

.zmdi-mic-off:before {
  content:'\f2a8';
}

.zmdi-mic-outline:before {
  content:'\f2a9';
}

.zmdi-mic-setting:before {
  content:'\f2aa';
}

.zmdi-mic:before {
  content:'\f2ab';
}

.zmdi-mouse:before {
  content:'\f2ac';
}

.zmdi-network-alert:before {
  content:'\f2ad';
}

.zmdi-network-locked:before {
  content:'\f2ae';
}

.zmdi-network-off:before {
  content:'\f2af';
}

.zmdi-network-outline:before {
  content:'\f2b0';
}

.zmdi-network-setting:before {
  content:'\f2b1';
}

.zmdi-network:before {
  content:'\f2b2';
}

.zmdi-phone-bluetooth:before {
  content:'\f2b3';
}

.zmdi-phone-end:before {
  content:'\f2b4';
}

.zmdi-phone-forwarded:before {
  content:'\f2b5';
}

.zmdi-phone-in-talk:before {
  content:'\f2b6';
}

.zmdi-phone-locked:before {
  content:'\f2b7';
}

.zmdi-phone-missed:before {
  content:'\f2b8';
}

.zmdi-phone-msg:before {
  content:'\f2b9';
}

.zmdi-phone-paused:before {
  content:'\f2ba';
}

.zmdi-phone-ring:before {
  content:'\f2bb';
}

.zmdi-phone-setting:before {
  content:'\f2bc';
}

.zmdi-phone-sip:before {
  content:'\f2bd';
}

.zmdi-phone:before {
  content:'\f2be';
}

.zmdi-portable-wifi-changes:before {
  content:'\f2bf';
}

.zmdi-portable-wifi-off:before {
  content:'\f2c0';
}

.zmdi-portable-wifi:before {
  content:'\f2c1';
}

.zmdi-radio:before {
  content:'\f2c2';
}

.zmdi-reader:before {
  content:'\f2c3';
}

.zmdi-remote-control-alt:before {
  content:'\f2c4';
}

.zmdi-remote-control:before {
  content:'\f2c5';
}

.zmdi-router:before {
  content:'\f2c6';
}

.zmdi-scanner:before {
  content:'\f2c7';
}

.zmdi-smartphone-android:before {
  content:'\f2c8';
}

.zmdi-smartphone-download:before {
  content:'\f2c9';
}

.zmdi-smartphone-erase:before {
  content:'\f2ca';
}

.zmdi-smartphone-info:before {
  content:'\f2cb';
}

.zmdi-smartphone-iphone:before {
  content:'\f2cc';
}

.zmdi-smartphone-landscape-lock:before {
  content:'\f2cd';
}

.zmdi-smartphone-landscape:before {
  content:'\f2ce';
}

.zmdi-smartphone-lock:before {
  content:'\f2cf';
}

.zmdi-smartphone-portrait-lock:before {
  content:'\f2d0';
}

.zmdi-smartphone-ring:before {
  content:'\f2d1';
}

.zmdi-smartphone-setting:before {
  content:'\f2d2';
}

.zmdi-smartphone-setup:before {
  content:'\f2d3';
}

.zmdi-smartphone:before {
  content:'\f2d4';
}

.zmdi-speaker:before {
  content:'\f2d5';
}

.zmdi-tablet-android:before {
  content:'\f2d6';
}

.zmdi-tablet-mac:before {
  content:'\f2d7';
}

.zmdi-tablet:before {
  content:'\f2d8';
}

.zmdi-tv-alt-play:before {
  content:'\f2d9';
}

.zmdi-tv-list:before {
  content:'\f2da';
}

.zmdi-tv-play:before {
  content:'\f2db';
}

.zmdi-tv:before {
  content:'\f2dc';
}

.zmdi-usb:before {
  content:'\f2dd';
}

.zmdi-videocam-off:before {
  content:'\f2de';
}

.zmdi-videocam-switch:before {
  content:'\f2df';
}

.zmdi-videocam:before {
  content:'\f2e0';
}

.zmdi-watch:before {
  content:'\f2e1';
}

.zmdi-wifi-alt-2:before {
  content:'\f2e2';
}

.zmdi-wifi-alt:before {
  content:'\f2e3';
}

.zmdi-wifi-info:before {
  content:'\f2e4';
}

.zmdi-wifi-lock:before {
  content:'\f2e5';
}

.zmdi-wifi-off:before {
  content:'\f2e6';
}

.zmdi-wifi-outline:before {
  content:'\f2e7';
}

.zmdi-wifi:before {
  content:'\f2e8';
}

.zmdi-arrow-left-bottom:before {
  content:'\f2e9';
}

.zmdi-arrow-left:before {
  content:'\f2ea';
}

.zmdi-arrow-merge:before {
  content:'\f2eb';
}

.zmdi-arrow-missed:before {
  content:'\f2ec';
}

.zmdi-arrow-right-top:before {
  content:'\f2ed';
}

.zmdi-arrow-right:before {
  content:'\f2ee';
}

.zmdi-arrow-split:before {
  content:'\f2ef';
}

.zmdi-arrows:before {
  content:'\f2f0';
}

.zmdi-caret-down-circle:before {
  content:'\f2f1';
}

.zmdi-caret-down:before {
  content:'\f2f2';
}

.zmdi-caret-left-circle:before {
  content:'\f2f3';
}

.zmdi-caret-left:before {
  content:'\f2f4';
}

.zmdi-caret-right-circle:before {
  content:'\f2f5';
}

.zmdi-caret-right:before {
  content:'\f2f6';
}

.zmdi-caret-up-circle:before {
  content:'\f2f7';
}

.zmdi-caret-up:before {
  content:'\f2f8';
}

.zmdi-chevron-down:before {
  content:'\f2f9';
}

.zmdi-chevron-left:before {
  content:'\f2fa';
}

.zmdi-chevron-right:before {
  content:'\f2fb';
}

.zmdi-chevron-up:before {
  content:'\f2fc';
}

.zmdi-forward:before {
  content:'\f2fd';
}

.zmdi-long-arrow-down:before {
  content:'\f2fe';
}

.zmdi-long-arrow-left:before {
  content:'\f2ff';
}

.zmdi-long-arrow-return:before {
  content:'\f300';
}

.zmdi-long-arrow-right:before {
  content:'\f301';
}

.zmdi-long-arrow-tab:before {
  content:'\f302';
}

.zmdi-long-arrow-up:before {
  content:'\f303';
}

.zmdi-rotate-ccw:before {
  content:'\f304';
}

.zmdi-rotate-cw:before {
  content:'\f305';
}

.zmdi-rotate-left:before {
  content:'\f306';
}

.zmdi-rotate-right:before {
  content:'\f307';
}

.zmdi-square-down:before {
  content:'\f308';
}

.zmdi-square-right:before {
  content:'\f309';
}

.zmdi-swap-alt:before {
  content:'\f30a';
}

.zmdi-swap-vertical-circle:before {
  content:'\f30b';
}

.zmdi-swap-vertical:before {
  content:'\f30c';
}

.zmdi-swap:before {
  content:'\f30d';
}

.zmdi-trending-down:before {
  content:'\f30e';
}

.zmdi-trending-flat:before {
  content:'\f30f';
}

.zmdi-trending-up:before {
  content:'\f310';
}

.zmdi-unfold-less:before {
  content:'\f311';
}

.zmdi-unfold-more:before {
  content:'\f312';
}

.zmdi-apps:before {
  content:'\f313';
}

.zmdi-grid-off:before {
  content:'\f314';
}

.zmdi-grid:before {
  content:'\f315';
}

.zmdi-view-agenda:before {
  content:'\f316';
}

.zmdi-view-array:before {
  content:'\f317';
}

.zmdi-view-carousel:before {
  content:'\f318';
}

.zmdi-view-column:before {
  content:'\f319';
}

.zmdi-view-comfy:before {
  content:'\f31a';
}

.zmdi-view-compact:before {
  content:'\f31b';
}

.zmdi-view-dashboard:before {
  content:'\f31c';
}

.zmdi-view-day:before {
  content:'\f31d';
}

.zmdi-view-headline:before {
  content:'\f31e';
}

.zmdi-view-list-alt:before {
  content:'\f31f';
}

.zmdi-view-list:before {
  content:'\f320';
}

.zmdi-view-module:before {
  content:'\f321';
}

.zmdi-view-quilt:before {
  content:'\f322';
}

.zmdi-view-stream:before {
  content:'\f323';
}

.zmdi-view-subtitles:before {
  content:'\f324';
}

.zmdi-view-toc:before {
  content:'\f325';
}

.zmdi-view-web:before {
  content:'\f326';
}

.zmdi-view-week:before {
  content:'\f327';
}

.zmdi-widgets:before {
  content:'\f328';
}

.zmdi-alarm-check:before {
  content:'\f329';
}

.zmdi-alarm-off:before {
  content:'\f32a';
}

.zmdi-alarm-plus:before {
  content:'\f32b';
}

.zmdi-alarm-snooze:before {
  content:'\f32c';
}

.zmdi-alarm:before {
  content:'\f32d';
}

.zmdi-calendar-alt:before {
  content:'\f32e';
}

.zmdi-calendar-check:before {
  content:'\f32f';
}

.zmdi-calendar-close:before {
  content:'\f330';
}

.zmdi-calendar-note:before {
  content:'\f331';
}

.zmdi-calendar:before {
  content:'\f332';
}

.zmdi-time-countdown:before {
  content:'\f333';
}

.zmdi-time-interval:before {
  content:'\f334';
}

.zmdi-time-restore-setting:before {
  content:'\f335';
}

.zmdi-time-restore:before {
  content:'\f336';
}

.zmdi-time:before {
  content:'\f337';
}

.zmdi-timer-off:before {
  content:'\f338';
}

.zmdi-timer:before {
  content:'\f339';
}

.zmdi-android-alt:before {
  content:'\f33a';
}

.zmdi-android:before {
  content:'\f33b';
}

.zmdi-apple:before {
  content:'\f33c';
}

.zmdi-behance:before {
  content:'\f33d';
}

.zmdi-codepen:before {
  content:'\f33e';
}

.zmdi-dribbble:before {
  content:'\f33f';
}

.zmdi-dropbox:before {
  content:'\f340';
}

.zmdi-evernote:before {
  content:'\f341';
}

.zmdi-facebook-box:before {
  content:'\f342';
}

.zmdi-facebook:before {
  content:'\f343';
}

.zmdi-github-box:before {
  content:'\f344';
}

.zmdi-github:before {
  content:'\f345';
}

.zmdi-google-drive:before {
  content:'\f346';
}

.zmdi-google-earth:before {
  content:'\f347';
}

.zmdi-google-glass:before {
  content:'\f348';
}

.zmdi-google-maps:before {
  content:'\f349';
}

.zmdi-google-pages:before {
  content:'\f34a';
}

.zmdi-google-play:before {
  content:'\f34b';
}

.zmdi-google-plus-box:before {
  content:'\f34c';
}

.zmdi-google-plus:before {
  content:'\f34d';
}

.zmdi-google:before {
  content:'\f34e';
}

.zmdi-instagram:before {
  content:'\f34f';
}

.zmdi-language-css3:before {
  content:'\f350';
}

.zmdi-language-html5:before {
  content:'\f351';
}

.zmdi-language-javascript:before {
  content:'\f352';
}

.zmdi-language-python-alt:before {
  content:'\f353';
}

.zmdi-language-python:before {
  content:'\f354';
}

.zmdi-lastfm:before {
  content:'\f355';
}

.zmdi-linkedin-box:before {
  content:'\f356';
}

.zmdi-paypal:before {
  content:'\f357';
}

.zmdi-pinterest-box:before {
  content:'\f358';
}

.zmdi-pocket:before {
  content:'\f359';
}

.zmdi-polymer:before {
  content:'\f35a';
}

.zmdi-share:before {
  content:'\f35b';
}

.zmdi-stackoverflow:before {
  content:'\f35c';
}

.zmdi-steam-square:before {
  content:'\f35d';
}

.zmdi-steam:before {
  content:'\f35e';
}

.zmdi-twitter-box:before {
  content:'\f35f';
}

.zmdi-twitter:before {
  content:'\f360';
}

.zmdi-vk:before {
  content:'\f361';
}

.zmdi-wikipedia:before {
  content:'\f362';
}

.zmdi-windows:before {
  content:'\f363';
}

.zmdi-aspect-ratio-alt:before {
  content:'\f364';
}

.zmdi-aspect-ratio:before {
  content:'\f365';
}

.zmdi-blur-circular:before {
  content:'\f366';
}

.zmdi-blur-linear:before {
  content:'\f367';
}

.zmdi-blur-off:before {
  content:'\f368';
}

.zmdi-blur:before {
  content:'\f369';
}

.zmdi-brightness-2:before {
  content:'\f36a';
}

.zmdi-brightness-3:before {
  content:'\f36b';
}

.zmdi-brightness-4:before {
  content:'\f36c';
}

.zmdi-brightness-5:before {
  content:'\f36d';
}

.zmdi-brightness-6:before {
  content:'\f36e';
}

.zmdi-brightness-7:before {
  content:'\f36f';
}

.zmdi-brightness-auto:before {
  content:'\f370';
}

.zmdi-brightness-setting:before {
  content:'\f371';
}

.zmdi-broken-image:before {
  content:'\f372';
}

.zmdi-center-focus-strong:before {
  content:'\f373';
}

.zmdi-center-focus-weak:before {
  content:'\f374';
}

.zmdi-compare:before {
  content:'\f375';
}

.zmdi-crop-16-9:before {
  content:'\f376';
}

.zmdi-crop-3-2:before {
  content:'\f377';
}

.zmdi-crop-5-4:before {
  content:'\f378';
}

.zmdi-crop-7-5:before {
  content:'\f379';
}

.zmdi-crop-din:before {
  content:'\f37a';
}

.zmdi-crop-free:before {
  content:'\f37b';
}

.zmdi-crop-landscape:before {
  content:'\f37c';
}

.zmdi-crop-portrait:before {
  content:'\f37d';
}

.zmdi-crop-square:before {
  content:'\f37e';
}

.zmdi-exposure-alt:before {
  content:'\f37f';
}

.zmdi-exposure:before {
  content:'\f380';
}

.zmdi-filter-b-and-w:before {
  content:'\f381';
}

.zmdi-filter-center-focus:before {
  content:'\f382';
}

.zmdi-filter-frames:before {
  content:'\f383';
}

.zmdi-filter-tilt-shift:before {
  content:'\f384';
}

.zmdi-gradient:before {
  content:'\f385';
}

.zmdi-grain:before {
  content:'\f386';
}

.zmdi-graphic-eq:before {
  content:'\f387';
}

.zmdi-hdr-off:before {
  content:'\f388';
}

.zmdi-hdr-strong:before {
  content:'\f389';
}

.zmdi-hdr-weak:before {
  content:'\f38a';
}

.zmdi-hdr:before {
  content:'\f38b';
}

.zmdi-iridescent:before {
  content:'\f38c';
}

.zmdi-leak-off:before {
  content:'\f38d';
}

.zmdi-leak:before {
  content:'\f38e';
}

.zmdi-looks:before {
  content:'\f38f';
}

.zmdi-loupe:before {
  content:'\f390';
}

.zmdi-panorama-horizontal:before {
  content:'\f391';
}

.zmdi-panorama-vertical:before {
  content:'\f392';
}

.zmdi-panorama-wide-angle:before {
  content:'\f393';
}

.zmdi-photo-size-select-large:before {
  content:'\f394';
}

.zmdi-photo-size-select-small:before {
  content:'\f395';
}

.zmdi-picture-in-picture:before {
  content:'\f396';
}

.zmdi-slideshow:before {
  content:'\f397';
}

.zmdi-texture:before {
  content:'\f398';
}

.zmdi-tonality:before {
  content:'\f399';
}

.zmdi-vignette:before {
  content:'\f39a';
}

.zmdi-wb-auto:before {
  content:'\f39b';
}

.zmdi-eject-alt:before {
  content:'\f39c';
}

.zmdi-eject:before {
  content:'\f39d';
}

.zmdi-equalizer:before {
  content:'\f39e';
}

.zmdi-fast-forward:before {
  content:'\f39f';
}

.zmdi-fast-rewind:before {
  content:'\f3a0';
}

.zmdi-forward-10:before {
  content:'\f3a1';
}

.zmdi-forward-30:before {
  content:'\f3a2';
}

.zmdi-forward-5:before {
  content:'\f3a3';
}

.zmdi-hearing:before {
  content:'\f3a4';
}

.zmdi-pause-circle-outline:before {
  content:'\f3a5';
}

.zmdi-pause-circle:before {
  content:'\f3a6';
}

.zmdi-pause:before {
  content:'\f3a7';
}

.zmdi-play-circle-outline:before {
  content:'\f3a8';
}

.zmdi-play-circle:before {
  content:'\f3a9';
}

.zmdi-play:before {
  content:'\f3aa';
}

.zmdi-playlist-audio:before {
  content:'\f3ab';
}

.zmdi-playlist-plus:before {
  content:'\f3ac';
}

.zmdi-repeat-one:before {
  content:'\f3ad';
}

.zmdi-repeat:before {
  content:'\f3ae';
}

.zmdi-replay-10:before {
  content:'\f3af';
}

.zmdi-replay-30:before {
  content:'\f3b0';
}

.zmdi-replay-5:before {
  content:'\f3b1';
}

.zmdi-replay:before {
  content:'\f3b2';
}

.zmdi-shuffle:before {
  content:'\f3b3';
}

.zmdi-skip-next:before {
  content:'\f3b4';
}

.zmdi-skip-previous:before {
  content:'\f3b5';
}

.zmdi-stop:before {
  content:'\f3b6';
}

.zmdi-surround-sound:before {
  content:'\f3b7';
}

.zmdi-tune:before {
  content:'\f3b8';
}

.zmdi-volume-down:before {
  content:'\f3b9';
}

.zmdi-volume-mute:before {
  content:'\f3ba';
}

.zmdi-volume-off:before {
  content:'\f3bb';
}

.zmdi-volume-up:before {
  content:'\f3bc';
}

.zmdi-n-1-square:before {
  content:'\f3bd';
}

.zmdi-n-2-square:before {
  content:'\f3be';
}

.zmdi-n-3-square:before {
  content:'\f3bf';
}

.zmdi-n-4-square:before {
  content:'\f3c0';
}

.zmdi-n-5-square:before {
  content:'\f3c1';
}

.zmdi-n-6-square:before {
  content:'\f3c2';
}

.zmdi-neg-1:before {
  content:'\f3c3';
}

.zmdi-neg-2:before {
  content:'\f3c4';
}

.zmdi-plus-1:before {
  content:'\f3c5';
}

.zmdi-plus-2:before {
  content:'\f3c6';
}

.zmdi-sec-10:before {
  content:'\f3c7';
}

.zmdi-sec-3:before {
  content:'\f3c8';
}

.zmdi-zero:before {
  content:'\f3c9';
}

.zmdi-airline-seat-flat-angled:before {
  content:'\f3ca';
}

.zmdi-airline-seat-flat:before {
  content:'\f3cb';
}

.zmdi-airline-seat-individual-suite:before {
  content:'\f3cc';
}

.zmdi-airline-seat-legroom-extra:before {
  content:'\f3cd';
}

.zmdi-airline-seat-legroom-normal:before {
  content:'\f3ce';
}

.zmdi-airline-seat-legroom-reduced:before {
  content:'\f3cf';
}

.zmdi-airline-seat-recline-extra:before {
  content:'\f3d0';
}

.zmdi-airline-seat-recline-normal:before {
  content:'\f3d1';
}

.zmdi-airplay:before {
  content:'\f3d2';
}

.zmdi-closed-caption:before {
  content:'\f3d3';
}

.zmdi-confirmation-number:before {
  content:'\f3d4';
}

.zmdi-developer-board:before {
  content:'\f3d5';
}

.zmdi-disc-full:before {
  content:'\f3d6';
}

.zmdi-explicit:before {
  content:'\f3d7';
}

.zmdi-flight-land:before {
  content:'\f3d8';
}

.zmdi-flight-takeoff:before {
  content:'\f3d9';
}

.zmdi-flip-to-back:before {
  content:'\f3da';
}

.zmdi-flip-to-front:before {
  content:'\f3db';
}

.zmdi-group-work:before {
  content:'\f3dc';
}

.zmdi-hd:before {
  content:'\f3dd';
}

.zmdi-hq:before {
  content:'\f3de';
}

.zmdi-markunread-mailbox:before {
  content:'\f3df';
}

.zmdi-memory:before {
  content:'\f3e0';
}

.zmdi-nfc:before {
  content:'\f3e1';
}

.zmdi-play-for-work:before {
  content:'\f3e2';
}

.zmdi-power-input:before {
  content:'\f3e3';
}

.zmdi-present-to-all:before {
  content:'\f3e4';
}

.zmdi-satellite:before {
  content:'\f3e5';
}

.zmdi-tap-and-play:before {
  content:'\f3e6';
}

.zmdi-vibration:before {
  content:'\f3e7';
}

.zmdi-voicemail:before {
  content:'\f3e8';
}

.zmdi-group:before {
  content:'\f3e9';
}

.zmdi-rss:before {
  content:'\f3ea';
}

.zmdi-shape:before {
  content:'\f3eb';
}

.zmdi-spinner:before {
  content:'\f3ec';
}

.zmdi-ungroup:before {
  content:'\f3ed';
}

.zmdi-500px:before {
  content:'\f3ee';
}

.zmdi-8tracks:before {
  content:'\f3ef';
}

.zmdi-amazon:before {
  content:'\f3f0';
}

.zmdi-blogger:before {
  content:'\f3f1';
}

.zmdi-delicious:before {
  content:'\f3f2';
}

.zmdi-disqus:before {
  content:'\f3f3';
}

.zmdi-flattr:before {
  content:'\f3f4';
}

.zmdi-flickr:before {
  content:'\f3f5';
}

.zmdi-github-alt:before {
  content:'\f3f6';
}

.zmdi-google-old:before {
  content:'\f3f7';
}

.zmdi-linkedin:before {
  content:'\f3f8';
}

.zmdi-odnoklassniki:before {
  content:'\f3f9';
}

.zmdi-outlook:before {
  content:'\f3fa';
}

.zmdi-paypal-alt:before {
  content:'\f3fb';
}

.zmdi-pinterest:before {
  content:'\f3fc';
}

.zmdi-playstation:before {
  content:'\f3fd';
}

.zmdi-reddit:before {
  content:'\f3fe';
}

.zmdi-skype:before {
  content:'\f3ff';
}

.zmdi-slideshare:before {
  content:'\f400';
}

.zmdi-soundcloud:before {
  content:'\f401';
}

.zmdi-tumblr:before {
  content:'\f402';
}

.zmdi-twitch:before {
  content:'\f403';
}

.zmdi-vimeo:before {
  content:'\f404';
}

.zmdi-whatsapp:before {
  content:'\f405';
}

.zmdi-xbox:before {
  content:'\f406';
}

.zmdi-yahoo:before {
  content:'\f407';
}

.zmdi-youtube-play:before {
  content:'\f408';
}

.zmdi-youtube:before {
  content:'\f409';
}

.zmdi-import-export:before {
  content:'\f30c';
}

.zmdi-swap-vertical-:before {
  content:'\f30c';
}

.zmdi-airplanemode-inactive:before {
  content:'\f102';
}

.zmdi-airplanemode-active:before {
  content:'\f103';
}

.zmdi-rate-review:before {
  content:'\f103';
}

.zmdi-comment-sign:before {
  content:'\f25a';
}

.zmdi-network-warning:before {
  content:'\f2ad';
}

.zmdi-shopping-cart-add:before {
  content:'\f1ca';
}

.zmdi-file-add:before {
  content:'\f221';
}

.zmdi-network-wifi-scan:before {
  content:'\f2e4';
}

.zmdi-collection-add:before {
  content:'\f14e';
}

.zmdi-format-playlist-add:before {
  content:'\f3ac';
}

.zmdi-format-queue-music:before {
  content:'\f3ab';
}

.zmdi-plus-box:before {
  content:'\f277';
}

.zmdi-tag-backspace:before {
  content:'\f1d9';
}

.zmdi-alarm-add:before {
  content:'\f32b';
}

.zmdi-battery-charging:before {
  content:'\f114';
}

.zmdi-daydream-setting:before {
  content:'\f217';
}

.zmdi-more-horiz:before {
  content:'\f19c';
}

.zmdi-book-photo:before {
  content:'\f11b';
}

.zmdi-incandescent:before {
  content:'\f189';
}

.zmdi-wb-iridescent:before {
  content:'\f38c';
}

.zmdi-calendar-remove:before {
  content:'\f330';
}

.zmdi-refresh-sync-disabled:before {
  content:'\f1b7';
}

.zmdi-refresh-sync-problem:before {
  content:'\f1b6';
}

.zmdi-crop-original:before {
  content:'\f17e';
}

.zmdi-power-off:before {
  content:'\f1af';
}

.zmdi-power-off-setting:before {
  content:'\f1ae';
}

.zmdi-leak-remove:before {
  content:'\f38d';
}

.zmdi-star-border:before {
  content:'\f27c';
}

.zmdi-brightness-low:before {
  content:'\f36d';
}

.zmdi-brightness-medium:before {
  content:'\f36e';
}

.zmdi-brightness-high:before {
  content:'\f36f';
}

.zmdi-smartphone-portrait:before {
  content:'\f2d4';
}

.zmdi-live-tv:before {
  content:'\f2d9';
}

.zmdi-format-textdirection-l-to-r:before {
  content:'\f249';
}

.zmdi-format-textdirection-r-to-l:before {
  content:'\f24a';
}

.zmdi-arrow-back:before {
  content:'\f2ea';
}

.zmdi-arrow-forward:before {
  content:'\f2ee';
}

.zmdi-arrow-in:before {
  content:'\f2e9';
}

.zmdi-arrow-out:before {
  content:'\f2ed';
}

.zmdi-rotate-90-degrees-ccw:before {
  content:'\f304';
}

.zmdi-adb:before {
  content:'\f33a';
}

.zmdi-network-wifi:before {
  content:'\f2e8';
}

.zmdi-network-wifi-alt:before {
  content:'\f2e3';
}

.zmdi-network-wifi-lock:before {
  content:'\f2e5';
}

.zmdi-network-wifi-off:before {
  content:'\f2e6';
}

.zmdi-network-wifi-outline:before {
  content:'\f2e7';
}

.zmdi-network-wifi-info:before {
  content:'\f2e4';
}

.zmdi-layers-clear:before {
  content:'\f18b';
}

.zmdi-colorize:before {
  content:'\f15d';
}

.zmdi-format-paint:before {
  content:'\f1ba';
}

.zmdi-format-quote:before {
  content:'\f1b2';
}

.zmdi-camera-monochrome-photos:before {
  content:'\f285';
}

.zmdi-sort-by-alpha:before {
  content:'\f1cf';
}

.zmdi-folder-shared:before {
  content:'\f225';
}

.zmdi-folder-special:before {
  content:'\f226';
}

.zmdi-comment-dots:before {
  content:'\f260';
}

.zmdi-reorder:before {
  content:'\f31e';
}

.zmdi-dehaze:before {
  content:'\f197';
}

.zmdi-sort:before {
  content:'\f1ce';
}

.zmdi-pages:before {
  content:'\f34a';
}

.zmdi-stack-overflow:before {
  content:'\f35c';
}

.zmdi-calendar-account:before {
  content:'\f204';
}

.zmdi-paste:before {
  content:'\f109';
}

.zmdi-cut:before {
  content:'\f1bc';
}

.zmdi-save:before {
  content:'\f297';
}

.zmdi-smartphone-code:before {
  content:'\f139';
}

.zmdi-directions-bike:before {
  content:'\f117';
}

.zmdi-directions-boat:before {
  content:'\f11a';
}

.zmdi-directions-bus:before {
  content:'\f121';
}

.zmdi-directions-car:before {
  content:'\f125';
}

.zmdi-directions-railway:before {
  content:'\f1b3';
}

.zmdi-directions-run:before {
  content:'\f215';
}

.zmdi-directions-subway:before {
  content:'\f1d5';
}

.zmdi-directions-walk:before {
  content:'\f216';
}

.zmdi-local-hotel:before {
  content:'\f178';
}

.zmdi-local-activity:before {
  content:'\f1df';
}

.zmdi-local-play:before {
  content:'\f1df';
}

.zmdi-local-airport:before {
  content:'\f103';
}

.zmdi-local-atm:before {
  content:'\f198';
}

.zmdi-local-bar:before {
  content:'\f137';
}

.zmdi-local-cafe:before {
  content:'\f13b';
}

.zmdi-local-car-wash:before {
  content:'\f124';
}

.zmdi-local-convenience-store:before {
  content:'\f1d3';
}

.zmdi-local-dining:before {
  content:'\f153';
}

.zmdi-local-drink:before {
  content:'\f157';
}

.zmdi-local-florist:before {
  content:'\f168';
}

.zmdi-local-gas-station:before {
  content:'\f16f';
}

.zmdi-local-grocery-store:before {
  content:'\f1cb';
}

.zmdi-local-hospital:before {
  content:'\f177';
}

.zmdi-local-laundry-service:before {
  content:'\f1e9';
}

.zmdi-local-library:before {
  content:'\f18d';
}

.zmdi-local-mall:before {
  content:'\f195';
}

.zmdi-local-movies:before {
  content:'\f19d';
}

.zmdi-local-offer:before {
  content:'\f187';
}

.zmdi-local-parking:before {
  content:'\f1a5';
}

.zmdi-local-parking:before {
  content:'\f1a5';
}

.zmdi-local-pharmacy:before {
  content:'\f176';
}

.zmdi-local-phone:before {
  content:'\f2be';
}

.zmdi-local-pizza:before {
  content:'\f1ac';
}

.zmdi-local-post-office:before {
  content:'\f15a';
}

.zmdi-local-printshop:before {
  content:'\f1b0';
}

.zmdi-local-see:before {
  content:'\f28c';
}

.zmdi-local-shipping:before {
  content:'\f1e6';
}

.zmdi-local-store:before {
  content:'\f1d4';
}

.zmdi-local-taxi:before {
  content:'\f123';
}

.zmdi-local-wc:before {
  content:'\f211';
}

.zmdi-my-location:before {
  content:'\f299';
}

.zmdi-directions:before {
  content:'\f1e7';
}

.mt-0 {
  margin-top:0 !important;
}

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

.mt-5 {
  margin-top:5px !important;
}

.mb-5 {
  margin-bottom:5px !important;
}

.mt-10 {
  margin-top:10px !important;
}

.mb-10 {
  margin-bottom:10px !important;
}

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

.mb-15 {
  margin-bottom:15px !important;
}

.mt-20 {
  margin-top:20px !important;
}

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

.mt-25 {
  margin-top:25px !important;
}

.mb-25 {
  margin-bottom:25px !important;
}

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

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

.mt-35 {
  margin-top:35px !important;
}

.mb-35 {
  margin-bottom:35px !important;
}

.mt-40 {
  margin-top:40px !important;
}

.mb-40 {
  margin-bottom:40px !important;
}

.mt-45 {
  margin-top:45px !important;
}

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

.mt-50 {
  margin-top:50px !important;
}

.mb-50 {
  margin-bottom:50px !important;
}

.mt-55 {
  margin-top:55px !important;
}

.mb-55 {
  margin-bottom:55px !important;
}

.mt-60 {
  margin-top:60px !important;
}

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

.mt-65 {
  margin-top:65px !important;
}

.mb-65 {
  margin-bottom:65px !important;
}

.mt-70 {
  margin-top:70px !important;
}

.mb-70 {
  margin-bottom:70px !important;
}

.mt-75 {
  margin-top:75px !important;
}

.mb-75 {
  margin-bottom:75px !important;
}

.mt-80 {
  margin-top:80px !important;
}

.mb-80 {
  margin-bottom:80px !important;
}

.mt-85 {
  margin-top:85px !important;
}

.mb-85 {
  margin-bottom:85px !important;
}

.mt-90 {
  margin-top:90px !important;
}

.mb-90 {
  margin-bottom:90px !important;
}

.mt-95 {
  margin-top:95px !important;
}

.mb-95 {
  margin-bottom:95px !important;
}

.mt-100 {
  margin-top:100px !important;
}

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

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

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

.pt-5 {
  padding-top:5px !important;
}

.pb-5 {
  padding-bottom:5px !important;
}

.pt-10 {
  padding-top:10px !important;
}

.pb-10 {
  padding-bottom:10px !important;
}

.pt-15 {
  padding-top:15px !important;
}

.pb-15 {
  padding-bottom:15px !important;
}

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

.pb-20 {
  padding-bottom:20px !important;
}

.pt-25 {
  padding-top:25px !important;
}

.pb-25 {
  padding-bottom:25px !important;
}

.pt-30 {
  padding-top:30px !important;
}

.pb-30 {
  padding-bottom:30px !important;
}

.pt-35 {
  padding-top:35px !important;
}

.pb-35 {
  padding-bottom:35px !important;
}

.pt-40 {
  padding-top:40px !important;
}

.pb-40 {
  padding-bottom:40px !important;
}

.pt-45 {
  padding-top:45px !important;
}

.pb-45 {
  padding-bottom:45px !important;
}

.pt-50 {
  padding-top:50px !important;
}

.pb-50 {
  padding-bottom:50px !important;
}

.pt-55 {
  padding-top:55px !important;
}

.pb-55 {
  padding-bottom:55px !important;
}

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

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

.pt-65 {
  padding-top:65px !important;
}

.pb-65 {
  padding-bottom:65px !important;
}

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

.pb-70 {
  padding-bottom:70px !important;
}

.pt-75 {
  padding-top:75px !important;
}

.pb-75 {
  padding-bottom:75px !important;
}

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

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

.pt-85 {
  padding-top:85px !important;
}

.pb-85 {
  padding-bottom:85px !important;
}

.pt-90 {
  padding-top:90px !important;
}

.pb-90 {
  padding-bottom:90px !important;
}

.pt-95 {
  padding-top:95px !important;
}

.pb-95 {
  padding-bottom:95px !important;
}

.pt-100 {
  padding-top:100px !important;
}

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

.pl-0 {
  padding-left:0 !important;
}

.lang-rtl .pl-0 {
  padding-right:0 !important;
  padding-left:15px !important;
}

.pr-0 {
  padding-right:0 !important;
}

.lang-rtl .pr-0 {
  padding-left:0 !important;
  padding-right:15px !important;
}

.pl-5 {
  padding-left:5px !important;
}

.lang-rtl .pl-5 {
  padding-right:5px !important;
  padding-left:15px !important;
}

.pr-5 {
  padding-right:5px !important;
}

.lang-rtl .pr-5 {
  padding-left:5px !important;
  padding-right:15px !important;
}

.pl-10 {
  padding-left:10px !important;
}

.lang-rtl .pl-10 {
  padding-right:10px !important;
  padding-left:15px !important;
}

.pr-10 {
  padding-right:10px !important;
}

.lang-rtl .pr-10 {
  padding-left:10px !important;
  padding-right:15px !important;
}

.pl-15 {
  padding-left:15px !important;
}

.lang-rtl .pl-15 {
  padding-right:15px !important;
  padding-left:15px !important;
}

.pr-15 {
  padding-right:15px !important;
}

.lang-rtl .pr-15 {
  padding-left:15px !important;
  padding-right:15px !important;
}

.pl-20 {
  padding-left:20px !important;
}

.lang-rtl .pl-20 {
  padding-right:20px !important;
  padding-left:15px !important;
}

.pr-20 {
  padding-right:20px !important;
}

.lang-rtl .pr-20 {
  padding-left:20px !important;
  padding-right:15px !important;
}

.pl-25 {
  padding-left:25px !important;
}

.lang-rtl .pl-25 {
  padding-right:25px !important;
  padding-left:15px !important;
}

.pr-25 {
  padding-right:25px !important;
}

.lang-rtl .pr-25 {
  padding-left:25px !important;
  padding-right:15px !important;
}

.pl-30 {
  padding-left:30px !important;
}

.lang-rtl .pl-30 {
  padding-right:30px !important;
  padding-left:15px !important;
}

.pr-30 {
  padding-right:30px !important;
}

.lang-rtl .pr-30 {
  padding-left:30px !important;
  padding-right:15px !important;
}

.pl-35 {
  padding-left:35px !important;
}

.lang-rtl .pl-35 {
  padding-right:35px !important;
  padding-left:15px !important;
}

.pr-35 {
  padding-right:35px !important;
}

.lang-rtl .pr-35 {
  padding-left:35px !important;
  padding-right:15px !important;
}

.pl-40 {
  padding-left:40px !important;
}

.lang-rtl .pl-40 {
  padding-right:40px !important;
  padding-left:15px !important;
}

.pr-40 {
  padding-right:40px !important;
}

.lang-rtl .pr-40 {
  padding-left:40px !important;
  padding-right:15px !important;
}

.pl-45 {
  padding-left:45px !important;
}

.lang-rtl .pl-45 {
  padding-right:45px !important;
  padding-left:15px !important;
}

.pr-45 {
  padding-right:45px !important;
}

.lang-rtl .pr-45 {
  padding-left:45px !important;
  padding-right:15px !important;
}

.pl-50 {
  padding-left:50px !important;
}

.lang-rtl .pl-50 {
  padding-right:50px !important;
  padding-left:15px !important;
}

.pr-50 {
  padding-right:50px !important;
}

.lang-rtl .pr-50 {
  padding-left:50px !important;
  padding-right:15px !important;
}

.pl-55 {
  padding-left:55px !important;
}

.lang-rtl .pl-55 {
  padding-right:55px !important;
  padding-left:15px !important;
}

.pr-55 {
  padding-right:55px !important;
}

.lang-rtl .pr-55 {
  padding-left:55px !important;
  padding-right:15px !important;
}

.pl-60 {
  padding-left:60px !important;
}

.lang-rtl .pl-60 {
  padding-right:60px !important;
  padding-left:15px !important;
}

.pr-60 {
  padding-right:60px !important;
}

.lang-rtl .pr-60 {
  padding-left:60px !important;
  padding-right:15px !important;
}

.pl-65 {
  padding-left:65px !important;
}

.lang-rtl .pl-65 {
  padding-right:65px !important;
  padding-left:15px !important;
}

.pr-65 {
  padding-right:65px !important;
}

.lang-rtl .pr-65 {
  padding-left:65px !important;
  padding-right:15px !important;
}

.pl-70 {
  padding-left:70px !important;
}

.lang-rtl .pl-70 {
  padding-right:70px !important;
  padding-left:15px !important;
}

.pr-70 {
  padding-right:70px !important;
}

.lang-rtl .pr-70 {
  padding-left:70px !important;
  padding-right:15px !important;
}

.pl-75 {
  padding-left:75px !important;
}

.lang-rtl .pl-75 {
  padding-right:75px !important;
  padding-left:15px !important;
}

.pr-75 {
  padding-right:75px !important;
}

.lang-rtl .pr-75 {
  padding-left:75px !important;
  padding-right:15px !important;
}

.pl-80 {
  padding-left:80px !important;
}

.lang-rtl .pl-80 {
  padding-right:80px !important;
  padding-left:15px !important;
}

.pr-80 {
  padding-right:80px !important;
}

.lang-rtl .pr-80 {
  padding-left:80px !important;
  padding-right:15px !important;
}

.pl-85 {
  padding-left:85px !important;
}

.lang-rtl .pl-85 {
  padding-right:85px !important;
  padding-left:15px !important;
}

.pr-85 {
  padding-right:85px !important;
}

.lang-rtl .pr-85 {
  padding-left:85px !important;
  padding-right:15px !important;
}

.pl-90 {
  padding-left:90px !important;
}

.lang-rtl .pl-90 {
  padding-right:90px !important;
  padding-left:15px !important;
}

.pr-90 {
  padding-right:90px !important;
}

.lang-rtl .pr-90 {
  padding-left:90px !important;
  padding-right:15px !important;
}

.pl-95 {
  padding-left:95px !important;
}

.lang-rtl .pl-95 {
  padding-right:95px !important;
  padding-left:15px !important;
}

.pr-95 {
  padding-right:95px !important;
}

.lang-rtl .pr-95 {
  padding-left:95px !important;
  padding-right:15px !important;
}

.pl-100 {
  padding-left:100px !important;
}

.lang-rtl .pl-100 {
  padding-right:100px !important;
  padding-left:15px !important;
}

.pr-100 {
  padding-right:100px !important;
}

.lang-rtl .pr-100 {
  padding-left:100px !important;
  padding-right:15px !important;
}

@media (max-width:767px) {
  .mt-xs-0 {
    margin-top:0 !important;
  }
  .mb-xs-0 {
    margin-bottom:0 !important;
  }
  .mt-xs-5 {
    margin-top:5px !important;
  }
  .mb-xs-5 {
    margin-bottom:5px !important;
  }
  .mt-xs-10 {
    margin-top:10px !important;
  }
  .mb-xs-10 {
    margin-bottom:10px !important;
  }
  .mt-xs-15 {
    margin-top:15px !important;
  }
  .mb-xs-15 {
    margin-bottom:15px !important;
  }
  .mt-xs-20 {
    margin-top:20px !important;
  }
  .mb-xs-20 {
    margin-bottom:20px !important;
  }
  .mt-xs-25 {
    margin-top:25px !important;
  }
  .mb-xs-25 {
    margin-bottom:25px !important;
  }
  .mt-xs-30 {
    margin-top:30px !important;
  }
  .mb-xs-30 {
    margin-bottom:30px !important;
  }
  .mt-xs-35 {
    margin-top:35px !important;
  }
  .mb-xs-35 {
    margin-bottom:35px !important;
  }
  .mt-xs-40 {
    margin-top:40px !important;
  }
  .mb-xs-40 {
    margin-bottom:40px !important;
  }
  .mt-xs-45 {
    margin-top:45px !important;
  }
  .mb-xs-45 {
    margin-bottom:45px !important;
  }
  .mt-xs-50 {
    margin-top:50px !important;
  }
  .mb-xs-50 {
    margin-bottom:50px !important;
  }
  .mt-xs-55 {
    margin-top:55px !important;
  }
  .mb-xs-55 {
    margin-bottom:55px !important;
  }
  .mt-xs-60 {
    margin-top:60px !important;
  }
  .mb-xs-60 {
    margin-bottom:60px !important;
  }
  .mt-xs-65 {
    margin-top:65px !important;
  }
  .mb-xs-65 {
    margin-bottom:65px !important;
  }
  .mt-xs-70 {
    margin-top:70px !important;
  }
  .mb-xs-70 {
    margin-bottom:70px !important;
  }
  .mt-xs-75 {
    margin-top:75px !important;
  }
  .mb-xs-75 {
    margin-bottom:75px !important;
  }
  .mt-xs-80 {
    margin-top:80px !important;
  }
  .mb-xs-80 {
    margin-bottom:80px !important;
  }
  .mt-xs-85 {
    margin-top:85px !important;
  }
  .mb-xs-85 {
    margin-bottom:85px !important;
  }
  .mt-xs-90 {
    margin-top:90px !important;
  }
  .mb-xs-90 {
    margin-bottom:90px !important;
  }
  .mt-xs-95 {
    margin-top:95px !important;
  }
  .mb-xs-95 {
    margin-bottom:95px !important;
  }
  .mt-xs-100 {
    margin-top:100px !important;
  }
  .mb-xs-100 {
    margin-bottom:100px !important;
  }
  .pl-xs-0 {
    padding-left:0 !important;
  }
  .lang-rtl .pl-xs-0 {
    padding-right:0 !important;
    padding-left:15px !important;
  }
  .pr-xs-0 {
    padding-right:0 !important;
  }
  .lang-rtl .pr-xs-0 {
    padding-left:0 !important;
    padding-right:15px !important;
  }
  .pl-xs-5 {
    padding-left:5px !important;
  }
  .lang-rtl .pl-xs-5 {
    padding-right:5px !important;
    padding-left:15px !important;
  }
  .pr-xs-5 {
    padding-right:5px !important;
  }
  .lang-rtl .pr-xs-5 {
    padding-left:5px !important;
    padding-right:15px !important;
  }
  .pl-xs-10 {
    padding-left:10px !important;
  }
  .lang-rtl .pl-xs-10 {
    padding-right:10px !important;
    padding-left:15px !important;
  }
  .pr-xs-10 {
    padding-right:10px !important;
  }
  .lang-rtl .pr-xs-10 {
    padding-left:10px !important;
    padding-right:15px !important;
  }
  .pl-xs-15 {
    padding-left:15px !important;
  }
  .lang-rtl .pl-xs-15 {
    padding-right:15px !important;
    padding-left:15px !important;
  }
  .pr-xs-15 {
    padding-right:15px !important;
  }
  .lang-rtl .pr-xs-15 {
    padding-left:15px !important;
    padding-right:15px !important;
  }
  .pl-xs-20 {
    padding-left:20px !important;
  }
  .lang-rtl .pl-xs-20 {
    padding-right:20px !important;
    padding-left:15px !important;
  }
  .pr-xs-20 {
    padding-right:20px !important;
  }
  .lang-rtl .pr-xs-20 {
    padding-left:20px !important;
    padding-right:15px !important;
  }
  .pl-xs-25 {
    padding-left:25px !important;
  }
  .lang-rtl .pl-xs-25 {
    padding-right:25px !important;
    padding-left:15px !important;
  }
  .pr-xs-25 {
    padding-right:25px !important;
  }
  .lang-rtl .pr-xs-25 {
    padding-left:25px !important;
    padding-right:15px !important;
  }
  .pl-xs-30 {
    padding-left:30px !important;
  }
  .lang-rtl .pl-xs-30 {
    padding-right:30px !important;
    padding-left:15px !important;
  }
  .pr-xs-30 {
    padding-right:30px !important;
  }
  .lang-rtl .pr-xs-30 {
    padding-left:30px !important;
    padding-right:15px !important;
  }
  .pl-xs-35 {
    padding-left:35px !important;
  }
  .lang-rtl .pl-xs-35 {
    padding-right:35px !important;
    padding-left:15px !important;
  }
  .pr-xs-35 {
    padding-right:35px !important;
  }
  .lang-rtl .pr-xs-35 {
    padding-left:35px !important;
    padding-right:15px !important;
  }
  .pl-xs-40 {
    padding-left:40px !important;
  }
  .lang-rtl .pl-xs-40 {
    padding-right:40px !important;
    padding-left:15px !important;
  }
  .pr-xs-40 {
    padding-right:40px !important;
  }
  .lang-rtl .pr-xs-40 {
    padding-left:40px !important;
    padding-right:15px !important;
  }
  .pl-xs-45 {
    padding-left:45px !important;
  }
  .lang-rtl .pl-xs-45 {
    padding-right:45px !important;
    padding-left:15px !important;
  }
  .pr-xs-45 {
    padding-right:45px !important;
  }
  .lang-rtl .pr-xs-45 {
    padding-left:45px !important;
    padding-right:15px !important;
  }
  .pl-xs-50 {
    padding-left:50px !important;
  }
  .lang-rtl .pl-xs-50 {
    padding-right:50px !important;
    padding-left:15px !important;
  }
  .pr-xs-50 {
    padding-right:50px !important;
  }
  .lang-rtl .pr-xs-50 {
    padding-left:50px !important;
    padding-right:15px !important;
  }
  .pl-xs-55 {
    padding-left:55px !important;
  }
  .lang-rtl .pl-xs-55 {
    padding-right:55px !important;
    padding-left:15px !important;
  }
  .pr-xs-55 {
    padding-right:55px !important;
  }
  .lang-rtl .pr-xs-55 {
    padding-left:55px !important;
    padding-right:15px !important;
  }
  .pl-xs-60 {
    padding-left:60px !important;
  }
  .lang-rtl .pl-xs-60 {
    padding-right:60px !important;
    padding-left:15px !important;
  }
  .pr-xs-60 {
    padding-right:60px !important;
  }
  .lang-rtl .pr-xs-60 {
    padding-left:60px !important;
    padding-right:15px !important;
  }
  .pl-xs-65 {
    padding-left:65px !important;
  }
  .lang-rtl .pl-xs-65 {
    padding-right:65px !important;
    padding-left:15px !important;
  }
  .pr-xs-65 {
    padding-right:65px !important;
  }
  .lang-rtl .pr-xs-65 {
    padding-left:65px !important;
    padding-right:15px !important;
  }
  .pl-xs-70 {
    padding-left:70px !important;
  }
  .lang-rtl .pl-xs-70 {
    padding-right:70px !important;
    padding-left:15px !important;
  }
  .pr-xs-70 {
    padding-right:70px !important;
  }
  .lang-rtl .pr-xs-70 {
    padding-left:70px !important;
    padding-right:15px !important;
  }
  .pl-xs-75 {
    padding-left:75px !important;
  }
  .lang-rtl .pl-xs-75 {
    padding-right:75px !important;
    padding-left:15px !important;
  }
  .pr-xs-75 {
    padding-right:75px !important;
  }
  .lang-rtl .pr-xs-75 {
    padding-left:75px !important;
    padding-right:15px !important;
  }
  .pl-xs-80 {
    padding-left:80px !important;
  }
  .lang-rtl .pl-xs-80 {
    padding-right:80px !important;
    padding-left:15px !important;
  }
  .pr-xs-80 {
    padding-right:80px !important;
  }
  .lang-rtl .pr-xs-80 {
    padding-left:80px !important;
    padding-right:15px !important;
  }
  .pl-xs-85 {
    padding-left:85px !important;
  }
  .lang-rtl .pl-xs-85 {
    padding-right:85px !important;
    padding-left:15px !important;
  }
  .pr-xs-85 {
    padding-right:85px !important;
  }
  .lang-rtl .pr-xs-85 {
    padding-left:85px !important;
    padding-right:15px !important;
  }
  .pl-xs-90 {
    padding-left:90px !important;
  }
  .lang-rtl .pl-xs-90 {
    padding-right:90px !important;
    padding-left:15px !important;
  }
  .pr-xs-90 {
    padding-right:90px !important;
  }
  .lang-rtl .pr-xs-90 {
    padding-left:90px !important;
    padding-right:15px !important;
  }
  .pl-xs-95 {
    padding-left:95px !important;
  }
  .lang-rtl .pl-xs-95 {
    padding-right:95px !important;
    padding-left:15px !important;
  }
  .pr-xs-95 {
    padding-right:95px !important;
  }
  .lang-rtl .pr-xs-95 {
    padding-left:95px !important;
    padding-right:15px !important;
  }
  .pl-xs-100 {
    padding-left:100px !important;
  }
  .lang-rtl .pl-xs-100 {
    padding-right:100px !important;
    padding-left:15px !important;
  }
  .pr-xs-100 {
    padding-right:100px !important;
  }
  .lang-rtl .pr-xs-100 {
    padding-left:100px !important;
    padding-right:15px !important;
  }
}

.p-0 {
  padding:0;
}

html {
  font-size:62.5%;
}

body {
  font-size:16px;
  font-family: 'Outfit', sans-serif;
  font-weight:400;
  color:#868686;
}
@media(max-width: 1199px){
  body .hidden-md-max{
    display: none;
  }
}

body .marquee_text{
  overflow: hidden;
}

body .marquee_text .js-marquee{
  margin-right: 0 !important;
}

body .marquee_text ul {
  list-style: none;
  padding: 0;
}

body .marquee_text ul li{
  display: inline-block;
}

body i{
  font-family: icomoon;
}

.mb-0 {
  margin-bottom:0 !important;
}
img{
	max-width: 100%;
    height: auto;
}
@media (max-width: 991px){
	.container {
		width: 100%;
		max-width: 100%;
	}
}
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: "Play", sans-serif;
  color:#000;
  font-weight:700;
  margin: 0;
}
.marquee-container {
  overflow: hidden;
}
.marquee-container .marquee {
  top: 0;
  left:0;
  width: 100%;
  position: absolute;
  white-space: nowrap;
}
.marquee-container .marquee .text{
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1.5px;
  -webkit-animation-name: marquee;
    animation-name: marquee;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
	-webkit-animation-duration: 4s;
    animation-duration: 4s;
	padding:0 20px;
}
.marquee-container .marquee .text:before{
  content: "";
  position: relative;
  background-image: url(../img/hurry-up.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  display: inline-block;
  top: 5px;
  margin-right: 10px;
}
.marquee-container .marquee .text span{
  color: #ceffe7;
  position: relative;
  margin-left: 3px;
}
.marquee-container .marquee .text span:before{
  position: absolute;
  content: "";
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ceffe7;
}
.marquee-container .marquee2{
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
}

@-webkit-keyframes marquee {
  100% {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translate(-100%);
  }
}

@keyframes marquee {
  100% {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translate(-100%);
  }
}
.header-top .purchase i, .header-top .purchase span{
  z-index: 1;
}
.container-header{
	text-align: center;
    max-width: 740px;
}
.btn-default{
  font-size:14px;
  color: #000000;
  font-weight:500;
  line-height:40px;
  z-index: 0;
  position: relative;
  border:0;
  padding:0 25px;
  background:#7b920a;
  border-radius: 24px;
}
.btn-default img{
	position:relative;
	top:-2px;
	margin-right:10px;
}


.btn-default span {
  display:inline-block;
  vertical-align:middle;
}
.btn-default:hover{
	background: #ceffe7;
  color: #000 !important;
}
.btn-default:focus{
  outline: none;
}
.description{
  font-size: 20px;
}

header{
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 99;
}
header .header-campbar{
  background: #000;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
  top: 0;
  width: 100%;
  color: #fff;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
header .header-campbar .text-campbar{
  padding: 0 45px;
}
@media(max-width: 768px){
  header .header-campbar{
    padding: 10px 0;
  }
}
header .header-campbar .text-campbar img{
  margin-right: 7px;
  position: relative;
  top: -1px;
  width: auto;
}
header .header-campbar .close-campbar{
  height: 24px;
  width: 24px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 75px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 24px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  -webkit-box-shadow: 0px 1px 12px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 1px 12px 2px rgba(0, 0, 0, 0.05);
}
header .header-campbar .close-campbar::before{
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: '';
  position: absolute;
  top: 50%;
  left: calc(50% - 5px);
  display: block;
  height: 1px;
  width: 10px;
  background-color: #000;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
header .header-campbar .close-campbar::after{
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  content: '';
  position: absolute;
  top: 50%;
  left: calc(50% - 5px);
  display: block;
  height: 1px;
  width: 10px;
  background-color: #000;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
header .header-campbar .close-campbar:hover::before{
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
header .header-campbar .close-campbar:hover::after{
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
header .header-marquee-img{
  position: relative;
  overflow: hidden;
}
header .header-marquee-img .content-marquee{
  position: absolute;
  top: 0;
  -webkit-transform: translateY(200px);
      -ms-transform: translateY(200px);
          transform: translateY(200px);
  z-index: 1;
}
header .header-marquee-img .content-marquee .marquee_text ul li{
  font-size: 100px;
  color: #000;
  margin: 0 18px;
}
header .header-marquee-img .content-img{
  z-index: 2;
  position: relative;
  max-width: 780px;
  margin: 0 auto;
  padding: 0 15px;
}
header .header-marquee-img .content-img .content-woo{
  margin-top: -30px;
}
header .header-marquee-img .content-img .content-woo .text-woo{
  font-size: 60px;
  line-height: 70px;
  color: #000;
}
@media(max-width: 1200px){
  header .header-marquee-img .content-img .content-woo .text-woo{
    font-size: 40px;
    line-height: 50px;
  }
}
@media(max-width: 425px){
  header .header-marquee-img .content-img .content-woo .text-woo{
    font-size: 30px;
    line-height: 40px;
  }
}
header .header-marquee-img .content-img .content-woo .text-woo span{
  font-weight: 500;
  border-bottom: 3px solid #000;
}
header .header-marquee-img .click-button{
  margin-top: 60px;
}
header .header-marquee-img .click-button a{
  color: #000;
  font-size: 18px;
}
header .header-marquee-img .click-button i{
  position: relative;
  top: 5px;
  display: inline-block;
  margin-left: 7px;
  -webkit-animation: icon-scroll 1s infinite  alternate;
  animation: icon-scroll 1s infinite  alternate;
}
@-webkit-keyframes icon-scroll{
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}
@keyframes icon-scroll{
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}
header .purchase {
  text-align:right;
}
@media (max-width: 767px){
  .header-top .header-logo, .header-top .purchase{
    text-align: center;
  }
  .header-top .text-center{
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1740px){
  .header-top .row .col-md-2{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8%;
            flex: 0 0 8%;
    max-width: 8%;
  }
  .header-top .row .col-md-7{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 67%;
            flex: 0 0 67%;
    max-width: 67%;
  }
}
#header-section.fixed .header-top{
	background:#fff;
}
.header-topbar{
  padding: 15px 0;
  background: #413f54;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
}
.header-topbar .close{
  opacity: 1;
}
header .header-top {
	padding: 20px 0;
  z-index:10;
}
header .header-top .header-content{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}
header .header-top .header-content .header-logo{
	-webkit-box-flex:1;
	    -ms-flex:1;
	        flex:1;
}
header .header-top .header-content .header-right{
	-webkit-box-flex:1;
	    -ms-flex:1;
	        flex:1;
}
header .header-mid  .all-demo{
	font-size:18px;
	color:#fff;
	font-weight:500;
	display:inline-block;
	border-bottom:2px solid #fff;
	margin-bottom:50px;
}
header .header-mid  .all-demo:hover{
	color:#000000;
	border-color:#000000;
}
header .header-mid .box-text{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 480px){
  header .header-mid .box-text{
    display:block;
  }
  header .header-mid .box-text>div.box-content{
    margin: 0;
    margin-bottom: 10px;
  }
}
header .header-mid .box-text .box-content{
	margin: 0 22px;
}
header .header-mid .box-text .box-content h2{
	font-size:60px;
	margin-bottom:0;
  margin-top: 0;
}
header .header-mid h2 {
  font-size: 30px;
  margin-bottom:90px;
  margin-top: 10px;
}
header .header-mid .container-header a{
  display:inline-block;
  line-height:40px;
  padding:0 25px;
  border-radius:20px;
  color:#fff;
  text-transform:uppercase;
  letter-spacing:1px;
  font-size:12px;
  background:#4ba660;
}
header .header-mid .container-header a:hover{
	background:#000;
}
header .header-mid .box-text .box-content{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 991px){
  header .header-mid img{
    max-width: 350px;
  }
  header .header-mid{
    padding-top: 100px;
    padding-bottom: 60px;
  }
  header .header-mid h2{
    font-size: 60px;
  }
  header{
    margin-bottom: 80px;
  }
}
@media (max-width: 767px){
  header .header-mid img{
    max-width: 250px;
  }
  header .header-mid{
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
#header-section.fixed .header-top{
	  position: fixed;
    width: 100%;
    padding: 20px 15px;
    top: 0;
    left: 0;
    z-index:100000;
    -webkit-box-shadow: 0px 18px 104px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 18px 104px 0px rgba(0, 0, 0, 0.05);
    -webkit-animation-name: sticky-menu;
    animation-name: sticky-menu;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
#header-section.fixed .header-top .row{
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}
@media (max-width: 767px){
  header#header-section .header-mid h2{
    font-size:32px;
  }
  header#header-section .header-mid h3{
    font-size: 45px;
  }
}

header .header-mid h3 {
  color:#ffffff;
  font-size: 60px;
  font-weight: 300;
}
header .header-mid .button:hover{	background:#000000;}

header .header-bottom {
  font-size:1.2rem;
  text-align:center;
  padding-bottom:230px;
}

header .header-bottom ul {
  list-style-type:none;
  padding:0;
}

header .header-bottom ul li {
  margin-right:64px;
}

header .header-bottom ul li img {
  margin-bottom:17px;
}

header .header-bottom ul li p {
  margin-bottom:6px;
}


#slider {
  margin-bottom: 80px;
}
#slider .slick-carousel:not(.slick-initialized) .item-general{
	display:none;
}
#slider .slick-carousel:not(.slick-initialized) .item-general:first-child{
	display:block;
}
#slider .item-general{
  padding: 170px 0 100px;
  position: relative;
  margin: 0;
}
#slider .item-general:before{
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 170px;
  background: -webkit-gradient(linear,left top, left bottom,color-stop(-10.16%, hsla(0,0%,96%,0)),color-stop(95.4%, #fff));
  background: -o-linear-gradient(top,hsla(0,0%,96%,0) -10.16%,#fff 95.4%);
  background: linear-gradient(.5turn,hsla(0,0%,96%,0) -10.16%,#fff 95.4%);
}
#slider .item-slider-1{
  background: #f4f1e7;
}
#slider .item-slider-2{
  background: rgb(219, 1, 255)14;
}
#slider .item-slider-3{
  background: #f5fcf5;
}
#slider .item-slider-3{
  background: #f9f5fc;
}
#slider .homepage-slider{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}


main .homepage-slider .content-1{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

main .homepage-slider .img-shopyfi{
  width: 62px;
  height: 62px;
  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;
  border-radius: 50%;
  background: #fff;
  position: relative;
  margin-right: 25px;
}

main .homepage-slider .img-shopyfi .version h3{
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  font-weight: 700;
  background: #ff1010;
  padding: 0 10px;
  border-radius: 3px;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}

main .homepage-slider .content-1 .text-shopyfi h3{
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 19px;
  line-height: 22px;
}

main .homepage-slider .content-1 .text-shopyfi h3 span{
  font-weight: 800;
}

main .homepage-slider .content-2{
  margin-bottom: 30px;
}

main .homepage-slider .content-2 .title-slider h2{
  font-weight: 500;
  font-size: 60px;
  line-height: 78px;
}

main .homepage-slider .content-2 .title-slider h2 span{
  padding: 0 20px;
  background: -webkit-gradient(linear, left top, right top, from(#12C2E9), color-stop(49%, #C471ED), to(#F64F59));
  background: -o-linear-gradient(left, #12C2E9 0%, #C471ED 49%, #F64F59 100%);
  background: linear-gradient(to right, #12C2E9 0%, #C471ED 49%, #F64F59 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 2;
}

main .homepage-slider .content-2 .title-slider h2 span:before{
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

main .homepage-slider .content-3{
  margin-bottom: 45px;
}

main .homepage-slider .content-3 .title-slider span{
  color: #000;
  font-size: 30px;
  margin-right: 30px;
}

main .homepage-slider .explore-demos .btn-default{
  background: #f46839;
  font-size: 18px;
  color: #fff !important;
  text-transform: capitalize;
  padding: 0 35px;
  line-height: 50px;
  font-weight: 400;
}

main .homepage-slider .explore-demos .btn-default:hover{
  background: #ceffe7;
  color: #000 !important;
}

#policy{
  margin-bottom: 75px;
}

#policy .content-policy{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
  padding: 35px 20px;
  height: 100%;
}


#policy .content-policy-speed .icon-policy{
  position: relative;
  top: -20px;
}

#policy .content-info{
  margin-left: 10px;
}

#policy .content-info-2{
  margin-left: 17px;
}

#policy .content-info h3{
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #aaa;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

#policy .content-info h2{
  font-size: 25px;
  font-weight: 500;
}


main .title-block {
  max-width: 800px;
  margin: 0 auto 45px;
}
@media(max-width: 575px){
  main .title-block {
    text-align: center;
  }
}
main .title-block .index-number{
  font-size: 90px;
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
  color: #f46839;
  font-weight: 600;
}
main .title-block .description{
  font-size: 20px;
}
@media(max-width: 768px){
  main .title-block .index-number{
    font-size: 60px;
  }
}
main .title-block .index-number span{
  font-size: 35px;
  position: absolute;
  top: 0;
  right: -20px;
}
main .title-block h2{
  margin: 0 0 17px;
}
@media(max-width: 1199px){
  main .title-block h2{
    font-size: 35px;
  }
}
@media(max-width: 425px){
  main .title-block h2{
    font-size: 30px;
  }
}
main .title-block h2 span{
  color: #3db84c;
}
main .title-block.white p{
  color: #fff;
}
main .title-block.white h2{
  color: #fff;
}
main .title-block .subtitle{
	font-size:40px;
	color:#fff;
	font-weight:700;
	max-width:670px;
	margin:auto;
	line-height:1.3;
}
main .title {
  font-size:1.4rem;
  font-weight:600;
  color:#222;
}

main .title .sub-title {
  font-size:1.2rem;
  font-weight:normal;
  text-transform:none;
  color:#666;
}

main #show-homepage {
  list-style-type:none;
  padding:0 15px;
  margin-bottom:60px;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
  text-align: center;
  max-width: 1040px;
  margin: 0 auto 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

main #show-homepage li {
  font-size:16px;
  font-weight:500;
  -webkit-transition:all 0.3s linear;
  -o-transition:all 0.3s linear;
  transition:all 0.3s linear;
  position: relative;
  display: inline-block;
  padding: 0 40px;
  line-height: 43px;
  border: 1px solid #ebebeb;
  border-radius: 25px;
  margin: 7px;
}
main #show-homepage li.tab-new {
	color:orange;
	border-color:orange;
}
main #show-homepage li.active,
main #show-homepage li:hover {
  color:#000000;
  cursor: pointer;
  background: #ceffe7;
  border-color: #ceffe7;
  color: #000;
}


#demo{
  overflow: hidden;
}

#demo .item {
  margin-bottom: 30px;
}
@media(max-width: 1450px){
  #demo .row {
    margin: 0 -15px;
  }
  #demo .item {
    padding: 0 15px;
  }
}

main .content-homepage .content .image{
	min-height: 519px;
	position: relative;
}
main .content-homepage .content .image img{
	-webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
	        box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
	border-radius: 3px;
}

main .item .image .img-mobile{
  position: absolute;
  right: 40px;
  bottom: 20px;
}

main .item .image .img-mobile img{
  border-radius: 3px;
  border: 1px solid #000;
  -webkit-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.08);
}


.content-shop .item{
  margin-bottom: 30px;
}
.content-shop .content-column{
  height: 100%;
  position: relative;
}
.content-shop .content-column .text h2{
  font-size: 22px;
  margin: 35px 0 10px;
}
.content-shop .content-column1{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #f2f9f8;
  padding: 70px 0 0 40px;
}
.content-shop .content-column2{
  background: #f9f2f2;
  padding: 40px 25px 25px;
}
.content-shop .content-column3{
  background: #f3f2f9;
  padding: 35px 45px 40px;
}
.content-shop .content-column4{
  background: #f9f9f2;
  padding: 35px 45px 40px;
}
.content-shop .content-column3 img{
  -webkit-box-shadow: 0px 18px 104px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 18px 104px 0px rgba(0, 0, 0, 0.05);
}
.content-shop .content-column1 .text{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 335px;
          flex: 0 0 335px;
}
.content-shop .content-column1 .text h2{
  font-size: 30px;
  margin: 0 0 20px;
}
.content-shop .content-column1 .img{
  position: absolute;
  bottom: 0;
  right: 0;
}
@media(max-width: 1439px){
  .content-shop .content-column1 .img img{
    width: 365px;
  }
}
@media(max-width: 1200px){
  .content-shop .content-column1{
    padding: 30px 0 0 15px;
  }
  .content-shop .content-column1 .text{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
  }
}
.content-shop .content-column img{
  width: auto;
}
main .content-product .item .image{
	height:360px;
}
main .content-otherpage .item .image{
	height:600px;
}
main .item .image .img-menu{
  display: block;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%;
  border-radius: 3px;
}


main .item .image h3:before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #000;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

main .item .image a:hover h3:before{
  width: 100%;
}

main .item .image .badges-title{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

main .item .image .badges span{
  border-radius: 10px;
  padding: 0 13px;
  margin-right: 12px;
  color: #000;
  font-size: 10px;
  letter-spacing: 1.5px;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
  text-transform: uppercase;
}
main .item .image .badges .hot{
  background: #f46839;
}
main .item .image .badges .new{
  background: #ceffe7;
}
main .item .image .badges .free{
  background: #f5f233;
}
main .item .image h3 {
  font-size: 16px;
  color:#000;
  margin: 0;
  font-weight: 500;
  display: inline-block;
  position: relative;
}
main .img-hover {
  display:inline-block;
  position:relative;
  margin-bottom:25px;
}

main .img-hover .img-down {
  position:absolute;
  left:0;
  top:0;
  opacity:0;
  -webkit-transition:all 0.5s linear;
  -o-transition:all 0.5s linear;
  transition:all 0.5s linear;
}

main .img-hover:hover .img-down {
  opacity:1;
}
@media (min-width: 1740px){
  .content-shop .row .col-lg-3{
    padding: 0 30px !important;
  }
  .content-product .row .col-lg-3{
    padding: 0 30px !important;
  }
  .content-product .row {
      margin-right: -30px !important;
      margin-left: -30px !important;
  }
   .content-otherpage .row .col-lg-6{
    padding: 0 30px !important;
  }
  .content-otherpage .row {
      margin-right: -30px !important;
      margin-left: -30px !important;
  }
}

footer {
  background: #002e25;
}
footer .footer-inner{
  padding: 100px 0;
}
footer .footer-inner img{
  margin-bottom: 25px;
}
footer .footer-inner .title h2{
  font-size: 50px;
  margin-bottom: 35px;
  color: #fff;
}
footer .footer-inner .purchase .btn-default{
  background: transparent;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 48px;
  border: 2px solid #fff;
  padding: 0 30px;
}
footer .footer-inner .purchase .btn-default:hover{
  background: #ceffe7;
  border-color: #ceffe7;
}
footer .footer-inner ul{
  list-style: none;
  padding: 0;
  margin: 50px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .footer-inner ul li{
  margin: 0 20px;
  color: #fff;
}
footer .footer-inner ul li svg{
  position: relative;
  top: 4px;
  margin-right: 5px;
}
footer .footer-bottom{
  background: #fff;
  padding: 30px 0;
}
footer .footer-bottom .row{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
} 
footer .footer-bottom .logo img{
  max-width: 143px;
  width: 100%;
}
footer .footer-bottom .social-link ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer-bottom .social-link ul li{
  display: inline-block;
  margin: 0 3px;
}
footer .footer-bottom .social-link ul li a{
  width: 35px;
  height: 35px;
  border: 1px solid #dfdfdf;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
footer .footer-bottom .social-link ul li a:hover{
  background: #ceffe7;
  border-color: #ceffe7;
}
footer .footer-bottom .social-link ul li i{
  color: #000;
  line-height: 34px;
}
footer .footer-bottom .copyright{
  text-align: right;
}
footer .footer-bottom .copyright p{
  margin: 0;
  font-size: 14px;
}
@media(max-width: 1199px){
  
}
@media(max-width: 575px){

}

/*------------------- Popup Iframe -----------------*/
.admin-popup-iframe{
  display: none;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 43px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 2px 43px 0px rgba(0, 0, 0, 0.06);
  color: #fff;
  position: fixed;
  right: 30px;
  bottom: 7rem;
  -webkit-transform: scale(.95);
      -ms-transform: scale(.95);
          transform: scale(.95);
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
  z-index: 1000;
  max-width: 295px;
  background-color: #000000;
  overflow: hidden;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}
.admin-popup-iframe:not(.is-active):hover {
  background-color: #303036;
}
@media (min-width: 551px){
  .admin-popup-iframe {
    display: block;
  }
}
.admin-popup-btn{
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: inherit;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
  font-family: 'Outfit', sans-serif;
}
.admin-popup-btn:focus{
  outline: none;
}
.admin-popup-iframe:not(.is-active) .admin-popup-btn {
  padding: 10px 15px;
  width: 100%;
}
.admin-popup-btn .text {
  display: block;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.admin-popup-btn .icon {
  display: inline-block;
  vertical-align: top;
  position: relative;
  line-height: 1;
  font-size: 0;
  letter-spacing: 0;
  top: 1px;
}
.admin-popup-btn .icon:before {
  content: '';
  display: none;
  background-color: #303036;
  border-radius: 50%;
  height: 32px;
  width: 32px;
}
.admin-popup-btn .icon svg {
  display: block;
  width: 25px;
  height: 25px;
  -webkit-transition: unset!important;
  -o-transition: unset!important;
  transition: unset!important;
  fill: #fff;
}
.admin-popup-content {
  opacity: 0;
  pointer-events: none;
  position: relative;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  visibility: hidden;
  height: 0;
  width: 0;
}
.admin-popup-content ul {
  margin-top: 20px;
  margin-bottom: 0;
}
.admin-popup-content li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 500;
}
.admin-popup-content li a{
  color: #fff;
}
.admin-popup-content li a .text {
  margin-left: 10px;
}
.admin-popup-content li a .icon {
  display: inline-block;
  vertical-align: top;
  position: relative;
  line-height: 1;
  font-size: 0;
  letter-spacing: 0;
}
.admin-popup-content li a .icon:before {
  content: '';
  display: block;
  background-color: #41cde2;
  border-radius: 50%;
  height: 32px;
  width: 32px;
}
.admin-popup-content li a .icon svg {
  display: block;
  width: 16px;
  height: 16px;
  fill: #fff;
  -webkit-transition: unset!important;
  -o-transition: unset!important;
  transition: unset!important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.admin-popup-iframe.is-active .admin-popup-btn {
  font-size: 20px;
  padding: 20px 20px 0 20px;
  margin-bottom: 12px;
  width: 100%;
}
.admin-popup-iframe.is-active .admin-popup-btn .icon:before {
  display: block;
}
.admin-popup-iframe.is-active .admin-popup-btn .icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
      -ms-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.admin-popup-iframe.is-active .admin-popup-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 20px 20px 20px;
  pointer-events: auto;
  visibility: visible;
  width: 100%;
  height: auto;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
/*------------------- End Popup Iframe -----------------*/
@-webkit-keyframes rotate {
  to {
    -webkit-transform:rotate(360deg);
            transform:rotate(360deg);
  }
}
@keyframes rotate {
  to {
    -webkit-transform:rotate(360deg);
            transform:rotate(360deg);
  }
}

.navigation-mobile {
  color:#fff;
  text-transform:uppercase;
  cursor:pointer;
  text-align:right;
  font-size: 0;
}
.navigation-mobile i{
  font-size: 20px;
  position: relative;
}

.navigation-mobile:hover {
  color: #000;
}
.mobileheader{
	padding-top:20px;
}
#header-section.fixed .mobileheader1{
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index:100000;
  -webkit-animation-name: sticky-menu;
  animation-name: sticky-menu;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.menumobile {
  position:fixed;
  top:0;
  list-style: none;
  left:0;
  width:calc(100% - 30px);
  max-width:320px;
  -webkit-transform:translateX(-100%);
      -ms-transform:translateX(-100%);
          transform:translateX(-100%);
  background:#fff;
  padding:100px 15px 50px;
  height:100%;
  z-index:9999;
  text-align:left;
  visibility:hidden;
  opacity:0;
  -webkit-transition:all .35s ease;
  -o-transition:all .35s ease;
  -webkit-transition:all 0.35s ease;
  -o-transition:all 0.35s ease;
  transition:all 0.35s ease;
}
.menumobile .list-inline-item:first-child{
  border-top: 0;
}

.menumobile .list-inline-item {
  display:block;
  padding:10px 0;
  border-top:1px solid rgba(0,0,0,0.05);
}

.menumobile .list-inline-item a {
  color:#000;
}

.menumobile .list-inline-item a:hover {
  text-decoration:none;
  color:#3db84c;
}

.menumobile .list-inline-item:not(:last-child) {
  margin-right:0;
}

.mobileheader .menumobile.active  {
  visibility:visible;
  opacity:1;
  -webkit-transform:translateX(0);
      -ms-transform:translateX(0);
          transform:translateX(0);
}
.close-mobileheader{
  position: fixed;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0,0,0,0.25);
  display: none;
}
.close_mobileheader{
	cursor: pointer;
    position: absolute;
    text-align: center;
    z-index: 1;
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 6px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-box-shadow: 0 2px 59px #0006;
            box-shadow: 0 2px 59px #0006;
	top:30px;
	right:15px;
}
.close_mobileheader:before,.close_mobileheader:after{
	content: "";
    position: absolute;
    height: 1px;
    width: 14px;
    top: 50%;
    left: calc(50% - 7px);
    margin-top: -1px;
    background-color: #000;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.close_mobileheader:before{
	-webkit-transform-origin: 50% 50%;
	    -ms-transform-origin: 50% 50%;
	        transform-origin: 50% 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
}
.close_mobileheader:after{
	-webkit-transform-origin: 50% 50%;
	    -ms-transform-origin: 50% 50%;
	        transform-origin: 50% 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}
.close-mobileheader.active{
  display: block;
}

@media (min-width:992px) {
  header .header-mid {
    
  }

@-webkit-keyframes action-bg {
  from {
    background-position:0 44px;
  }
  to {
    background-position:-1800px 44px;
  }
}

@keyframes action-bg {
  from {
    background-position:0 44px;
  }
  to {
    background-position:-1800px 44px;
  }
}
;
}

@media (max-width:1199px) {
  header .header-bottom {
    padding-bottom:100px;
  }
  main .img-hover {
    margin-left:50px;
    margin-right:50px;
  }
}


@media (max-width:767px) {
  .container {
    width:auto;
  }
  header .header-mid {
    margin-top:60px;
    margin-bottom: 0;
  }
  header .header-mid h1 {
    font-size:4rem;
  }
  header .header-bottom {
    padding-bottom:20px;
  }
  header .header-bottom ul {
    display:block !important;
  }
  header .header-bottom ul li {
    margin-right:0;
    margin-bottom:30px;
  }
  main .row-1 .title-block {
    margin-bottom:30px;
  }
  main .row-2 .list-icon {
    display:block !important;
  }
  main .row-2 .list-icon li {
    margin-bottom:30px;
  }
  main .row-3 {
    padding-top:60px;
    padding-bottom:60px;
  }
  main .row-3 .title-block .sub-title {
    padding:0 15px;
  }
  main .row-4 {
    padding-bottom:60px;
    padding-top:60px;
  }
  main .row-4 .title-block {
    margin-bottom:30px;
  }
  main .img-hover {
    margin-left:0;
    margin-right:0;
  }
}
.header-logo-moble, .header-logo img{
  max-width: 143px;
  width: 100%;
}
.header-top .row{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-top .list-menu{
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
}
.header-top .list-menu li a {
  color: #fff;
  font-size: 18px;
  position: relative;
}
.header-top .list-menu li a::before{
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 1px;
  background: #000;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.header-top .list-menu li a:hover::before{
  width: 98%;
}
.header-top .list-menu li{
  float: left;
  padding-right: 35px;
}
.header-top .list-menu li:last-child{
  padding-right: 0;
}
@media (max-width: 1440px){
  .header-top .list-menu li{
    padding-right: 20px;
  }
}
@media (max-width: 1199px){
  .header-top .list-menu li{
    padding-right: 20px;
  }
  .header-top .list-menu li a{
    font-size: 16px;
  }
}
.content-homepage{
	margin: 0 0 70px;
}

.wpbingo-tab{
  margin-bottom: 95px;
  overflow: hidden;
}
.wpbingo-tab .nav{
  display: block;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
  margin-bottom: 55px;
}
.wpbingo-tab .nav .nav-item{
  display: inline-block;
  margin: 0 20px;
}
.wpbingo-tab .nav .nav-link{
  font-size: 18px;
  font-weight: 500;
  padding: 0 0 5px;
  position: relative;
  color: #868686;
}
.wpbingo-tab .nav .nav-link:before{
  content: "";
  position: absolute;
  background: #f46839;
  width: 0;
  height: 2px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  bottom: 0;
  left: 0;
}
.wpbingo-tab .nav .nav-link:hover{
  color: #000;
}
.wpbingo-tab .nav .nav-link:hover:before{
  width: 100%;
}
.wpbingo-tab .nav .nav-link.active{
  color: #000;
}
.wpbingo-tab .nav .nav-link.active:before{
  width: 100%;
}
.wpbingo-tab .tab-content >div{
  opacity: 0;
  position: absolute;
  width: 100%;
  visibility: hidden;
}
.wpbingo-tab .tab-content >div.active{
  opacity: 1;
  position: relative;
  visibility: visible;
}


.features{
  background: #f7f7ef;
  padding: 80px 0 100px;
  margin-bottom: 100px;
}


.features .site-header .primary-heading{
  font-size: 35px;
  font-weight: 500;
  line-height: 70px;
  margin-bottom: 15px;
}

.features .site-header .primary-heading span{
  font-size: 50px;
}

.features .site-header .primary-heading .background-title{
  background: #f5f233;
  border: 1px solid #000;
  border-radius: 34px;
  padding: 0 15px;
  line-height: 66px;
  display: inline-block;
}

.features .site-header p{
  font-size: 20px;
}

.features .site-header p span{
  font-weight: 500;
  color: #000;
}

/*------------------- Features Table -----------------*/

.features .features-table{
  background: #fff;
  border: 1px solid #000;
  border-radius: 3px;
  margin-top: 55px;
  padding-bottom: 136px;
  position: relative;
}

.features .features-table .features-table__inner{
  height: 642px;
  -webkit-transition: height .3s;
  -o-transition: height .3s;
  transition: height .3s;
  overflow: hidden;
}

.features .show-full .features-table__inner{
  height: auto;
  overflow: unset;
}

.features table {
  border-collapse: collapse;
  width: 100%;
}

.features td, .features th {
  padding: 15px 5px;
  text-align: center;
  width: 25%;
}

.features th {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #000;
}

.features table tbody tr{
  border-bottom: 1px solid #efefef;
}
.features table tbody tr:last-child{
  border: none;
}

.features td{
  border-right: 1px solid #000;
}

.features td svg{
  position: relative;
  top: 3px;
  margin-right: 3px;
}


.features td:last-child, .features th:last-child {
  border-right: none;
  color: #000;
}

.features-table__footer {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}

.features .show-full .features-table__footer {
  position: unset;
}

.features .show-full{
  padding: 0;
}

.features-table__footer table th{
  border-top: 1px solid #000;
  border-bottom: none;
  padding: 20px 5px;
  width: 50%;
}

.features-table__footer table th .total{
  background: #f46839;
  color: #000;
  min-width: 505px;
  padding: 15px 10px;
  border-radius: 3px;
  display: inline-block;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.features-table__footer table th .total:hover{
  background: #ceffe7;
}

.features-table__footer table th .total span{
  font-size: 30px;
  font-weight: 500;
}

.features-table__footer .plus-peryear p{
  font-size: 30px;
  color: #f46839;
  font-weight: 500;
}

.show-full .features-table__more {
  display: none;
}

.features-table__more {
  background: -o-linear-gradient(268.56deg,hsla(0,0%,96%,0) -10.16%,#fff 65.4%);
  background: linear-gradient(.504turn,hsla(0,0%,96%,0) -10.16%,#fff 65.4%);
  border-radius: 0 0 5px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 220px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 135px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  z-index: 11;
}

.features-table__more .btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  pointer-events: auto;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Outfit', sans-serif;
  cursor: pointer;
  padding: 0 40px;
  line-height: 43px;
  height: 43px;
  border-radius: 25px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.features-table__more .btn svg{
  margin-right: 5px;
}

.features-table__more .btn:hover {
  background: #ceffe7;
}

.products .inner-container{
  margin-bottom: 90px;
}
.products .products-info{
  margin-top: 45px;
}
.products .products-info2{
  margin-left: 60px;
}
.products .products-info .icon{
  margin-bottom: 20px;
}
.products .products-info .title h2{
  font-size: 35px;
  margin-bottom: 20px;
}
.products .products-img img{
  -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}

.mobile-design{
  background: #fbfbff;
  padding: 90px 0;
  margin-bottom: 95px;
}
.mobile-design .container-large{
  width: 1760px;
}
.mobile-design .slick-carousel{
  overflow: unset;
}
.mobile-design .slick-carousel .slick-list{
  margin: 0 -40px;
}
.mobile-design .slick-carousel .slick-list .item-slider{
  padding: 0 40px;
}
.mobile-design .site-header{
  margin-bottom: 60px;
}
.mobile-design .site-header h3{
  font-size: 25px;
}
.mobile-design .site-header h2{
  font-size: 50px;
  margin-bottom: 25px;
  line-height: 70px;
}
.mobile-design .site-header h2 span{
  background: #c6c5ff;
  border: 1px solid #000;
  border-radius: 34px;
  padding: 0 15px;
  line-height: 66px;
  display: inline-block;
}
.mobile-design .site-header p{
  font-size: 20px;
}
.mobile-design .content-mobile{
  -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}
.mobile-design .content-mobile__video{
  overflow: hidden;
  border-radius: 3px;
}
.mobile-design .content-mobile__video video{
  width: 100%;
  max-width: 100%;
  margin-bottom: -2px;
}
.mobile-design .title-mobile h3{
  font-size: 22px;
  margin-top: 25px;
}
.mobile-design .scan-code{
  margin-top: -40px;
}
.mobile-design .scan-code .img-arrow{
  margin-bottom: 15px;
}
.mobile-design .scan-code .img-arrow img{
  position: relative;
  left: 10px;
}
.mobile-design .scan-code .scan{
  margin-bottom: 18px;
}
.mobile-design .scan-code .scan img{
  background: #fff;
  padding: 10px;
  -webkit-box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.05);
}
.mobile-design .scan-code h3{
  font-size: 12px;
  letter-spacing: 1.5px;
}

.performance-marketing{
  margin-bottom: 100px;
}
.performance-marketing .performance{
  background: #f46839;
  padding: 70px 15px 60px;
  height: 100%;
}
.performance-marketing .performance h3{
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.performance-marketing .performance h2{
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 90px;
}
.performance-marketing .performance h2 span{
  color: #f5f233;
  position: relative;
}
.performance-marketing .performance h2 span:before{
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #f5f233;
}
.performance-marketing .marketing{
  background: #f5f233;
  padding: 70px 15px 50px;
  height: 100%;
}
.performance-marketing .marketing h3{
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.performance-marketing .marketing h2{
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 45px;
}
.performance-marketing .marketing h2 span{
  color: #f46839;
  position: relative;
}
.performance-marketing .marketing h2 span:before{
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #f46839;
}

.customization{
  margin-bottom: 270px;
}
.customization .inner-customization__info{
  background: #f3fcf4;
  padding: 95px 0 510px;
}
.customization .inner-customization__img{
  margin-top: -510px;
}
.customization .site-header{
  margin-bottom: 50px;
}
.customization .site-header h3{
  font-size: 25px;
  margin-bottom: 25px;
}
.customization .site-header h2{
  font-size: 50px;
  margin-bottom: 32px;
}
.customization .site-header h2 span{ 
  background: #ceffe7;
  border-radius: 34px;
  border: 1px solid #000;
  padding: 0 15px;
  display: inline-block;
  line-height: 66px;
}
.customization .site-header p{
  font-size: 20px;
}
.customization .site-img img{
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
}
.customization .inner-customization__img >div{
  position: relative;
}
.customization .inner-customization__img .customization-plugin img{
  position: absolute;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}
.customization .inner-customization__img .customization-plugin img.customization-1{
  top: 85px;
  left: 15px;
}
.customization .inner-customization__img .customization-plugin img.customization-2{
  bottom: -170px;
  left: 465px;
}
.customization .inner-customization__img .customization-plugin img.customization-3{
  bottom: 45px;
  right: 465px;
}
.customization .inner-customization__img .customization-plugin img.customization-4{
  top: 85px;
  right: 0;
}

.google-seo{
  margin-bottom: 100px;
}
.google-seo .row{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.google-seo .content-info svg{
  margin-bottom: 15px;
}
.google-seo .content-info h2{
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 25px;
}
.google-seo .content-info h2 span{
  color: #f46839;
  position: relative;
}
.google-seo .content-info h2 span:before{
  position: absolute;
  content: "";
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #f46839;
}
.google-seo .content-info p{
  font-size: 20px;
  margin-bottom: 40px;
}
.google-seo .content-info .btn-default{
  background: #000;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 12px;
  color: #fff !important;
  padding: 0 35px;
  line-height: 48px;
}
.google-seo .content-info .btn-default:hover{
  background: #ceffe7;
  color: #000 !important;
}
.google-seo .content-img img{
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 43px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 2px 43px 0px rgba(0, 0, 0, 0.06);
}

.slider-demo{
  margin-bottom: 95px;
}
.slider-demo .index-number{
  font-size: 90px;
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
  color: #f46839;
  font-weight: 600;
}
.slider-demo .slick-carousel .slick-list{
  padding: 0 100px;
}
.slider-demo .slick-carousel .slick-track >* {
  margin-bottom: 0;
}
.slider-demo .site-header{
  margin-bottom: 35px;
}
.slider-demo .site-header h2{
  font-size: 50px;
  margin-bottom: 10px;
}
.slider-demo .site-header h2 span{
  background: #f46839;
  border-radius: 34px;
  border: 1px solid #000;
  padding: 0 15px;
  display: inline-block;
  line-height: 66px;
}
.slider-demo .marquee .inner{
  margin: 55px 0;
}
.slider-demo .marquee .inner img{
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 2px 43px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 43px 0px rgba(0, 0, 0, 0.08);
}
.slider-demo .marquee .inner img:last-child{
  margin-bottom: 0;
}

.compatibe-apps{
  margin-bottom: 95px;
}
.compatibe-apps .site-header{
  margin-bottom: 35px;
}
.compatibe-apps .site-header h3{
  font-size: 40px;
  margin-bottom: 15px;
}
.compatibe-apps .img{
  position: relative;
}
.compatibe-apps .img:before{
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 495px;
  background: -o-linear-gradient(268.56deg,hsla(0,0%,96%,0) -10.16%,#fff 65.4%);
  background: linear-gradient(.504turn,hsla(0,0%,96%,0) -10.16%,#fff 65.4%);
}
.compatibe-apps .inner-container{
  z-index: 2;
  position: relative;
  max-width: 1140px;
  padding: 0 15px;
  margin: auto;
}
.compatibe-apps .inner-container .inner{
  background: #a4a3ef;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 35px 0 0;
  margin-top: -155px;
}
.compatibe-apps .inner-container .img-title{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.compatibe-apps .inner-container .img-title .img-index{
  margin-right: 25px;
}
.compatibe-apps .inner-container .img-title .title h3{
  font-size: 35px;
  line-height: 35px;
}
.compatibe-apps .inner-container .img-title .title h3 span{
  font-size: 20px;
  font-weight: 400;
}
.compatibe-apps .inner-container .button .btn-default{
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  background: #000;
  font-size: 12px;
  line-height: 48px;
  padding: 0 30px;
}
.compatibe-apps .inner-container .button .btn-default:hover{
  background: #ceffe7;
}

.portfolio{
  background: #fbf7ed;
  padding: 95px 0;
  margin-bottom: 95px;
}
.portfolio .site-header{
  margin-bottom: 55px;
}
.portfolio .site-header h2{
  font-size: 50px;
  margin-bottom: 17px;
}
.portfolio .site-header h2 span{
  background: #f5f233;
  border: 1px solid #000;
  border-radius: 34px;
  line-height: 66px;
  display: inline-block;
  padding: 0 15px;
}
.portfolio .slider-portfolio{
  position: relative;
}
.portfolio .slider-portfolio .slick-arrow{
  background: #fff;
}
.portfolio .slider-portfolio .slick-carousel .slick-list{
  padding: 0 405px;
}
.portfolio .slider-portfolio .slick-carousel .item-slider{
  margin-bottom: 80px;
}
.portfolio .slider-portfolio .slick-carousel .item-slider .img{
  -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  background: #fff;
}
.portfolio .slider-portfolio .slick-carousel .item-slider .img img{
  border-radius: 3px;
}

.lookbook{
  margin-bottom: 90px;
}
.lookbook .row{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lookbook .content-info svg{
  margin-bottom: 15px;
}
.lookbook .content-info h3{
  font-size: 35px;
  margin-bottom: 25px;
}
.lookbook .content-info p{
  margin-bottom: 40px;
}
.lookbook .content-info .btn-default{
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background: #000;
  color: #fff;
  line-height: 48px;
  padding: 0 35px;
}
.lookbook .content-info .btn-default:hover{
  background: #ceffe7;
}
.lookbook .products-img img{
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.container-policy{
  padding: 0 50px;
  margin-bottom: 95px;
}
.container-policy .row {
  margin: 0 -50px;
}
.container-policy .row .item{
  padding: 0 50px;
}
.container-policy .content-policy{
  -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  padding: 60px 45px 50px;
  height: 100%;
}
.container-policy .content-policy a{
  display: inline-block;
}
.container-policy .content-policy img{
  position: relative;
  left: -2px;
  margin-bottom: 32px;
}
.container-policy .content-policy h3{
  font-size: 30px;
}


.section-plugins{
  background: #f6f6f6;
  padding: 90px 0 390px;
}
.section-plugins .plugins{
  display: -ms-grid;
  display: grid;
  --grid-columns: 7;
  --grid-column-gap: 60px;
  -ms-grid-columns: (minmax(0,1fr))[var];
  grid-template-columns: repeat(var(--grid-columns),minmax(0,1fr));
  -webkit-column-gap: var(--grid-column-gap);
  -moz-column-gap: var(--grid-column-gap);
  column-gap: var(--grid-column-gap);
  row-gap: var(--grid-row-gap);
}
#mobile .slick-carousel:not(.slick-initialized) >*{
	display:none;
}
#mobile .slick-carousel:not(.slick-initialized){
	min-height:780px;
}
#pages .slick-carousel:not(.slick-initialized) >*{
	display:none;
}
#pages .slick-carousel:not(.slick-initialized){
	min-height:432px;
}
.slider-demo .slick-carousel:not(.slick-initialized) >*{
	display:none;
}
.slider-demo .slick-carousel:not(.slick-initialized){
	min-height:760px;
}
.portfolio .slick-carousel:not(.slick-initialized){
	min-height:594px;
}
.portfolio .slick-carousel:not(.slick-initialized) >*{
	display:none;
}
@media(max-width: 1199px){
  .section-plugins .plugins{
    --grid-columns: 5;
    --grid-row-gap: 40px
  }
}
@media(max-width: 991px){
  .section-plugins .plugins{
    --grid-columns: 4;
  }
}
@media(max-width: 575px){
  .section-plugins .plugins{
    --grid-columns: 3;
  }
}
@media(max-width: 425px){
  .section-plugins .plugins{
    --grid-columns: 2;
  }
}
.section-plugins img{
  border-radius: 50%;
}
.section-plugins .plugin h3{
  margin: 25px 0 0;
  font-size: 18px;
}
.section-plugins .plugin img{
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.section-plugins .plugin:hover img{
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

@media (min-width: 1430px){
.container {
    width: 1430px;
}
}
@media (min-width: 1500px){
  .container-policy {
      width: 1500px;
  }
  }
@media (min-width: 1710px){
  .container-large{
    width:1710px;
  }
}
@media (min-width: 1440px) and (max-width: 1739px){
  .container-large{
    width:1440px;
    
  }
}
.content-shop .title-shop{
  margin-bottom: 85px;
}
.container-homepage .item h3{
	font-size:18px;
	text-align:center;
	text-transform: capitalize;
}
.content-shop .title-shop h3{
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  color: #3db84c;
  font-weight: 500;
  margin-bottom: 15px;
}
.content-shop .title-shop h2{
  font-size: 40px;
  margin: 10px 0 0;
}
.content-shop .marquee_text ul li{
  font-size: 120px;
  line-height: 100px;
  color: #000;
  margin: 0 20px;
}
@media(max-width: 1199px){
  .content-shop .marquee_text ul li{
    font-size: 75px;
  }
}
.content-shop .marquee_text ul li:nth-child(odd){
  color: #f2f2f2;
}
.content-shop, .content-hover-product{
	position:relative;
	padding:50px 0;
  border-top:1px solid #ebebeb;
  overflow: hidden;
}
.content-product{
	border-top:1px solid #ebebeb;
	position:relative;
	padding:110px 0 80px;
}
.content-layout-shop{
	margin-top:115px;
	border-bottom:1px solid #ebebeb;
	margin-bottom:60px;
}
main .content-hover-product .item{
  margin: 0;
}
.content-layout-shop img{
	-webkit-box-shadow: 0px 0px 90px 0px rgba(0, 0, 0, 0.05);
	        box-shadow: 0px 0px 90px 0px rgba(0, 0, 0, 0.05);
}
.content-product-cart, .content-orther{
  padding-top: 90px;
}
.content-product-cart .item, .content-orther .item{
  font-size: 14px;
}
.content-product-cart .item h3, .content-orther .item h3{
  font-size: 24px;
}
.content-orther-2{
  padding-top: 300px;
}
.before-img{
	position:relative;
}
.before-img:before{
	position:absolute;
	width:100%;
	content:"";
	height:80%;
	left:0;
	bottom:0;
	background:#f6f6f6;
	z-index:-1;
}
main .content-orther .container >.content >.item >h3, main .content-product-cart .container >.content >.item >h3{
  font-size: 24px;
  margin-bottom:10px;
  color:#fff;
}
.content-search img{
  margin-bottom:  -220px;
}
.content-hover-product .product-title{
  text-align: left;
  margin: 0;
  margin-bottom: 6px;
  font-size: 12px;
  text-transform: uppercase;
}
.products-thumb{
  position: relative;
}
.content-hover-product .item:hover .product-button>* {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}
.product-button div{
  width: 50px;
  height: 50px;
  background: #fff;
  text-align: center;
  line-height:50px;
  font-size:16px;
}
.product-button div i{
	line-height:50px;
}
.product-button div:hover{
	background:#ff3535;
	color:#fff;
}
.product-button>* {
    margin-bottom: 5px;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transform-origin: 100% 50%;
        -ms-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
}
.product-button div:hover{
 cursor: pointer;
}
.product-button>:nth-child(2) {
    -webkit-transition-delay: .1s;
         -o-transition-delay: .1s;
            transition-delay: .1s;
}
.product-button>:nth-child(3) {
    -webkit-transition-delay: .2s;
         -o-transition-delay: .2s;
            transition-delay: .2s;
}
.product-button{
    position: absolute;
    bottom: 65px;
    right: 15px;
    z-index: 9;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.content-hover-product .products-content {
    margin-top: 20px;
}
.content-hover-product .product-attribute{
	position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 14px 9px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.content-hover-product .product-attribute >div span{
	width: 14px;
    height: 14px;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    position: relative;
}.content-hover-product .product-attribute >div:first-child span{	margin-left:2px;}
.content-hover-product .product-attribute >div span:before{
	position: absolute;
    content: "";
    top: calc(50% - 10px);
    left: calc(50% - 10px);
    width: 20px;
    height: 20px;
    border: 1px solid #9b9b9b;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
        transform: scale(.9);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.content-hover-product .product-attribute >div:hover span:before{
	opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
        transform: scale(1);
}
.content-hover-product .item:hover .product-attribute{
	-webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
}
.content-hover-product .content-product4 .product-attribute{
    opacity: 1;
    visibility: visible;
    -webkit-transform: unset;
    -ms-transform: unset;
        transform: unset;
    padding: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    margin-top: 8px;
}
.content-hover-product .content-product3 .product-attribute{
	background: transparent;
    padding: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    left: auto;
    z-index: 10;
    bottom: 16px;
    bottom: -24px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    width: 100%;
}
.content-hover-product .content-product3 .product-attribute:before{
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    content: "";
    -webkit-box-shadow: 0 35px 35px 0 rgba(0,0,0,.05);
            box-shadow: 0 35px 35px 0 rgba(0,0,0,.05);
    background: #fff;
}
.content-hover-product .content-product3:hover .product-attribute{
	opacity: 1;
    visibility: visible;
}
.content-hover-product .content-product2 .product-attribute{
	background: transparent;
    padding: 0;
    width: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    left: auto;
    right: 15px;
    z-index: 10;
    bottom: 16px;
}
.content-hover-product .content-product2 .product-attribute >div span{
	margin:5px 0;
}
.content-hover-product .item.content-product-1 .cart{
    color: #222;
    display: inline-block;
    background: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
        transform: translateY(10px);
	cursor:pointer;
}
.content-hover-product .item.content-product-1 .cart i{
	margin-right:5px;
} 
.content-hover-product .item.content-product-1 .cart:hover{
	color:#ff3535;
}
.content-hover-product .item.content-product-1:hover .cart{
  opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
        transform: translateY(0);
}
.content-hover-product .item.content-product-1 .price-cart{
  position: relative;
}
.content-hover-product .item.content-product2 .product-button>* {
    margin: 0 5px;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transform-origin: 100% 50%;
        -ms-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
}
.content-hover-product .item.content-product2 .product-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    right: 0;
    bottom: 20px;
}
.content-hover-product .item.content-product3 .content-item{
	position:relative;
}
.content-hover-product .item.content-product3 .content-item:before{
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    content: "";
    -webkit-box-shadow: 0 3px 35px 0 rgba(0,0,0,.05);
            box-shadow: 0 3px 35px 0 rgba(0,0,0,.05);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: -1;
}
.content-hover-product .item.content-product3:hover .content-item:before{
	opacity: 1;
    visibility: visible;
}
.content-hover-product .item.content-product3 .product-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 20px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
        transform: translateX(50%);
}
.content-hover-product .item.content-product3 .product-button>* {
    margin: 0;
    position: relative;
    -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
            transform-origin: 0;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transition-delay: 0s !important;
         -o-transition-delay: 0s !important;
            transition-delay: 0s !important;
}
.content-hover-product .item.content-product3 .product-button>:after {
    width: 1px;
    height: 16px;
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 6px);
    background: #dfdfdf;
}
.content-hover-product .item.content-product3 .product-button >*:first-child:after{
  display: none;
}
.content-hover-product .item.content-product4 .product-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 20px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
        transform: translateX(50%);
}
.content-hover-product .item.content-product4:hover .product-button>* {
    -webkit-transform: rotateY(0) translateY(0) !important;
    transform: rotateY(0) translateY(0) !important;
}
.content-hover-product .item.content-product4 .product-button>* {
    margin: 0 5px;
    -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
            transform-origin: 0;
    -webkit-transform: rotateY(0) translateY(-10px) !important;
    transform: rotateY(0) translateY(-10px) !important;
    background: #222 !important;
    color: #fff !important;
}
.content-hover-product .item.content-product4 .product-button >div:hover {
   background:#ff3535 !important;
}
.cat-products{
  font-size: 14px;
  margin-bottom: 5px;
}
.price-cart{
  font-size: 14px;
    color: #222;
    font-weight: 700;
}
.title-block2{
	text-align:center;
	max-width:555px;
	margin:auto;
	margin-top:45px;
	color:#fff;
}
.title-block2 h2{
	font-size:40px;
	margin-bottom:5px;
	font-weight:600;
	color:#fff;
}
.title-block2 .subtitle{
	font-size:16px;
	margin-bottom:70px;
}
.content-box-image-left,.content-box-image-right{
	max-width:600px;
}
.content-box-image-right{
	margin-left:auto;
}
.content-box-image{
	margin-bottom:85px;
}
.title-block3{
	margin-top:45px;
}
.title-block3 h2{
	font-size:24px;
	font-weight:700;
	margin-bottom:15px;
}
.title-block4{
	text-align:center;
	margin:auto;
	margin-bottom:50px;
}
.title-block4 h2{
	font-size:40px;
	font-weight:600;
	margin-bottom:30px;
}
.title-block4 a{
	font-size:20px;
	font-weight:700;
	color:#000000;
	display:inline-block;
	position:relative;
	padding-bottom:10px;
	margin-bottom:25px;
}
.title-block4 a:before{
	content:"";
	position:absolute;
	bottom:0;
	left:50%;
	-webkit-transform:translateX(-50%);
	    -ms-transform:translateX(-50%);
	        transform:translateX(-50%);
	height:2px;
	width:60%;
	-webkit-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	background:#000000;
}
.title-block4 a:hover:before{
	width:100%;
}
.title-block4 .subtitle{
	font-size:18px;
	color:#fff;
}
.title-block5 h2{
	font-size:40px;
	font-weight:700;
	margin-bottom:30px;
}
.title-block5 .subtitle{
	font-size:16px;
}
.content-slider-filter{
  background-image:url(../img/bg-filter.html);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding:50px 230px 0;
  text-align:center;
  position:relative;
}
.content-filter{
	margin-bottom:30px;
}
.content-slider-filter .content-filter-slider{
	position:relative;
}
.content-slider-filter .content-filter-slider h2{
	font-size:22px;
	font-weight:700;
	margin-bottom:45px;
	color:#fff;
}
.content-slider-filter .content-filter-slider img{
	border-radius:10px 10px 0 0;
}
.content-checkout{
	padding-top: 85px;
	background:#4f443d;
}
.content-search{
  padding-top: 85px;
  background:url(../img/bg-search.html) top center  no-repeat;
  margin-bottom:200px;
}
.content-checkout .mt-150, .content-blog .mt-150{
	margin-top:150px;
}
.content-checkout img, .content-blog .mt-150{
	    -webkit-box-shadow: 0px 0px 90px 0px rgba(0, 0, 0, 0.05);
	            box-shadow: 0px 0px 90px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width:1350px){
	.content-slider-filter{
		padding:50px 170px 0;
	}
}
@media (max-width:1200px){
	.content-slider-filter{
		padding:50px 100px 0;
	}
}
.content-slider-filter .item h2{
	font-size:22px;
	font-weight:700;
	margin-bottom:50px;
}
.slick-arrow{
	position:absolute;
	bottom: 0;
	width:40px;
	height:40px;
	background:#f2f2f2;
	border-radius:50%;
	font-size:20px;
	line-height:38px;
  text-align: center;
	color:#000;
	cursor:pointer;
  z-index: 10;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.slick-arrow:hover{
	background:#ceffe7 !important;
}
.slick-arrow.fa-angle-left{
	left: calc(50% - 45px);
}
.slick-arrow.fa-angle-right{
	right: calc(50% - 45px);
}
.box-policy{
	border:2px solid #070707;
	padding:40px 20px 36px;
	margin-bottom:30px;
	text-align:center;
	background:#fff;
}
.box-policy .content-policy h2{
	font-size:24px;
	font-weight:600;
	margin-top:15px;
}
.box-policy .content-policy a{
	font-size:14px;
	font-weight:600;
	color:#070707;
	border-bottom:2px solid #070707;
}
.box-policy .content-policy a:hover{
	color:#000000;
	border-color:#000000;
}
.content-respon{
	position:relative;
}
.content-respon .title-block2{
	position:absolute;
	top:25px;
	width:100%;
	left:50%;
	-webkit-transform:translateX(-50%);
	    -ms-transform:translateX(-50%);
	        transform:translateX(-50%);
	max-width:415px;
}
@media (max-width:1200px){
	.content-respon .title-block2{
		top:0;
		margin-top:15px;
	}
}
.container-full{
	padding:0 90px;
}
.container-full .row{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
}
.content-megamenu{
	border-bottom:1px solid #ebebeb;
	padding-bottom:100px;
	margin-bottom:70px;
}

.content-box-bg{
	background:url(../img/bg-box.html) center  no-repeat;
	background-size:cover;
	padding:80px 0 70px;
}
.slick-carousel{
	overflow:hidden;
}
.slick-carousel img{
	max-width: 100%;
    height: auto;
}
.slick-carousel .slick-list{
	margin:0 -15px;
}
.slick-carousel .slick-track >*{
	padding:0 15px;
	height:auto;
  margin-bottom: 60px;
}
.slick-carousel .slick-track >*:focus{
	outline:unset;
}
 .slick-carousel .slick-dots{
	position:unset;
}
.slick-carousel .slick-dots li{
	width:7px;
	height:7px;
	margin:0 14px;
}
.slick-carousel .slick-dots li button{
	width:7px;
	height:7px;
	font-size:0;
	background: #000;
	border-radius:50%;
  padding: 0;
  position: relative;
}
.slick-carousel .slick-dots li button:before{
	display:none;
}
.slick-carousel .slick-dots li.slick-active button:after{
	position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  border: 1px solid #000;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.content-otherpage{
	padding:85px 0 45px;
}
.content-otherpage h3{
  margin-top: 40px;
  font-size: 18px;
}
.content-otherpage .row >div{
  margin-bottom: 40px;
}
.content-megamenu-text{
	max-width:570px;
	margin-left:auto;
}
#mobile .item{
  margin: 0;
}
#mobile .item .title-block {
  margin-bottom: 50px;
}
@media (max-width:1440px){
 #mobile .item .title-block p{
  display: none;
  
 }
 #mobile .item .title-block{
  margin-bottom: 20px;
 }
 #mobile .row .item.text-center{
  top: 0 !important;
  bottom: auto;
 }
}
#mobile .row{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f2f2f2;
  margin: 0;
}
#mobile .row div{
  padding:0 !important;
}
#mobile .item.text-center{
  top: auto !important;
  bottom: 60px;
}
@media (max-width:1024px){
	.content-slider-shop .slick-arrow{
		display: none !important;
	}
}

.content-slider .slick-list{
  padding: 5px 120px;
}
@media(max-width: 1199px){
  .content-slider .slick-list{
    padding: 5px 90px;
  }
}
@media(max-width: 991px){
  .content-slider .slick-list{
    padding: 5px 65px;
  }
}
.content-slider .slick-dots li{
  width: 7px;
  height: 7px;
  margin: 0 12px;
}
@media(max-width: 425px){
  .content-slider .slick-dots li{
    margin: 0 10px;
  }
}
.content-slider .slick-dots li button{
  background: #000 !important;
  width: 7px;
  height: 7px;
}
.content-slider .slick-dots li:before{
  content: "";
  border: 1px solid #000;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}
.content-slider .slick-dots li.slick-active:before{
  opacity: 1;
  visibility: visible;
}
.content-slider .slick-list .item-slider .img{
  -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}
.content-slider .slick-list .item-slider .img img{
  border-radius: 3px;
}
.content-slider .slick-list .item-slider h2{
  font-size: 16px;
  text-align: center;
  margin: 25px 0 0;
  opacity: 0;
  visibility: hidden;
}
.content-slider .slick-list .item-slider.slick-active h2{
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  padding-bottom: 5px;
}
.content-slider .slick-list .item-slider h2{
  position: relative;
  color: #000000;
  padding-bottom: 3px;
  display: inline-block;
}
.content-slider .slick-list .item-slider h2:before{
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background: #000;
  width: 0;
  height: 1px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.content-slider .slick-list .item-slider.slick-active:hover h2:before{
  width: 100%;
}
.item-slider >a{
	display:inline-block;
	position:relative;
}
.content-box-bg img{
	-webkit-filter: drop-shadow(0px 0px 90px rgba(0,0,0,0.05));
}
.content-product .content-slider-shop .item-slider a{
	height:662px;
}
@media (max-width:992px){
	main .title-block .subtitle{
		color:#070707;
	}
}
@media (max-width:420px){
	.box-policy{
		-ms-flex-wrap:wrap;
		    flex-wrap:wrap;
	}
	.box-policy .image{
		-webkit-box-flex:0;
		    -ms-flex:0 0 100%;
		        flex:0 0 100%;
		margin-bottom:20px;
		text-align:center;
	}
	.box-policy .content-policy{
		padding:0;
		text-align:center;
	}
	.title-block3 h2{
		font-size:30px;
	}
	.title-block3 .subtitle{
		font-size:16px;
	}
	.title-block2 h2{
		font-size:25px;
	}
	.title-block2 .subtitle{
		font-size:14px;
	}
	main .title-block .subtitle{
		font-size:18px;
	}
	main .content-homepage .title-block h2{
		font-size:30px;
	}
	.title-block4 h2{
		font-size:25px;
	}
	.title-block4 .subtitle{
		font-size:15px;
	}
	.title-block5 h2{
		font-size:20px;
	}
	.title-block5 .subtitle{
		font-size:14px;
	}
  main .title-block p{
    font-size: 15px;
  }
}

/*------------------- Back To Top -----------------*/
.progress-wrap {
	position: fixed;
	right: 50px;
	bottom: 135px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	-webkit-box-shadow: inset  0 0 0 2px rgba(0,0,0,0.2);
	        box-shadow: inset  0 0 0 2px rgba(0,0,0,0.2);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(15px);
	    -ms-transform: translateY(15px);
	        transform: translateY(15px);
	-webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}
.progress-wrap::after {
  position: absolute;
  font-family: 'icomoon';
  content: "\e905";
  text-align: center;
  line-height: 38px;
  font-size: 20px;
  color: #000;
  left: 0;
  top: 0;
  width: 46px;
  height: 46px;
  cursor: pointer;
  display: block;
  z-index: -1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: white;
  border: 4px solid #f5f5f5;
}
.progress-wrap:hover::after {
	background: #ceffe7;
}
.progress-wrap:hover::before {
	opacity: 1;
}
.progress-wrap svg path { 
	fill: none; 
}
.progress-wrap svg.progress-circle path {
	stroke: #000;
	stroke-width: 4;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	-webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
/*------------------- End Back To Top -----------------*/

/*------------------- Popup Password -----------------*/
.overlay-password{
  background-color: rgba(0,0,0,0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  overflow: hidden;
  position: fixed;
  display: none;
}
.overlay-password.active{
  display: block;
}
.popup-password{
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 999999;
  max-width: 767px;
  width: calc(100% - 30px);
  background: #f4f1e7;
  border-radius: 3px;
  display: none;
}
.popup-password.active{
  display: block;
}
.popup-password .content-popup{
  position: relative;
}
.popup-password .content-popup .close-popup{
  height: 30px;
  width: 30px;
  position: absolute;
  top: 25px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 30px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  -webkit-box-shadow: 0px 1px 12px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 1px 12px 2px rgba(0, 0, 0, 0.05);
}
.popup-password .content-popup .close-popup:before{
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: '';
  position: absolute;
  top: 50%;
  left: calc(50% - 7px);
  display: block;
  height: 1px;
  width: 13px;
  background-color: #000;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.popup-password .content-popup .close-popup:after{
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  content: '';
  position: absolute;
  top: 50%;
  left: calc(50% - 7px);
  display: block;
  height: 1px;
  width: 13px;
  background-color: #000;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.popup-password .content-popup .close-popup:hover:before{
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.popup-password .content-popup .close-popup:hover:after{
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.popup-password .content-popup{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 25px 0;
}
.popup-password .content-popup .img{
	max-width:235px;
}
.popup-password .content-popup .img img{
	aspect-ratio: 235/278;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
.popup-password .content-popup .info{
  margin-left: 45px;
}
.popup-password .content-popup .info svg{
  margin-bottom: 15px;
}
.popup-password .content-popup .info h2{
  font-size: 30px;
  margin-bottom: 20px;
}
.popup-password .content-popup .info h2 span{
  background: #f5f233;
  border: 1px solid #000;
  border-radius: 34px;
  padding: 0 20px;
  line-height: 32px;
  display: inline-block;
}
.popup-password .content-popup .info .btn-default{
  background: #ceffe7;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 12px;
}
.popup-password .content-popup .info .btn-default.active{
	-webkit-animation-name: text-transform;
    animation-name: text-transform;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.popup-password .content-popup .info .btn-default:hover{
  background: #f5f233;
}
@media (max-width:1199px){
	#policy .col-xl-3{
		margin-bottom:30px;
	}
	#slider .homepage-slider .img-slider{
		max-width: 50%;
	}
	main .homepage-slider .content-2 .title-slider h2{
		font-size: 40px;
		line-height: 55px;
	}
	main .homepage-slider .content-2 {
		margin-bottom: 15px;
	}
	main .homepage-slider .content-3 .title-slider span {
		font-size: 18px;
		margin-right: 15px;
	}
	main .homepage-slider .content-3 {
		margin-bottom: 25px;
	}
	.container-policy .row .item {
		padding: 0 15px;
	}
	.container-policy .content-policy h3 {
		font-size: 20px;
	}
	.container-policy .content-policy img {
		margin-bottom: 15px;
	}
	.mobile-design .slick-carousel .slick-list {
		margin: 0 -15px;
	}
	.mobile-design .slick-carousel .slick-list .item-slider {
		padding: 0 15px;
	}
	.portfolio .slider-portfolio .slick-carousel .slick-list {
		padding: 0 100px;
	}
	.customization{
		display:none;
	}
}
@media (max-width:991px){
	#policy,#features,#products,#mobile,#pages,#performance,.google-seo,.slider-demo,.compatibe-apps,.portfolio,.lookbook,.container-policy{
		display:none;
	}
	main .content-homepage .content .image{
		min-height: 465px;
	}
	main .item .image .img-mobile {
		right: 15px;
	}
	#slider .item-general {
		padding: 170px 30px 100px;
	}
}
@media (max-width:767px){
	header .header-campbar .close-campbar{
		right: 15px;
	}
	#slider .item-general {
		padding: 170px 15px 50px;
	}
	#slider .homepage-slider .img-slider{
		width:100%;
		max-width:100%;
		-webkit-box-ordinal-group:2;
		    -ms-flex-order:1;
		        order:1;
		margin-bottom:50px;
	}
	#slider .homepage-slider .content-slider{
		width:100%;
		max-width:100%;
		-webkit-box-ordinal-group:3;
		    -ms-flex-order:2;
		        order:2;
	}
	main .homepage-slider .content-2 .title-slider h2 {
		font-size: 30px;
		line-height: 40px;
	}
	main .homepage-slider .content-2 .title-slider h2 span{
		padding:0;
	}
	main .homepage-slider .content-2 .title-slider h2 span:before{
		display:none;
	}
	main .homepage-slider .explore-demos .btn-default {
		font-size: 15px;
		padding: 0 20px;
		line-height: 40px;
	}
	main .title-block .description {
		font-size: 16px;
	}
	main .item .image .img-mobile img{
		max-width: 110px;
	}
	main .content-homepage .content .image.full {
		min-height: 385px;
	}
	main .content-homepage .content .image {
		min-height: 500px;
	}
	main .content-homepage .content .image{
		padding:15px;
	}
	main .content-homepage .content .image .btn-password{
		padding-bottom:85px;
		display: block;
	}
	main .item .image .img-mobile{
		bottom: 50px;
	}
	main .item .image .badges-title{
		position: absolute;
		bottom: 15px;
	}
	main .item .image .big-title {
		font-size: 16px;
	}
	.popup-password .content-popup .img{
		display:none;
	}
	.popup-password .content-popup{
		padding:25px;
	}
	.popup-password .content-popup .info{
		margin:0;
	}
	.popup-password .content-popup .info h2{
		font-size: 18px;
		line-height: 30px;
	}
	.popup-password .content-popup .info h2 span{
		padding: 0 10px;
		line-height: 23px;
	}
	#slider .homepage-slider{
		-ms-flex-wrap:wrap;
		    flex-wrap:wrap;
	}
	footer .footer-inner .title h2{
		font-size: 40px;
	}
	footer .footer-inner ul{
		-ms-flex-wrap:wrap;
		    flex-wrap:wrap;
	}
	footer .footer-inner ul li{
		margin:0 0 10px;
	}
	footer .footer-bottom .logo{
		text-align:center;
		margin-bottom:20px;
	}
	footer .footer-bottom .copyright {
		text-align:center;
		margin-top:20px;
	}
}
#header-section .mobileheader1 svg{
	position: absolute;
    opacity: 0;
    visibility: hidden;
}
@media (max-width: 551px){
	.progress-wrap{
		bottom:50px;
	}
}
/*------------------- End Popup Password -----------------*/
html{	scroll-behavior: smooth;}
a:focus, a:hover {
    color: #000000;
    text-decoration: none;
}
@-webkit-keyframes sticky-menu{
	0% {
	-webkit-transform:translateY(-100%);
	        transform:translateY(-100%);
	}
	100% {
	-webkit-transform:translateY(0);
	        transform:translateY(0);
	}
}
@keyframes sticky-menu{
	0% {
	-webkit-transform:translateY(-100%);
	        transform:translateY(-100%);
	}
	100% {
	-webkit-transform:translateY(0);
	        transform:translateY(0);
	}
}
@-webkit-keyframes sticky-product{
	0% {
	-webkit-transform:translateY(-100%);
	        transform:translateY(-100%);
	}
	100% {
	-webkit-transform:translateY(0);
	        transform:translateY(0);
	}
}
@keyframes text-transform{
	0% {
		-webkit-transform:translateX(30px);
		        transform:translateX(30px);
	}
	15% {
		-webkit-transform:translateX(-25px);
		        transform:translateX(-25px);
	}
	30% {
		-webkit-transform:translateX(20px);
		        transform:translateX(20px);
	}
	45% {
		-webkit-transform:translateX(-15px);
		        transform:translateX(-15px);
	}
	60% {
		-webkit-transform:translateX(10px);
		        transform:translateX(10px);
	}
	75% {
		-webkit-transform:translateX(-5px);
		        transform:translateX(-5px);
	}
	90% {
		-webkit-transform:translateX(2px);
		        transform:translateX(2px);
	}
	100% {
		-webkit-transform:translateX(0px);
		        transform:translateX(0px);
	}
}
@-webkit-keyframes text-transform{
	0% {
		-webkit-transform:translateX(30px);
		        transform:translateX(30px);
	}
	15% {
		-webkit-transform:translateX(-25px);
		        transform:translateX(-25px);
	}
	30% {
		-webkit-transform:translateX(20px);
		        transform:translateX(20px);
	}
	45% {
		-webkit-transform:translateX(-15px);
		        transform:translateX(-15px);
	}
	60% {
		-webkit-transform:translateX(10px);
		        transform:translateX(10px);
	}
	75% {
		-webkit-transform:translateX(-5px);
		        transform:translateX(-5px);
	}
	90% {
		-webkit-transform:translateX(2px);
		        transform:translateX(2px);
	}
	100% {
		-webkit-transform:translateX(0px);
		        transform:translateX(0px);
	}
}
.img-border-radius{	border-radius:40px;}

.btn-default {
  color: #fff !important;
  border-radius: 0;
}
.btn-default:hover,main .homepage-slider .explore-demos .btn-default:hover {
  background: #333;
  color: #fff !important;
}
div#slider ul.slick-dots {
  display: none;
}
#slider .item-general {
  padding: 170px 0 100px;
}
#slider .item-slider-1 {
  background: #f2f3f5;
}
main .homepage-slider .content-1 .text-shopyfi h3 span {
  font-weight: 300;
  color: #7b920a;
}
main .homepage-slider .img-shopyfi {
  margin-right: 10px;
}
main .homepage-slider .explore-demos .btn-default,main .item .image .badges .hot {
  background: #7b920a;
}
.btn-default {
  border-radius: 50px;
}
.header-top .list-menu li a::before{
  display: none;
}
a:focus, a:hover,.header-top .list-menu li a:hover{
  color: #7b920a;
}
main .item .image .badges .hot {
  background: #7b920a;
  color: #fff;
}
main .item .image .badges-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mrn__prev-page-item img {
  width: 100%;
}
.mrn__feature-area.section-bg-1 {
  padding-bottom: 100px;
  background: #f7f7ef;
  padding-top: 100px;
}
h2.mrn__secondary-color {
  color: #444 !important;
  text-transform: uppercase;
  font-size: 32px;

}
.mrn__prev-page-item {
  -webkit-box-shadow: 0px 2px 43px 0px rgb(0 0 0 / 8%);
          box-shadow: 0px 2px 43px 0px rgb(0 0 0 / 8%);
  margin-bottom: 100px;
  margin-right: 30px;
  margin-left: 30px;
  -webkit-transition: .7s cubic-bezier(.26,.76,.3,.75);
  -o-transition: .7s cubic-bezier(.26,.76,.3,.75);
  transition: .7s cubic-bezier(.26,.76,.3,.75);
  position: relative;
  border-radius: 10px;
}
.mrn__prev-page-item img {
  width: 100%;
  border-radius: 10px;
}

.titl h2 {
  font-size: 50px;
  line-height: 45px;
  margin: 0 0 17px;
  font-weight: 500;
}
.titl p {
  color: #868686;
  font-size: 20px;
  margin-bottom: 10px;
}
.titl ul li {
  font-size: 20px;
  margin-bottom: 5px;
}
main .title-block h2 {
  font-size: 50px;
}
main .title-block {
  max-width: 800px;
  margin: 0;
  text-align: left !important;
  margin-bottom: 60px;
}
.pad-1 {
  padding-top: 100px;
}
.mrn__prev-page-item img {
  width: 100%;
  border: 8px solid #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 30px 9px -19px rgb(0 0 0 / 10%);
          box-shadow: 0px 30px 9px -19px rgb(0 0 0 / 10%);
}
main .content-homepage .content .image img,main .content-homepage .content .image {
  -webkit-box-shadow: 0px 2px 20px 0px rgb(0 0 0 / 15%);
          box-shadow: 0px 2px 20px 0px rgb(0 0 0 / 15%);
  border-radius: 3px;
  border: 8px solid #fff;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  -webkit-transition: all 2.5s ease-in-out;
  -o-transition: all 2.5s ease-in-out;
  transition: all 2.5s ease-in-out;
}
main .content-homepage .content .image:hover img {
  -o-object-position: bottom center;
     object-position: bottom center;
}
main .content-homepage .content .image {
  height: 450px;
  overflow: hidden;
  border-radius: 10px;
}
.t4s_counter {
    background: #fff;
    -webkit-box-shadow: 0 3px 16px rgb(226 226 226);
            box-shadow: 0 3px 16px rgb(226 226 226);
    padding: 30px 0 50px;
    border-radius: 5px;
    position: relative;
    z-index: 3;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 80px;
}
.t4s_btn_img_banner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 5;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.t4s_btn_img_banner >div{
  margin-top: 15px;
}


.t4s_Open_Store_Free:hover{
  background: #0dc1acc9;

}
.t4s_img_banner_item{
  margin-top: 60px;
  position: relative;

  
}
.t4s_img_position_EC{
  -webkit-box-shadow: 0 3px 10px rgb(215 215 215);
          box-shadow: 0 3px 10px rgb(215 215 215);
  top: 8%;
  max-width: 152px;
  left: -32%;
  width: 40%;
  z-index: 6;
  background: #fff;
  padding: 5px 5px;
  border-radius: 5px;
  
}
.t4s_item_review_wrap .flickity-page-dots{
  bottom: -35px;
}
.t4s_img_position_EC > img{
  max-width: 130px;
  width: 100%;
}
.t4s_img_position_sp{
  max-width: 188px;
  -webkit-box-shadow: 0 3px 10px rgb(215 215 215);
          box-shadow: 0 3px 10px rgb(215 215 215);
  top: 14%;
  z-index: 6;
  width: 45%;
  right: -33%;
  background: #fff;
  padding: 5px;
  border-radius: 5px;
}
.t4s_img_position_phone{
  bottom: 17%;
  right: -12%;
  z-index: 6;
}
.t4s_img_position_computer{
  bottom: 18.5%;
  left: -36%;
  z-index: 1;
  width: 70%;
  max-width: 520px;
}
.t4s_banner_img .t4s_position_1{
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 20px;
  top: 0%;
  left: 20%;
  
}
.t4s_banner_img .t4s_position_2{
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-height: 256px;
  height: 100%;
  top: 11.5%;
  left: 0;
}
.t4s_banner_img .t4s_position_4{
  display: none;
  max-width: 350px;
  width:100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: 10%;
  right: 0;
}
.t4s_img_banner_item .t4s_position_3{
  max-width: 50px;
  width: 100%;
  top: -4%;
  left: -9%;
}     
.t4s_img_banner_item .t4s_position_5{
  max-height: 80px;
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 44%;
  right: -19%;
}  
.service__section {
  position: relative;
} 
.t4s_counter {
  background: #fff;
  -webkit-box-shadow: 0 3px 16px rgb(226 226 226);
          box-shadow: 0 3px 16px rgb(226 226 226);
  padding: 30px 0 33px;
  border-radius: 5px;
  position: relative;
  z-index: 3;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0px;
}        
.t4s_computer_section{
  position: relative;
  z-index: 2;
}                                                                                                                                                                                                                                                                       
.t4s_item_counter{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding-top: 20px;
}
.img_counter_text{
  max-height: 105px;
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.position_ab{
  position: absolute;
}

.t4s_section_content{
  background: #f2f5f8;
  position: relative;
  padding-top: 0px;
  margin-top: -25px;
  padding-bottom: 60px;
}
.t4s_text_counter{
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  padding: 15px 0;
  margin-bottom: unset;
  line-height: 1.3em;
}
.t4s_number_counter{
  font-size: 14px;
  color: #0ec1ae;
  font-weight: 400;
  margin-bottom: unset;
  line-height: 1.4em;
}
.t4s_number_sub_title{
  font-size: 23px;
  color: #010101;
  font-weight: 600;
  text-align: center;
  line-height: 1.3em;
}
.t4s_number_sub_title > span {
  color: #0ec0ad;
}
.t4s_dis_prebuilt{
  width: 100%;
  font-size: 14px;
  position: relative;
  z-index: 6;
  line-height: 28px;
  color: #868686;
  font-weight: 400;
  margin-bottom: unset;
  text-align: center;
}
.img_counter_text {
  max-height: 70px;
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.t4s_text_counter {
  font-size: 19px;
  color: #000000;
  font-weight: 400;
  padding: 15px 0;
  margin-bottom: unset;
  line-height: 1.3em;
}
#slider .item-general {
  padding: 170px 0 45px;
}
#slider {
  margin-bottom: 100px;
  overflow: hidden;
  display: block;
  }
#slider .item-general {
  padding: 170px 0 0px;
}
.mw_1440 {
  max-width: 1395px;
  width: 100%;
}
.service__section {
  position: relative;
  margin-bottom: 100px;
}
.img_counter_text {
	max-height: 70px;
	height: 100%;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: 70px;
	margin: 0 auto;
}
.badges-title h3.big-title a {
  font-size: 16px;
  font-family: 'Outfit', sans-serif;
  color: #000;
  font-weight: 500;
  margin: 0;
}
.badges-title .badges span {
  border-radius: 10px;
  padding: 0 13px;
  margin-right: 12px;
  color: #000;
  font-size: 10px;
  letter-spacing: 1.5px;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
  text-transform: uppercase;
  background: #7b920a;
  color: #fff;
}
.badges-title h3.big-title a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #000;
  transition: all .3s ease;
}
.content.mr-b20 > div:hover h3.big-title a:before {
  width: 100%;
}
.badges-title h3.big-title a {
    font-size: 16px;
    font-family: 'Play';
    color: #000;
    font-weight: 700;
    margin: 0;
    overflow: hidden;
    display: block;
    position: relative;
}
.badges-title {
  display: flex;
  align-items: center;
  margin-top: 20px;
  text-align: center;
  justify-content: center;
}
.content.mr-b20 > div {
	margin-bottom: 40px;
}
.mrn__call-to-action-area.mrn__primary-bg svg {
  height: 20px;
  width: 20px;
  position: relative;
  top: 4px;
  fill: #7b920a;
}
.mrn__call-to-action-area.mrn__primary-bg ul li  {
  font-size: 25px;
  margin-bottom: 20px;
}
.mrn__call-to-action-area.mrn__primary-bg {
    background: linear-gradient(180deg, #fff7f2 0%, #FFFFFF 100%);
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
.mrn__feature-area.section-bg-1 {
  background: linear-gradient(180deg, #f7f7ef 0%, #FFFFFF 100%);
  padding-bottom: 5px;
}
.mrn__call-to-action-area h2 {
  font-size: 50px;
  margin-bottom: 30px;
}
.slider-demo.nxbr .title-block.text-center {
  text-align: center !important;
  margin: 0 auto;
  margin-bottom: 0;
}
.remove_href {
  cursor: text;
}
.content-slider {
	padding-left: 30px;
}
main .homepage-slider .content-2 .title-slider h2,.mrn__call-to-action-area h2 {
  color: transparent;
  -webkit-text-stroke-color: #000;
  -webkit-text-stroke-width: 2px;
}

main .title-block h2, main .homepage-slider .content-2 .title-slider h2, .titl h2, .mrn__call-to-action-area h2, .compatibe-apps .site-header h3 {
  /* color: transparent; */
  /* -webkit-text-stroke-color: #000; */
  /* -webkit-text-stroke-width: 2px; */
}
.othr_pag {
  background: linear-gradient(180deg, rgb(219, 1, 255)14 0%, #FFFFFF 100%);
}
.progress-wrap svg.progress-circle path {
  stroke: #7b920a;
}
.progress-wrap:hover::after {
  background: #7b920a;
  color: #ffff;
}
.mrn__call-to-action-area.mrn__primary-bg ul {
  list-style: none;
  padding: 0;
  margin: 0px 0 0;
  display: flex;
  justify-content: center;
}
.mrn__call-to-action-area.mrn__primary-bg ul li {
  font-size: 17px;
  margin-bottom: 20px;
  font-weight: 300;
  margin: 0 10px;
  margin-bottom: 30px;
}
.mrn__call-to-action-area.mrn__primary-bg a.btn.btn-default {
  padding: 5px 45px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.compatibe-apps .inner-container .inner {
  background: rgb(219, 1, 255)cf;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 35px 0 0;
  margin-top: -155px;
}
.compatibe-apps .inner-container .img-title .title h3 {
  color: #fff;
}
.compatibe-apps .inner-container .button .btn-default:hover {
  background: #000;
}
.compatibe-apps .site-header h3 {
    font-size: 50px;
    font-weight: bold;
    color: #7b920a;
}
main .title-block {
  max-width: 600px;
  margin: 0;
  text-align: center !important;
  margin-bottom: 60px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.progress-wrap:hover::after {
  background: #7b920a;
}
.progress-wrap:hover::after {
    background: #7b920a;
}
.btn-default span {
  text-transform: uppercase;
}
.titl h2 {
  font-size: 49px;
  line-height: 55px;
}

main .homepage-slider .content-2 .title-slider h2, .mrn__call-to-action-area h2 {
  color: #000;
  -webkit-text-stroke-color: #000;
  -webkit-text-stroke-width: 2px;
}
.img-slider {
    width: 60%;
}
#slider .item-slider-1 {
  background: rgb(219, 1, 255)14;
}
main .title-block h2 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    color: #7b920a;
}
.os-2-area p.description {
  margin-top: 25px;
}
.os-2-area.section-bg-1 {
  background: linear-gradient(180deg, rgb(219, 1, 255)14 0%, #FFFFFF 100%);
  padding: 100px;
  padding-bottom: 0;
}

.service-content ul li {
  width: 25%;
  padding: 10px;
  box-sizing: border-box;
  float: left;
  list-style: none;
  text-transform: capitalize;
}
.service-content {
  text-align: center;
  margin-top: 60px;
}
.service-content ul li .service_icon {
  width: 75px;
  height: 75px;
  margin: 0 auto 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 55px;
  background-color: transparent;
}
.service-content ul li span.text {
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  color: #000;
}
.service-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.os-2-area.section-bg-1 .title-block {
  max-width: 660px;
}
.service__section {
  position: relative;
  margin-bottom: 100px;
  margin-top: 100px;
}
.btn-default {
  border-radius: 5px;
  padding: 3px 55px;
}
.header-logo-moble, .header-logo img {
    max-width: 180px;
    width: 100%;
}
.service__section.team90degree_service_area {
  padding-bottom: 0;
  margin-bottom: 0;
}
.content-homepage {
  padding-top: 100px;
}

h1.hero__content--title.cd-headline.clip.is-full-width {
  color: #fff;
}
header .header-top, #header-section.fixed .header-top {
    padding: 20px 0;
    z-index: 10;
    background: #7b920a;
    box-shadow: none;
}
.nrb_btn::before {
  background: linear-gradient(
  90deg,
  #d4068f 4.77%,
  #fdff8d 30.33%,
  #86bd5e 50%,
  #2b79f6 70%,
  #d704ff 100%
);
  animation: AnimateBorder 4s ease infinite forwards;
  -webkit-animation: AnimateBorder 4s ease infinite forwards;
  -moz-animation: AnimateBorder 4s ease infinite;
  background-size: 300% 300%;
}
.nrb_btn::before {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 100%);
    left: -0.2rem;
    right: -0.2rem;
    top: -0.2rem;
    bottom: -0.2rem;
    z-index: -1;
    border-radius: 3rem;
}
.nrb_btn::after {
  position: absolute;
  content: "";
  background: #fff;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 3rem;
  transition: 0.25s ease-in-out;
}
.nrb_btn {
  position: relative;
  background: transparent !important;
}
.btn-default:focus {
  outline: none;
  box-shadow: none;
}
a:focus, a:hover, .header-top .list-menu li a:hover {
    color: #fdfdfdc9;
}
.header-top .list-menu li a {
  transition: .4s;
}

h1.hero__content--title {
    background: linear-gradient(-45deg, #fff, #eceeef 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
h1.hero__content--title.cd-headline.clip.is-full-width {
    font-family: "Play", sans-serif;
    font-size: 7rem;
    line-height: 8rem;
}
.hero__shape1 img {
  width: 50%;
}
.hero__shape1 {
  right: -131px;
}
.hero__banner.text-center {
    margin-top: 15px;
    padding-bottom: 0;
}
.hero__thumbnail--position2 {
  padding-bottom: 50px;
}
.hero__thumbnail--position4 {
  max-width: 390px;
  padding-bottom: 38px;
  padding-right: 80px;
}
.hero__thumbnail--position1 {
  top: -75px;
}
.hero__thumbnail--position3 {
  top: -25px;
}
.mobileheader1 {
  background: #000212;
  box-shadow: 0px 1px 8px 0px #242222ba;
  padding: 0;
  padding-bottom: 25px;
}
.mobileheader1 {
  display: none !important;
}
main .homepage-slider .content-2 .title-slider h2, .mrn__call-to-action-area h2 {
  -webkit-text-stroke-width: 0;
}
.compatibe-apps .inner-container .inner {
    background-color: #130f40;
    background-image: linear-gradient(315deg, #130f40 0%, #000000 74%);
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 36px 10px 20px;
    margin-top: -155px;
}

.mrn__call-to-action-area.mrn__primary-bg {
    background-image: linear-gradient(267deg, #7b920a 0%, #a8c323 74%);
    background-color: #7b920a;
}
.mrn__call-to-action-area h2.bacground_text {
    color: #fff;
}

.bacground_text {
    background: inherit;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: inherit;
}
.mrn__call-to-action-area.mrn__primary-bg ul li {
  color: #fff;
}
.mrn__call-to-action-area.mrn__primary-bg svg {
    fill: #fff;
}
.compatibe-apps .inner-container .img-title .title h3 span {
  font-size: 18px;
  font-weight: 400;
  font-family: 'Outfit', sans-serif;
}



.one__time__cost--inner table {
  width: 100%;
  border: 1px solid #232e3e;
}
.one__time__cost--section {
  background: #f3f5fa;
}
.one__time__cost--inner {
  background: var(--whiteColor);
  padding: 30px 20px 0;
  border-radius: 10px;
  box-shadow: 0px 0px 32px 0 rgba(7, 28, 31, 0.05);
}
@media only screen and (min-width: 576px) {
  .one__time__cost--inner {
    padding: 40px 40px 0;
  }
}
.one__time__cost table thead tr th {
  text-align: center;
  background: transparent;
  font-size: 18px;
  font-weight: 700;
  padding: 35px 10px;
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .one__time__cost table thead tr th {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .one__time__cost table thead tr th {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .one__time__cost table thead tr th {
    min-width: 155px;
  }
}
.one__time__cost table tbody tr td {
  padding: 25px 10px;
  font-size: 18px;
  text-align: center;
  border: 1px solid #232e3e;
  background: transparent;
  color: #ffffffeb;
}
.one__time__cost table tbody tr td:last-child {
  border-right: 0;
}
.one__time__cost table tbody tr td .mark_icon {
  font-size: 18px;
  margin-right: 5px;
position: relative;
top: 2px;
}
@media only screen and (min-width: 992px) {
  .one__time__cost table tbody tr td {
    font-size: 18px;
  }
}
.one__time__cost table tbody tr:nth-child(2n) td {
  background: rgb(255, 255, 255, 0.05);
}
.one__time__cost table tfoot tr th {
  text-align: center;
  border-right: 1px solid #f5f5f5;
  font-size: 18px;
  padding: 20px 10px;
}
@media only screen and (min-width: 768px) {
  .one__time__cost table tfoot tr th {
    font-size: 20px;
    padding: 20px 15px 20px;
  }
}
@media only screen and (min-width: 992px) {
  .one__time__cost table tfoot tr th {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .one__time__cost table tfoot tr th {
    font-size: 25px;
  }
}
.one__time__cost table tfoot tr th:last-child {
  border-right: 0;
}
.one__time__cost table tfoot tr th span.features__years {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  color: var(--secondaryColor);
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .one__time__cost table tfoot tr th span.features__years {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .one__time__cost table tfoot tr th span.features__years {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .one__time__cost table tfoot tr th span.features__years {
    font-size: 25px;
    line-height: 30px;
  }
}
.one__time__cost table tfoot tr th span.features__footer--desc {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  display: block;
}
@media only screen and (min-width: 768px) {
  .one__time__cost table tfoot tr th span.features__footer--desc {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .one__time__cost table tfoot tr th span.features__footer--desc {
    font-size: 18px;
    line-height: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .one__time__cost table tfoot tr th span.features__footer--desc {
    font-size: 18px;
}
}
.one__time__cost table tfoot tr th span.features__footer--desc {
  color: #fff;
  font-weight: 300 !important;
}
span.purchase__price {
background: var(--secondaryColor);
padding: 10px;
display: block;
border-radius: 5px;
}
.purchase__price > * {
  color: var(--whiteColor);
  display: block;
  font-size: 20px;
  font-weight: normal;
}
.purchase__price .price {
  font-size: 30px;
  font-weight: 700;
}
.one__time__cost--inner {
  background-image: linear-gradient(315deg, #130f40 0%, #000000 74%);
  color: #130f40;
  padding: 30px 20px 0;
  border-radius: 10px;
  box-shadow: 0px 0px 32px 0 rgba(7, 28, 31, 0.05);
  padding-bottom: 30px;
}
.one__time__cost table tbody tr td .mark_icon path {
  fill: #7b920a;
}
.one__time__cost table tfoot tr th {
  border-right: 1px solid #232e3e;

}
.one__time__cost table tfoot tr th span.features__years {
  font-size: 28px;
  line-height: 30px;
  font-weight: 600;
  color: #7b920a;
}
span.purchase__price {
    background: #7b920a;
    padding: 10px;
    display: block;
    border-radius: 5px;
    color: #fff;
}
.one__time__cost table tfoot tr th {
  color: #fff;
}
.os-2-area.section-bg-1 {
  padding: 0;
  padding-bottom: 0;
}

.slider-demo .marquee .inner img {
  border-radius: 10px;
}
.slider-demo  {
  background-color: #130f40;
  background-image: linear-gradient(315deg, #130f40 10%, #000000 60%);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}
.slider-demo {
  padding: 100px 0;
  padding-bottom: 50px;
}
.slider-demo h2.text-demo {
  color: #fff;
}
.slider-demo p.description {
  color: #ffffffe8;
}

.section__popup--inner {
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(15px);
  max-width: 88rem;
  margin: 0 auto;
  text-align: center;
  padding: 4rem 3rem;
  pointer-events: auto;
  border-radius: 4rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  height: 100%;
  width: 100%;
}
.content-homepage .content {
  justify-content: center;
}

.btn-default {
    color: #000 !important;
    font-weight: bold;
}
.btn-default:hover, main .homepage-slider .explore-demos .btn-default:hover {
    color: #88b44e !important;
}




































/* responsive css */

/* large desktop :1366px. */
@media (min-width: 1200px) and (max-width: 1600px) {

}

@media (min-width: 1199px) and (max-width: 1739px) {
  .compatibe-apps .inner-container .img-title .title h3 {
    font-size: 28px;
  }
  .img-slider {
  width: 50%;
  }
  h1.hero__content--title.cd-headline.clip.is-full-width {
    font-size: 5rem;
    line-height: 6rem;
  }
  .hero__thumbnail--position3 {
    max-width: 220px;
}
.hero__thumbnail--position1 {
  max-width: 240px;
}
.hero__shape1 img {
  width: 78%;
}
.hero__thumbnail--position2 {
  padding-bottom: 130px;
}
.hero__thumbnail--position4 {
  max-width: 298px;
  padding-bottom: 76px;
  padding-right: 0px;
}
.hero__shape1 {
  right: -50px;
  bottom: -56px;
}
.hero__thumbnail--position2 {
  padding-bottom: 100px;
}
.hero__thumbnail--position1 {
  top: 0px;
}


  
}


/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
  .compatibe-apps .inner-container .img-title .title h3 {
    font-size: 28px;
  }
  .img-slider {
  width: 42%;
  }
  .btn-default {
    border-radius: 5px;
    padding: 1px 30px;
}

h1.hero__content--title.cd-headline.clip.is-full-width {
  font-family: "Play", sans-serif;
  font-size: 41px;
  line-height: 45px;
}

.hero__content {
  padding-top: 0px;
  margin-bottom: 85px;
}
.hero__thumbnail--position4 {
  max-width: 220px;
  padding-bottom: 38px;
  padding-right: 0;
}
.hero__shape1 {
  right: -131px;
  bottom: -81px;
  max-width: 60%;
}
.hero__thumbnail--position1 {
  max-width: 200px;
}
.hero__thumbnail--position2 {
  padding-bottom: 110px;
  max-width: 230px;
}
.hero__shape1 img {
  width: 40%;
}
.service__section.team90degree_service_area .mw_1440 {
  max-width: 100%;
  width: 90%;
  margin: 0 auto;
}



}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  main .homepage-slider .content-2 .title-slider h2 {
    font-size: 30px;
    line-height: 40px;
}
.container {
  width: 90%;
}
.header-logo-moble, .header-logo img {
  max-width: 80px;
}
.navigation-mobile i {
  font-size: 21px;
  position: relative;
  top: 4px;
}
#slider .homepage-slider .img-slider {
  max-width: 55%;
}
main .title-block h2, .titl h2 {
  font-size: 30px;
}
.mrn__feature-area .titl {
  padding: 22px 32px;
}
.mrn__call-to-action-area.mrn__primary-bg ul li {
  font-size: 14px;
}
#policy, #features, #products, #mobile, #pages, #performance, .google-seo, .slider-demo, .compatibe-apps, .portfolio, .lookbook, .container-policy {
  display: block;
}
.pad-1 {
  padding-top: 50px;
  padding-bottom: 0;
  margin-bottom: 48px;
}
main .title-block .description {
  font-size: 16px;
}
.compatibe-apps {
  display: none;
}
.slider-demo.nxbr {
  margin-bottom: 40px;
}
.content-slider {
  padding-left: 0;
}
main .title-block h2 {
  line-height: 40px;
}
.hero__content--title.cd-headline {
  margin-bottom: 2rem;
  font-size: 4rem;
  line-height: 6.2rem;
  padding: 0 35px;
}
.hero__shape1 {
  display: none;
}
.mobileheader1 {
  display: block !important;
}
.pad-1 {
  padding-top: 90px;
}




}

/* small mobile :320px. */
@media (max-width: 767px) {
  .header-logo-moble, .header-logo img {
    max-width: 80px;
}
.navigation-mobile i {
  font-size: 21px;
  position: relative;
}
.slick-carousel img {
  max-width: 87%;
  height: auto;
  margin: 0 auto;
}
#slider .homepage-slider .content-slider {
  text-align: center;
}
main .homepage-slider .content-1 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  justify-content: center;
  flex-direction: column;
}
main .homepage-slider .content-1 .img-shopyfi {
  margin-bottom: 10px;
}
#slider .homepage-slider .img-slider {
  margin-bottom: 20px;
}
#slider .item-general {
  padding: 100px 0 0px;
}
#slider {
  margin-bottom: 60px;
}
.img_counter_text {
  max-height: 45px;
  width: 45px;
}
.service__section {
  margin-bottom: 50px;
}
main .content-homepage .content .image {
  padding: 0;
}
.content-homepage {
  margin: 0 0 20px;
}
.mrn__feature-area.section-bg-1 {
  padding-bottom: 5px;
}
.titl h2 {
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  margin-top: 30px;
}
.titl p {
  text-align: center;
}
.titl ul {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
.titl ul li {
  font-size: 20px;
  margin-bottom: 5px;
  color: #000;
}
.mrn__feature-area.section-bg-1 {
  padding-bottom: 5px;
  padding-top: 60px;
}
.content-homepage.pad-1 {
  padding-top: 25px;
}
.titl p {
  font-size: 16px;
}
.content-homepage.pad-1 {
  padding-top: 25px;
  padding-bottom: 0px;
  margin-bottom: 7px;
}
.mrn__call-to-action-area h2 {
  font-size: 30px;
}
.mrn__call-to-action-area.mrn__primary-bg ul {
  flex-direction: column;
}
.mrn__call-to-action-area.mrn__primary-bg ul li {
  font-size: 16px;
  margin-bottom: 5px;
}
.mrn__call-to-action-area.mrn__primary-bg a.btn.btn-default {
  margin-top: 25px;
}
.mrn__call-to-action-area.mrn__primary-bg ul li {
  font-size: 16px;
  margin-bottom: 15px;
}
.mrn__call-to-action-area.mrn__primary-bg {
  padding-top: 55px !important;
  padding-bottom: 60px !important;
}
.progress-wrap {
  right: 25px;
}
#policy, #features, #products, #mobile, #pages, #performance, .google-seo, .slider-demo, .compatibe-apps, .portfolio, .lookbook, .container-policy {
  display: block;
}
main .title-block h2 {
  font-size: 30px;
}
.slider-demo.nxbr p.description {
  margin-bottom: -5px;
}
.compatibe-apps {
  display: none;
}
.slider-demo.nxbr {
  padding-bottom: 0;
  margin-bottom: 0;
}
.content-slider {
  padding-left: 0;
}
.os-2-area.section-bg-1 {
  padding: 0 15px;
}
main .title-block h2 {
  line-height: 45px;
}
.os-2-area.section-bg-1 {
  padding-top: 50px;
}
.service-content ul li {
  width: 50%;
  padding: 20px;
  float: left;
  list-style: none;
  text-transform: capitalize;
}
.hero__content--title.cd-headline {
  font-weight: 700;
  font-size: 25px;
  line-height: 3.5rem;
  margin-bottom: 1.5rem;
}
.hero__section {
  padding-top: 11rem;
}
.service__section.team90degree_service_area {
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 60px;
}
.content-homepage {
  padding-top: 53px;
}
h1.hero__content--title.cd-headline.clip.is-full-width {
  font-family: "Play", sans-serif;
  font-size: 30px;
  line-height: 35px;
}
.btn-default {
  border-radius: 5px;
  padding: 2px 40px;
}
.hero__shape1 {
  display: none;
}
.mobileheader1 {
  display: block !important;
}




}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  h1.hero__content--title.cd-headline.clip.is-full-width {
    font-size: 45px;
    line-height: 55px;
}


}


































