/*-----------------------------------------------
                  Banner Style
-----------------------------------------------*/
#rep_banner{
    background:url('../images/boys-1807545_1920.jpg');
    background-size:cover;
    background-position:50% 50%;
    height:350px;
}
.rep_banner-o{
    /*background:rgba(0, 0, 0,.65);*/
    height:350px;
}
#rep_banner .row, #rep_banner .container{
    height:100%;
}
.rep_banner-c{
    text-align:center;
    margin-top:110px;
}
.rep_banner-c h1{
    color:#fff;
    font-size:37px;
    margin:0;
    margin-bottom:20px;
}
.rep_banner-c ul{
    display:inline-block;
}
.rep_banner-c ul li{
    display:inline-block;
    padding:0 15px;
}
.rep_banner-c ul li a{
    color:#fff;
}
.rep_active{
    color:#4db4ff;
}


/*-----------------------------------------------
                 Content Style
-----------------------------------------------*/
#rep_content{
    padding:75px 0;
}
.rep_section-header p{
    margin-bottom:0;
    text-align: center;
}


/*-----------------------------------------------
                 Content Style 02
-----------------------------------------------*/
#rep_projects{
    padding:75px 0;
    background:#fff;
}
.rep_section-header01{
    text-align: center;
}
.rep_section-header01 p{
    margin-bottom:30px;
}
#rep_pro-btn{
    background:#fff;
    border:1px solid #4db4ff;
    border-radius:50px;
    padding:5px 20px;
    font-size:12px;
    margin-top:0;
    transition:all .5s;
    color:#333;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.1);
}
#rep_pro-btn i{
    margin-left:15px;
}
#rep_pro-btn:hover{
    background:#4db4ff;
    color:#fff;
}
.rep_projects-c img{
    border-radius:5px;
    margin-bottom:20px;
    height:200px;
    width:100%;
    object-fit: cover;
    box-shadow:0 0 15px 0 rgba(0,0,0,.15);
}
.rep_projects-c{
    text-align: center;
}



@media(max-width:992px){
    .rep_content-c img{
        margin-bottom:20px;
    }
}
@media(max-width:768px){
    #rep_pro-btn{
        margin-bottom:15px;
    }
}
@media(max-width:576px){
    #rep_content{
        padding:15px 0;
    }
    #rep_content-01{
        padding:15px 0;
    }
    .rep_banner-c{
        margin-top:100px;
    }
    #rep_projects{
        padding:15px 0;
    }
    .rep_section-header01 p{
        margin-bottom:20px;
    }
    #rep_pro-btn{
        margin-bottom:15px;
    }
}




/*-----------------------------------------------
                 Content Style 03
-----------------------------------------------*/
#rep_part{
    padding:75px 0;
}
#rep_part h2{
    margin-bottom: 30px;
}
#rep_part .rep_part-img{
    text-align: center;
}
#rep_part .rep_part-img img{
    width:65px;
    height:auto;
    display: inline-block;
}
#rep_part .owl-prev, #rep_part .owl-next{
    color:#aaa;
}
#rep_part .owl-prev:hover, #rep_part .owl-next:hover{
    background:transparent;
    color:#333;
}

@media(max-width:576px){
    #rep_part{
        padding:15px 0;
    }
}