* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: 'arial', sans-serif;

}

ul li {
	list-style: none;
}

ul {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
}

.section {
	clear: both;
	margin: 30px 0px;
}

.m-button {
	background-color: #fbac1b;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1300px;
	}
}

/*Index page-break-after: */
/*<header>*/

/*Top HEader*/
.color-changer {
	color: black;
}

.top-header {
	background-color: #f8f8f8;
	font-size: 13px;
	box-shadow: 0px 0px 4px 0px #888888;

}

.top-header-left .list-group-item {
	background-color: #f8f8f8;
	padding: 10px;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
}

.top-header-right .list-group-item {
	background-color: #f8f8f8;
	padding: 10px;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;

}

.black-a {
	font-size: 14px;
	background-color: black;
	color: white;
}

.white-a {
	font-size: 14px;
	border: 1px solid black;
}

/*Top Header End*/

/*Header*/


.logo img {
	height: 100px;
}

.logo2 img {
	height: 100px;
}

/* </header> */

/*Navbar*/
.navbar {
	padding: .1rem 1rem;
	border-bottom: 1px solid #888888;
}

#navbarNav ul li a {
	padding: 6px;
	color: black;
}

#navbarNav ul li {
	margin: 3px;
	padding: 0px 15px;
	font-size: 15px;
	font: 1.4rem monospace;

}

#navbarNav .active {
	background-color: #fbac1b;
	border-radius: 5px;
	color: white;
}

#navbarNav .active a {
	color: white;
}

.nav-item .dropdown-menu {
	font: 1.2rem roboto;
	background-color: #d3cfcfe8;
}

.nav-item .nav-link as:hover {
	background-color: #F75990;
	border-radius: 5px;

}

/*End Navbar*/

/*Banner Section*/
.carousel-inner {
	height: 433px;
}

/*End Banner Section*/


/*marquee section*/

.marquee {
	background-color: #fbac1b;
	color: #fbac1b;
	overflow: hidden;
	padding: 8px;
	font: 1.2rem Roboto;
	position: relative;
}

.marquee:before,
.marquee:after {
	position: absolute;
	top: 0;
	width: 10rem;
	height: 100%;
	content: "";
	z-index: 1;
}

