/* Brand Fonts */
@font-face {
  font-family: 'Eurostile Extended';
  src: url('../webfonts/EurostileExtendedRegular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aptos';
  src: url('../webfonts/Aptos-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aptos';
  src: url('../webfonts/Aptos.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aptos';
  src: url('../webfonts/Aptos-SemiBold.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aptos';
  src: url('../webfonts/Aptos-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  color: #030300;
  font-size: 16px;
  line-height: 1.5;
  font-family: 'Aptos', sans-serif;
}

/* Headings - Eurostile Extended */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Eurostile Extended', sans-serif;
}

a {
  text-decoration: none;
}

.header-logo {
  max-width: 287px;
}

.header-top {
  background-color: #030300;
  border-bottom: 4px solid #FBED20;
}
#resources-nav a {

}

.header-top a {
  color: #fff;
  font-size: 14px;
}

.header-top a:hover,
.header-top a:focus {
  color: #FBED20;
}

.navbar-item {
  color: #464646;
  text-transform: uppercase;
  padding-left: 6px;
  padding-right: 6px;
  font-weight: 700;
  display: block;
  position: relative;
}

.navbar-item::after {
  visibility: hidden;
  content: '';
  background: #FBED20;
  color: rgba(10, 15, 43, 0);
  width: 0;
  height: 6px;
  position: absolute;
  bottom: 18px;
  left: 0;
  transition: all 0.3s ease-in-out;
}

.navbar-item:hover,
.navbar-item:focus {
  color: #464646;
}

.navbar-item:hover::after,
.navbar-item:focus::after {
  visibility: visible;
  width: 100%;
}
.active::after{
  visibility: visible;
  width: 100%;
}

.navbar-item-mobile::after {
  bottom: 0;
}

.hero {
  display: flex;
  width: 100%;
}

.hero-item {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #464646;
  padding: 0.5rem;
  cursor: pointer;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.hero-item:hover,
.hero-item:focus,
.hero-item.active {
  background-color: #343434;
}

.hero-item:hover .hero-item-title,
.hero-item:focus .hero-item-title,
.hero-item:hover .hero-item-desc,
.hero-item:focus .hero-item-desc,
.hero-item.active .hero-item-title,
.hero-item.active .hero-item-desc {
  color: #fff;
}

.hero-item:hover .hero-item-view-more,
.hero-item:focus .hero-item-view-more,
.hero-item.active .hero-item-view-more {
  color: #FBED20;
}

.hero:first-child .hero-item {
  border-top: 1px solid #343434;
  border-bottom: 1px solid #343434;
  border-left: 1px solid #343434;
  border-radius: 0.5rem 0.5rem 0 0;
}

.hero:nth-child(2) .hero-item {
  border-left: 1px solid #343434;
}

.hero:last-child .hero-item {
  border-right: 1px solid #343434;
  border-top: 1px solid #343434;
  border-bottom: 1px solid #343434;
  border-left: 1px solid #343434;
  border-radius: 0 0 0.5rem 0.5rem;
}

.hero-item {
  background: #fff;
  border-bottom: 0;
  border-right: 1px solid #343434;
  padding: 1rem;
}

.hero-item-title {
  color: #0a0f2b;
}

.hero-item-desc {
  color: #595959;
}

.hero-item-view-more {
  color: #0a0f2b;
  font-weight: 700;
}
.download-img {
  max-width: 50px;
  margin-right: 9px;
  padding-right: 0;
}

.section-hero {
  background-color: #8B8B73;
}

.section-intro {
  background-color: #FEFEEF;
}

.section-around-the-world {
  background: #343434;
  padding: 80px 0;
}

.section-core-values {
  background-color: #8B8B73;
}

.article {
  display: flex;
  flex-direction: column;
}

.article-carousel .article-info {
  margin-top: 0.25rem;
}

.article a {
  color: #071a46;
  transition: all 0.3s ease-in-out;
}

.article a:hover,
.article a:focus {
  color: #FBED20;
}

.article > * + * {
  margin-top: 1.25rem;
}

.article-thumb {
  overflow: hidden;
  border-radius: 0.5rem;
}

.article-thumb > img {
  width: 100%;
  height: 270px;
  object-fit: cover;
}

.article-info {
  color: #595959;
  font-size: 14px;
  margin-bottom: 0;
}

.article-title a {
  color: #071a46;
  font-size: 1.25rem;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}

.article-read-more {
  font-size: 14px;
  font-weight: 700;
}

#resources * {
background-color: white !important;
}

.footer-top {
  background-color: #FEFEEF;
}

.footer-top a {
  color: #030300;
  transition: all 0.3s ease-in-out;
}

.footer-top a:hover,
.footer-top a:focus {
  color: #8B8B73;
}

.footer-copyright {
  background-color: #030300;
}

.footer-copyright a,
.footer-copyright span {
  color: #fff;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}

.footer-copyright a:hover,
.footer-copyright a:focus {
  color: #8B8B73;
}

.btn {
  font-size: 14px;
  font-weight: 700;
  padding: 0.6125rem 1.5rem;
}

.btn:hover,
.btn:focus {
  opacity: 0.8;
}

.btn-primary {
  color: #343434;
  background-color: #FBED20;
  border: 1px solid #FBED20 !important;
  transition: all 0.3s ease-in-out;
}
.btn-primary:hover,
.btn-primary:focus,
a.btn-primary:hover,
a.btn-primary:focus {
  color: #343434;
  background-color: #fff;
  border-color: #FBED20;
  opacity: 1;
}

.btn-light {
  color: #0a0f2b;
  background-color: #fff;
  border-color: #fff;
  transition: all 0.3s ease-in-out;
}

.btn-light:hover,
.btn-light:focus {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}

.btn-group-cta .form-control {
  border-right-color: transparent;
  border-radius: 0.25rem 0 0 0.25rem;
}

.btn-cta,
.btn-cta:hover,
.btn-cta:focus {
  color: #fff;
  background-color: #0a0f2b;
  border-color: #0a0f2b;
  border-radius: 0 0.25rem 0.25rem 0;
  padding-left: 0.8125rem;
  padding-right: 0.8125rem;
  transition: all 0.3s ease-in-out;
}

.btn-cta-info,
.btn-cta-buy {
  padding: 0.4125rem 1rem;
  border-radius: 0.5rem;
  text-transform: uppercase;
  width: 4.125rem;
  border: 1px solid #0a0f2b;
}

.btn-cta-info,
.btn-cta-info:hover,
.btn-cta-info:focus {
  background-color: #FBED20;
  color: #0a0f2b;
}

.btn-cta-buy,
.btn-cta-buy:hover,
.btn-cta-buy:focus {
  background-color: #f96302;
  color: #fff;
}

.btn-cta-view {
  background-color: transparent;
  color: #0a0f2b;
  border-color: #0a0f2b;
  transition: all 0.3s ease-in-out;
}
.btn-cta-view:hover,
.btn-cta-view:focus {
  background-color: #FBED20;
  border-color: #FBED20;
  opacity: 1;
}

.fs-7 {
  font-size: 1.125rem;
}

.fs-8 {
  font-size: 0.875rem;
}

.display-7 {
  font-size: calc(1.5rem + 1.5vw);
}

.display-8 {
  font-size: calc(1.375rem + 1.5vw);
}

.w-50px {
  width: 50px;
}

.w-70px {
  width: 70px;
}

.w-100px {
  width: 100px;
}

.flex-1 {
  flex: 1 1 0%;
}

.g-10,
.gx-10 {
  --bs-gutter-x: 6rem;
}

.fw-medium {
  font-weight: 500;
}

.text-gray {
  color: #595959;
}

.text-light-gray {
  color: #ccc;
}

.text-red {
  color: #8B8B73;
}

.text-yellow {
  color: #FBED20;
}

.link {
  font-size: 14px;
  font-weight: 700;
  color: #0a0f2b;
  transition: all 0.3s ease-in-out;
}

.link:hover,
.link:focus {
  color: #8B8B73;
}

.carousel-hero .carousel-action {
  overflow: hidden;
  margin-top: 1rem;
}

.carousel-hero .btn-hero {
  position: absolute;
  /*bottom: 15%;*/
  /*left: 15%;*/
  padding: 0.4125rem 0.75rem;
}

.carousel-testimonials {
  background-color: #FEFEEF;
  padding: 3rem 3rem 4rem;
}

.carousel-testimonials .carousel-control-prev,
.carousel-testimonials .carousel-control-next {
  background-color: #efefef;
  width: 3rem;
  height: 3rem;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 0.25rem;
  opacity: 1;
  color: #0a0f2b;
  display: none;
}

.carousel-testimonials .carousel-control-prev:hover,
.carousel-testimonials .carousel-control-prev:focus,
.carousel-testimonials .carousel-control-next:hover,
.carousel-testimonials .carousel-control-next:focus {
  background-color: #8B8B73;
  color: #fff;
}

.carousel-testimonials .carousel-control-prev {
  left: -78px;
}

.carousel-testimonials .carousel-control-next {
  right: -78px;
}

.carousel-testimonials .carousel-indicators [data-bs-target] {
  background-color: #9d9d9d;
}

.carousel-projects .tns-controls {
  display: none;
}

.carousel-projects .tns-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: -4rem;
  margin-left: 15%;
  list-style: none;
}

.carousel-projects .tns-nav [data-nav] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: 0px;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
  background-color: #9d9d9d;
}

.carousel-projects .tns-nav .tns-nav-active {
  opacity: 1;
}

.client {
  max-width: 54rem;
  margin: 0 auto;
}

.client blockquote {
  text-align: center;
}

.client figcaption {
  max-width: 13.5rem;
  margin-left: auto;
  margin-right: auto;
}

.client figcaption img {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 100%;
  object-fit: cover;
}

.map {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.specialization * + * {
  margin-top: 1.5rem;
}
.specialization img {
height: 70px !important;
}

.why-choose-us {
  width: 100%;
}

.why-choose-us-left {
  text-align: center;
}

.result {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.result-thumb {
  width: 67px;
  height: 53px;
  overflow: hidden;
  border-radius: 0.25rem;
}

.result-thumb > img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.result-info {
  flex: 1 1 0%;
  padding-left: 1rem;
  padding-right: 1rem;
  overflow: hidden;
}

.result-info h2 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 400;
}

.icon-search {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: #595959;
}

.product {
  border: 1px solid #0a0f2b;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  border-radius: 0.25rem;
  width: 100%;
}

.product-thumb {
  position: relative;
  height: 100%;
  overflow: hidden;
  max-height: 300px;
}
@media (min-width: 768px) {
  .product-thumb {
    height: 210px;
  }
}

.product-thumb > img {
  width: auto;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s ease-in-out;
  max-width: 316px;
  max-height: 210px;
}

@media (min-width: 768px){
  .product-thumb > img {
    max-width: 302px;
  }
}

@media (min-width: 992px) {
  .product-thumb > img {
    max-width: 262px;
  }
}

@media (min-width: 1200px) {
  .product-thumb > img {
    max-width: 316px;
  }
}

.bg-dark-me {
  background-color: #0a0f2b;
}

.bg-light-me {
  background-color: #FEFEEF;
}

.cursor-pointer {
  cursor: pointer;
}

.form-select-sort {
  display: inline-block;
  margin-top: 0.25rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  color-adjust: exact;
  appearance: none;
  background-color: #fff;
  border-bottom: 2px solid #0a0f2b;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 2.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 0;
}

.page-item.disabled .page-link {
  border-color: transparent;
}

.page-link {
  color: #0a0f2b;
  padding: 0.5rem 1rem;
  border-color: transparent;
  font-weight: 700;
  font-size: 1.125rem;
}

.page-link:hover,
.page-link:focus,
.page-link.active {
  background: transparent;
  border-color: transparent;
  color: #FBED20;
  opacity: 1;
  font-size: 1.125rem;
}

.page-link.active {
  cursor: default;
  pointer-events: none;
}

.autocomplete {
  position: absolute;
  width: 480px;
  box-sizing: border-box;
  left: 0;
  right: 0;
  margin: 0.5rem 0 0 0;
  padding: 0;
  z-index: 1;
  list-style: none;
  border-radius: 0.6rem;
  background-color: #fff;
  border: 1px solid #0a0f2b;
  box-shadow: 0 3px 6px rgba(149, 157, 165, 0.15);
  outline: none;
  transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -webkit-transition: opacity 0.15s ease-in-out;
  overflow: hidden;
  opacity: 0;
}

.autocomplete.autocomplete-sm {
  width: 100%;
}

.autocomplete.is-active {
  opacity: 1;
}

.autocomplete-wrapper {
  max-height: 226px;
  overflow-y: auto;
  overflow-x: hidden;
}

.autocomplete-item {
  margin: 0.3rem;
  padding: 0.5rem;
  text-align: left;
  font-size: 1rem;
  color: #212121;
  border-radius: 0.35rem;
  background-color: rgba(255, 255, 255, 1);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.2s ease;
}

.autocomplete.autocomplete-sm .result-thumb {
  width: 44px;
  height: 44px;
}

.dropdown:hover .dropdown-menu{
  display: block;
}
.dropdown-menu{
  margin-top: 0;
}

@media (min-width: 978px) {
  .carousel-hero .btn-hero {
    /*left: 23%;*/
    padding: 0.825rem 2.125rem;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1170px;
  }

  .section-intro {
    padding-top: 200px;
  }

  .section-around-the-world {
    padding: 150px 0;
  }

  .flex-xl-equal > * {
    flex: 1;
  }

  .why-choose-us {
    max-width: 30rem;
  }

  .why-choose-us-left {
    margin-left: auto;
    margin-right: auto;
  }

  .why-choose-us-right {
    margin-right: auto;
    margin-left: 5rem;
  }

  .carousel-why-choose-us .carousel-indicators {
    top: 0;
    margin: 0;
    right: auto;
    left: 20px;
    flex-direction: column;
  }

  .carousel-why-choose-us .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    background: transparent;
    margin: 0.625rem 0;
    border-radius: 100%;
  }

  .carousel-why-choose-us .carousel-indicators .active {
    background: #fff;
  }

  .display-7 {
    font-size: 2.25rem;
  }

  .display-8 {
    font-size: 2.125rem;
  }

  .carousel-hero .carousel-inner {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
  }

  .carousel-hero .carousel-action {
    position: absolute;
    left: 0;
    margin-top: -2.5rem;
  }

  .hero {
    width: 33.33333%;
  }

  .hero-item {
    padding: 2.5rem;
  }

  .hero:first-child .hero-item {
    border-top: 1px solid #343434;
    border-bottom: 1px solid #343434;
    border-left: 1px solid #343434;
    border-right: 0;
    border-radius: 0.5rem 0 0 0.5rem;
  }

  .hero:nth-child(2) .hero-item {
    border-left: 1px solid #343434;
    border-top: 1px solid #343434;
    border-bottom: 1px solid #343434;
  }

  .hero:last-child .hero-item {
    border-right: 1px solid #343434;
    border-top: 1px solid #343434;
    border-bottom: 1px solid #343434;
    border-left: 0;
    border-radius: 0 0.5rem 0.5rem 0;
  }

  .product {
    padding: 1.5rem;
  }

  .product-thumb > img:hover,
  .product-thumb > img:focus {
    transform: scale(1.1);
  }
}

@media (min-width: 1400px) {
  .carousel-testimonials .carousel-control-prev,
  .carousel-testimonials .carousel-control-next {
    display: block;
  }

  .carousel-testimonials .carousel-indicators {
    display: none;
  }

  .carousel-hero .carousel-inner {
    margin-left: -30px;
    margin-right: -30px;
    width: auto;
  }

  .carousel-projects .tns-controls [data-controls] {
    position: absolute;
    top: 115px;
    background-color: #efefef;
    border: 1px solid #efefef;
    width: 3rem;
    height: 3rem;
    border-radius: 0.25rem;
    opacity: 1;
    color: #0a0f2b;
    transition: all 0.3s ease-in-out;
  }

  .carousel-projects .tns-controls [data-controls]:hover,
  .carousel-projects .tns-controls [data-controls]:focus {
    background-color: #8B8B73;
    color: #fff;
    border: 1px solid #8B8B73;
  }

  .carousel-projects .tns-controls [data-controls]::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
  }

  .carousel-projects .tns-controls [data-controls='prev'] {
    left: -78px;
  }

  .carousel-projects .tns-controls [data-controls='prev']::before {
    content: '\f053';
  }

  .carousel-projects .tns-controls [data-controls='next'] {
    right: -78px;
  }

  .carousel-projects .tns-controls [data-controls='next']::before {
    content: '\f054';
  }

  .carousel-projects .tns-controls {
    display: block;
  }

  .carousel-projects .tns-nav {
    display: none;
  }
}

/*panel*/
.panel {
  border: none;
  box-shadow: none;
}

.panel-heading {
  border-color:#eff2f7 ;
  font-size: 16px;
  font-weight: 300;
}

.panel-title {
  color: #2A3542;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
  font-family: 'Open Sans', sans-serif;
}

/*product list*/

.prod-cat li a{
  border-bottom: 1px dashed #d9d9d9;
}

.prod-cat li a {
  color: #3b3b3b;
}

.prod-cat li ul {
  margin-left: 30px;
}

.prod-cat li ul li a{
  border-bottom:none;
}
.prod-cat li ul li a:hover,.prod-cat li ul li a:focus, .prod-cat li ul li.active a , .prod-cat li a:hover,.prod-cat li a:focus, .prod-cat li a.active{
  background: none;
  color: #ff7261;
}

.pro-lab{
  margin-right: 20px;
  font-weight: normal;
}

.pro-sort {
  padding-right: 20px;
  float: left;
}

.pro-page-list {
  margin: 5px 0 0 0;
}

.product-list img{
  width: 100%;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
}

.product-list .pro-img-box {
  position: relative;
}
.adtocart {
  background: #fc5959;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #fff;
  display: inline-block;
  text-align: center;
  border: 3px solid #fff;
  left: 45%;
  bottom: -25px;
  position: absolute;
}

.adtocart i{
  color: #fff;
  font-size: 25px;
  line-height: 42px;
}

.pro-title {
  color: #5A5A5A;
  display: inline-block;
  margin-top: 20px;
  font-size: 16px;
}

.product-list .price {
  color:#fc5959 ;
  font-size: 15px;
}

.pro-img-details {
  margin-left: -15px;
}

.pro-img-details img {
  width: 100%;
}

.pro-d-title {
  font-size: 24px;
  margin-top: 0;
}

.product_meta {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}

.product_meta span {
  display: block;
  margin-bottom: 10px;
}

.pro-d-head {
  font-size: 18px;
  font-weight: 300;
}

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