


.features .feature-panel .feature-content h3 {
    font-family: "Montserrat", sans-serif;
    color: #212529;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 9px;
    text-transform: capitalize;
    text-align: center;
}

.features .feature-panel .feature-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
    color: #868E96;
    text-align: center;
}

.features .feature-panel .feature-icon {
    color: #E9784A;
    font-size: 31px;
    line-height: 70px;
    margin-right: 0px;
    position: relative;
    margin-bottom: 33px;
    width: 70px;
    height: 70px;
    text-align: center;
    margin: 0 auto;
}

.modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    max-width: 800px;
    box-sizing: border-box;
    width: 90%;
    background: #fff;
    padding: 15px 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: left;
}

.header .navbar.navbar-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    background: #ffffff;
    -webkit-box-shadow: 0 2px 4px rgba(3, 27, 78, 0.1);
    box-shadow: 0 2px 4px rgba(3, 27, 78, 0.1);
    -webkit-animation: navbarFixed 0.8s;
    animation: navbarFixed 0.8s;
    display: block;
}

.hero.hero-lead .hero-cotainer {
    padding-bottom: 0px;
}

.features {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media only screen and (max-width: 575px){
.navbar .navbar-toggler {
    margin-right: 15px;
    display: none;
}}


@media only screen and (max-width: 767px){
.navbar .navbar-toggler {
    margin-right: 15px;
    display: none;
}
.header .navbar .navbar-brand {
    margin-right: 0;
    margin: 0 auto;
}
}







div img{ object-fit: cover; max-width: 100%;}
#owl-demo .item{
    background: #fff;
    padding: 30px 0px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}


/* 
*   Core Owl Carousel CSS File
*   v1.3.3
*/

/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}


/* PRODUCTS SLIDER = */
.owl-item .item {
  margin: 0 10px;
}
.slider-items {
  position: relative;
}
.slider-items .item {
  text-align: center;
}
.owl-buttons {
  opacity: 1;
}
.product-flexslider {
  margin:5px -10px;
}


.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
.owl-pagination {
  top: -26px;
  text-align: center;
  position: absolute;
  right: 15px;
  background: #fff;
  padding-left: 10px;
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 8px;
  height: 15px;
  margin: 5px 2px;
  filter: Alpha(Opacity=50);
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  opacity: 1;
}
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  margin: 5px;
  padding: 1px 0;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  opacity: 1;
  display: none;
}
.slider-items .owl-buttons a {
  background: #fff;
  display: block;
  height: 38px;
  margin: 0px 0 0 -30px;
  position: absolute;
  top: 50%;
  width: 38px;
  z-index: 5;
  color: #888;
  border: 1px #eaeaea solid;
}
.slider-items .owl-buttons .owl-prev a:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "\f104";
  text-transform: none;
  font-size: 26px;
  line-height: 35px;
  padding: 6px 6px 6px 6px;
}
.slider-items .owl-buttons .owl-next a {
  top: 50%;
  padding: 2px;
}
.slider-items .owl-buttons .owl-next a:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "\f105";
  text-transform: none;
  font-size: 24px;
  padding: 6px 6px 6px 6px;
  line-height: 30px;
}
.slider-items .owl-buttons .owl-next {
  position: absolute;
  right: -32px;
  top: 30%;
}
.slider-items .owl-buttons .owl-prev {
  position: absolute;
  left: -13px;
  top: 30%;
}
.owl-carousel .col-lg-4, .owl-carousel .col-md-3, .owl-carousel .col-sm-4, .owl-carousel .col-xs-6-12{ width:100%}

.owl-carousel .product{padding:0px!important;}

.owl-carousel .product .product_info {top:32%!important;}

section.home-instagram.wow.fadeIn div.owl-pagination { right: 0; }