@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600');
/* import bootstrap */
/**
 * 	CSS written by
 * 	@author: frank@awd.com.au;
 * 	General
 * 	- 1 Color Scheme
 * 	- 2 Spacers
 * 	- 3 Classes
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*
 * 0: Mixins
 * This .scss loop will create "margin helpers" and "padding helpers" for use in your web projects.
 * 
 * @package storefront
 */
/* @include box-shadow(1px,1px,1px,0, #fff, true); */
/*
 * 0: Spacers
 * This .scss loop will create "margin helpers" and "padding helpers" for use in your web projects.
 * 
 * It will generate several classes such as:
 * .m-r-10 which gives margin-right 10 pixels.
 * .m-r-15 gives MARGIN to the RIGHT 15 pixels.
 * .p-b-5 gives PADDING to the BOTTOM of 5 pixels
 * .p-b-5 gives PADDING to the BOTTOM of 5 pixels
 * The first letter is "m" or "p" for MARGIN or PADDING
 * Second letter is "t", "b", "l", or "r" for TOP, BOTTOM, LEFT, or RIGHT
 * Third letter is the number of spacing in pixels. Adjust the amounts generated by editing the $spaceamounts variable below.
 * 
 * @package storefront
 */
.m5t {
  margin-top: 5px;
}
.p5t {
  padding-top: 5px;
}
.m5b {
  margin-bottom: 5px;
}
.p5b {
  padding-bottom: 5px;
}
.m5l {
  margin-left: 5px;
}
.p5l {
  padding-left: 5px;
}
.m5r {
  margin-right: 5px;
}
.p5r {
  padding-right: 5px;
}
.m10t {
  margin-top: 10px;
}
.p10t {
  padding-top: 10px;
}
.m10b {
  margin-bottom: 10px;
}
.p10b {
  padding-bottom: 10px;
}
.m10l {
  margin-left: 10px;
}
.p10l {
  padding-left: 10px;
}
.m10r {
  margin-right: 10px;
}
.p10r {
  padding-right: 10px;
}
.m15t {
  margin-top: 15px;
}
.p15t {
  padding-top: 15px;
}
.m15b {
  margin-bottom: 15px;
}
.p15b {
  padding-bottom: 15px;
}
.m15l {
  margin-left: 15px;
}
.p15l {
  padding-left: 15px;
}
.m15r {
  margin-right: 15px;
}
.p15r {
  padding-right: 15px;
}
.m20t {
  margin-top: 20px;
}
.p20t {
  padding-top: 20px;
}
.m20b {
  margin-bottom: 20px;
}
.p20b {
  padding-bottom: 20px;
}
.m20l {
  margin-left: 20px;
}
.p20l {
  padding-left: 20px;
}
.m20r {
  margin-right: 20px;
}
.p20r {
  padding-right: 20px;
}
.m25t {
  margin-top: 25px;
}
.p25t {
  padding-top: 25px;
}
.m25b {
  margin-bottom: 25px;
}
.p25b {
  padding-bottom: 25px;
}
.m25l {
  margin-left: 25px;
}
.p25l {
  padding-left: 25px;
}
.m25r {
  margin-right: 25px;
}
.p25r {
  padding-right: 25px;
}
.m30t {
  margin-top: 30px;
}
.p30t {
  padding-top: 30px;
}
.m30b {
  margin-bottom: 30px;
}
.p30b {
  padding-bottom: 30px;
}
.m30l {
  margin-left: 30px;
}
.p30l {
  padding-left: 30px;
}
.m30r {
  margin-right: 30px;
}
.p30r {
  padding-right: 30px;
}
.m35t {
  margin-top: 35px;
}
.p35t {
  padding-top: 35px;
}
.m35b {
  margin-bottom: 35px;
}
.p35b {
  padding-bottom: 35px;
}
.m35l {
  margin-left: 35px;
}
.p35l {
  padding-left: 35px;
}
.m35r {
  margin-right: 35px;
}
.p35r {
  padding-right: 35px;
}
.m40t {
  margin-top: 40px;
}
.p40t {
  padding-top: 40px;
}
.m40b {
  margin-bottom: 40px;
}
.p40b {
  padding-bottom: 40px;
}
.m40l {
  margin-left: 40px;
}
.p40l {
  padding-left: 40px;
}
.m40r {
  margin-right: 40px;
}
.p40r {
  padding-right: 40px;
}
.m45t {
  margin-top: 45px;
}
.p45t {
  padding-top: 45px;
}
.m45b {
  margin-bottom: 45px;
}
.p45b {
  padding-bottom: 45px;
}
.m45l {
  margin-left: 45px;
}
.p45l {
  padding-left: 45px;
}
.m45r {
  margin-right: 45px;
}
.p45r {
  padding-right: 45px;
}
.m50t {
  margin-top: 50px;
}
.p50t {
  padding-top: 50px;
}
.m50b {
  margin-bottom: 50px;
}
.p50b {
  padding-bottom: 50px;
}
.m50l {
  margin-left: 50px;
}
.p50l {
  padding-left: 50px;
}
.m50r {
  margin-right: 50px;
}
.p50r {
  padding-right: 50px;
}
.m60t {
  margin-top: 60px;
}
.p60t {
  padding-top: 60px;
}
.m60b {
  margin-bottom: 60px;
}
.p60b {
  padding-bottom: 60px;
}
.m60l {
  margin-left: 60px;
}
.p60l {
  padding-left: 60px;
}
.m60r {
  margin-right: 60px;
}
.p60r {
  padding-right: 60px;
}
.m80t {
  margin-top: 80px;
}
.p80t {
  padding-top: 80px;
}
.m80b {
  margin-bottom: 80px;
}
.p80b {
  padding-bottom: 80px;
}
.m80l {
  margin-left: 80px;
}
.p80l {
  padding-left: 80px;
}
.m80r {
  margin-right: 80px;
}
.p80r {
  padding-right: 80px;
}
.m100t {
  margin-top: 100px;
}
.p100t {
  padding-top: 100px;
}
.m100b {
  margin-bottom: 100px;
}
.p100b {
  padding-bottom: 100px;
}
.m100l {
  margin-left: 100px;
}
.p100l {
  padding-left: 100px;
}
.m100r {
  margin-right: 100px;
}
.p100r {
  padding-right: 100px;
}
.m120t {
  margin-top: 120px;
}
.p120t {
  padding-top: 120px;
}
.m120b {
  margin-bottom: 120px;
}
.p120b {
  padding-bottom: 120px;
}
.m120l {
  margin-left: 120px;
}
.p120l {
  padding-left: 120px;
}
.m120r {
  margin-right: 120px;
}
.p120r {
  padding-right: 120px;
}
.m150t {
  margin-top: 150px;
}
.p150t {
  padding-top: 150px;
}
.m150b {
  margin-bottom: 150px;
}
.p150b {
  padding-bottom: 150px;
}
.m150l {
  margin-left: 150px;
}
.p150l {
  padding-left: 150px;
}
.m150r {
  margin-right: 150px;
}
.p150r {
  padding-right: 150px;
}
.m200t {
  margin-top: 200px;
}
.p200t {
  padding-top: 200px;
}
.m200b {
  margin-bottom: 200px;
}
.p200b {
  padding-bottom: 200px;
}
.m200l {
  margin-left: 200px;
}
.p200l {
  padding-left: 200px;
}
.m200r {
  margin-right: 200px;
}
.p200r {
  padding-right: 200px;
}
.m250t {
  margin-top: 250px;
}
.p250t {
  padding-top: 250px;
}
.m250b {
  margin-bottom: 250px;
}
.p250b {
  padding-bottom: 250px;
}
.m250l {
  margin-left: 250px;
}
.p250l {
  padding-left: 250px;
}
.m250r {
  margin-right: 250px;
}
.p250r {
  padding-right: 250px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  /* > .col,
   > [class*="col-"] {
   padding-right: 0;
   padding-left: 0;
   } */
}
/*** -1 Color Scheme ***/
.product-title, .title {
  color: #2e3283;
}
.t-primary {
  color: #2e3283;
}
.b-primary {
  background-color: #2e3283;
}
.t-secondary {
  color: #fc3f3f;
}
.b-secondary {
  background-color: #fc3f3f;
}
.t-grey {
  color: #a3a4a5;
}
.b-grey {
  background-color: #a3a4a5;
}
.t-dark {
  color: #191a19;
}
.b-dark {
  background-color: #191a19;
}
.t-white {
  color: #fff;
}
.b-white {
  background-color: #fff;
}
.t-dark-grey {
  color: #232323;
}
.b-dark-grey {
  background-color: #232323;
}
.t-light-grey {
  color: #f4f4f4;
}
.b-light-grey {
  background-color: #f4f4f4;
}
/*
 * 0: Classes
 * This .scss loop will create "margin helpers" and "padding helpers" for use in your web projects.
 * 
 * @package storefront
 */
