/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Alignments
4.0 Forms
5.0 Formatting
6.0 Tables
7.0 Links
8.0 Custom Styling
--------------------------------------------------------------*/
/* --------------------------------------------------------------
1.0 Reset
  http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
--------------------------------------------------------------*/
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
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;
  outline: 0;
  line-height: 1.5;
}
/* 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;
}
html,
body {
  display: block;
  width: 100%;
  height: 100%;
}
/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: "Poppins-Regular";
}
img {
  max-width: 100%;
}
input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
ul,
ol {
  padding: 0;
  margin: 0;
}
/* Font Size */
.fs-46 {
  font-size: 46px;
}
.fs-38 {
  font-size: 38px;
}
.fs-37 {
  font-size: 37px;
}
.fs-36 {
  font-size: 36px;
}
.fs-35 {
  font-size: 35px;
}
.fs-34 {
  font-size: 34px;
}
.fs-33 {
  font-size: 33px;
}
.fs-32 {
  font-size: 32px;
}
.fs-31 {
  font-size: 31px;
}
.fs-30 {
  font-size: 30px;
}
.fs-29 {
  font-size: 29px;
}
.fs-28 {
  font-size: 28px;
  line-height: 38px;
}
.fs-27 {
  font-size: 27px;
}
.fs-26 {
  font-size: 26px;
}
.fs-25 {
  font-size: 25px;
}
.fs-24 {
  font-size: 24px;
}
.fs-23 {
  font-size: 23px;
}
.fs-22 {
  font-size: 22px;
}
.fs-21 {
  font-size: 21px;
}
.fs-20 {
  font-size: 20px;
}
.fs-19 {
  font-size: 19px;
}
.fs-18 {
  font-size: 18px;
}
.fs-17 {
  font-size: 17px;
}
.fs-16 {
  font-size: 16px;
}
.fs-15 {
  font-size: 15px;
}
.fs-14 {
  font-size: 14px;
}
.fs-13 {
  font-size: 13px;
}
.fs-12 {
  font-size: 12px;
}
.fs-11 {
  font-size: 11px;
}
.fs-10 {
  font-size: 10px;
}
.fs-9 {
  font-size: 9px;
}
/* Font-weight */
.fw-800 {
  font-weight: 800;
}
.fw-700 {
  font-weight: 700;
}
.fw-600 {
  font-weight: 600;
}
.fw-500 {
  font-weight: 500;
}
/* Height */
.h-950px {
  height: 950px;
}
.h-750px {
  height: 750px;
}
.h-700px {
  height: 700px;
}
.h-650px {
  height: 650px;
}
.h-600px {
  height: 600px;
}
.h-550px {
  height: 550px;
}
.h-500px {
  height: 500px;
}
.h-450px {
  height: 450px;
}
.h-400px {
  height: 400px;
}
.h-350px {
  height: 350px;
}
.h-300px {
  height: 300px;
}
.h-250px {
  height: 250px;
}
.h-200px {
  height: 200px;
}
.h-150px {
  height: 150px;
}
.h-100px {
  height: 100px;
}
.h-95px {
  height: 95px;
}
.h-90px {
  height: 90px;
}
.h-85px {
  height: 85px;
}
.h-80px {
  height: 80px;
}
.h-75px {
  height: 75px;
}
.h-70px {
  height: 70px;
}
.h-65px {
  height: 65px;
}
.h-60px {
  height: 60px;
}
.h-55px {
  height: 55px;
}
.h-50px {
  height: 50px;
}
.h-45px {
  height: 45px;
}
.h-40px {
  height: 40px;
}
.h-35px {
  height: 35px;
}
.h-30px {
  height: 30px;
}
.h-25px {
  height: 25px;
}
.h-20px {
  height: 20px;
}
.h-15px {
  height: 15px;
}
.h-10px {
  height: 10px;
}
.h-5px {
  height: 5px;
}
/* Color Coding */
:root {
  --c1: #2e2e2e;
  --c2: #ea3517;
  --c3: #9a9a9a;
  --c4: #8e8d8d;
  --c5: #f1f1f1;
}
.bg-c1 {
  background-color: #2e2e2e;
}
.bg-c2 {
  background-color: #ea3517;
}
.bg-c3 {
  background-color: #9a9a9a;
}
.bg-c4 {
  background-color: #8e8d8d;
}
.bg-c5 {
  background-color: #f1f1f1;
}
.text-c1 {
  color: #2e2e2e;
  display: block;
  padding: 15px 0 8px 0;
}
.text-c2 {
  color: #ea3517;
}
.text-c3 {
  color: #9a9a9a;
}
.text-c4 {
  color: #8e8d8d;
}
.text-c5 {
  color: #f1f1f1;
}
/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
button:focus {
  outline-color: none !important;
  outline: 0px none !important;
}
/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
label {
  display: block;
  font-weight: 800;
  margin-bottom: 0.5em;
}
fieldset {
  margin-bottom: 1em;
}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  /* color: #333; */
}
:-moz-placeholder {
  /* color: #333; */
}
::-moz-placeholder {
  /* color: #333; */
}
:-ms-input-placeholder {
  /* color: #333; */
}
/*--------------------------------------------------------------
5.0 Formatting
--------------------------------------------------------------*/
hr {
  /* background-color: #bbb; */
  border: 0;
  height: 1px;
  margin: 1em 0;
}
/*--------------------------------------------------------------
6.0 Tables
--------------------------------------------------------------*/
table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%;
}
thead th {
  /* border-bottom: 2px solid #bbb; */
  padding-bottom: 0.5em;
}
th {
  padding: 0.4em;
  text-align: left;
}
tr {
  /* border-bottom: 1px solid #eee; */
}
td {
  padding: 0.4em;
}
/*--------------------------------------------------------------
7.0 Links
--------------------------------------------------------------*/
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
a:focus {
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
  text-decoration: none;
  color: inherit;
}
img {
  width: 100%;
  max-width: 100%;
}
::-webkit-input-placeholder {
  /* color: #595959ab !important; */
  opacity: 1;
}
:-moz-placeholder {
  /* color: #595959ab !important; */
  opacity: 1;
}
::-moz-placeholder {
  /* color: #595959ab !important; */
  opacity: 1;
}
:-ms-input-placeholder {
  /* color: #595959ab !important; */
  opacity: 1;
}
/*--------------------------------------------------------------
8.0 Custom Styling
--------------------------------------------------------------*/
.cursor-pointer {
  cursor: pointer;
}
.bg-image-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.bg-image-contain {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.bg-bottom {
  background-position: bottom center;
}
.border-radius-50 {
  border-radius: 50%;
}
.border-radius-10px {
  border-radius: 10px;
}
.border-radius-25px {
  border-radius: 25px;
}
.border-radius-30px {
  border-radius: 30px;
}
.border-radius-50px {
  border-radius: 50px;
}
.box-shadow {
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
}
.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border-color: var(--c2);
}

.z-index-1 {
  z-index: 1;
}

.overflow-hidden {
  overflow: hidden;
}
.center-container-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: visible;
  z-index: 0;
  display: table;
}
.center-container-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: visible;
  z-index: 0;
  display: table;
}
.center-container-4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: visible;
  z-index: 0;
  display: table;
}
