\t/*------- custom css -------*/
\nhtml {
\n  height: 100%;
\n}
\n
\nbody {
\n  position: relative;
\n}
\n
\nhtml, body {
\n  color: #555555;
\n  background-color: #fefefe;
\n  /* letter-spacing: 0.03rem; */
\n}
\n
\n/*--- spacers ---*/
\n.spacer {
\n  margin: 15px 0;
\n  line-height: 0;
\n}
\n
\n.spacer-2x {
\n  margin: 30px 0;
\n  line-height: 0;
\n}
\n
\n.spacer-3x {
\n  margin: 45px 0;
\n  line-height: 0;
\n}
\n
\n.spacer-line {
\n  width: 50px;
\n  line-height: 0;
\n  border-bottom: 2px solid #ebebeb;
\n  margin-left: auto;
\n  margin-right: auto;
\n}
\n
\n.spacer-line-2x {
\n  width: 100px;
\n  line-height: 0;
\n  border-bottom: 2px solid #ebebeb;
\n  margin-left: auto;
\n  margin-right: auto;
\n}
\n
\n.spacer-line-solid {
\n  width: 50px;
\n  line-height: 0;
\n  border-bottom: 4px solid #ebebeb;
\n  margin-left: auto;
\n  margin-right: auto;
\n}
\n
\n.spacer-line-solid-2x {
\n  width: 100px;
\n  line-height: 0;
\n  border-bottom: 4px solid #ebebeb;
\n  margin-left: auto;
\n  margin-right: auto;
\n}
\n
\n.spacer-line-full-width {
\n  width: 100%;
\n  line-height: 0;
\n  border-bottom: 2px solid #ebebeb;
\n}
\n
\n.space {
\n  margin: 15px !important;
\n}
\n
\n.space-2x {
\n  margin: 30px !important;
\n}
\n
\n.space-3x {
\n  margin: 45px !important;
\n}
\n
\n.space-top {
\n  margin-top: 15px !important;
\n}
\n
\n.space-top-2x {
\n  margin-top: 30px !important;
\n}
\n
\n.space-bottom {
\n  margin-bottom: 15px !important;
\n}
\n
\n.space-bottom-2x {
\n  margin-bottom: 30px !important;
\n}
\n
\n.space-left {
\n  margin-left: 15px !important;
\n}
\n
\n.space-left-2x {
\n  margin-left: 30px !important;
\n}
\n
\n.space-right {
\n  margin-right: 15px !important;
\n}
\n
\n.space-right-2x {
\n  margin-right: 30px !important;
\n}
\n
\n.inner-space {
\n  padding: 15px !important;
\n}
\n
\n.inner-space-2x {
\n  padding: 30px !important;
\n}
\n
\n.inner-space-3x {
\n  padding: 45px !important;
\n}
\n
\n.inner-space-top {
\n  padding-top: 15px !important;
\n}
\n
\n.inner-space-top-2x {
\n  padding-top: 30px !important;
\n}
\n
\n.inner-space-bottom {
\n  padding-bottom: 15px !important;
\n}
\n
\n.inner-space-bottom-2x {
\n  padding-bottom: 30px !important;
\n}
\n
\n.inner-space-left {
\n  padding-left: 15px !important;
\n}
\n
\n.inner-space-left-2x {
\n  padding-left: 30px !important;
\n}
\n
\n.inner-space-right {
\n  padding-right: 15px !important;
\n}
\n
\n.inner-space-right-2x {
\n  padding-right: 30px !important;
\n}
\n
\n.no-margin {
\n  margin: 0 !important;
\n}
\n
\n.no-margin-top {
\n  margin-top: 0 !important;
\n}
\n
\n.no-margin-bottom {
\n  margin-bottom: 0 !important;
\n}
\n
\n.no-margin-left {
\n  margin-left: 0 !important;
\n}
\n
\n.no-margin-right {
\n  margin-right: 0 !important;
\n}
\n
\n.no-padding {
\n  padding: 0 !important;
\n}
\n
\n.no-padding-top {
\n  padding-top: 0 !important;
\n}
\n
\n.no-padding-bottom {
\n  padding-bottom: 0 !important;
\n}
\n
\n.no-padding-left {
\n  padding-left: 0 !important;
\n}
\n
\n.no-padding-right {
\n  padding-right: 0 !important;
\n}
\n
\n/*--- end of spacers ---*/
\n/*--- custom colors ---*/
\n.bg-white {
\n  background-color: white !important;
\n}
\n
\n.bg-black {
\n  background-color: black !important;
\n}
\n
\n.bg-light {
\n  background-color: #eff1f2 !important;
\n}
\n
\n.bg-faded {
\n  background-color: #eff1f2 !important;
\n}
\n
\n.bg-dark {
\n  background-color: #333333 !important;
\n}
\n
\n.bg-inverse {
\n  background-color: #333333 !important;
\n}
\n
\n.bg-primary {
\n  background-color: #3f50b5 !important;
\n}
\n
\n.bg-secondary {
\n  background-color: #eff1f2 !important;
\n}
\n
\n.bg-success {
\n  background-color: #8ac148 !important;
\n}
\n
\n.bg-info {
\n  background-color: #00a9f4 !important;
\n}
\n
\n.bg-warning {
\n  background-color: #ff9800 !important;
\n}
\n
\n.bg-danger {
\n  background-color: #e53635 !important;
\n}
\n
\n.border-white {
\n  border-color: white !important;
\n}
\n
\n.border-black {
\n  border-color: black !important;
\n}
\n
\n.border-faded {
\n  border-color: #eff1f2 !important;
\n}
\n
\n.border-inverse {
\n  border-color: #333333 !important;
\n}
\n
\n.border-primary {
\n  border-color: #3f50b5 !important;
\n}
\n
\n.border-secondary {
\n  border-color: #eff1f2 !important;
\n}
\n
\n.border-success {
\n  border-color: #8ac148 !important;
\n}
\n
\n.border-info {
\n  border-color: #00a9f4 !important;
\n}
\n
\n.border-warning {
\n  border-color: #ff9800 !important;
\n}
\n
\n.border-danger {
\n  border-color: #e53635 !important;
\n}
\n
\n.text-muted {
\n  color: #cccccc !important;
\n}
\n
\n.text-white {
\n  color: white !important;
\n}
\n
\n.text-black {
\n  color: black !important;
\n}
\n
\n.text-primary {
\n  color: #3f50b5 !important;
\n}
\n
\n.text-secondary {
\n  color: #eff1f2 !important;
\n}
\n
\n.text-success {
\n  color: #8ac148 !important;
\n}
\n
\n.text-info {
\n  color: #00a9f4 !important;
\n}
\n
\n.text-warning {
\n  color: #ff9800 !important;
\n}
\n
\n.text-danger {
\n  color: #e53635 !important;
\n}
\n
\n/*--- end of custom colors ---*/
\n/*--- custom attributes ---*/
\n.container.full-width {
\n  width: 100% !important;
\n  max-width: 100% !important;
\n  padding: 0 !important;
\n}
\n
\nbutton:focus {
\n  outline: none !important;
\n  -webkit-box-shadow: none !important;
\n  box-shadow: none !important;
\n}
\n
\n.opc-75 {
\n  opacity: 0.75 !important;
\n}
\n
\n.opc-50 {
\n  opacity: 0.5 !important;
\n}
\n
\n.opc-25 {
\n  opacity: 0.25 !important;
\n}
\n
\n.pull-left {
\n  float: left !important;
\n}
\n
\n.pull-right {
\n  float: right !important;
\n}
\n
\n.no-border {
\n  border: none !important;
\n}
\n
\n.no-border-radius {
\n  border-radius: 0 !important;
\n}
\n
\n.rectangle {
\n  border-radius: 0 !important;
\n}
\n
\n.rounded {
\n  border-radius: 5px !important;
\n}
\n
\n.rounded-2x {
\n  border-radius: 10px !important;
\n}
\n
\n.pill {
\n  border-radius: 50px !important;
\n}
\n
\n.circle {
\n  border-radius: 100% !important;
\n}
\n
\n.sub-title {
\n  font-size: 1.25rem;
\n}
\n
\nimg {
\n  /* width: 100%; */
\n  /* max-width: 100%; */
\n  height: auto;
\n}
\n
\n.img-auto {
\n  width: auto !important;
\n}
\n
\n.img-thumbnail {
\n  padding: 5px;
\n  background-color: #fff;
\n  border: 1px solid #ebebeb;
\n  border-radius: 5px;
\n  margin-bottom: 15px;
\n}
\n
\n.fa {
\n  vertical-align: middle;
\n}
\n
\n.animated {
\n  -webkit-animation-duration: 1s !important;
\n  animation-duration: 1s !important;
\n}
\n
\n.animated.fast {
\n  -webkit-animation-duration: 0.4s !important;
\n  animation-duration: 0.4s !important;
\n}
\n
\n.animated.first {
\n  -webkit-animation-duration: 1.5s !important;
\n  animation-duration: 1.5s !important;
\n  animation-delay: 0.5s;
\n}
\n
\n.animated.second {
\n  -webkit-animation-duration: 1.6s !important;
\n  animation-duration: 1.6s !important;
\n  animation-delay: 1s;
\n}
\n
\n.animated.third {
\n  -webkit-animation-duration: 1.5s !important;
\n  animation-duration: 1.5s !important;
\n  animation-delay: 1.3s;
\n}
\n
\n.animated.fourth {
\n  -webkit-animation-duration: 1.6s !important;
\n  animation-duration: 1.6s !important;
\n  animation-delay: 1.8s;
\n}
\n
\n.animated.fifth {
\n  -webkit-animation-duration: 1.5s !important;
\n  animation-duration: 1.5s !important;
\n  animation-delay: 2s;
\n}
\n
\n.animated.sixth {
\n  -webkit-animation-duration: 1.5s !important;
\n  animation-duration: 1.5s !important;
\n  animation-delay: 2.5s;
\n}
\n
\n.animated.seventh {
\n  -webkit-animation-duration: 1.6s !important;
\n  animation-duration: 1.6s !important;
\n  animation-delay: 3.2s;
\n}
\n
\n.animated.eighth {
\n  -webkit-animation-duration: 1.5s !important;
\n  animation-duration: 1.5s !important;
\n  animation-delay: 3.5s;
\n}
\n
\n.animated.nineth {
\n  -webkit-animation-duration: 1.6s !important;
\n  animation-duration: 1.6s !important;
\n  animation-delay: 3.8s;
\n}
\n
\n::-moz-selection {
\n  color: white;
\n  background: rgba(63, 80, 181, 0.9);
\n}
\n
\n::selection {
\n  color: white;
\n  background: rgba(63, 80, 181, 0.9);
\n}
\n
\n.vcenter {
\n  display: flex;
\n  align-items: center;
\n}
\n
\n.parallax {
\n  background-attachment: fixed !important;
\n}
\n
\n.hidden {
\n  display: none !important;
\n}
\n
\n
\n
\nh1, h2, h3, h4, h5, h6 {
\n  color: #111111;
\n  font-weight: 500;
\n  letter-spacing: 0;
\n  margin-top: 0;
\n}
\n
\na {
\n  color: #3f50b5;
\n  -moz-transition: 0.1s ease-in-out;
\n  -o-transition: 0.1s ease-in-out;
\n  -webkit-transition: 0.1s ease-in-out;
\n  -ms-transition: 0.1s ease-in-out;
\n  transition: 0.1s ease-in-out;
\n  font-weight: 400;
\n  outline: 0 !important;
\n}
\na:hover, a:active, a:focus {
\n  color: #002884;
\n  text-decoration: none;
\n}
\n
\np {
\n  font-weight: 400;
\n  font-size: 1rem;
\n  color: #555555;
\n  letter-spacing: 0.03rem;
\n  margin-bottom: 10px;
\n}
\n
\nul {
\n  list-style: none;
\n  padding: 0;
\n}
\n
\nul, ol {
\n  padding-left: 16px;
\n  margin-top: 0;
\n  margin-bottom: 20px;
\n}
\n
\n.list-featured {
\n  list-style: none;
\n  padding: 0;
\n}
\n
\n.list-featured li {
\n  position: relative;
\n  padding-left: 14px;
\n  margin-bottom: 7px;
\n}
\n
\n.list-featured li:before {
\n  position: absolute;
\n  display: block;
\n  content: "";
\n  width: 6px;
\n  height: 6px;
\n  border-radius: 50%;
\n  left: 0;
\n  top: .5rem;
\n  background-color: #3f50b5;
\n}
\n
\nol li {
\n  /* margin-bottom: 7px; */
\n}
\n
\nli {
\n  color: #555555;
\n  font-size: 1rem;
\n  letter-spacing: 0.03rem;
\n}
\n
\n.blockquote {
\n  font-size: 1.25rem;
\n  border-left: 0.25rem solid rgba(63, 80, 181, 0.75);
\n  margin-bottom: 1rem;
\n  padding: .5rem 1rem;
\n}
\n
\n.blockquote-reverse {
\n  border-right: 0.25rem solid rgba(63, 80, 181, 0.75);
\n  border-left: 0;
\n}
\n
\nblockquote p {
\n  font-size: 1rem;
\n  font-weight: 400;
\n}
\n
\nfooter.blockquote-footer {
\n  color: #555555;
\n  background: transparent;
\n  border: 0;
\n}
\n
\ncite {
\n  color: #cccccc;
\n  font-size: 0.8rem;
\n}
\n
\n.mark, mark {
\n  background-color: #d4d8da;
\n}
\n
\nb, strong {
\n  /* font-weight: 500; */
\n}
\n
\n.text-uppercase {
\n  text-transform: uppercase;
\n}
\n
\n.lead {
\n  font-size: 1.1rem;
\n}
\n
\n.text-sm {
\n  font-size: 0.9rem;
\n}
\n
\n.text-xs {
\n  font-size: 0.75rem;
\n}
\n
\nform label {
\n  color: #111111;
\n  display: inline-block;
\n  margin-bottom: .5rem;
\n}
\n
\n.md-icon {
\n  font-family: 'Material Icons';
\n  text-rendering: optimizeLegibility;
\n  font-feature-settings: "liga" 1;
\n  font-style: normal;
\n  text-transform: none;
\n  line-height: 1;
\n  font-size: 24px;
\n  width: 24px;
\n  height: 24px;
\n  display: inline-block;
\n  overflow: hidden;
\n  -webkit-font-smoothing: antialiased;
\n  -moz-osx-font-smoothing: grayscale;
\n}
\n
\n.icon-item {
\n  text-align: center;
\n  padding-top: 15px;
\n  padding-bottom: 15px;
\n  -moz-transition: 0.2s ease-in-out;
\n  -o-transition: 0.2s ease-in-out;
\n  -webkit-transition: 0.2s ease-in-out;
\n  transition: 0.2s ease-in-out;
\n}
\n
\n.icon-item-inner {
\n  background: #eff1f2;
\n  padding: 15px 5px;
\n  -moz-transition: 0.2s ease-in-out;
\n  -o-transition: 0.2s ease-in-out;
\n  -webkit-transition: 0.2s ease-in-out;
\n  transition: 0.2s ease-in-out;
\n}
\n
\n.icon-item-inner:hover {
\n  background: #3f50b5;
\n}
\n
\n.icon-item-inner i {
\n  -moz-transition: 0.2s ease-in-out;
\n  -o-transition: 0.2s ease-in-out;
\n  -webkit-transition: 0.2s ease-in-out;
\n  transition: 0.2s ease-in-out;
\n}
\n
\n.icon-item-inner:hover i {
\n  color: white;
\n}
\n
\n.icon-item-inner .caption-sm {
\n  -moz-transition: 0.2s ease-in-out;
\n  -o-transition: 0.2s ease-in-out;
\n  -webkit-transition: 0.2s ease-in-out;
\n  transition: 0.2s ease-in-out;
\n}
\n
\n.icon-item-inner:hover .caption-sm {
\n  color: white;
\n}
\n
\n.md-icon.dp12 {
\n  font-size: 12px;
\n  width: 12px;
\n  height: 12px;
\n  vertical-align: middle;
\n}
\n
\n.md-icon.dp14 {
\n  font-size: 14px;
\n  width: 14px;
\n  height: 14px;
\n  vertical-align: middle;
\n}
\n
\n.md-icon.dp16 {
\n  font-size: 16px;
\n  width: 16px;
\n  height: 16px;
\n  vertical-align: middle;
\n}
\n
\n.md-icon.dp18 {
\n  font-size: 18px;
\n  width: 18px;
\n  height: 18px;
\n  vertical-align: middle;
\n}
\n
\n.md-icon.dp24 {
\n  font-size: 24px;
\n  width: 24px;
\n  height: 24px;
\n  vertical-align: middle;
\n}
\n
\n.md-icon.dp36 {
\n  font-size: 36px;
\n  width: 36px;
\n  height: 36px;
\n  vertical-align: middle;
\n}
\n
\n.md-icon.dp48 {
\n  font-size: 48px;
\n  width: 48px;
\n  height: 48px;
\n  vertical-align: middle;
\n}
\n
\n.caption {
\n  font-size: .9rem;
\n}
\n
\n.caption-sm {
\n  font-size: .625rem;
\n  white-space: nowrap;
\n  overflow: hidden;
\n  text-overflow: ellipsis;
\n  margin-top: .5rem;
\n}
\n
\n/*------- end of typography -------*/
\n/*------- alerts-badges -------*/
\n.alert {
\n  padding: 15px 20px;
\n  margin-bottom: 25px;
\n  border: 1px solid transparent;
\n  border-radius: 5px;
\n}
\n
\n.alert-dismissible .close {
\n  top: -0.7rem;
\n}
\n
\n.close {
\n  float: right;
\n  font-size: 1.4rem;
\n  font-weight: 500;
\n  line-height: 1;
\n  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
\n  opacity: .8;
\n}
\n
\n.alert-icon {
\n  line-height: 1;
\n  vertical-align: middle;
\n}
\n
\n.alert-success {
\n  background-color: #8ac148;
\n  border-color: #599014;
\n  color: white;
\n}
\n
\n.alert-success .close {
\n  color: #599014;
\n}
\n
\n.alert-info {
\n  background-color: #00a9f4;
\n  border-color: #007ac1;
\n  color: white;
\n}
\n
\n.alert-info .close {
\n  color: #007ac1;
\n}
\n
\n.alert-warning {
\n  background-color: #ff9800;
\n  border-color: #c66900;
\n  color: white;
\n}
\n
\n.alert-warning .close {
\n  color: #c66900;
\n}
\n
\n.alert-notice {
\n    background-color: #fcffec;
\n    border-color: #eaeae7;
\n    color: black;
\n    padding: 11px;
\n    margin-bottom: 20px;
\n}
\n
\n.alert-danger {
\n  background-color: #e53635;
\n  border-color: #ab000e;
\n  color: white;
\n}
\n
\n.alert-danger .close {
\n  color: #ab000e;
\n}
\n
\n.badge {
\n  color: white;
\n  font-size: 65%;
\n  font-weight: 500;
\n  border-radius: 5px;
\n  padding: .5em .8em;
\n}
\n
\n.badge-pill {
\n  border-radius: 10rem;
\n}
\n
\n.badge-default {
\n  background-color: #555555;
\n}
\n
\n.badge-primary {
\n  background-color: #3f50b5;
\n}
\n
\n.badge-success {
\n  background-color: #8ac148;
\n}
\n
\n.badge-info {
\n  background-color: #00a9f4;
\n}
\n
\n.badge-warning {
\n  background-color: #ff9800;
\n}
\n
\n.badge-danger {
\n  background-color: #e53635;
\n}
\n
\n/*------- end of alerts-badges -------*/
\n/*------- buttons -------*/
\n.btn {
\n  font-weight: 400;
\n  /* font-size: .95rem; */
\n  line-height: 1.25;
\n  letter-spacing: 0.03rem;
\n  border: 2px solid transparent;
\n  border-radius: 0.35rem;
\n  /* padding: .75rem 1rem; */
\n  -moz-transition: 0.2s ease-in-out;
\n  -o-transition: 0.2s ease-in-out;
\n  -webkit-transition: 0.2s ease-in-out;
\n  transition: 0.2s ease-in-out;
\n}
\n
\n.btn span {
\n  /* vertical-align: middle; */
\n}
\n
\n.btn-group-lg > .btn, .btn-lg {
\n  padding: .8rem 1.5rem;
\n  font-size: 1.25rem;
\n  border-radius: .35rem;
\n}
\n
\n.btn-group-sm > .btn, .btn-sm {
\n  padding: .5rem .7rem;
\n  font-size: .8rem;
\n  border-radius: .35rem;
\n}
\n
\n.btn-group-xs > .btn, .btn-xs {
\n  padding: .45rem .5rem;
\n  font-size: .6rem;
\n  border-radius: .35rem;
\n}
\n
\n.btn-circle {
\n  border-radius: 50% !important;
\n  height: 40px;
\n  width: 40px;
\n  padding: 3px !Important;
\n}
\n
\n.btn-square {
\n  height: 40px;
\n  width: 40px;
\n  border-radius: 5px;
\n  padding: 3px !Important;
\n}
\n
\n/*--- button colors ---*/
\n.btn-primary {
\n  color: white;
\n  background-color: #414c5a;
\n  border-color: #414c5a;
\n}
\n
\n.btn-primary:hover, .btn-primary:focus, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
\n  color: white;
\n  background-color: #282e37;
\n  border-color: #282e37;
\n}
\n
\n.btn-outline-primary {
\n  color: #3f50b5;
\n  background-image: none;
\n  background-color: transparent;
\n  border-color: #3f50b5;
\n}
\n
\n.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary.active, .btn-outline-primary:active, .show > .btn-outline-primary.dropdown-toggle {
\n  color: white;
\n  background-color: #3f50b5;
\n  border-color: #3f50b5;
\n}
\n
\n.btn-primary.disabled, .btn-primary:disabled {
\n  color: white;
\n  background-color: #3f50b5;
\n  border-color: #3f50b5;
\n  opacity: 0.8;
\n}
\n
\n.btn-secondary {
\n  color: #111111;
\n  background-color: #eff1f2;
\n  border-color: #eff1f2;
\n}
\n
\n.btn-secondary:hover, .btn-secondary:focus, .btn-secondary.active, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle {
\n  color: #111111;
\n  background-color: #d4d8da;
\n  border-color: #d4d8da;
\n}
\n
\n.btn-outline-secondary {
\n  color: #d4d8da;
\n  background-image: none;
\n  background-color: transparent;
\n  border-color: #d4d8da;
\n}
\n
\n.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary.active, .btn-outline-secondary:active, .show > .btn-outline-secondary.dropdown-toggle {
\n  color: #111111;
\n  background-color: #d4d8da;
\n  border-color: #d4d8da;
\n}
\n
\n.btn-secondary.disabled, .btn-secondary:disabled {
\n  color: white;
\n  background-color: #eff1f2;
\n  border-color: #eff1f2;
\n  opacity: 0.8;
\n}
\n
\n.btn-success {
\ncolor: white;
\n    background-color: #8ac148;
\n    border-color: #8ac148;
\n    font-family: roboto condensed;
\n    text-transform: uppercase;
\n    font-size: 14px;
\n    padding: 7px;
\n}
\n
\n.btn-success:hover, .btn-success:focus, .btn-success.active, .btn-success:active, .show > .btn-success.dropdown-toggle {
\n  color: white;
\n  background-color: #599014;
\n  border-color: #599014;
\n}
\n
\n.btn-outline-success {
\n  color: #8ac148;
\n  background-image: none;
\n  background-color: transparent;
\n  border-color: #8ac148;
\n}
\n
\n.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success.active, .btn-outline-success:active, .show > .btn-outline-success.dropdown-toggle {
\n  color: white;
\n  background-color: #8ac148;
\n  border-color: #8ac148;
\n}
\n
\n.btn-success.disabled, .btn-success:disabled {
\n  color: white;
\n  background-color: #8ac148;
\n  border-color: #8ac148;
\n  opacity: 0.8;
\n}
\n
\n.btn-info {
\n  color: white;
\n  background-color: #00a9f4;
\n  border-color: #00a9f4;
\n}
\n
\n.btn-info:hover, .btn-info:focus, .btn-info.active, .btn-info:active, .show > .btn-info.dropdown-toggle {
\n  color: white;
\n  background-color: #007ac1;
\n  border-color: #007ac1;
\n}
\n
\n.btn-outline-info {
\n  color: #00a9f4;
\n  background-image: none;
\n  background-color: transparent;
\n  border-color: #00a9f4;
\n}
\n
\n.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info.active, .btn-outline-info:active, .show > .btn-outline-info.dropdown-toggle {
\n  color: white;
\n  background-color: #00a9f4;
\n  border-color: #00a9f4;
\n}
\n
\n.btn-info.disabled, .btn-info:disabled {
\n  color: white;
\n  background-color: #00a9f4;
\n  border-color: #00a9f4;
\n  opacity: 0.8;
\n}
\n
\n.btn-warning {
\n  color: white;
\n  background-color: #ff9800;
\n  border-color: #ff9800;
\n}
\n
\n.btn-warning:hover, .btn-warning:focus, .btn-warning.active, .btn-warning:active, .show > .btn-warning.dropdown-toggle {
\n  color: white;
\n  background-color: #c66900;
\n  border-color: #c66900;
\n}
\n
\n.btn-outline-warning {
\n  color: #ff9800;
\n  background-image: none;
\n  background-color: transparent;
\n  border-color: #ff9800;
\n}
\n
\n.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning.active, .btn-outline-warning:active, .show > .btn-outline-warning.dropdown-toggle {
\n  color: white;
\n  background-color: #ff9800;
\n  border-color: #ff9800;
\n}
\n
\n.btn-warning.disabled, .btn-warning:disabled {
\n  color: white;
\n  background-color: #8ac148;
\n  border-color: #8ac148;
\n  opacity: 0.8;
\n}
\n
\n.btn-danger {
\n  color: white;
\n  background-color: #e53635;
\n  border-color: #e53635;
\n}
\n
\n.btn-danger:hover, .btn-danger:focus, .btn-danger.active, .btn-danger:active, .show > .btn-danger.dropdown-toggle {
\n  color: white;
\n  background-color: #ab000e;
\n  border-color: #ab000e;
\n}
\n
\n.btn-outline-danger {
\n  color: #e53635;
\n  background-image: none;
\n  background-color: transparent;
\n  border-color: #e53635;
\n}
\n
\n.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger.active, .btn-outline-danger:active, .show > .btn-outline-danger.dropdown-toggle {
\n  color: white;
\n  background-color: #e53635;
\n  border-color: #e53635;
\n}
\n
\n.btn-danger.disabled, .btn-danger:disabled {
\n  color: white;
\n  background-color: #e53635;
\n  border-color: #e53635;
\n  opacity: 0.8;
\n}
\n
\n.btn-white {
\n  color: #111111;
\n  background-color: white;
\n  border-color: white;
\n}
\n
\n.btn-white:hover, .btn-white:focus, .btn-white.active, .btn-white:active, .show > .btn-white.dropdown-toggle {
\n  color: #111111;
\n  background-color: #ebebeb;
\n  border-color: #ebebeb;
\n}
\n
\n.btn-outline-white {
\n  color: white;
\n  background-image: none;
\n  background-color: transparent;
\n  border-color: white;
\n}
\n
\n.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white.active, .btn-outline-white:active, .show > .btn-outline-white.dropdown-toggle {
\n  color: #111111;
\n  background-color: white;
\n  border-color: white;
\n}
\n
\n.btn-white.disabled, .btn-white:disabled {
\n  opacity: 0.8;
\n}
\n
\n.btn-black {
\n  color: white;
\n  background-color: black;
\n  border-color: black;
\n}
\n
\n.btn-black:hover, .btn-black:focus, .btn-black.active, .btn-black:active, .show > .btn-black.dropdown-toggle {
\n  color: white;
\n  background-color: #333333;
\n  border-color: #333333;
\n}
\n
\n.btn-outline-black {
\n  color: black;
\n  background-image: none;
\n  background-color: transparent;
\n  border-color: black;
\n}
\n
\n.btn-outline-black:hover, .btn-outline-black:focus, .btn-outline-black.active, .btn-outline-black:active, .show > .btn-outline-black.dropdown-toggle {
\n  color: white;
\n  background-color: black;
\n  border-color: black;
\n}
\n
\n.btn-black.disabled, .btn-black:disabled {
\n  opacity: 0.8;
\n}
\n
\n.btn-link {
\n  color: #3f50b5;
\n}
\n
\n.btn-link:hover, .btn-link:focus, .btn-link.active, .btn-link:active, .show > .btn-link.dropdown-toggle {
\n  color: #002884;
\n  text-decoration: none;
\n}
\n
\n.btn-link.disabled, .btn-link:disabled {
\n  color: #3f50b5;
\n  opacity: 0.8;
\n}
\n
\n.btn:focus {
\n  outline: none !important;
\n  -webkit-box-shadow: none !important;
\n  box-shadow: none !important;
\n}
\n
\n/*--- end of button colors ---*/
\n/*--- social buttons ---*/
\n.btn-social {
\n  font-weight: 400;
\n  font-size: .95rem;
\n  line-height: 1.25;
\n  letter-spacing: 0.03rem;
\n  border-radius: 0.35rem;
\n  padding: .75rem 1rem;
\n  vertical-align: middle;
\n  -moz-transition: 0.2s ease-in-out;
\n  -o-transition: 0.2s ease-in-out;
\n  -webkit-transition: 0.2s ease-in-out;
\n  transition: 0.2s ease-in-out;
\n}
\n
\n.btn-social i {
\n  font-size: .9rem;
\n  vertical-align: middle;
\n}
\n
\n.btn-social span {
\n  margin-left: 10px;
\n  vertical-align: middle;
\n}
\n
\n/* facebook button */
\n.btn-facebook, .btn-facebook:active, .btn-facebook:focus {
\n  color: white;
\n  background: #4e68a1;
\n  border: 2px solid #4e68a1;
\n}
\n
\n.btn-facebook:hover {
\n  color: white;
\n  background: #3b4f7a;
\n  border: 2px solid #3b4f7a;
\n}
\n
\n.btn-facebook-link, .btn-facebook-link:active, .btn-facebook-link:focus {
\n  color: #4e68a1;
\n  background: transparent;
\n  border: none;
\n}
\n
\n.btn-facebook-link:hover {
\n  color: #3b4f7a;
\n}
\n
\n.btn-outline-facebook, .btn-outline-facebook:active, .btn-outline-facebook:focus {
\n  color: #4e68a1;
\n  background: transparent;
\n  border: 2px solid #4e68a1;
\n}
\n
\n.btn-outline-facebook:hover {
\n  color: white !important;
\n  background: #4e68a1;
\n  border: 2px solid #4e68a1;
\n}
\n
\n/* twitter button */
\n.btn-twitter, .btn-twitter:active, .btn-twitter:focus {
\n  color: white;
\n  background: #65b5f2;
\n  border: 2px solid #65b5f2;
\n}
\n
\n.btn-twitter:hover {
\n  color: white;
\n  background: #5294c6;
\n  border: 2px solid #5294c6;
\n}
\n
\n.btn-twitter:hover {
\n  color: white;
\n  background: #5294c6;
\n  border: 2px solid #5294c6;
\n}
\n
\n.btn-twitter-link, .btn-twitter-link:active, .btn-twitter-link:focus {
\n  color: #65b5f2;
\n  background: transparent;
\n  border: none;
\n}
\n
\n.btn-twitter-link:hover {
\n  color: #5294c6;
\n}
\n
\n.btn-outline-twitter, .btn-outline-twitter:active, .btn-outline-twitter:focus {
\n  color: #65b5f2;
\n  background: transparent;
\n  border: 2px solid #65b5f2;
\n}
\n
\n.btn-outline-twitter:hover {
\n  color: white;
\n  background: #65b5f2;
\n  border: 2px solid #65b5f2;
\n}
\n
\n/* google button */
\n.btn-google, .btn-google:active, .btn-google:focus {
\n  color: white;
\n  background: #e05d4b;
\n  border: 2px solid #e05d4b;
\n}
\n
\n.btn-google:hover {
\n  color: white;
\n  background: #b94c3d;
\n  border: 2px solid #b94c3d;
\n}
\n
\n.btn-google-link, .btn-google-link:active, .btn-google-link:focus {
\n  color: #e05d4b;
\n  background: transparent;
\n  border: none;
\n}
\n
\n.btn-google-link:hover {
\n  color: #b94c3d;
\n}
\n
\n.btn-outline-google, .btn-outline-google:active, .btn-outline-google:focus {
\n  color: #e05d4b;
\n  background: transparent;
\n  border: 2px solid #e05d4b;
\n}
\n
\n.btn-outline-google:hover {
\n  color: white;
\n  background: #e05d4b;
\n  border: 2px solid #e05d4b;
\n}
\n
\n/* linkedin button */
\n.btn-linkedin, .btn-linkedin:active, .btn-linkedin:focus {
\n  color: white;
\n  background: #2083bc;
\n  border: 2px solid #2083bc;
\n}
\n
\n.btn-linkedin:hover {
\n  color: white;
\n  background: #186592;
\n  border: 2px solid #186592;
\n}
\n
\n.btn-linkedin-link, .btn-linkedin-link:active, .btn-linkedin-link:focus {
\n  color: #2083bc;
\n  background: transparent;
\n  border: none;
\n}
\n
\n.btn-linkedin-link:hover {
\n  color: #186592;
\n}
\n
\n.btn-outline-linkedin, .btn-outline-linkedin:active, .btn-outline-linkedin:focus {
\n  color: #2083bc;
\n  background: transparent;
\n  border: 2px solid #2083bc;
\n}
\n
\n.btn-outline-linkedin:hover {
\n  color: white;
\n  background: #2083bc;
\n  border: 2px solid #2083bc;
\n}
\n
\n/* pinterest button */
\n.btn-pinterest, .btn-pinterest:active, .btn-pinterest:focus {
\n  color: white;
\n  background: #d2373b;
\n  border: 2px solid #d2373b;
\n}
\n
\n.btn-pinterest:hover {
\n  color: white;
\n  background: #ad2c2f;
\n  border: 2px solid #ad2c2f;
\n}
\n
\n.btn-pinterest-link, .btn-pinterest-link:active, .btn-pinterest-link:focus {
\n  color: #d2373b;
\n  background: transparent;
\n  border: none;
\n}
\n
\n.btn-pinterest-link:hover {
\n  color: #ad2c2f;
\n}
\n
\n.btn-outline-pinterest, .btn-outline-pinterest:active, .btn-outline-pinterest:focus {
\n  color: #d2373b;
\n  background: transparent;
\n  border: 2px solid #d2373b;
\n}
\n
\n.btn-outline-pinterest:hover {
\n  color: white;
\n  background: #d2373b;
\n  border: 2px solid #d2373b;
\n}
\n
\n/* dribble button */
\n.btn-dribbble, .btn-dribbble:active, .btn-dribbble:focus {
\n  color: white;
\n  background: #ec5f94;
\n  border: 2px solid #ec5f94;
\n}
\n
\n.btn-dribbble:hover {
\n  color: white;
\n  background: #b4446e;
\n  border: 2px solid #b4446e;
\n}
\n
\n.btn-dribbble-link, .btn-dribbble-link:active, .btn-dribbble-link:focus {
\n  color: #ec5f94;
\n  background: transparent;
\n  border: none;
\n}
\n
\n.btn-dribbble-link:hover {
\n  color: #b4446e;
\n}
\n
\n.btn-outline-dribbble, .btn-outline-dribbble:active, .btn-outline-dribbble:focus {
\n  color: #ec5f94;
\n  background: transparent;
\n  border: 2px solid #ec5f94;
\n}
\n
\n.btn-outline-dribbble:hover {
\n  color: white;
\n  background: #ec5f94;
\n  border: 2px solid #ec5f94;
\n}
\n
\n/*--- end of social buttons ---*/
\n/*------- end of buttons -------*/
\n/*------- cards -------*/
\n.card {
\n  background-color: white;
\n  border: 1px solid #d4d8da;
\n  border-radius: 5px;
\n  margin-bottom: 1.5rem;
\n}
\n
\n.card-rounded {
\n  border-radius: 2rem;
\n}
\n
\n.card .md-icon {
\n  display: inline;
\n}
\n
\n.card-header {
\n  padding: .75rem 1.25rem;
\n  margin-bottom: 0;
\n  background-color: #eff1f2;
\n  border-bottom: 1px solid #d4d8da;
\n}
\n
\n.card-header:first-child {
\n  border-radius: calc(.35rem - 1px) calc(.35rem - 1px) 0 0;
\n}
\n
\n.card-footer {
\n  padding: .2rem 0.25rem;
\n  background-color: #eff1f2;
\n  border-top: 1px solid #d4d8da;
\n}
\n
\n.card-inverse .card-blockquote, .card-inverse .card-footer, .card-inverse .card-header, .card-inverse .card-title {
\n  color: white;
\n}
\n
\n.card-inverse .card-blockquote .blockquote-footer, .card-inverse .card-link, .card-inverse .card-subtitle, .card-inverse .card-text {
\n  color: rgba(255, 255, 255, 0.65);
\n}
\n
\n.card-inverse {
\n  background-color: #333333;
\n  border-color: #333333;
\n}
\n
\n.card-secondary {
\n  background-color: #eff1f2 !important;
\n  border-color: #d4d8da !important;
\n}
\n
\n.card-primary {
\n  background-color: #3f50b5 !important;
\n  border-color: #002884 !important;
\n}
\n
\n.card-success {
\n  background-color: #8ac148;
\n  border-color: #599014;
\n}
\n
\n.card-info {
\n  background-color: #00a9f4;
\n  border-color: #007ac1;
\n}
\n
\n.card-warning {
\n  background-color: #ff9800;
\n  border-color: #c66900;
\n}
\n
\n.card-danger {
\n  background-color: #e53635;
\n  border-color: #ab000e;
\n}
\n
\n.card-outline-inverse {
\n  background-color: white;
\n  border-color: #333333;
\n}
\n
\n.card-outline-secondary {
\n  background-color: white;
\n  border-color: #d4d8da !important;
\n}
\n
\n.card-outline-primary {
\n  background-color: white;
\n  border-color: #002884;
\n}
\n
\n.card-outline-success {
\n  background-color: white;
\n  border-color: #599014;
\n}
\n
\n.card-outline-info {
\n  background-color: white;
\n  border-color: #007ac1;
\n}
\n
\n.card-outline-warning {
\n  background-color: white;
\n  border-color: #c66900;
\n}
\n
\n.card-outline-danger {
\n  background-color: white;
\n  border-color: #ab000e;
\n}
\n
\n/*------- end of cards -------*/
\n/*------- carousel -------*/
\n.owl-theme .owl-nav {
\n  margin-top: 10px;
\n  text-align: center;
\n  -webkit-tap-highlight-color: transparent;
\n}
\n
\n.owl-theme .owl-nav [class*='owl-'] {
\n  color: white;
\n  font-size: .9rem;
\n  margin: 5px;
\n  padding: 4px 7px;
\n  background: #eff1f2;
\n  display: inline-block;
\n  cursor: pointer;
\n  border-radius: 3px;
\n  -moz-transition: 0.2s ease-in-out;
\n  -o-transition: 0.2s ease-in-out;
\n  -webkit-transition: 0.2s ease-in-out;
\n  transition: 0.2s ease-in-out;
\n}
\n
\n.owl-theme .owl-nav [class*='owl-']:hover {
\n  background: #002884;
\n  color: white;
\n  text-decoration: none;
\n}
\n
\n.owl-theme .owl-nav .disabled {
\n  opacity: 0.5;
\n  cursor: default;
\n}
\n
\n.owl-theme .owl-nav.disabled + .owl-dots {
\n  margin-top: 10px;
\n}
\n
\n.owl-theme .owl-dots {
\n  text-align: center;
\n  -webkit-tap-highlight-color: transparent;
\n}
\n
\n.owl-theme .owl-dots .owl-dot {
\n  display: inline-block;
\n  zoom: 1;
\n  *display: inline;
\n}
\n
\n.owl-theme .owl-dots .owl-dot span {
\n  width: 10px;
\n  height: 10px;
\n  margin: 5px 7px;
\n  background: #eff1f2;
\n  display: block;
\n  -webkit-backface-visibility: visible;
\n  border-radius: 30px;
\n  -moz-transition: 0.2s ease-in-out;
\n  -o-transition: 0.2s ease-in-out;
\n  -webkit-transition: 0.2s ease-in-out;
\n  transition: 0.2s ease-in-out;
\n}
\n
\n.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
\n  background: #3f50b5;
\n}
\n
\n/*--- custom carousels ---*/
\n.owl-theme.carousel-full-nav .owl-nav {
\n  margin: 0;
\n}
\n
\n.carousel-full-nav .owl-prev {
\n  position: absolute;
\n  top: 47%;
\n  left: 0;
\n  transform: translate(25%, -50%);
\n  color: rgba(255, 255, 255, 0.75) !important;
\n  background: transparent !important;
\n  font-size: 2.5rem !important;
\n}
\n
\n.carousel-full-nav .owl-prev:hover {
\n  color: white;
\n}
\n
\n.carousel-full-nav .owl-next {
\n  position: absolute;
\n  top: 47%;
\n  right: 0;
\n  transform: translate(-25%, -50%);
\n  color: rgba(255, 255, 255, 0.75) !important;
\n  background: transparent !important;
\n  font-size: 2.5rem !important;
\n}
\n
\n.carousel-full-nav .owl-next:hover {
\n  color: white;
\n}
\n
\n/*--- end of custom carousels ---*/
\n/*------- end of carousel -------*/
\n/*------- collapse-dropdowns -------*/
\n#accordion .card {
\n  margin-bottom: 0;
\n}
\n
\n#accordion h5 {
\n  margin-bottom: 0;
\n  font-size: 1.075rem;
\n  line-height: 1.3;
\n}
\n
\n#accordion.w-icon .card-header:first-child {
\n  border-radius: 0;
\n}
\n
\n#accordion.w-icon .card-header {
\n  border-bottom: 0;
\n}
\n
\n#accordion.w-icon .card {
\n  border-radius: 0;
\n}
\n
\n.dropdown-menu {
\n  color: #111111;
\n  background-color: white;
\n  border: 1px solid #d4d8da;
\n  border-radius: 5px;
\n  z-index: 99;
\n}
\n
\n.dropdown-toggle::after {
\n  display: inline-block;
\n  width: 0;
\n  height: 0;
\n  margin-left: .3em;
\n  vertical-align: middle;
\n  content: "";
\n  border-top: .3em solid;
\n  border-right: .3em solid transparent;
\n  border-left: .3em solid transparent;
\n}
\n
\n.dropdown-item.disabled, .dropdown-item:disabled {
\n  color: #d4d8da;
\n  cursor: not-allowed;
\n  background-color: transparent;
\n}
\n
\n.dropdown-item {
\n  padding: 8px 16px;
\n}
\n
\n.dropdown-item:focus, .dropdown-item:hover {
\n  color: #111111;
\n  text-decoration: none;
\n  background-color: #eff1f2;
\n}
\n
\n.dropdown-item.active, .dropdown-item:active {
\n  color: white;
\n  background-color: #3f50b5;
\n}
\n
\n.dropdown-header {
\n  display: block;
\n  padding: 8px 16px;
\n  margin-bottom: 0;
\n  font-size: .75rem;
\n  color: #111111;
\n  white-space: nowrap;
\n}
\n
\n.dropdown-divider {
\n  height: 1px;
\n  margin: .5rem 0;
\n  overflow: hidden;
\n  background-color: #d4d8da;
\n}
\n
\n.dm-example {
\n  margin-bottom: 260px;
\n}
\n
\n.dm-example .dropdown-menu {
\n  display: block;
\n  position: relative;
\n  z-index: 99;
\n}
\n
\n/*--- inverse dropdown ---*/
\n.dropdown-inverse {
\n  background: #111111;
\n  border-color: black;
\n}
\n
\n.dropdown-inverse .dropdown-item {
\n  color: #cccccc;
\n}
\n
\n.dropdown-inverse .dropdown-item:focus, .dropdown-inverse .dropdown-item:hover {
\n  color: white;
\n  background-color: #3f50b5;
\n}
\n
\n.dropdown-inverse .dropdown-header {
\n  color: white;
\n}
\n
\n.dropdown-inverse .dropdown-divider {
\n  background-color: black;
\n}
\n
\n/*--- end of inverse dropdown ---*/
\n/*------- end of collapse-dropdowns -------*/
\n/*------- forms -------*/
\n
\n.select2-container--default .select2-selection--multiple .select2-selection__rendered {
\n  padding: 6px 6px;
\n}
\n
\n.select2-container--default .select2-selection--multiple {
\n  border: 0 !important;
\n}
\n
\n.form-control  , .select2-selection__rendered , .select2-selection__rendered {
\n    display: inline-block;
\n    width: 100%;
\n    padding: 10px 10px;
\n    font-family: Montserrat !important;
\n    font-size: 13px;
\n    /* line-height: 1; */
\n    color: #555555;
\n    background-color: white;
\n    background-image: none;
\n    -webkit-background-clip: padding-box;
\n    background-clip: padding-box;
\n    /* border: 2px solid #eff1f2; */
\n    border-radius: 5px;
\n    -webkit-appearance: none;
\n    appearance: none;
\n    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
\n    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
\n    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
\n    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
\n    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
\n}
\n
\n.input-group-btn .btn {
\n  height: 100%;
\n}
\n
\n.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
\n  padding: .5rem .7rem;
\n  font-size: .8rem;
\n}
\n
\n.form-control-xs, .input-group-xs > .form-control, .input-group-xs > .input-group-addon, .input-group-xs > .input-group-btn > .btn {
\n  padding: .45rem .5rem;
\n  font-size: .6rem;
\n}
\n
\ninput {
\n  letter-spacing: 0.03rem;
\n}
\n
\n.input-group-addon:not(:last-child) {
\n  border: none;
\n}
\n
\n.input-group-addon {
\n  border: none;
\n}
\n
\n.input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group {
\n  margin-right: 0;
\n}
\n
\n.input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group {
\n  margin-left: 0;
\n}
\n
\ninput:focus {
\n  outline: none !important;
\n  -webkit-box-shadow: none !important;
\n  box-shadow: none !important;
\n  border-color: #d4d8da !important;
\n}
\n
\nselect.form-control:not([size]):not([multiple]):not(.select-tracker) {
\n  height: 50px;
\n}
\n
\nselect.selector {
\n  -webkit-appearance: menulist !important;
\n}
\n
\nselect.multiple-selector {
\n  -webkit-appearance: listbox !important;
\n  max-height: 55px;
\n}
\n
\nselect:focus {
\n  outline: none !important;
\n  -webkit-box-shadow: none !important;
\n  box-shadow: none !important;
\n  border-color: #d4d8da !important;
\n}
\n
\noption {
\n  padding: 4px 2px 1px;
\n}
\n
\ntextarea:focus {
\n  outline: none !important;
\n  -webkit-box-shadow: none !important;
\n  box-shadow: none !important;
\n  border-color: #d4d8da !important;
\n}
\n
\n.btn-file {
\n  position: relative;
\n  overflow: hidden;
\n  letter-spacing: 0.06rem !important;
\n}
\n
\n.btn-file input[type=file] {
\n  position: absolute;
\n  top: 0;
\n  right: 0;
\n  left: 0;
\n  bottom: 0;
\n  min-width: 100%;
\n  min-height: 100%;
\n  font-size: 1rem;
\n  text-align: right;
\n  filter: alpha(opacity=0);
\n  opacity: 0;
\n  outline: none;
\n  background: white;
\n  cursor: inherit;
\n  display: block;
\n}
\n
\n.checkbox label {
\n  display: inline-block;
\n  position: relative;
\n  padding-left: 5px;
\n  margin-bottom: 0;
\n}
\n
\n.checkbox label::before {
\n  content: "";
\n  display: inline-block;
\n  position: absolute;
\n  width: 18px;
\n  height: 18px;
\n  left: 0;
\n  margin-top: 2px;
\n  margin-left: -20px;
\n  border: 1px solid #d4d8da;
\n  border-radius: 3px;
\n  background-color: white;
\n  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
\n  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
\n  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
\n}
\n
\n.checkbox label::after {
\n  display: inline-block;
\n  position: absolute;
\n  width: 18px;
\n  height: 18px;
\n  left: 0;
\n  top: 0;
\n  margin-top: 2px;
\n  margin-left: -20px;
\n  padding-left: 4px;
\n  padding-top: 2px;
\n  font-size: 10px;
\n  color: #d4d8da;
\n}
\n
\n.checkbox input[type="checkbox"] {
\n  opacity: 0;
\n}
\n
\n.checkbox input[type="checkbox"]:checked + label::after {
\n  font-family: 'Material Icons';
\n  content: "\\E876";
\n}
\n
\n.checkbox input[type="checkbox"]:disabled + label {
\n  opacity: 0.65;
\n}
\n
\n.checkbox input[type="checkbox"]:disabled + label::before {
\n  background-color: #eff1f2;
\n  cursor: not-allowed;
\n}
\n
\n.checkbox.checkbox-circle label::before {
\n  border-radius: 50%;
\n}
\n
\n.checkbox.checkbox-inline {
\n  margin-top: 0;
\n}
\n
\n.checkbox-primary input[type="checkbox"]:checked + label::before {
\n  background-color: #3f50b5;
\n  border-color: #3f50b5;
\n}
\n
\n.checkbox-primary input[type="checkbox"]:checked + label::after {
\n  color: white;
\n}
\n
\n.checkbox-secondary input[type="checkbox"]:checked + label::before {
\n  background-color: #d4d8da;
\n  border-color: #d4d8da;
\n}
\n
\n.checkbox-secondary input[type="checkbox"]:checked + label::after {
\n  color: white;
\n}
\n
\n.checkbox-success input[type="checkbox"]:checked + label::before {
\n  background-color: #8ac148;
\n  border-color: #8ac148;
\n}
\n
\n.checkbox-success input[type="checkbox"]:checked + label::after {
\n  color: white;
\n}
\n
\n.checkbox-info input[type="checkbox"]:checked + label::before {
\n  background-color: #00a9f4;
\n  border-color: #00a9f4;
\n}
\n
\n.checkbox-info input[type="checkbox"]:checked + label::after {
\n  color: white;
\n}
\n
\n.checkbox-warning input[type="checkbox"]:checked + label::before {
\n  background-color: #ff9800;
\n  border-color: #ff9800;
\n}
\n
\n.checkbox-warning input[type="checkbox"]:checked + label::after {
\n  color: white;
\n}
\n
\n.checkbox-danger input[type="checkbox"]:checked + label::before {
\n  background-color: #e53635;
\n  border-color: #e53635;
\n}
\n
\n.checkbox-danger input[type="checkbox"]:checked + label::after {
\n  color: white;
\n}
\n
\n.radio label {
\n  display: inline-block;
\n  position: relative;
\n  padding-left: 5px;
\n}
\n
\n.radio label::before {
\n  content: "";
\n  display: inline-block;
\n  position: absolute;
\n  width: 18px;
\n  height: 18px;
\n  left: 0;
\n  margin-left: -20px;
\n  border: 1px solid #d4d8da;
\n  border-radius: 50%;
\n  background-color: white;
\n  margin-top: 2px;
\n  -webkit-transition: border 0.15s ease-in-out;
\n  -o-transition: border 0.15s ease-in-out;
\n  transition: border 0.15s ease-in-out;
\n}
\n
\n.radio label::after {
\n  display: inline-block;
\n  position: absolute;
\n  content: " ";
\n  width: 12px;
\n  height: 12px;
\n  left: 3px;
\n  top: 3px;
\n  margin-left: -20px;
\n  border-radius: 50%;
\n  background-color: #d4d8da;
\n  margin-top: 2px;
\n  -webkit-transform: scale(0, 0);
\n  -ms-transform: scale(0, 0);
\n  -o-transform: scale(0, 0);
\n  transform: scale(0, 0);
\n  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
\n  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
\n  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
\n  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
\n}
\n
\n.radio input[type="radio"] {
\n  opacity: 0;
\n}
\n
\n.radio input[type="radio"]:checked + label::after {
\n  -webkit-transform: scale(1, 1);
\n  -ms-transform: scale(1, 1);
\n  -o-transform: scale(1, 1);
\n  transform: scale(1, 1);
\n}
\n
\n.radio input[type="radio"]:disabled + label {
\n  opacity: 0.65;
\n}
\n
\n.radio input[type="radio"]:disabled + label::before {
\n  cursor: not-allowed;
\n}
\n
\n.radio.radio-inline {
\n  margin-top: 0;
\n}
\n
\n.radio-primary input[type="radio"] + label::after {
\n  background-color: #3f50b5;
\n}
\n
\n.radio-primary input[type="radio"]:checked + label::before {
\n  border-color: #3f50b5;
\n}
\n
\n.radio-primary input[type="radio"]:checked + label::after {
\n  background-color: #3f50b5;
\n}
\n
\n.radio-success input[type="radio"] + label::after {
\n  background-color: #8ac148;
\n}
\n
\n.radio-success input[type="radio"]:checked + label::before {
\n  border-color: #8ac148;
\n}
\n
\n.radio-success input[type="radio"]:checked + label::after {
\n  background-color: #8ac148;
\n}
\n
\n.radio-info input[type="radio"] + label::after {
\n  background-color: #00a9f4;
\n}
\n
\n.radio-info input[type="radio"]:checked + label::before {
\n  border-color: #00a9f4;
\n}
\n
\n.radio-info input[type="radio"]:checked + label::after {
\n  background-color: #00a9f4;
\n}
\n
\n.radio-warning input[type="radio"] + label::after {
\n  background-color: #ff9800;
\n}
\n
\n.radio-warning input[type="radio"]:checked + label::before {
\n  border-color: #ff9800;
\n}
\n
\n.radio-warning input[type="radio"]:checked + label::after {
\n  background-color: #ff9800;
\n}
\n
\n.radio-danger input[type="radio"] + label::after {
\n  background-color: #e53635;
\n}
\n
\n.radio-danger input[type="radio"]:checked + label::before {
\n  border-color: #e53635;
\n}
\n
\n.radio-danger input[type="radio"]:checked + label::after {
\n  background-color: #e53635;
\n}
\n
\nlabel.hidden {
\n  display: none !important;
\n}
\n
\nlabel.btn-file {
\n  margin-bottom: 0;
\n}
\n
\n/*------- end of forms -------*/
\n/*------- tables -------*/
\n.table thead th {
\n  vertical-align: bottom;
\n  border-bottom: 2px solid #ebebeb;
\n}
\n
\n.table td, .table th {
\n  padding: .75rem;
\n  vertical-align: top;
\n  border-top: 1px solid #ebebeb;
\n}
\n
\n.table-inverse {
\n  color: white;
\n  background-color: #333333;
\n}
\n
\n.table-inverse td, .table-inverse th, .table-inverse thead th {
\n  border-color: white;
\n}
\n
\n.thead-default th {
\n  color: #111111;
\n  background-color: #ebebeb;
\n}
\n
\n.thead-inverse th {
\n  color: white;
\n  background-color: #333333;
\n}
\n
\n.table-striped tbody tr:nth-of-type(odd) {
\n  background-color: #ebebeb;
\n}
\n
\n.table-striped.table-inverse tbody tr:nth-of-type(odd) {
\n  background-color: #111111;
\n}
\n
\n.table-bordered td, .table-bordered th {
\n  border: 1px solid #ebebeb;
\n}
\n
\n.table-hover tbody tr:hover {
\n  background-color: #ebebeb;
\n}
\n
\n.table-active, .table-active > td, .table-active > th {
\n  background-color: #ebebeb;
\n}
\n
\n.table-hover .table-active:hover {
\n  background-color: #ebebeb;
\n}
\n
\n.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
\n  background-color: #ebebeb;
\n}
\n
\n.table-hover.table-inverse tbody tr:hover {
\n  background-color: #111111;
\n}
\n
\n.table-inverse .table-active, .table-inverse .table-active > td, .table-inverse .table-active > th {
\n  background-color: #111111;
\n}
\n
\n.table-hover.table-inverse .table-active:hover {
\n  background-color: #111111;
\n}
\n
\n.table-hover.table-inverse .table-active:hover > td, .table-hover.table-inverse .table-active:hover > th {
\n  background-color: #111111;
\n}
\n
\n.table-primary, .table-primary > td, .table-primary > th {
\n  background-color: #3f50b5;
\n}
\n
\n.table-hover .table-primary:hover {
\n  background-color: #002884;
\n}
\n
\n.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
\n  background-color: #002884;
\n}
\n
\n.table-success, .table-success > td, .table-success > th {
\n  background-color: #8ac148;
\n}
\n
\n.table-hover .table-success:hover {
\n  background-color: #599014;
\n}
\n
\n.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
\n  background-color: #599014;
\n}
\n
\n.table-info, .table-info > td, .table-info > th {
\n  background-color: #00a9f4;
\n}
\n
\n.table-hover .table-info:hover {
\n  background-color: #007ac1;
\n}
\n
\n.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
\n  background-color: #007ac1;
\n}
\n
\n.table-warning, .table-warning > td, .table-warning > th {
\n  background-color: #ff9800;
\n}
\n
\n.table-hover .table-warning:hover {
\n  background-color: #c66900;
\n}
\n
\n.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
\n  background-color: #c66900;
\n}
\n
\n.table-danger, .table-danger > td, .table-danger > th {
\n  background-color: #e53635;
\n}
\n
\n.table-hover .table-danger:hover {
\n  background-color: #ab000e;
\n}
\n
\n.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
\n  background-color: #ab000e;
\n}
\n
\n/*------- end of tables -------*/
\n/*------- modals -------*/
\n.example-modal .modal {
\n  position: relative;
\n  top: auto;
\n  right: auto;
\n  bottom: auto;
\n  left: auto;
\n  z-index: 1;
\n  display: block;
\n}
\n
\n.modal-content {
\n  background-color: white;
\n  /* border: 1px solid #d4d8da; */
\n  border-radius: 5px;
\n}
\n
\n.modal-header {
\n  border-bottom: 1px solid #d4d8da;
\n  background: #2c343f;
\n}
\n
\n.modal-body p {
\n  margin-bottom: 0;
\n}
\n
\n.modal-body.multi-paragraph p {
\n  margin-bottom: 10px;
\n}
\n
\n.modal-footer {
\n  border-top: 1px solid #d4d8da;
\n  background: #f9f9f9;
\n}
\n
\n[role=button], a, area, button, input, label, select, summary, textarea {
\n  -ms-touch-action: manipulation;
\n  touch-action: manipulation;
\n}
\n
\n.inverse.modal-content .modal-title {
\n  color: white;
\n}
\n
\n.inverse.modal-content .modal-body * {
\n  color: #ebebeb;
\n}
\n
\n.inverse button.close {
\n  color: white;
\n}
\n
\n.modal-inverse.modal-content {
\n  background-color: black;
\n  border: 1px solid #333333;
\n}
\n
\n.modal-inverse .modal-header, .modal-inverse .modal-footer {
\n  border-color: #333333;
\n}
\n
\n.modal-primary.modal-content {
\n  background-color: #3f50b5;
\n  border: 1px solid #002884;
\n}
\n
\n.modal-primary .modal-header, .modal-primary .modal-footer {
\n  border-color: #002884;
\n}
\n
\n.modal-success.modal-content {
\n  background-color: #8ac148;
\n  border: 1px solid #599014;
\n}
\n
\n.modal-success .modal-header, .modal-success .modal-footer {
\n  border-color: #599014;
\n}
\n
\n.modal-info.modal-content {
\n  background-color: #00a9f4;
\n  border: 1px solid #007ac1;
\n}
\n
\n.modal-info .modal-header, .modal-info .modal-footer {
\n  border-color: #007ac1;
\n}
\n
\n.modal-warning.modal-content {
\n  background-color: #ff9800;
\n  border: 1px solid #c66900;
\n}
\n
\n.modal-warning .modal-header, .modal-warning .modal-footer {
\n  border-color: #c66900;
\n}
\n
\n.modal-danger.modal-content {
\n  background-color: #e53635;
\n  border: 1px solid #ab000e;
\n}
\n
\n.modal-danger .modal-header, .modal-danger .modal-footer {
\n  border-color: #ab000e;
\n}
\n
\n/*------- end of modals -------*/
\n/*------- navigations -------*/
\n/*--- breadcrumb ---*/
\n.breadcrumb {
\n  padding: 1rem 1.4rem;
\n  background-color: #eff1f2;
\n  border-radius: 5px;
\n}
\n
\n.breadcrumb.text-center .breadcrumb-item, .breadcrumb.text-right .breadcrumb-item {
\n  float: none;
\n}
\n
\n.breadcrumb-transparent {
\n  background-color: transparent;
\n  padding: 1rem 0;
\n}
\n
\n.breadcrumb-item + .breadcrumb-item::before {
\n  display: inline-block;
\n  padding-right: .5rem;
\n  padding-left: .5rem;
\n  color: #d4d8da;
\n  content: "/";
\n}
\n
\n.breadcrumb-item.active {
\n  color: #002884;
\n}
\n
\n/*--- end of breadcrumb ---*/
\n/*--- navs ---*/
\n.nav-link.disabled {
\n  color: #d4d8da;
\n  cursor: not-allowed;
\n}
\n
\n.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
\n  color: #3f50b5;
\n  background-color: white;
\n  border-color: #d4d8da #d4d8da white;
\n}
\n
\n.nav-tabs .nav-link:hover {
\n  border: 1px solid #d4d8da;
\n}
\n
\n.nav-tabs .nav-link.disabled {
\n  color: #d4d8da;
\n}
\n
\n.nav-tabs {
\n  border-bottom: 1px solid #d4d8da;
\n}
\n
\n.nav-pills .nav-item.show .nav-link, .nav-pills .nav-link.active {
\n  color: white;
\n  cursor: default;
\n  background-color: #3f50b5;
\n}
\n
\n.nav-pills .nav-link {
\n  border-radius: 5px;
\n}
\n
\n/*--- end of navs ---*/
\n/*--- navbars ---*/
\n.navbar {
\n  padding: .625rem 1rem;
\n}
\n
\n.sticky-top {
\n  position: -webkit-sticky;
\n  position: sticky;
\n  top: 0;
\n  z-index: 999;
\n}
\n
\n.fixed-top {
\n  position: fixed;
\n  top: 0;
\n  right: 0;
\n  left: 0;
\n  z-index: 999;
\n}
\n
\n.navbar-brand {
\n  padding-top: .25rem;
\n  padding-bottom: .25rem;
\n  margin-right: .75rem;
\n  margin-left: .75rem;
\n}
\n
\n.navbar-brand img {
\n  width: auto;
\n  max-height: 30px;
\n}
\n
\n.navbar-light .navbar-nav .nav-link {
\n  color: #111111;
\n}
\n
\n.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .open > .nav-link {
\n  color: #3f50b5;
\n}
\n
\n.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .active > .nav-link:hover, .navbar-light .navbar-nav .nav-link.active:hover, .navbar-light .navbar-nav .nav-link.open:hover, .navbar-light .navbar-nav .open > .nav-link:hover {
\n  color: #3f50b5;
\n}
\n
\n.dropdown-menu {
\n  margin: 0;
\n}
\n
\n.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
\n  color: #3f50b5;
\n}
\n
\n.navbar-toggler {
\n  border: none !important;
\n  padding: .25rem 0;
\n}
\n
\n.navbar-toggler-right {
\n  right: 0;
\n}
\n
\n.navbar-light .navbar-toggler-icon {
\n  background-image: url("../images/menu.png");
\n  width: 32px;
\n  height: 32px;
\n}
\n
\n.navbar-inverse .navbar-toggler-icon {
\n  background-image: url("../images/menu-inverse.png");
\n  width: 32px;
\n  height: 32px;
\n}
\n
\n.navbar-collapse {
\n  text-align: center;
\n}
\n
\n.navbar-light .form-control {
\n  border: 2px solid white;
\n}
\n
\nnav .btn-sm {
\n  line-height: 1.5;
\n}
\n
\nnav .btn-xs {
\n  line-height: 2.3;
\n}
\n
\n.nav-icon {
\n  height: auto;
\n}
\n
\n.nav-icon i {
\n  font-size: 18px;
\n}
\n
\n.nav-icon .md-icon {
\n  line-height: 40px;
\n  width: auto;
\n  height: auto;
\n}
\n
\n/* navbar-inverse */
\n.navbar-inverse .navbar-brand, .navbar-inverse .navbar-toggler {
\n  color: white;
\n}
\n
\n.navbar-inverse .navbar-nav .nav-link {
\n  color: #cccccc;
\n}
\n
\n.navbar-inverse .navbar-nav .active > .nav-link, .navbar-inverse .navbar-nav .nav-link.active, .navbar-inverse .navbar-nav .nav-link.open, .navbar-inverse .navbar-nav .open > .nav-link {
\n  color: white;
\n}
\n
\n.navbar-inverse .navbar-nav .nav-link:hover, .navbar-inverse .navbar-nav .active > .nav-link:hover, .navbar-inverse .navbar-nav .nav-link.active:hover, .navbar-inverse .navbar-nav .nav-link.open:hover, .navbar-inverse .navbar-nav .open > .nav-link:hover {
\n  color: white;
\n}
\n
\n.navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover {
\n  color: white;
\n}
\n
\n/* end of navbar-inverse */
\n/*--- end of navbars ---*/
\n/*--- top-navs ---*/
\n.top-nav {
\n  padding: .625rem 1rem;
\n}
\n
\n.top-nav .right {
\n  float: right;
\n}
\n
\n.top-nav-light a {
\n  color: #111111;
\n}
\n
\n.top-nav-light a:hover {
\n  color: #3f50b5;
\n}
\n
\n.top-nav-light a.btn {
\n  color: white;
\n}
\n
\n.top-nav-light a.btn:hover {
\n  color: white;
\n}
\n
\n.top-nav .btn-xs {
\n  line-height: .6rem;
\n  vertical-align: middle;
\n}
\n
\n.top-nav-inverse a {
\n  color: #cccccc;
\n}
\n
\n.top-nav-inverse a:hover {
\n  color: white;
\n}
\n
\n/*--- end of top-navs ---*/
\n/*--- paginations ---*/
\n.page-link {
\n  color: #111111;
\n  background-color: #eff1f2;
\n  border: 1px solid #d4d8da;
\n  padding: .625rem 1.1rem;
\n}
\n
\n.page-link:hover {
\n  color: black;
\n  background-color: #d4d8da;
\n  border: 1px solid #d4d8da;
\n}
\n
\n.pagination-white .page-link {
\n  color: #111111;
\n  background-color: white;
\n  border: 1px solid #d4d8da;
\n}
\n
\n.pagination-white .page-link:hover {
\n  color: black;
\n  background-color: #eff1f2;
\n  border: 1px solid #d4d8da;
\n}
\n
\n.pagination-primary .page-link {
\n  color: white;
\n  background-color: #3f50b5;
\n  border: 1px solid #002884;
\n}
\n
\n.pagination-primary .page-link:hover {
\n  color: white;
\n  background-color: #002884;
\n  border: 1px solid #002884;
\n}
\n
\n.page-link:active, .page-link:focus, .page-link:visited {
\n  color: black;
\n}
\n
\n.pagination-primary .page-link:active, .pagination-primary .page-link:focus, .pagination-primary .page-link:visited {
\n  color: white;
\n}
\n
\n.page-item.disabled {
\n  cursor: not-allowed;
\n}
\n
\n.page-item.disabled .page-link {
\n  color: #555555;
\n  pointer-events: none;
\n  cursor: not-allowed;
\n  background-color: #eff1f2;
\n  border-color: #d4d8da;
\n  opacity: 0.5;
\n}
\n
\n.pagination-primary .page-item.disabled .page-link {
\n  color: #ebebeb;
\n  pointer-events: none;
\n  cursor: not-allowed;
\n  background-color: #3f50b5;
\n  border-color: #002884;
\n}
\n
\n.page-item.active .page-link {
\n  color: white;
\n  background-color: #3f50b5;
\n  border-color: #3f50b5;
\n}
\n
\n.pagination-primary .page-item.active .page-link {
\n  color: white;
\n  background-color: #002884;
\n  border-color: #002884;
\n}
\n
\n.page-item.active .page-link:hover {
\n  color: white;
\n  background-color: #002884;
\n  border-color: #002884;
\n}
\n
\n.pager {
\n  padding-left: 0;
\n}
\n
\n.pager span, .pager i {
\n  vertical-align: middle;
\n}
\n
\n.pager-left, .pager-right {
\n  display: inline-block;
\n}
\n
\n.pager-left i {
\n  margin-right: 1px;
\n}
\n
\n.pager-right i {
\n  margin-left: 1px;
\n}
\n
\n.pager-right {
\n  float: right;
\n}
\n
\n/*--- end of paginations ---*/
\n/*------- end of navigations -------*/
\n/*------- popovers & tooltips -------*/
\n.popover-example {
\n  position: relative;
\n}
\n
\n.popover-example .popover {
\n  position: relative;
\n  display: block;
\n  float: left;
\n  width: 23%;
\n  margin: 1%;
\n  z-index: 9;
\n}
\n
\n.popover {
\n  max-width: 276px;
\n  padding: 0;
\n  font-weight: 400;
\n  font-size: .875rem;
\n  background-color: white;
\n  border: 1px solid #d4d8da;
\n  border-radius: 5px;
\n}
\n
\n.popover-header {
\n  color: #111111 !important;
\n  font-size: 1rem;
\n  background-color: #eff1f2;
\n  border-bottom: 1px solid #d4d8da;
\n  padding: .75rem 1rem;
\n}
\n
\n.popover-title {
\n  font-size: 1rem;
\n  background-color: #eff1f2;
\n  border-bottom: 1px solid #d4d8da;
\n  padding: .75rem 1rem;
\n}
\n
\n.popover-body {
\n  padding: .75rem 1rem;
\n}
\n
\n.popover-body p {
\n  font-size: .875rem;
\n}
\n
\n.popover.bs-tether-element-attached-top::after, .popover.popover-bottom::after {
\n  border-bottom-color: #eff1f2;
\n}
\n
\n.popover.bs-tether-element-attached-top::before, .popover.popover-bottom::before {
\n  border-bottom-color: #d4d8da;
\n}
\n
\n/*--- tooltips ---*/
\n.tooltips-example {
\n  position: relative;
\n}
\n
\n.tooltips-example .tooltip {
\n  position: relative;
\n  display: inline-block;
\n  margin: 10px 20px;
\n  opacity: 1;
\n}
\n
\n.tooltip {
\n  font-weight: 400;
\n  font-size: .875rem;
\n}
\n
\n.tooltip-inner {
\n  max-width: 200px;
\n  padding: .5rem .75rem;
\n  color: #777777;
\n  text-align: center;
\n  background-color: white;
\n  border: 1px solid #d4d8da;
\n  border-radius: 5px;
\n}
\n
\n.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
\n  border-top-color: #d4d8da;
\n}
\n
\n.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
\n  border-bottom-color: #d4d8da;
\n}
\n
\n.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
\n  border-left-color: #d4d8da;
\n}
\n
\n.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
\n  border-right-color: #d4d8da;
\n}
\n
\n/*--- end of tooltips ---*/
\n/*------- end of popovers & tooltips -------*/
\n/*------- progress -------*/
\n.progress {
\n  margin-bottom: 20px;
\n}
\n
\n.progress {
\n  font-size: .75rem;
\n  line-height: 1rem;
\n  background-color: #eff1f2;
\n  border-radius: 4px;
\n}
\n
\n.progress-bar {
\n  height: 1rem;
\n  color: white;
\n  background-color: #3f50b5;
\n}
\n
\n/*------- end of progress -------*/
\n/*------- headers -------*/
\n.page-header {
\n  background-color: #eff1f2;
\n  padding: 50px 0;
\n}
\n
\n.page-header h1 {
\n  font-size: 1.5rem;
\n  margin: 0;
\n}
\n
\n.page-header.dark {
\n  background-color: #333333;
\n}
\n
\n.page-header.dark h1 {
\n  color: white;
\n}
\n
\n.page-header.has-background {
\n  padding: 100px 0;
\n  background-repeat: no-repeat;
\n  background-size: cover;
\n  background-position: center;
\n}
\n
\n.page-header.has-background.bg-lg {
\n  padding: 150px 0;
\n}
\n
\n.page-header.has-background.bg-xl {
\n  padding: 250px 0;
\n}
\n
\n.page-header.has-background.bg-1 {
\n  background-image: url("../images/header-bg1.jpg");
\n}
\n
\n.page-header.has-background.bg-2 {
\n  background-image: url("../images/header-bg2.jpg");
\n}
\n
\n.page-header.has-background.bg-3 {
\n  background-image: url("../images/header-bg3.jpg");
\n}
\n
\n/*------- end of headers -------*/
\n/*------- content-blocks -------*/
\n.cb-buttons .btn {
\n  margin: 4px 2px;
\n}
\n
\n.cta {
\n  padding: 15px 0;
\n}
\n
\n.block {
\n  margin: 15px 0;
\n}
\n
\n.icon-block {
\n  border-radius: 5px;
\n}
\n
\n.box-icon {
\n  margin-top: 10px;
\n  margin-bottom: 15px;
\n}
\n
\n.icon-bg {
\n  display: inline;
\n  line-height: 3.5;
\n  border-radius: 5px;
\n  padding: 25px;
\n}
\n
\n.box-description {
\n  margin-bottom: 10px;
\n}
\n
\n.block-image {
\n  max-width: 100px;
\n  border-radius: 5px;
\n  margin-bottom: 15px;
\n}
\n
\n.block-image-md {
\n  max-width: 50%;
\n  margin-bottom: 15px;
\n}
\n
\n.block-image-full {
\n  max-width: 100%;
\n  margin-bottom: 15px;
\n}
\n
\n.social-icons i {
\n  font-size: 1rem;
\n  margin: 0 3px;
\n}
\n
\n/*--- facts ---*/
\n.fact-icon {
\n  margin-bottom: 15px;
\n}
\n
\n.timer {
\n  margin-bottom: 15px;
\n}
\n
\n#facts.has-background {
\n  background: #ebebeb;
\n  padding: 100px 0;
\n}
\n
\n#facts.has-background.dark {
\n  background: #333333;
\n}
\n
\n#facts.dark .timer, #facts.dark .fact-title {
\n  color: white;
\n}
\n
\n#facts.has-background-image {
\n  background-image: url("../images/factbg.jpg");
\n  background-repeat: no-repeat;
\n  background-size: cover;
\n  background-position: center;
\n  padding: 150px 0;
\n}
\n
\n/*--- end of facts ---*/
\n/*--- portfolio ---*/
\n.project {
\n  margin: 15px 0;
\n}
\n
\n.effects {
\n  padding-left: 15px;
\n}
\n
\n.effects .img {
\n  position: relative;
\n  float: left;
\n  margin-bottom: 5px;
\n  width: 25%;
\n  overflow: hidden;
\n}
\n
\n.effects .img:nth-child(n) {
\n  margin-right: 5px;
\n}
\n
\n.effects .img:first-child {
\n  margin-left: -15px;
\n}
\n
\n.effects .img:last-child {
\n  margin-right: 0;
\n}
\n
\n.effects .img img {
\n  display: block;
\n  margin: 0;
\n  padding: 0;
\n  max-width: 100%;
\n  height: auto;
\n}
\n
\n.overlay {
\n  display: block;
\n  position: absolute;
\n  z-index: 99;
\n  background: rgba(63, 80, 181, 0.9);
\n  overflow: hidden;
\n  transition: all 0.5s;
\n  margin: 0 15px;
\n}
\n
\na.close-overlay {
\n  display: block;
\n  position: absolute;
\n  top: 0;
\n  right: 0;
\n  z-index: 100;
\n  width: 50px;
\n  height: 50px;
\n  font-size: 20px;
\n  font-weight: 400;
\n  color: white !important;
\n  line-height: 45px;
\n  text-align: center;
\n  background-color: rgba(63, 80, 181, 0.75);
\n  cursor: pointer;
\n}
\n
\na.close-overlay.hidden {
\n  display: none;
\n}
\n
\na.expand {
\n  display: block;
\n  position: absolute;
\n  z-index: 100;
\n  width: 50px;
\n  height: 50px;
\n  text-align: center;
\n  color: white;
\n  line-height: 50px;
\n  font-weight: 400;
\n  font-size: 3rem;
\n}
\n
\n/* effect 1 */
\n.effect-1 .overlay {
\n  top: 0;
\n  bottom: 0;
\n  left: 0;
\n  right: 0;
\n  opacity: 0;
\n}
\n
\n.effect-1 .overlay a.expand {
\n  left: 0;
\n  right: 0;
\n  top: 0;
\n  margin: 0 auto;
\n  opacity: 0;
\n  -webkit-transition: all 0.5s;
\n  -moz-transition: all 0.5s;
\n  -o-transition: all 0.5s;
\n  transition: all 0.5s;
\n}
\n
\n.effect-1 .img.hover .overlay {
\n  opacity: 1;
\n}
\n
\n.effect-1 .img.hover .overlay a.expand {
\n  top: 50%;
\n  margin-top: -30px;
\n  opacity: 1;
\n}
\n
\n/* end of effect 1 */
\n/* effect 2 */
\n.effect-2 .overlay {
\n  top: 0;
\n  bottom: 0;
\n  left: 0;
\n  right: 0;
\n  opacity: 0;
\n}
\n
\n.effect-2 .overlay a.expand {
\n  top: 0;
\n  bottom: 0;
\n  left: 0;
\n  right: 0;
\n  margin: auto;
\n  width: 100%;
\n  height: 100%;
\n  -webkit-border-radius: 0;
\n  -moz-border-radius: 0;
\n  -ms-border-radius: 0;
\n  -o-border-radius: 0;
\n  border-radius: 0;
\n  -webkit-transition: all 0.5s;
\n  -moz-transition: all 0.5s;
\n  -o-transition: all 0.5s;
\n  transition: all 0.5s;
\n}
\n
\n.effect-2 .img.hover .overlay {
\n  opacity: 1;
\n}
\n
\n.effect-2 .img.hover .overlay a.expand {
\n  width: 60px;
\n  height: 60px;
\n  border: 4px solid white;
\n  -webkit-border-radius: 30px;
\n  -moz-border-radius: 30px;
\n  -ms-border-radius: 30px;
\n  -o-border-radius: 30px;
\n  border-radius: 30px;
\n}
\n
\n/* end of effect 2 */
\n/*--- end of portfolio ---*/
\n/*--- shop ---*/
\n.product {
\n  margin: 15px 0;
\n}
\n
\n.product-details {
\n  display: table;
\n  width: 100%;
\n  padding: 15px 0;
\n}
\n
\n.product .card .product-details {
\n  padding: 0;
\n}
\n
\n.product img {
\n  -webkit-backface-visibility: hidden;
\n  -webkit-transition: ease-in-out 0.3s;
\n  -moz-transition: ease-in-out 0.3s;
\n  transition: ease-in-out 0.3s;
\n}
\n
\n.product:hover img {
\n  opacity: 0.8;
\n}
\n
\n.product:hover .product-title {
\n  color: #3f50b5;
\n}
\n
\n.sale-label {
\n  display: block;
\n  color: #3f50b5;
\n  background-color: #eff1f2;
\n  font-size: 12px;
\n  font-weight: 500;
\n  line-height: 30px;
\n  position: absolute;
\n  height: 30px;
\n  top: 20px;
\n  right: 35px;
\n  border: 1px solid #d4d8da;
\n  padding: 0 14px;
\n  z-index: 9;
\n  -webkit-transition: ease-in-out 0.3s;
\n  -moz-transition: ease-in-out 0.3s;
\n  transition: ease-in-out 0.3s;
\n}
\n
\n.product .card .sale-label {
\n  top: 35px;
\n}
\n
\n.product-link {
\n  position: absolute;
\n  display: block;
\n  z-index: 1;
\n  width: 100%;
\n  height: 100%;
\n  top: 0;
\n  left: 0;
\n  -webkit-font-smoothing: antialiased;
\n}
\n
\n.product-hover-tools {
\n  position: absolute;
\n  z-index: 2;
\n  bottom: 80px;
\n  left: 35px;
\n  text-align: center;
\n  visibility: hidden;
\n  opacity: 0;
\n  -webkit-transition: opacity 0.3s,visibility 0.3s;
\n  -o-transition: opacity 0.3s,visibility 0.3s;
\n  transition: opacity 0.3s,visibility 0.3s;
\n}
\n
\n.product:hover .product-hover-tools {
\n  bottom: 80px;
\n  left: 35px;
\n  text-align: center;
\n  visibility: visible;
\n  opacity: 1;
\n}
\n
\n.view-btn {
\n  display: inline-block;
\n  color: #3f50b5;
\n  background-color: #eff1f2;
\n  width: 42px;
\n  height: 42px;
\n  text-align: center;
\n  line-height: 42px;
\n  text-decoration: none;
\n  border-radius: 5px;
\n  vertical-align: middle;
\n  margin: 3px;
\n}
\n
\n.view-btn:hover {
\n  color: #3f50b5;
\n  background-color: #ebebeb;
\n}
\n
\n.add-to-cart {
\n  display: inline-block;
\n  color: white;
\n  background-color: #3f50b5;
\n  width: 42px;
\n  height: 42px;
\n  text-align: center;
\n  line-height: 42px;
\n  text-decoration: none;
\n  border-radius: 5px;
\n  vertical-align: middle;
\n  margin: 3px;
\n}
\n
\n.add-to-cart:hover {
\n  color: white;
\n  background-color: #002884;
\n}
\n
\n.product-title {
\n  display: inline-block;
\n  width: 49%;
\n  font-size: 16px;
\n  text-align: left;
\n  margin-bottom: 10px;
\n  -webkit-transition: ease-in-out 0.3s;
\n  -moz-transition: ease-in-out 0.3s;
\n  transition: ease-in-out 0.3s;
\n}
\n
\n.product-price {
\n  display: inline-block;
\n  width: 49%;
\n  text-align: right;
\n}
\n
\n.sale-price {
\n  color: #3f50b5;
\n  margin-left: 5px;
\n}
\n
\n/*--- end of shop ---*/
\n/*--- pricing tables ---*/
\n.pricing-table {
\n  background: #eff1f2;
\n  text-align: center;
\n  margin: 15px 0;
\n}
\n
\n.pricing-table ul, .pricing-table ol {
\n  margin-bottom: 0;
\n}
\n
\n.pricing-title {
\n  font-size: 1.25rem;
\n  font-weight: 500;
\n  padding: 30px;
\n  margin-bottom: 0;
\n}
\n
\n.pricing-table-price {
\n  background: #d4d8da;
\n  font-weight: 500;
\n  padding: 15px;
\n  margin-bottom: 30px;
\n}
\n
\n.pricing-table-price.w-rounded-price {
\n  display: table;
\n  width: 150px;
\n  height: 150px;
\n  border-radius: 50%;
\n  margin: 0 auto 30px auto;
\n  padding: 0;
\n}
\n
\n.rounded-price {
\n  display: table-cell;
\n  text-align: center;
\n  vertical-align: middle;
\n}
\n
\n.rounded-price .pricing-price {
\n  font-size: 1.75rem;
\n}
\n
\n.rounded-price .pricing-currency {
\n  vertical-align: 10px;
\n}
\n
\n.pricing-table-price p {
\n  color: #111111;
\n  margin-bottom: 0;
\n}
\n
\n.pricing-currency {
\n  font-size: 1rem;
\n  font-weight: 500;
\n  vertical-align: 25px;
\n}
\n
\n.pricing-price {
\n  font-size: 3rem;
\n  font-weight: 500;
\n}
\n
\n.pricing-period {
\n  font-weight: 500;
\n}
\n
\n.pricing-table-content li {
\n  margin-bottom: 15px;
\n}
\n
\n.pricing-table-button {
\n  padding: 15px 0 35px;
\n}
\n
\n.featured.pricing-table {
\n  background: #3f50b5;
\n}
\n
\n.featured.pricing-table .pricing-title {
\n  color: white;
\n}
\n
\n.featured.pricing-table .pricing-table-content ul li {
\n  color: #ebebeb;
\n}
\n
\n.featured.pricing-table .pricing-table-price {
\n  background: #002884;
\n}
\n
\n.featured.pricing-table .pricing-table-price p {
\n  color: white;
\n}
\n
\n/*--- end of pricing tables ---*/
\n/*--- blog ---*/
\n.blog.block .block-image-big {
\n  margin-bottom: 0;
\n}
\n
\n.blog.block .owl-carousel {
\n  margin-bottom: -1px;
\n}
\n
\n.blog.block .carousel-full-nav .owl-next {
\n  top: 46%;
\n  font-size: 2rem !important;
\n}
\n
\n.blog.block .carousel-full-nav .owl-prev {
\n  top: 46%;
\n  font-size: 2rem !important;
\n}
\n
\n.post-meta {
\n  border-top: 1px solid #ebebeb;
\n  border-bottom: 1px solid #ebebeb;
\n  padding: 10px 0;
\n  margin-bottom: 15px;
\n}
\n
\n.post-meta i {
\n  color: #d4d8da;
\n  font-size: 0.875rem;
\n}
\n
\n.post-meta p {
\n  font-size: 0.75rem;
\n  margin-bottom: 0;
\n}
\n
\n.post-meta a {
\n  display: inline-block;
\n  vertical-align: middle;
\n}
\n
\n.post-content {
\n  background-color: #eff1f2;
\n  padding: 0 15px 15px 15px;
\n}
\n
\n/*--- end of blog ---*/
\n/*--- widgets ---*/
\n.widget-title {
\n  margin-top: 30px;
\n  margin-bottom: 20px;
\n}
\n
\n.widget-title.first {
\n  margin-top: 0;
\n}
\n
\n.about-widget {
\n  display: inline-block;
\n}
\n
\n.about-image {
\n  float: left;
\n  margin-right: 15px;
\n}
\n
\n.about-widget img {
\n  max-width: 100px;
\n  border-radius: 50%;
\n  margin: 0 auto 15px auto;
\n}
\n
\n.category-widget {
\n  font-size: 0.875rem;
\n  border-bottom: 1px solid #ebebeb;
\n  padding: 0 0 10px 0;
\n}
\n
\n.recent-posts {
\n  margin-top: 20px;
\n  display: inline-block;
\n}
\n
\n.recent-posts.first {
\n  margin-top: 0;
\n}
\n
\n.recent-post-image img {
\n  max-width: 70px;
\n  float: left;
\n  margin-right: 15px;
\n}
\n
\n.tag-cloud .btn {
\n  margin: 5px 0 5px 5px;
\n}
\n
\n/*--- end of widgets ---*/
\n/*--- maps ---*/
\n#map {
\n  width: 100%;
\n  height: 500px;
\n  margin-bottom: 30px;
\n}
\n
\n/*--- end of maps ---*/
\n/*--- forms ---*/
\n.custom-form {
\n  margin: 15px 0;
\n}
\n
\n.btn-submit-long {
\n  width: 100%;
\n}
\n
\n.form-wrapper {
\n  background: white;
\n  border: 2px solid #eff1f2;
\n  padding: 30px;
\n}
\n
\n.form-title {
\n  font-size: 1.375rem;
\n  margin-bottom: 30px;
\n}
\n
\n.form-inline-extras {
\n  display: table;
\n  width: 100%;
\n  margin-top: 10px;
\n}
\n
\n.form-inline-extras .checkbox {
\n  margin-left: 2px;
\n}
\n
\n.custom-form .left-area {
\n  display: inline-block;
\n  width: 50%;
\n  text-align: left;
\n  vertical-align: middle;
\n}
\n
\n.custom-form .right-area {
\n  display: inline-block;
\n  width: 50%;
\n  text-align: right;
\n  vertical-align: middle;
\n}
\n
\n.custom-form .left-area.long {
\n  width: 75%;
\n}
\n
\n.custom-form .right-area.long {
\n  width: 75%;
\n}
\n
\n.custom-form .left-area.short {
\n  width: 25%;
\n}
\n
\n.custom-form .right-area.short {
\n  width: 25%;
\n}
\n
\n.form-extras {
\n  display: table;
\n  width: 100%;
\n  margin-top: 15px;
\n}
\n
\n.modal.terms {
\n  z-index: 1060;
\n}
\n
\n/*--- forms ---*/
\n/*------- end of content-blocks -------*/
\n/*------- sliders -------*/
\n.owl-carousel .block-image {
\n  margin: 0 auto 15px auto;
\n}
\n
\n.owl-carousel .block-image-big {
\n  margin: 0 auto 15px auto;
\n}
\n
\n#products-slider {
\n  background-color: #d4d8da;
\n}
\n
\n#team-slider {
\n  background-color: #d4d8da;
\n}
\n
\n#testimonials-slider {
\n  background: url("../images/testimonials-bg.jpg");
\n  background-repeat: no-repeat;
\n  background-size: cover;
\n  background-position: center;
\n  padding: 120px 0;
\n}
\n
\n#testimonials-slider .block {
\n  max-width: 75%;
\n  margin: 0 auto;
\n}
\n
\n#testimonials-slider.dark .box-description {
\n  color: white;
\n  font-size: 1.25rem;
\n}
\n
\n#testimonials-carousel-2 .box-description {
\n  font-size: 1rem !important;
\n}
\n
\n/*------- end of sliders -------*/
\n/*------- footers -------*/
\nfooter {
\n  background: #d4d8da;
\n  padding: 1rem;
\n}
\n
\nfooter.light {
\n  background: #eff1f2;
\n}
\n
\nfooter.dark {
\n  background: #333333;
\n}
\n
\nfooter.dark p {
\n  color: #ebebeb;
\n}
\n
\nfooter.dark a {
\n  color: white;
\n}
\n
\nfooter.dark a:hover {
\n  color: #cccccc;
\n}
\n
\nfooter p {
\n  color: #111111;
\n  margin-bottom: 0;
\n}
\n
\n.footer-left-area {
\n  text-align: left;
\n}
\n
\n.footer-right-area {
\n  text-align: right;
\n}
\n
\n.blockquote-footer {
\n  background: transparent;
\n}
\n
\n/*------- end of footers -------*/
\n/*------- templates -------*/
\n.page section {
\n  margin: 30px 0;
\n}
\n
\n.header-logo {
\n  max-width: 120px;
\n  margin-bottom: 30px;
\n}
\n
\n.header-title {
\n  margin-bottom: 30px;
\n}
\n
\n.header-description {
\n  margin-bottom: 0;
\n}
\n
\n.header-scroll-down {
\n  position: realative;
\n}
\n
\n.header-scroll-down a {
\n  position: absolute;
\n  bottom: 0;
\n  left: auto;
\n  right: auto;
\n  color: white;
\n  margin-left: -15px;
\n}
\n
\n.header-scroll-down a:hover {
\n  color: #3f50b5;
\n}
\n
\n.custom-form.width-50 {
\n  width: 50%;
\n  margin: 0 auto;
\n}
\n
\n.custom-form.width-75 {
\n  width: 75%;
\n  margin: 0 auto;
\n}
\n
\n.scroll-to-top {
\n  background: #3f50b5;
\n  color: white;
\n  width: 40px;
\n  height: 40px;
\n  bottom: 20px;
\n  right: 20px;
\n  line-height: 38px;
\n  border: 1px solid rgba(0, 0, 0, 0.1);
\n  position: fixed;
\n  text-align: center;
\n  font-size: 18px;
\n  z-index: 99;
\n}
\n.scroll-to-top.is-hidden {
\n  opacity: 0;
\n  -webkit-transform: translate(0, -5px);
\n  -webkit-transition: -webkit-transform 0.2s, background 0.2s, color 0.2s, opacity 0 0.2s;
\n}
\n.scroll-to-top.is-visible {
\n  opacity: 1;
\n  -webkit-transform: translate(0, 0);
\n  -webkit-transition: -webkit-transform .2s,background .2s,color .2s;
\n}
\n
\n.scroll-to-top:hover, .scroll-to-top:active, .scroll-to-top:focus {
\n  color: white;
\n  opacity: 0.95;
\n}
\n
\n/*--- basic template ---*/
\nheader.basic-template {
\n  background: url("../images/basic-bg.jpg") no-repeat;
\n  background-size: cover;
\n  background-position: center;
\n}
\n
\nheader.basic-template .container {
\n  position: relative;
\n  padding: 200px 0;
\n}
\n
\n/*--- end of basic template ---*/
\n/*--- business template ---*/
\nheader.business-template {
\n  background: url("../images/business-bg.jpg") no-repeat;
\n  background-size: cover;
\n  background-position: center;
\n}
\n
\nheader.business-template .container {
\n  position: relative;
\n  padding: 100px 0;
\n}
\n
\nheader.business-template .header-content {
\n  margin: 0;
\n}
\n
\n/*--- end of business template ---*/
\n/*--- portfolio template ---*/
\nheader.portfolio-template {
\n  background: url("../images/portfolio-bg.jpg") no-repeat;
\n  background-size: cover;
\n  background-position: center;
\n}
\n
\nheader.portfolio-template .container {
\n  position: relative;
\n  padding: 150px 0;
\n}
\n
\n#services.has-background {
\n  background: url("../images/services-bg.jpg") no-repeat;
\n  background-size: cover;
\n  background-position: center;
\n  padding: 50px 0;
\n}
\n
\n/*--- end of portfolio template ---*/
\n/*--- blog template ---*/
\n.featured-posts {
\n  background: url("../images/blog-bg.jpg") no-repeat;
\n  background-size: cover;
\n  background-position: center;
\n}
\n
\n/*--- end of blog template ---*/
\n/*--- landing page template ---*/
\nheader.landing-page-template {
\n  background: url("../images/landing-page-bg.jpg") no-repeat;
\n  background-size: cover;
\n  background-position: center;
\n}
\n
\nheader.landing-page-template .container {
\n  position: relative;
\n  padding: 150px 0;
\n}
\n
\n#how-it-works {
\n  background: #eff1f2;
\n  padding: 50px 0;
\n}
\n
\n/*--- end of landing page template ---*/
\n/*--- shop template ---*/
\nheader.shop-template {
\n  background: url("../images/shop-bg.jpg") no-repeat;
\n  background-size: cover;
\n  background-position: center;
\n}
\n
\nheader.shop-template .container {
\n  position: relative;
\n  padding: 100px 0;
\n}
\n
\nheader.shop-template .header-content {
\n  margin: 0;
\n}
\n
\n/*--- end of shop template ---*/
\n/*--- 404 template ---*/
\nbody.page-not-found {
\n  background: url("../images/404-bg.jpg") no-repeat;
\n  background-size: cover;
\n  background-position: center;
\n  height: 100%;
\n}
\n
\n.error-wrapper {
\n  width: 80%;
\n  max-width: 600px;
\n  background: rgba(55, 55, 55, 0.75);
\n  margin: 0 auto;
\n  padding: 2rem;
\n}
\n
\n.error-logo {
\n  max-width: 100px;
\n}
\n
\n.error-title {
\n  font-size: 5rem;
\n}
\n
\n.error-search {
\n  max-width: 400px;
\n  margin: 0 auto;
\n}
\n
\n/*--- end of 404 template ---*/
\n/*--- preloader ---*/
\n#preloader {
\n  position: fixed;
\n  top: 0;
\n  left: 0;
\n  right: 0;
\n  bottom: 0;
\n  background-color: #fefefe;
\n  z-index: 999999;
\n}
\n
\n.spinner {
\n  width: 50px;
\n  height: 50px;
\n  display: inline-block;
\n  box-sizing: border-box;
\n  position: absolute;
\n  top: 45%;
\n  left: 48%;
\n}
\n
\n.spinner-round:before {
\n  border-radius: 50%;
\n  content: " ";
\n  width: 50px;
\n  height: 50px;
\n  display: inline-block;
\n  box-sizing: border-box;
\n  border-top: solid 4px #eff1f2;
\n  border-right: solid 4px #eff1f2;
\n  border-bottom: solid 4px #eff1f2;
\n  border-left: solid 4px #eff1f2;
\n  position: absolute;
\n  top: 0;
\n  left: 0;
\n}
\n
\n.spinner-round:after {
\n  border-radius: 50%;
\n  content: " ";
\n  width: 50px;
\n  height: 50px;
\n  display: inline-block;
\n  box-sizing: border-box;
\n  border-top: solid 4px #3f50b5;
\n  border-right: solid 4px transparent;
\n  border-bottom: solid 4px transparent;
\n  border-left: solid 4px transparent;
\n  position: absolute;
\n  top: 0;
\n  left: 0;
\n  animation: spinner-round-animate 1s ease-in-out infinite;
\n}
\n
\n@keyframes spinner-round-animate {
\n  0% {
\n    transform: rotate(0deg);
\n  }
\n
\n  100% {
\n    transform: rotate(360deg);
\n  }
\n}
\n
\n/*--- end of preloader ---*/
\n/*--- index / demo page ---*/
\nbody.demo {
\n  background: #ebebeb;
\n}
\n
\nheader.demo-page {
\n  background: url("../images/demo-bg.jpg") no-repeat;
\n  background-size: cover;
\n  background-position: center;
\n}
\n
\nheader.demo-page .container {
\n  position: relative;
\n  padding: 150px 0;
\n}
\n
\n.demo-item {
\n  background: white;
\n  border: 1px solid #d4d8da;
\n  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
\n  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
\n  -webkit-transition: ease-in-out 0.3s;
\n  -moz-transition: ease-in-out 0.3s;
\n  -o-transition: ease-in-out 0.3s;
\n  transition: ease-in-out 0.3s;
\n  padding: 1rem;
\n}
\n
\n.demo-item h5 {
\n  font-size: 1rem;
\n}
\n
\n.portfolio-filter.list-inline li {
\n  padding: 0;
\n  display: inline-block;
\n}
\n
\n.portfolio-filter a {
\n  color: #555555;
\n  font-size: .875rem;
\n  font-weight: 500;
\n  letter-spacing: 0.06rem;
\n  border: 2px solid transparent;
\n  margin: 0 5px;
\n  padding: 10px 8px;
\n}
\n
\n.portfolio-filter a.active {
\n  color: #3f50b5;
\n  background-color: transparent;
\n  border: 2px solid transparent;
\n}
\n
\n.portfolio-filter a:hover {
\n  color: #3f50b5;
\n  background-color: transparent;
\n  border: 2px solid transparent;
\n}
\n
\n/*--- end of index / demo page ---*/
\n/*------- templates -------*/
\n/*------- media screens -------*/
\n/*--- max-widths ---*/
\n@media only screen and (max-width: 1200px) {
\n  .navbar-expand-lg .form-inline {
\n    display: block;
\n    margin: .5rem auto;
\n  }
\n}
\n@media only screen and (max-width: 1024px) {
\n  .parallax {
\n    background-attachment: scroll !important;
\n  }
\n}
\n@media only screen and (max-width: 991px) {
\n  .navbar-collapse {
\n    margin-top: .625rem;
\n  }
\n
\n  .navbar-expand-lg .navbar-brand {
\n    margin-left: 0;
\n  }
\n
\n  .dropdown-item {
\n    text-align: center;
\n  }
\n
\n  .navbar-expand-lg .form-inline {
\n    display: block;
\n    margin: .5rem auto;
\n  }
\n
\n  .popover-example .popover {
\n    max-width: 100%;
\n    width: 44%;
\n    margin: 3%;
\n  }
\n
\n  .footer-left-area {
\n    text-align: center;
\n    margin-bottom: 15px;
\n  }
\n
\n  .footer-right-area {
\n    text-align: center;
\n  }
\n
\n  .cta .col-md-8, .cta .col-md-4 {
\n    text-align: center !important;
\n    margin: 0 !important;
\n  }
\n
\n  .cta .col-md-4 .btn {
\n    margin: 12px 0 0 0 !important;
\n  }
\n}
\n@media only screen and (max-width: 767px) {
\n  .navbar-expand-sm .form-inline {
\n    display: block;
\n    margin: .5rem auto;
\n  }
\n
\n  .fact-title {
\n    margin-bottom: 30px;
\n  }
\n
\n  .cta .col-sm-8, .cta .col-sm-4 {
\n    text-align: center !important;
\n    margin: 0 !important;
\n  }
\n
\n  .cta .col-sm-4 .btn {
\n    margin: 12px 0 0 0 !important;
\n  }
\n}
\n@media only screen and (max-width: 575px) {
\n  .container {
\n    width: 100%;
\n  }
\n
\n  .header-content {
\n    padding: 0 15px;
\n  }
\n
\n  .form-inline .form-control {
\n    display: block;
\n    width: 70%;
\n    margin: 0 auto;
\n  }
\n
\n  .form-inline .btn {
\n    display: block;
\n    width: 70%;
\n    margin: 5px auto;
\n  }
\n
\n  .popover-example .popover {
\n    width: 90%;
\n    margin: 5%;
\n  }
\n
\n  footer {
\n    text-align: center;
\n  }
\n}
\n@media only screen and (max-width: 480px) {
\n  .custom-form .left-area {
\n    display: block;
\n    width: 100%;
\n    margin-bottom: 15px;
\n  }
\n
\n  .custom-form .right-area {
\n    display: block;
\n    width: 100%;
\n    text-align: left;
\n  }
\n
\n  .custom-form .left-area.long {
\n    width: 100%;
\n  }
\n
\n  .custom-form .right-area.long {
\n    width: 100%;
\n  }
\n
\n  .custom-form .left-area.short {
\n    width: 100%;
\n  }
\n
\n  .custom-form .right-area.short {
\n    width: 100%;
\n  }
\n
\n  .modal-footer.custom-form {
\n    display: block;
\n  }
\n
\n  .spinner {
\n    left: 45%;
\n  }
\n}
\n@media only screen and (max-width: 400px) {
\n  .top-nav {
\n    text-align: center;
\n  }
\n
\n  .top-nav .left {
\n    display: block;
\n  }
\n
\n  .top-nav .right {
\n    float: none;
\n    display: block;
\n  }
\n
\n  .pager {
\n    text-align: center;
\n  }
\n
\n  .pager-left, .pager-right {
\n    display: block;
\n  }
\n
\n  .pager-right {
\n    float: none;
\n  }
\n
\n  .spinner {
\n    left: 44%;
\n  }
\n}
\n/*--- end of max-widths ---*/
\n/*--- min-widths ---*/
\n@media only screen and (min-width: 1200px) {
\n  .blog.block .video-player {
\n    height: 233px;
\n  }
\n
\n  .blog.block .video-player.blog-page-sidebar {
\n    height: 486px;
\n  }
\n}
\n@media only screen and (min-width: 992px) {
\n  .container.container-lg {
\n    max-width: 990px;
\n  }
\n
\n  .navbar-expand-lg .navbar-nav .nav-link {
\n    padding-right: .75rem;
\n    padding-left: .75rem;
\n  }
\n
\n  .dropdown-menu li:hover .sub-menu {
\n    visibility: visible;
\n  }
\n
\n  .dropdown:hover .dropdown-menu {
\n    display: block;
\n  }
\n}
\n@media only screen and (min-width: 768px) {
\n  .sub-col {
\n    padding-right: 0;
\n  }
\n}
\n/*--- end of min-widths ---*/
\n/*------- end of media screens -------*/
\n
\n