@media (min-width: 1200px) {
  .container {
    max-width: 1320px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1560px;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1640px;
  }
}
html, body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Montserrat', 'Helvetica', sans-serif !important;
  font-weight: 500;
  font-size: 14px;
  font-style: normal;
  color: #000;
  background-color: transparent;
}
.t-big {
  font-size: 18px;
}
.t-small {
  font-size: 14px;
}
h1, h2, h3 {
  line-height: 1;
  font-family: 'Montserrat', 'Helvetica', sans-serif;
  font-weight: 700;
  font-style: normal;
}
body p, p span {
  font-family: 'Montserrat', 'Helvetica', sans-serif !important;
}
main {
  overflow: hidden;
  float: left;
  width: 100%;
}
section, footer {
  position: relative;
  width: 100%;
  float: left;
}
a {
  display: inline-block;
  color: #191a19;
}
a:hover, a:focus {
  color: #2e3283;
  text-decoration: none;
}
a, a:hover, a:focus, input, input:hover, input:focus {
  transition: all 0.5s ease;
  outline: none;
}
p {
  font-size: 1em;
  line-height: 1.8;
}
img {
  max-width: 100%;
}
.title {
  font-size: 32px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 1.3;
}
#hero-sliders .title {
  color: #fff;
}
.title.title-underline {
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
}
.title.title-underline:after {
  content: "";
  position: absolute;
  width: 80%;
  height: 1px;
  background-color: #fc3f3f;
  left: 0;
  bottom: 0;
}
.text-center .title.title-underline:after {
  left: calc(50% - 30px);
}
.title.title-s {
  font-size: 28px;
}
.title.title-ss {
  font-size: 24px;
}
.title.title-thin {
  font-weight: 400;
}
@media (max-width: 575px) {
  .title {
    font-size: 24px;
  }
  .title.title-s {
    font-size: 30px;
  }
  .title.title-ss {
    font-size: 18px;
  }
}
.pre-title {
  font-size: 14px;
  position: relative;
  padding-left: 80px;
  font-weight: 600;
}
.pre-title:before {
  content: "";
  width: 60px;
  height: 3px;
  position: absolute;
  top: 11.5px;
  left: 0;
  background: #fc3f3f;
  transition: 0.5s;
}
.pre-title.move:hover {
  padding-left: 100px;
}
.pre-title.move:hover:before {
  width: 80px;
}
.upperline-secondary {
  position: relative;
  padding-top: 25px;
}
.upperline-secondary:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 55px;
  height: 3px;
  background-color: #fc3f3f;
}
input, input:focus, input:hover, textarea, textarea:focus, textarea:hover, button:focus {
  outline: 0;
}
.h-100 {
  height: 100%;
}
.w-100 {
  width: 100%;
}
form#search .input-group .form-control, form#search .input-group .btn {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid #191a19;
  font-size: 12px;
}
form#search .input-group .form-control:focus, form#search .input-group .btn:focus, form#search .input-group .form-control:hover, form#search .input-group .btn:hover {
  box-shadow: none;
}
form#search .input-group .form-control {
  padding-left: 0;
}
form#search .input-group span button {
  padding-right: 0;
}
form#search .input-group span button i {
  color: #191a19;
  transition: all 0.5s ease;
}
form#search .input-group span:hover i, form#search .input-group span:focus i {
  color: #fff;
  transition: all 0.5s ease;
}
/*** -3 Classes ***/
.has-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(25, 26, 25, .7);
}
.has-absolute {
  position: relative;
}
.absolute-xy {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.absolute-x {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}
.absolute-y {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.table-div {
  display: table;
}
.table-row {
  display: table-row;
}
.table-cell {
  float: none;
  display: table-cell;
  vertical-align: middle;
}
.has-image {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.square {
  position: relative;
  width: 100%;
}
.square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.square.pb-four:after {
  padding-bottom: 40%;
}
.square.pb-five:after {
  padding-bottom: 50%;
}
.square.pb-six:after {
  padding-bottom: 60%;
}
.square.pb-seven:after {
  padding-bottom: 70%;
}
.square.pb-eight:after {
  padding-bottom: 80%;
}
.underline {
  border-bottom: 2px solid #2e3283;
}
.underline.light-grey {
  border-color: #f4f4f4;
}
.top-white-line {
  width: 60%;
  height: 3px;
  background-color: #fff;
}
.links a {
  color: #2e3283;
  margin-bottom: 10px;
  font-weight: 700;
}
.links a:before {
  content: '+';
  color: #fc3f3f;
  margin-right: 10px;
}
.dash-dot .slick-dots li {
  width: 40px;
}
.dash-dot .slick-dots li:hover {
  cursor: pointer;
}
.dash-dot .slick-dots li button:before {
  content: "\f2d1";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 600;
  font-size: 40px;
  opacity: 1;
}
.dash-dot .slick-dots li.slick-active button:before {
  color: #2e3283;
}
ul.ul-circle {
  list-style-type: circle;
  padding-left: 20px;
}
ul.ul-m20b li {
  margin-bottom: 20px;
}
.pre-redline {
  position: relative;
  padding-left: 50px;
  transition: 0.5s;
}
.pre-redline:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #fc3f3f;
  top: 8px;
  left: 0;
  transition: 0.5s;
}
.pre-redline:hover {
  padding-left: 80px;
}
.pre-redline:hover:before {
  width: 50px;
}
/*
 * 0: Buttons
 * This .scss loop will create "margin helpers" and "padding helpers" for use in your web projects.
 * 
 * @package awd
 */
.ahref {
  position: relative;
  border-radius: 0;
  border: 0;
  display: inline-block;
  padding: 12px 50px;
  max-width: 100%;
  transition: 0.5s;
}
.ahref:hover {
  text-decoration: none;
  transition: 0.5s;
}
.ahref svg {
  margin-left: 8px;
}
.ahref.primary.arrow-right:before {
  content: "\f061";
  position: absolute;
  right: calc(-1em - 42px);
  top: -1px;
  height: calc(100% + 2);
  font-family: 'Font Awesome 5 Pro';
  width: calc(1em + 40px);
  padding: 15px;
  text-align: center;
  transition: 0.5s;
}
.ahref.primary.arrow-right.down-arrow:before {
  content: "\f33d";
}
.ahref.primary.bordered {
  color: #2e3283;
  background-color: transparent;
  border: 1px solid #2e3283;
  overflow: hidden;
  z-index: 1;
}
.ahref.primary.bordered:before {
  content: "";
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  transition: 0.5s;
}
.ahref.primary.bordered.arrow-right:before {
  color: #2e3283;
  background-color: transparent;
  border: 2px solid #2e3283;
}
.ahref.primary.bordered:hover {
  transition: 0.5s;
  color: #fff;
  border-color: #fc3f3f;
}
.ahref.primary.bordered:hover:before {
  background-color: #fc3f3f;
  top: 0px;
}
.ahref.primary.bordered:hover.arrow-right:before {
  right: calc(-1em - 45px);
  color: #2e3283;
  background-color: #fff;
}
.ahref.primary.bordered.invert:hover {
  background-color: #191a19;
  color: #2e3283;
  text-decoration: none;
}
.ahref.primary.solid {
  border: 2px solid #2e3283;
  background-color: #2e3283;
  color: #fff;
}
.ahref.primary.solid.arrow-right:before {
  color: #fff;
  background-color: #2e3283;
  border: 2px solid #2e3283;
}
.ahref.primary.solid:hover {
  background-color: #fff;
  color: #2e3283;
  text-decoration: none;
}
.ahref.primary.solid:hover:before {
  right: calc(-1em - 45px);
  /* @if $element == white {
   background-color: rgba(#f6f6f6, 0.2); 
   } @else {
   color: $theme;
   background-color: #fff; 
   } */
}
.ahref.primary.solid.invert:hover {
  background-color: #191a19;
  color: #2e3283;
  text-decoration: none;
}
.ahref.primary.line {
  padding: 20px 0px 10px;
  color: #2e3283;
}
.ahref.primary.line:hover {
  text-decoration: none;
}
.ahref.primary.line:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2e3283;
  color: #2e3283;
}
.ahref.primary.round {
  /* color: $white; 
   background-color: $theme;
   border: 2px solid $theme; */
  border-radius: 50px;
  /* &:hover { 
   color: $white;
   background-color: $secondary; 
   text-decoration: none; 
   border-color: $secondary;
   } */
}
.ahref.primary.text {
  color: #2e3283;
}
.ahref {
  position: relative;
  border-radius: 0;
  border: 0;
  display: inline-block;
  padding: 12px 50px;
  max-width: 100%;
  transition: 0.5s;
}
.ahref:hover {
  text-decoration: none;
  transition: 0.5s;
}
.ahref svg {
  margin-left: 8px;
}
.ahref.secondary.arrow-right:before {
  content: "\f061";
  position: absolute;
  right: calc(-1em - 42px);
  top: -1px;
  height: calc(100% + 2);
  font-family: 'Font Awesome 5 Pro';
  width: calc(1em + 40px);
  padding: 15px;
  text-align: center;
  transition: 0.5s;
}
.ahref.secondary.arrow-right.down-arrow:before {
  content: "\f33d";
}
.ahref.secondary.bordered {
  color: #fc3f3f;
  background-color: transparent;
  border: 1px solid #fc3f3f;
  overflow: hidden;
  z-index: 1;
}
.ahref.secondary.bordered:before {
  content: "";
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  transition: 0.5s;
}
.ahref.secondary.bordered.arrow-right:before {
  color: #fc3f3f;
  background-color: transparent;
  border: 2px solid #fc3f3f;
}
.ahref.secondary.bordered:hover {
  transition: 0.5s;
  color: #fff;
  border-color: #fc3f3f;
}
.ahref.secondary.bordered:hover:before {
  background-color: #fc3f3f;
  top: 0px;
}
.ahref.secondary.bordered:hover.arrow-right:before {
  right: calc(-1em - 45px);
  color: #fc3f3f;
  background-color: #fff;
}
.ahref.secondary.bordered.invert:hover {
  background-color: #191a19;
  color: #fc3f3f;
  text-decoration: none;
}
.ahref.secondary.solid {
  border: 2px solid #fc3f3f;
  background-color: #fc3f3f;
  color: #fff;
}
.ahref.secondary.solid.arrow-right:before {
  color: #fff;
  background-color: #fc3f3f;
  border: 2px solid #fc3f3f;
}
.ahref.secondary.solid:hover {
  background-color: #fff;
  color: #fc3f3f;
  text-decoration: none;
}
.ahref.secondary.solid:hover:before {
  right: calc(-1em - 45px);
  /* @if $element == white {
   background-color: rgba(#f6f6f6, 0.2); 
   } @else {
   color: $theme;
   background-color: #fff; 
   } */
}
.ahref.secondary.solid.invert:hover {
  background-color: #191a19;
  color: #fc3f3f;
  text-decoration: none;
}
.ahref.secondary.line {
  padding: 20px 0px 10px;
  color: #fc3f3f;
}
.ahref.secondary.line:hover {
  text-decoration: none;
}
.ahref.secondary.line:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fc3f3f;
  color: #fc3f3f;
}
.ahref.secondary.round {
  /* color: $white; 
   background-color: $theme;
   border: 2px solid $theme; */
  border-radius: 50px;
  /* &:hover { 
   color: $white;
   background-color: $secondary; 
   text-decoration: none; 
   border-color: $secondary;
   } */
}
.ahref.secondary.text {
  color: #fc3f3f;
}
.ahref {
  position: relative;
  border-radius: 0;
  border: 0;
  display: inline-block;
  padding: 12px 50px;
  max-width: 100%;
  transition: 0.5s;
}
.ahref:hover {
  text-decoration: none;
  transition: 0.5s;
}
.ahref svg {
  margin-left: 8px;
}
.ahref.grey.arrow-right:before {
  content: "\f061";
  position: absolute;
  right: calc(-1em - 42px);
  top: -1px;
  height: calc(100% + 2);
  font-family: 'Font Awesome 5 Pro';
  width: calc(1em + 40px);
  padding: 15px;
  text-align: center;
  transition: 0.5s;
}
.ahref.grey.arrow-right.down-arrow:before {
  content: "\f33d";
}
.ahref.grey.bordered {
  color: #a3a4a5;
  background-color: transparent;
  border: 1px solid #a3a4a5;
  overflow: hidden;
  z-index: 1;
}
.ahref.grey.bordered:before {
  content: "";
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  transition: 0.5s;
}
.ahref.grey.bordered.arrow-right:before {
  color: #a3a4a5;
  background-color: transparent;
  border: 2px solid #a3a4a5;
}
.ahref.grey.bordered:hover {
  transition: 0.5s;
  color: #fff;
  border-color: #fc3f3f;
}
.ahref.grey.bordered:hover:before {
  background-color: #fc3f3f;
  top: 0px;
}
.ahref.grey.bordered:hover.arrow-right:before {
  right: calc(-1em - 45px);
  color: #a3a4a5;
  background-color: #fff;
}
.ahref.grey.bordered.invert:hover {
  background-color: #191a19;
  color: #a3a4a5;
  text-decoration: none;
}
.ahref.grey.solid {
  border: 2px solid #a3a4a5;
  background-color: #a3a4a5;
  color: #fff;
}
.ahref.grey.solid.arrow-right:before {
  color: #fff;
  background-color: #a3a4a5;
  border: 2px solid #a3a4a5;
}
.ahref.grey.solid:hover {
  background-color: #fff;
  color: #a3a4a5;
  text-decoration: none;
}
.ahref.grey.solid:hover:before {
  right: calc(-1em - 45px);
  /* @if $element == white {
   background-color: rgba(#f6f6f6, 0.2); 
   } @else {
   color: $theme;
   background-color: #fff; 
   } */
}
.ahref.grey.solid.invert:hover {
  background-color: #191a19;
  color: #a3a4a5;
  text-decoration: none;
}
.ahref.grey.line {
  padding: 20px 0px 10px;
  color: #a3a4a5;
}
.ahref.grey.line:hover {
  text-decoration: none;
}
.ahref.grey.line:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #a3a4a5;
  color: #a3a4a5;
}
.ahref.grey.round {
  /* color: $white; 
   background-color: $theme;
   border: 2px solid $theme; */
  border-radius: 50px;
  /* &:hover { 
   color: $white;
   background-color: $secondary; 
   text-decoration: none; 
   border-color: $secondary;
   } */
}
.ahref.grey.text {
  color: #a3a4a5;
}
.ahref {
  position: relative;
  border-radius: 0;
  border: 0;
  display: inline-block;
  padding: 12px 50px;
  max-width: 100%;
  transition: 0.5s;
}
.ahref:hover {
  text-decoration: none;
  transition: 0.5s;
}
.ahref svg {
  margin-left: 8px;
}
.ahref.dark.arrow-right:before {
  content: "\f061";
  position: absolute;
  right: calc(-1em - 42px);
  top: -1px;
  height: calc(100% + 2);
  font-family: 'Font Awesome 5 Pro';
  width: calc(1em + 40px);
  padding: 15px;
  text-align: center;
  transition: 0.5s;
}
.ahref.dark.arrow-right.down-arrow:before {
  content: "\f33d";
}
.ahref.dark.bordered {
  color: #191a19;
  background-color: transparent;
  border: 1px solid #191a19;
  overflow: hidden;
  z-index: 1;
}
.ahref.dark.bordered:before {
  content: "";
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  transition: 0.5s;
}
.ahref.dark.bordered.arrow-right:before {
  color: #191a19;
  background-color: transparent;
  border: 2px solid #191a19;
}
.ahref.dark.bordered:hover {
  transition: 0.5s;
  color: #fff;
  border-color: #fc3f3f;
}
.ahref.dark.bordered:hover:before {
  background-color: #fc3f3f;
  top: 0px;
}
.ahref.dark.bordered:hover.arrow-right:before {
  right: calc(-1em - 45px);
  color: #191a19;
  background-color: #fff;
}
.ahref.dark.bordered.invert:hover {
  background-color: #191a19;
  color: #191a19;
  text-decoration: none;
}
.ahref.dark.solid {
  border: 2px solid #191a19;
  background-color: #191a19;
  color: #fff;
}
.ahref.dark.solid.arrow-right:before {
  color: #fff;
  background-color: #191a19;
  border: 2px solid #191a19;
}
.ahref.dark.solid:hover {
  background-color: #fff;
  color: #191a19;
  text-decoration: none;
}
.ahref.dark.solid:hover:before {
  right: calc(-1em - 45px);
  /* @if $element == white {
   background-color: rgba(#f6f6f6, 0.2); 
   } @else {
   color: $theme;
   background-color: #fff; 
   } */
}
.ahref.dark.solid.invert:hover {
  background-color: #191a19;
  color: #191a19;
  text-decoration: none;
}
.ahref.dark.line {
  padding: 20px 0px 10px;
  color: #191a19;
}
.ahref.dark.line:hover {
  text-decoration: none;
}
.ahref.dark.line:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #191a19;
  color: #191a19;
}
.ahref.dark.round {
  /* color: $white; 
   background-color: $theme;
   border: 2px solid $theme; */
  border-radius: 50px;
  /* &:hover { 
   color: $white;
   background-color: $secondary; 
   text-decoration: none; 
   border-color: $secondary;
   } */
}
.ahref.dark.text {
  color: #191a19;
}
.ahref {
  position: relative;
  border-radius: 0;
  border: 0;
  display: inline-block;
  padding: 12px 50px;
  max-width: 100%;
  transition: 0.5s;
}
.ahref:hover {
  text-decoration: none;
  transition: 0.5s;
}
.ahref svg {
  margin-left: 8px;
}
.ahref.white.arrow-right:before {
  content: "\f061";
  position: absolute;
  right: calc(-1em - 42px);
  top: -1px;
  height: calc(100% + 2);
  font-family: 'Font Awesome 5 Pro';
  width: calc(1em + 40px);
  padding: 15px;
  text-align: center;
  transition: 0.5s;
}
.ahref.white.arrow-right.down-arrow:before {
  content: "\f33d";
}
.ahref.white.bordered {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  overflow: hidden;
  z-index: 1;
}
.ahref.white.bordered:before {
  content: "";
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  transition: 0.5s;
}
.ahref.white.bordered.arrow-right:before {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
}
.ahref.white.bordered:hover {
  transition: 0.5s;
  color: #fff;
}
.ahref.white.bordered:hover:before {
  background-color: rgba(246, 246, 246, 0.2);
  top: 0px;
}
.ahref.white.bordered:hover.arrow-right:before {
  right: calc(-1em - 45px);
  background-color: rgba(246, 246, 246, 0.2);
}
.ahref.white.bordered.invert:hover {
  background-color: #191a19;
  color: #fff;
  text-decoration: none;
}
.ahref.white.solid {
  border: 2px solid #fff;
  background-color: #fff;
  color: #000;
}
.ahref.white.solid.arrow-right:before {
  color: #fff;
  background-color: #fff;
  border: 2px solid #fff;
}
.ahref.white.solid:hover {
  background-color: #fff;
  color: #fff;
  text-decoration: none;
}
.ahref.white.solid:hover:before {
  right: calc(-1em - 45px);
  /* @if $element == white {
   background-color: rgba(#f6f6f6, 0.2); 
   } @else {
   color: $theme;
   background-color: #fff; 
   } */
}
.ahref.white.solid.invert:hover {
  background-color: #191a19;
  color: #fff;
  text-decoration: none;
}
.ahref.white.line {
  padding: 20px 0px 10px;
  color: #fff;
}
.ahref.white.line:hover {
  text-decoration: none;
}
.ahref.white.line:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  color: #fff;
}
.ahref.white.round {
  /* color: $white; 
   background-color: $theme;
   border: 2px solid $theme; */
  border-radius: 50px;
  /* &:hover { 
   color: $white;
   background-color: $secondary; 
   text-decoration: none; 
   border-color: $secondary;
   } */
}
.ahref.white.text {
  color: #fff;
}
.ahref {
  position: relative;
  border-radius: 0;
  border: 0;
  display: inline-block;
  padding: 12px 50px;
  max-width: 100%;
  transition: 0.5s;
}
.ahref:hover {
  text-decoration: none;
  transition: 0.5s;
}
.ahref svg {
  margin-left: 8px;
}
.ahref.dark-grey.arrow-right:before {
  content: "\f061";
  position: absolute;
  right: calc(-1em - 42px);
  top: -1px;
  height: calc(100% + 2);
  font-family: 'Font Awesome 5 Pro';
  width: calc(1em + 40px);
  padding: 15px;
  text-align: center;
  transition: 0.5s;
}
.ahref.dark-grey.arrow-right.down-arrow:before {
  content: "\f33d";
}
.ahref.dark-grey.bordered {
  color: #232323;
  background-color: transparent;
  border: 1px solid #232323;
  overflow: hidden;
  z-index: 1;
}
.ahref.dark-grey.bordered:before {
  content: "";
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  transition: 0.5s;
}
.ahref.dark-grey.bordered.arrow-right:before {
  color: #232323;
  background-color: transparent;
  border: 2px solid #232323;
}
.ahref.dark-grey.bordered:hover {
  transition: 0.5s;
  color: #fff;
  border-color: #fc3f3f;
}
.ahref.dark-grey.bordered:hover:before {
  background-color: #fc3f3f;
  top: 0px;
}
.ahref.dark-grey.bordered:hover.arrow-right:before {
  right: calc(-1em - 45px);
  color: #232323;
  background-color: #fff;
}
.ahref.dark-grey.bordered.invert:hover {
  background-color: #191a19;
  color: #232323;
  text-decoration: none;
}
.ahref.dark-grey.solid {
  border: 2px solid #232323;
  background-color: #232323;
  color: #fff;
}
.ahref.dark-grey.solid.arrow-right:before {
  color: #fff;
  background-color: #232323;
  border: 2px solid #232323;
}
.ahref.dark-grey.solid:hover {
  background-color: #fff;
  color: #232323;
  text-decoration: none;
}
.ahref.dark-grey.solid:hover:before {
  right: calc(-1em - 45px);
  /* @if $element == white {
   background-color: rgba(#f6f6f6, 0.2); 
   } @else {
   color: $theme;
   background-color: #fff; 
   } */
}
.ahref.dark-grey.solid.invert:hover {
  background-color: #191a19;
  color: #232323;
  text-decoration: none;
}
.ahref.dark-grey.line {
  padding: 20px 0px 10px;
  color: #232323;
}
.ahref.dark-grey.line:hover {
  text-decoration: none;
}
.ahref.dark-grey.line:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #232323;
  color: #232323;
}
.ahref.dark-grey.round {
  /* color: $white; 
   background-color: $theme;
   border: 2px solid $theme; */
  border-radius: 50px;
  /* &:hover { 
   color: $white;
   background-color: $secondary; 
   text-decoration: none; 
   border-color: $secondary;
   } */
}
.ahref.dark-grey.text {
  color: #232323;
}
.right-arrow {
  padding: 16px 15px 14px;
  height: calc(1em + 40px);
  width: calc(1em + 40px);
  text-align: center;
  transition: 0.5s;
}
.right-arrow.light {
  border: 1px solid #fff;
}
.right-arrow.light i {
  color: #fff;
}
.right-arrow.dark {
  border: 1px solid #fc3f3f;
}
.right-arrow.dark i {
  color: #fc3f3f;
}
a .right-arrow {
  transition: 0.5s;
  position: relative;
  overflow: hidden;
}
a .right-arrow:before {
  width: 100%;
  transition: 0.5s;
  content: "";
  margin-right: 0px;
  display: inline;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate(-150%, 0);
  -moz-transform: translate(-150%, 0);
  -ms-transform: translate(-150%, 0);
  -o-transform: translate(-150%, 0);
  transform: translate(-150%, 0);
}
a .right-arrow i {
  display: inline;
}
a:hover .right-arrow, a:active .right-arrow {
  width: 100%;
  text-align: right;
}
a:hover .right-arrow:before, a:active .right-arrow:before {
  content: attr(data-hover);
  opacity: 1;
  margin-right: 20px;
  -webkit-transform: translate(0%, 0);
  -moz-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  -o-transform: translate(0%, 0);
  transform: translate(0%, 0);
}
header {
  background-color: #fff;
}
header#primary {
  min-height: 100px;
  top: 0;
  z-index: 99;
}
header#primary .navbar {
  padding: 0;
}
header#primary .row > div {
  padding: 10px 0;
  /* @media(max-width: 767px){
   padding: 10px 0 10px;
   } */
}
header#primary .row > div a {
  height: 100%;
  width: 100%;
}
@media (max-width: 1199px) {
  header#primary .row > div a {
    width: 210px;
  }
}
header#primary #bootstrap-basic4-topnavbar {
  width: 100%;
}
@media (max-width: 1199px) {
  header#primary #bootstrap-basic4-topnavbar {
    margin-top: 80px;
  }
}
header#primary .navbar-toggler {
  border: none;
  padding: 0;
  position: fixed;
  top: 35px;
}
header#primary .main-menu {
  margin-bottom: 0;
}
header#primary ul {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
header#primary ul .dropdown-menu {
  top: calc(100% - 5px);
  width: 650px;
  border: none;
  box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.05);
  border-radius: 0;
  transition: 0.5s;
}
header#primary ul .dropdown-menu .dropdown-item {
  width: 49% !important;
  display: inline-block;
  padding-top: 11px;
  padding-bottom: 10px;
}
header#primary ul .dropdown-menu .dropdown-item.active {
  color: #fc3f3f;
  background-color: #fff;
}
header#primary ul .dropdown-menu:hover {
  display: block;
}
header#primary ul li {
  list-style-type: none;
  text-align: center;
  text-transform: uppercase;
}
header#primary ul li a {
  font-size: 14px;
  color: #2e3283;
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 19px;
  border-bottom: 1px solid transparent;
}
header#primary ul li a:hover {
  color: #fc3f3f;
}
@media (min-width: 1200px) {
  header#primary ul li#menu-item-599 {
    display: none;
  }
}
@media (max-width: 575px) {
  header#primary ul li {
    text-align: left;
  }
}
header#primary ul li.current-menu-item > a {
  color: #fc3f3f;
}
header#primary ul li#menu-item-1569 .dropdown-menu {
  width: 300px;
}
header#primary ul li#menu-item-1569 .dropdown-menu .dropdown-item {
  width: 100% !important;
}
header#primary #pop-menu-trigger {
  position: relative;
  padding: 0;
  height: 100px;
  flex: 0 0 100px;
  max-width: 100px;
  background-color: #2e3283;
  cursor: pointer;
}
header#primary #pop-menu-trigger .trigger-icon {
  width: 30px;
  color: #fff;
}
@media (max-width: 1199px) {
  header#primary #pop-menu-trigger {
    background-color: transparent;
    flex: 0 0 60px;
  }
  header#primary #pop-menu-trigger .trigger-icon {
    color: #2e3283;
  }
}
@media (max-width: 1199px) {
  header#primary > .container-fluid {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  header#primary > .container-fluid {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  header#primary > .container-fluid {
    max-width: 540px;
  }
}
@-webkit-keyframes wave {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes wave {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes wave {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#popup_menu {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, #2e3283 20%, #fc3f3f);
  background-size: 120% 120%;
  overflow-x: hidden;
  transition: 0.5s;
  z-index: 100;
  font-size: 24px;
  animation: wave 5s infinite;
}
#popup_menu.active {
  width: 100%;
  left: 0;
}
#popup_menu .popmenu_close {
  position: absolute;
  right: 50px;
  top: 50px;
}
#popup_menu .popmenu_close svg {
  width: 30px;
  margin-right: 10px;
}
#popup_menu .navbar {
  height: 65%;
  padding: 0;
}
@media (max-width: 767px) {
  #popup_menu .navbar {
    height: 450px;
  }
  #popup_menu .navbar ul {
    text-align: left;
    width: 100%;
  }
}
#popup_menu ul {
  list-style: none;
  padding-left: 0;
}
#popup_menu ul li {
  padding-left: 0px;
  margin-bottom: 20px;
  transition: 0.5s;
}
#popup_menu ul li.current-menu-item a {
  color: #fc3f3f;
}
#popup_menu ul li a {
  text-decoration: none;
  font-size: 40px;
  color: #fff;
  display: block;
  transition: 0.5s;
  font-weight: 400;
  display: inline;
  padding-bottom: 10px;
  margin-right: 0px;
  position: relative;
}
@media (max-width: 575px) {
  #popup_menu ul li a {
    font-size: 30px;
  }
}
#popup_menu ul li a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  transition: 0.5s;
}
#popup_menu ul li:hover {
  transition: 0.5s;
}
#popup_menu ul li:hover a {
  transition: 0.5s;
}
#popup_menu ul li:hover a:after {
  width: calc(100% + 30px);
  opacity: 1;
  transition: 0.5s;
}
#popup_menu .pop-right .search {
  position: relative;
}
#popup_menu .pop-right .search #search-trigger {
  position: absolute;
  left: 5px;
  top: 10px;
  cursor: pointer;
}
#popup_menu .pop-right .search #search-trigger svg {
  color: #fff;
  width: 27px;
}
#popup_menu .pop-right .search form .input-group input {
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 30px;
  outline: none;
  padding: 30px 50px;
}
#popup_menu .pop-right .search form .input-group input::placeholder {
  color: #fff;
}
#popup_menu .pop-right .search form button[type="submit"] {
  width: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
}
#popup_menu .pop-right .contact {
  border-bottom: 1px solid #fff;
}
#popup_menu .pop-right .enquire-button {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}
#popup_menu .pop-right .enquire-button svg {
  color: #fff;
  position: absolute;
  top: 35px;
  right: 50px;
  height: 25px;
  transition: 0.5s;
  z-index: -1;
}
#popup_menu .pop-right .enquire-button a {
  width: 100%;
  color: #fff;
}
#popup_menu .pop-right .enquire-button a:hover + svg {
  right: 20px;
}
#popup_menu .pop-right .socials a {
  display: inline-block;
  padding-right: 30px;
}
#popup_menu .pop-right .socials a svg {
  color: #fff;
  height: 40px;
  padding-top: 10px;
  padding-bottom: 0;
  transition: 0.3s;
}
#popup_menu .pop-right .socials a:hover svg {
  padding-top: 5px;
  padding-bottom: 5px;
  transition: 0.3s;
}
#popup_menu.dark-theme {
  color: #fff;
}
#popup_menu.dark-theme .popmenu_close a {
  color: #fff;
}
#popup_menu.dark-theme ul li a {
  color: #fff;
}
@media (max-width: 991px) {
  #popup_menu {
    font-size: 20px;
  }
  #popup_menu .title {
    font-size: 32px;
  }
  #popup_menu ul li a {
    font-size: 28px;
  }
  #popup_menu .pop-right .socials a {
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  #popup_menu .container {
    height: auto !important;
    min-height: 100vh;
  }
  #popup_menu .container > .row {
    height: auto !important;
    min-height: 100vh;
  }
  #popup_menu .popmenu_close {
    height: 50px;
  }
  #popup_menu .pop-left {
    margin-top: 80px;
  }
  #popup_menu .pop-right {
    margin-bottom: 80px;
  }
  #popup_menu .navbar {
    height: auto;
  }
  #popup_menu .navbar ul {
    margin: 0 0 30px;
  }
}
@media (max-width: 575px) {
  #popup_menu {
    font-size: 20px;
  }
  #popup_menu .popmenu_close {
    right: 30px;
    top: 30px;
  }
  #popup_menu .popmenu_close svg {
    width: 24px;
  }
  #popup_menu ul li a {
    font-size: 24px;
  }
  #popup_menu .pop-right .socials a {
    padding-right: 25px;
  }
  #popup_menu .pop-right .search form .input-group input {
    font-size: 20px;
  }
  #popup_menu .socials a svg {
    height: 30px;
  }
}
#menu-phone a {
  padding: 8px 15px;
  text-align: center;
  height: auto !important;
  border-radius: 10px;
  font-weight: 700;
  /* background-color: transparent;
   //overflow: hidden;
   &:hover, &:focus {
   cursor: pointer;
   color: #FFF;
   background-color: transparent;
   @include animation-bg;
   &:after {
   @include animation-bg;
   opacity: 1;
   }
   }
   &:after {
   content: '';
   position: absolute;
   top: -2%;
   bottom: -2%;
   right: -2%;
   left: -2%;
   opacity: 1;
   @include btn;
   filter: blur(8px);
   z-index: -1;
   } */
}
@media (max-width: 1199px) {
  #menu-phone {
    position: fixed;
    left: 0;
    bottom: calc(100vh - 72px);
  }
}
@media (max-width: 991px) {
  #menu-phone {
    bottom: 0;
    width: 100vw;
    padding: 0 !important;
    font-weight: 900;
    font-size: 1.2em;
    border: none !important;
  }
  #menu-phone a {
    width: 100vw;
    /* background-color: rgba($primary, 0.9); */
    border-radius: 0;
  }
}
@keyframes bg-moving {
  from {
    background-position: 0;
  }
  to {
    background-position: 200%;
  }
}
#brand-logo img {
  margin-left: 50px;
  max-height: 60px;
  width: auto;
}
@media (max-width: 1199px) {
  #brand-logo img {
    margin-left: 0;
  }
}
#hero #page-title {
  position: relative;
  padding-bottom: 10px;
}
#hero #page-title:before {
  content: '';
  width: 50px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
