.message-validate .error{
	color: #dc3545;
}

.knowleagehub-content {
	/*margin-top: 188px;*/
}

.knowleagehub-box-href:hover {
	text-decoration: none;
}

.knowleagehub-box-href .new-title-media:hover {
	text-decoration: underline;
}

.knowleadge-text {
	color: #fff;
	font-size: 16px;
	font-weight:200;
}

.knowleagehub-box {
    background: url(images/bg-knowledg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    height: 300px;
    width: 100%;
    padding: 0px 0px;
    margin-top: 96px;
    padding-top:55px;
}
.knowleagehub-contenthead{
    margin-top: -405px;
    height: 100%;
}
.knowleagehub-colorhead{
	color: #fff;
    font-size: 16px;
    font-weight: 200;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.knowleagehub-layoutbutton {
    margin-top: -11px;
    padding: 21px;
}


/* Tab Category */
.control.nav-tabs > li.active > a,
.control.nav-tabs > li.active > a:hover,
.control.nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.control.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.control.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.control.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.control.nav>li {
    position: relative;
}


.control.nav-tabs { 
    border-bottom: 2px solid #DDD; 
}
.control.nav-tabs > li > a.active,
.control.nav-tabs > li > a.active:focus,
.control.nav-tabs > li > a.active:hover { 
    border-width: 0; 
}
.control.nav-tabs > li > a {
    border: none; color: #666; 
}
.control.nav-tabs > li > a.active,
.control.nav-tabs > li > a:hover { 
    text-decoration: none;
    border: none;
    color: #ff5a19 !important; background: transparent; 
}
.control.nav-tabs > li > a::after { 
    content: "";
    background: #ff5a19;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -1px;
    transition: all 250ms ease 0s;
    transform: scale(0);
}
.control.nav-tabs > li > a.active::after,
.control.nav-tabs > li:hover > a::after { 
    transform: scale(1); 
}


.knowleagehub-dropdown {
	width: 100%;
}
.active-tabs {
	display: none;
}
@media (max-width: 640px) {
	.knowleagehub-box {
		margin-top:84px;
	}
	.image-knowleadge-head {
		width: 240px;

	}
}

@media (max-width: 414px) {
	.active-tabs {
		position: relative;
	    display: block;
	    padding: 10px 15px;
	    color: #ff5a19;
	    border-bottom: 2px solid #ff5a19;
	    position: relative;
	    width: 100%;
	}

	.active-tabs:before {
		content: "\f103";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-decoration: inherit;
		font-size: 18px;
		position: absolute;
		bottom: 0px;
		right: 0px;
	}
	

	.control.nav-tabs > li > a.active, .control.nav-tabs > li > a:hover {
		color:#666 !important;
	}
	.control.nav-tabs > li > a::after {
		background: transparent;
	}
	.control.nav-tabs {
		border-bottom:transparent;
		height: 0px;
    	overflow: hidden;
	}

	.control.nav > li { 
		border-bottom: 1px solid #ddd;
	    position: relative;
	    width: 100%;
	}
	.control.nav > li > a {
		font-weight:200;
	}

	.knowleagehub-box {
		margin-top:23px;
    	padding-top: 90px;
    	padding-left:10px;
    	height: 202px;
	}
}