.marquee:before {
	left: 0;
	background: linear-gradient(to right, #fbac1b 0%, transparent 100%);
}

.marque:after {
	right: 0;
	background: linear-gradient(to left, #fbac1b 0%, transparent 100%);
}

.marquee-content {
	display: flex;
	overflow: hidden;
	animation: scrolling 30s linear infinite;
}

.marquee-content li a {
	color: white;
	font-size: 18px;
}

@keyframes scrolling {
	0% {
		transform: translateX(100vw);
	}

	100% {
		transform: translateX(-180vw);
	}
}

.marquee-content:hover {
	animation-play-state: paused;
}

.marquee-content li {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 7%;
	flex-shrink: 0;
	white-space: nowrap;
	overflow: hidden;

}

/*End Marquee*/

.leader_div {
	height: 120px;
	text-align: center;
	background-color: #eee;
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
	box-shadow: 0 0 5px #aaa;
	float: left;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

.leader_detail {
	margin-left: 30px;
}

/*About-Us*/

.about p {
	text-align: justify;
	font: 1rem roboto;
	line-height: 1.5;
	overflow: hidden;
	height: 69%;

}

/* .a.dropdoun-item{
	font-size: 15px!important;
} */

#navbarNav ul li a {
	padding: 6px;
	color: black;
	font-size: smaller !important;
}

.bs-component .nav-tabs {
	background-color: #eceff0;
	margin-bottom: 17px;
	width: 80%;

}


.bs-component .nav-tabs .nav-item {
	margin-left: 20px;
}

.bs-component .nav-tabs .nav-link {
	color: black;
}

#myTabContent {
	margin: 0 10px 0 0;
}

/* .about img{
	height: 250px;
	border: 10px solid #f8f8f8;
	box-shadow: 10px 10px 0px 0px #eee;
} */
/*End About-Us*/


/*TENDER*/

body .tender {
	background-color: #f8f8f8;
	padding-top: 10px;
	padding-bottom: 10px;
}

.t-ul {
	height: 350px;
	overflow: auto;
	ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
}

.t-ul::-webkit-scrollbar {
	display: none;
}

ul.t-ul li {
	/* height: 80px; */
}

/* ul.t-ul li:hover{

	} */
.t-content {
	margin-left: 125px !important;
	width: 81%;
	text-align: justify;
	font-size: 15px;
}

.t-discription {
	margin-top: 17px;
}

.notification .list-group {
	height: 372px;
	overflow: auto
}

.list-group::-webkit-scrollbar {
	display: none;
}

/*End Tender*/


/*Gallery*/

.gallery-section {
	/*background-color: #edf7f6;*/
	padding-bottom: 70px;
}

.g-ul {
	column-count: 3;
	column-gap: 0px;
	overflow: auto;
}

.g-ul+span {
	position: relative;
	padding: 202px;
}

/*.g-ul + a{
		    margin: 20px 198px;
	}*/
.g-li {
	border: 5px solid transparent;
}

.g-wrapper {
	background-color: #eee;
	padding: 10px;
	border-radius: 5px;
}

/*End Gallery*/



/*Slider*/
.marquee-logo {
	background-color: #495057;
	color: white;
	overflow: hidden;
	padding: 8px;
	font: 1.2rem Roboto;
	position: relative;
}

.slider ul li img {
	vertical-align: middle;
	border-style: none;
	height: 150px;
	width: 100%;
	display: flex;
}

.slider ul {
	display: flex;
	overflow: hidden;
}

.slider ul li {
	border: 1px solid;
	margin: 10px;
	box-shadow: 1px 2px 5px 5px;
}

.slider-content {
	animation-name: slider;
	animation-duration: 10s;
	animation-iteration-count: infinite;
	position: relative;
}

@keyframes slider {
	0% {
		background: red;
		left: 0%;
		top: 0%;
	}

	25% {
		background: yellow;
		left: 33%;
		top: 0%;
	}

	50% {
		background: blue;
		left: 66%;
		top: 0%;
	}

	75% {
		background: green;
		left: 100%;
		top: 0%;
	}

	100% {
		background: red;
		right: 0%;
		top: 0%;
	}
}

/*End Slider*/
/*Footer Section*/
.footer {
	/*font: 1rem menu;*/
	border-top: 10px solid #343a40;
}

.other-link {
	line-height: 2.2rem;
}

.social-media {
	font-size: 2rem;
}

/*End Footer Section*/


/*Tender Page*/

.tender-wrapper {
	border: 1px solid;
	border-radius: 5px;
	font-size: 15px;
	display: flex;
}

.tender-icon {
	font-size: 130px;
	padding: 10px 10px 0px 10px;

}

.tender-content {
	display: flex;
	align-items: center;
	margin-right: 15px;

}

/*End Tender Page*/



/*Photo Gallery*/
div.gallery {
	border: 1px solid #ccc;
	margin-bottom: 15px;
}

div.gallery:hover {
	border: 1px solid #777;
	box-shadow: 1px 1px 1px 1px;
}

div.gallery img {
	width: 100%;
}

div.desc {
	padding: 15px;
	text-align: center;
}

.responsive {
	padding: 0 6px;
}

.img-wrapper {}

/*End Gallery*/

/*Media Tech*/

@media only screen and (max-width: 640px) {

	.top-header .row {
		flex-wrap: initial;
	}

	.top-header-left {
		padding: 0px;
	}

	.top-header-left .list-group-item {
		font-size: 10px;
	}

	#heading {
		position: absolute;
		margin-top: 190px;
	}

	#heading>span {
		font-size: 19px;
	}

	nav {
		margin-top: 5rem;
	}

	.mr>div {
		position: absolute;
		margin-top: 190px;
	}

	.carousel-inner {
		height: 200px;
	}

	.about p {
		text-align: justify;
		width: 100%;
	}

	.about h2 {
		margin: 0px !important;
	}

	div.about .container h1 {
		margin-bottom: 0px !important;
	}

	/*Tender*/
	.tender .col-md-8 {
		margin-bottom: 20px;
	}

	.t-img-div img {
		width: 100%;
		margin-bottom: 20px;
	}

	.t-img-div {
		float: none !important;
	}

	.t-content {
		margin-left: 0px !important;
		width: 100%;
		font-size: 17px;
	}

	.tender {
		padding-bottom: 20px;
	}

	.tender-wrapper {
		display: block;
	}

	.tender-content {
		text-align: justify;
		width: 100%;
	}


	/*End Tender*/

	/* Division */

	.link {
		line-height: 2;
	}

	/* End Division */
	/*Gallery*/
	.g-ul+span {
		position: relative;
		padding: 124px;
	}

	/*End Gallery*/

	/* Google Map */


	/* End Map */

	/*Footer*/
	.footer div {
		text-align: initial !important;
	}

	.footer {
		font-size: 17px;
	}

	.footer h5 {
		font-size: 22px;
		font-weight: 700 !important;

	}

	.footer ul li {
		font: none !important;
	}

	footer ul {
		column-count: 2;
		column-gap: 0px;
		margin-bottom: 8px;
		line-height: 1.5;
	}

	.other-link {
		line-height: 1.2rem;
	}

	/*End Footer*/
}