@charset "UTF-8";
/*--------------------------- Color variations ----------------------*/
/* Medium Layout: 1280px */
/* Tablet Layout: 768px */
/* Mobile Layout: 320px */
/* Wide Mobile Layout: 480px */
/* =================================== */
/*  Basic Style 
/* =================================== */
/* line 5, ../scss/theme/_reset.scss */
::-moz-selection {
  /* Code for Firefox */
  background-color: #6cbb23;
  color: #fff;
}

/* line 9, ../scss/theme/_reset.scss */
::selection {
  background-color: #6cbb23;
  color: #fff;
}

/* line 13, ../scss/theme/_reset.scss */
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #000;
  font-weight: 300;
}

/* line 17, ../scss/theme/_reset.scss */
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
  opacity: 1;
  font-weight: 300;
}

/* line 22, ../scss/theme/_reset.scss */
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
  opacity: 1;
  font-weight: 300;
}

/* line 27, ../scss/theme/_reset.scss */
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
  font-weight: 300;
}

/* line 31, ../scss/theme/_reset.scss */
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
  font-weight: 300;
}

/* line 35, ../scss/theme/_reset.scss */
body {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  position: relative;
}

/* line 43, ../scss/theme/_reset.scss */
ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 48, ../scss/theme/_reset.scss */
select {
  display: block;
}

/* line 51, ../scss/theme/_reset.scss */
figure {
  margin: 0;
}

/* line 55, ../scss/theme/_reset.scss */
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;
}

/* line 59, ../scss/theme/_reset.scss */
iframe {
  border: 0;
}

/* line 63, ../scss/theme/_reset.scss */
a, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
  color: #000000;
}

/* line 68, ../scss/theme/_reset.scss */
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  text-decoration: none;
  outline: 0;
}

/* line 78, ../scss/theme/_reset.scss */
.card-panel {
  margin: 0;
  padding: 60px;
}

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

/* line 90, ../scss/theme/_reset.scss */
.gray-bg {
  background: #f9f9ff;
}

/* line 94, ../scss/theme/_reset.scss */
h1, h2, h3,
h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  color: #222222;
  line-height: 1.5em;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 500;
}

/* line 103, ../scss/theme/_reset.scss */
.h1, .h2, .h3,
.h4, .h5, .h6 {
  margin-bottom: 0;
  margin-top: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #222222;
}

/* line 112, ../scss/theme/_reset.scss */
h1, .h1 {
  font-size: 36px;
}

/* line 113, ../scss/theme/_reset.scss */
h2, .h2 {
  font-size: 30px;
}

/* line 114, ../scss/theme/_reset.scss */
h3, .h3 {
  font-size: 24px;
}

/* line 115, ../scss/theme/_reset.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 116, ../scss/theme/_reset.scss */
h5, .h5 {
  font-size: 16px;
}

/* line 117, ../scss/theme/_reset.scss */
h6, .h6 {
  font-size: 14px;
  color: #222222;
}

/* line 119, ../scss/theme/_reset.scss */
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.
 */
/* line 132, ../scss/theme/_reset.scss */
.clear::before, .clear::after {
  content: " ";
  display: table;
}
/* line 137, ../scss/theme/_reset.scss */
.clear::after {
  clear: both;
}

/* line 144, ../scss/theme/_reset.scss */
.fz-11 {
  font-size: 11px;
}

/* line 145, ../scss/theme/_reset.scss */
.fz-12 {
  font-size: 12px;
}

/* line 146, ../scss/theme/_reset.scss */
.fz-13 {
  font-size: 13px;
}

/* line 147, ../scss/theme/_reset.scss */
.fz-14 {
  font-size: 14px;
}

/* line 148, ../scss/theme/_reset.scss */
.fz-15 {
  font-size: 15px;
}

/* line 149, ../scss/theme/_reset.scss */
.fz-16 {
  font-size: 16px;
}

/* line 150, ../scss/theme/_reset.scss */
.fz-18 {
  font-size: 18px;
}

/* line 151, ../scss/theme/_reset.scss */
.fz-30 {
  font-size: 30px;
}

/* line 152, ../scss/theme/_reset.scss */
.fz-48 {
  font-size: 48px !important;
}

/* line 153, ../scss/theme/_reset.scss */
.fw100 {
  font-weight: 100;
}

/* line 154, ../scss/theme/_reset.scss */
.fw300 {
  font-weight: 300;
}

/* line 155, ../scss/theme/_reset.scss */
.fw400 {
  font-weight: 400 !important;
}

/* line 156, ../scss/theme/_reset.scss */
.fw500 {
  font-weight: 500;
}

/* line 157, ../scss/theme/_reset.scss */
.f700 {
  font-weight: 700;
}

/* line 158, ../scss/theme/_reset.scss */
.fsi {
  font-style: italic;
}

/* line 160, ../scss/theme/_reset.scss */
.mt-10 {
  margin-top: 10px;
}

/* line 161, ../scss/theme/_reset.scss */
.mt-15 {
  margin-top: 15px;
}

/* line 162, ../scss/theme/_reset.scss */
.mt-20 {
  margin-top: 20px;
}

/* line 163, ../scss/theme/_reset.scss */
.mt-25 {
  margin-top: 25px;
}

/* line 164, ../scss/theme/_reset.scss */
.mt-30 {
  margin-top: 30px;
}

/* line 165, ../scss/theme/_reset.scss */
.mt-35 {
  margin-top: 35px;
}

/* line 166, ../scss/theme/_reset.scss */
.mt-40 {
  margin-top: 40px;
}

/* line 167, ../scss/theme/_reset.scss */
.mt-50 {
  margin-top: 50px;
}

/* line 168, ../scss/theme/_reset.scss */
.mt-60 {
  margin-top: 60px;
}

/* line 169, ../scss/theme/_reset.scss */
.mt-70 {
  margin-top: 70px;
}

/* line 170, ../scss/theme/_reset.scss */
.mt-80 {
  margin-top: 80px;
}

/* line 171, ../scss/theme/_reset.scss */
.mt-100 {
  margin-top: 100px;
}

/* line 172, ../scss/theme/_reset.scss */
.mt-120 {
  margin-top: 120px;
}

/* line 173, ../scss/theme/_reset.scss */
.mt-150 {
  margin-top: 150px;
}

/* line 175, ../scss/theme/_reset.scss */
.ml-0 {
  margin-left: 0 !important;
}

/* line 176, ../scss/theme/_reset.scss */
.ml-5 {
  margin-left: 5px !important;
}

/* line 177, ../scss/theme/_reset.scss */
.ml-10 {
  margin-left: 10px;
}

/* line 178, ../scss/theme/_reset.scss */
.ml-15 {
  margin-left: 15px;
}

