
.btn-primary {
  background-color: #1E90FF;
  border-color: #1E90FF;
  color: #FFFFFF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #081828;
  border-color: #081828;
  color: #FFFFFF;
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
}

.btn { padding: 8px 20px;}

.btn-iconx {
  width: 35px;
  height: 35px;
  padding: 6px;
}

.homepage-wrapper .our-achievement {
  padding-top: 150px;
}

.login .form-head form .form-group textarea {
  width: 100%;
  height: 120px;
  padding: 3px 20px;
  color: #081828;
  border: 1px solid #eee;
  border-radius: 6px;
  outline: 0;
  background-color: #fff;
  font-size: 15px;
}

.hero-area {
  padding-top: 300px;
  position: relative;
}
.hero-text {
  position: relative;
  z-index: 9;
}


/* Start Navigation Bar */

.navbar-fullwidth {
  max-width: 100%;
  margin: 0 auto;
  color: #FFFFFF;
  background-color: #1E90FF;
}

.navbar-fullwidth .menu {
  position: relative;
  display: flex;
}

.navbar-fullwidth .menu li {
  display: flex;
  transition: background-color .5s ease;
  text-align: center;
  flex: 1;
}

.navbar-fullwidth .menu a {
  position: relative;
  display: inline-flex;
  padding: 15px;
  text-decoration: none;
  color: #fff;
  flex: 1;
  justify-content: center;
  font-weight: 500;
}

.navbar-fullwidth .menu a > .fa {
  font-weight: bold;
  margin-left: 8px;
}

.navbar-fullwidth .menu li:hover {
  background-color: #081828;
}

.navbar-fullwidth .menu li:hover .container {
  display: flex;
}

.navbar-fullwidth a.hasDropdown:after {
  position: absolute;
  z-index: 2;
  bottom: -15px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-top-color: #25283d;
}

.navbar-fullwidth li:hover a.hasDropdown:after {
  content: '';
  border-top-color: #081828;
}

/* End Navigation Bar */

/* Start Single Section Menu */
.navbar-fullwidth .container {
  position: absolute;
  z-index: 1;
  top: 52px;
  right: 0;
  left: 0;
  display: none;
  margin-bottom: 30px;
  text-align: left;
  background-color: #fff;
  box-shadow: 0 2px 0 rgba(0, 0, 0, .06);
  max-width: 100%;
  padding: 0;
}

.navbar-fullwidth .container__list {
  display: flex;
  min-width: 0;
  padding: 20px;
  flex: 1;
  flex-wrap: wrap;
}

.navbar-fullwidth .container__listItem {
  overflow: hidden;
  padding: 10px 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 0 0 25%;
}

.navbar-fullwidth .container__listItem > div {
  overflow: hidden;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: underline;
  text-overflow: ellipsis;
  color: #db6356;
}

/* End Single Section Menu */

/* Start Multiple Section Menu */

.navbar-fullwidth .container.has-multi .container__listItem {
  flex-basis: 100%;
}

.navbar-fullwidth .container.has-multi .container__list {
  border-radius: 4px;
  flex-basis: 33.333%;
}

.navbar-fullwidth .container.has-multi .container__list:not(:last-child) {
  margin-right: 20px;
  border-right: solid 1px #f3f3f3;
}

/* End Multiple Section Menu */

/* Start Responsive Menu */

.navbar-fullwidth .mobile-menu {
  display: none;
}

.categories .single-cat .icon img {
  width: 70px;
}

@media only screen and (max-width: 768px) {
  .navbar-fullwidth .mobile-menu {
    display: block;
    margin: 20px;
  }
  .navbar-fullwidth .mobile-menu > i {
    cursor: pointer;
  }
  .navbar-fullwidth {
    position: absolute;
    transition: top .3s ease-in;
    top: -100%;
    border-radius: 0;
    will-change: top;
  }
  .navbar-fullwidth .navbar-fullwidth--is-visible {
    top: 88px;
  }
  .navbar-fullwidth .navbar-fullwidth .menu {
    flex-direction: column;
  }
  .navbar-fullwidth .navbar-fullwidth .menu li {
    position: relative;
    flex-direction: column;
    transition: initial;
  }
  .navbar-fullwidth .menu li:hover {
    background-color: initial;
  }
  .navbar-fullwidth .menu li.is-selected {
    position: relative;
    background-color: #081828;
  }
  .navbar-fullwidth .container {
    position: static;
    display: flex;
    overflow: hidden;
    max-height: 0;
    margin-bottom: 0;
    transition: all .3s ease;
  }

  .navbar-fullwidth a.hasDropdown:after {
    display: none;
  }
  .navbar-fullwidth .container--is-visible {
    max-height: 1000px !important;
  }
  .navbar-fullwidth .container__list .container__listItem:nth-child(n + 11) {
    display: none;
  }
  .navbar-fullwidth .container.has-multi .container__list-multi:not(:first-child) {
    display: none;
  }
  .navbar-fullwidth .menu .container.has-multi .container__list {
    margin-right: 0;
    border-right: 0;
  }
  .navbar-fullwidth .navbar-fullwidth .menu li .container__listItem {
    flex-basis: 100%;
  }
}

