@charset "UTF-8";
@import url(./animate.min.css);

p {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
  text-align: justify;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 0;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

button,
input,
optgroup,
select,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}
ul:not(.browser-default) > li {
  list-style-type: none;
}

a {
  color: #f44336;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.valign-wrapper {
  display: flex;
  align-items: center;
}

.clearfix {
  clear: both;
}

.z-depth-0 {
  box-shadow: none !important;
}

/* 2dp elevation modified*/
.z-depth-1,
.btn-flat:focus,
.btn-flat:hover,
.modal,
.collapsible,
.my_audio,
.testmonial,
.library,
.my_card,
.video {
  border-radius: 3px;
  box-shadow: 0 2px 10px 0px #d9e0ea;
  overflow: hidden;
}

.z-depth-1-half,
.btn:hover,
.btn-large:hover,
.btn-small:hover,
.dropdown-content,
.sidenav,
header.smaller,
.library:hover img {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.hoverable,
.btn,
.btn-large,
.btn-small,
.btn-floating {
  transition: box-shadow 0.35s, background-color 0.35s;
}
.hoverable:hover,
.btn:hover,
.btn-large:hover,
.btn-small:hover,
.btn-floating:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.divider {
  height: 1px;
  overflow: hidden;
  background-color: #5e6a85;
}

blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #f44336;
}

i {
  line-height: inherit;
}
i.left {
  float: left;
  margin-right: 15px;
}
i.right {
  float: right;
  margin-left: 15px;
}
i.tiny {
  font-size: 1rem;
}
i.small {
  font-size: 2rem;
}
i.medium {
  font-size: 4rem;
}
i.large {
  font-size: 6rem;
}

img.responsive-img,
video.responsive-video {
  width: 100%;
  height: auto;
  display: block;
}

img {
  display: block;
}

.pagination {
  margin-top: 30px;
}
.pagination li {
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
  height: 30px;
}
.pagination li a {
  color: #444;
  display: inline-block;
  font-size: 1.1rem;
  padding: 0 10px;
  line-height: 30px;
}
.pagination li.active a {
  color: #fff;
}
.pagination li.active {
  background-color: #5e6a85;
}
.pagination li.disabled a {
  cursor: default;
  color: #999;
}
.pagination li i {
  font-size: 2rem;
}
.pagination li.pages ul li {
  display: inline-block;
  float: none;
}

@media only screen and (max-width: 992px) {
  .pagination {
    width: 100%;
  }
  .pagination li.prev,
  .pagination li.next {
    width: 10%;
  }
  .pagination li.pages {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
  }
}
.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px;
}
.parallax-container .parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.parallax-container .parallax img {
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  transform: translate3d(0, 0, 0);
  transform: translateX(-50%);
}

.pin-top,
.pin-bottom {
  position: relative;
}

.pinned {
  position: fixed !important;
}

/*********************
  Transition Classes
**********************/
ul.staggered-list li {
  opacity: 0;
}

.fade-in {
  opacity: 0;
  transform-origin: 0 50%;
}

/*********************
  Media Query Classes
**********************/
@media only screen and (max-width: 600px) {
  .hide-on-small-only,
  .hide-on-small-and-down {
    display: none !important;
  }
}

@media only screen and (max-width: 992px) {
  .hide-on-med-and-down {
    display: none !important;
  }
}

@media only screen and (min-width: 601px) {
  .hide-on-med-and-up {
    display: none !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .hide-on-med-only {
    display: none !important;
  }
}

@media only screen and (min-width: 993px) {
  .hide-on-large-only {
    display: none !important;
  }
}

@media only screen and (min-width: 1201px) {
  .hide-on-extra-large-only {
    display: none !important;
  }
}

@media only screen and (min-width: 1201px) {
  .show-on-extra-large {
    display: block !important;
  }
}

@media only screen and (min-width: 993px) {
  .show-on-large {
    display: block !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .show-on-medium {
    display: block !important;
  }
}

@media only screen and (max-width: 600px) {
  .show-on-small {
    display: block !important;
  }
}

@media only screen and (min-width: 601px) {
  .show-on-medium-and-up {
    display: block !important;
  }
}

@media only screen and (max-width: 992px) {
  .show-on-medium-and-down {
    display: block !important;
  }
}

@media only screen and (max-width: 600px) {
  .center-on-small-only {
    text-align: center;
  }
}

.page-footer {
  padding-top: 20px;
  color: #fff;
  background-color: #f44336;
}
.page-footer .footer-copyright {
  overflow: hidden;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(51, 51, 51, 0.08);
}

table,
th,
td {
  border: none;
}

table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}
table.striped tr {
  border-bottom: none;
}
table.striped > tbody > tr:nth-child(odd) {
  background-color: rgba(242, 242, 242, 0.5);
}
table.striped > tbody > tr > td {
  border-radius: 0;
}
table.highlight > tbody > tr {
  transition: background-color 0.25s ease;
}
table.highlight > tbody > tr:hover {
  background-color: rgba(242, 242, 242, 0.5);
}
table.centered thead tr th,
table.centered tbody tr td {
  text-align: center;
}

tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

td,
th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}