/* line 179, ../scss/theme/_reset.scss */
.ml-20 {
  margin-left: 20px;
}

/* line 180, ../scss/theme/_reset.scss */
.ml-30 {
  margin-left: 30px;
}

/* line 181, ../scss/theme/_reset.scss */
.ml-50 {
  margin-left: 50px;
}

/* line 183, ../scss/theme/_reset.scss */
.mr-0 {
  margin-right: 0 !important;
}

/* line 184, ../scss/theme/_reset.scss */
.mr-5 {
  margin-right: 5px !important;
}

/* line 185, ../scss/theme/_reset.scss */
.mr-15 {
  margin-right: 15px;
}

/* line 186, ../scss/theme/_reset.scss */
.mr-10 {
  margin-right: 10px;
}

/* line 187, ../scss/theme/_reset.scss */
.mr-20 {
  margin-right: 20px;
}

/* line 188, ../scss/theme/_reset.scss */
.mr-30 {
  margin-right: 30px;
}

/* line 189, ../scss/theme/_reset.scss */
.mr-50 {
  margin-right: 50px;
}

/* line 191, ../scss/theme/_reset.scss */
.mb-0 {
  margin-bottom: 0px;
}

/* line 192, ../scss/theme/_reset.scss */
.mb-0-i {
  margin-bottom: 0px !important;
}

/* line 193, ../scss/theme/_reset.scss */
.mb-5 {
  margin-bottom: 5px;
}

/* line 194, ../scss/theme/_reset.scss */
.mb-10 {
  margin-bottom: 10px;
}

/* line 195, ../scss/theme/_reset.scss */
.mb-15 {
  margin-bottom: 15px;
}

/* line 196, ../scss/theme/_reset.scss */
.mb-20 {
  margin-bottom: 20px;
}

/* line 197, ../scss/theme/_reset.scss */
.mb-25 {
  margin-bottom: 25px;
}

/* line 198, ../scss/theme/_reset.scss */
.mb-30 {
  margin-bottom: 30px;
}

/* line 199, ../scss/theme/_reset.scss */
.mb-40 {
  margin-bottom: 40px;
}

/* line 200, ../scss/theme/_reset.scss */
.mb-50 {
  margin-bottom: 50px;
}

/* line 201, ../scss/theme/_reset.scss */
.mb-60 {
  margin-bottom: 60px;
}

/* line 202, ../scss/theme/_reset.scss */
.mb-70 {
  margin-bottom: 70px;
}

/* line 203, ../scss/theme/_reset.scss */
.mb-80 {
  margin-bottom: 80px;
}

/* line 204, ../scss/theme/_reset.scss */
.mb-90 {
  margin-bottom: 90px;
}

/* line 205, ../scss/theme/_reset.scss */
.mb-100 {
  margin-bottom: 100px;
}

/* line 207, ../scss/theme/_reset.scss */
.pt-0 {
  padding-top: 0px;
}

/* line 208, ../scss/theme/_reset.scss */
.pt-10 {
  padding-top: 10px;
}

/* line 209, ../scss/theme/_reset.scss */
.pt-15 {
  padding-top: 15px;
}

/* line 210, ../scss/theme/_reset.scss */
.pt-20 {
  padding-top: 20px;
}

/* line 211, ../scss/theme/_reset.scss */
.pt-25 {
  padding-top: 25px;
}

/* line 212, ../scss/theme/_reset.scss */
.pt-30 {
  padding-top: 30px;
}

/* line 213, ../scss/theme/_reset.scss */
.pt-40 {
  padding-top: 40px;
}

/* line 214, ../scss/theme/_reset.scss */
.pt-50 {
  padding-top: 50px;
}

/* line 215, ../scss/theme/_reset.scss */
.pt-60 {
  padding-top: 60px;
}

/* line 216, ../scss/theme/_reset.scss */
.pt-70 {
  padding-top: 70px;
}

/* line 217, ../scss/theme/_reset.scss */
.pt-80 {
  padding-top: 80px;
}

/* line 218, ../scss/theme/_reset.scss */
.pt-90 {
  padding-top: 90px;
}

/* line 219, ../scss/theme/_reset.scss */
.pt-100 {
  padding-top: 100px;
}

/* line 220, ../scss/theme/_reset.scss */
.pt-150 {
  padding-top: 150px;
}

/* line 222, ../scss/theme/_reset.scss */
.pb-0 {
  padding-bottom: 0px;
}

/* line 223, ../scss/theme/_reset.scss */
.pb-10 {
  padding-bottom: 10px;
}

/* line 224, ../scss/theme/_reset.scss */
.pb-15 {
  padding-bottom: 15px;
}

/* line 225, ../scss/theme/_reset.scss */
.pb-20 {
  padding-bottom: 20px;
}

/* line 226, ../scss/theme/_reset.scss */
.pb-25 {
  padding-bottom: 25px;
}

/* line 227, ../scss/theme/_reset.scss */
.pb-30 {
  padding-bottom: 30px;
}

/* line 228, ../scss/theme/_reset.scss */
.pb-40 {
  padding-bottom: 40px;
}

/* line 229, ../scss/theme/_reset.scss */
.pb-50 {
  padding-bottom: 50px;
}

/* line 230, ../scss/theme/_reset.scss */
.pb-60 {
  padding-bottom: 60px;
}

/* line 231, ../scss/theme/_reset.scss */
.pb-70 {
  padding-bottom: 70px;
}

/* line 232, ../scss/theme/_reset.scss */
.pb-80 {
  padding-bottom: 80px;
}

/* line 233, ../scss/theme/_reset.scss */
.pb-90 {
  padding-bottom: 90px;
}

/* line 234, ../scss/theme/_reset.scss */
.pb-100 {
  padding-bottom: 100px;
}

/* line 235, ../scss/theme/_reset.scss */
.pb-150 {
  padding-bottom: 150px;
}

/* line 237, ../scss/theme/_reset.scss */
.pr-30 {
  padding-right: 30px;
}

/* line 238, ../scss/theme/_reset.scss */
.pl-30 {
  padding-left: 30px;
}

/* line 241, ../scss/theme/_reset.scss */
.p-40 {
  padding: 40px;
}

/* line 244, ../scss/theme/_reset.scss */
.float-left {
  float: left;
}

/* line 247, ../scss/theme/_reset.scss */
.float-right {
  float: right;
}

/* line 251, ../scss/theme/_reset.scss */
.text-italic {
  font-style: italic;
}

/* line 252, ../scss/theme/_reset.scss */
.text-white {
  color: #fff;
}

/* line 253, ../scss/theme/_reset.scss */
.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;
}

