
a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }

.content {
  padding: 2rem 0; }

h2 {
  font-size: 20px; }

.bg-left-half {
  position: relative; }
  .bg-left-half:before {
    position: absolute;
    width: 50%;
    height: 100%;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    background-color: #f8f9fa; }

.media-29101 img {
  margin-bottom: 20px; }

.media-29101 h3 {
  font-size: 18px;
  font-weight: 900 !important; }
  .media-29101 h3 a {
    color: #6c757d; }

.owl-2-style .owl-nav {
  display: none; }

.owl-2-style .owl-dots {
  text-align: center;
  position: relative;
  bottom: -30px; }
  .owl-2-style .owl-dots .owl-dot {
    display: inline-block; }
    .owl-2-style .owl-dots .owl-dot span {
      display: inline-block;
      width: 15px;
      height: 3px;
      border-radius: 0px;
      background: #cccccc;
      -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
      -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
      transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
      margin: 3px; }
    .owl-2-style .owl-dots .owl-dot.active span {
      background: #007bff; }
    .owl-2-style .owl-dots .owl-dot:active, .owl-2-style .owl-dots .owl-dot:focus {
      outline: none; }

/*SOCIAL ICON CSS*/
.provized_social_float {
    font-family: FontAwesome;
    position: fixed;
    top: 50%;
    left: -15px;
    line-height:40px;
    font-size: 20px;
    opacity: 100;
    -webkit-animation: linear social_float_off .3s;
    margin-top: -75px;
    z-index: 999;
    }
  .provized_social_float:hover {
    left: -3px;
    opacity: 1;
    -webkit-animation: linear social_float_on .3s;
  }
  @-webkit-keyframes social_float_on{
    0% {left: -25px;opacity: .5;}
    100% {left: -5px;opacity: 1;}
  }
  @-webkit-keyframes social_float_off{
    0% {left: -5px;opacity: 1;}
    100% {left: -25px;opacity: .5;}
  }
  a.provized_social_icon {
    position: relative;
    padding: 5px 8px 5px 15px;
    color: white;
    /*background-color:rgba(66,66,66,.5);*/
    border-radius: 5px;
    margin: 5px 0;
    display:list-item;
    /*opacity: .5;*/
    width: 50px;
    text-align: center;
    -webkit-animation: linear social_icon_off .3s;
    text-shadow: 0px 0px 2px #fff;
    }
  a.provized_social_icon:hover {
    opacity: 1;
    text-shadow: 0px 0px 5px #fff;
    -webkit-animation: linear social_icon_on .3s;
  }
  @-webkit-keyframes social_icon_on {
    0% {opacity: .4}
    100% {opacity: 1}
  }
  @-webkit-keyframes social_icon_off {
    0% {opacity: 1}
    100% {opacity: .4}
  }

  /*Quilty button CSS*/
  
.btn {
    color: #3c6b2d;
    text-decoration: none;
    font-size: 1.5em;
    text-transform: uppercase;
    font-family: calibri;
    border-radius: 3px;
    border: 2px solid #7dbd69;
    padding: 1rem 2rem;
    box-shadow: .9px 1px 0 0 #7dbd69, 1.5px 2px 0 0 #7dbd69, 2.5px 3px 0 0 #7dbd69, 3.5px 4px 0 0 #7dbd69, 4.5px 5px 0 0 #7dbd69, 5.5px 6px 0 0 #7dbd69, 6.5px 7px 0 0 #7dbd69, 7.5px 8px 0 0 #7dbd69, 8.5px 9px 0 0 #7dbd69, 9.5px 10px 0 0 #7dbd69;
    position: relative;
    inset: 0;
    cursor: pointer;
    transform: rotateX(0), rotateY(0) rotateZ(0);
    display: inline-block;
    outline: 2px dashed transparent;
    transition: all 600ms ease;
}

.btn:hover {
    inset: 6px 0 5.5px 0;
    transform: rotateX(5deg) rotateY(3deg) rotateZ(.25deg);
    box-shadow: none;
}  