@charset "UTF-8";
/*
Theme Name: Weco
*/
@import url("https://fonts.googleapis.com/css2?family=Kdam+Thmor&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Poppins:wght@100;200;300;500;600;700;800;900&family=Raleway:ital,wght@0,100;0,200;0,600;0,800;1,300;1,400;1,600;1,800&display=swap");
.container, .container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container::after, .container-fluid::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1180px;
    max-width: 100%;
  }
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 1200px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col-xs-1 {
  float: left;
  width: 8.333333%;
}

.col-xs-2 {
  float: left;
  width: 16.666667%;
}

.col-xs-3 {
  float: left;
  width: 25%;
}

.col-xs-4 {
  float: left;
  width: 33.333333%;
}

.col-xs-5 {
  float: left;
  width: 41.666667%;
}

.col-xs-6 {
  float: left;
  width: 50%;
}

.col-xs-7 {
  float: left;
  width: 58.333333%;
}

.col-xs-8 {
  float: left;
  width: 66.666667%;
}

.col-xs-9 {
  float: left;
  width: 75%;
}

.col-xs-10 {
  float: left;
  width: 83.333333%;
}

.col-xs-11 {
  float: left;
  width: 91.666667%;
}

.col-xs-12 {
  float: left;
  width: 100%;
}

.pull-xs-0 {
  right: auto;
}

.pull-xs-1 {
  right: 8.333333%;
}

.pull-xs-2 {
  right: 16.666667%;
}

.pull-xs-3 {
  right: 25%;
}

.pull-xs-4 {
  right: 33.333333%;
}

.pull-xs-5 {
  right: 41.666667%;
}

.pull-xs-6 {
  right: 50%;
}

.pull-xs-7 {
  right: 58.333333%;
}

.pull-xs-8 {
  right: 66.666667%;
}

.pull-xs-9 {
  right: 75%;
}

.pull-xs-10 {
  right: 83.333333%;
}

.pull-xs-11 {
  right: 91.666667%;
}

.pull-xs-12 {
  right: 100%;
}

.push-xs-0 {
  left: auto;
}

.push-xs-1 {
  left: 8.333333%;
}

.push-xs-2 {
  left: 16.666667%;
}

.push-xs-3 {
  left: 25%;
}

.push-xs-4 {
  left: 33.333333%;
}

.push-xs-5 {
  left: 41.666667%;
}

.push-xs-6 {
  left: 50%;
}

.push-xs-7 {
  left: 58.333333%;
}

.push-xs-8 {
  left: 66.666667%;
}

.push-xs-9 {
  left: 75%;
}

.push-xs-10 {
  left: 83.333333%;
}

.push-xs-11 {
  left: 91.666667%;
}

.push-xs-12 {
  left: 100%;
}

.offset-xs-1 {
  margin-left: 8.333333%;
}

.offset-xs-2 {
  margin-left: 16.666667%;
}

.offset-xs-3 {
  margin-left: 25%;
}

.offset-xs-4 {
  margin-left: 33.333333%;
}

.offset-xs-5 {
  margin-left: 41.666667%;
}

.offset-xs-6 {
  margin-left: 50%;
}

.offset-xs-7 {
  margin-left: 58.333333%;
}

.offset-xs-8 {
  margin-left: 66.666667%;
}

.offset-xs-9 {
  margin-left: 75%;
}

.offset-xs-10 {
  margin-left: 83.333333%;
}