/* line 254, ../scss/theme/_reset.scss */
.section-full {
  padding: 100px 0;
}

/* line 255, ../scss/theme/_reset.scss */
.section-half {
  padding: 75px 0;
}

/* line 258, ../scss/theme/_reset.scss */
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 259, ../scss/theme/_reset.scss */
.inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/* line 260, ../scss/theme/_reset.scss */
.flex-grow {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

/* line 261, ../scss/theme/_reset.scss */
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 262, ../scss/theme/_reset.scss */
.flex-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

/* line 263, ../scss/theme/_reset.scss */
.flex-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

/* line 264, ../scss/theme/_reset.scss */
.flex-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

/* line 265, ../scss/theme/_reset.scss */
.flex-top {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

/* line 266, ../scss/theme/_reset.scss */
.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

/* line 267, ../scss/theme/_reset.scss */
.flex-bottom {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

/* line 268, ../scss/theme/_reset.scss */
.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

/* line 269, ../scss/theme/_reset.scss */
.space-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}

/* line 270, ../scss/theme/_reset.scss */
.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;
}

/* line 271, ../scss/theme/_reset.scss */
.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;
}

/* line 275, ../scss/theme/_reset.scss */
.display-table {
  display: table;
}

/* line 276, ../scss/theme/_reset.scss */
.light {
  color: #fff;
}

/* line 277, ../scss/theme/_reset.scss */
.dark {
  color: #000;
}

/* line 278, ../scss/theme/_reset.scss */
.relative {
  position: relative;
}

/* line 279, ../scss/theme/_reset.scss */
.overflow-hidden {
  overflow: hidden;
}

/* line 280, ../scss/theme/_reset.scss */
.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* line 289, ../scss/theme/_reset.scss */
.container.fullwidth {
  width: 100%;
}
/* line 292, ../scss/theme/_reset.scss */
.container.no-padding {
  padding-left: 0;
  padding-right: 0;
}

/* line 297, ../scss/theme/_reset.scss */
.no-padding {
  padding: 0;
}

/* line 300, ../scss/theme/_reset.scss */
.section-bg {
  background: #f9fafc;
}

@media (max-width: 767px) {
  /* line 303, ../scss/theme/_reset.scss */
  .no-flex-xs {
    display: block !important;
  }
}

/* line 310, ../scss/theme/_reset.scss */
.row.no-margin {
  margin-left: 0;
  margin-right: 0;
}

/* line 9, ../scss/theme/_elements.scss */
.sample-text-area {
  background: #fff;
  padding: 100px 0 70px 0;
}

/* line 13, ../scss/theme/_elements.scss */
.text-heading {
  margin-bottom: 30px;
  font-size: 24px;
}

/* line 17, ../scss/theme/_elements.scss */
b, i, sup, sub, u, del {
  color: #6cbb23;
}

/* line 20, ../scss/theme/_elements.scss */
h1 {
  font-size: 36px;
}

/* line 23, ../scss/theme/_elements.scss */
h2 {
  font-size: 30px;
}

/* line 26, ../scss/theme/_elements.scss */
h3 {
  font-size: 24px;
}

/* line 29, ../scss/theme/_elements.scss */
h4 {
  font-size: 18px;
}

/* line 32, ../scss/theme/_elements.scss */
h5 {
  font-size: 16px;
}

/* line 35, ../scss/theme/_elements.scss */
h6 {
  font-size: 14px;
}

/* line 38, ../scss/theme/_elements.scss */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.5em;
}

/* line 42, ../scss/theme/_elements.scss */
.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
  color: #000000;
}

/* line 46, ../scss/theme/_elements.scss */
.button-area {
  background: #fff;
}
/* line 47, ../scss/theme/_elements.scss */
.button-area .border-top-generic {
  padding: 70px 15px;
  border-top: 1px dotted #eee;
}

/* line 54, ../scss/theme/_elements.scss */
.button-group-area .genric-btn {
  margin-right: 10px;
  margin-top: 10px;
}
/* line 57, ../scss/theme/_elements.scss */
.button-group-area .genric-btn:last-child {
  margin-right: 0;
}

/* line 62, ../scss/theme/_elements.scss */
.genric-btn {
  display: inline-block;
  outline: none;
  line-height: 40px;
  padding: 0 30px;
  font-size: 1em;
  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;
}
/* line 73, ../scss/theme/_elements.scss */
.genric-btn:focus {
  outline: none;
}
/* line 76, ../scss/theme/_elements.scss */
.genric-btn.e-large {
  padding: 0 40px;
  line-height: 50px;
}
/* line 80, ../scss/theme/_elements.scss */
.genric-btn.large {
  line-height: 45px;
}
/* line 83, ../scss/theme/_elements.scss */
.genric-btn.medium {
  line-height: 30px;
}
/* line 86, ../scss/theme/_elements.scss */
.genric-btn.small {
  line-height: 25px;
}
/* line 89, ../scss/theme/_elements.scss */
.genric-btn.radius {
  border-radius: 3px;
}
/* line 92, ../scss/theme/_elements.scss */
.genric-btn.circle {
  border-radius: 20px;
}
/* line 95, ../scss/theme/_elements.scss */
.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;
}
/* line 102, ../scss/theme/_elements.scss */
.genric-btn.arrow span {
  margin-left: 10px;
}
/* line 106, ../scss/theme/_elements.scss */
.genric-btn.default {
  color: #222222;
  background: #f9f9ff;
  border: 1px solid transparent;
}
/* line 110, ../scss/theme/_elements.scss */
.genric-btn.default:hover {
  border: 1px solid #f9f9ff;
  background: #fff;
}
/* line 115, ../scss/theme/_elements.scss */
.genric-btn.default-border {
  border: 1px solid #f9f9ff;
  background: #fff;
}
/* line 118, ../scss/theme/_elements.scss */
.genric-btn.default-border:hover {
  color: #222222;
  background: #f9f9ff;
  border: 1px solid transparent;
}
/* line 124, ../scss/theme/_elements.scss */
.genric-btn.primary {
  color: #fff;
  background: #6cbb23;
  border: 1px solid transparent;
}
/* line 128, ../scss/theme/_elements.scss */
.genric-btn.primary:hover {
  color: #6cbb23;
  border: 1px solid #6cbb23;
  background: #fff;
}
/* line 134, ../scss/theme/_elements.scss */
.genric-btn.primary-border {
  color: #6cbb23;
  border: 1px solid #6cbb23;
  background: #fff;
}
/* line 138, ../scss/theme/_elements.scss */
.genric-btn.primary-border:hover {
  color: #fff;
  background: #6cbb23;
  border: 1px solid transparent;
}
/* line 144, ../scss/theme/_elements.scss */
.genric-btn.success {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}
/* line 148, ../scss/theme/_elements.scss */
.genric-btn.success:hover {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}
/* line 154, ../scss/theme/_elements.scss */
.genric-btn.success-border {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}
/* line 159, ../scss/theme/_elements.scss */
.genric-btn.success-border:hover {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}
/* line 165, ../scss/theme/_elements.scss */
.genric-btn.info {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}
/* line 169, ../scss/theme/_elements.scss */
.genric-btn.info:hover {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}
/* line 175, ../scss/theme/_elements.scss */
.genric-btn.info-border {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}
/* line 180, ../scss/theme/_elements.scss */
.genric-btn.info-border:hover {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}
/* line 186, ../scss/theme/_elements.scss */
.genric-btn.warning {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}
/* line 190, ../scss/theme/_elements.scss */
.genric-btn.warning:hover {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}
/* line 196, ../scss/theme/_elements.scss */
.genric-btn.warning-border {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}
/* line 200, ../scss/theme/_elements.scss */
.genric-btn.warning-border:hover {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}
/* line 206, ../scss/theme/_elements.scss */
.genric-btn.danger {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}
/* line 210, ../scss/theme/_elements.scss */
.genric-btn.danger:hover {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}
/* line 216, ../scss/theme/_elements.scss */
.genric-btn.danger-border {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}
/* line 220, ../scss/theme/_elements.scss */
.genric-btn.danger-border:hover {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}
/* line 226, ../scss/theme/_elements.scss */
.genric-btn.link {
  color: #222222;
  background: #f9f9ff;
  text-decoration: underline;
  border: 1px solid transparent;
}
/* line 231, ../scss/theme/_elements.scss */
.genric-btn.link:hover {
  color: #222222;
  border: 1px solid #f9f9ff;
  background: #fff;
}
/* line 237, ../scss/theme/_elements.scss */
.genric-btn.link-border {
  color: #222222;
  border: 1px solid #f9f9ff;
  background: #fff;
  text-decoration: underline;
}
/* line 242, ../scss/theme/_elements.scss */
.genric-btn.link-border:hover {
  color: #222222;
  background: #f9f9ff;
  border: 1px solid transparent;
}
/* line 248, ../scss/theme/_elements.scss */
.genric-btn.disable {
  color: #222222, 0.3;
  background: #f9f9ff;
  border: 1px solid transparent;
  cursor: not-allowed;
}

