
@charset "utf-8";

*{margin: 0px;padding: 0px;}

body{background-color:#ffffff;font-family: 'Muli', sans-serif;font-size:16px; color:#333; line-height:25px;}

h1,h2,h3,h4{margin:0px;}

img{vertical-align: middle; max-width: 100%;height: auto;}

.clear{ clear:both}

.lmmain{
	margin: 0 auto;
	padding: 2%;
	background-color: #c5c5c5;
    /*background-image: url("../images/bghome.jpg");*/

    /* Full height */
    height: 100%; 
  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	
}

.mainsec{
	text-align: center;
    width: 75%;
    margin: 0 auto;
     background-color: #fff;
    /* margin-left: 1%; */
   /* border: 1px solid #ddd;*/
    overflow: hidden;
    margin: 1.5% auto;
    border: 1px solid #ddd;
}


.mainsec label{
	display: block;
	font-weight: 700;
	color: #454545;
	font-size: 14px;
	text-align: left;
	font-family: 'Poppins', sans-serif;
}
.mainsec span{	
	font-weight: 700;
    color: #ed6301;
    font-size: 21px;
    vertical-align: middle;
}

.mainsec input{
	color: #444;
    box-sizing: border-box;
    width: 95%;
    box-shadow: 1px 2px 4px 0 rgb(0 0 0 / 8%);
    padding: 10px;
    border: 1px solid #c1c1c1;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

.mainsec input[type=date]{
	padding: 9px;
}

.mainsec select{
	color: #444;
    box-sizing: border-box;
    width: 95%;
    box-shadow: 1px 2px 4px 0 rgb(0 0 0 / 8%);
    padding: 10px;
    border: 1px solid #c1c1c1;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}


.mainsec textarea{
    color: #444;
    box-sizing: border-box;
    width: 97.5%;
    height: 90px;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);    
    padding: 12px;
    border: 1px solid #c1c1c1;
    resize: vertical;
    font-family: 'Poppins', sans-serif;
}

.mainsec img{
	width: 50%;
	float: left;
}
.mainsec img.logo{
	width: 40%;
    float: none;
    display: block;
    margin-bottom: 8%;
}

.mainsec input[type=submit]{
	float: left;
    font-size: 19px;
    /* font-weight: 700; */
    /* font-style: italic; */
    background-color: #2168dc;
    border-radius: 2px;
    padding: 7px 0px;
    border: 2px;
    border-style: solid;
    display: inline-table;
    cursor: pointer;
    text-align: center;
    transition: .25s ease-out;
    color: #f9f9f9;
    text-decoration: none;
    word-spacing: 5px;
    font-family: 'Poppins';
    margin-left: 2.4%;
    width: 93%;
    margin-top: 3%;
}


.mainsec input[type=checkbox] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.mainsec input[type=checkbox] ~ label::before {
  content: '\2713';
  display: inline-block;
  text-align: center;
  color: white;
  line-height: 1em;
  width: 1em;
  height: 1em;
  border: 1px inset silver;
  border-radius: 0.25em;
  margin: 0.25em;
}
.mainsec input[type=checkbox]:checked ~ label::before {
  color: black;
}

.mainsec a{
	color: #838383;
    display: block;
    text-align: left;
    margin-left: 3%;
    margin-top: 3%;
}

.mainsec h2{
	font-family: 'Urbanist', sans-serif;
    color: #5a5a5a;
    margin: 0 2% 8% 1.5%;
    display: table;
    text-align: left;
    font-size: 30px;
}

.mainsec h3{
	text-align: left;
    font-weight: bold;
    color: #e17d10;
    font-size: 25px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    margin-bottom: 1%;
    margin: 5% 2%;
}

.mainsec div.right{
display: inline-block;
    width: 36%;
    float: right;
    padding: 1.5%;
    text-align: right;   
    padding: 5.5% 7% .5% 7%;
}

.mainsec div{
	display: inline-block;
    text-align: left;
    width: 97%;
    margin-bottom: 5.5%;
}

.hmcontainer{
	margin: 0 auto;
	width: 85%;
	font-family: 'Urbanist';
}

.hmcontainer header{
	padding: 2% 0;
}

.hmcontainer header img{
	width: 14%;
}

.hmcontainer header h3{
	float: right;	
	font-size: 21px;
	margin-top: 1.7%;
	color: #a1a1a1;
}

.hmcontainer header h3 span{
	color: #585858;
}

.hmdivtop{
	background-color: #f3f3f3;
    font-size: 20px;
    padding: 1%;
    margin-bottom: 2%;
    color: #8b8b8b;
}

.hmdivtop h4 span{
	color:#444;
}

.hmsection{
	text-align: center;
	display: block;
	    margin-left: -2%;
    margin-right: -2%;
}

.hmsection div{
    background-size: cover;
    width: 23%;
    text-align: center;
    display: inline-block;
    margin: 0;
    background-color: #000;
    text-decoration: none;
    color: #444;
    padding: 10% 3%;
    transition: all 1s ease;
    margin: 2%;

}

.hmsection div h3{
    color: #ededed;
    font-size: 35px;
    text-transform: uppercase;
    margin: 5% 0 5% 0;
}

.hmsection div.hmdiv1{
	background: url(../images/spares.jpg) no-repeat center center;
}


.hmsection div.hmdiv1:hover {
    background: url(../images/spares-hover.jpg) no-repeat center center;
}

.hmsection div.hmdiv2{
	background: url(../images/accounts.jpg) no-repeat center center;
}

.hmsection div.hmdiv2:hover{
	background: url(../images/accounts-hover.jpg) no-repeat center center;
}
.hmsection div.hmdiv3{
	background: url(../images/admin.jpg) no-repeat center center;
}

.hmsection div.hmdiv3:hover{
	background: url(../images/admin-hover.jpg) no-repeat center center;
}

.hmcontainer footer{
	padding: 2% 0;
	font-size: 15px;
	color: #666;
	margin-top: 3%;
}

.hmcontainer footer img{
	width: 8%;
	float: right;
}

.tbadp{
	background-color: #fcfcfc;
    width: 96%;
    margin: 0 auto;
    border-collapse: collapse;
    padding-top: 2%;
    padding-bottom: 2%;
    margin-bottom: 4%;
    border: 1px solid #b5b5b5;
    color: #323232;
}

.tbadp th{
	background-color: #178BFB;
    padding: 13px;
    font-weight: 400;
    font-size: 16px;
    /* border: 1px solid #ccc; */
    color: #fff;
}

.tbadp td{
	padding: 10px;border: 0;border: 1px solid #b5b5b5;text-align: center;
	border-bottom: 0;
    border-top: 0;
    font-weight: 700;
}
.tbadp td:nth-child(5),.tbadp td:nth-child(6) {
    text-align: left;
}

.tbadp a{
	/* text-decoration: none; */
    color: #463c33;
    font-weight: 700;
}
.tbadp a:hover{
	text-decoration: underline;
}

@media handheld, only screen and (max-width: 667px) {
	
	.mainsec {    
    width: 99%;
	}
	.mainsec img {
    display: none;
}

.mainsec div.right {
    display: block;
    width: 92%;
    float: left;
    padding: 5%;
	}
	
	.mainsec img.logo {    
    display: block;
    margin-left: auto;
    margin-right: auto;
}
	
	
	.hmcontainer {
        width: 94%;
	}
	
	
	.hmcontainer header {
    padding: 6% 0;
}
.hmcontainer header img {
    width: 20%;
}

.hmdivtop {    
    text-align: center;
}
	
	.hmsection div {
    background-size: cover;
    width: 90%;
	}
	
	.hmcontainer footer {
    text-align: center;
}

.hmcontainer footer img{
	float: none;
	width: 12%;
}
	
	
}
