/* Multi Usable Styles */

/* Dark Background */

.dark-bg {
  background-color: #3a3a3a !important;
}

/* Soft Dark Backgrounds */

.soft-bg,
.soft-bg-1 {
  position: relative;
}

/* Background for 75% Dark */

.soft-bg:before {
  background-color: #3151a1d7;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
}

/* Background for 83% Dark */

/* .soft-bg-1:before{
		background-color:rgba(34,34,34, 0.83);
		position: absolute;
		left:0;
		top: 0;
		width: 100%;
		height: 100%;
		display: block;
		content:'';
	} */

/* Soft Dark Background for Icons */

.soft-bg-icons {
  background-color: rgba(34, 34, 34, 0.75);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.soft-bg-icons:hover,
#w-filters .selected {
  background-color: rgba(31, 31, 31, 0.9);
}

/* Dark Gradient Background */

.soft-bg-grade {
  z-index: 1;
}

.soft-bg-grade:before {
  background: rgb(105, 105, 105); /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: -moz-linear-gradient(
    top,
    rgba(105, 105, 105, 0.85) 0%,
    rgba(16, 16, 16, 0.85) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(105, 105, 105, 0.85)),
    color-stop(100%, rgba(16, 16, 16, 0.85))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(105, 105, 105, 0.85) 0%,
    rgba(16, 16, 16, 0.85) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(105, 105, 105, 0.85) 0%,
    rgba(16, 16, 16, 0.85) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(105, 105, 105, 0.85) 0%,
    rgba(16, 16, 16, 0.85) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgba(105, 105, 105, 0.85) 0%,
    rgba(16, 16, 16, 0.85) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#696969', endColorstr='#101010',GradientType=0 ); /* IE6-8 */
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
}

/* Dark Navigation */

.dark-nav .nav-menu {
  color: white;
}

.first-nav.dark-nav {
  background-color: rgba(34, 34, 34, 0.1);
}

.second-nav.dark-nav,
.dark-nav .nav-menu ul.dropdown-menu {
  background-color: rgba(34, 34, 34, 0.95);
}

.dark-nav .nav-menu ul.dropdown-menu li a {
  color: inherit;
}

.dark-nav .nav-menu ul.dropdown-menu li a:hover,
#navigation-sticky.dark-nav .nav-menu ul li a:hover,
#navigation-sticky.dark-nav .nav-menu ul li.active a {
  background-color: rgba(34, 34, 34, 0.5);
}

.first-nav.dark-nav .nav-inner .nav-menu ul li a:hover {
  background-color: rgba(34, 34, 34, 0.1);
}

.second-nav.dark-nav .nav-inner .nav-menu ul li a:hover {
  background-color: rgba(34, 34, 34, 0.95);
}

.second-nav.dark-nav .nav-inner .nav-menu ul li.active a,
.dark-nav .nav-menu ul.dropdown-menu li a:hover {
  background-color: rgba(30, 32, 38, 0.1);
}

#navigation-sticky.dark-nav {
  background-color: rgba(34, 34, 34, 0.95);
}

/* Home Boxes Navigation */

.home-boxes .owl-controls .owl-buttons div {
  background-color: #262626;
}

/* What We Do Item Color */

ul#w-filters li a {
  background-color: rgba(31, 31, 31, 0.3);
}

ul#w-filters li a.selected,
ul#w-filters li a:hover {
  background-color: rgba(65, 65, 65, 1);
}

.w-items .w-item {
  background-color: rgba(25, 25, 25, 0.3);
}

footer.footer.dark-footer {
  background: #191919;
}

footer.footer.dark-footer p,
footer.footer.dark-footer a {
  color: #8d8d8d;
}

/* Page Content */

section.page-content {
  background: #f89a4d;
}

/* ============================================
DARK LAYOUT STYLES
=============================================*/

/* Body */

.dark-layout {
  background-color: #1f1f1f !important;
}

/* Loader */

