p,ul{
    font-size: 14px;
}

.container h1, .container h2, .container h3, .container h4, .container h5, .container h6{
    font-weight: 600!important;
}
.home_page .container h1, .home_page .container h2, .home_page .container h3, .home_page .container h4, .home_page .container h5, .home_page .container h6{
    font-weight: normal!important;
    font-family: 'Open Sans', sans-serif;
}

a{
    color: #1c93b9;
}

a.read_more{
   background: #666;
    color: #fff;
    min-width: 140px;
    border-left: 0;
    margin: 15px 0 10px;
    padding: 5px 20px;
    border-bottom: 2px solid #000;
    display: inline-block;
}

a.read_more:hover{
    background: #1c93b9;
}

.navbar-pasific .navbar-nav > li > a{
    color: #1c93b9!important
}

.services_wrap .img_wrap{
    overflow: hidden;
    position: relative;
}
.services_wrap .img_wrap .overlay{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition:all 0.4s ease-out;
    opacity: 0;
    background: rgba(0,0,0,0.5);
}

.services_wrap .img_wrap:hover .overlay{
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.services_wrap .s_name{
    font-weight: 600;
    font-size: 15px;
    margin-top: 5px;
    padding: 6px 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: uppercase;
}

.navbar-brand img{
    max-width: 270px;
    margin: 15px 0 0 0;
}

.services_wrap .s_inner a{
    display: block;
    border: 1px solid #d8d6d6;
    padding: 8px;
    border-radius: 3px;
    overflow: hidden;
}

#services h1, .our_clients h1{
    margin-bottom: 20px;
}

.services_wrap .s_inner{
    background: #fff;
    margin:15px 0

}


.services_wrap .s_inner a:hover{
    box-shadow: 0 0 5px 2px #ccc;
}

.modal-dialog{
    max-width: 750px;
    font-weight: normal;
}

.modal-dialog ul{
    padding-left: 25px;
}

.services_wrap .s_inner.view_all{

}

.services_wrap .s_inner img{
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    width: 100%;
}

.our_clients img{
    width: 100%;
    border: 1px solid #ccc;
    padding: 8px;
}
.our_clients .client_img{
    padding: 10px;
}

#services h1, .our_clients h1, .about_us h1, .our_projects h1{
    position: relative;
    margin-bottom: 30px!important;
}
.portfolio.center-block{
    margin-top: 15px;
    clear: both;
    display: inline-block;
    width: 100%;
}

#services h1:after, .our_clients h1:after, .about_us h1:after, .our_projects h1:after{
    content: "";
    position: absolute;
    bottom: -7px;
    width: 70px;
    left: 50%;
    margin-left: -35px;
    height: 2px;
    background: #000;
}

.overlay .glyphicon{
    position: absolute;
    height: 50%;
    color: #fff;
    display: inline-block;
    width: 50px;
    height: 50px;
    font-weight: normal;
    text-align: center;
    line-height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    top: 50%;
    position: absolute;
    z-index: 9999;
    font-size: 18px;
    border-radius: 5px;
    border: 2px solid #fff;
}

.services_wrap .s_inner .img_wrap:hover img{
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.service_img img{
    width: 100%;
}

.service_main_wrap.right_side .service_img {
    float: right;
}

.service_text h4{
    margin-top: 0;
}
.service_text p{
    line-height: 22px;
    margin-bottom: 15px;
}

.service_text span.read_more{
    color: #1c93b9;
    display: inline-block;
    margin-left: 10px;
    font-weight: 600;
    cursor: pointer;
}

.service_main_wrap{
    margin: 25px 0;
}

.service_text span.read_more span{
    font-size: 13px;
    font-weight: normal;
}

@media (min-width: 768px){
    .modal-dialog {
        width: 750px;
        margin: 30px auto;
    }
}
@media (max-width: 767px){
    .service_text h4{
        margin-top: 15px;
    }
}

    .navbar-mp.top-nav-collapse .navbar-nav li a:hover { 
        color: #1c93b9 !important;
    }

    .our_clients .img_wrap{
        margin: 20px 0 0 0;
    }
}


@media only screen and (max-width: 1024px) {
    .navbar-brand img{
        max-width: 200px;
        margin: 20px 0 0 0;
    }
}

@media only screen and (max-width: 480px) {
    .our_clients .client_img{
        padding: 5px;
    }

    .our_clients img{
        padding: 5px
    }
}