@media only screen and (max-width: 992px) {
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */
  }
  table.responsive-table td:empty:before {
    content: "\00a0";
  }
  table.responsive-table th,
  table.responsive-table td {
    margin: 0;
    vertical-align: top;
  }
  table.responsive-table th {
    text-align: left;
  }
  table.responsive-table thead {
    display: block;
    float: left;
  }
  table.responsive-table thead tr {
    display: block;
    padding: 0 10px 0 0;
  }
  table.responsive-table thead tr th::before {
    content: "\00a0";
  }
  table.responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  table.responsive-table th {
    display: block;
    text-align: right;
  }
  table.responsive-table td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  table.responsive-table tr {
    border-bottom: none;
    padding: 0 10px;
  }
  table.responsive-table thead {
    border: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
  }
}
.collection {
  margin: 0.5rem 0 1rem 0;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.collection .collection-item {
  background-color: #fff;
  line-height: 1.5rem;
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}
.collection .collection-item.avatar {
  min-height: 84px;
  padding-left: 72px;
  position: relative;
}
.collection .collection-item.avatar:not(.circle-clipper) > .circle,
.collection .collection-item.avatar :not(.circle-clipper) > .circle {
  position: absolute;
  width: 42px;
  height: 42px;
  overflow: hidden;
  left: 15px;
  display: inline-block;
  vertical-align: middle;
}
.collection .collection-item.avatar i.circle {
  font-size: 18px;
  line-height: 42px;
  color: #fff;
  background-color: #999;
  text-align: center;
}
.collection .collection-item.avatar .title {
  font-size: 16px;
}
.collection .collection-item.avatar p {
  margin: 0;
}
.collection .collection-item.avatar .secondary-content {
  position: absolute;
  top: 16px;
  right: 16px;
}
.collection .collection-item:last-child {
  border-bottom: none;
}
.collection .collection-item.active {
  background-color: #f44336;
  color: #fff;
}
.collection .collection-item.active .secondary-content {
  color: #fff;
}
.collection a.collection-item {
  display: block;
  transition: 0.25s;
  color: #f44336;
}
.collection a.collection-item:not(.active):hover {
  background-color: #ddd;
}
.collection.with-header .collection-header {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 20px;
}
.collection.with-header .collection-item {
  padding-left: 30px;
}
.collection.with-header .collection-item.avatar {
  padding-left: 72px;
}

.secondary-content {
  float: right;
  color: #f44336;
}

.collapsible .collection {
  margin: 0;
  border: none;
}

.video-container {
  position: relative;
  padding-bottom: 50.25%;
  height: 0;
  overflow: hidden;
  background-color: #2c3345;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.progress {
  position: relative;
  height: 11px;
  display: inline-block;
  width: calc(100% - 35px);
  background-color: #d9e0ea;
  border-radius: 20px;
  overflow: hidden;
}
.progress .determinate {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #43bd33;
  transition: width 0.3s linear;
}
.progress .indeterminate {
  background-color: #43bd33;
}
.progress .indeterminate:before {
  content: "";
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.progress .indeterminate:after {
  content: "";
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1)
    infinite;
  animation-delay: 1.15s;
}

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
/*******************
  Utility Classes
*******************/
.hide {
  display: none !important;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.no-select,
input[type="range"],
input[type="range"] + .thumb {
  user-select: none;
}

.circle {
  border-radius: 50%;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 55px;
}

.no-padding {
  padding: 0 !important;
}

.container {
  margin: 0 auto;
  max-width: 1560px;
  width: 92%;
}

@media only screen and (min-width: 601px) {
  .container {
    width: 85%;
  }
}
@media only screen and (min-width: 993px) {
  .container {
    width: 80%;
  }
}
.col .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.section.no-pad {
  padding: 0;
}
.section.no-pad-bot {
  padding-bottom: 0;
}
.section.no-pad-top {
  padding-top: 0;
}

.row {
  margin-left: auto;
  margin-right: auto;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row .col {
  float: left;
  box-sizing: border-box;
  padding: 0 0.75rem;
  min-height: 1px;
}
.row .col[class*="push-"],
.row .col[class*="pull-"] {
  position: relative;
}
.row .col.s1 {
  width: 8.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s2 {
  width: 16.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s4 {
  width: 33.33%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s5 {
  width: 41.67%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s7 {
  width: 58.33%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s8 {
  width: 66.67%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s10 {
  width: 83.33%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s11 {
  width: 91.67%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.offset-s1 {
  margin-left: 8.33%;
}
.row .col.pull-s1 {
  right: 8.33%;
}
.row .col.push-s1 {
  left: 8.33%;
}
.row .col.offset-s2 {
  margin-left: 16.67%;
}
.row .col.pull-s2 {
  right: 16.67%;
}
.row .col.push-s2 {
  left: 16.67%;
}
.row .col.offset-s3 {
  margin-left: 25%;
}
.row .col.pull-s3 {
  right: 25%;
}
.row .col.push-s3 {
  left: 25%;
}
.row .col.offset-s4 {
  margin-left: 33.33%;
}
.row .col.pull-s4 {
  right: 33.33%;
}
.row .col.push-s4 {
  left: 33.33%;
}
.row .col.offset-s5 {
  margin-left: 41.67%;
}
.row .col.pull-s5 {
  right: 41.67%;
}
.row .col.push-s5 {
  left: 41.67%;
}
.row .col.offset-s6 {
  margin-left: 50%;
}
.row .col.pull-s6 {
  right: 50%;
}
.row .col.push-s6 {
  left: 50%;
}
.row .col.offset-s7 {
  margin-left: 58.33%;
}
.row .col.pull-s7 {
  right: 58.33%;
}
.row .col.push-s7 {
  left: 58.33%;
}
.row .col.offset-s8 {
  margin-left: 66.67%;
}
.row .col.pull-s8 {
  right: 66.67%;
}
.row .col.push-s8 {
  left: 66.67%;
}
.row .col.offset-s9 {
  margin-left: 75%;
}
.row .col.pull-s9 {
  right: 75%;
}
.row .col.push-s9 {
  left: 75%;
}
.row .col.offset-s10 {
  margin-left: 83.33%;
}
.row .col.pull-s10 {
  right: 83.33%;
}
.row .col.push-s10 {
  left: 83.33%;
}
.row .col.offset-s11 {
  margin-left: 91.67%;
}
.row .col.pull-s11 {
  right: 91.67%;
}
.row .col.push-s11 {
  left: 91.67%;
}
.row .col.offset-s12 {
  margin-left: 100%;
}
.row .col.pull-s12 {
  right: 100%;
}
.row .col.push-s12 {
  left: 100%;
}
@media only screen and (min-width: 601px) {
  .row .col.m1 {
    width: 8.33%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m2 {
    width: 16.67%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m4 {
    width: 33.33%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m5 {
    width: 41.67%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m7 {
    width: 58.33%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m8 {
    width: 66.67%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m10 {
    width: 83.33%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m11 {
    width: 91.67%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-m1 {
    margin-left: 8.33%;
  }
  .row .col.pull-m1 {
    right: 8.33%;
  }
  .row .col.push-m1 {
    left: 8.33%;
  }
  .row .col.offset-m2 {
    margin-left: 16.67%;
  }
  .row .col.pull-m2 {
    right: 16.67%;
  }
  .row .col.push-m2 {
    left: 16.67%;
  }
  .row .col.offset-m3 {
    margin-left: 25%;
  }
  .row .col.pull-m3 {
    right: 25%;
  }
  .row .col.push-m3 {
    left: 25%;
  }
  .row .col.offset-m4 {
    margin-left: 33.33%;
  }
  .row .col.pull-m4 {
    right: 33.33%;
  }
  .row .col.push-m4 {
    left: 33.33%;
  }
  .row .col.offset-m5 {
    margin-left: 41.67%;
  }
  .row .col.pull-m5 {
    right: 41.67%;
  }
  .row .col.push-m5 {
    left: 41.67%;
  }
  .row .col.offset-m6 {
    margin-left: 50%;
  }
  .row .col.pull-m6 {
    right: 50%;
  }
  .row .col.push-m6 {
    left: 50%;
  }
  .row .col.offset-m7 {
    margin-left: 58.33%;
  }
  .row .col.pull-m7 {
    right: 58.33%;
  }
  .row .col.push-m7 {
    left: 58.33%;
  }
  .row .col.offset-m8 {
    margin-left: 66.67%;
  }
  .row .col.pull-m8 {
    right: 66.67%;
  }
  .row .col.push-m8 {
    left: 66.67%;
  }
  .row .col.offset-m9 {
    margin-left: 75%;
  }
  .row .col.pull-m9 {
    right: 75%;
  }
  .row .col.push-m9 {
    left: 75%;
  }
  .row .col.offset-m10 {
    margin-left: 83.33%;
  }
  .row .col.pull-m10 {
    right: 83.33%;
  }
  .row .col.push-m10 {
    left: 83.33%;
  }
  .row .col.offset-m11 {
    margin-left: 91.67%;
  }
  .row .col.pull-m11 {
    right: 91.67%;
  }
  .row .col.push-m11 {
    left: 91.67%;
  }
  .row .col.offset-m12 {
    margin-left: 100%;
  }
  .row .col.pull-m12 {
    right: 100%;
  }
  .row .col.push-m12 {
    left: 100%;
  }
}
@media only screen and (min-width: 993px) {
  .row .col.l1 {
    width: 8.33%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l2 {
    width: 16.67%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l4 {
    width: 33.33%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l5 {
    width: 41.67%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l7 {
    width: 58.33%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l8 {
    width: 66.67%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l10 {
    width: 83.33%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l11 {
    width: 91.67%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-l1 {
    margin-left: 8.33%;
  }
  .row .col.pull-l1 {
    right: 8.33%;
  }
  .row .col.push-l1 {
    left: 8.33%;
  }
  .row .col.offset-l2 {
    margin-left: 16.67%;
  }
  /*.row .col.pull-l2 {
    right: 16.67%;
  }*/
  .row .col.push-l2 {
    left: 16.67%;
  }
  .row .col.offset-l3 {
    margin-left: 25%;
  }
  .row .col.pull-l3 {
    right: 25%;
  }
  .row .col.push-l3 {
    left: 25%;
  }
  .row .col.offset-l4 {
    margin-left: 33.33%;
  }
  .row .col.pull-l4 {
    right: 33.33%;
  }
  .row .col.push-l4 {
    left: 33.33%;
  }
  .row .col.offset-l5 {
    margin-left: 41.67%;
  }
  .row .col.pull-l5 {
    right: 41.67%;
  }
  .row .col.push-l5 {
    left: 41.67%;
  }
  .row .col.offset-l6 {
    margin-left: 50%;
  }
  .row .col.pull-l6 {
    right: 50%;
  }
  .row .col.push-l6 {
    left: 50%;
  }
  .row .col.offset-l7 {
    margin-left: 58.33%;
  }
  .row .col.pull-l7 {
    right: 58.33%;
  }
  .row .col.push-l7 {
    left: 58.33%;
  }
  .row .col.offset-l8 {
    margin-left: 66.67%;
  }
  .row .col.pull-l8 {
    right: 66.67%;
  }
  .row .col.push-l8 {
    left: 66.67%;
  }
  .row .col.offset-l9 {
    margin-left: 75%;
  }
  .row .col.pull-l9 {
    right: 75%;
  }
  .row .col.push-l9 {
    left: 75%;
  }
  .row .col.offset-l10 {
    margin-left: 83.33%;
  }
  .row .col.pull-l10 {
    right: 83.33%;
  }
  .row .col.push-l10 {
    left: 83.33%;
  }
  .row .col.offset-l11 {
    margin-left: 91.67%;
  }
  .row .col.pull-l11 {
    right: 91.67%;
  }
  .row .col.push-l11 {
    left: 91.67%;
  }
  .row .col.offset-l12 {
    margin-left: 100%;
  }
  .row .col.pull-l12 {
    right: 100%;
  }
  .row .col.push-l12 {
    left: 100%;
  }
}
@media only screen and (min-width: 1201px) {
  .row .col.xl1 {
    width: 8.33%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl2 {
    width: 16.67%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl4 {
    width: 33.33%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl5 {
    width: 41.67%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl7 {
    width: 58.33%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl8 {
    width: 66.67%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl10 {
    width: 83.33%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl11 {
    width: 91.67%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-xl1 {
    margin-left: 8.33%;
  }
  .row .col.pull-xl1 {
    right: 8.33%;
  }
  .row .col.push-xl1 {
    left: 8.33%;
  }
  .row .col.offset-xl2 {
    margin-left: 16.67%;
  }
  .row .col.pull-xl2 {
    right: 16.67%;
  }
  .row .col.push-xl2 {
    left: 16.67%;
  }
  .row .col.offset-xl3 {
    margin-left: 25%;
  }
  .row .col.pull-xl3 {
    right: 25%;
  }
  .row .col.push-xl3 {
    left: 25%;
  }
  .row .col.offset-xl4 {
    margin-left: 33.33%;
  }
  .row .col.pull-xl4 {
    right: 33.33%;
  }
  .row .col.push-xl4 {
    left: 33.33%;
  }
  .row .col.offset-xl5 {
    margin-left: 41.67%;
  }
  .row .col.pull-xl5 {
    right: 41.67%;
  }
  .row .col.push-xl5 {
    left: 41.67%;
  }
  .row .col.offset-xl6 {
    margin-left: 50%;
  }
  .row .col.pull-xl6 {
    right: 50%;
  }
  .row .col.push-xl6 {
    left: 50%;
  }
  .row .col.offset-xl7 {
    margin-left: 58.33%;
  }
  .row .col.pull-xl7 {
    right: 58.33%;
  }
  .row .col.push-xl7 {
    left: 58.33%;
  }
  .row .col.offset-xl8 {
    margin-left: 66.67%;
  }
  .row .col.pull-xl8 {
    right: 66.67%;
  }
  .row .col.push-xl8 {
    left: 66.67%;
  }
  .row .col.offset-xl9 {
    margin-left: 75%;
  }
  .row .col.pull-xl9 {
    right: 75%;
  }
  .row .col.push-xl9 {
    left: 75%;
  }
  .row .col.offset-xl10 {
    margin-left: 83.33%;
  }
  .row .col.pull-xl10 {
    right: 83.33%;
  }
  .row .col.push-xl10 {
    left: 83.33%;
  }
  .row .col.offset-xl11 {
    margin-left: 91.67%;
  }
  .row .col.pull-xl11 {
    right: 91.67%;
  }
  .row .col.push-xl11 {
    left: 91.67%;
  }
  .row .col.offset-xl12 {
    margin-left: 100%;
  }
  .row .col.pull-xl12 {
    right: 100%;
  }
  .row .col.push-xl12 {
    left: 100%;
  }
}

nav {
  color: #f3f7fa;
  width: 100%;
  height: 56px;
  line-height: 56px;
}
nav.nav-extended {
  height: auto;
}
nav.nav-extended .nav-wrapper {
  min-height: 56px;
  height: auto;
}
nav.nav-extended .nav-content {
  position: relative;
  line-height: normal;
}
nav a {
  color: #f3f7fa;
}
nav i,
nav [class^="mdi-"],
nav [class*="mdi-"],
nav i.material-icons {
  display: block;
  font-size: 24px;
  height: 56px;
  line-height: 56px;
}
nav .nav-wrapper {
  position: relative;
  height: 100%;
}
@media only screen and (min-width: 993px) {
  nav a.sidenav-trigger {
    display: none;
  }
}
nav .sidenav-trigger {
  float: left;
  position: relative;
  z-index: 1;
  height: 56px;
  margin: 0 18px;
}
nav .sidenav-trigger i {
  height: 56px;
  line-height: 56px;
}
nav ul {
  margin: 0;
}
nav ul li {
  transition: background-color 0.3s;
  float: left;
  padding: 0;
}
nav ul a {
  transition: background-color 0.3s;
  font-size: 0.9rem;
  color: #d9e0ea;
  display: block;
  cursor: pointer;
  padding: 32px 0.6vw;
}
nav ul a.active {
  color: #43bd33;
  border-top: 4px solid #43bd33;
}
nav ul a.btn,
nav ul a.btn-large,
nav ul a.btn-small,
nav ul a.btn-large,
nav ul a.btn-flat,
nav ul a.btn-floating {
  margin-top: -2px;
  margin-left: 15px;
  margin-right: 15px;
}
nav ul a.btn > .material-icons,
nav ul a.btn-large > .material-icons,
nav ul a.btn-small > .material-icons,
nav ul a.btn-large > .material-icons,
nav ul a.btn-flat > .material-icons,
nav ul a.btn-floating > .material-icons {
  height: inherit;
  line-height: inherit;
}
nav ul.left {
  float: left;
}
nav form {
  height: 100%;
}
nav .input-field {
  margin: 0;
  height: 100%;
}
nav .input-field input {
  height: 100%;
  font-size: 1.2rem;
  border: none;
  padding-left: 2rem;
}
nav .input-field input:focus,
nav .input-field input[type="text"]:valid,
nav .input-field input[type="password"]:valid,
nav .input-field input[type="email"]:valid,
nav .input-field input[type="url"]:valid,
nav .input-field input[type="date"]:valid {
  border: none;
  box-shadow: none;
}
nav .input-field label {
  top: 0;
  left: 0;
}
nav .input-field label i {
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.3s;
}
nav .input-field label.active i {
  color: #f3f7fa;
}

.navbar-fixed {
  position: relative;
  height: 56px;
  z-index: 997;
}
.navbar-fixed nav {
  position: fixed;
}

@media only screen and (min-width: 601px) {
  nav.nav-extended .nav-wrapper {
    min-height: 100px;
  }

  nav,
  nav .nav-wrapper i,
  nav a.sidenav-trigger,
  nav a.sidenav-trigger i {
    height: 100px;
    line-height: 24px;
  }

  .navbar-fixed {
    height: 100px;
  }
}
a {
  text-decoration: none;
}

html {
  line-height: 1.5;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: normal;
  color: #373f4e;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 100;
}

h1 {
  font-size: 3.2rem;
  line-height: 160%;
  margin: 0;
}

h2 {
  font-size: 1.3rem;
  line-height: 160%;
  margin: 0;
}

h3 {
  font-size: 1.2rem;
  line-height: 150%;
  margin: 0;
}

h4 {
  font-size: 1.05rem;
  line-height: 160%;
  margin: 0;
}

h5 {
  font-size: 1rem;
  line-height: 130%;
  margin: 0;
}

h6 {
  font-size: 0.8rem;
  line-height: 160%;
  margin: 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: 500;
}

small {
  font-size: 75%;
}

.light {
  font-weight: 300;
}

.thin {
  font-weight: 200;
}

@media only screen and (min-width: 360px) {
  .flow-text {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 390px) {
  .flow-text {
    font-size: 1.224rem;
  }
}
@media only screen and (min-width: 420px) {
  .flow-text {
    font-size: 1.248rem;
  }
}
@media only screen and (min-width: 450px) {
  .flow-text {
    font-size: 1.27rem;
  }
}
@media only screen and (min-width: 480px) {
  .flow-text {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 510px) {
  .flow-text {
    font-size: 1.32rem;
  }
}
@media only screen and (min-width: 540px) {
  .flow-text {
    font-size: 1.34rem;
  }
}
@media only screen and (min-width: 570px) {
  .flow-text {
    font-size: 1.37rem;
  }
}
@media only screen and (min-width: 600px) {
  .flow-text {
    font-size: 1.39rem;
  }
}
@media only screen and (min-width: 630px) {
  .flow-text {
    font-size: 1.42rem;
  }
}
@media only screen and (min-width: 660px) {
  .flow-text {
    font-size: 1.44rem;
  }
}
@media only screen and (min-width: 690px) {
  .flow-text {
    font-size: 1.46rem;
  }
}
@media only screen and (min-width: 720px) {
  .flow-text {
    font-size: 1.49rem;
  }
}
@media only screen and (min-width: 750px) {
  .flow-text {
    font-size: 1.51rem;
  }
}
@media only screen and (min-width: 780px) {
  .flow-text {
    font-size: 1.54rem;
  }
}
@media only screen and (min-width: 810px) {
  .flow-text {
    font-size: 1.56rem;
  }
}
@media only screen and (min-width: 840px) {
  .flow-text {
    font-size: 1.58rem;
  }
}
@media only screen and (min-width: 870px) {
  .flow-text {
    font-size: 1.61rem;
  }
}
@media only screen and (min-width: 900px) {
  .flow-text {
    font-size: 1.63rem;
  }
}
@media only screen and (min-width: 930px) {
  .flow-text {
    font-size: 1.66rem;
  }
}
@media only screen and (min-width: 960px) {
  .flow-text {
    font-size: 1.68rem;
  }
}
@media only screen and (max-width: 360px) {
  .flow-text {
    font-size: 1.2rem;
  }
}

.scale-transition {
  transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
}
.scale-transition.scale-out {
  transform: scale(0);
  transition: transform 0.2s !important;
}
.scale-transition.scale-in {
  transform: scale(1);
}

.tabs {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  height: 54px;
  width: 100%;
  margin: 30px auto 0;
  white-space: nowrap;
}
.tabs.tabs-transparent {
  background-color: transparent;
}
.tabs.tabs-transparent .tab a,
.tabs.tabs-transparent .tab.disabled a,
.tabs.tabs-transparent .tab.disabled a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.tabs.tabs-transparent .tab a:hover,
.tabs.tabs-transparent .tab a.active {
  color: #fff;
}
.tabs.tabs-transparent .indicator {
  background-color: #fff;
}
.tabs.tabs-fixed-width {
  display: flex;
}
.tabs.tabs-fixed-width .tab {
  flex-grow: 1;
}
.tabs::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d9e0ea;
}
.tabs .tab {
  display: inline-block;
  text-align: center;
  line-height: 52px;
  height: 56px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
.tabs .tab a {
  color: rgba(55, 63, 78, 0.8);
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  font-size: 1.1rem;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: color 0.28s ease, background-color 0.28s ease;
}
.tabs .tab a:focus,
.tabs .tab a:focus.active {
  background-color: rgba(243, 247, 250, 0.5);
  outline: none;
}
.tabs .tab a:hover,
.tabs .tab a.active {
  background-color: transparent;
  color: #373f4e;
}
.tabs .tab.disabled a,
.tabs .tab.disabled a:hover {
  color: rgba(55, 63, 78, 0.4);
  cursor: default;
}
.tabs .indicator {
  position: absolute;
  bottom: 0;
  height: 3px;
  background-color: #43bd33;
  will-change: left, right;
  z-index: 1;
}

@media only screen and (max-width: 992px) {
  .tabs {
    display: flex;
  }
  .tabs .tab {
    flex-grow: 1;
  }
  .tabs .tab a {
    padding: 0 10px;
  }
}
.btn,
.btn-large,
.btn-small,
.btn-flat {
  border: none;
  border-radius: 3px;
  display: inline-block;
  height: 38px;
  line-height: 36px;
  padding: 0 20px 4px;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
}

.btn.disabled,
.disabled.btn-large,
.disabled.btn-small,
.btn-floating.disabled,
.btn-large.disabled,
.btn-small.disabled,
.btn-flat.disabled,
.btn:disabled,
.btn-large:disabled,
.btn-small:disabled,
.btn-floating:disabled,
.btn-large:disabled,
.btn-small:disabled,
.btn-flat:disabled,
.btn[disabled],
[disabled].btn-large,
[disabled].btn-small,
.btn-floating[disabled],
.btn-large[disabled],
.btn-small[disabled],
.btn-flat[disabled] {
  pointer-events: none;
  background-color: #dfdfdf !important;
  box-shadow: none;
  color: #9f9f9f !important;
  cursor: default;
}
.btn.disabled:hover,
.disabled.btn-large:hover,
.disabled.btn-small:hover,
.btn-floating.disabled:hover,
.btn-large.disabled:hover,
.btn-small.disabled:hover,
.btn-flat.disabled:hover,
.btn:disabled:hover,
.btn-large:disabled:hover,
.btn-small:disabled:hover,
.btn-floating:disabled:hover,
.btn-large:disabled:hover,
.btn-small:disabled:hover,
.btn-flat:disabled:hover,
.btn[disabled]:hover,
[disabled].btn-large:hover,
[disabled].btn-small:hover,
.btn-floating[disabled]:hover,
.btn-large[disabled]:hover,
.btn-small[disabled]:hover,
.btn-flat[disabled]:hover {
  background-color: #dfdfdf !important;
  color: #9f9f9f !important;
}

.btn,
.btn-large,
.btn-small,
.btn-large {
  font-size: 1rem;
  outline: 0;
}
.btn i,
.btn-large i,
.btn-small i,
.btn-large i {
  font-size: 1.4rem;
  line-height: inherit;
  top: 2px;
}

.btn:focus,
.btn-large:focus,
.btn-small:focus,
.btn-floating:focus {
  background-color: #43bd33;
}

.btn,
.btn-large,
.btn-small {
  text-decoration: none;
  color: #fff;
  background-color: #43bd33;
  text-align: center;
  transition: background-color 0.2s ease-out;
  cursor: pointer;
}
.btn:hover,
.btn-large:hover,
.btn-small:hover {
  background-color: #43bd33;
}

.btn-floating {
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background-color: #373f4e;
  border-radius: 50%;
  transition: background-color 0.3s;
  cursor: pointer;
  vertical-align: middle;
}
.btn-floating:hover,
.btn-floating:focus {
  background-color: #43bd33;
  color: #fff;
}
.btn-floating:before {
  border-radius: 0;
}
.btn-floating.btn-large {
  width: 56px;
  height: 56px;
  padding: 0;
}
.btn-floating.btn-large.halfway-fab {
  bottom: -28px;
}
.btn-floating.btn-large i {
  line-height: 56px;
}
.btn-floating.btn-small {
  width: 34.2px;
  height: 34.2px;
}
.btn-floating.btn-small.halfway-fab {
  bottom: -17.1px;
}
.btn-floating.btn-small i {
  line-height: 34.2px;
}
.btn-floating.halfway-fab {
  position: absolute;
  right: 24px;
  bottom: -20px;
}
.btn-floating.halfway-fab.left {
  right: auto;
  left: 24px;
}
.btn-floating i {
  width: inherit;
  display: inline-block;
  text-align: center;
  color: inherit;
  font-size: 2rem;
  line-height: 46px;
  margin-right: 1px;
}

button.btn-floating {
  border: none;
}

.fixed-action-btn {
  position: fixed;
  right: 23px;
  bottom: 23px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 997;
}
.fixed-action-btn.active ul {
  visibility: visible;
}
.fixed-action-btn.direction-left,
.fixed-action-btn.direction-right {
  padding: 0 0 0 15px;
}
.fixed-action-btn.direction-left ul,
.fixed-action-btn.direction-right ul {
  text-align: right;
  right: 64px;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  left: auto;
  /*width 100% only goes to width of button container */
  width: 500px;
}
.fixed-action-btn.direction-left ul li,
.fixed-action-btn.direction-right ul li {
  display: inline-block;
  margin: 7.5px 15px 0 0;
}
.fixed-action-btn.direction-right {
  padding: 0 15px 0 0;
}
.fixed-action-btn.direction-right ul {
  text-align: left;
  direction: rtl;
  left: 64px;
  right: auto;
}
.fixed-action-btn.direction-right ul li {
  margin: 7.5px 0 0 15px;
}
.fixed-action-btn.direction-bottom {
  padding: 0 0 15px 0;
}
.fixed-action-btn.direction-bottom ul {
  top: 64px;
  bottom: auto;
  display: flex;
  flex-direction: column-reverse;
}
.fixed-action-btn.direction-bottom ul li {
  margin: 15px 0 0 0;
}
.fixed-action-btn.toolbar {
  padding: 0;
  height: 56px;
}
.fixed-action-btn.toolbar.active > a i {
  opacity: 0;
}
.fixed-action-btn.toolbar ul {
  display: flex;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.fixed-action-btn.toolbar ul li {
  flex: 1;
  display: inline-block;
  margin: 0;
  height: 100%;
  transition: none;
}
.fixed-action-btn.toolbar ul li a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  box-shadow: none;
  color: #fff;
  line-height: 56px;
  z-index: 1;
}
.fixed-action-btn.toolbar ul li a i {
  line-height: inherit;
}
.fixed-action-btn ul {
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  bottom: 64px;
  margin: 0;
  visibility: hidden;
}
.fixed-action-btn ul li {
  margin-bottom: 15px;
}
.fixed-action-btn ul a.btn-floating {
  opacity: 0;
}
.fixed-action-btn .fab-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 40px;
  height: 40px;
  background-color: #f44336;
  border-radius: 50%;
  transform: scale(0);
}

.btn-flat {
  background-color: #fff;
  color: #43bd33;
  cursor: pointer;
  border: 1px solid #d9e0ea;
  transition: background-color 0.2s;
  font-size: 1.1rem;
}
.btn-flat:focus {
  background-color: rgba(0, 0, 0, 0.1);
}
.btn-flat.disabled {
  background-color: transparent !important;
  color: #b3b3b3 !important;
  cursor: default;
}
.btn-flat i {
  font-size: 1.6rem;
  margin-left: 0;
}

.btn-large {
  height: 51.3px;
  line-height: 48.3px;
  font-size: 1.2rem;
  padding: 0 28px;
}

.btn-small {
  height: 34.2px;
  line-height: 34.2px;
  font-size: 13px;
}
.btn-small i {
  font-size: 1.2rem;
}

.dropdown-content {
  background-color: #2c3345;
  margin: 0;
  display: none;
  min-width: 200px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  transform-origin: 0 0;
}
.dropdown-content:focus {
  outline: 0;
}
.dropdown-content li {
  border-bottom: 1px solid #424b5d;
  clear: both;
  color: #373f4e;
  min-height: 46px;
  line-height: 1.5rem;
  width: 100%;
  text-align: left;
}
.dropdown-content li:last-child {
  border-bottom: 1px solid transparent;
}
.dropdown-content li:focus,
.dropdown-content li:hover,
.dropdown-content li.active {
  outline: none;
  background-color: #2c3345;
}
.dropdown-content li > a,
.dropdown-content li > span {
  font-size: 0.95rem;
  color: #fff;
  display: block;
  line-height: 22px;
  padding: 10px 16px;
}
.dropdown-content li > a:hover {
  background-color: #43bd33;
}
.dropdown-content li > span > label {
  top: 1px;
  left: 0;
  height: 18px;
}
.dropdown-content li > a > i {
  height: inherit;
  line-height: inherit;
  float: left;
  margin: 0 24px 0 0;
  width: 24px;
}

.input-field.col .dropdown-content [type="checkbox"] + label {
  top: 1px;
  left: 0;
  height: 18px;
  transform: none;
}

/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  transition: 0.3s ease-out;
}
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.7s ease-out;
  transition-property: transform, opacity;
  transform: scale(0);
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.45);
}
.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}
.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}
.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}
.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}
.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}
.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}
.waves-effect input[type="button"],
.waves-effect input[type="reset"],
.waves-effect input[type="submit"] {
  border: 0;
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: none;
}
.waves-effect img {
  position: relative;
  z-index: -1;
}

.waves-notransition {
  transition: none !important;
}

.waves-circle {
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}
.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}

.waves-block {
  display: block;
}

/* Firefox Bug: link not triggered */
.waves-effect .waves-ripple {
  z-index: -1;
}

.modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 0;
  max-height: 70%;
  width: 55%;
  margin: auto;
  overflow-y: auto;
  border-radius: 2px;
  will-change: top, opacity;
}
@media only screen and (max-width: 992px) {
  .modal {
    width: 80%;
  }
}
.modal h1,
.modal h2,
.modal h3,
.modal h4 {
  margin-top: 0;
}
.modal .modal-content {
  padding: 24px;
}
.modal .modal-close {
  cursor: pointer;
}
.modal .modal-footer {
  border-radius: 0 0 2px 2px;
  background-color: #fafafa;
  padding: 4px 6px;
  height: 56px;
  width: 100%;
  text-align: right;
}
.modal .modal-footer .btn,
.modal .modal-footer .btn-large,
.modal .modal-footer .btn-small,
.modal .modal-footer .btn-flat {
  margin: 6px 0;
}

.modal-overlay {
  position: fixed;
  z-index: 999;
  top: -25%;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #000;
  display: none;
  will-change: opacity;
}

.modal.modal-fixed-footer {
  padding: 0;
  height: 70%;
}
.modal.modal-fixed-footer .modal-content {
  position: absolute;
  height: calc(100% - 56px);
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
}
.modal.modal-fixed-footer .modal-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
}

.modal.bottom-sheet {
  top: auto;
  bottom: -100%;
  margin: 0;
  width: 100%;
  max-height: 45%;
  border-radius: 0;
  will-change: bottom, opacity;
}

.collapsible {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin: 0.5rem 0 1rem 0;
}

.collapsible-header {
  display: flex;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.5;
  padding: 1rem;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
.collapsible-header i {
  width: 2rem;
  font-size: 1.6rem;
  display: inline-block;
  text-align: center;
  margin-right: 1rem;
}

.collapsible-body {
  display: none;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  padding: 2rem;
}

.sidenav .collapsible,
.sidenav.fixed .collapsible {
  border: none;
  box-shadow: none;
}
.sidenav .collapsible li,
.sidenav.fixed .collapsible li {
  padding: 0;
}
.sidenav .collapsible-header,
.sidenav.fixed .collapsible-header {
  color: #fff;
  background-color: transparent;
  border: none;
  line-height: inherit;
  height: inherit;
  padding: 0 32px;
}
.sidenav .collapsible-header:hover,
.sidenav.fixed .collapsible-header:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.sidenav .collapsible-header i,
.sidenav.fixed .collapsible-header i {
  line-height: inherit;
  color: inherit;
}
.sidenav .collapsible-body,
.sidenav.fixed .collapsible-body {
  border: 0;
  background-color: #3f495a;
}
.sidenav .collapsible-body li a,
.sidenav.fixed .collapsible-body li a {
  padding: 0 41px 0 31px;
  border-bottom: 1px solid #485266;
}

.collapsible.popout {
  border: none;
  box-shadow: none;
}
.collapsible.popout > li {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin: 0 24px;
  transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.collapsible.popout > li.active {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  margin: 16px 0;
}

select:focus {
  outline: 1px solid white;
}

button:focus {
  outline: none;
  background-color: #f44336;
}

label {
  font-size: 0.8rem;
  color: #43bd33;
}

/* Text Inputs + Textarea
   ========================================================================== */
/* Style Placeholders */
::placeholder {
  color: #d9e0ea;
}

/* Text inputs */
input:not([type]),
input[type="text"]:not(.browser-default),
input[type="password"]:not(.browser-default),
input[type="email"]:not(.browser-default),
input[type="url"]:not(.browser-default),
input[type="time"]:not(.browser-default),
input[type="date"]:not(.browser-default),
input[type="datetime"]:not(.browser-default),
input[type="datetime-local"]:not(.browser-default),
input[type="tel"]:not(.browser-default),
input[type="number"]:not(.browser-default),
input[type="search"]:not(.browser-default),
textarea.materialize-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #373f4e;
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 0.95rem;
  margin: 0 0 8px 0;
  padding: 0;
  box-shadow: none;
  box-sizing: content-box;
  transition: box-shadow 0.3s, border 0.3s;
}
input:not([type]):disabled,
input:not([type])[readonly="readonly"],
input[type="text"]:not(.browser-default):disabled,
input[type="text"]:not(.browser-default)[readonly="readonly"],
input[type="password"]:not(.browser-default):disabled,
input[type="password"]:not(.browser-default)[readonly="readonly"],
input[type="email"]:not(.browser-default):disabled,
input[type="email"]:not(.browser-default)[readonly="readonly"],
input[type="url"]:not(.browser-default):disabled,
input[type="url"]:not(.browser-default)[readonly="readonly"],
input[type="time"]:not(.browser-default):disabled,
input[type="time"]:not(.browser-default)[readonly="readonly"],
input[type="date"]:not(.browser-default):disabled,
input[type="date"]:not(.browser-default)[readonly="readonly"],
input[type="datetime"]:not(.browser-default):disabled,
input[type="datetime"]:not(.browser-default)[readonly="readonly"],
input[type="datetime-local"]:not(.browser-default):disabled,
input[type="datetime-local"]:not(.browser-default)[readonly="readonly"],
input[type="tel"]:not(.browser-default):disabled,
input[type="tel"]:not(.browser-default)[readonly="readonly"],
input[type="number"]:not(.browser-default):disabled,
input[type="number"]:not(.browser-default)[readonly="readonly"],
input[type="search"]:not(.browser-default):disabled,
input[type="search"]:not(.browser-default)[readonly="readonly"],
textarea.materialize-textarea:disabled,
textarea.materialize-textarea[readonly="readonly"] {
  color: rgba(0, 0, 0, 0.42);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.42);
}
input:not([type]):disabled + label,
input:not([type])[readonly="readonly"] + label,
input[type="text"]:not(.browser-default):disabled + label,
input[type="text"]:not(.browser-default)[readonly="readonly"] + label,
input[type="password"]:not(.browser-default):disabled + label,
input[type="password"]:not(.browser-default)[readonly="readonly"] + label,
input[type="email"]:not(.browser-default):disabled + label,
input[type="email"]:not(.browser-default)[readonly="readonly"] + label,
input[type="url"]:not(.browser-default):disabled + label,
input[type="url"]:not(.browser-default)[readonly="readonly"] + label,
input[type="time"]:not(.browser-default):disabled + label,
input[type="time"]:not(.browser-default)[readonly="readonly"] + label,
input[type="date"]:not(.browser-default):disabled + label,
input[type="date"]:not(.browser-default)[readonly="readonly"] + label,
input[type="datetime"]:not(.browser-default):disabled + label,
input[type="datetime"]:not(.browser-default)[readonly="readonly"] + label,
input[type="datetime-local"]:not(.browser-default):disabled + label,
input[type="datetime-local"]:not(.browser-default)[readonly="readonly"] + label,
input[type="tel"]:not(.browser-default):disabled + label,
input[type="tel"]:not(.browser-default)[readonly="readonly"] + label,
input[type="number"]:not(.browser-default):disabled + label,
input[type="number"]:not(.browser-default)[readonly="readonly"] + label,
input[type="search"]:not(.browser-default):disabled + label,
input[type="search"]:not(.browser-default)[readonly="readonly"] + label,
textarea.materialize-textarea:disabled + label,
textarea.materialize-textarea[readonly="readonly"] + label {
  color: rgba(0, 0, 0, 0.42);
}
input:not([type]):focus:not([readonly]),
input[type="text"]:not(.browser-default):focus:not([readonly]),
input[type="password"]:not(.browser-default):focus:not([readonly]),
input[type="email"]:not(.browser-default):focus:not([readonly]),
input[type="url"]:not(.browser-default):focus:not([readonly]),
input[type="time"]:not(.browser-default):focus:not([readonly]),
input[type="date"]:not(.browser-default):focus:not([readonly]),
input[type="datetime"]:not(.browser-default):focus:not([readonly]),
input[type="datetime-local"]:not(.browser-default):focus:not([readonly]),
input[type="tel"]:not(.browser-default):focus:not([readonly]),
input[type="number"]:not(.browser-default):focus:not([readonly]),
input[type="search"]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #43bd33;
  box-shadow: 0 1px 0 0 #43bd33;
}
input:not([type]):focus:not([readonly]) + label,
input[type="text"]:not(.browser-default):focus:not([readonly]) + label,
input[type="password"]:not(.browser-default):focus:not([readonly]) + label,
input[type="email"]:not(.browser-default):focus:not([readonly]) + label,
input[type="url"]:not(.browser-default):focus:not([readonly]) + label,
input[type="time"]:not(.browser-default):focus:not([readonly]) + label,
input[type="date"]:not(.browser-default):focus:not([readonly]) + label,
input[type="datetime"]:not(.browser-default):focus:not([readonly]) + label,
input[type="datetime-local"]:not(.browser-default):focus:not([readonly])
  + label,
input[type="tel"]:not(.browser-default):focus:not([readonly]) + label,
input[type="number"]:not(.browser-default):focus:not([readonly]) + label,
input[type="search"]:not(.browser-default):focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #43bd33;
}
input:not([type]):focus.valid ~ label,
input[type="text"]:not(.browser-default):focus.valid ~ label,
input[type="password"]:not(.browser-default):focus.valid ~ label,
input[type="email"]:not(.browser-default):focus.valid ~ label,
input[type="url"]:not(.browser-default):focus.valid ~ label,
input[type="time"]:not(.browser-default):focus.valid ~ label,
input[type="date"]:not(.browser-default):focus.valid ~ label,
input[type="datetime"]:not(.browser-default):focus.valid ~ label,
input[type="datetime-local"]:not(.browser-default):focus.valid ~ label,
input[type="tel"]:not(.browser-default):focus.valid ~ label,
input[type="number"]:not(.browser-default):focus.valid ~ label,
input[type="search"]:not(.browser-default):focus.valid ~ label,
textarea.materialize-textarea:focus.valid ~ label {
  color: #43bd33;
}
input:not([type]):focus.invalid ~ label,
input[type="text"]:not(.browser-default):focus.invalid ~ label,
input[type="password"]:not(.browser-default):focus.invalid ~ label,
input[type="email"]:not(.browser-default):focus.invalid ~ label,
input[type="url"]:not(.browser-default):focus.invalid ~ label,
input[type="time"]:not(.browser-default):focus.invalid ~ label,
input[type="date"]:not(.browser-default):focus.invalid ~ label,
input[type="datetime"]:not(.browser-default):focus.invalid ~ label,
input[type="datetime-local"]:not(.browser-default):focus.invalid ~ label,
input[type="tel"]:not(.browser-default):focus.invalid ~ label,
input[type="number"]:not(.browser-default):focus.invalid ~ label,
input[type="search"]:not(.browser-default):focus.invalid ~ label,
textarea.materialize-textarea:focus.invalid ~ label {
  color: #f44336;
}
input:not([type]).validate + label,
input[type="text"]:not(.browser-default).validate + label,
input[type="password"]:not(.browser-default).validate + label,
input[type="email"]:not(.browser-default).validate + label,
input[type="url"]:not(.browser-default).validate + label,
input[type="time"]:not(.browser-default).validate + label,
input[type="date"]:not(.browser-default).validate + label,
input[type="datetime"]:not(.browser-default).validate + label,
input[type="datetime-local"]:not(.browser-default).validate + label,
input[type="tel"]:not(.browser-default).validate + label,
input[type="number"]:not(.browser-default).validate + label,
input[type="search"]:not(.browser-default).validate + label,
textarea.materialize-textarea.validate + label {
  width: 100%;
}

/* Validation Sass Placeholders */
input.valid:not([type]),
input.valid:not([type]):focus,
input[type="text"].valid:not(.browser-default),
input[type="text"].valid:not(.browser-default):focus,
input[type="password"].valid:not(.browser-default),
input[type="password"].valid:not(.browser-default):focus,
input[type="email"].valid:not(.browser-default),
input[type="email"].valid:not(.browser-default):focus,
input[type="url"].valid:not(.browser-default),
input[type="url"].valid:not(.browser-default):focus,
input[type="time"].valid:not(.browser-default),
input[type="time"].valid:not(.browser-default):focus,
input[type="date"].valid:not(.browser-default),
input[type="date"].valid:not(.browser-default):focus,
input[type="datetime"].valid:not(.browser-default),
input[type="datetime"].valid:not(.browser-default):focus,
input[type="datetime-local"].valid:not(.browser-default),
input[type="datetime-local"].valid:not(.browser-default):focus,
input[type="tel"].valid:not(.browser-default),
input[type="tel"].valid:not(.browser-default):focus,
input[type="number"].valid:not(.browser-default),
input[type="number"].valid:not(.browser-default):focus,
input[type="search"].valid:not(.browser-default),
input[type="search"].valid:not(.browser-default):focus,
textarea.materialize-textarea.valid,
textarea.materialize-textarea.valid:focus,
.select-wrapper.valid > input.select-dropdown {
  border-bottom: 1px solid #43bd33;
  box-shadow: 0 1px 0 0 #43bd33;
}

input.invalid:not([type]),
input.invalid:not([type]):focus,
input[type="text"].invalid:not(.browser-default),
input[type="text"].invalid:not(.browser-default):focus,
input[type="password"].invalid:not(.browser-default),
input[type="password"].invalid:not(.browser-default):focus,
input[type="email"].invalid:not(.browser-default),
input[type="email"].invalid:not(.browser-default):focus,
input[type="url"].invalid:not(.browser-default),
input[type="url"].invalid:not(.browser-default):focus,
input[type="time"].invalid:not(.browser-default),
input[type="time"].invalid:not(.browser-default):focus,
input[type="date"].invalid:not(.browser-default),
input[type="date"].invalid:not(.browser-default):focus,
input[type="datetime"].invalid:not(.browser-default),
input[type="datetime"].invalid:not(.browser-default):focus,
input[type="datetime-local"].invalid:not(.browser-default),
input[type="datetime-local"].invalid:not(.browser-default):focus,
input[type="tel"].invalid:not(.browser-default),
input[type="tel"].invalid:not(.browser-default):focus,
input[type="number"].invalid:not(.browser-default),
input[type="number"].invalid:not(.browser-default):focus,
input[type="search"].invalid:not(.browser-default),
input[type="search"].invalid:not(.browser-default):focus,
textarea.materialize-textarea.invalid,
textarea.materialize-textarea.invalid:focus,
.select-wrapper.invalid > input.select-dropdown,
.select-wrapper.invalid > input.select-dropdown:focus {
  border-bottom: 1px solid #f44336;
  box-shadow: 0 1px 0 0 #f44336;
}

input:not([type]).valid ~ .helper-text[data-success],
input:not([type]):focus.valid ~ .helper-text[data-success],
input:not([type]).invalid ~ .helper-text[data-error],
input:not([type]):focus.invalid ~ .helper-text[data-error],
input[type="text"]:not(.browser-default).valid ~ .helper-text[data-success],
input[type="text"]:not(.browser-default):focus.valid
  ~ .helper-text[data-success],
input[type="text"]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type="text"]:not(.browser-default):focus.invalid
  ~ .helper-text[data-error],
input[type="password"]:not(.browser-default).valid ~ .helper-text[data-success],
input[type="password"]:not(.browser-default):focus.valid
  ~ .helper-text[data-success],
input[type="password"]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type="password"]:not(.browser-default):focus.invalid
  ~ .helper-text[data-error],
input[type="email"]:not(.browser-default).valid ~ .helper-text[data-success],
input[type="email"]:not(.browser-default):focus.valid
  ~ .helper-text[data-success],
input[type="email"]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type="email"]:not(.browser-default):focus.invalid
  ~ .helper-text[data-error],
input[type="url"]:not(.browser-default).valid ~ .helper-text[data-success],
input[type="url"]:not(.browser-default):focus.valid
  ~ .helper-text[data-success],
input[type="url"]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type="url"]:not(.browser-default):focus.invalid
  ~ .helper-text[data-error],
input[type="time"]:not(.browser-default).valid ~ .helper-text[data-success],
input[type="time"]:not(.browser-default):focus.valid
  ~ .helper-text[data-success],
input[type="time"]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type="time"]:not(.browser-default):focus.invalid
  ~ .helper-text[data-error],
input[type="date"]:not(.browser-default).valid ~ .helper-text[data-success],
input[type="date"]:not(.browser-default):focus.valid
  ~ .helper-text[data-success],
input[type="date"]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type="date"]:not(.browser-default):focus.invalid
  ~ .helper-text[data-error],
input[type="datetime"]:not(.browser-default).valid ~ .helper-text[data-success],
input[type="datetime"]:not(.browser-default):focus.valid
  ~ .helper-text[data-success],
input[type="datetime"]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type="datetime"]:not(.browser-default):focus.invalid
  ~ .helper-text[data-error],
input[type="datetime-local"]:not(.browser-default).valid
  ~ .helper-text[data-success],
input[type="datetime-local"]:not(.browser-default):focus.valid
  ~ .helper-text[data-success],
input[type="datetime-local"]:not(.browser-default).invalid
  ~ .helper-text[data-error],
input[type="datetime-local"]:not(.browser-default):focus.invalid
  ~ .helper-text[data-error],
input[type="tel"]:not(.browser-default).valid ~ .helper-text[data-success],
input[type="tel"]:not(.browser-default):focus.valid
  ~ .helper-text[data-success],
input[type="tel"]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type="tel"]:not(.browser-default):focus.invalid
  ~ .helper-text[data-error],
input[type="number"]:not(.browser-default).valid ~ .helper-text[data-success],
input[type="number"]:not(.browser-default):focus.valid
  ~ .helper-text[data-success],
input[type="number"]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type="number"]:not(.browser-default):focus.invalid
  ~ .helper-text[data-error],
input[type="search"]:not(.browser-default).valid ~ .helper-text[data-success],
input[type="search"]:not(.browser-default):focus.valid
  ~ .helper-text[data-success],
input[type="search"]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type="search"]:not(.browser-default):focus.invalid
  ~ .helper-text[data-error],
textarea.materialize-textarea.valid ~ .helper-text[data-success],
textarea.materialize-textarea:focus.valid ~ .helper-text[data-success],
textarea.materialize-textarea.invalid ~ .helper-text[data-error],
textarea.materialize-textarea:focus.invalid ~ .helper-text[data-error],
.select-wrapper.valid .helper-text[data-success],
.select-wrapper.invalid ~ .helper-text[data-error] {
  color: transparent;
  user-select: none;
  pointer-events: none;
}

input:not([type]).valid ~ .helper-text:after,
input:not([type]):focus.valid ~ .helper-text:after,
input[type="text"]:not(.browser-default).valid ~ .helper-text:after,
input[type="text"]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type="password"]:not(.browser-default).valid ~ .helper-text:after,
input[type="password"]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type="email"]:not(.browser-default).valid ~ .helper-text:after,
input[type="email"]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type="url"]:not(.browser-default).valid ~ .helper-text:after,
input[type="url"]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type="time"]:not(.browser-default).valid ~ .helper-text:after,
input[type="time"]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type="date"]:not(.browser-default).valid ~ .helper-text:after,
input[type="date"]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type="datetime"]:not(.browser-default).valid ~ .helper-text:after,
input[type="datetime"]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type="datetime-local"]:not(.browser-default).valid ~ .helper-text:after,
input[type="datetime-local"]:not(.browser-default):focus.valid
  ~ .helper-text:after,
input[type="tel"]:not(.browser-default).valid ~ .helper-text:after,
input[type="tel"]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type="number"]:not(.browser-default).valid ~ .helper-text:after,
input[type="number"]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type="search"]:not(.browser-default).valid ~ .helper-text:after,
input[type="search"]:not(.browser-default):focus.valid ~ .helper-text:after,
textarea.materialize-textarea.valid ~ .helper-text:after,
textarea.materialize-textarea:focus.valid ~ .helper-text:after,
.select-wrapper.valid ~ .helper-text:after {
  content: attr(data-success);
  color: #43bd33;
}

input:not([type]).invalid ~ .helper-text:after,
input:not([type]):focus.invalid ~ .helper-text:after,
input[type="text"]:not(.browser-default).invalid ~ .helper-text:after,
input[type="text"]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type="password"]:not(.browser-default).invalid ~ .helper-text:after,
input[type="password"]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type="email"]:not(.browser-default).invalid ~ .helper-text:after,
input[type="email"]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type="url"]:not(.browser-default).invalid ~ .helper-text:after,
input[type="url"]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type="time"]:not(.browser-default).invalid ~ .helper-text:after,
input[type="time"]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type="date"]:not(.browser-default).invalid ~ .helper-text:after,
input[type="date"]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type="datetime"]:not(.browser-default).invalid ~ .helper-text:after,
input[type="datetime"]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type="datetime-local"]:not(.browser-default).invalid ~ .helper-text:after,
input[type="datetime-local"]:not(.browser-default):focus.invalid
  ~ .helper-text:after,