body.dark-layout #pageloader {
  background-color: #1f1f1f;
}

/* Page Header */

body.dark-layout section.page_header {
  background-color: #171717;
}

body.dark-layout
  section.page_header
  .page_header_inner
  .p_head_left
  h1.p-header {
  color: #fff;
}

body.dark-layout section.page_header .page_header_inner .p_head_left p.p-desc {
  color: #e4e4e4;
}

body.dark-layout
  section.page_header
  .page_header_inner
  .p_head_right
  a.p-head-button {
  color: #e4e4e4;
}

body.dark-layout section.page-content {
  background: #232323 !important;
}

/* About */

body.dark-layout #about .about-boxes .about-box a.about-icon {
  border: 1px solid white;
  color: white;
}

/* About Header */

body.dark-layout #about .about-boxes .about-box h3 {
  color: #cccccc;
}

/* About Description */

body.dark-layout #about .about-boxes .about-box p {
  color: #a3a3a3;
}

/* About Box Rollover */

body.dark-layout #about .about-boxes .about-box:hover a.about-icon {
  background: white;
  color: #1f1f1f;
}

body.dark-layout #about .about-boxes .about-box:hover a.about-icon:after {
  border: 1px solid white;
}

/* Facts, Fact texts */

body.dark-layout #facts .inner .facts .fact h3 {
  color: #dadada;
}

/* Portfolio */

body.dark-layout #portfolio {
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
  background-color: #1a1a1a;
}

/* Portfolio Filters */

body.dark-layout #portfolio .portfolio #options ul li a {
  color: #c2c2c2;
  border: 1px solid #c2c2c2;
}

body.dark-layout #portfolio .portfolio #options ul li a:hover,
body.dark-layout #portfolio .portfolio #options ul li a.selected {
  background: #ffffff;
  color: #1a1a1a;
}

body.dark-layout #portfolio .portfolio a.portfolio-view-more {
  background: #2b2b2b;
  color: #464646;
}

body.dark-layout #portfolio .portfolio a.portfolio-view-more:hover {
  color: white;
}

/* Team */

body.dark-layout #team .team .team-boxes .item .box-inner {
  border: 1px solid #383838;
}

body.dark-layout #team .team .team-boxes .item .member-image {
  border: 1px solid #383838;
}

/* Member Name and Position */

body.dark-layout #team .team .team-boxes .item .member-name h1.name {
  color: #ececec;
}

body.dark-layout #team .team .team-boxes .item .member-name h3.position {
  color: #868686;
}

/* Member Rollover Colors */

body.dark-layout #team .team .team-boxes .member-details {
  background: rgba(31, 31, 31, 1);
}

body.dark-layout
  #team
  .team
  .team-boxes
  .item
  .member-details
  .details
  .member-description {
  color: #acacac;
}

/* Member Social */

body.dark-layout
  #team
  .team
  .team-boxes
  .item
  .member-details
  .details
  a.member-social {
  background: #424242;
}

/* Team - Slider Controls */

body.dark-layout #team .team .team-boxes .owl-controls .owl-buttons div {
  background-color: #2c2c2c;
}

/* Team - Member Detail Button */

body.dark-layout
  #team
  .team
  .team-boxes
  .item
  .member-details
  .details
  a.member-detail-button {
  border: 1px solid #383838;
}

/* Team - Modals */

body.dark-layout .modal {
  background-color: rgba(31, 31, 31, 0.98);
}

body.dark-layout .modal-inner {
  border-bottom: 1px solid #2f2f2f;
}

body.dark-layout .modal .modal-inner .modal-head {
  border-bottom: 1px solid #2f2f2f;
}
body.dark-layout .modal .modal-inner a.close {
  background: #454545;
}

body.dark-layout .modal .modal-inner h1.member-name,
body.dark-layout .modal .modal-inner h4 {
  color: white;
}

body.dark-layout .modal .modal-inner p {
  color: #c3c3c3;
}

