.custom-table tr td{
    font-size: 14px;
    padding: 5px 10px 5px 10px !important;
}

/* Testimonials */
.testimonials blockquote {
    background: #f8f8f8 none repeat scroll 0 0;
    border: medium none;
    color: #666;
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 15px;
    position: relative;
    margin-bottom: 5px !important;
}
.testimonials blockquote::before {
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    content: " ";
    display: block;
    position: absolute;
    border-bottom: 20px solid #fff;
    border-right: 0 solid transparent;
    border-left: 15px solid transparent;
    border-left-style: inset; /*FF fixes*/
    border-bottom-style: inset; /*FF fixes*/
}
.testimonials blockquote::after {
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    content: " ";
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #5385c1 transparent transparent transparent;
}
.testimonials .carousel-info img {
    border: 1px solid #f5f5f5;
    border-radius: 150px !important;
    height: 75px;
    padding: 3px;
    width: 75px;
}
.testimonials .carousel-info {
    overflow: hidden;
}
.testimonials .carousel-info img {
    margin-right: 15px;
}
.testimonials .carousel-info span {
    display: block;
}
.testimonials span.testimonials-name {
    color: #5385c1;
    font-size: 16px;
    font-weight: 300;
    margin: 5px 0 7px;
}
.testimonials span.testimonials-post {
    color: #656565;
    font-size: 12px;
}
.projects .thumbnail{
    padding: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.projects .thumbnail .thumbnail-header{
    text-align: center;

}
.projects .thumbnail .thumbnail-header h5{
    background-color: #5385c1;
    color: white !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.projects .thumbnail .thumbnail-img .project-img{
    width: 100%;
    padding: 10px;
    max-height: 226px;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #5385c1;
}
a{
    text-decoration: none;
}
.thumbnail {
    padding: 4px;
    line-height: 1.6;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 0px;
    transition: border .2s ease-in-out;
}

.project-img{

}
.slick-slider{
    position: relative;
}
.slick-arrow{
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);

}
.slick-arrow{
    color:#5385c1;
    z-index: 9999999;
}
.slick-arrow.sl-prev{
    left: -10px;
}
.slick-arrow.sl-next{
    right: -20px;
}
.inner.admin{
    margin-top: 170px;
}
.img-container{
    position: relative;
}
.img-container .remove{
    position: absolute;
    top: -13px;
    right: -9px;
    color: red;
}