/* line 256, ../scss/theme/_elements.scss */
.generic-blockquote {
  padding: 30px 50px 30px 30px;
  background: #f9f9ff;
  border-left: 2px solid #6cbb23;
}

/* line 261, ../scss/theme/_elements.scss */
.progress-table-wrap {
  overflow-x: scroll;
}

/* line 264, ../scss/theme/_elements.scss */
.progress-table {
  background: #f9f9ff;
  padding: 15px 0px 30px 0px;
  min-width: 800px;
}
/* line 268, ../scss/theme/_elements.scss */
.progress-table .serial {
  width: 11.83%;
  padding-left: 30px;
}
/* line 272, ../scss/theme/_elements.scss */
.progress-table .country {
  width: 28.07%;
}
/* line 275, ../scss/theme/_elements.scss */
.progress-table .visit {
  width: 19.74%;
}
/* line 278, ../scss/theme/_elements.scss */
.progress-table .percentage {
  width: 40.36%;
  padding-right: 50px;
}
/* line 282, ../scss/theme/_elements.scss */
.progress-table .table-head {
  display: flex;
}
/* line 284, ../scss/theme/_elements.scss */
.progress-table .table-head .serial, .progress-table .table-head .country, .progress-table .table-head .visit, .progress-table .table-head .percentage {
  color: #222222;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500;
}
/* line 291, ../scss/theme/_elements.scss */
.progress-table .table-row {
  padding: 15px 0;
  border-top: 1px solid #edf3fd;
  display: flex;
}
/* line 295, ../scss/theme/_elements.scss */
.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;
}
/* line 300, ../scss/theme/_elements.scss */
.progress-table .table-row .country img {
  margin-right: 15px;
}
/* line 305, ../scss/theme/_elements.scss */
.progress-table .table-row .percentage .progress {
  width: 80%;
  border-radius: 0px;
  background: transparent;
}
/* line 309, ../scss/theme/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar {
  height: 5px;
  line-height: 5px;
}
/* line 312, ../scss/theme/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-1 {
  background-color: #6382e6;
}
/* line 315, ../scss/theme/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-2 {
  background-color: #e66686;
}
/* line 318, ../scss/theme/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-3 {
  background-color: #f09359;
}
/* line 321, ../scss/theme/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-4 {
  background-color: #73fbaf;
}
/* line 324, ../scss/theme/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-5 {
  background-color: #73fbaf;
}
/* line 327, ../scss/theme/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-6 {
  background-color: #6382e6;
}
/* line 330, ../scss/theme/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-7 {
  background-color: #a367e7;
}
/* line 333, ../scss/theme/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-8 {
  background-color: #e66686;
}

/* line 342, ../scss/theme/_elements.scss */
.single-gallery-image {
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px;
}

/* line 349, ../scss/theme/_elements.scss */
.list-style {
  width: 14px;
  height: 14px;
}

/* line 354, ../scss/theme/_elements.scss */
.unordered-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.82em !important;
}
/* line 358, ../scss/theme/_elements.scss */
.unordered-list li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid #6cbb23;
  background: #fff;
  top: 4px;
  left: 0;
  border-radius: 50%;
}

/* line 371, ../scss/theme/_elements.scss */
.ordered-list {
  margin-left: 30px;
}
/* line 373, ../scss/theme/_elements.scss */
.ordered-list li {
  list-style-type: decimal-leading-zero;
  color: #6cbb23;
  font-weight: 500;
  line-height: 1.82em !important;
}
/* line 378, ../scss/theme/_elements.scss */
.ordered-list li span {
  font-weight: 300;
  color: #000000;
}

/* line 385, ../scss/theme/_elements.scss */
.ordered-list-alpha li {
  margin-left: 30px;
  list-style-type: lower-alpha;
  color: #6cbb23;
  font-weight: 500;
  line-height: 1.82em !important;
}
/* line 391, ../scss/theme/_elements.scss */
.ordered-list-alpha li span {
  font-weight: 300;
  color: #000000;
}

/* line 398, ../scss/theme/_elements.scss */
.ordered-list-roman li {
  margin-left: 30px;
  list-style-type: lower-roman;
  color: #6cbb23;
  font-weight: 500;
  line-height: 1.82em !important;
}
/* line 404, ../scss/theme/_elements.scss */
.ordered-list-roman li span {
  font-weight: 300;
  color: #000000;
}

