width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
@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
 */
/*
 * 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;
}
@media (min-width: 1440px) {
  max-width: 1320px;
}
@media (min-width: 1600px) {
  max-width: 1560px;
}
@media (min-width: 1800px) {
  max-width: 1640px;
}
.col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl, .col-xxl-auto, .col-xxxl-1, .col-xxxl-2, .col-xxxl-3, .col-xxxl-4, .col-xxxl-5, .col-xxxl-6, .col-xxxl-7, .col-xxxl-8, .col-xxxl-9, .col-xxxl-10, .col-xxxl-11, .col-xxxl-12, .col-xxxl, .col-xxxl-auto, .col-xxxxl-1, .col-xxxxl-2, .col-xxxxl-3, .col-xxxxl-4, .col-xxxxl-5, .col-xxxxl-6, .col-xxxxl-7, .col-xxxxl-8, .col-xxxxl-9, .col-xxxxl-10, .col-xxxxl-11, .col-xxxxl-12, .col-xxxxl, .col-xxxxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1440px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1600px) {
  .col-xxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxxl-first {
    order: -1;
  }
  .order-xxxl-last {
    order: 13;
  }
  .order-xxxl-0 {
    order: 0;
  }
  .order-xxxl-1 {
    order: 1;
  }
  .order-xxxl-2 {
    order: 2;
  }
  .order-xxxl-3 {
    order: 3;
  }
  .order-xxxl-4 {
    order: 4;
  }
  .order-xxxl-5 {
    order: 5;
  }
  .order-xxxl-6 {
    order: 6;
  }
  .order-xxxl-7 {
    order: 7;
  }
  .order-xxxl-8 {
    order: 8;
  }
  .order-xxxl-9 {
    order: 9;
  }
  .order-xxxl-10 {
    order: 10;
  }
  .order-xxxl-11 {
    order: 11;
  }
  .order-xxxl-12 {
    order: 12;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1800px) {
  .col-xxxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxxxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxxxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxxxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxxxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxxxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxxxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxxxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxxxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxxxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxxxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxxxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxxxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxxxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxxxl-first {
    order: -1;
  }
  .order-xxxxl-last {
    order: 13;
  }
  .order-xxxxl-0 {
    order: 0;
  }
  .order-xxxxl-1 {
    order: 1;
  }
  .order-xxxxl-2 {
    order: 2;
  }
  .order-xxxxl-3 {
    order: 3;
  }
  .order-xxxxl-4 {
    order: 4;
  }
  .order-xxxxl-5 {
    order: 5;
  }
  .order-xxxxl-6 {
    order: 6;
  }
  .order-xxxxl-7 {
    order: 7;
  }
  .order-xxxxl-8 {
    order: 8;
  }
  .order-xxxxl-9 {
    order: 9;
  }
  .order-xxxxl-10 {
    order: 10;
  }
  .order-xxxxl-11 {
    order: 11;
  }
  .order-xxxxl-12 {
    order: 12;
  }
  .offset-xxxxl-0 {
    margin-left: 0;
  }
  .offset-xxxxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxxxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxxxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxxxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxxxl-11 {
    margin-left: 91.6666666667%;
  }
}
/*
 * 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;
}
.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;
}
#main-column .post {
  border: 0;
  padding: 0;
  margin-bottom: 50px;
}
#main-column .post .entry-header {
  padding: 25px 0;
  transition: all 0.5s ease;
}
#main-column .post .entry-header .entry-meta {
  font-size: 12px;
}
#main-column .post .entry-header .entry-title {
  font-size: 24px;
}
#sidebar-right .widget .widget-title {
  color: #fc3f3f;
}
#sidebar-right .widget ul {
  padding-left: 0;
}
#sidebar-right .widget ul li {
  list-style-type: none;
  font-size: 14px;
  padding-top: 10px;
}
#sidebar-right .widget ul li:hover a {
  color: #fc3f3f;
}
body.single main .blocker, body.blog main .blocker {
  display: block;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 991px) {
  body.single main .header .right > div, body.blog main .header .right > div {
    justify-content: flex-start !important;
  }
}
body.single .post:hover .entry-title a, body.blog .post:hover .entry-title a {
  color: #fc3f3f;
}
body.single .post:hover .entry-header, body.blog .post:hover .entry-header {
  border-color: #fc3f3f;
  transition: all 0.5s ease;
}
body.single .post .entry-content, body.blog .post .entry-content {
  font-size: 14px;
}
body.single .site-content img, body.blog .site-content img {
  width: 100%;
  height: auto;
}
article {
  /*h3 { min-height: 66px; }*/
}
article.box > div {
  background-color: #f4f4f4;
  width: 100%;
  height: 100%;
  float: left;
}
article.box > div > a {
  width: 100%;
  float: left;
}
article.box > div > a .image {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  article.box > div > a {
    margin-bottom: 0;
  }
  article.box > div > a p.m50b {
    margin-bottom: 25px;
  }
  article.box > div > a .image {
    margin-bottom: 0;
  }
  article.box > div > a .image:after {
    padding-bottom: 80% !important;
  }
}
article.box > div .body {
  float: left;
  padding: 25px;
  background-color: #f4f4f4;
  color: #2e3283;
}
article.box > div .body a.link {
  text-decoration: underline;
}
footer.entry-meta {
  display: none;
}
/*
 * SASS for botania.com.au
 * page.php - content-page.php
 */
