
@font-face {
    font-family: 'kalpurushregular';
    src: local("Nikosh"),
		url('fonts/Kalpurush/kalpurush.eot'),
		url('fonts/Kalpurush/kalpurush.woff') format('woff'), 
		url('fonts/Kalpurush/kalpurush.ttf') format('truetype'), 
		url('fonts/Kalpurush/kalpurush.svg') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

html{
	overflow-y: scroll;
}

body{
	font-family: 'kalpurushregular', sans-serif;
	font-size: 16px;
	background-image: url('/front/assets/images/background.png');
	background-repeat: repeat;
	background-position: center center;
	padding: 0 0 0 0 !important;
	/*background: #202020;
background: linear-gradient(#888, #222);*/
}

body .container.main-wrapper{
	box-shadow: 1px 1px 10px #202020;
	padding: 0 0 0 0;
}

body a:link{
	color: #000;
	text-decoration: none;
	transition: 0.3s;
}
body a:visited{
	color: #000;
	text-decoration: none;
}
body a:hover{
	color: #28a745;
	text-decoration: none;
}
body a:active{
	color: #000;
	text-decoration: none;
}

body a:focus{
	outline: none;
}

/*Banner*/
.ec-banner{
	position: relative;
}
.ec-banner .ec-top-menu{
	position: absolute;
	top: 48px;
	right: 3px;
	height: auto;
	width: auto;
}


/*Navbar*/

.sticky-top {
	margin-right: 0 !important;
	background-color: #FFF;
}

.navbar-light .navbar-nav .nav-link{
	color: #FFF;
	transition: 0.3s;
	padding: .5rem 0 !important;
}

.navbar-brand{
	margin-left: 1rem;
}

.navbar-light .navbar-toggler{
	outline: none;
	margin-right: 0.5rem;
}

.navbar-light .navbar-toggler:hover{
	cursor: pointer;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
	color: #FFFFFF;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
	background-color: #28a745;
	border-left: 1px solid #afffb0;
	border-bottom: 2px #149e00 solid;
}

.nav-pills .nav-link:hover{
	background-color: #19792f;
	color: #FFF;
}

.dropdown-menu{
	margin: 0 0 0 0;
	transition: 0.3s;
	padding: 0 0 0 0;
	border-radius: 0 0 .4rem .4rem;
}
.es-sub-drop{
	position: relative;
}
.es-sub-drop .es-sub-menu{
	display: none;
	position: absolute;
	top: 0px;
	left: 100%;
	background-color: #FFFFFF;
	min-height: 20px;
	height: auto;
	min-width: 100px;
	width: auto;

}

.es-sub-drop .es-sub-menu p{
	margin: 0 0 0 0;
	padding: 6px 6px 7px 9px;

}

.es-sub-drop .es-sub-menu p:hover{
	background-color: #6DCE7F;
}

.es-sub-drop:hover .es-sub-menu{
	display: block;
}

.dropdown:hover>.dropdown-menu {
	display: block;
}

.dropdown>.dropdown-toggle:active {
	/*Without this, clicking will make it sticky*/
	pointer-events: none;
}

.dropdown-item {
	padding: .4rem .6rem;
	font-size: 16px;
	transition: 0.3s;
}

.dropdown-item:last-child {
	border-radius: 0 0 .4rem .4rem;
}

.dropdown-item:focus, .dropdown-item:hover{
	background-color: #6DCE7F;
}

.jumbotron,
.card,
.nav-pills .nav-link{
	border-radius: 0;
}

/*Side Menu*/
.side-menu .card-body{
	padding: .5rem 0 0 0;
	text-align: center;
}

.side-menu .card-body .nav-link{
	padding: 0 0 .25rem 1rem;
}
.login-margin {
	margin-left: 32%;
}
.login-info {
	margin-top: 20px;
	border: 1px solid #496549;
	padding: 10px;
	text-align: center;
}
/*Header*/
.ec-header{
	background-color: #8290aa;
	max-height: 250px;
	overflow: hidden;
}
.ec-header .shape{
	position: absolute;
	top: 0;
	right: 15px;
	height: 100%;
	width: 40%;
	overflow: hidden;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 40% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 40% 100%);
	background-color: #EEE;
	background: linear-gradient(to top left, #6DCE7F, #28a745);
	opacity: 0;
}

.bg-gradient{
	/*background-color: #202020;
	background: linear-gradient(to top left, #6DCE7F, #28a745);*/
	background: #7c7c7c;
	color: #ffffff !important;
}

.ec-right-section{
	position: absolute;
	top: 0;
	right: 5%;
	height: 100%;
	width: auto;
}

.ec-right-section a{
	position: relative;
	top: 20px;
	height: 40px;
	margin-top: .5rem;
}

@media(max-width: 991px){
	.ec-right-section a{
		top: 5%;
		height: 17%;
		line-height: 1;
	}
	.ec-header .shape{
		width: 45%;
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 35% 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 35% 100%);
	}
}

.ec-right-section a.focus,
.ec-right-section a:focus,
.btn-light:not([disabled]):not(.disabled).active, .btn-light:not([disabled]):not(.disabled):active, .show>.btn-light.dropdown-toggle{
	box-shadow: none;
}

.ec-right-section a:hover{
	background-color: #FFF !important;
	color: green !important;
	border-color: transparent;
	box-shadow: none;
	cursor: pointer;
}