body.dark-layout .modal .modal-inner .modal-right .member-skills .progress {
  background-color: #262626;
}

body.dark-layout
  .modal
  .modal-inner
  .modal-right
  .member-skills
  .progress
  .progress-bar {
  background-color: #5d5d5d;
}

/* Testimonials Arrow */

body.dark-layout .testimonials .t-arrow {
  border-top-color: #1f1f1f;
}

/* Clients, Client Names */

body.dark-layout #clients .clients .item h1.client-name {
  color: #d7d7d7;
}

/* Client Positions */

body.dark-layout #clients .clients .item h3.client-position {
  color: #7f7f7f;
}

/* Client Pagination */

body.dark-layout #clients .clients .owl-controls .owl-pagination .owl-page {
  background: #5f5f5f;
}

body.dark-layout
  #clients
  .clients
  .owl-controls
  .owl-pagination
  .owl-page.active {
  border: 1px solid #5f5f5f;
  background: transparent;
}

/* Client Logos */

body.dark-layout #clients .client-logos {
  background-color: #1a1a1a;
}

/* Why Do You Chose North - Tabs */

body.dark-layout .tabs .nav-tabs {
  border-bottom: 1px solid #313131;
}

body.dark-layout .tabs .nav-tabs li a {
  color: #7f7f7f;
  background: #191919;
}

body.dark-layout .tabs .nav-tabs li.active a {
  background: #1f1f1f;
  border-left-color: #313131;
  border-right-color: #313131;
  border-bottom: 1px solid #1f1f1f;
  top: 1px;
}

body.dark-layout .tabs .nav-tabs li a:hover {
  background: #292929;
  border-color: transparent;
}

body.dark-layout .tabs .nav-tabs li.active a:hover {
  background: #1f1f1f;
  color: #7f7f7f;
  border-top-color: #5c5c5c;
}

/* Tab Content */

body.dark-layout .tabs .tab-content {
  border: 1px solid #313131;
  color: #a9a9a9;
}

/* Accordion Menu */

body.dark-layout .accordion .panel {
  border-color: #313131;
  border-radius: 0;
}

body.dark-layout .accordion a.panel-button {
  color: #b0b0b0;
  background: #1f1f1f;
}

body.dark-layout .accordion a.panel-button:hover {
  background: #161616;
}

/* Accordion Body */

body.dark-layout .accordion .panel-body {
  color: #8e8d8d;
  background: #1f1f1f;
  border-top: 1px solid #313131;
}

/* Skills */

body.dark-layout #skills .skills .progress {
  background-color: #262626;
}

body.dark-layout #skills .skills .progress .progress-bar {
  background-color: #5d5d5d;
}

/* Services */

body.dark-layout #services {
  background-image: none;
  background-color: #1b1b1b;
}

/* Service Icon */

body.dark-layout #services .service-boxes .service-box a.service-icon {
  border: 1px solid #8b8b8b;
  color: #8b8b8b;
}

/* Service Header */

body.dark-layout #services .service-boxes .service-box h3 {
  color: #c5c5c5;
}

/* Service Description */

body.dark-layout #services .service-boxes .service-box p {
  color: #868686;
}

/* Service Box Rollover */

body.dark-layout #services .service-boxes .service-box:hover a.service-icon {
  background: white;
  color: #1b1b1b;
}

body.dark-layout
  #services
  .service-boxes
  .service-box:hover
  a.service-icon:after {
  border: 1px solid white;
}

body.dark-layout #services .service-boxes .owl-controls .owl-buttons div {
  background-color: #232323;
  background-image: url(../images/left-litle.png);
}

body.dark-layout
  #services
  .service-boxes
  .owl-controls
  .owl-buttons
  div:nth-of-type(2) {
  background-image: url(../images/right-litle.png);
}

body.dark-layout #services .service-boxes .owl-controls .owl-buttons div:hover {
  background-color: white;
  background-image: url(../images/left-litle-black.png);
}

