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,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	
}

:focus {
	outline: 0;
}

ol,
ul {
	margin: 0;
	padding: 0px 0px 15px 30px;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

a img {
	border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

embed,
iframe,
object {
	max-width: 100%;
}

a {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

html {
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-rendering: optimizeLegibility;
	  padding: 0;
  margin: 0;
  min-height: 100%;
  -webkit-text-size-adjust: none;
}

body {
	overflow-x: hidden;
	color: #333;
	word-wrap: break-word;
	font-size: 16px;
	line-height: 30px;
	position: relative;
	font-family: 'Nunito Sans';
}
html, body {
  padding: 0;
  margin: 0;
  min-height: 100%;
}

.body_wrap {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#fancybox-content iframe {
  width: 100%;
}
p {
	margin-bottom: 15px;
	font-size: 15px;
}

strong {
	font-family: 'Nunito Sans';
	font-weight: 700;
}

label {
	font-size: 16px;
	margin: 0 0 5px;
	display: inline-block;
	vertical-align: middle;
}

input,
textarea {
	-webkit-border-radius: 0px;
}

input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea,
input[type="tel"] {
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select,
input[type="tel"] {
	padding: 10px 10px;
	border: 1px solid #ddddde;
	line-height: 20px;
	width: 100%;
	margin: 0 0 10px;
	background-color: #fff;
	border-radius: 0px;
	height: 40px;
	border-radius: 3px;
	font-size: 18px;
	font-family: 'Nunito Sans';
	-webkit-text-fill-color: #000;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus,
input[type="tel"]:focus {
	border: 1px solid #ddddde;
}

input[type="reset"],
input[type="button"],
input[type="submit"],
button,
.button {
	display: inline-block;
	border-radius: 5px;
	height: auto;
	margin-bottom: 10px;
	padding: 12px 68px;
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	cursor: pointer;
	margin-top: 10px;
	border: none;
	font-size: 18px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: #ff6600;
	color: #fff;
	font-family: 'Nunito Sans';
	font-weight: 700;
	line-height: normal
}

input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
button:hover,
.button:hover {
	background-color: #333;
	color: #fff
}

textarea {
	resize: none;
	min-height: 85px;
}

a {
	color: #ff6600;
	text-decoration: none;
}

a:focus,
a:active,
a:hover {
	text-decoration: none;
}

a:hover {
	color: #2F1348;
}

figure {
	margin: 0;
	text-align: center;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.clear {
	clear: both;
	height: 0
}

.clear:after {
	height: 0;
	display: block;
	clear: both;
	content: "";
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px 0px 30px 0px;
	padding: 0px;
	color: #000;
	font-weight: 700;
	line-height: normal;
	font-family: 'Nunito Sans';
}

h1 {
	font-size: 50px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 14px;
}

.fl {
	float: left
}

.fr {
	float: right
}

.rel {
	position: relative
}

.textcenter {
	text-align: center
}

::-webkit-input-placeholder {
	font-size: 16px;
	color: #666;
}

::-moz-placeholder {
	font-size: 16px;
	color: #666;
}

:-ms-input-placeholder {
	font-size: 16px;
	color: #666;
}

input:-moz-placeholder {
	font-size: 16px;
	color: #666;
}

.two_section_wrap:after,
.container:after,
.three_section_wrap:after,
.four_sec_wrap:after,
.subsc_wrap:after,
.field_wrap:after,
.foot_wrap:after,
.left_foot:after,
.menu-list:after {
	clear: both;
	content: "";
	display: block;
}

.block {
	display: block
}

.color-black {
	color: #000
}

.color-red {
	color: #e60e23
}

.color-purple {
	color: #442560
}

.color-gray {
	color: #9a9a9a
}

.color-white {
	color: #fff
}

.color-blue {
	color: #007eff
}

.rel {
	position: relative
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.padding-top10 {
	padding-top: 10px;
}

.padding-top20 {
	padding-top: 20px;
}

.padding-top30 {
	padding-top: 30px;
}

.padding-top40 {
	padding-top: 40px;
}

.margin-top10 {
	margin-top: 10px;
}

.margin-top20 {
	margin-top: 20px;
}

.margin-top30 {
	margin-top: 30px;
}

.margin-top40 {
	margin-top: 40px;
}

.margin-bottom10 {
	margin-bottom: 10px;
}

.margin-bottom20 {
	margin-bottom: 20px;
}

.margin-bottom30 {
	margin-bottom: 30px;
}

.margin-bottom40 {
	margin-bottom: 40px;
}

.no-padding-left {
	padding-left: 0px !important
}

.no-padding-right {
	padding-right: 0px !important
}

.no-margin-top {
	margin-top: 0px !important
}

.no-margin-right {
	margin-right: 0px !important
}

.no-margin-left {
	margin-left: 0px !important
}

.no-margin-bottom {
	margin-bottom: 0px !important
}

sup {
	margin: 0px 0 0 1px;
	font-size: 60%;
	top: 0px;
	position: relative;
	line-height: normal
}

hr {
	border: 0;
	height: 1px;
	display: block;
	clear: both;
	background: #e4e4e4
}

.form h3 {
	margin: 15px 0 5px 0;
}

.button.btn-large {
	padding: 18px 60px;
	font-size: 24px;
	border-radius: 40px;
}

::-webkit-input-placeholder {
	color: #cccccc;
	-webkit-text-fill-color: #cccccc;
}

::-moz-placeholder {
	color: #cccccc;
	-webkit-text-fill-color: #cccccc;
}

:-ms-input-placeholder {
	color: #cccccc;
	-webkit-text-fill-color: #cccccc;
}

input:-moz-placeholder {
	color: #cccccc;
	-webkit-text-fill-color: #cccccc;
}