/**
* Template Name: Eterna
* Updated: Jan 29 2024 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/eterna-free-multipurpose-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------
@import"https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600;700&display=swap";
@import"https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700&display=swap";
@import"https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;500;600&display=swap";
*/
@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap";
@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap";
@import"https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700&display=swap";

body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  overflow-x: hidden;
}

a {
  color: #08bb14;
  text-decoration: none;
}

a:hover {
  color: #08bb14;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  color: #000c19;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #07921f;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #7aee7e;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #545454;
  padding: 10px 0;
  font-size: 14px;
}

#topbar .contact-info i {
  font-style: normal;
  color: #f8f6f6;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}

#topbar .contact-info i a:hover {
  color: #fcfafa;
}

#topbar .social-links a {
  color: #bababa;
  line-height: 0;
  transition: 0.3s;
  margin-left: 10px;
}

#topbar .social-links a:hover {
  color: white;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 70px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
}

#header .logo h1 {
  font-size: 26px;
  padding: 0 0 0 8px;
  margin: 6px 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  border-left: 8px solid #43a047;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #545454;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 55px;
}

@media (max-width: 767px) {
  #header .logo img {
    padding: 0;
    margin: 0;
    max-height: 100px;
  }
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #d6f3d4;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #ffffff;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #43a047;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #43a047;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 24px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #545454;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #43a047;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}



/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #545454;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(59, 59, 59, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #545454;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #43a047;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #43a047;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 83vh;
  background-color: rgba(59, 59, 59, 0.8);
  overflow: hidden;
  padding: 0;
  margin-bottom: -120px;
  position: relative;
  z-index: 1;
}

#hero .carousel-item {
  width: 100%;
  height: 83vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: center center;
}

#hero .carousel-item::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-container {
  display: flex;
  justify-content: left;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 120px;
}

#hero .carousel-content {
  text-align: center;
  background-color: rgba(230, 235, 231, 0.8);
  padding: 1em;
  bottom: 0px;
  top: 0;
  align-items: center;
  position: absolute;
  background: -webkit-linear-gradient(to right, rgba(13, 86, 4, 0.7), rgba(21, 121, 6, 0.6), rgba(26, 161, 8, .0)) !important;
  background: linear-gradient(to right, rgba(13, 86, 4, 0.7), rgba(21, 121, 6, 0.6), rgba(26, 161, 8, .0)) !important;
  background-image: -moz-linear-gradient(0deg, rgba(13, 86, 4, 0.7), rgba(21, 121, 6, 0.6), rgba(26, 161, 8, .0) 100%) !important;
  background-image: -webkit-linear-gradient(0deg, rgba(13, 86, 4, 0.7), rgba(21, 121, 6, 0.6), rgba(26, 161, 8, .0) 100%) !important;
  padding-right: 10em ;
  padding-top: 5em;
  padding-left: 3em;
  display: block;
}

.borderTopSlideAdd{
  border-top: 10px solid #1b5e20 ;
}

#hero h2 {
  color: #f5f9f5 !important;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 900;
  text-shadow: #000 0 0 15px;
}

@media (min-width: 992px) {
  #hero .carousel-container {
    padding-right: 1em !important;
    padding-top: 0em !important;

  }
}
@media (max-width: 992px) {

  #hero .carousel-content {
    padding-bottom: 0;
    display: flex;
    justify-content: left;
    align-items: center;
    position: absolute;
    bottom: 0px;
    top: 59vh;
    left: 0;
    right: 0;
    width: 100% !important;
    background: rgba(21, 135, 6, .7) !important;
    padding-right: 1.2em !important;
    padding-left: 1.2em !important;
    padding-top: 1.5em !important;
    display: block;
  }

  #hero h2 {
    color: #2e2e2e;
    margin-top: 0em;
    margin-bottom: 1em;
    font-size: 24px;
    font-weight: 700;
    width: 100vw;
  }


}


#hero h2 span {
  color: #43a047;
}

#hero p {
  width: 100%;
  animation-delay: 0.4s;
  margin: 0 auto 0px auto;
  color: arken(#e5e9e5, 15);
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
  color: #545454;
}

#hero .carousel-indicators li {
  list-style-type: none;
  cursor: pointer;
  background: #43a047;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  margin-bottom: 180px;
  opacity: 0.2;
}

#hero .carousel-indicators li.active {
  opacity: 1;
}

#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #f3f3ec;
  animation-delay: 0.8s;
  border: 1px solid #fafdfa;
  background: #17601b;
}

#hero .btn-get-started:hover {
  background: #023c0d;
  border-color: transparent;
  color: #cfdd0a;
  text-decoration: none;
}

@media (max-height: 768px),
(max-width: 1200px) {
  #hero {
    margin-bottom: 60px;
  }

  #hero .carousel-indicators li {
    margin-bottom: 0;
  }
}

@media (max-width: 1024px) {
  #hero {
    height: 90vh;
  }

  #hero .carousel-item {
    height: 90vh;
  }
}

@media (min-width: 1024px) {
  #hero p {
    width: 50%;
  }

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 0 0 80px 0;
}

.section-bg {
  background-color: white;
}

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

.section-title h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #43a047;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0 20px 0;
  background: #f7f7f7;
  border-bottom: 1px solid #ededed;
  margin-bottom: 40px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 700;
  color: #545454;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 5px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6e6e6e;
  content: "/";
}

/*--------------------------------------------------------------
# Featured
--------------------------------------------------------------*/
.featured {
  position: relative;
  transition: all ease-in-out 0.5s;
  z-index: 2;
}

.featured .icon-box {
  padding: 40px 30px;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  border: 1px solid #ddd;
  background: #fff;
  transition: all ease-in-out 0.3s;
  height: 100%;
}

.featured .icon-box i {
  color: #43a047;
  font-size: 42px;
  margin-bottom: 15px;
  display: block;
  line-height: 0;
}

.featured .icon-box h3 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
}

.featured .icon-box h3 a {
  color: #545454;
  transition: 0.3s;
}

.featured .icon-box p {
  color: #545454;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.featured .icon-box:hover {
  background: #43a047;
  box-shadow: 0 0 15px #43a047 !important;
  border: solid 1px #43a047 !important;
}

.featured .icon-box:hover i,
.featured .icon-box:hover h3 a,
.featured .icon-box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
  color: #545454;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #43a047;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Our Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: 1px solid #ededed;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #43a047;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
  position: relative;
  z-index: 2;
}

.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.services .icon-box .icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: rgba(233, 107, 86, 0.15);
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
  z-index: -1;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #545454;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  background: #43a047;
  border-color: #43a047;
  background: #2fca373a;
  border-color: #2fca3779;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #43a047;
}

.services .icon-box:hover .icon::before {
  background: rgba(255, 255, 255, 0.3);
}

.services .icon-box:hover h4 a,
.services .icon-box:hover p {
  color: #023c0d;
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.servicesed .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.servicesed .icon-box::before {
  content: "";
  position: absolute;
  background: #e4fae1;
  right: -60px;
  top: -40px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  transition: all 0.3s;
  z-index: -1;
}

.servicesed .icon-box:hover::before {
  background: #43a047;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}

.servicesed .icon {
  margin: 0 auto 20px auto;
  padding-top: 10px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: #43a047;
  transition: all 0.3s ease-in-out;
}

.servicesed .icon i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
}

.servicesed .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.servicesed .title a {
  color: #111;
}

.servicesed .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.servicesed .icon-box:hover .title a,
.servicesed .icon-box:hover .description {
  color: #fff;
}

.servicesed .icon-box:hover .icon {
  background: #fff;
}

.servicesed .icon-box:hover .icon i {
  color: #43a047;
}

/*--------------------------------------------------------------
# More Services
--------------------------------------------------------------*/
.more-services {
  padding-top: 20px;
}

.more-services .card {
  border: 0;
  padding: 160px 20px 20px 20px;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.more-services .card-body {
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  transition: ease-in-out 0.4s;
  border-radius: 5px;
}

.more-services .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.more-services .card-title a {
  color: #222222;
}

.more-services .card-text {
  color: #5e5e5e;
}

.more-services .read-more a {
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.4s;
}

.more-services .read-more a:hover {
  text-decoration: underline;
}

.more-services .card:hover .card-body {
  background: #43a047;
}

.more-services .card:hover .read-more a,
.more-services .card:hover .card-title,
.more-services .card:hover .card-title a,
.more-services .card:hover .card-text {
  color: #fff;
}

/*--------------------------------------------------------------
# Our Clients
--------------------------------------------------------------*/
.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #43a047;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #43a047;
}

.clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(100);
}

.clients .swiper-slide img:hover {
  filter: none;
  opacity: 1;
}
/*============================*/
.teams .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.teams .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #43a047;
}

.teams .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #43a047;
}

.teams .swiper-slide img {
  opacity: 0.7;
  transition: 0.3s;
  filter: grayscale(0.3);
}

.teams .swiper-slide img:hover {
  filter: none;
  opacity: 1;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts .count-box {
  box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 100%;
}

.counts .count-box i {
  display: block;
  font-size: 30px;
  color: #43a047;
  float: left;
  line-height: 0;
}

.counts .count-box span {
  font-size: 42px;
  line-height: 24px;
  display: block;
  font-weight: 700;
  color: #545454;
  margin-left: 50px;
}

.counts .count-box p {
  padding: 30px 0 0 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #7a7a7a;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
  color: #a1a1a1;
}

/*--------------------------------------------------------------
# Our Skills
--------------------------------------------------------------*/
.skills .content h3 {
  font-weight: 700;
  font-size: 26px;
  color: #545454;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.skills .content ul {
  list-style: none;
  padding: 0;
}

.skills .content ul li {
  padding-bottom: 10px;
}

.skills .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #43a047;
}

.skills .content p:last-child {
  margin-bottom: 0;
}

.skills .progress {
  height: 62px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #545454;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e0e0e0;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #43a047;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: white;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 12px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 4px 8px 4px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
  background: #f2f2f2;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #43a047;
  color: #fff;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(84, 84, 84, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(84, 84, 84, 0.6);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #43a047;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #43a047;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #43a047;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(84, 84, 84, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 40px;
}

.pricing .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  text-align: center;
}

.pricing h3 {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 28px;
}

.pricing h4 {
  font-size: 46px;
  color: #43a047;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 25px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 18px;
  display: block;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding-bottom: 12px;
}

.pricing ul i {
  color: #43a047;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .buy-btn {
  background: #545454;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 20px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  transition: 0.3s;
}

.pricing .buy-btn:hover {
  background: #43a047;
}

.pricing .featured {
  z-index: 10;
  margin: -30px -5px 0 -5px;
}

.pricing .featured .buy-btn {
  background: #43a047;
}

.pricing .featured .buy-btn:hover {
  background: #ee8b7a;
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.teams .member {
  text-align: center;
  margin-bottom: 20px;
  padding: 8px;
  background: #fff;
}

.teams .member img {
  max-width: 100%;
  border-radius: 5% 5% 0 0;
  margin: 0 0 30px 0;
}

.teams .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

.teams .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.teams .member p {
  padding: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}

.teams .member .social {
  margin-top: 15px;
  margin-bottom: 15px;
}

.teams .member .social a {
  color: #919191;
  transition: 0.3s;
}

.teams .member .social a:hover {
  color: #43a047;
}

.teams .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# clients
--------------------------------------------------------------*/
.clients .member {
  text-align: center;
  margin-bottom: 20px;
  padding: 8px;
  background: #fff;
}

.clients .member img {
  max-width: 100%;
  border-radius: 5% 5% 0 0;
  margin: 0 0 30px 0;
}

.clients .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

.clients .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.clients .member p {
  padding: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}

.clients .member .social {
  margin-top: 15px;
  margin-bottom: 15px;
}

.clients .member .social a {
  color: #919191;
  transition: 0.3s;
}

.clients .member .social a:hover {
  color: #43a047;
}

.clients .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #43a047;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #fef5f4;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #43a047;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #43a047;
  border: 0;
  border-radius: 50px;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type=submit]:hover {
  background: #e6573f;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
  color: #545454;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #43a047;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #bababa;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li+li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.blog .entry .entry-meta a {
  color: #777777;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #43a047;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #ec7f6d;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #545454;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #a1a1a1;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #616161;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #43a047;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li+li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}

.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #545454;
}

.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
  color: rgba(84, 84, 84, 0.5);
  margin-right: 5px;
}

.blog .blog-author p {
  font-style: italic;
  color: #b7b7b7;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog .blog-comments .comment .comment-img img {
  width: 60px;
}

.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #43a047;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #545454;
}

.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #6e6e6e;
  margin-bottom: 5px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #f5bab0;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #f5bab0;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #545454;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #616161;
}

.blog .blog-pagination {
  color: #878787;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: #545454;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: #43a047;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #545454;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #43a047;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: #eb7b68;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #545454;
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: #43a047;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #545454;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #43a047;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #aaaaaa;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #949494;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid white;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #43a047;
  background: #43a047;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #ededed;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #404040;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #404040;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 8px;
  width: calc(100% - 140px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 30px;
  margin: 3px;
  background: #43a047;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #e6573f;
}

#footer .footer-top {
  background: #3b3b3b;
  border-top: 1px solid #474747;
  border-bottom: 1px solid #474747;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #545454;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #43a047;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ec7f6d;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #43a047;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

.white-grey {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
}

.gradiant {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%) !important;
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%) !important;
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%) !important;
}

.gradiant-vertical {
  background-image: -moz-linear-gradient(90deg, #2c8cb3 0%, #2caab3 100%) !important;
  background-image: -webkit-linear-gradient(90deg, #2c8cb3 0%, #2caab3 100%) !important;
  background-image: -ms-linear-gradient(90deg, #2c8cb3 0%, #2caab3 100%) !important;
}

.gradiant-horizontal {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%) !important;
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%) !important;
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%) !important;
}

