@import url("https://fonts.googleapis.com/css2?family=Allerta+Stencil&display=swap");

body {
  background: #dcdcdc;
  /* margin-top: 20px; */
}

.navbar-nav > li > a {
  text-transform: uppercase;
  font-size: 12px;
  margin-right: 20px;
  color: #fff;
}

.navbar-menu-bar {
  padding: 0.1rem 1rem !important;
}

.navbar-toggler {
  padding: 0.2rem 0.5rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid white;
}

.nav-link {
  color: #d2232b !important;
}

.wrapper {
  width: 100%;
  position: absolute;
  height: 100%;
  background-color: #000;
  clip-path: polygon(81% 0, 100% 0, 100% 50%, 100% 100%, 71% 100%);
  transition: 1s all;
}

.navbar-brand {
  color: #fff;
  font-family: "Allerta Stencil", sans-serif;
  margin-bottom: 4px;
  font-size: 27px;
}

.navbar-brand img {
  width: 60% !important;
}

.navbar-red:hover .wrapper {
  clip-path: polygon(81% 0, 100% 0, 100% 50%, 100% 100%, 65% 100%);
}

.navbar-brand:hover {
  color: #fff;
}

.navbar-red {
  background-color: #fcfcfc;
  color: #d2232b;
}

.header-text {
  padding-top: 48px;
  padding-bottom: 20px;
  color: #0e0e0e;
  text-align: center;
  font-weight: 200;
  line-height: 1;
  text-transform: uppercase;
}

.all-show {
  z-index: 10;
}

.btn-track {
  background-color: #d2232b !important;
  font-weight: 600;
  color: #fff7f7 !important;
}

.widget-26 {
  color: #3c4142;
  font-weight: 400;
}

.widget-26 tr:first-child td {
  border: 0;
}

.widget-26 .widget-26-job-emp-img img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.widget-26 .widget-26-job-title {
  min-width: 200px;
}

.widget-26 .widget-26-job-title a {
  font-weight: 500;
  font-size: 1.2rem;
  color: #3c4142;
  line-height: 1.5;
  cursor: not-allowed;
}

.widget-26 .widget-26-job-title a:hover {
  color: #68cbd7;
  text-decoration: none;
}

.widget-26 .widget-26-job-title .employer-name {
  margin: 0;
  line-height: 1.5;
  font-weight: 400;
  color: #3c4142;
  font-size: 0.8125rem;
  color: #3c4142;
}

.widget-26 .widget-26-job-title .employer-name:hover {
  color: #68cbd7;
  text-decoration: none;
}

.widget-26 .widget-26-job-title .time {
  font-size: 12px;
  font-weight: 400;
}

.widget-26 .widget-26-job-info {
  min-width: 100px;
  font-weight: 400;
}

.widget-26 .widget-26-job-info p {
  line-height: 1.5;
  color: #3c4142;
  font-weight: 500;
  font-size: 1.15rem;
}

.widget-26 .widget-26-job-info .truck-info {
  font-size: 0.95rem;
  font-weight: 400;
  color: gray !important;
}

.widget-26 .widget-26-job-info .location {
  color: #3c4142;
}

.widget-26 .widget-26-job-salary {
  min-width: 70px;
  font-weight: 400;
  color: #3c4142;
  font-size: 0.8125rem;
}

.widget-26 .widget-26-job-category {
  padding: 0.5rem;
  display: inline-flex;
  white-space: nowrap;
  border-radius: 15px;
}

.widget-26 .widget-26-job-category .indicator {
  width: 13px;
  height: 13px;
  margin-right: 0.5rem;
  float: left;
  border-radius: 50%;
}

.widget-26 .widget-26-job-category span {
  font-size: 0.8125rem;
  color: #3c4142;
  font-weight: 600;
}

.widget-26 .widget-26-job-starred svg {
  width: 20px;
  height: 20px;
  color: #fd8b2c;
}

.widget-26 .widget-26-job-starred svg.starred {
  fill: #fd8b2c;
}
.bg-soft-base {
  background-color: #e1f5f7;
}
.bg-soft-warning {
  background-color: #fff4e1;
}
.bg-soft-success {
  background-color: #d1f6f2;
}
.bg-soft-danger {
  background-color: #fedce0;
}
.bg-soft-info {
  background-color: #d7efff;
}

.search-form {
  width: 80%;
  margin: 0 auto;
  margin-top: 1rem;
}

.search-form input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 1rem;
  height: 100%;
  font-size: 1rem;
}

.search-form select {
  background: transparent;
  border: 0;
  padding: 1rem;
  height: 100%;
  font-size: 1rem;
}

.search-form select:focus {
  border: 0;
}

.search-form button {
  height: 100%;
  width: 100%;
  font-size: 1rem;
}

.search-form button svg {
  width: 24px;
  height: 24px;
}

.search-body {
  margin-bottom: 1.5rem;
}

.search-body .search-filters .filter-list {
  margin-bottom: 1.3rem;
}

.search-body .search-filters .filter-list .title {
  color: #3c4142;
  margin-bottom: 1rem;
}

.search-body .search-filters .filter-list .filter-text {
  color: #727686;
}

.search-body .search-result .result-header {
  margin-bottom: 2rem;
}

.search-body .search-result .result-header .records {
  color: #3c4142;
}

