/**
* Template Name: Serenity
* Updated: Mar 10 2023 with Bootstrap v5.2.3
* Template URL: https://bootstrapmade.com/serenity-bootstrap-corporate-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/*html {
  position: relative;
  min-height: 100%;
}*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  /*background-color: #fc0;*/
}

a {
  color: #5c8710;
  text-decoration: none;
}

a:hover {
  color: #7b78ff;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

#main {
  margin-top: 70px;
  z-index: 3;
  position: relative;
  /*min-height: 100%;*/	
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #94c045;
  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: #a6ca63;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 70px;
  z-index: 997;
  transition: all 0.5s ease-in-out;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  line-height: 0;
  font-weight: 600;
  letter-spacing: 1px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #3c4133;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

/*--------------------------------------------------------------
# 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: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #565e49;
  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: #94c045;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #94c045;
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #9fc658;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 28px;
  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: 15px;
  text-transform: none;
}

.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: #94c045;
}

.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: #3c4133;
  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(34, 36, 29, 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: #3c4133;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #94c045;
}

.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: #94c045;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 60vh;
  background: url("../img/hero-bg_sandcg.jpg") top center;
  background-size: cover;
  position: relative;
  margin-bottom: -140px;
  z-index: 1;
}
/* hero inside */
#hero-inside {
  width: 100%;
  height: 30vh;
  background: url("../img/hero-bg_sandcg.jpg") top center;
  background-size: cover;
  position: relative;
  margin-bottom: -140px;
  z-index: 1;
}
#hero-inside:before {
  content: "";
  background: rgba(60, 65, 51, 0.4);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero-inside .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero-inside h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero-inside h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 24px;
}

/* hero */
#hero:before {
  content: "";
  background: rgba(60, 65, 51, 0.4);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #94c045;
  text-transform: uppercase;
  color: #fff;
}

#hero .btn-get-started:hover {
  background: #94c045;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 100vh;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .hero-container {
    padding: 0 15px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding-bottom: 5px;
  overflow: hidden;
}

.section-bg {
  background-color: #f9fbf4;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family: "Poppins", sans-serif;
  color: #646c55;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 0;
}

.breadcrumbs .breadcrumb-hero {
  text-align: center;
  background: #94c045;
  padding: 20px 0;
  color: #fff;
}

.breadcrumbs .breadcrumb-hero h2 {
  font-size: 32px;
  font-weight: 500;
}

.breadcrumbs .breadcrumb-hero p {
  font-size: 14px;
  margin-bottom: 0;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #565e49;
  content: "/";
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .container {
  /*box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);*/
  padding-bottom: 15px;
  background: #fff;
  border-radius: 0.75em !important;	
}

.about .count-box {
  width: 100%;
}

.about .count-box i {
  display: block;
  font-size: 48px;
  color: #94c045;
  float: left;
  line-height: 0;
}

.about .count-box span {
  font-size: 28px;
  line-height: 24px;
  display: block;
  font-weight: 700;
  color: #646c55;
  margin-left: 60px;
}

.about .count-box p {
  padding: 5px 0 0 0;
  margin: 0 0 0 60px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #646c55;
}

.about .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #646c55;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.about .count-box a:hover {
  color: #8b9578;
}

.about .content {
  font-size: 15px;
}

.about .content h3 {
  font-weight: 700;
  font-size: 24px;
  color: #3c4133;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
  padding-left: 28px;
  position: relative;
}

.about .content ul i {
  font-size: 24px;
  color: #94c045;
  position: absolute;
  left: 0;
  top: -2px;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#94c045 50%, rgba(148, 192, 69, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(148, 192, 69, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #94c045;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: #86b03c;
  padding: 50px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #aacd6b;
  border-color: #aacd6b;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 2px 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
}

.services .icon-box:hover {
  transform: translateY(-5px);
}

.services .icon {
  position: absolute;
  left: -20px;
  top: calc(50% - 30px);
}

.services .icon i {
  font-size: 64px;
  line-height: 1;
  transition: 0.5s;
}

.services .title {
  margin-left: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #111;
}

.services .icon-box:hover .title a {
  color: #94c045;
}

.services .description {
  font-size: 14px;
  margin-left: 40px;
  line-height: 24px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Work Process
--------------------------------------------------------------*/
.work-process .content+.content {
  margin-top: 100px;
}

.work-process .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.work-process .content ul {
  list-style: none;
  padding: 0;
}

.work-process .content ul li {
  padding-bottom: 10px;
}

.work-process .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #94c045;
}

.work-process .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Our Skills
--------------------------------------------------------------*/
.skills {
  padding-top: 60px;
}

.skills .content h3 {
  font-weight: 700;
  font-size: 26px;
  color: #3c4133;
  font-family: "Poppins", sans-serif;
}

.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: #94c045;
}

.skills .content p:last-child {
  margin-bottom: 0;
}

.skills .progress {
  height: 60px;
  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: #3c4133;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e1e4dc;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #94c045;
}

/*--------------------------------------------------------------
# Our Clients
--------------------------------------------------------------*/
.testimonials {
  padding-top: 60px;
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
}

.testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #444444;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #6c757d;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #c0da91;
  font-size: 26px;
  line-height: 0;
}

.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;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 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 #94c045;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #94c045;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Our Clients
--------------------------------------------------------------*/
.clients {
  padding-top: 60px;
}

.clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
}

.clients .swiper-slide img:hover {
  opacity: 1;
}

.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 #94c045;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #94c045;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .card {
  border: 0;
  padding: 160px 20px 20px 20px;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.features .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;
}

.features .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.features .card-title a {
  color: #3c4133;
}

.features .card-text {
  color: #5e5e5e;
}

.features .read-more a {
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.4s;
}

.features .read-more a:hover {
  text-decoration: underline;
}

.features .card:hover .card-body {
  background: #94c045;
}

.features .card:hover .read-more a,
.features .card:hover .card-title,
.features .card:hover .card-title a,
.features .card:hover .card-text {
  color: #fff;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #94c045;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(60, 65, 51, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(60, 65, 51, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #c0da91;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# 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 #94c045;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #94c045;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(60, 65, 51, 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 .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  background: #f8f8f8;
}

.pricing h4 {
  font-size: 36px;
  color: #94c045;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 16px;
}

.pricing ul i {
  color: #94c045;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing .btn-buy {
  background: #94c045;
  display: inline-block;
  padding: 6px 35px 8px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  box-shadow: 0 3px 7px rgba(148, 192, 69, 0.4);
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: #aacd6b;
}

.pricing .featured h3 {
  color: #fff;
  background: #94c045;
  box-shadow: 0 3px 7px rgba(148, 192, 69, 0.4);
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #94c045;
  color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  padding-top: 60px;
}

.faq .faq-item {
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 1px solid #dee1d9;
}

.faq .faq-item i {
  color: #bcc2b1;
  font-size: 20px;
  float: left;
  line-height: 0;
  padding: 13px 0 0 0;
  margin: 0;
}

.faq .faq-item h4 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin: 0 0 10px 28px;
  font-family: "Poppins", sans-serif;
}

.faq .faq-item p {
  font-size: 15px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #94c045;
  float: left;
  width: 44px;
  height: 44px;
  background: #f0f6e5;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #3c4133;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #717a60;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #94c045;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.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 {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #94c045;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #aacd6b;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: -40px;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: bottom ease-in-out 0.4s;
  background: rgba(148, 192, 69, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #fff;
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a:hover {
  color: #94c045;
}

.team .member .social i {
  font-size: 18px;
  line-height: 0;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin: 15px 0 5px 0;
  font-size: 18px;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
  color: #94c045;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  bottom: 0;
  opacity: 1;
  transition: bottom ease-in-out 0.4s;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 0 0 40px 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: #3c4133;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #94c045;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #a3ab95;
}

.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: #94c045;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #9fc658;
}

.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: #3c4133;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #8b9578;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #494f3e;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #94c045;
}

.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: #3c4133;
}

.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
  color: rgba(60, 65, 51, 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: #94c045;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #3c4133;
}

.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #565e49;
  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: #c0da91;
}

.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: #c0da91;
}

.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: #3c4133;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #494f3e;
}

.blog .blog-pagination {
  color: #717a60;
}

.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: #3c4133;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: #94c045;
}

.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: #3c4133;
  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: #94c045;
  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: #9dc554;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #3c4133;
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: #94c045;
}

.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: #3c4133;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #94c045;
}

.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: #7e886b;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #edefea;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #94c045;
  background: #94c045;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #d5d8ce;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #141611;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
  /*position: absolute;
  bottom: 0;
  width: 100%;
  margin-top: 20px;*/
}

#footer .footer-top {
  background: #1c1f18;
  /*padding: 60px 0 30px 0;*/
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 26px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 3px;
  color: #9fc658;
}

#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 {
  display: inline-block;
  background: #3c4133;
  color: #fff;
  line-height: 1;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#footer .footer-top .social-links a i {
  line-height: 0;
  font-size: 16px;
}

#footer .footer-top .social-links a:hover {
  background: #94c045;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top h4::before,
#footer .footer-top h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

#footer .footer-top h4::before {
  right: 0;
  background: #3c4133;
}

#footer .footer-top h4::after {
  background: #94c045;
  width: 60px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 5px 0 0 0;
  margin: 0;
}

#footer .footer-top .footer-links ul li {
  padding: 0 0 15px 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
}

#footer .footer-top .footer-links ul a:hover {
  color: #94c045;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type=email] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
  border-radius: 4px 0 0 4px;
}

#footer .footer-top .footer-newsletter input[type=submit] {
  background: #94c045;
  border: 0;
  border-radius: 0 4px 4px 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type=submit]:hover {
  background: #789d35;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  padding-top: 0px;
}

.features .icon-box {
  display: flex;
  align-items: center;
  padding: 10px;
  transition: 0.3s;
  border: 1px solid #eef0ef;
  border-radius: 6px;
  margin-bottom: 7px;
}

.features .icon-box i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}

.features .icon-box h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
}

