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:29px;
    text-transform: uppercase;
    background:#193356;
    padding: 0;
    padding: 5px;
    color: #fff;
    border-radius: 10px;
    margin-top: 20px;
    text-align: center;
    box-shadow: 2px 5px 5px #ccc;

}
.other{
padding-bottom: 3em;
}
.other h1{
	text-align: center;
	text-transform: uppercase;
	font-family: 'Gelasio', serif;
	font-size:32px;
	margin: 0;
	padding-bottom: 30px;
	color: #092230;
	position: relative;
	background: #fff;
	z-index:99;

}
.other h1:before{
	content: '';
	position: absolute;
	width: 100px;
	height: 1px;
	background: #666;
	left: 22%;
	top: 16px;
	z-index: 9;
}
.other h1:after{
	content: '';
	position: absolute;
	width: 100px;
	height: 1px;
	background: #666;
	right: 22%;
	top: 16px;
	z-index: 9;
}
.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.redbg{
	background: #fe0130;
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease
}
.box:hover{
	transform:scale(1.1,1.1);
}
.box h2{
	text-align: center;
	margin: 0;
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
	
}
.box.mt-0{
	margin-top: 0;
}
.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;
}
.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;

}
.other a:hover { text-decoration:none }