
/* =-=-=-=-=-=-= Helper Classes  =-=-=-=-=-=-= */

/* =-=-=-=-=-=-= Funfacts  =-=-=-=-=-=-= */

/* =-=-=-=-=-=-= Owl Slider Settings  =-=-=-=-=-=-= */
#clients .owl-theme .owl-controls {
    margin-bottom: -12px;
}
#clients .owl-prev, #testimonials .owl-prev {
    left: -50px;
    position: absolute;
    top: 40%;
}
#clients .owl-next, #testimonials .owl-next {
    position: absolute;
    right: -50px;
    top: 40%;
}
#clients .owl-prev, #clients .owl-next, #testimonials .owl-next, #testimonials .owl-prev, #services .owl-next, #services .owl-prev {
    background-color: #016db6;
    border-radius: 0;
    font-size: 20px;
    opacity: 1;
    transition: all 0.3s ease 0s;
    o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
#clients .owl-prev:hover, #clients .owl-next:hover, #testimonials .owl-next:hover, #testimonials .owl-prev:hover, #services .owl-next:hover, #services .owl-prev:hover {
    background-color: #005791;
}
#post-slider {
    background-color: #016db6;
    border-radius: 0;
    font-size: 20px;
    opacity: 1;
    transition: all 0.3s ease 0s;
    o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
#post-slider img {
    width: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transition: all 1s ease-in-out 0s;
    o-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
}
#post-slider img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
#post-slider .owl-prev, #testimonials .owl-prev {
    left: 30px;
    position: absolute;
    top: 50%;
}
#post-slider .owl-next, #testimonials .owl-next {
    position: absolute;
    right: 30px;
    top: 50%;
}
#post-slider .owl-prev, #post-slider .owl-next {
    background-color: #016db6;
    border-radius: 0;
    font-size: 20px;
    opacity: 1;
    transition: all 0.3s ease 0s;
    o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
#post-slider .owl-prev:hover, #post-slider .owl-next:hover {
    background-color: #005791;
}
/* =-=-=-=-=-=-= Gallery  =-=-=-=-=-=-= */

/* =-=-=-=-=-=-= Blog & News  =-=-=-=-=-=-= */

/* =-=-=-=-=-=-= Blog Sidebar  =-=-=-=-=-=-= */


/* =-=-=-=-=-=-= Testimonials  =-=-=-=-=-=-= */

/* =-=-=-=-=-=-= Our Clients  =-=-=-=-=-=-= */
.clients {
    background: rgba(240, 240, 240, 1) url("../images/background-with-dots.html") repeat scroll 0 0 / cover;
}
.clients-grid {
    background-color: #fff;
    border: 2px solid #f2f1ee;
    transition: all 0.3s ease 0s;
    o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.clients-grid:hover {
    border: 2px solid #016db6;
    cursor: pointer;
}
.clients-grid p:last-child {
    margin-bottom: 0;
}
#clients .owl-pagination {
    bottom: 20px;
    margin: 0 auto;
    position: absolute;
    width: 100%;
}
#clients .item {
    margin: 10px;
}
/* =-=-=-=-=-=-= Fixed Sidebar =-=-=-=-=-=-= */

