/* default style starts */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	color: #333;
	padding: 0;
	margin: 0;
}
img {
	max-width: 100%;
    max-height: 100%;
}
ul, li {
	list-style-type: none;
}
ul, ol {
    margin: 0;
    padding: 0;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FA6400;
}
a, button, img, li, span{
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
div, header, li {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	line-height: 1.1;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 20px;
}
h2 {
	font-size: 36px;
}
h2:after {
	content: "";
	width: 36px;
	height: 3px;
	background-color: #FA6400;
	display: block;
	margin: 10px auto 0;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 16px;
	margin-bottom: 15px;
}	
p {
	margin-bottom: 25px;
}
img {
	max-width: 100%;
	max-height: 100%;
}
.clearfix::before, .clearfix::after {
    display: table;
    content: "";
    line-height: 0;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    clear: both;
}
/* default style end */