/* scroller */
/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #56a9f3;
    transition: 0.8s ease all;
    border-radius: 4px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #56a9f3;
    transition: 0.8s ease all;
    border-radius: 4px;
    opacity: 0.7;
}

.smooth-scroll:hover {
	text-decoration: none;
}

.title-bar-thought h6 {
	font-size: 18px;
}

body, a, p, h5, h6, .fadeInUp h6, .email-form {
	font-size: 15px;
}

.control-label {
	color: #fff !important;
}

#career-p3 .career-p3-cont h5 {
	font-size: 18px;
}

.single-news-p1 .service-item-title h3 {
    font-size: 15px;
}
#login, #login input, #login a, #login button, #login textarea{
    font-size: 16px;
}
#login .control-label {
    color: #3c3c3c !important;
}

.product-main {
    border: 2px solid #ececec;
    padding: 2% 0;
    margin: 2% 0;
    background-color: #ececee;
}
.fadeInUp .service-index {
    padding: 3px;
}

@media (min-width: 992px) {
    .fadeInUp .service-index .service-item {
        height: 100%;
    }
    .portfolio-index .thumbnail-blogs, .card a {
        /*border: 2px solid red;*/
        height: 240px;
        overflow: hidden;
    }
    .fadeInUp .product-index {
        margin-top: 20px;
    }
}