/*
Testimonial
=====================================*/

.our-team #testinomonials_slider .owl-prev{
	float: left;
	background: #008BBD url("../img/icons/arrow-left-white.svg") no-repeat;
	background-size: auto;
	background-size: 16px;
	background-position: center center;
	position: absolute;
    left: 10px;
    top: 45%;
}
.our-team #testinomonials_slider .owl-prev span,
.our-team #testinomonials_slider .owl-next span{
    font-size:0;
}
.our-team #testinomonials_slider .owl-next{
	float: right;
	background: #008BBD url("../img/icons/arrow-right-white.svg") no-repeat;
	background-size: auto;
	background-size: 16px;
	background-position: center center;
	position: absolute;
    right: 10px;
    top: 45%;
}
.our-team #testinomonials_slider .owl-nav button{
    width: 30px;
    height: 30px;
    margin: 0;
    border-radius: 50%;
    outline: 0;
    cursor: pointer;
}
.foot-icons{
	margin-top: 5px;
	margin-right: 15px;
}


/*
Blog
=====================================*/
.blog-container {
    float: left; 
    width: 100%;
    background:#F1F9FF;
    padding: 40px 0;
    margin-bottom:0;
}
.blog-container h3{
    font-size:16px;
    color:#2BADCE;
    line-height:30px;
    font-family: 'Montserrat', sans-serif;
    font-weight:500;
    padding-bottom:10px;
}
.single-row {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.blog-single {
    float: left;
    width: 100%;
}
.blog-single.align-right .blog-1, .blog-single.align-left .blog-1 {
    margin-bottom: 20px;
}
.blog-single.featured-blog img{
    float: left;
    width: 100%;
}
.blog-single.featured-blog .blog-1{
    position:relative;
}
.blog-single.featured-blog .blog1-content{
    padding: 19px;
    margin-left: auto;
    background: #ffffff;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60%;
}
.blog-single .blog1-content{
    float: right;
    width: 100%;
    background:transparent;
}
.blog-1 {
    float: left;
    width: 100%;
}
.blog-image {
    width: 100%;
    float: left;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
}
.blog-1 .blog1-content {
    padding: 15px 0 5px 0;
}
.blog-container .blog-heading h3{
    font-family: 'Lato', sans-serif;
    color: #008BBD;
    font-size:16px;
    line-height:19px;
    font-weight:700;
    margin: 0;
}
.blog-date {
    float: left;
    font-size: 10px;
    color: #707070;
    margin: 4px 0 0 0;
}
.blog-detail {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height:20px;
    font-weight:400;
    font-family: 'Lato', sans-serif;
    margin-bottom: 15px;
    margin-top: 10px;
    color:#000000;
}
.blog-list .blog-1 a {
    display: flex;
}
.blog-list .button {
    background-color: #F1F9FF;
    padding: 8px 15px 15px;
    border-radius: 5px;
    display: block;
    width: 101px;
    float: left;
}
.button.bg-blue{
    float:left;
    border-radius: 5px;
    padding: 5px 10px;
}
.blog-single.featured-blog .button.bg-blue{
    background: #F1F9FF;
}
.blog-single.align-right .button.bg-blue{
    background: #ffffff;
}
.button.bg-blue img{
    float:left;
    width: 70px!important;
}
.link-blog{
    float: left;
    width: 100%;
    display:flex;
    justify-content:center;
}
.blog-container a.btn{
    color:#000000;
}
.colm-left {
    float: left;
    width: 50%;
}
.colm-right {
    float: right;
    width: 50%;
}
.blog-author {
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-right: 8px;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background:transparent;
    color: #000;
}
.owl-carousel button{
    border:0;
    box-shadow:none;
}


















