html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*  *(star) means the whole website on stylesheet  */

*{
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
	
	
}
/* HTML5 helps align other browsers*/
article, aside, details, figcaption, figure, footer, header,hgroup, menu, nav, section{
	display: block;
}

body{
	text-align:left;
	color:000;
	background-color: #fff;	
	font-size:100%;
	font-family:"Trebuchet MS", Helvetica, sans-serif;	
}
@-ms-viewport{
	width: device-width;
	zoom:1;
}
@-0-viewport{
	width: device-width;
	zoom:1;
}
@viewport{
	width: device-width;
	zoom:1;
}

.header{
	height: auto;
	background: #240497;
}
.navbar-style{
	box-shadow: 0 10px 10px #db0404;
}
.navbar-nav li a{
	font-size: 16px;
	margin-top: 15px;
	color: #d72e2e;

}
.logo{
	width: 320px;
	height:120px;
	padding:2px 10px;
}
.icon-bar{
	background: darkorange;
}
.contentmain{
	width:90%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-color: #f1efef;
}
.topcont{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	margin-bottom: 4px;	
	overflow: hidden;
}
.tophead{
	width:90%;	
	padding:8px;	
	text-align: center;
	overflow: hidden;
	font-size: 16px;	
}
.tophead:hover{
	-webkit-transform: scale(2.09);
	-moz-transform: scale(2.09);
	-ms-transform: scale(2.09);
	-o-transform: scale(2.09);
	transform: scale(2.09);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	
}
.topcontinfo{
	padding:10px;
}
.leftcont{
	float:left;
	padding:30px;
	width:50%;
	font-size:14px;	
	margin-top: -20px;
}
@media (max-width:600px){
	.leftcont{
		width:100%;
	}
}
.leftconthead{
	padding:10px;
	font-size:16px;
}
.lefthead{
	width:350px;
	height: 30px;
	font-size: 18px;
	margin-bottom: 5px;
}


.leftin{
	padding:2px;
	
}
.radiator{
	width:100%; max-width:980px;
	height: 340px;
	padding: 5px;
	margin-top: -1px;
	margin-bottom: 10px;
}
.radiator:hover{
	-webkit-transform: scale(1.09);
	-moz-transform: scale(1.09);
	-ms-transform: scale(1.09);
	-o-transform: scale(1.09);
	transform: scale(1.09);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	
}
.radiator img{
	width:95%; max-width:900px;
	height: 210px;
	padding: 3px;
}
.righthead{
	width:350px;
	height: 30px;
	font-size: 18px;
	margin-bottom: 5px;
}
.footer{
	width:100%;
	height:auto;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	background-color:#240497;
	border-radius: 5px 5px 5px 5px;
	color:#fff;
}
.footcont{
	font-size:12px;
	padding: 1px;
	margin-bottom: -10px;
}
.mainservices{
	width:100%; max-width: 995px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	background-color: #f1efef;
	
}
.services{
	width:100%;
	height:40px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 2px solid #c40b0b;
	box-shadow: 0 10px 10px #db0404;
}
.services:hover{
		-webkit-transform: scale(1.09);
	-moz-transform: scale(1.09);
	-ms-transform: scale(1.09);
	-o-transform: scale(1.09);
	transform: scale(1.09);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.serviceinfo{
	float:left;
	padding:30px;
	width:50%;
	font-size:15px;	
}
@media (max-width:600px){
	.serviceinfo{
		width:100%;
	}
}
.ser{
	font-size:22px;
}
.aboutmain{
	width:100%; max-width: 995px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	background-color: #f1efef;
}
.abouthead{
	width:100%;
	text-align: center;
	font-size: 15px;
	border-bottom: 2px solid #c40b0b;
	box-shadow: 0 10px 10px #db0404;
}
.abouthead:hover{
	-webkit-transform: scale(1.09);
	-moz-transform: scale(1.09);
	-ms-transform: scale(1.09);
	-o-transform: scale(1.09);
	transform: scale(1.09);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.aboutcont{
	padding:10px;
	margin-top: 10px;
	margin-left: 10px;
}
.aboutinf{
	font-size:20px;
}
.gallery{
	width:100%; max-width: 1000px;
	height:auto;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;		
	display:flex;
	flex-direction:row;
	justify-content:space-around;
	flex-flow:wrap;	
	background-color: #f1efef;
}
.gal1{
	width:47%;
	height:auto;
	padding:10px;
	margin-top:5px;
}
.gal1 img{
	width:100%;
}
.gal2{
	width:47%;
	height:auto;
	padding:10px;
	margin-top:5px;
	float:right;
}
.gal2 img{
	width:100%;
}
.gal3{
	width:47%;
	height:auto;
	padding:10px;
	margin-top:5px;
}
.gal3 img{
	width:100%;
}
.gal4{
	width:47%;
	height:auto;
	padding:10px;
	margin-top:5px;
	float:right;
}
.gal4 img{
	width:100%;
}
.gal5{
	width:47%;
	height:auto;
	padding:10px;
	margin-top:5px;
}
.gal5 img{
	width:100%;
}
.gal6{
	width:47%;
	height:auto;
	padding:10px;
	margin-top:5px;
	float:right;
}
.gal6 img{
	width:100%;
}
.gal7{
	width:47%;
	height:auto;
	padding:10px;
	margin-top:5px;
	float:right;
}
.gal7 img{
	width:100%;
}
.gal8{
	width:47%;
	height:auto;
	padding:10px;
	margin-top:5px;
	float:right;
}
.gal8 img{
	width:100%;
}

@media (max-width:600px){
	.gal1{
		width:100%;
	}
}
@media (max-width:600px){
	.gal2{
		width:100%;
	}
}
@media (max-width:600px){
	.gal3{
		width:100%;
	}
}
@media (max-width:600px){
	.gal4{
		width:100%;
	}
}
@media (max-width:600px){
	.gal5{
		width:100%;
	}
}
@media (max-width:600px){
	.gal6{
		width:100%;
	}
}
@media (max-width:600px){
	.gal7{
		width:100%;
	}
}
@media (max-width:600px){
	.gal8{
		width:100%;
	}
}

.contacthold{
	width:100%; max-width:1000px;
	height:auto;
	margin-left:auto;
	margin-right:auto;	
	margin-top:10px;
	
}
.contacthead{
	font-size:30px;
	padding: 5px;
	margin-left:  30px;
	margin-top: 10px;
}

form { max-width:420px; margin:40px; }

.feedback-input {
  color:#000;
  font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
  font-size: 18px;
  border-radius: 5px;
  line-height: 22px;
  background-color: transparent;
  border:2px solid #245769;
  transition: all 0.3s;
  padding: 13px;
  margin-bottom: 15px;
  width:100%;
  box-sizing: border-box;
  outline:0;
}

.feedback-input:focus { border:2px solid #CC4949; }

textarea {
  height: 150px;
  line-height: 150%;
  resize:vertical;
}

[type="submit"] {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  width: 100%;
  background:#4C6770;
  border-radius:5px;
  border:0;
  cursor:pointer;
  color:#000;
  font-size:24px;
  padding-top:10px;
  padding-bottom:10px;
  transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}
[type="submit"]:hover { background:#FA0A0A; }