.gradiant-green {
  background: -webkit-linear-gradient(to right, #158706, #8fc800) !important;
  background: linear-gradient(to right, #158706, #8fc800) !important;
  background-image: -moz-linear-gradient(to right, #158706 0%, #8fc800) !important;
  background-image: -webkit-linear-gradient(to right, #158706 0%, #8fc800) !important;
  background-image: -ms-linear-gradient(to right, #158706 0%, #8fc800) !important;
  transition: all ease-in-out 0.5s;

}

.tbl-gradiant {
  background-image: linear-gradient(to right top, #158706, #229908, #2eaa0a, #3bbd0b, #48cf0c) !important;
}

.gradiant-spay {
  background: rgba(0, 0, 0, 0.6) !important;
}

.gradiant-red {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffa84c+0,ff7b0d+100;Orange+3D */
  background: #ffa84c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffa84c 0%, #ff7b0d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa84c', endColorstr='#ff7b0d', GradientType=0);
  /* IE6-9 */
  background: url('../img/cristorey.png') center;
  background-size: cover;
}

.purple-gradient {
  background: -webkit-linear-gradient(50deg, #ff6ec4, #7873f5) !important;
  background: -o-linear-gradient(50deg, #ff6ec4, #7873f5) !important;
  background: linear-gradient(40deg, #ff6ec4, #7873f5) !important
}

.peach-gradient {
  background: -webkit-linear-gradient(50deg, #FFD86F, #FC6262) !important;
  background: -o-linear-gradient(50deg, #FFD86F, #FC6262) !important;
  background: linear-gradient(40deg, #FFD86F, #FC6262) !important
}

.aqua-gradient {
  background: -webkit-linear-gradient(50deg, #2096ff, #05ffa3) !important;
  background: -o-linear-gradient(50deg, #2096ff, #05ffa3) !important;
  background: linear-gradient(40deg, #2096ff, #05ffa3) !important
}

.blue-gradient {
  background: -webkit-linear-gradient(50deg, #45cafc, #303f9f) !important;
  background: -o-linear-gradient(50deg, #45cafc, #303f9f) !important;
  background: linear-gradient(40deg, #45cafc, #303f9f) !important
}

.purple-gradient-rgba {
  background: -webkit-linear-gradient(50deg, rgba(255, 110, 196, .9), rgba(120, 115, 245, .9)) !important;
  background: -o-linear-gradient(50deg, rgba(255, 110, 196, .9), rgba(120, 115, 245, .9)) !important;
  background: linear-gradient(40deg, rgba(255, 110, 196, .9), rgba(120, 115, 245, .9)) !important
}

.peach-gradient-rgba {
  background: -webkit-linear-gradient(50deg, rgba(255, 216, 111, .9), rgba(252, 98, 98, .9)) !important;
  background: -o-linear-gradient(50deg, rgba(255, 216, 111, .9), rgba(252, 98, 98, .9)) !important;
  background: linear-gradient(40deg, rgba(255, 216, 111, .9), rgba(252, 98, 98, .9)) !important
}

.aqua-gradient-rgba {
  background: -webkit-linear-gradient(50deg, rgba(32, 150, 255, .9), rgba(5, 255, 163, .9)) !important;
  background: -o-linear-gradient(50deg, rgba(32, 150, 255, .9), rgba(5, 255, 163, .9)) !important;
  background: linear-gradient(40deg, rgba(32, 150, 255, .9), rgba(5, 255, 163, .9)) !important
}

.blue-gradient-rgba {
  background: -webkit-linear-gradient(50deg, rgba(69, 202, 252, .9), rgba(48, 63, 159, .9)) !important;
  background: -o-linear-gradient(50deg, rgba(69, 202, 252, .9), rgba(48, 63, 159, .9)) !important;
  background: linear-gradient(40deg, rgba(69, 202, 252, .9), rgba(48, 63, 159, .9)) !important
}

.btn {
  cursor: pointer;
}

.mdb-color.lighten-5 {
  background-color: #d0d6e2 !important
}

.mdb-color.lighten-4 {
  background-color: #b1bace !important
}

.mdb-color.lighten-3 {
  background-color: #929fba !important
}

.mdb-color.lighten-2 {
  background-color: #7283a7 !important
}

.mdb-color.lighten-1 {
  background-color: #59698d !important
}

.mdb-color {
  background-color: #45526e !important
}

.mdb-color-text {
  color: #45526e !important
}

.rgba-mdb-color-slight,
.rgba-mdb-color-slight:after {
  background-color: rgba(69, 82, 110, .1)
}

.rgba-mdb-color-light,
.rgba-mdb-color-light:after {
  background-color: rgba(69, 82, 110, .3)
}

.rgba-mdb-color-strong,
.rgba-mdb-color-strong:after {
  background-color: rgba(69, 82, 110, .7)
}

.mdb-color.darken-1 {
  background-color: #3b465e !important
}

.mdb-color.darken-2 {
  background-color: #2e3951 !important
}

.mdb-color.darken-3 {
  background-color: #1c2a48 !important
}

.mdb-color.darken-4 {
  background-color: #1c2331 !important
}

.red.lighten-5 {
  background-color: #ffebee !important
}

.red.lighten-4 {
  background-color: #ffcdd2 !important
}

.red.lighten-3 {
  background-color: #ef9a9a !important
}

.red.lighten-2 {
  background-color: #e57373 !important
}

.red.lighten-1 {
  background-color: #ef5350 !important
}

.red {
  background-color: #f44336 !important
}

.red-text {
  color: #f44336 !important
}

.rgba-red-slight,
.rgba-red-slight:after {
  background-color: rgba(244, 67, 54, .1)
}

.rgba-red-light,
.rgba-red-light:after {
  background-color: rgba(244, 67, 54, .3)
}

.rgba-red-strong,
.rgba-red-strong:after {
  background-color: rgba(244, 67, 54, .7)
}

.red.darken-1 {
  background-color: #e53935 !important
}

.red.darken-2 {
  background-color: #d32f2f !important
}

.red.darken-3 {
  background-color: #c62828 !important
}

.red.darken-4 {
  background-color: #b71c1c !important
}

.red.accent-1 {
  background-color: #ff8a80 !important
}

.red.accent-2 {
  background-color: #ff5252 !important
}

.red.accent-3 {
  background-color: #ff1744 !important
}

.red.accent-4 {
  background-color: #d50000 !important
}

.pink.lighten-5 {
  background-color: #fce4ec !important
}

.pink.lighten-4 {
  background-color: #f8bbd0 !important
}

.pink.lighten-3 {
  background-color: #f48fb1 !important
}

.pink.lighten-2 {
  background-color: #f06292 !important
}

.pink.lighten-1 {
  background-color: #ec407a !important
}

.pink {
  background-color: #e91e63 !important
}

.pink-text {
  color: #e91e63 !important
}

.rgba-pink-slight,
.rgba-pink-slight:after {
  background-color: rgba(233, 30, 99, .1)
}

.rgba-pink-light,
.rgba-pink-light:after {
  background-color: rgba(233, 30, 99, .3)
}

.rgba-pink-strong,
.rgba-pink-strong:after {
  background-color: rgba(233, 30, 99, .7)
}

.pink.darken-1 {
  background-color: #d81b60 !important
}

.pink.darken-2 {
  background-color: #c2185b !important
}

.pink.darken-3 {
  background-color: #ad1457 !important
}

.pink.darken-4 {
  background-color: #880e4f !important
}

.pink.accent-1 {
  background-color: #ff80ab !important
}

.pink.accent-2 {
  background-color: #ff4081 !important
}

.pink.accent-3 {
  background-color: #f50057 !important
}

.pink.accent-4 {
  background-color: #c51162 !important
}

.purple.lighten-5 {
  background-color: #f3e5f5 !important
}

.purple.lighten-4 {
  background-color: #e1bee7 !important
}

.purple.lighten-3 {
  background-color: #ce93d8 !important
}

.purple.lighten-2 {
  background-color: #ba68c8 !important
}

.purple.lighten-1 {
  background-color: #ab47bc !important
}

.purple {
  background-color: #9c27b0 !important
}

.purple-text {
  color: #9c27b0 !important
}

.rgba-purple-slight,
.rgba-purple-slight:after {
  background-color: rgba(156, 39, 176, .1)
}

.rgba-purple-light,
.rgba-purple-light:after {
  background-color: rgba(156, 39, 176, .3)
}

.rgba-purple-strong,
.rgba-purple-strong:after {
  background-color: rgba(156, 39, 176, .7)
}

.purple.darken-1 {
  background-color: #8e24aa !important
}

.purple.darken-2 {
  background-color: #7b1fa2 !important
}

.purple.darken-3 {
  background-color: #6a1b9a !important
}

.purple.darken-4 {
  background-color: #4a148c !important
}

.purple.accent-1 {
  background-color: #ea80fc !important
}

.purple.accent-2 {
  background-color: #e040fb !important
}

.purple.accent-3 {
  background-color: #d500f9 !important
}

.purple.accent-4 {
  background-color: #a0f !important
}

.deep-purple.lighten-5 {
  background-color: #ede7f6 !important
}

.deep-purple.lighten-4 {
  background-color: #d1c4e9 !important
}

.deep-purple.lighten-3 {
  background-color: #b39ddb !important
}

.deep-purple.lighten-2 {
  background-color: #9575cd !important
}

.deep-purple.lighten-1 {
  background-color: #7e57c2 !important
}

.deep-purple {
  background-color: #673ab7 !important
}

.deep-purple-text {
  color: #673ab7 !important
}

.rgba-deep-purple-slight,
.rgba-deep-purple-slight:after {
  background-color: rgba(103, 58, 183, .1)
}

.rgba-deep-purple-light,
.rgba-deep-purple-light:after {
  background-color: rgba(103, 58, 183, .3)
}

.rgba-deep-purple-strong,
.rgba-deep-purple-strong:after {
  background-color: rgba(103, 58, 183, .7)
}

.deep-purple.darken-1 {
  background-color: #5e35b1 !important
}

.deep-purple.darken-2 {
  background-color: #512da8 !important
}

.deep-purple.darken-3 {
  background-color: #4527a0 !important
}

.deep-purple.darken-4 {
  background-color: #311b92 !important
}

.deep-purple.accent-1 {
  background-color: #b388ff !important
}

.deep-purple.accent-2 {
  background-color: #7c4dff !important
}

.deep-purple.accent-3 {
  background-color: #651fff !important
}

.deep-purple.accent-4 {
  background-color: #6200ea !important
}

.indigo.lighten-5 {
  background-color: #e8eaf6 !important
}

.indigo.lighten-4 {
  background-color: #c5cae9 !important
}

.indigo.lighten-3 {
  background-color: #9fa8da !important
}

.indigo.lighten-2 {
  background-color: #7986cb !important
}

.indigo.lighten-1 {
  background-color: #5c6bc0 !important
}

.indigo {
  background-color: #3f51b5 !important
}

.indigo-text {
  color: #3f51b5 !important
}

.rgba-indigo-slight,
.rgba-indigo-slight:after {
  background-color: rgba(63, 81, 181, .1)
}

.rgba-indigo-light,
.rgba-indigo-light:after {
  background-color: rgba(63, 81, 181, .3)
}

.rgba-indigo-strong,
.rgba-indigo-strong:after {
  background-color: rgba(63, 81, 181, .7)
}

.indigo.darken-1 {
  background-color: #3949ab !important
}

.indigo.darken-2 {
  background-color: #303f9f !important
}

.indigo.darken-3 {
  background-color: #283593 !important
}

.indigo.darken-4 {
  background-color: #1a237e !important
}

.indigo.accent-1 {
  background-color: #8c9eff !important
}

.indigo.accent-2 {
  background-color: #536dfe !important
}

.indigo.accent-3 {
  background-color: #3d5afe !important
}

.indigo.accent-4 {
  background-color: #304ffe !important
}

.blue.lighten-5 {
  background-color: #e3f2fd !important
}

.blue.lighten-4 {
  background-color: #bbdefb !important
}

.blue.lighten-3 {
  background-color: #90caf9 !important
}

.blue.lighten-2 {
  background-color: #64b5f6 !important
}

.blue.lighten-1 {
  background-color: #42a5f5 !important
}

.blue {
  background-color: #2196f3 !important
}

.blue-text {
  color: #2196f3 !important
}

.rgba-blue-slight,
.rgba-blue-slight:after {
  background-color: rgba(33, 150, 243, .1)
}

.rgba-blue-light,
.rgba-blue-light:after {
  background-color: rgba(33, 150, 243, .3)
}

.rgba-blue-strong,
.rgba-blue-strong:after {
  background-color: rgba(33, 150, 243, .7)
}

.blue.darken-1 {
  background-color: #1e88e5 !important
}

.blue.darken-2 {
  background-color: #1976d2 !important
}

.blue.darken-3 {
  background-color: #1565c0 !important
}

.blue.darken-4 {
  background-color: #0d47a1 !important
}

.blue.accent-1 {
  background-color: #82b1ff !important
}

.blue.accent-2 {
  background-color: #448aff !important
}

.blue.accent-3 {
  background-color: #2979ff !important
}

.blue.accent-4 {
  background-color: #2962ff !important
}

.light-blue.lighten-5 {
  background-color: #e1f5fe !important
}

.light-blue.lighten-4 {
  background-color: #b3e5fc !important
}

.light-blue.lighten-3 {
  background-color: #81d4fa !important
}

.light-blue.lighten-2 {
  background-color: #4fc3f7 !important
}

.light-blue.lighten-1 {
  background-color: #29b6f6 !important
}

.light-blue {
  background-color: #03a9f4 !important
}

.light-blue-text {
  color: #03a9f4 !important
}

.rgba-light-blue-slight,
.rgba-light-blue-slight:after {
  background-color: rgba(3, 169, 244, .1)
}

.rgba-light-blue-light,
.rgba-light-blue-light:after {
  background-color: rgba(3, 169, 244, .3)
}

.rgba-light-blue-strong,
.rgba-light-blue-strong:after {
  background-color: rgba(3, 169, 244, .7)
}

.light-blue.darken-1 {
  background-color: #039be5 !important
}

.light-blue.darken-2 {
  background-color: #0288d1 !important
}

.light-blue.darken-3 {
  background-color: #0277bd !important
}

.light-blue.darken-4 {
  background-color: #01579b !important
}

.light-blue.accent-1 {
  background-color: #80d8ff !important
}

.light-blue.accent-2 {
  background-color: #40c4ff !important
}

.light-blue.accent-3 {
  background-color: #00b0ff !important
}

.light-blue.accent-4 {
  background-color: #0091ea !important
}

.cyan.lighten-5 {
  background-color: #e0f7fa !important
}

.cyan.lighten-4 {
  background-color: #b2ebf2 !important
}

.cyan.lighten-3 {
  background-color: #80deea !important
}

.cyan.lighten-2 {
  background-color: #4dd0e1 !important
}

.cyan.lighten-1 {
  background-color: #26c6da !important
}

.cyan {
  background-color: #00bcd4 !important
}

.cyan-text {
  color: #00bcd4 !important
}

.rgba-cyan-slight,
.rgba-cyan-slight:after {
  background-color: rgba(0, 188, 212, .1)
}

.rgba-cyan-light,
.rgba-cyan-light:after {
  background-color: rgba(0, 188, 212, .3)
}

.rgba-cyan-strong,
.rgba-cyan-strong:after {
  background-color: rgba(0, 188, 212, .7)
}

.cyan.darken-1 {
  background-color: #00acc1 !important
}

.cyan.darken-2 {
  background-color: #0097a7 !important
}

.cyan.darken-3 {
  background-color: #00838f !important
}

.cyan.darken-4 {
  background-color: #006064 !important
}

.cyan.accent-1 {
  background-color: #84ffff !important
}

.cyan.accent-2 {
  background-color: #18ffff !important
}

.cyan.accent-3 {
  background-color: #00e5ff !important
}

.cyan.accent-4 {
  background-color: #00b8d4 !important
}

.teal.lighten-5 {
  background-color: #e0f2f1 !important
}

.teal.lighten-4 {
  background-color: #b2dfdb !important
}

.teal.lighten-3 {
  background-color: #80cbc4 !important
}

.teal.lighten-2 {
  background-color: #4db6ac !important
}

.teal.lighten-1 {
  background-color: #26a69a !important
}

.teal {
  background-color: #009688 !important
}

.teal-text {
  color: #009688 !important
}

.rgba-teal-slight,
.rgba-teal-slight:after {
  background-color: rgba(0, 150, 136, .1)
}

.rgba-teal-light,
.rgba-teal-light:after {
  background-color: rgba(0, 150, 136, .3)
}

.rgba-teal-strong,
.rgba-teal-strong:after {
  background-color: rgba(0, 150, 136, .7)
}

.teal.darken-1 {
  background-color: #00897b !important
}

.teal.darken-2 {
  background-color: #00796b !important
}

.teal.darken-3 {
  background-color: #00695c !important
}

.teal.darken-4 {
  background-color: #004d40 !important
}

.teal.accent-1 {
  background-color: #a7ffeb !important
}

.teal.accent-2 {
  background-color: #64ffda !important
}

.teal.accent-3 {
  background-color: #1de9b6 !important
}

.teal.accent-4 {
  background-color: #00bfa5 !important
}

.green.lighten-5 {
  background-color: #e8f5e9 !important
}

.green.lighten-4 {
  background-color: #c8e6c9 !important
}

.green.lighten-3 {
  background-color: #a5d6a7 !important
}

.green.lighten-2 {
  background-color: #81c784 !important
}

.green.lighten-1 {
  background-color: #66bb6a !important
}

.green {
  background-color: #4caf50 !important
}

.green-text {
  color: #4caf50 !important
}

.rgba-green-slight,
.rgba-green-slight:after {
  background-color: rgba(76, 175, 80, .1)
}

.rgba-green-light,
.rgba-green-light:after {
  background-color: rgba(76, 175, 80, .3)
}

.rgba-green-strong,
.rgba-green-strong:after {
  background-color: rgba(76, 175, 80, .7)
}

.green.darken-1 {
  background-color: #43a047 !important
}

.green.darken-2 {
  background-color: #388e3c !important
}

.green.darken-3 {
  background-color: #2e7d32 !important
}

.green.darken-4 {
  background-color: #1b5e20 !important
}

.green.accent-1 {
  background-color: #b9f6ca !important
}

.green.accent-2 {
  background-color: #69f0ae !important
}

.green.accent-3 {
  background-color: #00e676 !important
}

.green.accent-4 {
  background-color: #00c853 !important
}

.light-green.lighten-5 {
  background-color: #f1f8e9 !important
}

.light-green.lighten-4 {
  background-color: #dcedc8 !important
}

.light-green.lighten-3 {
  background-color: #c5e1a5 !important
}

.light-green.lighten-2 {
  background-color: #aed581 !important
}

.light-green.lighten-1 {
  background-color: #9ccc65 !important
}

.light-green {
  background-color: #8bc34a !important
}

.light-green-text {
  color: #8bc34a !important
}

.rgba-light-green-slight,
.rgba-light-green-slight:after {
  background-color: rgba(139, 195, 74, .1)
}

.rgba-light-green-light,
.rgba-light-green-light:after {
  background-color: rgba(139, 195, 74, .3)
}

.rgba-light-green-strong,
.rgba-light-green-strong:after {
  background-color: rgba(139, 195, 74, .7)
}

.light-green.darken-1 {
  background-color: #7cb342 !important
}

.light-green.darken-2 {
  background-color: #689f38 !important
}

.light-green.darken-3 {
  background-color: #558b2f !important
}

.light-green.darken-4 {
  background-color: #33691e !important
}

.light-green.accent-1 {
  background-color: #ccff90 !important
}

.light-green.accent-2 {
  background-color: #b2ff59 !important
}

.light-green.accent-3 {
  background-color: #76ff03 !important
}

.light-green.accent-4 {
  background-color: #64dd17 !important
}

.lime.lighten-5 {
  background-color: #f9fbe7 !important
}

.lime.lighten-4 {
  background-color: #f0f4c3 !important
}

.lime.lighten-3 {
  background-color: #e6ee9c !important
}

.lime.lighten-2 {
  background-color: #dce775 !important
}

.lime.lighten-1 {
  background-color: #d4e157 !important
}

.lime {
  background-color: #cddc39 !important
}

.lime-text {
  color: #cddc39 !important
}

.rgba-lime-slight,
.rgba-lime-slight:after {
  background-color: rgba(205, 220, 57, .1)
}

.rgba-lime-light,
.rgba-lime-light:after {
  background-color: rgba(205, 220, 57, .3)
}

.rgba-lime-strong,
.rgba-lime-strong:after {
  background-color: rgba(205, 220, 57, .7)
}

.lime.darken-1 {
  background-color: #c0ca33 !important
}

.lime.darken-2 {
  background-color: #afb42b !important
}

.lime.darken-3 {
  background-color: #9e9d24 !important
}

.lime.darken-4 {
  background-color: #827717 !important
}

.lime.accent-1 {
  background-color: #f4ff81 !important
}

.lime.accent-2 {
  background-color: #eeff41 !important
}

.lime.accent-3 {
  background-color: #c6ff00 !important
}

.lime.accent-4 {
  background-color: #aeea00 !important
}

.yellow.lighten-5 {
  background-color: #fffde7 !important
}

.yellow.lighten-4 {
  background-color: #fff9c4 !important
}

.yellow.lighten-3 {
  background-color: #fff59d !important
}

.yellow.lighten-2 {
  background-color: #fff176 !important
}

.yellow.lighten-1 {
  background-color: #ffee58 !important
}

.yellow {
  background-color: #ffeb3b !important
}

.yellow-text {
  color: #ffeb3b !important
}

.rgba-yellow-slight,
.rgba-yellow-slight:after {
  background-color: rgba(255, 235, 59, .1)
}

.rgba-yellow-light,
.rgba-yellow-light:after {
  background-color: rgba(255, 235, 59, .3)
}

.rgba-yellow-strong,
.rgba-yellow-strong:after {
  background-color: rgba(255, 235, 59, .7)
}

.yellow.darken-1 {
  background-color: #fdd835 !important
}

.yellow.darken-2 {
  background-color: #fbc02d !important
}

.yellow.darken-3 {
  background-color: #f9a825 !important
}

.yellow.darken-4 {
  background-color: #f57f17 !important
}

.yellow.accent-1 {
  background-color: #ffff8d !important
}

.yellow.accent-2 {
  background-color: #ff0 !important
}

.yellow.accent-3 {
  background-color: #ffea00 !important
}

.yellow.accent-4 {
  background-color: #ffd600 !important
}

.amber.lighten-5 {
  background-color: #fff8e1 !important
}

.amber.lighten-4 {
  background-color: #ffecb3 !important
}

.amber.lighten-3 {
  background-color: #ffe082 !important
}

.amber.lighten-2 {
  background-color: #ffd54f !important
}

.amber.lighten-1 {
  background-color: #ffca28 !important
}

.amber {
  background-color: #ffc107 !important
}

.amber-text {
  color: #ffc107 !important
}

.rgba-amber-slight,
.rgba-amber-slight:after {
  background-color: rgba(255, 193, 7, .1)
}

.rgba-amber-light,
.rgba-amber-light:after {
  background-color: rgba(255, 193, 7, .3)
}

.rgba-amber-strong,
.rgba-amber-strong:after {
  background-color: rgba(255, 193, 7, .7)
}

.amber.darken-1 {
  background-color: #ffb300 !important
}

.amber.darken-2 {
  background-color: #ffa000 !important
}

.amber.darken-3 {
  background-color: #ff8f00 !important
}

.amber.darken-4 {
  background-color: #ff6f00 !important
}

.amber.accent-1 {
  background-color: #ffe57f !important
}

.amber.accent-2 {
  background-color: #ffd740 !important
}

.amber.accent-3 {
  background-color: #ffc400 !important
}

.amber.accent-4 {
  background-color: #ffab00 !important
}

.orange.lighten-5 {
  background-color: #fff3e0 !important
}

.orange.lighten-4 {
  background-color: #ffe0b2 !important
}

.orange.lighten-3 {
  background-color: #ffcc80 !important
}

.orange.lighten-2 {
  background-color: #ffb74d !important
}

.orange.lighten-1 {
  background-color: #ffa726 !important
}

.orange {
  background-color: #ff9800 !important
}

.orange-text {
  color: #ff9800 !important
}

.rgba-orange-slight,
.rgba-orange-slight:after {
  background-color: rgba(255, 152, 0, .1)
}

.rgba-orange-light,
.rgba-orange-light:after {
  background-color: rgba(255, 152, 0, .3)
}

.rgba-orange-strong,
.rgba-orange-strong:after {
  background-color: rgba(255, 152, 0, .7)
}

.orange.darken-1 {
  background-color: #fb8c00 !important
}

.orange.darken-2 {
  background-color: #f57c00 !important
}

.orange.darken-3 {
  background-color: #ef6c00 !important
}

.orange.darken-4 {
  background-color: #e65100 !important
}

.orange.accent-1 {
  background-color: #ffd180 !important
}

.orange.accent-2 {
  background-color: #ffab40 !important
}

.orange.accent-3 {
  background-color: #ff9100 !important
}

.orange.accent-4 {
  background-color: #ff6d00 !important
}

.deep-orange.lighten-5 {
  background-color: #fbe9e7 !important
}

.deep-orange.lighten-4 {
  background-color: #ffccbc !important
}

.deep-orange.lighten-3 {
  background-color: #ffab91 !important
}

.deep-orange.lighten-2 {
  background-color: #ff8a65 !important
}

.deep-orange.lighten-1 {
  background-color: #ff7043 !important
}

.deep-orange {
  background-color: #ff5722 !important
}

.deep-orange-text {
  color: #ff5722 !important
}

.rgba-deep-orange-slight,
.rgba-deep-orange-slight:after {
  background-color: rgba(255, 87, 34, .1)
}

.rgba-deep-orange-light,
.rgba-deep-orange-light:after {
  background-color: rgba(255, 87, 34, .3)
}

.rgba-deep-orange-strong,
.rgba-deep-orange-strong:after {
  background-color: rgba(255, 87, 34, .7)
}

.deep-orange.darken-1 {
  background-color: #f4511e !important
}

.deep-orange.darken-2 {
  background-color: #e64a19 !important
}

.deep-orange.darken-3 {
  background-color: #d84315 !important
}

.deep-orange.darken-4 {
  background-color: #bf360c !important
}

.deep-orange.accent-1 {
  background-color: #ff9e80 !important
}

.deep-orange.accent-2 {
  background-color: #ff6e40 !important
}

.deep-orange.accent-3 {
  background-color: #ff3d00 !important
}

.deep-orange.accent-4 {
  background-color: #dd2c00 !important
}

.brown.lighten-5 {
  background-color: #efebe9 !important
}

.brown.lighten-4 {
  background-color: #d7ccc8 !important
}

.brown.lighten-3 {
  background-color: #bcaaa4 !important
}

.brown.lighten-2 {
  background-color: #a1887f !important
}

.brown.lighten-1 {
  background-color: #8d6e63 !important
}

.brown {
  background-color: #795548 !important
}

.brown-text {
  color: #795548 !important
}

.rgba-brown-slight,
.rgba-brown-slight:after {
  background-color: rgba(121, 85, 72, .1)
}

.rgba-brown-light,
.rgba-brown-light:after {
  background-color: rgba(121, 85, 72, .3)
}

.rgba-brown-strong,
.rgba-brown-strong:after {
  background-color: rgba(121, 85, 72, .7)
}

.brown.darken-1 {
  background-color: #6d4c41 !important
}

.brown.darken-2 {
  background-color: #5d4037 !important
}

.brown.darken-3 {
  background-color: #4e342e !important
}

.brown.darken-4 {
  background-color: #3e2723 !important
}

.blue-grey.lighten-5 {
  background-color: #eceff1 !important
}

.blue-grey.lighten-4 {
  background-color: #cfd8dc !important
}

.blue-grey.lighten-3 {
  background-color: #b0bec5 !important
}

.blue-grey.lighten-2 {
  background-color: #90a4ae !important
}

.blue-grey.lighten-1 {
  background-color: #78909c !important
}

.blue-grey {
  background-color: #607d8b !important
}

.blue-grey-text {
  color: #607d8b !important
}

.rgba-blue-grey-slight,
.rgba-blue-grey-slight:after {
  background-color: rgba(96, 125, 139, .1)
}

.rgba-blue-grey-light,
.rgba-blue-grey-light:after {
  background-color: rgba(96, 125, 139, .3)
}

.rgba-blue-grey-strong,
.rgba-blue-grey-strong:after {
  background-color: rgba(96, 125, 139, .7)
}

.blue-grey.darken-1 {
  background-color: #546e7a !important
}

.blue-grey.darken-2 {
  background-color: #455a64 !important
}

.blue-grey.darken-3 {
  background-color: #37474f !important
}

.blue-grey.darken-4 {
  background-color: #263238 !important
}

.grey.lighten-5 {
  background-color: #fafafa !important
}

.grey.lighten-4 {
  background-color: #f5f5f5 !important
}

.grey.lighten-3 {
  background-color: #eee !important
}

.grey.lighten-2 {
  background-color: #e0e0e0 !important
}

.grey.lighten-1 {
  background-color: #bdbdbd !important
}

.grey {
  background-color: #9e9e9e !important
}

.grey-text {
  color: #9e9e9e !important
}

.rgba-grey-slight,
.rgba-grey-slight:after {
  background-color: rgba(158, 158, 158, .1)
}

.md-pills .nav-link:hover,
.md-pills .nav-link:hover:after,
.rgba-grey-light,
.rgba-grey-light:after {
  background-color: rgba(158, 158, 158, .3)
}

.rgba-grey-strong,
.rgba-grey-strong:after {
  background-color: rgba(158, 158, 158, .7)
}

.grey.darken-1 {
  background-color: #757575 !important
}

.grey.darken-2 {
  background-color: #616161 !important
}

.grey.darken-3 {
  background-color: #424242 !important
}

.grey.darken-4 {
  background-color: #212121 !important
}

.black,
.picker__list-item:hover {
  background-color: #000 !important
}

.black-text,
.btn.btn-link,
.toast-close-button:focus,
.toast-close-button:hover {
  color: #000 !important
}

.rgba-black-slight,
.rgba-black-slight:after {
  background-color: rgba(0, 0, 0, .1)
}

.rgba-black-light,
.rgba-black-light:after {
  background-color: rgba(0, 0, 0, .3)
}

.rgba-black-strong,
.rgba-black-strong:after {
  background-color: rgba(0, 0, 0, .7)
}

.picker__box .picker__header .picker__select--month.browser-default,
.picker__box .picker__header .picker__select--year.browser-default,
.picker__list-item,
.white {
  background-color: #fff !important
}

/*
#toast-container>div,
.card.card-cascade .view.view-cascade.gradient-card-header,
.clockpicker-display .clockpicker-display-column #click-am.text-primary,
.clockpicker-display .clockpicker-display-column #click-pm.text-primary,
.clockpicker-display .clockpicker-display-column .clockpicker-span-hours.text-primary,
.clockpicker-display .clockpicker-display-column .clockpicker-span-minutes.text-primary,
.darktheme .picker__box .picker__calendar-container .clockpicker-plate .clockpicker-tick,
.darktheme .picker__box .picker__date-display .clockpicker-display,
.darktheme .picker__box .picker__date-display .clockpicker-display .clockpicker-span-am-pm,
.darktheme .picker__box .picker__footer button,
.dropdown .dropdown-menu .dropdown-item:active,
.dropdown .dropdown-menu .dropdown-item:hover,
.dropleft .dropdown-menu .dropdown-item:active,
.dropleft .dropdown-menu .dropdown-item:hover,
.dropright .dropdown-menu .dropdown-item:active,
.dropright .dropdown-menu .dropdown-item:hover,
.dropup .dropdown-menu .dropdown-item:active,
.dropup .dropdown-menu .dropdown-item:hover,
.picker--focused .picker__list-item--selected,
.picker--time .picker__button--clear:focus,
.picker--time .picker__button--clear:focus:before,
.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:hover:before,
.picker__box .picker__header .picker__date-display,
.picker__box .picker__table .picker--focused,
.picker__box .picker__table .picker__day--outfocus,
.picker__box .picker__table .picker__day--selected,
.picker__box .picker__table .picker__day--selected:hover,
.picker__date-display,
.picker__date-display .clockpicker-display .clockpicker-display-column #click-am.text-primary,
.picker__date-display .clockpicker-display .clockpicker-display-column #click-pm.text-primary,
.picker__date-display .clockpicker-display .clockpicker-display-column .clockpicker-span-hours.text-primary,
.picker__date-display .clockpicker-display .clockpicker-display-column .clockpicker-span-minutes.text-primary,
.picker__list-item--selected,
.picker__list-item--selected:hover,
.side-nav,
.side-nav .search-form .form-control,
.toast-close-button,
.toast-message a,
.toast-message label,
.white-text {
  color: #fff !important
}
*/

.rgba-white-slight,
.rgba-white-slight:after {
  background-color: rgba(255, 255, 255, .1)
}

.rgba-white-light,
.rgba-white-light:after {
  background-color: rgba(255, 255, 255, .3)
}

.rgba-white-strong,
.rgba-white-strong:after {
  background-color: rgba(255, 255, 255, .7)
}

.rgba-stylish-slight {
  background-color: rgba(62, 69, 81, .1)
}

.rgba-stylish-light {
  background-color: rgba(62, 69, 81, .3)
}

.rgba-stylish-strong {
  background-color: rgba(62, 69, 81, .7)
}

.dark-grey-text:focus,
.dark-grey-text:hover {
  color: #4f4f4f !important
}

a,
a.disabled:hover,
a:disabled:hover {
  color: #158706
}

.primary-color,
.stepper li.active a .circle,
.stepper li.completed a .circle {
  background-color: #4285f4 !important
}

.primary-color-dark {
  background-color: #0d47a1 !important
}

.secondary-color {
  background-color: #a6c !important
}

.secondary-color-dark {
  background-color: #93c !important
}

.default-color {
  background-color: #2bbbad !important
}

.default-color-dark {
  background-color: #00695c !important
}

.info-color {
  background-color: #33b5e5 !important
}

.info-color-dark {
  background-color: #09c !important
}

.success-color {
  background-color: #00c851 !important
}

.success-color-dark {
  background-color: #007e33 !important
}

.warning-color {
  background-color: #fb3 !important
}

.warning-color-dark {
  background-color: #f80 !important
}

.danger-color,
.stepper li.warning a .circle {
  background-color: #ff3547 !important
}

.danger-color-dark {
  background-color: #c00 !important
}

.elegant-color {
  background-color: #2e2e2e !important
}

.elegant-color-dark {
  background-color: #212121 !important
}

.stylish-color {
  background-color: #4b515d !important
}

.stylish-color-dark {
  background-color: #3e4551 !important
}

.unique-color {
  background-color: #3f729b !important
}

.unique-color-dark {
  background-color: #1c2331 !important
}

.special-color {
  background-color: #37474f !important
}

.special-color-dark {
  background-color: #263238 !important
}

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

.greenblue {
  background-image: -webkit-linear-gradient(left, #61ba6d 0%, #83c331 51%, #61ba6d 100%);
  background-image: linear-gradient(to right, #61ba6d 0%, #83c331 51%, #61ba6d 100%);
}

.juicy-peach-gradient {
  background-image: -webkit-gradient(linear, left top, right top, from(#ffecd2), to(#fcb69f));
  background-image: -webkit-linear-gradient(left, #ffecd2 0%, #fcb69f 100%);
  background-image: -o-linear-gradient(left, #ffecd2 0%, #fcb69f 100%);
  background-image: linear-gradient(to right, #ffecd2 0%, #fcb69f 100%);
}

.young-passion-gradient {
  background-image: -webkit-gradient(linear, left top, right top, from(#ff8177), color-stop(0%, #ff867a), color-stop(21%, #ff8c7f), color-stop(52%, #f99185), color-stop(78%, #cf556c), to(#b12a5b));
  background-image: -webkit-linear-gradient(left, #ff8177 0%, #ff867a 0%, #ff8c7f 21%, #f99185 52%, #cf556c 78%, #b12a5b 100%);
  background-image: -o-linear-gradient(left, #ff8177 0%, #ff867a 0%, #ff8c7f 21%, #f99185 52%, #cf556c 78%, #b12a5b 100%);
  background-image: linear-gradient(to right, #ff8177 0%, #ff867a 0%, #ff8c7f 21%, #f99185 52%, #cf556c 78%, #b12a5b 100%);
}

.lady-lips-gradient {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ff9a9e), color-stop(99%, #fecfef), to(#fecfef));
  background-image: -webkit-linear-gradient(bottom, #ff9a9e 0%, #fecfef 99%, #fecfef 100%);
  background-image: -o-linear-gradient(bottom, #ff9a9e 0%, #fecfef 99%, #fecfef 100%);
  background-image: linear-gradient(to top, #ff9a9e 0%, #fecfef 99%, #fecfef 100%);
}

.sunny-morning-gradient {
  background-image: -webkit-linear-gradient(330deg, #f6d365 0%, #fda085 100%);
  background-image: -o-linear-gradient(330deg, #f6d365 0%, #fda085 100%);
  background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
}

.rainy-ashville-gradient {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fbc2eb), to(#a6c1ee));
  background-image: -webkit-linear-gradient(bottom, #fbc2eb 0%, #a6c1ee 100%);
  background-image: -o-linear-gradient(bottom, #fbc2eb 0%, #a6c1ee 100%);
  background-image: linear-gradient(to top, #fbc2eb 0%, #a6c1ee 100%);
}

.frozen-dreams-gradient {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fdcbf1), color-stop(1%, #fdcbf1), to(#e6dee9));
  background-image: -webkit-linear-gradient(bottom, #fdcbf1 0%, #fdcbf1 1%, #e6dee9 100%);
  background-image: -o-linear-gradient(bottom, #fdcbf1 0%, #fdcbf1 1%, #e6dee9 100%);
  background-image: linear-gradient(to top, #fdcbf1 0%, #fdcbf1 1%, #e6dee9 100%);
}

.warm-flame-gradient {
  background-image: -webkit-linear-gradient(45deg, #ff9a9e 0%, #fad0c4 99%, #fad0c4 100%);
  background-image: -o-linear-gradient(45deg, #ff9a9e 0%, #fad0c4 99%, #fad0c4 100%);
  background-image: linear-gradient(45deg, #ff9a9e 0%, #fad0c4 99%, #fad0c4 100%);
}

.night-fade-gradient {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#a18cd1), to(#fbc2eb));
  background-image: -webkit-linear-gradient(bottom, #a18cd1 0%, #fbc2eb 100%);
  background-image: -o-linear-gradient(bottom, #a18cd1 0%, #fbc2eb 100%);
  background-image: linear-gradient(to top, #a18cd1 0%, #fbc2eb 100%);
}

.spring-warmth-gradient {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fad0c4), to(#ffd1ff));
  background-image: -webkit-linear-gradient(bottom, #fad0c4 0%, #ffd1ff 100%);
  background-image: -o-linear-gradient(bottom, #fad0c4 0%, #ffd1ff 100%);
  background-image: linear-gradient(to top, #fad0c4 0%, #ffd1ff 100%);
}

.winter-neva-gradient {
  background-image: -webkit-linear-gradient(330deg, #a1c4fd 0%, #c2e9fb 100%);
  background-image: -o-linear-gradient(330deg, #a1c4fd 0%, #c2e9fb 100%);
  background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
}

.wintersolid {
  background: #d4e4fc !important;
}

.dusty-grass-gradient {
  background-image: -webkit-linear-gradient(330deg, #d4fc79 0%, #96e6a1 100%);
  background-image: -o-linear-gradient(330deg, #d4fc79 0%, #96e6a1 100%);
  background-image: linear-gradient(120deg, #d4fc79 0%, #96e6a1 100%);
}

.tempting-azure-gradient {
  background-image: -webkit-linear-gradient(330deg, #84fab0 0%, #8fd3f4 100%);
  background-image: -o-linear-gradient(330deg, #84fab0 0%, #8fd3f4 100%);
  background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
}

.heavy-rain-gradient {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#cfd9df), to(#e2ebf0));
  background-image: -webkit-linear-gradient(bottom, #cfd9df 0%, #e2ebf0 100%);
  background-image: -o-linear-gradient(bottom, #cfd9df 0%, #e2ebf0 100%);
  background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
}

.amy-crisp-gradient {
  background-image: -webkit-linear-gradient(330deg, #a6c0fe 0%, #f68084 100%);
  background-image: -o-linear-gradient(330deg, #a6c0fe 0%, #f68084 100%);
  background-image: linear-gradient(120deg, #a6c0fe 0%, #f68084 100%);
}

.mean-fruit-gradient {
  background-image: -webkit-linear-gradient(330deg, #fccb90 0%, #d57eeb 100%);
  background-image: -o-linear-gradient(330deg, #fccb90 0%, #d57eeb 100%);
  background-image: linear-gradient(120deg, #fccb90 0%, #d57eeb 100%);
}

.deep-blue-gradient {
  background-image: -webkit-linear-gradient(330deg, #e0c3fc 0%, #8ec5fc 100%);
  background-image: -o-linear-gradient(330deg, #e0c3fc 0%, #8ec5fc 100%);
  background-image: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
}

.bgBlue {
  background: #dae7fb !important;
}

.borderBlue {
  border-color: #c0d8fe !important;
}

.ripe-malinka-gradient {
  background-image: -webkit-linear-gradient(330deg, #f093fb 0%, #f5576c 100%);
  background-image: -o-linear-gradient(330deg, #f093fb 0%, #f5576c 100%);
  background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%);
}

.cloudy-knoxville-gradient {
  background-image: -webkit-linear-gradient(330deg, #fdfbfb 0%, #ebedee 100%);
  background-image: -o-linear-gradient(330deg, #fdfbfb 0%, #ebedee 100%);
  background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}

.morpheus-den-gradient {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#30cfd0), to(#330867));
  background-image: -webkit-linear-gradient(bottom, #30cfd0 0%, #330867 100%);
  background-image: -o-linear-gradient(bottom, #30cfd0 0%, #330867 100%);
  background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);
}

.rare-wind-gradient {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#a8edea), to(#fed6e3));
  background-image: -webkit-linear-gradient(bottom, #a8edea 0%, #fed6e3 100%);
  background-image: -o-linear-gradient(bottom, #a8edea 0%, #fed6e3 100%);
  background-image: linear-gradient(to top, #a8edea 0%, #fed6e3 100%);
}

.near-moon-gradient {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5ee7df), to(#b490ca));
  background-image: -webkit-linear-gradient(bottom, #5ee7df 0%, #b490ca 100%);
  background-image: -o-linear-gradient(bottom, #5ee7df 0%, #b490ca 100%);
  background-image: linear-gradient(to top, #5ee7df 0%, #b490ca 100%);
}

.bg-box-blue {
  background: rgba(30, 64, 121, .9) !important;
  border-top: 2px solid rgba(255, 255, 255, .5) !important;
  border-bottom: 2px solid rgba(255, 255, 255, .5) !important;
  font-family: 'Roboto-Light' !important;
}

.bg-box-green {
  background: rgba(30, 149, 6, .9) !important;
  border-top: 2px solid rgba(255, 255, 255, .5) !important;
  border-bottom: 2px solid rgba(255, 255, 255, .5) !important;
  font-family: 'Roboto-Light' !important;
}

.bg-box-purple {
  background: rgba(77, 6, 149, .9) !important;
  border-top: 2px solid rgba(255, 255, 255, .5) !important;
  border-bottom: 2px solid rgba(255, 255, 255, .5) !important;
  font-family: 'Roboto-Light' !important;
}

.bg-box-orange {
  background: rgba(229, 119, 7, .9) !important;
  border-top: 2px solid rgba(255, 255, 255, .5) !important;
  border-bottom: 2px solid rgba(255, 255, 255, .5) !important;
  font-family: 'Roboto-Light' !important;
}

.bg-box-pink {
  background: rgba(229, 7, 80, .9) !important;
  border-top: 2px solid rgba(255, 255, 255, .5) !important;
  border-bottom: 2px solid rgba(255, 255, 255, .5) !important;
  font-family: 'Roboto-Light' !important;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/custom/glyphicons-halflings-regular.eot');
  src: url('../fonts/custom/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/custom/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/custom/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/custom/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/custom/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}


.bg-gradient-primary {
  background: #007bff linear-gradient(180deg, #268fff, #007bff) repeat-x !important;
  color: #fff;
}

.bg-gradient-primary.btn:not(:disabled):not(.disabled):active,
.bg-gradient-primary.btn:not(:disabled):not(.disabled).active,
.show>.bg-gradient-primary.btn.dropdown-toggle {
  background-image: none !important;
}

.bg-gradient-primary.btn:hover {
  background: #007bff linear-gradient(180deg, #267fde, #0069d9) repeat-x !important;
  border-color: #0062cc;
  color: #ececec;
}

.bg-gradient-primary.btn:not(:disabled):not(.disabled):active,
.bg-gradient-primary.btn:not(:disabled):not(.disabled).active,
.bg-gradient-primary.btn:active,
.bg-gradient-primary.btn.active {
  background: #007bff linear-gradient(180deg, #267ad4, #0062cc) repeat-x !important;
  border-color: #005cbf;
  color: #fff;
}

.bg-gradient-primary.btn:disabled,
.bg-gradient-primary.btn.disabled {
  background-image: none !important;
  border-color: #007bff;
  color: #fff;
}

.bg-gradient-secondary {
  background: #4d5cb3 linear-gradient(180deg, #5c6bc0, #4d5cb3) repeat-x !important;
  color: #fff;
}

.bg-gradient-secondary.btn:not(:disabled):not(.disabled):active,
.bg-gradient-secondary.btn:not(:disabled):not(.disabled).active,
.show>.bg-gradient-secondary.btn.dropdown-toggle {
  background-image: none !important;
}

.bg-gradient-secondary.btn:hover {
  background: #6574cb linear-gradient(180deg, #6574cb, #5464bd) repeat-x !important;
  border-color: #545b62;
  color: #ececec;
}

.bg-gradient-secondary.btn:not(:disabled):not(.disabled):active,
.bg-gradient-secondary.btn:not(:disabled):not(.disabled).active,
.bg-gradient-secondary.btn:active,
.bg-gradient-secondary.btn.active {
  background: #6c757d linear-gradient(180deg, #6e7479, #545b62) repeat-x !important;
  border-color: #4e555b;
  color: #fff;
}

.bg-gradient-secondary.btn:disabled,
.bg-gradient-secondary.btn.disabled {
  background-image: none !important;
  border-color: #6c757d;
  color: #fff;
}

.bg-gradient-success {
  background: #28a745 linear-gradient(180deg, #48b461, #28a745) repeat-x !important;
  color: #fff;
}

.bg-gradient-success.btn:not(:disabled):not(.disabled):active,
.bg-gradient-success.btn:not(:disabled):not(.disabled).active,
.show>.bg-gradient-success.btn.dropdown-toggle {
  background-image: none !important;
}

.bg-gradient-success.btn:hover {
  background: #28a745 linear-gradient(180deg, #429a56, #218838) repeat-x !important;
  border-color: #1e7e34;
  color: #ececec;
}

.bg-gradient-success.btn:not(:disabled):not(.disabled):active,
.bg-gradient-success.btn:not(:disabled):not(.disabled).active,
.bg-gradient-success.btn:active,
.bg-gradient-success.btn.active {
  background: #28a745 linear-gradient(180deg, #409152, #1e7e34) repeat-x !important;
  border-color: #1c7430;
  color: #fff;
}

.bg-gradient-success.btn:disabled,
.bg-gradient-success.btn.disabled {
  background-image: none !important;
  border-color: #28a745;
  color: #fff;
}

.bg-gradient-info {
  background: #17a2b8 linear-gradient(180deg, #3ab0c3, #17a2b8) repeat-x !important;
  color: #fff;
}

.bg-gradient-info.btn:not(:disabled):not(.disabled):active,
.bg-gradient-info.btn:not(:disabled):not(.disabled).active,
.show>.bg-gradient-info.btn.dropdown-toggle {
  background-image: none !important;
}

.bg-gradient-info.btn:hover {
  background: #17a2b8 linear-gradient(180deg, #3697a6, #138496) repeat-x !important;
  border-color: #117a8b;
  color: #ececec;
}

.bg-gradient-info.btn:not(:disabled):not(.disabled):active,
.bg-gradient-info.btn:not(:disabled):not(.disabled).active,
.bg-gradient-info.btn:active,
.bg-gradient-info.btn.active {
  background: #17a2b8 linear-gradient(180deg, #358e9c, #117a8b) repeat-x !important;
  border-color: #10707f;
  color: #fff;
}

.bg-gradient-info.btn:disabled,
.bg-gradient-info.btn.disabled {
  background-image: none !important;
  border-color: #17a2b8;
  color: #fff;
}

.bg-gradient-warning {
  background: #ffc107 linear-gradient(180deg, #ffca2c, #ffc107) repeat-x !important;
  color: #1f2d3d;
}

.bg-gradient-warning.btn:not(:disabled):not(.disabled):active,
.bg-gradient-warning.btn:not(:disabled):not(.disabled).active,
.show>.bg-gradient-warning.btn.dropdown-toggle {
  background-image: none !important;
}

.bg-gradient-warning.btn:hover {
  background: #ffc107 linear-gradient(180deg, #e4b526, #e0a800) repeat-x !important;
  border-color: #d39e00;
  color: #121a24;
}

.bg-gradient-warning.btn:not(:disabled):not(.disabled):active,
.bg-gradient-warning.btn:not(:disabled):not(.disabled).active,
.bg-gradient-warning.btn:active,
.bg-gradient-warning.btn.active {
  background: #ffc107 linear-gradient(180deg, #daad26, #d39e00) repeat-x !important;
  border-color: #c69500;
  color: #1f2d3d;
}

.bg-gradient-warning.btn:disabled,
.bg-gradient-warning.btn.disabled {
  background-image: none !important;
  border-color: #ffc107;
  color: #1f2d3d;
}

.bg-gradient-danger {
  background: #dc3545 linear-gradient(180deg, #e15361, #dc3545) repeat-x !important;
  color: #fff;
}

.bg-gradient-danger.btn:not(:disabled):not(.disabled):active,
.bg-gradient-danger.btn:not(:disabled):not(.disabled).active,
.show>.bg-gradient-danger.btn.dropdown-toggle {
  background-image: none !important;
}

.bg-gradient-danger.btn:hover {
  background: #dc3545 linear-gradient(180deg, #d04451, #c82333) repeat-x !important;
  border-color: #bd2130;
  color: #ececec;
}

.bg-gradient-danger.btn:not(:disabled):not(.disabled):active,
.bg-gradient-danger.btn:not(:disabled):not(.disabled).active,
.bg-gradient-danger.btn:active,
.bg-gradient-danger.btn.active {
  background: #dc3545 linear-gradient(180deg, #c7424f, #bd2130) repeat-x !important;
  border-color: #b21f2d;
  color: #fff;
}

.bg-gradient-danger.btn:disabled,
.bg-gradient-danger.btn.disabled {
  background-image: none !important;
  border-color: #dc3545;
  color: #fff;
}

.bg-gradient-light {
  background: #f8f9fa linear-gradient(180deg, #f9fafb, #f8f9fa) repeat-x !important;
  color: #1f2d3d;
}

.bg-gradient-light.btn:not(:disabled):not(.disabled):active,
.bg-gradient-light.btn:not(:disabled):not(.disabled).active,
.show>.bg-gradient-light.btn.dropdown-toggle {
  background-image: none !important;
}

.bg-gradient-light.btn:hover {
  background: #f8f9fa linear-gradient(180deg, #e6eaed, #e2e6ea) repeat-x !important;
  border-color: #dae0e5;
  color: #121a24;
}

.bg-gradient-light.btn:not(:disabled):not(.disabled):active,
.bg-gradient-light.btn:not(:disabled):not(.disabled).active,
.bg-gradient-light.btn:active,
.bg-gradient-light.btn.active {
  background: #f8f9fa linear-gradient(180deg, #e0e4e9, #dae0e5) repeat-x !important;
  border-color: #d3d9df;
  color: #1f2d3d;
}

.bg-gradient-light.btn:disabled,
.bg-gradient-light.btn.disabled {
  background-image: none !important;
  border-color: #f8f9fa;
  color: #1f2d3d;
}

.bg-gradient-dark {
  background: #343a40 linear-gradient(180deg, #52585d, #343a40) repeat-x !important;
  color: #fff;
}

.bg-gradient-dark.btn:not(:disabled):not(.disabled):active,
.bg-gradient-dark.btn:not(:disabled):not(.disabled).active,
.show>.bg-gradient-dark.btn.dropdown-toggle {
  background-image: none !important;
}

.bg-gradient-dark.btn:hover {
  background: #343a40 linear-gradient(180deg, #44474b, #23272b) repeat-x !important;
  border-color: #1d2124;
  color: #ececec;
}

.bg-gradient-dark.btn:not(:disabled):not(.disabled):active,
.bg-gradient-dark.btn:not(:disabled):not(.disabled).active,
.bg-gradient-dark.btn:active,
.bg-gradient-dark.btn.active {
  background: #343a40 linear-gradient(180deg, #3f4245, #1d2124) repeat-x !important;
  border-color: #171a1d;
  color: #fff;
}

.bg-gradient-dark.btn:disabled,
.bg-gradient-dark.btn.disabled {
  background-image: none !important;
  border-color: #343a40;
  color: #fff;
}

.bg-gradient-lightblue {
  background: #3c8dbc linear-gradient(180deg, #599ec6, #3c8dbc) repeat-x !important;
  color: #fff;
}

.bg-gradient-lightblue.btn:not(:disabled):not(.disabled):active,
.bg-gradient-lightblue.btn:not(:disabled):not(.disabled).active,
.show>.bg-gradient-lightblue.btn.dropdown-toggle {
  background-image: none !important;
}

.bg-gradient-lightblue.btn:hover {
  background: #3c8dbc linear-gradient(180deg, #518cad, #33779f) repeat-x !important;
  border-color: #307095;
  color: #ececec;
}

.bg-gradient-lightblue.btn:not(:disabled):not(.disabled):active,
.bg-gradient-lightblue.btn:not(:disabled):not(.disabled).active,
.bg-gradient-lightblue.btn:active,
.bg-gradient-lightblue.btn.active {
  background: #3c8dbc linear-gradient(180deg, #4f85a5, #307095) repeat-x !important;
  border-color: #2d698c;
  color: #fff;
}

.bg-gradient-lightblue.btn:disabled,
.bg-gradient-lightblue.btn.disabled {
  background-image: none !important;
  border-color: #3c8dbc;
  color: #fff;
}

.bg-gradient-navy {
  background: #001f3f linear-gradient(180deg, #26415c, #001f3f) repeat-x !important;
  color: #fff;
}

.bg-gradient-navy.btn:not(:disabled):not(.disabled):active,
.bg-gradient-navy.btn:not(:disabled):not(.disabled).active,
.show>.bg-gradient-navy.btn.dropdown-toggle {
  background-image: none !important;
}

.bg-gradient-navy.btn:hover {
  background: #001f3f linear-gradient(180deg, #26313b, #000c19) repeat-x !important;
  border-color: #00060c;
  color: #ececec;
}

.bg-gradient-navy.btn:not(:disabled):not(.disabled):active,
.bg-gradient-navy.btn:not(:disabled):not(.disabled).active,
.bg-gradient-navy.btn:active,
.bg-gradient-navy.btn.active {
  background: #001f3f linear-gradient(180deg, #262b30, #00060c) repeat-x !important;
  border-color: black;
  color: #fff;
}

.bg-gradient-navy.btn:disabled,
.bg-gradient-navy.btn.disabled {
  background-image: none !important;
  border-color: #001f3f;
  color: #fff;
}

.bg-gradient-olive {
  background: #3d9970 linear-gradient(180deg, #5aa885, #3d9970) repeat-x !important;
  color: #fff;
}

.bg-gradient-olive.btn:not(:disabled):not(.disabled):active,
.bg-gradient-olive.btn:not(:disabled):not(.disabled).active,
.show>.bg-gradient-olive.btn.dropdown-toggle {
  background-image: none !important;
}

.bg-gradient-olive.btn:hover {
  background: #3d9970 linear-gradient(180deg, #519174, #327e5c) repeat-x !important;
  border-color: #2e7555;
  color: #ececec;
}

.bg-gradient-olive.btn:not(:disabled):not(.disabled):active,
.bg-gradient-olive.btn:not(:disabled):not(.disabled).active,
.bg-gradient-olive.btn:active,
.bg-gradient-olive.btn.active {
  background: #3d9970 linear-gradient(180deg, #4e896f, #2e7555) repeat-x !important;
  border-color: #2b6b4f;
  color: #fff;
}

.bg-gradient-olive.btn:disabled,
.bg-gradient-olive.btn.disabled {
  background-image: none !important;
  border-color: #3d9970;
  color: #fff;
}

.bg-gradient-lime {
  background: #01ff70 linear-gradient(180deg, #27ff85, #01ff70) repeat-x !important;
  color: #1f2d3d;
}

.bg-gradient-lime.btn:not(:disabled):not(.disabled):active,
.bg-gradient-lime.btn:not(:disabled):not(.disabled).active,
.show>.bg-gradient-lime.btn.dropdown-toggle {
  background-image: none !important;
}

.bg-gradient-lime.btn:hover {
  background: #01ff70 linear-gradient(180deg, #26df77, #00da5f) repeat-x !important;
  border-color: #00cd5a;
  color: #121a24;
}

.bg-gradient-lime.btn:not(:disabled):not(.disabled):active,
.bg-gradient-lime.btn:not(:disabled):not(.disabled).active,
.bg-gradient-lime.btn:active,
.bg-gradient-lime.btn.active {
  background: #01ff70 linear-gradient(180deg, #26d572, #00cd5a) repeat-x !important;
  border-color: #00c054;
  color: #fff;
}

.bg-gradient-lime.btn:disabled,
.bg-gradient-lime.btn.disabled {
  background-image: none !important;
  border-color: #01ff70;
  color: #1f2d3d;
}

.bg-gradient-fuchsia {
  background: #f012be linear-gradient(180deg, #f236c8, #f012be) repeat-x !important;
  color: #fff;
}

.bg-gradient-fuchsia.btn:not(:disabled):not(.disabled):active,
.bg-gradient-fuchsia.btn:not(:disabled):not(.disabled).active,
.show>.bg-gradient-fuchsia.btn.dropdown-toggle {
  background-image: none !important;
}

.bg-gradient-fuchsia.btn:hover {
  background: #f012be linear-gradient(180deg, #d631b1, #cf0da3) repeat-x !important;
  border-color: #c30c9a;
  color: #ececec;
}

.bg-gradient-fuchsia.btn:not(:disabled):not(.disabled):active,
.bg-gradient-fuchsia.btn:not(:disabled):not(.disabled).active,
.bg-gradient-fuchsia.btn:active,
.bg-gradient-fuchsia.btn.active {
  background: #f012be linear-gradient(180deg, #cc31a9, #c30c9a) repeat-x !important;
  border-color: #b70c90;
  color: #fff;
}

.bg-gradient-fuchsia.btn:disabled,
.bg-gradient-fuchsia.btn.disabled {
  background-image: none !important;
  border-color: #f012be;
  color: #fff;
}

.bg-gradient-maroon {
  background: #d81b60 linear-gradient(180deg, #de3d78, #d81b60) repeat-x !important;
  color: #fff;
}

.bg-gradient-maroon.btn:not(:disabled):not(.disabled):active,
.bg-gradient-maroon.btn:not(:disabled):not(.disabled).active,
.show>.bg-gradient-maroon.btn.dropdown-toggle {
  background-image: none !important;
}

.bg-gradient-maroon.btn:hover {
  background: #d81b60 linear-gradient(180deg, #c13a6b, #b61751) repeat-x !important;
  border-color: #ab154c;
  color: #ececec;
}

.bg-gradient-maroon.btn:not(:disabled):not(.disabled):active,
.bg-gradient-maroon.btn:not(:disabled):not(.disabled).active,
.bg-gradient-maroon.btn:active,
.bg-gradient-maroon.btn.active {
  background: #d81b60 linear-gradient(180deg, #b73867, #ab154c) repeat-x !important;
  border-color: #9f1447;
  color: #fff;
}

.bg-gradient-maroon.btn:disabled,
.bg-gradient-maroon.btn.disabled {
  background-image: none !important;
  border-color: #d81b60;
  color: #fff;
}

.bg-gradient-blue {
  background: #007bff linear-gradient(180deg, #268fff, #007bff) repeat-x !important;
  color: #fff;
}

.bg-gradient-blue.btn:not(:disabled):not(.disabled):active,
.bg-gradient-blue.btn:not(:disabled):not(.disabled).active,
.show>.bg-gradient-blue.btn.dropdown-toggle {
  background-image: none !important;
}

.bg-gradient-blue.btn:hover {
  background: #007bff linear-gradient(180deg, #267fde, #0069d9) repeat-x !important;
  border-color: #0062cc;
  color: #ececec;
}

.bg-gradient-blue.btn:not(:disabled):not(.disabled):active,
.bg-gradient-blue.btn:not(:disabled):not(.disabled).active,
.bg-gradient-blue.btn:active,
.bg-gradient-blue.btn.active {
  background: #007bff linear-gradient(180deg, #267ad4, #0062cc) repeat-x !important;
  border-color: #005cbf;
  color: #fff;
}

.bg-gradient-blue.btn:disabled,
.bg-gradient-blue.btn.disabled {
  background-image: none !important;
  border-color: #007bff;
  color: #fff;
}

.bg-gradient-indigo {
  background: #6610f2 linear-gradient(180deg, #7d34f4, #6610f2) repeat-x !important;
  color: #fff;
}

.bg-gradient-indigo.btn:not(:disabled):not(.disabled):active,
.bg-gradient-indigo.btn:not(:disabled):not(.disabled).active,
.show>.bg-gradient-indigo.btn.dropdown-toggle {
  background-image: none !important;
}

.bg-gradient-indigo.btn:hover {
  background: #6610f2 linear-gradient(180deg, #7030d7, #560bd0) repeat-x !important;
  border-color: #510bc4;
  color: #ececec;
}

.bg-gradient-indigo.btn:not(:disabled):not(.disabled):active,
.bg-gradient-indigo.btn:not(:disabled):not(.disabled).active,
.bg-gradient-indigo.btn:active,
.bg-gradient-indigo.btn.active {
  background: #6610f2 linear-gradient(180deg, #6b2fcd, #510bc4) repeat-x !important;
  border-color: #4c0ab8;
  color: #fff;
}

.bg-gradient-indigo.btn:disabled,
.bg-gradient-indigo.btn.disabled {
  background-image: none !important;
  border-color: #6610f2;
  color: #fff;
}

.bg-gradient-purple {
  background: #6f42c1 linear-gradient(180deg, #855eca, #6f42c1) repeat-x !important;
  color: #fff;
}

.bg-gradient-purple.btn:not(:disabled):not(.disabled):active,
.bg-gradient-purple.btn:not(:disabled):not(.disabled).active,
.show>.bg-gradient-purple.btn.dropdown-toggle {
  background-image: none !important;
}

.bg-gradient-purple.btn:hover {
  background: #6f42c1 linear-gradient(180deg, #7655b4, #5e37a6) repeat-x !important;
  border-color: #59339d;
  color: #ececec;
}

.bg-gradient-purple.btn:not(:disabled):not(.disabled):active,
.bg-gradient-purple.btn:not(:disabled):not(.disabled).active,
.bg-gradient-purple.btn:active,
.bg-gradient-purple.btn.active {
  background: #6f42c1 linear-gradient(180deg, #7252ab, #59339d) repeat-x !important;
  border-color: #533093;
  color: #fff;
}

.bg-gradient-purple.btn:disabled,
.bg-gradient-purple.btn.disabled {
  background-image: none !important;
  border-color: #6f42c1;
  color: #fff;
}

.bg-gradient-pink {
  background: #e83e8c linear-gradient(180deg, #eb5b9d, #e83e8c) repeat-x !important;
  color: #fff;
}

.bg-gradient-pink.btn:not(:disabled):not(.disabled):active,
.bg-gradient-pink.btn:not(:disabled):not(.disabled).active,
.show>.bg-gradient-pink.btn.dropdown-toggle {
  background-image: none !important;
}

.bg-gradient-pink.btn:hover {
  background: #e83e8c linear-gradient(180deg, #e83e8c, #e41c78) repeat-x !important;
  border-color: #d91a72;
  color: #ececec;
}

.bg-gradient-pink.btn:not(:disabled):not(.disabled):active,
.bg-gradient-pink.btn:not(:disabled):not(.disabled).active,
.bg-gradient-pink.btn:active,
.bg-gradient-pink.btn.active {
  background: #e83e8c linear-gradient(180deg, #df3c87, #d91a72) repeat-x !important;
  border-color: #ce196c;
  color: #fff;
}

.bg-gradient-pink.btn:disabled,
.bg-gradient-pink.btn.disabled {
  background-image: none !important;
  border-color: #e83e8c;
  color: #fff;
}

.bg-gradient-red {
  background: #dc3545 linear-gradient(180deg, #e15361, #dc3545) repeat-x !important;
  color: #fff;
}

.bg-gradient-red.btn:not(:disabled):not(.disabled):active,
.bg-gradient-red.btn:not(:disabled):not(.disabled).active,
.show>.bg-gradient-red.btn.dropdown-toggle {
  background-image: none !important;
}

.bg-gradient-red.btn:hover {
  background: #dc3545 linear-gradient(180deg, #d04451, #c82333) repeat-x !important;
  border-color: #bd2130;
  color: #ececec;
}

.bg-gradient-red.btn:not(:disabled):not(.disabled):active,
.bg-gradient-red.btn:not(:disabled):not(.disabled).active,
.bg-gradient-red.btn:active,
.bg-gradient-red.btn.active {
  background: #dc3545 linear-gradient(180deg, #c7424f, #bd2130) repeat-x !important;
  border-color: #b21f2d;
  color: #fff;
}

.bg-gradient-red.btn:disabled,
.bg-gradient-red.btn.disabled {
  background-image: none !important;
  border-color: #dc3545;
  color: #fff;
}

.bg-gradient-orange {
  background: #fd7e14 linear-gradient(180deg, #fd9137, #fd7e14) repeat-x !important;
  color: #1f2d3d;
}

.bg-gradient-orange.btn:not(:disabled):not(.disabled):active,
.bg-gradient-orange.btn:not(:disabled):not(.disabled).active,
.show>.bg-gradient-orange.btn.dropdown-toggle {
  background-image: none !important;
}

.bg-gradient-orange.btn:hover {
  background: #fd7e14 linear-gradient(180deg, #ec8128, #e96b02) repeat-x !important;
  border-color: #dc6502;
  color: #121a24;
}

.bg-gradient-orange.btn:not(:disabled):not(.disabled):active,
.bg-gradient-orange.btn:not(:disabled):not(.disabled).active,
.bg-gradient-orange.btn:active,
.bg-gradient-orange.btn.active {
  background: #fd7e14 linear-gradient(180deg, #e17c28, #dc6502) repeat-x !important;
  border-color: #cf5f02;
  color: #fff;
}

.bg-gradient-orange.btn:disabled,
.bg-gradient-orange.btn.disabled {
  background-image: none !important;
  border-color: #fd7e14;
  color: #1f2d3d;
}

.bg-gradient-yellow {
  background: #ffc107 linear-gradient(180deg, #ffca2c, #ffc107) repeat-x !important;
  color: #1f2d3d;
}

.bg-gradient-yellow.btn:not(:disabled):not(.disabled):active,
.bg-gradient-yellow.btn:not(:disabled):not(.disabled).active,
.show>.bg-gradient-yellow.btn.dropdown-toggle {
  background-image: none !important;
}

.bg-gradient-yellow.btn:hover {
  background: #ffc107 linear-gradient(180deg, #e4b526, #e0a800) repeat-x !important;
  border-color: #d39e00;
  color: #121a24;
}

.bg-gradient-yellow.btn:not(:disabled):not(.disabled):active,
.bg-gradient-yellow.btn:not(:disabled):not(.disabled).active,
.bg-gradient-yellow.btn:active,
.bg-gradient-yellow.btn.active {
  background: #ffc107 linear-gradient(180deg, #daad26, #d39e00) repeat-x !important;
  border-color: #c69500;
  color: #1f2d3d;
}

.bg-gradient-yellow.btn:disabled,
.bg-gradient-yellow.btn.disabled {
  background-image: none !important;
  border-color: #ffc107;
  color: #1f2d3d;
}

.bg-gradient-green {
  background: #28a745 linear-gradient(180deg, #48b461, #28a745) repeat-x !important;
  color: #fff;
}

.bg-gradient-green.btn:not(:disabled):not(.disabled):active,
.bg-gradient-green.btn:not(:disabled):not(.disabled).active,
.show>.bg-gradient-green.btn.dropdown-toggle {
  background-image: none !important;
}

.bg-gradient-green.btn:hover {
  background: #28a745 linear-gradient(180deg, #429a56, #218838) repeat-x !important;
  border-color: #1e7e34;
  color: #ececec;
}

.bg-gradient-green.btn:not(:disabled):not(.disabled):active,
.bg-gradient-green.btn:not(:disabled):not(.disabled).active,
.bg-gradient-green.btn:active,
.bg-gradient-green.btn.active {
  background: #28a745 linear-gradient(180deg, #409152, #1e7e34) repeat-x !important;
  border-color: #1c7430;
  color: #fff;
}

.bg-gradient-green.btn:disabled,
.bg-gradient-green.btn.disabled {
  background-image: none !important;
  border-color: #28a745;
  color: #fff;
}

.bg-gradient-teal {
  background: #20c997 linear-gradient(180deg, #41d1a7, #20c997) repeat-x !important;
  color: #fff;
}

.bg-gradient-teal.btn:not(:disabled):not(.disabled):active,
.bg-gradient-teal.btn:not(:disabled):not(.disabled).active,
.show>.bg-gradient-teal.btn.dropdown-toggle {
  background-image: none !important;
}

.bg-gradient-teal.btn:hover {
  background: #20c997 linear-gradient(180deg, #3db592, #1ba87e) repeat-x !important;
  border-color: #199d76;
  color: #ececec;
}

.bg-gradient-teal.btn:not(:disabled):not(.disabled):active,
.bg-gradient-teal.btn:not(:disabled):not(.disabled).active,
.bg-gradient-teal.btn:active,
.bg-gradient-teal.btn.active {
  background: #20c997 linear-gradient(180deg, #3bac8b, #199d76) repeat-x !important;
  border-color: #17926e;
  color: #fff;
}

.bg-gradient-teal.btn:disabled,
.bg-gradient-teal.btn.disabled {
  background-image: none !important;
  border-color: #20c997;
  color: #fff;
}

.bg-gradient-cyan {
  background: #17a2b8 linear-gradient(180deg, #3ab0c3, #17a2b8) repeat-x !important;
  color: #fff;
}

.bg-gradient-cyan.btn:not(:disabled):not(.disabled):active,
.bg-gradient-cyan.btn:not(:disabled):not(.disabled).active,
.show>.bg-gradient-cyan.btn.dropdown-toggle {
  background-image: none !important;
}

.bg-gradient-cyan.btn:hover {
  background: #17a2b8 linear-gradient(180deg, #3697a6, #138496) repeat-x !important;
  border-color: #117a8b;
  color: #ececec;
}

.bg-gradient-cyan.btn:not(:disabled):not(.disabled):active,
.bg-gradient-cyan.btn:not(:disabled):not(.disabled).active,
.bg-gradient-cyan.btn:active,
.bg-gradient-cyan.btn.active {
  background: #17a2b8 linear-gradient(180deg, #358e9c, #117a8b) repeat-x !important;
  border-color: #10707f;
  color: #fff;
}

.bg-gradient-cyan.btn:disabled,
.bg-gradient-cyan.btn.disabled {
  background-image: none !important;
  border-color: #17a2b8;
  color: #fff;
}

.bg-gradient-white {
  background: #fff linear-gradient(180deg, white, #fff) repeat-x !important;
  color: #1f2d3d;
}

.bg-gradient-white.btn:not(:disabled):not(.disabled):active,
.bg-gradient-white.btn:not(:disabled):not(.disabled).active,
.show>.bg-gradient-white.btn.dropdown-toggle {
  background-image: none !important;
}

.bg-gradient-white.btn:hover {
  background: #fff linear-gradient(180deg, #efefef, #ececec) repeat-x !important;
  border-color: #e6e6e6;
  color: #121a24;
}

.bg-gradient-white.btn:not(:disabled):not(.disabled):active,
.bg-gradient-white.btn:not(:disabled):not(.disabled).active,
.bg-gradient-white.btn:active,
.bg-gradient-white.btn.active {
  background: #fff linear-gradient(180deg, #e9e9e9, #e6e6e6) repeat-x !important;
  border-color: #dfdfdf;
  color: #1f2d3d;
}

.bg-gradient-white.btn:disabled,
.bg-gradient-white.btn.disabled {
  background-image: none !important;
  border-color: #fff;
  color: #1f2d3d;
}

.bg-gradient-gray {
  background: #6c757d linear-gradient(180deg, #828a91, #6c757d) repeat-x !important;
  color: #fff;
}

.bg-gradient-gray.btn:not(:disabled):not(.disabled):active,
.bg-gradient-gray.btn:not(:disabled):not(.disabled).active,
.show>.bg-gradient-gray.btn.dropdown-toggle {
  background-image: none !important;
}

.bg-gradient-gray.btn:hover {
  background: #6c757d linear-gradient(180deg, #73797f, #5a6268) repeat-x !important;
  border-color: #545b62;
  color: #ececec;
}

.bg-gradient-gray.btn:not(:disabled):not(.disabled):active,
.bg-gradient-gray.btn:not(:disabled):not(.disabled).active,
.bg-gradient-gray.btn:active,
.bg-gradient-gray.btn.active {
  background: #6c757d linear-gradient(180deg, #6e7479, #545b62) repeat-x !important;
  border-color: #4e555b;
  color: #fff;
}

.bg-gradient-gray.btn:disabled,
.bg-gradient-gray.btn.disabled {
  background-image: none !important;
  border-color: #6c757d;
  color: #fff;
}

.bg-gradient-gray-dark {
  background: #343a40 linear-gradient(180deg, #52585d, #343a40) repeat-x !important;
  color: #fff;
}

.bg-gradient-gray-dark.btn:not(:disabled):not(.disabled):active,
.bg-gradient-gray-dark.btn:not(:disabled):not(.disabled).active,
.show>.bg-gradient-gray-dark.btn.dropdown-toggle {
  background-image: none !important;
}

.bg-gradient-gray-dark.btn:hover {
  background: #343a40 linear-gradient(180deg, #44474b, #23272b) repeat-x !important;
  border-color: #1d2124;
  color: #ececec;
}

.bg-gradient-gray-dark.btn:not(:disabled):not(.disabled):active,
.bg-gradient-gray-dark.btn:not(:disabled):not(.disabled).active,
.bg-gradient-gray-dark.btn:active,
.bg-gradient-gray-dark.btn.active {
  background: #343a40 linear-gradient(180deg, #3f4245, #1d2124) repeat-x !important;
  border-color: #171a1d;
  color: #fff;
}

.bg-gradient-gray-dark.btn:disabled,
.bg-gradient-gray-dark.btn.disabled {
  background-image: none !important;
  border-color: #343a40;
  color: #fff;
}


.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.333333%;
}

.pull-2 {
  right: 16.666667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.333333%;
}

.pull-5 {
  right: 41.666667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.333333%;
}

.pull-8 {
  right: 66.666667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.333333%;
}

.pull-11 {
  right: 91.666667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.333333%;
}

.push-2 {
  left: 16.666667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.333333%;
}

.push-5 {
  left: 41.666667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.333333%;
}

.push-8 {
  left: 66.666667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.333333%;
}

.push-11 {
  left: 91.666667%;
}

.push-12 {
  left: 100%;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}


/*====== Padding css starts ======*/

.p-0 {
  padding: 0px;
}

.p-5 {
  padding: 5px;
}

.p-10 {
  padding: 10px;
}

.p-15 {
  padding: 15px;
}

.p-20 {
  padding: 20px;
}

.p-25 {
  padding: 25px;
}

.p-30 {
  padding: 30px;
}

.p-35 {
  padding: 35px;
}

.p-40 {
  padding: 40px;
}

.p-45 {
  padding: 45px;
}

.p-50 {
  padding: 50px;
}


/*====== Padding css ends ======*/


/*====== Padding-top css starts ======*/

.p-t-0 {
  padding-top: 0px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.p-t-35 {
  padding-top: 35px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.p-t-45 {
  padding-top: 45px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}


/*====== Padding-top css ends ======*/


/*====== Padding-bottom css starts ======*/

.p-b-0 {
  padding-bottom: 0px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.p-b-35 {
  padding-bottom: 35px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.p-b-45 {
  padding-bottom: 45px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}


/*====== Padding-bottom css ends ======*/


/*====== Padding-left css starts ======*/

.p-l-0 {
  padding-left: 0px;
}

.p-l-5 {
  padding-left: 5px;
}

.p-l-10 {
  padding-left: 10px;
}

.p-l-15 {
  padding-left: 15px;
}

.p-l-20 {
  padding-left: 20px;
}

.p-l-25 {
  padding-left: 25px;
}

.p-l-30 {
  padding-left: 30px;
}

.p-l-35 {
  padding-left: 35px;
}

.p-l-40 {
  padding-left: 40px;
}

.p-l-45 {
  padding-left: 45px;
}

.p-l-50 {
  padding-left: 50px;
}


/*====== Padding-left css ends ======*/


/*====== Padding-right css starts ======*/

.p-r-0 {
  padding-right: 0px;
}

.p-r-5 {
  padding-right: 5px;
}

.p-r-10 {
  padding-right: 10px;
}

.p-r-15 {
  padding-right: 15px;
}

.p-r-20 {
  padding-right: 20px;
}

.p-r-25 {
  padding-right: 25px;
}

.p-r-30 {
  padding-right: 30px;
}

.p-r-35 {
  padding-right: 35px;
}

.p-r-40 {
  padding-right: 40px;
}

.p-r-45 {
  padding-right: 45px;
}

.p-r-50 {
  padding-right: 50px;
}


/*====== Padding-right css ends ======*/


/*====== Margin css starts ======*/

.m-0 {
  margin: 0px;
}

.m-5 {
  margin: 5px;
}

.m-10 {
  margin: 10px;
}

.m-15 {
  margin: 15px;
}

.m-20 {
  margin: 20px;
}

.m-25 {
  margin: 25px;
}

.m-30 {
  margin: 30px;
}

.m-35 {
  margin: 35px;
}

.m-40 {
  margin: 40px;
}

.m-45 {
  margin: 45px;
}

.m-50 {
  margin: 50px;
}


/*====== Margin css ends ======*/


/*====== Margin-top css starts ======*/

.m-t-0 {
  margin-top: 0px;
}

.m-t-5 {
  margin-top: 5px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-15 {
  margin-top: 15px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-25 {
  margin-top: 25px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-35 {
  margin-top: 35px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-t-45 {
  margin-top: 45px;
}

.m-t-50 {
  margin-top: 50px;
}


/*====== Margin-top css ends ======*/


/*====== Margin-Bottom css starts ======*/

.m-b-0 {
  margin-bottom: 0px;
}

.m-b-5 {
  margin-bottom: 5px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-15 {
  margin-bottom: 15px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-25 {
  margin-bottom: 25px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-35 {
  margin-bottom: 35px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-b-45 {
  margin-bottom: 45px;
}

.m-b-50 {
  margin-bottom: 50px;
}


/*====== Margin-Bottom css ends ======*/


/*====== Margin-left css starts ======*/

.m-l-0 {
  margin-left: 0px;
}

.m-l-5 {
  margin-left: 5px;
}

.m-l-10 {
  margin-left: 10px;
}

.m-l-15 {
  margin-left: 15px;
}

.m-l-20 {
  margin-left: 20px;
}

.m-l-25 {
  margin-left: 25px;
}

.m-l-30 {
  margin-left: 30px;
}

.m-l-35 {
  margin-left: 35px;
}

.m-l-40 {
  margin-left: 40px;
}

.m-l-45 {
  margin-left: 45px;
}

.m-l-50 {
  margin-left: 50px;
}


/*====== Margin-left css ends ======*/


/*====== Margin-right css starts ======*/

.m-r-0 {
  margin-right: 0px;
}

.m-r-5 {
  margin-right: 5px;
}

.m-r-10 {
  margin-right: 10px;
}

.m-r-15 {
  margin-right: 15px;
}

.m-r-20 {
  margin-right: 20px;
}

.m-r-25 {
  margin-right: 25px;
}

.m-r-30 {
  margin-right: 30px;
}

.m-r-35 {
  margin-right: 35px;
}

.m-r-40 {
  margin-right: 40px;
}

.m-r-45 {
  margin-right: 45px;
}

.m-r-50 {
  margin-right: 50px;
}


/*====== Margin-right css ends ======*/


/*====== Display css starts ======*/

.d-none {
  display: none;
}

.d-inline-block {
  display: inline-block;
}

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


/*====== display css ends ======*/


/*====== Border-radius css starts ======*/

.b-radius-0 {
  border-radius: 0px !important;
}

.b-radius-5 {
  border-radius: 5px !important;
}

.b-radius-10 {
  border-radius: 10px !important;
}


/*====== Border-radius css ends ======*/


/*====== Font-size css starts ======*/

.f-10 {
  font-size: 10px !important;
}

.f-12 {
  font-size: 12px !important;
}

.f-14 {
  font-size: 14px !important;
}

.f-16 {
  font-size: 16px !important;
}

.f-18 {
  font-size: 18px !important;
}

.f-20 {
  font-size: 20px !important;
}

.f-22 {
  font-size: 22px !important;
}

.f-24 {
  font-size: 24px !important;
}

.f-26 {
  font-size: 26px !important;
}

.f-28 {
  font-size: 28px !important;
}

.f-30 {
  font-size: 30px !important;
}

.f-32 {
  font-size: 32px !important;
}

.f-34 {
  font-size: 34px !important;
}

.f-36 {
  font-size: 36px !important;
}

.f-38 {
  font-size: 38px !important;
}

.f-40 {
  font-size: 40px !important;
}

.f-42 {
  font-size: 42px !important;
}

.f-44 {
  font-size: 44px !important;
}

.f-46 {
  font-size: 46px !important;
}

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

.f-50 {
  font-size: 50px !important;
}

.f-52 {
  font-size: 52px !important;
}

.f-54 {
  font-size: 54px !important;
}

.f-56 {
  font-size: 56px !important;
}

.f-58 {
  font-size: 58px !important;
}

.f-60 {
  font-size: 60px !important;
}

.f-62 {
  font-size: 62px !important;
}

.f-64 {
  font-size: 64px !important;
}

.f-66 {
  font-size: 66px !important;
}

.f-68 {
  font-size: 68px !important;
}

.f-70 {
  font-size: 70px !important;
}

.f-72 {
  font-size: 72px !important;
}

.f-74 {
  font-size: 74px !important;
}

.f-76 {
  font-size: 76px !important;
}

.f-78 {
  font-size: 78px !important;
}

.f-80 {
  font-size: 80px !important;
}


/*====== Font-size css ends ======*/


/*====== Font-weight css starts ======*/

.f-w-100 {
  font-weight: 100 !important;
}

.f-w-300 {
  font-weight: 300 !important;
}

.f-w-400 {
  font-weight: 400 !important;
}

.f-w-600 {
  font-weight: 600 !important;
}

.f-w-700 {
  font-weight: 700 !important;
}

.f-w-900 {
  font-weight: 900 !important;
}

.f-w-200 {
  font-weight: 200 !important;
}


/*====== Font-weight css ends ======*/


/*====== Font-style css starts ======*/

.f-s-normal {
  font-style: normal;
}

.f-s-italic {
  font-style: italic;
}

.f-s-oblique {
  font-style: oblique;
}

.f-s-initial {
  font-style: initial;
}

.f-s-inherit {
  font-style: inherit;
}


/*====== Font-style css ends ======*/


/*====== Text-align css starts ======*/

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

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

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


/*====== Text-align css ends ======*/


/*====== Text-Transform css starts ======*/

.text-capitalize {
  text-transform: capitalize;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}


/*====== Text-Transform css ends ======*/


/*====== Text-Decoration css starts ======*/

.text-overline {
  text-decoration: overline;
}

.text-line-through {
  text-decoration: line-through;
}

.text-underline {
  text-decoration: underline;
}


/*====== Text-Decoration css ends ======*/


/*====== Vertical-Align css starts ======*/

.baseline {
  vertical-align: baseline;
}

.sub {
  vertical-align: sub;
}

.super {
  vertical-align: super;
}

.top {
  vertical-align: top;
}

.text-top {
  vertical-align: text-top;
}

.middle {
  vertical-align: middle;
}

.bottom {
  vertical-align: bottom;
}

.text-bottom {
  vertical-align: text-bottom;
}

.initial {
  vertical-align: initial;
}

.inherit {
  vertical-align: inherit;
}


/*====== Vertical-Align css ends ======*/


/*====== Position css starts ======*/

.pos-static {
  position: static;
}

.pos-absolute {
  position: absolute;
}

.pos-fixed {
  position: fixed;
}

.pos-relative {
  position: relative;
}

.pos-initial {
  position: initial;
}

.pos-inherit {
  position: inherit;
}


/*====== Position css ends ======*/


/*====== Float css starts ======*/

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.f-none {
  float: none;
}


/*====== Float css ends ======*/


/*====== Overflow css starts ======*/

.o-hidden {
  overflow: hidden;
}

.o-visible {
  overflow: visible;
}

.o-auto {
  overflow: auto;
}


/*====== Overflow css ends ======*/


/*====== Image-sizes css starts ======*/

.img-20 {
  width: 20px !important;
}

.img-30 {
  width: 30px;
}

.img-40 {
  width: 40px;
}

.img-50 {
  width: 50px;
}

.img-60 {
  width: 60px;
}

.img-70 {
  width: 70px;
}

.img-80 {
  width: 80px;
}

.img-90 {
  width: 90px;
}

.img-100 {
  width: 100px;
}


/*====== Image-sizes css ends ======*/


/*======= Text css starts ===========*/

.text-primary {
  color: #448aff !important;
}

.text-warning {
  color: #ffe100 !important;
}

.text-default {
  color: #d6d6d6 !important;
}

.text-danger {
  color: #ff5252 !important;
}

.text-success {
  color: #11c15b !important;
}

.text-inverse {
  color: #37474f !important;
}

.text-info {
  color: #00bcd4 !important;
}

.text-custom {
  color: #64b0f2 !important;
}

.text-pink {
  color: #ff7aa3 !important;
}

.text-dark {
  color: #2b3d51 !important;
}

.text-purple {
  color: #9261c6 !important;
}

.text-muted {
  color: #78909c !important;
}

.bg-blue-800 {
  background-color: #256d9e !important;
}

.bg-blue-700 {
  background-color: #2b7db4 !important;
}

.bg-blue-600 {
  background-color: #308cc9 !important;
}

.bg-blue {
  background-color: #3498db !important;
}

.bg-blue-400 {
  background-color: #52a7e0 !important;
}

.bg-blue-300 {
  background-color: #71b7e6 !important;
}

.bg-blue-200 {
  background-color: #9acced !important;
}

.bg-blue-100 {
  background-color: #c2e0f4 !important;
}

.bg-blue-50 {
  background-color: #e7f3fb !important;
}

.bg-blue-light-800 {
  background-color: #1984a5 !important;
}

.bg-blue-light-700 {
  background-color: #1d96bc !important;
}

.bg-blue-light-600 {
  background-color: #20a8d3 !important;
}

.bg-blue-light {
  background-color: #23B7E5 !important;
}

.bg-blue-light-400 {
  background-color: #44c2e9 !important;
}

.bg-blue-light-300 {
  background-color: #65cded !important;
}

.bg-blue-light-200 {
  background-color: #91dbf2 !important;
}

.bg-blue-light-100 {
  background-color: #bde9f7 !important;
}

.bg-blue-light-50 {
  background-color: #e5f6fc !important;
}

.bg-green-800 {
  background-color: #219351 !important;
}

.bg-green-700 {
  background-color: #26a75d !important;
}

.bg-green-600 {
  background-color: #2abc68 !important;
}

.bg-green {
  background-color: #2ecc71 !important;
}

.bg-green-400 {
  background-color: #4dd486 !important;
}

.bg-green-300 {
  background-color: #6ddb9c !important;
}

.bg-green-200 {
  background-color: #97e6b8 !important;
}

.bg-green-100 {
  background-color: #c0f0d4 !important;
}

.bg-green-50 {
  background-color: #e6f9ee !important;
}

.bg-orange-800 {
  background-color: #af700d !important;
}

.bg-orange-700 {
  background-color: #c7800f !important;
}

.bg-orange-600 {
  background-color: #e09011 !important;
}

.bg-orange {
  background-color: #F39C12 !important;
}

.bg-orange-400 {
  background-color: #f5ab36 !important;
}

.bg-orange-300 {
  background-color: #f7ba59 !important;
}

.bg-orange-200 {
  background-color: #f9ce89 !important;
}

.bg-orange-100 {
  background-color: #fbe1b8 !important;
}

.bg-orange-50 {
  background-color: #fef3e3 !important;
}

.bg-red-800 {
  background-color: #a6372b !important;
}

.bg-red-700 {
  background-color: #bd3e31 !important;
}

.bg-red-600 {
  background-color: #d54637 !important;
}

.bg-red {
  background-color: #e74c3c !important;
}

.bg-red-400 {
  background-color: #eb6759 !important;
}

.bg-red-300 {
  background-color: #ee8277 !important;
}

.bg-red-200 {
  background-color: #f3a69e !important;
}

.bg-red-100 {
  background-color: #f8c9c5 !important;
}

.bg-red-50 {
  background-color: #fceae8 !important;
}

.bg-silver-800 {
  background-color: #888c8f !important;
}

.bg-silver-700 {
  background-color: #9ba0a3 !important;
}

.bg-silver-600 {
  background-color: #aeb3b7 !important;
}

.bg-silver {
  background-color: #bdc3c7 !important;
}

.bg-silver-400 {
  background-color: #c7cccf !important;
}

.bg-silver-300 {
  background-color: #d1d5d8 !important;
}

.bg-silver-200 {
  background-color: #dee1e3 !important;
}

.bg-silver-100 {
  background-color: #ebedee !important;
}

.bg-silver-50 {
  background-color: #f7f8f8 !important;
}

.bg-ebony-800 {
  background-color: #253544 !important;
}

.bg-ebony-700 {
  background-color: #2b3c4e !important;
}

.bg-ebony-600 {
  background-color: #304357 !important;
}

.bg-ebony {
  background-color: #34495f !important;
}

.bg-ebony-400 {
  background-color: #526477 !important;
}

.bg-ebony-300 {
  background-color: #71808f !important;
}

.bg-ebony-200 {
  background-color: #9aa4af !important;
}

.bg-ebony-100 {
  background-color: #c2c8cf !important;
}

.bg-ebony-50 {
  background-color: #e7e9ec !important;
}

.bg-purple-800 {
  background-color: #5b3f8c !important;
}

.bg-purple-700 {
  background-color: #67479f !important;
}

.bg-purple-600 {
  background-color: #7450b2 !important;
}

.bg-purple {
  background-color: #7E57C2 !important;
}

.bg-purple-400 {
  background-color: #9170cb !important;
}

.bg-purple-300 {
  background-color: #a589d4 !important;
}

.bg-purple-200 {
  background-color: #bfabe1 !important;
}

.bg-purple-100 {
  background-color: #d8cded !important;
}

.bg-purple-50 {
  background-color: #f0ebf8 !important;
}

.bg-grey-800 {
  background-color: #5b6566 !important;
}

.bg-grey-700 {
  background-color: #687374 !important;
}

.bg-grey-600 {
  background-color: #758182 !important;
}

.bg-grey {
  background-color: #7f8c8d !important;
}

.bg-grey-400 {
  background-color: #929d9e !important;
}

.bg-grey-300 {
  background-color: #a5afaf !important;
}

.bg-grey-200 {
  background-color: #bfc6c6 !important;
}

.bg-grey-100 {
  background-color: #d9dddd !important;
}

.bg-grey-50 {
  background-color: #f0f1f1 !important;
}

.bg-teal-800 {
  background-color: #138770 !important;
}

.bg-teal-700 {
  background-color: #159a80 !important;
}

.bg-teal-600 {
  background-color: #18ad90 !important;
}

.bg-teal {
  background-color: #1abc9c !important;
}

.bg-teal-400 {
  background-color: #3cc6ab !important;
}

.bg-teal-300 {
  background-color: #5fd0ba !important;
}

.bg-teal-200 {
  background-color: #8ddece !important;
}

.bg-teal-100 {
  background-color: #baebe1 !important;
}

.bg-teal-50 {
  background-color: #e4f7f3 !important;
}

.bg-yellow-800 {
  background-color: #ae8d0b !important;
}

.bg-yellow-700 {
  background-color: #c6a10c !important;
}

.bg-yellow-600 {
  background-color: #deb40e !important;
}

.bg-yellow {
  background-color: #f1c40f !important;
}

.bg-yellow-400 {
  background-color: #f3cd33 !important;
}

.bg-yellow-300 {
  background-color: #f5d657 !important;
}

.bg-yellow-200 {
  background-color: #f8e287 !important;
}

.bg-yellow-100 {
  background-color: #fbedb7 !important;
}

.bg-yellow-50 {
  background-color: #fdf8e2 !important;
}

.bg-pink-800 {
  background-color: #a81647 !important;
}

.bg-pink-700 {
  background-color: #bf1951 !important;
}

.bg-pink-600 {
  background-color: #d61c5b !important;
}

.bg-pink {
  background-color: #E91E63 !important;
}

.bg-pink-400 {
  background-color: #ec407a !important;
}

.bg-pink-300 {
  background-color: #f06292 !important;
}

.bg-pink-200 {
  background-color: #f48fb1 !important;
}

.bg-pink-100 {
  background-color: #f8bcd0 !important;
}

.bg-pink-50 {
  background-color: #fce4ec !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-primary {
  background-color: #3498db !important;
}

.bg-success {
  background-color: #2ecc71 !important;
}

.bg-info {
  background-color: #23B7E5 !important;
}

.bg-warning {
  background-color: #F39C12 !important;
}

.bg-danger {
  background-color: #e74c3c !important;
}

.text-primary {
  color: #0d6efd !important;
}

.text-secondary {
  color: #6c757d !important;
}

.text-success {
  color: #198754 !important;
}

.text-info {
  color: #0dcaf0 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-light {
  color: #f8f9fa !important;
}

.text-dark {
  color: #212529 !important;
}

.text-white {
  color: #fff !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  color: inherit !important;
}

.input-rounded {
  -webkit-border-radius: 200px !important;
  border-radius: 200px !important;
}

.input-rounded-left {
  -webkit-border-radius: 200px 0 0 200px !important;
  border-radius: 200px 0 0 200px !important;
}

.input-rounded-right {
  -webkit-border-radius: 0 200px 200px 0 !important;
  border-radius: 0 200px 200px 0 !important;
}

/* Font- GB */


/* Utilities */

.bg-eval {
  background: #eff0f8 !important;
}

.bg-primary {
  background-color: #696cff !important;
}

.page {
  min-height: calc(100vh - 55px);
}

.radius-0 {
  border-radius: 0px !important;
}

.radius-10 {
  border-radius: 10px !important;
}

.radius-15 {
  border-radius: 15px !important;
}

.radius-20 {
  border-radius: 20px !important;
}

.radius-25 {
  border-radius: 25px !important;
}

.radius-30 {
  border-radius: 30px !important;
}

.radius-top-0 {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.radius-top-10 {
  border-top-right-radius: 10px !important;
  border-top-left-radius: 10px !important;
}

.radius-right-10 {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.radius-top-15 {
  border-top-right-radius: 15px !important;
  border-top-left-radius: 15px !important;
}

.radius-top-20 {
  border-top-right-radius: 20px !important;
  border-top-left-radius: 20px !important;
}

.radius-top-25 {
  border-top-right-radius: 25px !important;
  border-top-left-radius: 25px !important;
}

.radius-top-30 {
  border-top-right-radius: 30px !important;
  border-top-left-radius: 30px !important;
}

.radius-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.radius-bottom-10 {
  border-bottom-right-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.radius-bottom-15 {
  border-bottom-right-radius: 15px !important;
  border-bottom-left-radius: 15px !important;
}

.radius-bottom-20 {
  border-bottom-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

.radius-bottom-25 {
  border-bottom-right-radius: 25px !important;
  border-bottom-left-radius: 25px !important;
}

.radius-bottom-30 {
  border-bottom-right-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
}

.f-10 {
  font-size: 10px !important;
}

.f-12 {
  font-size: 12px !important;
}

.f-14 {
  font-size: 14px !important;
}

.f-16 {
  font-size: 16px !important;
}

.f-18 {
  font-size: 18px !important;
}

.f-20 {
  font-size: 20px !important;
}

.f-22 {
  font-size: 22px !important;
}

.f-24 {
  font-size: 24px !important;
}

.f-26 {
  font-size: 26px !important;
}

.f-28 {
  font-size: 28px !important;
}

.f-30 {
  font-size: 30px !important;
}

.f-32 {
  font-size: 32px !important;
}

.f-34 {
  font-size: 34px !important;
}

.f-36 {
  font-size: 36px !important;
}

.f-38 {
  font-size: 38px !important;
}

.f-40 {
  font-size: 40px !important;
}

.f-42 {
  font-size: 42px !important;
}

.f-44 {
  font-size: 44px !important;
}

.f-46 {
  font-size: 46px !important;
}

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

.f-50 {
  font-size: 50px !important;
}

.f-52 {
  font-size: 52px !important;
}

.f-54 {
  font-size: 54px !important;
}

.f-56 {
  font-size: 56px !important;
}

.f-58 {
  font-size: 58px !important;
}

.f-60 {
  font-size: 60px !important;
}

.f-62 {
  font-size: 62px !important;
}

.f-64 {
  font-size: 64px !important;
}

.f-66 {
  font-size: 66px !important;
}

.f-68 {
  font-size: 68px !important;
}

.f-70 {
  font-size: 70px !important;
}

.f-72 {
  font-size: 72px !important;
}

.f-74 {
  font-size: 74px !important;
}

.f-76 {
  font-size: 76px !important;
}

.f-78 {
  font-size: 78px !important;
}

.f-80 {
  font-size: 80px !important;
}


@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
  /* Safari 4.0 - 8.0 */
  animation: fadeIn 0.3s alternate;
}

.nav-item.dropdown.dropdown-mega {
  position: static;
}

.nav-item.dropdown.dropdown-mega .dropdown-menu {
  width: 100%;
  top: auto;
}

.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
}

.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}

.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 4px;
  position: absolute;
  background: #333;
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}

.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}

.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}

.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}

.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}

.icons {
  display: inline-flex;
  margin-left: auto;
}

.icons a {
  transition: all 0.2s ease-in-out;
  padding: 0.2rem 0.4rem;
  color: #ccc !important;
  text-decoration: none;
}

.icons a:hover {
  color: white;
  text-shadow: 0 0 30px white;
}

.mega-content a {
  color: #001f3f !important;
  transition: all .3s;
  border-bottom: 1px dashed #aaa;
}

.mega-content a:hover {
  color: #007e33 !important;
}

.details p {
  text-align: justify !important;
  text-indent: 1cm;
}

.details ol p {
  text-align: justify !important;
  text-indent: 0cm;
}

.details ul p {
  text-align: justify !important;
  text-indent: 0cm;
}


.youtube-container {
  display: block;
  /*margin: 20px auto;*/
  width: 100%;
  max-width: 600px;
  border: 0px solid #000;
}

.youtube-player {
  display: block;
  width: 100%;
  /* assuming that the video has a 16:9 ratio */
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: hand;
  cursor: pointer;
  display: block;
}

.youtube-imagen {
  display: block;
  width: 100%;
  /* assuming that the video has a 16:9 ratio */
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 70%;
  cursor: hand;
  cursor: pointer;
  display: block;
  margin-bottom: 5px;
}

img.youtube-thumb {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  height: auto
}

div.play-button {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url("../../img/youtube.png") no-repeat;
  background-size: contain;
}

#youtube-iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}


.accordion {
  --bs-accordion-color: #41505f;
  --bs-accordion-bg: #fbfcfe;
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0.25rem;
  --bs-accordion-inner-border-radius: calc(0.25rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: #41505f;
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2341505f'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234864c3'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #b2eca8;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(80, 111, 217, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-accordion-color);
  --bs-accordion-active-bg: rgba(30, 149, 6, .1);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 0.875rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  transition: var(--bs-accordion-transition)
}

@media(prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none
  }
}

.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1*var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
  font-weight: 900;
}

.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform)
}

.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition)
}

@media(prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none
  }
}

.accordion-button:hover {
  z-index: 2
}

.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow)
}

.accordion-header {
  margin-bottom: 0
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)
}

.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius)
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:not(:first-of-type) {
  border-top: 0
}

.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)
}

.accordion-flush .accordion-collapse {
  border-width: 0
}

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0
}

.accordion-flush .accordion-item:first-child {
  border-top: 0
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 0
}

.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0
}


.avatar {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  display: block;
  position: relative
}

.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  display: block
}

.avatar.online::after,
.avatar.offline::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 5px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  box-shadow: 0 0 0 1.5px #fbfcfe
}

.avatar.online::after {
  background-color: #0cb785
}

.avatar.offline::after {
  background-color: #ccd2da
}

.avatar-rounded {
  border-radius: 8px
}

.avatar-initial {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #6e7985;
  color: #fff;
  border-radius: inherit;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  text-transform: uppercase
}

.avatar-xs {
  width: 20px;
  height: 20px
}

.avatar-xs .avatar-initial {
  font-size: 9px
}

.avatar-xs.online::after,
.avatar-xs.offline::after {
  width: 3px;
  height: 3px;
  right: 0
}

.avatar-sm {
  width: 26px;
  height: 26px
}

.avatar-sm .avatar-initial {
  font-size: 13px
}

.avatar-sm.online::after,
.avatar-sm.offline::after {
  width: 5px;
  height: 5px;
  right: 3px
}

.avatar-lg {
  width: 46px;
  height: 46px
}

.avatar-lg .avatar-initial {
  font-size: 24px
}

.avatar-lg.online::after,
.avatar-lg.offline::after {
  width: 7px;
  height: 7px
}

.avatar-xl {
  width: 61px;
  height: 61px
}

.avatar-xl .avatar-initial {
  font-size: 32px
}

.avatar-xl.online::after,
.avatar-xl.offline::after {
  width: 8px;
  height: 8px;
  right: 7px;
  bottom: 2px
}

.card {
  transition: .3s all;
}

.card img {
  opacity: 0.9;
  filter: grayscale(0.1);
  transition: .3s all;
}

.card:hover img {
  opacity: 1;
  filter: grayscale(0);
}

.card:hover {
  box-shadow: 0 0 15px rgba(139, 195, 74, .4);
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  border: 1px solid rgba(139, 195, 74, .9);
  ;
}

.sidemenu.card:hover {
  box-shadow: 0 0 0px rgba(139, 195, 74, .4);
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}

.sidemenu.card .card:hover {
  box-shadow: 0 0 0px rgba(139, 195, 74, .4);
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}

.sidemenu.card img {
  opacity: 1;
  filter: grayscale(0);
  transition: .3s all;
}

.sidemenu.card .card img {
  opacity: 1;
  filter: grayscale(0);
  transition: .3s all;
}


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

  /* Force table to not be like tables anymore */
  #no-more-tables table,
  #no-more-tables thead,
  #no-more-tables tbody,
  #no-more-tables th,
  #no-more-tables td,
  #no-more-tables tr {
      display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  #no-more-tables thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px;
  }

  #no-more-tables tr {
      border: 1px solid #ccc;
  }

  #no-more-tables td {
      /* Behave like a "row" */
      border: none;
      border-bottom: 1px solid #eee;
      position: relative;
      padding-left: 50%;
      white-space: normal;
      text-align: left;
  }

  #no-more-tables td:before {
      /* Now like a table header */
      position: absolute;
      /* Top/left values mimic padding */
      top: 6px;
      left: 6px;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap;
      text-align: left;
      font-weight: bold;
  }

  /*
Label the data
*/
  #no-more-tables td:before {
      content: attr(data-title);
  }

}
.bukadadus{
  border: 1px solid rgba(139, 195, 74, .5) !important;
}
.bukadadus:focus{
  border: 1px solid #198754 !important;
  box-shadow: 0 0 10px rgba(139, 195, 74, .4);
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-left: 50px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 90px;
  margin: 30px 15px;
  min-height: 200px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #e1f0fa;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #3498db;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3498db;
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }

  .testimonials .testimonials-carousel,
  .testimonials .testimonials-slider {
    overflow: hidden;
  }

  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }

  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}

.bg-transparent-10{
  background: -webkit-linear-gradient(50deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)) !important;
  background: -o-linear-gradient(50deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)) !important;
  background: linear-gradient(40deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)) !important

}
