@charset "UTF-8";
html,
body {
  font-family: "Roboto", sans-serif;
}

.mdlt-wrapper {
  padding-top: 3.5rem;
}
@media (min-width: 992px) {
  .mdlt-wrapper {
    padding-top: 5.3125rem;
  }
}

@media (min-width: 992px) {
  .navbar {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.navbar .navbar-brand {
  padding: 0;
  height: 1.5rem;
}
@media (min-width: 992px) {
  .navbar .navbar-brand {
    height: 1.875rem;
  }
}
.navbar .navbar-brand img {
  max-height: 100%;
}
.navbar.bg-dark {
  background-color: #0e1d41 !important;
}
.navbar .navbar-nav .nav-item .nav-link {
  color: white;
  font-size: 0.875rem;
  font-weight: 500;
  padding-left: 0;
  padding-right: 3rem;
  padding-top: 0;
  padding-bottom: 0;
  min-height: 2.5rem;
  line-height: 2.5rem;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
  color: #ff3f12;
}
.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle img {
  max-height: 1.5rem;
}
.navbar .navbar-nav .nav-item.active .nav-link {
  color: #ff3f12;
}
.navbar .navbar-nav .nav-item:last-of-type .nav-link {
  padding-right: 0;
}
.navbar .navbar-nav .nav-item.language .dropdown-menu {
  min-width: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
}
.navbar .navbar-nav .nav-item.language .dropdown-menu .dropdown-item.active, .navbar .navbar-nav .nav-item.language .dropdown-menu .dropdown-item:focus {
  background-color: #ff3f12;
}
.navbar .navbar-nav .btn-group {
  height: 0.875rem;
  max-width: 4rem;
}
.navbar .navbar-nav .btn-group .btn-primary {
  border: none;
  color: white;
  border-radius: 0;
  background: none;
  font-size: 0.8125rem;
  line-height: 0.875rem;
}
.navbar .navbar-nav .btn-group .btn-primary.active {
  background: none;
  color: #ff3f12;
}
.navbar .navbar-nav .btn-group .btn-primary:hover, .navbar .navbar-nav .btn-group .btn-primary:active, .navbar .navbar-nav .btn-group .btn-primary:focus {
  background: none !important;
  border-color: white !important;
}
.navbar .navbar-nav .btn-group .btn-primary + .btn-primary {
  border-left: solid 1px white;
}

form .form-group .col-form-label {
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500;
}

.inquiry .card .card-header {
  font-weight: 500;
  font-size: 0.875rem;
}
.inquiry .card .card-body .table thead tr th:first-of-type {
  width: 3.5rem;
}
.inquiry .card .card-body .table thead tr th:nth-of-type(2) {
  min-width: 10rem;
}
.inquiry .card .card-body .table thead tr th:nth-of-type(3) {
  min-width: 10rem;
}
.inquiry .card .card-body .table thead tr th:nth-of-type(4) {
  min-width: 5rem;
  width: 6rem;
}
.inquiry .card .card-body .table thead tr th:nth-of-type(5) {
  min-width: 5rem;
  width: 6rem;
}

.btn {
  font-weight: 500;
}
.btn.btn-sm {
  font-size: 0.8125rem;
  padding: 0.3125rem 0.625rem;
  height: auto;
}
.btn:hover, .btn:focus, .btn:active {
  box-shadow: none !important;
  outline: none;
}
.btn.btn-primary {
  background-color: #ff3f12;
  border-color: #ff3f12;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
  background-color: #ff3f12 !important;
  border-color: #ff3f12 !important;
}
.btn.btn-outline-primary {
  border-color: #ff3f12;
  color: #ff3f12;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus, .btn.btn-outline-primary:active {
  background-color: #ff3f12 !important;
  color: white !important;
}
.btn.btn-outline-secondary {
  border-color: #07122c;
  color: #07122c;
}
.btn.btn-outline-secondary:hover, .btn.btn-outline-secondary:focus, .btn.btn-outline-secondary:active {
  background-color: #07122c !important;
  color: white !important;
}
.btn.btn-outline-thired {
  border-color: #07122c;
  background-color: #07122c !important;
  color: white !important;
}
.custom-select-sm,
.form-control-sm {
  font-size: 0.8125rem;
  padding: 0.3125rem 0.625rem;
  height: auto;
}

.auth {
  background-image: url("../images/bg3.jpg");
  background-position: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ececec;
}
.auth .card .card-header {
  background-color: white;
  font-weight: 500;
}

.iti--allow-dropdown {
  width: 100%;
}

.iti__selected-flag:focus {
  outline: none;
}

.iti__selected-dial-code,
.iti__country {
  font-size: 0.8125rem;
}

.error {
  color: red;
  display: block;
  font-size: 0.75rem;
}

.owl-carousel .item {
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  background-color: #dbdbdb;
}

.mdlt-footer ul.nav {
  width: 50%;
}
@media (min-width: 768px) {
  .mdlt-footer ul.nav {
    width: auto;
  }
}
.mdlt-footer ul.nav .nav-item {
  color: white;
  font-size: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .mdlt-footer ul.nav .nav-item {
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .mdlt-footer ul.nav .nav-item.b-r {
    border-right: solid 1px white;
  }
}
.mdlt-footer ul.nav .nav-item .nav-link {
  padding: 0;
  color: white;
}
.mdlt-footer ul.nav .nav-item .nav-link.active {
  color: #ff3f12;
}
.mdlt-footer ul.nav .nav-item .nav-link:hover {
  color: #ff3f12;
}

.footer-primary {
  background-color: #07122c;
}

.footer-secondary {
  background-color: #040b1d;
  color: #485165;
  font-size: 0.75rem;
}

@media (min-width: 576px) {
  .sidebar-filter {
    flex: 0 1 230px;
    max-width: 230px;
  }
}
.sidebar-filter .card .card-header {
  background-color: #818286;
  color: white;
  font-weight: 400;
  position: relative;
  padding: 0.5rem 0 0;
  font-size: 1.125rem;
  line-height: 1;
}
.sidebar-filter .card .card-header:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding-bottom: 10%;
  background: inherit;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  z-index: 5;
}
.sidebar-filter .card .card-body {
  overflow-y: auto;
}
.sidebar-filter label {
  font-weight: 700;
  font-size: 0.75rem;
  margin-bottom: 0;
}
.sidebar-filter label.custom-control-label {
  font-size: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 400;
}
.sidebar-filter .form-group {
  margin-bottom: 0;
}
.sidebar-filter .form-group:last-of-type {
  margin-bottom: 0;
}
.sidebar-filter .form-group .form-control-sm {
  font-size: 0.75rem;
  height: auto;
  line-height: initial;
}
.sidebar-filter .form-group .custom-checkbox {
  display: flex;
  min-height: 1rem;
}
.sidebar-filter .form-group .custom-checkbox .custom-control-label {
  padding-top: 0;
  padding-bottom: 0;
}
.sidebar-filter .form-group .custom-checkbox .custom-control-label:before {
  top: 0;
}
.sidebar-filter .form-group .custom-checkbox .custom-control-label:after {
  top: 0;
}
.sidebar-filter hr {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.breadcrumb {
  border-radius: 0;
  background: none;
  padding: 0 0 0.25rem 0;
  border-bottom: solid 1px #6c757d;
}
.breadcrumb .breadcrumb-item {
  font-size: 0.875rem;
  font-weight: 500;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: "›";
}
.breadcrumb .breadcrumb-item a {
  color: #6c757d;
}
.breadcrumb .breadcrumb-item.active {
  color: #ff3f12;
}

.product-grid a.figure {
  position: relative;
  border-bottom: 10px solid #ccc;
  transition: border-color 0.5s;
}
.product-grid a.figure .figure-img {
  margin: 0;
}
.product-grid a.figure .figure-caption {
  font-weight: 700;
  color: #111111;
  padding: 0.375rem 0 0.5rem 0;
  font-size: 0.75rem;
  display: block;
  transition: color 0.5s;
}
.product-grid a.figure:hover {
  text-decoration: none;
  border-color: #ff3f12;
  transition: border-color 0.5s;
}
.product-grid a.figure:hover .figure-caption {
  color: #ff3f12;
  transition: color 0.5s;
}

.pb-2r {
  padding-bottom: 2rem;
}

.product-group .figure {
  max-width: 10rem;
}
.product-group .figure .count-badge {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #040b1d;
  font-size: 0.625rem;
  width: 1.5rem;
  height: 1.5rem;
  background-color: white;
  border-radius: 0.75rem;
  text-align: center;
  line-height: 1.5rem;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.2);
  font-weight: bold;
}

.contact-us {
  font-size: 0.875rem;
  color: #666;
}
.contact-us a {
  color: #111;
  font-weight: 500;
}

.form-control {
  outline: none;
  box-shadow: none;
}
.form-control:focus, .form-control:active {
  outline: none;
  box-shadow: none;
}
.form-control:focus:focus, .form-control:focus:active, .form-control:active:focus, .form-control:active:active {
  outline: none;
  box-shadow: none;
}

.custom-control-input:focus ~ .custom-control-label:before, .custom-control-input:active ~ .custom-control-label:before {
  outline: none;
  box-shadow: none;
}

.product-details.v1 .table {
  font-weight: 500;
  border: solid 0.1875rem #ff99cc;
}
.product-details.v1 .table tbody {
  border: none;
}
.product-details.v1 .table tbody + tbody {
  border: none;
}
.product-details.v1 .table .thead-dark th {
  background-color: #0e1d41;
}
.product-details.v1 .table th,
.product-details.v1 .table td {
  padding: 0.5rem 0.625rem;
}
.product-details.v2 .table th {
  padding: 0.3125rem 0.5rem;
  background-color: #0e1d41 !important;
  padding-right: 1rem;
  position: relative;
}
.product-details.v2 .table th .dropdown {
  position: absolute;
  right: 0.125rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 0.875rem;
  height: 0.875rem;
}
.product-details.v2 .table th .dropdown .filter-icon {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  color: black;
  background-color: white;
  border-radius: 0.125rem;
}
.product-details.v2 .table th .dropdown .filter-icon:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -25%);
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.product-details.v2 .table th .dropdown .filter-icon.active {
  background-color: #ff3f12;
  color: white;
}
.product-details.v2 .table th .dropdown .dropdown-menu {
  top: 0.875rem !important;
  margin: 0;
  padding: 0;
}
.product-details.v2 .table th .dropdown .dropdown-menu .dropdown-item {
  font-size: 0.8125rem;
}
.product-details.v2 .table th .dropdown .dropdown-menu .dropdown-item.active {
  background-color: #ff3f12;
}
.product-details.v2 .table td {
  padding: 0.3125rem 0.5rem;
}
.product-details.v2 .table .form-control {
  padding: 0.3125rem 0.5rem;
  width: auto;
  min-width: 100%;
  font-size: 0.8125rem;
  border-radius: 0;
  border: none;
}
.product-details.v2 .input-group .input-group-prepend {
  margin: 0;
}
.product-details.v2 .input-group .input-group-prepend .input-group-text {
  border-radius: 0;
  background: none;
  color: #111;
  font-size: 0.875rem;
  border-color: #333;
  margin-right: 0.25rem;
}
.product-details.v2 .input-group .input-group-append {
  margin: 0;
}
.product-details.v2 .input-group .input-group-append .btn-outline-secondary {
  border-radius: 0;
  background: none;
  color: #111;
  font-size: 0.875rem;
  border-color: #333;
  margin-left: 0.25rem;
}
.product-details.v2 .input-group .form-control {
  margin: 0;
  border-color: #333;
}
.product-details.v2 .owl-carousel {
  border: solid 1px #999;
  padding: 0.25rem;
}
.product-details.v2 .owl-thumbs {
  border: solid 1px #999;
  padding: 0.25rem;
  overflow-x: auto;
}
.product-details.v2 .owl-thumbs .owl-thumb-item {
  width: 23%;
  float: left;
  margin-right: 0.25rem;
}
.product-details.v2 .owl-thumbs .owl-thumb-item:last-of-type {
  margin-right: 0;
}
.product-details.v4 .form-control.filter-search {
  border-radius: 0.25rem;
  margin-bottom: 0.25rem;
  font-size: 0.8125rem;
  border-color: #07122c !important;
}
.product-details.v4 .product-filter {
  display: block;
  margin-bottom: 1rem;
}
.product-details.v4 .product-filter .btn {
  display: block;
  border-radius: 0.25rem;
  margin-bottom: 0.25rem;
  font-size: 0.8125rem;
}
.product-details.v4 .product-filter .btn.btn-outline-secondary:hover, .product-details.v4 .product-filter .btn.btn-outline-secondary:focus, .product-details.v4 .product-filter .btn.btn-outline-secondary:active {
  outline: none;
  box-shadow: none !important;
  color: #07122c !important;
  background-color: #ddd !important;
}
.product-details.v4 .product-filter .btn.btn-outline-secondary.active {
  background-color: #ff3f12 !important;
  border-color: #ff3f12 !important;
  color: white !important;
  outline: none;
  box-shadow: none !important;
}
.product-details.v4 .owl-carousel .owl-dots {
  margin-top: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.product-details.v4 .owl-carousel .owl-dots .owl-dot:focus {
  outline: none;
}
.product-details.v4 .owl-carousel .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 10px 4px;
}
.product-details.v4 .owl-thumbs {
  border: solid 1px #999;
  padding: 0.25rem;
  overflow-x: auto;
}
.product-details.v4 .owl-thumbs .owl-thumb-item {
  width: 23%;
  float: left;
  margin-right: 0.25rem;
}
.product-details.v4 .owl-thumbs .owl-thumb-item:last-of-type {
  margin-right: 0;
}

.border-top,
hr {
  border-top: solid 1px #6c757d !important;
}

.border-bottom {
  border-bottom: solid 1px #6c757d !important;
}

.text-md {
  font-size: 0.875rem;
}

.text-sm {
  font-size: 0.8125rem !important;
}

.min-height {
  min-height: 30rem;
}

.card .card-body a.card-title {
  font-size: 1rem;
  font-weight: 700;
}
.card .card-body a.card-title.text-color-green {
  color: #9cd600;
}
.card .card-body a.card-title.text-color-magenta {
  color: #fc03f3;
}
.card .card-body a.card-title.text-color-purple {
  color: #9b51fc;
}
.card .card-body a.card-title.text-color-cyan {
  color: #11bff5;
}
.card .card-body a.card-title:hover {
  text-decoration: none;
}

ul.aboutus-nav .nav-item {
  background: url("data:image/png;base64,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") no-repeat right;
}
ul.aboutus-nav .nav-item .nav-link {
  padding-left: 0;
  color: #222;
}
ul.aboutus-nav .nav-item .nav-link.active {
  color: #ff3f12;
  font-weight: 500;
}
ul.aboutus-nav .nav-item .nav-link:hover {
  color: #ff3f12;
}

.sitemap ul > li {
  padding: 0.25rem 0;
}
.sitemap ul > li > a {
  color: #040b1d;
}
.sitemap ul > li span {
  background-color: #040b1d;
  color: white;
  display: inline-block;
  padding: 0 0.25rem;
}
.sitemap ul > li > ul {
  padding-left: 2rem;
}

.loader {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1100;
  transition: opacity 1s ease-in-out;
}
.loader.loaded {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.spinner {
  position: fixed;
  z-index: 1200;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 40px;
  margin-top: -20px;
  margin-left: -25px;
  text-align: center;
  font-size: 10px;
}
.spinner > div {
  background-color: #2196f3;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}/*# sourceMappingURL=style.css.map */