/*Fonts*/
/*COLOR CODES*/
/*font calling structure*/
/*=====RESPONSIVE MEDIA QUERY========*/
.icon-facebook:before {
  content: "\e900"; }

.icon-instagram:before {
  content: "\e901"; }

.icon-linkedin:before {
  content: "\e902"; }

.icon-twitter:before {
  content: "\e903"; }

.icon-email:before {
  content: "\e904"; }

.icon-location:before {
  content: "\e905"; }

.icon-sort-down:before {
  content: "\e906"; }

.icon-phone:before {
  content: "\e907"; }

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.woff2") format("woff2"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg#icomoon") format("svg");
  font-display: swap; }
@font-face {
  font-family: "ProximaNova-Bold";
  src: url("../fonts/ProximaNova-Bold.eot");
  src: url("../fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova-Bold.ttf") format("truetype"), url("../fonts/ProximaNova-Bold.svg#ProximaNova-Bold") format("svg");
  font-display: swap; }
@font-face {
  font-family: "ProximaNova-Medium";
  src: url("../fonts/ProximaNova-Medium.eot");
  src: url("../fonts/ProximaNova-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Medium.woff") format("woff"), url("../fonts/ProximaNova-Medium.woff2") format("woff2"), url("../fonts/ProximaNova-Medium.ttf") format("truetype"), url("../fonts/ProximaNova-Medium.svg#ProximaNova-Medium") format("svg");
  font-display: swap; }
