@media screen and (max-width:319px) {

	.header-logo-cont .title-tag {

		font-size: 12px;

		width: 45%;

		text-align: right;

		line-height: 16px;

		margin-top: 32px;

	}

}

@media screen and (max-width:767px) {

	#header-wrapper .navbar-collapse {

	}

	#header-wrapper .navbar-inverse .navbar-nav {

		width: 100%;

		margin: 0;

	}

	#header-wrapper .navbar-inverse .navbar-nav li a {

		text-align: center;

		padding: 10px;

	}

}

@media screen and (max-width:991px) {

	#footer .footer-copyright {

		width: 100%;

		text-align: center;

	}

	#footer .footer-copyright p {

		padding-bottom: 10px;

	}

	#footer .footer-menu-social {

		width: 100%;

		text-align: center;

	}

	#footer .footer-menu-social .menu-footer {

		width: 100%;

		padding-top: 10px;

	}

	#footer .footer-menu-social .menu-footer ul li {

		float: none;

		display: inline-block;

		margin: 5px 15px;

	}

	#footer .footer-menu-social .social-footer {

		width: 100%;

		text-align: center;

	}

	#footer .footer-menu-social .social-footer ul li {

		float: none;

		display: inline-block;

	}

}





@media (min-width:320px) and (max-width:359px) {

	.header-logo-cont .title-tag {

		font-size: 12px;

		width: 60%;

		text-align: right;

		line-height: 16px;

		margin-top: 32px;

	}

}

@media (min-width:360px) and (max-width:479px) {

	.header-logo-cont .title-tag {

		font-size: 16px;

		width: 60%;

		text-align: right;

		line-height: 22px;

		margin-top: 26px;

	}

}

@media (min-width:480px) and (max-width:599px) {

	.header-logo-cont .title-tag {

		font-size: 16px;

		width: 60%;

		text-align: right;

		line-height: 22px;

		margin-top: 36px;

	}

	.header-logo-cont .title-tag {

		font-size: 16px;

	}

	.knowledge-centre-left {

		float: left;

		width: 60%;

	}

	.knowledge-centre-right {

		float: left;

		width: 40%;

	}

	.knowledge-centre-right .sidebar-box {

    	padding: 20px 15px;

	}

	.knowledge-centre-right .sidebar-box:last-child {

    	margin-top: 15px;

	}

}

@media (min-width:600px) and (max-width:767px) {

	.header-logo-cont .title-tag {

		font-size: 16px;

	}

	.knowledge-centre-left {

		float: left;

		width: 65%;

	}

	.knowledge-centre-right {

		float: left;

		width: 35%;

	}

	.knowledge-centre-right .sidebar-box {

    	padding: 20px 15px;

	}

	.knowledge-centre-right .sidebar-box:last-child {

    	margin-top: 15px;

	}

}

@media (min-width:768px) and (max-width:991px) {

	.knowledge-centre-left {

		float: left;

		width: 65%;

	}

	.knowledge-centre-right {

		float: left;

		width: 35%;

	}

	.knowledge-centre-right .sidebar-box {

    	padding: 20px 15px;

	}

	.knowledge-centre-right .sidebar-box:last-child {

    	margin-top: 15px;

	}

}