input[type="tel"]:not(.browser-default).invalid ~ .helper-text:after,
input[type="tel"]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type="number"]:not(.browser-default).invalid ~ .helper-text:after,
input[type="number"]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type="search"]:not(.browser-default).invalid ~ .helper-text:after,
input[type="search"]:not(.browser-default):focus.invalid ~ .helper-text:after,
textarea.materialize-textarea.invalid ~ .helper-text:after,
textarea.materialize-textarea:focus.invalid ~ .helper-text:after,
.select-wrapper.invalid ~ .helper-text:after {
  content: attr(data-error);
  color: #f44336;
}

input:not([type]) + label:after,
input[type="text"]:not(.browser-default) + label:after,
input[type="password"]:not(.browser-default) + label:after,
input[type="email"]:not(.browser-default) + label:after,
input[type="url"]:not(.browser-default) + label:after,
input[type="time"]:not(.browser-default) + label:after,
input[type="date"]:not(.browser-default) + label:after,
input[type="datetime"]:not(.browser-default) + label:after,
input[type="datetime-local"]:not(.browser-default) + label:after,
input[type="tel"]:not(.browser-default) + label:after,
input[type="number"]:not(.browser-default) + label:after,
input[type="search"]:not(.browser-default) + label:after,
textarea.materialize-textarea + label:after,
.select-wrapper + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  transition: 0.2s opacity ease-out, 0.2s color ease-out;
}

