html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input, textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
button, html input[type="button"],/* 1 */ input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
 *overflow: visible;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input, main {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border: 0;
	outline: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, img, main {
	display: block;
}
audio, canvas, video {
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
.copyrights {
	text-indent: -9999px;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}
.header-top {
	min-width: 1024px;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
.clear {
	clear: both;
	line-height: 0;
	height: 0;
}
a {
	text-decoration: none;
	outline: none;
	color: #010101;
	transition-delay: 0s;
	transition-duration: 0.6s;
	transition-property: all;
	transition-timing-function: ease;
}
a:focus, img:focus, button:focus, .btn:focus {
	outline: none;
}

::-moz-selection {
 background-color: #6bb551;
 color: #fff;
 text-shadow: none;
}
::selection {
	background-color: #6bb551;
	color: #fff;
	text-shadow: none;
}
@font-face {
	font-family: "Raleway", sans-serif;
}
/*===== Header ===*/

header[role="header"].header-top, header[role="header"].header-top figure {
	position: relative;
	height: 100%;
}
header[role="header"].header-top .container {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 2;
	padding-top: 41px;
	min-width: 1280px;
}
header[role="header"].header-top figure::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
/* header[role="header"].header-top hgroup  {
  width: 100%;
} */


header[role="header"].header-top hgroup h1 {
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 2;
}
/*===== Nav ===*/

header[role="header"].header-top hgroup nav {
	width: 75%;
	background-color: transparent;
	min-height: inherit;
	border: none;
	text-align: right;
	margin-bottom: 0;
	padding-top: 18px;/* margin-left: 62px; */
}
header[role="header"].header-top hgroup nav ul {
	text-align: right;
	padding: 0;
	/* margin-top: 10px;*/
	float: none;/* margin-left: 22%;
  width: 100%; */
}
header[role="header"].header-top hgroup nav ul > li {
	float: none;
	display: inline-block;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 0;
	margin-right: 18px;
}
header[role="header"].header-top hgroup nav ul > li:last-child {
	margin-right: 0;
}
header[role="header"].header-top hgroup nav ul > li > a {
	color: #fff;
	line-height: 29px;
	padding-bottom: 5px;
	padding-top: 0;
	padding-left: 11px;
	padding-right: 12px;
	border-bottom: 3px solid transparent;
}
header[role="header"].header-top hgroup nav ul > li:hover a, header[role="header"].header-top hgroup nav ul > li.active a, header[role="header"].header-top hgroup nav ul > li.active:hover a {
	background-color: transparent !important;
	color: #fff !important;
}
header[role="header"].header-top hgroup nav ul > li > a:focus {
	color: #fff;
}
header[role="header"].header-top hgroup.navbar-fixed-top, header[role="header"].header-top hgroup, header[role="header"].header-top hgroup h1, header[role="header"].header-top hgroup h1 img, header[role="header"].header-top hgroup nav ul, header[role="header"].header-top hgroup nav ul > li, .four-box-pan figure, .four-box-pan figure i, .four-box-pan section, .section-two section, .section-two section figure, .section-two section figure > img, .pricing > section input[type="button"], .pricing > section, .team-pan figure, .team-pan figure img, .subscribe-form button, .contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea, .contact-form input[type="submit"] {
	transition-delay: 0.8s;
	transition-duration: 0.8s;
	transition-property: all;
	transition-timing-function: ease;
}
header[role="header"].header-top .navbar-fixed-top {
	background-color: #fff;
	padding: 0;
}
header[role="header"].header-top .navbar-fixed-top .container {
	padding-top: 15px;
	position: static;
}
header[role="header"].header-top .navbar-fixed-top h1 img {
	width: 30%;
}
header[role="header"].header-top .navbar-fixed-top nav {
/* padding-top: 7px;*/
}
header[role="header"].header-top .navbar-fixed-top hgroup nav ul > li > a {
	color: #333;
	line-height: 29px;
	padding-bottom: 5px;
	padding-top: 0;
	padding-left: 11px;
	padding-right: 12px;
	border-bottom: 3px solid transparent;
}
header[role="header"].header-top .navbar-fixed-top hgroup nav ul > li:hover a, header[role="header"].header-top hgroup nav ul > li.active a, header[role="header"].header-top hgroup nav ul > li.active:hover a {
	background-color: transparent !important;
	color: #0a68c7 !important;
}
header[role="header"].header-top section {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}
header[role="header"].header-top section h2, header[role="header"].header-top section p {
	color: #fff;
}
header[role="header"].header-top section h2 {
	font-size: 48px;
	line-height: 50px;
	font-weight: 400;
}
header[role="header"].header-top section p {
	font-size: 19px;
	line-height: 20px;
	font-weight: 500;
	padding-top: 15px;
}
.bottom_line {
	width: 100%;
	height: 1px;
	display: block;
}
.bottom_line img {
	width: 100%;
	height: 3px;
	display: block;
	margin-top: 15px;
}


/* 
@media screen and (min-width:1200px) and (max-width:1340px) {
  header[role="header"].header-top hgroup nav ul > li {

    margin-right: 10px;
  }
}
@media screen and (min-width:1080px) and (max-width:1200px){
  header[role="header"].header-top hgroup img {
  width: 100%;
  margin-left: 50px;
}
  header[role="header"].header-top hgroup nav {
    width: 55%;
    background-color: transparent;
    min-height: inherit;
    border: none;
    text-align: right;
    margin-left: 97px;
  }

  header[role="header"].header-top hgroup nav ul {
    width: 100%;
    margin-left: 5%;
  }

  header[role="header"].header-top hgroup nav ul li {
    margin-right: 8px;
  }
  header[role="header"].header-top hgroup nav ul li a {
    font-size: 20px;
    padding-left: 0px;
    padding-right: 17px;
  }

}

@media screen and (min-width:800px) and (max-width:1080px) {
  header[role="header"].header-top hgroup nav ul > li {
    margin-right: 10px;
  }
}
 */