.features .icon-box h3 a {
  color: #37423b;
  transition: 0.3s;
}

.features .icon-box:hover {
  border-color: #5fcf80;
}

.features .icon-box:hover h3 a {
  color: #5fcf80;
}


@media (min-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
}
}

/**/
.about .btn-read-more {
    line-height: 0;
    padding: 15px 40px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #4154f1;
    box-shadow: 0px 5px 25px rgba(65, 84, 241, 0.3);
	width: 100%;
}
.about .btn-read-more {
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #4154f1;
  box-shadow: 0px 5px 25px rgba(65, 84, 241, 0.3);
}

.about .btn-read-more span {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.about .btn-read-more i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.about .btn-read-more:hover i {
  transform: translateX(5px);
}
/*green btn*/
.about .btn-read-more2 {
    line-height: 0;
    padding: 15px 40px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #06ad41;
    box-shadow: 0px 5px 25px rgba(65, 84, 241, 0.3);
	width: 100%;
}
.about .btn-read-more2 {
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #06ad41;
  box-shadow: 0px 5px 25px rgba(65, 84, 241, 0.3);
}

.about .btn-read-more2 span {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.about .btn-read-more2 i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.about .btn-read-more2:hover i {
  transform: translateX(5px);
}

/**/
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #39312f;
  font-size: 16px;
  padding: 0;
  color: rgba(255, 255, 255, 0.8);
  height: 50px;
}

#topbar .contact-info i {
  font-style: normal;
  color: #ff5821;
}

#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: #ff5821;
}

#topbar .cta a {
  color: #fff;
  background: #ff5821;
  padding: 10px 20px;
  display: inline-block;
  transition: 0.3s;
}

#topbar .cta a:hover {
  background: #ff6b3b;
}

/**/
.img-profile {
  height: 2rem;
  width: 2rem
}


/* Buttons */
.btn {
	display: inline-block;
	font-weight: 400;
	color: #343a40;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.875rem 2.5rem;
	font-size: 0.875rem;
	line-height: 1;
	border-radius: 0.1875rem;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	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;
	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, -webkit-box-shadow 0.15s ease-in-out;
}
 @media (prefers-reduced-motion: reduce) {
.btn {
	-webkit-transition: none;
	transition: none;
}
}
.btn:hover {
	color: #343a40;
	text-decoration: none;
}
.btn:focus, .btn.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
	opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}
