/*--------------------------- Color variations ----------------------*/
/* Medium Layout: 1280px */
/* Tablet Layout: 768px */
/* Mobile Layout: 320px */
/* Wide Mobile Layout: 480px */
/* =================================== */
/*  Basic Style
/* =================================== */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');

@font-face {
  font-family: 'agrandir-wide';
  src: url(http://pangrampangram.com/cdn/shop/files/PPAgrandirWide-Variable.ttf?v=18072277193860103240);
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: 'agrandir-grand';
  src: url(http://pangrampangram.com/cdn/shop/files/PPAgrandirGrand-Variable.ttf?v=3995053532208611839);
  font-weight: 100 900;
  font-display: swap;
}

::-moz-selection {
  /* Code for Firefox */
  background-color: #1d5e21;
  color: #fff;
}

::selection {
  background-color: #1d5e21;
  color: #fff;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #777777;
  font-weight: 300;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #777777;
  opacity: 1;
  font-weight: 300;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #777777;
  opacity: 1;
  font-weight: 300;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #777777;
  font-weight: 300;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #777777;
  font-weight: 300;
}

body {
  color: #777777;
  font-family: "Nunito";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625em;
  position: relative;
}

body.blog {
  background: #f9f9ff;
}

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

select {
  display: block;
}

figure {
  margin: 0;
}

a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

iframe {
  border: 0;
}

a,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  text-decoration: none;
  outline: 0;
}

.card-panel {
  margin: 0;
  padding: 60px;
}

/**
 *  Typography
 *
 **/
.btn i,
.btn-large i,
.btn-floating i,
.btn-large i,
.btn-flat i {
  font-size: 1em;
  line-height: inherit;
}

.gray-bg {
  background: #f9f9ff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald";
  color: #000000;
  line-height: 1.2em;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0;
  margin-top: 0;
  font-family: "Oswald";
  font-weight: 600;
  color: #000000;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 16px;
}

h6,
.h6 {
  font-size: 14px;
  color: #000000;
}

td,
th {
  border-radius: 0px;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clear::before,
.clear::after {
  content: " ";
  display: table;
}

.clear::after {
  clear: both;
}

.fz-11 {
  font-size: 11px;
}

.fz-12 {
  font-size: 12px;
}

.fz-13 {
  font-size: 13px;
}

.fz-14 {
  font-size: 14px;
}

.fz-15 {
  font-size: 15px;
}

.fz-16 {
  font-size: 16px;
}

.fz-18 {
  font-size: 18px;
}

.fz-30 {
  font-size: 30px;
}

.fz-48 {
  font-size: 48px !important;
}

.fw100 {
  font-weight: 100;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400 !important;
}

.fw500 {
  font-weight: 500;
}

.f700 {
  font-weight: 700;
}

.fsi {
  font-style: italic;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-150 {
  margin-top: 150px;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-15 {
  margin-right: 15px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-0 {
  margin-bottom: 0px;
}

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

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-170 {
  padding-top: 170px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pr-30 {
  padding-right: 30px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-90 {
  padding-left: 90px;
}

.p-40 {
  padding: 40px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.text-italic {
  font-style: italic;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #000;
}

.transition {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.section-full {
  padding: 100px 0;
}

.section-half {
  padding: 75px 0;
}

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

.text-left {
  text-align: left;
}

.text-rigth {
  text-align: right;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-grow {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.flex-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.flex-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.flex-top {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.flex-bottom {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.space-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}

.flex-column {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.display-table {
  display: table;
}

.light {
  color: #fff;
}

.dark {
  color: #000000;
}

.relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.bg-overlay {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover;
}

.bg-overlay::after {
  background-color: rgba(0, 0, 0, 0.61);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.bg-overlay2 {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover;
}

.bg-overlay2::after {
  background-color: rgba(0, 0, 0, 0.745);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.container.fullwidth {
  width: 100%;
}

.container.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.no-padding {
  padding: 0;
}

.section-bg {
  background: #f9fafc;
}

@media (max-width: 767px) {
  .no-flex-xs {
    display: block !important;
  }
}

.row.no-margin {
  margin-left: 0;
  margin-right: 0;
}

.section-gap {
  padding: 150px 0;
}

@media (max-width: 991px) {
  .section-gap {
    padding: 60px 0;
  }
}

.section-gap-top {
  padding-top: 125px;
}

@media (max-width: 991px) {
  .section-gap-top {
    padding-top: 60px;
  }
}

.section-gap-bottom {
  padding-bottom: 125px;
}

@media (max-width: 991px) {
  .section-gap-bottom {
    padding-bottom: 60px;
  }
}

.section-mini-gap-top {
  padding-top: 64px;
}

@media (max-width: 991px) {
  .section-mini-gap-top {
    padding-top: 28px;
  }
}

.section-mini-gap-bottom {
  padding-bottom: 64px;
}

@media (max-width: 991px) {
  .section-mini-gap-bottom {
    padding-bottom: 28px;
  }
}


.section-title {
  padding-bottom: 95px;
  text-align: center;
}

@media (max-width: 991px) {
  .section-title {
    padding-bottom: 40px;
  }
}

.section-title h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.section-title p {
  font-size: 16px;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .section-title p br {
    display: none;
  }
}

.primary-btn {
  background-color: #1d5e21;
  line-height: 47px;
  padding: 0 35px;
  border: none;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  text-transform: capitalize;
  position: relative;
}

.primary-btn:focus {
  outline: none;
}

.primary-btn span {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
  right: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.primary-btn:hover {
  color: #1d5e21;
  background-color: transparent;
  border-color: #1d5e21;
}

.primary-btn.white {
  border: 1px solid #fff;
  color: #000000;
  background: #fff;
}

.primary-btn.white span {
  color: #fff;
}

.primary-btn.white:hover {
  background: #1d5e21;
  color: #fff;
  border: 1px solid #1d5e21;
}

.primary-btn.white:hover span {
  color: #1d5e21;
}

.primary-btn.offwhite {
  background: #f9f9ff;
  color: #000000;
}

.button {
  pointer-events: auto;
  cursor: pointer;
  background: #e7e7e7;
  border: none;
  padding: 1rem 2rem;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  position: relative;
  display: inline-block;
  color: #fff;
  box-shadow: rgba(1, 188, 4, 0.35) 0px 30px 60px -12px, rgba(14, 167, 0, 0.5) 0px 18px 36px -18px;
}

.button::before,
.button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.button--mimas {
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-weight: 400;
  font-size: 0.5rem;
  border-radius: 0.95rem;
  overflow: hidden;
  color: #ffffff;
  background: #0f301171;
}

.button--mimas span {
  position: relative;
  mix-blend-mode: difference;
  color: #ffffff;
}

.button--mimas::before {
  content: '';
  background: #ffffff;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.button--mimas:hover::before {
  transform: translate3d(100%, 0, 0);
  color: #000;
}

.button--telesto {
  overflow: hidden;
  font-family: "Oswald";
  font-weight: 400;
  font-size: 1.1rem;
  text-transform: uppercase;
  border-radius: 1rem;
  color: #fff;
  letter-spacing: 2px;
  background: #61c524;
}

.button--telesto span {
  display: block;
  position: relative;
  z-index: 1;
}

.button--telesto>span {
  overflow: hidden;
  mix-blend-mode: normal;
}

.button--telesto:hover>span>span {
  animation: MoveRightInitial 0.1s forwards, MoveRightEnd 0.3s forwards 0.2s;
}

@keyframes MoveRightInitial {
  to {
    transform: translate3d(105%, 0, 0);
  }
}

@keyframes MoveRightEnd {
  from {
    transform: translate3d(-100%, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.button--telesto::before,
.button--telesto::after {
  content: '';
  background: hsla(124, 52%, 12%, 0.648);
}

.button--telesto::before {
  width: 135%;
  -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0% 0%);
  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0% 0%);
  transform: translate3d(-100%, 0, 0);
}

.button--telesto:hover::before {
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

.button--telesto::after {
  width: 105%;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

.button--telesto:hover::after {
  transform: translate3d(0, 0, 0);
  transition: transform 0.01s 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

.button--narvi {
  font-weight: 400;
  font-family: "Oswald";
  background: none;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3.2px;
  padding: 20px 22px;
}

.button--narvi::before {
  content: '';
  z-index: -1;
  background: #b8850e3c;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 85% 70%, 80% 70%, 75% 70%, 0 70%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 85% 70%, 80% 70%, 75% 70%, 0 70%);
  transition: clip-path 0.3s cubic-bezier(0.7, 0, 0.2, 1), -webkit-clip-path 0.3s cubic-bezier(0.7, 0, 0.2, 1), transform 0.3s ease;
}

.button--narvi:hover::before {
  transform: translate3d(0, -10px, 0);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 85% 70%, 86% 100%, 75% 70%, 0 70%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 85% 70%, 86% 100%, 75% 70%, 0 70%);
}

.button--narvi span {
  display: block;
  position: relative;
}

.button--narvi>span {
  transition: transform 0.3s;
  transform: translate3d(0, -10px, 0);
  z-index: 1;
  overflow: hidden;
}

.button--narvi:hover>span {
  transform: translate3d(0, -20px, 0);
}

.button--narvi:hover>span>span {
  animation: MoveUpInitial 0.13s forwards, MoveUpEnd 0.13s forwards 0.13s;
}

@keyframes MoveUpInitial {
  to {
    transform: translate3d(0, -105%, 0);
  }
}

@keyframes MoveUpEnd {
  from {
    transform: translate3d(0, 100%, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}




.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.sample-text-area {
  background: #fff;
  padding: 100px 0 70px 0;
}

.text-heading {
  margin-bottom: 30px;
  font-size: 24px;
}

b,
sup,
sub,
u,
del {
  color: #1d5e21;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5em;
}

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  color: #777777;
}

.button-area {
  background: #fff;
}

.button-area .border-top-generic {
  padding: 70px 15px;
  border-top: 1px dotted #eee;
}

.button-group-area .genric-btn {
  margin-right: 10px;
  margin-top: 10px;
}

.button-group-area .genric-btn:last-child {
  margin-right: 0;
}

.genric-btn {
  display: inline-block;
  outline: none;
  line-height: 40px;
  padding: 0 30px;
  font-size: .8em;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.genric-btn:focus {
  outline: none;
}

.genric-btn.e-large {
  padding: 0 40px;
  line-height: 50px;
}

.genric-btn.large {
  line-height: 45px;
}

.genric-btn.medium {
  line-height: 30px;
}

.genric-btn.small {
  line-height: 25px;
}

.genric-btn.radius {
  border-radius: 3px;
}

.genric-btn.circle {
  border-radius: 20px;
}

.genric-btn.arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.genric-btn.arrow span {
  margin-left: 10px;
}

.genric-btn.default {
  color: #000000;
  background: #f9f9ff;
  border: 1px solid transparent;
}

.genric-btn.default:hover {
  border: 1px solid #f9f9ff;
  background: #fff;
}

.genric-btn.default-border {
  border: 1px solid #f9f9ff;
  background: #fff;
}

.genric-btn.default-border:hover {
  color: #000000;
  background: #f9f9ff;
  border: 1px solid transparent;
}

.genric-btn.primary {
  color: #fff;
  background: #1d5e21;
  border: 1px solid transparent;
}

.genric-btn.primary:hover {
  color: #1d5e21;
  border: 1px solid #1d5e21;
  background: #fff;
}

.genric-btn.primary-border {
  color: #1d5e21;
  border: 1px solid #1d5e21;
  background: #fff;
}

.genric-btn.primary-border:hover {
  color: #fff;
  background: #1d5e21;
  border: 1px solid transparent;
}

.genric-btn.success {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

.genric-btn.success:hover {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

.genric-btn.success-border {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

.genric-btn.success-border:hover {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

.genric-btn.info {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

.genric-btn.info:hover {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

.genric-btn.info-border {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

.genric-btn.info-border:hover {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

.genric-btn.warning {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

.genric-btn.warning:hover {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

.genric-btn.warning-border {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

.genric-btn.warning-border:hover {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

.genric-btn.danger {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

.genric-btn.danger:hover {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

.genric-btn.danger-border {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

.genric-btn.danger-border:hover {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

.genric-btn.link {
  color: #000000;
  background: #f9f9ff;
  text-decoration: underline;
  border: 1px solid transparent;
}

.genric-btn.link:hover {
  color: #000000;
  border: 1px solid #f9f9ff;
  background: #fff;
}

.genric-btn.link-border {
  color: #000000;
  border: 1px solid #f9f9ff;
  background: #fff;
  text-decoration: underline;
}

.genric-btn.link-border:hover {
  color: #000000;
  background: #f9f9ff;
  border: 1px solid transparent;
}

.genric-btn.disable {
  color: #222222, 0.3;
  background: #f9f9ff;
  border: 1px solid transparent;
  cursor: not-allowed;
}

.generic-blockquote {
  padding: 30px 50px 30px 30px;
  background: #f9f9ff;
  border-left: 2px solid #1d5e21;
}

.progress-table-wrap {
  overflow-x: scroll;
}

.progress-table {
  background: #f9f9ff;
  padding: 15px 0px 30px 0px;
  min-width: 800px;
}

.progress-table .serial {
  width: 11.83%;
  padding-left: 30px;
}

.progress-table .country {
  width: 28.07%;
}

.progress-table .visit {
  width: 19.74%;
}

.progress-table .percentage {
  width: 40.36%;
  padding-right: 50px;
}

.progress-table .table-head {
  display: flex;
}

.progress-table .table-head .serial,
.progress-table .table-head .country,
.progress-table .table-head .visit,
.progress-table .table-head .percentage {
  color: #000000;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500;
}

.progress-table .table-row {
  padding: 15px 0;
  border-top: 1px solid #edf3fd;
  display: flex;
}

.progress-table .table-row .serial,
.progress-table .table-row .country,
.progress-table .table-row .visit,
.progress-table .table-row .percentage {
  display: flex;
  align-items: center;
}

.progress-table .table-row .country img {
  margin-right: 15px;
}

.progress-table .table-row .percentage .progress {
  width: 80%;
  border-radius: 0px;
  background: transparent;
}

.progress-table .table-row .percentage .progress .progress-bar {
  height: 5px;
  line-height: 5px;
}

.progress-table .table-row .percentage .progress .progress-bar.color-1 {
  background-color: #6382e6;
}

.progress-table .table-row .percentage .progress .progress-bar.color-2 {
  background-color: #e66686;
}

.progress-table .table-row .percentage .progress .progress-bar.color-3 {
  background-color: #f09359;
}

.progress-table .table-row .percentage .progress .progress-bar.color-4 {
  background-color: #73fbaf;
}

.progress-table .table-row .percentage .progress .progress-bar.color-5 {
  background-color: #73fbaf;
}

.progress-table .table-row .percentage .progress .progress-bar.color-6 {
  background-color: #6382e6;
}

.progress-table .table-row .percentage .progress .progress-bar.color-7 {
  background-color: #a367e7;
}

.progress-table .table-row .percentage .progress .progress-bar.color-8 {
  background-color: #e66686;
}

.single-gallery-image {
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px;
}

.list-style {
  width: 14px;
  height: 14px;
}

.unordered-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.82em !important;
}

.unordered-list li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid #1d5e21;
  background: #fff;
  top: 4px;
  left: 0;
  border-radius: 50%;
}

.ordered-list {
  margin-left: 30px;
}

.ordered-list li {
  list-style-type: decimal-leading-zero;
  color: #1d5e21;
  font-weight: 500;
  line-height: 1.82em !important;
}

.ordered-list li span {
  font-weight: 300;
  color: #777777;
}

.ordered-list-alpha li {
  margin-left: 30px;
  list-style-type: lower-alpha;
  color: #1d5e21;
  font-weight: 500;
  line-height: 1.82em !important;
}

.ordered-list-alpha li span {
  font-weight: 300;
  color: #777777;
}

.ordered-list-roman li {
  margin-left: 30px;
  list-style-type: lower-roman;
  color: #1d5e21;
  font-weight: 500;
  line-height: 1.82em !important;
}

.ordered-list-roman li span {
  font-weight: 300;
  color: #777777;
}

.single-input {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input:focus {
  outline: none;
}

.input-group-icon {
  position: relative;
}

.input-group-icon .icon {
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 40px;
  z-index: 3;
}

.input-group-icon .icon i {
  color: #797979;
}

.input-group-icon .single-input {
  padding-left: 45px;
}

.single-textarea {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
  height: 100px;
  resize: none;
}

.single-textarea:focus {
  outline: none;
}

.single-input-primary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input-primary:focus {
  outline: none;
  border: 1px solid #1d5e21;
}

.single-input-accent {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input-accent:focus {
  outline: none;
  border: 1px solid #eb6b55;
}

.single-input-secondary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input-secondary:focus {
  outline: none;
  border: 1px solid #f09359;
}

.default-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.default-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.default-switch input+label {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #1d5e21;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.default-switch input:checked+label {
  left: 19px;
}

.primary-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.primary-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.primary-switch input+label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.primary-switch input+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.primary-switch input+label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.primary-switch input:checked+label:after {
  left: 19px;
}

.primary-switch input:checked+label:before {
  background: #1d5e21;
}

.confirm-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.confirm-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.confirm-switch input+label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.confirm-switch input+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

.confirm-switch input+label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.confirm-switch input:checked+label:after {
  left: 19px;
}

.confirm-switch input:checked+label:before {
  background: #4cd3e3;
}

.primary-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.primary-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.primary-checkbox input+label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.primary-checkbox input:checked+label {
  background: url(../img/elements/primary-check.png) no-repeat center center/cover;
  border: none;
}

.confirm-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.confirm-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.confirm-checkbox input+label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.confirm-checkbox input:checked+label {
  background: url(../img/elements/success-check.png) no-repeat center center/cover;
  border: none;
}

.disabled-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.disabled-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.disabled-checkbox input+label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.disabled-checkbox input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

.disabled-checkbox input:checked+label {
  background: url(../img/elements/disabled-check.png) no-repeat center center/cover;
  border: none;
}

.primary-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.primary-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.primary-radio input+label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.primary-radio input:checked+label {
  background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
  border: none;
}

.confirm-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.confirm-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.confirm-radio input+label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.confirm-radio input:checked+label {
  background: url(../img/elements/success-radio.png) no-repeat center center/cover;
  border: none;
}

.disabled-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.disabled-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.disabled-radio input+label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.disabled-radio input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

.disabled-radio input:checked+label {
  background: url(../img/elements/disabled-radio.png) no-repeat center center/cover;
  border: none;
}

.default-select {
  height: 40px;
}

.default-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 20px;
  padding-right: 40px;
}

.default-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

.default-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 20px;
}

.default-select .nice-select .list .option.selected {
  color: #1d5e21;
  background: transparent;
}

.default-select .nice-select .list .option:hover {
  color: #1d5e21;
  background: transparent;
}

.default-select .current {
  margin-right: 50px;
  font-weight: 300;
}

.default-select .nice-select::after {
  right: 20px;
}

.form-select {
  height: 40px;
  width: 100%;
}

.form-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 45px;
  padding-right: 40px;
  width: 100%;
}

.form-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

.form-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 45px;
}

.form-select .nice-select .list .option.selected {
  color: #1d5e21;
  background: transparent;
}

.form-select .nice-select .list .option:hover {
  color: #1d5e21;
  background: transparent;
}

.form-select .current {
  margin-right: 50px;
  font-weight: 300;
}

.form-select .nice-select::after {
  right: 20px;
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 13px 0px 13px 0;
  position: fixed;
  left: 0;
  top: 3.5rem;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background: rgba(255, 255, 255, 0.575);
}

#header hr {
  border-color: rgba(255, 255, 255, 0.3);
  margin-top: 5px;
}

@media (max-width: 767px) {
  #header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    background: rgba(255, 255, 255, 0.509);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
}

@media (max-width: 1024px) {
  #header {
    background: rgba(255, 255, 255, 0.509);
  }
}

#header.header-scrolled {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.25s;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.25s;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 8px 0px 8px 0;
}

@media (max-width: 673px) {
  #logo {
    margin-left: 20px;
  }
}

.menu-has-children ul li a {
  padding: 4px 10px !important;
  text-transform: uppercase !important;
}

#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #1d5e21;
}

#header #logo img {
  padding: 0;
  margin: 0;
  height: 48px;
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
  }

  #header #logo img {
    max-height: 52px;
    margin-left: -16px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu>li {
  float: left;
}

.nav-menu li:hover>ul,
.nav-menu li.sfHover>ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
  text-align: left;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  margin: 0;
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 6px 10px;
  text-decoration: none;
  display: inline-block;
  color: #1d5e21;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  outline: none;
  font-family: "Oswald";
}

.nav-menu a:hover {
  color: #272727;
}

.nav-menu>li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 14px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.menu-has-children ul li a {
  padding: 4px 10px !important;
  text-transform: uppercase !important;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 12px;
  text-transform: none;
}

.nav-menu ul li:hover>a {
  color: #1d5e21;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 24px;
  z-index: 999;
  top: 16px;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #1d5e21;
  font-weight: 900;
}

@media (max-width: 960px) {
  #mobile-nav-toggle {
    display: inline;
  }

  #nav-menu-container {
    display: none;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #1d5e21;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #1d5e21;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

.home-banner-area {
  background: #fff;
  background-image: url(../img/hero/hero-bg.png);
  background-position: center;
  background-size: 100%;
}

@media (max-width: 1024px) {
  .home-banner-area {
    margin-top: 66px;
    background: #fff;
  }
}

.home-banner-area.banner-area .about-content {
  padding: 150px 0px;
  text-align: center;
  background: transparent;
  width: 100%;
  left: 0;
}

.home-banner-area.banner-area .about-content .box {
  background: #46dbb7;
  padding: 10px 25px;
}

.home-banner-area.banner-area .about-content a {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}

.home-banner-area.banner-area .about-content .lnr {
  margin: 0px 10px;
  font-weight: 600;
  position: relative;
  top: 2px;
}

@media (max-width: 576px) {
  .home-banner-area .header-right {
    margin-top: 0px;
  }
}

.home-banner-area .owl-nav,
.condition-area .owl-nav,
.event-area .owl-nav {
  right: 3.75%;
  position: absolute;
  z-index: 3;
  bottom: -12.5px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media (max-width: 1024px) {

  .home-banner-area .owl-nav,
  .condition-area .owl-nav,
  .event-area .owl-nav {
    display: none;
  }
}

.home-banner-area .owl-nav .owl-prev,
.condition-area .owl-nav .owl-prev,
.event-area .owl-nav .owl-prev {
  margin-bottom: 34px;
}

.home-banner-area .owl-nav .lnr-arrow-up,
.home-banner-area .owl-nav .lnr-arrow-down,
.condition-area .owl-nav .lnr-arrow-up,
.condition-area .owl-nav .lnr-arrow-down,
.event-area .owl-nav .lnr-arrow-up,
.event-area .owl-nav .lnr-arrow-down {
  padding: 22px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #fff;
  color: #000000;
  box-shadow: 0px 10px 30px 0 rgba(153, 153, 153, 0.2);
}

.home-banner-area .owl-nav .lnr-arrow-up:hover,
.home-banner-area .owl-nav .lnr-arrow-down:hover,
.condition-area .owl-nav .lnr-arrow-up:hover,
.condition-area .owl-nav .lnr-arrow-down:hover,
.event-area .owl-nav .lnr-arrow-up:hover,
.event-area .owl-nav .lnr-arrow-down:hover {
  background: #1d5e21;
  color: #ffffff;
}

.home-banner-area .owl-nav .lnr-arrow-down,
.condition-area .owl-nav .lnr-arrow-down,
.event-area .owl-nav .lnr-arrow-down {
  box-shadow: 0px 10px 30px 0 rgba(153, 153, 153, 0.2);
  color: #1d5e21;
}

@media (max-width: 767px) {
  .fullscreen {
    height: 100% !important;
  }
}

.home-banner-area .hero-icons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.home-banner-area .hero-icons img {
  position: absolute;
  z-index: 1;
}

.home-banner-area .hero-icons .img-one {
  right: 8%;
  top: 22%;
  height: 168px;
}

.home-banner-area .hero-icons .img-two {
  right: 5%;
  bottom: 44%;
}

.home-banner-area .hero-icons .img-three {
  top: 20%;
  left: 7%;
}

.home-banner-area .hero-icons .img-four {
  bottom: 10%;
  left: 11%;
}

.home-banner-area .hero-icons .img-five {
  left: 17%;
  top: 38%;
}

.home-banner-area .hero-icons .img-six {
  left: 3%;
  bottom: 26%;
}

.home-banner-area .hero-icons .img-seven {
  right: 32%;
  bottom: 48%;

}

/* ANIMATION REGISTER */
/* ----- KEYFRAMES----- */

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}


/* Rotate Me */

@keyframes rotate-me {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg)
  }
}

@keyframes float-x {
  0% {
    transform: translateX(-20px)
  }

  50% {
    transform: translateX(-10px)
  }

  100% {
    transform: translateX(-20px)
  }
}

@keyframes float-y {
  0% {
    transform: translateY(-20px)
  }

  50% {
    transform: translateY(-5px)
  }

  100% {
    transform: translateY(-20px)
  }
}

@keyframes zoom-fade {
  0% {
    transform: scale(0.9)
  }

  50% {
    transform: scale(1)
  }

  100% {
    transform: scale(0.9)
  }
}

@keyframes sticky {
  0% {
    top: -200px;
  }

  100% {
    top: 0;
  }
}


.animate-rotate-me {
  animation-name: rotate-me;
  animation-duration: 24s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.animate-float-x {
  animation-name: float-x;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.animate-float-y {
  animation-name: float-y;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.animate-float-yy {
  animation-name: float-y;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.animate-float-yyy {
  animation-name: float-y;
  animation-duration: 2.5s;
  transition-delay: .5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.animate-float-yyyy {
  animation-name: float-y;
  animation-duration: 2.5s;
  transition-delay: .5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.animate-fade {
  animation-name: zoom-fade;
  animation-duration: 12s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.wow {
  visibility: hidden;
}


.header-right {
  position: relative;
  padding-right: 0px;
}

@media (max-width: 576px) {
  .header-right {
    margin-top: 30px;
    padding-right: 15px;
  }
}

.header-right img {
  object-fit: cover;
  object-position: center;
  height: 696px;
  min-width: 900px;
}

@media (max-width:767px) {
  .header-right img {
    object-fit: cover;
    object-position: center;
    height: 24em;
    min-width: 100%;
  }
}

.header-right .form-wrap {
  width: 54%;
  background: rgba(255, 255, 255, 0.3);
  padding: 40px;
  position: absolute;
  top: 50%;
  left: 100px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

@media (max-width: 1440px) {
  .header-right .form-wrap {
    width: 74%;
  }
}

@media (max-width: 1170px) {
  .header-right .form-wrap {
    left: 5%;
    width: 93%;
  }
}

@media (max-width: 991px) {
  .header-right .form-wrap .primary-btn {
    padding: 0 12px;
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .header-right .form-wrap .primary-btn {
    margin-top: 10px;
  }
}

.header-right .form-control {
  font-size: 14px;
  padding: 0.575rem 0.75rem;
}

.header-right iframe {
  border: 4.5px solid #ffffffe4;
  border-radius: 1.2rem;
  height: 32em;
  margin-top: 7.5rem;
  width: 75%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media (max-width: 767px) {
  .header-right iframe {
    border: 5px solid #ffffffe4;
    border-radius: 1.2rem;
    height: 20em;
    margin-top: 2.5rem;
    width: 98%;
  }
}
.donation-input .form-group {
  position: relative;
  margin-bottom: 0;
}

.donation-input .form-group ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #000000;
  font-size: 18px;
  font-weight: 500;
}

.donation-input .form-group :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000000;
  opacity: 1;
  font-size: 18px;
  font-weight: 500;
}

.donation-input .form-group ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000000;
  opacity: 1;
  font-size: 18px;
  font-weight: 500;
}

.donation-input .form-group :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000000;
  font-size: 18px;
  font-weight: 500;
}

.donation-input .form-group ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000000;
  font-size: 18px;
  font-weight: 500;
}

.donation-input .form-group ::placeholder {
  /* Most modern browsers support this now. */
  color: #000000;
  font-size: 18px;
  font-weight: 500;
}

.donation-input .form-group .form-control {
  height: 50px;
  line-height: 50px;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  padding-right: 70px;
  border-radius: 0px;
  border: 1px solid transparent;
}

.donation-input .form-group .form-control:focus {
  box-shadow: none;
  outline: none;
  border: 1px solid #1d5e21;
}

.donation-input .form-group span {
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  top: 13px;
  right: 20px;
}

.header-left {
  padding-left: 12.5%;
  padding-right: 48px;
}

@media (max-width: 1920px) {
  .header-left {
    padding-left: 20.75%;
  }
}

@media (max-width: 1840px) {
  .header-left {
    padding-left: 17.75%;
  }
}

@media (max-width: 1720px) {
  .header-left {
    padding-left: 15.25%;
  }
}

@media (max-width: 1560px) {
  .header-left {
    padding-left: 12.5%;
  }
}

@media (max-width: 1440px) {
  .header-left {
    padding-left: 9%;
  }
}

@media (max-width: 1300px) {
  .header-left {
    padding-left: 5%;
  }
}

@media (max-width: 767px) {
  .header-left {
    margin-bottom: 10px;
    margin-top: 44px;
  }
}

.header-left h1 {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -.15px;
}

@media (max-width: 767px) {
  .header-left h1 {
    margin-top: 28px;
  }
}

.header-left h1 span {
  color: #1d5e21;
  font-weight: 600;
  font-size: 32px;
  letter-spacing: -.25px;
}

@media (max-width: 991px) {
  .header-left h1 {
    font-size: 26px;
  }
}

.header-left p {
  font-size: 19px;
  line-height: 1.25;
  font-weight: 700;
  color: #5d5d5d;
}

@media (max-width: 767px) {
  .header-left a {
    margin-top: 24px;
  }
}


.header-left .vdo-section img {
  cursor: pointer;
}


.header-left .image-box {
  position: absolute;
  top: 34px;
  right: -14px;
  display: inline-block;
  flex: 0 0 55px;
}

@media (max-width: 768px) {
  .header-left .image-box {
    position: absolute;
    top: -22px;
    right: 38px;
    display: inline-block;
    flex: 0 0 55px;

  }
}

.header-left .image-box img {
  transition: all 1.6s ease;
  opacity: 0.2;
  max-height: 108px;
}

.header-left .image-box img:hover {
  transform: rotateY(360deg);
}


.header-left .image-box2 {
  position: absolute;
  bottom: -232px;
  right: 124px;
  display: inline-block;
  flex: 0 0 55px;
}

@media (max-width: 768px) {
  .header-left .image-box2 {
    position: absolute;
    bottom: -132px;
    left: 54px;
    display: inline-block;
    flex: 0 0 55px;
  }
}

.header-left .image-box2 img {
  transition: all 1.6s ease;
  opacity: 0.2;
  max-height: 108px;
  filter: blur(2px);
}

.header-left .image-box2 img:hover {
  transform: rotateY(360deg);
}


.header-left .image-box3 {
  position: absolute;
  bottom: -12px;
  right: -154px;
  display: inline-block;
  flex: 0 0 55px;
}

@media (max-width: 768px) {
  .header-left .image-box3 {
    position: absolute;
    bottom: 38px;
    right: 64px;
    display: inline-block;
    flex: 0 0 55px;
  }
}

.header-left .image-box3 img {
  transition: all 1.6s ease;
  opacity: 0.2;
  filter: blur(3px);
  max-height: 108px;
}

.header-left .image-box3 img:hover {
  transform: rotateY(360deg);
}


.header-left .image-box4 {
  position: absolute;
  top: -14px;
  left: 64px;
  display: inline-block;
  flex: 0 0 55px;
}

@media (max-width: 768px) {
  .header-left .image-box4 {
    position: absolute;
    top: 124px;
    right: 1px;
    display: inline-block;
    flex: 0 0 55px;
  }
}

.header-left .image-box4 img {
  transition: all 1.6s ease;
  opacity: 0.2;
  max-height: 68px;
  filter: blur(4.5px);
}

.header-left .image-box4 img:hover {
  transform: rotateY(360deg);
}


.brand-area .owl-brand .item {
  text-align: center;
  max-width: 66%;
  min-height: 65%;
}

@media (max-width: 768px) {
  .brand-area .owl-brand .item {
    max-width: 375px;
    margin-left: 35%;
    margin-right: 35%;
  }
}

.brand-area .owl-brand .item img {
  width: auto;
  text-align: center;
  display: block;
  margin: auto;
  line-height: 70px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .5;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

@media (max-width: 768px) {
  .brand-area .owl-brand .item img {
    min-width: 194px;
    margin-left: -40px;
  }
}

.brand-area .owl-brand .item:hover img {
  opacity: 1;
  transform: scale(1.15);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}


.collection-area {
  background: #f9f9ff;
}

@media (max-width: 767px) {
  .collection-area .text {
    margin-bottom: 30px;
  }
}

.collection-area .text h2 {
  font-size: 38px;
  letter-spacing: 0.75px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 35px;
}

@media (max-width: 576px) {
  .collection-area .text h2 {
    font-size: 30px;
    line-height: 1.15;
    margin-bottom: 15px;
  }
}

@media (max-width: 991.98px) {
  .collection-area .text h2 br {
    display: none;
  }
}

.collection-area .text h2 p {
  margin-bottom: 0;
}

.collection-box {
  background: #fff;
  padding: 24px 32px 66px;
  border-radius: 20px;
  margin-bottom: 30px;
  border: 1px solid transparent;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 768px) {
  .collection-box {
    margin-left: 20px;
    margin-bottom: 18px;
    border: 1px solid transparent;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}

.collection-box h3 {
  font-size: 22px;
  font-family: "Nunito";
  font-weight: 700;
  letter-spacing: 1.4;
  line-height: 135%;
}

.collection-box i {
  display: block;
  font-size: 24px;
  margin-bottom: 30px;
}

.collection-box p {
  margin-bottom: 0;
}

.collection-box:hover {
  cursor: pointer;
  box-shadow: rgba(32, 24, 78, 0.15) 0px 36px 88px 0px;
  margin-top: -20px;
}

.collection-box .iso-card {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.collection-box .iso-card img {
  position: relative;
  right: -50.5%;
  top: 44%;
  height: 98px;
  font-size: 9rem;
  line-height: 0;
  opacity: .4;
  color: rgb(210, 210, 210);
  z-index: 0;
}

@media (max-width: 768px) {
  .collection-box .iso-card img {
    position: relative;
    right: -50.5%;
    top: 44%;
    height: 102px;
    font-size: 9rem;
    line-height: 0;
    opacity: .4;
    color: rgb(210, 210, 210);
    z-index: 0;
  }

}


.condition-area .owl-carousel .owl-nav {
  right: -28px;
}

.condition-area .owl-carousel .owl-nav .lnr-arrow-down {
  box-shadow: none;
  color: #000000;
}

.condition-area .owl-carousel .owl-nav .lnr-arrow-down:hover {
  color: #fff;
}

.condition-area .owl-carousel .owl-nav .lnr-arrow-up {
  box-shadow: 0px 10px 30px 0 rgba(153, 153, 153, 0.2);
  color: #46dbb7;
}

.condition-area .owl-carousel .owl-nav .lnr-arrow-up:hover {
  color: #fff;
}

@media (max-width: 991px) {
  .condition-right {
    margin-top: 40px;
  }
}

.condition-right h2 {
  font-size: 36px;
  line-height: 1.25;
  margin-bottom: 35px;
}

@media (max-width: 576px) {
  .condition-right h2 {
    font-size: 30px;
    line-height: 1.15;
    margin-bottom: 20px;
  }
}

.condition-right ul {
  list-style: none;
  padding: 0;
  margin-top: 35px;
}

@media (max-width: 767px) {
  .condition-right ul {
    margin-bottom: 0;
  }
}

.condition-right li {
  padding-left: 21px;
}

.condition-right li:before {
  content: "\e87a";
  font-family: 'Linearicons-Free';
  display: inline-block;
  margin-left: -22px;
  width: 28px;
  font-weight: 600;
  color: #46dbb7;
}




.gr-1 {
  background-image: linear-gradient(170deg, #01E4F8 0%, #1D3EDE 100%);
}

.gr-2 {
  background-image: linear-gradient(170deg, #B4EC51 0%, #429321 100%);
}

.gr-3 {
  background-image: linear-gradient(170deg, #C86DD7 0%, #3023AE 100%);
}

* {
  transition: .5s;
}

.whole-wrap {
  background-color: #fff;
}

.generic-banner {
  background-color: #1d5e21;
  text-align: center;
}

.generic-banner .height {
  height: 600px;
}

@media (max-width: 767.98px) {
  .generic-banner .height {
    height: 400px;
  }
}

.generic-banner .generic-banner-content h2 {
  line-height: 1.2em;
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  .generic-banner .generic-banner-content h2 br {
    display: none;
  }
}

.generic-banner .generic-banner-content p {
  text-align: center;
  font-size: 16px;
}

@media (max-width: 991.98px) {
  .generic-banner .generic-banner-content p br {
    display: none;
  }
}

.generic-content h1 {
  font-weight: 600;
}

.about-generic-area {
  background: #f9f9ff;
}

.about-generic-area p {
  margin-bottom: 20px;
}

.white-bg {
  background: #fff;
}

.section-top-border {
  padding: 70px 0;
  border-top: 1px dotted #eee;
}

/*============ End Blog Single Styles  =============*/
.footer-area {
  background-color: #2a441a;
}

h6 {
  color: #fff;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 991px) {
  h6 {
    margin-bottom: 15px;
  }
}

.copy-right-text i,
.copy-right-text a {
  color: #ffffff;
}

.footer-text {
  padding-top: 20px;
  margin-bottom: 0;
  justify-content: center;
}

.footer-text a,
.footer-text i {
  color: #ebebeb;
}

.footer-text a:hover,
.footer-text i:hover {
  color: #1d5e21;
}

.address_bar {
  display: inline-block;
  background: #f0f0f0;
  z-index: 99;
  height: 3.5rem;
  align-items: start;
  padding: 14px 0 14px 0;
}

@media (max-width: 767px) {
  .address_bar {
    display: none;
  }
}

.address_bar a {
  color: #444444;
  font-size: 20px;
  font-weight: 600;
}

.address_bar a:hover {
  color: #00a524;
}


/* :: 5.0 Hero Area CSS */

.hero-area {
  position: relative;
  z-index: 1;
}

.hero-area .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 100;
  bottom: 30px;
  right: 0px;
  left: 0px;
}

.hero-area .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background-color: #d2d2d2;
  border-radius: 50%;
  margin: 0 6px;
}

.hero-area .owl-dots .owl-dot.active {
  background-color: #19ca2b;
}

.hero-area .owl-prev,
.hero-area .owl-next {
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  top: 50%;
  margin-top: -23px;
  font-size: 18px;
  color: #ffffff;
  background-color: #2b4022b0;
  left: 20px;
  text-align: center;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  line-height: 46px;
  opacity: 0;
  visibility: hidden;
}

@media only screen and (max-width: 767px) {

  .hero-area .owl-prev,
  .hero-area .owl-next {
    left: 10px;
  }
}

.hero-area .owl-prev:hover,
.hero-area .owl-next:hover {
  background-color: rgba(25, 202, 43, 0.707);
  color: #ffffff;
}

.hero-area .owl-next {
  left: auto;
  right: 20px;
}

@media only screen and (max-width: 767px) {
  .hero-area .owl-next {
    right: 10px;
  }
}

.hero-area:hover .owl-next,
.hero-area:hover .owl-prev {
  opacity: 1;
  visibility: visible;
}

.single-slide {
  position: relative;
  z-index: 99;
  width: 100%;
  height: 512px;
  background-color: #ffffff;
  overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-slide {
    height: 400px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-slide {
    height: 400px;
  }
}

@media only screen and (max-height: 667px) {
  .single-slide {
    height: 572px;
  }
}

@media only screen and (max-width: 678px) {
  .single-slide {
    height: 676px;
  }
}

.single-slide .slide-bg-img {
  position: absolute;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: -12;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-animation: slide-bg linear 5700ms infinite;
  animation: slide-bg linear 5700ms infinite;
}

.single-slide .slide-bg-img .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -12;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
  -webkit-animation: slide-bg linear 5700ms infinite;
  animation: slide-bg linear 5700ms infinite;
}

.single-slide .slide-du-indicator {
  position: absolute;
  z-index: 10;
  width: 0;
  height: 3px;
  background-color: #00B228;
  left: 0;
  bottom: 0;
  /*
  -webkit-animation: slide-du-indicator linear 7700ms infinite;
  animation: slide-du-indicator linear 7700ms infinite;
  */
}

.single-slide .img {
  position: relative;
  z-index: 1;
}

.single-slide .welcome-text {
  position: relative;
  z-index: 1;
  margin-top: 36px;
}

.single-slide .welcome-text h2 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 56px;
}

.single-slide .welcome-text h2 span {
  color: #00B228;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-slide .welcome-text h2 {
    font-size: 48px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-slide .welcome-text h2 {
    font-size: 42px;
  }
}

@media only screen and (max-width: 767px) {
  .single-slide .welcome-text h2 {
    font-size: 20px;
  }
}

.single-slide .welcome-text h6 {
  font-size: 24px;
  font-family: "Nunito";
  color: #ffffff;
  letter-spacing: .5px;
  font-weight: 700;
  line-height: 135%;
  margin-top: 36px;
}

.single-slide .welcome-text p {
  font-size: 15px;
  font-weight: 400;
  font-family: "Nunito";
  color: hsla(0, 0%, 100%, 0.8);
  line-height: 125%;
  letter-spacing: .65px;
  margin-bottom: 64px;
}


@media (max-width: 768px) {
  .single-slide .welcome-text p {
    font-size: 12px;
    margin-top: 20px;
  }
}

.single-slide .welcome-text a {
  color: #ffffff;
}

.single-slide .welcome-text a i {
  font-size: 16px;
  margin-left: 6px;
}


.single-slide .welcome-text .news-attribute p {
  font-size: 14px;
  font-family: "Nunito";
  color: hsla(0, 0%, 100%, 0.55);
  font-weight: 400;
  line-height: 125%;
  margin-top: -6px;
  margin-bottom: 44px;
}

@media (max-width: 768px) {
  .single-slide .welcome-text .news-attribute p {
    font-size: 9.5px;
    margin-top: 6px;
    margin-bottom: 18px;
  }
}

.single-slide .welcome-text .news-attribute p i {
  font-size: 15px;
  color: #ffd90081;
  margin: 0 12px 6px 0;
}

@media (max-width: 768px) {
  .single-slide .welcome-text .news-attribute p i {
    font-size: 10px;
    margin: 0 4px 6px 0;
  }
}

@-webkit-keyframes slide-du-indicator {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes slide-du-indicator {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes slide-bg {
  0% {
    -webkit-transform: scale(1.85);
    transform: scale(1.85);
  }

  100% {
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
  }
}

@keyframes slide-bg {
  0% {
    -webkit-transform: scale(1.85);
    transform: scale(1.85);
  }

  100% {
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
  }
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes slide1 {

  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(8px, 0);
    -webkit-transform: translate(8px, 0);
    -moz-transform: translate(8px, 0);
    -ms-transform: translate(8px, 0);
    -o-transform: translate(8px, 0);
  }
}


.safe-industery-area .safe-caption-right .safe-alert-box .safe-alert img {
  margin-bottom: 20px;
}

.safe-industery-area .safe-caption-right .safe-alert-box .safe-alert h4 {
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 15px;
  font-size: 32px;
}

.safe-industery-area .safe-caption-right .safe-alert-box .safe-alert p {
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
  font-family: "Nunito";

}


.berita-area {
  position: relative;
  width: 100%;
  height: 512px;
  z-index: 1;
}

.berita-area .item-transform {
  width: 100%;
  height: 512px;
}

.berita-area .item-transform img {
  justify-content: center;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.berita-area .slide-progress {
  width: 0;
  max-width: 100%;
  height: 4px;
  background: #19ca2b;
}

.berita-area .slide-progress-main {
  float: none;
  bottom: 4px;
  width: 100%
}

.berita-area .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 100;
  bottom: 32px;
  right: 0px;
  left: 0px;
}

.berita-area .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background-color: #d2d2d2;
  border-radius: 50%;
  margin: 0 6px;
}

.berita-area .owl-dots .owl-dot.active {
  background-color: #19ca2b;
}


/*PRELOADING------------ */

#overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 7100;
  background: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.loader {
  z-index: 7700;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.prising_area {
  position: relative;
  z-index: 0;
  padding: 6em 3em;
  background: rgb(29, 29, 29);
}

@media (min-width: 768px) {
  .site-section {
    padding: 6em 3em;
  }
}

@media (max-width: 767px) {
  .site-section {
    padding: 2em 0.5em;
  }
}

.cardi .card {
  position: relative;
  width: 300px;
  height: 200px;
  background: linear-gradient(-45deg, #f89b29 0%, #ff0f7b 100%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.cardi .card svg {
  width: 48px;
  fill: #333;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.cardi .card:hover {
  transform: rotate(-5deg) scale(1.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.cardi .card__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  background-color: #fff;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.cardi .card:hover .card__content {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 1;
}

.cardi .card__title {
  margin: 0;
  font-size: 24px;
  color: #333;
  font-weight: 700;
}

.cardi .card__description {
  margin: 10px 0 0;
  font-size: 14px;
  color: #777;
  line-height: 1.4;
}

.cardi .card:hover svg {
  scale: 0;
  transform: rotate(-45deg);
}

.animated-cards .card {
  position: relative;
  width: 350px;
  aspect-ratio: 4/3;
  background-color: #f2f2f2;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  perspective: 1000px;
  box-shadow: 0 0 0 5px #ffffff80;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.animated-cards .card svg {
  width: 48px;
  fill: #333;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.animated-cards .card__image {
  width: 100%;
  height: 100%;
}

.animated-cards .card:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(255, 255, 255, 0.2);
}

.animated-cards .card__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  background-color: #f2f2f2;
  transform: rotateX(-90deg);
  transform-origin: bottom;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.animated-cards .card:hover .card__content {
  transform: rotateX(0deg);
}

.animated-cards .card__title {
  margin: 0;
  font-size: 20px;
  color: #333;
  font-weight: 700;
}

.animated-cards .card:hover svg {
  scale: 0;
}

.animated-cards .card__description {
  margin: 10px 0 10px;
  font-size: 12px;
  color: #777;
  line-height: 1.4;
}

.animated-cards .card__button {
  padding: 10px;
  border-radius: 8px;
  background: #777;
  border: none;
  color: white;
}

.animated-cards .secondary {
  background: transparent;
  color: #777;
  border: 1px solid #777;
}

main.table {
  width: 40.95vw;
  height: 27vw;
  background-color: #fff5;
  margin-top: 7.75em;
  backdrop-filter: blur(7px);
  border-radius: .8rem;
  overflow: hidden;
}

@media (max-width: 1146px) {
  main.table {
    width: 49.5vw;
    height: 35vw;
    background-color: #fff5;
    margin-top: 9.05em;
    backdrop-filter: blur(7px);
    border-radius: .8rem;
    overflow: hidden;
  }
}

@media (max-width: 667px) {
  main.table {
    width: 80.5vw;
    height: 52vw;
    background-color: #fff5;
    margin-top: 4.6em;
    backdrop-filter: blur(7px);
    border-radius: .8rem;
    overflow: hidden;
  }
}

.table__header {
  width: 100%;
  height: 8%;
  background-color: rgba(255, 255, 255, 0.267);
  padding: 1.5rem 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.table__header h3 {
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0.75px;
  color: #000;
}

@media (max-width: 1146px) {
  .table__header h3 {
    font-size: 1.4rem;
  }
}

@media (max-width: 667px) {
  .table__header h3 {
    font-size: 0.8rem;
  }
}

.table__header p {
  font-weight: 400;
  font-size: .85rem;
  letter-spacing: 0.15px;
  color: #000;
  text-align: end;
}

@media (max-width: 1146px) {
  .table__header p {
    font-size: .75rem;
    color: #000;
  }
}

@media (max-width: 667px) {
  .table__header p {
    font-size: .65rem;
    color: #000;
  }
}

.table__header .input-group {
  width: 35%;
  height: 100%;
  background-color: #fff5;
  padding: 0 .8rem;
  border-radius: 2rem;

  display: flex;
  justify-content: center;
  align-items: center;

  transition: .2s;
}

.table__header .input-group:hover {
  width: 45%;
  background-color: #fff8;
  box-shadow: 0 .1rem .4rem #0002;
}

.table__header .input-group img {
  width: 1.2rem;
  height: 1.2rem;
}

.table__header .input-group input {
  width: 100%;
  padding: 0 .5rem 0 .3rem;
  background-color: transparent;
  border: none;
  outline: none;
}

.table__body {
  width: 96%;
  max-height: calc(90% - 1.6rem);
  background-color: #fffb;
  font-size: 0.9rem;
  margin: .8rem auto;
  border-radius: .8rem;
  color: #000000cf;
  overflow: auto;
  overflow: overlay;
}

@media (max-width: 1146px) {
  .table__body {
    font-size: 0.85rem;
  }
}

@media (max-width: 667px) {
  .table__body {
    border-radius: .65rem;
  }
}

.table__body::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}

.table__body::-webkit-scrollbar-thumb {
  border-radius: .5rem;
  background-color: #0004;
  visibility: hidden;
}

.table__body:hover::-webkit-scrollbar-thumb {
  visibility: visible;
}

table {
  width: 100%;
  /* background: url(../img/banner/slide-3.png); */

}

td img {
  width: 26px;
  height: 26px;
  margin-right: .5rem;
  border-radius: 50%;
  vertical-align: middle;
}

table,
th,
td {
  border-collapse: collapse;
  padding: .55rem 1.25rem !important;
  text-align: left;
  line-height: 1.25;
}

@media (max-width: 1146px) {

  table,
  th,
  td {
    padding: 0.5rem .25rem !important;
  }
}

@media (max-width: 667px) {

  table,
  th,
  td {
    /* display: block; */
    table-layout: fixed;
    border-collapse: collapse;
    padding: 0.35rem .35rem !important;
  }

  table .absorbing-column {
    width: 42%;
  }
}

thead th {
  position: sticky;
  top: 0;
  left: 0;
  color: #000;
  background-color: #bce7a7fe;
  cursor: pointer;
  text-transform: capitalize;
}

tbody tr:nth-child(even) {
  background-color: #0000000b;
}

tbody tr {
  --delay: .1s;
  transition: .5s ease-in-out var(--delay), background-color 0s;
}

tbody tr.hide {
  opacity: 0;
  transform: translateX(100%);
}

tbody tr:hover {
  background-color: #fff6 !important;
}

tbody tr td,
tbody tr td p,
tbody tr td img {
  transition: .2s ease-in-out;
}

tbody tr.hide td,
tbody tr.hide td p {
  padding: 0;
  font: 0 / 0 sans-serif;
  transition: .2s ease-in-out .5s;
}

tbody tr.hide td img {
  width: 0;
  height: 0;
  transition: .2s ease-in-out .5s;
}

.status {
  padding: .4rem 0;
  border-radius: 2rem;
  text-align: center;
}

.status.delivered {
  background-color: #86e49d;
  color: #006b21;
}

.status.cancelled {
  background-color: #d893a3;
  color: #b30021;
}

.status.pending {
  background-color: #ebc474;
}

.status.shipped {
  background-color: #6fcaea;
}


@media (max-width: 1000px) {
  td:not(:first-of-type) {
    min-width: 12.1rem;
  }
}

thead th span.icon-arrow {
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  border: 1.4px solid transparent;

  text-align: center;
  font-size: 1rem;
  margin-left: .5rem;
  transition: .2s ease-in-out;
}

thead th:hover span.icon-arrow {
  border: 1.4px solid #6bbd00;
}

thead th:hover {
  color: #6bbd00;
}

thead th.active span.icon-arrow {
  background-color: #6bbd00;
  color: #fff;
}

thead th.asc span.icon-arrow {
  transform: rotate(180deg);
}

thead th.active,
tbody td.active {
  color: #6bbd00;
}

.export__file {
  position: relative;
}

.export__file .export__file-btn {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: #fff6 url(../img/elements/primary-check.png) center / 80% no-repeat;
  border-radius: 50%;
  transition: .2s ease-in-out;
}

.export__file .export__file-btn:hover {
  background-color: #fff;
  transform: scale(1.15);
  cursor: pointer;
}

.export__file input {
  display: none;
}

.export__file .export__file-options {
  position: absolute;
  right: 0;

  width: 12rem;
  border-radius: .5rem;
  overflow: hidden;
  text-align: center;

  opacity: 0;
  transform: scale(.8);
  transform-origin: top right;

  box-shadow: 0 .2rem .5rem #0004;

  transition: .2s;
}

.export__file input:checked+.export__file-options {
  opacity: 1;
  transform: scale(1);
  z-index: 100;
}

.export__file .export__file-options label {
  display: block;
  width: 100%;
  padding: .6rem 0;
  background-color: #f2f2f2;

  display: flex;
  justify-content: space-around;
  align-items: center;

  transition: .2s ease-in-out;
}

.export__file .export__file-options label:first-of-type {
  padding: 1rem 0;
  background-color: #86e49d !important;
}

.export__file .export__file-options label:hover {
  transform: scale(1.05);
  background-color: #fff;
  cursor: pointer;
}

.export__file .export__file-options img {
  width: 2rem;
  height: auto;
}


/*# sourceMappingURL=main.css.map */