@font-face {
  font-family: GothamHTF-Bold;
  src: url(../fonts/GothamHTF-Bold.otf);
}
@font-face {
  font-family: GothamHTF-Book;
  src: url(../fonts/GothamHTF-Book.otf);
}
@font-face {
  font-family: GothamHTF-Ultra;
  src: url(../fonts/GothamHTF-Ultra.otf);
}
@font-face {
  font-family: GothamHTF-UltraItalic;
  src: url(../fonts/GothamHTF-UltraItalic.otf);
}
@font-face {
  font-family: GothamHTF-Medium;
  src: url(../fonts/GothamHTF-Medium.otf);
}
@font-face {
  font-family: Helvetica;
  src: url(../fonts/Helvetica.ttf);
}
a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
body {
  font-family: GothamHTF-Book;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 150%;
  letter-spacing: 0;
  min-height: 100vh;
  color: #575757;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

.blue-bg .row{
	
}
a {
  color: #6b6b6b !important;
  cursor: pointer;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
a:active,
a:focus,
a:hover {
  color: #4b4e53;
  text-decoration: none;
}
::selection {
  background: #faf1c2;
  color: #000;
}
::-moz-selection {
  background: #faf1c2;
  color: #000;
}
::-webkit-input-placeholder {
  color: #6b6b6b !important;
}
:-moz-placeholder {
  color: #6b6b6b !important;
}
::-moz-placeholder {
  color: #6b6b6b !important;
}
:-ms-input-placeholder {
  color: #6b6b6b !important;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
p {
  margin-bottom: 1.5em;
}
b,
strong {
  font-weight: 700;
}
cite,
dfn,
em,
i {
  font-style: italic;
}
blockquote {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 24px 40px;
  quotes: "" "";
}
blockquote:after,
blockquote:before {
  content: "";
}
pre {
  background: #eee;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
sub,
sup {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: 0.5ex;
}
small {
  font-size: 71.5%;
}
big {
  font-size: 125%;
}
dl {
  margin: 0 20px;
}
iframe,
object {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: GothamHTF-Bold;
  font-size: 100%;
  line-height: 130%;
  padding: 0;
  margin: 0 0 10px 0;
  letter-spacing: 1px;
  vertical-align: baseline;
  display: block;
  clear: both;
}
h1 {
  font-size: 3em;
}
h2 {
  font-size: 2.8em;
}
h3 {
  font-size: 2.6em;
}
h4 {
  font-size: 2.4em;
}
h5 {
  font-size: 2em;
}
h6 {
  font-size: 1.8em;
}
hr {
  background-color: #525252;
  height: 1px;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 60px auto;
  border: 0;
}
ol,
ul {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ol,
li > ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}
img {
  max-width: 100%;
  height: auto;
}
figure {
  margin: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
}
caption,
td,
th {
  font-weight: 400;
  text-align: left;
}
caption {
  font-size: 16px;
  margin: 20px 0;
}
th {
  font-weight: 700;
  padding: 5px 10px;
}
td {
  padding: 5px 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
thead th {
  border: 1px solid rgba(255, 255, 255, 0.1);
  line-height: 150%;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  border: none;
  outline: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  text-align: center;
  padding: 10px 20px;
  margin: 10px;
  border: none;
  box-shadow: none;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  color: #fff;
}
section {
  padding: 50px 0;
}
.sectionwrapper {
  max-width: 1170px;
  margin: 0 auto;
}
.GothamHTF-book {
  font-family: GothamHTF-book !important;
}
.GothamHTF-bold {
  font-family: GothamHTF-bold !important;
}
.modal-header {
  border-bottom: 0 solid #e5e5e5 !important;
}
.modal-body {
  padding: 0 !important;
}
#submit-btn {
  font-family: GothamHTF-Ultra;
  font-size: 16px;
  font-style: italic;
  letter-spacing: 1px;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  padding: 10px 30px;
  margin: 10px 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background: #de0500;
  border: 1px solid #de0500;
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  display: inline-block;
  width: auto;
}
.btn {
  font-family: GothamHTF-Ultra;
  font-size: 16px;
  letter-spacing: 0.5px;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  padding: 10px 40px;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.big-btn {
  font-size: 20px;
  font-weight: 700;
  padding: 20px 40px;
  letter-spacing: 1px;
}
.yellow-btn {
  border: 1px solid #fff000;
  color: #000;
  background: #fff000;
}
.yellow-btn:active,
.yellow-btn:focus,
.yellow-btn:hover {
  border: 1px solid #fff000;
  color: #000;
}
.blue-btn {
  border: 1px solid #0d2ea1;
  color: #fff;
  background: #0d2ea1;
}
.blue-btn:active,
.blue-btn:focus,
.blue-btn:hover {
  border: 1px solid #0d2ea1;
  color: #fff;
}
.red-btn {
  border: 1px solid #de0500;
  color: #fff;
  background: #de0500;
}
.red-btn:active,
.red-btn:focus,
.red-btn:hover {
  border: 1px solid #de0500;
  color: #fff;
  background: #de0500;
}
.blue-border-btn {
  border: 2px solid #0d2ea1;
  color: #fff;
  background: 0 0;
}
.blue-border-btn:active,
.blue-border-btn:focus,
.blue-border-btn:hover {
  border: 2px solid #0d2ea1;
  color: #fff;
  background: #0d2ea1;
}
.red-bg {
  background: #ff003a !important;
}
.blue-bg {
  background: #0d2ea1 !important;
}
.pink-bg {
  background: #e3037d !important;
}
.yellow-bg {
  background: #fff000 !important;
}
.black-bg {
  background: #2b2623 !important;
}
.dark-blue-bg {
  background: #122335 !important;
}
.grey-bg {
  background: #646464 !important;
}
.light-bg {
  background: #f4f4f4 !important;
}
.white-text {
  color: #fff !important;
}
.black-text {
  color: #000 !important;
}
.red-text {
  color: #de0500 !important;
}
.pink-text {
  color: #df567e !important;
}
.blue-text {
  color: #0d2ea1 !important;
}
.yellow-text {
  color: #fff000 !important;
}
.brown-text {
  color: #b07615 !important;
}
.nopadding {
  padding: 0 !important;
}
.nomargin {
  margin: 0 !important;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.alignmiddle {
  align-items: center;
}
.wrapper {
  padding: 40px 20px;
  display: inline-block;
  width: 100%;
}
.innercontent {
  width: 80%;
  margin: 0 auto;
}
.heading {
  padding: 30px 10px;
  margin: 0;
}
.heading .title {
  font-family: GothamHTF-bold;
  font-size: 3.4em;
  line-height: 130%;
  padding: 0;
  margin: 0 0 10px 0;
  text-transform: capitalize;
}
.heading .title small {
  line-height: initial;
  display: inline-block;
}
.heading .title span {
  color: #343434;
  background: #f3800b;
  padding: 0 5px;
}
.heading .title.bigtitle {
  font-size: 3.4em;
  line-height: 120%;
}
.heading.arrow-down {
  position: relative;
}
.heading.arrow-down:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -20px;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #0d2ea1;
}
.withtopborder {
  position: relative;
}
.withtopborder:before {
  content: "";
  position: absolute;
  width: 90%;
  height: 10px;
  background: #0d2ea1;
  top: 0;
  left: 0;
}
.withbottomborder {
  position: relative;
}
.withbottomborder:before {
  content: "";
  position: absolute;
  width: 90%;
  height: 10px;
  background: #0d2ea1;
  bottom: 0;
  left: 0;
}
.heading .subtitle {
  font-size: 1.6em;
  font-weight: 700;
  padding: 0;
  margin: 0 auto;
  line-height: 150%;
  letter-spacing: 1px;
}
.heading .caption {
  font-size: 2.4em;
  line-height: 150%;
}
.box {
  margin-bottom: 20px;
}
.box .title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 20px;
}
.box .caption {
  font-size: 12px;
}
.box .image {
  margin-bottom: 20px;
}
.box:hover img {
  filter: brightness(1.1) invert(0);
}
header {
  width: 100%;
  position: initial;
}
#main-nav {
  padding: 0;
}
#main-nav #logo {
  padding: 20px 0;
}
#main-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#main-nav ul li {
  list-style: none;
  padding: 0 20px;
  margin: 0;
  display: inline-block;
  float: left;
  font-size: 15px;
  vertical-align: middle;
}
#main-nav ul li:first-child {
  padding-left: 0;
}
#main-nav ul li:last-child {
  padding-right: 0;
}
#main-nav ul li .fa {
  font-size: 22px;
}
#main-nav ul li a {
  color: #fff;
  font-size: 18px;
}
#main-nav ul li a label {
  cursor: pointer;
}
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100% !important;
}
.section {
  position: relative;
  background: url(../images/gradient-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: repeat-y;
  overflow: hidden;
}
.section .floatimage {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section .floatimage img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  align-items: center;
  object-position: bottom;
}
.section .floatimage-style {
  z-index: 2;
  left: 0;
  width: initial;
}
.section .floatimage-style img {
  width: auto;
  height: auto;
  object-fit: initial;
  align-items: initial;
}
.section .floatcontent {
  position: relative;
  z-index: 3;
}
.floatmiddle-wrapper {
  display: inline-block;
  width: 100%;
}
.floatmiddle-wrapper .floatmiddle {
  padding: 60px 0;
  width: 100%;
  display: inline-block;
}
#section0 {
  display: block;
}
#section0 .fp-tableCell {
  display: block;
  vertical-align: initial;
}
#section0 .heading {
  margin: 0;
  position: relative;
}
#section0 .floatimage {
  top: 40px;
}
#section0 .floatimage img {
  object-position: center;
}
#section0 .video-wrapper {
  width: 100%;
  max-width: 800px;
  margin: -70px auto 0 auto;
  display: block;
  text-align: center;
}
#section0 .video-wrapper img {
  border-radius: 30px;
  border: 4px solid #ff003a;
}
#section0 .video-wrapper iframe {
  border-radius: 30px;
  border: 4px solid #ff003a;
  height: 480px;
}
#section1 .floatimage2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 250px;
}
#section1 .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
#section1 ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  height: 100%;
}
#section1 ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
}
#section1 .owl-controls {
  text-align: left;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  left: 3%;
  opacity: 1;
  z-index: 3;
  overflow: hidden;
  text-decoration: none;
  height: auto;
  display: inline-block;
  position: absolute;
  bottom: 10%;
}
#section1 .owl-controls .owl-dots .owl-dot {
  display: block;
  zoom: 1;
}
#section1 .owl-controls .owl-dots .owl-dot span {
  display: block;
  width: 15px;
  height: 15px;
  margin: 10px 0 0 0;
  background: 0 0;
  background: #fff;
  border: 2px solid #0d2ea1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#section1 .owl-controls .owl-dots .owl-dot.active span,