#back-page {
  text-transform: capitalize;
}
.pagination-nav-container {
  flex: 0 0 100%;
}
.pagination-nav-container .page-item a {
  color: #2e3283;
}
.pagination-nav-container .page-item.active a {
  background-color: #2e3283;
  color: #fff;
  border-color: #2e3283;
}
#map {
  min-height: 300px;
}
.tabbed .col {
  padding: 35px;
  transition: 0.5s;
}
.tabbed .col a {
  color: #fff;
}
.tabbed .col:hover {
  background-color: #fc3f3f;
}
.tabbed .col.current-page {
  background-color: #fff;
}
.tabbed .col.current-page a {
  color: #2e3283;
}
@media (max-width: 1600px) {
  .tabbed .col a {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .tabbed .col {
    padding: 30px;
  }
  .tabbed .col a {
    font-size: 16px;
    display: table;
    width: 100%;
    height: 100%;
  }
  .tabbed .col a > div {
    display: table-cell;
    vertical-align: middle;
  }
}
@media (max-width: 767px) {
  .tabbed .col {
    flex: 0 0 50%;
  }
}
@media (max-width: 575px) {
  .tabbed .col {
    flex: 0 0 100%;
    padding: 20px;
  }
  .tabbed .col.current-page {
    display: none;
  }
  .tabbed .col a {
    font-size: 18px;
  }
}
.layout.fulltext img {
  height: auto;
}
.layout.dfiles .file-wrap a {
  width: 100%;
  min-height: 120px;
  background: #2e3283;
  position: relative;
}
.layout.dfiles .file-wrap a .file-title {
  padding: 15px 30px;
  width: 100%;
  text-align: center;
}
.layout.dfiles .file-wrap a .file-icon {
  position: absolute;
  right: 20px;
  bottom: 15px;
}
.layout.dfiles .file-wrap a .file-icon svg {
  width: 20px;
}
.layout.dfiles .file-wrap a:hover {
  background: #fc3f3f;
  color: #fff;
}
.layout.imgtextlr {
  padding-top: 60px;
  padding-bottom: 60px;
}
.layout.imgtextlr .video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.layout.imgtextlr .video-responsive .youtube {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.layout.imgtextlr.full_width {
  padding-top: 0px;
  padding-bottom: 0px;
}
.layout.imgtextlr.full_width .image-wrap {
  position: relative;
  min-height: 50vw;
}
.layout.imgtextlr.full_width .text-wrap {
  padding: 5vw;
}
.layout.imgtextlr.full_width .text-wrap a {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .layout.imgtextlr.full_width .text-wrap {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 720px;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .layout.imgtextlr.full_width .text-wrap {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 540px;
    margin: auto;
  }
}
.layout.no-b-w {
  margin-bottom: 0;
}
.layout.no-b-w + .no-b-w {
  margin-top: 0;
}
.layout.no-b-w + .b-white {
  margin-top: 120px;
}
.layout.b-light-grey + .layout.b-light-grey {
  padding-top: 0;
}
.layout.time_line {
  position: relative;
  overflow: hidden;
}
.layout.time_line .timeline__nav {
  position: fixed;
  z-index: 0;
  top: 465px;
  transition: top 0.3s ease-out;
}
.layout.time_line .timeline__nav ul {
  list-style: none;
  list-style-position: inside;
  margin: 15px 0;
}
.layout.time_line .timeline__nav ul li {
  margin: 15px 0;
  padding-left: 0;
  list-style-type: none;
  color: #bfc1c3;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.layout.time_line .timeline__nav ul li.active {
  font-weight: bold;
  color: #fc3f3f;
  border-bottom: 1px dotted transparent;
  transform: scale(1.2);
}
.layout.time_line .timeline__nav ul li:hover {
  color: #000;
}
.products-wrap #nav-category {
  padding: 50px;
  position: relative;
}
.products-wrap #nav-category .title {
  position: relative;
}
.products-wrap #nav-category #cate-nav-arrow {
  height: 24px;
  width: 24px;
  padding: 0;
  position: absolute;
  right: 0;
  border: none;
  cursor: pointer;
  background: none;
}
.products-wrap #nav-category #cate-nav-arrow svg {
  transition: 0.5s;
}
.products-wrap #nav-category #cate-nav-arrow.collapsed svg {
  transform: rotate(180deg);
}
.products-wrap #nav-category #nav-cate-list {
  position: relative;
}
.products-wrap #nav-category #nav-cate-list .nav-item a {
  color: #fff;
}
.products-wrap #nav-category #nav-cate-list .nav-item.active a {
  color: #fc3f3f;
}
@media (max-width: 991px) {
  .products-wrap #nav-category {
    width: auto;
    white-space: nowrap;
    -webkit-overflow-scrlling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-x: auto;
  }
  .products-wrap #nav-category .title {
    display: none;
    width: 200px;
    margin-bottom: 0;
  }
  .products-wrap #nav-category #nav-cate-list {
    display: inline-block;
    white-space: nowrap;
  }
  .products-wrap #nav-category #nav-cate-list .nav-item {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0;
    position: relative;
    line-height: 31px;
  }
  .products-wrap #nav-category #nav-cate-list .nav-item:after {
    content: "";
    height: 24px;
    width: 1px;
    background-color: #fff;
    position: absolute;
    right: -10px;
    top: 5px;
  }
  .products-wrap #nav-category #nav-cate-list .nav-item:last-child:after {
    content: none;
  }
  .products-wrap #nav-category #cate-nav-arrow {
    display: none;
  }
}
@media (max-width: 575px) {
  .products-wrap #nav-category {
    padding: 25px;
  }
  .products-wrap #nav-category .title {
    width: 150px;
  }
  .products-wrap #nav-category #nav-cate-list .nav-item {
    line-height: 23px;
    padding: 0 20px;
  }
  .products-wrap #nav-category #nav-cate-list .nav-item:after {
    right: -14px;
    top: 0px;
  }
}
.products-wrap .product-lists .product-wrap {
  position: relative;
  border-bottom: 1px solid #eee;
  transition: 0.5s;
}
.products-wrap .product-lists .product-wrap:hover {
  border-bottom: 1px solid #2e3283;
}
.products-wrap .product-lists .product-img {
  padding-bottom: 30%;
  background-size: 100% auto;
  background-position: right;
}
.products-wrap .product-lists .product-link {
  position: absolute;
  bottom: 30px;
  left: 0;
  padding-left: 45px;
  transition: 0.5s;
}
.products-wrap .product-lists .product-link:before {
  content: "";
  width: 30px;
  height: 2px;
  position: absolute;
  top: 11.5px;
  left: 0;
  background: #fc3f3f;
  transition: 0.5s;
}
.products-wrap .product-lists .product-link:hover {
  color: #fc3f3f;
  padding-left: 60px;
}
.products-wrap .product-lists .product-link:hover:before {
  width: 45px;
  transition: 0.5s;
}
@media (max-width: 575px) {
  .products-wrap > .container > .row > .col-12:first-child {
    margin-bottom: 30px;
  }
}
#contact-map .office-wrap {
  position: relative;
}
#contact-map .office-wrap .wrap {
  padding: 30px 30px 0;
}
#contact-map .office-wrap .border {
  position: absolute;
  transition: 0.5s;
  border: none !important;
  background: #fc3f3f;
}
#contact-map .office-wrap .border.top {
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
}
#contact-map .office-wrap .border.right {
  top: 0;
  right: 0;
  width: 1px;
  height: 0;
}
#contact-map .office-wrap .border.bottom {
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
}
#contact-map .office-wrap .border.left {
  left: 0;
  bottom: 0;
  width: 1px;
  height: 0;
}
#contact-map .office-wrap .map-switcher {
  opacity: 0;
}
#contact-map .office-wrap:hover {
  border-color: #2e3283;
}
#contact-map .office-wrap:hover .map-switcher {
  opacity: 1;
}
#contact-map .office-wrap:hover .border.top {
  width: 100%;
}
#contact-map .office-wrap:hover .border.right {
  height: 100%;
}
#contact-map .office-wrap:hover .border.bottom {
  width: 100%;
}
#contact-map .office-wrap:hover .border.left {
  height: 100%;
}
@media (max-width: 1199px) {
  #contact-map .office-wrap {
    border-color: #2e3283;
  }
  #contact-map .office-wrap .map-switcher {
    opacity: 1;
  }
}
#search header {
  background-color: transparent;
}
#search header .entry-title {
  font-size: 22px;
}
.contact-icons td {
  vertical-align: text-bottom;
}
.contact-icons svg {
  width: 1.2em;
}
#enquire_form .contact-page-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border: 1px solid #2e3283;
}
.product-title {
  font-size: 24px;
  font-weight: 700;
}
#feature_icons img {
  max-width: 120px;
}
#product-tabs #product-tab {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#product-tabs #product-tab .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  text-align: center;
  border: none;
  transition: 0.5s;
  font-weight: 600;
}
#product-tabs #product-tab .nav-item a {
  border: none;
  padding: 20px;
  border-radius: 0;
  transition: 0.5s;
}
#product-tabs #product-tab .nav-item a.active {
  background-color: #2e3283;
  color: #fff;
}
#product-tabs #product-tab .nav-item a:hover {
  background-color: #fc3f3f;
  color: #fff;
}
@media (max-width: 575px) {
  #product-tabs #product-tab .nav-item {
    flex: 0 0 100%;
  }
  #product-tabs #product-tab .nav-item a {
    background-color: #2e3283;
    color: #fff;
  }
  #product-tabs #product-tab .nav-item a.active, #product-tabs #product-tab .nav-item a:hover {
    background-color: #fc3f3f;
  }
}
#product-tabs .tab-content table {
  width: 100%;
}
#product-tabs .tab-content table tr th {
  padding: 20px 50px;
}
#product-tabs .tab-content table tr td {
  padding: 20px 50px;
}
#product-tabs .tab-content table tr:nth-child(2n) {
  background-color: #ebeff2;
}
@media (max-width: 767px) {
  #product-tabs .tab-content table tr th {
    padding: 15px;
  }
  #product-tabs .tab-content table tr td {
    padding: 15px;
  }
}
#spec .file-wrap {
  height: 100%;
}
#spec .file-wrap a {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #2e3283;
  border: 1px solid #fff;
  transition: 0.5s all;
  padding: 25px;
}
#spec .file-wrap a:hover {
  border: 1px solid #fc3f3f;
  background-color: #fc3f3f;
  color: #fff;
}
#spec .file-wrap .file-icon {
  position: absolute;
  right: 20px;
  bottom: 15px;
}
#spec .file-wrap .file-icon svg {
  width: 20px;
}
#spec .file-wrap .file-title {
  width: 95%;
}
#products table {
  width: 100%;
  border-bottom: 1px solid #ebeff2;
}
#products table tr td, #products table tr th {
  padding: 10px;
  border-right: 1px solid #ccc;
}
#products table tr td:last-child, #products table tr th:last-child {
  border-right: none;
}
@media (min-width: 768px) {
  #products table tr td:first-child, #products table tr th:first-child {
    display: none;
  }
}
@media (max-width: 767px) {
  #products table tr td:last-child, #products table tr th:last-child {
    display: none;
  }
}
#products table thead tr {
  background-color: #2e3283;
}
#products table thead tr th {
  color: #fff;
}
#products table tbody tr:nth-child(2n) {
  background-color: #ebeff2;
}
#products #product-enquire {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  left: -100%;
  transition: all 0.5s ease;
  background-color: #fff;
  z-index: 9999;
}
#products #product-enquire .container {
  position: relative;
}
#products #product-enquire #product-popback {
  position: absolute;
  left: 15px;
  top: 30px;
  cursor: pointer;
}
#products #product-enquire .left {
  min-height: 100vh;
  padding: 120px 15px 120px;
}
#products #product-enquire .left .select-product .wrap {
  position: relative;
  border-bottom: 1px solid #ccc;
}
#products #product-enquire .left .select-product .wrap input {
  width: 30px;
  height: 30px;
  margin-right: 30px;
  position: absolute;
  left: 0;
  z-index: 11;
  opacity: 0;
  cursor: pointer;
}
#products #product-enquire .left .select-product .wrap input:hover + .mark {
  transform: scale(1.1);
  transition: 0.5s;
}
#products #product-enquire .left .select-product .wrap .mark {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  z-index: 0;
  top: 35px;
  background: none;
  z-index: 0;
  transition: 0.5s;
}
#products #product-enquire .left .select-product .wrap span {
  line-height: 30px;
  padding-left: 50px;
}
#products #product-enquire .right {
  position: relative;
  min-height: 100vh;
  padding: 120px 15px 100px 10%;
}
#products #product-enquire .right .title {
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 50px;
}
#products #product-enquire .right:after {
  content: '';
  height: 100%;
  width: 200%;
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #2e3283;
}
#products #product-enquire.active {
  left: 0;
}
@media (max-width: 991px) {
  #products {
    margin-bottom: 100px;
  }
  #products #product-enquire .left {
    min-height: 200px;
    padding: 80px 0 0;
  }
  #products #product-enquire .left .title, #products #product-enquire .left .font-weight-bold {
    padding-left: 15px;
    padding-right: 15px;
  }
  #products #product-enquire .left #select-product-wrap {
    border-left: 3px solid #2e3283;
    padding: 0 15px 80px;
  }
  #products #product-enquire .left .select-product {
    display: none;
    width: calc(33% - 10px);
    margin-right: 15px;
  }
  #products #product-enquire .left .select-product.select {
    display: inline-block;
  }
  #products #product-enquire .left .select-product:nth-child(3n+2) {
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  #products #product-enquire .left .select-product {
    width: calc(50% - 15px);
  }
  #products #product-enquire .left .select-product:nth-child(3n+2) {
    margin-right: 15px;
  }
  #products #product-enquire .left .select-product:nth-child(2n + 1) {
    margin-right: 0;
  }
  #products #product-enquire .right {
    padding: 80px 15px 80px 15px;
  }
}
@media (max-width: 575px) {
  #product-info {
    margin-top: 50px;
  }
}
