<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #ee252d;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #b80e15;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-weight: 400;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #000;
}
.woocommerce div.product form.cart .variations label {
  line-height: 37px;
}
.woocommerce div.product form.cart .variations .value select {
  margin-bottom: 0;
}
.woocommerce .thankyou_page {
  padding-top: 20px;
}
.woocommerce .thankyou_page .button {
  margin-left: 10px;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  padding: 13px 25px;
  line-height: 1;
  letter-spacing: 2px;
  background-color: #ee252d;
  color: #fff;
}

/* -----------------------------------------
   Home page slider
----------------------------------------- */
.slick-slider {
  margin-bottom: 0;
}

#home-slider .slick-prev, #home-slider .slick-next {
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.4);
}
#home-slider .slick-next {
  right: 0;
}
#home-slider .slick-prev {
  left: 0;
}
#home-slider .slick-list {
  width: 100%;
  margin: 0;
}
#home-slider .slick-slide {
  height: 70vh;
  /*define the height of slide*/
}
#home-slider .slider-caption {
  position: absolute;
  top: 50%;
  width: 100%;
  max-width: 1148px;
  left: 0;
  right: 0;
  text-align: center;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
}
#home-slider .slider-caption .slider-caption-inner {
  background: rgba(255, 255, 255, 0.6);
  max-width: 925px;
  padding: 30px 48px;
  text-align: left;
  display: inline-block;
  float: left;
}
#home-slider .slider-caption .slider-caption-inner h3 {
  color: #ee252d;
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
}
#home-slider .slider-caption .slider-caption-inner p {
  color: #000;
  font-size: 24px;
  line-height: 1;
  margin: 0;
  font-weight: bold;
}

.slick-dots {
  bottom: -5px;
}

.slick-dots li.slick-active button:before {
  color: #ee252d;
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 15px;
  color: #fff;
  opacity: 1;
}

.slick-prev:before {
  content: url("../images/arrowL.png");
}

.slick-next:before {
  content: url("../images/arrowR.png");
}

@media only screen and (max-width: 640px) {
  #home-slider .slider-caption {
    position: relative;
    top: 20%;
    left: 0;
    width: 100%;
    max-width: 100%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #home-slider .slider-caption p {
    font-size: 12px;
    text-shadow: none;
    font-weight: 600;
  }
  #home-slider .slick-prev, #home-slider .slick-next {
    display: none !important;
  }
}
/* -----------------------------------------
    Slider for Testimonials
----------------------------------------- */
.slider-ttm .slick-dots li.slick-active button:before {
  color: #fff;
  opacity: .3;
}
.slider-ttm .slick-dots {
  bottom: -45px;
}

/* -----------------------------------------
   WordPress Core Classes
----------------------------------------- */
.alignnone {
  margin: 0 1em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption.alignnone {
  margin: 0 1em 1em 0;
}
.wp-caption.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
.wp-caption.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

/* -----------------------------------------
   General fixes
----------------------------------------- */
#wpadminbar {
  opacity: 0.3;
  transition: 0.2s opacity linear;
  -webkit-transform: translateZ(0);
}
#wpadminbar:hover, #wpadminbar:focus {
  opacity: 1;
}

body {
  -webkit-font-smoothing: antialiased;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* Placeholder styling */
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #d1d1d1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #d1d1d1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #d1d1d1;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #d1d1d1;
}

/* Input Styling */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
.select2-container .select2-choice {
  /* STYLES GO THERE */
  height: 55px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-image: none;
  padding: 6px 0 6px 20px;
  font-size: 16px;
  line-height: normal;
  font-family: "Montserrat", sans-serif;
  color: rgba(0, 0, 0, 0.75);
}

.select2-container .select2-choice &gt; .select2-chosen {
  font-family: "Montserrat", sans-serif;
  line-height: 37px;
  display: block;
}

.select2-container .select2-choice .select2-arrow b {
  margin-top: 12px;
}

textarea[rows] {
  /*Styles for TextArea*/
}