a.btn.disabled, fieldset:disabled a.btn {
	pointer-events: none;
}
.btn-primary {
	color: #212529;
	background-color: #1bdbe0;
	border-color: #1bdbe0;
}
.btn-primary:hover {
	color: #fff;
	background-color: #17babe;
	border-color: #16afb2;
}
.btn-primary:focus, .btn-primary.focus {
	color: #fff;
	background-color: #17babe;
	border-color: #16afb2;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(28, 192, 197, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(28, 192, 197, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
	color: #212529;
	background-color: #1bdbe0;
	border-color: #1bdbe0;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #16afb2;
	border-color: #14a3a7;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(28, 192, 197, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(28, 192, 197, 0.5);
}
.btn-secondary {
	color: #212529;
	background-color: #d8d8d8;
	border-color: #d8d8d8;
}
.btn-secondary:hover {
	color: #212529;
	background-color: #c5c5c5;
	border-color: #bfbfbf;
}
.btn-secondary:focus, .btn-secondary.focus {
	color: #212529;
	background-color: #c5c5c5;
	border-color: #bfbfbf;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(189, 189, 190, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(189, 189, 190, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
	color: #212529;
	background-color: #d8d8d8;
	border-color: #d8d8d8;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
	color: #212529;
	background-color: #bfbfbf;
	border-color: #b8b8b8;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(189, 189, 190, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(189, 189, 190, 0.5);
}
.btn-success {
	color: #fff;
	background-color: #38ce3c;
	border-color: #38ce3c;
}
.btn-success:hover {
	color: #fff;
	background-color: #2cb430;
	border-color: #2aa92d;
}
.btn-success:focus, .btn-success.focus {
	color: #fff;
	background-color: #2cb430;
	border-color: #2aa92d;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(86, 213, 89, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(86, 213, 89, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
	color: #fff;
	background-color: #38ce3c;
	border-color: #38ce3c;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #2aa92d;
	border-color: #279f2a;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(86, 213, 89, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(86, 213, 89, 0.5);
}
.btn-info {
	color: #fff;
	background-color: #8e32e9;
	border-color: #8e32e9;
}
.btn-info:hover {
	color: #fff;
	background-color: #7b18dd;
	border-color: #7516d2;
}
.btn-info:focus, .btn-info.focus {
	color: #fff;
	background-color: #7b18dd;
	border-color: #7516d2;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(159, 81, 236, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(159, 81, 236, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
	color: #fff;
	background-color: #8e32e9;
	border-color: #8e32e9;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
	color: #fff;
	background-color: #7516d2;
	border-color: #6e15c6;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(159, 81, 236, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(159, 81, 236, 0.5);
}
.btn-warning {
	color: #212529;
	background-color: #ffde73;
	border-color: #ffde73;
}
.btn-warning:hover {
	color: #212529;
	background-color: #ffd54d;
	border-color: #ffd240;
}
.btn-warning:focus, .btn-warning.focus {
	color: #212529;
	background-color: #ffd54d;
	border-color: #ffd240;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(222, 194, 104, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(222, 194, 104, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
	color: #212529;
	background-color: #ffde73;
	border-color: #ffde73;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
	color: #212529;
	background-color: #ffd240;
	border-color: #ffcf33;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(222, 194, 104, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(222, 194, 104, 0.5);
}
.btn-danger {
	color: #fff;
	background-color: #ff4d6b;
	border-color: #ff4d6b;
}
.btn-danger:hover {
	color: #fff;
	background-color: #ff274b;
	border-color: #ff1a41;
}
.btn-danger:focus, .btn-danger.focus {
	color: #fff;
	background-color: #ff274b;
	border-color: #ff1a41;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 104, 129, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 104, 129, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
	color: #fff;
	background-color: #ff4d6b;
	border-color: #ff4d6b;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #ff1a41;
	border-color: #ff0d36;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 104, 129, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 104, 129, 0.5);
}
.btn-light {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}
.btn-light:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-dark {
	color: #fff;
	background-color: #3e4b5b;
	border-color: #3e4b5b;
}
.btn-dark:hover {
	color: #fff;
	background-color: #2f3844;
	border-color: #29323d;
}
.btn-dark:focus, .btn-dark.focus {
	color: #fff;
	background-color: #2f3844;
	border-color: #29323d;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(91, 102, 116, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(91, 102, 116, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
	color: #fff;
	background-color: #3e4b5b;
	border-color: #3e4b5b;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #29323d;
	border-color: #242c35;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(91, 102, 116, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(91, 102, 116, 0.5);
}
.btn-outline-primary {
	color: #1bdbe0;
	border-color: #1bdbe0;
}
.btn-outline-primary:hover {
	color: #212529;
	background-color: #1bdbe0;
	border-color: #1bdbe0;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(27, 219, 224, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(27, 219, 224, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
	color: #1bdbe0;
	background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
	color: #212529;
	background-color: #1bdbe0;
	border-color: #1bdbe0;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(27, 219, 224, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(27, 219, 224, 0.5);
}
.btn-outline-secondary {
	color: #d8d8d8;
	border-color: #d8d8d8;
}
.btn-outline-secondary:hover {
	color: #212529;
	background-color: #d8d8d8;
	border-color: #d8d8d8;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(216, 216, 216, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(216, 216, 216, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
	color: #d8d8d8;
	background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
	color: #212529;
	background-color: #d8d8d8;
	border-color: #d8d8d8;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(216, 216, 216, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(216, 216, 216, 0.5);
}
.btn-outline-success {
	color: #38ce3c;
	border-color: #38ce3c;
}
.btn-outline-success:hover {
	color: #fff;
	background-color: #38ce3c;
	border-color: #38ce3c;
}
.btn-outline-success:focus, .btn-outline-success.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(56, 206, 60, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(56, 206, 60, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
	color: #38ce3c;
	background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #38ce3c;
	border-color: #38ce3c;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(56, 206, 60, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(56, 206, 60, 0.5);
}
.btn-outline-info {
	color: #8e32e9;
	border-color: #8e32e9;
}
.btn-outline-info:hover {
	color: #fff;
	background-color: #8e32e9;
	border-color: #8e32e9;
}
.btn-outline-info:focus, .btn-outline-info.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(142, 50, 233, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(142, 50, 233, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
	color: #8e32e9;
	background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #8e32e9;
	border-color: #8e32e9;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(142, 50, 233, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(142, 50, 233, 0.5);
}
.btn-outline-warning {
	color: #ffde73;
	border-color: #ffde73;
}
.btn-outline-warning:hover {
	color: #212529;
	background-color: #ffde73;
	border-color: #ffde73;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 222, 115, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 222, 115, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
	color: #ffde73;
	background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
	color: #212529;
	background-color: #ffde73;
	border-color: #ffde73;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 222, 115, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 222, 115, 0.5);
}
.btn-outline-danger {
	color: #ff4d6b;
	border-color: #ff4d6b;
}
.btn-outline-danger:hover {
	color: #fff;
	background-color: #ff4d6b;
	border-color: #ff4d6b;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 77, 107, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 77, 107, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
	color: #ff4d6b;
	background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #ff4d6b;
	border-color: #ff4d6b;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 77, 107, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 77, 107, 0.5);
}
.btn-outline-light {
	color: #f8f9fa;
	border-color: #f8f9fa;
}
.btn-outline-light:hover {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
	color: #f8f9fa;
	background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
	color: #3e4b5b;
	border-color: #3e4b5b;
}
.btn-outline-dark:hover {
	color: #fff;
	background-color: #3e4b5b;
	border-color: #3e4b5b;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(62, 75, 91, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(62, 75, 91, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
	color: #3e4b5b;
	background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #3e4b5b;
	border-color: #3e4b5b;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(62, 75, 91, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(62, 75, 91, 0.5);
}
.btn-link {
	font-weight: 400;
	color: #007bff;
	text-decoration: none;
}
.btn-link:hover {
	color: #0056b3;
	text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
	text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
	color: #6c757d;
	pointer-events: none;
}
.btn-lg, .btn-group-lg > .btn {
	padding: 1rem 3rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.1875rem;
}
.btn-sm, .btn-group-sm > .btn {
	padding: 0.5rem 0.81rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.1875rem;
}
.btn-block {
	display: block;
	width: 100%;
}
.btn-block + .btn-block {
	margin-top: 0.5rem;
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
	width: 100%;
}
/**/
.btn {
	font-size: 1rem;
	line-height: 1;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;/* Buttons with only icons */
/* Buttons with icon and text */ }
.btn i {
	font-size: 1rem;
}
.btn.btn-rounded {
	border-radius: 50px;
}
.btn.btn-fw {
	min-width: 150px;
}
.btn.btn-sm, .btn-group-sm > .btn {
	font-size: 0.875rem;
}
.btn.btn-lg, .btn-group-lg > .btn {
	font-size: 0.875rem;
}
.btn.btn-xs {
	padding: 0.5rem 0.75rem;
	font-size: 0.625rem;
}
.btn.btn-icon {
	width: 42px;
	height: 42px;
	padding: 0;
}
.btn.btn-icon-text .btn-icon-prepend {
 margin-right: .5rem;
}
.btn.btn-icon-text .btn-icon-append {
 margin-left: .5rem;
}
.btn.btn-social-icon {
	width: 50px;
	height: 50px;
	padding: 0;
}
.btn.btn-no-hover-bg:hover, .btn.btn-no-hover-bg:focus, .btn.btn-no-hover-bg:active {
	background: transparent;
	color: currentColor;
}
.btn-group .btn + .btn {
	border-left: 0;
}
/*social buttons*/
.btn-twitter {
	background: #2caae1;
	color: #ffffff;
}
.btn-twitter:hover, .btn-twitter:focus {
	background: #1b8dbf;
	color: #ffffff;
}
.btn-twitter.btn-social-icon-text {
	padding: 0 1.5rem 0 0;
	background: #59bce7;
}
.btn-twitter.btn-social-icon-text i {
	background: #2caae1;
 padding: .75rem;
	display: inline-block;
	margin-right: 1.5rem;
}
.btn-outline-twitter {
	border: 1px solid #2caae1;
	color: #2caae1;
}
.btn-outline-twitter:hover {
	background: #2caae1;
	color: #ffffff;
}
.btn-facebook {
	background: #3b579d;
	color: #ffffff;
}
.btn-facebook:hover, .btn-facebook:focus {
	background: #2d4278;
	color: #ffffff;
}
.btn-facebook.btn-social-icon-text {
	padding: 0 1.5rem 0 0;
	background: #4e6ebd;
}
.btn-facebook.btn-social-icon-text i {
	background: #3b579d;
 padding: .75rem;
	display: inline-block;
	margin-right: 1.5rem;
}
.btn-outline-facebook {
	border: 1px solid #3b579d;
	color: #3b579d;
}
.btn-outline-facebook:hover {
	background: #3b579d;
	color: #ffffff;
}
.btn-google {
	background: #dc4a38;
	color: #ffffff;
}
.btn-google:hover, .btn-google:focus {
	background: #bf3322;
	color: #ffffff;
}
.btn-google.btn-social-icon-text {
	padding: 0 1.5rem 0 0;
	background: #e47163;
}
.btn-google.btn-social-icon-text i {
	background: #dc4a38;
 padding: .75rem;
	display: inline-block;
	margin-right: 1.5rem;
}
.btn-outline-google {
	border: 1px solid #dc4a38;
	color: #dc4a38;
}
.btn-outline-google:hover {
	background: #dc4a38;
	color: #ffffff;
}
.btn-linkedin {
	background: #0177b5;
	color: #ffffff;
}
.btn-linkedin:hover, .btn-linkedin:focus {
	background: #015682;
	color: #ffffff;
}
.btn-linkedin.btn-social-icon-text {
	padding: 0 1.5rem 0 0;
	background: #0198e8;
}
.btn-linkedin.btn-social-icon-text i {
	background: #0177b5;
 padding: .75rem;
	display: inline-block;
	margin-right: 1.5rem;
}
.btn-outline-linkedin {
	border: 1px solid #0177b5;
	color: #0177b5;
}
.btn-outline-linkedin:hover {
	background: #0177b5;
	color: #ffffff;
}
.btn-pinterest {
	background: #cc2127;
	color: #ffffff;
}
.btn-pinterest:hover, .btn-pinterest:focus {
	background: #a01a1f;
	color: #ffffff;
}
.btn-pinterest.btn-social-icon-text {
	padding: 0 1.5rem 0 0;
	background: #e04046;
}
.btn-pinterest.btn-social-icon-text i {
	background: #cc2127;
 padding: .75rem;
	display: inline-block;
	margin-right: 1.5rem;
}
.btn-outline-pinterest {
	border: 1px solid #cc2127;
	color: #cc2127;
}
.btn-outline-pinterest:hover {
	background: #cc2127;
	color: #ffffff;
}
.btn-youtube {
	background: #e52d27;
	color: #ffffff;
}
.btn-youtube:hover, .btn-youtube:focus {
	background: #c21d17;
	color: #ffffff;
}
.btn-youtube.btn-social-icon-text {
	padding: 0 1.5rem 0 0;
	background: #ea5955;
}
.btn-youtube.btn-social-icon-text i {
	background: #e52d27;
 padding: .75rem;
	display: inline-block;
	margin-right: 1.5rem;
}
.btn-outline-youtube {
	border: 1px solid #e52d27;
	color: #e52d27;
}
.btn-outline-youtube:hover {
	background: #e52d27;
	color: #ffffff;
}
.btn-github {
	background: #333333;
	color: #ffffff;
}
.btn-github:hover, .btn-github:focus {
	background: #1a1a1a;
	color: #ffffff;
}
.btn-github.btn-social-icon-text {
	padding: 0 1.5rem 0 0;
	background: #4d4d4d;
}
.btn-github.btn-social-icon-text i {
	background: #333333;
 padding: .75rem;
	display: inline-block;
	margin-right: 1.5rem;
}
.btn-outline-github {
	border: 1px solid #333333;
	color: #333333;
}
.btn-outline-github:hover {
	background: #333333;
	color: #ffffff;
}
.btn-behance {
	background: #1769ff;
	color: #ffffff;
}
.btn-behance:hover, .btn-behance:focus {
	background: #0050e3;
	color: #ffffff;
}
.btn-behance.btn-social-icon-text {
	padding: 0 1.5rem 0 0;
	background: #4a8aff;
}
.btn-behance.btn-social-icon-text i {
	background: #1769ff;
 padding: .75rem;
	display: inline-block;
	margin-right: 1.5rem;
}
.btn-outline-behance {
	border: 1px solid #1769ff;
	color: #1769ff;
}
.btn-outline-behance:hover {
	background: #1769ff;
	color: #ffffff;
}
.btn-dribbble {
	background: #ea4c89;
	color: #ffffff;
}
.btn-dribbble:hover, .btn-dribbble:focus {
	background: #e51e6b;
	color: #ffffff;
}
.btn-dribbble.btn-social-icon-text {
	padding: 0 1.5rem 0 0;
	background: #ef7aa7;
}
.btn-dribbble.btn-social-icon-text i {
	background: #ea4c89;
 padding: .75rem;
	display: inline-block;
	margin-right: 1.5rem;
}
.btn-outline-dribbble {
	border: 1px solid #ea4c89;
	color: #ea4c89;
}
.btn-outline-dribbble:hover {
	background: #ea4c89;
	color: #ffffff;
}
.btn-reddit {
	background: #ff4500;
	color: #ffffff;
}
.btn-reddit:hover, .btn-reddit:focus {
	background: #cc3700;
	color: #ffffff;
}
.btn-reddit.btn-social-icon-text {
	padding: 0 1.5rem 0 0;
	background: #ff6a33;
}
.btn-reddit.btn-social-icon-text i {
	background: #ff4500;
 padding: .75rem;
	display: inline-block;
	margin-right: 1.5rem;
}
.btn-outline-reddit {
	border: 1px solid #ff4500;
	color: #ff4500;
}
.btn-outline-reddit:hover {
	background: #ff4500;
	color: #ffffff;
}
/* inverse buttons */
.btn-inverse-primary {
	background-color: rgba(27, 219, 224, 0.2);
	background-image: none;
	border-color: rgba(27, 219, 224, 0);
}
.btn-inverse-primary:not(.btn-inverse-light) {
	color: #1bdbe0;
}
.btn-inverse-primary:hover {
	color: #ffffff;
	background-color: #1bdbe0;
	border-color: #1bdbe0;
}
.btn-inverse-primary.focus, .btn-inverse-primary:focus {
	-webkit-box-shadow: 0 0 0 3px rgba(27, 219, 224, 0.5);
	box-shadow: 0 0 0 3px rgba(27, 219, 224, 0.5);
}
.btn-inverse-primary.disabled, .btn-inverse-primary:disabled {
	color: #1bdbe0;
	background-color: transparent;
}
.btn-inverse-primary.active, .btn-inverse-primary:active, .show > .btn-inverse-primary.dropdown-toggle {
	color: #ffffff;
	background-color: #1bdbe0;
	border-color: #1bdbe0;
}
.btn-primary:not(.btn-light) {
	color: #ffffff;
}
.btn-primary:not(.btn-light):hover, .btn-primary:not(.btn-light):focus, .btn-primary:not(.btn-light):active {
	color: #ffffff;
}
.btn-primary:not(.btn-light):focus, .btn-primary:not(.btn-light):active {
	background: #1bdbe0;
	border-color: #1bdbe0;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
	background: #1bdbe0;
	color: #ffffff;
}
.btn-inverse-secondary {
	background-color: rgba(216, 216, 216, 0.2);
	background-image: none;
	border-color: rgba(216, 216, 216, 0);
}
.btn-inverse-secondary:not(.btn-inverse-light) {
	color: #d8d8d8;
}
.btn-inverse-secondary:hover {
	color: #ffffff;
	background-color: #d8d8d8;
	border-color: #d8d8d8;
}
.btn-inverse-secondary.focus, .btn-inverse-secondary:focus {
	-webkit-box-shadow: 0 0 0 3px rgba(216, 216, 216, 0.5);
	box-shadow: 0 0 0 3px rgba(216, 216, 216, 0.5);
}
.btn-inverse-secondary.disabled, .btn-inverse-secondary:disabled {
	color: #d8d8d8;
	background-color: transparent;
}
.btn-inverse-secondary.active, .btn-inverse-secondary:active, .show > .btn-inverse-secondary.dropdown-toggle {
	color: #ffffff;
	background-color: #d8d8d8;
	border-color: #d8d8d8;
}
.btn-secondary:not(.btn-light) {
	color: #ffffff;
}
.btn-secondary:not(.btn-light):hover, .btn-secondary:not(.btn-light):focus, .btn-secondary:not(.btn-light):active {
	color: #ffffff;
}
.btn-secondary:not(.btn-light):focus, .btn-secondary:not(.btn-light):active {
	background: #d8d8d8;
	border-color: #d8d8d8;
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active {
	background: #d8d8d8;
	color: #ffffff;
}
.btn-inverse-success {
	background-color: rgba(56, 206, 60, 0.2);
	background-image: none;
	border-color: rgba(56, 206, 60, 0);
}
.btn-inverse-success:not(.btn-inverse-light) {
	color: #38ce3c;
}
.btn-inverse-success:hover {
	color: #ffffff;
	background-color: #38ce3c;
	border-color: #38ce3c;
}
.btn-inverse-success.focus, .btn-inverse-success:focus {
	-webkit-box-shadow: 0 0 0 3px rgba(56, 206, 60, 0.5);
	box-shadow: 0 0 0 3px rgba(56, 206, 60, 0.5);
}
.btn-inverse-success.disabled, .btn-inverse-success:disabled {
	color: #38ce3c;
	background-color: transparent;
}
.btn-inverse-success.active, .btn-inverse-success:active, .show > .btn-inverse-success.dropdown-toggle {
	color: #ffffff;
	background-color: #38ce3c;
	border-color: #38ce3c;
}
.btn-success:not(.btn-light) {
	color: #ffffff;
}
.btn-success:not(.btn-light):hover, .btn-success:not(.btn-light):focus, .btn-success:not(.btn-light):active {
	color: #ffffff;
}
.btn-success:not(.btn-light):focus, .btn-success:not(.btn-light):active {
	background: #38ce3c;
	border-color: #38ce3c;
}
.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active {
	background: #38ce3c;
	color: #ffffff;
}
.btn-inverse-info {
	background-color: rgba(142, 50, 233, 0.2);
	background-image: none;
	border-color: rgba(142, 50, 233, 0);
}
.btn-inverse-info:not(.btn-inverse-light) {
	color: #8e32e9;
}
.btn-inverse-info:hover {
	color: #ffffff;
	background-color: #8e32e9;
	border-color: #8e32e9;
}
.btn-inverse-info.focus, .btn-inverse-info:focus {
	-webkit-box-shadow: 0 0 0 3px rgba(142, 50, 233, 0.5);
	box-shadow: 0 0 0 3px rgba(142, 50, 233, 0.5);
}
.btn-inverse-info.disabled, .btn-inverse-info:disabled {
	color: #8e32e9;
	background-color: transparent;
}
.btn-inverse-info.active, .btn-inverse-info:active, .show > .btn-inverse-info.dropdown-toggle {
	color: #ffffff;
	background-color: #8e32e9;
	border-color: #8e32e9;
}
.btn-info:not(.btn-light) {
	color: #ffffff;
}
.btn-info:not(.btn-light):hover, .btn-info:not(.btn-light):focus, .btn-info:not(.btn-light):active {
	color: #ffffff;
}
.btn-info:not(.btn-light):focus, .btn-info:not(.btn-light):active {
	background: #8e32e9;
	border-color: #8e32e9;
}
.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active {
	background: #8e32e9;
	color: #ffffff;
}
.btn-inverse-warning {
	background-color: rgba(255, 222, 115, 0.2);
	background-image: none;
	border-color: rgba(255, 222, 115, 0);
}
.btn-inverse-warning:not(.btn-inverse-light) {
	color: #ffde73;
}
.btn-inverse-warning:hover {
	color: #ffffff;
	background-color: #ffde73;
	border-color: #ffde73;
}
.btn-inverse-warning.focus, .btn-inverse-warning:focus {
	-webkit-box-shadow: 0 0 0 3px rgba(255, 222, 115, 0.5);
	box-shadow: 0 0 0 3px rgba(255, 222, 115, 0.5);
}
.btn-inverse-warning.disabled, .btn-inverse-warning:disabled {
	color: #ffde73;
	background-color: transparent;
}
.btn-inverse-warning.active, .btn-inverse-warning:active, .show > .btn-inverse-warning.dropdown-toggle {
	color: #ffffff;
	background-color: #ffde73;
	border-color: #ffde73;
}
.btn-warning:not(.btn-light) {
	color: #444444;;
}
.btn-warning:not(.btn-light):hover, .btn-warning:not(.btn-light):focus, .btn-warning:not(.btn-light):active {
	color: #444444;
}
.btn-warning:not(.btn-light):focus, .btn-warning:not(.btn-light):active {
	background: #ffde73;
	border-color: #ffde73;
}
.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active {
	background: #ffde73;
	color: #ffffff;
}
.btn-inverse-danger {
	background-color: rgba(255, 77, 107, 0.2);
	background-image: none;
	border-color: rgba(255, 77, 107, 0);
}
.btn-inverse-danger:not(.btn-inverse-light) {
	color: #ff4d6b;
}
.btn-inverse-danger:hover {
	color: #ffffff;
	background-color: #ff4d6b;
	border-color: #ff4d6b;
}
.btn-inverse-danger.focus, .btn-inverse-danger:focus {
	-webkit-box-shadow: 0 0 0 3px rgba(255, 77, 107, 0.5);
	box-shadow: 0 0 0 3px rgba(255, 77, 107, 0.5);
}
.btn-inverse-danger.disabled, .btn-inverse-danger:disabled {
	color: #ff4d6b;
	background-color: transparent;
}
.btn-inverse-danger.active, .btn-inverse-danger:active, .show > .btn-inverse-danger.dropdown-toggle {
	color: #ffffff;
	background-color: #ff4d6b;
	border-color: #ff4d6b;
}
.btn-danger:not(.btn-light) {
	color: #ffffff;
}
.btn-danger:not(.btn-light):hover, .btn-danger:not(.btn-light):focus, .btn-danger:not(.btn-light):active {
	color: #ffffff;
}
.btn-danger:not(.btn-light):focus, .btn-danger:not(.btn-light):active {
	background: #ff4d6b;
	border-color: #ff4d6b;
}
.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active {
	background: #ff4d6b;
	color: #ffffff;
}
.btn-inverse-light {
	background-color: rgba(248, 249, 250, 0.2);
	background-image: none;
	border-color: rgba(248, 249, 250, 0);
}
.btn-inverse-light:not(.btn-inverse-light) {
	color: #f8f9fa;
}
.btn-inverse-light:hover {
	color: #ffffff;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}
.btn-inverse-light.focus, .btn-inverse-light:focus {
	-webkit-box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
	box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
}
.btn-inverse-light.disabled, .btn-inverse-light:disabled {
	color: #f8f9fa;
	background-color: transparent;
}
.btn-inverse-light.active, .btn-inverse-light:active, .show > .btn-inverse-light.dropdown-toggle {
	color: #ffffff;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}
.btn-light:not(.btn-light) {
	color: #ffffff;
}
.btn-light:not(.btn-light):hover, .btn-light:not(.btn-light):focus, .btn-light:not(.btn-light):active {
	color: #ffffff;
}
.btn-light:not(.btn-light):focus, .btn-light:not(.btn-light):active {
	background: #f8f9fa;
	border-color: #f8f9fa;
}
.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active {
	background: #f8f9fa;
	color: #ffffff;
}
.btn-inverse-dark {
	background-color: rgba(62, 75, 91, 0.2);
	background-image: none;
	border-color: rgba(62, 75, 91, 0);
}
.btn-inverse-dark:not(.btn-inverse-light) {
	color: #3e4b5b;
}
.btn-inverse-dark:hover {
	color: #ffffff;
	background-color: #3e4b5b;
	border-color: #3e4b5b;
}
.btn-inverse-dark.focus, .btn-inverse-dark:focus {
	-webkit-box-shadow: 0 0 0 3px rgba(62, 75, 91, 0.5);
	box-shadow: 0 0 0 3px rgba(62, 75, 91, 0.5);
}
.btn-inverse-dark.disabled, .btn-inverse-dark:disabled {
	color: #3e4b5b;
	background-color: transparent;
}
.btn-inverse-dark.active, .btn-inverse-dark:active, .show > .btn-inverse-dark.dropdown-toggle {
	color: #ffffff;
	background-color: #3e4b5b;
	border-color: #3e4b5b;
}
.btn-dark:not(.btn-light) {
	color: #ffffff;
}
.btn-dark:not(.btn-light):hover, .btn-dark:not(.btn-light):focus, .btn-dark:not(.btn-light):active {
	color: #ffffff;
}
.btn-dark:not(.btn-light):focus, .btn-dark:not(.btn-light):active {
	background: #3e4b5b;
	border-color: #3e4b5b;
}
.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active {
	background: #3e4b5b;
	color: #ffffff;
}

/*WINNER BG */
.winnerBg{
	display: block;
	background-color: #b9e99a;
	font-weight: bold;
}