/* line 410, ../scss/theme/_elements.scss */
.single-input {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}
/* line 418, ../scss/theme/_elements.scss */
.single-input:focus {
  outline: none;
}

/* line 422, ../scss/theme/_elements.scss */
.input-group-icon {
  position: relative;
}
/* line 424, ../scss/theme/_elements.scss */
.input-group-icon .icon {
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 40px;
  z-index: 3;
}
/* line 429, ../scss/theme/_elements.scss */
.input-group-icon .icon i {
  color: #797979;
}
/* line 434, ../scss/theme/_elements.scss */
.input-group-icon .single-input {
  padding-left: 45px;
}

/* line 438, ../scss/theme/_elements.scss */
.single-textarea {
  display: block;
  color: #000;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
  height: 100px;
  resize: none;
}
/* line 449, ../scss/theme/_elements.scss */
.single-textarea:focus {
  outline: none;
}

/* line 494, ../scss/theme/_elements.scss */
.single-input-primary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}
/* line 502, ../scss/theme/_elements.scss */
.single-input-primary:focus {
  outline: none;
  border: 1px solid #6cbb23;
}

/* line 507, ../scss/theme/_elements.scss */
.single-input-accent {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}
/* line 515, ../scss/theme/_elements.scss */
.single-input-accent:focus {
  outline: none;
  border: 1px solid #eb6b55;
}

/* line 520, ../scss/theme/_elements.scss */
.single-input-secondary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}
/* line 528, ../scss/theme/_elements.scss */
.single-input-secondary:focus {
  outline: none;
  border: 1px solid #f09359;
}

/* line 534, ../scss/theme/_elements.scss */
.default-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}
/* line 541, ../scss/theme/_elements.scss */
.default-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
/* line 551, ../scss/theme/_elements.scss */
.default-switch input + label {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #6cbb23;
  -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;
}
/* line 564, ../scss/theme/_elements.scss */
.default-switch input:checked + label {
  left: 19px;
}

/* line 570, ../scss/theme/_elements.scss */
.primary-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}
/* line 577, ../scss/theme/_elements.scss */
.primary-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
/* line 586, ../scss/theme/_elements.scss */
.primary-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
/* line 594, ../scss/theme/_elements.scss */
.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;
}
/* line 608, ../scss/theme/_elements.scss */
.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;
}
/* line 624, ../scss/theme/_elements.scss */
.primary-switch input:checked + label:after {
  left: 19px;
}
/* line 627, ../scss/theme/_elements.scss */
.primary-switch input:checked + label:before {
  background: #6cbb23;
}

/* line 634, ../scss/theme/_elements.scss */
.confirm-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}
/* line 641, ../scss/theme/_elements.scss */
.confirm-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
/* line 650, ../scss/theme/_elements.scss */
.confirm-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
/* line 658, ../scss/theme/_elements.scss */
.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;
}
/* line 672, ../scss/theme/_elements.scss */
.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;
}
/* line 688, ../scss/theme/_elements.scss */
.confirm-switch input:checked + label:after {
  left: 19px;
}
/* line 691, ../scss/theme/_elements.scss */
.confirm-switch input:checked + label:before {
  background: #4cd3e3;
}

/* line 698, ../scss/theme/_elements.scss */
.primary-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}
/* line 705, ../scss/theme/_elements.scss */
.primary-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
/* line 714, ../scss/theme/_elements.scss */
.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;
}
/* line 727, ../scss/theme/_elements.scss */
.primary-checkbox input:checked + label {
  background: url(../img/elements/primary-check.png) no-repeat center center/cover;
  border: none;
}

/* line 735, ../scss/theme/_elements.scss */
.confirm-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}
/* line 742, ../scss/theme/_elements.scss */
.confirm-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
/* line 751, ../scss/theme/_elements.scss */
.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;
}
/* line 764, ../scss/theme/_elements.scss */
.confirm-checkbox input:checked + label {
  background: url(../img/elements/success-check.png) no-repeat center center/cover;
  border: none;
}

/* line 771, ../scss/theme/_elements.scss */
.disabled-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}
/* line 778, ../scss/theme/_elements.scss */
.disabled-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
/* line 787, ../scss/theme/_elements.scss */
.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;
}
/* line 799, ../scss/theme/_elements.scss */
.disabled-checkbox input:disabled {
  cursor: not-allowed;
  z-index: 3;
}
/* line 804, ../scss/theme/_elements.scss */
.disabled-checkbox input:checked + label {
  background: url(../img/elements/disabled-check.png) no-repeat center center/cover;
  border: none;
}

/* line 811, ../scss/theme/_elements.scss */
.primary-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}
/* line 818, ../scss/theme/_elements.scss */
.primary-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
/* line 827, ../scss/theme/_elements.scss */
.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;
}
/* line 840, ../scss/theme/_elements.scss */
.primary-radio input:checked + label {
  background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
  border: none;
}

/* line 847, ../scss/theme/_elements.scss */
.confirm-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}
/* line 854, ../scss/theme/_elements.scss */
.confirm-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
/* line 863, ../scss/theme/_elements.scss */
.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;
}
/* line 876, ../scss/theme/_elements.scss */
.confirm-radio input:checked + label {
  background: url(../img/elements/success-radio.png) no-repeat center center/cover;
  border: none;
}

/* line 883, ../scss/theme/_elements.scss */
.disabled-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}
/* line 890, ../scss/theme/_elements.scss */
.disabled-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
/* line 899, ../scss/theme/_elements.scss */
.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;
}
/* line 911, ../scss/theme/_elements.scss */
.disabled-radio input:disabled {
  cursor: not-allowed;
  z-index: 3;
}
/* line 916, ../scss/theme/_elements.scss */
.disabled-radio input:checked + label {
  background: url(../img/elements/disabled-radio.png) no-repeat center center/cover;
  border: none;
}

/* line 924, ../scss/theme/_elements.scss */
.default-select {
  height: 40px;
}
/* line 926, ../scss/theme/_elements.scss */
.default-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 20px;
  padding-right: 40px;
}
/* line 933, ../scss/theme/_elements.scss */
.default-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}
/* line 940, ../scss/theme/_elements.scss */
.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;
}
/* line 947, ../scss/theme/_elements.scss */
.default-select .nice-select .list .option.selected {
  color: #6cbb23;
  background: transparent;
}
/* line 951, ../scss/theme/_elements.scss */
.default-select .nice-select .list .option:hover {
  color: #6cbb23;
  background: transparent;
}
/* line 958, ../scss/theme/_elements.scss */
.default-select .current {
  margin-right: 50px;
  font-weight: 300;
}
/* line 962, ../scss/theme/_elements.scss */
.default-select .nice-select::after {
  right: 20px;
}