.input-field {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.input-field.inline {
  display: inline-block;
  vertical-align: middle;
  margin: auto 5px;
}
.input-field.inline input,
.input-field.inline .select-dropdown {
  margin-bottom: 1rem;
}
.input-field.col label {
  left: 0.75rem;
}
.input-field.col .prefix ~ label,
.input-field.col .prefix ~ .validate ~ label {
  width: calc(100% - 3rem - 1.5rem);
}
.input-field > label {
  color: #373f4e;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.95rem;
  cursor: text;
  transition: transform 0.2s ease-out, color 0.2s ease-out;
  transform-origin: 0% 100%;
  text-align: initial;
  transform: translateY(12px);
}
.input-field > label:not(.label-icon).active {
  transform: translateY(-14px) scale(0.8);
  transform-origin: 0 0;
}
.input-field > input[type="date"]:not(.browser-default) + label,
.input-field > input[type="time"]:not(.browser-default) + label {
  transform: translateY(-14px) scale(0.8);
  transform-origin: 0 0;
}
.input-field .helper-text {
  position: relative;
  min-height: 18px;
  display: block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
}
.input-field .helper-text::after {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.input-field .prefix {
  position: absolute;
  width: 3rem;
  font-size: 2rem;
  transition: color 0.2s;
  top: 0.5rem;
}
.input-field .prefix.active {
  color: #43bd33;
}
.input-field .prefix ~ input,
.input-field .prefix ~ textarea,
.input-field .prefix ~ label,
.input-field .prefix ~ .validate ~ label,
.input-field .prefix ~ .helper-text,
.input-field .prefix ~ .autocomplete-content {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}
.input-field .prefix ~ label {
  margin-left: 3rem;
}
@media only screen and (max-width: 992px) {
  .input-field .prefix ~ input {
    width: 86%;
    width: calc(100% - 3rem);
  }
}
@media only screen and (max-width: 600px) {
  .input-field .prefix ~ input {
    width: 80%;
    width: calc(100% - 3rem);
  }
}

/* Search Field */
.input-field input[type="search"] {
  display: block;
  line-height: inherit;
  transition: 0.3s background-color;
}
.nav-wrapper .input-field input[type="search"] {
  height: inherit;
  padding-left: 4rem;
  width: calc(100% - 4rem);
  border: 0;
  box-shadow: none;
}
.input-field input[type="search"]:focus:not(.browser-default) {
  background-color: #fff;
  border: 0;
  box-shadow: none;
  color: #444;
}
.input-field input[type="search"]:focus:not(.browser-default) + label i,
.input-field
  input[type="search"]:focus:not(.browser-default)
  ~ .mdi-navigation-close,
.input-field
  input[type="search"]:focus:not(.browser-default)
  ~ .material-icons {
  color: #444;
}
.input-field input[type="search"] + .label-icon {
  transform: none;
  left: 1rem;
}
.input-field input[type="search"] ~ .mdi-navigation-close,
.input-field input[type="search"] ~ .material-icons {
  position: absolute;
  top: 0;
  right: 1rem;
  color: transparent;
  cursor: pointer;
  font-size: 2rem;
  transition: 0.3s color;
}

/* Textarea */
textarea {
  width: 100%;
  height: 3rem;
  background-color: transparent;
}
textarea.materialize-textarea {
  line-height: normal;
  overflow-y: hidden;
  /* prevents scroll bar flash */
  padding: 0.8rem 0 0.8rem 0;
  /* prevents text jump on Enter keypress */
  resize: none;
  min-height: 3rem;
  box-sizing: border-box;
}

.hiddendiv {
  visibility: hidden;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* future version of deprecated 'word-wrap' */
  padding-top: 1.2rem;
  /* prevents text jump on Enter keypress */
  position: absolute;
  top: 0;
  z-index: -1;
}

/* Autocomplete */
.autocomplete-content li .highlight {
  color: #444;
}
.autocomplete-content li img {
  height: 36px;
  width: 36px;
  margin: 5px 15px;
}

/* Character Counter */
.character-counter {
  min-height: 18px;
}

/* Radio Buttons
   ========================================================================== */
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

[type="radio"]:not(:checked) + span,
[type="radio"]:checked + span {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1.1rem;
  transition: 0.28s ease;
  user-select: none;
}

[type="radio"] + span:before,
[type="radio"] + span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: 0.28s ease;
}

/* Unchecked styles */
[type="radio"]:not(:checked) + span:before,
[type="radio"]:not(:checked) + span:after,
[type="radio"]:checked + span:before,
[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:before,
[type="radio"].with-gap:checked + span:after {
  border-radius: 50%;
}

[type="radio"]:not(:checked) + span:before,
[type="radio"]:not(:checked) + span:after {
  border: 2px solid #5a5a5a;
}

[type="radio"]:not(:checked) + span:after {
  transform: scale(0);
}

/* Checked styles */
[type="radio"]:checked + span:before {
  border: 2px solid transparent;
}

[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:before,
[type="radio"].with-gap:checked + span:after {
  border: 2px solid #43bd33;
}

[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:after {
  background-color: #43bd33;
}

[type="radio"]:checked + span:after {
  transform: scale(1.02);
}

/* Radio With gap */
[type="radio"].with-gap:checked + span:after {
  transform: scale(0.5);
}

/* Focused styles */
[type="radio"].tabbed:focus + span:before {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Disabled Radio With gap */
[type="radio"].with-gap:disabled:checked + span:before {
  border: 2px solid rgba(0, 0, 0, 0.42);
}

[type="radio"].with-gap:disabled:checked + span:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}

/* Disabled style */
[type="radio"]:disabled:not(:checked) + span:before,
[type="radio"]:disabled:checked + span:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.42);
}

[type="radio"]:disabled + span {
  color: rgba(0, 0, 0, 0.42);
}

[type="radio"]:disabled:not(:checked) + span:before {
  border-color: rgba(0, 0, 0, 0.42);
}

[type="radio"]:disabled:checked + span:after {
  background-color: rgba(0, 0, 0, 0.42);
  border-color: #949494;
}

/* Checkboxes
   ========================================================================== */
/* Remove default checkbox */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

[type="checkbox"] {
  /* checkbox aspect */
}
[type="checkbox"] + span:not(.lever) {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  user-select: none;
}
[type="checkbox"] + span:not(.lever):before,
[type="checkbox"]:not(.filled-in) + span:not(.lever):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 3px;
  transition: 0.2s;
}
[type="checkbox"]:not(.filled-in) + span:not(.lever):after {
  border: 0;
  transform: scale(0);
}
[type="checkbox"]:not(:checked):disabled + span:not(.lever):before {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}
[type="checkbox"].tabbed:focus + span:not(.lever):after {
  transform: scale(1);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}

[type="checkbox"]:checked + span:not(.lever):before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #43bd33;
  border-bottom: 2px solid #43bd33;
  transform: rotate(40deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%;
}
[type="checkbox"]:checked:disabled + span:before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  border-bottom: 2px solid rgba(0, 0, 0, 0.42);
}

/* Indeterminate checkbox */
[type="checkbox"]:indeterminate + span:not(.lever):before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #43bd33;
  border-bottom: none;
  transform: rotate(90deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%;
}
[type="checkbox"]:indeterminate:disabled + span:not(.lever):before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  background-color: transparent;
}

[type="checkbox"].filled-in + span:not(.lever):after {
  border-radius: 2px;
}
[type="checkbox"].filled-in + span:not(.lever):before,
[type="checkbox"].filled-in + span:not(.lever):after {
  content: "";
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s,
    height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  z-index: 1;
}
[type="checkbox"].filled-in:not(:checked) + span:not(.lever):before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
}
[type="checkbox"].filled-in:not(:checked) + span:not(.lever):after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0px;
  z-index: 0;
}
[type="checkbox"].filled-in:checked + span:not(.lever):before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
}
[type="checkbox"].filled-in:checked + span:not(.lever):after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #f44336;
  background-color: #f44336;
  z-index: 0;
}
[type="checkbox"].filled-in.tabbed:focus + span:not(.lever):after {
  border-radius: 2px;
  border-color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0.1);
}
[type="checkbox"].filled-in.tabbed:checked:focus + span:not(.lever):after {
  border-radius: 2px;
  background-color: #f44336;
  border-color: #f44336;
}
[type="checkbox"].filled-in:disabled:not(:checked) + span:not(.lever):before {
  background-color: transparent;
  border: 2px solid transparent;
}
[type="checkbox"].filled-in:disabled:not(:checked) + span:not(.lever):after {
  border-color: transparent;
  background-color: #949494;
}
[type="checkbox"].filled-in:disabled:checked + span:not(.lever):before {
  background-color: transparent;
}
[type="checkbox"].filled-in:disabled:checked + span:not(.lever):after {
  background-color: #949494;
  border-color: #949494;
}

/* Switch
   ========================================================================== */