#hero .has-image {
  height: 270px;
  max-height: 50vh;
  margin-top: 100px;
}
#hero .has-image .overlay {
  background-image: linear-gradient(to right, #2e3283 0%, rgba(46, 50, 131, 0.85) 40%, rgba(252, 63, 63, 0.85) 60%, rgba(252, 63, 63, 0.6) 100%);
}
#hero.product-header .has-image {
  height: 80px;
}
#hero.product-header .has-image .overlay {
  background-image: linear-gradient(to right, #2e3283, #fc3f3f);
}
@media (max-width: 575px) {
  #hero.product-header .has-image {
    height: 50px;
    min-height: 0;
  }
  #hero.product-header .has-image .has-content span {
    display: none;
  }
}
#hero #breadcrumbs a {
  color: #fff;
}
@media (max-width: 1600px) {
  #hero .has-image .overlay .row .title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  #hero .has-image {
    height: 250px;
    min-height: 300px;
    max-height: 100%;
  }
}
@media (max-width: 575px) {
  #hero .has-image {
    min-height: 150px;
    height: 150px;
  }
  #hero .has-image .overlay {
    background-image: linear-gradient(to right, #2e3283 0%, rgba(46, 50, 131, 0.85) 40%, rgba(252, 63, 63, 0.6) 100%);
  }
}
#back-page {
  font-weight: 600;
}
#back-page:hover {
  color: #fc3f3f;
}
#breadcrumbs {
  font-weight: 600;
}
.cate-bread #breadcrumbs .breadcrumb_last {
  color: #fc3f3f;
}
#content {
  /* needs to match heigh of menu */
}
#certificate img {
  max-width: 220px;
}
@media (max-width: 991px) {
  #certificate {
    padding-top: 60px;
  }
  #certificate img {
    max-width: 165px;
    margin-bottom: 50px;
  }
}
#footer-map {
  position: relative;
}
#footer-map #map {
  height: 450px;
}
#footer-map #map-info {
  position: relative;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 40px 0;
  z-index: 2;
}
#prefooter .contact-info {
  font-size: 14px;
  min-height: 42px;
  line-height: 2;
}
#prefooter .contact-info a {
  color: #fff;
}
#prefooter .contact-info a.email {
  position: relative;
  padding-left: 50px;
  transition: 0.5s;
}
#prefooter .contact-info a.email:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #fff;
  top: 13px;
  left: 0;
  transition: 0.5s;
}
#prefooter .contact-info a.email:hover {
  padding-left: 80px;
  color: #fc3f3f;
}
#prefooter .contact-info a.email:hover:before {
  width: 50px;
  background-color: #fc3f3f;
}
#prefooter .underline-white {
  border-bottom: 1px solid #fff;
}
@meida (max-width: 575px) {
  #prefooter .contact-info {
    min-height: 21px;
  }
}
#prefooter_bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40%;
}
footer .footer-top {
  position: relative;
  border-bottom: 1px solid #a3a4a5;
}
footer .footer-top .menu {
  list-style: none;
  padding-left: 0;
}
footer .footer-top .menu li {
  display: inline-block;
  padding: 5px 15px;
  font-size: 14px;
}
footer .footer-top .menu li a {
  text-transform: uppercase;
  color: #fff;
}
footer .footer-top .menu li a:hover {
  color: #fc3f3f;
}
footer .footer-top .socials a {
  padding: 0 20px;
}
footer .footer-top .socials a svg {
  width: 24px;
  height: 18px;
  color: #fff;
  transition: 0.5s;
}
footer .footer-top .socials a:hover i {
  color: #fc3f3f;
}
@media (max-width: 991px) {
  footer .footer-top {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  footer .footer-top .menu li {
    width: 49%;
    text-align: left;
  }
  footer .footer-top .socials {
    text-align: left;
  }
  footer .footer-top .socials a {
    padding: 0 15px;
  }
}
@media (max-width: 575px) {
  footer .footer-top .menu li {
    width: 100%;
  }
}
footer .footer-bottom {
  font-size: 12px;
}
@media (max-width: 991px) {
  footer .footer-bottom {
    padding-bottom: 80px;
  }
}
footer .footer-bottom .address {
  display: inline-block;
  border-right: 1px solid #a3a4a5;
}
footer .footer-bottom .menu {
  display: inline-block;
  list-style: none;
  padding-left: 0;
}
footer .footer-bottom .menu li {
  display: inline-block;
  padding: 0 20px;
  border-right: 1px solid #a3a4a5;
}
footer .footer-bottom .menu li:last-child {
  border-right: none;
}
footer .footer-bottom .menu li a:hover {
  color: #2e3283;
}
footer .footer-bottom .developed_by a {
  color: #fff;
}
@media (min-width: 576px) {
  footer .footer-bottom .copy-right {
    border-right: 1px solid #fff;
  }
}
@media (max-width: 575px) {
  footer .footer-bottom .address {
    border-right: none;
  }
  footer .footer-bottom .menu li:first-child {
    padding-left: 0;
  }
}
.footer-logo {
  width: 250px;
  max-width: 100%;
  max-height: 80px;
}
#discover a, #discover a:hover {
  color: #fc3f3f;
}
#discover a, #discover a:hover, #discover a h3, #discover a:hover h3, #discover a p, #discover a:hover p {
  text-decoration: unset !important;
}
.none-style-menu ul {
  list-style: none;
  padding-left: 0;
}
.none-style-menu ul li a {
  color: #fc3f3f;
}
/*
 * SASS for seraywood
 * front-page.php
 */