/* Responsive video container (YouTube, Vimeo) */
embed, iframe, object {
  max-width: 100%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Align Middle */
.align-middle {
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

/* -----------------------------------------
   Typography
----------------------------------------- */
a:focus {
  outline: none;
}

a {
  color: #ee252d;
}
a:hover {
  color: #71090d;
}

p {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px;
}
p a {
  font-family: 'Open Sans', sans-serif !important;
}

p:empty {
  display: none;
}

body, h1, h2, h3, h4, h5, h6, p, a {
  font-family: "Montserrat", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* -----------------------------------------
    Clearfix
----------------------------------------- */
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}

/* ------------------------------------
    Basic Styles
------------------------------------- */
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}
.row {
  max-width: 1148px;
}

h1 {
  /*basic heading styles*/
}

h2 {
  /*basic heading styles*/
}

h3 {
  /*basic heading styles*/
}

h4 {
  /*basic heading styles*/
}

h5 {
  /*basic heading styles*/
}

h6 {
  /*basic heading styles*/
}

p {
  /*basic paragraph styles*/
}

ul {
  /*basic list styles*/
}
ul li {
  /*basic list-item styles*/
}

a {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
  /*basic hover and focus effects*/
}

.button {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button:hover, .button:focus {
  /*basic hover and focus effects*/
}

#home-slider .slick-slide {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/*-------------------------------
        Paginator
-------------------------------*/
ul.pagination li a {
  padding: 0 7px;
  border-radius: 0;
}

.pagination.current {
  color: #fff;
  background: #2795b6;
  padding: 1px 7px 2px 7px;
}

/* ------------------------------------
    Header Styles
------------------------------------- */
.header {
  height: 150px;
}
.header .logo {
  padding-bottom: 39px;
}
.header .top-bar {
  float: right;
}

.fp-header-decor {
  width: 100%;
  height: 8px;
  background-image: url("../images/stripes.png");
  background-repeat: repeat-x;
}

.fp-sign-btn-container {
  padding-top: 18px;
  text-align: right;
}
.fp-sign-btn-container .fp-sign-btn {
  margin-left: 10px;
  display: inline-block;
  text-transform: uppercase;
  padding: 13px 25px;
  line-height: 1;
  letter-spacing: 2px;
}
.fp-sign-btn-container .fp-sign-btn.up {
  color: #fff;
  background-color: #ee252d;
}
.fp-sign-btn-container .fp-sign-btn.up:hover {
  background-color: #b80e15;
}
.fp-sign-btn-container .fp-sign-btn.in {
  color: #000;
}

.header-sign .logo {
  padding-top: 75px !important;
}
.header-sign .fp-sign-btn-container {
  padding-top: 75px;
}
.header-sign .fp-sign-btn-container p {
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
}
.header-sign .fp-sign-btn-container .fp-sign-btn.up:hover {
  background-color: #b80e15;
}

/* ------------------------------------
    Content Styles
------------------------------------- */
a:focus {
  color: inherit;
}

.fp-services-section,
.fp-about-us-section {
  position: relative;
  width: 100%;
}

.fp-services-container h3 {
  text-transform: uppercase;
}

.fp-services-container,
.fp-about-us-container {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 50px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px;
}
.fp-services-container h3,
.fp-about-us-container h3 {
  font-size: 24px;
}
.fp-services-container p,
.fp-about-us-container p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
.fp-services-container a.fp-btn,
.fp-about-us-container a.fp-btn {
  margin-top: 60px;
}

.fp-about-us-container {
  padding-right: 30px;
}
.fp-about-us-container h3 {
  text-transform: uppercase;
  margin-bottom: 50px;
}

.fp-about-us-container-revers,
.fp-services-container-revers {
  padding-left: 50px;
  text-align: right;
}

.fp-about-us-img,
.fp-services-img {
  position: absolute;
  right: 0;
  max-width: 50%;
  z-index: -2;
  width: 100%;
  height: 100%;
  max-height: 485px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.fp-services-img {
  max-height: 437px;
}

.fp-about-us-img-revers,
.fp-services-img-revers {
  left: 0;
  right: auto;
}

.fp-btn {
  background-color: #ee252d;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 20px 45px;
  text-transform: uppercase;
  display: inline-block;
}
.fp-btn:hover {
  background-color: #a00d12;
  color: #fff;
}

/* -----------------------------------------
    About Us
----------------------------------------- */
.fp-page-image {
  margin-bottom: 4px;
  min-height: 400px;
  background-size: cover;
  position: relative;
  background-position: 50% 50%;
}

.fp-testimonial-slider {
  min-height: 290px;
  background-image: url("../images/about-us/testimonial.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 65px;
}
.fp-testimonial-slider h4 {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px;
}
.fp-testimonial-slider p {
  color: #fff;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
}

.fp-testimonial-author p {
  font-size: 18px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}

/* -----------------------------------------
    Pricing Section
----------------------------------------- */
.fp-pricing-content {
  background-color: #fff;
  z-index: -3;
}
.fp-pricing-content .fp-services-img {
  z-index: 1;
}
.fp-pricing-content .columns {
  z-index: 2;
}

.fp-pricing-features {
  background-color: #fcfdfd;
  padding-top: 85px;
  padding-bottom: 30px;
}

.fp-features-icon {
  width: 60px;
  height: 60px;
  background-color: #ee252d;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  text-align: center;
}
.fp-features-icon img {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fp-features-container {
  padding-left: 80px;
}
.fp-features-container h3 {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 24px;
}

.fp-pricing-section {
  padding-top: 38px;
  padding-bottom: 68px;
}
.fp-pricing-section table tr:nth-child(9) td.text-center,
.fp-pricing-section table tr:nth-child(11) td.text-center {
  position: relative;
}
.fp-pricing-section table tr:nth-child(9) td.text-center:after,
.fp-pricing-section table tr:nth-child(11) td.text-center:after {
  content: '+ postage cost';
  font-size: 8px;
  position: absolute;
  bottom: -2px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.fp-pricing-header {
  font-size: 31px;
  text-transform: uppercase;
  margin-bottom: 115px;
}

.step-header {
  font-size: 31px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

table {
  border: none;
}

.fp-pricing-table {
  width: 100%;
}
.fp-pricing-table th, .fp-pricing-table td {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  height: 49px;
}
.fp-pricing-table th {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  background-color: #fff;
  padding: 10px 0;
  position: relative;
}
.fp-pricing-table th:first-child {
  background-color: #bcbcbc;
}

.fp-table-header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0% 50%;
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 98px;
  border-top-right-radius: 11px;
  border-top-left-radius: 11px;
}
.fp-table-header p {
  font-size: 24px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif !important;
  position: relative;
  top: 30%;
}

.fp-table-header-1 {
  background-image: url("../images/pricing/table-head-1.png");
}

.fp-table-header-2 {
  background-image: url("../images/pricing/table-head-2.png");
  height: 120px;
}

.fp-table-header-3 {
  background-image: url("../images/pricing/table-head-3.png");
  left: 1px;
  bottom: -1px;
}

.fp-pricing-1-col {
  padding: 15px 0;
  padding-left: 45px;
  background-color: #ededed;
  border-bottom: 1px solid #e1e1e1;
}

.fp-pt-footer-hider {
  background-color: #fff;
  border: none;
}

.fp-pt-footer {
  height: 123px !important;
  text-align: center;
  border: none;
  background-color: #f5f5f5;
}
.fp-pt-footer a {
  color: #fff;
  display: inline-block;
  padding: 21px 65px;
  font-size: 12px;
  transition: all 0s;
}

.fp-pt-btn-1 {
  background: #2651c5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #2651c5 0%, #1b3e9a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2651c5), color-stop(100%, #1b3e9a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2651c5 0%, #1b3e9a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #2651c5 0%, #1b3e9a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #2651c5 0%, #1b3e9a 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #2651c5 0%, #1b3e9a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2651c5', endColorstr='#1b3e9a',GradientType=0 );
  /* IE6-9 */
}
.fp-pt-btn-1:hover {
  background: #1a3785;
}

.fp-pt-btn-2 {
  background: #c5a65a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #c5a65a 0%, #ab792d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c5a65a), color-stop(100%, #ab792d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #c5a65a 0%, #ab792d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #c5a65a 0%, #ab792d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #c5a65a 0%, #ab792d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #c5a65a 0%, #ab792d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5a65a', endColorstr='#ab792d',GradientType=0 );
  /* IE6-9 */
}
.fp-pt-btn-2:hover {
  background: #9c7e37;
}

.fp-pt-btn-3 {
  background: #ee2a2c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ee2a2c 0%, #af2022 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee2a2c), color-stop(100%, #af2022));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ee2a2c 0%, #af2022 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ee2a2c 0%, #af2022 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ee2a2c 0%, #af2022 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ee2a2c 0%, #af2022 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee2a2c', endColorstr='#af2022',GradientType=0 );
  /* IE6-9 */
}
.fp-pt-btn-3:hover {
  background: #bc0f11;
}

.fp-pricing-table-btn {
  display: block;
}

.fp-pricing-section table tr.even, .fp-pricing-section table tr.alt, .fp-pricing-section table tr:nth-of-type(even) {
  background-color: #f5f5f5;
}
.fp-pricing-section table tr.even, .fp-pricing-section table tr.alt, .fp-pricing-section table tr:nth-of-type(odd) {
  background-color: #ededed;
}

/* -----------------------------------------
    FAQ Section
----------------------------------------- */
.fp-page-image.fp-page-faq-image {
  max-height: 300px !important;
  min-height: 300px;
}

.fp-question {
  margin-bottom: 27px;
  background-color: #f4f4f4;
  border: 1px solid #d2d2d2;
  padding: 22px 20px;
}
.fp-question.displayed {
  background-color: #fff;
}
.fp-question.displayed .fp-question-header {
  background-image: url("../images/minus-icon.png");
}
.fp-question .fp-question-header {
  font-size: 16px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  line-height: 1;
  background-image: url("../images/plus-icon.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  cursor: pointer;
  padding-right: 20px;
}
.fp-question .displayed {
  display: block;
}
.fp-question p {
  margin-top: 25px;
  margin-bottom: 0;
  font-size: 14px;
  display: none;
}

.fp-faq-title {
  margin-top: 64px;
  color: #ee252d;
  font-size: 24px;
  text-transform: uppercase;
}

.fp-faq-title-byline {
  margin-bottom: 46px;
  font-size: 14px;
}
.fp-faq-title-byline p {
  font-size: 14px;
}

.fp-faq-bottom-line {
  margin-bottom: 127px;
  font-size: 13px;
}

.fp-not-a-member {
  background-color: #F02324;
  height: 100px;
}

.fp-not-a-member-container {
  height: 100px;
  float: left;
  max-width: 60%;
}
.fp-not-a-member-container .fp-not-a-member-inner {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fp-not-a-member-container h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 2px;
  margin: 0;
}
.fp-not-a-member-container p {
  color: #fff;
  font-size: 14px;
  font-style: italic;
}

.fp-not-a-member-link {
  float: right;
  height: 100px;
  max-width: 40%;
  text-transform: uppercase;
}
.fp-not-a-member-link a {
  color: #fff;
  font-size: 12px;
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  letter-spacing: 1px;
  background: #1b3d98;
  /* Old browsers */
  background: -moz-linear-gradient(top, #1b3d98 0%, #17367c 1%, #4672c1 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1b3d98), color-stop(1%, #17367c), color-stop(100%, #4672c1));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #1b3d98 0%, #17367c 1%, #4672c1 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #1b3d98 0%, #17367c 1%, #4672c1 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1b3d98 0%, #17367c 1%, #4672c1 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #1b3d98 0%, #17367c 1%, #4672c1 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b3d98', endColorstr='#4672c1',GradientType=0 );
  /* IE6-9 */
  padding: 18px 61px;
}
.fp-not-a-member-link a:hover {
  background: #0c1a41;
  transition: all 0s;
}

/* -----------------------------------------
    Services
----------------------------------------- */
.fp-anonymous-section .fp-about-us-container h3 {
  margin-bottom: 25px;
}

.fp-about-us-container ul {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  list-style-image: url("../images/checker.png");
}
.fp-about-us-container ul li {
  margin-top: 30px;
  padding-left: 5px;
}

/* -----------------------------------------
    Contact Us Page
----------------------------------------- */
.fp-contact-us-content {
  padding-top: 60px;
  padding-bottom: 70px;
}
.fp-contact-us-content .gform_wrapper {
  margin: 0;
}
.fp-contact-us-content .gform_wrapper label.gfield_label + div.ginput_container {
  margin-top: 0;
}
.fp-contact-us-content .gform_wrapper .gform_title {
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
}
.fp-contact-us-content .gform_wrapper .gform_heading {
  margin-bottom: 50px;
}
.fp-contact-us-content .gform_wrapper .gfield_label {
  display: none !important;
}
.fp-contact-us-content .gform_wrapper .gfield input {
  height: 48px;
}
.fp-contact-us-content .gform_wrapper .gfield input, .fp-contact-us-content .gform_wrapper .gfield textarea {
  padding: 20px 15px;
  margin-bottom: 30px;
}
.fp-contact-us-content .gform_wrapper ::-webkit-input-placeholder {
  font-style: italic;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
.fp-contact-us-content .gform_wrapper :-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
.fp-contact-us-content .gform_wrapper ::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
.fp-contact-us-content .gform_wrapper :-ms-input-placeholder {
  font-style: italic;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
.fp-contact-us-content .gform_wrapper .gform_footer {
  text-align: left;
  margin-top: 15px;
}
.fp-contact-us-content .gform_wrapper .gform_button {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px !important;
  padding: 20px 65px;
}

.fp-contact-us-columns .fp-contact-us-title {
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 50px;
}
.fp-contact-us-columns p, .fp-contact-us-columns a {
  font-size: 13px;
  margin-bottom: 0;
  line-height: 1.8;
  color: #000;
}
.fp-contact-us-columns a:hover {
  text-decoration: underline;
}

.gform_wrapper div.validation_error {
  padding-left: 15px !important;
}

/* -----------------------------------------
    Mail Forwarding
----------------------------------------- */
.fp-page-main-title {
  color: #ee252d;
  background-color: rgba(255, 255, 255, 0.6);
  display: inline-block;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 18px 45px;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 1;
  margin: 0;
  max-width: 740px;
  font-weight: bold;
  letter-spacing: 1px;
}

.fp-features {
  padding-top: 70px;
}
.fp-features .fp-features-container {
  margin-bottom: 90px;
}
.fp-features .fp-features-container h3 {
  margin-top: 10px;
  font-size: 24px;
}

/* -----------------------------------------
    Sign Up
----------------------------------------- */
.fp-sign-up-container {
  border-top: 6px solid #ee252d;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -2px 0 2px rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-bottom: 280px;
}

.fp-sign-up-section .gform_wrapper .gform_heading {
  width: 100%;
}
.fp-sign-up-section .gform_wrapper .gform_heading {
  margin-bottom: 0;
}
.fp-sign-up-section .gform_wrapper h3.gform_title,
.fp-sign-up-section .gform_wrapper h2.gsection_title {
  padding: 0 0 15px 127px !important;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 36px;
  border-bottom: 1px solid #c9c9c9;
}
.fp-sign-up-section .gform_wrapper {
  max-width: 100%;
}
.fp-sign-up-section .gform_wrapper .gsection {
  border-bottom: none;
}
.fp-sign-up-section .gform_wrapper span.ginput_total {
  color: #ee252d;
}
.fp-sign-up-section .gform_wrapper ul li.gfield {
  clear: none;
  width: 50%;
  float: left;
  padding: 0 127px;
}
.fp-sign-up-section .gform_wrapper ul li.gsection {
  width: 100%;
  padding: 0;
}
.fp-sign-up-section .gform_wrapper .top_label input.medium, .fp-sign-up-section .gform_wrapper .top_label select.medium {
  width: 100% !important;
  height: 55px;
  padding-left: 20px;
}
.fp-sign-up-section .gform_button.button {
  margin-right: 127px !important;
  border-radius: 5px;
  padding: 20px 165px;
}
.fp-sign-up-section .gform_wrapper .gform_footer #gform_submit_button_2 {
  margin-top: -50px !important;
  margin-bottom: 70px;
}
.fp-sign-up-section .gform_wrapper .gform_footer {
  margin-top: -34px;
  float: right;
}
.fp-sign-up-section #gform_2 {
  margin-bottom: 60px;
}
.fp-sign-up-section #field_2_22 label {
  display: none;
}
.fp-sign-up-section #field_2_22 .ginput_container {
  width: 10%;
  float: left;
  display: inline-block;
}
.fp-sign-up-section #field_2_22 .gfield_description {
  width: 90%;
  float: right;
  display: inline-block;
  margin-top: -50px;
}
.fp-sign-up-section #field_2_16,
.fp-sign-up-section #field_2_21 {
  margin-bottom: 20px;
}
.fp-sign-up-section .gfield_label {
  display: none !important;
}
.fp-sign-up-section #field_2_4 .gfield_label, .fp-sign-up-section #field_2_5 .gfield_label, .fp-sign-up-section #field_2_6 .gfield_label, .fp-sign-up-section #field_2_7 .gfield_label, .fp-sign-up-section #field_2_8 .gfield_label {
  display: block !important;
}
.fp-sign-up-section .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  margin: 0 !important;
}
.fp-sign-up-section .gfield_description.validation_message {
  display: none !important;
}
.fp-sign-up-section .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.fp-sign-up-section .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0;
}
.fp-sign-up-section .instruction.validation_message {
  display: none;
}
.fp-sign-up-section .gform_wrapper div.validation_error {
  width: 100%;
}
.fp-sign-up-section .gform_confirmation_message_2 .gform_confirmation_message {
  padding: 30px 20px;
}

/* -----------------------------------------
    Sign In form
----------------------------------------- */
#loginform {
  padding-bottom: 30px;
}
#loginform .login-username,
#loginform .login-password,
#loginform .login-remember,
#loginform .login-submit {
  padding: 20px 60px;
  padding-bottom: 0;
}
#loginform .login-remember {
  margin-bottom: 0;
}
#loginform #wp-submit {
  padding: 15px 30px;
  border: none;
  color: #fff;
  text-transform: uppercase;
}