.switch,
.switch * {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

.switch label {
  cursor: pointer;
}

.switch label input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch label input[type="checkbox"]:checked + .lever {
  background-color: #f0bdb9;
}
.switch label input[type="checkbox"]:checked + .lever:before,
.switch label input[type="checkbox"]:checked + .lever:after {
  left: 18px;
}
.switch label input[type="checkbox"]:checked + .lever:after {
  background-color: #f44336;
}

.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 36px;
  height: 14px;
  background-color: rgba(0, 0, 0, 0.38);
  border-radius: 15px;
  margin-right: 10px;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px;
}
.switch label .lever:before,
.switch label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 0;
  top: -3px;
  transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease,
    transform 0.1s ease;
}
.switch label .lever:before {
  background-color: rgba(244, 67, 54, 0.15);
}
.switch label .lever:after {
  background-color: #f1f1f1;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

input[type="checkbox"]:checked:not(:disabled) ~ .lever:active::before,
input[type="checkbox"]:checked:not(:disabled).tabbed:focus ~ .lever::before {
  transform: scale(2.4);
  background-color: rgba(244, 67, 54, 0.15);
}

input[type="checkbox"]:not(:disabled) ~ .lever:active:before,
input[type="checkbox"]:not(:disabled).tabbed:focus ~ .lever::before {
  transform: scale(2.4);
  background-color: rgba(0, 0, 0, 0.08);
}

.switch input[type="checkbox"][disabled] + .lever {
  cursor: default;
  background-color: rgba(0, 0, 0, 0.12);
}

.switch label input[type="checkbox"][disabled] + .lever:after,
.switch label input[type="checkbox"][disabled]:checked + .lever:after {
  background-color: #949494;
}

/* Select Field
   ========================================================================== */
select {
  display: none;
}

select.browser-default {
  display: block;
}

select {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  height: 3rem;
}

.select-label {
  position: absolute;
}

.select-wrapper {
  position: relative;
}
.select-wrapper.valid + label,
.select-wrapper.invalid + label {
  width: 100%;
  pointer-events: none;
}
.select-wrapper input.select-dropdown {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #373f4e;
  outline: none;
  height: 3rem;
  line-height: 3rem;
  width: 100%;
  font-size: 0.95rem;
  margin: 0 0 8px 0;
  padding: 0;
  display: block;
  user-select: none;
  z-index: 1;
}
.select-wrapper input.select-dropdown:focus {
  border-bottom: 1px solid #43bd33;
}
.select-wrapper .caret {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 0;
  fill: rgba(0, 0, 0, 0.87);
}
.select-wrapper + label {
  position: absolute;
  top: -26px;
  font-size: 0.8rem;
}

select:disabled {
  color: rgba(0, 0, 0, 0.42);
}

.select-wrapper.disabled + label {
  color: rgba(0, 0, 0, 0.42);
}
.select-wrapper.disabled .caret {
  fill: rgba(0, 0, 0, 0.42);
}

.select-wrapper input.select-dropdown:disabled {
  color: rgba(0, 0, 0, 0.42);
  cursor: default;
  user-select: none;
}

.select-wrapper i {
  color: #d9e0ea;
}

.select-dropdown li.disabled,
.select-dropdown li.disabled > span,
.select-dropdown li.optgroup {
  color: #d9e0ea;
  background-color: transparent;
}

.select-dropdown.dropdown-content li:hover {
  background-color: rgba(0, 0, 0, 0.08);
}
.select-dropdown.dropdown-content li.selected {
  background-color: rgba(0, 0, 0, 0.03);
}
.select-dropdown.dropdown-content li:focus {
  background-color: rgba(0, 0, 0, 0.08);
}

.prefix ~ .select-wrapper {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

.prefix ~ label {
  margin-left: 3rem;
}

.select-dropdown li img {
  height: 36px;
  width: 36px;
  margin: 5px 15px;
  float: right;
}

.select-dropdown li.optgroup {
  border-top: 1px solid #eee;
}
.select-dropdown li.optgroup.selected > span {
  color: rgba(0, 0, 0, 0.7);
}
.select-dropdown li.optgroup > span {
  color: rgba(0, 0, 0, 0.4);
}
.select-dropdown li.optgroup ~ li.optgroup-option {
  padding-left: 1rem;
}

/* File Input
   ========================================================================== */
.file-field {
  position: relative;
}
.file-field .file-path-wrapper {
  overflow: hidden;
  padding-left: 10px;
}
.file-field input.file-path {
  width: 100%;
}
.file-field .btn,
.file-field .btn-large,
.file-field .btn-small {
  float: left;
  height: 3rem;
  line-height: 3rem;
}
.file-field span {
  cursor: pointer;
}
.file-field input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.file-field input[type="file"]::-webkit-file-upload-button {
  display: none;
}

/* Range
   ========================================================================== */
.range-field {
  position: relative;
}

input[type="range"],
input[type="range"] + .thumb {
  cursor: pointer;
}

input[type="range"] {
  position: relative;
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  margin: 15px 0;
  padding: 0;
}
input[type="range"]:focus {
  outline: none;
}

input[type="range"] + .thumb {
  position: absolute;
  top: 10px;
  left: 0;
  border: none;
  height: 0;
  width: 0;
  border-radius: 50%;
  background-color: #43bd33;
  margin-left: 7px;
  transform-origin: 50% 50%;
  transform: rotate(-45deg);
}
input[type="range"] + .thumb .value {
  display: block;
  width: 30px;
  text-align: center;
  color: #43bd33;
  font-size: 0;
  transform: rotate(45deg);
}
input[type="range"] + .thumb.active {
  border-radius: 50% 50% 50% 0;
}
input[type="range"] + .thumb.active .value {
  color: #fff;
  margin-left: -1px;
  margin-top: 8px;
  font-size: 10px;
}

input[type="range"] {
  -webkit-appearance: none;
}

input[type="range"]::-webkit-slider-runnable-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}

input[type="range"]::-webkit-slider-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #43bd33;
  transition: box-shadow 0.3s;
  -webkit-appearance: none;
  background-color: #43bd33;
  transform-origin: 50% 50%;
  margin: -5px 0 0 0;
}

input[type="range"].focused:focus:not(.active)::-webkit-slider-thumb {
  box-shadow: 0 0 0 10px rgba(67, 189, 51, 0.26);
}

input[type="range"] {
  /* fix for FF unable to apply focus style bug  */
  border: 1px solid white;
  /*required for proper track sizing in FF*/
}

input[type="range"]::-moz-range-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}

input[type="range"]::-moz-focus-inner {
  border: 0;
}

input[type="range"]::-moz-range-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #43bd33;
  transition: box-shadow 0.3s;
  margin-top: -5px;
}

input[type="range"]:-moz-focusring {
  outline: 1px solid #fff;
  outline-offset: -1px;
}

input[type="range"].focused:focus:not(.active)::-moz-range-thumb {
  box-shadow: 0 0 0 10px rgba(67, 189, 51, 0.26);
}

input[type="range"]::-ms-track {
  height: 3px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
}

input[type="range"]::-ms-fill-lower {
  background: #777;
}

input[type="range"]::-ms-fill-upper {
  background: #ddd;
}

input[type="range"]::-ms-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #43bd33;
  transition: box-shadow 0.3s;
}

input[type="range"].focused:focus:not(.active)::-ms-thumb {
  box-shadow: 0 0 0 10px rgba(67, 189, 51, 0.26);
}

/***************
    Nav List
***************/
.table-of-contents.fixed {
  position: fixed;
}
.table-of-contents li {
  padding: 2px 0;
}
.table-of-contents a {
  display: inline-block;
  font-weight: 300;
  color: #757575;
  padding-left: 16px;
  height: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: 0.4;
  display: inline-block;
}
.table-of-contents a:hover {
  color: #a8a8a8;
  padding-left: 15px;
  border-left: 1px solid #f44336;
}
.table-of-contents a.active {
  font-weight: 500;
  padding-left: 14px;
  border-left: 2px solid #f44336;
}

.sidenav {
  position: fixed;
  width: 290px;
  left: 0;
  top: 0;
  margin: 0;
  transform: translateX(-100%);
  height: 100%;
  height: calc(100% + 60px);
  height: -moz-calc(100%);
  padding-bottom: 60px;
  background-color: #373f4e;
  z-index: 999;
  overflow-y: auto;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateX(-105%);
}
.sidenav.right-aligned {

  left: 0;
  transform: translateX(105%);
  right: auto;
  transform: translateX(-100%);
}
.sidenav .collapsible {
  margin: 0;
}
.sidenav li {
  float: none;
  line-height: 45px;
}
.sidenav li.active {
  background-color: rgba(0, 0, 0, 0.05);
}
.sidenav li > a {
  color: #fff;
  display: block;
  padding: 0 32px;
}
.sidenav li > a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.sidenav li > a.btn,
.sidenav li > a.btn-large,
.sidenav li > a.btn-small,
.sidenav li > a.btn-large,
.sidenav li > a.btn-flat,
.sidenav li > a.btn-floating {
  margin: 10px 15px;
}
.sidenav li > a.btn,
.sidenav li > a.btn-large,
.sidenav li > a.btn-small,
.sidenav li > a.btn-large,
.sidenav li > a.btn-floating {
  color: #fff;
}
.sidenav li > a.btn-flat {
  color: #343434;
}
.sidenav li > a.btn:hover,
.sidenav li > a.btn-large:hover,
.sidenav li > a.btn-small:hover,
.sidenav li > a.btn-large:hover {
  background-color: #f55a4e;
}
.sidenav li > a.btn-floating:hover {
  background-color: #f44336;
}
.sidenav li > a > i,
.sidenav li > a > [class^="mdi-"],
.sidenav li > a li > a > [class*="mdi-"],
.sidenav li > a > i.material-icons {
  float: left;
  height: 45px;
  line-height: 45px;
  margin: 0 32px 0 0;
  width: 22.5px;
  color: rgba(0, 0, 0, 0.54);
}
.sidenav .divider {
  margin: 8px 0 0 0;
}
.sidenav .subheader {
  cursor: initial;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  font-weight: 500;
  line-height: 45px;
}
.sidenav .subheader:hover {
  background-color: transparent;
}
.sidenav .user-view {
  position: relative;
  background-color: #2c3345;
}
.sidenav .user-view > a {
  height: auto;
}
.sidenav .user-view > a:hover {
  background-color: transparent;
}
.sidenav .user-view .background {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.sidenav .user-view .circle,
.sidenav .user-view .name,
.sidenav .user-view .email {
  display: block;
}
.sidenav .user-view .circle {
  height: 64px;
  width: 64px;
}
.sidenav .user-view .name,
.sidenav .user-view .email {
  font-size: 14px;
  line-height: 22.5px;
}
.sidenav .user-view .name {
  margin-top: 16px;
  font-weight: 500;
}
.sidenav .user-view .email {
  padding-bottom: 16px;
  font-weight: 400;
}

.drag-target {
  height: 100%;
  width: 10px;
  position: fixed;
  top: 0;
  z-index: 998;
}
.drag-target.right-aligned {
  right: 0;
}

.sidenav.sidenav-fixed {
  left: 0;
  transform: translateX(0);
  position: fixed;
}
.sidenav.sidenav-fixed.right-aligned {
  right: 0;
  left: auto;
}

@media only screen and (max-width: 992px) {
  .sidenav.sidenav-fixed {
    transform: translateX(-105%);
  }
  .sidenav.sidenav-fixed.right-aligned {
    transform: translateX(105%);
  }
  .sidenav > a {
    padding: 0 16px;
  }
  .sidenav .user-view {
    padding: 0 16px;
  }
}
.sidenav .collapsible-body > ul:not(.collapsible) > li.active,
.sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active {
  background-color: #f44336;
}
.sidenav .collapsible-body > ul:not(.collapsible) > li.active a,
.sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active a {
  color: #373f4e;
}

.sidenav .collapsible-body {
  padding: 0;
}

.sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 997;
  display: none;
}

.slider {
  position: relative;
  height: 400px;
  width: 100%;
}
.slider.fullscreen {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slider.fullscreen ul.slides {
  height: 100%;
}
.slider.fullscreen ul.indicators {
  z-index: 2;
  bottom: 30px;
}
.slider .slides {
  margin: 0;
  height: 400px;
}
.slider .slides li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: inherit;
  overflow: hidden;
}
.slider .slides li img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.slider .slides li .caption {
  color: #fff;
  position: absolute;
  /* top: 15%; */
  left: 15%;
  width: 70%;
  opacity: 0;
}
.slider .slides li.active {
  z-index: 2;
}
.slider .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  z-index: 5;
}
.slider .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 12px;
  width: 12px;
  margin: 0 50px;
  background-color: #2c3345;
  border: 1px solid #5e6a85;
  transition: background-color 0.3s;
  border-radius: 50%;
}
.slider .indicators .indicator-item.active {
  background-color: #43bd33;
  border: 1px solid #43bd33;
}

.carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 400px;
  perspective: 500px;
  transform-style: preserve-3d;
  transform-origin: 0% 50%;
}
.carousel.carousel-slider {
  top: 0;
  left: 0;
}
.carousel.carousel-slider .carousel-fixed-item {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 1;
}
.carousel.carousel-slider .carousel-fixed-item.with-indicators {
  bottom: 68px;
}
.carousel.carousel-slider .carousel-item {
  width: 100%;
  height: 100%;
  min-height: 400px;
  position: absolute;
  top: 0;
  left: 0;
}
.carousel .carousel-item {
  visibility: hidden;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
}
.carousel .carousel-item > img {
  width: 100%;
}
.carousel .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
.carousel .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 24px 4px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: background-color 0.3s;
  border-radius: 50%;
}
.carousel .indicators .indicator-item.active {
  background-color: #fff;
}
.carousel.scrolling .carousel-item .materialboxed,
.carousel .carousel-item:not(.active) .materialboxed {
  pointer-events: none;
}

.tap-target-wrapper {
  width: 800px;
  height: 800px;
  position: fixed;
  z-index: 1000;
  visibility: hidden;
  transition: visibility 0s 0.3s;
}

.tap-target-wrapper.open {
  visibility: visible;
  transition: visibility 0s;
}
.tap-target-wrapper.open .tap-target {
  transform: scale(1);
  opacity: 0.95;
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1),
    opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
.tap-target-wrapper.open .tap-target-wave::before {
  transform: scale(1);
}
.tap-target-wrapper.open .tap-target-wave::after {
  visibility: visible;
  animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  transition: opacity 0.3s, transform 0.3s, visibility 0s 1s;
}

.tap-target {
  position: absolute;
  font-size: 1rem;
  border-radius: 50%;
  background-color: #43bd33;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.14),
    0 10px 50px 0 rgba(0, 0, 0, 0.12), 0 30px 10px -20px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(0);
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1),
    opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

.tap-target-content {
  position: relative;
  display: table-cell;
}

.tap-target-wave {
  position: absolute;
  border-radius: 50%;
  z-index: 10001;
}
.tap-target-wave::before,
.tap-target-wave::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
}
.tap-target-wave::before {
  transform: scale(0);
  transition: transform 0.3s;
}
.tap-target-wave::after {
  visibility: hidden;
  transition: opacity 0.3s, transform 0.3s, visibility 0s;
  z-index: -1;
}

.tap-target-origin {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10002;
  position: absolute !important;
}
.tap-target-origin:not(.btn):not(.btn-large):not(.btn-small),
.tap-target-origin:not(.btn):not(.btn-large):not(.btn-small):hover {
  background: none;
}

@media only screen and (max-width: 600px) {
  .tap-target,
  .tap-target-wrapper {
    width: 600px;
    height: 600px;
  }
}
/* This is needed for some mobile phones to display the Google Icon font properly */
.material-icons {
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}

/*icons*/
@font-face {
  font-family: "quransham";
  src: url("../fonts/icons/quransham.eot");
  src: url("../fonts/icons/quransham.eot?#iefix") format("embedded-opentype"),
    url("../fonts/icons/quransham.woff") format("woff"),
    url("../fonts/icons/quransham.ttf") format("truetype"),
    url("../fonts/icons/quransham.svg#quransham") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  content: attr(data-icon);
}

[data-icon]:before,
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "quransham" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 0.9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-google:before {
  content: "\61";
}

.icon-menu:before {
  content: "\62";
}

.icon-angle-left:before {
  content: "\64";
}

.icon-angle-down:before {
  content: "\65";
}

.icon-news:before {
  content: "\66";
}

.icon-more:before {
  content: "\67";
}

.icon-facebook:before {
  content: "\68";
}

.icon-twitter:before {
  content: "\69";
}

.icon-youtube:before {
  content: "\6a";
}

.icon-telegram:before {
  content: "\6b";
}

.icon-arrow-up:before {
  content: "\6c";
}

.icon-visa:before {
  content: "\63";
}

.icon-volume:before {
  content: "\6e";
}

.icon-chat:before {
  content: "\70";
}

.icon-person:before {
  content: "\72";
}

.icon-hand:before {
  content: "\6d";
}

.icon-file:before {
  content: "\6f";
}

.icon-person1:before {
  content: "\73";
}

.icon-pen:before {
  content: "\71";
}

.icon-download:before {
  content: "\76";
}

.icon-download1:before {
  content: "\74";
}

.icon-angle-right:before {
  content: "\75";
}