/*Main Content*/
.main-content .card-body{
	padding: .5rem;
}
.main-content .card-body .nav-link{
	padding: 0 0 .25rem 0;
}


/*Footer*/
footer.jumbotron .nav-link{
	border-bottom: 1px solid transparent;
	transition: 0.5s;
}
footer.jumbotron .nav-link:hover{
	border-bottom-color: #28a745;
}

/*Modal*/
.modal{
	position: absolute;
}

.modal .close{
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 100%;
	background-color: #FFF;
	color: red;
	text-shadow: none;
	opacity: 1 !important;
	height: 48px;
	width: 50px;
	overflow: hidden;
	box-shadow: none !important;
	outline: none !important;
	cursor: pointer;
}

.modal-header .close {
	padding: 0 0 0 0;
}

/* Helpful Shortcut Side Items */
.table td, .table th {
	padding: .25rem;
}
.language {
	position: fixed;
	top: 22%;
	right: 0;
	width: 0;
	height: 40px;
	z-index: 1050;
	transition: 0.3s;
}
.language .content{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 40px;
	z-index: 1050;
	overflow: hidden;
}
.language .content p{
	margin: 0 0 0 0;
	height: 38px;
	background-color: #FFF;
}
.language .content span{
	position: relative;
	top: 9px;
	left: 3px;
	height: 28px;
	width: 45px;
	border: 2px solid #999;
	padding: 5px;
	font-weight: bold;
}
.language .content span.active{
	background-color: #dc3545;
	color: #FFF;
	border-color: #dc3545;
}
.language .hover-button{
	position: relative;
	top: 0;
	right: 40px;
	z-index: 1050;
	border-radius: 0;
	box-shadow: none;
	border-radius: 5px 0 0 5px;
}
.language:hover{
	cursor: pointer;
	width: 120px;
}

/*ECS Facebook Page*/

.facebook {
	position: fixed;
	top: 28%;
	right: 0;
	width: 0px;
	height: 40px;
	z-index: 1050;
	transition: 0.4s;
}

.facebook .content{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: auto;
	z-index: 1050;
	overflow: hidden;
}
.facebook .content p{
	margin: 0 0 0 0;
	width: 120px;
	text-align: center;
}
.facebook .hover-button{
	position: relative;
	top: 0;
	right: 40px;
	z-index: 1050;
	border-radius: 0;
	box-shadow: none;
	border-radius: 5px 0 0 5px;
	padding-right: 15px;
}
.facebook:hover{
	cursor: pointer;
	width: 120px;
}

/*ECS Phone Number*/

.useful-contact {
	position: fixed;
	top: 34%;
	right: 0;
	width: 0px;
	min-height: 20px;
	height: auto;
	z-index: 1050;
	transition: 0.4s;
}
.useful-contact .content{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: auto;
	z-index: 1050;
	overflow: hidden;
}
.useful-contact .content p{
	margin: 0 0 0 0;
	width: 140px;
	text-align: center;
}
.useful-contact .hover-button{
	position: relative;
	top: 0;
	right: 40px;
	z-index: 1050;
	border-radius: 0;
	box-shadow: none;
	border-radius: 5px 0 0 5px;
}
.useful-contact:hover{
	cursor: pointer;
	width: 140px;
}

/*ECS Email*/

.useful-email {
	position: fixed;
	top: 40%;
	right: 0;
	width: 0px;
	min-height: 20px;
	height: auto;
	z-index: 1050;
	transition: 0.4s;
}
.useful-email .content{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: auto;
	z-index: 1050;
	overflow: hidden;
}
.useful-email .content p{
	margin: 0 0 0 0;
	width: 140px;
	text-align: center;
}
.useful-email .hover-button{
	position: relative;
	top: 0;
	right: 40px;
	z-index: 1050;
	border-radius: 0;
	box-shadow: none;
	border-radius: 5px 0 0 5px;
}
.useful-email:hover{
	cursor: pointer;
	width: 150px;
}

/*Various Links*/

.useful-links {
	position: fixed;
	top: 46.1%;
	right: 0;
	width: 0;
	min-height: 100px;
	height: auto;
	z-index: 1050;
	transition: 0.4s;
}

.useful-links .content{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: auto;
	z-index: 1050;
	overflow: hidden;
}

.useful-links .content .card{
	width: 160px;
}

.useful-links .hover-button{
	position: relative;
	top: 0;
	right: 40px;
	z-index: 1050;
	border-radius: 0;
	box-shadow: none;
	border-radius: 5px 0 0 5px;
}

.useful-links:hover{
	cursor: pointer;
	width: 160px;
	height: auto;
}

dl, ol, ul {
    list-style-type: square;
    text-align: left;
}

.bg-dark{
	background-color: #0da151 !important;
}

.card-header {
    padding: 5px 10px;
}

marquee{
    padding-top: 20px;
}

th, td {
  padding: 5px 10px !important;
}


#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#050505b3;
  display:none;
}  
#popup-boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:750px;
  height:450px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 5px;
  text-align: center;
}
#popup-boxes #dialog {
  width:725px; 
  height:auto;
  padding: 10px 10px 10px 10px;
  background-color:#ffffff;
  font-size: 15pt;
}
 



