/* ===========================================================
----------------  ADOBE TYPEKIT ----------------
=========================================================== */
@import url("https://fonts.googleapis.com/css?family=Titillium+Web:300,400,700|Ubuntu:400,700&display=swap");
/* ===========================================================
----------------  VARIABLES ----------------
=========================================================== */
/* -----  GENERAL VALUES ----- */
/* -----  LOGO BRAND VALUES ----- */
/* -----  COMPANY BRAND VALUES ----- */
/* -----  HEADING / BODY VALUES ----- */
/* ----- COMPANY FONTS ----- */
/* ===========================================================
----------------  MIXINS ----------------
=========================================================== */
/* ===========================================================
----------------  BASE SETTINGS ----------------
=========================================================== */
body {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.1rem;
  font-weight: 100;
  color: #fff !important; }

/* -----  UNVISITED LINK ----- */
a:link {
  color: #252525;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease; }

/* -----  VISITED LINK ----- */
a:visited {
  color: #505050;
  text-decoration: none !important; }

/* -----  MOUSE OVER LINK ----- */
a:hover,
a:focus {
  color: #505050;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease; }

/* -----  SELECTED LINK ----- */
a:active {
  color: #505050;
  text-decoration: none !important; }

.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none; }

/* -----  HEADINGS ----- */
h1
h3
h5 {
  font-family: "Ubuntu", sans-serif;
  color: #333;
  font-weight: 400;
  text-transform: uppercase; }

.h1-hero,
.h1-hero-animate,
.h1-dark {
  font-size: 4.75rem;
  font-weight: 700;
  margin-top: 150px; }

.h1-hero-animate {
  color: #7100b7;
  font-weight: 700;
  margin-top: -75px !important;
  margin-left: 320px !important; }

.h1-light,
.h1-light-alt,
.h1-dark {
  margin: 0 auto;
  text-align: center;
  font-size: 3.25rem;
  font-weight: 100;
  text-transform: uppercase;
  padding: 30px 0px; }

.h1-light,
.h1-light-alt {
  color: #fff; }

.h1-light-alt {
  font-size: 3.35rem !important; }

.h3-dark,
.h3-light,
.h3-ig {
  font-family: "Ubuntu", sans-serif;
  color: #333;
  text-transform: uppercase;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 100;
  padding: 15px 0px; }

.h3-light {
  color: #fff;
  font-weight: 100; }

.h3-ig {
  margin: auto;
  color: #757575;
  font-size: 2rem;
  padding-bottom: 20px; }

.h3-ig:hover,
.h3-ig:focus {
  margin: auto;
  color: #7100b7;
  text-align: center;
  font-size: 2rem;
  font-weight: 100;
  font-family: "Ubuntu", sans-serif;
  text-transform: uppercase;
  padding-bottom: 20px; }

.h4-dark-team {
  font-family: "Ubuntu", sans-serif;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  font-size: 1.15rem !important;
  font-weight: 100;
  margin-top: -20px; }

.h5-light {
  font-family: "Ubuntu", sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 100;
  padding: 275px 0px; }

.h5-light:after {
  color: #7100b7;
  text-decoration: none !important; }

.h5-team {
  font-family: "Ubuntu", sans-serif;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  font-size: 1.35rem;
  font-weight: 100;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 25px;
  margin-left: -40px; }

#cookie-law-info-bar {
  background: #C51C62 !important;
  color: #fff !important;
  font-size: .75rem !important; }

.gdpr-link {
  color: #fff !important;
  text-decoration: underline !important;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.gdpr-link:hover {
  color: #fff !important;
  text-decoration: underline !important;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease; }

#cookie_action_close_header {
  color: #fff !important;
  border: 1px solid #fff !important;
  background-color: transparent !important;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease; }

#cookie_action_close_header:hover {
  color: #272B2D !important;
  border: 1px solid #fff !important;
  background-color: #fff !important;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.primary-underline,
.secondary-underline,
.tertiary-underline {
  margin: 0 auto;
  display: block;
  width: 90px;
  padding: 3px;
  margin-bottom: 10px;
  margin-top: -15px; }

.primary-underline {
  background-color: #7100b7; }

.secondary-underline {
  background-color: #C51C62; }

.tertiary-underline {
  background-color: #27304C; }

/* -----  BODY P, A, UL, LI ----- */
.jd-link {
  color: #7100b7; }

.jd-link:hover,
.jd-link:focus {
  color: #942683; }

.widget-title {
  font-family: "Ubuntu", sans-serif !important;
  font-size: 1.5rem !important;
  font-weight: 100 !important;
  color: #fff !important;
  text-transform: uppercase !important; }

.p-team {
  font-family: "Ubuntu", sans-serif;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  font-size: 1rem;
  font-weight: 100;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: -40px; }

.testimonial-quotes {
  font-size: 16px !important;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  color: #7100b7;
  text-shadow: 1px 1px #eee; }

/* ===========================================================
----------------  HEADER / NAVIGATION  ----------------
=========================================================== */
.wrapper-navbar {
  position: fixed !important;
  margin-top: 132px !important;
  z-index: 2 !important;
  width: 100% !important;
  background-color: #942683 !important; }

#main-menu {
  float: right; }

.header-border {
  margin-top: 0px;
  width: 100%;
  height: 1px;
  background: #fff; }

.mobile-overlay-contact {
  display: none !important; }

.fa-overlay {
  margin: 0 auto !important;
  font-size: 2.5rem !important; }

.bg-primary {
  background-color: #1b2134 !important; }

.bg-light {
  background-color: transparent !important;
  z-index: 10 !important; }

.custom-logo-link {
  margin-left: -2%;
  max-width: 200px; }

.custom-logo-link img {
  position: absolute;
  top: 10px;
  left: 50px;
  width: 100px; }

.navbar-light {
  margin-top: 0px;
  background-color: #1b2134;
  z-index: 2;
  height: 120px; }

.navbar-sticky {
  position: fixed;
  top: 40px;
  width: 100%;
  z-index: 3;
  border-bottom: 3px solid #C51C62;
  margin-top: -11px;
  height: 70px; }

.navbar-sticky img {
  top: -5px;
  left: 0px;
  transform: scale(0.65);
  -webkit-transition: all 0.25s ease !important;
  -moz-transition: all 0.25s ease !important;
  -o-transition: all 0.25s ease !important;
  -ms-transition: all 0.25s ease !important;
  transition: all 0.25s ease !important; }

.navbar-sticky .nav-link {
  font-size: 1rem !important;
  -webkit-transition: all 0.25s ease !important;
  -moz-transition: all 0.25s ease !important;
  -o-transition: all 0.25s ease !important;
  -ms-transition: all 0.25s ease !important;
  transition: all 0.25s ease !important; }

.above-header-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
  font-size: .8rem !important;
  height: 45px !important;
  -webkit-transition: all 0.25s ease !important;
  -moz-transition: all 0.25s ease !important;
  -o-transition: all 0.25s ease !important;
  -ms-transition: all 0.25s ease !important;
  transition: all 0.25s ease !important; }

/*sticky header position*/
.sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  border-bottom: 3px solid #C51C62;
  width: 100%;
  height: 50px !important;
  -webkit-transition: all 0.25s ease !important;
  -moz-transition: all 0.25s ease !important;
  -o-transition: all 0.25s ease !important;
  -ms-transition: all 0.25s ease !important;
  transition: all 0.25s ease !important; }

.sticky.is-sticky .nav-link {
  font-size: 1rem !important;
  -webkit-transition: all 0.25s ease !important;
  -moz-transition: all 0.25s ease !important;
  -o-transition: all 0.25s ease !important;
  -ms-transition: all 0.25s ease !important;
  transition: all 0.25s ease !important; }

body {
  min-height: 900px; }

nav {
  min-height: 70px;
  height: 50px;
  font-size: 1rem; }

.is-sticky img {
  top: -15px;
  left: 30px;
  transform: scale(0.5);
  -webkit-transition: all 0.25s ease !important;
  -moz-transition: all 0.25s ease !important;
  -o-transition: all 0.25s ease !important;
  -ms-transition: all 0.25s ease !important;
  transition: all 0.25s ease !important; }

.navbar #main-menu li,
.navbar-sticky #main-menu li {
  z-index: 999999 !important; }

.dropdown-menu {
  background-color: #1b2134 !important;
  border-radius: 0px !important;
  width: 100% !important;
  height: auto !important;
  text-align: center !important; }

.dropdown-menu .dropdown-item {
  color: #fff !important;
  text-transform: uppercase !important; }

.dropdown-menu .dropdown-item:hover {
  border-left: 1px solid #7100b7 !important;
  border-right: 1px solid #7100b7 !important;
  color: #7100b7 !important; }

.dropdown-menu ul li {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.dropdown-menu .show ul li {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.is-sticky .dropdown-item,
.is-sticky .dropdown-item:hover {
  text-align: center !important; }

.nav-link {
  margin-left: 15px !important;
  margin-right: 15px !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  font-size: 1rem !important;
  color: #fff !important; }

.nav-link:hover {
  color: #C51C62 !important; }

.show {
  min-width: auto !important;
  background-color: #1b2134 !important;
  color: #fff !important;
  border: none !important; }

.show .nav-link:hover {
  color: #fff !important; }

.header-banner {
  background-color: #3A3D3E;
  z-index: -1; }

.header-banner span {
  color: #fff;
  font-weight: 400;
  font-family: "Ubuntu", sans-serif;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.header-banner .col-3:hover,
.header-banner .col-3:focus {
  background-color: #942683;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.header-banner .col-3 {
  border-left: 1px solid #eee;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.header-social-icons {
  margin: 0 auto;
  height: 35px;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.header-fa {
  margin: 5px 0px 5px;
  color: #7100b7; }

.header-banner .col-3:hover .header-fa,
.header-banner .col-3:focus .header-fa {
  color: #fff;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.header-banner .col-3:hover span,
.header-banner .col-3:focus span {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease; }

/* SUPERFLY MENU*/
#sfm-mob-navbar {
  background-color: #1b2134 !important;
  border-bottom: 2px solid #c738b1 !important; }

.sfm-pos-right .sfm-rollback {
  z-index: -1 !important; }

/* Transitions */
header,
nav,
a,
img,
li {
  transition: .35s all;
  -moz-transition: .35s all;
  -webkit-transition: .35s all;
  -o-transition: .35s all; }

.above-header {
  margin: 0 auto;
  margin-top: -16px;
  font-size: 1rem;
  height: 55px;
  background-color: #27304C; }

.fab-header {
  margin-top: 25px;
  margin-left: 10px;
  margin-right: 10px;
  color: #C51C62;
  float: right;
  font-size: 1.5rem;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.fab-header:hover {
  color: #fff;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease; }

a.ah-portal,
a.ah-phone,
a.ah-sample,
a.ah-pricing {
  margin: 0 auto !important;
  margin-top: 24px !important;
  margin-left: 20px !important;
  font-family: "Titillium Web", sans-serif !important;
  font-weight: 400 !important;
  float: left !important;
  color: #C51C62 !important; }

a.ah-portal span,
a.ah-phone span,
a.ah-sample span,
a.ah-pricing span {
  font-family: "Titillium Web", sans-serif !important; }

a.ah-portal:hover,
a.ah-sample:hover,
a.ah-phone:hover,
a.ah-pricing:hover {
  color: #fff !important; }

a.ah-pricing,
a.ah-portal {
  position: relative;
  float: right; }

a.ah-youtube,
a.ah-instagram,
a.ah-linkedin,
a.ah-facebook {
  float: right !important; }

a.ah-youtube {
  margin-right: 10px !important; }

.above-header-sticky a.ah-portal,
.above-header-sticky a.ah-phone,
.above-header-sticky a.ah-sample {
  margin-top: 21px !important; }

.above-header-sticky .fab-header {
  margin-top: 23px !important;
  font-size: 1rem !important; }

/* SUPERFLY MENU*/
.sfm-navicon-button.sf_label_default {
  display: none !important; }

#sfm-sidebar .sfm-search-form input[type=text],
.sfm-search-form span {
  display: none !important; }

.sfm-pos-right .sfm-rollback {
  z-index: -1 !important; }

/* ===========================================================
----------------  MASTHEAD  ----------------
=========================================================== */
.wrapper-masthead {
  margin: 0px auto;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-attachment: fixed !important;
  width: 100%;
  height: auto;
  min-height: 700px;
  max-height: 700px;
  padding-bottom: 0px; }
  .wrapper-masthead .w-100 p {
    font-size: 1.5rem !important;
    padding: 0px 150px; }
  .wrapper-masthead .arrow {
    text-align: center;
    margin: 0px auto;
    margin-top: 100px; }
  .wrapper-masthead .fad {
    font-size: 4.5rem;
    color: #C51C62;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease; }
  .wrapper-masthead .wrapper-masthead .fad:hover {
    font-size: 3.5rem;
    color: #fff;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease; }
  .wrapper-masthead .bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite; }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-25px); }
  60% {
    transform: translateY(-10px); } }
/* ===========================================================
----------------  SERVICES  ----------------
=========================================================== */
.wrapper-services {
  margin: 0px auto;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: auto;
  min-height: 515px;
  padding-bottom: 0px;
  background-color: #283458;
  background: -webkit-linear-gradient(to right, #283458, #1b2134);
  background: linear-gradient(to right, #283458, #1b2134); }
  .wrapper-services .service-hp-icon {
    max-width: 125px;
    margin: 30px auto;
    display: block;
    margin-bottom: 15px; }
  .wrapper-services .slide h3 {
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
    color: #c738b1;
    text-transform: uppercase; }
  .wrapper-services p {
    margin: 0 auto;
    text-align: center;
    color: #fff;
    padding: 10px 70px; }
  .wrapper-services .slick-slide {
    opacity: .3 !important;
    transition: opacity .5s ease-in-out !important;
    outline: none !important;
    box-shadow: none !important;
    outline-color: none !important;
    color: none !important; }
  .wrapper-services .slick-current {
    opacity: 1 !important;
    transition: opacity .5s ease-in-out !important; }
  .wrapper-services .slick-active {
    opacity: 1 !important;
    transition: opacity .5s ease-in-out !important; }
  .wrapper-services .slick-prev, .wrapper-services .slick-next {
    font-size: 0 !important;
    position: absolute !important;
    bottom: 20px !important;
    color: #1b2134 !important;
    border: 0 !important;
    background: none !important;
    z-index: 1 !important; }
  .wrapper-services .slick-prev {
    left: -50px !important; }
  .wrapper-services .slick-prev:after {
    content: "\f068" !important;
    font: 20px 'FontAwesome' !important;
    color: #fff !important;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease; }
  .wrapper-services .slick-next {
    right: 0px !important;
    color: #283458 !important;
    text-align: right !important; }
  .wrapper-services .slick-next:after {
    content: "\f067" !important;
    font: 20px 'FontAwesome' !important;
    color: #fff !important;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease; }
  .wrapper-services .slick-prev:hover:after, .wrapper-services .slick-next:hover:after {
    color: #c738b1 !important;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease; }
  .wrapper-services .slick-prev:before, .wrapper-services .slick-next:before {
    color: transparent !important; }

section.services-hp {
  margin-top: -15px !important; }

/* ===========================================================
----------------  VENDORS  ----------------
=========================================================== */
.wrapper-vendors {
  margin: 0px auto;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: auto;
  min-height: 500px;
  padding-bottom: 0px;
  background-image: url("../img/jd-hp-vendors-1200x600.jpg"); }
  .wrapper-vendors .vendor-hp-icon {
    max-width: 200px;
    margin: -10px auto;
    display: block;
    margin-bottom: 15px;
    margin-left: 200px; }
  .wrapper-vendors p {
    color: #fff;
    font-size: 1.1rem; }
  .wrapper-vendors .slick-slide {
    outline: none !important;
    box-shadow: none !important;
    outline-color: none !important;
    color: none !important; }
  .wrapper-vendors .slick-dots li.slick-active button:before {
    color: #c738b1 !important; }
  .wrapper-vendors .slick-dots li button:before {
    color: #7100b7 !important; }

section.vendors-hp {
  margin-top: -30px;
  margin-bottom: 65px; }

/* ===========================================================
----------------  TESTIMONIALS  ----------------
=========================================================== */
.wrapper-testimonials {
  margin: 0px auto;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: auto;
  min-height: 400px;
  background-image: url("../img/jd-hp-testimonials-1440x700.jpg"); }
  .wrapper-testimonials img {
    margin: 0 auto;
    margin-top: -20px;
    margin-bottom: 20px;
    text-align: center;
    transform: scale(0.75);
    max-width: 400px; }
  .wrapper-testimonials .testimonial-name, .wrapper-testimonials .testimonial-position {
    color: #27304C;
    text-transform: uppercase;
    text-align: center;
    display: block !important;
    font-size: 1.35rem;
    font-weight: 700;
    font-family: "Ubuntu", sans-serif; }
  .wrapper-testimonials .testimonial-position {
    position: relative;
    display: block;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 100;
    padding-bottom: 30px; }
  .wrapper-testimonials p {
    margin-top: -50px;
    color: #1b2134;
    font-size: 1.25rem;
    font-weight: 400;
    padding: 0px 75px 0px 75px;
    text-align: center;
    text-transform: none;
    font-family: "Titillium Web", sans-serif; }
  .wrapper-testimonials .testimonial-quote {
    font-size: 1.25rem;
    font-weight: 700;
    color: #C51C62; }

/* ===========================================================
----------------  CONTACT  ----------------
=========================================================== */
.wrapper-contact {
  margin: 0px auto;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  width: 100%;
  height: auto;
  min-height: 970px;
  padding-bottom: 0px;
  background-image: url("../img/jd-hp-contact-1920x1080-alt.jpg"); }

.gfield_label,
.gsection_title {
  color: #fff !important;
  text-transform: uppercase !important; }

.gsection_description {
  color: #fff !important; }

ul.chosen-choices,
#input_3_1_3,
#input_3_1_6,
#input_3_2,
#input_3_3,
#input_3_4,
#input_3_5,
#input_3_6,
#input_3_10_1,
#input_3_10_2,
#input_3_10_3,
#input_3_10_4,
#input_3_10_5,
#input_3_16,
#input_3_17,
#input_3_17 {
  height: 50px !important; }

#input_3_10_4,
#input_3_17 {
  font-size: .8rem !important;
  text-transform: uppercase !important;
  background: transparent !important;
  border-radius: 0px !important;
  color: #fff !important; }

#input_3_5,
#input_3_6,
#input_3_16,
#input_3_10 {
  margin-top: -10px !important; }

#input_3_1_3,
#input_3_1_6,
#input_3_2,
#input_3_3,
#input_3_4,
#input_3_5,
#input_3_6,
#input_3_10_1,
#input_3_10_2,
#input_3_10_3,
#input_3_10_4,
#input_3_10_5,
#input_3_15,
#input_3_16,
#input_3_17 {
  border: 1px solid #ccc !important; }

#input_3_1_3,
#input_3_1_6 {
  margin-bottom: 0px !important; }

#input_3_2,
#input_3_3,
#input_3_4 {
  margin-top: -10px !important; }

#input_3_10_4 {
  margin-top: 12px !important; }

.search-choice:nth-child(odd) {
  height: 42px !important;
  vertical-align: middle !important;
  padding-top: 15px !important;
  font-size: .8rem !important;
  background: #C51C62 !important;
  border: 1px solid #C51C62 !important;
  color: #fff !important;
  box-shadow: none !important; }

.search-choice:nth-child(even) {
  height: 42px !important;
  vertical-align: middle !important;
  padding-top: 15px !important;
  font-size: .8rem !important;
  background: #7100b7 !important;
  border: 1px solid #7100b7 !important;
  color: #fff !important;
  box-shadow: none !important; }

.gform_wrapper select option {
  font-size: .8rem !important;
  text-transform: uppercase !important;
  color: #757575 !important; }

#gform_submit_button_3 {
  margin-top: -10px !important;
  width: 225px !important;
  padding: 15px !important;
  float: right !important;
  background-color: #C51C62 !important;
  border: 1px solid #C51C62 !important;
  color: #fff !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease; }

#gform_submit_button_3:hover {
  background-color: #942683 !important;
  border: 1px solid #942683 !important;
  color: #fff !important;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.chosen-search-input,
#gform_3 ::-webkit-input-placeholder {
  /* Chrome */
  color: #999 !important;
  font-size: .8rem !important;
  text-transform: uppercase !important;
  opacity: 1 !important; }

.chosen-search-input,
#gform_3 :-ms-input-placeholder {
  /* IE 10+ */
  color: #999 !important;
  font-size: .8rem !important;
  text-transform: uppercase !important;
  opacity: 1 !important; }

.chosen-search-input,
#gform_3 ::-moz-placeholder {
  /* Firefox 19+ */
  color: #999 !important;
  font-size: .8rem !important;
  text-transform: uppercase !important;
  opacity: 1 !important; }

.chosen-search-input,
#gform_3 :-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #999 !important;
  font-size: .8rem !important;
  text-transform: uppercase !important;
  opacity: 1 !important; }

.chosen-search-input {
  margin-top: 12px !important; }

#field_3_1 {
  margin-top: 75px !important; }

/* VALIDATION ERRORS*/
#gform_wrapper_3 .validation_error {
  font-size: .7rem !important;
  color: #fff !important;
  border-top: 2px solid #C51C62 !important;
  border-bottom: 2px solid #C51C62 !important;
  margin-bottom: 10px !important;
  margin-top: -20px !important;
  padding: 5px 0px !important; }

#gform_wrapper_3 .gfield_error,
#gform_wrapper_3 .gform_wrapper,
#gform_wrapper_3 .validation_message {
  font-size: .7rem !important;
  color: #fff !important;
  background-color: transparent !important;
  border-top: none !important;
  border-bottom: none !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  padding: 5px 0px !important; }

#gform_fields_3 {
  margin-top: -50px !important; }

/* ===========================================================
----------------  FONT AWESOME STYLES  ----------------
=========================================================== */
/* ===========================================================
----------------  FOOTER  ----------------
=========================================================== */
.footer-border {
  width: 100%;
  height: 5px;
  background: -webkit-linear-gradient(to right, #942683, #C51C62, #7100b7);
  background: linear-gradient(to right, #942683, #C51C62, #7100b7); }

.wrapper-footer-copyright {
  min-height: 100px;
  background-color: #1b2134;
  color: #fff; }
  .wrapper-footer-copyright span a {
    color: #666;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease; }
  .wrapper-footer-copyright span a:hover {
    color: #C51C62;
    text-decoration: underline;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease; }

/* ----- SERVICE LINKS BEGIN ----- */
/* ----- SERVICE LINKS END ----- */
/* ----- SOCIAL LINKS BEGIN ----- */
/* ----- SOCIAL LINKS END ----- */
/* ----- COPYRIGHT BEGIN ----- */
/* ----- COPYRIGHT END ----- */
/* ===========================================================
----------------  MEDIA QUERIES ----------------
=========================================================== */
@media (min-width: 360px) and (max-width: 575px) {
  /* HEADER */
  .navbar-toggler {
    display: none !important; }

  .above-header {
    display: none !important; }

  .navbar-light {
    display: none !important; }

  #wrapper-navbar {
    position: fixed !important;
    z-index: 1 !important;
    margin: 50px 0px !important;
    width: 100% !important;
    margin-top: 0px !important; }

  .sfm-logo {
    display: inline-block !important;
    margin-top: -50px !important; }

  .sfm-nav {
    margin-top: -50px !important; }

  .sfm-social {
    margin-top: -70px !important; }

  .icon-scroll {
    display: none !important; }

  .sfm-scroll-wrapper {
    width: 100% !important;
    height: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
    overflow-x: hidden !important; }

  .sfm-logo img {
    margin: 50px auto !important; }

  .sfm-va-middle {
    margin-top: -30px !important;
    transform: scale(0.75) !important; }

  .sfm-navicon-button.sf_label_default {
    margin-top: 0px !important;
    margin-right: 0px !important; }

  #sfm-sidebar .sfm-view-level-1 li a, #sfm-sidebar .sfm-menu-level-1 li a {
    font-size: 24px !important; }

  .sfm-style-full .sfm-sm-indicator {
    height: 35px !important; }

  header.large .sfm-navicon-button.sf_label_default {
    margin-top: -10px !important; }

  header.small .sfm-navicon-button.sf_label_default {
    margin-top: -30px !important; }

  #sfm-menu-item-226 {
    margin-top: 50px !important; }

  #sfm-menu-level-0 ul {
    margin-top: 50px !important; }

  /* MASTHEAD */
  .wrapper-masthead {
    background-position: right !important;
    background-attachment: scroll !important;
    min-width: 375px !important;
    max-width: 575px !important;
    min-height: 500px !important;
    max-height: 1500px !important; }
    .wrapper-masthead .sticky-wrapper {
      display: none !important; }
    .wrapper-masthead .h1-hero {
      margin-top: 25px !important;
      font-size: 3.25rem !important; }
    .wrapper-masthead .w-100 p {
      font-size: 1.2rem !important;
      padding: 0px 15px !important; }
    .wrapper-masthead .h3-dark, .wrapper-masthead .h3-light {
      font-size: 2.05rem !important; }

  /* SERVICES */
  .wrapper-services {
    min-height: 550px !important; }
    .wrapper-services p {
      padding: 10px 0px !important;
      margin-bottom: 10px !important; }
    .wrapper-services img {
      max-width: 100px !important; }
    .wrapper-services .slick-next, .wrapper-services .slick-prev {
      display: none !important; }

  /* VENDORS */
  .wrapper-vendors .slick-slide img {
    margin: 0 auto !important;
    max-width: 150px !important; }

  /* TESTIMONIALS */
  .wrapper-testimonials {
    max-height: 690px !important; }
    .wrapper-testimonials img {
      margin: 0 auto !important;
      display: block !important;
      max-width: 250px !important;
      margin-bottom: 20px !important; }
    .wrapper-testimonials p {
      margin-top: -30px !important;
      font-size: 1rem !important;
      padding-left: 5px !important;
      padding-right: 5px !important;
      text-align: center !important; }
    .wrapper-testimonials .testimonial-name {
      font-size: 1.25rem !important;
      margin-bottom: 0px !important;
      text-align: center !important;
      padding-left: 5px !important;
      padding-right: 5px !important; }
    .wrapper-testimonials .testimonial-position {
      font-size: 1rem !important;
      text-align: center !important;
      display: block !important;
      padding-left: 5px !important;
      padding-right: 5px !important; }

  /* CONTACT US */
  .wrapper-contact {
    background-position: bottom left !important;
    background-attachment: scroll !important; }

  #gform_submit_button_3 {
    margin-top: -20px !important;
    width: 100% !important; }

  .gform_wrapper select option {
    font-size: .8rem !important;
    text-transform: uppercase !important;
    color: #757575 !important; } }
/* ----- MEDIA QUERIES ----- */
@media (min-width: 576px) and (max-width: 767px) {
  /* HEADER */
  .navbar-toggler {
    display: none !important; }

  .above-header {
    display: none !important; }

  .navbar-light {
    display: none !important; }

  #wrapper-navbar {
    position: fixed !important;
    z-index: 1 !important;
    margin: 50px 0px !important;
    width: 100% !important;
    margin-top: 0px !important; }

  .sfm-logo {
    display: inline-block !important;
    margin-top: -50px !important; }

  .sfm-nav {
    margin-top: -50px !important; }

  .sfm-social {
    margin-top: -70px !important; }

  .icon-scroll {
    display: none !important; }

  .sfm-scroll-wrapper {
    width: 100% !important;
    height: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
    overflow-x: hidden !important; }

  .sfm-logo img {
    margin: 50px auto !important; }

  .sfm-va-middle {
    margin-top: -30px !important;
    transform: scale(0.75) !important; }

  .sfm-navicon-button.sf_label_default {
    margin-top: 0px !important;
    margin-right: 0px !important; }

  #sfm-sidebar .sfm-view-level-1 li a, #sfm-sidebar .sfm-menu-level-1 li a {
    font-size: 24px !important; }

  .sfm-style-full .sfm-sm-indicator {
    height: 35px !important; }

  header.large .sfm-navicon-button.sf_label_default {
    margin-top: -10px !important; }

  header.small .sfm-navicon-button.sf_label_default {
    margin-top: -30px !important; }

  #sfm-menu-item-226 {
    margin-top: 50px !important; }

  #sfm-menu-level-0 ul {
    margin-top: 50px !important; }

  /* MASTHEAD */
  .wrapper-masthead {
    background-position: left !important; }
    .wrapper-masthead .sticky-wrapper {
      display: none !important; }
    .wrapper-masthead .h1-hero {
      margin-top: 100px !important;
      font-size: 3.05rem !important; }
    .wrapper-masthead .w-100 p {
      font-size: 1.2rem !important;
      padding: 0px 15px !important; }
    .wrapper-masthead .h3-dark, .wrapper-masthead .h3-light {
      font-size: 2.05rem !important; }

  /* SERVICES */
  .wrapper-services {
    min-height: 550px !important; }
    .wrapper-services p {
      padding: 10px 15px !important;
      margin-bottom: 10px !important; }
    .wrapper-services img {
      max-width: 100px !important; }
    .wrapper-services .slick-slide img {
      margin: 0 auto !important;
      max-width: 100px !important; }
    .wrapper-services h3 {
      font-size: 1.25rem !important; }
    .wrapper-services .h3-light {
      font-size: 2.05rem !important; }

  /* VENDORS */
  .wrapper-vendors .slick-slide img {
    margin: 0 auto !important;
    max-width: 150px !important; }

  /* TESTIMONIALS */
  .wrapper-testimonials {
    max-height: 690px !important; }
    .wrapper-testimonials img {
      margin: 0 auto !important;
      display: block !important;
      max-width: 300px !important; }
    .wrapper-testimonials p {
      margin-top: -30px !important;
      font-size: 1rem !important; }
    .wrapper-testimonials .testimonial-name {
      font-size: 1.25rem !important;
      margin-bottom: 0px !important;
      text-align: center !important; }
    .wrapper-testimonials .testimonial-position {
      font-size: 1rem !important;
      text-align: center !important;
      display: block !important; }

  /* CONTACT US */
  .wrapper-contact {
    background-position: bottom left !important; }

  #gform_submit_button_3 {
    margin-top: -20px !important;
    width: 100% !important;
    margin-bottom: 30px !important; }

  .gform_wrapper select option {
    font-size: .8rem !important;
    text-transform: uppercase !important;
    color: #757575 !important; } }
/* ----- MEDIA QUERIES ----- */
@media (min-width: 768px) and (max-width: 991px) {
  /* HEADER */
  .navbar-toggler {
    display: none !important; }

  .above-header {
    display: none !important; }

  .navbar-light {
    display: none !important; }

  #wrapper-navbar {
    position: fixed !important;
    z-index: 1 !important;
    margin: 50px 0px !important;
    width: 100% !important;
    margin-top: 0px !important; }

  .sfm-logo {
    display: inline-block !important;
    margin-top: -50px !important; }

  .sfm-nav {
    margin-top: -50px !important; }

  .sfm-social {
    margin-top: -70px !important; }

  .icon-scroll {
    display: none !important; }

  .sfm-scroll-wrapper {
    width: 100% !important;
    height: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
    overflow-x: hidden !important; }

  .sfm-logo img {
    margin: 50px auto !important; }

  .sfm-va-middle {
    margin-top: -30px !important;
    transform: scale(0.75) !important; }

  .sfm-navicon-button.sf_label_default {
    margin-top: 0px !important;
    margin-right: 0px !important; }

  #sfm-sidebar .sfm-view-level-1 li a, #sfm-sidebar .sfm-menu-level-1 li a {
    font-size: 24px !important; }

  .sfm-style-full .sfm-sm-indicator {
    height: 35px !important; }

  header.large .sfm-navicon-button.sf_label_default {
    margin-top: -10px !important; }

  header.small .sfm-navicon-button.sf_label_default {
    margin-top: -30px !important; }

  #sfm-menu-item-226 {
    margin-top: 50px !important; }

  #sfm-menu-level-0 ul {
    margin-top: 50px !important; }

  /* MASTHEAD */
  .wrapper-masthead {
    background-position: left !important; }
    .wrapper-masthead .sticky-wrapper {
      display: none !important; }
    .wrapper-masthead .h1-hero {
      margin-top: 100px !important;
      font-size: 3.05rem !important; }
    .wrapper-masthead .w-100 p {
      font-size: 1.2rem !important;
      padding: 0px 15px !important; }
    .wrapper-masthead .h3-dark, .wrapper-masthead .h3-light {
      font-size: 2.05rem !important; }

  /* SERVICES */
  .wrapper-services {
    min-height: 450px !important; }
    .wrapper-services p {
      padding: 10px 15px !important;
      margin-bottom: 10px !important; }
    .wrapper-services img {
      max-width: 100px !important; }
    .wrapper-services .slick-slide img {
      margin: 0 auto !important;
      max-width: 100px !important; }
    .wrapper-services h3 {
      font-size: 1.25rem !important; }
    .wrapper-services .h3-light {
      font-size: 2.05rem !important; }

  /* VENDORS */
  .wrapper-vendors {
    min-height: 475px !important; }
    .wrapper-vendors .slick-slide img {
      margin: 0 auto !important;
      max-width: 150px !important; }

  /* TESTIMONIALS */
  .wrapper-testimonials {
    max-height: 530px !important; }
    .wrapper-testimonials img {
      margin: 0 auto !important;
      display: block !important;
      margin-left: -30px !important;
      margin-top: 50px !important; }
    .wrapper-testimonials p {
      font-size: 1rem !important; }
    .wrapper-testimonials .testimonial-name {
      font-size: 1.25rem !important;
      margin-bottom: 0px !important; }
    .wrapper-testimonials .testimonial-position {
      font-size: 1rem !important;
      display: block !important; }

  /* CONTACT US */
  .wrapper-contact {
    background-position: bottom left !important; }

  #gform_submit_button_3 {
    margin-top: -20px !important;
    width: 100% !important;
    margin-bottom: 30px !important; }

  .gform_wrapper select option {
    font-size: .8rem !important;
    text-transform: uppercase !important;
    color: #757575 !important; } }
/* ----- MEDIA QUERIES ----- */
@media (min-width: 992px) and (max-width: 1199px) {
  /* TESTIMONIALS */
  .wrapper-testimonials {
    max-height: 600px !important; }
    .wrapper-testimonials img {
      margin: 0 auto !important;
      max-width: 300px !important;
      display: block !important;
      margin-top: 50px !important; }

  /* CONTACT US */
  #gform_submit_button_3 {
    margin-top: -20px !important;
    margin-bottom: 30px !important; }

  .gform_wrapper select option {
    font-size: .8rem !important;
    text-transform: uppercase !important;
    color: #757575 !important; } }

/*# sourceMappingURL=custom-home.css.map */