@font-face {
  font-family: "ProximaNova-Regular";
  src: url("../fonts/ProximaNova-Regular.eot");
  src: url("../fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.ttf") format("truetype"), url("../fonts/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
  font-display: swap; }
/* ==========================================================================
   1. CSS Reset Code
   ========================================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img,
ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure,
figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

/* Align radios and text inputs with their label */
input[type='radio'],
input[type='checkbox'] {
  vertical-align: text-bottom;
  width: auto;
  height: auto;
  min-width: auto;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer; }

/* Hand cursor on clickable input elements */
label,
input[type='button'],
input[type='submit'],
button {
  cursor: pointer; }

button:focus{ outline: none !important; }

label {
  font-size: 16px;
  font-weight: 400;
  color: #3C3C3C; }
  label span {
    color: #c42034; }

input[type='button'],
input[type='submit'],
button {
  display: inline-block;
  min-width: 100px;
  text-align: center;
  height: 40px;
  font-size: 16px;
  color: #fff;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  padding: 0; }

input:focus,
.form-control:focus {
  outline: none;
  box-shadow: none; }

* {
  border: none;
  outline: none;
  box-sizing: border-box; }

b, strong {
  font-family: inherit;
  font-size: inherit; }

i,
em {
  font-style: italic; }

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%; }
  img.align-left {
    float: left;
    margin-right: 20px;
    margin-bottom: 30px; }
  img.align-right {
    float: right;
    margin-left: 20px;
    margin-bottom: 30px; }

sub,
sup {
  vertical-align: baseline;
  position: relative;
  font-size: 55%;
  line-height: 0; }

sup {
  top: -.7em; }

sub {
  bottom: -.25em; }

a {
  color: #c42034;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s; }

a:focus, a:hover,
a:active {
  outline: none;
  text-decoration: none; }

div {
  vertical-align: top; }

table, tr, td, th {
  font: 400 22px "ProximaNova-Regular", sans-serif; }

table {
  border-collapse: collapse; }

body {
  font: 400 18px/26px "ProximaNova-Regular", sans-serif;
  color: #3a3e3d;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  position: relative;
  min-height: 100vh; }
  body.inner-page .wrapper {
    padding-top: 140px; }
  body.stop-scroll {
    overflow: hidden; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-family: "ProximaNova-Regular", sans-serif;
  color: #3a3e3d;
  margin-bottom: 20px; }

h1 {
  font-size: 64px; 
    font-family: "ProximaNova-Bold";}
h1 b {
    text-transform: uppercase;
    font-family: "ProximaNova-Bold";
}}

h2 {
  font-size: 48px; }

h3 {
  font-size: 44px; }

h4 {
  font-size: 25px; }

h5 {
  font-size: 21px; }

h6 {
  font-size: 14px;
  text-transform: uppercase; }

p {
  font: 400 18px/26px "ProximaNova-Regular", sans-serif;
  color: #3a3e3d;
  margin-bottom: 20px; }

ul li,
ol li {
  font: 400 18px/26px "ProximaNova-Regular", sans-serif; }
  ul li a,
  ol li a {
    color: inherit;
    text-decoration: none; }

main ul {
  list-style-type: disc;
  padding-left: 30px;
  margin-bottom: 20px; }
  main ul li ul {
    margin-bottom: 0; }
    main ul li ul li {
      margin-bottom: 0; }
main ol {
  padding-left: 30px;
  margin-bottom: 20px; }
  main ol ol {
    list-style-type: lower-alpha;
    margin-bottom: 0; }

input, .form-control {
  font: 500 14px "ProximaNova-Regular", sans-serif;
  outline: none;
  height: 36px;
  min-width: 200px;
  color: #000000;
  padding: 0 10px; }

textarea {
  width: 100%;
  min-height: 160px;
  padding: 10px;
  color: #000000;
  resize: none; }

select {
  height: 34px;
  background-color: transparent;
  cursor: pointer;
  padding: 0 30px 0 15px !important; }

::-webkit-input-placeholder {
  opacity: 1; }
:-moz-placeholder {
  opacity: 1; }
::-moz-placeholder {
  opacity: 1; }
:-ms-input-placeholder {
  opacity: 1; }
/*----------icon-custom----------*/
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: 500;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle; }

body {
  width: 100%; }
  body .container {
    max-width: 1200px;
    width: 100%; }

.full-width {
  width: 100%; }

.full-height {
  height: 100%; }

.wrapper {
  position: relative;
  overflow: hidden; }

.belt1 {
  position: absolute;
  top: 10%;
  left: -300px;
  opacity: 0.2;
  z-index: 0; }

.belt2 {
  position: absolute;
  top: 0%;
  right: -250px;
  opacity: 0.2;
  z-index: 0; }

.btn {
  font-size: 20px;
  font-family: "ProximaNova-Bold";
  letter-spacing: 1px;
  padding: 9px 30px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50px;
  background-color: #c42034;
  color: #ffffff;
  position: relative; }
  .btn:hover {
    background-color: #b40f23; }
  .btn:focus {
    box-shadow: none !important; }
  .btn.btn-angle {
    background-color: #c42034;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-border-radius: 50px 0 0 50px;
    -moz-border-radius: 50px 0 0 50px;
    border-radius: 50px 0 0 50px; }
    .btn.btn-angle::after {
      content: "";
      display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 51px 0 0 30px;
      border-color: transparent transparent transparent #c42034;
      position: absolute;
      top: -2px;
      right: -30px;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      -ms-transition: 0.3s;
      transition: 0.3s; }
    .btn.btn-angle:hover {
      color: #ffffff;
      background-color: #b40f23; }
      .btn.btn-angle:hover::after {
        border-color: transparent transparent transparent #b40f23; }
    .btn.btn-angle.btn-gray {
      background-color: #3a3e3d; }
      .btn.btn-angle.btn-gray::after {
        border-color: transparent transparent transparent #3a3e3d; }
      .btn.btn-angle.btn-gray:hover {
        color: #ffffff;
        background-color: #b40f23; }
        .btn.btn-angle.btn-gray:hover::after {
          border-color: transparent transparent transparent #b40f23; }
    .btn.btn-angle.prev {
      border-radius: 0 50px 50px 0; }
      .btn.btn-angle.prev::after {
        border-width: 0 0 51px 30px;
        border-color: transparent transparent #3a3e3d transparent;
        left: -30px; }
      .btn.btn-angle.prev:hover {
        color: #ffffff;
        background-color: #b40f23; }
        .btn.btn-angle.prev:hover::after {
          border-color: transparent transparent #b40f23 transparent; }
  .btn.btn-outline {
    font-size: 16px;
    padding: 10px 15px;
    text-transform: none; }

.p-T90 {
  padding-top: 90px; }

.p-B90 {
  padding-bottom: 90px; }

.p-T30 {
  padding-top: 30px; }

.p-T40 {
  padding-top: 40px; }

.p-T50 {
  padding-top: 50px; }

.p-B30 {
  padding-bottom: 30px; }

.p-B40 {
  padding-bottom: 40px; }

.p-B50 {
  padding-bottom: 50px; }

.m-B30 {
  margin-bottom: 30px; }

.m-T50 {
  margin-top: 50px; }

.m-B50 {
  margin-bottom: 50px; }

.m-T80 {
  margin-top: 80px; }

.m-B80 {
  margin-bottom: 80px; }

.two-columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  column-gap: 50px; }

@media (min-width: 1199px) {
  .p-lg-T30 {
    padding-top: 30px; }

  .p-lg-B30 {
    padding-bottom: 30px; }

  .p-lg-T40 {
    padding-top: 40px; }

  .p-lg-B40 {
    padding-bottom: 40px; }

  .p-lg-T50 {
    padding-top: 50px; }

  .p-lg-B50 {
    padding-bottom: 50px; } }
.row.zero-space {
  margin: 0; }
  .row.zero-space > div {
    padding: 0; }
.row.pad30 {
  margin-left: -30px;
  margin-right: -30px; }
  .row.pad30 > div {
    padding-left: 30px;
    padding-right: 30px; }
.row.pad20 {
  margin-left: -20px;
  margin-right: -20px; }
  .row.pad20 > div {
    padding-left: 20px;
    padding-right: 20px; }
.row.paddAll > div {
  padding: 15px; }
@media (max-width: 767px) {
  .row.padd-xs-all > div {
    padding: 15px; } }
.row.border-right > div {
  border-right: 1px solid #D8D8D8; }
  .row.border-right > div:last-child {
    border-right: 0; }
@media (max-width: 767px) {
  main .row > div {
    padding: 15px; } }
.row > div .wrap {
  height: 100%;
  position: relative; }

.dropdown .dropdown-toggle {
  width: 100%;
  height: 42px;
  font-size: 18px;
  background-color: transparent !important;
  text-align: left;
  outline: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  text-transform: none; }
  .dropdown .dropdown-toggle:after {
    content: "\e904";
    font-family: 'icomoon';
    border: 0;
    position: absolute;
    right: 15px; }
.dropdown .dropdown-menu {
  width: 100%; }

.bootstrap-select.btn-group > .dropdown-toggle {
  height: 50px;
  border: 0;
  font-size: 14px;
  background-color: transparent !important;
  background: #ffffff url(../images/icon-polygon.svg) no-repeat !important;
  background-position: right 20px center !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-transform: none; }
  .bootstrap-select.btn-group > .dropdown-toggle .caret {
    display: none; }
  .bootstrap-select.btn-group > .dropdown-toggle::after {
    display: none; }
.bootstrap-select.btn-group div.dropdown-menu {
  width: 100%;
  display: block;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  z-index: -1; }
  .bootstrap-select.btn-group div.dropdown-menu.show {
    z-index: 100;
    opacity: 1; }
.bootstrap-select.btn-group .dropdown-menu ul {
  display: block;
  position: static;
  margin: 0;
  border: 0;
  float: none; }
  .bootstrap-select.btn-group .dropdown-menu ul li a {
    display: block;
    font-size: 15px;
    padding: 4px 10px; }
    .bootstrap-select.btn-group .dropdown-menu ul li a:hover {
      background-color: rgba(0, 0, 0, 0.1); }
.bootstrap-select select {
  display: none; }

.radio_options label {
  position: relative;
  padding-left: 30px;
  line-height: 23px; }
  .radio_options label:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 3px;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }
  .radio_options label:after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }
.radio_options input {
  width: 0 !important;
  opacity: 0;
  position: absolute; }
  .radio_options input:checked + label::before {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }

.checkbox {
  position: relative; }
  .checkbox label {
    position: relative;
    padding-left: 33px; }
    .checkbox label::before {
      content: "";
      display: block;
      width: 24px;
      height: 24px;
      border: 1px solid rgba(0, 0, 0, 0.3);
      border-radius: 4px;
      position: absolute;
      left: 0; }
    .checkbox label:after {
      content: "\e901";
      width: 24px;
      height: 24px;
      display: block;
      font-family: 'icomoon';
      color: #fff;
      line-height: 24px;
      position: absolute;
      top: 0;
      left: 0;
      text-align: center;
      border-radius: 4px;
      opacity: 0;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      -ms-transition: 0.3s;
      transition: 0.3s; }
  .checkbox input {
    position: absolute;
    opacity: 0; }
    .checkbox input:checked + label:after {
      opacity: 1; }

.section .container {
  padding: 70px 15px; }

select, .selectpicker {
  height: 44px;
  background-size: 12px 8px;
  background-position: right 15px center;
  font-size: 13px;
  line-height: 20px;
  border: 0; }

.relative {
  position: relative; }

.static {
  position: static; }

.slick-slider {
  margin: 0; }
  .slick-slider .slick-slide {
    position: relative; }
  .slick-slider .slick-dots li {
    margin: 0 4px;
    width: 50px; }
    .slick-slider .slick-dots li::before {
      display: none; }
    .slick-slider .slick-dots li button {
      min-width: auto;
      width: 50px;
      height: 6px;
      padding: 0;
      background-color: #9fa2a3; }
      .slick-slider .slick-dots li button::before {
        display: none; }
    .slick-slider .slick-dots li.slick-active button {
      background-color: #c42034; }

.icon-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.slick-slider .slick-arrow {
  min-width: auto;
  opacity: 1; }
  .slick-slider .slick-arrow.slick-prev {
    width: 30px;
    height: 45px;
    background: url(../images/slide-left.png) no-repeat;
    background-size: 100% 100%;
    left: -50px; }
    .slick-slider .slick-arrow.slick-prev:hover {
      background: url(../images/slide-left-hvr.png) no-repeat; }
  .slick-slider .slick-arrow.slick-next {
    width: 30px;
    height: 45px;
    background: url(../images/slide-right.png) no-repeat;
    background-size: 100% 100%;
    right: -50px; }

.video_wrapper {
  min-height: 200px;
  position: relative; }
  .video_wrapper .btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .video_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .video_wrapper .video_popup {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10; }
  .video_wrapper:hover .btn-play {
    opacity: 1; }

.btn-play {
  width: 100px;
  min-width: auto;
  height: 100px;
  background-color: transparent;
  border: 0 !important;
  outline: 0 !important;
  background: url(../images/icon-play.png) no-repeat;
  background-size: 100% 100%;
  opacity: 0.8; }
  .btn-play:focus {
    border: 0 !important;
    outline: 0 !important; }

.title_wrap {
  margin-bottom: 20px; }

.sec_title {
  font-size: 44px;
  color: #3a3e3d;
  margin-bottom: 0; }

.article_title {
  font-size: 36px;
  line-height: 39px;
  margin-bottom: 30px; }

.bg-light-gray {
  background-color: #eff0f3; }

.bg-gray {
  background-color: #f8f9fa; }

.explore {
  font-size: 18px;
  font-family: "ProximaNova-Bold";
  text-transform: uppercase;
  color: #3a3e3d;
  position: relative; }
  .explore:hover {
    color: #c42034; }
  .explore span {
    display: inline-block;
    vertical-align: middle;
    line-height: 20px; }
  .explore::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 20px;
    background: url(../images/explore.png) no-repeat;
    background-size: 100% 100%;
    margin-left: 10px;
    position: relative;
    right: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }
  .explore:hover::after {
    right: -10px; }

.two-columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2; }

.three-columns {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3; }

.four-columns {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4; }

.accordian .card {
  border-radius: 0px;
  border: 0;
  margin-bottom: 10px; }
.accordian .card-header {
  border-radius: 0;
  background-color: #3a3e3d;
  position: relative; }
  .accordian .card-header::after {
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../images/arrow-down.png) no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    top: 0; }
  .accordian .card-header h5 {
    color: #ffffff; }
  .accordian .card-header[aria-expanded="true"] {
    background-color: #c42034; }
    .accordian .card-header[aria-expanded="true"]::after {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
.accordian .card-body {
  background-color: #eff0f3;
  padding: 22px 20px; }

.gradient-bg {
  background-color: #76797d; }
  .gradient-bg * {
    color: #ffffff; }

.header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100; background: #fff; }
  .header .pri_header {
    background-color: #3a3e3d;
    color: #ffffff; }
    .header .pri_header .container {
      padding: 5px 15px; }
    .header .pri_header ul {
      display: inline-block;
      vertical-align: middle; }
      .header .pri_header ul li {
        display: inline-block;
        vertical-align: middle;
        font-size: 15px; }
        .header .pri_header ul li i {
          font-size: 10px; }
        .header .pri_header ul li a {
          color: #ffffff; }
          .header .pri_header ul li a:hover {
            color: #c42034; }
    .header .pri_header .soc_links {
      margin-right: 15px;
      border-right: 1px solid rgba(255, 255, 255, 0.3);
      line-height: 16px;
      padding-right: 20px; }
      .header .pri_header .soc_links li {
        margin-right: 15px;
        line-height: 16px; }
        .header .pri_header .soc_links li:last-child {
          margin-right: 0; }
        .header .pri_header .soc_links li a {
          display: inline-block;
          line-height: 10px; }
    .header .pri_header .pri_links li {
      margin-right: 30px; }
      .header .pri_header .pri_links li:last-child {
        margin-right: 0; }
  .header .sec_header .container {
    padding: 25px 15px; }
  .header .logo .gray-logo {
    display: none; }
  .header .page_link > ul > li {
    display: inline-block;
    vertical-align: middle;
    font-size: 21px;
    margin-right: 30px;
    text-shadow: -1px 2px 2px rgba(0, 0, 0, 0.3); }
    .header .page_link > ul > li:last-child {
      margin-right: 0; }
    .header .page_link > ul > li a {
      color: #ffffff; }
    .header .page_link > ul > li:hover .mega-menu, .header .page_link > ul > li:hover .sub-menu {
      opacity: 1;
      pointer-events: all; }
    .header .page_link > ul > li .toggle {
      display: none;
      width: 36px;
      height: 36px;
      line-height: 36px;
      text-align: center;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1; }
  .header .mega-menu, .header .sub-menu {
    width: 100%;
    background-color: #fff;
    z-index: 10;
    position: absolute;
    top: 140px;
    opacity: 0;
    pointer-events: none;
    max-width: 1200px;
    margin: 0 auto;
    left: 0;
    right: 0;
    list-style: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
    .header .mega-menu a, .header .sub-menu a {
      text-shadow: none; }
    .header .mega-menu::before, .header .sub-menu::before {
      content: "";
      display: block;
      width: 100%;
      height: 30px;
      position: absolute;
      top: -30px;
      left: 0; }
    .header .mega-menu .container, .header .sub-menu .container {
      position: static;
      -webkit-transform: none;
      -moz-transform: none;
      transform: none;
      padding: 25px 15px; }
    .header .mega-menu .layer-left, .header .sub-menu .layer-left {
      width: 100%;
      height: 100%;
      background-color: #fff;
      position: absolute;
      top: 0;
      left: -100%;
      -webkit-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.35);
      -moz-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.35);
      box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.35); }
    .header .mega-menu .layer-right, .header .sub-menu .layer-right {
      width: 100%;
      height: 100%;
      background-color: #fff;
      position: absolute;
      top: 0;
      right: -100%;
      -webkit-box-shadow: 4px 2px 4px 0px rgba(0, 0, 0, 0.35);
      -moz-box-shadow: 4px 2px 4px 0px rgba(0, 0, 0, 0.35);
      box-shadow: 4px 2px 4px 0px rgba(0, 0, 0, 0.35); }
    .header .mega-menu li, .header .sub-menu li {
      text-align: center;
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
      padding: 25px; }
      .header .mega-menu li a, .header .sub-menu li a {
        display: block;
        color: #231f20 !important; }
        .header .mega-menu li a:hover h5, .header .sub-menu li a:hover h5 {
          color: #c42034; }
      .header .mega-menu li img, .header .sub-menu li img {
        display: block;
        margin: 0 auto;
        height: auto; }
      .header .mega-menu li h5, .header .mega-menu li .menu-image-title, .header .sub-menu li h5, .header .sub-menu li .menu-image-title {
        display: block;
        font-size: 18px;
        line-height: 18px;
        font-family: "ProximaNova-Medium";
        color: #231f20;
        margin-top: 5px;
        margin-bottom: 0; }
  .header.sticky {
    position: fixed;
    background: #ffffff;
    -webkit-animation: slide-down .7s;
    -moz-animation: slide-down .7s;
    animation: slide-down .7s;
    z-index: 100;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.35); }
    .header.sticky .sec_header .container {
      padding: 15px; }
    .header.sticky .pri_header {
      display: none; }
    .header.sticky .white-logo {
      display: none; }
    .header.sticky .gray-logo {
      display: inline-block; }
    .header.sticky .page_link ul li {
      text-shadow: none; }
      .header.sticky .page_link ul li a {
        color: #231f20; }
    .header.sticky .sub-menu {
      top: 82px; }
  .header.inner-header {
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1); }
    .header.inner-header .white-logo {
      display: none; }
    .header.inner-header .gray-logo {
      display: inline-block; }
    .header.inner-header .page_link ul li {
      text-shadow: none; }
      .header.inner-header .page_link ul li a {
        color: #231f20; }

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
    transition: all .3s; }
  100% {
    opacity: 0.9;
    transform: translateY(0);
    transition: all .3s; } }
@-moz-keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
    transition: all .3s; }
  100% {
    opacity: 0.9;
    transform: translateY(0);
    transition: all .3s; } }
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
    transition: all .3s; }
  100% {
    opacity: 0.9;
    transform: translateY(0);
    transition: all .3s; } }
.sub-header.stick {
  width: 100%;
  position: fixed;
  top: 86px;
  left: 0;
  z-index: 999; }

.btn.btn-humburger {
  min-width: auto;
  background-color: transparent !important;
  padding: 8px;
  width: 34px;
  height: 40px;
  border: 0;
  display: none;
  position: relative;
  margin-right: 15px; }
  .btn.btn-humburger span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #c42034;
    position: absolute;
    left: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    transition-delay: 0.3s; }
    .btn.btn-humburger span:nth-child(1) {
      top: 8px; }
    .btn.btn-humburger span:nth-child(2) {
      top: 46%; }
    .btn.btn-humburger span:nth-child(3) {
      bottom: 8px; }
  .btn.btn-humburger.crossed span:nth-child(1) {
    width: 100%;
    top: 6px;
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .btn.btn-humburger.crossed span:nth-child(2) {
    width: 0%;
    top: 46%; }
  .btn.btn-humburger.crossed span:nth-child(3) {
    width: 100%;
    bottom: 8px;
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg); }

.footer {
  background-color: #3a3e3d; }
  .footer .main-footer {
    padding: 80px 0px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
    .footer .main-footer .row {
      margin: 0 -40px; }
      .footer .main-footer .row > div {
        padding: 0 40px; }
  .footer .footer_logo {
    margin-bottom: 20px; }
  .footer p {
    font-size: 15px;
    line-height: 23px;
    color: #b7b7b7; }
  .footer .heading, .footer h6 {
    font-size: 24px;
    font-family: "ProximaNova-Bold";
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 40px; }
  .footer ul {
    list-style: none; }
    .footer ul li {
      font-size: 17px;
      color: #b6b6b6;
      position: relative; }
      .footer ul li a {
        color: inherit; }
        .footer ul li a:hover {
          color: #c42034; }
    .footer ul.menu {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2; }
      .footer ul.menu li {
        margin-bottom: 20px; }
    .footer ul.soc_links li {
      display: inline-block;
      vertical-align: middle;
      margin-right: 15px;
      font-size: 14px; }
    .footer ul.cont_links li {
      padding-left: 30px;
      padding-bottom: 15px;
      margin-bottom: 15px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
      .footer ul.cont_links li:last-child {
        border-bottom: 0; }
      .footer ul.cont_links li i {
        color: #c42034;
        position: absolute;
        left: 0;
        top: 3px; }
  .footer .copyright {
    padding: 25px 0; }
    .footer .copyright p {
      margin: 0; }
      .footer .copyright p a {
        color: #c42034;
        text-decoration: none; }

.banner_sec .container {
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10; }
.banner_sec .background {
    width: 100%;
    max-height: 900px;
  object-fit: cover; }
.banner_sec h1, .banner_sec .heading {
  font-size: 68px;
  line-height: 68px;
  font-family: "ProximaNova-Bold", Arial;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: -2px 4px 0px rgba(150, 150, 150, 0.2);
  margin-bottom: 30px; }
.banner_sec p {
  font-size: 21px;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 30px; }
.banner_sec .scroll_down-div {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0; }
  .banner_sec .scroll_down-div button {
    min-width: auto;
    width: 21px;
    height: 21px;
    background: url(../images/scroll-down.png) no-repeat;
    background-size: 100% 100%; }
.banner_sec .slick-dots {
  bottom: 10px; }

.banner_carousal {
  margin: 0 !important; }

.carousal_sec {
  position: relative;
  overflow: hidden; }
  .carousal_sec .explore_all {
    margin-top: 25px;
    position: absolute;
    bottom: -45px;
    right: 0;
    z-index: 11; }
  .carousal_sec .carousal {
    position: absolute;
    width: 100vw;
    left: 0;
    margin: 0 -19px; }
    .carousal_sec .carousal .slide {
      padding: 19px; }
      .carousal_sec .carousal .slide .wrap {
        height: 100%;
        position: relative;
        -webkit-box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.3);
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s; }
      .carousal_sec .carousal .slide:hover .img::before {
        background-color: #c42034; }
      .carousal_sec .carousal .slide:hover .desc {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#515557+0,404444+56,3a3e3d+100 */
        background: #515557;
        /* Old browsers */
        background: -moz-linear-gradient(left, #515557 0%, #404444 56%, #3a3e3d 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #515557 0%, #404444 56%, #3a3e3d 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #515557 0%, #404444 56%, #3a3e3d 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515557', endColorstr='#3a3e3d',GradientType=1 );
        /* IE6-9 */
        color: #ffffff; }
      .carousal_sec .carousal .slide:hover h4 {
        color: #ffffff; }
      .carousal_sec .carousal .slide:hover p {
        color: #ffffff; }
      .carousal_sec .carousal .slide:hover .btn {
        background-color: #c42034; }
        .carousal_sec .carousal .slide:hover .btn::after {
          border-color: transparent transparent transparent #c42034; }
        .carousal_sec .carousal .slide:hover .btn:hover {
          background-color: #c42034; }
          .carousal_sec .carousal .slide:hover .btn:hover::after {
            border-color: transparent transparent transparent #c42034; }
    .carousal_sec .carousal .img {
      height: 235px;
      position: relative; }
      .carousal_sec .carousal .img::before {
        content: "";
        display: block;
        width: 100%;
        height: 5px;
        background-color: transparent;
        position: absolute;
        top: -5px;
        left: 0;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s; }
      .carousal_sec .carousal .img img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .carousal_sec .carousal .desc {
      background-color: #fff;
      padding: 20px 30px; }
    .carousal_sec .carousal h4 {
      font-size: 27px;
      margin-bottom: 20px;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      -ms-transition: 0.3s;
      transition: 0.3s; }
    .carousal_sec .carousal p {
      font-size: 16px;
      line-height: 25px;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      -ms-transition: 0.3s;
      transition: 0.3s; }
    .carousal_sec .carousal .btn {
      background-color: #3a3e3d; }
      .carousal_sec .carousal .btn::after {
        border-color: transparent transparent transparent #3a3e3d; }
      .carousal_sec .carousal .btn:hover {
        background-color: #c42034; }
        .carousal_sec .carousal .btn:hover::after {
          border-color: transparent transparent transparent #c42034; }
    .carousal_sec .carousal .slick-dots {
      bottom: -50px;
      text-align: left;
      padding: 0 15px; }

.curved_section {
  margin-top: -110px;
  padding-top: 110px; }

.section.curved_sec {
  overflow: hidden;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#818485+0,5d6063+0,898c8d+29,898c8d+54,6e7173+84,64676a+100 */
  background: #818485;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #818485 0%, #5d6063 0%, #898c8d 29%, #898c8d 54%, #6e7173 84%, #64676a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #818485 0%, #5d6063 0%, #898c8d 29%, #898c8d 54%, #6e7173 84%, #64676a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #818485 0%, #5d6063 0%, #898c8d 29%, #898c8d 54%, #6e7173 84%, #64676a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#818485', endColorstr='#64676a',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  background-size: 100% 100%;
  position: relative; }
  .section.curved_sec .container {
    padding: 110px 15px; }
    .section.curved_sec .container .layer {
      height: 110px;
      width: 100%;
      min-width: 100vw;
      position: absolute;
      top: 0;
      left: 100%;
      margin-left: -15px; }
  .section.curved_sec .leading_edge {
    width: 170px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#888b8c+1,838687+92 */
    background: #888b8c;
    /* Old browsers */
    background: -moz-linear-gradient(top, #888b8c 1%, #838687 92%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #888b8c 1%, #838687 92%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #888b8c 1%, #838687 92%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888b8c', endColorstr='#838687',GradientType=0 );
    /* IE6-9 */
    background-size: cover;
    position: absolute;
    top: 110px;
    right: 15px;
    padding: 15px;
    padding-top: 30px;
    color: #ffffff;
    font-size: 21px;
    line-height: 24px;
    z-index: 10; }
    .section.curved_sec .leading_edge b {
      display: block;
      font-size: 40px;
      line-height: 48px;
      font-family: "ProximaNova-Bold";
      text-transform: uppercase; }
  .section.curved_sec * {
    color: #ffffff; }
  .section.curved_sec h1, .section.curved_sec h2, .section.curved_sec h3, .section.curved_sec h4, .section.curved_sec h5, .section.curved_sec h6 {
    color: #ffffff; }
  .section.curved_sec .curved_img {
    position: absolute;
    width: 50vw;
    height: 100%;
    left: 0;
    bottom: 0px;
    padding-left: 40px; }
    .section.curved_sec .curved_img img {
      width: 100%;
      height: 100%;
      object-fit: cover; object-position: top;
      border-radius: 250px 0 0 250px; }
  .section.curved_sec ul {
    list-style: none;
    margin-bottom: 15px;
    padding: 0; }
    .section.curved_sec ul li {
      padding-left: 35px;
      position: relative;
      margin-bottom: 15px; }
      .section.curved_sec ul li::before {
        content: "";
        display: inline-block;
        width: 18px;
        height: 13px;
        background: url(../images/icon-checked.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        top: 5px;
        left: 0; }
  .section.curved_sec .signature p {
    margin: 10px 0 0;
    position: absolute;
    bottom: -30px; }
.section.img-left-side .leading_edge {
  right: auto;
  left: 15px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#777a7c+0,878a8b+47,7f8283+100 */
  background: #777a7c;
  /* Old browsers */
  background: -moz-linear-gradient(left, #777a7c 0%, #878a8b 47%, #7f8283 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #777a7c 0%, #878a8b 47%, #7f8283 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #67696b 0%, #717171 47%, #747879 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777a7c', endColorstr='#7f8283',GradientType=1 );
  /* IE6-9 */ }
.section.img-left-side .container .layer {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -15px; }
.section.img-left-side .container > .row {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse; }
.section.img-left-side .curved_img {
  left: auto;
  right: 0;
  padding-left: 0;
  padding-right: 40px; }
  .section.img-left-side .curved_img img {
    border-radius: 0 250px 250px 0; }

.blog_posts_sec {
  position: relative; }
  .blog_posts_sec .row {
    margin: 0 -20px; }
  .blog_posts_sec .column {
    padding: 20px; }
    .blog_posts_sec .column .wrap {
      height: 100%;
      background-color: #fff;
      -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
      position: relative; }
      .blog_posts_sec .column .wrap:hover .hover_slide {
        opacity: 1; }
        .blog_posts_sec .column .wrap:hover .hover_slide * {
          opacity: 1; }
        .blog_posts_sec .column .wrap:hover .hover_slide .date {
          transform: translateX(0); }
        .blog_posts_sec .column .wrap:hover .hover_slide p {
          transform: translateX(0); }
        .blog_posts_sec .column .wrap:hover .hover_slide .btn {
          transform: translateX(0); }
    .blog_posts_sec .column .img {
      height: 230px;
      position: relative; }
      .blog_posts_sec .column .img img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .blog_posts_sec .column .img .date {
        width: 100%;
        font-size: 14px;
        font-family: "ProximaNova-Bold";
        color: #ffffff;
        padding: 10px 35px;
        position: absolute;
        bottom: 0;
        left: 0; }
    .blog_posts_sec .column .desc {
      padding: 30px 35px;
      padding-bottom: 80px;
      position: relative; }
      .blog_posts_sec .column .desc hr {
        margin: 25px 0;
        width: calc(100% + 35px); }
    .blog_posts_sec .column .btn {
      position: absolute;
      bottom: 25px;
      left: 35px; }
    .blog_posts_sec .column .heading {
      font-size: 27px;
      line-height: 27px;
      font-family: "ProximaNova-Regular";
      color: #3b3e3f; }
      .blog_posts_sec .column .heading a {
        color: inherit; }
    .blog_posts_sec .column .hover_slide {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      -ms-transition: 0.3s;
      transition: 0.3s;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#46494a+0,3d4141+40,3a3e3d+100 */
      background: #46494a;
      /* Old browsers */
      background: -moz-linear-gradient(top, #46494a 0%, #3d4141 40%, #3a3e3d 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #46494a 0%, #3d4141 40%, #3a3e3d 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #46494a 0%, #3d4141 40%, #3a3e3d 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46494a', endColorstr='#3a3e3d',GradientType=0 );
      /* IE6-9 */ }
      .blog_posts_sec .column .hover_slide:before {
        content: "";
        display: block;
        width: 100%;
        height: 6px;
        background-color: #c42034;
        position: absolute;
        top: 0;
        left: 0; }
      .blog_posts_sec .column .hover_slide hr {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        margin: 0 0 0 30px; }
      .blog_posts_sec .column .hover_slide .date {
        color: #cccccc;
        padding: 30px 35px;
        transform: translateX(-30px);
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        -ms-transition: 0.2s;
        transition: 0.2s;
        transition-delay: 0s;
        opacity: 0; }
        .blog_posts_sec .column .hover_slide .date .heading {
          color: #ffffff;
          margin-top: 15px; }
      .blog_posts_sec .column .hover_slide p {
        font-size: 16px;
        line-height: 24px;
        color: #ffffff;
        transform: translateX(-30px);
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        -ms-transition: 0.2s;
        transition: 0.2s;
        transition-delay: 0.1s;
        opacity: 0; }
      .blog_posts_sec .column .hover_slide .desc * {
        color: #ffffff; }
      .blog_posts_sec .column .hover_slide .btn {
        transform: translateX(-30px);
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s;
        transition-delay: 0.2s;
        opacity: 0; }

.page_title {
  padding: 110px 0 40px; }
  .page_title h1 {
    font-size: 72px;
    line-height: 70px;
    font-family: "ProximaNova-Regular";
    margin-bottom: 0; }
    .page_title h1 b {
      font-family: "ProximaNova-Bold"; }
  .page_title h2 {
    font-size: 48px;
    line-height: 48px; }
  .page_title p {
    font-size: 21px;
    line-height: 28px; }

.main-page h3 {
  font-size: 44px;
  color: #3b3e3f;
  margin-bottom: 20px; }

.prod_slide {
  padding: 20px; }
  .prod_slide .wrap {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 14px -4px rgba(143, 139, 139, 0.3);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }
    .prod_slide .wrap:hover {
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#515557+0,404444+56,3a3e3d+100 */
      background: #515557;
      /* Old browsers */
      background: -moz-linear-gradient(left, #515557 0%, #404444 56%, #3a3e3d 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #515557 0%, #404444 56%, #3a3e3d 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #515557 0%, #404444 56%, #3a3e3d 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515557', endColorstr='#3a3e3d',GradientType=1 );
      /* IE6-9 */
      color: #ffffff; }
      .prod_slide .wrap:hover .img::before {
        background-color: #c42034; }
      .prod_slide .wrap:hover h4 {
        color: #ffffff; }
      .prod_slide .wrap:hover p {
        color: #ffffff; }
      .prod_slide .wrap:hover .btn {
        background-color: #c42034; }
        .prod_slide .wrap:hover .btn::after {
          border-color: transparent transparent transparent #c42034; }
        .prod_slide .wrap:hover .btn:hover {
          background-color: #c42034; }
          .prod_slide .wrap:hover .btn:hover::after {
            border-color: transparent transparent transparent #c42034; }
  .prod_slide .img {
    height: 235px;
    position: relative; }
    .prod_slide .img::before {
      content: "";
      display: block;
      width: 100%;
      height: 5px;
      background-color: transparent;
      position: absolute;
      top: -5px;
      left: 0;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      -ms-transition: 0.3s;
      transition: 0.3s; }
    .prod_slide .img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .prod_slide .desc {
    padding: 20px 30px; }
  .prod_slide h4 {
    font-size: 27px;
    margin-bottom: 20px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }
  .prod_slide p {
    font-size: 16px;
    line-height: 25px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }
  .prod_slide .btn {
    background-color: #3a3e3d; }
    .prod_slide .btn::after {
      border-color: transparent transparent transparent #3a3e3d; }
    .prod_slide .btn:hover {
      background-color: #c42034; }
      .prod_slide .btn:hover::after {
        border-color: transparent transparent transparent #c42034; }

.prod_detail_banner {
  background: url(../images/background2.jpg) no-repeat;
  background-size: cover !important;
  background-position: bottom; }
  .prod_detail_banner .container {
    padding: 40px 15px; }
  .prod_detail_banner h1, .prod_detail_banner .prod_name {
    margin-bottom: 0; }
  .prod_detail_banner p {
    font-size: 20px;
    line-height: 26px; }
  .prod_detail_banner .price {
    color: #9fa2a3;
    font-size: 30px; }
  .prod_detail_banner .prod-img {
    position: relative;
    top: 50px; }

.integrity {
  background-color: #fff; }
  .integrity .container {
    padding: 90px 15px; }
  .integrity .video_wrapper {
    height: 300px; }
  .integrity ul {
    list-style: none;
    margin-bottom: 15px;
    padding: 0; }
    .integrity ul li {
      padding-left: 35px;
      position: relative;
      margin-bottom: 5px; }
      .integrity ul li::before {
        content: "";
        display: inline-block;
        width: 18px;
        height: 13px;
        background: url(../images/icon-checked.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        top: 5px;
        left: 0; }

.prod_features {
  margin-top: -150px; }
  .prod_features .row {
    margin: 0 -5px; }
    .prod_features .row > div {
      padding: 5px; }
  .prod_features .wrap {
    /*min-height: 410px;*/
    padding: 45px 35px;
    -webkit-box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.3);
    background-color: #fff; }
  .prod_features h4 {
    font-size: 42px; }
  
  

.downloads .title {
  background-color: #3a3e3d;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 24px;
  padding: 9px 15px;
  margin: 0; }
.downloads ul {
  list-style: none;
  padding: 0; }
  .downloads ul li {
    font-size: 21px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #3a3a3a;
    padding-left: 70px;
    position: relative; }
    .downloads ul li a {
      color: inherit;
      padding: 15px 0; }
      .downloads ul li a.pdf::before {
        content: "";
        display: inline-block;
        width: 40px;
        height: 40px;
        background: url(../images/icon-pdf.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        left: 10px;
        top: 6px; }
      .downloads ul li a.doc::before {
        content: "";
        display: inline-block;
        width: 40px;
        height: 40px;
        background: url(../images/icon-doc.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        left: 10px;
        top: 6px; }

.img-title-boxes .wrap {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#545758+0,3a3e3d+99 */
  background: #545758;
  /* Old browsers */
  background: -moz-linear-gradient(left, #545758 0%, #3a3e3d 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #545758 0%, #3a3e3d 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #545758 0%, #3a3e3d 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545758', endColorstr='#3a3e3d',GradientType=1 );
  /* IE6-9 */
  text-transform: uppercase;
  text-align: center;
  -webkit-box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s; }
  .img-title-boxes .wrap .link {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .img-title-boxes .wrap .img {
    height: 230px; }
    .img-title-boxes .wrap .img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .img-title-boxes .wrap h4 {
    font-size: 24px;
    line-height: 24px;
    font-family: "ProximaNova-Bold";
    padding: 20px;
    margin: 0; }
  .img-title-boxes .wrap:hover {
    background: #c42034;
    background-color: #c42034; }

.links {
  padding-left: 0;
  list-style: none; }
  .links li {
    color: #c42034;
    margin-bottom: 15px; }
    .links li a {
      color: inherit; }

.recent_update_sec h4 {
  font-family: "ProximaNova-Bold"; }
.recent_update_sec ul {
  padding-left: 30px; }
  .recent_update_sec ul li {
    margin-bottom: 15px; }

.sub-header {
  width: 100%;
  background-color: #3a3e3d;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0; }
  .sub-header .container {
    padding: 0 !important; }
  .sub-header ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .sub-header ul li {
      display: inline-block;
      vertical-align: middle;
      color: #fff; }
      .sub-header ul li a {
        padding: 7px 20px;
        position: relative;
        color: #fff; }
        .sub-header ul li a::after {
          content: "";
          display: inline-block;
          width: 100%;
          height: 5px;
          background-color: transparent;
          position: absolute;
          top: -5px;
          left: 0; }
      .sub-header ul li.active a {
        background-color: #c42034; }
        .sub-header ul li.active a::after {
          background-color: #c42034; }

.brand-standard-page h3 {
  text-transform: uppercase;
  margin-bottom: 0; }
.brand-standard-page h5 {
  font-size: 18px;
  font-family: "ProximaNova-Bold";
  margin-bottom: 0; }
  .brand-standard-page h5 + p {
    margin: 0; }
.brand-standard-page .container > .row {
  margin: 0 -19px;
  margin-bottom: 30px; }
  .brand-standard-page .container > .row > div {
    padding: 19px; }
    .brand-standard-page .container > .row > div .wrap {
      height: 440px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.3);
      padding: 50px 90px; }
.brand-standard-page .fav-sec {
  padding-right: 70px; }
  .brand-standard-page .fav-sec .favicon {
    position: relative; }
  .brand-standard-page .fav-sec .mark {
    display: inline-block;
    width: 28px;
    height: 28px;
    background-color: transparent;
    border: 1px solid #000000;
    border-radius: 50%;
    position: absolute; }
    .brand-standard-page .fav-sec .mark::after {
      content: "";
      display: inline-block;
      width: 200px;
      height: 1px;
      position: absolute;
      left: 27px;
      top: 50%;
      background-color: #000000; }
    .brand-standard-page .fav-sec .mark.red-mark {
      top: 60px;
      right: 10px; }
    .brand-standard-page .fav-sec .mark.gray-mark {
      bottom: 10px;
      right: 110px; }
.brand-standard-page .fav-desc .part {
  font-size: 23px;
  color: #76797d;
  position: relative;
  padding-left: 150px;
  margin-bottom: 45px; }
  .brand-standard-page .fav-desc .part:last-child {
    margin-bottom: 0; }
  .brand-standard-page .fav-desc .part:before {
    content: "";
    display: inline-block;
    vertical-align: baseline;
    width: 125px;
    height: 125px;
    margin-right: 20px;
    position: absolute;
    left: 0;
    bottom: 0; }
  .brand-standard-page .fav-desc .part.red-part::before {
    background-color: #c42034; }
  .brand-standard-page .fav-desc .part.gray-part::before {
    background-color: #76797d; }

.blog-nav {
  padding: 0 30px; }

/* contact-form styling */
input, .form-control{
    height: 50px;
    border: 1px solid #3C3C3C;
    padding: 10px 25px !important;
}

select{
    height: 50px;
    border: 1px solid #3C3C3C;
    padding: 10px 25px !important;
}

textarea{
    border: 1px solid #3C3C3C;
    padding: 10px 25px !important;
}

.gform_wrapper .gform_footer input.button, 
.gform_wrapper .gform_footer input[type=submit], 
.gform_wrapper .gform_page_footer input.button, 
.gform_wrapper .gform_page_footer input[type=submit]{
    background-color: #c42034;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 50px;
    border: 0;
    font-size: 20px;
    font-family: "ProximaNova-Bold";
    letter-spacing: 1px;
    padding: 9px 30px;
}

.header .mega-menu li img, .header .sub-menu li img{ height: auto; }

/* new page css */
.category h3 {
  margin: 0;
  text-transform: uppercase; }
.category h5 {
  font-family: "ProximaNova-Bold";
  margin: 0; }

.store-page {
  padding-top: 50px; }

.product-box .product-view {
  -webkit-box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.3); }
.product-box .product-slider {
  height: 360px;
  background-color: #fff;
  margin: 0; }
  .product-box .product-slider img {
    max-height: 100%;
    object-fit: contain; }
  .product-box .product-slider .slick-list {
    height: 100%; }
    .product-box .product-slider .slick-list .slick-track {
      height: 100%; }
  .product-box .product-slider .slick-slide {
    height: 100%; }
  .product-box .product-slider .slick-dots {
    bottom: 12px; }
    .product-box .product-slider .slick-dots li {
      width: 11px;
      height: 11px; }
      .product-box .product-slider .slick-dots li button {
        width: 11px;
        height: 11px;
        border: 1px solid transparent;
        background-color: #939393;
        border-radius: 50%;
        transform: scale(1); }
      .product-box .product-slider .slick-dots li.slick-active button {
        border: 1px solid #939393;
        background-color: transparent;
        transform: scale(1.2); }
.product-box .product-desc {
  padding: 15px 0; }
  .product-box .product-desc .name {
    font-size: 18px;
    font-family: "ProximaNova-Bold";
    margin: 0 0 5px;
    color: #3a3e3d; }
    .product-box .product-desc .name a {
      color: inherit; }
  .product-box .product-desc table tr td {
    font-size: 18px;
    padding: 3px 0;
    color: #3a3e3d; }
    .product-box .product-desc table tr td:first-child {
      width: 25%; }

.box-shadow{
    -webkit-box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.3);
}

.tingle-modal__close{ min-width: auto; }
.tingle-modal__close svg{ width: 15px; }
.tingle-btn{ padding: 0.5rem 2rem; background-color: #c42034 !important; color: #fff; border-radius: 50px !important; 
text-transform: uppercase; font-family: "ProximaNova-Bold";
}
.tingle-btn:hover{ background-color: #b40f23 !important; color: #fff; }

.block-link{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 10; }

.prod_features .wrap_white {    background-color: #fff;}
.prod_features .wrap_white * {    color: #3a3e3d;}
.prod_features .wrap_white .btn.btn-angle {    color: #FFFFFF;}
.prod_features .wrap_grey  {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6c7070+0,858889+99 */
    background: #6c7070;
    /* Old browsers */
    background: -moz-linear-gradient(left, #6c7070 0%, #858889 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #6c7070 0%, #858889 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #6c7070 0%, #858889 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c7070', endColorstr='#858889',GradientType=1 );
    /* IE6-9 */ 
}
.prod_features .wrap_grey * { color: #ffffff;}
.prod_features .wrap_dark-grey * {  color: #ffffff;}
.prod_features .wrap_dark-grey {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3c403f+0,3b3f3e+50,3b3f3e+51,3a3e3d+99 */
    background: #3c403f;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #3c403f 0%, #3b3f3e 50%, #3b3f3e 51%, #3a3e3d 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #3c403f 0%, #3b3f3e 50%, #3b3f3e 51%, #3a3e3d 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #3c403f 0%, #3b3f3e 50%, #3b3f3e 51%, #3a3e3d 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c403f', endColorstr='#3a3e3d',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */ 
}

.verticle_text{
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.prod_features .wrap.verticle_text {    min-height: 410px;}

.general_specifications .icon-wrapper{ margin-bottom: 20px; height: 80px; }

.specification_title{ font-size: 25px; text-transform: uppercase; color: #3a3e3d; text-align: center; margin-bottom: 10px; font-family: "ProximaNova-Bold", sans-serif; }

table.specification_table{ max-width: 310px; margin: 0 auto; }

table.specification_table tr td{
    font-size: 18px;
    line-height: 24px;
    padding: 5px;
    vertical-align: bottom;
}

.general_specifications .column{ margin-bottom: 35px; }

.img-title-boxes .wrap.no_hover:hover {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#545758+0,3a3e3d+99 */
	  background: #545758;
	  /* Old browsers */
	  background: -moz-linear-gradient(left, #545758 0%, #3a3e3d 99%);
	  /* FF3.6-15 */
	  background: -webkit-linear-gradient(left, #545758 0%, #3a3e3d 99%);
	  /* Chrome10-25,Safari5.1-6 */
	  background: linear-gradient(to right, #545758 0%, #3a3e3d 99%);
	  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545758', endColorstr='#3a3e3d',GradientType=1 );
	  /* IE6-9 */
}
img.img-responsive {
    max-width: 100%;
    height: auto;
}