/* End Responsive Menu */


.post-ad-tab nav .nav-link {
  border-radius: 6px !important;
  width: 100%;
}


.post-ad-tab nav .nav-link {
  padding: 20px 40px;
  border: none !important;
  text-align: left;
  position: relative;
  padding-left: 100px;
  border-radius: 0 !important;
  border-radius: 6px 6px 0 0 !important;
  margin: 0 !important;
  width: 25%;
  position: relative;
  bottom: -1px;
  font-size: 17px;
  font-weight: 600;
  color: #081828;
}

.post-ad-tab nav .nav-link .serial {
  height: 50px;
  width: 50px;
  line-height: 50px;
  border: 1px solid #eee;
  border-radius: 50%;
  text-align: center;
  color: #888;
  font-size: 19px;
  font-weight: 600;
  display: block;
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.post-ad-tab nav .nav-link.active {
  color: #fff !important;
}

.post-ad-tab nav .nav-link.active .serial {
  border-color: transparent;
  background: #fff;
  color: #1E90FF;
}

.post-ad-tab nav .nav-link.active .sub-title {
  color: #fff;
}

.post-ad-tab nav .nav-link .sub-title {
  display: block;
  color: #888;
  font-size: 14px;
  font-weight: 400;
}

.post-ad-tab nav .nav-link:hover {
  border: none !important;
}

.post-ad-tab nav .nav-link.active {
  background: #1E90FF !important;
  border: none !important;
}

.particles-js-canvas-el {
  position: absolute;
  top: 0;
  left: 0;
}

.header {
  background: none;
}
.navbar-nav .nav-item a {
  color: #FFFFFF;
  padding: 42px 0;
}
.navbar-brand img {
  filter: brightness(0) invert(1);
}
.header.sticky {
  background: #FFFFFF;
}
.header.sticky .navbar-nav .nav-item a  {
  color: #081828;
}
.header .login-button ul li a {
  color: #FFFFFF;
}
.header.sticky .login-button ul li a {
  color: #081828;
}
.header.sticky .navbar-brand img {
  filter: none;
}

#background-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.breadcrumbs .container { position: relative; z-index: 9;}
.contentpage-wrapper .content-right .category-grid-topbar {
  padding: 30px; 
}

.contentpage-wrapper .content-right .sub-heading {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 15px;
  color: #1E90FF;
  background-color: #f9f9f9;
  padding: 5px 20px;
  border-radius: 4px;
}

.contentpage-wrapper .content-right h2 {
  display: block;
  font-size: 32px;
  margin-bottom: 25px;
  line-height: 40px;
  text-transform: capitalize;
  position: relative;
  font-weight: 700;
}

.contentpage-wrapper .content-right h3 {
  font-size: 22px;
  margin-top: 40px;
  margin-bottom: 8px;
  line-height: 45px;
  text-transform: capitalize;
  position: relative;
  font-weight: 600;
}

.contentpage-wrapper .content-right p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
}

.contentpage-wrapper .content-right b {
  font-weight: 600;
  color: #081828;
}

.category-sidebar .single-widget .list li a.active {
  color: #1E90FF;
}

.prices-wrapper .categories-section .nav-tabs .nav-link {
  font-size: 20px;
  padding: 15px 35px;
  color: #081828;
  font-weight: 500;
}
.prices-wrapper .categories-section .nav-tabs .nav-link.active {
  color: #1E90FF;
}
.prices-wrapper .categories-section .subsubcategory-title {
  margin-bottom: 15px;
  font-size: 18px;
}
.prices-wrapper .categories-section .product-list li a {
  color: #081828;
  display: block;
  margin-top: 5px;
}

