h1, h2, h3, h4, h5, h6{margin:0;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	    color: #676767;
	font-family: 'Montserrat', sans-serif;
}
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;
}
p{    line-height: 20px;}
p:last-child{margin-bottom:0;}
.main-heading{    font-weight: 600;
    margin: 0 0 20px;}
	
a{color:#0ca6f9;text-decoration:none;}
a:hover, a:focus{color:#0ca6f9;text-decoration:none;}
.header{padding: 20px 0;
    box-shadow: 0px 0px 5px #949494;
    border-top: 5px solid #0ca6f9;
    position: fixed;
    top: 0;
    z-index: 10;
    background: #fff;
    width: 100%;}
	.input-main{padding:5px;}
	.input-box input[type="text"], .input-box input[type="email"]{width:100%;height:40px;border:1px solid #ddd;padding:10px;}
	.input-box input[type="submit"]{     background: #0ca6f9;
    color: #fff;
    padding: 15px 30px;
    border-radius: 3px;
    border: none;
    box-shadow: 2px 2px 4px #013e5f;}
	.about-box p{    line-height: 27px;}
	.enquiry-form{box-shadow: 0px 3px 5px #bfbfbf;}
	.enquiry-form-inner{padding:20px;}
	.enquiry-form h3{    background: #0ca6f9;
    color: #fff;
    padding: 15px;}
	.enquiry-form h3 i{margin-right:10px;}
	.footer{padding:30px 0;text-align:center;    box-shadow: 0px 0px 5px #949494;}
	
.top-icon{float:left;}
.top-icon i{    background: #0ca6f9;
    color: #fff;
    width: 42px;
    text-align: center;
    padding: 11px 0px;
    font-size: 20px;
    border-radius: 50%;}
	img{max-width:100%;}
.logo{}
.logo a{    font-family: 'Acme', sans-serif;
    font-size: 30px;
    padding: 7px 0px;
    display: inline-block;}
.top-number{float:right;}
.top-data{float:left;margin-left:10px;}
.top-data label{    font-size: 13px;
    font-weight: 600;
    margin: 0 0 5px;}
.top-data h3{font-size:23px;color: #0ca6f9;
    font-weight: 600;}
	.widget{padding:50px 0;}
	.widget-back{padding:50px 0;background:#ddd;}
	.paralax{  padding:150px 0 50px; background: url(../images/paralax.jpg);
    background-attachment: fixed;
    background-size: cover;}
	.service-box{    border: 1px solid #fff;
    padding: 5px;}
	.service-box a{display:block;position:relative;overflow:hidden;}
	.service-box a > img{width:100%;}
	.option-overlay{    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.59);
  right: 100%;transition:all 0.3s;}
	.option-overlay p{    color: #fff;
    font-weight: bold;
    font-size: 30px;}
	.display-table{    display: table;
    width: 100%;
    height: 100%;
    text-align: center;}
	.display-table-cell{display:table-cell;    vertical-align: middle;}
	.service-box:hover .option-overlay{right: 0;transition:all 0.3s;}
	
	
	

