@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block;
    max-width: 100%; }
  .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 */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .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: "slick";
    font-size: 20px;
    line-height: 1;
    color: black;
    opacity: 0.75;
    -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: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

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

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    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: "slick";
        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; }

@font-face {
  font-family: "regular";
  src: url("../fonts/Proxima Nova-Regular.eot");
  src: url("../fonts/Proxima Nova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Proxima Nova-Regular.woff") format("woff"), url("../fonts/Proxima Nova-Regular.ttf") format("truetype"), url("../fonts/Proxima Nova-Regular.svg#regular") format("svg"); }
@font-face {
  font-family: "semibold";
  src: url("../fonts/Proxima Nova-Semibold.eot");
  src: url("../fonts/Proxima Nova-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/Proxima Nova-Semibold.woff") format("woff"), url("../fonts/Proxima Nova-Semibold.ttf") format("truetype"), url("../fonts/Proxima Nova-Semibold.svg#semibold") format("svg"); }
@font-face {
  font-family: "thin";
  src: url("../fonts/Proxima Nova-Thin.eot");
  src: url("../fonts/Proxima Nova-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Proxima Nova-Thin.woff") format("woff"), url("../fonts/Proxima Nova-Thin.ttf") format("truetype"), url("../fonts/Proxima Nova-Thin.svg#thin") format("svg"); }
@font-face {
  font-family: "bold";
  src: url("../fonts/Proxima Nova-Bold.eot");
  src: url("../fonts/Proxima Nova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Proxima Nova-Bold.woff") format("woff"), url("../fonts/Proxima Nova-Bold.ttf") format("truetype"), url("../fonts/Proxima Nova-Bold.svg#bold") format("svg"); }
html {
  font-size: 1em;
  max-width: 100%;
  height: 100%; }