body.dark-layout
  #services
  .service-boxes
  .owl-controls
  .owl-buttons
  div:nth-of-type(2):hover {
  background-image: url(../images/right-litle-black.png);
}

/* Project */

body.dark-layout ul.project_features li.p-feature {
  border-bottom: 1px solid #323232;
  color: #e9e9e9;
}

body.dark-layout #project-section .project_inner .project-detail-columns {
  border-top: 1px solid #323232;
  border-bottom: 1px solid #323232;
}

/* Blog */

body.dark-layout #blog .post,
body.dark-layout #blog .details .post-info {
  border-bottom: 1px solid #2d2d2d;
}

body.dark-layout #blog .details .post-info a.post-item {
  border-right: 1px solid #2d2d2d;
}

body.dark-layout .blog-head {
  color: #b4b4b4;
  background: #2d2d2d;
}

body.dark-layout .blog-head.inner-head {
  background: transparent;
  color: white;
}

/* Pagination */

body.dark-layout ul.pagination li a {
  color: #8d8d8d;
  background: #2d2d2d;
  border-color: #3d3d3d;
}

body.dark-layout ul.pagination li a:hover {
  color: #8d8d8d;
  background: #3d3d3d;
  border-color: #3d3d3d;
}

body.dark-layout ul.pagination li.active a {
  color: white;
}

/* Search Form */

body.dark-layout .search {
  border: 1px solid #2d2d2d;
  color: #c5c5c5;
}

body.dark-layout .search-button {
  color: #c5c5c5;
}

body.dark-layout #blog .blog_sidebar .bar a.tag {
  border: 1px solid #aaaaaa;
  color: #aaaaaa;
}

body.dark-layout #blog .blog_sidebar .bar ul.categories li {
  border-bottom: 1px solid #2d2d2d;
}

body.dark-layout #blog .blog_sidebar .bar ul.categories li:hover {
  background: #2d2d2d;
}

body.dark-layout #blog .blog_sidebar h1.bar-head {
  color: #f1f1f1;
}

body.dark-layout #blog .post ul.comments li div.comment-text {
  background: #2d2d2d;
}

body.dark-layout #blog .post ul.comments li div.comment-text:after {
  border-right-color: #2d2d2d;
}

body.dark-layout #blog .post .details > ul.comments {
  border-top: 1px solid #2d2d2d;
}

body.dark-layout ul.project_features li.p-feature a:hover {
  color: #fff;
}

body.dark-layout .mail-message {
  color: white;
}

/* Media Screen Color */

@media only screen and (max-width: 1000px) {
  .dark-nav .nav-inner div.nav-menu ul.nav {
    background-color: rgba(34, 34, 34, 0.95);
  }
}

.company-list {
  font-weight: 700;
  line-height: 24px;
}

.about-box p.normal {
  min-height: 128px;
}

.nav-page .nav-link {
  height: 56px !important;
}

.nav-page .nav-link:hover {
  height: 56px !important;
  isolation: auto !important;
}

.nav-page .nav-link.active {
  position: absolute;
  height: 56px !important;
}

.nav-page .nav li {
  height: 56px !important;
}

.nav-page .nav li:hover {
  height: 56px !important;
}

.category-tab {
  border: none;
}

.category-tab > * {
  padding: 16px !important;
}

.category-tab-button {
  border: none !important;
  padding: 0;
}

.category-tab-button.active,
.category-tab-button:hover {
  border: none !important;
}

.category-tab-button img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.category-tab-button {
  position: relative;
}

.category-tab-button {
  width: 100%;
  height: 80px;
  object-fit: cover;
  border-radius: 16px !important;
  background-size: 100% auto !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease all;
}

.category-tab-button.active,
.category-tab-button:hover {
  background-size: 120% auto !important;
}

.category-tab-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1616168c;
  border-radius: 16px;
  transition: 0.3s ease all;
}

