/*

Project      : Xpressions - LFDN
Version      : v1.0
Author       : @xpressions
Support email: support@xpressions.com
*/
/***** Google fonts import ************/
@import url(https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,700,900);
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700");
/*
Preloader style
*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999; }

#preloader-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 5px;
  width: 5em;
  height: 5em;
  margin: -25px 0 0 -25px;
  text-indent: -9999em;
  border-top: 0.5em solid #ff9838;
  border-right: 0.5em solid rgba(204, 204, 204, 0.5);
  border-bottom: 0.5em solid rgba(204, 204, 204, 0.5);
  border-left: 0.5em solid rgba(204, 204, 204, 0.5);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }

#preloader-inner,
#preloader-inner:after {
  border-radius: 50%;
  width: 10em;
  height: 10em; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*
Base csss
*/
body, html {
  height: 100%; }

body {
  /*color: #7e8890;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  font-family: "Roboto", Arial, sans-serif;*/ }

body {
    color: rgba(24, 35, 89, 0.85);
    font-size: .975rem;
    letter-spacing: 0;
    line-height: 1.8;
    background-color: #ffffff;
    font-weight: 400;
    /*font-family: 'Montserrat',-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";*/
    font-family: "Montserrat", sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: #0e8c82;
    text-decoration: none;
    transition: all .3s;
    -webkit-transition: all .3s;
}
    a:hover, a:focus {
        color: #666;
        text-decoration: none;
        outline: 0 !important;
    }

button {
  cursor: pointer; }
  button:focus {
    outline: 0 !important; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #221111;
  font-weight: 600;
  font-family: "Montserrat", sans-serif; }

.text-muted {
  color: inherit !important;
  opacity: 0.7 !important; }

.bg-primary {
    background-color: #008542 !important;
}

