@charset "UTF-8";
:root {
  --btn-color: #4589ba;
  --btn-hover-color: #ffffff;
  --green-color: #4589ba;
  --yellow-color: #263d48;
  --blue-color: #263d48;
  --white-color: #ffffff;
  --grey-color: #333; }

.scrolltopcontrol {
  width: 54px;
  height: 54px;
  background-color: var(--green-color);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 8px 0 var(--green-color);
  box-shadow: 0 0 8px 0 var(--green-color);
  transition: .5s all ease; }

.scrolltopcontrol:hover {
  width: 54px;
  height: 54px;
  background-color: var(--yellow-color);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 8px 0 var(--yellow-color);
  box-shadow: 0 0 8px 0 var(--yellow-color); }

.scrolltopcontrol:before {
  content: "\f077";
  font-family: 'FontAwesome';
  cursor: pointer;
  color: #fff;
  display: block;
  text-align: center;
  padding-top: 18px; }

.ulist {
  padding: 0px 0px 10px 0;
  margin: 0px 0px 0px 20px; }

.ulist li {
  list-style: none;
  line-height: 32px;
  text-align: left;
  font-size: 18px; }

.ulist li:before {
  content: "\f046";
  font-family: 'FontAwesome';
  color: var(--green-color);
  display: block;
  font-size: 15px;
  float: left;
  margin-left: -22px; }

.ulisttype {
  padding: 0px 0px 10px 0;
  margin: 0px 0px 0px 20px; }

.ulisttype li {
  list-style: none;
  line-height: 32px;
  text-align: left;
  font-size: 18px; }

.ulisttype li:before {
  content: "\f0a4";
  font-family: 'FontAwesome';
  color: var(--green-color);
  display: block;
  font-size: 15px;
  float: left;
  margin-left: -22px; }

a:hover {
  transition: color .3s; }

body {
  margin: 0px;
  padding: 0px;
  font-family: "Proxima Nova Rg";
  background-position: top center;
  background-repeat: no-repeat;
  font-weight: normal;
  font-size: 16px;
  -webkit-text-size-adjust: none;
  color: #333; }

.clear {
  clear: both; }

a {
  text-decoration: none; }

.btn {
  background: var(--btn-color);
  color: #fff;
  display: inline-block;
  border: 2px solid transparent;
  text-align: center;
  height: 50px;
  line-height: 50px;
  width: 140px;
  z-index: 0;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  font-size: 16px;
  padding-bottom: 5px;
  cursor: pointer;
  border-radius: 30px; }

.btn::after {
  width: 0;
  height: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all 0.5s; }

.btn:hover::after {
  background: var(--btn-hover-color);
  width: 100%;
  opacity: 1; }

.btn:hover {
  color: #000;
  border-color: var(--green-color);
  border-radius: 30px; }

@media only screen and (min-width: 992px) {
  .services-content {
    margin: 0;
    display: flex;
    flex-direction: row-reverse; } }
@media only screen and (max-width: 991px) {
  .services-content {
    margin: 0; }

  .services_title {
    font-size: 22px !important; } }
/*** Table Css style ***/
ul li > ul,
ul li > ul li > ul {
  padding-bottom: 0 !important; }

.reference {
  padding-bottom: 0;
  line-height: 20px !important;
  color: #888888 !important; }

.ullist {
  padding: 0 0 0 19px;
  margin: 0 0 25px 0; }

.ullist li {
  list-style: disc;
  line-height: 26px;
  color: #000; }

.ullist li > ul > li {
  list-style-type: circle; }

.ullist li a {
  color: var(--green-color);
  text-decoration: none; }

.ullist li a:hover {
  color: #f84949; }

.ollist {
  padding: 0 0 0 19px;
  margin: 0 0 25px 0; }

.ollist li {
  list-style-type: decimal;
  line-height: 26px;
  color: #000; }

.ollist li > ul > li {
  list-style-type: lower-latin; }

.hollow-disc li {
  list-style-type: circle !important; }

.reference {
  padding-bottom: 0;
  color: #888888 !important; }

.table {
  border-collapse: collapse;
  margin: 0;
  width: 100%;
  /*border: 0 solid #ddd;*/
  border: 1px solid #ddd !important; }

.table tr,
.table th,
.table td {
  border: none;
  /*border-bottom: 0px solid #ddd;*/
  /*font-size: 1rem;*/
  border-left: 1px solid #ddd !important;
  border-right: 1px solid #ddd !important; }

.table th,
.table td {
  padding: 12px;
  text-align: left;
  line-height: 26px; }

.table th {
  background: var(--green-color);
  color: #fff;
  border-bottom: 1px solid #ddd;
  vertical-align: middle !important; }

.table tr td {
  background: #fbfbfb;
  color: #333;
  border-bottom: 0 solid #ddd; }

.table tr td img {
  padding-right: 5px;
  vertical-align: middle; }

.table tr td a {
  color: #3b5998;
  text-decoration: none;
  vertical-align: middle; }

.table tr:nth-of-type(2n+2) td {
  background: #fff; }

.table.bt tfoot th,
.table.bt tfoot td,
.table.bt tbody td {
  font-size: 1rem;
  padding: 0; }

.table.bt tfoot th:before,
.table.bt tfoot td:before,
.table.bt tbody td:before {
  padding: 10px; }

.table.bt tfoot th .bt-content,
.table.bt tfoot td .bt-content,
.table.bt tbody td .bt-content {
  display: inline-block;
  padding: 2px 5px;
  color: #333 !important; }

.bt-content {
  color: #333 !important;
  padding: 0 !important; }

.table.bt thead,
.table.bt tbody th {
  display: none; }

.table.bt tfoot th,
.table.bt tfoot td,
.table.bt tbody td {
  border: none;
  display: block;
  vertical-align: top; }

.table.bt tfoot th:before,
.table.bt tfoot td:before,
.table.bt tbody td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 30%;
  display: inline-block; }

.table.bt tfoot th.bt-hide,
.table.bt tfoot td.bt-hide,
.table.bt tbody td.bt-hide {
  display: none; }

.table.bt tfoot th .bt-content,
.table.bt tfoot td .bt-content,
.table.bt tbody td .bt-content {
  vertical-align: top;
  width: 55%;
  display: inline-block;
  padding-top: 10px;
  color: #333; }

.table_COA .tab-nav {
  width: 100%;
  height: 48px;
  border-bottom: 0px;
  margin-top: 30px; }

.table_COA .tab-nav a {
  text-align: left;
  text-decoration: none;
  height: 48px;
  color: #333;
  background-color: #eeeeee;
  margin-right: 10px;
  padding: 15px 20px;
  float: left; }

.table_COA .tab-nav a.current {
  color: #333;
  background: #fff;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd; }

.table_COA .tab-con {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 10px;
  font-size: 16px;
  border: 1px solid #ddd;
  margin-bottom: 30px;
  padding: 20px; }

.table_COA .tab-con-item {
  display: none;
  width: 100%;
  text-align: left; }

.table_COA .tab-con-item p {
  margin: 0;
  display: block; }

.pagelist {
  text-align: left;
  margin-top: 20px;
  padding-left: 5px; }

.pagination {
  display: inline-block; }

.pagination > li {
  list-style-type: none; }

.pdf {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0; }

.pdf li {
  position: relative;
  font-weight: 400;
  color: var(--green-color); }

.pdf li a {
  color: var(--green-color);
  text-decoration: none;
  font-size: 18px; }

.pdf li a:hover {
  color: var(--yellow-color); }

.pdf li .icon {
  padding-right: 10px; }

.successinfo {
  padding-left: 15px;
  line-height: 30px;
  line-height: 22px;
  color: #888888;
  padding-right: 20px;
  padding-bottom: 20px; }

.successinfo .iconarea .iconunit {
  text-align: center;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #7b9d3c;
  color: #ffffff;
  line-height: 40px;
  font-weight: bolder;
  font-size: 22px;
  position: relative;
  z-index: 9; }

.successinfo .tit {
  font-size: 20px;
  font-weight: bold;
  color: #7b9d3c;
  display: block; }

.successinfo .iconarea .iconunit img {
  top: 10px;
  left: 5px;
  position: absolute;
  z-index: 10; }

.lititle {
  border: 1px #8f44ad solid;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #8f44ad; }

.advantages .lititle {
  font-size: 18px; }

/***==================== Table Css style begin========***/
table {
  border-collapse: collapse;
  margin: 0 0;
  width: 100%;
  border: 1px solid #ddd; }

table tr,
table th,
table td {
  border: none;
  border-bottom: 1px solid #ddd;
  /*font-size: .875rem;*/ }

table th,
table td {
  padding: 10px 12px;
  text-align: left; }

table th {
  background: #00305b;
  color: #fff; }

table tr td {
  background: #fff;
  color: #333; }

table tr td a {
  color: #0085bb;
  text-decoration: none; }

table tr td a:hover {
  color: #8f44ad; }

table tr:nth-of-type(2n+2) td {
  background: #f9f9f9; }

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  /*font-size: .875rem;*/
  padding: 0; }

.services-container table {
  margin-bottom: 25px; }

.services-container table td {
  border-right: 1px solid #8064A2;
  line-height: 26px;
  font-size: 15px;
  color: #000; }

.services-container table td p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0px;
  padding-bottom: 0px; }

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
  padding: 10px; }

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  display: inline-block;
  padding: 2px 5px; }

table.bt tfoot th:first-of-type:before,
table.bt tfoot th:first-of-type .bt-content,
table.bt tfoot td:first-of-type:before,
table.bt tfoot td:first-of-type .bt-content,
table.bt tbody td:first-of-type:before,
table.bt tbody td:first-of-type .bt-content {
  padding-top: 10px; }

table.bt tfoot th:last-of-type:before,
table.bt tfoot th:last-of-type .bt-content,
table.bt tfoot td:last-of-type:before,
table.bt tfoot td:last-of-type .bt-content,
table.bt tbody td:last-of-type:before,
table.bt tbody td:last-of-type .bt-content {
  padding-bottom: 10px; }

table.bt thead,
table.bt tbody th {
  display: none; }

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  border: none;
  display: block;
  vertical-align: top; }

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 30%;
  display: inline-block; }

table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
  display: none; }

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  vertical-align: top;
  width: 55%;
  display: inline-block;
  padding-top: 10px; }

.inquiry_btn {
  padding: 0.3em 0.8em;
  clear: both;
  color: #FFF;
  background-color: #a7c44c;
  text-decoration: none;
  border-radius: 10px 0 10px 0;
  font-size: 14px;
  display: inline-block; }

.inquiry_btn:hover {
  color: #FFF;
  transition: background-color .3s;
  border-radius: 10px 0 10px 0;
  background: #94ae44; }

.services_reaunit img {
  max-width: 100%;
  transition: all 0.5s;
  border-radius: 10px;
  margin-top: 10px; }

.services_reaunit img:hover {
  transform: scale(1.05); }

.services_reaunit_1 img {
  max-width: 100%;
  transition: all 0.5s;
  margin-top: 10px; }

.services_reaunit_1 img:hover {
  transform: scale(1.05); }

/***==================== Table Css style end========***/
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0; }

a {
  color: #0084ff;
  text-decoration: none; }

a:hover {
  transition: color .3s;
  color: #edcd1f; }

html,
body {
  /*overflow: auto;*/
  margin: 0; }

body {
  font-display: swap;
  margin: 0;
  padding: 0;
  background-position: top center;
  background-repeat: no-repeat;
  font-weight: normal;
  font-size: 1em;
  -webkit-text-size-adjust: none;
  color: #222; }

.clear {
  clear: both; }

.red {
  color: #f00; }

.sub,
.sup {
  font-size: 10px;
  line-height: 1em; }

@-moz-document url-prefix() {
  .-moz-sub,
  .-moz-sup {
    position: relative; }

  .-moz-sub-span {
    position: relative;
    top: -8px; }

  .-moz-sup-span {
    position: relative;
    top: 0; } }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .-webkit-w16 {
    width: 16px;
    display: inline-block; }

  .-webkit-sub,
  .-webkit-sup {
    -webkit-transform: scale(0.5) translate(-8px, 0px);
    -webkit-letter-spacing: 1px; } }
.nav {
  position: fixed;
  z-index: 9999;
  width: 100%; }

.logo {
  width: auto;
  /*height: 80%;*/
  border: 0;
  margin: 0; }

.fixed {
  position: fixed;
  z-index: 999;
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  background-color: #363636; }

@media (min-width: 769px) and (max-width: 1279px) {
  .auto-header {
    max-width: 98%;
    margin: 0 auto; }

  .nav {
    position: fixed;
    z-index: 9999;
    width: 100%; }

  .logo {
    width: auto;
    float: left;
    border: 0;
    margin: 10px 0; }

  .fixed {
    position: relative;
    z-index: 999;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    background-color: #363636; } }
@media (max-width: 768px) {
  .logo-hr::after {
    position: unset !important;
    height: auto !important; }

  .basketBox {
    position: fixed !important;
    bottom: 0;
    right: 0;
    background: #1e2d3b;
    padding: 1em;
    z-index: 998; }

  .auto-header {
    max-width: 100%;
    margin: 0 auto; }

  .nav {
    z-index: 9999;
    width: 100%;
    background: #1e2d3b; }

  .logo {
    width: auto;
    border: 0;
    margin: 0; }

  .fixed {
    position: relative;
    z-index: 999;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    background-color: #363636; } }
@media all and (max-width: 768px) {
  .main-container {
    padding: 0 15px;
    background: #fff; } }
.text-center {
  text-align: center; }

table {
  border-collapse: collapse;
  margin: 30px 0 0 0;
  width: 100%;
  border: 1px solid #ddd; }

table tr,
table th,
table td {
  border: 0;
  border-bottom: 1px solid #ddd;
  /*font-size: .875rem*/ }

table th,
table td {
  padding: 10px 12px;
  text-align: left; }

table th {
  background: #1e2d3b;
  color: #fff; }

table tr td {
  background: #fff;
  color: #333; }

table tr td a {
  color: #9faab4;
  text-decoration: none; }

table tr:nth-of-type(2n+2) td {
  background: #f9f9f9; }

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  /*font-size: .875rem;*/
  padding: 0; }

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
  padding: 10px; }

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  display: inline-block;
  padding: 2px 5px; }

table.bt tfoot th:first-of-type:before,
table.bt tfoot th:first-of-type .bt-content,
table.bt tfoot td:first-of-type:before,
table.bt tfoot td:first-of-type .bt-content,
table.bt tbody td:first-of-type:before,
table.bt tbody td:first-of-type .bt-content {
  padding-top: 10px; }

table.bt tfoot th:last-of-type:before,
table.bt tfoot th:last-of-type .bt-content,
table.bt tfoot td:last-of-type:before,
table.bt tfoot td:last-of-type .bt-content,
table.bt tbody td:last-of-type:before,
table.bt tbody td:last-of-type .bt-content {
  padding-bottom: 10px; }

table.bt thead,
table.bt tbody th {
  display: none; }

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  border: 0;
  display: block;
  vertical-align: top; }

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
  content: attr(data-th) ":";
  font-weight: bold;
  width: 30%;
  display: inline-block; }

table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
  display: none; }

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  vertical-align: top;
  width: 55%;
  display: inline-block;
  padding-top: 10px; }

.inquiry_btn {
  padding: .3em .8em;
  clear: both;
  color: #FFF;
  background-color: #edcd1f;
  text-decoration: none;
  border-radius: 2px;
  font-size: 1em;
  display: inline-block;
  transition: all .3s;
  margin: 10px 0; }

.inquiry_btn:hover {
  color: #FFF;
  background: #f5d832; }

.cart_btn {
  padding: .3em .8em;
  clear: both;
  color: #FFF;
  background-color: #1e2d3b;
  text-decoration: none;
  border-radius: 2px;
  font-size: 1em;
  display: inline-block;
  transition: all .3s;
  margin: 10px 0;
  cursor: pointer; }

.cart_btn:hover {
  color: #FFF;
  background: #314353; }

.right_nav {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 60px 0 60px 0;
  background: #f6f6f6;
  margin: 30px 0;
  font-weight: 600; }

.list_dl h1 {
  font-size: 1.2em;
  color: #0074c6; }

.list_dl h2 {
  font-size: 1.2em;
  padding-left: 1.3em;
  color: #9faab4;
  font-weight: bold;
  padding-top: 10px; }

.list_dt {
  color: #333;
  padding: 0 1.3em 0 0;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative; }

.list_dt p {
  color: #333;
  font-size: 1em;
  line-height: 1.2 !important;
  padding: 5px 0;
  margin-bottom: 0; }

.list_dt p a {
  color: #000;
  text-decoration: none; }

.list_dl a:hover {
  color: #0074c6 !important; }

.list_dt:hover ._after {
  display: block;
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

#open ._after {
  display: block;
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #1e2d3b; }

.list_dt_icon {
  position: absolute;
  right: 0;
  top: .5em;
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/off.png") no-repeat;
  transition: all 0.3s; }

.list_dt_icon:hover {
  opacity: 0.9; }

#open .list_dt_icon {
  background: url("../images/open.png") no-repeat; }

.list_dd {
  display: none;
  margin-left: 0; }

.list_li {
  list-style-type: none;
  display: block;
  padding: 8px 0;
  font-size: 1em;
  padding-right: 10px; }

.list_li a {
  color: #333;
  text-decoration: none; }

.services-container .list_li a {
  color: #333;
  text-decoration: none; }

.list_li a:hover {
  color: #666;
  text-decoration: none; }

@media (min-width: 769px) and (max-width: 1279px) {
  .right_nav {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 60px 0 60px 0;
    background: #f6f6f6;
    margin: 30px 0;
    font-weight: 600; }

  .list_dl h1 {
    font-size: 1.2em; }

  .list_dl h2 {
    font-size: 1.2em;
    padding-left: 1.3em;
    font-weight: bold;
    padding-top: 10px; }

  .list_dt {
    padding: 0 1.3em;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative; }

  .list_dt p {
    font-size: 1em;
    padding: 5px 0; }

  .list_dt p a {
    text-decoration: none; }

  .list_dt:hover ._after {
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }

  #open ._after {
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #1e2d3b; }

  .list_dt_icon {
    position: absolute;
    right: 10px;
    top: 12px;
    display: block;
    width: 16px;
    height: 16px;
    background: url("../images/off.png") no-repeat; }

  #open .list_dt_icon {
    background: url("../images/open.png") no-repeat; }

  .list_dd {
    display: none; }

  .list_li {
    list-style-type: none;
    padding: 8px 0;
    line-height: 22px;
    font-size: 1em; }

  .list_li a {
    text-decoration: none; }

  .list_li a:hover {
    text-decoration: none; } }
@media (max-width: 768px) {
  .right_nav {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 60px 0 60px 0;
    background: #f6f6f6;
    margin: 30px 0;
    font-weight: 600; }

  .list_dl h1 {
    font-size: 1.2em; }

  .list_dl h2 {
    font-size: 1.2em;
    padding-left: 20px;
    font-weight: bold;
    padding-top: 10px; }

  .list_dt {
    padding: 0 20px;
    line-height: 22px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative; }

  .list_dt p {
    font-size: 1em;
    padding: 5px 0; }

  .list_dt p a {
    text-decoration: none; }

  .list_dt:hover ._after {
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }

  #open ._after {
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #1e2d3b; }

  .list_dt_icon {
    position: absolute;
    right: 10px;
    top: 12px;
    display: block;
    width: 16px;
    height: 16px;
    background: url("../images/off.png") no-repeat; }

  #open .list_dt_icon {
    background: url("../images/open.png") no-repeat; }

  .list_dd {
    display: none; }

  .list_li {
    list-style-type: none;
    padding: 8px 0;
    line-height: 22px;
    font-size: 1em; }

  .list_li a {
    text-decoration: none; }

  .list_li a:hover {
    text-decoration: none; } }
.pro_list {
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 14px;
  border-bottom: 1px #e6e6e6 solid;
  padding: 10px 0;
  margin: 5px 0;
  display: table; }

.pro_list div {
  width: 49%;
  display: inline-block;
  vertical-align: top; }

.pro_list_title {
  display: table !important;
  width: 100% !important;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 15px; }

.pro_list_title a {
  color: #2751a3;
  text-decoration: none; }

.pro_list_title span {
  font-size: 1em;
  font-weight: normal;
  text-align: right; }

.pro_real_title {
  display: table-cell !important;
  vertical-align: top;
  width: auto !important; }

.pro_inquriy_btn {
  float: right;
  display: table-cell !important;
  width: 200px;
  vertical-align: top; }

.pro_inquriy_btn a {
  vertical-align: top;
  font-size: 1em;
  padding-left: 10px; }

@media (min-width: 769px) and (max-width: 1279px) {
  .pro_list {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px #e6e6e6 solid;
    padding: 10px 0;
    margin: 5px 0; }

  .pro_list_title {
    display: block;
    font-size: 1.2em;
    font-weight: bold; }

  .pro_list_title a {
    color: #2751a3;
    text-decoration: none; }

  .pro_list_title span {
    font-size: 1em;
    font-weight: normal; }

  .pro_inquriy_btn {
    float: right;
    display: inline-block;
    width: 200px; }

  .pro_inquriy_btn a {
    vertical-align: top;
    font-size: 1em;
    padding-left: 10px; }

  .inquiry_btn {
    padding: .3em .8em;
    clear: both;
    color: #FFF;
    background-color: #edcd1f;
    text-decoration: none;
    font-size: 1em;
    display: inline-block;
    float: right; }

  .inquiry_btn:hover {
    color: #FFF;
    transition: background-color .3s;
    background: #f90; } }
@media (max-width: 768px) {
  .pro_list {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px #e6e6e6 solid;
    padding: 10px 0;
    margin: 5px 0; }

  .pro_list_title {
    display: block;
    font-size: 1.2em;
    font-weight: bold; }

  .pro_list_title a {
    color: #2751a3;
    text-decoration: none; }

  .pro_list_title span {
    font-size: 1em;
    font-weight: normal; }

  .pro_inquriy_btn {
    float: left;
    display: inline-block;
    width: 100%;
    margin: 5px 0; }

  .pro_inquriy_btn a {
    vertical-align: top;
    font-size: 1em;
    padding-left: 10px; }

  .pagination {
    text-align: left !important; }

  .pagination li {
    margin-bottom: 20px !important; }

  .cart_btn {
    float: right; }

  .inquiry_btn {
    padding: .3em .8em;
    clear: both;
    color: #FFF;
    background-color: #edcd1f;
    text-decoration: none;
    font-size: 1em;
    display: inline-block;
    float: right; }

  .inquiry_btn:hover {
    color: #FFF;
    transition: background-color .3s;
    background: #f90; } }
.related_title {
  font-size: 1.2em;
  font-weight: bold;
  padding: 20px 0; }

.related_services li {
  width: 48%;
  line-height: 1.3;
  float: left;
  padding: 5px 0;
  font-size: 1em;
  background-repeat: no-repeat;
  padding-left: 20px;
  background-position: 0 10px; }

.related_services li a {
  color: #2751a3;
  text-decoration: none; }

.related_services li a:hover {
  color: #9faab4;
  text-decoration: none; }

@media (min-width: 769px) and (max-width: 1279px) {
  .related_title {
    font-size: 1.2em;
    font-weight: bold;
    padding: 20px 0; }

  .related_services li {
    width: 100%;
    line-height: 1.3;
    float: left;
    padding: 5px 0;
    font-size: 1em;
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: 0 10px; }

  .related_services li a {
    color: #2751a3;
    text-decoration: none; }

  .related_services li a:hover {
    color: #9faab4;
    text-decoration: none; } }
@media (max-width: 768px) {
  .related_title {
    font-size: 1.2em;
    font-weight: bold;
    padding: 20px 0; }

  .related_services li {
    width: 100%;
    line-height: 1.3;
    float: left;
    padding: 5px 0;
    font-size: 1em;
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: 0 10px; }

  .related_services li a {
    color: #2751a3;
    text-decoration: none; }

  .related_services li a:hover {
    color: #9faab4;
    text-decoration: none; } }
.pro_datesheets {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: inline-block;
  margin: 0; }

.pro_datesheets a {
  color: #333;
  text-decoration: none;
  padding-left: 10px;
  vertical-align: top; }

.pro_datesheets a:hover {
  color: #9faab4; }

.pagenav {
  text-align: left;
  font-size: 1em;
  text-decoration: none;
  margin-top: 20px;
  height: auto;
  overflow: hidden;
  padding: 10px 0; }

.pagenav a {
  margin-right: 8px;
  color: #333;
  text-decoration: none;
  border: 1px #d3d3d3 solid;
  padding: 4px 12px;
  border-radius: 5px; }

.pagenav span.cpb {
  margin-right: 8px;
  color: #f00;
  text-decoration: none;
  border: 1px #d3d3d3 solid;
  padding: 4px 12px;
  border-radius: 5px; }

.pagenav a:hover {
  color: #fff;
  text-decoration: none;
  background: #ffcc00;
  border: 1px #ffcc00 solid; }

.pagenav .active a {
  color: #fff;
  text-decoration: none;
  background: #1e2d3b;
  border: 1px #1e2d3b solid; }

.Inquiry_container {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 30px; }

.Inquiry_container h1 {
  font-size: 36px;
  color: #1e2d3b; }

.Inquiry_form ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.Inquiry_form li {
  position: relative;
  width: 49%;
  display: inline-block;
  margin-bottom: 15px; }

.Inquiry_form li:nth-child(2),
.Inquiry_form li:nth-child(3) {
  width: 49% !important;
  float: left; }

.Inquiry_form label {
  width: 100%;
  display: inline-block;
  text-align: left;
  padding: 10px 0;
  font-size: 1em; }

.Inquiry_form input {
  height: 38px;
  width: 100%;
  background: #fff;
  border: #ddd solid 1px;
  color: #333;
  padding-left: 10px;
  outline: 0;
  border-radius: 4px; }

.Inquiry_form input#iquantity {
  width: calc(100% - 90px) !important; }

#quantityunit {
  float: right !important; }

.Inquiry_form textarea {
  padding-left: 10px;
  width: 100%;
  background: #fff;
  outline: 0;
  border: #ddd solid 1px;
  color: #333;
  resize: none; }

#inquiry .Inquiry_form .submit {
  float: right; }

.Inquiry_form .Code {
  width: 50%; }

.Inquiry_form textarea {
  font-display: swap;
  padding-top: 10px;
  border-radius: 4px; }

#inquiry .Inquiry_form input {
  background: #fff;
  border: #e5e5e5 solid 1px;
  color: #333; }

#inquiry .Inquiry_form textarea {
  background: #fff;
  outline: 0;
  border: #e5e5e5 solid 1px;
  color: #333; }

#inquiry #formID label {
  display: none; }

@media (min-width: 769px) and (max-width: 1279px) {
  .Inquiry_container {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 30px; }

  .Inquiry_container h1 {
    font-size: 36px;
    color: #1e2d3b; }

  .Inquiry_form ul {
    list-style-type: none;
    list-style-position: outside;
    margin: 0;
    padding: 0; }

  .Inquiry_form li {
    position: relative;
    width: 100% !important;
    display: inline-block;
    margin-bottom: 10px; }

  .Inquiry_form label {
    width: 100%;
    display: inline-block;
    text-align: left;
    padding: 10px 0;
    font-size: 1em; }

  .Inquiry_form input {
    height: 38px; }

  .Inquiry_form textarea {
    padding-left: 10px; }

  .Inquiry_form .submit {
    display: inline-block;
    text-align: center;
    padding: 1em 3em;
    clear: both;
    color: #fff;
    text-decoration: none;
    background-color: #1e2d3b;
    border: 0;
    cursor: pointer;
    border: 2px #1e2d3b solid;
    font-weight: bold;
    margin-top: 10px; }

  .Inquiry_form .submit:hover {
    background: #fff;
    color: #444;
    transition: background-color .3s;
    border: 2px #1e2d3b solid;
    font-weight: bold; }

  .Inquiry_form .Code {
    width: 50%; }

  .Inquiry_form textarea {
    font-display: swap;
    font-family: 'Raleway', sans-serif;
    padding-top: 10px; } }
@media (max-width: 768px) {
  .Inquiry_container {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 30px; }

  .Inquiry_container h1 {
    font-size: 36px;
    color: #1e2d3b; }

  .Inquiry_form ul {
    list-style-type: none;
    list-style-position: outside;
    margin: 0;
    padding: 0; }

  .Inquiry_form li {
    position: relative;
    width: 100% !important;
    display: inline-block;
    margin-bottom: 10px; }

  .Inquiry_form li:nth-child(2), .Inquiry_form li:nth-child(3), .Inquiry_form li:nth-child(4), .Inquiry_form li:nth-child(5) {
    width: 100% !important;
    float: left; }

  .Inquiry_form label {
    width: 100%;
    display: inline-block;
    text-align: left;
    padding: 10px 0;
    font-size: 1em; }

  .Inquiry_form input {
    height: 38px; }

  .Inquiry_form textarea {
    padding-left: 10px; }

  .Inquiry_form .submit {
    display: inline-block;
    text-align: center;
    padding: 1em 3em;
    clear: both;
    color: #fff;
    text-decoration: none;
    background-color: #1e2d3b;
    border: 0;
    cursor: pointer;
    border: 2px #1e2d3b solid;
    font-weight: bold;
    margin-top: 10px; }

  .Inquiry_form .submit:hover {
    background: #fff;
    color: #444;
    transition: background-color .3s;
    border: 2px #1e2d3b solid;
    font-weight: bold; }

  .Inquiry_form .Code {
    width: 50%; }

  .Inquiry_form textarea {
    font-display: swap;
    font-family: 'Raleway', sans-serif;
    padding-top: 10px; } }
.successinfo {
  line-height: 30px;
  line-height: 22px;
  color: #888;
  padding-right: 20px;
  padding-bottom: 20px; }

.successinfo table {
  border: 0 !important; }

.successinfo .iconarea .iconunit {
  text-align: center;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #48caac;
  color: #fff;
  line-height: 40px;
  font-weight: bolder;
  font-size: 22px;
  position: relative;
  z-index: 9; }

.successinfo .tit {
  font-size: 20px;
  font-weight: bold;
  color: #1e2d3b;
  display: block; }

.successinfo .iconarea .iconunit img {
  top: 10px;
  left: 5px;
  position: absolute;
  z-index: 10; }

.Inquiry_success strong {
  display: inline-block;
  width: 22%; }

.Inquiry_success li {
  padding-bottom: 5px;
  padding-top: 5px; }

.contact_bottom {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto; }

.contact_container {
  position: relative;
  color: #111;
  font-size: 1em;
  height: auto;
  overflow: hidden; }

.contact_container .f-iconfont {
  font-size: 6em; }

.contact_container h3 {
  font-size: 1em;
  font-weight: normal; }

.contact_item p {
  font-weight: normal;
  margin: 0; }

.contact_item input {
  border: 1px #b0b2b3 solid;
  border-radius: 4px;
  line-height: 35px;
  width: 90%;
  margin: 10px 0;
  padding-left: 10px; }

.contact_item .btn {
  padding: .5em 2em;
  clear: both;
  border-radius: 4px;
  color: #111;
  background-color: #1e2d3b;
  text-decoration: none;
  font-size: 1em;
  margin-bottom: 10px;
  display: inline-block; }

.contact_item .btn:hover {
  color: #FFF;
  transition: background-color .3s;
  background: #2b6f99; }

.contact_container a {
  color: #111;
  text-decoration: none; }

.contact_container a:hover {
  color: #1c447f; }

.contact_container ul li strong {
  font-weight: normal; }

.customer_bottom {
  padding-top: 45px; }

.customer_bottom img {
  text-align: center; }

.customer_bottom p {
  font-size: 1em; }

.bottom_cop {
  width: 100%;
  padding: 20px 0;
  text-align: center;
  color: #999;
  background-color: #1e2d3b;
  font-size: 0.9em; }

.Inquiry_form li {
  position: relative;
  width: 100% !important;
  display: inline-block;
  margin-bottom: 10px; }

.inpage_left {
  width: 820px; }

.inpage_section_title {
  margin: 0 auto;
  text-align: left; }

.inpage_section_title h1 {
  font-size: 28px;
  margin-top: -5px; }

.inpage_section_title hr {
  height: 4px;
  width: 70px;
  text-align: left;
  position: relative;
  background: #0074c6;
  margin: 0 auto;
  margin-bottom: 20px;
  border: 0;
  display: inline-block; }

.Referencemargin {
  margin-top: 0 !important;
  margin-bottom: 15px !important;
  padding-bottom: 0 !important; }

.Referencemargin strong {
  font-size: 1em !important; }

.tablecontentshow {
  margin: auto auto 15px auto; }

.tablecontentshow td {
  padding: 15px;
  border-right: #ddd solid 1px; }

.tablecontentshow .servicetheadbg {
  background-color: #edcd1f;
  color: #333;
  font-weight: 500; }

.Searchresult li {
  padding-bottom: 5px !important; }

.Searchnoresult {
  line-height: 30px;
  line-height: 22px;
  color: #888;
  padding-right: 20px;
  padding-bottom: 20px; }

.Searchnoresult table {
  border: 0 !important; }

.Searchnoresult .iconarea .iconunit {
  text-align: center;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #f00;
  color: #fff;
  line-height: 40px;
  font-weight: bolder;
  font-size: 22px;
  position: relative;
  z-index: 9; }

.Searchnoresult .tit {
  font-size: 20px;
  font-weight: bold;
  color: #f00;
  display: block; }

.Searchnoresult .iconarea .iconunit img {
  top: 10px;
  left: 5px;
  position: absolute;
  z-index: 10; }

.E404 img {
  display: block;
  max-width: 100%;
  height: auto; }

.E404 {
  width: 510px;
  margin: 70px auto auto auto;
  border: 0 solid #f00; }

.E404 .Etit {
  font-size: 25px;
  line-height: 35px;
  color: #525151; }

.E404 .content {
  color: #767676; }

.E404 a {
  color: #525151;
  text-decoration: none; }

.E404 .btn {
  border: 1px solid #ddd;
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
  margin-right: 10px;
  background-color: #efefef; }

.E404 .btn:hover {
  background-color: #1e2d3b;
  color: #fff; }

@media only screen and (max-width: 1024px) {
  .E404 {
    width: 90%;
    margin: 0 auto auto auto;
    padding-left: 20px;
    padding-right: 20px; } }
.products_bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.banner_inpage {
  width: 100%;
  margin: 0 auto; }

.auto-container {
  position: absolute; }

.auto-container h1 {
  color: #FFF;
  text-align: center;
  width: 100%;
  margin: 0; }

.auto-container p {
  color: #FFF;
  margin: 0;
  padding: 10px 0;
  font-size: 1.2em;
  font-weight: bold;
  padding-top: 15px;
  text-align: center;
  line-height: 28px; }

@media (min-width: 1280px) {
  .banner_inpage {
    min-height: 400px; }

  .auto-container {
    width: 50%;
    top: 15%;
    left: 25%; }

  .auto-container h1 {
    font-size: 42px; } }
@media (min-width: 769px) and (max-width: 1279px) {
  .banner_inpage {
    min-height: 450px; }

  .auto-container {
    width: 60%;
    top: 15%;
    left: 25%; }

  .auto-container h1 {
    font-size: 42px; } }
@media (max-width: 768px) {
  .banner_inpage {
    min-height: 300px; }

  .auto-container {
    width: 90%;
    top: 6%;
    left: 5%; }

  .auto-container h1 {
    font-size: 32px; } }
.bread-crumb {
  position: relative;
  font-size: 15px; }

.bread-crumb li {
  position: relative;
  display: inline-block;
  font-size: 13px;
  margin-right: 30px;
  color: #000;
  font-weight: 700;
  line-height: 24px; }

.bread-crumb li:last-child {
  margin-right: 0; }

.bread-crumb li:after {
  content: "\e602";
  font-family: 'mine';
  position: absolute;
  top: -2px;
  right: -22px;
  width: 10px;
  line-height: 26px;
  font-size: 10px;
  color: #b9c3ce;
  transition: transform .2s;
  -webkit-transition: transform 0.2s; }

.bread-crumb li:last-child:after {
  display: none; }

.bread-crumb li a {
  color: #9faab4;
  font-weight: 400;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  text-decoration: none; }

.bread-crumb li a:hover {
  color: #435363; }

.social-icon-two {
  padding-top: 10px;
  list-style-type: none;
  width: auto;
  margin: 0 auto;
  padding: 0;
  height: auto;
  overflow: hidden; }

.social-icon-two li {
  margin-right: 12px;
  margin-left: 0;
  float: left; }

.social-icon-two li a {
  color: #858585;
  font-size: 30px; }

.social-icon-two li a:hover {
  color: #edcd1f; }

.list-style-two {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0; }

.list-style-two li {
  position: relative;
  margin-bottom: 5px;
  line-height: 1.2;
  display: block;
  font-size: 16px; }

.list-style-two li .icon {
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  color: #FFF;
  font-size: 1.2em;
  line-height: 1em;
  text-align: center;
  background-color: #8a8a8a;
  border-radius: 100%;
  padding-top: 5px; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-stage-outer.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-controls .owl-nav div,
.owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition-property: scale;
  transition-duration: 100ms;
  transition-timing-function: ease; }

.owl-carousel .owl-video-play-icon:hover {
  -moz-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  -o-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  transition-property: opacity;
  transition-duration: 400ms;
  transition-timing-function: ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

.owl-loaded {
  display: block; }

.owl-loading {
  opacity: 0;
  display: block; }

.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#owl-box {
  position: relative; }

.owl-prev {
  position: absolute;
  left: 2em;
  top: 50%;
  transform: rotate(180deg); }

.owl-next {
  position: absolute;
  right: 2em;
  top: 50%; }

.owl-prev .icon-go:before,
.owl-next .icon-go:before {
  font-size: 2em;
  color: rgba(255, 255, 255, 0.8); }

.owl-box:hover .owl-prev,
.owl-box:hover .owl-next {
  display: none; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel .owl-item img.owl-lazy {
  opacity: 0; }

.owl-carousel .owl-item img {
  opacity: 1;
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition-property: opacity;
  transition-duration: 400ms;
  transition-timing-function: ease; }

.owl-carousel .owl-stage.backfacefix .owl-item {
  -webkit-backface-visibility: hidden; }

.owl-rtl {
  direction: rtl; }

.owl-rtl .owl-item {
  float: right; }

.no-js .owl-carousel {
  display: block; }

.animated {
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-animated-in {
  z-index: 0; }

.owl-animated-out {
  z-index: 1; }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
* {
  outline: 0; }

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px; }

a:hover {
  transition: color .3s; }

body {
  margin: 0px;
  padding: 0px;
  font-family: sans-serif;
  background-position: top center;
  background-repeat: no-repeat;
  font-weight: normal;
  font-size: 16px;
  -webkit-text-size-adjust: none;
  color: #444; }

.clears {
  clear: both; }

.red {
  color: #ff0000; }

.services-container h2,
.services-container h3,
.services-container h4,
.services-container h5,
.services-container h6 {
  margin-bottom: 20px; }

/* sup & sub */
.sub,
.sup {
  font-size: 10px;
  line-height: 14px; }

@-moz-document url-prefix() {
  /* for Firefox  */
  .-moz-sub,
  .-moz-sup {
    position: relative; }

  .-moz-sub-span {
    position: relative;
    top: -8px; }

  .-moz-sup-span {
    position: relative;
    top: 0px; } }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* for Google Chrome Safari 3.0 Opera 9  */
  .-webkit-w16 {
    width: 16px;
    display: inline-block; }

  .-webkit-sub,
  .-webkit-sup {
    -webkit-transform: scale(0.5) translate(-8px, 0px);
    /* -ms-transform: ;
                              -o-transform: ;
                             transform: ;
                              -webkit-min-device-pixel-ratio:0;*/
    -webkit-letter-spacing: 1px; } }
/***==================== Table Css style begin========***/
table {
  border-collapse: collapse;
  margin: 1.25em 0 0;
  width: 100%;
  border: 1px solid #8064A2; }

table tr,
table th,
table td {
  border: none;
  border-bottom: 1px solid #8064A2;
  /*font-size: .875rem;*/ }

table tr.firstRow td {
  background: #8064A2;
  color: #fff;
  border-right: 1px solid #9977c3; }

table th,
table td {
  padding: 10px 12px;
  text-align: left; }

table th {
  background: #a7c44c;
  color: #fff; }

table tr td {
  background: #fff;
  color: #333; }

table tr td a {
  color: #6b8d00;
  text-decoration: none; }

table tr:nth-of-type(2n+2) td {
  background: #CCC1D9; }

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  /*font-size: .875rem;*/
  padding: 0; }

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
  padding: 10px; }

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  display: inline-block;
  padding: 2px 5px; }

table.bt tfoot th:first-of-type:before,
table.bt tfoot th:first-of-type .bt-content,
table.bt tfoot td:first-of-type:before,
table.bt tfoot td:first-of-type .bt-content,
table.bt tbody td:first-of-type:before,
table.bt tbody td:first-of-type .bt-content {
  padding-top: 10px; }

table.bt tfoot th:last-of-type:before,
table.bt tfoot th:last-of-type .bt-content,
table.bt tfoot td:last-of-type:before,
table.bt tfoot td:last-of-type .bt-content,
table.bt tbody td:last-of-type:before,
table.bt tbody td:last-of-type .bt-content {
  padding-bottom: 10px; }

table.bt thead,
table.bt tbody th {
  display: none; }

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  border: none;
  display: block;
  vertical-align: top; }

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 30%;
  display: inline-block; }

table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
  display: none; }

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  vertical-align: top;
  width: 55%;
  display: inline-block;
  padding-top: 10px; }

.inquiry_btn {
  padding: 0.3em 0.8em;
  clear: both;
  color: #FFF;
  background-color: #a7c44c;
  text-decoration: none;
  border-radius: 10px 0 10px 0;
  font-size: 14px;
  display: inline-block; }

.inquiry_btn:hover {
  color: #FFF;
  transition: background-color .3s;
  border-radius: 10px 0 10px 0;
  background: #94ae44; }

.con_container table tr:nth-of-type(2n+2) td {
  background: none; }

.services-container .con_container table {
  border: 1px solid #bcbcbc; }

.services-container .con_container table tr {
  border: 1px solid #bcbcbc; }

.services-container .con_container table td {
  border: 1px solid #bcbcbc; }

/***==================== Table Css style end========***/
/*---------------services page ---------------*/
.services-container .italic {
  font-style: italic; }

.services-container p {
  line-height: 26px;
  margin-bottom: 25px;
  font-size: 16px;
  color: #000; }

.services-container a {
  color: #4472c4;
  text-decoration: none; }

.services-container a:hover {
  color: #004fda; }

.services-container h2,
.services-container h3,
.services-container h4,
.services-container h5,
.services-container h6 {
  font-size: 20px;
  font-weight: bolder; }

.services-container h3 {
  color: var(--green-color);
  margin-bottom: 25px;
  padding-top: 5px; }

.services-container h5 {
  font-size: 18px; }

.inpage_left {
  width: 800px; }

.inpage_section_title {
  margin: 0 auto;
  text-align: left; }

.inpage_section_title h1 {
  font-size: 28px; }

.inpage_section_title hr {
  height: 4px;
  width: 70px;
  text-align: left;
  position: relative;
  background: #a7c44c;
  margin: 0 auto;
  margin-bottom: 20px;
  border: 0;
  display: inline-block; }

.ServiceShowPic {
  font-size: 0.75em;
  text-align: center;
  line-height: 1.4em !important;
  color: #666666 !important; }

.ServiceShowPic img {
  margin: auto; }

.ServiceShowleftPic {
  float: left;
  margin-right: 15px;
  text-align: center;
  color: #666666;
  display: inline-block; }

.ServiceShowrightPic {
  float: right;
  margin-left: 15px;
  text-align: center;
  color: #666666;
  display: inline-block; }

.ServiceShowPic,
.ServiceShowrightPic,
.ServiceShowleftPic {
  font-size: 0.9em !important;
  text-align: center;
  margin-bottom: 20px; }

.ServiceShowPic img,
.ServiceShowrightPic img,
.ServiceShowleftPic img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto; }

.Reference {
  font-size: 16px !important;
  line-height: 20px !important;
  color: #f1b31d !important; }

.Reference li {
  line-height: revert !important;
  padding-bottom: 0 !important;
  font-size: 15px !important;
  color: #949494 !important;
  margin-bottom: 5px;
  line-height: 20px !important; }

.f-text-container ul,
.f-text-container ol {
  padding: 0 0 15px 19px;
  margin: 0; }

.f-text-container ul li {
  list-style: disc; }

.f-text-container ol li {
  list-style-type: decimal; }

.f-text-container ul li > ul > li {
  list-style-type: circle; }

.f-text-container ol li > ul > li {
  list-style-type: lower-latin; }

.fa-disc::before {
  content: "●";
  font-style: normal;
  font-weight: normal;
  padding-right: 5px; }

.fa-triangle::before {
  content: "▶";
  font-style: normal;
  font-weight: normal;
  padding-right: 5px;
  font-size: 30%; }

.fa-star::before {
  content: "★";
  font-style: normal;
  font-weight: normal;
  padding-right: 5px; }

.triangle li {
  list-style-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxNy4zNjEgMTcuMzYxIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxNy4zNjEgMTcuMzYxIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwb2x5Z29uIGZpbGw9IiM1RjVGNUYiIHBvaW50cz0iMS45MjgsMTcuMzY1IDEuOTI4LDAuMSAxNS41ODQsOC43MzIgIi8+DQo8L3N2Zz4NCg==) !important; }

.star li {
  list-style-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i5Zu+5bGCXzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTcuNCAxNy40IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNy40IDE3LjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM1RTVFNUU7fQ0KPC9zdHlsZT4NCjxnPg0KCTxnPg0KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTcuNCw2LjhsLTUuMiwzLjhsMS43LDYuM2wtNS4zLTMuN2wtNS4yLDMuN2wxLjktNi4yTDAsNi44aDYuNmwyLjEtNi4ybDIuMSw2LjJIMTcuNHoiLz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4NCg==) !important; }

.disc li {
  list-style: disc !important; }

.roman li {
  list-style: lower-roman !important; }

.hollow-disc li {
  list-style-type: circle !important; }

.decimal li {
  list-style: decimal !important; }

.greek li {
  list-style: lower-greek !important; }

.latin li {
  list-style: lower-latin !important; }

.upper-latin li {
  list-style: upper-latin !important; }

.disc li {
  list-style: disc !important; }

.roman li {
  list-style: lower-roman !important; }

.Reference {
  padding-bottom: 0px;
  font-size: 20px !important;
  line-height: 25px !important;
  color: var(--green-color) !important;
  margin-bottom: 10px !important; }

p.Reference {
  padding-top: 8px; }

.Referencemargin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0px !important; }

.Referencemargin strong {
  font-size: 14px !important; }

.Referencemargin li {
  padding-bottom: 8px !important; }

.tablecontentshow {
  margin: auto auto 15px auto; }

.tablecontentshow td {
  padding: 5px; }

.tablecontentshow .servicetheadbg {
  background-color: #a7c44c;
  color: #ffffff; }

@media (min-width: 769px) and (max-width: 1279px) {
  .services-container a {
    color: #2f57a6;
    text-decoration: none; }

  .inpage_left {
    width: 60%; }

  .inpage_section_title {
    margin: 0 auto;
    font-family: "Century Gothic";
    text-align: left; }

  .inpage_section_title h1 {
    font-size: 28px; }

  .inpage_section_title hr {
    height: 4px;
    width: 70px;
    text-align: left;
    position: relative;
    background: #a7c44c;
    margin: 0 auto;
    margin-bottom: 20px;
    border: 0;
    display: inline-block; }

  .ServiceShowleftPic,
  .ServiceShowrightPic {
    width: 100%;
    text-align: center;
    margin-bottom: 10px; }

  .ServiceShowleftPic img,
  .ServiceShowrightPic img {
    margin-bottom: 15px; }

  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }
@media (max-width: 768px) {
  .services-container a {
    color: #2f57a6;
    text-decoration: none; }

  .inpage_left {
    width: 100%; }

  .inpage_section_title {
    margin: 0 auto;
    font-family: "Century Gothic";
    text-align: left; }

  .inpage_section_title h1 {
    font-size: 28px; }

  .inpage_section_title hr {
    height: 4px;
    width: 70px;
    text-align: left;
    position: relative;
    background: #a7c44c;
    margin: 0 auto;
    margin-bottom: 20px;
    border: 0;
    display: inline-block; }

  .ServiceShowleftPic,
  .ServiceShowrightPic {
    width: 100%;
    text-align: center;
    margin-bottom: 10px; }

  .ServiceShowleftPic img,
  .ServiceShowrightPic img {
    margin-bottom: 15px; }

  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }
/*---------------services end ---------------*/
.ztitle {
  /* background: #f5f5f5; */
  position: relative;
  padding: 0px 10px 5px 10px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  cursor: pointer;
  color: #2f57a6; }

.ztitle a {
  width: 95%;
  display: inherit; }

.ztitle span {
  position: absolute;
  right: 10px;
  top: 3px;
  width: 30px;
  text-align: center;
  height: 30px;
  line-height: 25px;
  font-size: 24px;
  font-weight: bolder;
  padding: 0;
  /* background: #fbb908; */
  border-radius: 50%;
  /* color: #fff; */ }

.product-info-tabs {
  margin-top: 45px; }

.con_div {
  padding: 0px 15px 0 30px;
  color: #333; }

.ztitle span:after {
  transition: opacity 0.5s;
  opacity: 0; }

.ztitle .cshow:after {
  content: "+";
  opacity: 1; }

.ztitle .chide:after {
  content: "-";
  opacity: 1;
  font-size: 26px; }

.Fold-box {
  margin-bottom: 20px; }

/***

====================================================================
	Product Tabs Style
====================================================================

***/
.services-tabs {
  position: relative; }

.services-tabs .tab-btns {
  position: relative;
  z-index: 1;
  background: #d2d2d2;
  padding-top: 5px;
  padding-left: 20px; }

.services-tabs .tab-btns .tab-btn {
  position: relative;
  top: 1px;
  display: block;
  float: left;
  margin-right: 5px;
  font-size: 16px;
  background: #fff;
  color: #999;
  font-weight: 700;
  line-height: 24px;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 3px 22px 3px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.services-tabs .tab-btns .tab-btn:hover:after,
.services-tabs .tab-btns .tab-btn.active-btn:after {
  position: absolute;
  content: '';
  left: 0px;
  bottom: -3px;
  width: 100%;
  height: 5px;
  background-color: #ffffff;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.services-tabs .tab-btns .tab-btn:hover,
.services-tabs .tab-btns .tab-btn.active-btn {
  color: #333;
  background: #fff; }

.services-tabs .tabs-content {
  position: relative;
  padding: 15px;
  padding-bottom: 0;
  border-top: 0px; }

.services-tabs .tabs-content .tab {
  position: relative;
  display: none;
  border-top: 0px; }

.services-tabs .tabs-content .tab.active-tab {
  display: block; }

.services-tabs .tabs-content .tab .content {
  position: relative; }

.services-tabs .tabs-content .tab .content p {
  position: relative;
  font-size: 14px;
  line-height: 2em;
  color: #666666;
  margin-bottom: 0px; }

* {
  margin: 0;
  padding: 0; }

@media (min-width: 992px) {
  @font-face {
    font-family: 'ProximaNova-Bold';
    src: url("../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold.ttf") format("truetype"), url("../fonts/ProximaNova-Bold.svg#ProximaNova-Bold") format("svg");
    font-display: swap; }
  @font-face {
    font-family: 'ProximaNovaCond-Regular';
    src: url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Regular.ttf") format("truetype"), url("../fonts/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
    font-display: swap; }
  html, body {
    font-family: 'ProximaNovaCond-Regular'; }

  dl, dt, dd, ul, li, h3, h4, h5, h6, input, form, a, p, textarea, button, label {
    margin: 0;
    padding: 0;
    font-family: 'ProximaNovaCond-Regular';
    font-weight: 100;
    outline: none; }

  h1, h2, h3, h4, h5 {
    font-family: 'ProximaNova-Bold';
    margin: 0;
    padding: 0;
    font-weight: 100; } }
@media (max-width: 991px) {
  html, body {
    font-family: arial, helvetica, sans-serif; }

  h1, h2, h3, h4, h5 {
    font-weight: bold; } }
ol, ul, li {
  list-style: none; }

a {
  text-decoration: none; }

.fl {
  float: left; }

.fr {
  float: right; }

.clear {
  zoom: 1; }

.clear:after {
  display: block;
  clear: both;
  content: "";
  height: 0; }

.clearfix {
  overflow: hidden; }

img {
  border: none;
  outline: none; }

a {
  color: #333;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out; }

a:hover {
  color: #0050cc;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
  text-decoration: none; }

/*img{ max-width:100%; height:auto;}*/
input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #959595;
  font-size: 15px;
  font-weight: 500;
  font-family: 'ProximaNovaCond-Regular'; }

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #959595;
  font-size: 15px;
  font-weight: 500;
  font-family: 'ProximaNovaCond-Regular'; }

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #959595;
  font-size: 15px;
  font-weight: 500;
  font-family: 'ProximaNovaCond-Regular'; }

input::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #959595;
  font-size: 15px;
  font-weight: 500;
  font-family: 'ProximaNovaCond-Regular'; }

textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #959595;
  font-size: 15px;
  font-weight: 500;
  font-family: 'ProximaNovaCond-Regular'; }

textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #959595;
  font-size: 15px;
  font-weight: 500;
  font-family: 'ProximaNovaCond-Regular'; }

textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #959595;
  font-size: 15px;
  font-weight: 500;
  font-family: 'ProximaNovaCond-Regular'; }

textarea::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #959595;
  font-size: 15px;
  font-weight: 500;
  font-family: 'ProximaNovaCond-Regular'; }

a:link {
  text-decoration: none; }

　　 a:active {
  text-decoration: none; }

　　 a:hover {
  text-decoration: none; }

　　 a:visited {
  text-decoration: none; }

.imgbox img {
  transition: all 2s; }

.imgbox img:hover {
  transform: scale(1.1); }

.less {
  width: 420px;
  height: 400px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  transition: box-shadow .2s,-webkit-transform .2s;
  transition: box-shadow .2s,transform .2s;
  transition: box-shadow .2s,transform .2s,-webkit-transform .2s; }

.less:hover {
  transform: translateY(-6px);
  -webkit-transform: translateY(-6px); }

.gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; }

.navli > ul > li > .downnav::-webkit-scrollbar {
  width: 0px;
  /*height: 2px;*/
  background: #1e1e1e; }

.navli > ul > li > .downnav::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 2px #ab7525;
  background: #1e1e1e;
  width: 0px;
  height: 4px; }

.navli > ul > li > .downnav::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px #1e1e1e;
  border-radius: 10px;
  background: #fff; }

.text-dealsss {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

input[type="number"] {
  -moz-appearance: textfield; }

.icon_01 {
  background: url(../images/s-1.png) no-repeat; }

.icon_01:hover {
  background: url(../images/s-1-1.png) no-repeat;
  transition: color .3s; }

.icon_02 {
  background: url(../images/s-2.png) no-repeat; }

.icon_02:hover {
  background: url(../images/s-2-1.png) no-repeat;
  transition: color .3s; }

.icon_03 {
  background: url(../images/s-3.png) no-repeat; }

.icon_03:hover {
  background: url(../images/s-3-1.png) no-repeat;
  transition: color .3s; }

.icon_04 {
  background: url(../images/s-4.png) no-repeat; }

.icon_04:hover {
  background: url(../images/s-4-1.png) no-repeat;
  transition: color .3s; }

.icon_05 {
  background: url(../images/s-5.png) no-repeat; }

.icon_05:hover {
  background: url(../images/s-5-1.png) no-repeat;
  transition: color .3s; }

.icon_06 {
  background: url(../images/s-6.png) no-repeat; }

.icon_06:hover {
  background: url(../images/s-6-1.png) no-repeat;
  transition: color .3s; }

.icon_p_01 {
  background: url(../images/p-1.png) no-repeat;
  background-position: 10px; }

.icon_p_01:hover {
  background: url(../images/p-1-1.png) no-repeat;
  transition: color .3s;
  background-position: 10px; }

.icon_p_02 {
  background: url(../images/p-2.png) no-repeat;
  background-position: 10px; }

.icon_p_02:hover {
  background: url(../images/p-2-1.png) no-repeat;
  transition: color .3s;
  background-position: 10px; }

.icon_p_03 {
  background: url(../images/p-3.png) no-repeat;
  background-position: 10px; }

.icon_p_03:hover {
  background: url(../images/p-3-1.png) no-repeat;
  transition: color .3s;
  background-position: 10px; }

.icon_p_04 {
  background: url(../images/p-4.png) no-repeat;
  background-position: 10px; }

.icon_p_04:hover {
  background: url(../images/p-4-1.png) no-repeat;
  transition: color .3s;
  background-position: 10px; }

/*inpage all banner css images*/
.CAREERS {
  background: url(../images/CAREERS.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.about_bg {
  background: url(../images/aboutusbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.services_bg {
  background: url(../images/serbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.loc_quote_wrapper {
  background: url(../images/testimonial-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 20px 0; }

.icon_left_01 {
  background: url(../images/s-1-1.png);
  background-repeat: no-repeat;
  background-size: 26px;
  background-position: 5px; }

.icon_left_02 {
  background: url(../images/s-2-1.png);
  background-repeat: no-repeat;
  background-size: 26px;
  background-position: 5px; }

.icon_left_03 {
  background: url(../images/s-3-1.png);
  background-repeat: no-repeat;
  background-size: 26px;
  background-position: 5px; }

.icon_left_04 {
  background: url(../images/s-4-1.png);
  background-repeat: no-repeat;
  background-size: 26px;
  background-position: 5px; }

.icon_left_05 {
  background: url(../images/s-5-1.png);
  background-repeat: no-repeat;
  background-size: 26px;
  background-position: 5px; }

.icon_left_06 {
  background: url(../images/s-6-1.png);
  background-repeat: no-repeat;
  background-size: 26px;
  background-position: 5px; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  /*max-width: 276px;*/
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.popover.top {
  margin-top: -10px; }

.popover.right {
  margin-left: 10px; }

.popover.bottom {
  margin-top: 10px; }

.popover.left {
  margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px;
  color: #333; }

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25); }

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25); }

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px; }

.submit_search {
  position: relative; }

.submit_search .popover {
  top: 38px;
  left: 45%;
  transform: translateX(-50%);
  display: none;
  /*width: 250px;*/
  text-align: center; }

.top-header {
  width: 100%;
  height: auto;
  color: #fff;
  /*line-height: 60px;*/
  margin: 0 auto; }

.top-header span {
  color: #666666;
  padding-right: 20px; }

.top-header a {
  color: #666666;
  text-decoration: none; }

.top-header i {
  padding-right: 10px; }

.auto-header {
  width: 80%;
  margin: 0 auto; }

.nav {
  width: 100%;
  z-index: 9999;
  position: relative; }

.logo {
  float: left;
  border: 0;
  margin-top: -30px;
  /*margin-top: -22px;*/
  z-index: 9999;
  position: absolute; }

.logo img {
  /*height: 55px;*/
  height: 46px; }

/*input*/
.submit_search {
  background-color: white;
  text-decoration: none;
  height: 40px;
  margin: 10px 0 0 0;
  border-radius: 30px;
  z-index: 999;
  border: 1px #8c8c8c solid;
  display: inline-flex;
  width: 100%;
  color: #333; }

.submit_search form {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%; }

.submit_search select {
  border: 0;
  color: #666;
  height: 20px;
  line-height: 20px;
  margin-top: 0;
  outline: none;
  font-size: 14px;
  font-family: 'ProximaNovaCond-Regular';
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/arrow.png) 98% center no-repeat #fff;
  padding-right: 18px;
  float: left;
  margin-left: 10px; }

.submit_search input {
  border: 0;
  height: 30px;
  line-height: 30px;
  outline: none;
  float: left;
  margin-top: 0px;
  margin-left: 10px;
  margin-right: 10px;
  width: 100%; }

.submit_search .search-submit {
  text-decoration: none;
  margin: 0px 10px 0 0;
  cursor: pointer;
  float: right;
  background: none;
  border: none; }

.submit_search .search-submit:before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 18px;
  color: #666;
  text-align: center;
  padding: 0; }

.submit_search .search-submit:hover::before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 18px;
  color: #8f44ad;
  text-align: center; }

.section_title {
  margin: 0 auto;
  text-align: center; }

.section_title h2 {
  font-size: 28px;
  color: var(--green-color) !important; }

.section_title hr {
  height: 4px;
  width: 70px;
  text-align: center;
  position: relative;
  background: var(--green-color);
  margin: 0 auto;
  margin-bottom: 20px;
  border: 0; }

/*index products*/
.container {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  margin: 30px auto 0 auto;
  background: var(--yellow-color); }

.maincontent {
  margin: auto; }

.index_container p {
  line-height: 26px;
  font-size: 18px;
  height: auto;
  overflow: hidden; }

.indexservices p {
  height: 128px; }

.index_container p.videotext {
  height: auto; }

.index_container h2 {
  color: #fff;
  text-align: center;
  font-size: 36px;
  padding-bottom: 0;
  margin-bottom: 20px;
  line-height: 42px;
  font-family: "Poiret One"; }

.index_container p a {
  color: var(--green-color);
  text-decoration: none; }

.index_container p a:hover {
  color: #f84949; }

.index_container h4 a {
  color: var(--green-color);
  text-decoration: none; }

.index_container h4 a:hover {
  color: #f84949; }

.index_container h4 {
  color: #fff;
  font-family: "Poiret One";
  font-size: 22px;
  margin: 0; }

.index_container span {
  color: #fff;
  padding: 20px 0;
  display: block;
  line-height: 24px;
  margin-left: 20px; }

.index_container h1 {
  color: #333;
  font-family: "Poiret One";
  font-size: 36px;
  margin: 0;
  text-align: left; }

.index_container .advantages {
  color: #333;
  font-size: 36px;
  margin: 0;
  text-align: left; }

.services-block {
  position: relative;
  display: inline-block;
  margin: 10px 0; }

.services-block .image {
  position: relative; }

.services-block .lower-box img {
  position: relative;
  width: 100%;
  display: block;
  transition: all 0.3s; }

/*.services-block .lower-box img:hover{transform: scale(1.04);}*/
.services-block .lower-box {
  position: relative;
  padding: 20px; }

.services-block .lower-box h3 {
  position: relative;
  color: var(--green-color);
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  text-align: left;
  padding: 20px 0 0 15px;
  margin: 0;
  font-family: "Poiret One"; }

.services-block .lower-box h3 a {
  position: relative;
  color: var(--green-color);
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  line-height: 34px;
  text-align: left; }

.services-block .lower-box h3 a:hover {
  color: var(--blue-color); }

.services-block .lower-box p {
  color: #444444;
  line-height: 28px;
  padding: 0 15px;
  text-align: left; }

/*.services-block .lower-box span a:hover{color:#e04f00; text-decoration:underline;}*/
.row-4 {
  min-height: 1px;
  width: 33%;
  vertical-align: top; }

.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-float:hover,
.hvr-float:focus,
.hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px); }

.indexservices {
  width: 100%;
  margin: 30px 0;
  padding-top: 60px;
  border: 0px red solid; }

.indexservices h2 {
  font-family: "Poiret One";
  color: var(--green-color);
  font-size: 20px;
  text-align: left;
  margin: 0; }

.indexservices h2 a {
  color: var(--green-color);
  text-decoration: none; }

.indexservices h2 a:hover {
  color: var(--blue-color); }

.indexservices p {
  padding: 0;
  margin: 0; }

.aboutservices {
  width: 100%;
  margin: 30px 0;
  border: 0px red solid; }

.aboutservices h2 {
  font-family: "Poiret One";
  color: var(--green-color);
  font-size: 20px;
  text-align: left;
  margin: 0; }

.aboutservices h2 a {
  color: var(--green-color);
  text-decoration: none; }

.aboutservices h2 a:hover {
  color: var(--blue-color); }

.aboutservices p {
  padding: 0;
  margin: 0; }

.ser_readmore::after {
  content: "\f178";
  font-family: 'FontAwesome';
  color: var(--green-color);
  padding-left: 10px; }

.indexaboutul::after {
  content: "\f138";
  font-family: 'FontAwesome';
  color: var(--green-color);
  padding-right: 10px;
  float: left; }

.paddingtop20 {
  padding-top: 20px !important;
  margin-left: 0 !important; }

/*contact Us index*/
.contact_bottom {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  background: #1a1a1a; }

.contact_container h3 {
  font-size: 18px;
  color: var(--white-color);
  margin: 0;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-weight: normal;
  font-family: "Poiret One"; }

.contact_container p {
  color: #90919a;
  text-decoration: none;
  line-height: 28px;
  padding: 5px 0;
  margin: 0; }

.list-style-two {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0; }

.list-style-two li {
  position: relative;
  font-size: 15px;
  font-weight: 400;
  padding-left: 40px;
  margin-bottom: 10px;
  color: #90919a;
  line-height: 36px; }

.list-style-two li .icon {
  position: absolute;
  left: 0px;
  width: 25px;
  height: 25px;
  color: #121420;
  font-size: 12px;
  line-height: 1em;
  text-align: center;
  background-color: #DDDDDD;
  padding-top: 5px;
  margin-top: 4px;
  border-radius: 100%; }

.list-style-two li a {
  color: var(--green-color);
  text-decoration: none; }

.list-style-left {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0; }

.list-style-left li {
  position: relative;
  font-size: 15px;
  font-weight: 400;
  padding-left: 40px;
  margin-bottom: 10px;
  color: #333;
  line-height: 36px; }

.list-style-left li .icon {
  position: absolute;
  left: 0px;
  width: 25px;
  height: 25px;
  color: #fff;
  font-size: 12px;
  line-height: 1em;
  text-align: center;
  background-color: var(--green-color);
  padding-top: 5px;
  margin-top: 4px;
  border-radius: 100%;
  margin-left: 0; }

.list-style-left li a {
  color: var(--green-color);
  text-decoration: none; }

.social-icon-two {
  padding-top: 10px;
  list-style-type: none;
  margin: 20px 0 0 0;
  padding: 0;
  height: auto;
  overflow: hidden; }

.social-icon-two li {
  margin-right: 15px;
  margin-left: 0px;
  display: inline-block; }

.social-icon-two li a {
  color: #fff;
  font-size: 22px; }

.social-icon-two li a:hover {
  color: var(--yellow-color); }

.cop {
  border-top: 1px #898b8e solid;
  height: auto;
  overflow: hidden;
  width: 100%;
  padding-top: 10px; }

.footer-item p a {
  color: #90919a;
  text-decoration: none;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  display: block; }

.footer-item p a:hover {
  color: var(--white-color);
  margin-left: 10px;
  transition: margin-left .5s; }

.footer-item p a:before {
  content: "\f105";
  font-family: 'FontAwesome';
  cursor: pointer;
  text-align: left;
  padding-right: 5px;
  color: #90919a; }

.footer-item p a:hover:before {
  color: var(--white-color); }

/*in page css */
.banner_inpage {
  width: 100%;
  min-height: 500px;
  margin: 0 auto;
  position: relative; }

.auto-container {
  bottom: 30%;
  position: absolute; }

.auto-container h2 {
  color: #FFF;
  text-align: center;
  font-size: 48px;
  width: 100%;
  margin: 0;
  font-family: "Poiret One"; }

.auto-container h1 {
  color: #FFF;
  text-align: center;
  font-size: 48px;
  width: 100%;
  margin: 0;
  font-family: "Poiret One"; }

.auto-container p {
  text-align: center;
  font-size: 18px;
  color: #FFF;
  padding: 10px 0; }

.auto-container p a {
  color: #fff;
  text-decoration: none; }

.auto-container p a:hover {
  color: var(--green-color); }

.auto-container {
  width: 100%;
  margin: 0 auto; }

.font-size24 {
  font-size: 28px !important;
  padding-bottom: 10px !important; }

.bread-crumb {
  position: relative;
  padding: 0; }

.bread-crumb li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  margin-right: 16px;
  color: var(--green-color);
  line-height: 24px; }

.bread-crumb li:last-child {
  margin-right: 0px; }

.bread-crumb li:after {
  content: '\f105';
  font-family: 'FontAwesome';
  position: absolute;
  right: -14px;
  width: 8px;
  line-height: 26px;
  font-size: 14px;
  color: #333; }

.bread-crumb li:last-child:after {
  display: none; }

.bread-crumb li a {
  color: #333;
  font-weight: 400;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  text-decoration: none; }

.bread-crumb li a:hover {
  color: var(--green-color); }

.bread-center {
  text-align: left; }

.inpage_container {
  width: 100%;
  margin: 0 auto 40px auto;
  padding-bottom: 40px;
  height: auto;
  overflow: hidden; }

.slide-item-body ul li {
  width: 100%;
  display: block;
  border: none;
  color: #000;
  z-index: 10002;
  border: 0px red solid;
  margin: 0 auto; }

.slide-item-body ul li a {
  display: block; }

.new-img img {
  max-width: 200px;
  height: auto;
  border: none;
  display: block;
  margin: 0 auto;
  border-radius: 100%; }

.slide-item {
  width: 60%;
  position: relative;
  border: 0px blue solid;
  margin: -70px auto 0 auto;
  padding: 0; }

.slide-item-box {
  padding: 50px 0;
  border: 0px red solid; }

.new-body {
  padding: 20px 20px 40px 0; }

.new-body-title {
  line-height: 24px;
  font-size: 18px;
  overflow: hidden;
  font-weight: 600;
  height: auto;
  font-family: "Poiret One";
  text-align: center; }

.new-body-text {
  padding-top: 20px;
  line-height: 24px;
  overflow: hidden;
  height: auto;
  text-align: center; }

.slide-item-body {
  /*margin-left: -70px*/ }

.slide-item-body ul li {
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 20px; }

.slide-item-body .tempWrap {
  padding-top: 20px; }

.slide-item-body ul {
  padding-top: 10px;
  overflow: visible; }

.next {
  position: absolute;
  top: 49%;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 60px;
  -webkit-background-size: 60px;
  background-size: 60px;
  background-position: center;
  background-repeat: no-repeat;
  right: auto;
  left: -157px;
  height: 60px;
  width: 60px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all 0.3s ease; }

.next-bg {
  background-image: url(../images/btn-fl1.png); }

.next:hover {
  /*background-image: url(../images/btn-fl2.png)*/ }

.prev {
  position: absolute;
  top: 49%;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 60px;
  -webkit-background-size: 60px;
  background-size: 60px;
  background-position: center;
  background-repeat: no-repeat;
  right: -179px;
  height: 60px;
  width: 60px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all 0.3s ease; }

.prev-bg {
  background-image: url(../images/btn-fr1.png); }

.prev-bg:hover {
  background-image: url(../images/btn-fr2.png); }

.res {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 30px; }

.resleft {
  width: 35%;
  min-height: 370px;
  float: left; }

.resleft img {
  min-width: 100%;
  height: 370px; }

.resright {
  width: 65%;
  min-height: 370px;
  float: left;
  padding: 20px; }

.resright h2 {
  color: #fff;
  font-size: 28px;
  font-family: "Poiret One";
  text-align: left; }

.resright p {
  color: #fff; }

.bg1 {
  background: #676340; }

.bg2 {
  background: #263d48; }

.product-title {
  background: #263d48;
  padding: 10px;
  border-left: 5px #8f44ad solid;
  color: #fff;
  font-family: "Poiret One";
  font-size: 22px;
  font-weight: bold; }

.bordercolor {
  border: 1px #ddd solid;
  font-size: 18px;
  font-weight: bold;
  color: #8f44ad;
  margin-bottom: 20px;
  padding: 30px 30px 30px 70px; }

.bordercolor a:hover {
  color: #8f44ad;
  text-decoration: none; }

.bordercolor a {
  color: #666;
  text-decoration: none; }

.bordercolor img {
  vertical-align: middle;
  padding-right: 10px; }

.productlist {
  line-height: 26px;
  height: auto;
  overflow: hidden;
  margin-top: 10px; }

.productlist > .col-md-3 {
  font-weight: bold; }

/*inpage right*/
.inpage_right {
  width: 98%;
  padding: 20px;
  margin-bottom: 30px;
  margin-top: 40px;
  -webkit-box-shadow: 0 0 10px 0 #eee;
  box-shadow: 0 0 10px 0 #eee; }

.inpage_right h3 {
  font-size: 24px;
  font-weight: bold;
  color: var(--green-color);
  font-family: "Poiret One"; }

.inpage_left {
  width: 100%;
  padding: 0 0 20px 0;
  margin-bottom: 30px;
  margin-top: 30px; }

@media only screen and (min-width: 992px) {
  .inpage_left {
    padding: 0 20px 20px 0;
    margin-top: 0; }

  .md-pr-30 {
    padding-right: 30px; } }
.side-title {
  font-size: 22px;
  font-weight: bold;
  color: var(--green-color);
  padding: 0;
  text-transform: uppercase;
  position: relative;
  padding-left: 15px;
  margin-bottom: 20px; }

.side-title:before {
  content: '';
  width: 5px;
  height: 22px;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: #f13054;
  border-radius: 10px;
  position: absolute; }

.left-inquiry-sticky {
  position: sticky;
  top: 140px;
  z-index: 99; }

@media (min-width: 992px) {
  .page-md-flex {
    display: flex; } }
.titlebg h2 {
  color: #333;
  text-align: left; }

.inquiry_form_public {
  width: 100%;
  margin: 0 auto 20px auto; }

.inquiry_form_public h3 {
  color: #333;
  font-size: 28px; }

.inquiry_form_public ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0px;
  padding: 0px; }

.inquiry_form_public li {
  position: relative;
  width: 100%;
  display: inline-block; }

.inquiry_form_public label {
  width: 100%;
  display: inline-block;
  text-align: left;
  padding: 15px 0;
  font-size: 16px;
  color: #000;
  font-weight: bold; }

.inquiry_form_public input {
  height: 50px;
  width: 100%;
  border-radius: 5px;
  border: 2px solid #ddd;
  padding-left: 10px;
  outline: none;
  color: #444; }

.inquiry_form_public textarea {
  padding-left: 10px;
  width: 100%;
  outline: none;
  border-radius: 5px;
  border: 2px solid #ddd; }

.inquiry_form_public .submit {
  display: inline-block;
  text-align: center;
  padding: 1em 3em;
  clear: both;
  color: #fff;
  text-decoration: none;
  border: 0px;
  cursor: pointer;
  margin: 20px 0;
  background: var(--green-color);
  float: left; }

.inquiry_form_public .submit:hover {
  background: #f84949;
  color: #fff;
  transition: background-color .3s; }

.inquiry_form_public textarea {
  font-family: 'Proxima Nova Rg', sans-serif;
  padding-top: 10px; }

.inquiry_form {
  width: 100%;
  margin: 0 auto 20px auto; }

.inquiry_form h3 {
  color: #333;
  font-size: 28px; }

.inquiry_form ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0px;
  padding: 0px; }

.inquiry_form li {
  position: relative;
  width: 49.5%;
  display: inline-block; }

.inquiry_form label {
  width: 100%;
  display: inline-block;
  text-align: left;
  padding: 15px 0;
  font-size: 16px;
  color: #000;
  font-weight: bold; }

.inquiry_form input {
  height: 50px;
  width: 100%;
  border-radius: 5px;
  border: 2px solid #ddd;
  padding-left: 10px;
  outline: none;
  color: #444; }

.inquiry_form textarea {
  padding-left: 10px;
  width: 100%;
  outline: none;
  border-radius: 5px;
  border: 2px solid #ddd; }

/*.inquiry_form .submit {
	display: inline-block;
	text-align: center;
	padding: 1em 3em;
	clear: both;
	color: #fff;
	text-decoration: none;
	border: 0px;
	cursor: pointer;
	margin: 20px 0;
	background: var(--green-color);
	float: left;
}

.inquiry_form .submit:hover {
	background: #f84949;
	color: #fff;
	transition: background-color .3s;
}*/
.inquiry_form textarea {
  font-family: 'Proxima Nova Rg', sans-serif;
  padding-top: 10px; }

.hot {
  position: absolute;
  top: 3px;
  right: 0; }

.hot:after {
  content: url(../images/hot.gif);
  margin-left: 5px; }

.serviceshowpic {
  font-size: 0.875em !important;
  text-align: center;
  line-height: 1.7em !important;
  color: #7f7f7f;
  display: block; }

.serviceshowpic img {
  margin: auto; }

.serviceshowleftpic {
  float: left;
  margin-right: 15px;
  text-align: center;
  color: #7f7f7f;
  display: inline-block; }

.serviceshowrightpic {
  float: right;
  margin-left: 15px;
  text-align: center;
  color: #7f7f7f;
  display: inline-block; }

.serviceshowpic,
.serviceshowrightpic,
.serviceshowleftpic {
  font-size: 1em;
  text-align: center;
  line-height: 1.7em !important; }

.serviceshowpic img,
.serviceshowrightpic img,
.serviceshowleftpic img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px; }

ul.accordion-menu {
  list-style: none;
  width: 100%;
  margin: 0 auto 40px;
  background: #fbfbfb; }

ul.accordion-menu li {
  border-bottom: 1px solid #eee;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  vertical-align: sub;
  /* background: #3e5165;*/
  clear: both;
  padding: 17px 0 17px 40px; }

ul.accordion-menu li a {
  text-decoration: none;
  color: var(--grey-color);
  height: 100%;
  box-sizing: border-box; }

ul.accordion-menu li a:hover {
  /*background-color: #eee;*/
  transition: 300ms all;
  color: #8f44ad; }

ul.accordion-menu .list {
  border-bottom: 1px solid #eee;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  vertical-align: sub;
  /* background: #3e5165;*/
  clear: both;
  padding: 15px 0 15px 10px; }

ul.accordion-menu .list:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 2px;
  top: 14px;
  padding: 0 5px;
  color: var(--grey-color);
  font-weight: bold;
  cursor: pointer; }

ul.accordion-menu .list.nochild:after {
  content: none; }

ul.accordion-menu .list:before {
  /*content: '\f07b';*/
  /*content: '\f055';*/
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 17px;
  padding: 0 5px;
  color: var(--grey-color); }

ul.accordion-menu .list a {
  text-decoration: none;
  color: var(--grey-color);
  height: 100%;
  max-width: 95%;
  display: inline-block;
  box-sizing: border-box; }

ul.accordion-menu .list a:hover {
  /*background-color: #eee;*/
  transition: 300ms all;
  color: #8f44ad; }

ul.accordion-menu .list .items {
  height: 0;
  overflow: hidden; }

ul.accordion-menu .list .items a {
  max-width: 90%;
  display: inline-block; }

ul.accordion-menu .list .items a:hover {
  /*background-color: #ccc;*/
  color: #8f44ad;
  transition: 300ms all; }

ul.accordion-menu .list:last-child {
  border-bottom: none; }

ul.accordion-menu .active:after {
  content: "\f106";
  font-family: FontAwesome;
  position: absolute;
  /*right: 17px;*/
  /*top: 12px;*/
  padding: 0 5px;
  color: var(--green-color); }

ul.accordion-menu .active:before {
  /*content: '\f07c';*/
  /*content: '\f056';*/
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 17px;
  padding: 0px 5px;
  color: var(--green-color); }

ul.accordion-menu .active > .items {
  display: block;
  padding: 0;
  height: auto;
  color: var(--green-color);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 200ms;
  clear: both;
  /*float: left;*/
  float: none;
  width: 100%;
  margin: 10px 0 10px 0;
  padding-left: 15px; }

ul.accordion-menu .active > .items li {
  border-bottom: 1px solid #eee;
  list-style: none;
  padding: 10px 0; }

ul.accordion-menu .active > .items li:last-child {
  border-color: transparent;
  padding-bottom: 0; }

ul.accordion-menu .active > .items .active > .items {
  /*background-color: #fff;*/ }

/*ul.accordion-menu .active>a {*/
/*	color: var(--green-color);*/
/*	font-weight: bold;*/
/*}*/
/*ul.accordion-menu .active .list {
  background: #fff;
}
ul.accordion-menu .active .list a {
  padding: 17px 0px 17px 25px;
}*/
.row-content {
  width: 100%;
  margin: 70px auto 0 auto;
  text-align: left;
  clear: both;
  border: 0px red solid; }

.showcase.cloud {
  position: relative; }

.showcase.cloud .container {
  width: 100%;
  border: 0px blue solid;
  height: 400px;
  overflow: hidden;
  position: relative;
  background: #fff; }

.showcase.cloud .slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 364px; }

.showcase.cloud .slide .content-main-visual {
  width: 80%;
  height: 364px;
  overflow: hidden;
  position: relative; }

.showcase.cloud .slide .content-main-visual a img {
  width: 100%;
  height: 364px; }

.showcase.cloud .slide .content-main-feature {
  height: 366px;
  width: 20%;
  position: absolute;
  top: 0;
  left: 80%;
  border: 0px red solid; }

.showcase.cloud .slide .content-main-feature .feature {
  max-width: 100%;
  height: 118px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border: 1px #dddddd solid;
  margin: 0 0 5px 5px; }

.showcase.cloud .slide .content-main-feature .feature a {
  padding-top: 0;
  display: block;
  width: 180px;
  height: 91px;
  position: relative;
  background-image: none; }

.services_title {
  color: var(--green-color) !important;
  font-size: 24px !important;
  font-weight: bold;
  text-align: left !important;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ddd; }

.hr {
  height: 1px;
  border: 0;
  background: #ddd; }

.services_body p {
  /*text-align: justify;*/ }

.bottom_center_logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  height: 290px; }

.right_nav1 {
  width: 100%;
  margin: 0px 0 30px;
  background: #f9f9f9;
  padding: 20px 20px 20px 20px;
  border-radius: 5px; }

.right_nav1 img {
  margin-bottom: 20px; }

.fixed-leftnav {
  position: fixed;
  top: 120px;
  z-index: 999;
  width: 27.5%; }

.index_container {
  width: 80%;
  margin: 50px auto;
  height: auto;
  overflow: hidden; }

.maincontent {
  width: 85%;
  margin: 0 auto; }

.left_inquiry.fixd {
  position: fixed;
  top: 135px;
  left: 8%;
  width: calc(21% - 35px);
  padding: 15px 15px;
  background-color: #ffffff;
  box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2); }

.left_inquiry.fixd2 {
  position: fixed;
  top: auto;
  left: 8%;
  width: calc(21% - 35px);
  z-index: 1;
  padding: 15px 15px;
  background-color: #ffffff;
  box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2); }

@media (min-width: 1920px) {
  .auto-header {
    width: 1550px; }

  .index_container {
    width: 1550px; }

  .maincontent {
    width: 1550px; }

  .left_inquiry.fixd {
    top: 125px;
    left: 50%;
    width: 340px;
    margin-left: -775px; }

  .left_inquiry.fixd2 {
    top: 125px;
    left: 50%;
    width: 340px;
    margin-left: -775px; } }
@media (min-width: 1280px) {
  .contact_container {
    max-width: 90%;
    margin: 40px auto;
    padding: 0;
    position: relative;
    height: auto;
    overflow: hidden; }

  .fixed {
    top: 0px;
    position: fixed;
    z-index: 9999;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2); } }
@media (min-width: 1024px) and (max-width: 1280px) {
  .index_container {
    max-width: 90%;
    margin: 0 auto 0 auto;
    height: auto;
    overflow: hidden; }

  .contact_container {
    max-width: 90%;
    margin: 40px auto;
    padding: 0;
    position: relative;
    height: auto;
    overflow: hidden; }

  .fixed {
    position: fixed;
    z-index: 999;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    top: 0px;
    background-color: #fff;
    box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2); }

  .resleft {
    width: 35%;
    min-height: 370px;
    float: left; }

  .resleft img {
    min-width: 100%;
    height: 370px; }

  .resright {
    width: 65%;
    min-height: 370px;
    float: left;
    padding: 20px; } }
@media (max-width: 1023px) {
  .fixed-leftnav {
    position: relative;
    width: 100%; }

  .top-header {
    width: 100%;
    height: auto;
    color: #fff; }

  .top-header span {
    color: #333;
    padding-left: 20px;
    padding-right: 0px; }

  .top-header a {
    color: #333;
    text-decoration: none; }

  .top-header i {
    padding-right: 10px; }

  .auto-header {
    max-width: 95%;
    margin: 0 auto; }

  .index_container {
    max-width: 95%;
    margin: 0 auto 0 auto;
    height: auto;
    overflow: hidden; }

  .contact_container {
    max-width: 90%;
    margin: 40px auto;
    padding: 0;
    position: relative;
    height: auto;
    overflow: hidden; }

  .fixed {
    z-index: 999;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    position: fixed;
    top: 0px;
    box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2); }

  .logo {
    float: left;
    border: 0;
    margin: 10px 0;
    z-index: 9999;
    position: relative; }

  .submit_search {
    background-color: white;
    text-decoration: none;
    height: 40px;
    margin: 10px 0;
    border-radius: 30px;
    z-index: 999;
    border: 1px #2a3a48 solid; }

  .submit_search select {
    border: 0;
    height: 20px;
    line-height: 20px;
    outline: none;
    font-size: 14px;
    font-family: 'Proxima Nova Rg';
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/arrow.png) 98% center no-repeat #fff;
    padding-right: 18px;
    float: left;
    margin-left: 10px; }

  .submit_search input {
    border: 0;
    height: 30px;
    line-height: 30px;
    outline: none;
    float: left;
    margin-left: 10px; }

  .submit_search a {
    text-decoration: none;
    margin: 5px 10px 0 0;
    cursor: pointer;
    float: right;
    margin-top: 0px; }

  .submit_search a:before {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 18px;
    color: #333;
    text-align: center;
    padding: 0; }

  .submit_search a:hover::before {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 18px;
    color: #8f44ad;
    text-align: center; }

  .top-header .col-md-8, .top-header .col-md-4 {
    padding-left: 0px;
    padding-right: 0px; }

  .container {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 30px auto 0 auto;
    background: var(--yellow-color);
    padding: 30px 0; }

  .row-4 {
    min-height: 1px;
    width: 100%;
    vertical-align: top; }

  .hvr-float {
    margin: 0 auto;
    text-align: center;
    display: block; }

  .auto-container {
    width: 95%;
    margin: 0 auto; }

  .inquiry_form li {
    position: relative;
    width: 100%;
    display: inline-block; }

  .resleft {
    width: 100%; }

  .resleft img {
    min-width: 100%;
    height: 370px; }

  .resright {
    width: 100%;
    padding: 20px; }

  .bannertext {
    margin-top: 30px; }

  .banner_inpage {
    width: 100%;
    min-height: 500px;
    margin: 0 auto;
    position: relative; }

  .auto-container {
    bottom: 30%;
    position: absolute; }

  .auto-container h2 {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    width: 100%;
    margin: 0;
    font-family: "Poiret One"; }

  .auto-container h1 {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    width: 100%;
    margin: 0;
    font-family: "Poiret One"; }

  .auto-container p {
    text-align: center;
    font-size: 16px;
    color: #FFF;
    padding: 10px; }

  .serviceshowpic,
  .serviceshowrightpic,
  .serviceshowleftpic {
    font-size: 1em;
    text-align: center;
    line-height: 1.7em !important;
    width: 100%; }

  .bottom_center_logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    height: auto; } }
.pagination {
  padding: 0px 0px 0px 0px;
  margin: 5px 0px 0px; }

.pagination li {
  float: left; }

.pagination li a {
  padding: 5px 10px;
  border: none;
  font-size: 16px !important;
  display: inline-block;
  margin: 0px 2px 10px;
  background: #eeeeee;
  font-weight: 300;
  line-height: 22px; }

.pagination li span {
  padding: 5px 10px;
  border: none;
  color: #333;
  font-size: 16px;
  display: inline-block;
  margin: 0px 2px 10px;
  background-color: #eeeeee !important;
  line-height: 22px; }

.pagination li a:hover {
  background: #28aee6;
  color: #fff; }

.pagination li.active span {
  background: #e18f2d !important;
  color: #fff; }

.pagination li.totalpage {
  padding: 5px 10px;
  border: none;
  font-size: 16px !important;
  display: inline-block;
  margin: 0px 2px 10px;
  background: #eeeeee;
  font-weight: 300; }

.pagination li.totalpage span {
  padding: 0px 0px;
  margin: 0px;
  float: none !important; }

.pagination li.gopage {
  padding: 5px 10px;
  border: none;
  font-size: 16px !important;
  display: inline-block;
  margin: 0px 2px 10px;
  background: #eeeeee;
  font-weight: 300;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }

.pagination li.gopage a {
  padding: 0px 0px 0px 10px;
  border: none;
  font-size: 16px !important;
  display: inline-block;
  margin: 0px 0px 0px;
  background: #eeeeee;
  font-weight: 300; }

.pagination li.gopage a:hover {
  color: #ff0000; }

.pagination li.gopage input {
  width: 50px;
  height: 22px;
  background: #fff;
  border: none;
  float: left;
  padding: 0px 3px;
  color: #004fda; }

.pagination li.gopage input:focus-visible {
  border: none; }

.pagination li.gopage span {
  padding: 0px 0px;
  margin: 0px;
  float: left;
  margin-right: 5px; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

input[type="number"] {
  -moz-appearance: textfield; }

.clear {
  zoom: 1; }

.clear:after {
  display: block;
  clear: both;
  content: "";
  height: 0; }

.topSearchformError,
.formError .formErrorContent {
  line-height: 14px !important; }

.formError .formErrorArrowBottom {
  top: 4px !important; }

.navi-submenu:before {
  content: "\f0dd";
  font-family: "FontAwesome";
  cursor: pointer;
  float: right;
  color: #444;
  display: block;
  padding: .5em 3em 0 0; }

.index_container span.navi-submenu {
  float: right;
  padding: 0;
  line-height: normal;
  margin-right: 20px; }

.index_container span.navi-submenu:before {
  padding: 0; }

.pro-table {
  margin-top: 30px; }

.logotext {
  font-size: 16px;
  line-height: 22px;
  color: #fff; }

.contact_container .footer-item {
  padding-left: 30%; }

.nav .row {
  margin-left: 0px;
  margin-right: 0px; }

@media screen and (max-width: 1200px) {
  .indexservices p {
    height: 160px; } }
@media screen and (max-width: 1000px) {
  .contact_container .footer-item {
    padding-left: 0%; }

  .slide-item {
    width: 90%; }

  .prev {
    right: 10px; }

  .next {
    left: 10px; }

  .indexservices p {
    height: auto; } }
.searchlist .servicestitle {
  padding-bottom: 0px;
  border-bottom: 1px solid #004b8d;
  margin-bottom: 30px; }

.searchlist .servicestitle h3 {
  font-size: 20px;
  margin-bottom: 10px; }

.searchlist .proli span {
  background: #6187a7; }

.searchlist .pages ul li a {
  font-size: 14px;
  padding: 5px 12px; }

.searchlist .proli span a {
  font-size: 15px; }

.proli {
  width: 100%;
  height: auto;
  margin-top: 0px;
  padding: 0px 0px;
  overflow: hidden;
  margin-bottom: 30px; }

.proli span {
  padding: 0px 5px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 49%;
  font-size: 15px;
  line-height: 40px;
  height: 40px;
  float: left;
  margin-bottom: 15px;
  background: #b4b4b4;
  color: #fff; }

.proli span:nth-child(2n) {
  float: right; }

.proli span a {
  width: 100%;
  height: 100%;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  padding: 0px 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.proli span:hover {
  background: #0071b4; }

.proli span:hover a {
  color: #fff; }

.menu > ul > li > ul > li > ul > li {
  position: relative; }

.menu > ul > li > ul > li span {
  position: absolute;
  right: 0; }

.menu > ul > li > ul > li span.navi-submenu:before {
  padding: .5em 0 0 0; }

.menu > ul > li > ul > li > ul > li a {
  max-width: 90%; }

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  max-width: none;
  height: 100%;
  min-width: 100%;
  width: 100%;
  object-fit: cover; }

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }
.carousel-fade .carousel-inner .active {
  opacity: 1; }
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0; }
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
  opacity: 1; }

.carousel-inner .item {
  height: 100vh; }
.carousel-inner .item:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  z-index: 10; }
.carousel-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.carousel-control {
  z-index: 99;
  height: 35px;
  width: 35px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/carousel-right.svg) no-repeat center center/100% #fff0 !important; }

.carousel-control.right {
  right: 2%; }

.carousel-control.left {
  left: 2%;
  right: auto;
  transform: rotate(180deg) translateY(50%); }

.bannertext {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  transition: all .5s;
  width: 100%;
  text-align: left;
  padding-left: 200px;
  padding-right: 15px;
  z-index: 100; }

.bannertext h1, .bannertext h2 {
  font-size: 46px;
  line-height: 56px;
  color: #ffffff;
  margin-bottom: 25px;
  opacity: 0;
  -webkit-animation: upDown 0.5s ease-out;
  animation: upDown 0.5s ease-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  max-width: 100%; }

.bannertext h1 a, .bannertext h2 a {
  font-size: 46px;
  line-height: 56px;
  color: #ffffff;
  font-family: 'ProximaNova-Bold'; }

.bannertext p {
  font-size: 22px;
  color: #ffffff;
  line-height: 32px;
  max-width: 100%;
  margin-bottom: 50px;
  white-space: normal;
  display: inline-block;
  opacity: 0;
  -webkit-animation: upDown 0.8s ease-out;
  animation: upDown 0.8s ease-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 0.8s; }

.bannertext .more {
  color: #ffffff;
  display: block;
  text-align: left;
  opacity: 0;
  transform: translateY(-15px);
  -webkit-animation: upDown 1s ease-out;
  animation: upDown 1s ease-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 1.2s; }

.more a {
  width: auto;
  height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 24px;
  font-size: 15px;
  color: #ffffff;
  background: #ffcc00;
  transition: all 0.3s;
  margin-top: 0;
  border-radius: 24px;
  text-transform: uppercase; }

.more a:hover {
  background: #0050cc;
  transform: translateX(0px); }

@-webkit-keyframes upDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes upDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
.carousel-indicators li {
  border: none;
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.2); }

.carousel-indicators .active {
  margin: 1px;
  width: 12px;
  height: 12px;
  background-color: white; }

.index-section1 {
  width: 100%;
  height: auto;
  padding: 60px 0; }

.index-section1 .maincontent {
  display: flex;
  align-items: stretch;
  justify-content: space-between; }

.index-section1 .pic {
  width: 40%;
  overflow: hidden; }

.index-section1 .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px; }

.index-section1 .text {
  width: 56%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.index-title {
  font-size: 28px;
  color: #0050cc;
  margin-bottom: 10px; }

p {
  font-size: 16px;
  color: #777777;
  line-height: 26px; }

.index-section1 .text p {
  margin-bottom: 20px; }

.index-section2 {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative; }

.section2pic {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../images/home-pic2.jpg) no-repeat center center/cover;
  background-attachment: fixed;
  transform: translateZ(-200px) scale(1.2); }

.index-section2 .maincontent {
  height: 160px;
  position: relative;
  display: flex;
  align-items: center; }

.index-section2 .maincontent a {
  font-size: 20px;
  color: #fff;
  font-family: 'ProximaNovaCond-Semibold';
  padding: 6px 35px;
  border: 1px solid #fff;
  border-radius: 100px;
  display: inline-block;
  margin-left: 20%;
  text-transform: uppercase;
  letter-spacing: 1px; }

.index-section2 .maincontent a:hover {
  color: #ffcc00;
  border: 1px solid #ffcc00; }

.index-section3 {
  width: 100%;
  height: auto;
  padding: 60px 0;
  background-color: #f9fafb; }

.title {
  margin-bottom: 25px; }

.title .index-title {
  text-align: center;
  padding-bottom: 15px;
  position: relative; }

.title .index-title:after {
  content: '';
  width: 70px;
  height: 3px;
  background: #0050cc;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px; }

.servicesli {
  width: 100%;
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  overflow: hidden;
  padding: 30px 20px 30px 20px; }

.servicesli:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50px;
  height: calc(100% - 100px);
  width: 5px;
  border-radius: 5px;
  background: linear-gradient(130deg, #ffcc00, #a6a147 41.07%, #557988 76.05%, #0151cb);
  z-index: 222; }

.serviceslist {
  width: 40%;
  background: #fafafa;
  padding: 35px;
  border-radius: 20px;
  position: relative;
  box-shadow: 1px 3px 15px #d5d5d5;
  flex-shrink: 0;
  transition: all 0.5s; }

.serviceslist .servicescon {
  display: inline-flex;
  flex-direction: column;
  height: 100%; }

.serviceslist span {
  margin-bottom: 25px;
  display: block; }

.serviceslist span img {
  height: 40px;
  width: auto; }

.serviceslist h3 {
  font-size: 18px;
  color: #0050cc;
  margin-bottom: 15px;
  font-family: 'ProximaNovaCond-Regular'; }

.serviceslist h3 a {
  color: #0050cc; }

.serviceslist h3 a:hover {
  color: #ffcc00; }

.serviceslist p {
  margin-bottom: 15px; }

.serviceslist p a {
  color: #0050cc; }

.serviceslist p a:hover {
  color: #ffcc00; }

.serviceslist .serviceslistpic {
  width: 100%;
  height: auto;
  -webkit-margin-before: auto; }

.servicesli .serviceslist:nth-child(2) {
  z-index: 2;
  left: -25%; }

.servicesli .serviceslist:nth-child(3) {
  z-index: 3;
  left: -50%; }

.servicesli .serviceslist:nth-child(4) {
  z-index: 4;
  left: -75%; }

.servicesli .serviceslist:nth-child(5) {
  z-index: 5;
  /*left: calc(-84% - 5px);*/
  left: -100%; }

.servicesli .serviceslist:hover {
  transform: rotate(2deg); }

.servicesli .serviceslist:hover ~ .serviceslist {
  /*transform: translateX(20%);*/
  transform: translateX(50%); }

.servicesli .serviceslist:hover + .serviceslist {
  /*transform: translateX(50%);*/
  transform: translateX(60%); }

/*==start*/
.index-section-our-services {
  margin-top: 20px; }

.index-section-our-services .item {
  padding: 50px 0; }

.index-section-our-services .item span {
  display: block;
  margin-top: 20px; }

.index-section-our-services .item h3 {
  margin-bottom: 40px;
  margin-top: 20px;
  border-bottom: 2px solid #0050cc; }

.index-section-our-services .item h3 a {
  color: #0050cc;
  font-weight: bold;
  padding-bottom: 15px;
  display: inline-block; }

.index-section-our-services .item p a {
  color: #0050cc; }

.index-section-our-services .item .col-sm-6 > img {
  width: 75%;
  max-width: 100%;
  border-radius: 8px; }

/*==end*/
.index-section4 {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative; }

.section4pic {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../images/home-pic3.jpg) no-repeat center center/cover;
  background-attachment: fixed;
  transform: translateZ(-200px) scale(1.2); }

.index-section4 .maincontent {
  height: 160px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.index-section4 .maincontent p {
  font-size: 20px;
  color: #fff;
  font-style: italic;
  line-height: 28px;
  letter-spacing: 1px;
  margin-right: 20%; }

.index-section4 .maincontent p a {
  color: #ffcc00; }

.index-section4 .maincontent p a:hover {
  color: #ffdd55; }

.index-section5 {
  width: 100%;
  height: auto;
  padding: 30px 0 60px 0; }

.index-section5 ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 30px; }

.index-section5 ul li {
  width: 32%;
  background: #f5f6f7;
  box-shadow: 1px 3px 15px #d5d5d5;
  border-radius: 8px; }

.index-section5 ul li .pic {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 8px 8px 0 0; }

.index-section5 ul li .pic img {
  width: 100%;
  height: auto;
  transition: all 0.5s; }

.index-section5 ul li:hover .pic img {
  transform: scale(1.1); }

.index-section5 ul li .text {
  padding: 25px; }

.index-section5 ul li .text h3 {
  font-size: 18px;
  color: #0050cc;
  margin-bottom: 15px;
  font-family: 'ProximaNovaCond-Regular'; }

.index-section5 ul li .text h3:hover {
  color: #000; }

.index-section5 ul li .text p {
  line-height: 20px; }

.footer {
  width: 100%;
  height: auto;
  padding: 40px 0;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 25%;
  background-color: #000c1b;
  background-image: url("../images/footer-bg.jpg"); }
  @supports (background-image: url("../images/footer-bg.webp")) {
    .footer {
      background-image: url("../images/footer-bg.webp"); } }

.footer .foothead {
  font-size: 18px;
  color: #fff;
  font-family: 'ProximaNovaCond-Semibold';
  margin-bottom: 20px;
  text-transform: uppercase; }

.footer p {
  font-size: 16px;
  color: #fff;
  line-height: 22px;
  margin-bottom: 10px; }

.footcon {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start; }

.footcontact {
  width: auto; }

.footcontact > span {
  font-size: 16px;
  color: #fff;
  line-height: 22px;
  margin-bottom: 10px;
  display: inline-block; }

.footcontact span.europehead {
  margin-top: 10px; }

.footcontact p:before {
  font-family: 'FontAwesome';
  font-size: 14px;
  width: 20px;
  display: inline-block;
  text-align: left;
  margin-right: 0; }

.footcontact p:nth-child(3):before {
  content: "\f041";
  font-size: 16px; }

.footcontact p:nth-child(4):before {
  content: "\f095";
  font-size: 16px; }

.footcontact p:nth-child(5):before {
  content: "\f1ac";
  font-size: 13px; }

.footcontact p:nth-child(6):before {
  content: "\f003";
  font-size: 13px; }

.footcontact p:nth-child(8):before {
  content: "\f041";
  font-size: 16px; }

.footcontact p:nth-child(9):before {
  content: "\f095";
  font-size: 16px; }

.footcontact p:nth-child(10):before {
  content: "\f003";
  font-size: 13px; }

.footcontact a {
  color: #fcca00; }

.footcontact a:hover {
  color: #fff; }

.footnav {
  margin-left: 15%; }
  .footnav ul li {
    margin-bottom: 10px; }
    .footnav ul li:before {
      content: "\f105";
      font-family: 'FontAwesome';
      margin-right: 8px;
      color: #fff; }
    .footnav ul li a {
      font-size: 16px;
      color: #fff;
      line-height: 22px; }
      .footnav ul li a:hover {
        color: #fcca00; }
  .footnav p a {
    color: #fff; }
    .footnav p a:hover {
      color: #fcca00; }

.footicon {
  width: 100%;
  height: auto; }

.footiconli {
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 15px; }

.footiconli a {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0px 3px;
  background: #3f62a7;
  border-radius: 50%; }

.footiconli a img {
  width: 100%;
  height: 100%; }

.footicon p {
  text-align: center;
  font-size: 15px; }

.footiconli a:nth-child(2) {
  background: #3296d4; }

.footiconli a:nth-child(3) {
  background: #1761ae; }

.footiconli a:nth-child(4) {
  background: #cd201f; }

.footiconli a:hover {
  background: #fcca00; }

.pagebanner {
  width: 100%;
  margin-top: 120px;
  position: relative; }

.pagebanner .pic {
  width: 100%;
  position: relative; }

.pagebanner .pic .pagebanner-pic {
  width: 100%; }

.pagebanner .pic .arrow {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: -2px; }

.pagebanner-text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px; }

.pagebanner-text .maincontent {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  padding-bottom: 100px; }

.pagebanner-title {
  margin-bottom: 40px; }

.pagebanner-title p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px; }

.pagebanner-title h1 {
  font-size: 30px;
  color: #fff;
  font-family: 'ProximaNova-Bold'; }

.crumbnav {
  width: 100%;
  height: auto;
  padding: 10px 0; }

.crumbnav ul {
  width: 100%;
  height: auto;
  margin: auto;
  font-size: 15px;
  color: #fff; }

.crumbnav ul li {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  margin-right: 5px; }

.crumbnav ul li a {
  font-size: 16px;
  color: #fff;
  display: inline-block; }

.crumbnav ul li a:hover {
  color: #ffcc00; }

.crumbnav ul li::before {
  content: "/";
  color: #fff;
  margin-right: 7px; }

.crumbnav ul li:first-child::before {
  content: "\f015";
  font-family: 'FontAwesome';
  margin-right: 3px;
  font-size: 14px; }

.pagecontent {
  width: 100%;
  padding: 50px 0px; }

.contactbox {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }

.contact-form {
  width: 60%;
  height: auto; }

.contact-info {
  width: 33%;
  height: auto; }

.contact-form .title .index-title {
  text-align: left; }

.contact-form .title .index-title:after {
  content: none; }

.formbox ul li {
  width: 100%;
  margin-bottom: 15px; }

.formbox ul li label {
  display: block;
  margin-bottom: 5px; }

.formbox ul li input {
  height: 42px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 0px 10px;
  outline: none;
  color: #444;
  box-shadow: none; }

.formbox ul li textarea {
  height: 120px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 5px 10px;
  outline: none;
  color: #444;
  box-shadow: none; }

.formbox .btn {
  height: 40px;
  line-height: initial;
  width: 100px;
  background: #ffcc00;
  border: none;
  padding: 0px 0px; }

.formbox .btn:hover {
  border: 1px solid #ffcc00; }

.contact-info {
  box-shadow: 0px 2px 10px #f6f6f6; }

.contact-infopic {
  width: 100%; }

.contact-infopic img {
  width: 100%; }

.contact-infotext {
  width: 100%;
  height: auto;
  background: #f5f8ff;
  padding: 50px 20px 40px; }

.contact-infotext p {
  font-size: 16px;
  color: #878788;
  line-height: 22px;
  margin-bottom: 10px;
  display: flex; }

.contact-infotext p strong {
  font-weight: lighter;
  width: 70px;
  display: inline-block;
  flex-basis: 70px;
  flex-shrink: 0; }

.contact-infotext > span {
  font-size: 16px;
  color: #0050cc;
  line-height: 22px;
  margin-bottom: 10px;
  display: inline-block; }

.contact-infotext > span.europehead {
  margin-top: 10px; }

.contact-infotext p:before {
  font-family: 'FontAwesome';
  font-size: 14px;
  width: 20px;
  display: inline-block;
  text-align: left;
  margin-right: 0px; }

.contact-infotext a {
  color: #ffcc00; }

.contact-infotext a:hover {
  color: #878788; }

.locations {
  width: 100%;
  height: auto;
  padding: 50px 0px 0px; }

.locations .title .index-title {
  text-align: left; }

.locations .title .index-title:after {
  content: none; }

.locationspic {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center; }

.locationspic img {
  height: 200px;
  margin: 0px 50px; }

.about-section1 {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 50px; }

.about-section1 .pic {
  width: 50%; }

.about-section1 .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.about-section1 .text {
  width: 47%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 25px 0px; }

.about-section1 .text h3 {
  margin-bottom: 15px; }

.about-section1 .text p {
  margin-bottom: 25px; }

.about-section1 .text p:last-child {
  margin-bottom: 0px; }

.about-section2 {
  width: 100%;
  height: auto;
  background: #f5f8ff;
  padding: 45px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }

.about-section2 .text {
  width: 26%;
  height: auto;
  padding: 60px 25px;
  background: #0e3159;
  border-radius: 15px; }

.about-section2 .text p {
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  letter-spacing: 1px; }

.about-section2 .lists {
  width: 68%;
  height: auto; }

.about-section2 .lists .list {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 30px; }

.about-section2 .lists .list:last-child {
  margin-bottom: 0px; }

.about-section2 .lists .list .listpic {
  width: 46%; }

.about-section2 .lists .list .listpic img {
  width: 100%; }

.about-section2 .lists .list .listinfo {
  width: 50%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center; }

.about-section2 .lists .list .listinfo p {
  line-height: 22px; }

.about-section2 .lists .list .listinfo .more {
  margin-top: 15px; }

.about-section3 {
  width: 100%;
  height: auto;
  padding: 50px 0px; }

.about-section3 .lists {
  width: 100%;
  height: auto; }

.about-section3 .lists .list {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 30px; }

.about-section3 .lists .list:nth-child(2n) {
  background: #f5f8ff;
  flex-direction: row-reverse; }

.about-section3 .lists .list:last-child {
  margin-bottom: 0; }

.about-section3 .lists .list .listpic {
  width: 50%; }

.about-section3 .lists .list .listpic img {
  width: 100%; }

.about-section3 .lists .list .listinfo {
  width: 50%;
  display: flex;
  padding: 15px 50px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center; }

.about-section4 {
  width: 100%;
  height: auto;
  background: #f5f8ff;
  padding: 50px 50px; }

.advantages-title {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.about-section4 .lists {
  display: flex;
  justify-content: space-between;
  align-items: stretch; }

.about-section4 .lists .list {
  width: 32%;
  background: #fff; }

.about-section4 .lists .list .pic {
  width: 100%;
  height: auto;
  overflow: hidden; }

.about-section4 .lists .list .pic img {
  width: 100%;
  height: auto;
  transition: all 0.5s; }

.about-section4 .lists .list:hover .pic img {
  transform: scale(1.1); }

.about-section4 .lists .list .text {
  padding: 20px 20px 20px; }

.about-section4 .lists .list .text p {
  line-height: 20px;
  /*color: #0050cc;*/
  text-align: center; }

.about-section4 .lists .list:hover {
  /*background: #0050cc;*/ }

.about-section4 .lists .list:hover .text p {
  /*color: #fff;*/ }

.inquirytext p {
  margin-bottom: 30px; }

.inquirytext .index-title {
  margin-bottom: 20px;
  line-height: 36px; }

.inquirybox {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }

.inquiryform {
  width: 64%; }

.inquirypic {
  width: 28%;
  margin-top: 40px; }

.inquirypic img {
  width: 100%; }

.inquiryform .title {
  margin-bottom: 5px; }

.inquiryform .title .index-title {
  text-align: left; }

.inquiryform .title .index-title:after {
  content: none; }

.left_inquiry .formbox .Inquiry_form li {
  width: 100% !important; }

.left_inquiry .formbox .Inquiry_form li label {
  padding: 0px 0;
  display: none; }

.Verificationbox {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.Verificationbox input {
  width: 50%; }

.Verificationbox img {
  height: 40px;
  width: auto;
  margin-left: 15px;
  cursor: pointer; }

.Verificationbox i {
  position: absolute;
  right: 170px;
  top: 50%;
  transform: translateY(-50%); }

.notice {
  width: 100%;
  height: auto;
  padding: 10px 15px;
  background: #ffc000;
  color: #fff;
  margin-top: 30px;
  font-size: 16px; }

.notice i {
  margin-right: 10px; }

.products-box {
  border: 1px solid #ccc;
  margin-bottom: 20px;
  padding: 15px 15px;
  margin-left: 0px;
  margin-right: 0px;
  transition: all .3s;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.products-box:hover {
  /*border:1px solid #fee500;*/
  box-shadow: 1px 3px 10px #ccc;
  margin-left: -15px;
  margin-right: -15px; }

.products-box-list > div {
  margin-bottom: 5px;
  margin-top: 5px; }

.products-box-list > div a {
  color: var(--green-color); }

.products-box-list > div a:hover {
  color: #ffcc00; }

.listtitle {
  font-family: 'ProximaNova-Bold';
  font-weight: 100;
  font-size: 24px;
  margin-bottom: 25px;
  color: var(--green-color); }

.joincompar {
  display: inline-block;
  background: var(--btn-color);
  color: #fff;
  padding: 5px 10px;
  margin-top: 10px;
  border: none;
  cursor: pointer; }

.joincompar:hover {
  background: #ffcc00; }

.dyecolors span {
  display: inline-flex;
  margin-right: 5px;
  padding: 0px 10px;
  background: #d9d9d9;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 4px; }

.dyecolors .GR {
  background: #00b050; }

.dyecolors .RE {
  background: #ff0000; }

.dyecolors .AQ {
  background: #00b0f0; }

.dyecolors .OR {
  background: #ffc000; }

.dyecolors .GO {
  background: #ffff00; }

.dyecolors .DIG {
  background: #808080; }

.dyecolors span.BIO {
  background: #d9d9d9; }

.dyecolors span.group {
  padding: 0px 0px; }

.dyecolors span.group b {
  font-weight: inherit;
  padding: 0px 5px; }

.left-search {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  padding: 20px 20px;
  border: 1px solid #eee; }

.left-search input {
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  padding: 0px 15px;
  border: 1px solid #ddd;
  color: #000;
  box-shadow: none; }

.left-search select {
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  padding: 0px 15px;
  border: 1px solid #ddd;
  color: #000;
  box-shadow: none; }

.left-search .searchbtn {
  width: 100%;
  height: 40px;
  background: var(--btn-color);
  color: #fff;
  border: none;
  cursor: pointer; }

.left-search .searchbtn:hover {
  background: #ffcc00; }

.cart-list {
  width: 100%;
  height: auto;
  border: 1px solid #eee;
  padding: 20px 20px; }

.cart-list li {
  width: 100%;
  height: auto;
  padding: 10px 0px;
  border-bottom: 1px solid #ccc; }

.cart-list li:last-child {
  border-bottom: none; }

.cart-list li a {
  color: var(--btn-color); }

.cart-list li a:hover {
  color: #ffcc00; }

.cart-list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }

.cart-list li > div {
  width: calc(100% - 40px); }

.cart-list li .delbtn {
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'ProximaNova-Bold';
  cursor: pointer;
  margin-top: 5px;
  display: none; }

.cart-list li .delbtn:before {
  content: '-';
  font-size: 20px;
  font-weight: bold; }

.cart-list li:hover .delbtn {
  display: inline-flex; }

.cart-list .comparebtn {
  display: inline-block;
  background: var(--btn-color);
  color: #fff;
  padding: 5px 10px;
  margin-top: 20px;
  border: none;
  cursor: pointer; }

.cart-list .comparebtn:hover {
  background: #ffcc00; }

.joincompar.prevent {
  background: #ccc; }

.joincompar.prevent:hover {
  background: #ccc;
  cursor: not-allowed; }

.comparison-title small {
  margin-left: 5px;
  font-size: 16px;
  color: #f13054; }

.Compare-content {
  width: 100%;
  height: auto; }

.Compare-content table {
  table-layout: fixed; }

.Compare-content table td {
  line-height: 22px;
  font-size: 16px; }

.Compare-content table tr:nth-of-type(2n+2) td {
  background: #f9f9f9; }

.Compare-content table tr, .Compare-content table th, .Compare-content table td, .Compare-content table {
  border: 1px solid #ddd; }

.Compare-content table tr td:first-child {
  background: #f8faff; }

.Compare-content .catal {
  display: block;
  margin-top: 10px; }

.Compare-content .catal small {
  line-height: 22px;
  font-size: 16px; }

.Compare-content-title {
  margin-bottom: 30px; }

.Compare-content-title h3 {
  margin-bottom: 15px;
  font-size: 30px; }

.Compare-content-title p {
  margin-bottom: 0px; }

.Compare-table {
  width: 100%;
  overflow: auto; }

.Compare-table table {
  min-width: 1100px; }

.Addcart {
  display: inline-block;
  background: #727fbb;
  color: #fff;
  padding: 5px 10px;
  margin-top: 10px;
  border: none;
  cursor: pointer;
  margin-left: 30px;
  font-family: 'ProximaNovaCond-Regular'; }

.products-box-btn .Addcart {
  margin-top: 0px; }

.Addcart:before {
  margin-right: 5px;
  font-family: 'FontAwesome'; }

.Addcart:hover {
  background: #ffcc00; }

.Addcart.prevent {
  background: #ccc; }

.Addcart.prevent:hover {
  background: #ccc;
  cursor: not-allowed; }

.buycar {
  position: fixed;
  top: 30%;
  padding: 15px;
  right: 0;
  background-color: #727fbb;
  line-height: 17px;
  z-index: 100000;
  color: #fff;
  border: 0;
  display: inline-block;
  max-width: 360px;
  border-radius: 5px;
  cursor: pointer; }

.carcontent {
  z-index: 99;
  position: fixed;
  bottom: 0px;
  right: 0;
  background-color: #444444;
  display: none;
  color: #fff;
  padding: 15px;
  min-width: 560px; }

.carcontent .tip {
  float: right;
  margin-right: 22px;
  background: #f00;
  color: #fff;
  padding: 0 5px;
  font-size: 14px; }

.carcontent .btn {
  background-color: #8d8bbc !important;
  border: 0 !important;
  font-size: 16px;
  padding: 8px 21px;
  color: #fff;
  text-transform: none;
  display: inline; }

.carcontent .btn:after {
  content: none; }

.carcontent .btn:hover {
  background-color: #4b498a !important;
  border: 0 !important;
  color: #fff; }

.carcontent table {
  border: 1px solid #565961; }

.carcontent td {
  background-color: #444444 !important;
  color: #fff;
  border: 0;
  border-bottom: 1px solid #565961;
  font-size: 16px; }

.carcontent td a {
  display: block;
  line-height: 20px;
  padding-bottom: 5px;
  color: #a4a1e7 !important; }

.carcontent td a:hover {
  color: #fff !important;
  font-weight: bold; }

.carcontent .CarList {
  max-height: 400px;
  overflow: auto;
  margin-bottom: 20px; }

.CarList .color-list-item:first-child {
  margin-top: 15px; }

.CarList .color-list-item {
  padding-bottom: 15px;
  margin-bottom: 5px;
  border-bottom: 1px dashed #838383; }

.CarList .color-list .color-list-item p {
  color: #8d8bbc;
  font-size: 15px; }

.CarList .color-list .color-list-item .input-group {
  width: auto !important;
  justify-content: flex-start;
  display: flex;
  margin-top: 5px; }

.CarList .color-list .color-list-item .input-group input {
  width: 70px !important;
  height: 20px;
  margin: 0px 5px;
  text-align: center;
  border: none;
  font-size: 15px;
  color: #fff;
  background: #676767; }

.CarList .color-list .color-list-item .input-group .input-group-addon {
  font-size: 15px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  padding: 0px 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #8d8bbc;
  border: none;
  border-radius: 0px;
  color: #fff; }

.CarList .color-list .color-list-item .input-group .input-group-addon:hover {
  background: #a4a1e7;
  color: #fff; }

.CarList .color-list .color-list-item .input-group .minus {
  margin-left: 15px; }

.CarList .color-list .color-list-item .input-group p {
  width: 70px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  font-weight: normal; }

.carcontent .CarList::-webkit-scrollbar {
  width: 3px;
  background: #fff; }

.carcontent .CarList::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #fff;
  width: 3px;
  height: 3px; }

.carcontent .CarList::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px #1e1e1e;
  border-radius: 10px;
  background: #fff; }

.carcontent .glyphicon-remove {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px;
  font-size: 16px; }

.buycar .fa-shopping-cart {
  font-size: 24px;
  color: #fff;
  cursor: pointer; }

.buycar .tit {
  margin-top: 0;
  margin-bottom: 15px;
  color: #fff;
  font-weight: bold; }

.buycar .shoppingbasketnum {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-color: #F00;
  color: #ffffff;
  z-index: 12;
  position: absolute;
  top: -10px;
  right: 0px;
  border-radius: 15px;
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  z-index: 110; }

.Compare-table .Addcart {
  margin-left: 0px;
  margin-top: 5px;
  margin-bottom: 5px; }

.services_title_box {
  width: 100%;
  height: auto;
  color: var(--green-color) !important;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.services_title_box h1 {
  font-size: 24px !important;
  font-weight: bold;
  text-align: left !important; }

.services_title_box .Addcart {
  margin-top: 0px;
  flex-shrink: 0; }

#inquiry-cart-fill > div {
  padding-bottom: 10px;
  border-bottom: 1px solid #bebebe;
  margin-bottom: 10px;
  margin-right: 0;
  margin-left: 0;
  line-height: 30px; }

#inquiry-cart-fill .col-lg-2 .trashbtn {
  cursor: pointer;
  padding-left: 0px; }

#inquiry-cart-fill .col-lg-2 .trashbtn:hover {
  color: #4b498a; }

#inquiry-cart-fill .col-lg-10 {
  padding-left: 0px; }

#inquiry-cart-fill .inquiry-color-list .num {
  margin-left: 20px;
  color: #0151cc; }

.proudct-detail table td {
  line-height: 26px;
  font-size: 16px; }

.proudct-detail table tr:nth-of-type(2n+2) td {
  background: #f9f9f9; }

.proudct-detail table tr, .proudct-detail table th, .proudct-detail table td, .proudct-detail table {
  border: 1px solid #ddd; }

.proudct-detail table tr td:first-child {
  background: #f8faff; }

.proudct-detail .catal {
  display: block;
  margin-top: 10px; }

.pro_title {
  color: #4589ba;
  margin: 30px 0 20px;
  font-family: 'ProximaNova-Bold';
  font-weight: 100;
  font-size: 24px; }

.container-row-a {
  column-gap: 4%;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap; }

.container-row-a li {
  margin-bottom: 10px;
  break-inside: avoid;
  background: #f2f3f9;
  font-size: 16px;
  width: 48%;
  align-items: center;
  display: flex; }

.container-row-a li:after {
  display: table;
  content: " "; }

.container-row-a li:after {
  clear: both; }

.container-row-a li a {
  color: #272727;
  display: block;
  float: left;
  padding: 10px;
  line-height: 26px; }

.container-row-a li:hover {
  background: #2e9cd4;
  color: #fff; }

.container-row-a li:hover a {
  color: #fff; }

.side_inquiry .formbox .Inquiry_form li {
  width: 100% !important; }

.side_inquiry .formbox .Inquiry_form li label {
  padding: 0px 0;
  display: none; }

.inquiry_right {
  padding: 10px 0px 20px 30px; }

.orderform {
  width: 100%;
  height: auto; }

.order-form-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px; }

.order-form-item span {
  width: 100px;
  text-align: right;
  margin-right: 30px; }

.order-form-item input {
  width: 250px;
  height: 38px;
  margin-bottom: 10px;
  padding: 0px 15px;
  border: 1px solid #ddd;
  color: #666;
  box-shadow: none; }

.order-form-item select {
  width: 250px;
  height: 38px;
  margin-bottom: 10px;
  padding: 0px 15px;
  border: 1px solid #ddd;
  color: #666;
  box-shadow: none; }

.orderform .orderbtn {
  width: 100px;
  height: 34px;
  background: var(--btn-color);
  color: #fff;
  border: none;
  cursor: pointer;
  margin-left: 130px; }

.orderform .orderbtn:hover {
  background: #ffcc00; }

.order-form-item select option.GR {
  background: #00b050; }

.order-form-item select option.RE {
  background: #ff0000; }

.order-form-item select option.AQ {
  background: #00b0f0; }

.order-form-item select option.OR {
  background: #ffc000; }

.order-form-item select option.GO {
  background: #ffff00; }

.order-form-item select option.DIG {
  background: #808080; }

.carcontent {
  width: auto; }

.cart-quantity input {
  color: #000;
  width: 40px;
  height: 22px;
  margin-left: 5px;
  text-align: center;
  border: none;
  margin-right: 5px; }

.cart-dyebox {
  position: absolute;
  top: 20px;
  left: 12px;
  /*transform: translateY(-50%);*/ }

.cart-dye {
  width: 124px;
  height: auto;
  position: relative;
  padding: 0px 12px 0px !important; }

.cart-dye .Dyebtn {
  display: inline-block;
  width: 100px;
  height: 30px;
  cursor: pointer;
  background: #727fbb;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center; }

.cart-dye .Dyebtn.shows {
  background: #a42224; }

.cart-dyelist {
  width: 400px;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
  z-index: 33;
  background: #fff;
  color: #333;
  display: none;
  max-height: 100px;
  overflow: auto;
  padding: 10px 5px; }

.cart-dyelist > span {
  width: auto;
  height: 30px;
  display: inline-flex;
  align-items: center;
  padding-left: 20px; }

.cart-dyelist input {
  margin-top: 0px;
  margin-right: 5px;
  width: 16px;
  height: 16px; }

.carbtn {
  position: relative; }

.choose-notice {
  position: absolute;
  left: 0px;
  top: -30px;
  background: #f00;
  color: #fff;
  padding: 2px 10px;
  font-size: 15px; }

.sideorder .choose-notice {
  position: static; }

.side_inquiry {
  margin-bottom: 20px; }

.sideorder {
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
  padding: 20px 15px;
  border-radius: 5px; }

.orderitem {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  justify-content: flex-start; }

.orderlist {
  margin-left: 15px; }

.sideorder input[name="ordercheck"] {
  width: 15px;
  height: 15px; }

.sideorder .catlog {
  margin-left: 20px; }

.sideorder .orderlist a {
  color: #4589ba; }

.sideorder .orderlist a:hover {
  color: #f13054; }

.orderinput {
  margin-top: 10px;
  display: flex;
  justify-content: flex-start; }

.ordertests {
  color: #000;
  width: 40px;
  height: 26px;
  text-align: center;
  border: 1px solid #ccc;
  margin-right: 15px; }

.orderDyebtn {
  width: 100px;
  height: 26px;
  cursor: pointer;
  background: #727fbb;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center; }

.ordercart-dyebox {
  position: relative; }

.ordercart-dyelist {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 100%;
  right: 0px;
  z-index: 33;
  background: #fff;
  border: 1px solid #e3e3e3;
  display: none;
  padding: 5px 0px; }

.ordercart-dyelist span {
  width: 100%;
  height: 30px;
  display: inline-flex;
  align-items: center;
  padding-left: 10px;
  color: #fff; }

.ordercart-dyelist input {
  margin-top: 0px;
  margin-right: 5px;
  width: 16px;
  height: 16px; }

.orderDyebtn.shows {
  background: #a42224; }

.input-color {
  padding: 0px 3px;
  color: #333;
  /*width: 36px;*/
  text-align: center; }

.input-GR {
  background: #00b050; }

.input-RE {
  background: #ff0000; }

.input-AQ {
  background: #00b0f0; }

.input-OR {
  background: #ffc000; }

.input-GO {
  background: #ffff00; }

.input-DIG {
  background: #808080; }

.input-BIO {
  background: #d9d9d9; }

.cart-dyelist label span {
  display: inline-flex;
  margin-right: 5px;
  padding: 0px 10px;
  background: #d9d9d9;
  border-radius: 3px;
  overflow: hidden; }

.cart-dyelist .GR {
  background: #00b050; }

.cart-dyelist .RE {
  background: #ff0000; }

.cart-dyelist .AQ {
  background: #00b0f0; }

.cart-dyelist .OR {
  background: #ffc000; }

.cart-dyelist .GO {
  background: #ffff00; }

.cart-dyelist .DIG {
  background: #808080; }

.cart-dyelist label span.BIO {
  background: #d9d9d9; }

.cart-dyelist label span.group {
  padding: 0px 0px; }

.cart-dyelist label span.group b {
  font-weight: inherit;
  padding: 0px 5px; }

.sidebtn a {
  display: inline;
  border: none;
  padding: 6px 15px;
  margin-right: 20px; }

.sidebtn a:hover {
  background: #ffcc00;
  border: none;
  color: #fff; }

/*@media screen and (max-width: 1600px) {*/
/*	.logo{*/
/*		margin-top: -50px;*/
/*	}*/
/*}*/
@media screen and (max-width: 1400px) {
  .products-box-btn .Addcart {
    margin-left: 0; }

  .products-box {
    display: flex;
    flex-wrap: wrap; }

  .left_inquiry.fixd {
    left: 5%;
    width: calc(23% - 35px); }

  .left_inquiry.fixd2 {
    left: 5%;
    width: calc(23% - 35px); }

  .pagebanner-title {
    margin-bottom: 0; }

  .pagebanner-title h1 {
    /*font-size: 26px;*/
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.3); }

  .pagebanner {
    margin-top: 110px; }

  .pagebanner .pic {
    height: 400px; }

  .pagebanner .pic .pagebanner-pic {
    width: 100%;
    height: 100%;
    object-fit: cover; }

  .footcon {
    justify-content: space-between; }

  .footnav {
    margin-left: 0; }

  .serviceslist {
    width: 50%; }

  .servicesli .serviceslist:nth-child(2) {
    left: -37.5%; }

  .servicesli .serviceslist:nth-child(3) {
    left: -75%; }

  .servicesli .serviceslist:nth-child(4) {
    left: -112.5%; }

  .servicesli .serviceslist:nth-child(5) {
    left: -150%; }

  .servicesli .serviceslist:hover ~ .serviceslist {
    transform: translateX(80%); }

  .index-section2 .maincontent a {
    font-size: 18px; }

  .top-header .col-md-4 {
    padding-right: 10px; }

  .auto-header {
    width: 90%; }

  .index_container {
    width: 90%; }

  .maincontent {
    width: 90%; }

  .menu > ul > li a {
    font-size: 16px;
    padding: 1em 10px 1em 1em; }

  .menu-dropdown-icon:before {
    padding: 12px 10px 0 0; }

  .logo img {
    height: 48px; }

  .bannertext {
    width: 80%;
    padding-left: 100px; }

  .bannertext h1, .bannertext h2,
  .bannertext h1 a, .bannertext h2 a {
    font-size: 46px;
    line-height: 60px; }

  .bannertext p {
    font-size: 17px; } }
@media screen and (max-width: 1100px) {
  .left_inquiry.fixd {
    position: static;
    width: 100%;
    box-shadow: none;
    padding: 0; }

  .left_inquiry.fixd2 {
    position: static;
    width: 100%;
    box-shadow: none;
    padding: 0; }

  .services_title {
    font-size: 22px !important; }

  .about-section2 .text {
    padding: 40px 15px; }

  .about-section2 .text p {
    font-size: 16px;
    line-height: 22px; }

  .about-section4 {
    padding: 50px 25px; }

  .pagebanner-title {
    margin-bottom: 20px; }

  .pagebanner-text .maincontent {
    padding-bottom: 60px; }

  .index-section4 .maincontent p {
    margin-right: 10%;
    font-size: 16px;
    line-height: 22px; }

  .index-section2 .maincontent a {
    font-size: 16px;
    margin-left: 10%; }

  .index-section1 .maincontent {
    flex-wrap: wrap; }

  .index-section1 .pic {
    width: 100%;
    margin-bottom: 20px; }

  .index-section1 .text {
    width: 100%; }

  .index-section1 {
    padding: 50px 0px; }

  .index-section3 {
    padding: 50px 0px; }

  .index-section5 {
    padding: 50px 0px; }

  .logo {
    position: static;
    margin-top: 0px; }

  .tablebox table tr th {
    display: none; }

  .tablebox table tr {
    border-bottom: 1px solid #ccc;
    padding: 20px 0px 15px;
    display: block;
    width: 100%; }

  .tablebox table thead {
    display: none; }

  .tablebox table tr:last-child {
    border-bottom: 0px solid #ccc; }

  .tablebox table tr td {
    display: block;
    height: auto;
    width: auto !important;
    text-align: left;
    border: 0px solid #ccc;
    padding: 0px 10px 10px;
    background: none !important; }

  .tablebox table tr td .table-inquiry {
    display: inline; }

  .detail-table tr:first-child th {
    padding: 15px 10px; }

  .detail-table tr th {
    display: block;
    width: 100% !important;
    text-align: left;
    padding: 15px 10px 5px;
    border-top: 1px solid #dee2e6; }

  .detail-table tbody tr {
    padding: 10px 0px 15px;
    border-top: 1px solid #dee2e6;
    border-bottom: none;
    display: block; }

  .detail-table tr td {
    display: block;
    border-top: 0px solid #dee2e6 !important;
    width: 100% !important;
    padding: 0px 10px 5px !important;
    background: none !important; }

  .index-title {
    font-size: 24px; }

  .inquirytext .index-title {
    line-height: 32px; }

  .inquiry_right {
    padding: 10px 0px 0px 0px; }

  .product-content {
    flex-direction: column; } }
@media screen and (max-width: 1023px) {
  .about-section2 .text {
    width: 40%; }

  .about-section2 .lists {
    width: 55%; }

  .about-section2 .lists .list .listpic {
    width: 100%;
    margin-bottom: 15px; }

  .about-section2 .lists .list .listinfo {
    width: 100%; }

  .top-header .col-md-4 {
    padding-right: 0px; }

  .logo img {
    height: 40px; }

  .nav .auto-header {
    padding-bottom: 0px;
    padding-top: 5px; }

  .bannertext {
    width: 100%;
    padding-left: 70px;
    padding-right: 70px; }

  .bannertext h1, .bannertext h2,
  .bannertext h1 a, .bannertext h2 a {
    font-size: 26px;
    line-height: 30px; }

  .bannertext p {
    font-size: 16px; }

  .more a {
    font-size: 14px; } }
@media screen and (max-width: 992px) {
  #inquiry-cart-fill .col-lg-2 {
    padding-left: 0px; }

  .products-box .products-box-list {
    width: 75%; }

  .products-box-list > div {
    width: 100%; }

  .products-box-list > div.col-md-8 {
    margin-bottom: 10px; }

  .locationspic img {
    margin: 0px 20px;
    height: 160px; }

  .contactbox {
    flex-wrap: wrap; }

  .contact-form {
    width: 100%;
    margin-bottom: 25px; }

  .contact-info {
    width: 100%; }

  .proli span {
    width: 100%; }

  .serviceslist {
    width: 75%; }

  .servicesli .serviceslist:nth-child(2) {
    left: -68.75%; }

  .servicesli .serviceslist:nth-child(3) {
    left: -137.5%; }

  .servicesli .serviceslist:nth-child(4) {
    left: -206.25%; }

  .servicesli .serviceslist:nth-child(5) {
    left: -275%; }

  .servicesli .serviceslist:hover ~ .serviceslist {
    transform: translateX(100%); } }
@media screen and (max-width: 800px) {
  .cart-quantity input {
    width: 100px; }

  .CarList table tr {
    padding: 15px 10px;
    display: block; }

  .CarList table tr td {
    display: block;
    border-bottom: none;
    padding: 5px 0px; }

  .cart-quantity input {
    margin-left: 0px; }

  .CarList input[name="ckitemid"] {
    width: 20px;
    height: 20px; }

  .cart-dye {
    width: 100%;
    padding: 10px 0px !important; }

  .cart-dyebox {
    position: relative;
    left: auto;
    top: auto;
    transform: none; }

  .cart-dyelist {
    left: 100px; }

  .products-box:hover {
    border: 1px solid #fee500;
    margin-left: 0px;
    margin-right: 0px; }

  .carcontent {
    width: 100%;
    min-width: 100%; }

  .proudct-detail table tr td {
    display: block; }

  .proudct-detail table tr td:first-child {
    background: none;
    font-weight: bold; }

  .proudct-detail tr:first-child th {
    padding: 15px 10px; }

  .proudct-detail tr th {
    display: block;
    width: 100% !important;
    text-align: left;
    padding: 15px 10px 5px !important;
    border: none !important;
    background: none !important;
    color: #000 !important; }

  .proudct-detail tbody tr {
    padding: 10px 0px 15px;
    border-top: 1px solid #dee2e6;
    border-bottom: none;
    display: block; }

  .proudct-detail tr td {
    display: block;
    border: none !important;
    width: 100% !important;
    padding: 0px 10px 5px !important;
    background: none !important; }

  .container-row-a li {
    width: 100%; }

  .services_title_box {
    align-items: flex-start;
    flex-direction: column; }

  .services_title_box h1 {
    margin-bottom: 15px; }

  .services_title_box .Addcart {
    margin-left: 0px; }

  .products-box {
    padding: 15px 0px; }

  .inquirybox {
    flex-wrap: wrap; }

  .inquiryform {
    width: 100%; }

  .inquirypic img {
    max-width: 350px; }

  .inquirypic {
    width: 100%;
    text-align: center; }

  .about-section2 {
    padding: 30px 15px; }

  .about-section4 {
    padding: 30px 15px; }

  .about-section4 .lists {
    flex-wrap: wrap; }

  .about-section4 .lists .list {
    width: 100%;
    margin-bottom: 25px; }

  .about-section3 .lists .list .listpic {
    width: 100%; }

  .about-section3 .lists .list .listinfo {
    width: 100%; }

  .about-section3 .lists .list {
    background: #f5f8ff; }

  .about-section2 .text {
    width: 100%;
    margin-bottom: 20px; }

  .about-section2 .lists {
    width: 100%; }

  .about-section1 {
    margin-bottom: 10px; }

  .about-section1 .pic {
    width: 100%; }

  .about-section1 .text {
    width: 100%; }

  .about-section1 .text h3 {
    margin-bottom: 10px; }

  .about-section1 .text p {
    margin-bottom: 15px; }

  .pagecontent {
    padding: 30px 0px; }

  .locationspic {
    flex-direction: column; }

  .locationspic img {
    margin: 0px 0px 20px;
    height: auto;
    width: 250px;
    max-width: 100%; }

  .pagebanner-title h1 {
    font-size: 22px; }

  .footcon {
    flex-wrap: wrap;
    margin-bottom: 0px; }

  .footcontact {
    width: 100%;
    margin-bottom: 20px; }

  .footnav {
    width: 100%;
    margin-bottom: 20px; }

  .footer {
    padding: 30px 0 10px; }

  .footicon p {
    text-align: left; }

  .footiconli {
    text-align: left; }

  .index-section5 ul li {
    margin-bottom: 25px;
    width: 370px; }

  .index-section5 ul {
    padding-top: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center; }

  .index-section4 .maincontent {
    justify-content: center; }

  .index-section4 .maincontent p {
    margin-right: 0%; }

  .title .index-title:after {
    width: 40px; }

  .index-section3 .maincontent {
    overflow: hidden; }

  .servicesli {
    padding: 20px 0px 120px;
    overflow: initial;
    align-items: flex-start; }

  .servicesli:after {
    content: none; }

  .serviceslist {
    width: 100%;
    padding: 25px 15px; }

  .servicesli .serviceslist:nth-child(2) {
    left: -100%;
    top: 30px; }

  .servicesli .serviceslist:nth-child(3) {
    left: -200%;
    top: 60px; }

  .servicesli .serviceslist:nth-child(4) {
    left: -300%;
    top: 90px; }

  .servicesli .serviceslist:nth-child(5) {
    left: -400%;
    top: 120px; }

  .servicesli .serviceslist:hover ~ .serviceslist {
    transform: translateX(100%); }

  .index-section2 .maincontent {
    justify-content: center; }

  .index-section2 .maincontent a {
    margin-left: 0%; }

  .index-section1 {
    padding: 40px 0px; }

  .index-section3 {
    padding: 40px 0px; }

  .index-section5 {
    padding: 40px 0px; }

  .index-title {
    font-size: 20px; }

  .inquirytext .index-title {
    line-height: 26px; }

  .menu .show-on-mobile {
    padding: 0px 15px; }

  .menu-dropdown-icon:before {
    padding: 5px 10px 0 0; }

  .menu > ul > li a {
    padding: 0.6em; }

  .auto-header {
    width: 100%;
    max-width: 100%;
    padding: 0px 15px; }

  .index_container {
    width: 100%;
    max-width: 100%;
    padding: 0px 15px; }

  .maincontent {
    width: 100%;
    max-width: 100%;
    padding: 0px 20px; }

  .logo img {
    height: 35px; }

  .menu-mobile {
    padding: 0px; }

  .menu-mobile:after {
    margin-top: 15px; }

  .top-header span {
    line-height: 25px; }

  .top-header .row .col-md-8 {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap; }

  .bannertext {
    padding-left: 40px;
    padding-right: 40px; }

  .bannertext h1, .bannertext h2,
  .bannertext h1 a, .bannertext h2 a {
    font-size: 20px;
    line-height: 24px; } }
@media screen and (max-width: 600px) {
  .products-box > div {
    width: 100% !important; }

  .products-box-list > div {
    padding-left: 0px;
    padding-right: 0px; }

  .products-box-btn {
    margin-top: 5px; }

  .cart-dyelist {
    display: inline-block !important;
    position: static;
    transform: none;
    margin-top: 5px;
    width: auto; }

  .cart-dye .Dyebtn {
    pointer-events: none; } }
@media screen and (max-width: 500px) {
  .order-form-item {
    flex-wrap: wrap; }

  .order-form-item span {
    width: 100%;
    text-align: left;
    margin-right: 0px;
    margin-bottom: 10px; }

  .order-form-item input {
    width: 100%; }

  .order-form-item select {
    width: 100%; }

  .orderform .orderbtn {
    margin-left: 0px; }

  .proudct-detail table tr td {
    width: auto; }

  .products-box:hover {
    margin-left: 0px;
    margin-right: 0px; }

  .dyecolors span {
    margin-right: 2px;
    margin-bottom: 4px; }

  .index-section5 ul li {
    width: 100%; }

  .carcontent {
    width: 100%; }

  /*.buycar{
	padding: 10px;
}*/
  .buycar .shoppingbasketnum {
    width: 20px;
    height: 20px;
    font-size: 14px; }

  .joincompar {
    font-size: 15px;
    margin-right: 10px;
    margin-top: 5px; }

  .Addcart {
    margin-left: 0;
    font-size: 15px;
    margin-top: 5px; } }
@media screen and (min-width: 991px) {
  .mt-50-md {
    margin-top: 50px; }

  .mt-70-md {
    margin-top: 70px; } }
.inner-product-list .inner {
  border: 1px solid #ccc;
  margin-bottom: 20px;
  padding: 20px 20px 0 20px; }

.inner-product-list .inner:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); }

.inner-product-list h4 {
  font-weight: bold;
  font-size: 18px; }

.inner-product-list dl {
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 10px; }

.inner-product-list dt {
  width: 100px;
  font-weight: bold;
  color: #999; }

.inner-product-list dd {
  flex: 1; }

.inner-product-list a.inquiry {
  display: inline-block;
  font-size: 16px;
  text-align: center;
  padding: 10px 20px;
  background-color: #727fbb;
  color: #ffffff; }

.inner-product-list a.inquiry:hover {
  color: #ffffff;
  background-color: #ffcc00; }

@media screen and (min-width: 768px) {
  .inner-product-list h4 {
    position: relative;
    padding-right: 100px; }

  .inner-product-list a.inquiry {
    position: absolute;
    right: 0;
    top: 0; } }
@media screen and (max-width: 767px) {
  .inner-product-list a.inquiry {
    margin: 15px auto;
    display: block; } }
.search-row {
  padding: 20px 0;
  border-bottom: 1px dashed #e0e0e0;
  color: #787878; }

.search-title {
  margin-bottom: 10px; }
  .search-title a {
    color: #4472c4; }
    .search-title a:hover {
      color: #00a0e9; }

.search-results .search-results__tabs {
  overflow: hidden;
  margin-bottom: 10px;
  border-bottom: 2px solid #727fbb; }
  .search-results .search-results__tabs li {
    display: inline-block;
    float: left;
    padding: 7px 12px;
    cursor: pointer;
    border: 2px solid #727fbb;
    border-bottom: none;
    margin-right: 8px; }
    .search-results .search-results__tabs li.active {
      background-color: #727fbb;
      color: #fff; }
.search-results .search-results__contents .search-results__contents_item {
  display: none; }

.blog-lists {
  margin-left: -8px;
  margin-right: -8px; }
  .blog-lists .item {
    margin-bottom: 30px;
    padding: 0 8px; }
    .blog-lists .item a {
      display: block; }
    .blog-lists .item .inner {
      border-radius: 8px 8px 0 0;
      border: 1px solid #eee;
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.1); }
      .blog-lists .item .inner .img {
        height: 148px;
        border-radius: 8px 8px 0 0;
        display: block;
        overflow: hidden; }
        .blog-lists .item .inner .img img {
          transition: all ease-out .3s;
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .blog-lists .item .inner .text {
        padding: 16px; }
        .blog-lists .item .inner .text h2 {
          color: #444;
          height: 80px;
          overflow: hidden;
          font-size: 18px;
          font-weight: normal; }
        .blog-lists .item .inner .text p:before {
          font-family: FontAwesome;
          content: '\f017';
          vertical-align: middle;
          margin-right: 5px; }
        .blog-lists .item .inner .text .more-btn:after {
          font-family: FontAwesome;
          content: '\f178';
          vertical-align: middle;
          margin-left: 5px; }
      .blog-lists .item .inner:hover {
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05); }
        .blog-lists .item .inner:hover .img img {
          transform: scale(1.1); }
        .blog-lists .item .inner:hover .text h2 {
          color: #4472c4; }

.fs-18 {
  font-size: 18px; }

.mt-20 {
  margin-top: 20px; }

.mt-30 {
  margin-top: 30px; }

.mtb-40 {
  margin-top: 40px;
  margin-bottom: 40px; }

@media screen and (min-width: 992px) {
  .md-flex {
    display: flex; }

  .flex-align-center {
    align-items: center; }

  .pr-md-50 {
    padding-right: 50px; }

  .pl-md-50 {
    padding-left: 50px; }

  .text-right-md {
    text-align: right; } }
/*menu 2 css*/
.logo {
  margin-top: 6px !important;
  margin-bottom: 0 !important; }
  @media (min-width: 1100px) {
    .logo {
      margin-top: 10px !important; } }

.menu-mobile {
  display: none;
  color: #fff;
  text-decoration: none;
  text-align: left; }

.navi-menu-4 {
  display: none;
  padding-left: 10px; }

.navi-menu-3 {
  padding: 0; }

.navi-menu-4 li {
  list-style: none; }

.menu {
  width: 100%;
  text-align: right;
  margin-top: 8px; }
  .menu li {
    list-style: none; }

.menu-mobile:after {
  content: "\f0c9";
  font-family: "FontAwesome";
  font-size: 25px;
  padding: 0;
  color: #333; }

.menu-dropdown-icon:before {
  content: "\f0dd";
  font-family: "FontAwesome";
  cursor: pointer;
  float: right;
  padding: 16px 6px 0 0;
  color: #333;
  display: block;
  font-size: 12px; }

.menu > ul {
  margin: 0 auto;
  list-style: none;
  padding: 0;
  position: relative;
  box-sizing: border-box; }

.menu > ul > li {
  padding: 0;
  margin: 0;
  display: inline-block;
  font-size: 16px;
  text-align: left; }

.menu > ul > li > a {
  text-decoration: none;
  padding: 1em 6px 1em 6px;
  line-height: 1.42857143;
  color: #000;
  display: inline-block;
  position: relative; }

@media only screen and (min-width: 1500px) {
  .menu > ul > li.menu-dropdown-icon:before {
    padding-right: 20px; } }
.top-menu-wrapper {
  width: 85%; }

@media only screen and (max-width: 1499px) {
  .top-menu-wrapper {
    width: 100%; }

  .menu > ul > li.menu-dropdown-icon:before {
    padding-right: 10px; }

  .menu > ul > li > a {
    padding: 1em 4px 1em 4px; } }
.menu .navi-menu-2 {
  display: none; }

.menu .navi-menu-2 > li a {
  padding: 10px;
  display: block;
  color: #3b5998;
  font-size: 16px;
  line-height: 1.42857143; }

.menu .navi-menu-3 > li {
  font-size: 15px; }

.menu .navi-menu-3 > li a {
  padding: 10px;
  display: block;
  color: #444;
  font-size: 15px;
  line-height: 1.42857143; }

.menu .navi-menu-3 > li a:hover {
  color: #195ea3; }

/* menu split into 2 rows 2023.01.04 */
.top-menu-wrapper {
  position: relative; }

.top-menu-wrapper > .row,
.top-menu-wrapper > .row > .col-md-6,
.top-menu-wrapper > .row > .col-md-6 > .menu,
.top-menu-wrapper > .row > .col-md-6 > .menu > ul {
  position: static; }

/*@media screen and (min-width: 992px) {*/
@media screen and (min-width: 1100px) {
  .submit_search {
    margin-top: 13px !important; }

  .top-menu-wrapper .menu > ul > li:nth-child(2),
  .top-menu-wrapper .menu > ul > li:nth-child(3),
  .top-menu-wrapper .menu > ul > li:nth-child(4),
  .top-menu-wrapper .menu > ul > li:nth-child(5) {
    display: none; } }
@media screen and (max-width: 1099px) {
  .top-menu-wrapper {
    overflow: initial !important; }

  .top-menu-wrapper > .row > .col-md-6 {
    width: 50%;
    float: right; }

  .top-menu-wrapper > .row > .col-md-3:first-child {
    width: 50%;
    float: left; }

  .top-menu-wrapper > .row > .col-md-3:last-child {
    width: 100%;
    float: left; }

  .top-menu-wrapper > .row > .col-md-6 > .menu > ul {
    position: absolute;
    left: 0;
    top: 110px;
    z-index: 9999;
    width: 100%;
    max-height: 80vh;
    overflow-y: auto; } }
.menu-mobile {
  margin-top: 5px;
  cursor: pointer; }

/*     menu-wrapper     */
.menu-wrapper {
  background-color: #0050cc; }

.menu-wrapper .menu > ul > li > a {
  color: #fff;
  font-weight: bold; }

.menu-wrapper .menu > ul > .menu-dropdown-icon > a {
  font-size: 19px;
  height: 55px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 55px; }

.menu-wrapper .menu > ul > li.menu-dropdown-icon:before {
  color: #fff; }

@media screen and (min-width: 1100px) {
  .menu-wrapper .menu > ul {
    display: flex;
    justify-content: space-around; } }
@media screen and (max-width: 1099px) {
  .menu-wrapper {
    display: none; } }
/* menu split into 2 rows 2023.01.04 end */
/* menu level 2 to left, level 3 to right 2023.04.25 start */
.menu > ul > li.menu-dropdown-icon .row {
  display: none;
  background: #fff;
  padding: 20px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0 0 5px 5px;
  position: absolute;
  z-index: 99999;
  left: 0;
  top: 100%;
  width: 100%; }
  .menu > ul > li.menu-dropdown-icon .row .col-md-4 {
    border-right: 1px solid #eee; }
    .menu > ul > li.menu-dropdown-icon .row .col-md-4 .navi-menu-2 {
      display: block;
      position: static; }
      .menu > ul > li.menu-dropdown-icon .row .col-md-4 .navi-menu-2 .navi-menu-3 {
        display: none; }
  .menu > ul > li.menu-dropdown-icon .row .col-md-8 {
    border-left: 1px solid #eee;
    margin-left: -1px; }
    .menu > ul > li.menu-dropdown-icon .row .col-md-8 .navi-menu-3 {
      display: block;
      max-height: 46vh;
      overflow-y: auto; }
      .menu > ul > li.menu-dropdown-icon .row .col-md-8 .navi-menu-3::-webkit-scrollbar {
        width: 10px;
        height: 1px; }
      .menu > ul > li.menu-dropdown-icon .row .col-md-8 .navi-menu-3::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
        background: #dfdfdf; }
      .menu > ul > li.menu-dropdown-icon .row .col-md-8 .navi-menu-3::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
        background: #fff; }
.menu > ul > li.menu-dropdown-icon.active .row {
  display: block; }

.menu .navi-menu-2 > li {
  position: relative; }

.menu .navi-menu-2 > li.menu-dropdown-icon:before {
  transform: rotate(-90deg);
  position: absolute;
  right: 5px;
  top: 13px;
  padding: 0; }

@media screen and (min-width: 1100px) {
  .menu .navi-menu-2 > li.active {
    background-color: #f4f5f6; } }
.menu > ul > li.menu-dropdown-icon.normal-sub {
  position: relative; }
  .menu > ul > li.menu-dropdown-icon.normal-sub .row {
    width: 360px; }
    .menu > ul > li.menu-dropdown-icon.normal-sub .row .col-md-4 {
      width: 100%;
      border-right: none; }
    .menu > ul > li.menu-dropdown-icon.normal-sub .row .col-md-8 {
      display: none !important; }

/* menu level 2 to left, level 3 to right 2023.04.25 end */
/* Mobile style's */
@media only screen and (max-width: 1099px) {
  .menu {
    text-align: left;
    float: right;
    width: auto; }

  .menu-container {
    width: 100%; }

  .menu-mobile {
    display: block; }

  .menu-dropdown-icon:before {
    padding: 1.2em 2em; }

  .menu > ul {
    display: none;
    padding: 0;
    background-color: #585858; }

  .menu > ul > li {
    width: 100%;
    float: none;
    display: block;
    border-bottom: 1px solid #636363;
    position: relative; }

  .menu > ul > li:last-child {
    border-bottom: 0 solid #636363; }

  .menu > ul > li a {
    color: #fff; }

  .menu .navi-menu-2 {
    background-color: #fff; }
    .menu .navi-menu-2 .navi-menu-3 {
      display: none; }

  .menu .navi-menu-2 > li.menu-dropdown-icon:before {
    padding: 0.2em 2em;
    transform: rotate(0);
    z-index: 9; }

  .menu li.menu-dropdown-icon:before {
    color: #fff;
    display: none; }

  .menu > ul > li.menu-dropdown-icon em {
    display: inline-block;
    position: absolute;
    z-index: 9;
    right: 15px;
    top: 15px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    cursor: pointer; }
    .menu > ul > li.menu-dropdown-icon em:before {
      content: "\f0dd";
      font-family: "FontAwesome";
      cursor: pointer;
      color: #fff;
      display: block;
      font-size: 12px; }

  .menu > ul > li.menu-dropdown-icon .navi-menu-2 li.menu-dropdown-icon em {
    top: 10px; }
    .menu > ul > li.menu-dropdown-icon .navi-menu-2 li.menu-dropdown-icon em:before {
      color: #333; } }
.section-home {
  width: 100%;
  overflow: hidden; }

.section-home h2 a {
  font-family: 'ProximaNova-Bold'; }

.section-home .img {
  padding: 0; }

.section-home ul li {
  padding-bottom: 4px; }

.section-home ul li a {
  color: #666; }

.section-home ul li a:hover {
  color: #0050cc; }

.section-home .btn {
  height: 40px;
  line-height: 38px;
  width: auto;
  background: #ffcc00;
  border: 1px solid transparent;
  padding: 0 20px; }

.section-home .btn:hover {
  background: #0050cc;
  border: 1px solid #0050cc; }

@media (max-width: 992px) {
  .section-home > .row {
    margin: 0; } }
.section-home-contact {
  height: 45vh;
  min-height: 420px;
  padding-top: 140px;
  padding-bottom: 140px;
  background-size: cover;
  background-attachment: fixed;
  background-image: url("../images/home-img-4.jpg");
  background-image: -webkit-image-set(url(../images/home-img-4.webp) 1x);
  background-image: image-set(url(../images/home-img-4.jpg) 1x);
  color: #fff;
  width: 100%;
  overflow: hidden; }

.section-home-contact .btn {
  height: 50px;
  line-height: 48px;
  width: auto;
  background: #ffcc00;
  border: 2px solid transparent;
  padding: 0 30px; }

.section-home-contact .btn:hover {
  background: #ffcc00;
  border: 2px solid #ffcc00; }

@media (max-width: 1023px) {
  .section-home-contact {
    background-image: url("../images/home-img-4-m.jpg"); }
    @supports (background-image: url("../images/home-img-4-m.webp")) {
      .section-home-contact {
        background-image: url("../images/home-img-4-m.webp"); } } }
@media (max-width: 767px) {
  .section-home-contact {
    background-image: url("../images/home-img-4-s.jpg"); }
    @supports (background-image: url("../images/home-img-4-s.webp")) {
      .section-home-contact {
        background-image: url("../images/home-img-4-s.webp"); } } }
@media (max-width: 992px) {
  .section-home-contact > .row {
    margin: 0; } }
.service-border-style-1 {
  border: 1.5px solid #4589ba;
  padding: 30px 30px 10px 30px;
  margin-bottom: 25px;
  position: relative;
  /*overflow: hidden;*/ }

.service-border-style-1:after {
  content: '';
  display: inline-block;
  height: 50px;
  width: 50px;
  border-bottom: 1.5px solid #4589ba;
  /*border-top: transparent;*/
  /*border-right: transparent;*/
  /*border-left: transparent;*/
  background-color: #fff;
  position: absolute;
  z-index: 2;
  right: -25px;
  top: -25px;
  transform: rotate(45deg); }

.service-border-style-1 h4 {
  color: #C55A11;
  font-size: 17px; }

.service-process-style .col-md-3 {
  padding-right: 30px;
  margin-right: -15px;
  overflow: hidden; }

.service-process-style h4 {
  font-size: 17px;
  background-color: #4472C4;
  color: #fff;
  text-align: center;
  height: 50px;
  line-height: 20px;
  /*border: 1px solid #2F528F;*/
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 15px; }

.service-process-style h4:after {
  content: '';
  display: inline-block;
  height: 36px;
  width: 36px;
  border: 20px solid #4472C4;
  border-left: transparent;
  border-bottom: transparent;
  /*background-color: #4472C4;*/
  position: absolute;
  z-index: 2;
  right: -18px;
  top: 6px;
  transform: rotate(45deg); }

.service-process-style h4.second {
  padding-left: 25px; }

.service-process-style h4.second:before {
  content: '';
  display: inline-block;
  height: 36px;
  width: 36px;
  /*border: 1px solid #2F528F;*/
  border: 20px solid #fff;
  border-left: transparent;
  border-bottom: transparent;
  /*background-color: #fff;*/
  position: absolute;
  z-index: 2;
  left: -19px;
  top: 6px;
  transform: rotate(45deg); }

.service-process-style ul li {
  margin-bottom: 10px; }

.service-bg-style-1 {
  background-color: #4589ba;
  color: #fff !important;
  padding: 30px 30px 10px 30px;
  margin-bottom: 25px; }

.service-bg-style-1 h4 {
  font-size: 17px; }

.service-bg-style-1 p {
  color: #fff !important; }

.service-bg-style-1 ul li {
  color: #fff !important; }

/*# sourceMappingURL=all.css.map */