.category-tab-button:hover::after {
  background-color: #000000bd;
  border-radius: 16px;
}

.category-tab-button.active::after {
  background-color: #3150a1ea;
  border-radius: 16px;
}

.category-tab-button .category-tab-title {
  position: absolute;
  font-size: 20px;
  font-weight: 900;
  z-index: 99;
  transition: 0.3s ease all;
  color: #fff;
  text-transform: uppercase;
}

.category-tab-button.active .category-tab-title {
  color: #f89a4d;
}

.category-list {
  display: flex;
}

.listing-card {
  border: 1px solid #b9b9b9;
  border-radius: 16px;
  margin-bottom: 16px;
}
.listing-img img {
  width: 100%;
  height: 160px !important;
  object-fit: cover;
  border-radius: 14px 14px 0 0;
  height: auto;
  border-bottom: 1px solid #b9b9b9;
}

.listing-info {
  padding: 16px;
}

.listing-info .listing-title {
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 8px;
  color: #3150a1;
}

.listing-info .listing-price {
  text-align: right;
}

.listing-info .listing-price span {
  color: #f89a4d;
}

.about-img {
  border-radius: 12px;
  margin-top: -12px;
  border: 2px solid #fff;
}

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

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.text-primary {
  color: #3150a1 !important;
}


.about-food-box {
  position: relative;
  background-color: #3151a1ea;
  padding: 32px 16px;
  border-radius: 16px;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  z-index: 2;
  opacity: 1;
  transition: 0.3s ease all;
}

.about-pallet-box {
  position: relative;
  background-color: #f89a4dea;
  padding: 32px 16px;
  border-radius: 16px;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  z-index: 2;
  opacity: 1;
  transition: 0.3s ease all;
}

#about .about-boxes .about-box a.about-icon {
  display: block;
  background: transparent;
  width: 130px;
  height: 130px;
  margin: 0 auto;
  border-radius: 500px;
  border: 1px solid #8b8b8b;
  color: #fff;
  font-size: 28px;
  line-height: 124px;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

#about .about-boxes .about-box a.about-icon:after {
  position: absolute;
  background: transparent;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 500px;
  left: 0;
  top: 0;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

#about .about-boxes .about-box:hover a.about-icon {
  background: transparent;
  color: white;
}

#about .about-boxes .about-box:hover a.about-icon:after {
  border: 1px solid #f89a4d;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.col-xs-12.col-sm-6.about-box {
  position: relative;
}

.about-box-hover-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

#about.pallet-hover .about-box-hover-overlay {
  opacity: 1;
  transform: translateX(calc(-100%));
}

.about-box-hover-overlay img {
  width: calc(100% - 30px);
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 0 4px 8px #00000011;
}

.about-box-hover-overlay-food {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

#about.food-hover .about-box-hover-overlay-food {
  opacity: 1;
  transform: translateX(calc(100%));
}

.about-box-hover-overlay-food img {
  width: calc(100% - 30px);
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 0 4px 8px #00000011;
}

.about-img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}

.about-box p {
  text-align: justify;
  margin: 0 2rem;
}

.clients-list img {
  width: 60%;
}

@media only screen and (min-width: 700px) {
  #about.food-hover .about-pallet-box {
    opacity: 0;
  }

  #about.pallet-hover .about-food-box {
    opacity: 0;
  }
}

@media only screen and (max-width: 700px) {
  .clients-list img {
    width: 100%;
  }

  .col-xs-12.col-sm-6.about-box {
    margin: 0;
    padding: 0;
  }

  .about-food-box,
  .about-pallet-box {
    border-radius: 0;
  }

  .about-box-hover-overlay-food {
    display: none;
  }

  .about-box-hover-overlay {
    display: none;
  }
}

.clients-list {
  text-align: center;
  margin: auto;
  margin-top: 30px;
}

.listing-price a:hover {
  color: #f89a4d;
}