@media (min-width: 992px) and (max-width: 1199px) {
  .row.con-lg {
    margin: auto;
    max-width: 960px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .row.con-lg, .row.con-md {
    margin: auto;
    max-width: 720px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .row.con-lg, .row.con-md, .row.con-sm {
    margin: auto;
    max-width: 540px;
  }
}
.site-content {
  overflow: hidden;
}
.banner-height {
  height: calc(80vh - 112px);
  min-height: 500px;
}
#hero {
  min-height: 650px;
  position: relative;
}
#hero .container {
  position: relative;
}
#hero .container #scroll {
  position: absolute;
  left: -67px;
  bottom: 0;
  font-size: 14px;
  color: #2e3283;
  font-weight: 600;
  transform: rotate(-90deg);
  padding-left: 120px;
}
#hero .container #scroll:before {
  content: "";
  width: 100px;
  height: 2px;
  background-color: #2e3283;
  position: absolute;
  left: 0;
  top: 10px;
}
#hero.landing.specials #hero-sliders {
  z-index: 1;
}
#hero.landing.specials #hero-sliders .hero-slider-item {
  height: calc(80vh);
  max-height: 100vh;
}
#hero.landing.specials #slider-text {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
#hero.landing.specials #slider-title {
  opacity: 1;
  transition: 0.4s ease;
}
#hero.landing.specials #slider-title.changing {
  opacity: 0;
}
@media (max-width: 1199px) {
  #hero {
    margin-bottom: 0px;
  }
  #hero.landing.specials #slider-text {
    position: relative;
    padding-top: 50px;
    background-color: #efefef;
    padding-bottom: 50px;
  }
  #hero.landing.specials #hero-sliders .hero-slider-item {
    height: 65vw;
    max-height: 100vh;
  }
  #hero.landing.specials #hero-sliders .slick-dots {
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-left: 0;
  }
  #hero.landing.specials #hero-sliders .slick-dots li {
    margin-right: 0px;
  }
  #hero.landing.specials #hero-sliders .slick-dots li:before {
    width: 10px;
    height: 10px;
  }
  #hero.landing.specials #hero-sliders .slick-dots li:hover:before, #hero.landing.specials #hero-sliders .slick-dots li.slick-active:before {
    background-color: #fc3f3f;
    border-color: #fc3f3f;
  }
}
#hero-sliders {
  margin-bottom: 0;
}
#hero-sliders .hero-slider-item {
  /* height: calc(80vh - 112px);
   max-height: 80vh;
   min-height: 500px;
   @media(max-width: 575px){
   max-height: 500px;
   } */
  background-position-y: bottom;
}
#hero-sliders .slick-dots {
  bottom: -50px;
  position: absolute;
  list-style: none;
  padding-left: 0;
}
#hero-sliders .slick-dots li {
  display: inline;
  margin-right: 15px;
  position: relative;
}
#hero-sliders .slick-dots li:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  left: 10px;
  top: 11px;
}
#hero-sliders .slick-dots li button {
  opacity: 0;
  cursor: pointer;
}
#hero-sliders .slick-dots li:hover:before, #hero-sliders .slick-dots li.slick-active:before {
  background-color: #2e3283;
  border-color: #2e3283;
}
#hp-float-buttons {
  right: 0;
  text-align: right;
  width: 280px;
  font-weight: 600;
}
@media (max-width: 575px) {
  #hp-float-buttons {
    display: none;
  }
}
#hp-float-buttons a {
  width: 200px;
  padding: 15px 0;
  text-align: center;
}
#hp-float-buttons a:before {
  content: "\f061";
  position: absolute;
  left: 0;
  top: -1px;
  height: calc(100% + 2px);
  font-family: 'Font Awesome 5 Pro';
  width: calc(1em + 40px);
  padding: 15px;
  text-align: center;
  transition: 0.5s;
  background-color: #2e3283;
  opacity: 0;
  color: #fff;
  z-index: -1;
}
#hp-float-buttons a:hover {
  background-color: #2e3283;
  color: #fff;
  border-color: #2e3283;
}
#hp-float-buttons a:hover:before {
  opacity: 1;
  left: calc(-1em - 42px);
}
#hero-scroll-down.text {
  bottom: 50px;
  width: auto;
}
#hero-scroll-down.text:after {
  content: "";
  position: absolute;
  left: calc(50%);
  top: 40px;
  width: 1px;
  height: 80px;
  background: #a3a4a5;
}
#hero-scroll-down.text:hover {
  color: #fc3f3f;
}
#hero-scroll-down.text:hover:after {
  background: #fc3f3f;
}
#hero-scroll-down.image {
  bottom: 0px;
  width: 100px;
}
#hero-scroll-down.image svg {
  width: 100%;
}
.slider-controls .slider-control {
  display: inline;
  cursor: pointer;
}
.slider-controls .slider-control svg path {
  fill: #a3a4a5;
  transition: 0.5s;
}
.slider-controls .slider-control:hover svg path {
  fill: #fc3f3f;
}
.landing#about-us .container-fluid {
  position: relative;
}
.landing#about-us .bg-text {
  position: absolute;
  top: -11vw;
  right: -2vw;
  font-size: 11vw;
  color: #e5e5e5;
  z-index: -1;
  font-weight: 900;
}
.landing#about-us #video-slider {
  width: 66.66%;
}
.landing#about-us #video-slider .slick-list {
  overflow: visible;
}
.landing#about-us #video-slider .video-item-wrap {
  padding-right: 30px;
}
.landing#about-us #video-slider .video-item-wrap iframe {
  width: 100%;
  height: 350px;
}
.landing#about-us .about-bg {
  overflow: hidden;
  z-index: 1;
}
.landing#about-us .about-text {
  position: absolute;
  z-index: 1;
}
@media (max-width: 1400px) {
  .landing#about-us #video-slider {
    width: 80%;
  }
}
@media (max-width: 1199px) {
  .landing#about-us #video-slider {
    width: 90%;
  }
}
@media (max-width: 991px) {
  .landing#about-us .about-text {
    position: relative;
  }
  .landing#about-us .about-bg {
    flex: 0 0 calc(50% + 720px / 2 - 15px);
    max-width: 100%;
  }
  .landing#about-us #video-slider {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .landing#about-us .about-bg {
    flex: 0 0 calc(50% + 510px / 2);
  }
  .landing#about-us #video-slider {
    width: 85%;
  }
}
@media (max-width: 575px) {
  .landing#about-us .about-bg {
    flex: 0 0 calc(100% - 15px);
  }
  .landing#about-us #video-slider {
    width: calc(100% - 15px);
  }
  .landing#about-us #video-slider .video-item-wrap iframe {
    height: 65vw;
  }
}
.landing#products {
  position: relative;
  cursor: none;
}
.landing#products #trans-bg {
  position: absolute;
  width: 72%;
  height: calc(100% - 100px);
  background-image: linear-gradient(to bottom right, #2e3283, #fc3f3f);
  top: 0;
  left: 0;
  z-index: -1;
}
.landing#products #product-img-1 {
  opacity: 1;
}
.landing#products .product-img {
  position: absolute;
  width: 65%;
  height: calc(100% - 100px);
  top: 100px;
  right: 0;
  z-index: -2;
  opacity: 0;
  transition: 0.3s;
}
.landing#products .product-link-wrap {
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  width: 100%;
  transition: 0.5s;
}
.landing#products .product-link-wrap .product-link {
  cursor: none;
  width: 100%;
}
.landing#products .product-link-wrap:hover {
  width: calc(100% - 20px);
}
.landing#products .product-link-wrap:hover a {
  color: #fff;
}
@media (max-width: 1199px) {
  .landing#products .product-link-wrap {
    padding-bottom: 10px;
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .landing#products {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 0px;
  }
  .landing#products #trans-bg {
    width: 100%;
    height: calc(100%);
  }
}
@media (max-width: 575px) {
  .landing#products .product-lists {
    position: relative;
    left: 0;
    transition: 0.5s ease;
  }
  .landing#products .product-lists > div {
    flex: 0 0 25%;
  }
}
.landing#app .container {
  position: relative;
}
.landing#app #app-img {
  position: absolute;
  top: -150px;
  left: 30vw;
  z-index: 0;
}
.landing#app .app-links a:first-child {
  margin-right: 20px;
}
.landing#app .app-links a:first-child img {
  width: 220px;
}
@media (max-width: 1199px) {
  .landing#app {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .landing#app {
    margin-top: 0px;
  }
}
@media (max-width: 575px) {
  .landing#app {
    padding-top: 0px;
  }
}
.landing#news .news-list {
  font-size: 20px;
}
.landing#news .news-list .underline {
  border-bottom: 1px solid #eee;
}
.landing#news .news-list .pre-title {
  color: #2e3283;
}
@media (max-width: 1199px) {
  .landing#news {
    margin-top: 0px;
  }
  .landing#news .has-images:after {
    padding-bottom: 60%;
  }
}
#product-cursor {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  opacity: 0;
  transform: scale(1);
  transition: transform 0.3s;
}
#product-cursor.active {
  /* svg{
   color: #fff;
   height: 35px;
   margin: auto;
   left: 25px;
   position: absolute;
   top: 25px;
   opacity: 0;
   transition: 0.3s;
   } */
  opacity: 1;
}
#product-cursor.show {
  transform: scale(1.5);
}
.gform_wrapper form .gform_body ul.gform_fields {
  display: flex;
  flex-wrap: wrap;
}
.gform_wrapper form .gform_body ul.gform_fields li {
  flex: 0 0 100%;
}
.gform_wrapper form .gform_body ul.gform_fields li.half {
  flex: 0 0 50%;
}
@media (max-width: 575px) {
  .gform_wrapper form .gform_body ul.gform_fields li.half {
    flex: 0 0 100%;
  }
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield_error {
  background-color: transparent;
  border: none;
}
.gform_wrapper form .gform_body ul.gform_fields .gfield_label {
  color: #2e3283;
}
.gform_wrapper form .gform_body ul.gform_fields .gfield_label .gfield_required {
  color: #2e3283;
}
.gform_wrapper form .gform_body ul.gform_fields.top_label .gfield_label {
  display: none;
}
.gform_wrapper form .gform_footer {
  text-align: right;
}
.gform_wrapper form .gform_footer .gform_button {
  padding: 10px 50px;
  border-radius: 0px;
  transition: all 0.5s ease;
  background-color: #fc3f3f;
  color: #fff;
  border: 2px solid #fc3f3f;
}
.gform_wrapper form .gform_footer:hover {
  color: #fc3f3f;
  background-color: transparent;
  transition: all 0.5s ease;
}
.gform_wrapper form input:not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper form textarea, .gform_wrapper form select {
  border: 1px solid #a3a4a5;
  width: 100% !important;
  min-height: 2.5em;
  margin-bottom: 15px;
  padding-left: 1em !important;
  background-color: transparent;
}
.gform_wrapper form.dark-form .gform_body ul.gform_fields li .gfield_label {
  color: #fff;
}
.gform_wrapper form.dark-form .gform_body ul.gform_fields li .gfield_label .gfield_required {
  color: #fff;
}
.gform_wrapper form.dark-form .gform_body ul.gform_fields li input:not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper form.dark-form .gform_body ul.gform_fields li textarea, .gform_wrapper form.dark-form .gform_body ul.gform_fields li select {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
}
.gform_wrapper form.dark-form .gform_footer {
  text-align: right;
}
.gform_wrapper form.dark-form .gform_footer .gform_button {
  background-color: #fc3f3f;
  color: #fff;
}
.gform_wrapper form.dark-form .gform_confirmation_message {
  color: #fff;
}
.gform_wrapper form.dark-form div.validation_error, .gform_wrapper form.dark-form div.validation_message {
  color: #fc3f3f;
  border-color: #fc3f3f;
}
.gform_wrapper form.dark-form div.validation_message {
  padding-top: 0;
}
.gform_wrapper form ul.gform_fields li.gfield {
  margin-top: 0em;
}
.gform_wrapper form.form-underline_wrapper .gfield label.gfield_label {
  display: none;
}
.gform_wrapper form.form-underline_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper form.form-underline_wrapper textarea {
  border: none;
  border-bottom: 1px solid #d7d7d7;
  width: 100%;
  padding-left: 2em;
  background-color: transparent;
}
.gform_wrapper form.form-underline_wrapper ul.gform_fields li.gfield {
  margin-top: 0em;
}
.gform_wrapper form.form-underline_wrapper .gform_footer {
  text-align: left;
}
.gform_wrapper form.form-underline_wrapper .gform_footer input.gform_button {
  border-radius: 50px;
  padding: 10px 50px;
}
.gform_wrapper form.form-underline_wrapper .gform_footer input.gform_button:hover {
  cursor: pointer;
}
.gform_wrapper .gform_ajax_spinner {
  max-width: 30px;
}
.dark-form .gform_confirmation_message {
  color: #fff;
}
