@import url("https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&family=Noto+Sans+Georgian:wght@100..900&family=Syne:wght@400..800&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-size: 16px;
}

.overlay-background {
  background-blend-mode: overlay;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.navbar-toggler {
  border: 1px solid #FFF;
}

.navbar-toggler:focus {
  box-shadow: unset !important;
}

.otp-item:focus-visible {
  outline: #000;
}

.bt-none {
  border-top: none !important;
}

.bb-none {
  border-bottom: none !important;
}

input[type=radio] {
  accent-color: #1B2B5B;
}

input[type=checkbox] {
  accent-color: #1B2B5B;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.offcanvas {
  background-color: #1B2B5B;
}

.offcanvas .offcanvas-header {
  background-color: #FFF;
}

.offcanvas .dropdown-menu {
  background-color: #D96938;
}

.offcanvas .dropdown-menu a {
  font-size: 12px;
}

.offcanvas .dropdown-menu a span {
  font-size: 12px;
}

.offcanvas .home-link {
  color: #FFF;
}

video[poster] {
  cursor: pointer;
}

[lang=ar] * {
  direction: rtl;
}

[lang=ar] input[type=email] {
  direction: rtl;
}

a {
  text-decoration: none;
}

.text-primary {
  color: #1B2B5B !important;
}

.text-light-primary {
  color: #2D3D8F !important;
}

.text-secondary {
  color: #D96938 !important;
}

.text-acent {
  color: #1B2B5B !important;
}

.text-default {
  color: #1B2B5B !important;
}

.bg-primary {
  background-color: #1B2B5B !important;
}

.bg-light-primary {
  background-color: #2D3D8F !important;
}

.bg-secondary {
  background-color: #D96938 !important;
}

.bg-acent {
  background-color: #1B2B5B !important;
}

.bg-default {
  background-color: #1B2B5B !important;
}

.font-xxs {
  font-size: 10px;
}

.font-xs {
  font-size: 12px;
}

.font-sm {
  font-size: 14px;
}

.font-normal,
p {
  font-size: 16px;
}

.font-regular {
  font-size: 18px;
}

.font-lg {
  font-size: 20px;
}

.font-xl {
  font-size: 22px;
}

.font-xxl,
.main-title {
  font-size: 24px;
}

.font-3xl {
  font-size: 28px;
}

.font-4xl {
  font-size: 32px;
}

.font-extra {
  font-size: 36px;
}

.fw-xxs {
  font-weight: 100;
}

.fw-xs {
  font-weight: 200;
}

.fw-sm {
  font-weight: 300;
}

.fw-normal,
p {
  font-weight: 400;
}

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

.fw-lg,
.main-title {
  font-weight: 600;
}

.fw-xl {
  font-weight: 700;
}

.fw-xxl {
  font-weight: 800;
}

.fw-extra {
  font-weight: 900;
}

.of-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.of-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.border-radius-5 {
  border-radius: 5px !important;
}

.border-radius-10 {
  border-radius: 10px !important;
}

.border-radius-15 {
  border-radius: 15px !important;
}

.border-radius-50 {
  border-radius: 50px !important;
}

.modal-dialog-md {
  max-width: 580px;
}

.nice-select {
  display: flex;
  align-items: center;
  padding-right: 18px;
  padding-left: 30px;
}

.nice-select:after {
  left: 12px;
  right: unset;
}

.nice-select ul.list {
  min-width: 100%;
}

.nice-select ul.list li {
  text-align: right;
  padding-right: 10px;
  padding-left: 18px;
  font-size: 14px;
}

.nice-select ul.list li:hover {
  background-color: #D0D0D0 !important;
  color: #1B2B5B;
}

.nice-select ul.list .selected {
  background-color: #D0D0D0 !important;
  color: #1B2B5B;
}

.nice-select span.current {
  color: #adadad;
}

[lang=en] ul.list li {
  text-align: left;
  padding-left: 10px;
  padding-right: 18px;
}

.border-none {
  border: none !important;
}

.nice-w-100 {
  width: 100%;
  display: flex;
  align-items: center;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.padding-10 {
  padding: 10px 0px;
}

.padding-20 {
  padding: 20px 0px;
}

.padding-30 {
  padding: 30px 0px;
}

.padding-40 {
  padding: 40px 0px;
}

.padding-50 {
  padding: 50px 0px;
}

.padding-60 {
  padding: 60px 0px;
}

.padding-70 {
  padding: 70px 0px;
}

.padding-80 {
  padding: 80px 0px;
}

.padding-90 {
  padding: 90px 0px;
}

.padding-100 {
  padding: 100px 0px;
}

.max-w-100 {
  max-width: 100%;
}

input {
  height: 45px;
  overflow: visible;
}

input::-moz-placeholder {
  color: #adadad !important;
  font-size: 14px;
}

input::placeholder {
  color: #adadad !important;
  font-size: 14px;
}

input[type=checkbox] {
  height: 16px;
  width: 16px;
}

.cursor-pointer {
  cursor: pointer;
}

.dir-ltr {
  direction: ltr;
}

select {
  height: 45px;
  border-radius: 12px !important;
  color: #adadad !important;
  font-size: 14px;
}

select option {
  font-size: 14px;
}

textarea {
  border-radius: 12px !important;
}

textarea::-moz-placeholder {
  color: #adadad !important;
  font-size: 14px;
}

textarea::placeholder {
  color: #adadad !important;
  font-size: 14px;
}

textarea option {
  color: #D96938;
}

.form-control:focus {
  box-shadow: unset !important;
  border-color: #1B2B5B;
}

.form-group {
  margin-bottom: 10px;
}

section {
  padding: 70px 0px;
}

.main-title {
  color: #1B2B5B;
  line-height: 2;
}

.main-title::after {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background: #2D3D8F;
}

@media (max-width: 550px) {
  .font-xxs {
    font-size: 6px;
  }

  .font-xs {
    font-size: 8px;
  }

  .font-sm {
    font-size: 12px;
  }

  .font-normal,
  p {
    font-size: 12px;
  }

  .font-regular {
    font-size: 14px;
  }

  .font-lg {
    font-size: 16px;
  }

  .font-xl {
    font-size: 18px;
  }

  .font-xxl,
  .main-title {
    font-size: 20px;
  }

  .font-3xl {
    font-size: 22px;
  }

  .font-4xl {
    font-size: 24px;
  }

  .font-extra {
    font-size: 26px;
  }

  .mt-3-sm {
    margin-top: 1rem;
  }

  .mb-3-sm {
    margin-bottom: 1rem;
  }

  .mb-4-sm {
    margin-bottom: 1.5rem;
  }

  .mb-0-sm {
    margin-bottom: 0 !important;
  }

  .mb-1-sm {
    margin-bottom: 0.5rem !important;
  }

  .mb-2-sm {
    margin-bottom: 0.75rem !important;
  }

  .mb-3-sm {
    margin-bottom: 1rem !important;
  }

  .mb-4-sm {
    margin-bottom: 1.5rem !important;
  }

  .mb-5-sm {
    margin-bottom: 3rem !important;
  }

  .justify-content-between-sm {
    justify-content: space-between !important;
  }

  .justify-content-around-sm {
    justify-content: space-around !important;
  }

  .align-items-center-sm {
    align-items: center;
  }

  .py-4-sm {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .text-center-sm {
    text-align: center;
  }

  .order-0-sm {
    order: 0;
  }

  .order-1-sm {
    order: 1;
  }

  .order-2-sm {
    order: 2;
  }

  .order-3-sm {
    order: 3;
  }

  .order-4-sm {
    order: 4;
  }

  .order-5-sm {
    order: 5;
  }

  .order-6-sm {
    order: 6;
  }

  .order-7-sm {
    order: 7;
  }

  .order-8-sm {
    order: 8;
  }

  .order-9-sm {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }
}

.border-top-none {
  border-top: none !important;
}

::-webkit-scrollbar {
  height: 8px;
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #E6E6E6;
  border-radius: 15px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #d2d2d2;
}

@font-face {
  font-family: "noto";
  src: url("../fonts/NotoKufiArabic-Regular.ttf");
}

select:focus {
  box-shadow: none !important;
  outline: none !important;
  border: #fff 1px solid !important;
}

/* navbar start */
body {
  font-family: "noto";
  overflow-x: hidden !important;
}

[lang=ar] body {
  direction: rtl;
}

.button1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.8s;
}

.button1::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  background-color: #1B2B5B;
  transition: 0.8s;
  color: #FFF;
}

.button1:hover::after {
  width: 100%;
  transition: 0.8s;
}

.button1:hover {
  color: #fff;
  transition: 0.8s;
  border-color: #000;
}

nav .top-nav {
  height: 45px;
  background-color: #1b2b5b;
  z-index: 5 !important;
}

.fa-home {
  color: #1b2b5b;

}

nav .bottom-nav {
  font-size: 14px;
  background-color: #fff;
  height: 76px;
}

.top-nav .dropdown-menu {
  /* min-height: 305px; */
  height: -moz-fit-content;
  height: fit-content;
  width: 100% !important;
  transition: 0.2s linear;
  z-index: 2 !important;
  background-color: #e8e8e8;
  position: absolute;
  border: none !important;
}

.log {
  height: 45px;
  border: none;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  color: #fff;
  background-color: transparent;
  font-family: "noto" !important;
  padding: 0px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.1s;
  overflow: hidden;
  text-wrap: nowrap;
}

.country-link {
  transition: 0.3s;
}

.breadcrumb-div {
  padding: 20px 0px;
}

.breadcrumb-div a {
  color: #FFF;
  transition: all 0.3s;
}

.breadcrumb-div a:hover {
  transition: all 0.3s;
  color: #D96938;
}

.login {
  background-image: url(../img/bglogin.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 75vh;
  padding: 40px 0px;
  overflow: hidden;
}

.login .login-card {
  border-radius: 15px;
  padding: 20px 25px;
}

.submit-btn {
  background-color: #1B2B5B;
  padding: 10px 30px;
  transition: all 0.3s;
  border: 1px solid #1B2B5B;
  border-radius: 6px;
}

.submit-btn:hover {
  background-color: #D96938;
  transition: all 0.3s;
  border: 1px solid #D96938;
}

.country-link:hover {
  color: #1B2B5B !important;
  transition: 0.3s;
}

.create {
  background: #D96938;
  height: 38px;
  padding: 0px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  font-size: 14px;
  color: #fff;
  border: none;
  text-wrap: nowrap;
}

.enter {
  background: #1b2b5b !important;
  text-wrap: nowrap;
}

.small-text {
  font-size: 12px;
}

nav .top-nav .line {
  height: 200px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}

nav .bottom-nav .logo {
  height: 40px;
  width: 164px;
}

nav .bottom-nav .ten {
  height: 70px;
  width: 70px;
}

nav .bottom-nav .add {
  background: #D96938;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;
  border-radius: 12px;
  border: none;
  height: 35px;
  text-wrap: nowrap;
  color: #FFFFFF;
}

nav .bottom-nav {
  text-wrap: nowrap;
}

nav .bottom-nav a,
nav .bottom-nav button {
  font-size: 13px;
}

nav .bottom-nav a {
  transition: 0.4s;
}

nav .bottom-nav a:hover {
  color: #FFFFFF;
  transition: 0.4s;
}

nav .bottom-nav button {
  transition: 0.4s;
}

nav .bottom-nav button:hover {
  color: #D96938 !important;
  transition: 0.4s;
}

.bottom-nav .dropdown-menu {
  /* min-height: 305px; */
  height: -moz-fit-content;
  height: fit-content;
  width: 100% !important;
  transition: 0.2s linear;
  z-index: 2 !important;
  background-color: #1b2b5b;
  position: absolute;
  border: none !important;
}

nav .bottom-nav p {
  text-wrap: wrap;
}

.yellow-color {
  color: #fedc45 !important;
}

.home {
  background-image: url("../img/map1.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 70vh;
}

.home h3 {
  font-size: 38px;
}

.secondary-btn {
  background-color: #FFF;
  color: #000;
  padding: 5px 20px;
  font-size: 12px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

.secondary-btn:hover {
  background-color: #1B2B5B;
  transition: all 0.3s ease-in-out;
}

.search-form input {
  height: 30px;
}

.search-form .search-btn {
  height: 30px;
  width: 30px;
  background-color: #D96938;
  border: 1px solid #D96938;
  transition: all 0.3s;
}

.search-form .search-btn:hover {
  background-color: #1B2B5B;
  border: 1px solid #1B2B5B;
  transition: all 0.3s;
}

.prices .price-card .price-card-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.prices .price-card .price-card-header .icon-div {
  height: 35px;
  width: 35px;
  border: 1px solid;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prices .price-card .price-card-header table {
  text-align: center;
}

.prices .price-card .price-card-header table thead,
.prices .price-card .price-card-header table tr {
  border-bottom: 1px solid #D96938;
}

.prices .price-card .price-card-header table td,
.prices .price-card .price-card-header table th {
  padding: 5px;
}

.prices .price-card .price-card-body .item {
  background-color: #F5F5F5;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 8px;
  gap: 10px;
}

.prices .price-card .price-card-body .item .checked {
  background-color: #1B2B5B;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 18px;
  width: 18px;
}

.prices .price-card .price-card-body .item .unchecked {
  background-color: #D0D0D0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 18px;
  width: 18px;
}

.prices .price-card .price-card-footer {
  transition: all 0.3s;
}

.prices .price-card .price-card-footer:hover a,
.prices .price-card .price-card-footer:hover a.bg-primary {
  background-color: #D96938;
  transition: all 0.3s;
}

.prices .price-card .price-card-footer:hover a.bg-secondary {
  background-color: #1B2B5B !important;
  transition: all 0.3s;
}

.explaination {
  border: 1px solid #1B2B5B;
  border-radius: 5px;
  transition: all 0.3s;
}

.explaination:hover {
  background-color: #FFF !important;
  transition: all 0.3s;
}

.explaination:hover .watch-now {
  color: #1B2B5B !important;
  transition: all 0.3s;
}

.explaination:hover i {
  color: #FFF !important;
  transition: all 0.3s;
}

.explaination .right-side {
  background-color: #1B2B5B;
  padding: 5px 8px 5px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.explaination .right-side i {
  color: #2d3e52;
}

.explaination .left-side {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  padding: 15px 0px;
}

.explaination .left-side .watch-now {
  color: transparent;
}

.explaination.join {
  border-color: #D96938 !important;
}

.explaination.join .right-side {
  background-color: #D96938;
  padding: 5px 8px 5px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.explaination.join .right-side i {
  color: #2d3e52;
}

.benfits {
  margin-top: 30px;
  overflow: hidden;
}

.benfits .item {
  background-color: #FFF;
  border: 1px solid #1B2B5B;
  border-radius: 5px;
}

.advanced-search .nav-link {
  background-color: #FFF;
  color: #1B2B5B;
  font-weight: 600;
  border-radius: 0;
}

.advanced-search .nav-link i {
  color: #1B2B5B;
}

.advanced-search .nav-link i.fa-arrow-right {
  color: transparent;
}

.advanced-search .nav-link.active {
  background-color: #FFF;
  color: #1B2B5B;
  font-weight: 600;
  border-bottom: 1px solid #1B2B5B;
  border-radius: 0;
}

.advanced-search .nav-link.active i {
  color: #D96938;
}

.advanced-search .nav-link.active i.fa-arrow-right {
  color: #1B2B5B;
}

.buyer-img {
  position: absolute;
  top: 0;
  left: 35%;
  border-radius: 50%;
  box-shadow: 1px 1px 5px rgba(190, 190, 190, 0.3215686275);
}

.newsletter-div {
  background-color: #F1F1F1;
  border-radius: 8px;
  padding: 20px 15px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

.newsletter-div .newsletter-head {
  background-color: #333333;
}

.newsletter-div .newsletter-body .icon-square-div {
  background-color: #D96938;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  margin: auto;
}

.newsletter-div .newsletter-body .icon-square-div span {
  font-weight: bold;
  font-style: italic;
}

.fa-sun {
  color: #FAB005;
  font-size: 18px;
}

.notification-alert {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #1B2B5B;
  position: absolute;
  top: -2px;
  left: -2px;
}

.lower-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  border: 1px solid #D0D0D0;
  border-radius: 5px;
  flex-wrap: wrap;
}

.bordered-left-div {
  border-left: 1px solid #D0D0D0;
  width: 1px;
  height: 50px;
}

.register-card.border-top-primary {
  border-top: 4px solid #1B2B5B;
}

.register-card.border-top-primary .card-header,
.register-card.border-top-primary .card-footer {
  background-color: #FFF;
}

.register-card.border-top-primary .card-footer {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}

.register-card.border-top-primary .card-footer button {
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  color: #FFFFFF;
}

.form-select {
  padding: 10px;
}

.inner-footer {
  padding: 20px 0px;
  overflow: hidden;
}

.graphs {
  background-color: #F0F0F0;
  padding: 30px 0px;
}

.graphs .nav-link {
  padding: 15px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.graphs .nav-link.active {
  background-color: #1B2B5B;
}

.graphs .tab-icon {
  height: 40px;
  width: 40px;
  border: 2px solid #D96938;
  background-color: #FFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.graphs .tab-icon i {
  color: #1B2B5B;
}

.graphs .status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 10px;
  border-bottom: 3px solid #E0E0E0;
}

.gray-img {
  filter: grayscale(1);
}

.registered-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 0px 10px;
}

.registered-nav .logo {
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}

.registered-nav .toggle-botton {
  border: none;
  padding: 10px 15px;
  background-color: #FFF;
}

.registered-nav .toggle-botton i {
  font-size: 18px;
}

.edit-newsletter {
  background-color: #D96938;
  color: #FFFFFF;
  font-size: 10px;
  padding: 5px 15px;
  border-radius: 5px;
  font-weight: bold;
  transition: all 0.3s;
}

.edit-newsletter:hover {
  transition: all 0.3s;
  background-color: #1B2B5B;
}

.category {
  padding: 30px 0px;
}

.category .category-head {
  height: 100px;
}

.category .category-head .celi-div {
  height: 50%;
  background-color: #F5F5F5;
}

.category .category-head .floor-div {
  height: 50%;
  background-color: #FFFFFF;
}

.category .category-head .category-img {
  position: absolute;
  top: 0;
  left: 38%;
}

.category .list ul {
  list-style-type: none;
}

.category .list ul li a {
  color: #414141;
  transition: all 0.3s;
}

.category .list ul li a:hover {
  color: #D96938;
  transition: all 0.3s;
}

.category .list span {
  margin-inline-start: 8px;
}

.contact-item {
  border: 1px solid #E0E0E0;
  border-radius: 2px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}

.contact-item .icon {
  height: 30px;
  width: 45px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-item .icon i {
  color: #FFF;
}

.user-avatar {
  height: 45px;
  width: 45px;
}

.browse-link {
  background-color: #1B2B5B;
  padding: 10px 15px;
  border-radius: 4px;
  color: #FFFFFF;
}

.browse-link i {
  color: #FFF;
}

.icon-box {
  padding-left: 15px;
  padding-right: 0;
  background: #f5f5f5;
  font-size: 1em;
  margin-bottom: 10px;
  height: auto;
}

.icon-box i {
  display: block;
  width: 42px;
  line-height: 42px;
  color: #fff;
  font-size: 22px;
  background-color: #e01a33;
}

.icon-box .box-title {
  line-height: 1em;
  text-transform: none;
  color: #2d3e52;
  font-size: 14px;
}

.icon-box {
  border: 5px solid #D96938;
  background: #fff;
  margin-top: 20px;
  padding: 60px 20px 20px;
  position: relative;
  color: #7c9abd;
  text-align: center;
}

.icon-box .exclamation {
  right: 50%;
  margin-right: -36px;
  left: auto;
  margin-left: auto;
  border-radius: 50%;
  position: absolute;
  width: 72px;
  height: 72px;
  top: -36px;
  left: 50%;
  font-size: 3em;
  color: #fff;
  background: #D96938;
  line-height: 72px;
}

.subscribe-now {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 20px;
  border: 1px solid #1B2B5B;
  border-radius: 5px;
  background-color: #FFFFFF;
}

.subscribe-now i {
  background-color: #1B2B5B;
}

.buyer-body {
  min-height: 500px;
  background-image: url(../img/BuyersDetails.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.border-bottom-default {
  border-bottom: 1px solid #E0E0E0;
}

.border-bottom-default a {
  transition: all 0.3s;
}

.border-bottom-default a h4 {
  color: #000;
}

.border-bottom-default a:hover h4 {
  transition: all 0.3s;
  color: #1B2B5B;
}

.supplier .supplier-img {
  border-left: 1px solid #D0D0D0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.supplier .rate-div {
  border-right: 1px solid #D0D0D0;
}

.supplier a {
  color: #1B2B5B;
  transition: all 0.3s;
}

.supplier a:hover {
  color: #D96938;
  transition: all 0.3s;
}

.supplier .contact a {
  display: block;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D0D0D0;
  border-radius: 50%;
}

.contact-div {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

.ad .contact-div {
  box-shadow: -15px 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

.search-btn {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #D96938;
  padding: 8px;
  border: 1px solid #D96938;
  transition: all 0.3s;
  height: 45px;
  width: 45px;
}

.search-btn:hover {
  background-color: #1B2B5B;
  border: 1px solid #1B2B5B;
  transition: all 0.3s;
}

.ad-card {
  background-color: #FFF;
  padding: 20px 30px;
}

.filter-card {
  background-color: #1b2b5b;
  padding: 15px 20px;
  border-radius: 0px;
}

input[type=radio] {
  height: 16px;
  width: 16px;
  box-shadow: none !important;
}

.bg-green {
  background-color: #1B2B5B;
  color: white;
  border: 1px solid #1B2B5B;
}

.our-clients .client-logo {
  border: 1px solid #D0D0D0;
  border-radius: 5px;
}

.our-clients .client-logo img {
  border-radius: 5px;
}

.of-fill {
  -o-object-fit: fill !important;
  object-fit: fill !important;
}

.faq {
  padding: 40px 0px;
}

.w-33 {
  width: 33.333333333%;
}

.categories .item {
  transition: all 0.3s;
}

.categories .item .card {
  border-radius: 0px;
}

.categories .item .card h6 {
  font-size: 10px;
  color: #1B2B5B;
  margin-bottom: 0;
}

.categories .item .card h4 {
  font-family: "Syne", sans-serif;
  font-size: 22px;
}

.categories .item .card .card-header {
  padding: 0;
}

.categories .item .card .card-body .browse {
  background-color: #1B2B5B;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 6px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  cursor: pointer;
}

.categories .item .card .card-body .browse a {
  color: #FFF;
  font-size: 10px;
}

.categories .item .card .card-body .browse:hover {
  background-color: #1B2B5B;
}

.categories .item:hover .card-header {
  overflow: hidden;
  transition: all 0.3s;
}

.categories .item:hover .card-header img {
  scale: 1.2;
  transition: all 0.3s;
}

.page-content {
  background-color: #F5F5F5;
  padding: 25px 0px;
}

.instead {
  display: none;
}

#loader-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999;
}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  font-size: 0;
  display: inline-block;
  margin: -25px 0 0 -25px;
  text-indent: -9999em;
  transform: translateZ(0);
}

#loader div {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  animation: ballPulseDouble 2s ease-in-out infinite;
}

#loader div img {
  height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}

#loader div:last-child {
  animation-delay: -1s;
}

@keyframes ballPulseDouble {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}

.bg-offWhite {
  background-color: #F5F5F5;
}

.static-page .nav-link {
  background-color: #1B2B5B;
  color: #FFF;
  border-radius: 0px;
  padding: 10px 0px;
}

.static-page .nav-link.active {
  background-color: #D96938;
}

.static-page .static-content {
  padding: 30px 0px;
  text-align: center;
}

.static-page form select {
  background-color: #F5F5F5;
  font-size: 12px;
  height: 45px;
}

.tender-details .nav-link {
  background-color: #1B2B5B;
  color: #FFF !important;
  border-radius: 0px;
  padding: 10px 0px;
}

.tender-details .nav-link.active {
  background-color: #D96938;
}

.tender-table {
  margin-top: 20px;
}

.tender-table td,
.tender-table th {
  font-size: 12px;
}

.rate-div2 {
  background-color: #F5F5F5;
}

.rate-div2 .fa-user-friends,
.rate-div2 .label-title,
.rate-div2 .fa-info {
  color: #ABAAC7;
}

.numeric-span {
  font-family: "Syne", sans-serif;
}

.accordion-button:not(.collapsed) {
  background-color: #FFF;
}

.accordion-button:focus {
  box-shadow: none;
}

.side-card {
  border-top: 5px solid #1b2b5b;
  background: #fff;
  margin-bottom: 30px;
  border-radius: 0px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

.side-card .card-header {
  background-color: #FFF;
  border-bottom: 1px solid #E0E0E0;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.side-card .card-header span {
  font-weight: 700;
  font-size: 18px;
}

.side-card .card-body {
  padding: 20px;
}

.side-card-2 {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

.side-card-2 .card-header {
  background-color: #FFFFFF;
}

.publisher a {
  width: 100%;
  display: block;
  text-align: center;
  background-color: #1B2B5B;
  padding: 8px;
  font-size: 12px;
  color: #FFF;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

.publisher a:hover {
  background-color: #D96938;
  transition: all 0.3s ease-in-out;
}

.final-date {
  padding: 8px;
  border: 1px solid #C3C3C3;
}

.final-date h6 {
  font-size: 10px;
}

.final-date .color-div {
  height: 10px;
  width: 15px;
}

.final-date span {
  font-size: 8px !important;
}

.password-div .password-toggle {
  cursor: pointer;
  position: absolute;
  top: 17px;
  left: 15px;
}

.line-height-2 {
  line-height: 2;
}

.main-btn {
  background-color: #1B2B5B;
  height: 50px;
  width: 150px;
  max-width: 100%;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1B2B5B;
  color: #FFFFFF;
  transition: all 0.3s;
}

.main-btn:hover {
  background-color: #D96938;
  border: 1px solid #D96938;
  transition: all 0.3s;
}

.iti--inline-dropdown .iti__dropdown-content {
  left: 0;
}

input,
textarea,
select {
  background: #f5f5f5 !important;
  line-height: normal;
  border: 1px solid #1b2b5b;
  border-radius: 0 !important;
  box-shadow: inset 0 2px 0 0 #1b2b5b;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  font-size: 12px;
}

input::placeholder,
textarea::placeholder,
select::placeholder {
  font-size: 12px;
}

.iti--allow-dropdown {
  width: 100%;
}

.iti__arrow {
  margin-right: 8px;
  margin-left: unset !important;
}

.iti__selected-country {
  flex-direction: row-reverse;
}

.search-form label {
  font-size: 12px;
  color: #1B2B5B;
  margin-bottom: 5px;
}

.submit-search {
  border: none;
  width: 100%;
  height: 45px;
}

.bg-light-green,
.submit-search {
  color: #FFFFFF;
  background-color: #1B2B5B;
}

.date-card {
  border-top-color: #E44049;
}

.date-card .calender-div {
  width: 80px;
  max-width: 80px;
}

.date-card .calender-div .calender-header {
  background-color: #E44049;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}

.date-card .calender-div .calender-body {
  background-color: #F5F5F5;
}

.date-card .calender-div .calender-body h5 {
  color: #E44049;
}

.red-circle {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: #E44049;
}

.red-browse {
  font-size: 10px;
  color: #FFF;
  background-color: #E44049;
  padding: 3px 10px;
  border-radius: 3px;
}

.register {
  background-color: #F5F5F5;
}

.register-card {
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
  border-radius: 3px;
}

.contact-info .item {
  border-bottom: 1px solid #F0F0F0;
}

.footer {
  padding: 30px 0px 0px;
  overflow: hidden;
}

.footer .footer-links li a {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
  color: #1B2B5B;
  transition: all 0.3s;
}

.footer .footer-links li a:hover {
  color: #1B2B5B;
  transition: all 0.3s;
  margin-inline-start: 8px;
}

.footer .info a {
  color: #1B2B5B;
  transition: all 0.3s;
}

.footer .info a:hover {
  color: #1B2B5B;
  transition: all 0.3s;
}

.footer .apps a {
  transition: all 0.3s;
}

.footer .apps a:hover {
  transition: all 0.3s;
  transform: scale(1.1);
}

.social-links a {
  transition: all 0.3s;
}

.social-links a:hover {
  transition: all 0.3s;
  margin-top: -8px;
  background-color: #1B2B5B !important;
}

.links-container .dropdown-menu {
  padding: 60px 0px 40px;
}

.see-more {
  background-color: #D96938;
  transition: all 0.3s;
}

.see-more:hover {
  background-color: #1B2B5B;
  transition: all 0.3s;
}

.responsive-menu li button {
  color: #FFF;
}

.w-fit-content {
  width: -moz-fit-content;
  width: fit-content;
}

.border-end-yellow {
  border-inline-end: 1px solid #fedc45;
}

.text-yellow {
  color: #fedc45;
}

.card-item {
  border-bottom: 1px solid #E0E0E0;
  padding: 10px 0px;
}

.card-item a {
  transition: all 0.3s;
  color: #000;
}

.card-item a:hover {
  color: #1B2B5B;
  transition: all 0.3s;
}

.card-item .company-img {
  border: 1px solid #000;
  padding: 0px 2px;
}

footer {
  overflow: hidden;
  padding: 20px 0px;
}

.lower-footer {
  background-image: url(../img/footer.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.social-links {
  gap: 5px;
}

.social-links a {
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-links a li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gap-20 {
  gap: 20px;
}

.details-btn {
  padding: 5px 10px;
  font-size: 10px;
  border-radius: 3px;
  border-bottom: 1px solid #C0C0C0;
  display: block;
  width: 100%;
  font-weight: 600;
}

.item-icon {
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D96938;
  border-radius: 50%;
}

.avatar-upload {
  position: relative;
  max-width: 300px;
}

.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}

.avatar-upload .avatar-edit input {
  display: none;
}

.avatar-upload .avatar-edit input+label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input+label:after {
  content: "\f040";
  font-family: "FontAwesome";
  color: #757575;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

.avatar-upload .avatar-preview {
  width: 300px;
  height: 150px;
  position: relative;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview>div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.select-logo {
  background-color: #1B2B5B;
  padding: 12px 20px;
  color: #FFFFFF;
  cursor: pointer;
  margin-top: 20px;
  font-weight: bold;
  border-radius: 5px;
}

.cat-item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E0E0E0;
}

@media only screen and (max-width: 800px) {
  nav .top-nav .support {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  nav .top-nav .line {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {

  .button-container,
  .ten-container,
  .links-container {
    display: none !important;
  }

  .instead {
    display: block;
  }
}

@media (max-width: 360px) {
  .select-flag {
    display: none;
  }

  #loader-mask img {
    height: 60px !important;
  }

  .tender-details .nav-link {
    font-size: 8px !important;
  }
}

@media (max-width: 550px) {
  .cate-item {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
  }

  .icon-box .box-title {
    font-size: 10px;
  }

  .tender-details .nav-link {
    font-size: 12px;
  }

  .contact-item {
    flex-wrap: wrap;
  }

  .user-avatar {
    height: 30px;
    width: 30px;
  }

  .inner-footer h4 {
    margin-bottom: 15px !important;
  }

  .category .category-head .category-img {
    left: 30%;
  }

  .faq .accordion-button {
    font-size: 14px;
  }

  .main-btn {
    height: 40px;
    width: 100px;
  }

  .accordion-body {
    padding: 15px 10px;
  }

  .login .submit-btn {
    padding: 10px 15px;
  }

  .final-date {
    display: none;
  }

  .content.h-100 {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .categories {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .static-page .nav-link {
    font-size: 12px;
  }
}

@media (min-width: 350px) and (max-width: 767px) {
  #loader-mask img {
    height: 80px !important;
  }
}

@media (max-width: 990px) {
  .buyer-body {
    min-height: 300px;
  }

  .internal-head-item {
    overflow-x: hidden;
  }

  .registered-nav .toggle-botton {
    padding: 10px 0px;
  }

  .registered-nav .logo {
    height: 30px;
  }

  .bordered-left-div {
    display: none;
  }

  .home {
    height: 100%;
  }

  .login {
    height: 100%;
    padding: 30px 0px;
  }

  .card-header span {
    font-size: 12px !important;
  }
}

/* navbar end */
/*# sourceMappingURL=style.css.map */