.prices-wrapper .categories-section .nav-pills .nav-link {
  margin-bottom: 10px;
}

.pricelist-wrapper .form-filters .col-form-label { width: 120px;}
.pricelist-wrapper .form-filters .btn-setfilter { 
  padding: 5px;
  font-size: 14px;
  color: #000;
}
.pricelist-wrapper .form-filters .btn-setfilter:hover, 
.pricelist-wrapper .form-filters .btn-setfilter.active { 
  color: #1E90FF;
}
.pricelist-wrapper .form-filters .dateselection-btn { 
  padding: 5px;
  font-size: 14px;
  color: #ffc107;
  text-decoration: none;
}
.pricelist-wrapper .td-price .currency_symbol {
  color: #999999;
}
.pricelist-wrapper .td-price .price_unit {
  font-size: 11px;
}

.pricelist-wrapper .select2-container--bootstrap-5 {
  height: 38px;
}
.pricelist-wrapper .select2-container--bootstrap-5 .selection {
  width: 250px;
}
.pricelist-wrapper .select2-container--bootstrap-5 .dropdown-wrapper {
  display: none;
}

.post-details p {
  color: #000000;
}
.post-details p b {
  font-weight: 700;
}

.items-grid .single-grid .content .top-content .info-list li {
  width: 100%;
}

.latest-news-area .single-news .image:before,
.latest-news-area .single-news .image:after {
  display: none;
}

.table-data {
  border-collapse: separate; /* Required for border-radius to work properly on cells */
  border-spacing: 0;
}
.table-data thead tr {
  border-radius: 150px;
}
.table-data thead tr th {
  background-color: #0b84fd;
  color: #ffffff;
  border: 1px solid #0b84fd;
  overflow: hidden;
  position: relative;
}
.table-data thead tr th::after {
  content: '';
  background: rgba(255,255,255,0.3);
  position: absolute;
  right: 0;
  width: 1px;
  height: 20px;
}
.table-data thead tr th:first-child {
  border-top-left-radius: 150px;
  border-bottom-left-radius: 150px;
}
.table-data thead tr th:last-child {
  border-top-right-radius: 150px;
  border-bottom-right-radius: 150px;
}
.table-data thead tr th:last-child::after {
  display: none;
}

.table-data tbody tr td {
  border: 1px solid #FFFFFF;
  position: relative;
}
.table-data tbody tr td::after {
  content: '';
  background: rgba(0,0,0,0.1);
  position: absolute;
  right: 0;
  width: 1px;
  height: 20px;
}
.table-data tbody tr td:last-child::after {
  display: none;
}
.table-data > tbody > tr:nth-of-type(2n+1) {
  background: #f7f7f7;
}
.table-data > tbody > tr:nth-of-type(2n+1) td {
  border: 1px solid #f7f7f7;
}
.table-data > :not(caption) > * > * {
  box-shadow: none;
}
.table-data tbody tr td:first-child {
  border-top-left-radius: 150px;
  border-bottom-left-radius: 150px;
}
.table-data tbody tr td:last-child {
  border-top-right-radius: 150px;
  border-bottom-right-radius: 150px;
}
.footer .single-footer.mobile-app .app-button .btn {
  padding: 5px 20px;
  padding-left: 40px;
  margin-bottom: 5px;
  min-width: 120px;
  display: inline-block;
}
.footer .single-footer.mobile-app .app-button .btn i {
  font-size: 15px;
  left: 15px;
}
.footer .single-footer.mobile-app .app-button .btn:last-child {
  margin-bottom: 5px;
}
.footer .single-footer.mobile-app .app-button .btn .text {
  font-size: 13px;
}
.footer .footer-top { 
  padding-bottom: 70px;
}

.sidebar .widget.search-widget .post-suggestions {
  position: absolute;
  padding: 10px 15px;
  margin-top: 5px;
  border: 1px solid #eee;
  border-radius: 5px;
  background: #FFFFFF;
  width: 100%;
  z-index: 9;
} 
.sidebar .widget.search-widget .post-suggestions li {
  margin: 10px 0;
}

.contact-us .form .form-group select {
  height: 55px;
  line-height: 55px;
  width: 100%;
  border: 1px solid #e6e2f5;
  padding: 0px 20px;
  color: #333;
  border-radius: 0px;
  font-weight: 400;
  border-radius: 5px;
}