.icon-calendar:before {
  content: "\78";
}

.icon-camera:before {
  content: "\77";
}

/* Overline From Center */
.overline-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}

.overline-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  top: -4px;
  background: #43bd33;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.overline-center:hover:before,
.overline-center:focus:before,
.overline-center:active:before {
  left: 0;
  right: 0;
}

nav ul .overline-center {
  border-top: 4px solid rgba(0, 0, 0, 0);
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

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

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 80px;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: -5px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 20px 10px 0;
  background-color: #5e6a85;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #43bd33;
}

#lightgallery {
  margin: 0;
}
#lightgallery .col {
  padding: 3px;
}

#lg-counter,
.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
}

@font-face {
  font-family: lg;
  src: url(../fonts/fonts-lightgallery/lg.eot?n1z373);
  src: url(../fonts/fonts-lightgallery/lg.eot?#iefixn1z373)
      format("embedded-opentype"),
    url(../fonts/fonts-lightgallery/lg.woff?n1z373) format("woff"),
    url(../fonts/fonts-lightgallery/lg.ttf?n1z373) format("truetype"),
    url(../fonts/fonts-lightgallery/lg.svg?n1z373#lg) format("svg");
  font-weight: 400;
  font-style: normal;
}
.lg-icon {
  font-family: lg;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(44, 51, 69, 0.45);
  border-radius: 2px;
  color: #d9e0ea;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #fff;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "\e095";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}
@keyframes lg-right-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}
@-webkit-keyframes lg-left-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}
@keyframes lg-left-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: #2c3345;
}

.lg-toolbar .lg-icon {
  color: #43bd33;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: 0;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.lg-toolbar .lg-close:after {
  content: "";
}

.lg-toolbar .lg-download:after {
  content: "";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.2);
  bottom: 0;
  color: #d9e0ea;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #d9e0ea;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
}

.lg-next,
.lg-prev,
.lg-toolbar {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear,
    -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear,
    -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1),
    -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1),
    -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 250ms cubic-bezier(0, 0, 0.25, 1),
    -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash)
  .lg-outer.lg-start-zoom
  .lg-item.lg-complete
  .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #181c26;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #2c3345;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #fff;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toggle-thumb {
  background-color: #181c26;
  border-radius: 2px 2px 0 0;
  color: #43bd33;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toggle-thumb:hover,
.lg-outer.lg-dropdown-active #lg-share {
  color: #fff;
}

.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-video-cont {
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(../img/vimeo-play.png) no-repeat;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(../img/vimeo-play.png) 0 -58px no-repeat;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: url(../img/video-play.png) no-repeat;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url(../img/youtube-play.png) no-repeat;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(../img/youtube-play.png) 0 -60px no-repeat;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #2c3345;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #f1cf00;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging
  .lg-item.lg-complete.lg-zoomable
  .lg-img-wrap {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom
  .lg-item.lg-complete.lg-zoomable
  .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.15s !important;
  -webkit-transition: opacity 0.15s,
    -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 0.15s,
    -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s,
    -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px #fff inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s,
    -webkit-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
  box-shadow: 0 0 0 8px #fff inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(44, 51, 69, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer .lg-dropdown {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s,
    visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s,
    -webkit-transform 0.18s linear 0s;
  transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s,
    -webkit-transform 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s,
    opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s,
    opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0;
}

.lg-outer .lg-dropdown > li:hover .lg-icon,
.lg-outer .lg-dropdown > li:hover a {
  color: #5e6a85;
}

.lg-outer .lg-dropdown a {
  color: #5e6a85;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(44, 51, 69, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #5e6a85;
  display: inline-block;
  float: none;
  font-size: 35px;
  height: auto;
  line-height: 1;
  margin-right: -7px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer,
.lg-outer .lg,
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
}

.lg-outer #lg-share-facebook .lg-icon,
.lg-outer #lg-share-googleplus .lg-icon,
.lg-outer #lg-share-pinterest .lg-icon,
.lg-outer #lg-share-twitter .lg-icon {
  color: #43bd33;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.group:after,
.group:before {
  display: table;
  content: "";
  line-height: 0;
}

.group:after {
  clear: both;
}

.lg-outer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
  direction: ltr;
}

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url(../img/loading.gif) center center no-repeat;
  display: none !important;
}

.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block !important;
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #2c3345;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
  -webkit-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
  -webkit-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s,
    -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s,
    -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s,
    -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.demo-gallery > ul > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  float: right;
  cursor: zoom-in;
}

.demo-gallery > ul > li a > img {
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  -webkit-transform: scale3d(1.01, 1.01, 1.01);
  transform: scale3d(1.01, 1.01, 1.01);
  height: 8vw;
  width: 100%;
}

.demo-gallery > ul > li a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
  opacity: 1;
}