.offset-xs-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm-1 {
    float: left;
    width: 8.333333%;
  }
  .col-sm-2 {
    float: left;
    width: 16.666667%;
  }
  .col-sm-3 {
    float: left;
    width: 25%;
  }
  .col-sm-4 {
    float: left;
    width: 33.333333%;
  }
  .col-sm-5 {
    float: left;
    width: 41.666667%;
  }
  .col-sm-6 {
    float: left;
    width: 50%;
  }
  .col-sm-7 {
    float: left;
    width: 58.333333%;
  }
  .col-sm-8 {
    float: left;
    width: 66.666667%;
  }
  .col-sm-9 {
    float: left;
    width: 75%;
  }
  .col-sm-10 {
    float: left;
    width: 83.333333%;
  }
  .col-sm-11 {
    float: left;
    width: 91.666667%;
  }
  .col-sm-12 {
    float: left;
    width: 100%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.333333%;
  }
  .pull-sm-2 {
    right: 16.666667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.333333%;
  }
  .pull-sm-5 {
    right: 41.666667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.333333%;
  }
  .pull-sm-8 {
    right: 66.666667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.333333%;
  }
  .pull-sm-11 {
    right: 91.666667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.333333%;
  }
  .push-sm-2 {
    left: 16.666667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.333333%;
  }
  .push-sm-5 {
    left: 41.666667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.333333%;
  }
  .push-sm-8 {
    left: 66.666667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.333333%;
  }
  .push-sm-11 {
    left: 91.666667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md-1 {
    float: left;
    width: 8.333333%;
  }
  .col-md-2 {
    float: left;
    width: 16.666667%;
  }
  .col-md-3 {
    float: left;
    width: 25%;
  }
  .col-md-4 {
    float: left;
    width: 33.333333%;
  }
  .col-md-5 {
    float: left;
    width: 41.666667%;
  }
  .col-md-6 {
    float: left;
    width: 50%;
  }
  .col-md-7 {
    float: left;
    width: 58.333333%;
  }
  .col-md-8 {
    float: left;
    width: 66.666667%;
  }
  .col-md-9 {
    float: left;
    width: 75%;
  }
  .col-md-10 {
    float: left;
    width: 83.333333%;
  }
  .col-md-11 {
    float: left;
    width: 91.666667%;
  }
  .col-md-12 {
    float: left;
    width: 100%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.333333%;
  }
  .pull-md-2 {
    right: 16.666667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.333333%;
  }
  .pull-md-5 {
    right: 41.666667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.333333%;
  }
  .pull-md-8 {
    right: 66.666667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.333333%;
  }
  .pull-md-11 {
    right: 91.666667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.333333%;
  }
  .push-md-2 {
    left: 16.666667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.333333%;
  }
  .push-md-5 {
    left: 41.666667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.333333%;
  }
  .push-md-8 {
    left: 66.666667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.333333%;
  }
  .push-md-11 {
    left: 91.666667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg-1 {
    float: left;
    width: 8.333333%;
  }
  .col-lg-2 {
    float: left;
    width: 16.666667%;
  }
  .col-lg-3 {
    float: left;
    width: 25%;
  }
  .col-lg-4 {
    float: left;
    width: 33.333333%;
  }
  .col-lg-5 {
    float: left;
    width: 41.666667%;
  }
  .col-lg-6 {
    float: left;
    width: 50%;
  }
  .col-lg-7 {
    float: left;
    width: 58.333333%;
  }
  .col-lg-8 {
    float: left;
    width: 66.666667%;
  }
  .col-lg-9 {
    float: left;
    width: 75%;
  }
  .col-lg-10 {
    float: left;
    width: 83.333333%;
  }
  .col-lg-11 {
    float: left;
    width: 91.666667%;
  }
  .col-lg-12 {
    float: left;
    width: 100%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.333333%;
  }
  .pull-lg-2 {
    right: 16.666667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.333333%;
  }
  .pull-lg-5 {
    right: 41.666667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.333333%;
  }
  .pull-lg-8 {
    right: 66.666667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.333333%;
  }
  .pull-lg-11 {
    right: 91.666667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.333333%;
  }
  .push-lg-2 {
    left: 16.666667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.333333%;
  }
  .push-lg-5 {
    left: 41.666667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.333333%;
  }
  .push-lg-8 {
    left: 66.666667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.333333%;
  }
  .push-lg-11 {
    left: 91.666667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-1 {
    float: left;
    width: 8.333333%;
  }
  .col-xl-2 {
    float: left;
    width: 16.666667%;
  }
  .col-xl-3 {
    float: left;
    width: 25%;
  }
  .col-xl-4 {
    float: left;
    width: 33.333333%;
  }
  .col-xl-5 {
    float: left;
    width: 41.666667%;
  }
  .col-xl-6 {
    float: left;
    width: 50%;
  }
  .col-xl-7 {
    float: left;
    width: 58.333333%;
  }
  .col-xl-8 {
    float: left;
    width: 66.666667%;
  }
  .col-xl-9 {
    float: left;
    width: 75%;
  }
  .col-xl-10 {
    float: left;
    width: 83.333333%;
  }
  .col-xl-11 {
    float: left;
    width: 91.666667%;
  }
  .col-xl-12 {
    float: left;
    width: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.333333%;
  }
  .pull-xl-2 {
    right: 16.666667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.333333%;
  }
  .pull-xl-5 {
    right: 41.666667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.333333%;
  }
  .pull-xl-8 {
    right: 66.666667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.333333%;
  }
  .pull-xl-11 {
    right: 91.666667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.333333%;
  }
  .push-xl-2 {
    left: 16.666667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.333333%;
  }
  .push-xl-5 {
    left: 41.666667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.333333%;
  }
  .push-xl-8 {
    left: 66.666667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.333333%;
  }
  .push-xl-11 {
    left: 91.666667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.float-xs-left {
  float: left !important;
}

.float-xs-right {
  float: right !important;
}

.float-xs-none {
  float: none !important;
}

@media (min-width: 480px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .hidden-xl {
    display: none;
  }
  .visible-xl {
    display: block;
  }
}

hr {
  margin: 5px auto !important;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.text-xs-left {
  text-align: left !important;
}

.text-xs-right {
  text-align: right !important;
}

.text-xs-center {
  text-align: center !important;
}

@media (max-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (max-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (max-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (max-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.hidden-xs-up, .hidden-xl-down {
  display: none !important;
}

@media (max-width: 576px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 577px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

::-moz-selection {
  background: #18191a;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #ffcd03;
  color: #ffffff;
  text-shadow: none;
  color: #fff;
  text-shadow: none;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
  display: none;
}

::-webkit-scrollbar-track-piece {
  background-color: #ecedf1;
  -webkit-border-radius: 0px;
  border-left: 1px solid #888;
}

::-webkit-scrollbar-thumb:vertical {
  -webkit-border-radius: 0px;
  background: #ffcd03;
}

html {
  position: relative;
}

*, html {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

body {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #666666;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

.ff-primary {
  font-family: "Montserrat", sans-serif;
}

.ff-secondary {
  font-family: "Montserrat", sans-serif;
}

.ff-special {
  font-family: "Raleway", sans-serif;
}

.ffa-special {
  font-family: "Kaushan Script", cursive;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

h1, .h1 {
  font-size: 60px;
}

@media (max-width: 767px) {
  h1, .h1 {
    font-size: 40px;
  }
}

h2, .h2 {
  font-size: 44px;
}

@media (max-width: 767px) {
  h2, .h2 {
    font-size: 34px;
  }
}

h3, .h3 {
  font-size: 32px;
}

@media (max-width: 767px) {
  h3, .h3 {
    font-size: 24px;
  }
}

h4, .h4 {
  font-size: 28px;
}

@media (max-width: 767px) {
  h4, .h4 {
    font-size: 20px;
  }
}

h5, .h5 {
  font-size: 24px;
}

@media (max-width: 767px) {
  h5, .h5 {
    font-size: 16px;
  }
}

h6, .h6 {
  font-size: 20px;
}

@media (max-width: 767px) {
  h6, .h6 {
    font-size: 14px;
  }
}

p {
  font-size: 14px;
  margin: 0;
  padding: 0;
}

a {
  color: #333333;
  text-decoration: none;
}

img.inherit {
  max-width: inherit;
}

.img-resp {
  display: block;
  max-width: 100%;
  height: auto;
}

.relative-block {
  position: relative;
}

.unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.pd-r li {
  padding-right: 10px;
}

ul.inline li {
  display: inline-block;
}

ul.block li {
  display: block;
}

ul.table {
  display: table;
}

ul.table li {
  display: table-cell;
}

ul.nomar li:last-child {
  margin-right: 0 !important;
}

ul.nomar li:first-child {
  margin-left: 0 !important;
}

.d-block {
  display: block !important;
}

.d-none {
  display: none !important;
}

.none {
  display: none;
}

.d-inline-block {
  display: inline-block !important;
}

.d-inline {
  display: inline !important;
}

.d-table {
  display: table;
}

.d-table-cell {
  display: table-cell;
}

hr {
  border: none;
}

.td-underline {
  text-decoration: underline;
}

.td-border {
  border-bottom: 1px solid #ffcd03;
}

.td-border-dashed {
  border-bottom: 1px dashed;
}

.td-border-dotted {
  border-bottom: 1px dotted;
}

.fs-default {
  font-size: 14px;
}

.fs-xsmall {
  font-size: 12px;
}

.fs-small {
  font-size: 16px;
}

.fs-medium {
  font-size: 18px;
}

.fs-large {
  font-size: 20px;
}

.fs-xlarge {
  font-size: 24px;
}

.fw-thin {
  font-weight: 100;
}

.fw-light {
  font-weight: 300;
}

.fw-normal {
  font-weight: 400;
}

.fw-semi-bold {
  font-weight: 500;
}

.fw-bold {
  font-weight: 700;
}

.fw-black {
  font-weight: 900;
}

.tt-normal {
  text-transform: inherit !important;
}

.tt-uppercase {
  text-transform: uppercase !important;
}

.tt-capital {
  text-transform: capitalize !important;
}

.ta-right {
  text-align: right;
}

.ta-left {
  text-align: left;
}

.ta-center {
  text-align: center;
}

.ta-justify {
  text-align: justify;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.fc-primary {
  color: #ffcd03;
}

.fc-secondary {
  color: #fafafa;
}

.fc-default {
  color: #666666;
}

.fc-white {
  color: #ffffff;
}

.fc-lg-silver {
  color: #B3B3B3;
}

.fc-black {
  color: #1f242c;
}

.fc-grey {
  color: #858585;
}

.fc-dgrey {
  color: #373c3f;
}

.fc-lgrey {
  color: #F7F7F7;
}

.fc-blue {
  color: #5aafe4;
}

.fc-lg-blue {
  color: #3D5975;
}

.fc-pink {
  color: #C6C6C6;
}

.fc-dk-pink {
  color: #C6C6C6;
}

.fc-lg-pink {
  color: #bcbcbc;
}

.fc-spblue {
  color: #f3f9f9;
}

.fc-lg-black {
  color: #434343;
}

.bg-primary {
  background: #ffcd03;
}

.bg-middle {
  background: #323232;
}

.bg-lg-silver {
  background: #B3B3B3;
}

.bg-lg-white {
  background: #f0f2f5;
}

.bg-blue {
  background: #5aafe4;
}

.bg-lg-blue {
  background: #3D5975;
}

.bg-dk-blue {
  background: #10121E;
}

.bg-lgrey {
  background: #F7F7F7;
}

.bg-spblue {
  background: #f3f9f9;
}

.bg-silver {
  background: #f4f4f6;
}

.bg-secondary {
  background: #fafafa;
}

.bg-white {
  background: #ffffff;
}

.bg-black {
  background: #1f242c;
}

.bg-grey {
  background: #858585;
}

.bg-purple {
  background: #4B0082;
}

.bg-dgrey {
  background: #373c3f;
}

.bg-dgreen {
  background: #4c4c4c;
}

.bg-spgrey {
  background: #363636;
}

.bg-pink {
  background: #C6C6C6;
}

.bg-lg-black {
  background: #2d2e2d;
}

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.bg-left {
  background-position: left !important;
}

.bg-center {
  background-position: center;
}

.bg-right {
  background-position: right !important;
}

.bg-top {
  background-position: top;
}

.bg-norepeat {
  background-repeat: no-repeat;
}

.bg-fixed {
  background-attachment: fixed;
}

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

.lh-none {
  line-height: 0;
}

.lh-default {
  line-height: 0.7;
}

.lh-normal {
  line-height: 1;
}

.lh-medium {
  line-height: 1.2;
}

.lh-large {
  line-height: 1.8;
}

.lh-xlarge {
  line-height: 2.5;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.col-nopadd {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.divider {
  border: none;
}

.ls-xsmall {
  letter-spacing: -2px;
}

.ls-small {
  letter-spacing: -1px;
}

.ls-normal {
  letter-spacing: 0px;
}

.ls-medium {
  letter-spacing: 1px;
}

.ls-large {
  letter-spacing: 3px;
}

.ls-xlarge {
  letter-spacing: 8px;
}

.va-middle {
  vertical-align: middle;
}

.va-top {
  vertical-align: top;
}

.va-bottom {
  vertical-align: bottom;
}

.instagram:hover {
  color: #cd486b !important;
}

.facebook:hover {
  color: #1a4bad !important;
}

.facebook-icon:hover {
  background: #1a4bad !important;
}

.twitter:hover {
  color: #00a9cd !important;
}

.twitter-icon:hover {
  background: #00a9cd !important;
}

.linkedin:hover {
  color: #1d4a9c !important;
}

.linkedin-icon:hover {
  background: #1d4a9c !important;
}

.googleplus:hover {
  color: #ff4800 !important;
}

.googleplus-icon:hover {
  background: #ff4800 !important;
}

.youtube:hover {
  color: #d10000 !important;
}

.youtube-icon:hover {
  background: #d10000 !important;
}

.overlay-bg {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 14;
  display: none;
}

.img-inherit {
  max-width: inherit;
}

.sec-padding {
  padding: 80px 0;
}

.sec-padding.\--small {
  padding: 44px 0;
}

.sec-padding.\--xsmall {
  padding: 18px 0;
}

.sec-padding.\--large {
  padding: 140px 0;
}

@media (max-width: 767px) {
  .sec-padding {
    padding: 40px 0;
  }
}

.title {
  line-height: 1.2;
}

.title.\--big {
  width: 82%;
  margin: 0 auto;
}

/**** Mobile Navigation ****/
.mobile-nav {
  position: fixed;
  width: 80%;
  height: 100%;
  top: 0;
  right: -80%;
  z-index: 12;
  background: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  overflow: hidden;
  overflow-y: auto;
}

.mobile-nav .logo-area {
  font-size: 16px;
  background: #fafafa;
  padding: 22px 24px;
  display: block;
}

.mobile-nav.active {
  height: 100%;
  right: 0;
}

.mobile-nav nav {
  margin-right: -10px;
}

.mobile-nav nav li a {
  color: #1f242c;
  font-weight: 500;
  display: block;
  padding: 10px 24px;
  border-top: 1px solid #1f242c;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.mobile-nav nav li a.active {
  color: #ffffff;
  background: #ffcd03;
}

.mobile-nav nav li a .xicon {
  font-size: 20px;
  float: right;
}

.mobile-nav nav li ul {
  display: none;
  background: #ffffff;
}

.mobile-nav nav li ul li a {
  font-weight: 500;
  font-size: 12px;
}

.mobile-nav nav li ul li a:hover, .mobile-nav nav li ul li a.active {
  background: transparent;
  font-weight: 600;
  color: #333333;
}

.mobile-nav nav li ul.dropdown {
  margin-left: 40px;
  display: none;
}

.mobile-nav nav li ul.dropdown a {
  font-size: 12px;
  border: none;
  padding: 10px 0px;
}

.mobile-nav nav li ul.dropdown a:hover {
  color: #000000;
  background: transparent;
}

.mobile-nav nav li.menu-item-has-children > a {
  position: relative;
}

.mobile-nav nav li.menu-item-has-children > a:before {
	position: absolute;
    font-family: FontAwesome;
    right: 20px;
    content: "\f078";
}

.mobile-nav nav .extra-link a {
  border: 2px solid #000000;
  width: 40%;
  margin: 40px auto 10px;
  padding: 7px 0;
  font-size: 15px;
  text-align: center;
}

.mobile-nav nav .extra-link a:hover {
  color: #000000;
  border: 2px solid #000000;
  background: transparent;
}

.mobile-nav .close-nav {
  position: absolute;
  top: 10px;
  right: 10px;
  border: 1px solid #ffffff;
  width: 26px;
  height: 26px;
  line-height: 1.5;
}

/*** Mobile Nav Button ***/
.mobile-nav-btn {
  display: none;
  position: fixed;
  top: 25px;
  height: 30px;
  padding: 5px;
  border-radius: 4px;
  right: 3%;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 14;
  background-color: #ffcd03;
  border: 1px solid white;
}

.mobile-nav-btn span {
  display: none;
  height: 3px;
  width: 22px;
  background-color: #ffffff;
  display: block;
  margin-bottom: 6px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  top: 8px;
}

.mobile-nav-btn:active {
  -webkit-transition: 0;
  transition: 0;
}

.mobile-nav-btn span:before, .mobile-nav-btn span:after {
  display: block;
  background-color: #ffffff;
  height: 3px;
  width: 22px;
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: .28571rem center;
  transform-origin: .28571rem center;
  right: 0;
  margin: 0 auto;
}

.mobile-nav-btn .lines:before {
  top: 6px;
}

.mobile-nav-btn .lines:after {
  top: -6px;
}

.mobile-nav-btn.active {
  right: 84%;
}

.mobile-nav-btn .lines {
  -webkit-transition: background 0.3s 0.5s ease;
  transition: background 0.3s 0.5s ease;
}

.mobile-nav-btn .lines:before, .mobile-nav-btn .lines:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: top .3s .6s ease,-webkit-transform .3s ease;
  -webkit-transition: top .3s .6s ease,-webkit-transform .3s ease;
  transition: top .3s .6s ease,transform .3s ease;
  transition: top .3s .6s ease,transform .3s ease,-webkit-transform .3s ease;
}

@media (max-width: 991px) {
  .mobile-nav-btn {
    display: block;
  }
}

.app-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  left: 0;
  background: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.app-container.active {
  left: -80%;
}

.o-hidden {
  overflow: hidden;
}

@media (max-width: 767px) {
  .res-width {
    width: 100%;
  }
  .res-width h6 {
    text-align: left;
  }
  .res-width a {
    text-align: left;
    margin: 0 auto;
  }
  .res-width p {
    text-align: left;
  }
}

.ml-none {
  margin-left: 0px !important;
}

.slick-slider {
  position: relative;
  overflow: hidden;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.grey-dots {
  overflow: visible;
}

.grey-dots .slick-dots {
  z-index: 1;
  left: 0;
}

.grey-dots .slick-dots .slick-active button {
  background: #f4f4f6;
}

.grey-dots .slick-dots li button {
  background: rgba(255, 255, 255, 0.5);
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  content: "";
  display: table;
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: 1px solid #ffcd03;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before {
  opacity: 1;
}

.slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 1;
  color: #ffcd03;
  opacity: 0.75;
  margin-left: -20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "\f104";
}

[dir="rtl"] .slick-prev:before {
  content: "\f104";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "\f177";
}

[dir="rtl"] .slick-next:before {
  content: "\f178";
}

/* Dots */
.slick-dots {
  position: absolute;
  list-style: none;
  display: block;
  text-align: left;
  padding: 0;
  margin: 0;
  width: 100%;
  top: 50%;
}

@media (min-width: 300px) {
  .slick-dots {
    bottom: -30px;
  }
}

.\--big-dot .slick-dots {
  bottom: -40px;
}

.\--xbig-dot .slick-dots {
  bottom: -60px;
}

.\--small-dot .slick-dots {
  bottom: 20px;
}

.\--xsmall-dot .slick-dots {
  bottom: 40px;
}

.slick-dots li {
  position: relative;
  height: 20px !important;
  width: 20px !important;
  margin: 0 45px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "FontAwesome";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.slick-dots .slick-active button {
  background: #ffffff;
}

.slick-dots li {
  height: auto;
  width: auto;
}

.slick-dots li button {
  width: 10px;
  height: 10px;
  background: #c1c1c1;
  border: 0px solid #858585;
  margin: 0;
  padding: 0;
}

.slick-dots li button:before {
  display: none;
}

.dots-n-arrow {
  overflow: visible;
}

.dots-n-arrow .slick-dots {
  z-index: 1;
  left: 0;
}

.dots-n-arrow .slick-dots .slick-active button {
  background: #ffcd03;
}

.dots-n-arrow .slick-dots li button {
  background: #fafafa;
}

.dots-n-arrow .slick-next {
  right: 25px;
  height: 50px;
  z-index: 11111;
  width: 50px;
  border: none;
  background: #ffffffa6;
  border-radius: 50px;
  padding: 15px;
}

.dots-n-arrow .slick-prev {
  left: 25px;
  height: 50px;
  z-index: 11111;
  width: 50px;
  border: none;
  background: #ffffffa6;
  border-radius: 50px;
  padding: 15px;
}

.dots-n-arrow .slick-prev:before,
.dots-n-arrow .slick-next:before {
  font-size: 25px;
}

.dots-n-arrow .slick-next:before {
  content: "\f054";
}

.dots-n-arrow .slick-prev:before {
  content: "\f053";
}

.slick-next:before {
  margin-left: 0px;
}

.slick-prev:before {
  margin-left: 0px;
}

.dots-n-arrow-brands {
  overflow: visible;
}

.dots-n-arrow-brands .slick-dots {
  z-index: 1;
  left: 0;
}

.dots-n-arrow-brands .slick-dots .slick-active button {
  background: #ffcd03;
}

.dots-n-arrow-brands .slick-dots li button {
  background: #fafafa;
}

.dots-n-arrow-brands .slick-next {
  right: -70px;
  height: 50px;
  z-index: 11111;
  width: 50px;
  border: none;
  border-radius: 50px;
  padding: 15px;
}

.dots-n-arrow-brands .slick-prev {
  left: -70px;
  height: 50px;
  z-index: 11111;
  width: 50px;
  border: none;
  border-radius: 50px;
  padding: 15px;
}

.dots-n-arrow-brands .slick-prev:before,
.dots-n-arrow-brands .slick-next:before {
  font-size: 25px;
}

.dots-n-arrow-brands .slick-next:before {
  content: "\f054";
}

.dots-n-arrow-brands .slick-prev:before {
  content: "\f053";
}

.slick-next:before {
  margin-left: 0px;
}

.slick-prev:before {
  margin-left: 0px;
}

header {
  padding: 15px 0px;
}

header.ph {
  position: unset;
  top: 0;
  z-index: 1;
  width: 100%;
  background-color: #ffffffab;
}

header nav.pn {
  text-align: right;
}

header nav.pn ul li {
  padding: 15px 0px 15px 0px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  display: inline-block;
  margin: 0px 15px;
}

header nav.pn ul li:before {
  content: "";
  background: #ffcd03;
  height: 4px;
  width: 100%;
  opacity: 0;
  position: absolute;
  bottom: -19px;
  left: 0;
  right: 20px;
  -webkit-transition: .3s all;
  -webkit-transition: .5s all;
  transition: .5s all;
  overflow: hidden;
}

header nav.pn ul li:hover:before {
  opacity: 1;
  left: 0;
  margin: auto;
  right: 20px;
}

header nav.pn ul li:hover .sub-menu {
  display: block;
}

header nav.pn ul li a {
  color: #1f242c;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
}

header nav.pn ul li.menu-item-has-children:after {
  content: "\f0d7";
  height: 10px;
  width: 15px;
  color: #363636;
  left: 5px;
  font-family: "FontAwesome";
  top: 0px;
  font-weight: bold;
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header nav.pn ul li ul {
  position: absolute;
  width: 270px;
  background: #ffcd03;
  top: 50px;
  left: 0;
  display: none;
  z-index: 111;
  border-radius: 2px;
  text-align: left;
}

header nav.pn ul li ul li {
  display: block;
  border-bottom: 1px solid #80808059;
  padding: 10px 10px 10px 10px;
  margin: 0;
}

header nav.pn ul li ul li.current-menu-item {
  border-top: none;
}

header nav.pn ul li ul li a {
  font-size: 14px;
  text-transform: unset;
  color: #1f242c;
  font-size: 15px;
}

header nav.pn ul li ul li:hover {
  background: #80808014;
}

header nav.pn ul li ul li:hover > ul {
  display: block !important;
}

header nav.pn ul li ul li:before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  background: #ffcd03;
  top: 40%;
  left: 10px;
  border-radius: 50%;
  display: none;
}

header nav.pn ul li ul li ul {
  background: #ffcd03;
  left: 270px;
  top: 0px;
  display: none !important;
}

.menu-btn a {
  background-color: #ffcd03;
  color: #1f242c;
  font-size: 16px;
  padding: 10px 30px;
  margin-top: 20px;
  text-transform: uppercase;
}

.menu-btn a:hover {
  background: #1f242c;
  color: #ffcd03;
}

.menu-btn:hover:before {
  display: none;
}

footer {
  background-color: #333333;
}

footer h3 {
  font-size: 28px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  line-height: 35px;
}

footer h4 {
  font-size: 20px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  line-height: 35px;
  padding-bottom: 10px;
}

footer a {
  color: white;
  font-size: 18px;
}

footer a:hover {
  color: #ffcd03;
}

footer ul li {
  list-style: none;
  display: inline-block;
  height: 35px;
  width: 35px;
  background: #ffcd03;
  text-align: center;
  padding: 5px;
  border-radius: 50px;
  margin-right: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

footer ul li a {
  font-size: 18px;
  color: #1f242c;
}

footer ul li:hover {
  border-radius: 0px;
}

footer ul li:hover a {
  color: #1f242c;
}

footer .copy-right {
  padding: 40px 0px;
  border-top: 2px solid;
}

footer .copy-right p {
  font-size: 17px;
  color: white;
}

footer .copy-right a {
  font-size: 17px;
  color: white;
  text-align: center;
  display: block;
}

.box.about-us figure {
  height: 500px;
  background-size: cover;
  background-position: center;
}

.box.about-us .about-detailes {
  background-color: white;
  overflow: hidden;
  padding: 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  position: relative;
}

.box.about-us .about-detailes:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #ffcd03;
  left: -550px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.box.about-us .about-detailes p {
  font-size: 18px;
  color: #1f242c;
}

.box.about-us .about-detailes img {
  border: 2px solid #ffffff;
  border-radius: 100px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.box.about-us .about-detailes:hover img {
  border: 2px solid white;
}

.box.about-us .about-detailes:hover:before {
  left: 0;
}

.box.about-us .about-detailes:hover p {
  color: #1f242c;
}

.box.product-title h3 {
  text-align: center;
  color: #1f242c;
  font-size: 35px;
  font-weight: bold;
  position: relative;
}

.box.product-title h3:before {
  position: absolute;
  content: "";
  height: 5px;
  width: 10%;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #ffcd03;
  bottom: -10px;
  border-radius: 50px;
}

.box.our-products {
  margin-top: 50px;
}

.box.our-products figure {
  height: 260px;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.box.our-products figure img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.box.our-products figure:hover img {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.box.our-products h4 {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  color: #1f242c;
  padding-top: 20px;
  position: relative;
  overflow: hidden;
}

.box.our-products h4:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  background-color: #ffcd03;
  right: 260px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}

.box.our-products:hover h4:before {
  overflow: visible;
  right: 0;
}

.box.counter {
  text-align: center;
}

.box.counter .col-md-3 {
  border-right: 2px solid grey;
}

.box.counter .col-md-3 h3 {
  color: #ffcd03;
  font-size: 40px;
  font-weight: bold;
}

.box.counter .col-md-3 p {
  color: white;
  font-size: 18px;
  padding-bottom: 10px;
}

.box.counter .col-md-3:last-child {
  border-right: 0px;
}

.box.counter-products {
  text-align: center;
}

.box.counter-products .col-md-3 {
  border-right: 2px solid #323232;
}

.box.counter-products .col-md-3 h3 {
  color: #323232;
  font-size: 40px;
  font-weight: bold;
}

.box.counter-products .col-md-3 p {
  color: #ffffff;
  font-size: 18px;
  padding-bottom: 10px;
}

.box.counter-products .col-md-3:last-child {
  border-right: 0px;
}

.box.application {
  margin-top: 50px;
}

.box.application figure {
  height: 280px;
  background-size: contain;
  background-color: silver;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.box.application .application-detailes {
  background-color: white;
  padding: 50px 50px;
  height: 250px;
  position: relative;
  overflow: hidden;
}

.box.application .application-detailes:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #ffcd03;
  left: -360px;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.box.application .application-detailes ul li {
  padding-bottom: 10px;
  font-size: 16px;
  color: #1f242c;
  position: relative;
  list-style: none;
}

.box.application .application-detailes ul li:before {
  position: absolute;
  content: '\f105';
  height: 100%;
  width: 100%;
  color: #ffcd03;
  font-family: 'FontAwesome';
  left: -25px;
  font-size: 20px;
  top: -5px;
  font-weight: bold;
}

.box.application:hover figure {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.box.application:hover .application-detailes:before {
  left: 0;
}

.box.application:hover .application-detailes ul li {
  color: #1f242c;
}

.box.application:hover .application-detailes ul li:before {
  color: #1f242c;
}

.box.be-green {
  margin-top: 50px;
}

.box.be-green figure {
  height: 460px;
  background-size: cover;
}

.box.be-green .be-green-detailes {
  overflow: hidden;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  -webkit-box-shadow: 0px 0px 10px 0px #8888884f;
          box-shadow: 0px 0px 10px 0px #8888884f;
}

.box.be-green .be-green-detailes:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #ffcd03;
  left: -550px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.box.be-green .be-green-detailes p {
  font-size: 18px;
  color: #1f242c;
}

.box.be-green .be-green-detailes .col-md-2 {
  text-align: center;
}

.box.be-green .be-green-detailes .col-md-2 i {
  font-size: 30px;
  color: white;
  background-color: #ffcd03;
  height: 40px;
  width: 40px;
  padding: 3px;
  border-radius: 50px;
  border: 2px solid white;
}

.box.be-green .be-green-detailes:hover:before {
  left: 0;
}

.box.be-green .be-green-detailes:hover p {
  color: #1f242c;
}

.box.certification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box.certification .col-md-4 {
  border-right: 2px solid #ffcd03;
}

.box.certification .col-md-4 img {
  margin: auto;
}

.box.certification .col-md-4 h3 {
  color: white;
  font-size: 28px;
  text-align: center;
  font-weight: 500;
  line-height: 28px;
  padding: 20px 0px;
}

.box.certification .col-md-4 p {
  text-align: center;
  color: white;
  font-size: 18px;
  height: 60px;
}

.box.certification .col-md-4:last-child {
  border-right: 0px;
}

.box.brands {
  margin-top: 50px;
}

.box.brands .slide {
  margin: 0px 10px;
}

.box.get-in-touch iframe {
  height: 450px;
  width: 100%;
  border: 20px solid #f4f4f6;
}

.box.get-in-touch h3 {
  color: #1f242c;
  font-size: 35px;
  font-weight: bold;
  position: relative;
}

.box.get-in-touch h3:before {
  position: absolute;
  content: "";
  height: 5px;
  width: 20%;
  left: 0;
  background-color: #ffcd03;
  bottom: -10px;
  border-radius: 50px;
}

.box.get-in-touch .form {
  margin-top: 30px;
}

.box.get-in-touch .form input[type="text"] {
  width: 98%;
  height: 50px;
  padding: 20px;
  font-size: 16px;
  border-radius: 5px;
  border: 2px solid silver;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
}

.box.get-in-touch .form textarea {
  width: 100%;
  height: 220px;
  padding: 20px;
  font-size: 16px;
  border-radius: 5px;
  border: 2px solid silver;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
}

.box.get-in-touch .form input[type="submit"] {
  background-color: #ffcd03;
  color: #1f242c;
  padding: 10px 50px;
  font-size: 18px;
  border-radius: 5px;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
}

.box.get-in-touch .form input[type="submit"]:hover {
  background-color: #1f242c;
  color: white;
}

.box.question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box.question h3 {
  color: #1f242c;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 30px;
}

.box.question p {
  color: #1f242c;
  font-size: 16px;
}

.box.question .col-md-3 {
  text-align: center;
}

.box.question .col-md-3 a {
  background-color: white;
  color: #1f242c;
  padding: 15px 30px;
  font-size: 18px;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 500;
}

.box.question .col-md-3 a:hover {
  background-color: #1f242c;
  color: white;
}

.box.breadcrumb {
  padding-top: 20px;
}

.box.breadcrumb ul {
  font-size: 16px;
}

.box.breadcrumb ul li {
  display: inline-block;
  padding-right: 5px;
  color: white;
  font-weight: 600;
}

.box.breadcrumb ul li i {
  font-size: 18px;
  color: #ffcd03;
}

.box.downloads {
  margin-top: 50px;
  border: 5px solid #ffcd03;
  padding: 10px;
  border-radius: 5px;
  display: table;
  width: 100%;
}

.box.downloads h3 {
  font-size: 20px;
  color: #1f242c;
  line-height: 22px;
  padding: 10px;
  background: #ffcd03;
  margin-bottom: 20px;
  text-align: center;
}

.box.downloads h4 {
  font-size: 16px;
  color: #1f242c;
  padding: 20px 0px;
  width: 75%;
  float: left;
}

.box.downloads a {
  padding: 10px;
  background: #333333;
  color: white;
  font-size: 14px;
  border-radius: 5px;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 25%;
  float: left;
  text-align: center;
  margin: 10px 0px;
}

.box.downloads a:hover {
  background-color: #ffcd03;
  color: #1f242c;
}

.box.media .col-md-4 {
  padding-bottom: 20px;
}

.box.media .col-md-4 iframe {
  height: 240px;
  width: 100%;
  padding: 10px !important;
  background: #ffcd03;
  border-radius: 5px;
}

.box.contact-form h6 {
  font-size: 25px;
  text-transform: uppercase;
  color: #ffcd03;
  padding-bottom: 10px;
}

.box.contact-form input[type=text] {
  font-family: "Montserrat", sans-serif;
  width: 90%;
  padding: 10px;
  border: 1px solid grey;
  margin-bottom: 10px;
  border-radius: 0;
}

.box.contact-form textarea {
  width: 90%;
  height: 60px;
  padding: 10px;
  border: 1px solid grey;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
}

.box.contact-form input[type=submit] {
  background-color: #ffcd03;
  padding: 10px;
  font-size: 18px;
  color: #1f242c;
  border: 0;
  width: 35%;
  font-weight: 500;
  cursor: pointer;
}

.box.contact-form input[type=submit]:hover {
  background-color: #1f242c;
  color: #ffffff;
}

.box.contact-call-to-action {
  margin-top: 30px;
}

.box.contact-call-to-action h3 {
  font-size: 40px;
  margin-bottom: 10px;
  color: #ffcd03;
  font-weight: 300;
}

.box.contact-call-to-action i {
  border: 1px solid #ffcd03;
  padding: 12px;
  font-size: 25px;
  border-radius: 50px;
  color: #ffcd03;
  float: left;
  margin-right: 15px;
  height: 50px;
  width: 50px;
  text-align: center;
}

.box.contact-call-to-action i:hover {
  background-color: #ffcd03;
  color: white;
}

.box.contact-call-to-action h6 {
  font-size: 16px;
  text-transform: capitalize;
  color: #ffcd03;
  border-bottom: 1px solid #ffcd03;
  margin-bottom: 5px;
}

.box.contact-call-to-action p {
  color: #666666;
  font-size: 15px;
}

.box.contact-detailes figure {
  height: 400px;
  background-size: cover;
  margin-bottom: 30px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.box.contact-detailes h3 {
  color: #ffcd03;
}

.box.contact-detailes p {
  font-size: 16px;
}

.box.contact-us-map {
  margin-top: 30px;
  border: 5px solid #ffcd03;
}

.box.contact-us-map iframe {
  width: 100%;
  height: 400px;
  display: block;
}

.box.contact-us-icon i {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  background-color: #ffcd03;
  width: 8%;
  margin: auto;
  height: 80px;
  padding: 18px;
  font-size: 45px;
  color: white;
  bottom: -25px;
}

.box.privacy {
  padding: 30px;
  background: #ffcd03b0;
  border-radius: 15px;
}

.box.privacy h2 {
  font-size: 32px;
  font-weight: 500;
  color: #1f242c;
}

.box.privacy h4 {
  font-size: 22px;
  color: #1f242c;
  font-weight: 500;
  padding: 5px 0px;
}

.box.privacy p {
  color: #1f242c;
  padding: 8px 0px;
  font-size: 16px;
  text-align: justify;
}

.box.privacy p a {
  color: black;
  font-weight: bold;
}

.box.features-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box.features-02 p {
  font-size: 16px;
  padding-top: 15px;
}

.box.features-02 h4 {
  font-size: 35px;
  font-weight: bold;
  color: black;
  padding-bottom: 10px;
  padding-top: 30px;
}

.box.features-02 h5 {
  font-size: 25px;
  padding-left: 100px;
  color: black;
  font-weight: 600;
  position: relative;
  padding-bottom: 20px;
}

.box.features-02 h5:before {
  position: absolute;
  content: '';
  width: 8%;
  height: 5px;
  background: #ffcd03;
  left: 0;
  top: 20px;
  border-radius: 50px;
}

.box.feature-main {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box.feature-main .product-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-shadow: 0px 1px 10px #88888826;
          box-shadow: 0px 1px 10px #88888826;
  background-color: white;
  padding: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
	justify-content: center;
}

.box.feature-main .product-features p {
  float: left;
  width: 80%;
  font-size: 16px;
}

.box.feature-main .product-features img {
  width: 20%;
  float: left;
  margin: 0px 10px 0px 10px;
}

.box.feature-main .features-img img {
  margin: auto;
}

.box.feature-content {
  -webkit-box-shadow: 0px 1px 10px #88888826;
          box-shadow: 0px 1px 10px #88888826;
  background-color: white;
  padding: 20px 20px 30px 20px;
  text-align: center;
}

.box.feature-content img {
  margin: auto;
  margin-top: 0px;
}

.box.feature-content h3 {
  font-size: 25px;
  padding: 10px 0px;
  color: black;
  font-weight: 600;
}

.box.feature-content p {
  font-size: 16px;
}

.box.table h3 {
  font-size: 35px;
  font-weight: bold;
  color: black;
  padding-bottom: 10px;
  padding-top: 30px;
}

.box.table h4 {
  font-size: 25px;
  padding-left: 100px;
  color: black;
  font-weight: 600;
  position: relative;
  padding-bottom: 20px;
}

.box.table h4:before {
  position: absolute;
  content: '';
  width: 8%;
  height: 5px;
  background: #ffcd03;
  left: 0;
  top: 20px;
  border-radius: 50px;
}

.box.table p {
  padding: 20px 20px;
  text-align: center;
  border: 1px solid #c9c9c9;
  border-top: 0px;
  font-size: 15px;
  color: black;
  background-color: white;
}

.box.table span {
  font-size: 15px;
  color: #1f242c;
  padding: 10px 0px;
  display: block;
}

.box.table table {
  border: 1px solid #c9c9c9;
  padding: 10px;
  border-collapse: collapse;
  width: 100%;
  text-align: center;
  background-color: white;
}

.box.table table tr {
  border-bottom: 1px solid #c9c9c9;
  padding: 30px 20px;
}

.box.table table tr td {
  padding: 20px 10px;
  width: 50%;
  text-align: left;
  font-size: 13px;
  color: black;
}

.box.table table i {
  color: #ffffff;
  background: #ffcd03;
  height: 25px;
  width: 25px;
  text-align: center;
  padding: 7px;
  border-radius: 50px;
  margin-right: 10px;
  font-size: 13px;
  float: left;
}

.fixed {
  position: fixed !important;
  z-index: 1 !important;
  width: 100% !important;
  background-color: white !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 2px solid #ffcd03;
}

.page-id-8 header.ph {
  position: absolute;
}

ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  border: 1px solid #333333;
}

ul.tabs li {
  background: none;
  color: #333333;
  display: table-cell;
  padding: 15px 31px;
  cursor: pointer;
  text-align: center;
  width: 24.71%;
  font-size: 16px;
  border-right: 1px solid #333333;
}

ul.tabs li:last-child {
  border: none;
}

ul.tabs li i {
  color: #333333;
  margin-right: 10px;
  font-size: 20px;
}

ul.tabs li.current i {
  color: #ffcd03;
}

ul.tabs li.current {
  background: #333333;
  color: white;
}

.tab-content img {
  float: left;
  margin-right: 10px;
}

.tab-content .download {
  background-color: #ffcd03;
  color: #1f242c;
  font-size: 16px;
  padding: 10px 30px;
  margin-top: 20px;
  font-weight: 600;
  border-radius: 5px;
}

.tab-content {
  display: none;
  padding: 35px 10px;
  overflow: hidden;
}

.tab-content.current {
  display: inherit;
}

.postid-47 .box.feature-content img {
  margin-top: -70px;
}

.postid-47 .box.feature-content {
  margin-top: 70px;
}

@media (max-width: 1024px) {
  header nav.pn ul li a {
    font-size: 16px;
  }
  .hero-banner.main-slider .banner-content h1 {
    font-size: 30px !important;
  }
  .dots-n-arrow .slick-prev {
    left: 0;
  }
  .dots-n-arrow .slick-next {
    right: 0;
  }
  .hero-banner.main-slider .banner-content a {
    font-size: 14px !important;
  }
  .box.about-us figure {
    height: 400px;
  }
  .box.about-us .about-detailes {
    padding: 5px;
  }
  .box.product-title h3 {
    font-size: 25px;
  }
  .box.our-products figure {
    height: 200px;
  }
  .box.our-products figure img {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  .box.counter .col-md-3 h3 {
    font-size: 30px;
  }
  .box.counter .col-md-3 p {
    font-size: 15px;
  }
  .box.application figure {
    height: 220px;
  }
  .box.application .application-detailes {
    padding: 30px 40px;
  }
  .box.application .application-detailes ul li {
    font-size: 15px;
  }
  .box.be-green .be-green-detailes .col-md-2 i {
    height: 30px;
    width: 30px;
    font-size: 20px;
  }
  .box.be-green .be-green-detailes p {
    font-size: 15px;
  }
  .box.certification .col-md-4 h3 {
    padding: 10px 0px;
    font-size: 20px;
  }
  .box.certification .col-md-4 p {
    font-size: 16px;
  }
  .box.get-in-touch h3 {
    font-size: 25px;
  }
  .box.get-in-touch iframe {
    height: 430px;
    border: 10px solid #f4f4f6;
  }
  .box.question h3 {
    font-size: 25px;
  }
  .box.question p {
    font-size: 15px;
  }
  .box.question .col-md-3 a {
    font-size: 16px;
  }
  footer h3 {
    font-size: 25px;
  }
  footer h4 {
    font-size: 18px;
    line-height: 25px;
  }
  footer a {
    font-size: 16px;
  }
  footer .copy-right p {
    font-size: 16px;
  }
  footer .copy-right a {
    font-size: 16px;
  }
  .fixed {
    padding: 30px 0px;
    height: 100px;
  }
  .hero-banner.inside-banner .inside-banner-content h3 {
    font-size: 20px;
  }
  .box.breadcrumb ul li {
    font-size: 15px;
  }
  .box.single-choose-us .detailes h2 {
    font-size: 25px;
  }
  .box.single-choose-us .sidebar-widget h6 {
    font-size: 25px;
  }
  .box.downloads h3 {
    font-size: 18px;
  }
  .box.downloads a {
    width: 30%;
  }
  .box.downloads h4 {
    width: 70%;
  }
  .box.media .col-md-4 iframe {
    height: 200px;
  }
  .box.contact-form input[type=text] {
    width: 85%;
  }
  .box.contact-form textarea {
    width: 85%;
  }
  .box.contact-detailes figure {
    height: 300px;
  }
  .box.contact-detailes h3 {
    font-size: 25px;
  }
  .box.contact-detailes p {
    font-size: 15px;
  }
  .box.contact-us-map iframe {
    height: 300px;
  }
}

@media (max-width: 991px) {
  .mob-nav-logo {
    padding: 15px;
    background: white;
  }
  .mob-nav-logo img {
    margin: auto;
  }
  .box.privacy h2 {
    font-size: 25px;
  }
  .box.privacy h4 {
    font-size: 18px;
  }
  .box.privacy p {
    font-size: 15px;
  }
  .box.media .col-md-4 iframe {
    height: 150px;
  }
  .hero-banner.main-slider {
    height: 50vh !important;
  }
  .hero-banner.main-slider .banner-content h1 {
    line-height: 45px !important;
  }
  .dots-n-arrow .slick-prev {
    left: 30px;
  }
  .dots-n-arrow .slick-next {
    right: 30px;
  }
  .box.our-products figure {
    height: 150px;
  }
  .box.our-products figure:hover img {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  .box.application figure {
    height: 160px;
  }
  .box.application .application-detailes {
    padding: 10px 40px;
  }
  .box.application .application-detailes ul li {
    font-size: 14px;
  }
  .box.application .application-detailes {
    height: 270px;
  }
  .box.application .application-detailes ul li:before {
    font-size: 16px;
    top: 0px;
  }
}

@media (max-width: 800px) {
  .box.question h3 {
    font-size: 20px;
  }
  .box.question .col-md-3 a {
    padding: 12px 10px;
  }
  footer h3 {
    font-size: 22px;
  }
  .hero-banner.main-slider .banner-content h1 {
    line-height: 35px !important;
  }
  .dots-n-arrow .slick-prev {
    left: 10px;
  }
  .dots-n-arrow .slick-next {
    right: 10px;
  }
  .box.about-us .about-detailes p {
    font-size: 16px;
  }
  .box.contact-form input[type=text] {
    width: 95%;
  }
  .box.contact-form textarea {
    width: 95%;
  }
  .box.contact-detailes figure {
    height: 200px;
  }
  .box.privacy h2 {
    font-size: 20px;
  }
  .hero-banner.inside-banner .inside-banner-content h3 {
    font-size: 20px;
  }
  .box.breadcrumb ul li {
    font-size: 14px;
  }
  .box.privacy {
    padding: 20px;
  }
  .box.contact-us-icon i {
    width: 15%;
    height: 70px;
    padding: 15px;
    font-size: 40px;
  }
  footer .copy-right p {
    text-align: center;
  }
  footer .copy-right a {
    padding-top: 10px;
  }
  footer h3 {
    font-size: 20px;
    padding-top: 20px;
  }
  footer ul {
    margin-top: 10px;
  }
  .hero-banner.inside-banner {
    height: 20vh !important;
  }
  .hero-banner.inside-banner .inside-banner-content h3 {
    font-size: 20px !important;
  }
  .mob-email {
    padding: 20px 0px;
  }
  .box.our-products h4:before {
    display: none;
  }
  .box.our-products figure {
    height: 200px;
  }
  .box.single-choose-us figure {
    height: 250px;
  }
  .box.single-choose-us .sidebar-widget {
    padding: 20px;
  }
  .box.single-choose-us .sidebar-widget ul li a {
    font-size: 16px;
  }
  .box.single-choose-us .detailes p {
    text-align: justify;
  }
  .box.media .col-md-4 iframe {
    height: 250px;
  }
  .hero-banner.main-slider {
    height: 40vh !important;
  }
  .hero-banner.main-slider .banner-content {
    top: 0px !important;
  }
  .dots-n-arrow-brands .slick-next {
    display: none !important;
  }
  .dots-n-arrow-brands .slick-prev {
    display: none !important;
  }
  .box.about-us figure {
    height: 300px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 30px;
  }
  .box.about-us .about-detailes img {
    margin: auto;
  }
  .box.counter .col-md-3 {
    border-right: 0px;
  }
  .box.application figure {
    height: 250px;
    background-size: cover;
  }
  .box.application .application-detailes {
    height: auto;
  }
  .box.application .application-detailes:before {
    display: none;
  }
  .box.application .application-detailes {
    padding: 20px 40px;
  }
  .box.be-green .be-green-detailes .col-md-2 {
    display: none;
  }
  .box.be-green figure {
    height: 250px;
    background-size: cover;
  }
  .box.certification {
    display: unset;
  }
  .box.certification .col-md-4 {
    border: none;
    margin: 30px 0px;
  }
  .box.get-in-touch iframe {
    height: 300px;
  }
  .box.get-in-touch h3 {
    margin-top: 20px;
  }
  .box.question {
    display: unset;
  }
  .box.question .col-md-3 {
    text-align: left;
  }
  .box.question .col-md-3 {
    margin-top: 20px;
  }
  .box.question p {
    padding-top: 10px;
  }
  footer {
    padding: 0px 20px;
  }
  .box.get-in-touch .form input[type="text"] {
    width: 100%;
  }
  .box.table table tr td {
    padding: 5px;
  }
  .box.table table tr td {
    font-size: 10px;
  }
  .box.feature-main {
    display: unset;
  }
  .box.table {
    overflow-x: scroll;
    height: 500px;
    margin-bottom: 50px;
  }
  .box.feature-main .product-features {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  ul.tabs li {
    padding: 5px 5px;
    font-size: 10px;
  }
  ul.tabs li i {
    margin-right: 5px;
    font-size: 12px;
  }
  .tab-content {
    padding: 10px 10px;
  }
  .col-md-4.col-nopadd.ta-right {
    text-align: left;
    margin-top: 20px;
  }
  .box.breadcrumb {
    padding-top: 0px;
  }
  .hero-banner.inside-banner .inside-banner-content h3 {
    padding-bottom: 20px !important;
  }
  html {
    overflow-x: hidden;
  }
  .box.table h3 {
    font-size: 25px;
  }
  .box.table h4 {
    font-size: 20px;
    padding-left: 80px;
  }
  .box.features-02 {
    display: unset;
  }
}

.hero-banner {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-color: #f4f4f6;
  background-position: center;
}

.hero-banner.inside-banner {
  height: 45vh;
  max-height: 650px;
  background-position: bottom;
  background-color: #ffcd03;
  background-size: cover;
}

.hero-banner.inside-banner:before {
  width: 100%;
  content: '';
  height: 100%;
  background-size: cover;
  background-position: center;
  top: 0px;
  background: #ffcd03;
}

.hero-banner.inside-banner .inside-banner-content {
  position: relative;
}

.hero-banner.inside-banner .inside-banner-content h3 {
  color: #000000;
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 50px;
  padding-bottom: 30px;
  position: relative;
}

.hero-banner.inside-banner .inside-banner-content h3:before {
  position: absolute;
  content: '';
  height: 5px;
  width: 100px;
  background: #ffcd03;
  bottom: 10px;
}

.hero-banner.main-slider {
  max-height: 690px;
  overflow: hidden;
  height: 75vh;
  position: relative;
}

.hero-banner.main-slider:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  background-image: linear-gradient(140deg, #ffffffb3 0%, #ffffff1f 50%, #ffffff00 75%);
}

.hero-banner.main-slider .banner-content {
  position: relative;
  top: 40px;
}

.hero-banner.main-slider .banner-content h1 {
  color: #1f242c;
  font-size: 40px;
  font-weight: 700;
  line-height: 55px;
  padding-bottom: 30px;
}

.hero-banner.main-slider .banner-content h1 span {
  background: #ffcd03;
  padding: 0px 10px;
}

.hero-banner.main-slider .banner-content a {
  background-color: #ffcd03;
  color: #1f242c;
  font-size: 16px;
  padding: 10px 30px;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 500;
}

.hero-banner.main-slider .banner-content a:hover {
  background: black;
  color: #ffcd03;
}

body.fancybox-active {
  overflow: hidden;
}

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0;
}

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s,visibility 0s linear .25s;
  transition: opacity .25s,visibility 0s linear .25s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .25s,visibility 0s;
  transition: opacity .25s,visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translateZ(0);
}

.fancybox-is-closing .fancybox-stage {
  overflow: visible;
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity,-webkit-transform;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: visible;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
  background: #000;
}

.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
  background: #e5e3df;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-slide > base, .fancybox-slide > link, .fancybox-slide > meta, .fancybox-slide > script, .fancybox-slide > style, .fancybox-slide > title {
  display: none;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity,-webkit-transform;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-image, .fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%;
}

.fancybox-error, .fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff;
}

.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px;
}

.fancybox-button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  cursor: pointer;
  outline: none;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:focus, .fancybox-button:hover {
  color: #fff;
}

.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: .6;
}

.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--zoom svg path {
  fill: transparent;
}

.fancybox-navigation {
  display: none;
}

.fancybox-show-nav .fancybox-navigation {
  display: block;
}

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px;
}

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  -webkit-transition: background-color .25s;
  transition: background-color .25s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small {
  top: 0;
  right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after, .fancybox-slide--image .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after, .fancybox-slide--image .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
  pointer-events: all;
  position: relative;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(99, 99, 99, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999;
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}

.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  opacity: 1;
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
}

.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px;
  font-size: 33px;
  font-weight: 700;
  text-align: center;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
  text-align: center;
}

.fancybox-share p:first-of-type {
  margin-right: -10px;
}

.fancybox-share_button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 10px 20px;
  border: 0;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
  background: #fff;
  white-space: nowrap;
  font-size: 16px;
  line-height: 23px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 140px;
  color: #707070;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.fancybox-share_button:focus, .fancybox-share_button:hover {
  text-decoration: none;
  color: #333;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}

.fancybox-share_button svg {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
}

.fancybox-share input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 5px 0 0;
  padding: 10px 15px;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  background: #ebebeb;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
}

.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
	.box.table table i {
		height: 15px;
		width: 15px;
		padding: 3px;
		border-radius: 50px;
		margin-right: 5px;
		font-size: 8px;
	}
}
.whatsapp-icon {
  position:fixed;
  bottom:0px;
  right: 0;
}
.whatsapp-icon a img {
  transform: scale(0.5);
}
.playstore {
    padding: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.playstore ul li {
	display: inline-block;
	padding: 10px;
    list-style: none;
}
.box.breadcrumb {
	display: none;
}
header nav.pn ul li ul li.menu-item-has-children:after {
    content: "\f0d7";
    height: 10px;
    width: 15px;
    color: #363636;
    left: 110px;
    font-family: "FontAwesome";
    top: 0px;
    font-weight: bold;
    font-size: 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}
@media(max-width: 640px) {
	.playstore ul li {
		padding-right: 5px;
		float: left;
		width: 50%;
	}
}
@media (max-width: 1024px) {
	.hero-banner.inside-banner {
		height: 35vh;
	}
}
/* high voltage */
.postid-54 .none-with-page-id {
	display: none;
}
.postid-442 .none-with-page-id {
	display: none;
}
.postid-54 .box.feature-content {
	display: none;
}
.postid-303 .box.table p {
	font-size: 15px;
    color: black;
	padding: 5px 0px;
	text-align: left;
	border: unset;
	background-color: unset;
}
.box.table {
    position: relative;
}
.table-data-img img {
    width: 130px;
}
.table-data-img {
	    position: absolute;
    right: 20%;
    top: -10px;
}
.table-data-img-2 img {
    width: 230px;
}
.table-data-img-2 {
	    position: absolute;
    right: 10%;
    top: 20px;
}
/* high voltage */
/*# sourceMappingURL=style.css.map */