/*
* Theme Name: bizwrap
* Description: bizwrap Theme for those who want responsive, clean and useful layout.
* Author: design_mylife
* Version: v1.4
*/
/* 
    SHOP STYLE START HERE
*/
@import url(../ionicons4/css/ionicons.min.css);
.product_item {
  padding: 10px;
  display: block;
  margin: 0 auto;
  margin-bottom: 40px; }

.product-thumb {
  overflow: hidden;
  position: relative;
  border: 1px solid #eeeeee;
  border-bottom: none; }
  .product-thumb img {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    /* Image is positioned absolutely relative to the parent element */
    /* Image should match parent box size */
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .product-thumb ::after {
    display: block;
    content: '';
    /* 16:9 aspect ratio */
    padding-bottom: 66.67%; }
  .product-thumb .product-thumb-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .product-thumb .product-thumb-overlay p {
      width: auto;
      height: auto;
      position: absolute;
      bottom: 0;
      right: -200%;
      -moz-transition: all 0.4s;
      -o-transition: all 0.4s;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      margin: 0px; }
      .product-thumb .product-thumb-overlay p a {
        display: block;
        width: auto;
        height: 40px;
        line-height: 40px;
        color: #fff;
        background-color: #00a651;
        text-align: left;
        font-size: 12px;
        margin-bottom: 1px;
        position: relative;
        padding-right: 5px;
        text-transform: capitalize; }
        .product-thumb .product-thumb-overlay p a:hover {
          background-color: #006c35; }
        .product-thumb .product-thumb-overlay p a i {
          display: inline-block;
          margin-right: 5px;
          height: 40px;
          width: 40px;
          text-align: center;
          border-right: 1px solid rgba(255, 255, 255, 0.1);
          font-size: 14px; }
  .product-thumb:hover img {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  .product-thumb:hover p {
    right: 0; }

.product-desc {
  border: 1px solid #eeeeee;
  padding: 15px 15px;
  padding-bottom: 0px;
  border-top: 0px;
  text-align: center; }
  .product-desc h3 {
    font-size: 18px;
    text-transform: capitalize; }
    .product-desc h3 a {
      color: #333; }
      .product-desc h3 a:hover {
        color: #00a651; }
  .product-desc p {
    margin: 0px; }
  .product-desc a.btn {
    position: relative;
    bottom: -20px; }

.product-detail h2 {
  color: #333;
  font-size: 25px;
  text-transform: capitalize;
  font-weight: 400; }
.product-detail .price {
  font-size: 20px;
  color: #00a651;
  display: block;
  margin-bottom: 20px;
  font-weight: 300; }
.product-detail form.cart div.quantity {
  display: inline-block;
  vertical-align: top; }
.product-detail .quantity {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  zoom: 1; }
.product-detail form.cart {
  margin-top: 30px; }
.product-detail form.cart div.quantity input.qty {
  height: 60px;
  width: 80px;
  font-size: 1em;
  padding-left: 2em; }
.product-detail form.cart .button {
  text-transform: uppercase;
  height: 60px;
  vertical-align: top;
  margin-left: -4px;
  padding-left: 5em;
  padding-right: 5em;
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }
  .product-detail form.cart .button:hover {
    background-color: #00a651;
    border-color: #00a651; }

.cart-socials ul li {
  padding: 0px; }
  .cart-socials ul li:first-child a {
    border-right: 1px solid #eee; }
  .cart-socials ul li a {
    font-size: 25px;
    color: #999;
    padding: 1px 8px;
    display: block; }
    .cart-socials ul li a:hover {
      color: #00a651; }

.item-info-tabs {
  text-align: center;
  border-bottom: 1px solid #eee; }
  .item-info-tabs > li {
    padding: 0px 20px; }
  .item-info-tabs > li > a {
    padding: 10px 0px;
    color: #aaa;
    display: block;
    border-bottom: 1px solid transparent; }
    .item-info-tabs > li > a:hover {
      color: #00a651; }
  .item-info-tabs > li.active a {
    color: #00a651; }

.product-extra-info {
  padding: 0;
  margin: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }
  .product-extra-info li {
    color: #aaa;
    padding: 10px 0; }
  .product-extra-info > li > a {
    color: #aaa; }
    .product-extra-info > li > a:hover {
      color: #00a651; }
  .product-extra-info span {
    color: #000;
    margin-right: 5px;
    display: inline-block;
    width: 120px; }

.product-information .tab-content {
  padding-top: 30px; }

.reviews li {
  padding: 10px 0;
  border-bottom: 1px solid #eee; }
  .reviews li:last-child {
    border-bottom: 0px; }
.reviews .avtar {
  display: block;
  float: left;
  margin-right: 20px; }
.reviews .review-content {
  overflow: hidden; }
  .reviews .review-content p {
    margin-top: 10px; }
.reviews h4 {
  font-size: 15px;
  text-transform: capitalize;
  margin-bottom: 0px; }
.reviews .time-review {
  color: #00a651;
  display: block; }
.reviews .rating {
  float: right;
  color: #dc9814; }

.shopping-cart-table.table {
  border-bottom-width: 0;
  margin: 0; }
  .shopping-cart-table.table .td-qty {
    min-width: 48px;
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
    width: 100px;
    vertical-align: middle; }
  .shopping-cart-table.table .td-images {
    width: 131px;
    vertical-align: middle; }
    .shopping-cart-table.table .td-images img {
      display: block;
      margin: 0 auto; }
  .shopping-cart-table.table .product-remove {
    font-size: 25px;
    color: #999; }
    .shopping-cart-table.table .product-remove:hover {
      color: #00a651; }
  .shopping-cart-table.table .td-name {
    text-align: left;
    vertical-align: middle; }
    .shopping-cart-table.table .td-name a {
      color: #999;
      font-size: 13px; }
      .shopping-cart-table.table .td-name a:hover {
        color: #00a651; }
  .shopping-cart-table.table .td-qty input {
    margin: 0;
    width: 40px;
    text-align: center; }
  .shopping-cart-table.table .td-edit {
    padding-left: 20px;
    padding-right: 20px;
    width: 92px;
    vertical-align: middle; }
  .shopping-cart-table.table a.edit {
    color: #707070;
    font-size: 12px;
    text-decoration: none; }
    .shopping-cart-table.table a.edit:hover {
      color: #00a651; }
  .shopping-cart-table.table .td-price {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    width: 112px;
    vertical-align: middle; }
  .shopping-cart-table.table .td-total {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    width: 102px;
    vertical-align: middle; }
  .shopping-cart-table.table .td-remove {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    width: 60px;
    vertical-align: middle; }

.coupon-code {
  position: relative; }
  .coupon-code label {
    position: absolute;
    top: 0;
    left: 16px;
    font-size: 12px;
    line-height: 51px;
    color: #282828;
    height: 50px; }
  .coupon-code .input-text {
    font-size: 12px;
    width: 100%;
    height: 50px;
    padding: 14px 91px 15px 120px; }
  .coupon-code .button {
    position: absolute;
    top: 7px;
    right: 7px;
    padding: 7px 16px; }

@media (max-width: 567px) {
  .coupon-code label {
    display: none; }
  .coupon-code .input-text {
    padding-left: 20px; } }
.cart-totals {
  background: #fafafa;
  border: 1px solid #e5e5e5; }
  .cart-totals > li {
    padding: 19px 21px;
    color: #000;
    border-top: 1px solid #e7e7e7;
    overflow: hidden; }
    .cart-totals > li:first-child {
      border-top: 0 none; }

.shipping-method li {
  padding-bottom: 5px; }
.shipping-method label {
  font-size: 12px;
  margin-left: 10px;
  cursor: pointer;
  width: 85%;
  display: inline-block; }
.shipping-method .amount {
  display: inline-block;
  float: right; }

.calculate-shipping a {
  display: block;
  color: #000; }
  .calculate-shipping a i {
    float: right; }

.total-values {
  color: #00a651 !important;
  font-size: 20px; }

.checkout-top p {
  font-weight: 300;
  font-size: 18px;
  color: #aaa; }
  .checkout-top p a {
    color: #00a651;
    display: inline-block;
    margin-left: 4px; }
    .checkout-top p a i {
      display: inline-block;
      margin-left: 4px; }
    .checkout-top p a:hover {
      color: #aaa; }
.checkout-top .form-control {
  margin-bottom: 10px; }

label.error {
  font-size: 12px;
  display: block;
  margin-top: 5px;
  color: red;
  float: none; }
  label.error:before, label.error:after {
    content: "";
    clear: both;
    display: table; }

.create-account {
  color: #aaa;
  font-size: 13px; }
  .create-account:hover {
    color: #00a651; }

.checkout-form .shipping-method label {
  width: 75%; }

.payment-methods {
  border: 1px solid #eee; }
  .payment-methods li {
    border-top: 1px solid #eee;
    padding: 20px 15px; }
    .payment-methods li:first-child {
      border-top: 0px; }
    .payment-methods li label {
      display: inline-block;
      margin-left: 10px;
      font-size: 13px;
      cursor: pointer; }
      .payment-methods li label img {
        margin-left: 10px; }
    .payment-methods li span {
      font-size: 12px;
      display: block;
      margin-top: 10px; }

/******************pricing************************/
.pricing-wrapper {
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  overflow: hidden; }

.pricing-head {
  padding: 1.5rem  1rem;
  background-color: #14171a;
  text-align: center; }
  .pricing-head h3 {
    margin: 0px;
    color: #fff;
    font-weight: 400;
    font-size: 3rem; }

.best-value .pricing-head {
  background-color: #00a651; }

.pricing-rate {
  padding: 2rem  1rem;
  background-color: #00a651;
  text-align: center; }
  .pricing-rate h2 {
    color: #FFF;
    font-size: 3rem;
    font-weight: 400;
    margin: 0px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif; }
    .pricing-rate h2 small {
      color: #fff;
      font-size: 12px;
      text-transform: capitalize;
      font-weight: 400;
      display: inline-block;
      margin-left: .5rem; }

.pricing-desc ul {
  padding-left: 0px;
  margin: 0; }
  .pricing-desc ul li {
    padding: 1.25rem .85rem;
    line-height: 1;
    border-bottom: 1px solid #f5f5f5; }
    .pricing-desc ul li > i {
      margin-right: .25rem;
      width: .75rem;
      opacity: .5; }

.best-value .pricing-rate {
  position: relative;
  overflow: hidden; }

.best-label {
  background: #00a651;
  color: #fff;
  right: -53px;
  font-size: 11px;
  font-weight: 400;
  top: 13px;
  padding: .25rem 3rem;
  position: absolute;
  display: inline-block;
  transform: rotate(45deg); }

.pricing-select {
  padding: 10px 20px;
  text-align: center; }
  .pricing-select a {
    display: block; }

.price-faq-box {
  padding: 1.5rem 0;
  border-bottom: 1px solid #f5f5f5; }
  .price-faq-box h4, .price-faq-box h3 {
    position: relative;
    display: block;
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #14171a; }
  .price-faq-box p {
    margin-bottom: 0px; }

/*flex slider*/
.slider-reg {
  width: 100%; }

.swiper-text.swiper-container {
  position: relative;
  padding-bottom: 3rem; }

.swiper-pagination-bullet {
  background-color: #f5f5f5; }

.swiper-pagination-bullet-active {
  background-color: #00a651; }

.swiper-fullwidth .swiper-slide {
  position: relative;
  overflow: hidden; }
  .swiper-fullwidth .swiper-slide .swiper-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background-color: rgba(20, 23, 26, 0.5);
    background-image: url(../img/pattern.png);
    background-repeat: repeat; }
    .swiper-fullwidth .swiper-slide .swiper-overlay .swiper-title {
      color: #fff;
      font-size: 2.75rem;
      letter-spacing: -1px;
      font-weight: 600;
      margin-bottom: 25px;
      text-transform: capitalize; }
    .swiper-fullwidth .swiper-slide .swiper-overlay p {
      color: #fff;
      font-family: "Merriweather", serif;
      font-size: 1.25rem;
      margin-bottom: 30px;
      font-weight: 300; }
    .swiper-fullwidth .swiper-slide .swiper-overlay .slider-text {
      transition: all .35s ease-in-out;
      -webkit-transition: all .35s ease-in-out;
      transition-delay: .5;
      -webkit-transition-delay: .5s;
      transform: translateY(50px);
      -webkit-transform: translateY(50px);
      opacity: 0; }
  .swiper-fullwidth .swiper-slide.swiper-slide-active .slider-text {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1; }

.swiper-button-prev, .swiper-button-next {
  font-size: 2rem;
  width: 40px;
  height: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: normal; }
  .swiper-button-prev:before, .swiper-button-next:before {
    line-height: 1; }
  .swiper-button-prev:focus, .swiper-button-next:focus {
    outline: 0 !important; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: none;
  color: #fff;
  font-family: "Ionicons"; }
  .swiper-button-prev:before, .swiper-container-rtl .swiper-button-next:before {
    content: "\f3cf"; }

.swiper-button-next, .swiper-container-rtl .swiper-button-next {
  background-image: none;
  color: #fff;
  font-family: "Ionicons"; }
  .swiper-button-next:before, .swiper-container-rtl .swiper-button-next:before {
    content: "\f3d1"; }

.slider-testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #00a651;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #E100FF, #00a651);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #E100FF, #00a651);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }
  .slider-testimonials p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px;
    font-weight: 300;
    font-family: "Merriweather", serif;
    font-size: 1.5rem; }
  .slider-testimonials h6 {
    color: #fff;
    opacity: 1;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 0px; }
    .slider-testimonials h6 small {
      opacity: .75; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  bottom: 0;
  top: auto;
  height: 2px; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #00a651; }

/**partners slider**/
.partners {
  padding: 40px 0;
  background: #f9f9f9;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #f9f9f9, #fff);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #f9f9f9, #fff);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }
  .partners .swiper-partners {
    padding-bottom: 4rem; }
  .partners .swiper-slide img {
    width: 100%;
    max-width: 7rem;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .partners .swiper-slide img:hover {
      -moz-transform: scale(1.1);
      -o-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
  .partners .swiper-pagination-bullet {
    background-color: #657786;
    opacity: .5; }
    .partners .swiper-pagination-bullet.swiper-pagination-bullet-active-main {
      background-color: #00a651;
      opacity: 1; }

/********************
Carousel Bootstrap4 slider
********************/
.carousel.carouselBizwrap {
  height: 480px;
  position: relative;
  overflow: hidden; }
  .carousel.carouselBizwrap .carousel-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0, 166, 81, 0.5);
    background-image: url("../img/pattern.png");
    background-repeat: repeat; }
  .carousel.carouselBizwrap .carousel-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
    .carousel.carouselBizwrap .carousel-inner .carousel-item {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center; }
  .carousel.carouselBizwrap .carousel-control-prev, .carousel.carouselBizwrap .carousel-control-next {
    z-index: 12; }
    .carousel.carouselBizwrap .carousel-control-prev:after, .carousel.carouselBizwrap .carousel-control-next:after {
      content: "";
      font-family: "Ionicons";
      color: #fff;
      font-size: 2rem;
      position: absolute; }
  .carousel.carouselBizwrap .carousel-control-prev:after {
    content: "\f112";
    left: 15px; }
  .carousel.carouselBizwrap .carousel-control-next:after {
    content: "\f114";
    font-family: "Ionicons";
    right: 15px; }
  .carousel.carouselBizwrap .carousel-content {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: table; }
    .carousel.carouselBizwrap .carousel-content .container {
      display: table-cell;
      vertical-align: middle;
      position: relative;
      z-index: 9; }
    .carousel.carouselBizwrap .carousel-content .pos-ab-image {
      position: absolute;
      right: 50px;
      top: 0; }
    .carousel.carouselBizwrap .carousel-content h3 {
      color: #fff;
      font-size: 2rem;
      margin-bottom: 1rem;
      font-weight: 600;
      text-transform: capitalize; }
    .carousel.carouselBizwrap .carousel-content p {
      font-weight: 300;
      color: #fff;
      margin-bottom: 1.5rem;
      opacity: .85;
      font-size: 1.1rem;
      font-family: "Merriweather", serif; }

/* swiper palarallax slider **/
.swiper-parallax.swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
  background: #14171a;
  display: flex;
  width: 100%; }
  .swiper-parallax.swiper-container:before {
    content: "";
    background-image: url("../img/pattern.png");
    background-repeat: repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(20, 23, 26, 0.5);
    z-index: 1; }
  .swiper-parallax.swiper-container .swiper-slide {
    z-index: 12; }
.swiper-parallax .row {
  width: 100%; }
.swiper-parallax .title {
  color: #fff;
  font-size: 2.5rem;
  text-transform: capitalize;
  margin-bottom: 1rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif; }
.swiper-parallax .subtitle {
  font-family: "Merriweather", serif;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1rem;
  font-weight: 300; }
.swiper-parallax .swiper-slide {
  display: flex;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 60px; }
.swiper-parallax .parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center; }

#covid-banner {
  background-color: #8916a6;
  width: 100%; }

#covid-banner p {
  padding: 5px 50px;
  color: white; }

#covid-banner a {
  color: white;
  text-decoration: underline; }

#covid-banner a:hover {
  text-decoration: none;
  color: #dfdfdf; }

.mr-auto, .mx-auto {
  margin-right: auto !important; }

.mb-auto, .my-auto {
  margin-bottom: auto !important; }

.ml-auto, .mx-auto {
  margin-left: auto !important; }

#myInput {
  background-image: url("/assets/img/searchicon.png");
  /* Add a search icon to input */
  background-position: 10px 10px;
  /* Position the search icon */
  background-repeat: no-repeat;
  /* Do not repeat the icon image */
  width: 100%;
  /* Full-width */
  font-size: 16px;
  /* Increase font-size */
  padding: 12px 20px 12px 40px;
  /* Add some padding */
  border: 1px solid #ddd;
  /* Add a grey border */
  margin-bottom: 12px;
  /* Add some space below the input */ }

#myUL {
  /* Remove default list styling */
  list-style-type: none;
  padding: 0;
  margin: 0; }

#myUL li a {
  border: 1px solid #ddd;
  /* Add a border to all links */
  margin-top: -1px;
  /* Prevent double borders */
  background-color: #f6f6f6;
  /* Grey background color */
  padding: 12px;
  /* Add some padding */
  text-decoration: none;
  /* Remove default text underline */
  font-size: 18px;
  /* Increase the font-size */
  color: black;
  /* Add a black text color */
  display: block;
  /* Make it into a block element to fill the whole list */ }

#myUL li a:hover:not(.header) {
  background-color: #eee;
  /* Add a hover effect to all links, except for headers */ }

/*************************************buttons for bizwrap theme********************************/
.btn {
  font-weight: 600;
  font-size: 13px;
  text-shadow: none;
  padding: .65rem 1.5rem .6rem;
  text-transform: uppercase;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  letter-spacing: inherit;
  font-family: "Poppins", sans-serif; }
  .btn > i {
    margin-left: .5rem;
    vertical-align: middle; }
  .btn:hover {
    transform: translateY(-1px);
    -webkit-transform: translateY(-1px); }
  .btn:hover, .btn:focus, .btn.active, .btn.focus, .btn:active, .btn:active:focus, .btn.actvie:focus {
    outline: none;
    box-shadow: none !important; }
  .btn.btn-lg {
    padding: .95rem 2rem .9rem; }
  .btn.btn-big {
    padding: 1.2rem 2.5rem 1.1rem;
    font-size: .85rem; }
  .btn.btn-xs {
    padding: .35rem .75rem .35rem;
    font-size: 11px; }
  .btn.btn-block {
    width: 100%;
    display: block; }
  .btn.btn-radius {
    padding: .65rem 2.5rem .6rem;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px; }
    .btn.btn-radius.btn-lg {
      padding: .95rem 2.5rem .9rem; }
    .btn.btn-radius.btn-big {
      padding: 1.25rem 2.75rem 1.2rem; }

/*button white for colored background*/
.btn-white {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff; }
  .btn-white:hover, .btn-white:active, .btn-white.active, .btn-white:active:focus {
    background-color: #fff;
    color: #14171a; }

.btn-dark {
  background-color: #14171a;
  border-color: #14171a;
  color: #fff; }
  .btn-dark:hover, .btn-dark:active, .btn-dark.active, .btn-dark:active:focus {
    background-color: #657786;
    border-color: #657786; }

.btn-secondary {
  background-color: #657786;
  border-color: #657786;
  color: #fff; }
  .btn-secondary:hover, .btn-secondary:active, .btn-secondary.active, .btn-secondary:active:focus {
    background-color: #14171a;
    color: #fff;
    border-color: #14171a; }

.btn-primary {
  background-color: #8916a6;
  color: #fff;
  border-color: #8916a6; }
  .btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary:active:focus, .btn-primary:not(:disabled):not(.disabled):active {
    background-color: #8916a6;
    color: #fff;
    border-color: #8916a6; }

/*button default*/
.theme-btn-default {
  background-color: #fff;
  border: 1px solid #f5f5f5;
  color: #657786; }
  .theme-btn-default:hover, .theme-btn-default:active, .theme-btn-default.active, .theme-btn-default:active:focus, .theme-btn-default:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #657786;
    border-color: #657786; }

/*theme color button*/
.theme-btn-color {
  background-color: #00a651;
  border-color: #00a651;
  color: #fff; }
  .theme-btn-color:hover, .theme-btn-color:active, .theme-btn-color.active, .theme-btn-color:active:focus, .theme-btn-color:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #2280ba;
    border-color: #2280ba; }

.theme-btn-color-outline {
  border: 1px solid;
  background-color: transparent;
  border-color: #00a651;
  color: #00a651; }
  .theme-btn-color-outline:hover, .theme-btn-color-outline:active, .theme-btn-color-outline.active, .theme-btn-color-outline:active:focus, .theme-btn-color-outline:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #00a651;
    border-color: #00a651; }

.btn-dark-outline {
  background: transparent;
  color: #14171a;
  border-color: #14171a; }
  .btn-dark-outline:hover, .btn-dark-outline:active, .btn-dark-outline.active, .btn-dark-outline:active:focus, .btn-dark-outline:not(:disabled):not(.disabled):active {
    color: #fff;
    background: #14171a; }

.btn-outline-primary {
  background: transparent;
  color: #8916a6;
  border-color: #8916a6; }
  .btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary:active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background: #8916a6;
    border-color: #8916a6; }

/***btn radius***/
.buttons button {
  margin-bottom: 10px; }

/************************news and blog sec*****************************/
/*latest news*/
.news-sec {
  background-color: transparent; }

.news-desc {
  padding-top: 25px; }
  .news-desc p {
    margin: 0px; }

.blog-post-title {
  margin-bottom: 15px;
  line-height: 20px;
  font-size: 1rem;
  color: #14171a; }
  .blog-post-title a {
    color: inherit; }

.blog-masonary-wrapper .news-desc p {
  margin-bottom: 1rem; }

.news-post-cat {
  display: block;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-size: 13px;
  color: rgba(101, 119, 134, 0.75);
  margin-bottom: 10px;
  margin-top: 10px; }
  .news-post-cat a {
    color: inherit; }

.news-thumnail img {
  opacity: .95;
  filter: alpha(opacity=95);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 5px; }
  .news-thumnail img:hover {
    opacity: 1;
    filter: alpha(opacity=100); }

/*blog page*/
.blog-post-section {
  border-radius: 5px;
  border: 1px solid #f5f5f5;
  padding: 2rem; }

.blog-post-img {
  margin-bottom: 2rem; }
  .blog-post-img img {
    border-radius: 5px; }

.blog-post-header {
  text-align: center; }
  .blog-post-header h3 {
    text-transform: capitalize;
    margin-bottom: 1rem;
    font-size: 1.25rem; }
    .blog-post-header h3 a {
      color: #14171a; }

.blog-post-info {
  text-align: center;
  margin-bottom: 30px; }
  .blog-post-info span {
    font-weight: 400;
    font-size: 12px;
    text-transform: capitalize;
    color: rgba(101, 119, 134, 0.75); }
    .blog-post-info span a {
      color: #657786; }

.blog-post-detail a {
  color: #00a651; }
.blog-post-detail p:last-child {
  margin-bottom: 0px; }

.mas-boxes-inner {
  margin-bottom: 30px; }

a.mas-link {
  color: #14171a;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600; }
  a.mas-link i {
    margin-left: .5rem;
    vertical-align: middle;
    display: inline-block;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  a.mas-link:hover {
    color: #657786;
    transform: translateY(-1px);
    -webkit-transform: translateY(-1px); }

.post-comment-wrapper {
  padding: 40px 0;
  display: block;
  clear: both; }
  .post-comment-wrapper h3 {
    color: #14171a;
    font-size: 1rem;
    text-transform: capitalize;
    margin-bottom: 20px; }

.comment-box {
  padding: 1.25rem 0;
  border-bottom: 1px solid #f5f5f5; }
  .comment-box img {
    float: left;
    margin-right: 15px;
    width: 90px;
    border-radius: 4px;
    -webkit-border-radius: 4px; }
  .comment-box p {
    overflow: hidden;
    margin-bottom: 0px; }
  .comment-box span {
    font-size: 12px;
    font-weight: 500;
    color: #14171a;
    display: block;
    margin-bottom: 5px; }

.comment-form-wrapper {
  padding: 40px 0;
  border-bottom: 1px solid #f5f5f5; }
  .comment-form-wrapper h3 {
    color: #14171a;
    font-size: 1rem;
    text-transform: capitalize;
    margin-bottom: 20px; }
  .comment-form-wrapper .form-control {
    margin-bottom: 15px; }

/* Basic Styles
================================================== */
body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  cursor: default;
  font-size: 14px;
  font-weight: 500;
  color: #414141;
  height: 100%; }

html {
  -webkit-text-size-adjust: none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

a {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

a.hover-color, .blog-post-title a:hover, .news-post-cat a:hover {
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

a.hover-color:hover, .blog-post-title a:hover, .news-post-cat a:hover {
  color: #00a651 !important; }

img {
  max-width: 100%;
  height: auto;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

p.lead {
  font-weight: 400; }

i {
  display: inline-block; }

/*margin spaces*/
.space-10 {
  width: 100%;
  height: 10px;
  clear: both; }

.space-20 {
  width: 100%;
  height: 20px;
  clear: both; }

.space-30 {
  width: 100%;
  height: 30px;
  clear: both; }

.space-40 {
  width: 100%;
  height: 40px;
  clear: both; }

.space-50 {
  width: 100%;
  height: 50px;
  clear: both; }

.space-70 {
  width: 100%;
  height: 50px;
  clear: both; }

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

.margin-btm-40 {
  margin-bottom: 40px; }

/*--------padding------------*/
.padding-40 {
  padding: 40px 0; }

.no-padding {
  padding: 0px; }

/* Enable custom submit button styling in Safari mobile */
input[type='submit'] {
  -webkit-appearance: none; }

::-moz-selection {
  color: #fff;
  text-shadow: none;
  background-color: #00a651; }

::selection {
  color: #fff;
  text-shadow: none;
  background-color: #00a651; }

p, blockquote {
  line-height: 23px; }

blockquote {
  font-style: italic; }

iframe, fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

.responsive-video {
  width: 100%;
  position: relative;
  padding: 0;
  padding-top: 50.25%; }

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.img-responsiveNKO {
  display: block;
  max-width: 80px;
  height: auto;
  margin-left: auto;
  margin-right: auto; }

.img-fietsaccu {
  display: block;
  max-width: 300px;
  height: auto;
  margin-left: auto;
  margin-right: auto; }

/*==================== ========*/
/*========= Forms =========*/
/*============================*/
.form-box {
  padding: 15px;
  background: #fff;
  -webkit-box-shadow: 0px 1px 2px #999;
  -moz-box-shadow: 0px 1px 2px #999;
  -ms-box-shadow: 0px 1px 2px #999;
  box-shadow: 0px 1px 2px #999; }

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.form-control {
  display: inline-block;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 0 2px 5px rgba(0, 0, 0, 0.1) inset;
  -moz-border-radius: 0 2px 5px rgba(0, 0, 0, 0.1) inset;
  -ms-border-radius: 0 2px 5px rgba(0, 0, 0, 0.1) inset;
  border-radius: 0 2px 5px rgba(0, 0, 0, 0.1) inset;
  font-size: 12px;
  color: #7a7a7a;
  height: 40px;
  background: #FFF;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.form-control:focus {
  border: 1px solid #b3b3b3;
  background: #FFF;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }

/* Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif; }

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

h1 {
  font-size: 46px;
  line-height: 50px;
  margin-bottom: 20px; }

h2 {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 10px; }

h3 {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 8px; }

h4 {
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 4px; }

h5 {
  font-size: 17px;
  line-height: 24px; }

h6 {
  font-size: 14px;
  line-height: 21px; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

small {
  font-size: 80%; }

h3.subtitle {
  font-weight: 300;
  font-size: 18px;
  color: #b3b3b3;
  font-style: italic; }

h4.heading-mini {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  color: #000;
  margin-bottom: 30px; }

h3.heading-sec {
  font-weight: 400;
  display: block;
  margin-bottom: 40px;
  color: #000;
  font-size: 29px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 4px; }

.header-main {
  width: 100%; }

/*******************bootstrap overrides **************************/
.navbar-default {
  background-color: #fff;
  border-color: #eeeeee;
  -webkit-box-shadow: 0 5px 6px -6px #ccc;
  -moz-box-shadow: 0 5px 6px -6px #ccc;
  -ms-box-shadow: 0 5px 6px -6px #ccc;
  box-shadow: 0 5px 6px -6px #ccc;
  width: 100%;
  padding: 5px 0; }

.navbar {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 0px; }

.navbar-brand {
  color: #555 !important;
  font-weight: 700;
  font-size: 25px;
  text-transform: uppercase; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #00a651;
  background-color: #fff; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #fff;
  color: #00a651; }

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #00a651;
  background-color: transparent; }

.navbar-default .navbar-nav > li > a {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Open Sans", Helvetica, Arial, sans-serif; }

.navbar-default .navbar-nav > li.social-nav i {
  font-size: 20px; }

.navbar-inverse .navbar-nav > li.social-nav i {
  font-size: 20px; }

/*sticky header*/
.sticky-nav {
  width: 100%;
  z-index: 999; }

/*============================*/
/*======dropdowm menu=========*/
/*============================*/
.navbar .dropdown-menu {
  padding: 0;
  margin: 0;
  min-width: 190px;
  background-color: #fff;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border-top: 2px solid #00a651 !important; }

.navbar .dropdown-menu li a {
  color: #888;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  padding: 9px 20px;
  border-bottom: 1px solid #e7e7e7;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.navbar .dropdown-menu li a:hover {
  background: #00a651;
  color: #fff; }

/*top bar*/
.top-bar {
  background-color: #f9f9f9; }

.top-bar .info {
  margin: 0px; }

.top-bar .info li {
  font-size: 14px;
  display: table-cell;
  vertical-align: middle;
  height: 40px;
  color: #555;
  font-weight: 500;
  font-size: 13px; }

.top-bar .info li a {
  color: #555;
  margin-right: 10px; }

/*flex slider*/
.slider-reg {
  width: 100%; }

.main-flex-slider {
  position: relative; }

.main-flex-slider .flex-control-nav {
  bottom: 30px;
  margin: 0;
  height: 14px;
  z-index: 10; }

.main-flex-slider .flex-control-paging li a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
  border: 2px solid #ccc;
  width: 8px;
  height: 8px; }

.main-flex-slider .flex-control-paging li a.flex-active {
  background: transparent !important;
  border: 2px solid #00a651; }

.portfolio-details .flex-control-paging li a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
  border: 2px solid #ccc;
  width: 8px;
  height: 8px; }

.portfolio-details .flex-control-paging li a.flex-active {
  background: transparent !important;
  border: 2px solid #00a651; }

.slider-overlay {
  background: rgba(0, 0, 0, 0.4);
  background-image: url("../../assets/img/pattern.png");
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

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

.slider-text h1 {
  color: #fff;
  margin-top: 150px;
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 25px;
  text-transform: uppercase;
  text-align: center; }

@media (max-width: 1024px) {
  .slider-text h1 {
    margin-top: 100px; } }
.slider-text p {
  color: #fff;
  font-family: "Merriweather", serif;
  font-style: italic;
  font-size: 20px; }

.slide-btn {
  margin-top: 40px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-style: normal !important; }

.slide-btn .btn-white {
  padding: 14px 25px; }

/*-----------------------------------services and features------------------------------------------*/
.services-box {
  text-align: center;
  margin-bottom: 10px; }

.services-box i {
  color: #00a651;
  font-size: 44px;
  margin-bottom: 15px;
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #00a651;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.services-box h1 {
  font-size: 16px;
  margin-bottom: 0px;
  color: #333;
  font-weight: 400;
  text-transform: uppercase; }

.services-box:hover i {
  border-color: #00a651;
  background-color: #00a651;
  color: #fff; }

/*services option 2*/
.services-icon i {
  color: #fff;
  width: 80px;
  line-height: 80px;
  height: 80px;
  font-size: 34px;
  text-align: center;
  background-color: #00a651;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: inline-block; }

.services-text h4 {
  color: #000;
  margin-bottom: 15px; }

/***services box new v1.4****/
.services-boxv2 {
  margin: 0; }
  .services-boxv2 .servicev2-icon {
    float: left;
    width: 50px; }
    .services-boxv2 .servicev2-icon i {
      color: #00a651;
      font-size: 30px; }
  .services-boxv2 .servicev2-text {
    overflow: hidden; }
    .services-boxv2 .servicev2-text h4 {
      color: #000;
      font-weight: 400;
      text-transform: uppercase;
      font-size: 17px; }

/*features*/
.features h3 {
  font-weight: 400;
  color: #000;
  margin-bottom: 20px; }

.features p {
  color: #777; }

/*==========================content regions==========================*/
#content-region-1 {
  background-color: #f5f5f5; }

/*
#content-region-2{
    background: url('../../assets/img/img-2.jpg') no-repeat;
    padding: 20px 0 60px 0;
    width:100%;
    overflow: hidden;
      background-size: cover;
  background-attachment: fixed;
    position: relative;
}
*/
#content-region-2 {
  background-color: #00a651;
  padding: 20px 0 60px 0;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-attachment: fixed;
  position: relative; }

#content-region-2 .flex-control-paging li a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
  border: 2px solid #ccc;
  width: 8px;
  height: 8px; }

#content-region-2 .flex-control-paging li a.flex-active {
  background: transparent !important;
  /*border: 2px solid $skincolor; */
  border: 2px solid #FFF; }

/*==========================portfolio ==========================*/
.portfolio-sec {
  border: 1px solid #eeeeee;
  color: #000000;
  background-color: #ffffff;
  position: relative;
  height: 140px;
  padding-top: 10px; }

.portfolio-modellen {
  border: 1px solid #eeeeee;
  color: #000000;
  background-color: #ffffff;
  position: relative; }

.portfolio-thumnail {
  height: 70px; }

.portfolio-modellen-thumb {
  width: 100%;
  height: auto; }

.portfolio-thumnail img {
  width: 100%;
  height: auto;
  position: relative; }

.portfolio-desc {
  padding: 10px 0; }

h4.portfolio-post-title {
  margin-top: 15px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: capitalize; }

.portfolio-post-cat {
  display: block;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  color: #999999; }

.portfolio-desc .theme-btn-default {
  margin-bottom: -50px; }

.flexslider {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }

.portfolio-single-desc h3 {
  color: #000;
  font-size: 23px;
  font-weight: 800; }

/*mix it up filter*/
.portfolio-filters {
  margin-bottom: 30px;
  list-style: none;
  padding: 0; }

.portfolio-filters li {
  display: inline-block;
  border: 1px solid #eeeeee;
  padding: 10px 16px;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 5px; }

.portfolio-filters li.active {
  background-color: #00a651;
  color: #fff;
  border-color: #00a651; }

#grid .mix {
  display: none;
  opacity: 0; }

/***************************************news and blog sec**************************************/
/*latest news*/
.news-sec {
  border: 1px solid #eeeeee;
  color: #000000;
  background-color: #ffffff; }

.blog-post-title {
  margin-bottom: 5px;
  line-height: 20px; }

.blog-post-title a {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #000; }

.news-desc {
  padding: 10px 20px; }

.news-post-cat {
  display: block;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  color: #999999;
  margin-bottom: 10px;
  margin-top: 10px; }

.news-desc p {
  color: #7a7a7a; }

.news-thumnail img {
  opacity: .8;
  filter: alpha(opacity=80); }

.news-thumnail img:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

/*blog page*/
.blog-post-section {
  border: 1px solid #eee;
  padding: 15px 10px; }

.blog-post-img {
  margin-bottom: 30px; }

.blog-post-header {
  text-align: center; }

.blog-post-header h3 {
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 10px; }

.blog-post-header h3 a {
  color: #000; }

.blog-post-info {
  text-align: center;
  margin-bottom: 30px; }

.blog-post-info span {
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  color: #999; }

.blog-post-info span a {
  color: #666; }

.blog-post-detail {
  margin-bottom: 30px; }

.blog-post-more {
  margin-bottom: 30px; }

/*****************************sidebar css****************************/
.sidebar-box {
  margin-bottom: 30px; }

.sidebar-box h4 {
  color: #000;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 15px; }

.sidebar-box h4:first-letter {
  border-bottom: 5px solid #00a651; }

.widget-search .search-form {
  position: relative; }

.widget-search .search-form i {
  position: absolute;
  top: 0;
  right: 10px;
  line-height: 38px;
  text-align: center;
  color: #999; }

.cat-list {
  padding: 0px;
  list-style: none; }

.cat-list li {
  padding: 3px 0; }

.cat-list li a {
  color: #555;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase; }

.recent {
  width: 100%;
  margin-bottom: 20px;
  float: left; }

.recent span img {
  float: left;
  margin-right: 10px;
  width: 350px;
  height: 233px; }

.recent p {
  margin: 0;
  line-height: 18px;
  font-size: 13px;
  overflow: hidden; }

.recent p a {
  color: #555; }

.recent .recent-date {
  font-size: 10px;
  color: #999;
  font-weight: 600;
  text-transform: uppercase; }

.sidebar-box .social-btn li a i {
  background-color: #000;
  color: #fff; }

.post-comment-wrapper {
  padding: 50px 0;
  display: block;
  border-bottom: 1px solid #eeeeee;
  clear: both; }

.post-comment-wrapper h3 {
  color: #000;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px; }

.comment-box {
  margin: 15px 0;
  padding: 10px 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee; }

.comment-box img {
  float: left;
  margin-right: 15px;
  width: 120px;
  height: 80px; }

.comment-box p {
  overflow: hidden; }

.comment-box span {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  color: #000;
  display: block;
  margin-bottom: 5px; }

.comment-form-wrapper {
  padding: 40px 0;
  border-bottom: 1px solid #eeeeee; }

.comment-form-wrapper h3 {
  color: #000;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px; }

.comment-form-wrapper .form-control {
  margin-bottom: 15px; }

/**************************************testimonials******************************************/
.testimonials p.testi-text {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px; }

.testimonials span.testi-person {
  font-weight: 500;
  color: #fff; }

/**********************************************footer*****************************************/
#footer {
  background-color: #FFF;
  padding: 60px 0; }

.footer-col h3 {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #14171a;
  margin-bottom: 30px;
  letter-spacing: 2px; }

.footer-col h3:first-letter {
  border-bottom: 5px solid #00a651; }

.footer-col p {
  font-size: 14px;
  color: #657786; }

.post-list li a {
  color: #657786;
  font-weight: 500;
  font-size: 13px;
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid #444; }

.footer-col form .form-control {
  background-color: #eee;
  border: none;
  color: #111;
  margin-bottom: 15px; }

.footer-col form .form-control:focus {
  background-color: #DDD;
  border: none; }

.footer-col form textarea {
  background-color: #fff;
  border: none;
  color: #111; }

.footer-col form textarea:focus {
  background-color: #333;
  border: none; }

.footer-col .social-btn li a i {
  color: #14171a;
  border: 2px solid #14171a; }

.footer-col .social-btn li a i:hover {
  background-color: #00a651;
  border-color: #00a651; }

.footer-bottom {
  border-top: 1px solid #111;
  padding-top: 60px; }

.footer-bottom span {
  color: #14171a;
  font-weight: 400;
  font-size: 12px; }

/*****************************social buttons************************/
.social-btn li a i {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 5px;
  display: block;
  font-size: 2rem; }

.social-btn li a {
  display: block; }

/****************breadcrumbs*********************************************/
.page-tree-bg,
.page-tree-bg2 {
  background-image: url("../img/bread-bg.png");
  background-position: center 688px;
  background-color: #00a651;
  padding: 40px 0;
  width: 100%;
  position: relative;
  /*background-size: cover;*/
  background-attachment: fixed;
  margin-bottom: 0px; }

.page-tree-bg3 {
  background-image: url("../img/team/Miton-team.jpg");
  background-position: center 850px;
  background-color: #00a651;
  padding: 100px 0;
  width: 100%;
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 0px; }

h3.page-tree-text {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin: 0px; }

/***********************bootstrap pagination override***************************/
.pagination > li > span {
  color: #999; }

.pagination li a:hover {
  color: #fff;
  background-color: #00a651;
  border-color: #00a651; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #00a651;
  border-color: #00a651;
  cursor: default; }

/**************inner pages css**************************/
/*about page*/
.icon-list li {
  padding: 5px 0; }

.icon-list li i {
  color: #00a651;
  margin-right: 10px; }

/*team person*/
.person-section {
  border: 1px solid #eeeeee; }
  .person-section img {
    margin: 0px auto;
    display: block; }

.person-desc {
  padding: 10px 20px; }

.person-desc h3 {
  color: #000;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 0px; }

.person-desc span {
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  font-size: 10px;
  margin-left: 10px;
  color: #7a7a7a; }

.person-desc p {
  text-align: left;
  display: block;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 9em;
  min-height: 9em;
  line-height: 1.8em; }

.team.social-btn li a i {
  color: #7a7a7a;
  border: 2px solid #7a7a7a; }

.hire-sec .services-icon i {
  background-color: #00a651;
  color: #fff;
  margin-bottom: 20px; }

.hire-sec .services-text .heading-mini {
  margin-bottom: 10px;
  color: #333; }

/*process*/
.process-box {
  text-align: center;
  padding: 30px 0; }

.process-box h2 {
  font-size: 25px; }

.process-box i {
  font-size: 54px;
  color: #00a651;
  margin-bottom: 20px; }

/*progress bar*/
h3.heading-progress {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 3px; }

.progress {
  height: 15px;
  line-height: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background: #E9E9E9;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; }

.progress-bar {
  line-height: 10px;
  background: #00a651;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }

/*************************login or signup form********************/
.my-login-form {
  padding: 30px 20px;
  border: 1px solid #eeeeee; }

.form-btm-link a {
  color: #00a651; }

.form-btm-link a:hover {
  text-decoration: underline; }

.form-btm-link span {
  margin: 0px 20px;
  font-family: "Merriweather", serif;
  font-style: italic;
  font-size: 23px; }

/*error page*/
.error-digit {
  font-size: 50px; }

.error-text h3 {
  font-family: "Merriweather", serif;
  font-style: italic; }

/*contact*/
.my-contact-form form input {
  background-color: #f7f7f7; }

.my-contact-form textarea {
  background-color: #f7f7f7; }

#map-canvas {
  width: 100%;
  height: 400px; }

/*****************bootstrap tabs overrides*****************************/
/*tabs*/
.tabs .nav-tabs {
  border-bottom: none; }

.tabs .nav-tabs li {
  margin-bottom: 0; }

@media (max-width: 767px) {
  .tabs .nav-tabs li {
    width: 100%;
    float: none;
    margin-bottom: 2px; }

  .tabs .nav-tabs li a {
    margin-right: 0 !important; }

  .tabs .nav-tabs li.active a {
    border-bottom: 2px solid #dcdcdc !important; } }
.tabs .nav-tabs li a {
  background: #f7f7f7;
  margin-right: 2px;
  border-left: 1px solid #f7f7f7;
  border-right: 1px solid #f7f7f7;
  border-bottom: none !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  padding: 12px 20px;
  color: #6d6d6d;
  position: relative; }

.tabs .nav-tabs li a:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  height: 3px; }

.tabs .nav-tabs li a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px; }

.tabs .nav-tabs li a:hover {
  border-color: #f7f7f7; }

.tabs .nav-tabs > li > a .fa {
  margin-right: 4px; }

.tabs .nav-tabs li.active a {
  color: #00a651;
  border-left-color: #eee;
  border-right-color: #eee;
  background: #fff; }

.tabs .nav-tabs li.active a:after {
  background: #00a651; }

.tabs .nav-tabs li.active a:before {
  background: #fff; }

.tabs .nav-tabs li.active a:hover {
  border-bottom-color: #fff; }

.tabs .tab-content {
  padding: 15px 8px;
  border: 1px solid #eee;
  background: #fff; }

.tab-content p {
  overflow: hidden; }

.tabs .tab-content:before,
.tabs .tab-content:after {
  content: " ";
  display: table; }

.tabs .tab-content:after {
  clear: both; }

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

/***********************************************************************************
*************************   Responsive css start here    ***************************
***********************************************************************************/
@media (max-width: 768px) {
  .slider-text h1 {
    margin-top: 70px;
    font-size: 2em; }

  .slider-text p {
    display: none; }

  .main-flex-slider .flex-control-nav {
    bottom: 10px;
    margin: 0;
    height: 14px;
    z-index: 10; } }
@media (max-width: 433px) {
  .slider-text h1 {
    margin-top: 30px;
    font-size: 16px; } }
/************version v1.1 css here********************/
.home-slider {
  width: 100%; }

.carousel {
  position: relative; }

.home-slider .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }

.home-slider .carousel-inner .item {
  overflow: hidden;
  width: 100%;
  height: 550px;
  background-color: #333 !important;
  padding: 100px 0 0; }

#item-1 {
  background-image: none;
  width: 100%; }

#item-2 {
  background-image: url(../../assets/img/werkwijze/stap1.jpg);
  width: 100%; }

#item-3 {
  background-image: url(../../assets/img/werkwijze/stap3.jpg);
  width: 100%; }

#item-4 {
  background-image: url(../../assets/img/werkwijze/stap4.jpg);
  width: 100%; }

#item-5 {
  background-image: url(../../assets/img/werkwijze/stap5.jpg);
  width: 100%; }

#item-6 {
  background-image: url(../../assets/img/werkwijze/stap6.jpg);
  width: 100%; }

#item-7 {
  background-image: url(../../assets/img/werkwijze/stap7.jpg);
  width: 100%; }

a.carousel-control {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -25px;
  background-image: none !important;
  font-size: 52px;
  font-weight: 300;
  cursor: pointer; }

a.carousel-control i {
  color: #fff; }

.slider-wrapper {
  margin-top: 100px; }

.slider-wrapper h1 {
  color: #fff;
  font-weight: 300; }

.slider-wrapper p {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 30px; }

.slider-wrapper-2 {
  margin-top: 60px;
  padding: 20px;
  background-image: url(../img/pattern.png); }

.slider-wrapper-2 h1 {
  color: #fff;
  font-weight: 500; }

.slider-2img {
  margin-top: 60px; }

.slider-wrapper-2 p {
  color: #fff; }

.slider-video-wrapper {
  margin-top: 60px; }

.slider-wrapper-3 {
  margin-top: 60px;
  padding: 10px 20px;
  background-image: url(../img/pattern.png); }

.slider-wrapper-3 h1 {
  color: #fff;
  font-weight: 500; }

.slider-wrapper-3 p {
  color: #fff;
  font-size: 18px; }

.slider-wrapper-4 {
  padding: 10px 20px;
  text-align: right;
  background-image: url(../img/pattern.png); }

.slider-wrapper-4 h1 {
  color: #fff;
  font-weight: 500; }

.slider-wrapper-4 p {
  color: #fff;
  font-size: 18px; }

/**slider carousel delay**/
.delay-1 {
  -webkit-animation-delay: 300ms;
  -moz-animation-delay: none;
  animation-delay: 300ms;
  -o-animation-delay: none; }

.delay-2 {
  -webkit-animation-delay: 600ms;
  -moz-animation-delay: none;
  animation-delay: 600ms;
  -o-animation-delay: none; }

.delay-3 {
  -webkit-animation-delay: 900ms;
  -moz-animation-delay: none;
  animation-delay: 900ms;
  -o-animation-delay: none; }

.delay-4 {
  -webkit-animation-delay: 1200ms;
  -moz-animation-delay: none;
  animation-delay: 1200ms;
  -o-animation-delay: none; }

.delay-5 {
  -webkit-animation-delay: 1500ms;
  -moz-animation-delay: none;
  animation-delay: 1500ms;
  -o-animation-delay: none; }

.delay-6 {
  -webkit-animation-delay: 1800ms;
  -moz-animation-delay: none;
  animation-delay: 1800ms;
  -o-animation-delay: none; }

@media (max-width: 767px) {
  .slider-wrapper {
    text-align: center; }

  .slider-wrapper-2 {
    text-align: center;
    margin-top: 50px; }

  .slider-wrapper-3 {
    text-align: center;
    margin-top: 50px; }

  .carousel-indicators {
    bottom: 20px; } }
@media (max-width: 360px) {
  a.carousel-control {
    display: none; }

  .carousel-inner .item {
    padding: 20px 0 0; }

  .slider-wrapper, .slider-wrapper-2, .slider-wrapper-3 {
    margin-top: 20px; }

  .carousel-indicators {
    bottom: 0px; } }
/**************footer option css here********************/
#footer-option {
  background: #FFF;
  border-top: 8px solid #00a651;
  margin-top: 50px;
  padding: 80px 0 0;
  position: relative;
  clear: both; }

#footer-option .footer-col {
  font-size: 0.9em; }

#footer-option .footer-col .theme-btn-color {
  height: 34px; }

#footer-option .footer-col .form-control {
  height: 34px;
  background-color: #eeeeee;
  color: #333;
  margin-bottom: 0px; }

.footer-col a.tweet-ac {
  display: block;
  color: #fff; }

.footer-col .tweet-desc {
  margin: 5px 0; }

.footer-col .tweet-desc i {
  margin-right: 10px; }

.footer-col a.tweet-day {
  display: block;
  color: #fff;
  font-size: 0.9em; }

.footer-col hr {
  border-color: #333; }

.footer-copyright {
  background: #fff;
  border-top: 0px solid #00a651;
  margin-top: 20px;
  padding: 0px 0 30px; }

.footer-nav {
  margin: 0;
  padding: 0;
  text-align: right; }

.footer-nav li a {
  color: #14171a;
  font-size: 0.9em; }

.footer-nav li a:hover {
  color: #00a651; }

.footer-copyright span {
  font-size: 0.9em; }

@media (max-width: 768px) {
  .footer-copyright .footer-logo {
    text-align: center;
    margin-bottom: 10px; }

  .footer-copyright p {
    text-align: center; }

  .footer-copyright .footer-nav {
    text-align: center; } }
/*********************header option 2***************************/
.navbar-inverse {
  background-color: rgba(0, 0, 0, 0.9);
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  padding: 10px 0;
  width: 100%; }

.navbar-inverse .navbar-nav > li > a {
  color: #eee;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase; }

.navbar-inverse .navbar-nav > li > a:hover {
  color: #00a651;
  background-color: transparent; }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #00a651;
  background-color: transparent; }

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #00a651; }

.navbar-light .navbar-nav > li > a {
  color: #00a651;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif; }

/******Version v1.2 css here********/
.mas-boxes-inner {
  margin-bottom: 30px; }

.mas-boxes-inner .mas-link {
  color: #00a651;
  display: inline-block;
  margin-bottom: 10px; }

.mas-boxes-inner .mas-link i {
  margin-left: 7px;
  vertical-align: middle;
  display: inline-block; }

.mas-boxes-inner .mas-link:hover {
  color: #999; }

.direc-hover-box {
  overflow: hidden; }

.direc-hover-box img {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }

.direc-hover-box a .direc-overlay {
  position: absolute;
  background: rgba(75, 75, 75, 0.7);
  width: 100%;
  height: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }

.direc-overlay span {
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase; }

/*.direc-hover-box:hover .direc-overlay{
    display: block;
}*/
body.boxed {
  background: url(../img/bread-bg.png) repeat; }

@media (min-width: 1200px) {
  .boxed-wrapper {
    margin: 0 auto;
    width: 1170px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.16);
    border-top: 4px solid #00a651; } }
.boxed-wrapper .navbar-default.sticky {
  left: 0;
  top: 0;
  width: 100%;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

/******************

MULTI LEVEL DROPDOWN CSS

*********************/
.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; }

@media (max-width: 767px) {
  .dropdown-submenu > .dropdown-menu {
    padding-left: 20px; } }
.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

.dropdown-submenu > a:after {
  top: 11px;
  right: 9px;
  font-size: 11px;
  content: "\f3d3" !important;
  font-family: "Ionicons" !important;
  position: absolute;
  font-weight: normal;
  display: inline-block;
  font-family: FontAwesome; }

.dropdown-submenu.pull-left {
  float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; }

@media (max-width: 767px) {
  .dropdown-submenu > .dropdown-menu {
    display: block;
    margin-left: 15px; } }
.cta-bg {
  padding: 50px 0;
  background-color: #00a651; }

.cta-bg h3 {
  color: #fff;
  text-transform: capitalize;
  font-weight: 400; }

@media (min-width: 768px) {
  .cta-bg a {
    margin-left: 100px; } }
/*************************
Prijstabel NKO
*************************/
.prijstabelNKO {
  float: left;
  width: 250px;
  height: 400px;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.3); }

.BovenkantNKO {
  margin: 0;
  padding: 0;
  width: 250px;
  height: 60px;
  background: #2F2E35;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0; }

.BovenkantNKO h2 {
  margin: 0;
  padding: 5px;
  color: #fff;
  text-align: center;
  font: 300 30px/50px Helvetica, Verdana, sans-serif; }

.prijstabelNKO ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font: 300 18px/2 Helvetica, Verdana, sans-serif; }

.prijstabelNKO li {
  padding: 5px 0px 5px 20px; }

.prijstabelNKO ul strong {
  font-weight: bold; }

.prijstabelNKO hr {
  border: 0;
  background-color: #BCBEC0;
  color: #BCBEC0;
  height: 1px;
  width: 190px;
  margin: 20px 0 0 30px; }

.prijstabelNKO h1 {
  text-align: center;
  font: bold 56px/1 Helvetica, Verdana, sans-serif;
  margin: 20px 0 0 0; }

.prijstabelNKO h1 sup {
  font-size: 24px; }

.prijstabelNKO p {
  text-align: center;
  font: 500 14px/1 Helvetica, Verdana, sans-serif;
  color: #BCBEC0; }

.prijstabelNKO a {
  display: block;
  height: 40px;
  width: 150px;
  color: #fff;
  margin: 25px 0 0 50px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font: 500 14px/40px Helvetica, Verdana, sans-serif;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  /*Gradient*/
  background: #9dcc55;
  /* Old browsers */
  background: -moz-linear-gradient(BovenkantNKO, #9dcc55 0%, #96c23d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left BovenkantNKO, left bottom, color-sBovenkantNKO(0%, #9dcc55), color-sBovenkantNKO(100%, #96c23d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(BovenkantNKO, #9dcc55 0%, #96c23d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(BovenkantNKO, #9dcc55 0%, #96c23d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(BovenkantNKO, #9dcc55 0%, #96c23d 100%);
  /* IE10+ */
  background: linear-gradient(BovenkantNKO, #9dcc55 0%, #96c23d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dcc55', endColorstr='#96c23d',GradientType=0 );
  /* IE6-9 */ }

.prijstabelNKO a:hover {
  background: #b2e560;
  /* Old browsers */
  background: -moz-linear-gradient(BovenkantNKO, #b2e560 0%, #96c23d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left BovenkantNKO, left bottom, color-sBovenkantNKO(0%, #b2e560), color-sBovenkantNKO(100%, #96c23d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(BovenkantNKO, #b2e560 0%, #96c23d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(BovenkantNKO, #b2e560 0%, #96c23d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(BovenkantNKO, #b2e560 0%, #96c23d 100%);
  /* IE10+ */
  background: linear-gradient(BovenkantNKO, #b2e560 0%, #96c23d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2e560', endColorstr='#96c23d',GradientType=0 );
  /* IE6-9 */ }

/*-----------------------------------Onderhoud logos------------------------------------------*/
.onderhoud-box {
  text-align: center;
  margin-top: 20px; }

.onderhoud-box i {
  color: #00a651;
  font-size: 44px;
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #00a651;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.onderhoud-box h1 {
  font-size: 16px;
  margin-bottom: 0px;
  color: #333;
  font-weight: 400;
  text-transform: uppercase; }

.onderhoud-box:hover i {
  border-color: #00a651;
  background-color: #00a651;
  color: #fff; }

/*services option 2*/
.onderhoud-icon i {
  color: #fff;
  width: 80px;
  line-height: 80px;
  height: 80px;
  font-size: 34px;
  text-align: center;
  background-color: #00a651;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: inline-block; }

.onderhoud-text h4 {
  color: #000;
  margin-bottom: 15px; }

/*# sourceMappingURL=style.css.map */
