.marqueee .text-warning {
  color: #FFA6A6 !important;
}
.marqueee .text-success {
  color: #58F14D !important;
}
.header__wrapper .desc {
  color: #A7A7A7;
}
.header__wrapper .btn {
  height: 54px;
}
.ceo {
  text-align: center;
  padding: 10px;
  color: black;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 40vh;
}
@media (max-width: 768px) {
  .header__wrapper .desc {
    font-size: 1rem;
  }
  .header__wrapper .btn {
    height: 42px;
    font-size: 1rem !important;
  }
}
.info__card:hover {
  box-shadow: 0px 0px 126px 0px rgba(0, 0, 0, 0.031372549);
}
@media (max-width: 767px) {
  .info__card {
    display: flex;
    gap: 2rem;
  }
  .info__card figure {
    width: 3rem;
  }
  .header__wrapper h1 {
    font-size: 28px !important;
    line-height: 38px;
  }
  .fs-1 {
    font-size: 20px !important;
    line-height: 32px !important;
  }
  .py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .fs-1 {
    font-size: 2rem !important;
  }
}
.fs-1 {
  font-size: 2rem !important;
}
.display-4 {
  font-size: 3rem !important;
}
.type__select {
  max-width: 200px;
  background-color: #fff;
  border-color: #fff;
  padding: 0;
  font-size: 18px;
}
.type__select:focus {
  border: 0px;
  outline: none;
}
@media (max-width: 575px) {
  .type__select {
    max-width: 225px;
  }
  .promo__text {
    font-size: 1.067rem !important;
  }
  .display-4 {
    font-size: 1.8rem !important;
  }
}
.experience__tab {
  background-color: #EDEDF5;
  overflow-x: auto;
}
.experience__tab .nav-link {
  color: #908C8C;
  white-space: nowrap;
}
.experience__tab .nav-link.active {
  background-color: var(--brand);
  color: var(--white);
}
.experience__tab__content {
  background-color: #F9F9FC;
  border: 1px solid #CBD1D3;
  border-top: 0;
}
@media (max-width: 991px) {
  .experience__tab .nav-link {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    font-size: 14px;
  }
}
.work__card {
  background-color: #F9F9FC;
}
.work__card .thumbnail__box:hover img {
  transform: scale(1.1);
}
.work__card:hover {
  transform: scale(1.02);
}
@media (max-width: 767px) {
  .work__card .btn {
    font-size: 0.937rem;
  }
}
.owl-dots {
  text-align: center;
}
.owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50% !important;
  background-color: #A7A7A7 !important;
  margin: 4px;
}
.owl-dots .owl-dot.active {
  background-color: var(--brand) !important;
}
.toggleRow.hidden {
  display: none;
}
/* Style for active button */
.chatBtn.active svg {
  transform: rotate(180deg);
}
.table iframe {
  width: 100%;
}
.table td:nth-child(1), .table th:nth-child(1) {
  padding-left: 0;
  text-align: left;
}
.search__feild {
  height: 2.75rem;
  padding-left: 3rem;
  padding-right: 2rem;
  max-width: 20rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23878B8D' d='M10 4a6 6 0 1 0 0 12a6 6 0 0 0 0-12m-8 6a8 8 0 1 1 14.32 4.906l5.387 5.387a1 1 0 0 1-1.414 1.414l-5.387-5.387A8 8 0 0 1 2 10'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center left 1rem;
  background-size: 1.2rem 1.2rem;
  font-weight: 500;
} /*# sourceMappingURL=style.css.map */
#google_translate_element select {
  background: #2b1a12;
  color: #fff4e4;
  border: none;
  font-weight: bold;
  border-radius: 3px;
  padding: 8px 12px
}
.promo__wrapper .column:not(:last-child):after {
  height: 2px;
  content: '';
  width: 65%;
  background-color: #fff;
  position: absolute;
  top: 35%;
  right: -34%;
}
.promo__wrapper .btn-white:hover {
  background-color: var(--red);
  border-color: var(--red);
}
.promo__wrapper .btn-white:hover svg path {
  stroke: var(--white);
}
.promo__wrapper .btn-outline-white:hover svg path {
  stroke: var(--brand);
}

.gtranslate_wrapper select {
  border: 1px solid #ddd !important;
  width: 150px !important;
  height: 40px;
  border-radius: 5px !important;
  margin-left: 15px;
}
.trade-banner h1 {
  color: #fff;
  font-size: 46px;
  font-weight: 600;
  padding: 35% 0 15px;
  line-height: 65px;
}
.trade-banner img {
  width: 100%;
  height: auto
}
.trade-banner p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 35px;
}
.component_container {
  padding: 55px 0;
}
.component_container h1 {
	font-size: 28px;
	line-height: 32px;
	font-weight: 700;
	color: #010101;
	margin-bottom: 20px;
}
.component_container h2 {
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
  color: #010101;
}
.component_container h3 {
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
	color: #010101;
	margin-bottom: 15px;
}
.component_container p {
	font-size: 16px;
	line-height: 28px;
	color: #363636;
	margin-bottom: 30px;
}
.component_container li {
	font-size: 16px;
	line-height: 28px;
	color: #363636;
	padding: 5px 0;
}
.bg-light {
  background: #f2f2f2 !important;
}
.readytrade {
  padding: 55px 0;
}
.readytrade .container {
  background: #f2f2f2;
  border-radius: 15px;
  padding: 65px 20px;
}
.readytrade h2 {
  font-size: 36px;
  font-weight: 600;
  color: #101010;
  margin-bottom: 25px;
}
.readytrade p {
  font-size: 18px;
  margin-top: 25px;
}

@media (max-width: 767px) {
  .promo__wrapper .column:not(:last-child):after {
    content: none;
  }
.component_container {
	padding: 25px 0;
}
	
.component_container p {
	font-size: 14px;
	line-height: 23px;
	margin-bottom: 20px;
}	
.component_container li {
	font-size: 13px;
	line-height: 21px;
	padding: 3px 0;
}	
.component_container h1 {
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 10px;
}	
.component_container h3 {
	font-size: 18px;
	line-height: 24px;
}	
}
 