/* -----------------------------------------
    Terms and Conditions
----------------------------------------- */
.fp-terms-title {
  margin-top: 64px;
  color: #ee252d;
  font-size: 24px;
  text-transform: uppercase;
}

.fp-terms-title-byline p {
  font-size: 14px;
  margin-bottom: 50px;
}

.fp-term .fp-term-header {
  font-size: 16px;
  color: #ee252d;
  margin-bottom: 10px;
  font-weight: bold;
}
.fp-term p {
  margin-bottom: 30px;
  font-size: 14px;
}

/* -----------------------------------------
    Google Map
----------------------------------------- */
.acf-map {
  width: 100%;
  height: 295px;
  margin: 36px 0 0;
}

/* -----------------------------------------
    Contact Form
----------------------------------------- */
/*basic Gravity Form styles and fixes, if you dont need/use this comment or delete styles below*/
.gform_fields {
  margin: 0;
}

.gfield {
  list-style: none;
}

.gfield_error input, .gfield_error textarea {
  border-color: red;
}

.gfield_label {
  display: none;
}

.gform_footer {
  text-align: right;
  /*alining of submit button*/
}

.validation_error {
  margin-bottom: 15px;
  padding: 5px;
  color: #f9b3b6;
  border: 1px solid red;
}

.validation_message {
  margin-bottom: 10px;
  color: #990000;
}