.search-body .search-result .result-header .result-actions {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search-body .search-result .result-header .result-actions .result-sorting {
  display: flex;
  align-items: center;
}

.search-body .search-result .result-header .result-actions .result-sorting span {
  flex-shrink: 0;
  font-size: 0.8125rem;
}

.search-body .search-result .result-header .result-actions .result-sorting select {
  color: #68cbd7;
}

.search-body .search-result .result-header .result-actions .result-sorting select option {
  color: #3c4142;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .search-body .search-filters {
    display: flex;
  }
  .search-body .search-filters .filter-list {
    margin-right: 1rem;
  }
}

.card-margin-header {
  margin-bottom: 1.875rem;
}

.card-margin {
  margin-bottom: 5.875rem;
}

@media (min-width: 992px) {
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}

.card {
  border: 0;
  box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
  -ms-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
}

/* Footer */
.ag_footer .widget_wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .ag_footer .widget_wrapper .widget {
    margin-bottom: 40px;
  }
}
.ag_footer .widget_wrapper .widget .widget_title {
  margin-bottom: 30px;
}

.ag_footer .widget_wrapper .widget i {
  margin-right: 8px;
}
.ag_footer .widget_wrapper .widget ul {
  padding: 0px !important;
}

.ag_footer .widget_wrapper .widget .widget_title h4 {
  font-weight: bold;
  color: #f1f1f1;
}

.ag_footer .widget_wrapper .widget .widget_title h4:after {
  content: "";
  display: block;
  max-width: 45px;
  height: 2px;
  margin-top: 5px;
  background-color: #f1f1f1;
}
.ag_footer .widget_wrapper .widegt_about p {
  margin-bottom: 20px;
  color: #f1f1f1;
}
.ag_footer .widget_wrapper .widegt_about .social li {
  display: inline-block;
  margin-right: 10px;
}
.ag_footer .widget_wrapper .widegt_about .social li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background-color: #f9e6d4;
  color: #d2232b;
  font-size: 14px;
  -webkit-transition: all all 0.5s ease-out 0s;
  -moz-transition: all all 0.5s ease-out 0s;
  -ms-transition: all all 0.5s ease-out 0s;
  -o-transition: all all 0.5s ease-out 0s;
  transition: all all 0.5s ease-out 0s;
}
.ag_footer .widget_wrapper .widegt_about .social li a:hover,
.ag_footer .widget_wrapper .widegt_about .social li a:focus {
  background-image: -moz-linear-gradient(0deg, #d2232b 0%, #f02c36 100%);
  background-image: -webkit-linear-gradient(0deg, #d2232b 0%, #f02c36 100%);
  background-image: -ms-linear-gradient(0deg, #d2232b 0%, #f02c36 100%);
  color: #fff;
  box-shadow: 2.5px 4.33px 15px 0px rgb(210, 35, 43, 0.4);
}
.ag_footer .widget_wrapper .widget_link ul li {
  margin-bottom: 5px;
}
.ag_footer .widget_wrapper .widget_link ul li a {
  text-transform: capitalize;
  color: #f1f1f1;
}
.ag_footer .widget_wrapper .widget_link ul li a:hover,
.ag_footer .widget_wrapper .widget_link ul li a:focus {
  color: #f02c36;
}
.ag_footer .widget_wrapper .widget_contact .contact_info .single_info {
  max-width: 250px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  color: #f1f1f1;
}
.ag_footer .widget_wrapper .widget_contact .contact_info .single_info .icon {
  font-size: 12px;
  color: #f1f1f1;
  margin-right: 10px;
}
.ag_footer .widget_wrapper .widget_contact .contact_info .single_info .info p a {
  color: #f1f1f1;
}
.ag_footer .widget_wrapper .widget_contact .contact_info .single_info .info p span {
  display: block;
}

.ag_footer .copyright_area {
  background: #edecf0;
  padding: 10px 0;
}
.ag_footer .copyright_area .copyright_text {
  text-align: center;
}
.ag_footer .copyright_area .copyright_text p {
  color: #011a3e;
}
.ag_footer .copyright_area .copyright_text p span {
  color: #f02c36;
}
.ag_cta .cta_wrapper {
  padding: 45px 50px 42px;
  max-width: 970px;
  border-radius: 15px;
  margin: auto;
  margin-bottom: -135px;
  position: relative;
  background-image: -moz-linear-gradient(0deg, #d2232b 0%, #f02c36 100%);
  background-image: -webkit-linear-gradient(0deg, #d2232b 0%, #f02c36 100%);
  background-image: -ms-linear-gradient(0deg, #d2232b 0%, #f02c36 100%);
  box-shadow: 2.5px 4.33px 15px 0px rgb(210, 35, 43, 0.4);
  z-index: 1;
}
.ag_cta .cta_wrapper:after {
  content: "";
  background-position: bottom;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.ag_cta .cta_wrapper .cta_content h3 {
  color: #fff;
  font-weight: bold;
}
@media (max-width: 767px) {
  .ag_cta .cta_wrapper .cta_content h3 {
    font-size: 24px;
  }
}
.ag_cta .cta_wrapper .cta_content h3:after {
  content: "";
  display: block;
  max-width: 110px;
  height: 2px;
  margin-top: 13px;
  margin-bottom: 24px;
}
.ag_cta .cta_wrapper .cta_content p {
  color: #fff;
}
.ag_cta .cta_wrapper .button_box {
  float: right;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ag_cta .cta_wrapper .button_box {
    float: none;
    text-align: left;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .ag_cta .cta_wrapper .button_box {
    float: none;
    text-align: center;
    margin-top: 30px;
  }
}
.ag_cta .cta_wrapper .button_box .ag_btn {
  background: #fff;
  color: #011a3e;
}
.ag_cta .cta_wrapper .button_box .ag_btn:hover,
.ag_cta .cta_wrapper .button_box .ag_btn:focus {
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
}