.bg-light {
  background-color: #f5f5f5 !important; }

.bg-secondary {
  background-color: #ff9838 !important; }

.bg-gray {
  background-color: #f5f5f5; }

.text-primary {
    color: #008542 !important;
}

.text-secondary {
  color: #ff9838 !important; }

.text-white {
  color: #fff !important; }

.text-dark {
  color: #221111 !important; }

.lead {
  font-size: 1.25rem;
  line-height: 1.7; }

.text-medium {
  font-size: 2.5rem; }

.badge {
  font-weight: 400; }

.more-link {
  border-bottom: 1px solid whitesmoke;
  color: #ff9838;
  display: inline-block;
  padding-bottom: .15rem; }

.pt100 {
  padding-top: 100px !important; }

.pt60 {
  padding-top: 60px !important; }

.pb100 {
  padding-bottom: 100px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.pb70 {
  padding-bottom: 70px !important; }

.mb30, .mb-30 {
  margin-bottom: 30px !important; }

.blockquote {
  border: 1px solid #eee;
  padding: 1rem; }
  .blockquote .blockquote-footer {
    padding-top: 1rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 700; }

.blockquote, .lead {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  font-style: italic; }

.oHidden {
  overflow: hidden !important; }

.w40 {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1; }

.pos-rel {
  position: relative; }

.oHidden {
  overflow: hidden !important; }

.svg100p {
  width: 100%; }

.svg-abs {
  position: absolute; }

.svg-rt {
  top: 0;
  right: 0; }

.svg-f-btm {
  left: 0;
  right: 0;
  bottom: 0; }

.h50p {
  height: 50%; }

.svg-white {
  fill: #fff; }

.svg-gray {
  fill: #f5f5f5; }

.svg-primary {
  fill: #008542 !important; }

.z-index-9 {
  z-index: 9; }

.z-index-0 {
  z-index: 0 !important; }

.z-index-3 {
  z-index: 3 !important; }

/*list*/
ul.list-links li a {
  padding: .5rem 0;
  border-bottom: 1px solid #f5f5f5;
  color: rgba(85, 85, 85, 0.7);
  font-size: 14px;
  display: block;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 1.4; }
  ul.list-links li a:hover {
    color: #008542 !important; }
  ul.list-links li a small {
    line-height: 1;
    padding: .5rem 0; }

ul.list-links li:last-child a {
  border-bottom: 0px; }

ul.list-links li.media img {
  width: 70px;
  max-width: 70px;
  margin-right: 1rem; }

ul.list-links li.media a {
  padding-top: 0px;
  border-bottom: 0px; }

.list-features li {
  display: block;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(85, 85, 85, 0.1); }

/*
Tables style
*/
.table thead th {
    border-color: #e1eaea;
    border-bottom-width: 1px;
}

.table .customUi-checkbox {
    position: relative;
    height: 20px;
}

    .table .customUi-checkbox input {
        width: 20px !important;
        height: 20px !important;
        z-index: 1 !important;
        cursor: pointer;
    }

.table th:hover a.text-muted, .table th:hover a .text-muted, .table td:hover a.text-muted, .table td:hover a .text-muted {
    opacity: 0.85 !important;
}

.table td, .table th {
    border-color: #e1eaea;
}

.table.table-primary.table, .table.table-primary > td, .table.table-primary > th {
    background-color: rgba(229, 242, 255, 0.5);
}

    .table.table-primary.table thead, .table.table-primary.table th, .table.table-primary > td thead, .table.table-primary > td th, .table.table-primary > th thead, .table.table-primary > th th {
        border-color: rgba(16, 114, 206, 0.05);
    }

.table.table-primary tbody tr:hover {
    background-color: rgba(0, 132, 255, 0.05);
}

.table-hover tbody tr:hover {
    background-color: #f3f8fa;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f3f8fa;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-dark {
    background-color: #2c2d3a;
    color: #bcbdc5;
}

    .table-dark td, .table-dark th, .table-dark thead th {
        border-color: rgba(188, 189, 197, 0.25);
    }

.table-active, .table-active > td, .table-active > th {
    background-color: #e5f2ff;
}

.table-success, .table-success > td, .table-success > th {
    background-color: #e5fcd0;
}

.table-warning, .table-warning > td, .table-warning > th {
    background-color: #fef8e2;
}

.table-info, .table-info > td, .table-info > th {
    background-color: #e7f7fe;
}

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #fee5e4;
}

.table-teal, .table-teal > td, .table-teal > th {
    background-color: #d9fff8;
}

.table-purple, .table-purple > td, .table-purple > th {
    background-color: #f4daff;
}

.table-pink, .table-pink > td, .table-pink > th {
    background-color: #fde6f3;
}

.table-bordered {
    border-color: #e1eaea;
}

table.table-data.dataTable {
    border-collapse: collapse !important;
}

    table.table-data.dataTable tr {
        border-collapse: collapse;
    }

    table.table-data.dataTable thead th {
        border-bottom: 0px;
    }

table.dataTable {
    border-collapse: collapse !important;
}

.dataTables_wrapper select.form-control {
    margin: 0rem .5rem;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
    background-color: #0084ff;
    box-shadow: none;
    width: 16px;
    height: 16px;
    display: block;
    border: 0px;
    border-radius: 2px;
    line-height: 19px;
}

.table-contacts tr td, .table-contacts tr th {
    vertical-align: middle;
    text-align: left;
}
/**
animation
**/
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

.font-highlight {
  font-style: normal;
  font-weight: 600;
  font-family: "Montserrat", sans-serif; }

hr {
  border-top-color: rgba(85, 85, 85, 0.1); }

/*title*/
.section-title {
  text-align: center;
  padding-bottom: 50px; }
  .section-title h2 {
    font-weight: 600;
    font-size: 2rem;
    text-transform: capitalize; }
  .section-title p {
    font-weight: 300;
    opacity: .7; }

/*Page header*/
.page-header {
  padding-top: 8rem;
  padding-bottom: 8rem; }
  .page-header.page-header-lg {
    padding-top: 15rem; }
  .page-header .display-4 {
    font-weight: 700;
    font-size: 2rem; }
  .page-header .breadcrumb {
    padding: 0px;
    display: block;
    margin: 0px;
    background-color: transparent; }
    .page-header .breadcrumb .breadcrumb-item {
      display: inline-block;
      color: rgba(255, 255, 255, 0.7); }
      .page-header .breadcrumb .breadcrumb-item a {
        color: #fff;
        opacity: 1; }
        .page-header .breadcrumb .breadcrumb-item a:hover {
          opacity: .7; }
    .page-header .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
      color: rgba(255, 255, 255, 0.5); }

.page-header.page-header-shape {
  padding-top: 12rem;
  padding-bottom: 10rem;
  position: relative; }
  .page-header.page-header-shape .shape-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    width: 100%;
    z-index: 4; }
  .page-header.page-header-shape .breadcrumb {
    float: right; }

/**pagination**/
/*.pagination .page-link {
  border-color: #f5f5f5;
  border-radius: 100px;
  padding: 0px;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  line-height: 1;
  display: flex;
  margin-left: 5px; }
  .pagination .page-link:hover, .pagination .page-link.active {
    border-color: #ff9838;
    color: #ff9838;
    background-color: transparent; }*/

.avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1; }

.avatar40 {
  width: 40px;
  height: 40px;
  font-size: 16px; }

.avatar60 {
  width: 60px;
  height: 60px;
  font-size: 24px; }

.contact-social i {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  transition: all .3s;
  -webkit-transition: all .3s;
  background-color: #f5f5f5;
  color: inherit; }

/*
Button style
*/
/**
Buttons updated
**/
.btn {
  font-family: "Montserrat", sans-serif;
  padding: .7rem 1.25rem;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase; }
  .btn.btn-rounded {
    border-radius: 100px;
    padding: .85rem 1.75rem; }
  .btn > i {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    vertical-align: middle; }
  .btn.btn-lg {
    padding: 1rem 2rem; }

.btn.btn-light {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: inherit; }
  .btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light:active:not([disabled]):not(.disabled), .btn.btn-light:active:focus:not([disabled]):not(.disabled), .btn.btn-light.active, .btn.btn-light.active:focus, .btn.btn-light.focus, .btn.btn-light.focus:focus {
    box-shadow: 0px 0px 15px rgba(14, 161, 149, 0.25);
    background-color: #008542 !important;
    color: #fff;
    border-color: #008542 !important; }

.btn-group .btn > i {
  line-height: 0; }

.btn-outline-white {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent; }
  .btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active:not([disabled]):not(.disabled), .btn-outline-white:active:focus:not([disabled]):not(.disabled), .btn-outline-white.active, .btn-outline-white.active:focus, .btn-outline-white.focus, .btn-outline-white.focus:focus {
    box-shadow: 0px 0px 15px rgba(255, 152, 56, 0.25);
    background-color: #ff9838;
    color: #fff;
    border-color: #ff9838; }

.btn-outline-primary {
  border: 1px solid #008542 !important;
  color: #008542 !important;
  background-color: transparent; }
  .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active:not([disabled]):not(.disabled), .btn-outline-primary:active:focus:not([disabled]):not(.disabled), .btn-outline-primary.active, .btn-outline-primary.active:focus, .btn-outline-primary.focus, .btn-outline-primary.focus:focus {
    box-shadow: 0px 0px 15px rgba(14, 161, 149, 0.25);
    background-color: #008542 !important;
    color: #fff;
    border-color: #008542 !important; }

.btn-primary {
  border-color: #008542 !important;
  background-color: #008542 !important;
  color: #fff; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active:not([disabled]):not(.disabled), .btn-primary:active:focus:not([disabled]):not(.disabled), .btn-primary.active, .btn-primary.active:focus, .btn-primary.focus, .btn-primary.focus:focus {
    box-shadow: 0px 0px 15px rgba(14, 161, 149, 0.25);
    background-color: transparent !important;
    color: #008542 !important;
    border-color: #008542 !important; }

.btn-secondary {
  border-color: #ff9838;
  background-color: #ff9838;
  color: #fff; }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active:not([disabled]):not(.disabled), .btn-secondary:active:focus:not([disabled]):not(.disabled), .btn-secondary.active, .btn-secondary.active:focus, .btn-secondary.focus, .btn-secondary.focus:focus {
    box-shadow: 0px 0px 15px rgba(255, 152, 56, 0.25);
    background-color: transparent;
    color: #ff9838;
    border-color: #ff9838; }

/*
navigation start
*/
.navbar {
  z-index: 999; }
  .navbar .navbar-nav .nav-link {
    font-weight: 700;
    font-size: .8rem;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif; }

.navbar.navbar-dark .nav-link {
  color: rgba(255, 255, 255, 0.7); }

.navbar-brand {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700; }

@media (min-width: 992px) {
  .navbar.navbar-expand-lg {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 0px;
    padding-bottom: 0px; }
    .navbar.navbar-expand-lg .navbar-nav .nav-link {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
      padding-left: 1rem;
      padding-right: 1rem; }
  .dropdown-menu-fw {
    width: calc(100% - 30px);
    left: 15px;
    top: 100%; }
  .navbar-light.sticky-active {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    animation: fadeInDown .35s ease-in-out;
    -webkit-animation: fadeInDown .35s ease-in-out;
    box-shadow: 0px 3px 10px rgba(34, 17, 17, 0.15); } }

.navbar.navbar-dark.sticky-active {
  background-color: #008542 !important; }

/** navbar tools **/
.navbar-tools {
  display: flex;
  flex-direction: row;
  height: 100%;
  align-items: center; }
  .navbar-tools ul {
    display: flex;
    flex-direction: row;
    height: 100%;
    align-items: center;
    margin-bottom: 0px; }
    .navbar-tools ul li a:not(.btn) {
      color: rgba(255, 255, 255, 0.7);
      display: flex;
      line-height: 1;
      width: 1rem;
      height: 1rem;
      line-height: 1;
      align-items: center;
      justify-content: center; }
      .navbar-tools ul li a:not(.btn):hover {
        color: #fff; }

.navbar-light .navbar-tools li a:not(.btn) {
  color: #555; }
  .navbar-light .navbar-tools li a:not(.btn):hover {
    color: #008542 !important; }

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: #008542 !important; }

/**
Dropdown
**/
.dropdown-menu {
  min-width: 180px;
  padding: 1rem;
  margin-top: 0px;
  border: 0px;
  box-shadow: 0px 4px 5px rgba(34, 17, 17, 0.15); }
  .dropdown-menu .dropdown-item {
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    color: rgba(85, 85, 85, 0.7); }
    .dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
      background-color: transparent;
      color: #008542 !important; }

@media (max-width: 991px) {
  .navbar.navbar-dark {
    background-color: #008542 !important; }
    .navbar.navbar-dark.fixed-top {
      position: relative; }
  .navbar-tools {
    display: none; } }

/**
hero template
**/
.fullscreen-hero {
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  .fullscreen-hero .container {
    position: relative;
    z-index: 6; }
    .fullscreen-hero .container h2, .fullscreen-hero .container p {
      color: #fff; }
    .fullscreen-hero .container h2 {
      font-weight: 700; }

.bg-overlay {
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

@media (max-width: 991px) {
  .fullscreen-hero .display-4 {
    font-size: 1.75rem; } }

/**
Call to action sections
**/
.cta-bg {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 5rem; }
  .cta-bg .container {
    z-index: 3;
    position: relative; }

.newsletter-form {
  position: relative;
  top: 25px; }
  .newsletter-form .newsletter-button {
    padding: 0;
    border-radius: 100px;
    border: 0px;
    display: flex;
    width: 40px;
    height: 40px;
    line-height: 1;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: #ff9838;
    color: #fff;
    z-index: 2; }
  .newsletter-form .form-control {
    width: 100%;
    height: 50px;
    line-height: 55px;
    border-radius: 100px;
    border: 0px;
    box-shadow: 0px 0px 10px rgba(34, 17, 17, 0.1);
    padding-left: 1.5rem;
    background-color: #fff;
    font-size: 14px;
    position: relative;
    z-index: 1; }

/**
Image cards**/
.overlay-card {
  position: relative;
  display: block;
  border-radius: 7px;
  overflow: hidden;
  margin-bottom: 30px; }
  .overlay-card .overlay-cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(14, 161, 149, 0.5); }
    .overlay-card .overlay-cover .overlay-content {
      position: absolute;
      left: 0;
      bottom: 1rem;
      width: 100%;
      padding-left: 1rem;
      color: #fff; }
      .overlay-card .overlay-cover .overlay-content h5 {
        font-weight: 600;
        color: #fff; }
      .overlay-card .overlay-cover .overlay-content p {
        margin-bottom: 0px;
        opacity: .7; }
  .overlay-card:hover {
    transform: translateY(-15px); }

/**courses list style**/
.course-list-item {
  box-shadow: 0px 0px 10px rgba(85, 85, 85, 0.15);
  border-radius: 7px;
  padding: 1rem 1.5rem;
  position: relative;
  overflow: hidden; }
  .course-list-item img {
    position: relative;
    border-radius: 7px; }
  .course-list-item a h5 {
    text-transform: capitalize;
    font-weight: 600; }
    .course-list-item a h5:hover {
      color: #008542 !important; }
  .course-list-item ul {
    margin-bottom: 0px; }
  .course-list-item span.course-label {
    position: absolute;
    right: -55px;
    top: 12px;
    display: inline-block;
    padding: 7px 58px;
    transform: rotate(45deg); }

.course-detail .course-detail-meta > * {
  line-height: 1.4; }

.course-detail .course-detail-meta small {
  padding-bottom: .25rem;
  opacity: .6; }

/**
Split images
**/
@media (min-width: 992px) {
  .section-split {
    position: relative; }
    .section-split .img-mobile {
      display: none; }
    .section-split .img-split-left, .section-split .img-split-right {
      position: absolute;
      top: 0;
      width: 46%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
    .section-split .img-split-left {
      left: 0; }
    .section-split .img-split-right {
      width: 46%;
      right: 0;
      transform: translateY(-30px);
      -webkit-transform: translateY(-30px); }
    .section-split .container {
      padding-top: 120px !important;
      padding-bottom: 120px !important; } }

/** image card alt **/
.img-card-alt {
  position: relative;
  padding: 1rem;
  border-radius: 5px;
  border: 1px solid #f5f5f5; }
  .img-card-alt .img-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 1rem;
    background-color: #000;
    display: block; }
    .img-card-alt .img-thumb img {
      transition: all .3s;
      -webkit-transition: all .3s; }
    .img-card-alt .img-thumb .thumb-overlay {
      margin-top: -40px;
      margin-left: -40px;
      position: absolute;
      left: 50%;
      top: 50%;
      width: 80px;
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 100px;
      background-color: #ff9838;
      color: #fff;
      font-size: 24px;
      transition: all .3s;
      -webkit-transition: all .3s;
      transform: translateY(100%);
      -webkit-transform: translateY(100%);
      opacity: 0; }
  .img-card-alt:hover .img-thumb .thumb-overlay {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1; }
  .img-card-alt:hover .img-thumb img {
    opacity: .5; }

.img-desc .h5 {
  font-weight: 600; }

/**
Events
**/
.event-sm-list {
  box-shadow: 0px 0px 25px rgba(14, 161, 149, 0.05);
  padding: 15px;
  margin-top: 20px;
  border-radius: 7px;
  display: block; }
  .event-sm-list img {
    border-radius: 7px; }
  .event-sm-list h5 {
    text-transform: capitalize; }
  .event-sm-list:hover {
    box-shadow: 0px 0px 25px rgba(14, 161, 149, 0.45); }

.event-list {
  padding: 1rem;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05); }

/**testimonials **/
.testimonial-card p {
  position: relative;
  background: #fff;
  border: 1px solid #fff;
  padding: 2rem 2rem; }
  .testimonial-card p:before, .testimonial-card p:after {
    top: 100%;
    left: 3rem;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .testimonial-card p:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 10px;
    margin-left: -10px; }
  .testimonial-card p:before {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 11px;
    margin-left: -11px; }

.testimonial-card .testimonial-meta {
  padding: .5rem 1.25rem; }
  .testimonial-card .testimonial-meta img {
    width: 80px;
    height: 80px;
    margin-right: 1rem;
    border-radius: 100px;
    float: left; }
  .testimonial-card .testimonial-meta:after {
    content: "";
    display: table;
    width: 100%; }
  .testimonial-card .testimonial-meta > div {
    -ms-flex: 1;
    flex: 1;
    position: relative; }

.owl-theme .owl-dots .owl-dot span {
  padding: 0px;
  width: 14px;
  height: 14px;
  border-radius: 0px;
  background-color: rgba(255, 152, 56, 0.9);
  transition: all .3s;
  -webkit-transition: all .3s;
  margin: 3px; }

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #ff9838;
  transform: scale(0.5); }

.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ff9838; }

.owl-theme .owl-dots .owl-dot:hover, .owl-theme .owl-dots .owl-dot:focus {
  outline: 0 !important; }

/**form control**/
label {
  font-size: 14px;
  font-weight: 600;
  color:#008542 !important;
  text-transform: uppercase;
  margin-bottom: .35rem; }

.form-control {
  background-color: transparent;
  border: 1px solid rgba(34, 17, 17, 0.15);
  transition: all .3s;
  -webkit-transition: all .3s;
  font-size: 14px;
  color: inherit;
  min-height: 40px; }
  .form-control:focus {
    background-color: #fff;
    border-color: #008542 !important;
    box-shadow: 0px 0px 0px 2px rgba(14, 161, 149, 0.2); }

.search-mix {
  position: relative;
  overflow: hidden; }
  .search-mix .form-control {
    height: 50px;
    padding-right: 38px; }
  .search-mix .btn-search-mix {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: auto;
    height: auto;
    padding: 0px;
    border: 0px;
    color: #555;
    line-height: 1;
    background-color: transparent; }

/**select ui **/
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
  line-height: 25px;
  height: 40px; }

.ui-state-active .ui-icon, .ui-button:active .ui-icon, .ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
  background-image: none; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
  color: inherit; }

.ui-selectmenu-button.ui-button {
  width: 100%;
  background-color: transparent;
  border: 1px solid rgba(34, 17, 17, 0.15);
  position: relative; }

.ui-selectmenu-icon.ui-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: inline-block;
  background-image: none;
  font-family: 'Linearicons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0; }
  .ui-selectmenu-icon.ui-icon:before {
    content: "\e93a";
    font-family: "Linearicons";
    z-index: 3;
    position: absolute;
    width: 12px;
    height: 12px;
    font-size: 12px;
    line-height: 12px;
    transition: all .3s;
    -webkit-transition: all .3s;
    text-align: center;
    left: 0;
    top: 2px;
    color: inherit;
    display: block; }

.ui-selectmenu-button-open .ui-selectmenu-icon.ui-icon:before {
  transform: rotate(180deg); }

.ui-widget {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 14px; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  background-color: transparent;
  color: #008542 !important;
  border: 0px; }

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: 0px; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  background-color: transparent;
  border: 1px solid #008542 !important;
  outline: 0 !important; }

.ui-menu .ui-menu-item-wrapper {
  padding: .25rem 1rem; }

/**smart form**/
.smart-form .gui-input {
  border-color: #f5f5f5; }

.smart-forms .gui-input:hover, .smart-forms .gui-textarea:hover, .smart-forms .select > select:hover, .smart-forms .select-multiple select:hover, .smart-forms .gui-input:hover ~ .input-hint, .smart-forms .file .gui-file:hover + .gui-input, .smart-forms .gui-textarea:hover ~ .input-hint {
  border-color: #ff9838; }

.smart-forms .select, .smart-forms .gui-input, .smart-forms .gui-textarea, .smart-forms .select > select, .smart-forms .select-multiple select {
  border-color: #f5f5f5; }

.smart-forms .gui-input:focus, .smart-forms .gui-textarea:focus, .smart-forms .select > select:focus, .smart-forms .select-multiple select:focus {
  border-color: #ff9838;
  color: inherit;
  -webkit-box-shadow: 0px 0px 3px #ff9838 inset;
  -moz-box-shadow: 0px 0px 3px #ff9838 inset;
  -o-box-shadow: 0px 0px 3px #ff9838 inset;
  box-shadow: 0px 0px 3px #ff9838 inset; }

.smart-forms .input-hint {
  padding: 0px;
  background-color: transparent;
  padding-top: .5rem;
  border: 0px; }

.smart-forms .gui-input:focus ~ .field-icon i, .smart-forms .gui-textarea:focus ~ .field-icon i {
  color: #ff9838; }

.smart-forms .form-body {
  padding: 0px; }

.smart-container {
  margin: 0px;
  box-shadow: none; }

.smart-forms .form-footer {
  background: none;
  padding: 1rem 0;
  overflow: visible; }

.smart-forms .button {
  padding: .85rem 1.5rem;
  position: relative;
  z-index: 3;
  border-radius: 3px;
  font-family: "Montserrat", sans-serif;
  font-size: .8rem;
  font-weight: 600; }
  .smart-forms .button.btn-primary {
    background-color: #008542 !important; }
  .smart-forms .button.btn-light {
    background-color: #f5f5f5; }

.smart-forms .append-picker-icon button, .smart-forms .prepend-picker-icon button, .smart-forms .smart-widget .button {
  border-color: #f5f5f5;
  background: #fafafa; }

.smart-wrap {
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 60px rgba(14, 161, 149, 0.15); }

@media (min-width: 768px) {
  .smart-wrap {
    margin-top: -200px; } }

/** template sidebar**/
.sidebar-widget h5 {
  margin-bottom: 1.5rem; }

.sidebar-widget .list-links .media:nth-child(2) {
  padding: 1rem 0; }

.sidebar-widget .list-links li:first-child a {
  padding-top: 0px; }

/*tabs*/
.tab-list .nav-item {
  padding: 0px 1px; }
  .tab-list .nav-item .nav-link {
    border-top: 2px solid rgba(33, 33, 33, 0.15);
    background-color: #f5f5f5;
    color: inherit; }
    .tab-list .nav-item .nav-link:hover, .tab-list .nav-item .nav-link:focus, .tab-list .nav-item .nav-link.active {
      background-color: #008542 !important;
      color: #fff;
      border-top-color: #0e8c82; }
    .tab-list .nav-item .nav-link.active {
      pointer-events: none;
      cursor: default; }

.tab-content {
  padding: 2rem 0; }

/*
Footer styles
*/
.footer {
  padding-top: 40px;
  padding-bottom: 20px;
  position: relative;
  background-color: #212121; }
  .footer > .container {
    z-index: 1;
    position: relative; }
  .footer h5 {
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 1.5rem;
    color: #fff; }
  .footer hr {
    border-top-color: rgba(255, 255, 255, 0.15); }
  .footer ul.list-links li a {
    color: rgba(255, 255, 255, 0.75);
    border-bottom-color: rgba(255, 255, 255, 0.15);
    font-family: "Montserrat", sans-serif; }
    .footer ul.list-links li a:hover {
      color: #008542 !important; }
  .footer ul.list-links li.media:nth-child(2) {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .footer ul.list-links li.media img {
    border-radius: 7px;
    width: 80px;
    margin-right: 1rem; }
  .footer ul.list-links li.media .media-body a {
    padding: 0px;
    border-bottom: 0px; }
    .footer ul.list-links li.media .media-body a small {
      line-height: 1;
      padding: 0px;
      padding-top: .25rem; }


.small, small {
    font-size: 85%;
}

hr {
    border-color: #e1eaea;
}

pre {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    background-color: transparent;
    border: 0;
}

.text-muted {
    color: inherit !important;
    opacity: 0.6 !important;
}

.no-padding {
    padding: 0px !important;
}

.no-margin {
    margin: 0px !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

hr, .img-thumbnail {
    border-color: #e1eaea;
}

.mark, mark {
    padding: .2em .5rem;
    background-color: #e5f2ff;
}

/**Spaces**/
.pl-15 {
    padding-left: 15px !important;
}

.pl-20 {
    padding-left: 15px !important;
}

.pl-25 {
    padding-left: 15px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pr-20 {
    padding-right: 15px !important;
}

.pr-25 {
    padding-right: 25px !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-35 {
    padding-top: 35px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-45 {
    padding-top: 45px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-55 {
    padding-top: 55px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.font300 {
    font-weight: 300 !important;
}

.font400 {
    font-weight: 400 !important;
}

.font500 {
    font-weight: 600 !important;
}

.font600 {
    font-weight: 600 !important;
}

.font700 {
    font-weight: 700 !important;
}

.fs10 {
    font-size: 10px !important;
}

.fs12 {
    font-size: 12px !important;
}

.fs13 {
    font-size: 13px !important;
}

.fs14 {
    font-size: 14px !important;
}

.fs15 {
    font-size: 15px !important;
}

.fs16 {
    font-size: 16px !important;
}

.fs17 {
    font-size: 17px !important;
}

.fs18 {
    font-size: 18px !important;
}

.fs19 {
    font-size: 19px !important;
}

.fs20 {
    font-size: 20px !important;
}

.fs21 {
    font-size: 21px !important;
}

.fs22 {
    font-size: 22px !important;
}

.fs23 {
    font-size: 23px !important;
}

.fs24 {
    font-size: 24px !important;
}

.fs-1x {
    font-size: 1rem !important;
    line-height: 1.25;
}

.fs-2x {
    font-size: 2rem !important;
    line-height: 1.25;
}

.fs-3x {
    font-size: 3rem !important;
    line-height: 1.25;
}

.fs-4x {
    font-size: 4rem !important;
    line-height: 1.25;
}

.fs-5x {
    font-size: 5rem !important;
    line-height: 1.25;
}

.v-m {
    vertical-align: middle;
}

.lineH-1 {
    line-height: 1 !important;
}

.pRelative {
    position: relative !important;
}
/***********checkboxes***/
.customUi-checkbox, .customUi-radio, .customUi-switchToggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -user-select: none;
    display: inline-block;
    vertical-align: middle;
}

    .customUi-checkbox label, .customUi-radio label, .customUi-switchToggle label {
        display: block !important;
        cursor: pointer;
    }

        .customUi-checkbox label span.label-helper, .customUi-radio label span.label-helper, .customUi-switchToggle label span.label-helper {
            line-height: inherit;
            display: inline-block;
            margin-left: .5rem;
            vertical-align: middle;
        }

    .customUi-checkbox input, .customUi-radio input, .customUi-switchToggle input {
        opacity: 0 !important;
        height: 20px !important;
        width: 20px !important;
        position: absolute !important;
    }

.customUi-checkbox {
    padding: 0;
}

    .customUi-checkbox label .label-checkbox {
        background: none;
        border: 2px solid #f2f6f8;
        text-align: center;
        position: relative;
        width: 20px;
        height: 20px;
        border-radius: 2px;
        background: #fff;
        margin: 0px;
        display: inline-block;
        vertical-align: middle;
        transition: all .3s;
        -webkit-transition: all .3s;
    }

        .customUi-checkbox label .label-checkbox:before {
            content: '';
            left: 0;
            border-radius: 2px;
            position: absolute;
            width: 100%;
            height: 100%;
            border: 1px solid #f3f8fa;
            opacity: 0;
            transition: 0.3s ease-in-out;
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
        }

    .customUi-checkbox input:checked + label .label-checkbox:before, .customUi-checkbox input:checked + label + label .label-checkbox:before {
        animation: pulse .45s ease forwards;
        -webkit-animation: pulse .45s ease forwards;
    }

    .customUi-checkbox input:checked + label .label-checkbox, .customUi-checkbox input:checked + label + label .label-checkbox {
        border-color: #f2f6f8;
        background: #f2f6f8;
    }

        .customUi-checkbox input:checked + label .label-checkbox:after, .customUi-checkbox input:checked + label + label .label-checkbox:after {
            display: table;
            width: 6px;
            height: 10px;
            border: 2px solid;
            border-top: 0;
            border-left: 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            color: #9ba4ae;
            position: absolute;
            left: 5px;
            text-align: center;
            top: 2px;
            content: "";
            text-align: center;
        }

    .customUi-checkbox.checkboxUi-primary label .label-checkbox {
        border-color: #e5f2ff;
    }

        .customUi-checkbox.checkboxUi-primary label .label-checkbox:before {
            border-color: #0084ff;
        }

    .customUi-checkbox.checkboxUi-primary input:checked + label .label-checkbox {
        border-color: #0084ff;
        background: #0084ff;
    }

        .customUi-checkbox.checkboxUi-primary input:checked + label .label-checkbox:after {
            color: #e5f2ff;
        }

    .customUi-checkbox.checkboxUi-success label .label-checkbox {
        border-color: #e5fcd0;
    }

        .customUi-checkbox.checkboxUi-success label .label-checkbox:before {
            border-color: #94df4a;
        }

    .customUi-checkbox.checkboxUi-success input:checked + label .label-checkbox {
        border-color: #94df4a;
        background: #94df4a;
    }

        .customUi-checkbox.checkboxUi-success input:checked + label .label-checkbox:after {
            color: #e5fcd0;
        }

    .customUi-checkbox.checkboxUi-danger label .label-checkbox {
        border-color: #fee5e4;
    }

        .customUi-checkbox.checkboxUi-danger label .label-checkbox:before {
            border-color: #fa625e;
        }

    .customUi-checkbox.checkboxUi-danger input:checked + label .label-checkbox {
        border-color: #fa625e;
        background: #fa625e;
    }

        .customUi-checkbox.checkboxUi-danger input:checked + label .label-checkbox:after {
            color: #fee5e4;
        }

    .customUi-checkbox.checkboxUi-warning label .label-checkbox {
        border-color: #fef8e2;
    }

        .customUi-checkbox.checkboxUi-warning label .label-checkbox:before {
            border-color: #f3d768;
        }

    .customUi-checkbox.checkboxUi-warning input:checked + label .label-checkbox {
        border-color: #f3d768;
        background: #f3d768;
    }

        .customUi-checkbox.checkboxUi-warning input:checked + label .label-checkbox:after {
            color: #fef8e2;
        }

    .customUi-checkbox.checkboxUi-info label .label-checkbox {
        border-color: #e7f7fe;
    }

        .customUi-checkbox.checkboxUi-info label .label-checkbox:before {
            border-color: #86d4f5;
        }

    .customUi-checkbox.checkboxUi-info input:checked + label .label-checkbox {
        border-color: #86d4f5;
        background: #86d4f5;
    }

        .customUi-checkbox.checkboxUi-info input:checked + label .label-checkbox:after {
            color: #e7f7fe;
        }

    .customUi-checkbox.checkboxUi-purple label .label-checkbox {
        border-color: #f4daff;
    }

        .customUi-checkbox.checkboxUi-purple label .label-checkbox:before {
            border-color: #a95ec7;
        }

    .customUi-checkbox.checkboxUi-purple input:checked + label .label-checkbox {
        border-color: #a95ec7;
        background: #a95ec7;
    }

        .customUi-checkbox.checkboxUi-purple input:checked + label .label-checkbox:after {
            color: #f4daff;
        }

    .customUi-checkbox.checkboxUi-teal label .label-checkbox {
        border-color: #d9fff8;
    }

        .customUi-checkbox.checkboxUi-teal label .label-checkbox:before {
            border-color: #2cddbe;
        }

    .customUi-checkbox.checkboxUi-teal input:checked + label .label-checkbox {
        border-color: #2cddbe;
        background: #2cddbe;
    }

        .customUi-checkbox.checkboxUi-teal input:checked + label .label-checkbox:after {
            color: #d9fff8;
        }

    .customUi-checkbox.checkboxUi-dark label .label-checkbox {
        border-color: #bcbdc5;
    }

        .customUi-checkbox.checkboxUi-dark label .label-checkbox:before {
            border-color: #2c2d3a;
        }

    .customUi-checkbox.checkboxUi-dark input:checked + label .label-checkbox {
        border-color: #2c2d3a;
        background: #2c2d3a;
    }

        .customUi-checkbox.checkboxUi-dark input:checked + label .label-checkbox:after {
            color: #bcbdc5;
        }

    .customUi-checkbox.checkboxUi-pink label .label-checkbox {
        border-color: #fde6f3;
    }

        .customUi-checkbox.checkboxUi-pink label .label-checkbox:before {
            border-color: #f77dc2;
        }

    .customUi-checkbox.checkboxUi-pink input:checked + label .label-checkbox {
        border-color: #f77dc2;
        background: #f77dc2;
    }

        .customUi-checkbox.checkboxUi-pink input:checked + label .label-checkbox:after {
            color: #fde6f3;
        }

    .customUi-checkbox input:disabled + label {
        opacity: .6;
        pointer-events: none;
    }

    .customUi-checkbox.checkbox-square label .label-checkbox {
        border-radius: 0px;
    }

        .customUi-checkbox.checkbox-square label .label-checkbox:before {
            border-radius: 0px;
        }

    .customUi-checkbox.checkbox-rounded label .label-checkbox {
        border-radius: 100px;
    }

        .customUi-checkbox.checkbox-rounded label .label-checkbox:before {
            border-radius: 100px;
        }

.customUi-radio {
    border-radius: 100px;
    -webkit-border-radius: 100px;
}

    .customUi-radio label .label-radio {
        background: none;
        border: 2px solid #f2f6f8;
        text-align: center;
        position: relative;
        width: 20px;
        height: 20px;
        border-radius: 100px;
        -webkit-border-radius: 100px;
        background: transparent;
        margin: 0px;
        display: inline-block;
        vertical-align: middle;
        transition: all .3s;
        -webkit-transition: all .3s;
    }

        .customUi-radio label .label-radio:before {
            content: '';
            left: 0;
            border-radius: 100px;
            -webkit-border-radius: 100px;
            position: absolute;
            width: 100%;
            height: 100%;
            opacity: 0;
            border: 1px solid #f2f6f8;
            transition: 0.3s ease-in-out;
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
        }

    .customUi-radio input:checked + label .label-radio:after {
        content: "";
        width: 8px;
        height: 8px;
        border-radius: 100px;
        -webkit-border-radius: 100px;
        text-align: center;
        top: 50%;
        left: 50%;
        margin-left: -4px;
        margin-top: -4px;
        font-size: 9px;
        position: absolute;
        background-color: #a8adb9;
    }

    .customUi-radio input:checked + label .label-radio:before {
        animation: pulse .45s ease forwards;
        -webkit-animation: pulse .45s ease forwards;
    }

    .customUi-radio.radio-square label .label-radio, .customUi-radio.radio-square label .label-radio:before, .customUi-radio.radio-square input:checked + label .label-radio:after {
        border-radius: 0px;
        -webkit-border-radius: 0px;
    }

    .customUi-radio.radio-radius label .label-radio, .customUi-radio.radio-radius label .label-radio:before, .customUi-radio.radio-radius input:checked + label .label-radio:after {
        border-radius: 3px;
        -webkit-border-radius: 3px;
    }

    .customUi-radio input:disabled + label {
        opacity: .5;
        pointer-events: none;
    }

    .customUi-radio.radioUi-primary label .label-radio {
        border-color: #e5f2ff;
    }

        .customUi-radio.radioUi-primary label .label-radio:before, .customUi-radio.radioUi-primary label .label-radio:after {
            border-color: #0084ff;
        }

    .customUi-radio.radioUi-primary input:checked + label .label-radio:after {
        background-color: #0084ff;
    }

    .customUi-radio.radioUi-info label .label-radio {
        border-color: #e7f7fe;
    }

        .customUi-radio.radioUi-info label .label-radio:before, .customUi-radio.radioUi-info label .label-radio:after {
            border-color: #86d4f5;
        }

    .customUi-radio.radioUi-info input:checked + label .label-radio:after {
        background-color: #86d4f5;
    }

    .customUi-radio.radioUi-danger label .label-radio {
        border-color: #fee5e4;
    }

        .customUi-radio.radioUi-danger label .label-radio:before, .customUi-radio.radioUi-danger label .label-radio:after {
            border-color: #fa625e;
        }

    .customUi-radio.radioUi-danger input:checked + label .label-radio:after {
        background-color: #fa625e;
    }

    .customUi-radio.radioUi-success label .label-radio {
        border-color: #e5fcd0;
    }

        .customUi-radio.radioUi-success label .label-radio:before, .customUi-radio.radioUi-success label .label-radio:after {
            border-color: #94df4a;
        }

    .customUi-radio.radioUi-success input:checked + label .label-radio:after {
        background-color: #94df4a;
    }

    .customUi-radio.radioUi-warning label .label-radio {
        border-color: #fef8e2;
    }

        .customUi-radio.radioUi-warning label .label-radio:before, .customUi-radio.radioUi-warning label .label-radio:after {
            border-color: #f3d768;
        }

    .customUi-radio.radioUi-warning input:checked + label .label-radio:after {
        background-color: #f3d768;
    }

    .customUi-radio.radioUi-teal label .label-radio {
        border-color: #d9fff8;
    }

        .customUi-radio.radioUi-teal label .label-radio:before, .customUi-radio.radioUi-teal label .label-radio:after {
            border-color: #2cddbe;
        }

    .customUi-radio.radioUi-teal input:checked + label .label-radio:after {
        background-color: #2cddbe;
    }

    .customUi-radio.radioUi-purple label .label-radio {
        border-color: #f4daff;
    }

        .customUi-radio.radioUi-purple label .label-radio:before, .customUi-radio.radioUi-purple label .label-radio:after {
            border-color: #a95ec7;
        }

    .customUi-radio.radioUi-purple input:checked + label .label-radio:after {
        background-color: #a95ec7;
    }

    .customUi-radio.radioUi-pink label .label-radio {
        border-color: #fde6f3;
    }

        .customUi-radio.radioUi-pink label .label-radio:before, .customUi-radio.radioUi-pink label .label-radio:after {
            border-color: #f77dc2;
        }

    .customUi-radio.radioUi-pink input:checked + label .label-radio:after {
        background-color: #f77dc2;
    }

    .customUi-radio.radioUi-dark label .label-radio {
        border-color: #bcbdc5;
    }

        .customUi-radio.radioUi-dark label .label-radio:before, .customUi-radio.radioUi-dark label .label-radio:after {
            border-color: #2c2d3a;
        }

    .customUi-radio.radioUi-dark input:checked + label .label-radio:after {
        background-color: #2c2d3a;
    }

/**switch toggler**/
.customUi-switchToggle label .label-switchToggle {
    width: 36px;
    height: 18px;
    border-radius: 100px;
    background-color: #f3f8fa;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    transition: all .3s;
    -webkit-transition: all .3s;
}

    .customUi-switchToggle label .label-switchToggle:after {
        content: "";
        width: 10px;
        height: 10px;
        position: absolute;
        left: 4px;
        top: 4px;
        background-color: #edf4f7;
        transition: all .3s;
        -webkit-transition: all .3s;
        border-radius: 100px;
    }

.customUi-switchToggle input:checked + label .label-switchToggle {
    background-color: #a8adb9;
}

    .customUi-switchToggle input:checked + label .label-switchToggle:after {
        transform: translateX(18px);
        -webkit-transform: translateX(18px);
        background-color: #fff;
    }

.customUi-switchToggle.switchToggle-primary label .label-switchToggle {
    background-color: #e5f2ff;
}

    .customUi-switchToggle.switchToggle-primary label .label-switchToggle:after {
        background-color: #0084ff;
    }

.customUi-switchToggle.switchToggle-primary input:checked + label .label-switchToggle {
    background-color: #0084ff;
}

    .customUi-switchToggle.switchToggle-primary input:checked + label .label-switchToggle:after {
        background-color: #fff;
    }

.customUi-switchToggle.switchToggle-danger label .label-switchToggle {
    background-color: #fee5e4;
}

    .customUi-switchToggle.switchToggle-danger label .label-switchToggle:after {
        background-color: #fa625e;
    }

.customUi-switchToggle.switchToggle-danger input:checked + label .label-switchToggle {
    background-color: #fa625e;
}

    .customUi-switchToggle.switchToggle-danger input:checked + label .label-switchToggle:after {
        background-color: #fff;
    }

.customUi-switchToggle.switchToggle-success label .label-switchToggle {
    background-color: #e5fcd0;
}

    .customUi-switchToggle.switchToggle-success label .label-switchToggle:after {
        background-color: #94df4a;
    }

.customUi-switchToggle.switchToggle-success input:checked + label .label-switchToggle {
    background-color: #94df4a;
}

    .customUi-switchToggle.switchToggle-success input:checked + label .label-switchToggle:after {
        background-color: #fff;
    }

.customUi-switchToggle.switchToggle-info label .label-switchToggle {
    background-color: #e7f7fe;
}

    .customUi-switchToggle.switchToggle-info label .label-switchToggle:after {
        background-color: #86d4f5;
    }

.customUi-switchToggle.switchToggle-info input:checked + label .label-switchToggle {
    background-color: #86d4f5;
}

    .customUi-switchToggle.switchToggle-info input:checked + label .label-switchToggle:after {
        background-color: #fff;
    }

.customUi-switchToggle.switchToggle-warning label .label-switchToggle {
    background-color: #fef8e2;
}

    .customUi-switchToggle.switchToggle-warning label .label-switchToggle:after {
        background-color: #f3d768;
    }

.customUi-switchToggle.switchToggle-warning input:checked + label .label-switchToggle {
    background-color: #f3d768;
}

    .customUi-switchToggle.switchToggle-warning input:checked + label .label-switchToggle:after {
        background-color: #fff;
    }

.customUi-switchToggle.switchToggle-teal label .label-switchToggle {
    background-color: #d9fff8;
}

    .customUi-switchToggle.switchToggle-teal label .label-switchToggle:after {
        background-color: #2cddbe;
    }

.customUi-switchToggle.switchToggle-teal input:checked + label .label-switchToggle {
    background-color: #2cddbe;
}

    .customUi-switchToggle.switchToggle-teal input:checked + label .label-switchToggle:after {
        background-color: #fff;
    }

.customUi-switchToggle.switchToggle-purple label .label-switchToggle {
    background-color: #f4daff;
}

    .customUi-switchToggle.switchToggle-purple label .label-switchToggle:after {
        background-color: #a95ec7;
    }

.customUi-switchToggle.switchToggle-purple input:checked + label .label-switchToggle {
    background-color: #a95ec7;
}

    .customUi-switchToggle.switchToggle-purple input:checked + label .label-switchToggle:after {
        background-color: #fff;
    }

.customUi-switchToggle.switchToggle-pink label .label-switchToggle {
    background-color: #fde6f3;
}

    .customUi-switchToggle.switchToggle-pink label .label-switchToggle:after {
        background-color: #f77dc2;
    }

.customUi-switchToggle.switchToggle-pink input:checked + label .label-switchToggle {
    background-color: #f77dc2;
}

    .customUi-switchToggle.switchToggle-pink input:checked + label .label-switchToggle:after {
        background-color: #fff;
    }

.customUi-switchToggle.switchToggle-dark label .label-switchToggle {
    background-color: #bcbdc5;
}

    .customUi-switchToggle.switchToggle-dark label .label-switchToggle:after {
        background-color: #2c2d3a;
    }

.customUi-switchToggle.switchToggle-dark input:checked + label .label-switchToggle {
    background-color: #2c2d3a;
}

    .customUi-switchToggle.switchToggle-dark input:checked + label .label-switchToggle:after {
        background-color: #fff;
    }

.customUi-switchToggle input:disabled + label {
    opacity: .5;
    pointer-events: none;
}

.customUi-switchToggle.switchToggle-square label .label-switchToggle {
    border-radius: 0px;
}

    .customUi-switchToggle.switchToggle-square label .label-switchToggle:after {
        border-radius: 0px;
    }

.customUi-switchToggle.switchToggle-lg label .label-switchToggle {
    width: 50px;
    height: 24px;
}

    .customUi-switchToggle.switchToggle-lg label .label-switchToggle:after {
        width: 12px;
        height: 12px;
        top: 6px;
        left: 6px;
    }

.customUi-switchToggle.switchToggle-lg input:checked + label .label-switchToggle:after {
    transform: translateX(26px);
}

.customUi-switchToggle.switchToggle-air label .label-switchToggle {
    width: 42px;
    height: 14px;
}

    .customUi-switchToggle.switchToggle-air label .label-switchToggle:after {
        width: 20px;
        height: 20px;
        left: 0px;
        top: -3px;
        box-shadow: 0px 0px 2px 1px rgba(44, 45, 58, 0.15);
    }

.customUi-switchToggle.switchToggle-air input:checked + label .label-switchToggle:after {
    transform: translateX(22px);
}

.customUi-switchToggle.switchToggle-air.switchToggle-lg label .label-switchToggle {
    width: 52px;
    height: 24px;
}

    .customUi-switchToggle.switchToggle-air.switchToggle-lg label .label-switchToggle:after {
        width: 28px;
        height: 28px;
        left: 0px;
        top: -2px;
    }

.customUi-switchToggle.switchToggle-air.switchToggle-lg input:checked + label .label-switchToggle:after {
    transform: translateX(26px);
}

.check-todo.customUi-checkbox {
    display: block;
    width: 100%;
    padding-left: 2.5rem;
    position: relative;
}

    .check-todo.customUi-checkbox input {
        left: 0;
        top: 4px;
    }

    .check-todo.customUi-checkbox label .label-helper {
        margin-left: 0px;
    }

    .check-todo.customUi-checkbox input:checked + label > * {
        text-decoration: line-through;
        opacity: .6;
    }

    .check-todo.customUi-checkbox label .label-checkbox {
        position: absolute;
        width: 20px;
        left: 0;
        top: 4px;
    }

.dz-default.dz-message span {
    opacity: .6;
}
/**Keyframe animations**/
@keyframes not-blink {
    0% {
        transform: scale(1);
        -wekbit-transform: scale(1);
        opacity: 0;
    }

    50% {
        transform: scale(1.5);
        -wekbit-transform: scale(1.5);
        opacity: .4;
    }

    100% {
        transform: scale(2);
        -wekbit-transform: scale(2);
        opacity: 0;
    }
}

@-webkit-keyframes not-blink {
    0% {
        transform: scale(1);
        -wekbit-transform: scale(1);
        opacity: 0;
    }

    50% {
        transform: scale(1.5);
        -wekbit-transform: scale(1.5);
        opacity: .4;
    }

    100% {
        transform: scale(2);
        -wekbit-transform: scale(2);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        opacity: 0;
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: scale(2);
        -webkit-transform: scale(2);
    }
}

@-webkit-keyframes pulse {
    0% {
        opacity: 0;
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: scale(2);
        -webkit-transform: scale(2);
    }
}