body{
	font-size: 14px;
	background: #1d2226;
}
/*normal css*/
img{
	border:none;
}
a{
	text-decoration: none;
}
a:focus, a:visited{
	outline: none;
}
ul{
	list-style: none;
}
/*css*/
.container{
	max-width: 1024px!important;
}
.wrap{
	height: 100%;
	border: 2px solid #ccc;
}
header {
	text-align: center;
	padding: 10px 0;

}
.heading h1{
	margin: 0;
	padding: 20px;
    font-family: 'Gelasio', serif;
   font-size: 32px;
    text-transform: uppercase;
    background: #092230;
    padding: 0;
    padding: 5px;
    color: #fff;
    border-radius: 10px;
    margin-top: 20px;
    text-align: center;
    box-shadow: 2px 5px 5px #ccc;

}
.product{
	padding: 3em 0;
}
.prod-area{
text-align: center;
border:1px solid #ccc;
padding: 30px;
}
.prod-area-desc{
	padding-top: 2em;
}
.prod-area-desc ul li{
	line-height: 30px;
}
.prod-area-desc ul{
	margin-bottom: 0;
	padding-left: 0;
}
.prod-area-desc ul li i{
	color: #092230;
}
.enq-area {
	padding-top: 9em;
}
.enq-area ul li{
	position: relative;
}
.enq-area ul li a{
	background: #fe0130;
	display: block;
	text-align: center;
	color: #fff;
	padding: 0 10px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 40px;
	margin-bottom: 30px;
	text-decoration: none;
	position: relative;
	 transition: 0.5s ease;
	 -webkit-transition: 0.5s ease
	 -moz-transition: 0.5s ease
}
.enq-area ul li a:hover{
	color: #fff;
	background: #092230;
}
.enq-area ul li a::before{
	background: #fe0130;
	position: absolute;
	width: 100%;
	height: 100%;
}
.enq-area ul li a:hover::before{
	background: #fe0130;
	width: 100%;
	top: 0;
	left:0;
	position: absolute;
}
.footer{
	background: #092230;
    padding: 2em 1em;
    text-align: center;
}
.footer p{
	color: #ccc;
	margin-bottom: 0;
}
.footer p a{
	color: #ccc;
	text-decoration: none;
	 transition: 0.5s ease;
	 -webkit-transition: 0.5s ease
	 -moz-transition: 0.5s ease
}
.footer p a:hover{
	color:#fe0130;
}
.footer p span{
	font-weight: 600px;
	font-size: 20px;
}
.copyright{
	background: #000;
	text-align: center;
}
.copyright p{
	padding: 10px 0;
	margin-bottom: 0;
	color: #ccc;
	font-size: 12px;
}
.copyright p a{
	
	text-decoration: none;
	 transition: 0.5s ease;
	 -webkit-transition: 0.5s ease
	 -moz-transition: 0.5s ease
}
.radius {
	border-radius: 50%;
	width: 150px;
	padding: 5px;
	text-align: center;
	position: absolute;
	left: 20%;
}
.wrap{

}
.modal-header{
	background: #092230;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	border-bottom: none!important;
}
.modal-body {	
	border: 5px solid #092230;
	padding-left: 0!important;
	padding-right: 0!important;
}
.modal-body form input{
	width: 100%;
	border: 1px solid #dfdfdf;
	margin-bottom: 10px;
	padding: 5px;
	font-style: italic;
	box-shadow: inset 0 0 5px #ccc;
}
.modal-body form textarea{
	width: 100%;
	border: 1px solid #dfdfdf;
	margin-bottom: 10px;
	padding: 5px;
	font-style: italic;
	height: 150px;
	box-shadow: inset 0 0 5px #ccc;
}
.modal-body form input.submit{
	background: #092230;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	 transition: 0.5s ease;
	 -webkit-transition: 0.5s ease
	 -moz-transition: 0.5s ease
}
.modal-body form input.submit:hover{
	background: #fe0130;
}

.modal-header .close {
	margin: 0!important;
	position: absolute;
    color: red;
	right: 0;
	text-shadow: none;
	opacity: 1;
	font-size: 25px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	top: 0;
	background: #fff;
	padding: 0!important;
}
.modal-header .close:hover{
	color: red;
	opacity: 1;

}
.prod-area-desc table{
	
	
}
.prod-area-desc table tr th{
	color: #333;
	font-weight: 600;
	background: #eee;
	border:1px solid #999!important;
}
.prod-area-desc table tr td{
	color: #333;
	border:1px solid #999!important;

}
.table1 table tr th{
    font-size: 13px;   
}
.table1 table tr td{
    font-size: 13px;   
}
.other {
    padding-bottom: 3em;
}
.box {
    background: 
    #193356;
    padding: 10px 5px;
    border-radius: 10px;
    height: 80px;
    margin-top: 20px;
    position: relative;
    z-index: 999;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.box:hover {
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
}
.box h2 {
    text-align: center;
    margin: 0;
    font-size: 22px;
    color: 
    #fff;
    text-transform: uppercase;
}
.box.redbg {
    background: 
    #fe0130;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.other a:hover { text-decoration:none }