/* Manzil Construction HTML Template*/

/* Mobile styles */
@media (max-width: 991px) {
	.header-top {
		display: none;
	}

	.hamburger {
		display: flex !important;
		z-index: 1001;
	}

	.nav-links {
		position: fixed;
		top: 0;
		left: -100%;
		width: 280px;
		height: 100vh;
		background: #ffffff;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
		z-index: 999;
		transition: all 0.5s ease;
		padding-top: 70px;
	}

	.nav-links.active {
		left: 0;
	}

	.nav-links ul {
		flex-direction: column;
		padding: 0 20px;
	}

	.hamburger.active .bar:nth-child(1) {
		transform: translateY(9px) rotate(45deg);
	}

	.hamburger.active .bar:nth-child(2) {
		opacity: 0;
	}

	.hamburger.active .bar:nth-child(3) {
		transform: translateY(-9px) rotate(-45deg);
	}

	.layer-window.active {
		display: block;
	}

	.tally-ace-cont {
		padding-left: 0px;
	}
}

@media only screen and (max-width: 1199px) {
	.container {
		max-width: 90% !important;
	}
}

@media only screen and (min-width: 1500px) {
	.container {
		max-width: 85% !important;
	}
}


@media only screen and (max-width: 5000px) {}

@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1340px) {}

@media only screen and (max-width: 1140px) {}


@media only screen and (min-width: 1025px) {}

@media only screen and (min-width: 768px) {}

@media only screen and (max-width: 1023px) {}

@media only screen and (max-width: 575px) {}

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

@media only screen and (max-width: 767px) {
	.table-mobres {
		overflow-x: scroll;
	}
	.blog-list{
        margin-bottom:30px;
            height: auto !important;
    }
    .news-item{
        height: auto !important;
    }
}

@media only screen and (max-width: 599px) {}

@media only screen and (max-width: 575px) {
	.tagt-title h2 {
		font-size: 25px !important;
		font-weight: 700;
		color: #fff;
		margin-bottom: 20px;
	}

	.tagt-title h3 {
		color: #fff;
		font-size: 17px !important;
		font-weight: 600;
		margin-bottom: 20px;
	}

	.banner-content {
		padding: 85px 0 !important;
	}

	.tsic-contant h1 {
		font-size: 35px !important;
		font-weight: 700;
		color: #08539b;
	}

	.tsic-contant h2 {
		font-size: 30px !important;
		font-weight: 700;
		margin-bottom: 20px;
	}

	.tsic-titl h3 {
		font-size: 25px !important;
		font-weight: 700;
		margin-bottom: 20px;
	}

	.tsic-phr strong {
		font-size: 12pt !important;
	}

	.training-inst h2 {
		font-size: 20px !important;
		font-weight: 700;
		color: #222222;
		margin-bottom: 20px;
	}

	.training-inst h4 {
		font-size: 16px !important;
		font-weight: 600;
		margin-bottom: 30px;
		color: #0063b1;
	}
}

@media only screen and (max-width: 479px) {}