#section1 .owl-controls .owl-dots .owl-dot:hover span {
  background: #fe0137;
  border: 2px solid #0d2ea1;
}
#section1 #customNavBanner {
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 40px;
  width: 80%;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
}
#section1 .content {
  padding: 0 0 0 20px;
  max-width: 500px;
  font-size: 2em;
  font-weight: 900;
}
#section1 .fbox {
  padding: 0;
  min-height: 110px;
  display: flex;
  align-items: center;
  line-height: 130%;
}
#section1 .fbox label {
  padding: 0 10px 0 0;
  display: none;
}
#section1 #box1 {
  margin-bottom: 3em;
}
#section1 #box2 {
  margin-bottom: 2em;
}
#section1 #box3 {
  margin-bottom: 2em;
}
#section1 #box4 {
  margin-top: 0;
}
#section1 .info {
  font-size: 2em;
  line-height: 150%;
  padding: 20px 0 10px 0;
}
#section1 .info ul {
  list-style: disc;
  padding: 0 0 0 25px;
}
#section1 .info ul li {
  padding: 0 0 0 15px;
  margin: 0 0 20px 0;
  list-style: disc;
  line-height: 150%;
  background: 0 0;
}
#section1 .info ul li:last-child {
  margin: 0;
}
#section2 .video-wrapper {
  width: 100%;
  max-width: 700px;
  padding: 0;
  margin: 0 auto 0 auto;
  display: block;
  text-align: center;
}
#section2 .video-wrapper img {
  border-radius: 30px;
  border: 4px solid #ff003a;
}
#section2 .video-wrapper iframe {
  border-radius: 30px;
  border: 4px solid #ff003a;
  height: 480px;
}
#section3 ul {
  list-style: none;
  padding: 20px;
  margin: 0;
  background: rgb(255 255 255 / 100%);
  border-radius: 20px;
}
#section3 ul li {
  list-style: none;
  font-family: GothamHTF-Book;
  font-size: 16px;
  padding: 16px 0;
  margin: 0;
  border-bottom: 2px solid #ff003a;
}
#section3 ul li:last-child {
  border-bottom: none;
}
#section3 ul li label {
  font-family: GothamHTF-Bold;
  font-size: 20px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  display: block;
  color: #000;
}
#section4 {
  border-bottom: 15px solid #de0500;
}
#section4 .innercontent {
  width: 100%;
  max-width: 760px;
  margin: 0 auto 0 auto;
}
#formwrapper {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
.formheader {
  padding: 0;
}
.formcontent {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 10px 0 0 0;
}
.form-label {
  padding: 0;
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.form-label label {
  display: inline-block;
  width: 30%;
  font-size: 16px;
  line-height: 130%;
  text-transform: uppercase;
}
.form-label label small {
  line-height: 110%;
  display: block;
}
.form-label input,
.form-label select {
  display: inline-block;
  width: 70%;
  padding: 6px 8px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  color: #000;
  outline: 0;
  text-transform: inherit;
}
.form-label input[type="checkbox"] {
  display: inline-block;
  width: auto;
  padding: 0;
  margin: 0;
  top: 3px;
  position: relative;
}
.form-label textarea {
  display: inline-block;
  width: 80%;
  padding: 6px 10px;
  background: #fff;
  border: 1px solid #fff;
  color: #000;
  outline: 0;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .heading {
    padding: 30px 10px;
  }
  .heading .title {
    font-size: 3em;
  }
  .heading .title.bigtitle {
    font-size: 3.2em;
  }
  .heading .caption {
    font-size: 1.6em;
  }
  #section0 .video-wrapper {
    max-width: 720px;
  }
  #section1 .content {
    font-size: 1.8em;
    max-width: 450px;
  }
  #section1 #box1 {
    margin-bottom: 2em;
  }
  #section1 #box2 {
    margin-bottom: 1em;
  }
  #section1 #box3 {
    margin-bottom: 1em;
  }
  #section1 #box4 {
    margin-top: 0;
  }
  #section1 .info {
    font-size: 1.6em;
  }
  #section2 .video-wrapper {
    max-width: 720px;
  }
}
@media (max-width: 1400px) {
  h1 {
    font-size: 2.6em;
  }
  h2 {
    font-size: 2.4em;
  }
  h3 {
    font-size: 2.2em;
  }
  h4 {
    font-size: 2em;
  }
  h5 {
    font-size: 1.8em;
  }
  h6 {
    font-size: 1.6em;
  }
  #main-nav ul li a {
    font-size: 15px;
  }
  .heading .title {
    font-size: 2.7em;
  }
  .heading .title.bigtitle {
    font-size: 2.8em;
  }
  .heading .caption {
    font-size: 1.3em;
  }
  #section0 .video-wrapper {
    max-width: 680px;
  }
  #section0 .video-wrapper iframe {
    height: 400px;
  }
  #section1 .container {
    width: 90%;
    max-width: 1000px;
  }
  #section1 .content {
    font-size: 1.4em;
    max-width: 380px;
  }
  #section1 .fbox {
    min-height: 100px;
  }
  #section1 .info {
    font-size: 1.4em;
  }
  #section1 #box4 {
    margin-top: 0;
  }
  #section2 .video-wrapper {
    max-width: 680px;
  }
  #section2 .video-wrapper iframe {
    height: 400px;
  }
  #section3 ul li {
    font-size: 13px;
    padding: 10px 0;
  }
  #section3 ul li label {
    font-size: 15px;
    margin: 0 0 5px 0;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 2.4em;
  }
  h2 {
    font-size: 2.2em;
  }
  h3 {
    font-size: 2em;
  }
  h4 {
    font-size: 1.8em;
  }
  h5 {
    font-size: 1.6em;
  }
  h6 {
    font-size: 1.4em;
  }
  .heading .title {
    font-size: 2.4em;
  }
  .heading .title.bigtitle {
    font-size: 2.6em;
  }
  .heading .caption {
    font-size: 1.3em;
  }
  #section1 .content {
    max-width: 330px;
  }
  #section1 .fbox {
    min-height: 80px;
  }
  #section1 #box1 {
    margin-bottom: 1.8em;
  }
  #section1 #box2 {
    margin-bottom: 0;
  }
  #section1 #box3 {
    margin-bottom: 0;
  }
  #section1 #box4 {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 2.2em;
  }
  h2 {
    font-size: 2em;
  }
  h3 {
    font-size: 1.8em;
  }
  h4 {
    font-size: 1.6em;
  }
  h5 {
    font-size: 1.4em;
  }
  h6 {
    font-size: 1.2em;
  }
  .heading {
    padding: 30px 10px;
    margin: 0 0 40px 0;
  }
  .heading .title {
    font-size: 2.2em;
  }
  .heading .title.bigtitle {
    font-size: 2.4em;
  }
  .innercontent {
    width: 100%;
  }
  #main-nav {
    position: relative;
  }
  #main-nav .row-eq-height {
    display: flex;
  }
  .row-eq-height {
    display: initial;
  }
  .section .floatimage {
    opacity: 0.3;
  }
  .section .floatimage img {
    object-fit: cover;
    align-items: initial;
    object-position: left;
  }
  .floatmiddle-wrapper {
    display: inline-block;
    width: 100%;
  }
  .floatmiddle-wrapper .floatmiddle {
    position: relative;
    display: table !important;
    transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
  #section0 .floatimage img {
    object-position: left;
  }
  #section0 .video-wrapper {
    height: auto;
  }
  #section1 ul li {
    height: auto;
  }
  #section1 .content {
    font-size: 1.2em;
    max-width: 380px;
  }
  #section1 .fbox {
    min-height: auto;
  }
  #section1 #box2 {
    margin-bottom: 3em;
  }
  #section1 #box3 {
    margin-bottom: 2em;
  }
  #section1 .info {
    margin-bottom: 40px;
  }
  #section1 .floatimage2 {
    width: 220px;
    opacity: 0.3;
  }
  #section1 .image-wrapper {
    max-width: 600px;
    padding: 30px 20px;
  }
  #section2 .video-wrapper {
    height: auto;
  }
}
@media (max-width: 900px) {
  #section1 #box2 {
    margin-bottom: 1.5em;
  }
}
@media (max-width: 800px) {
  #section1 #box1 {
    margin-bottom: 1em;
  }
  #section1 #box3 {
    margin-bottom: 1em;
  }
}
@media (max-width: 767px) {
  section {
    padding: 50px 0;
  }
  #main-nav ul li a {
    font-size: 16px;
  }
  #section1 .content {
    font-size: 1.2em;
    max-width: initial;
    padding: 20px 20px 20px 50px;
  }
  #section1 .fbox {
    min-height: auto;
  }
  #section1 .fbox label {
    display: inline-block;
  }
  #section1 .info {
    font-size: 1.2em;
  }
  #section1 #box4 {
    margin-top: 20px;
  }
  #section1 .image-wrapper {
    padding: 0;
  }
  #section1 .innercontent {
    margin: 0 0 40px 0;
  }
  #section1 .owl-controls {
    bottom: 0;
  }
  #section3 ul {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 600px) {
  h1 {
    font-size: 2.1em;
  }
  h2 {
    font-size: 1.9em;
  }
  h3 {
    font-size: 1.7em;
  }
  h4 {
    font-size: 1.5em;
  }
  h5 {
    font-size: 1.3em;
  }
  h6 {
    font-size: 1.1em;
  }
  .heading {
    padding: 30px 10px;
    margin: 0 0 40px 0;
  }
  .heading .title {
    font-size: 2.2em;
  }
  .heading .title.bigtitle {
    font-size: 2.4em;
  }
  .heading .caption {
    font-size: 1.2em;
  }
  #section1 .content {
    font-size: 1.2em;
  }
  #section1 .info {
    font-size: 1.2em;
  }
}
@media (max-width: 480px) {
  body {
    font-size: 14px;
  }
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.8em;
  }
  h3 {
    font-size: 1.5em;
  }
  h4 {
    font-size: 1.4em;
  }
  h5 {
    font-size: 1.2em;
  }
  h6 {
    font-size: 1em;
  }
  .heading .title {
    font-size: 2em;
  }
  .heading .title.bigtitle {
    font-size: 2.2em;
  }
  #main-nav ul li a {
    font-size: 14px;
  }
  .container {
    width: 100%;
  }
  .heading .title {
    font-size: 1.8em;
  }
  .heading .title.bigtitle {
    font-size: 2em;
  }
  .heading .caption {
    font-size: 1.1em;
  }
  #section1 .container {
    width: 100%;
  }
  #section1 .content {
    font-size: 1.1em;
  }
  #section1 .info {
    font-size: 1.1em;
  }
  .form-label {
    display: inline-block;
  }
  .form-label label {
    font-size: 14px;
    width: 100%;
  }
  .form-label label small {
    display: inline-block;
  }
  .form-label input,
  .form-label select {
    width: 100%;
    margin-top: 5px;
  }
}
@media (max-width: 440px) {
  #main-nav ul li {
    padding: 0 10px;
    font-size: 14px;
  }
}
@media (max-width: 380px) {
  #main-nav .row-eq-height {
    display: initial;
  }
  #main-nav #logo {
    padding: 20px 0 10px 0;
    text-align: center;
    display: block;
    width: 100%;
    left: initial;
  }
  #main-nav #menu {
    padding: 0 0 20px 0;
    text-align: center;
    right: initial;
    width: 100%;
  }
  #main-nav ul li {
    padding: 0 10px;
    font-size: 14px;
    float: initial;
  }
}
.ui-dialog {
  position: fixed !important;
  padding: 10px 10px 20px 10px;
  overflow-y: auto;
  z-index: 999999;
  box-shadow: 2px 4px 8px 2px #606060;
}
.ui-widget-header {
  border: 0 solid #ddd !important;
  border-bottom: 1px solid #ddd !important;
  background: 0 0 !important;
  font-weight: 700 !important;
  margin-bottom: 10px !important;
  border-radius: 0 !important;
}
.ui-widget.ui-widget-content {
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#ui-datepicker-div {
  margin: 0;
}
