.head {
position: fixed;
top: 0;
right: 0;
height: 60px;
left: 0;
border-style: none;
}

.icon {
background-image: url(../eimages/maw-icon-short-phone.png);
background-color: transparent;
background-repeat: no-repeat;
background-size: auto 100%;
height: 30px;
width: 60px;
}

.icon2{
background-image: url(../eimages/maw-icon-short-phone.png);
background-color: transparent;
background-repeat: no-repeat;
background-size: auto 100%;
height: 30px;
width: 250px;
}

@media (min-width: 993px){
.icon {
	background-image: url(../eimages/maw-icon-short-pc.png);
	height: 40px;
	width: 250px;
	}
	
.icon2 {
	background-image: url(../eimages/maw-icon-short-pc.png);
	height: 40px;
	width: 250px;
	}	
	
}



.mi{
font-weight: 900;	
font-size: 18pt;
color: #cc6600 !important;
}

.mi:hover{
color: #663300 !important;
}

.footer{
background-color: #FFFFFF;
padding: 6px;
z-index: 99;
}

@media (max-width: 992px){
.col-sm-12{
	width: 100%;
	}	
}

@media (max-width: 992px){
.container-fluid{
	margin-right: 0 !important;
	margin-left: 0 !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
	}	
}

.main{
position: fixed;
top: 61px;
right: 0;
bottom: 61px;
left: 0;
background-image: url(../../images/bg000.jpg);
background-repeat: no-repeat;
background-size: cover;
background-color: #000000;
z-index: -1;
overflow: auto;
}

.main-wb {
	
}

.home-img-1{
width: 100%;	
}

.multi{
display: inline-block;
width: 100%;	
max-height: 100%;
overflow: auto;
padding: 10px;
overflow: auto;
}

.action-pointer{
cursor: pointer;
}

.out-line{
border-style: solid;
border-width: 1px;
border-color: #000000;
}

.navbar-toggler {
height: 30px !important; 
border: none !important;
padding: 1px !important;
font-size: 12pt !important;
}

.help {
color: #6b030f;
font-size: 10px;
padding: 3px;
}