/* helpers */
/* global */
body {
  font-family: 'Open Sans', sans-serif; }

h1 {
  font-size: 18px;
  color: #000;
  font-weight: 400; }

h2 {
  font-size: 23px; }

h3 {
  font-size: 25px;
  color: #c6220f; }

h4 {
  font-size: 18px; }

p {
  font-size: 13px;
  color: #000; }

.pt-1 {
  padding-top: 10px; }

.pt-2 {
  padding-top: 20px; }

.pt-3 {
  padding-top: 30px; }

.pt-4 {
  padding-top: 40px; }

.pt-5 {
  padding-top: 50px; }

.pt-8 {
  padding-top: 80px; }

.pb-1 {
  padding-bottom: 10px; }

.pb-2 {
  padding-bottom: 20px; }

.pb-3 {
  padding-bottom: 30px; }

.pb-4 {
  padding-bottom: 40px; }

.pb-5 {
  padding-bottom: 50px; }

.pb-6 {
  padding-bottom: 60px; }

.pb-8 {
  padding-bottom: 80px; }

.plr-0 {
  padding: 0; }

.nm {
  margin: 0; }

.np {
  padding: 0; }

.f14 {
  font-size: 14px; }

.error {
  color: #f12828; }

.home-img-down {
  position: absolute;
  color: white;
  background-color: #dc3322f7;
  font-size: 20px;
  padding: 20px 130px;
  bottom: 0px;
  opacity: 0.8;
  line-height: 1.3;
  margin-bottom: 0px; }

@media (min-width: 1024px) {
  h1 {
    font-size: 40px; }

  p {
    font-size: 16px; } }
/* components */
.footer1 {
  background: #404040; }
  .footer1 .footer1-content {
    padding: 40px 0;
    color: white; }
    .footer1 .footer1-content .about-us .fa {
      font-size: 40px;
      color: #fff;
      padding: 5px; }
    .footer1 .footer1-content .about-us p {
      font-size: 14px;
      line-height: 30px; }
    .footer1 .footer1-content .lsn {
      list-style: none;
      padding-left: 0; }
    .footer1 .footer1-content .p2 {
      padding: 20px; }
    .footer1 .footer1-content .footer-heading {
      font-size: 22px;
      font-weight: bold;
      text-align: left; }
    .footer1 .footer1-content .quick-links {
      color: #fff;
      text-decoration: none; }

.footer2 {
  background: #333;
  color: white; }
  .footer2 .footer2-content {
    padding: 10px 0; }
    .footer2 .footer2-content .copyrights h5 {
      font-size: 15px; }
    .footer2 .footer2-content .footer-links {
      padding: 10px;
      text-align: right; }
      .footer2 .footer2-content .footer-links ul {
        list-style: none;
        display: -webkit-inline-box;
        padding-left: 0;
        margin: 0; }
      .footer2 .footer2-content .footer-links a {
        padding: 15px;
        color: white;
        text-decoration: none;
        font-size: 14px; }

@media (max-width: 425px) {
  .footer2 .copyrights {
    text-align: center; }
  .footer2 .footer2-content .footer-links ul {
    display: block;
    text-align: center; } }
@media (max-width: 360px) {
  .footer2 .footer2-content .footer-links a {
    padding: 13px; } }
@media (max-width: 320px) {
  .footer2 .footer2-content .footer-links {
    padding: 10px; }
    .footer2 .footer2-content .footer-links a {
      padding: 5px; } }
.form-button {
  background: #f12828;
  padding: 10px;
  width: 150px;
  color: #fff;
  margin: 0 auto;
  display: block; }
  .form-button:hover {
    background: #f12828;
    color: #fff; }

.nsl {
  list-style: none; }

.form-bg {
  background-image: url("../../img/CONTACT.jpg");
  background-repeat: no-repeat;
  background-size: cover; }

.form-bg-career {
  background-image: url("../../img/CAREER.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 82px; }

.product-brochure {
  background: #b91617;
  padding: 10px;
  color: #fff;
  text-decoration: none;
  width: 50%;
  float: left;
  text-align: center; }
  .product-brochure:hover, .product-brochure:active, .product-brochure:focus {
    text-decoration: none;
    color: #fff; }

.product-more {
  background: #ebebee;
  color: #000;
  padding: 10px;
  text-decoration: none;
  display: block;
  width: 50%;
  float: left;
  text-align: center; }
  .product-more:hover {
    text-decoration: none;
    color: #000; }

.product-img {
  margin: 0 auto; }

.product-tabs {
  background: #38383d;
  color: #fff; }
  .product-tabs:hover {
    background: #666666;
    color: #fff; }

.tw {
  color: #fff; }

.download-brochure {
  background: #b91617;
  display: block;
  color: #fff;
  width: 61%;
  text-decoration: none;
  background-image: url("../../img/proddetail/pdf.png");
  background-repeat: no-repeat;
  outline: none;
  background-position: 10px 7px;
  padding: 12px 20px 12px 50px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out; }
  .download-brochure:hover {
    text-decoration: none;
    color: #fff; }
  .download-brochure:focus {
    text-decoration: none;
    color: #fff; }

.border-heading:after {
  content: '';
  height: 2px;
  width: 120px;
  display: block;
  background: #f74a42;
  margin-top: 10px; }

.footer-background {
  background: #404040;
  color: #fff; }

@media (max-width: 600px) {
  .career-landing {
    padding-top: 0 !important; }

  .download-brochure {
    width: 45%; } }
@media (max-width: 384px) {
  .download-brochure {
    width: 70%; } }
@media (max-width: 320px) {
  .download-brochure {
    width: 80%; } }
.navbar {
  margin-bottom: 0; }

.homepage-brand {
  padding: 15px 0; }

.mob-nav.in {
  z-index: 2000; }

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #b91617; }

.nav > li {
  position: static; }

.nav > .custom-hover {
  position: relative;
  border-bottom: 2px solid transparent; }
  .nav > .custom-hover:hover {
    border-bottom: 2px solid #eb3f04; }

.nav > .active .active-color {
  color: red !important; }

.mega-menu .mega-dropdown {
  display: flex;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  background: #f4f3f3; }
  .mega-menu .mega-dropdown .prod-name {
    padding: 10px 0px;
    text-align: center; }
    .mega-menu .mega-dropdown .prod-name a {
      text-decoration: none;
      color: #333; }
  .mega-menu .mega-dropdown .product-dropdown .prod-title:not(:first-child) {
    padding-left: 0;
    background-size: 2px 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(50%, rgba(0, 0, 0, 0.4)), color-stop(100%, transparent));
    background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
    background-image: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
    background-image: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
    background-image: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
    background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
  .mega-menu .mega-dropdown .product-dropdown {
    padding-left: 0; }
  .mega-menu .mega-dropdown .prod-title {
    flex-grow: 1; }
    .mega-menu .mega-dropdown .prod-title .nsl {
      padding-left: 0; }
    .mega-menu .mega-dropdown .prod-title a {
      color: inherit; }
.mega-menu:hover .mega-dropdown {
  display: flex;
  opacity: 1;
  transition: all 0.4s ease-in;
  visibility: visible; }

.nav-logo {
  height: 50px;
  margin-top: 16px;
  margin-bottom: 10px; }

.sub-top-nav {
  margin-top: 16px;
  margin-left: 0px; }

.navbar {
  border: none; }
  .navbar > .container .navbar-brand {
    padding: 0;
    margin-left: 0; }

.dropdown-menu a {
  color: black !important; }

.home-navbar {
  display: block;
  width: 100%;
  -webkit-transition: all 0.1s ease;
  -moz-transition: position 7s;
  -ms-transition: position 7s;
  -o-transition: position 7s;
  transition: all 0.1s ease;
  z-index: 1; }
  .home-navbar a {
    font-weight: normal;
    font-size: 16px;
    color: white; }
  .home-navbar .nav > li > a:focus,
  .home-navbar .nav > li > a:hover {
    background-color: transparent !important; }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  animation: smoothScroll 1s forwards;
  border-bottom: 1px solid #ddd; }

.black-navbar {
  color: #000 !important; }

.white-navbar {
  color: #fff !important; }

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px); }
  100% {
    transform: translateY(0px); } }
.mob-nav .mob-nav-wrapper span {
  display: block; }

/* mobile navbar */
.mob-nav {
  height: 100%;
  width: 280px;
  position: fixed;
  top: 0;
  right: -280px;
  z-index: 4;
  overflow-y: auto;
  background-color: #fff;
  transition: all .25s ease-in-out; }
  .mob-nav.in {
    right: 0;
    transition: all .25s ease-in-out; }
  .mob-nav .mob-nav-wrapper {
    height: 100%;
    padding: 50px 12px 20px;
    position: relative; }
  .mob-nav .panel-group {
    margin-bottom: 0;
    border-top: 1px solid #b91617; }
    .mob-nav .panel-group .panel {
      margin: 0; }
      .mob-nav .panel-group .panel .panel-heading {
        padding: 12px 15px;
        border-bottom: 1px solid #b91617;
        color: #010101; }
        .mob-nav .panel-group .panel .panel-heading:after {
          color: #b91617; }
        .mob-nav .panel-group .panel .panel-heading.active {
          border-width: 3px; }
          .mob-nav .panel-group .panel .panel-heading.active a {
            color: #b91617; }
      .mob-nav .panel-group .panel .panel-collapse .panel-body {
        padding: 0;
        border: 0; }
  .mob-nav .mob-menu-item {
    padding: 10px 15px;
    border-bottom: 1px solid #f4f3f3; }
    .mob-nav .mob-menu-item a {
      font-size: 16px;
      font-weight: bold;
      color: #010101;
      text-decoration: none; }
    .mob-nav .mob-menu-item.active a {
      color: #b91617; }
  .mob-nav h4 {
    margin: 0;
    font-size: 16px;
    font-weight: bold; }
  .mob-nav .navbar-toggle-btn {
    display: none;
    top: 15px; }

.navbar-toggle-btn {
  margin: 0px 16px;
  display: none;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  font-size: 22px; }

.nav-item .active {
  color: #b91617; }

.navbar-header {
  padding-bottom: 30px; }

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #f12828;
  width: 40px;
  height: 40px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 999; }
  #return-to-top i {
    color: white;
    margin: 0;
    position: relative;
    left: 12px;
    top: 9px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  #return-to-top:hover i {
    top: 5px; }

.loader {
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 999; }

.loader-cover {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.item {
  width: 50px;
  height: 50px;
  position: absolute; }

.item-1 {
  background-color: #D45458;
  top: 0;
  left: 25%;
  z-index: 1;
  animation: item-1_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite; }

.item-2 {
  background-color: #E3E3E3;
  top: 0;
  right: 25%;
  animation: item-2_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite; }

.item-3 {
  background-color: #D45458;
  bottom: 50%;
  right: 25%;
  z-index: 1;
  animation: item-3_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite; }

.item-4 {
  background-color: #E3E3E3;
  bottom: 50%;
  left: 25%;
  animation: item-4_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite; }

@keyframes item-1_move {
  0%, 100% {
    transform: translate(0, 0); }
  25% {
    transform: translate(0, 50px); }
  50% {
    transform: translate(50px, 50px); }
  75% {
    transform: translate(50px, 0); } }
@keyframes item-2_move {
  0%, 100% {
    transform: translate(0, 0); }
  25% {
    transform: translate(-50px, 0); }
  50% {
    transform: translate(-50px, 50px); }
  75% {
    transform: translate(0, 50px); } }
@keyframes item-3_move {
  0%, 100% {
    transform: translate(0, 0); }
  25% {
    transform: translate(0, -50px); }
  50% {
    transform: translate(-50px, -50px); }
  75% {
    transform: translate(-50px, 0); } }
@keyframes item-4_move {
  0%, 100% {
    transform: translate(0, 0); }
  25% {
    transform: translate(50px, 0); }
  50% {
    transform: translate(50px, -50px); }
  75% {
    transform: translate(0, -50px); } }
@media (max-width: 1440px) {
  .navbar-header {
    margin-top: 4px; }

  .nav-logo {
    padding-left: 5px; } }
@media (max-width: 991px) {
  .sub-top-nav {
    margin-top: 16px; }

  .nav-logo {
    padding-left: 0; }

  .navbar-header {
    margin-top: 0; } }
@media (max-width: 768px) {
  .sub-top-nav {
    padding-top: 8px; }
    .sub-top-nav li {
      padding: 0; }

  .navbar-header {
    margin-top: 4px; }

  .nav-logo {
    padding-left: 35px; } }
@media (max-width: 600px) {
  .navbar-toggle-btn {
    margin: 20px 16px;
    z-index: 2000;
    position: fixed; }

  .navbar-brand {
    padding: 25px 15px; }

  .fixed {
    display: none; }

  .mob-navbar-header {
    background: transparent;
    margin-top: 30px;
    margin-left: 10px; }

  .nav-logo {
    margin-top: 6px; } }
@media (width: 1024px) {
  .product-dropdown {
    padding: 15px; }

  .ann {
    padding: 0; } }
@media (width: 768px) {
  .product-dropdown {
    padding: 0; }
    .product-dropdown .nsl {
      padding-left: 10px; }
    .product-dropdown .prod-title:not(:first-child) {
      background-position: 10px 0 !important; }

  .slick-dots li button {
    height: 30px; }

  .home-navbar .navbar .custom-link a {
    font-size: 13px; } }
/* pages */
.home-landing-section {
  position: relative; }
  .home-landing-section .carousel-caption {
    right: 0;
    left: 0;
    bottom: 25%;
    text-shadow: none; }

.home-products-section {
  padding: 60px 0 80px; }
  .home-products-section .pt5 {
    padding: 50px 0 80px; }
  .home-products-section .product-box .img {
    margin: 0 auto; }
  .home-products-section .product-box .product-name {
    text-align: center; }
  .home-products-section .product-box .recommended-product {
    margin: 0; }
    .home-products-section .product-box .recommended-product .product-image {
      background: radial-gradient(circle, #ffffff, #ecece9); }
  .home-products-section .figure {
    position: relative;
    margin: 5px; }
    .home-products-section .figure .product-image {
      background: radial-gradient(circle, #ffffff, #ecece9);
      margin: 0 auto; }
    .home-products-section .figure span {
      position: absolute;
      transform: translate(-50%, -100%);
      bottom: 0; }
  .home-products-section .right-product-box {
    text-align: center; }
    .home-products-section .right-product-box figure {
      padding-top: 5px; }
    .home-products-section .right-product-box figcaption {
      text-align: justify; }
    .home-products-section .right-product-box a {
      text-decoration: none; }
  .home-products-section .featured-products .slick-dots {
    top: 111%; }
  .home-products-section .featured-prod {
    text-align: center;
    padding-bottom: 25px;
    margin-bottom: 20px;
    margin-top: 0px; }

.featured-prod1 {
  text-align: center;
  padding-bottom: 25px;
  margin-top: 60px;
  margin-bottom: 0px; }

.home-landing-section {
  background: url("../../img/home/homepage-main.jpg") no-repeat center center;
  width: 100%;
  background-size: cover;
  height: 720px;
  margin-top: -100px;
  display: flex;
  display: -webkit-inline-flex;
  justify-content: center;
  flex-direction: column;
  background-position: 43% 21%; }
  .home-landing-section .home-landing-text h1 {
    font-size: 52px;
    color: white;
    font-weight: bold; }
  .home-landing-section .home-landing-text h3 {
    font-size: 22px;
    color: #000000; }
  .home-landing-section .landing-text h1 {
    color: white;
    font-weight: bold;
    font-size: 50px;
    margin-bottom: 10px; }
  .home-landing-section .landing-text .accord-info {
    color: #80756D;
    padding-right: 60px; }

.home-img {
  padding-top: 20px;
  margin-left: 10px; }

.contact-landing {
  padding: 40px 0 80px; }
  .contact-landing .contact-form h2, .contact-landing .contact-form p {
    color: black; }
  .contact-landing .contact-form .form-edit {
    height: 40px;
    box-shadow: none;
    border: 1px solid #f1f1f1; }
  .contact-landing .contact-form .msg-edit {
    box-shadow: none;
    border: 1px solid #f1f1f1; }
  .contact-landing .contact-form .form-group ::placeholder {
    color: #7f7878; }
  .contact-landing .form-text-div {
    margin-top: 60px; }
    .contact-landing .form-text-div p {
      font-size: 18px; }

.contact-section {
  background-image: url("../../img/contact-client.png");
  background-repeat: no-repeat;
  background-size: cover; }
  .contact-section .form-text-div {
    text-transform: capitalize; }

.search-section {
  background: url("../../img/home/search-bar.png");
  background-size: cover;
  color: #fff; }
  .search-section input[type=text] {
    width: 100%;
    box-sizing: border-box;
    border: 2px solid;
    border-radius: 25px;
    font-size: 16px;
    outline: none;
    background-color: transparent;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out; }
  .search-section h3, .search-section p {
    color: #fff; }
  .search-section ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff; }
  .search-section ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff; }
  .search-section :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff; }
  .search-section :-moz-placeholder {
    /* Firefox 18- */
    color: #fff; }

.clients-section {
  background: #f4f3f3;
  padding: 0px 0 60px; }
  .clients-section .view-button {
    display: block;
    color: #b91617;
    text-decoration: none; }

.testimonials-news-section .client-img {
  margin: 0 auto; }
.testimonials-news-section .news-wrapper .slick-dots {
  position: absolute;
  display: block;
  width: 0;
  /* padding: 0; */
  right: 0;
  top: 25%;
  /* margin: 0; */
  /* list-style: none; */
  /* text-align: center; */ }

.mb-slider .mb-panel {
  padding: 20px 0; }

.mb-inside {
  padding: 10px;
  border: 1px solid #999;
  box-shadow: inset 0 0 10px #888;
  border-radius: 25px; }

.mb-controls {
  background: transparent; }
  .mb-controls a.current {
    color: red; }

.mb-active-slider .mb-controls {
  background: transparent; }

.mb-wrapper {
  border: none;
  box-shadow: none; }

.slick-dots li button:before {
  font-size: 15px; }

@media (max-width: 800px) {
  .right-product-box img {
    margin: 0 auto; }
  .right-product-box h2 {
    padding-top: 20px; }

  .clients-section .clients-img img {
    margin: auto auto;
    width: 100%; }

  .contact-landing .form-text-div {
    margin: 0;
    padding-bottom: 20px;
    text-align: center; }

  .home-navbar .navbar .custom-link a {
    font-size: 13px; }

  .navbar {
    padding-top: 8px; }

  .featured-products h2 {
    text-align: center; } }
@media (max-width: 768px) {
  .home-products-section {
    padding: 25px 0 0px; }
    .home-products-section .right-product-box {
      padding-top: 10px; }

  .featured-products h2 {
    text-align: center; }

  .right-product-box .product-image {
    margin: 0 auto; }

  .contact-landing {
    padding-top: 20px; }
    .contact-landing .form-text-div {
      margin: 0;
      text-align: center;
      padding-bottom: 18px; }
    .contact-landing .contact-head {
      padding-bottom: 20px; }

  .clients-section {
    padding: 50px 0 80px; }

  .clients-img img {
    width: 100%; }

  .home-img-down {
    padding: 20px 20px; }

  .home-img {
    padding-top: 50px; }

  .pb-4 {
    padding-bottom: 0px; }

  .featured-prod1 {
    margin-top: 0px; } }
@media (max-width: 767px) {
  .products-section .product-slider .slick-track .slick-slide.slick-center {
    transform: scale(1, 1.14); }

  .clients-section .client-desc {
    padding-right: 30px;
    padding-left: 30px; } }
@media (max-width: 600px) {
  .home-landing-section {
    margin-top: -135px; }

  .home-landing-text {
    padding-left: 35px; } }
@media (max-width: 425px) {
  .home-landing-section .home-landing-text h1 {
    font-size: 40px; }
  .home-landing-section .home-landing-text h3 {
    font-size: 18px; } }
@media (max-width: 384px) {
  .home-landing-section .home-landing-text h1 {
    font-size: 40px; }
  .home-landing-section .home-landing-text h3 {
    font-size: 16px; } }
@media (max-width: 375px) {
  .home-landing-section .home-landing-text h1 {
    font-size: 40px; }
  .home-landing-section .home-landing-text h3 {
    font-size: 16px; } }
@media (max-width: 320px) {
  .home-landing-section .home-landing-text h1 {
    font-size: 35px; }
  .home-landing-section .home-landing-text h3 {
    font-size: 16px; } }
@media (min-width: 360px) {
  .home-landing-section .carousel-caption {
    right: 0;
    left: 0;
    bottom: 33%; } }
@media (min-width: 768px) {
  .home-landing-section .carousel-caption {
    left: 60%;
    bottom: 40%; }
    .home-landing-section .carousel-caption h1 {
      text-align: left; }
    .home-landing-section .carousel-caption p {
      text-align: left; }

  .products-section .recommended-products-wrapper {
    padding: 10px 45px; }

  .testimonials-news-section .client-hover {
    position: relative; }
    .testimonials-news-section .client-hover .disp1, .testimonials-news-section .client-hover .disp2, .testimonials-news-section .client-hover .disp3 {
      text-align: justify;
      font-size: 16px; }
    .testimonials-news-section .client-hover .img-wrap {
      text-align: center; }
      .testimonials-news-section .client-hover .img-wrap .testimonials-img {
        text-align: center;
        position: relative;
        background-color: #000;
        margin-bottom: 30px;
        border-radius: 50%;
        display: inline-block;
        box-shadow: -1px 0px 12px #888888; }
        .testimonials-news-section .client-hover .img-wrap .testimonials-img .disp {
          display: none; }
        .testimonials-news-section .client-hover .img-wrap .testimonials-img .client-img {
          opacity: 0.5;
          cursor: pointer;
          transition: all 0.3s ease; }
          .testimonials-news-section .client-hover .img-wrap .testimonials-img .client-img:hover {
            transition: all 0.3s easeinout;
            opacity: 1; }
        .testimonials-news-section .client-hover .img-wrap .testimonials-img .active-test {
          opacity: 1; }
          .testimonials-news-section .client-hover .img-wrap .testimonials-img .active-test + .disp {
            display: block; }
  .testimonials-news-section .client-speak .notdisp {
    display: none; }
  .testimonials-news-section .news-wrapper {
    background-size: 2px 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(50%, rgba(0, 0, 0, 0.4)), color-stop(100%, transparent));
    background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
    background-image: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
    background-image: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
    background-image: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
    background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%); } }
@media (min-width: 1024px) {
  .testimonials-news-section .testimonials-wrapper {
    padding-right: 50px;
    padding-left: 50px; }
  .testimonials-news-section .news-wrapper {
    padding-right: 50px;
    padding-left: 50px; }

  .clients-section .clients-slider {
    padding-left: 150px;
    padding-right: 25epx;
    margin-bottom: 20px; }

  .home-landing-section .slider-heading {
    padding-right: 51px; }
  .home-landing-section .subheading {
    font-size: 23px;
    padding-right: 52px; }

  .products-section .product-name {
    font-size: 23px; }
  .products-section .feature-heading {
    font-size: 18px;
    font-weight: bold;
    color: #000; } }
@media (min-width: 1280px) {
  .products-section .recommended-products-wrapper {
    padding: 10px 90px; } }
.product .menu-wrapper {
  background: url("../../img/categories-product-1.svg") no-repeat;
  display: flex;
  padding: 135px 10px 60px;
  margin-top: 100px;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap; }
  .product .menu-wrapper .menu-item {
    width: 135px;
    height: 72px;
    background-color: #E4E4E4;
    border-radius: 10px; }
  .product .menu-wrapper .item-name {
    padding: 25px 0;
    color: black;
    font-weight: bold; }
  .product .menu-wrapper .activate {
    background-color: #CD5657; }
    .product .menu-wrapper .activate .item-name {
      color: white; }
  .product .menu-wrapper a {
    text-decoration: none; }
.product .product-content {
  padding: 15px; }
  .product .product-content img {
    margin: 0 auto; }
  .product .product-content h5 {
    line-height: 20px; }
.product .panel {
  border-radius: 0; }
.product .menu {
  list-style: none; }
  .product .menu .menu-item {
    background: #38383d;
    padding: 15px;
    margin: 15px;
    text-align: center;
    width: 80%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px; }
    .product .menu .menu-item.active {
      background: #666666;
      color: #fff; }
    .product .menu .menu-item a {
      text-decoration: none; }
  .product .menu .cat-name {
    color: #fff;
    margin: 0; }

@media (max-width: 1199px) {
  .product .menu-wrapper {
    padding: 100px 10px 60px; }
    .product .menu-wrapper .menu-item {
      width: 135px;
      height: 72px; } }
@media (max-width: 991px) {
  .product .menu-wrapper {
    padding: 70px 10px 60px; }
    .product .menu-wrapper .menu-item {
      width: 110px;
      height: 70px; } }
.contact-landing-page {
  padding: 140px 0 80px; }

.address-info {
  padding-top: 90px; }

.contact-form {
  width: 90%;
  margin: 0 auto; }
  .contact-form textarea {
    width: 100%;
    padding: 10px;
    height: 125px;
    border-radius: 5px;
    border-color: #cccccc; }
    .contact-form textarea::placeholder {
      color: #000; }
  .contact-form input::placeholder {
    color: #000; }
  .contact-form .send-mail, .contact-form .send-info {
    color: white !important; }

.contact-wrapper .address {
  text-transform: uppercase;
  margin: 5px; }
.contact-wrapper .add {
  margin: 5px; }

@media (max-width: 600px) {
  .contact-landing-page {
    margin-top: -60px; }

  .contact-form {
    width: 100%; } }
@media (max-width: 767px) {
  .address-info {
    padding-top: 0px; } }
.career-landing {
  margin-top: -60px; }
  .career-landing .career-info {
    padding: 90px 0 80px;
    margin-top: 60px; }
  .career-landing .career-form {
    width: 30%;
    margin: 0 auto; }
    .career-landing .career-form input::placeholder {
      color: #000; }
    .career-landing .career-form .label {
      color: red; }
    .career-landing .career-form .group-span-filestyle label {
      background: transparent;
      border: none;
      color: white;
      outline: none; }
    .career-landing .career-form select::after {
      content: '\f078';
      font: normal normal normal 17px/1 FontAwesome;
      color: #0ebeff;
      right: 11px;
      top: 6px;
      height: 34px;
      padding: 15px 0px 0px 8px;
      border-left: 1px solid #0ebeff;
      position: absolute;
      pointer-events: none; }

.life-at-accord .media-img {
  margin-bottom: 30px; }
  .life-at-accord .media-img img {
    border: 1px solid #aaa; }

@media (max-width: 600px) {
  .career-landing .form-bg-career {
    padding: 0; }
  .career-landing .career-form {
    width: 95%; } }
.product-details .specs-tab {
  background: #f4f3f3; }
  .product-details .specs-tab .spec {
    background: transparent;
    padding: 20px 80px; }
    .product-details .specs-tab .spec.active {
      background: #e1e1e1; }
    .product-details .specs-tab .spec a {
      text-decoration: none;
      display: block; }
.product-details .flexslider {
  margin: 0; }
.product-details .prod-desc {
  line-height: 30px; }
.product-details .features-data {
  list-style: circle;
  font-size: 20px;
  padding: 5px; }
.product-details .specs-head {
  background: #f4f3f3; }
  .product-details .specs-head .type {
    padding: 15px 30px; }
.product-details .variant th {
  padding: 15px 30px; }
.product-details .specs-details td {
  padding: 15px 30px; }
.product-details .table > thead > tr > th {
  border-bottom: none; }
.product-details #carousel img {
  cursor: pointer; }
.product-details #s2 .version {
  padding: 0 30px; }

.table {
  margin-bottom: 0; }

@media (max-width: 480px) {
  .product-details .variant th {
    padding: 10px;
    font-size: 13px; }
  .product-details .specs-head .type {
    padding: 10px; }
  .product-details .specs-details td {
    padding: 10px; }
  .product-details #s2 .version {
    padding: 0 8px; } }
@media (max-width: 425px) {
  .product-details .specs-tab .spec {
    padding: 20px 45px; } }
@media (max-width: 384px) {
  .product-details .variant th {
    padding: 8px;
    font-size: 12px; } }
@media (max-width: 360px) {
  .product-details .variant th {
    padding: 6px; } }
@media (max-width: 320px) {
  .product-details .variant th {
    padding: 8px;
    font-size: 10px; }
  .product-details .specs-details td {
    font-size: 12px; } }
.product-categories {
  padding-top: 30px; }
  .product-categories .category {
    background: #f4f3f3; }
    .product-categories .category img {
      margin: 0 auto; }
    .product-categories .category .name {
      color: #000;
      text-decoration: none;
      display: block; }

.company-landing-section {
  padding: 120px 50px 40px; }
  .company-landing-section .company-img {
    margin: 20px 0;
    height: 85px; }
  .company-landing-section .company-info {
    padding: 30px 40px; }
  .company-landing-section .intro-text {
    margin-left: 0; }

.management-section {
  background-image: url("../../img/background-management-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0; }
  .management-section .management-intro {
    color: white; }
    .management-section .management-intro .mng-title {
      margin: 0 0 50px;
      color: white;
      text-align: center;
      padding-top: 30px; }
    .management-section .management-intro .all-info {
      padding-bottom: 75px; }
    .management-section .management-intro .highlight {
      font-weight: bold; }
    .management-section .management-intro .officer-image {
      padding-left: 120px; }
    .management-section .management-intro p {
      color: white; }
    .management-section .management-intro .management-img {
      width: 200px; }
    .management-section .management-intro .view-info {
      padding-top: 45px; }

.testimonials-section {
  background-image: url("../../img/background-management-1.png");
  padding: 50px 0 100px;
  color: white; }
  .testimonials-section .testimonial-box .slick-dots li button:before {
    color: white; }
  .testimonials-section .testimonial-box .box-heading {
    text-align: center;
    margin-bottom: 50px; }
  .testimonials-section .testimonial-box .test {
    padding: 0 150px; }
  .testimonials-section .testimonial-box .content {
    padding: 0 20px;
    color: white; }
  .testimonials-section .testimonial-box .text-right {
    text-align: right !important; }
    .testimonials-section .testimonial-box .text-right img {
      display: inline-block; }

@media (max-width: 991px) {
  .management-section .management-intro .officer-image {
    padding-left: 0px; }
  .management-section .management-intro .officer-name {
    text-align: center; } }
@media (max-width: 600px) {
  .company-landing-section {
    padding: 75px 50px 40px; }
    .company-landing-section .company-img {
      margin: 0; }

  .testimonials-section .testimonial-box .test {
    padding: 0 40px; } }
@media (max-width: 412px) {
  .company-landing-section .company-img {
    height: 25px; } }
.breadcrumb-nav ol li a {
  color: #F53913; }
.breadcrumb-nav ol li a:hover {
  text-decoration: none; }

.product-details .specs-tab {
  background: #f4f3f3; }
  .product-details .specs-tab .spec {
    background: transparent;
    padding: 20px 80px; }
    .product-details .specs-tab .spec.active {
      background: #e1e1e1; }
    .product-details .specs-tab .spec a {
      text-decoration: none;
      display: block; }
.product-details .flexslider {
  margin: 0; }
.product-details .prod-desc {
  line-height: 30px; }
.product-details .features-data {
  list-style: circle;
  font-size: 20px;
  padding: 5px; }
.product-details .specs-head {
  background: #f4f3f3; }
  .product-details .specs-head .type {
    padding: 15px 30px; }
.product-details .variant th {
  padding: 15px 30px; }
.product-details .specs-details td {
  padding: 15px 30px; }
.product-details .table > thead > tr > th {
  border-bottom: none; }
.product-details #carousel img {
  cursor: pointer; }
.product-details #s2 .version {
  padding: 0 30px; }

.table {
  margin-bottom: 0; }

.product-details-wrapper .product-specs {
  box-shadow: -1px 0px 9px 0px #b5b4b4;
  /* height: 600px; */
  /* overflow-y: scroll; */
  /* overflow-x: scroll; */
  /* overflow: scroll; */
  padding: 30px; }
  .product-details-wrapper .product-specs .tab-content {
    overflow-y: scroll;
    height: 450px; }

.product-image img {
  box-shadow: 0px 0px 9px 0px #b5b4b4;
  margin: 0 auto; }

.products-section {
  padding: 14px 33px 14px 31px;
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap; }
  .products-section .product-options {
    margin: 3px; }
    .products-section .product-options .image-option {
      max-width: 100%;
      border: 1px solid #E0E0E0; }
      .products-section .product-options .image-option:hover {
        cursor: pointer;
        opacity: 0.7; }

.pdf-download {
  padding: 10px 0 10px 160px; }

@media (max-width: 1199px) {
  .products-section {
    padding: 14px 0 14px 0; }
    .products-section .product-options {
      margin: 3px; }
      .products-section .product-options .image-option {
        max-width: 100%;
        border: 1px solid #E0E0E0; }

  .pdf-download {
    padding: 10px 0 10px 78px; }

  .product-details .specs-tab .spec {
    padding: 20px 64px; } }
@media (max-width: 991px) {
  .product-details .specs-tab .spec {
    padding: 20px 45px; } }
@media (max-width: 767px) {
  .product-details-wrapper .product-specs {
    padding: 0;
    box-shadow: 0px 0px; }

  .products-section {
    padding: 14px 75px 14px 75px; }

  .pdf-download {
    padding: 10px 0; } }
@media (max-width: 600px) {
  .products-section {
    padding: 14px 0; } }
@media (max-width: 480px) {
  .product-details .variant th {
    padding: 10px;
    font-size: 13px; }
  .product-details .specs-head .type {
    padding: 10px; }
  .product-details .specs-details td {
    padding: 10px; }
  .product-details #s2 .version {
    padding: 0 8px; } }
@media (max-width: 425px) {
  .product-details .specs-tab .spec {
    padding: 20px 45px; } }
@media (max-width: 384px) {
  .product-details .variant th {
    padding: 8px;
    font-size: 12px; } }
@media (max-width: 360px) {
  .product-details .variant th {
    padding: 6px; } }
@media (max-width: 320px) {
  .product-details .variant th {
    padding: 8px;
    font-size: 10px; }
  .product-details .specs-details td {
    font-size: 12px; } }
@media (max-width: 425px) {
  .table-responsive > .table > tbody > tr > td {
    white-space: normal; } }
@media (max-width: 425px) {
  .pb-2 {
    padding-top: 50px; } }

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