button, .button, input[type='submit'] {
  background-color: #ee252d;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Montserrat", sans-serif;
}
button:hover, button:focus, .button:hover, .button:focus, input[type='submit']:hover, input[type='submit']:focus {
  background-color: #a00d12;
}

.post-password-form input[type='submit'] {
  padding: 17px 32px;
  border: none;
  background-color: #ee252d;
  color: #fff;
  font-size: 16px;
}

#gform_2 .gform_heading {
  display: none;
}
#gform_2 .gform_heading .gform_title {
  display: none;
}

/* -----------------------------------------
    PayPal form
----------------------------------------- */
.fp-paypal-form table {
  width: 100%;
}
.fp-paypal-form table td {
  padding: 10px 127px;
  background-color: #FCFDFD;
}
.fp-paypal-form table td select {
  height: 55px;
  padding-left: 20px;
}
.fp-paypal-form table td:nth-of-type(1),
.fp-paypal-form table td:nth-of-type(3),
.fp-paypal-form table td:nth-of-type(5) {
  font-size: 14px;
}

.fp-paypal-title {
  padding: 0 0 15px 127px !important;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 36px;
  border-bottom: 1px solid #c9c9c9;
  font-weight: 700;
}

.fp-paypal-img {
  width: 147px;
  margin: auto;
  display: block;
}