/* line 966, ../scss/theme/_elements.scss */
.form-select {
  height: 40px;
  width: 100%;
}
/* line 969, ../scss/theme/_elements.scss */
.form-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 45px;
  padding-right: 40px;
  width: 100%;
}
/* line 977, ../scss/theme/_elements.scss */
.form-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}
/* line 984, ../scss/theme/_elements.scss */
.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;
}
/* line 991, ../scss/theme/_elements.scss */
.form-select .nice-select .list .option.selected {
  color: #6cbb23;
  background: transparent;
}
/* line 995, ../scss/theme/_elements.scss */
.form-select .nice-select .list .option:hover {
  color: #6cbb23;
  background: transparent;
}
/* line 1002, ../scss/theme/_elements.scss */
.form-select .current {
  margin-right: 50px;
  font-weight: 300;
}
/* line 1006, ../scss/theme/_elements.scss */
.form-select .nice-select::after {
  right: 20px;
}

/* line 1, ../scss/theme/_header.scss */
body {
  position: relative;
}

/* line 4, ../scss/theme/_header.scss */
.default-header {
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

/* line 12, ../scss/theme/_header.scss */
.menu-bar {
  cursor: pointer;
}
/* line 14, ../scss/theme/_header.scss */
.menu-bar span {
  color: #000;
  font-size: 24px;
}
/* line 18, ../scss/theme/_header.scss */
.menu-bar a {
  color: #6cbb23;
}

@media (max-width: 767px) {
  /* line 25, ../scss/theme/_header.scss */
  .main-menubar a {
    color: #fff;
  }
  /* line 27, ../scss/theme/_header.scss */
  .main-menubar a:hover {
    color: #000;
  }
}
/* line 34, ../scss/theme/_header.scss */
.main-menubar {
  position: relative;
}

/* line 37, ../scss/theme/_header.scss */
nav {
  margin-right: 70px;
  -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;
  transform-origin: 100% 50%;
}
@media (max-width: 767px) {
  /* line 37, ../scss/theme/_header.scss */
  nav {
    margin-right: 0;
    position: absolute;
    right: 0;
    top: 47px;
    text-align: right;
    padding: 20px 0;
    z-index: 5;
    background: #6cbb23;
  }
}
/* line 51, ../scss/theme/_header.scss */
nav.hide {
  transform: scale(0);
}
/* line 54, ../scss/theme/_header.scss */
nav a {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  margin: 0 25px;
  display: inline-block;
}
@media (max-width: 767px) {
  /* line 54, ../scss/theme/_header.scss */
  nav a {
    margin: 5px 25px;
  }
}
/* line 64, ../scss/theme/_header.scss */
nav a:hover {
  color: #6cbb23;
}

/* line 1, ../scss/theme/_home.scss */
body {
  background: #f6f6fc;
}

/* line 5, ../scss/theme/_home.scss */
.oz-body-wrap {
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
  margin: 50px;
  position: relative;
}
@media (max-width: 767px) {
  /* line 5, ../scss/theme/_home.scss */
  .oz-body-wrap {
    margin: 30px;
  }
}
@media (max-width: 575px) {
  /* line 5, ../scss/theme/_home.scss */
  .oz-body-wrap {
    margin: 10px;
  }
}

/* line 17, ../scss/theme/_home.scss */
.section-gap {
  padding: 100px 0;
}

/* line 20, ../scss/theme/_home.scss */
.section-title {
  padding-bottom: 30px;
}
/* line 22, ../scss/theme/_home.scss */
.section-title h2 {
  margin-bottom: 20px;
}
/* line 25, ../scss/theme/_home.scss */
.section-title p {
  font-size: 16px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  /* line 29, ../scss/theme/_home.scss */
  .section-title p br {
    display: none;
  }
}

/* line 35, ../scss/theme/_home.scss */
.primary-btn {
  line-height: 40px;
  padding: 0 30px;
  border-radius: 20px;
  background: transparent;
  border: 1px solid #fff;
  color: #222222;
  display: inline-block;
  font-weight: 500;
  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;
  cursor: pointer;
  text-transform: uppercase;
}
/* line 48, ../scss/theme/_home.scss */
.primary-btn:focus {
  outline: none;
}
/* line 51, ../scss/theme/_home.scss */
.primary-btn span {
  color: #fff;
  position: relative;
  z-index: 2;
}
/* line 56, ../scss/theme/_home.scss */
.primary-btn .mr-10 {
  -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 60, ../scss/theme/_home.scss */
.primary-btn:hover .mr-10 {
  margin-right: 20px;
}
/* line 64, ../scss/theme/_home.scss */
.primary-btn.white-bg {
  background: #fff;
  border: 1px solid #eee;
  color: #6cbb23;
}
/* line 65, ../scss/theme/_home.scss */
.primary-btn.white-bg span {
  color: #6cbb23;
  -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 72, ../scss/theme/_home.scss */
.primary-btn.white-bg:hover {
  background: #6cbb23;
  color: #fff;
  border: 1px solid transparent;
}
/* line 76, ../scss/theme/_home.scss */
.primary-btn.white-bg:hover span {
  color: #fff;
}

/* line 87, ../scss/theme/_home.scss */
.banner-area {
  background: #fff;
}
@media (max-width: 767px) {
  /* line 90, ../scss/theme/_home.scss */
  .banner-area .fullscreen {
    height: 1000px !important;
  }
}

@media (max-width: 1199px) {
  /* line 97, ../scss/theme/_home.scss */
  .banner-left {
    margin-top: 60px;
  }
}

/* line 104, ../scss/theme/_home.scss */
.story-content h1 {
  font-size: 48px;
  font-weight: 100;
  line-height: 1.2em;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  /* line 104, ../scss/theme/_home.scss */
  .story-content h1 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  /* line 113, ../scss/theme/_home.scss */
  .story-content h1 br {
    display: none;
  }
}
/* line 119, ../scss/theme/_home.scss */
.story-content h6 {
  font-weight: 400;
}
/* line 122, ../scss/theme/_home.scss */
.story-content p {
  margin-bottom: 60px;
  font-size: 16px;
}
@media (max-width: 991px) {
  /* line 125, ../scss/theme/_home.scss */
  .story-content p br {
    display: none;
  }
}
/* line 131, ../scss/theme/_home.scss */
.story-content .sp-1 {
  font-weight: 600;
}
/* line 134, ../scss/theme/_home.scss */
.story-content .sp-2 {
  color: #6cbb23;
  font-weight: 600;
}
@media (max-width: 768px) {
  /* line 103, ../scss/theme/_home.scss */
  .story-content {
    text-align: center;
  }
}

/* line 144, ../scss/theme/_home.scss */
.generic-banner {
  background: #6cbb23;
}
/* line 146, ../scss/theme/_home.scss */
.generic-banner .height {
  height: 600px;
}
@media (max-width: 767px) {
  /* line 146, ../scss/theme/_home.scss */
  .generic-banner .height {
    height: 400px;
  }
}
/* line 153, ../scss/theme/_home.scss */
.generic-banner .banner-content h2 {
  line-height: 1.2em;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  /* line 156, ../scss/theme/_home.scss */
  .generic-banner .banner-content h2 br {
    display: none;
  }
}
/* line 162, ../scss/theme/_home.scss */
.generic-banner .banner-content p {
  font-size: 16px;
}
@media (max-width: 991px) {
  /* line 164, ../scss/theme/_home.scss */
  .generic-banner .banner-content p br {
    display: none;
  }
}

/* line 176, ../scss/theme/_home.scss */
.video-area {
  padding: 200px 0 60px 0;
  position: relative;
  background: url(../img/video-bg.jpg) no-repeat center center/cover;
}
/* line 180, ../scss/theme/_home.scss */
.video-area .overlay-bg {
  background: rgba(108, 187, 35, 0.85);
}
/* line 183, ../scss/theme/_home.scss */
.video-area .video-content {
  text-align: center;
  position: relative;
  z-index: 2;
}
/* line 187, ../scss/theme/_home.scss */
.video-area .video-content a {
  display: inline-block;
  margin-bottom: 20px;
}
/* line 191, ../scss/theme/_home.scss */
.video-area .video-content h3 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
/* line 197, ../scss/theme/_home.scss */
.video-area .video-content h4 {
  font-weight: 300;
  font-size: 14px;
}
/* line 201, ../scss/theme/_home.scss */
.video-area .video-content .video-desc {
  margin-top: 120px;
  text-align: right;
  align-self: flex-end;
}

/* line 213, ../scss/theme/_home.scss */
.about-area {
  position: relative;
  background: white;
}
/* line 217, ../scss/theme/_home.scss */
.about-area .story-content h2 {
  font-size: 36px;
  line-height: 1.25em;
  font-weight: 100;
}
/* line 221, ../scss/theme/_home.scss */
.about-area .story-content h2 span {
  font-weight: 600;
}
/* line 225, ../scss/theme/_home.scss */
.about-area .story-content p {
  line-height: 1.65em;
  font-size: 14px;
  font-weight: 300;
}

@media (max-width: 768px) {
  /* line 234, ../scss/theme/_home.scss */
  .story-content {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
/* line 245, ../scss/theme/_home.scss */
.feature-area {
  background: url(../img/video-bg.jpg) no-repeat center center/cover;
}
/* line 247, ../scss/theme/_home.scss */
.feature-area .overlay-bg {
  background: rgba(108, 187, 35, 0.85);
}
/* line 250, ../scss/theme/_home.scss */
.feature-area .icon {
  font-size: 100px;
  color: #fff;
  background: #f0f8e9;
  text-align: center;
  padding: 50px;
  -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 257, ../scss/theme/_home.scss */
.feature-area .icon:hover {
  color: #fff;
  background-color: #6cbb23;
}
/* line 260, ../scss/theme/_home.scss */
.feature-area .icon:hover .lnr {
  color: #fff;
}
/* line 265, ../scss/theme/_home.scss */
.feature-area .lnr {
  color: #6cbb23;
}
/* line 268, ../scss/theme/_home.scss */
.feature-area .desc {
  margin-top: 30px;
}
/* line 270, ../scss/theme/_home.scss */
.feature-area .desc h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 2.5px;
}
/* line 276, ../scss/theme/_home.scss */
.feature-area .desc p {
  color: #555;
}

/* line 282, ../scss/theme/_home.scss */
.single-feature {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 30px;
}

/* line 294, ../scss/theme/_home.scss */
.faq-area {
  background: #fff;
}

/* line 298, ../scss/theme/_home.scss */
.counter-left {
  text-align: right;
}
/* line 300, ../scss/theme/_home.scss */
.counter-left h2 {
  font-size: 48px;
  font-weight: 100;
  color: #6cbb23;
}
/* line 305, ../scss/theme/_home.scss */
.counter-left p {
  font-size: 14px;
  font-weight: 300;
}
/* line 310, ../scss/theme/_home.scss */
.counter-left .single-facts {
  margin-bottom: 26px;
}
@media (max-width: 768px) {
  /* line 298, ../scss/theme/_home.scss */
  .counter-left {
    text-align: center;
  }
}

/* line 321, ../scss/theme/_home.scss */
.faq-content {
  padding-left: 10%;
  padding-right: 10%;
}
@media (max-width: 1199px) {
  /* line 321, ../scss/theme/_home.scss */
  .faq-content {
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media (max-width: 767px) {
  /* line 321, ../scss/theme/_home.scss */
  .faq-content {
    text-align: center;
  }
}

/* line 335, ../scss/theme/_home.scss */
.single-faq {
  margin-bottom: 30px;
}
/* line 337, ../scss/theme/_home.scss */
.single-faq h2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 3px;
  margin-top: 15px;
  margin-bottom: 25px;
}
/* line 344, ../scss/theme/_home.scss */
.single-faq p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

/* line 357, ../scss/theme/_home.scss */
.contact-area {
  background: url(../img/contact-bg.jpg) no-repeat center center/cover;
  color: #fff;
}
/* line 360, ../scss/theme/_home.scss */
.contact-area .overlay-bg {
  background: rgba(108, 187, 35, 0.85);
}
/* line 363, ../scss/theme/_home.scss */
.contact-area h2 {
  font-size: 36px;
  font-weight: 100;
}
/* line 366, ../scss/theme/_home.scss */
.contact-area h2 span {
  font-weight: 600;
}
/* line 370, ../scss/theme/_home.scss */
.contact-area p {
  font-size: 14px;
  font-weight: 300;
}

/* line 376, ../scss/theme/_home.scss */
.contact-form ::-webkit-input-placeholder {
  color: #fff;
  font-weight: 300;
}
/* line 380, ../scss/theme/_home.scss */
.contact-form :-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-weight: 300;
}
/* line 385, ../scss/theme/_home.scss */
.contact-form ::-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-weight: 300;
}
/* line 390, ../scss/theme/_home.scss */
.contact-form :-ms-input-placeholder {
  color: #fff;
  font-weight: 300;
}
/* line 394, ../scss/theme/_home.scss */
.contact-form ::-ms-input-placeholder {
  color: #fff;
  font-weight: 300;
}
/* line 398, ../scss/theme/_home.scss */
.contact-form .alert-msg {
  color: #fff !important;
  margin-top: 50px;
  z-index: 1;
}

/* line 405, ../scss/theme/_home.scss */
.common-input {
  border: 1px solid #a6d477;
  line-height: 48px;
  width: 100%;
  display: block;
  background: transparent;
  padding: 0 25px;
  color: #fff;
}

/* line 414, ../scss/theme/_home.scss */
.common-textarea {
  border: 1px solid #a6d477;
  width: 100%;
  display: block;
  background: transparent;
  padding: 15px 25px;
  color: #fff;
  height: 150px;
  resize: none;
}

/* line 429, ../scss/theme/_home.scss */
footer {
  background: #fff;
}
/* line 432, ../scss/theme/_home.scss */
footer .footer-nav li {
  margin-top: 8px;
}
/* line 434, ../scss/theme/_home.scss */
footer .footer-nav li a {
  color: #777;
}
/* line 436, ../scss/theme/_home.scss */
footer .footer-nav li a:hover {
  color: #6cbb23;
}

/* line 445, ../scss/theme/_home.scss */
.single-footer-widget {
  margin-bottom: 30px;
}
/* line 447, ../scss/theme/_home.scss */
.single-footer-widget h6 {
  color: #000;
}

/* line 452, ../scss/theme/_home.scss */
.footer-bottom {
  border-top: 1px solid #eeeeee;
  padding-top: 40px;
}
/* line 455, ../scss/theme/_home.scss */
.footer-bottom .footer-text {
  color: #777;
}
/* line 457, ../scss/theme/_home.scss */
.footer-bottom .footer-text i {
  color: #6cbb23;
}
/* line 460, ../scss/theme/_home.scss */
.footer-bottom .footer-text a {
  color: #6cbb23;
}
/* line 462, ../scss/theme/_home.scss */
.footer-bottom .footer-text a:hover {
  color: #6cbb23;
}

@media (max-width: 767px) {
  /* line 468, ../scss/theme/_home.scss */
  .footer-social {
    margin-top: 10px;
  }
}
/* line 472, ../scss/theme/_home.scss */
.footer-social a {
  width: 30px;
  background: #f9f9ff;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}
/* line 479, ../scss/theme/_home.scss */
.footer-social a i {
  color: #777;
  -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 483, ../scss/theme/_home.scss */
.footer-social a:last-child {
  margin-right: 0;
}
/* line 486, ../scss/theme/_home.scss */
.footer-social a:hover {
  background: #6cbb23;
}
/* line 488, ../scss/theme/_home.scss */
.footer-social a:hover i {
  color: #fff;
}

/* line 499, ../scss/theme/_home.scss */
.generic-header .menu-bar span {
  color: #000000;
}
/* line 505, ../scss/theme/_home.scss */
.generic-header nav a {
  color: #000;
}

/* line 511, ../scss/theme/_home.scss */
.generic-banner {
  background: #fff;
  color: #222222;
}

/* line 516, ../scss/theme/_home.scss */
.about-generic-area {
  background: #fff;
}
/* line 518, ../scss/theme/_home.scss */
.about-generic-area .border-top-generic {
  padding: 100px 15px;
}
/* line 521, ../scss/theme/_home.scss */
.about-generic-area p {
  margin-bottom: 20px;
}

/* line 525, ../scss/theme/_home.scss */
.white-bg {
  background: #fff;
}

/* line 528, ../scss/theme/_home.scss */
.section-top-border {
  padding: 70px 0;
  border-top: 1px dotted #eee;
}

/* line 532, ../scss/theme/_home.scss */
.switch-wrap {
  margin-bottom: 10px;
}
/* line 534, ../scss/theme/_home.scss */
.switch-wrap p {
  margin: 0;
}

/* line 543, ../scss/theme/_home.scss */
.elements-banner {
  color: #000 !important;
}

/* blue - dio loga i boja fonta na denis misic*/
/* gray - dio loga na bijeloj pozadini*/
/* boja fonta na odvjetnički ured*/
/* plava pozadina za logo */
/* siva pozadina za logo */
/* line 17, ../scss/theme/_temp.scss */
body {
  background: #f2f1f0;
}

/* line 20, ../scss/theme/_temp.scss */
.logo a {
  display: block;
  width: 280px;
  height: 100px;
  margin-top: 20px;
  background: url("../img/logo-denis-misic.svg") no-repeat 0 0;
  background-size: 280px;
  text-indent: -9999px;
}

/* line 29, ../scss/theme/_temp.scss */
h1.main span {
  display: inline-block;
}

/* line 32, ../scss/theme/_temp.scss */
h1.main span a {
  color: black;
}

/* line 35, ../scss/theme/_temp.scss */
.story-content {
  color: black;
}

@media (max-width: 768px) {
  /* line 39, ../scss/theme/_temp.scss */
  .story-content {
    margin: 0;
  }
}
/* line 43, ../scss/theme/_temp.scss */
.story-content .info, .story-content .intro {
  margin-bottom: 60px;
}

/* line 46, ../scss/theme/_temp.scss */
.story-content p {
  margin-bottom: 0;
}

/* line 49, ../scss/theme/_temp.scss */
.story-content .info a {
  color: #0b487d;
}

/* line 52, ../scss/theme/_temp.scss */
.story-content .info a:hover {
  text-decoration: underline;
}

/* line 55, ../scss/theme/_temp.scss */
.story-content .sp-1 {
  color: #0b487d;
}

/* line 58, ../scss/theme/_temp.scss */
.story-content .sp-2 {
  color: #b3b4b4;
}

/* line 61, ../scss/theme/_temp.scss */
.story-content h6 {
  color: #5b5b5b;
}

/* line 64, ../scss/theme/_temp.scss */
.story-content p.intro {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 300;
}

/* line 69, ../scss/theme/_temp.scss */
.info-label {
  font-weight: 500;
  text-transform: uppercase;
}

/* line 73, ../scss/theme/_temp.scss */
.disclaimer {
  margin: 30px 0 70px;
}

/* line 76, ../scss/theme/_temp.scss */
.disclaimer h3 {
  font-weight: 300;
  font-size: 16px;
  font-style: italic;
}

/* line 81, ../scss/theme/_temp.scss */
.footer-bottom {
  padding: 20px 0;
}

/* line 84, ../scss/theme/_temp.scss */
.footer-bottom .footer-text {
  color: black;
  padding-left: 20px;
}

/* line 88, ../scss/theme/_temp.scss */
.footer-bottom .footer-text a, .footer-bottom .footer-text i {
  color: #5b5b5b;
}
