* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #f5f5f5
}

img {
	max-width: 100%;
}

a {
	text-decoration: none;
}

p {
	margin: 0 !important;
}

.header-box-m {
	height: 44px;
	background-color: #0067C1;
	display: flex;
	align-items: center;
}

.navbar .logo {
	height: 30px;
	display: block;
}

.navbar .logo img {
	height: 30px;
}

.navbar {
	background-color: #2E92E7;
}

@media (min-width: 992px) {
	.navbar {
		background-color: #2E92E7;
	}
	.logo1{
		width: 306px;
		margin-left: auto;
	}
	.footer-box {
		display: block!important;	
	}
	.footer-box .box {
		margin-left: 42px !important;
	}
	
	
}


@media (min-width: 1900px) {
	.container {
		max-width: 1600px;
	}
}

.text-truncate-2 {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
}

.header-row {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.header-time {
	display: flex;
	flex-direction: row;
	align-items: center;
}


.navbar .navbar-nav>li:hover .dropdown-menu {
	display: block;
}


.navbar .navbar-brand img {
	width: 130px;
	height: 44px;
}

header .navbar .nav-item {
	/*width: 14.2%;*/
	text-align: center;
}

header .navbar .nav-item .dropdown-menu {
	border: none;
	font-weight: 400;
	font-size: 14px;
	color: #666;
}

header .navbar .nav-item .dropdown-menu :hover {
	/* width: 14.2%; */
	border: none;
	font-weight: 400;
	font-size: 14px;
	color: #666;
}

header .navbar .nav-item .dropdown-menu li {
	width: fit-content;
	border-radius: 0px;
	background: #ffffff;
	margin-bottom: 10px;
	margin-right: 10px;
}

header .navbar .nav-item .dropdown-menu li .dropdown-item {
	width: fit-content;
}

header .navbar .nav-item .dropdown-menu li .dropdown-item:hover {
	color: #f0f0f0 !important;
	background: #ffffff !important;
	border-radius: 0px !important;
}

header .navbar .offcanvas-end {
	width: 300px;
}

header .navbar .nav-item .nav-link {
	color: #000;
	font-weight: bold;
}

header .navbar .nav-item .nav-link:hover {
	color: #fff !important;
	background: #0067C1;
	border-radius: 0px;
}
header .navbar .nav-item .active{
	position: relative;
	
}

header .navbar .nav-item .nav-link.active:hover {
	
}

@media (min-width: 992px) {
	header .navbar .nav-item{
		font-size: 24px;
	}
	header .navbar .nav-item .nav-link {
		color: #fff;
		font-weight: 400;
		width: 100%;
	}
	header .navbar .nav-item .active::after{
		position: absolute;
		bottom: 0;
		content: '';
		bottom: 2px;
		left: calc(50% - 12px);
		width: 24px;
		height: 3px;
		border-radius: 1.5px;
		background: #fff;
	}
	header .navbar .nav-item .dropdown-menu {
		width:204px;
		border: none;
		font-weight: 400;
		font-size: 14px;
		background-color: #ffffff !important;
		padding: 0;
	}

	header .navbar .nav-item .dropdown-menu li {
		width: 100%;
		background-color: #ffffff !important;
	margin-bottom: 0px;
	margin-right: 0px;
	}

	header .navbar .nav-item .dropdown-menu :hover {
		border: none;
		font-weight: 400;
		font-size: 14px;
		color: #666;
	}

	header .navbar .nav-item .dropdown-menu li {
		width: 100%;
		background: #ffffff;
		
	}
	header .navbar .nav-item .dropdown-menu li .dropdown-item{
		width: 100%;
		color: #333333;
		background: #ffffff;
		padding: 16px 14px;
font-size:16px;
	}

	header .navbar .nav-item .dropdown-menu li .dropdown-item:hover {
		width: 100% !important;
		color: #fff !important;
		background: #f0f0f0 !important;
	}
	.header-box-right{
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	.header-box-right .logo1{
		width: 250px;
        position: relative;
        bottom: -10px;
	}
}




footer .form-control {
	background-color: transparent;
	color: #fff;
	border: 1px solid #ced4da;
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 0;
}

footer .form-control:focus {
	background-color: transparent;
	color: #fff;
	box-shadow: none;
	border: 1px solid #ced4da;
	border-top: none;
	border-left: none;
	border-right: none;
}

footer .form-floating>label {
	color: #ced4da;
}

footer .y-link {
	margin-bottom: 0 !important;
	padding: 20px 0;
	/* 	display: flex;
	flex-direction: row;
	align-items: center; */
}


footer .y-link a:hover {
	color: #0067C1;

}

footer .y-link .d-inline-block a:hover:before {
	content: '';
	width: 92%;
	height: 2px;
	border-radius: 50%;
	background-color: #0067C1;
	position: absolute;
	left: 13%;
	bottom: -1px;
}

.footer-box {
	background-color: #0067C1;
	color: #fff;
}

.footer-box .box {
	margin-top: 16px !important;
}

.container-border {
	border-left: 1px solid rgba(0, 0, 0, 0.07);
	padding-bottom: 30px;
}


.navbar-brand {
	color: #000 !important;
}

.navbar-toggler-icon {
	color: #000 !important;
}

header .navbar .offcanvas-end {
	/* width: 100% !important; */
}

.offcanvas-header {
	background-color: #0067C1;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	color: #fff;
}

.offcanvas-title {
	margin: 0 auto;
}

.btn-close {
	color: #fff !important;
}

header .navbar .nav-item {
	width: 100%;
	/* font-weight: 700; */
	font-size: 15px;
	color: #333;
}

.navbar-dark .navbar-nav .nav-link.active {
	color: #ffffff;
}
.header-box {
	width: 100%;
	padding: 30px 0;
	box-sizing: content-box;
	background-color: #0067C1;
}

.header-row {
	display: flex;
	flex-direction: column;
}

.logo {
	max-width: 100%;
}

.date-icon {
	margin-left: auto;
}

.time-data {
	font-weight: 400;
	font-size: 14px;
	margin-left: 6px;
	color: #fff;
}

.header-info {
	width: 100%;
}

.header-time {
	margin-top: 10px;
}

.header-serach {
	margin-left: auto;
	width: 200px;
	position: relative;
}

.serach-box {
	outline: 0;
	width: 200px;
	height: 28px;
	border: 0px solid #fff;
	border-radius: 5px;
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
	padding: 3px 3px 3px 12px;
	font-size: 12px;
}

.serach-icon {
	position: absolute;
	right: 3px;
	top: 3px;
	cursor: pointer;
	width: 22px;
	height: 22px;
}

.footer-box {
	font-size: 12px;
	display: flex;
	flex-direction: column;
}
.py-5{
	padding: 1.8rem!important;
}
.footer-box .box {
	margin-top: 6px !important;
}
@media (min-width: 1400px) {
	.header-box-right{
		display: flex;
		align-items: center;
	}
	.header-serach {
		position: relative;
		width: fit-content;
		margin-left: 38px;
	}
	
	.serach-box {
		outline: 0;
		width: 281px !important;
		height: 32px !important;
		border: 0px solid #fff;
		border-radius: 16px;
		padding: 3px 3px 3px 12px;
	}

	.serach-icon {
		width: 22px;
		height: 22px;
		position: absolute !important;
		right: 5px !important;
		top: 5px !important;
		cursor: pointer;
	}
	.footer-box {
		font-size: 14px;
	}
	
}

@media (min-width: 1600px) {
	.header-box {
		width: 100%;
		padding: 28px 0 28px 0;
		box-sizing: content-box;
		background-color: #0067C1;
	}

	.header-row {
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.header-info {
		width: fit-content;
	}

	.navbar-brand {
		display: none;
	}
	header .navbar .nav-item{
		font-size: 20px;
		font-weight: 400;
	}
	header .navbar .nav-item .nav-link {
		width: 100%;
	}
	
	header .navbar .nav-item .dropdown-menu {
		width:204px;
		border: none;
		font-weight: 400;
		font-size: 14px;
		background-color: #ffffff !important;
		padding: 0;
	}
	
	header .navbar .nav-item .dropdown-menu li {
		width: 100%;
		background-color: #ffffff !important;
	}
	
	header .navbar .nav-item .dropdown-menu :hover {
		border: none;
		font-weight: 400;
		font-size: 14px;
		color: #666;
	}
	
	header .navbar .nav-item .dropdown-menu li {
		width: 100%;
		background: #ffffff;
		
	}
	header .navbar .nav-item .dropdown-menu li .dropdown-item{
		width: 100%;
		color: #333333;
		background: #ffffff;
		padding: 16px 14px;
font-size:16px;
	}
	
	header .navbar .nav-item .dropdown-menu li .dropdown-item:hover {
		width: 100% !important;
		color: #ffffff !important;
		background: #0067C1 !important;
	}
}