body {
  overflow-x: hidden !important;
  font-size: 1rem;
  color: #353535;
  max-width: 100%;
  line-height: 1.6;
  font-family: 'regular';
  background-color: #fff; }

.noscroll {
  overflow-y: hidden !important; }

::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #e59d00; }

::selection {
  color: #fff;
  background: #e59d00; }

@media only screen and (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px; } }

a {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  a:active, a:focus, a:visited, a:hover {
    text-decoration: none;
    outline: none; }

h1 {
  margin: 0;
  font-weight: normal;
  line-height: 1.3; }

h2 {
  margin: 0;
  font-weight: normal;
  line-height: 1.3; }

h3 {
  margin: 0;
  font-weight: normal;
  line-height: 1.3; }

h4 {
  margin: 0;
  font-weight: normal;
  line-height: 1.3; }

h5 {
  margin: 0;
  font-weight: normal;
  line-height: 1.3; }

h6 {
  margin: 0;
  font-weight: normal;
  line-height: 1.3; }

p {
  display: block;
  margin: 0 0 15px; }

strong {
  font-family: 'semibold';
  font-weight: normal; }

.clear {
  clear: both; }

ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0; }

textarea {
  resize: vertical;
  min-height: 120px; }

address {
  font-style: normal; }

.pb0 {
  padding-bottom: 0 !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mr0 {
  margin-right: 0 !important; }

.nowrap {
  white-space: nowrap; }

.btn-primary {
  display: inline-block;
  margin-top: 20px;
  text-align: center;
  color: #fff;
  padding: .6rem 1.5rem;
  font-size: 16px;
  font-family: "regular";
  position: relative;
  border: 1px solid;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  .btn-primary:hover {
    background: #162641;
    color: #fff;
    border-color: #162641 !important; }
  @media only screen and (max-width: 599px) {
    .btn-primary {
      padding: 0.6rem 1.2rem; } }

.loader {
  position: fixed;
  z-index: 99999;
  background: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  .loader img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 120px; }

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

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

.close {
  float: none;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 20px;
  right: 0;
  text-align: right;
  opacity: 1; }

button.close {
  padding-right: 20px; }

header {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 999;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  header .logo img {
    width: 110px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  header .nav-wrapper {
    text-align: right; }
  header a {
    font-family: 'semibold';
    text-transform: uppercase;
    color: #fff; }
  header .has-submenu span {
    margin-left: 6px;
    font-size: 20px;
    font-weight: 600;
    float: right;
    display: inline-block;
    position: relative;
    top: -7px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  header .has-submenu > a:active, header .has-submenu > a:focus {
    color: #fff; }
  header .has-submenu.open > a {
    color: #e59d00; }
  header .has-submenu.open span {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg); }
  header .submenu {
    display: none; }
    header .submenu li:not(:last-child) {
      border-bottom: 1px solid #1f2e42; }
    header .submenu a:hover, header .submenu a.active {
      background: #e59d00;
      color: #fff; }
  @media only screen and (min-width: 992px) {
    header .logo {
      display: inline-block;
      margin-top: 10px; }
    header nav {
      position: relative;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      header nav > ul > li {
        display: inline-block; }
      header nav a {
        padding: 20px 20px 5px;
        font-size: 13px;
        letter-spacing: .4px;
        display: inline-block; }
        header nav a:hover, header nav a.active {
          color: #e59d00; }
      header nav .has-submenu {
        position: relative; }
      header nav .submenu {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 220px;
        background: #162641; }
        header nav .submenu a {
          padding: 20px 15px 16px;
          color: #fff;
          text-align: left;
          display: block; } }
  @media only screen and (min-width: 1200px) {
    header nav a {
      font-size: 14px; } }
  @media only screen and (max-width: 991px) {
    header {
      padding: 10px 0; }
      header #menu-open {
        display: inline-block;
        padding: 3px 12px;
        position: relative;
        top: 3px;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
      header nav {
        position: fixed;
        width: 250px;
        right: -100%;
        top: 0;
        bottom: 0;
        background: #162641;
        z-index: 9999;
        padding: 40px 25px 25px;
        text-align: left;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        -webkit-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
        -moz-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
        -o-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
        header nav.open {
          right: 0; }
        header nav a {
          display: block;
          padding: 13px 0;
          font-size: 13px;
          font-family: 'regular';
          border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
          header nav a:hover {
            color: #fff;
            opacity: .8; }
          header nav a.active {
            color: #e59d00; }
        header nav .close {
          color: #fff;
          opacity: .5; }
          header nav .close:hover, header nav .close:focus, header nav .close:active {
            opacity: .8;
            color: #fff;
            outline: 0; }
        header nav .submenu a {
          padding-left: 25px; } }
  header.fixed {
    background: #162641; }

.banner {
  background: url("../images/apex-banner.jpg") no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 8em 0 6em; }
  @media only screen and (min-width: 640px) {
    .banner {
      padding: 0; }
      .banner .container {
        position: relative;
        display: table;
        height: 500px; }
      .banner .banner-caption {
        display: table-cell;
        vertical-align: middle; } }
  .banner .btn-primary {
    margin-top: 35px; }

.banner-caption {
  color: #fff;
  text-align: center; }
  .banner-caption h1 {
    font-size: 1.5rem;
    font-family: "bold";
    line-height: 1; }
  .banner-caption span {
    display: block;
    font-family: "regular";
    font-size: 1rem; }
  @media only screen and (min-width: 640px) {
    .banner-caption h1 {
      font-size: 2rem; }
    .banner-caption span {
      font-size: 1.3rem; } }
  @media only screen and (min-width: 768px) {
    .banner-caption h1 {
      font-size: 3rem; }
      .banner-caption h1 span {
        font-size: 2.2rem; } }
  @media only screen and (min-width: 1200px) {
    .banner-caption h1 {
      font-size: 4.2rem; }
    .banner-caption span {
      font-size: 3rem; } }

.section-padding {
  padding: 35px 0; }
  @media only screen and (min-width: 640px) {
    .section-padding {
      padding: 40px 0; } }
  @media only screen and (min-width: 768px) {
    .section-padding {
      padding: 48px 0; } }
  @media only screen and (min-width: 992px) {
    .section-padding {
      padding: 56px 0; } }
  @media only screen and (min-width: 1200px) {
    .section-padding {
      padding: 64px 0; } }

.section-heading {
  font-size: 1.6rem;
  color: inherit;
  line-height: 1.2;
  font-family: "semibold"; }
  .section-heading span {
    font-family: "thin";
    font-size: 1.4rem; }
  @media only screen and (min-width: 640px) {
    .section-heading {
      font-size: 2rem; }
      .section-heading span {
        font-size: 1.6; } }
  @media only screen and (min-width: 768px) {
    .section-heading {
      font-size: 2.2rem; }
      .section-heading span {
        font-size: 1.4rem; } }
  @media only screen and (min-width: 992px) {
    .section-heading {
      font-size: 2.4rem; } }
  @media only screen and (min-width: 1200px) {
    .section-heading {
      font-size: 2.6rem; }
      .section-heading span {
        font-size: 2.1rem; } }

.cs-slide {
  position: relative; }
  .cs-slide .caption {
    background: #162641;
    padding: 8px 15px;
    color: #fff; }
    .cs-slide .caption small {
      display: block;
      opacity: .8; }
  .cs-slide .cs-link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 99; }

.cs-carousel .slick-slide img {
  width: 100%; }
@media only screen and (min-width: 600px) {
  .cs-carousel .slick-prev, .cs-carousel .slick-next {
    bottom: -4px;
    top: auto;
    z-index: 999;
    width: 40px;
    height: 40px; }
  .cs-carousel .slick-prev {
    right: 50px;
    left: auto; }
  .cs-carousel .slick-next {
    right: 5px; }
  .cs-carousel .slick-prev:before, .cs-carousel .slick-next:before {
    color: #fff; } }

.home-prod h1 {
  margin-bottom: 25px; }
.home-prod li:not(:last-child) {
  margin-bottom: 15px; }
.home-prod li {
  padding-left: 28px;
  background: url("../images/bullet.svg") no-repeat;
  background-size: 20px; }
@media only screen and (max-width: 767px) {
  .home-prod {
    margin-bottom: 35px; } }
@media only screen and (min-width: 992px) {
  .home-prod {
    padding-right: 40px; } }

.more-link {
  display: inline-block;
  float: right;
  padding: 8px 15px;
  color: #e59d00; }
  .more-link:hover {
    color: #000;
    opacity: .7;
    text-decoration: underline; }

.wc-div {
  background: #fff url("../images/wc-bg.jpg") no-repeat center center; }
  .wc-div h1 {
    margin-bottom: 25px; }
    .wc-div h1 span {
      display: block; }
  .wc-div p {
    max-width: 740px;
    margin: 0 auto 15px; }

.hp-summary .hps-left {
  background: url("../images/heat-pipe-bg.jpg") center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 250px; }
.hp-summary .hps-right {
  background: #e59d00;
  padding: 30px 20px;
  color: #fff; }
.hp-summary .btn-primary {
  border-color: #fff; }
.hp-summary h1 span {
  font-size: inherit; }
@media only screen and (min-width: 768px) {
  .hp-summary {
    display: table;
    width: 100%; }
    .hp-summary > div {
      display: table-cell;
      width: 50%;
      vertical-align: middle; }
    .hp-summary .hps-right {
      padding: 60px 30px 70px; } }
@media only screen and (min-width: 1200px) {
  .hp-summary h1 {
    max-width: 500px; }
  .hp-summary .hps-right {
    padding: 60px 30px 70px 60px; } }

.stat-section {
  background: #f7f7f7; }
  .stat-section .stat-wrapper {
    border: 1px solid #dfdfdf;
    padding: 20px;
    background: #fff; }
  .stat-section h3 {
    font-family: "bold";
    font-size: 2.4rem;
    margin-top: 20px;
    line-height: 1.2; }
  .stat-section p {
    margin: 0; }
  @media only screen and (max-width: 439px) {
    .stat-section .stat-wrapper {
      padding: 20px 5px; }
    .stat-section .col-xs-6 {
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .stat-section .stat-wrapper {
      margin-bottom: 30px; } }

.cc-section .ch-img {
  display: block;
  background: #162641;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }
.cc-section h4 {
  font-family: "semibold";
  font-size: 1.2rem; }
.cc-section p {
  margin: 0; }

.cta-section {
  background: #e59d00;
  color: #fff;
  padding: 40px 0; }
  .cta-section h1 span {
    font-size: inherit; }
  .cta-section p {
    margin: 0; }
  .cta-section .btn-primary {
    margin-top: 30px; }

.prim-col {
  color: #e59d00; }

@media only screen and (min-width: 1200px) {
  .apex-badge {
    max-width: 280px; } }
.page-banner {
  background: url("../images/page-banner.jpg") no-repeat center center; }
  .page-banner h1 {
    padding: 130px 20px 90px;
    line-height: 1.25;
    color: #fff;
    font-size: 2rem;
    font-family: 'bold';
    text-align: center; }

.page-subtitle {
  line-height: 1.3;
  font-size: 1.6rem;
  margin-bottom: 30px;
  text-align: center; }
  .page-subtitle span {
    color: #e59d00; }

.achievements-list li:not(:first-child) {
  padding-left: 35px;
  background: url("../images/trophy.svg") no-repeat;
  background-size: 30px;
  margin-bottom: 25px;
  background-position-y: 5px; }

.heading2 {
  margin-bottom: 20px;
  font-family: 'bold';
  font-size: 1.3em;
  line-height: 1.2; }

.certification {
  margin-top: 50px;
  background: #eef3fb;
  padding: 50px 0; }

.sister-companies {
  margin-top: 40px; }
  .sister-companies .col-md-6 > div {
    background: #e59d00;
    padding: 20px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px; }
  .sister-companies p {
    margin-bottom: 0; }
  .sister-companies h3 {
    font-family: 'semibold';
    margin-bottom: 5px;
    line-height: 1.2; }

.prod-list {
  margin-bottom: 40px; }
  .prod-list li:not(:last-child) {
    margin-bottom: 25px; }
  .prod-list li {
    padding-left: 28px;
    background: url("../images/bullet.svg") no-repeat;
    background-size: 20px; }
    @media only screen and (min-width: 600px) {
      .prod-list li {
        width: 45%;
        display: inline-block;
        vertical-align: top; }
        .prod-list li:nth-child(odd) {
          margin-right: 55px; } }
    @media only screen and (min-width: 992px) {
      .prod-list li {
        width: 30%;
        margin-right: 35px !important; }
        .prod-list li:nth-child(3n) {
          margin-right: 0 !important; } }
    @media only screen and (min-width: 992px) {
      .prod-list li {
        margin-right: 48px !important; } }

.prod-box {
  background: #f3f3f3;
  border: 1px solid #f3f3f3;
  padding: 20px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative; }
  .prod-box img {
    display: block;
    margin: auto; }
  .prod-box h4 {
    font-family: 'semibold';
    font-size: 1.2rem;
    line-height: 1.2; }
  .prod-box a {
    color: inherit; }
  @media only screen and (min-width: 768px) {
    .prod-box .prod-img {
      height: 210px;
      position: relative; }
      .prod-box .prod-img img {
        height: 175px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; } }
  @media only screen and (min-width: 768px) {
    .prod-box img {
      height: 175px; } }
  @media only screen and (max-width: 767px) {
    .prod-box {
      margin-bottom: 25px; }
      .prod-box img {
        max-width: 320px;
        width: 100%;
        margin-bottom: 25px; } }
  .prod-box:hover {
    border: 1px solid #e59d00; }

.hauto {
  height: auto !important; }

.hp-working {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ccc; }
  .hp-working ul {
    list-style-type: disc;
    padding-left: 18px;
    margin-bottom: 25px; }
  .hp-working h5 {
    font-size: 1.1rem; }

.table-responsive {
  overflow-x: auto; }

.table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px; }
  .table td, .table th {
    border: 1px solid #e0e0e0;
    padding: 8px 15px;
    text-align: center; }

.comp-table th {
  color: #fff;
  background: #e59d00; }
.comp-table .perticulars {
  text-align: left;
  font-weight: 600;
  font-size: .9rem; }
.comp-table .hl {
  background: #eef3fb;
  text-align: center;
  font-weight: 600; }

.app-pg ul {
  list-style-type: disc;
  padding-left: 18px; }
  .app-pg ul ul {
    list-style-type: circle; }

.cs-wrapper {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.6s ease-in;
  -moz-transition: all 0.6s ease-in;
  -o-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in; }
  .cs-wrapper .comp-table {
    margin-bottom: 40px; }
  .cs-wrapper .slick-slide img {
    padding: 7px; }
  .cs-wrapper.active {
    height: auto;
    opacity: 1; }
  .cs-wrapper .slick-dots li {
    background: #b3b3b3;
    width: 11px;
    height: 11px; }
    .cs-wrapper .slick-dots li.slick-active {
      background: #e59d00; }

.cs-tabs a {
  display: block;
  background: #f9f9f9;
  color: #000;
  padding: 10px 18px;
  position: relative; }
  .cs-tabs a:after {
    content: "\203A";
    position: absolute;
    right: 15px;
    font-size: 28px;
    top: 0; }
  .cs-tabs a:hover, .cs-tabs a.active {
    background: #e59d00;
    color: #fff; }
@media only screen and (max-width: 767px) {
  .cs-tabs {
    margin-bottom: 30px; } }

.contact-form .form-group {
  position: relative;
  margin-bottom: 25px; }
.contact-form label {
  display: block;
  margin-bottom: 4px; }
.contact-form .form-control {
  width: 100%;
  padding: 6px 6px 12px;
  background: none;
  border: 1px solid #333;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .contact-form .form-control:focus {
    outline: 0;
    border-color: #c5c5c5; }

.contact-pg p {
  margin: 0 0 25px; }
.contact-pg strong {
  text-transform: uppercase;
  font-size: 15px; }
.contact-pg a {
  color: inherit; }
  .contact-pg a:hover {
    opacity: .8; }
.contact-pg .btn-primary {
  background: #e59d00;
  margin-top: 0; }

footer {
  background: #f5f5f5;
  border-bottom: 7px solid #162641;
  font-size: 15px; }
  footer a {
    color: inherit; }
    footer a:hover {
      opacity: .8;
      color: inherit; }
  footer h5 {
    font-size: 1.1rem;
    font-family: 'semibold';
    margin-bottom: 12px; }
  footer .flinks a {
    position: relative;
    display: block;
    padding-left: 18px; }
    footer .flinks a:before {
      content: "\203A";
      margin-right: 10px;
      position: absolute;
      left: 0;
      font-size: 22px;
      top: -8px; }
  footer li {
    margin: 8px 0; }
  footer .social {
    margin-top: 30px; }
    footer .social img {
      margin-right: 15px; }
    footer .social a:hover {
      opacity: .5; }
  footer .cr {
    background: #e0e0e0;
    margin-top: 40px; }
    footer .cr p {
      margin: 12px 0; }
  footer .f3 {
    margin: 30px 0; }
  @media only screen and (min-width: 600px) {
    footer .fdiv {
      display: inline-block;
      vertical-align: top;
      margin-bottom: 20px; }
      footer .fdiv:nth-child(odd) {
        width: 48%;
        margin-right: 30px; }
      footer .fdiv:nth-child(even) {
        width: 45%; }
    footer .f3 {
      margin: 0 40px 0 0; }
    footer .cr p {
      margin: 18px 0; }
    footer .cr p:first-child {
      float: left; }
    footer .cr p:last-child {
      float: right; } }
  @media only screen and (min-width: 992px) {
    footer .fdiv {
      width: auto !important;
      margin-bottom: 0; }
      footer .fdiv:nth-child(3) {
        max-width: 275px; }
    footer .fdiv:not(:last-child) {
      margin-right: 35px !important; } }
  @media only screen and (min-width: 1200px) {
    footer .fdiv:nth-child(3) {
      max-width: none; }
    footer .fdiv:not(:last-child) {
      margin-right: 65px !important; } }
  @media only screen and (max-width: 599px) {
    footer h5 {
      margin-top: 35px; } }

.animated {
  animation-duration: 1.3s;
  animation-fill-mode: both; }

.animated.infinite {
  animation-iteration-count: infinite; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 10px, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInUp {
  animation-name: fadeInUp; }

.lb-loader, .lightbox {
  text-align: center;
  line-height: 0; }

.lb-dataContainer:after, .lb-outerContainer:after {
  content: "";
  clear: both; }

html.lb-disable-scrolling {
  overflow: hidden;
  position: fixed;
  height: 100vh;
  width: 100vw; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: .8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  font-weight: 400; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff; }

.lb-loader, .lb-nav {
  position: absolute;
  left: 0; }

.lb-outerContainer:after {
  display: table; }

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat; }

.lb-nav {
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==); }

.lb-next, .lb-prev {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s; }

.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s; }

.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  display: table; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 16px;
  line-height: 1em;
  margin-top: 12px;
  display: inline-block !important; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: .7;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1; }

/*# sourceMappingURL=style.css.map */
