.top-nav-left img {
    width: 75px;
    margin-top: 30%;
    margin-left: 35%;
    position: relative;
    left: -24px;
    top: -30px;
}


.navbar-brand > img {
    width: 35%;
}

.navbar {
    min-height: 100px;
    border: none;
}

.navbar-brand {
    height: 100px;
    padding: 5px 15px;
}

.navbar-right {
    margin-top: 50px;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}


.logoSize img{
	width: 75px;
	height: 75px;
	position: relative;
	margin:25px; 
}

.heding{
	text-align: center;
	padding: 15px 0;
}

.heding2{
	padding: 15px 15px 0px;
}

.QboxText{
	padding: 15px;
}

.QboxWrap{
	width: 100%;
	height: 450px;
	position: relative;
	overflow: auto;
	scrollbar-color: #444444 #d6d6d6;
  	scrollbar-width: thin;
  	margin: 25px;
}


.Qbox{
	width: 360px;
	height: 240px;
	position: relative;
	border: 5px solid #f0f0f0;
	padding: 15px;
	margin-bottom: 15px;
}

.Qbox img{
	width: 360px;
	height: 240px;
	position: relative;
}	
.box1{
	width: 351px;
	height: 215px;
	position: relative;
	border: 2px solid #f0f0f0;
	padding: 0px;
	margin-bottom: 15px;
}

.box1:hover{
	box-shadow: -2px 2px 6px #111;
}

.box1 img{
	width:100%;
	height: auto;
	position: relative;
}


@media screen and (max-width:600px) {
.top-nav-left img {
  left: -25px;
  top: -30px;
}
}

@media(min-width: 768px){

.box1{
	width: 225px;
	height: 165px;
}	


}

.content-not-found h1{
	color: #e96f32;
}

.textBold{
	font-weight: 600;
}