.demo-gallery > ul > li a .demo-gallery-poster {
  background-color: rgba(44, 51, 69, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery > ul > li a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery > ul > li a:hover .demo-gallery-poster {
  background-color: rgba(44, 51, 69, 0.5);
}

.demo-gallery .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  transition: -webkit-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.demo-gallery .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
  opacity: 1;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster {
  background-color: rgba(44, 51, 69, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
  background-color: rgba(44, 51, 69, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}

.demo-gallery.dark > ul > li a {
  border: 3px solid #2c3345;
}

@media only screen and (max-width: 992px) {
  .demo-gallery > ul > li a > img {
    height: 15vw;
  }
}
@media only screen and (max-width: 600px) {
  .demo-gallery > ul > li a > img {
    height: 25vw;
  }
}
@font-face {
  font-family: "jf-flat";
  src: url("../fonts/jf-flat/jf-flat.eot");
  src: local("☺"), url("../fonts/jf-flat/jf-flat.woff") format("woff"),
    url("../fonts/jf-flat/jf-flat.ttf") format("truetype"),
    url("../fonts/jf-flat/jf-flat.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
body,
header,
main,
footer {
  direction: ltr;
  font-family: "jf-flat";
  letter-spacing: 0px;
}

button,
input,
optgroup,
select,
textarea {
  font-family: "jf-flat";
}

/*=======Start Animate CSS=====*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/*remove default arrow in input number*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

ul:not(.browser-default) {
  padding-left: 0;
}

.two_line {
  max-height: 45px;
  overflow: hidden;
}

.five_line {
  max-height: 130px;
  overflow: hidden;
  line-height: 1.8;
}

.bold {
  font-weight: 600;
}

.c_white {
  color: #fff;
}

.c_green {
  color: #43bd33;
}

.b_green {
  background-color: #56cd46;
}

.c_black {
  color: #2c3345;
}

.b_black {
  background-color: #252b3b;
}

.c_darkgrey {
  color: #d9e0ea;
}

.c_grey {
  color: #5e6a85;
}

.b_lightgrey {
  background-color: #ecf2f7;
}

.b_darkgrey {
  background-color: #d9e0ea;
}

.pad_y25 {
  padding: 25px 0;
}

.pad_b25 {
  padding-bottom: 20px;
}

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

.title_1 {
  border-bottom: 1px solid #cfdfeb;
  padding: 30px 0 15px;
  margin-bottom: 25px;
}
.title_1::after {
  content: "";
  display: block;
  height: 3px;
  width: 50px;
  background-color: #43bd33;
  bottom: -2px;
}

i {
  font-size: 1.5rem;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
}

nav ul li {
  float: left;
}

[type="checkbox"] + span:not(.lever) {
  padding-right: 0;
  padding-left: 25px;
}

[type="checkbox"] + span:not(.lever):before,
[type="checkbox"]:not(.filled-in) + span:not(.lever):after {
  left: 0;
}

[type="checkbox"]:checked + span:not(.lever):before {
  left: 10px;
}

.dropdown-content li {
  text-align: left;
}

.row .col {
  float: left;
}

.input-field .helper-text::after {
  left: 5px;
}

.input-field > label:not(.label-icon).active,
.input-field > label:not(.label-icon) {
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

.input-field > label,
.input-field.col label {
  right: inherit;
  left: 0.8823529412rem;
}

.select-wrapper .caret {
  right: auto;
  left: 0;
}

[type="radio"]:not(:checked) + span,
[type="radio"]:checked + span {
  /* padding-left: 0; */
  padding-right: 35px;
}

[type="radio"] + span:before,
[type="radio"] + span:after {
  right: auto;
  left: 0;
}

.w100 {
  width: 100%;
}

.relative {
  position: relative;
}

/*start HEADER*/
/*Start Resizing Header On Scroll*/
header {
  width: 100%;
  height: 95px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #252b3b;
  z-index: 999;
}
header .dropdown-trigger {
  height: 95px;
}
header.smaller {
  height: 60px;
}
header.smaller .brand-logo {
  width: 200px;
  margin-top: 2px;
}
header.smaller nav ul a {
  padding: 13px 0.6vw;
}
header.smaller .hi-icon-effect {
  margin-top: 12px;
}
header.smaller .dropdown-trigger {
  height: 60px;
}

.brand-logo {
  width: 275px;
  display: block;
  float: left;

  margin-top: 12px;
}
.logo_tr{Height : 71px;}
/*End Resizing Header On Scroll*/
/* --------------------------------
1. Auto-Hiding Navigation - Simple
-------------------------------- */
.all-bg-home {
  height: 666px;
  padding-top: 95px;
  background-color: #252b3b;
}

.bg-home {
  background: url(../img/home-bg.jpg);
  height: 571px;
}
.bg-home .maqra {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.bg-home .maqra img {
  width: 10.5vw;
}

.inner.all-bg-home {
  height: 291px;
  padding-top: 95px;
  margin-bottom: 20px;
}

.inner .bg-home {
  background: url(../img/inner-home-bg.jpg);
  height: 196px;
}

nav ul.dropdown-content a {
  margin-top: 0;
}

.collapsible-header:focus,
.dropdown-trigger:focus {
  -webkit-tap-highlight-color: transparent;
  outline: 0;
}

.mega {
  min-width: 100% !important;
  padding: 20px !important;
  left: 0 !important;
}
.mega a {
  text-align: center;
}
.mega img {
  height: 92px;
  border: 2px solid #2c3345;
}
.mega > div {
  width: 95%;
}
.mega .title_1 {
  padding: 5px 0 15px;
  margin-bottom: 10px;
  font-size: 1.1rem;
  border-color: #43bd33;
}
.mega .title_1::after {
  background-color: #f1cf00;
}

.active_nav li:hover .dropdown-trigger::before {
  left: 0;
  right: 0;
}

.dropdown-trigger {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

/*End HEADER*/
.main_slider.slider {
  position: absolute;
  top: 200px;
  height: 400px !important;
}
.main_slider.slider .divider {
  position: relative;
  top: 10px;
  width: 445px;
  margin: auto;
}
.main_slider.slider .con_years {
  bottom: -40px;
  font-size: 1rem;
}
.main_slider.slider .con_years span {
  margin: 0 42px;
  color: #f3f7fa;
}
.main_slider.slider .slides {
  height: 400px !important;
}
.main_slider.slider .slides li .caption {
  left: 0;
  top: 20%;
  width: 100%;
}
.main_slider.slider .slides li .caption h4 {
  background-color: rgba(243, 247, 250, 0.4);
  border: 1px solid #f3f7fa;
  border-radius: 4px;
  display: inline-block;
  padding: 10px 15px;
  font-size: 1.6rem;
}
.main_slider.slider .slides li .caption .statistics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  margin: auto;
}
.main_slider.slider .slides li .caption .statistics p {
  font-size: 1.1rem;
  line-height: 1.2;
}
.main_slider.slider .slides li .caption .statistics p:first-of-type {
  color: #43bd33;
}
.main_slider.slider .slides li .caption .statistics h3 {
  font-size: 2.4rem;
}
.main_slider.slider .slides li .caption .statistics .w20 {
  width: 20%;
  margin-top: 98px;
}
.main_slider.slider .slides li .caption .statistics .w20.taj {
  margin-top: 22px;
}
.main_slider.slider .slides li .caption .statistics .w20.taj h3 {
  color: #f1cf00;
  font-size: 3.2rem;
  line-height: 1.3;
}
.main_slider.slider .slides li .caption .statistics .w20.taj img {
  display: block;
  width: 45px;
  height: 30px;
  margin: 8px auto;
  background-size: contain;
  background-repeat: no-repeat;
}
.main_slider.slider .slides li .caption .statistics .w20 p {
  text-align: center;
}
.main_slider.slider .indicators {
  position: relative;
}

.news_slider.slider {
  height: 460px !important;
  width: 90%;
  margin: auto;
}
.news_slider.slider .slides {
  height: 420px !important;
}
.news_slider.slider .slides li .caption {
  left: 0px;
  top: 0;
  width: 100%;
  height: 20%;
  padding: 2vw;
  background-color: rgba(53, 149, 40, 0.95);
}
.news_slider.slider .slides li .caption h4 {
  font-size: 1.4rem;
  line-height: 150%;
  margin-bottom: 25px;
  max-height: 88px;
  overflow: hidden;
}
.news_slider.slider .slides li .caption h4 a:hover {
  text-decoration: underline;
}
.news_slider.slider .indicators {
  z-index: 555;
}
.news_slider.slider .indicators .indicator-item {
  margin: 0 15px;
  background-color: #5e6a85;
}
.news_slider.slider .indicators .indicator-item.active {
  background-color: #43bd33;
}

.black_bg_slider {
  padding-top: 30px;
}
.black_bg_slider::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 180px;
  background-color: #2c3345;
}

.sidenav-trigger {
  position: absolute;
  left: auto;
  right: 0;
  top: 28px;
  font-size: 1.6rem;
  border: 1px solid #43bd33;
  border-radius: 5px;
  line-height: 1;
  padding: 8px 10px 4px;
}
.sidenav-trigger i {
  margin: 0;
}

/*Start scrollTop*/
.scrollup {
  position: fixed;
  bottom: -30px;
  left: 20px;
  width: 38px;
  height: 38px;
  border-radius: 3px;
  padding: 2px 7px;
  opacity: 0;
  z-index: 998;
  background-color: #43bd33 !important;
}
.scrollup.show {
  opacity: 1;
  bottom: 30px;
}
.scrollup i {
  font-size: 1.6rem;
  margin-left: 0;
  top: -2px;
}

/*End scrollTop*/
/*start animate social icons*/
.hi-icon-effect {
  margin-top: 29px;
}
.hi-icon-effect .hi-icon {
  display: inline-block;
  font-size: 0px;
  cursor: pointer;
  margin: 0 3px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  color: #43bd33;
  -webkit-box-shadow: 0 0 5px 1px #5e6a85;
  box-shadow: 0 0 5px 1px #5e6a85;
  overflow: hidden;
  z-index: 1;
}
.hi-icon-effect .hi-icon::after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: none;
}
.hi-icon-effect .hi-icon::before {
  font-size: 20px;
  line-height: 36px;
  display: block;
}
.hi-icon-effect .hi-icon:hover {
  color: #f1cf00;
  -webkit-box-shadow: 0 0 10px 0 #5e6a85;
  box-shadow: 0 0 10px 0 #5e6a85;
}
.hi-icon-effect .hi-icon:hover::before {
  -webkit-animation: toTop 0.3s forwards;
  animation: toTop 0.3s forwards;
}

@-webkit-keyframes toTop {
  49% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toTop {
  49% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
/*End animate social icons*/
.carousel.carousel-slider .carousel-item {
  min-height: 405px !important;
}

.tabs-content.carousel.carousel-slider {
  height: 405px !important;
}

.my_tabs .btn-floating {
  bottom: 25px;
}
.my_tabs::after {
  content: "";
  position: absolute;
  bottom: 45px;
  height: 2px;
  width: 90%;
  background-color: #d9e0ea;
}
.my_tabs .tabs_view {
  height: 335px;
  overflow: hidden;
}

.my_content {
  padding: 25px 73px 25px 15px;
  border-bottom: 1px solid #cfdfeb;
}
.my_content:hover {
  background-color: #fff;
}
.my_content h4 {
  font-weight: 600;
}
.my_content p {
  color: rgba(55, 63, 78, 0.8);
  margin: 0px 0px 0px 55px;
}
.my_content img {
  position: absolute;
  left: 10px;
  top: 30px;
  width: 50px;
  height: 50px;
}
.my_content .btn-flat {
  padding: 0 8px;
  height: 20px;
  margin-top: 5px;
  line-height: 0;
}
.my_content:hover .btn-flat,
.my_content:hover .btn-floating {
  background-color: #43bd33;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0);
}

.bramjna .title_1 {
  padding: 1.8vw 0 1.2vw;
  margin-bottom: 15px;
}
.bramjna a {
  position: relative;
  display: block;
  margin-bottom: 5px;
  border: 3px solid transparent;
}
.bramjna a::after {
  font-family: "quransham";
  content: "\6a";
  color: rgba(255, 255, 255, 0.8);
  font-size: 2.4rem;
}
.bramjna a img {
  height: 5.8vw;
  width: 100%;
  display: block;
}
.bramjna a.active {
  border-color: #2c3345;
}
.bramjna a.active::after {
  color: #181c26;
}
.bramjna .video-container {
  height: 27.85vw;
  background-color: #222735;
}
.bramjna .video-container:before {
  content: url(../img/loading.gif);
}

.Donate {
  background: url(../img/donate.jpg);
  height: 520px;
  padding: 20px 0;
  margin: 20px 0;
}
.Donate h1 {
  color: #f3f7fa;
  margin: 15px 0 25px;
}
.Donate h3,
.Donate h4 {
  color: #43bd33;
  background-color: rgba(44, 51, 69, 0.5);
  border-radius: 5px;
  padding: 12px 0;
  margin: 5px 0;
  font-size: 1.2rem;
}
.Donate h3 span,
.Donate h3 p,
.Donate h4 span,
.Donate h4 p {
  color: #f1cf00;
  font-size: 1.3rem;
}
.Donate h3 span,
.Donate h4 span {
  font-size: 1.8rem;
}
.Donate h3 {
  font-size: 3rem;
  line-height: 120%;
  margin-bottom: 20px;
}

.adv {
  padding-top: 15px;
}
.adv img {
  height: 10vw;
  margin-bottom: 15px;
}

.my_block iframe {
  display: block !important;
}

.vote {
  padding: 20px;
  height: 450px;
}
.vote h4 {
  border-bottom: 1px solid #cfdfeb;
  padding-bottom: 20px;
  margin-bottom: 2px;
  line-height: 1.6;
}
.vote img {
  height: 5vw;
}
.vote form {
  margin-top: 15px;
}
.vote form p {
  margin: 5px;
}
.vote form .btn,
.vote form .btn-large,
.vote form .btn-small {
  margin: 15px 0;
}

footer {
  margin-top: 30px;
  border-top: 10px solid #43bd33;
  padding: 35px 15px 50px;
}
footer .brand-logo {
  float: none;
}
footer p {
  margin: 15px 0;
}
footer .hi-icon-effect {
  padding: 20px 0 25px;
  border-top: 1px solid #cfdfeb;
  border-color: #5e6a85;
}
footer ul a {
  color: #d9e0ea;
  line-height: 2.5;
}
footer ul a:hover {
  color: #43bd33;
}
footer .album_footer .title_1 {
  padding: 15px 0;
}
footer .album_footer img {
  height: 5.25vw;
  margin: 5px 0;
  border: 2px solid #2c3345;
}

.inner .bg-home {
  position: relative;
}
.inner .bg-home h1 {
  bottom: 25px;
  font-size: 1.2rem;
  color: #f3f7fa;
}

aside .my_content {
  padding: 15px 73px 15px 10px;
}
/* aside .my_content p {
  margin: 4px 0;
} */
aside .my_content img {
  top: 20px;
}

.owl-carousel .owl-item {
  border-radius: 4px;
  overflow: hidden;
}
.owl-carousel .owl-item h2 {
  position: relative;
  padding: 20px 0 12px;
}
.owl-carousel .owl-item h2::after {
  content: "";
  bottom: 0;
  width: 30px;
  height: 2px;
  background-color: #fff;
}
.owl-carousel .owl-item p {
  margin-bottom: 30px;
}
.owl-carousel .owl-item .b_green .btn-large {
  border-top: 1px solid #86db7b;
}
.owl-carousel .owl-item .b_green img.don {
  width: 90px;
  height: 90px;
  margin: 10px auto;
}
.owl-carousel .owl-item .b_green img {
  width: 100%;
  height: 171px;
}

.sp_btn {
  margin-top: 20px;
}
.sp_btn h4 {
  padding: 9px 20px;
  border-radius: 3px;
  background-color: #e8f0f6;
  border: 1px solid #cfdfeb;
  margin-bottom: 3px;
  color: #5e6a85;
}
.sp_btn h4:hover,
.sp_btn h4:focus {
  color: #fff;
  background-color: #43bd33;
}
.sp_btn h4 p {
  font-size: 0.9rem;
}

.my_breadcrumb {
  border: 1px solid #cfdfeb;
  border-radius: 5px;
  padding: 3px 15px 2px;
  margin-bottom: 10px;
}
.my_breadcrumb .breadcrumb {
  font-size: 0.8rem;
  color: #5e6a85;
}
.my_breadcrumb .breadcrumb:before {
  content: "\64";
  color: #5e6a85;
  font-family: "quransham";
  font-size: 1rem;
  vertical-align: middle;
}
.my_breadcrumb .breadcrumb:first-child:before {
  content: url(../img/logoV2.svg);
  display: inline-block;
  width: 22px;
  margin-left: 5px;
}
.my_breadcrumb .breadcrumb:last-child {
  color: #43bd33;
}

.in_content {
  border: 1px solid #cfdfeb;
  border-radius: 0 0 5px 5px;
  margin-bottom: 20px;
  padding: 2vw 3vw;
}
.in_content > h4 {
  display: inline-block;
  padding: 10px 25px;
  border-left: 4px solid #43bd33;
}
.in_content > p,
.in_content > img {
  margin: 2vw auto;
}
.in_content > p {
  font-size: 1.1rem;
  line-height: 2;
  text-align: justify;
}
.in_content > img {
  display: block;
  width: 100%;
}
.in_content .btn,
.in_content .btn-large,
.in_content .btn-small {
  margin-bottom: 15px;
  float: right !important;
}
.in_content .two_line {
  max-height: 55px;
}
.in_content .library {
  margin: 0 0 10px;
}

.my_video,
.my_audio {
  margin: 2vw auto;
}

.title_2 {
  display: block !important;
  padding: 10px;
  color: #fff;
  background-color: #5e6a85;
  text-align: center;
  border-radius: 4px 4px 0 0;
}

.my_audio {
  min-height: 150px;
  padding: 15px;
  padding-left: 170px;
}
.my_audio img {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
}
.my_audio p {
  color: #5e6a85;
  margin: 0;
}
.my_audio audio {
  width: 100%;
  margin-top: 15px;
}
.my_audio .fb-like {
  position: absolute;
  top: 15px;
  left: 15px;
}

.fb-like {
  top: 5px;
}

.testmonial {
  padding: 11px 55px 6px 10px;
  margin: 3px 0;
}
.testmonial img {
  border-radius: 50%;
  border: 1px solid #cfdfeb;
  width: 36px;
  height: 36px;
  top: 15px;
}

.testmonial.my_content:last-child {
  border: 0;
}

.Donate2 h3 {
  font-size: 2.8rem;
  line-height: 120%;
}
.Donate2 h5 {
  color: #43bd33;
  margin: 15px 0 12px;
}
.Donate2 p {
  border-top: 1px solid #cfdfeb;
  padding-top: 10px;
  margin-top: 20px;
}
.Donate2 .btn,
.Donate2 .btn-large,
.Donate2 .btn-small {
  margin-bottom: 5px;
}
.Donate2 .b_lightgrey {
  padding: 15px;
}
.Donate2 .video-container {
  padding-bottom: 56.25%;
}

.library {
  padding-left: 125px;
}
.library p {
  margin: 8px 0 15px;
}
.library .btn,
.library .btn-large,
.library .btn-small {
  margin: 0;
}
.library img {
  top: 18px;
  width: 100px;
  height: 145px;
  border: 1px solid #cfdfeb;
}
.library:hover img {
  border-color: #2c3345;
}

.news {
  margin: 15px 0;
  padding-left: 16vw;
}
.news h4 {
  margin-bottom: 10px;
}
.news p {
  font-size: 0.9rem;
}
.news p i {
  font-size: 1.1rem;
  float: left;
  margin-right: 5px;
}
.news img {
  width: 15vw;
}
.news ul {
  margin: 9px 0 0;
}
.news ul li {
  display: inline-block;
}
.news ul li a {
  padding: 5px;
  font-size: 1.4rem;
  color: #2c3345;
}

.news_title {
  padding: 15px;
  margin: 0;
}

.my_card {
  margin: 8px 0;
}
.my_card img {
  width: 100%;
  height: 9vw;
}
.my_card h4 {
  padding: 8px 15px;
  background-color: #f3f7fa;
  border-bottom: 1px solid #d9e0ea;
}
.my_card:hover h4 {
  background-color: #5e6a85;
  color: #d9e0ea;
}
.my_card figcaption {
  padding: 10px 15px;
}
.my_card figcaption p {
  font-size: 0.9rem;
}
.my_card figcaption p i {
  font-size: 1rem;
}

.hofaz {
  padding: 15px 55px 10px 10px;
}
.hofaz img {
  top: 20px;
}
.hofaz h6 {
  font-size: 0.9rem;
  padding-bottom: 8px;
}
.hofaz:hover {
  background-color: #f3f7fa;
}

.video {
  padding: 10px 0;
  margin: 5px 0;
}
.video .video-container {
  padding-bottom: 56.25%;
}
.video .news {
  margin: 0;
}
.video .news h4 {
  margin-bottom: 5px;
}
.video .news p i {
  float: none;
}

/*===================================================
=============== MMMMMMMMMMMEDIA QUERY ===============
====================================================*/
@media only screen and (max-width: 1700px) {
  /*start HEADER*/
  .all-bg-home {
    height: 603px;
    padding-top: 95px;
  }

  .bg-home {
    height: 508px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
  }

  /*end header*/
  .main_slider.slider {
    height: 300px !important;
    top: 235px;
  }
  .main_slider.slider .slides {
    height: 300px !important;
  }
  .main_slider.slider .slides li .caption {
    top: 4.5%;
  }
  .main_slider.slider .slides li .caption .statistics {
    width: 55vw;
  }
  .main_slider.slider .slides li .caption .statistics .w20 {
    margin-top: 88px;
  }
}
@media only screen and (max-width: 1480px) {
  /*start HEADER*/
  .all-bg-home {
    height: 535px;
    padding-top: 95px;
  }

  .bg-home {
    height: 440px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
  }
  .bg-home .maqra img {
    width: 14vw;
  }

  .inner.all-bg-home {
    height: 246px;
    padding-top: 95px;
  }

  .inner .bg-home {
    height: 151px;
  }
  .inner .bg-home h1 {
    bottom: 18px;
    font-size: 1.2rem;
  }

  /*end header*/
  .main_slider.slider {
    top: 175px;
  }
  .main_slider.slider .slides li .caption {
    top: 16%;
  }
  .main_slider.slider .slides li .caption h4 {
    font-size: 1.4rem;
  }
  .main_slider.slider .slides li .caption .statistics {
    width: 60vw;
  }
  .main_slider.slider .slides li .caption .statistics h3 {
    font-size: 2rem;
  }
  .main_slider.slider .slides li .caption .statistics p {
    font-size: 0.9rem;
  }
  .main_slider.slider .slides li .caption .statistics .w20 {
    margin-top: 80px;
  }
  .main_slider.slider .slides li .caption .statistics .w20.taj {
    margin-top: 15px;
  }
  .main_slider.slider .slides li .caption .statistics .w20.taj h3 {
    font-size: 2.8rem;
    line-height: 1.2;
  }

  .title_1 {
    padding: 20px 0 15px;
  }

  .news_slider.slider {
    height: 360px !important;
  }
  .news_slider.slider .slides {
    height: 320px !important;
  }
  .news_slider.slider .slides li .caption h4 {
    font-size: 1.2rem;
    line-height: 150%;
    margin-bottom: 20px;
    max-height: 80px;
  }

  h4,
  h5 {
    font-size: 1rem;
  }

  footer a,
  p {
    font-size: 0.9rem;
  }

  .in_content .two_line {
    max-height: 40px;
  }

  .social.hi-icon-effect {
    position: absolute;
    left: 20px;
    top: 130%;
  }
  .social.hi-icon-effect .hi-icon {
    display: block;
    background-color: #373f4e;
    margin-bottom: 5px;
    box-shadow: none;
  }
}
@media only screen and (min-width: 1313px) {
  .hide-on-large {
    display: none;
  }
}
@media only screen and (max-width: 1312px) {
  .hide-on-mob {
    display: none;
  }

  /*start HEADER*/
  .all-bg-home {
    height: 451px;
    padding-top: 95px;
  }

  .bg-home {
    height: 356px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
  }

  /*end header*/
  .main_slider.slider {
    top: 100px;
  }
  .main_slider.slider .indicators .indicator-item {
    margin: 0 33px;
  }
  .main_slider.slider .divider {
    width: 315px;
  }
  .main_slider.slider .con_years {
    font-size: 0.8rem;
  }
  .main_slider.slider .con_years span {
    margin: 0 28px;
  }
  .main_slider.slider .slides li .caption {
    top: 32%;
  }
  .main_slider.slider .slides li .caption h4 {
    font-size: 1.2rem;
  }
  .main_slider.slider .slides li .caption .statistics {
    width: 55vw;
  }
  .main_slider.slider .slides li .caption .statistics h3 {
    font-size: 1.4rem;
  }
  .main_slider.slider .slides li .caption .statistics p {
    font-size: 0.8rem;
  }
  .main_slider.slider .slides li .caption .statistics .w20 {
    margin-top: 63px;
  }
  .main_slider.slider .slides li .caption .statistics .w20.taj {
    margin-top: 15px;
  }
  .main_slider.slider .slides li .caption .statistics .w20.taj img {
    width: 35px;
    height: 25px;
    margin: 4px auto;
  }
  .main_slider.slider .slides li .caption .statistics .w20.taj h3 {
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .hi-icon-effect {
    margin-top: 20px;
  }

  .user-view .brand-logo {
    width: 240px;
    margin: auto;
    float: none;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 992px) {
  /*Start scrollTop*/
  .scrollup {
    left: auto;
    right: 20px;
  }

  /*End scrollTop*/
  .bg-home .maqra {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -12px;
  }
  .bg-home .maqra img {
    width: 140px;
  }

  .main_slider.slider .slides li .caption .statistics {
    width: 85vw;
  }

  .news_slider.slider {
    height: 300px !important;
    width: 100%;
  }
  .news_slider.slider .slides {
    height: 260px !important;
  }
  .news_slider.slider .slides li .caption {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 25%;
    padding: 10px 15px;
  }
  .news_slider.slider .slides li .caption h4 {
    font-size: 1rem;
    max-height: 40px;
  }
  .news_slider.slider .slides li .caption p {
    display: none;
  }

  .bramjna .title_1 {
    padding: 25px 0 20px;
  }
  .bramjna a img {
    height: 20vw;
  }

  .adv img {
    height: 30vw;
  }

  footer .album_footer img {
    height: 20vw;
  }

  .my_card img {
    height: 18vw;
  }
}
@media only screen and (max-width: 600px) {
  .row .col {
    padding: 0;
  }

  .col .row {
    margin: 0;
  }

  .input-field > label,
  .input-field.col label {
    left: 0;
  }

  /*start HEADER*/
  .all-bg-home {
    height: 395px;
    padding-top: 95px;
  }

  .bg-home {
    height: 300px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
  }

  .main_slider.slider {
    top: 77px;
  }

  .main_slider.slider .slides {
    height: 270px !important;
  }

  .main_slider.slider {
    height: 265px !important;
  }

  .main_slider.slider .con_years span {
    margin: 0 18px;
  }

  .brand-logo {
    width: 225px;
  }

  .main_slider.slider .indicators .indicator-item {
    margin: 0 23px;
  }

  .main_slider.slider .divider {
    width: 225px;
  }

  .bg-home .maqra img {
    width: 130px;
  }

  .main_slider.slider .slides li .caption {
    top: 35%;
  }

  .main_slider.slider .slides li .caption .statistics {
    width: 92vw;
  }

  .main_slider.slider .slides li .caption .statistics h3 {
    font-size: 1.4rem;
  }

  .main_slider.slider .slides li .caption .statistics p {
    font-size: 0.6rem;
  }

  .main_slider.slider .slides li .caption .statistics .w20 {
    margin-top: 50px;
  }

  .main_slider.slider .slides li .caption .statistics .w20.taj {
    margin-top: 15px;
  }

  .tabs .tab a {
    font-size: 0.9rem;
  }

  .video-container {
    padding-bottom: 56.25%;
  }

  footer .hi-icon-effect {
    text-align: center;
  }

  .my_audio {
    padding: 150px 15px 15px;
  }
  .my_audio img {
    width: 100%;
    height: auto;
  }

  .in_content {
    padding: 15px 10px;
  }
  .in_content > h4 {
    margin-top: 15px;
  }
  .in_content .my_video,
  .in_content .my_audio {
    margin: 15px auto;
  }
  .in_content > p,
  .in_content > img {
    margin: 15px auto;
  }

  .my_card img {
    height: 30vw;
  }

  .video {
    padding: 0 0 5px;
  }
  .video .news {
    padding: 10px 10px 0;
  }
}
.dropdown-trigger::after,
.collapsible-header::after {
  font-family: "quransham";
  content: "\65";
  font-size: 0.85rem;
  margin-left: 1px;
}

.bg-home,
.inner .bg-home {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.title_1::after,
.main_slider.slider .con_years,
.my_tabs .btn-floating,
.my_tabs::after,
.inner .bg-home h1,
.owl-carousel .owl-item h2::after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.bramjna a::after,
.bramjna .video-container:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.bramjna a:hover,
footer .album_footer img:hover {
  filter: brightness(140%);
  -webkit-filter: brightness(140%);
}

.bramjna a.active {
  filter: brightness(140%);
  -webkit-filter: brightness(140%);
}

header,
header nav ul a,
header.smaller,
.brand-logo,
.scrollup,
.hi-icon-effect,
.hi-icon-effect .hi-icon,
.my_content,
.sp_btn h4,
.library img,
.my_card h4,
.bramjna a,
footer .album_footer img,
.bramjna a.active {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news > a,
.my_card a,
.hofaz a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.Donate2 .btn,
.Donate2 .btn-large,
.Donate2 .btn-small {
  background: #43bd33;
  background: -moz-linear-gradient(left, #43bd33 0%, #197dab 100%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #43bd33),
    color-stop(100%, #197dab)
  );
  background: -webkit-linear-gradient(left, #43bd33 0%, #197dab 100%);
  background: -o-linear-gradient(left, #43bd33 0%, #197dab 100%);
  background: -ms-linear-gradient(left, #43bd33 0%, #197dab 100%);
  background: linear-gradient(to right, #43bd33 0%, #197dab 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#43bd33', endColorstr='#197dab', GradientType=1);
}
@font-face {
  font-family: "Noto Naskh Arabic UI";

  font-style: normal;

  font-weight: 400;

  src: local("Noto Naskh Arabic UI Regular"), local("NotoNaskhArabicUI"),
    url(https://fonts.gstatic.com/s/notonaskharabicui/v7/9XU6lIJqkU_PWDHIY3lkVjo6pdPHBQyThjcnXyDnnw.woff2)
      format("woff2");

  unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41,
    U+FB50-FDFF, U+FE80-FEFC;
}

.social_share li {
  display: inline-block;

  margin: 0 5px;

  text-align: center;
}

ul.social_share {
  margin-top: 0;

  justify-content: flex-end;

  display: flex;
}

.video-container2 {
  position: relative;

  padding-bottom: 0;

  height: 400px;

  overflow: hidden;

  background-color: #ffffff;
}

.video-container2 video {
  height: 100%;

  object-fit: cover !important;
}

.in_content,
.in_content p,
.in_content span {
  font-family: "Noto Naskh Arabic UI";

  /*font-size: 16px !important;*/
}

.in_content h2 {
  font-family: "jf-flat";
}

a {
  color: #777575;

  text-decoration: none;

  -webkit-tap-highlight-color: transparent;
}

.has-error p {
  font-size: 12px;

  color: red;
}

#message {
  width: 100%;

  height: 40px;

  background-color: #e8f5e0;

  text-align: center;

  border-radius: 5px;

  padding: 10px;

  margin-bottom: 10px;
}

.hidden {
  display: none;
}

.alert-success {
  width: 100%;

  height: 40px;

  background-color: #e8f5e0;

  text-align: center;

  border-radius: 5px;

  padding: 10px;

  margin-bottom: 10px;
}

.alert-danger {
  width: 100%;

  height: 40px;

  background-color: #ffefd5;

  text-align: center;

  border-radius: 5px;

  padding: 10px;

  margin-bottom: 10px;
}

.float_right {
  float: right;
}

.margin_bottom_50 {
  margin-bottom: 50px;
}

.media_share {
  width: 100%;

  height: 40px;

  /*background-color:#FFEFD5;*/
}

.media_share div {
  height: 100%;

  text-align: center;
}

div.col.s3 a {
  color: #fff;
}

div.col.s4.facebook {
  padding-top: 7px;

  color: #fff;

  background-color: #496cb4;
}

div.col.s4.twitter {
  padding-top: 7px;

  color: #fff;

  background-color: #71b3f1;
}

div.col.s4.google_plus {
  padding-top: 7px;

  color: #fff;

  background-color: #d63c2d;
}

div.col.s4.telgram {
  padding-top: 7px;

  color: #fff;

  background-color: #17a4f1;
}

.margin_top_15 {
  margin-top: 15px;
}

.radio input {
  opacity: 1 !important;

  position: static !important;
}

.login_title {
  font-size: 18px;

  border-bottom: 1px solid #ccc;

  padding-bottom: 10px;
}

.login_title span {
  border-bottom: 2px solid #31ab55;

  padding-bottom: 8px;
}

.center_side {
  padding-top: 30px;
}

.center_side li {
  width: 100%;

  padding: 0;

  margin-bottom: 15px;
}

.center_side li.active {
  background: #202020;
}

.center_side li a {
  color: #fff;

  padding: 10px 40px 10px 5px;

  border-bottom: 1px solid #8e0202;
}

.center_side li a:hover,
.center_side li a:focus {
  background: #202020;
}

.center_side li a i {
  font-size: 20px;

  vertical-align: middle;

  padding: 0 10px;
}

.center_page_side li a {
  color: #202020 !important;

  border: none;

  padding: 6px 0 6px 10px;

  /*background:#fff !important;*/
}

.center_page_side li a:hover {
  color: #31ab55 !important;

  background: #fff !important;
}

.center_page_side li:hover {
  background: #fff;
}

.center_page_side li.active {
  background: #fff !important;

  color: #31ab55 !important;
}

.center_page_side li.active a {
  background: #fff !important;

  color: #31ab55 !important;
}

.center_page_side {
  padding-top: 40px;
}

#maqraeh-status input {
  position: static;

  opacity: 1;

  pointer-events: none;
}

.hight_b {
  min-height: 200px;
}

#maqraeh-time_from-datetime .input-group-addon {
  display: none;
}

#maqraeh-time_to-datetime span {
  display: none;
}

.in_content > img {
  display: block;

  width: 100%;

  height: auto;
}

.in_content {
  word-break: break-word;
}

.float-left {
  float: left;
}

.btn-more {
  color: #fff;

  float: left;

  padding: 0 11px 0 9px;
  height: 20px;
  margin-top: 5px;
  line-height: 0;

  border: 1px solid #89d0a0;

  border-radius: 5px;
}

.my_breadcrumb .breadcrumb:first-child:before {
  background-image: url(../img/logoV2.svg);

  display: inline-block;

  margin-left: 5px;

  background-size: 100px auto;

  display: inline-block;

  width: 27px;

  height: 30px;

  content: "";

  background-repeat: no-repeat;

  background-position: right;
}

.donate-block img {
  width: 100% !important;
}

.slider-desc {
  width: 100%;

  display: inline-flex;

  position: absolute;

  top: 0;

  right: 0;

  height: 100%;

  color: #ffffff;

  align-items: center;

  background: rgba(44, 51, 69, 0.5);
}

.slider-desc h4 {
  margin-bottom: 15px;
}

.Donate-div .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;

  position: absolute;

  bottom: 10px;

  width: 100%;
}

.library img {
  /*top: 25px;*/

  width: 100px;

  height: calc(100% - 40px);

  border: 1px solid #cfdfeb;

  max-height: 100%;
}

b,
strong {
  font-weight: bold !important;
}

.my_card figcaption {
  padding: 10px 15px;

  height: 116px;

  overflow: hidden;
}

@media only screen and (max-width: 800px) {
  .main_slider.slider .con_years span {
    margin: 0px 15px;
  }

  .login_title span {
    border-bottom: 2px solid #31ab55;

    padding-bottom: 1px;

    font-size: 16px;
  }

  .news h4 {
    margin-top: 5px;
  }

  .news {
    padding: 10px;
  }

  .news img {
    position: static !important;
  }

  .news_slider.slider .indicators .indicator-item {
    margin: 0 6px;

    background-color: #5e6a85;
  }

  .tabs-content.carousel.carousel-slider {
    height: 620px !important;
  }

  .my_tabs .tabs_view {
    height: 555px !important;

    overflow: hidden;
  }
}

.icon-envelope img {
  -webkit-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

.icon-envelope img:hover {
  webkit-animation: toTop 0.3s forwards;

  animation: toTop 0.3s forwards;
}

.main_slider.slider .con_years {
  bottom: -56px;

  font-size: 1rem;
}

img {
  max-width: 100%;
}

.dropdown-content li:last-child {
  border-bottom: 1px solid #424b5d;
}

@media only screen and (max-width: 1265px) and (min-width: 1200px) {
  .brand-logo {
    margin-left: 5px !important;
  }
}

@media only screen and (max-width: 800px) {
  .main_slider.slider .con_years span {
    margin: 0px 13px;
  }

  img {
    max-width: 100%;

    height: auto !important;
  }

  .news_slider.slider .slides li .caption {
    height: 20%;
  }
}

@media only screen and (max-width: 330px) {
  .main_slider.slider .con_years span {
    margin: 0px 5px;
  }
}

.youtubeimage {
  height: auto;

  overflow: hidden;

  margin-bottom: 15px;
}

.youtubeimage a img {
  height: auto;

  width: 100%;

  display: block;

  /*    margin-top: -17px;
    margin-bottom:-22px;*/
  object-fit: cover;
  image-rendering: high-quality;
  image-resolution: 300dpi;
}
/*.youtubeimage a {

    aspect-ratio: 16/4;

}*/

.bramjna a {
  position: relative;
  display: block;
  margin-bottom: 5px;
  height: auto !important;

  border: 0 solid transparent !important;
}

.social.hi-icon-effect {
  position: absolute;

  right: 20px;

  top: 130%;
}

.social.hi-icon-effect .hi-icon {
  display: block;

  background-color: #373f4e;

  margin-bottom: 5px;

  box-shadow: none;
}

.news_slider.slider {
  height: 420px !important;
}

.news_slider.slider .slides {
  height: 390px !important;
}
.news_slider.slider .slides img {
  height: 390px !important;
  width: 67%;
  /* width: auto; */
}
.black_bg_slider {
  padding-top: 0px;
}

input[type="file"] {
  display: none;
}

.custom-file-upload {
  border: 1px solid #43bd33;

  display: inline-block;

  padding: 6px 12px;

  cursor: pointer;

  margin-bottom: 15px;

  margin-top: 10px;

  border-radius: 5px;
}

textarea {
  width: 100%;

  height: 3rem;

  background-color: transparent;

  border: none;

  border-bottom: 1px solid #373f4e;

  border-radius: 0;

  outline: none;

  height: 3rem;

  width: 100%;

  font-size: 0.95rem;

  margin: 0 0 8px 0;

  padding: 0;

  box-shadow: none;

  box-sizing: content-box;

  transition: box-shadow 0.3s, border 0.3s;

  background-color: transparent;
}

.custom-font p,
.custom-font span {
  font-family: "Noto Naskh Arabic UI" !important;
  /*font-size: 16px !important;*/
}

.table-size table {
  max-width: 100% !important;

  width: 100% !important;
}

.my_card h4 {
  height: 61px;

  overflow: hidden;
}

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

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

.Donate2 .b_lightgrey {
  padding: 13px;
}

b {
  font-family: bold !important;
}

.icon-ul {
  margin-top: 0;

  margin-bottom: 0;
}

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

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

.date img,
.view-no img {
  width: 20px;

  display: inline-block;

  margin-left: 5px;
}

ul.icon-ul li {
  display: inline-block;

  margin-left: 15px;
}

ul.icon-ul {
  display: inline-flex;

  align-items: center;
}

ul.icon-ul li img {
  width: 30px;
}

.d-none {
  display: none;
}

#addComment {
  cursor: pointer;
}

/*.bramjna .video-container {*/

/*    height: auto;*/

/*    background-color: transparent !important;*/

/*}*/

/*.video-container iframe, .video-container object, .video-container embed {*/

/*    position: absolute;*/

/*    top: 0;*/

/*    left: 0;*/

/*    width: 100% !important;*/

/*    height: 100% !important;*/

/*    object-fit: cover;*/

/*    right: 0;*/

/*}*/

/*.html5-video-player:not(.ytp-transparent), .html5-video-player.unstarted-mode, .html5-video-player.ad-showing, .html5-video-player.ended-mode, .html5-video-player.ytp-fullscreen {*/

/*    background-color: transparent !important;*/

/*}*/

/*.video-container iframe body {*/

/*    background-color: transparent !important;*/

/*}*/

.bramjna .video-container {
  height: 28.85vw;

  background-color: #ecf2f7;
}
.editor-container ul > li {
  list-style-type: initial !important;
}

.editor-container ul {
  padding-left: 0;
  list-style-type: initial !important;
}

footer .hi-icon-effect {
  display: flex;
  align-items: center;
}
footer .hi-icon-effect span {
  margin-left: 10px;
}

.in_content ul > li {
  list-style-type: initial !important;
}

.in_content ul {
  padding-left: 0;
  list-style-type: initial !important;
}

.editor_body img {
  height: auto !important;
  width: auto !important;
}
.in_content > img {
  max-width: 100%;
  object-fit: cover;
}
.editor_body > ul:not(.browser-default) > li {
  list-style-type: disc !important;
}

div.col.s12.l7.pull-l2 {
  left: 20.6666666667% !important;
}
div.in_content.Donate2.hoverable {
  background-color: #ffffff !important;
}
div.in_content.Donate2.hoverable h3 {
  color: #131212 !important;
}
div.in_content.Donate2.hoverable p {
  color: #131212 !important;
  font-size: 1.3rem !important;
  font-family: "Noto Naskh Arabic UI" !important;
}
div.in_content.Donate2.hoverable h4 {
  color: #131212 !important;
  font-size: 1.15rem;
}

.owl-carousel_news.owl-carousel .owl-item img {
  width: 100%;
}
.owl-carousel_news {
  width: 100%;
  margin: auto;
}
.owl-carousel_news .caption {
  position: absolute;
  left: 0;
  /* top: 0; */
  width: 100%;
  height: auto;
  background-color: rgba(53, 149, 40, 0.8);
  z-index: 3;
  padding: 10px;
  bottom: 0;
  color: #fff;
}
.owl-carousel_news .caption h3 {
  font-size: 0.875rem;
  font-weight: 700;
}
.owl-carousel_news .caption p {
  display: none;
}
.owl-carousel_news .caption .btn-more {
  float: none;
}
.owl-carousel_news .owl-dots .owl-dot span {
  margin: 10px 5px;
}
@media only screen and (min-width: 768px) {
  .owl-carousel_news .caption {
    padding: 20px;
  }
  .owl-carousel_news .caption p {
    display: block;
  }
  .owl-carousel_news .caption h3 {
    font-size: 1rem;
    font-weight: 700;
  }
}
@media only screen and (min-width: 992px) {
  .owl-carousel_news {
    width: 90%;
  }
  .owl-carousel_news .caption {
    padding: 30px;
    width: 25%;
    top: 0;
  }
  .owl-carousel_news .caption h3 {
    font-size: 1.25rem;
    font-weight: 700;
  }
  .owl-carousel_news .owl-dots .owl-dot span {
    margin: 10px 8px;
  }
}

@media only screen and (min-width: 1024px) {
  .owl-carousel_news .caption {
    padding: 40px;
  }
  .owl-carousel_news .owl-dots .owl-dot span {
    margin: 15px 10px;
  }
}
/********28-1-2023*********/
@media (max-width: 575.98px) {

  .main_slider.slider .divider {
    position: relative;
    top: 10px;
    width: 100% !important;
    margin: auto;
}
.brand-logo{
  margin-left: -60px !important;  
}
  .main_slider.slider .con_years {
    bottom: -60px;
    font-size: 1rem;
    width: 100%;
    text-align: center;
  }
  .main_slider.slider .indicators .indicator-item {
    margin: 0 18px;
  }
  .main_slider.slider .con_years span {
    margin: 0px 8px;
  }
}

.active_m .overline-center:before {
  left: 0;
  right: 0;
}

/********28-1-2023*********/
.main_slider.slider .con_years {
  bottom: -47px;
  font-size: 1rem;
  width: 100%;
  text-align: center;
}
.slider .indicators .indicator-item {
  margin: 0 52px;
}
.main_slider.slider .divider {
  position: relative;
  top: 10px;
  width: 685px;
  margin: auto;
}

/***** af 9-6-2024******/
.social-footer {
  float: right;
}

/*# sourceMappingURL=matt_en.css.map */
/* af */
.footer-logo {
  margin-left: -94px !important;
}

.menue_nav li .lang-btn {
  margin-top: 36px;
  margin-right: 10px;
  width: 30px;
  height: 30px;
}
.menue_nav li .lang-btn a {
  text-align: center;
}
.menue_nav .container {
  width: 90%;
}
.center-text {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dot_more {
  padding-right: 10px;
}
/* */
.mtop-12 {
  margin-top: 12px !important;
}
.hofaz h6 {
  font-size: 0.9rem;
  padding-bottom: 8px;
  padding-left: 4rem;
}

/* .my_content h4 {
  font-weight: 600;
  padding-left: 4rem;
} */
.hofaz h4 {
  font-weight: 600;
  padding-left: 4rem;
}


