a:hover,a:focus{
  outline: none
}
/*==============bio Snippet================*/
.images-content{
  position: relative;
}
.images-content::before{
  content: "";
  position: absolute;
  opacity: 0;
  background-color: #000000;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 3;
}
.images-content:hover::before{
  opacity: 0.6
}
.images-content p{
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  margin: -25px 0 0 0;
  z-index: 4;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  width:100%;
  cursor: pointer;
}
.images-content p a{
  color: #ffffff
}
.images-content:hover p{
  top: 50%;
  opacity: 1
}
/*==============//bio Snippet================*/



/*==============Testimonials snoppet================*/
#snippet-testimonials{
  padding: 15px 0;
  position: relative
}
#snippet-testimonials .owl-buttons{
  position: absolute;
  top: 40%;
  margin-top: -15px;
  width: 100%
}
#snippet-testimonials .owl-buttons div{
  font-size: 36px;
  width: 30px;
  cursor: pointer;
  float: left
}
#snippet-testimonials .owl-buttons .owl-next{
  float: right;
  margin-right: -10%
}
#snippet-testimonials .owl-buttons .owl-prev{
  margin-left: -10%
}
#snippet-testimonials .owl-pagination{
  text-align: center;
  margin-top: 15px
}
#snippet-testimonials .owl-pagination div{
  display: inline-block;
  margin: 5px
}
#snippet-testimonials .owl-pagination span{
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #d7d7d7;
}
#snippet-testimonials .owl-pagination div.active span{
  background-color: #353535;
}
/*==============//Testimonials snoppet==============*/




/*================Advantages Snippet================*/
.fes7-img,.fes7-img-constr,.fes7-img-cont {
  position: absolute;
  top: 0;
  height: 100%;
}
.fes7-img-cont {
  overflow: hidden;
  padding: 0;
}
.fes7-img,.fes7-img-constr {
  z-index: 0;
  left: 0;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
.full-img-content{
  position: relative;
  padding: 80px 0;
}
.img-pull-right {
  position: absolute;
  right: 0;
  top: 0;
}
.img-pull-left {
  position: absolute;
  left: 100%;
  top: 0;
}
@media(max-width:991px){
  .full-img-content{
    padding: 20px 0;
  }
}
/*================//Advantages Snippet==============*/




/*================Social Media Post=================*/
.SocialBorderRight {
  border-right: 1px solid #b7b7b7;
  min-height: 60px;
}
.SocialBorderBottom {
  border-bottom: 1px solid #e3e3e3;
  overflow: hidden;
}
.social_include .fa::before{
  font-size: 44px;
}
.social_include .fa-facebook-official:before{
  color: #39589e;
}
.social_include .fa-twitter:before{
  color: #00b5ff;
}
.social_include .fa-instagram:before{
  color: #734f3c;
}
.social_include .fa-facebook-official:before,
.social_include .fa-twitter:before,
.social_include .fa-instagram:before{
  position: absolute;
  left: 0%;
}
.social_include .social_fonts{
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 24px;
  color: #999999;
  line-height: 1.2rem;
}
.social-drop{
  display:none;
  width:100%;
  padding:15px;
  background-color: #ddd;
}
.social-drop:hover{
  background-color:#ccc;
  text-decoration:none;
}
.social-drop::before{
  content:"\f107";
  font-family:FontAwesome;
  float:right;
  font-size:16px;
  color:#444;
  
}
.social-drop.active-link::before{
  content:"\f106";
}
@media(max-width:767px){
  .fb-page span,.fb-page span iframe,.fb-page span iframe > ._2p3a{
    width: 100% !important;
    min-width:100%!important
  }

  .social-drop{
    display: block;
  }
  .social-container{
    display:none;
  }
  .social_include .social_fonts{
    line-height: 2rem;
  }
}
/*================//Social Media Post===============*/



/*===========Product slider snoppet===========*/
#slider,#carousel{
  font-family: 'Archivo Narrow', sans-serif;
  margin-top: 30px;
  margin-bottom: 20px
}
#carousel{
  margin-top: 0;
}
#slider.flexslider{
  margin-bottom: 20px;
  padding: 0 8.33333333%;
}
#slider{
  margin-top: 30px;
}
#slider .flex-direction-nav a,
#carousel .flex-direction-nav a{
  width: 30px
}
#slider .flex-direction-nav a.flex-next::before,
#carousel .flex-direction-nav a.flex-next::before{
  font-family: FontAwesome;
  content: "\f105";
}
#slider .flex-direction-nav a.flex-prev::before,
#carousel .flex-direction-nav a.flex-prev::before{
  font-family: FontAwesome;
  content: "\f104";
}
#slider li,#carousel li{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing:content-box;
}
#carousel .flex-viewport li{
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
#carousel .flex-viewport li img{
  z-index: -1;
  width:98%;
  margin:2px
}
#carousel .flex-active-slide,#carousel .slides li:hover{
  -moz-box-shadow: inset 0 0 3px #999;
  -webkit-box-shadow: inset 0 0 3px #999;
  box-shadow: inset 0 0 3px #999;
  overflow: hidden;
}
.btn-slider{
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.btn-slider:hover,
.btn-slider:focus{
  color: #fff;
  background-color: #555;
  border-color: #555;
}
.title-product-slider,
.testimonials-title{
  font-size: 3.3rem;
  color: #999;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.color-type li a{
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 3px;
}
.color1{
  background-color: #d2426b
}
.color2{
  background-color: #9bc500
}
.color3{
  background-color: #464646
}
.color4{
  background-color: #3c77df
}
#carousel .flex-direction-nav .flex-next{
  right: -35px
}
#carousel .flex-direction-nav .flex-prev{
  left: -35px
}
/*=========//Product slider snoppet===========*/