/* -----------------------------------------
    Sucess Page
----------------------------------------- */
.fp-sucess-title {
  padding: 0 0 40px !important;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #c9c9c9;
  font-weight: 700;
  font-size: 28px;
  color: #ee252d;
  text-align: center;
}

.fp-sucess-page-content {
  padding: 0 127px;
  margin-bottom: 70px;
  color: #101010;
  font-size: 14px;
}
.fp-sucess-page-content p {
  line-height: 2 !important;
}

/* ------------------------------------
    Footer Styles
------------------------------------- */
.footer {
  background-color: #d6d6d6;
  padding-top: 40px;
}
.footer h4 {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
  padding-top: 18px;
  margin-bottom: 34px;
}
.footer .menu-footer-menu-container ul li {
  float: none;
}
.footer .menu-footer-menu-container ul li:last-child a {
  border-bottom: none;
}
.footer .menu-footer-menu-container ul li a {
  color: #000;
  text-transform: uppercase;
  padding: 13px 0;
  font-size: 13px;
  border-bottom: 1px solid #c2c2c2;
}
.footer .menu-footer-menu-container ul li a:hover {
  color: #ee252d;
}
.footer .fp-footer-address {
  padding-top: 13px;
}
.footer .fp-footer-address-col p, .footer .fp-footer-address-col a {
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 3px;
  line-height: 1.5;
  color: #000;
}
.footer .fp-footer-address-col a:hover {
  text-decoration: underline;
}

.fp-footer-byline {
  max-width: 310px;
  padding-top: 35px;
}
.fp-footer-byline p {
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
}

.fp-bold {
  font-weight: bold;
}

.fp-copywrite-row {
  background-color: #101010;
}
.fp-copywrite-row p {
  margin-bottom: 0;
}
.fp-copywrite-row .fp-copywrite {
  color: #D6D6D6;
  text-transform: uppercase;
  font-size: 14px;
  padding: 26px 0 21px;
  font-weight: bold;
}
.fp-copywrite-row .fp-devby a {
  color: #4c4c4c;
  padding: 26px 0 21px;
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px;
  display: block;
}

.fp-footer-social {
  padding-top: 65px;
}
.fp-footer-social a:hover i {
  color: #4c4c4c;
}
.fp-footer-social a {
  margin-right: 25px;
}
.fp-footer-social a i {
  font-size: 35px;
  color: #818285;
}
.fp-footer-social a:last-child {
  margin-right: 0;
}

.fp-footer-1col {
  padding-top: 55px;
}

.fp-question,
.tween-lite {
  opacity: 0;
}
</pre></body></html>