/*------- green color -------*/
/*------- end of green color -------*/
/*------- custom css -------*/
html {
  height: 100%;
}

body {
  position: relative;
}

html, body {
  color: #444444;
  background-color:#f5f3f0;
  font-weight: 400;
  letter-spacing: 0.03rem;
}

.container.boxed {
  width: 100% !important;
  max-width: 1300px;
}

.content {
  background: #f7f7f7;
  padding: 30px 65px;
}

/*--- spacers ---*/
.spacer {
  margin: 15px 0;
  line-height: 0;
}

.spacer-2x {
  margin: 30px 0;
  line-height: 0;
}

.spacer-3x {
  margin: 45px 0;
  line-height: 0;
}

.spacer-line {
  width: 50px;
  line-height: 0;
  border-bottom: 2px solid #eeeeee;
  margin-left: auto;
  margin-right: auto;
}

.spacer-line-2x {
  width: 100px;
  line-height: 0;
  border-bottom: 2px solid #eeeeee;
  margin-left: auto;
  margin-right: auto;
}

.spacer-line-solid {
  width: 50px;
  line-height: 0;
  border-bottom: 4px solid #eeeeee;
  margin-left: auto;
  margin-right: auto;
}

.spacer-line-solid-2x {
  width: 100px;
  line-height: 0;
  border-bottom: 4px solid #eeeeee;
  margin-left: auto;
  margin-right: auto;
}

.spacer-line-full-width {
  width: 100%;
  line-height: 0;
  border-bottom: 2px solid #eeeeee;
}

.space {
  margin: 15px !important;
}

.space-2x {
  margin: 30px !important;
}

.space-3x {
  margin: 45px !important;
}

.space-top {
  margin-top: 15px !important;
}

.space-top-2x {
  margin-top: 30px !important;
}

.space-bottom {
  margin-bottom: 15px !important;
}

.space-bottom-2x {
  margin-bottom: 30px !important;
}

.space-left {
  margin-left: 15px !important;
}

.space-left-2x {
  margin-left: 30px !important;
}

.space-right {
  margin-right: 15px !important;
}

.space-right-2x {
  margin-right: 30px !important;
}

.inner-space {
  padding: 15px !important;
}

.inner-space-2x {
  padding: 30px !important;
}

.inner-space-3x {
  padding: 45px !important;
}

.inner-space-top {
  padding-top: 15px !important;
}

.inner-space-top-2x {
  padding-top: 30px !important;
}

.inner-space-bottom {
  padding-bottom: 15px !important;
}

.inner-space-bottom-2x {
  padding-bottom: 30px !important;
}

.inner-space-left {
  padding-left: 15px !important;
}

.inner-space-left-2x {
  padding-left: 30px !important;
}

.inner-space-right {
  padding-right: 15px !important;
}

.inner-space-right-2x {
  padding-right: 30px !important;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-margin-left {
  margin-left: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

/*--- end of spacers ---*/
/*--- custom colors ---*/
.bg-light {
  background-color: #eeefef !important;
}

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

.bg-transparent {
  background-color: transparent !important;
}

.bg-white {
  background-color: white !important;
}

.bg-black {
  background-color: black !important;
}

.bg-faded {
  background-color: #eeefef !important;
}

.bg-deepgrey {
  background-color: #264653 !important;
}

.bg-darkgrey {
  background-color: #333333 !important;
}

.bg-inverse {
  background-color: #111111 !important;
}

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

.bg-primary-hover {
  background-color: #74a125 !important;
}

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

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

.bg-success {
  background-color: #6ec92b !important;
}
h1.page-title {
  color: white;
}
a.breadcrumb-item {
  color: white;
}
.bg-info {
  background-color: #00a9f4 !important;
}

.bg-warning {
  background-color: #ff7c07 !important;
}

.bg-danger {
  background-color: #e41b1b !important;
}

.w-border {
  border: 1px solid transparent;
}

.w-border-2x {
  border: 2px solid transparent;
}

.w-border-3x {
  border: 3px solid transparent;
}

.border-white {
  border-color: white !important;
}

.border-black {
  border-color: black !important;
}

.border-faded {
  border-color: #eeefef !important;
}

.border-inverse {
  border-color: #333333 !important;
}

.border-primary {
  border-color: #805422 !important;
}

.border-primary-hover {
  border-color: #74a125 !important;
}

.border-secondary {
  border-color: #eeefef !important;
}

.border-secondary-hover {
  border-color: #c8c9c9 !important;
}

.border-success {
  border-color: #6ec92b !important;
}

.border-info {
  border-color: #00a9f4 !important;
}

.border-warning {
  border-color: #ff7c07 !important;
}

.border-danger {
  border-color: #e41b1b !important;
}

.text-muted {
  color: #aaaaaa !important;
}

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

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

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

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

.text-success {
  color: #6ec92b !important;
}

.text-info {
  color: #00a9f4 !important;
}

.text-warning {
  color: #ff7c07 !important;
}

.text-danger {
  color: #e41b1b !important;
}

a.text-white:focus, a.text-white:hover {
  color: #f7f7f7 !important;
}

a.text-black:focus, a.text-black:hover {
  color: #555 !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #74a125 !important;
}

a.text-secondary:focus, a.text-secondary:hover {
  color: #c8c9c9 !important;
}

a.text-success:focus, a.text-success:hover {
  color: #5aa721 !important;
}

a.text-info:focus, a.text-info:hover {
  color: #1885c5 !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #e06d06 !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #bf1212 !important;
}

/*--- end of custom colors ---*/
/*--- custom attributes ---*/
.container.full-width {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}

button:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.opc-75 {
  opacity: 0.75 !important;
}

.opc-50 {
  opacity: 0.5 !important;
}

.opc-25 {
  opacity: 0.25 !important;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

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

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

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

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

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

.no-border-radius {
  border-radius: 0 !important;
}

.rectangle {
  border-radius: 0 !important;
}

.rounded {
  border-radius: 2px !important;
}

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

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

.circle {
  border-radius: 100% !important;
}

h3.sub-title {
  font-size: 1.5rem;
}

.sub-title {
  font-size: 1.25rem;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.img-auto {
  width: auto !important;
}

.img-thumbnail {
  padding: 5px;
  background-color: #fff;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  margin-bottom: 15px;
}

.fa, .fab, .fas {
  vertical-align: middle;
}

.animated {
  -webkit-animation-duration: 1s !important;
  animation-duration: 1s !important;
}

.animated.fast {
  -webkit-animation-duration: 0.4s !important;
  animation-duration: 0.4s !important;
}

.animated.first {
  -webkit-animation-duration: 1.5s !important;
  animation-duration: 1.5s !important;
  animation-delay: 0.5s;
}

.animated.second {
  -webkit-animation-duration: 1.6s !important;
  animation-duration: 1.6s !important;
  animation-delay: 1s;
}

.animated.third {
  -webkit-animation-duration: 1.5s !important;
  animation-duration: 1.5s !important;
  animation-delay: 1.3s;
}

.animated.fourth {
  -webkit-animation-duration: 1.6s !important;
  animation-duration: 1.6s !important;
  animation-delay: 1.8s;
}

.animated.fifth {
  -webkit-animation-duration: 1.5s !important;
  animation-duration: 1.5s !important;
  animation-delay: 2s;
}

.animated.sixth {
  -webkit-animation-duration: 1.5s !important;
  animation-duration: 1.5s !important;
  animation-delay: 2.5s;
}

.animated.seventh {
  -webkit-animation-duration: 1.6s !important;
  animation-duration: 1.6s !important;
  animation-delay: 3.2s;
}

.animated.eighth {
  -webkit-animation-duration: 1.5s !important;
  animation-duration: 1.5s !important;
  animation-delay: 3.5s;
}

.animated.nineth {
  -webkit-animation-duration: 1.6s !important;
  animation-duration: 1.6s !important;
  animation-delay: 3.8s;
}

::-moz-selection {
  color: white;
  background: rgba(156, 205, 69, 0.9);
}

::selection {
  color: white;
  background: #F5E1C8;
}

.vcenter {
  display: flex;
  align-items: center;
}

.va-middle {
  vertical-align: middle !important;
}

.parallax {
  background-attachment: fixed !important;
}

.hidden {
  display: none !important;
}

.text-regular {
  font-weight: 400;
}

.d-inline-block {
  display: inline-block;
}

.after-dropdown {
  margin-left: 10px;
}

.move {
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.move:hover {
  transform: translateY(-2px) !important;
}

.no-move:hover {
  transform: translateY(0) !important;
}

.raised {
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05), 0 1px 6px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05), 0 1px 6px rgba(0, 0, 0, 0.1) !important;
}

.raised.move:hover {
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05), 0 3px 12px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05), 0 3px 12px rgba(0, 0, 0, 0.1) !important;
}

.count {
  position: absolute;
  top: 7px;
  right: 2px;
  color: black;
  background: white;
  width: 16px;
  height: 16px;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
}

.count-inverse {
  color: white;
  background: #333333;
}

.count-primary {
  color: white;
  background: #805422;
}

.bg-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.images-inline img {
  display: inline-block !important;
  width: auto;
}

.long-button {
  display: block !important;
  width: 100%;
  text-align: center;
}

/*--- end of custom attributes ---*/
/*--- preloader ---*/
.dark #preloader {
  background-color: #111111;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f7f7f7;
  z-index: 999999;
}

.preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.preloader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #805422;
  -webkit-animation: preloader 1.3s linear infinite;
  animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}

/*--- end of preloader ---*/
/*------- end of custom css -------*/
/*------- typography -------*/
html, body {
  font-size: 14px;
  height: 100%;
}

html.has-sticky-top, body.has-sticky-top {
  height: auto;
}

html, body, h1, h2, h3, h4, h5, h6, a, p, ul, ol, li {
  font-family: "Nunito Sans", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  color: #264653;
  font-weight: 800;
  letter-spacing: 0.1rem;
  margin-top: 0;
}

.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
  color: white;
}

a {
  color: #805422;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  letter-spacing: 0.03rem;
  font-weight: 400;
  outline: 0 !important;
}
a:hover, a:active, a:focus {
  color: #264653;
  text-decoration: none;
}

.dark a {
  color: white;
}

.dark a:hover {
  color: #aaaaaa;
}

p {
  font-family: "Nunito Sans", sans-serif !important;
  font-weight: 400;
  font-size: 1rem;
  color: #444444;
  letter-spacing: 0.03rem;
  margin-bottom: 10px;
}

.dark p {
  color: #eeeeee;
}

ul {
  list-style: none;
  padding: 0;
}

ul, ol {
  padding-left: 16px;
  margin-top: 0;
  margin-bottom: 20px;
}

.list-featured {
  list-style: none;
  padding: 0;
}

.list-featured li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 7px;
}

.list-featured li:before {
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 0;
  top: .5rem;
  background-color: #805422;
}

ol li {
  margin-bottom: 7px;
}

li {
  color: #444444;
  font-size: 1rem;
  letter-spacing: 0.03rem;
}

.dark li {
  color: #eeeeee;
}

.blockquote {
  margin-top: 30px;
  font-size: 1.25rem;
  border-left: 0.25rem solid #805422;
  margin-bottom: 1rem;
  padding: .5rem 1rem;
}

.blockquote-reverse {
  border-right: 2px solid #805422;
  border-left: 0;
}

blockquote p {
  font-size: 1rem;
  font-weight: 400;
}

footer.blockquote-footer {
  color: #444444;
  background: transparent;
  border: 0;
  font-weight: 600;
}
footer.blockquote-footer {
  padding: 0;
}
cite {
  color: #aaaaaa;
  font-size: 0.8rem;
}

.mark, mark {
  background-color: #c8c9c9;
}

b, strong {
  font-weight: 800;
}

.text-uppercase {
  text-transform: uppercase;
}

.lead {
  font-size: 1.1rem;
  font-weight: 400;
}
a.lead {
  width: 95%;
  padding-left:10%;
  text-align: center;
  font-style: italic;
  color: #264653;
  font-weight: 600 !important;
  text-decoration: underline;
}
a.btn.btn-outline-white.m-1 {
  display: ruby-text;
  color: #805422 !important;
  border-color: #805422 !important;
}
a.btn.btn-outline-white.m-1:hover{
  color: white !important;
  border-color: #264653 !important;
}
.col-md-4.text-right {
  align-items: center;
  width: 100%;
  padding-left: 15%;
}
.cta.cta-sm.bg-primary {
  background-color: #f5f3f0 !important;
}
a.LinkServices {
  width: 95%;
  /* padding-left: 10%; */
  text-align: center;
  font-style: italic;
  color: #805422;
  font-weight: 600 !important;
  text-decoration: underline;
}
p.lead.ALead {
  font-weight: 600;
}
.text-sm {
  font-size: 0.9rem;
}
header.app-demo.bg-img.fixed-menu.parallax {
  padding-top: 0;
}
.text-xs {
  font-size: 0.75rem;
}

form label {
  color: black;
  display: inline-block;
  margin-bottom: .5rem;
}
.CatPhot {
  margin-top: 30%;
  font-family: fangsong;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  line-height: 1;
  font-size: 24px !important;
  width: auto; /* Au lieu de 0 */
  height: auto; /* Permet au texte de s'adapter */
  display: flex; /* Permet de centrer */
  justify-content: center; /* Centre horizontalement */
  align-items: center; /* Centre verticalement */
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.form-check-dos {
  padding: 10px;
  margin: 8px;
  width: calc(33.33% - 16px); /* 3 colonnes par ligne */
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: #f8f9fa; /* Gris clair */
  border: 1px solid #ddd; /* Bordure légère */
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.form-check-dos:hover {
  background: #e9ecef; /* Légère surbrillance au survol */
  transform: scale(1.02);
}

.form-check-dos input[type="checkbox"] {
  accent-color: #805422; /* Personnalise la couleur de la case à cocher */
  width: 18px;
  height: 18px;
}

.form-check-dos label {
  padding-left:15px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
}

/* Responsive: en mode mobile, une seule colonne */
@media (max-width: 768px) {
  .form-check-dos {
      width: calc(50% - 16px); /* 2 colonnes en mobile */
  }
}

@media (max-width: 480px) {
  .form-check-dos {
      width: 100%; /* Une seule colonne sur petit écran */
  }
}

.md-icon {
  font-family: 'Material Icons';
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  line-height: 1;
  font-size: 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-item {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.icon-item-inner {
  background: #eeefef;
  padding: 15px 5px;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.icon-item-inner:hover {
  background: #805422;
}

.icon-item-inner i {
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.icon-item-inner:hover i {
  color: white;
}

.icon-item-inner .caption-sm {
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.icon-item-inner:hover .caption-sm {
  color: white;
}

.md-icon.dp10 {
  font-size: 10px;
  width: 10px;
  height: 10px;
  vertical-align: middle;
}

.md-icon.dp12 {
  font-size: 12px;
  width: 12px;
  height: 12px;
  vertical-align: middle;
}

.md-icon.dp14 {
  font-size: 14px;
  width: 14px;
  height: 14px;
  vertical-align: middle;
}

.md-icon.dp16 {
  font-size: 16px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.md-icon.dp18 {
  font-size: 18px;
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

.md-icon.dp20 {
  font-size: 20px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.md-icon.dp24 {
  font-size: 24px;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

.md-icon.dp30 {
  font-size: 30px;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

.md-icon.dp36 {
  font-size: 36px;
  width: 36px;
  height: 36px;
  vertical-align: middle;
}

.md-icon.dp48 {
  font-size: 48px;
  width: 48px;
  height: 48px;
  vertical-align: middle;
}

.md-icon.dp50 {
  font-size: 50px;
  width: 50px;
  height: 50px;
  vertical-align: middle;
}

.md-icon.dp60 {
  font-size: 60px;
  width: 60px;
  height: 60px;
  vertical-align: middle;
}

.caption {
  font-size: .9rem;
}

.caption-sm {
  font-size: .625rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: .5rem;
}

/*------- end of typography -------*/
/*---------- components ----------*/
/*------- alerts-badges -------*/
.alert {
  padding: 15px 20px;
  margin-bottom: 25px;
  border: 1px solid transparent;
  border-radius: 2px;
}

.alert-dismissible .close {
  top: -0.75rem;
  right: -1.25rem;
  padding: .75rem 1.25rem;
  position: relative;
}

.close {
  float: right;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  opacity: .8;
}

.alert-icon {
  line-height: 1;
  vertical-align: middle;
}

.alert-success {
  background-color: #6ec92b;
  border-color: #5aa721;
  color: white;
}

.alert-success .close {
  color: #5aa721;
}

.alert-info {
  background-color: #00a9f4;
  border-color: #1885c5;
  color: white;
}

.alert-info .close {
  color: #1885c5;
}

.alert-warning {
  background-color: #ff7c07;
  border-color: #e06d06;
  color: white;
}

.alert-warning .close {
  color: #e06d06;
}

.alert-danger {
  background-color: #e41b1b;
  border-color: #bf1212;
  color: white;
}

.alert-danger .close {
  color: #bf1212;
}

.badge {
  color: white;
  font-size: 65%;
  font-weight: 800;
  border-radius: 2px;
  padding: .5em .8em;
}

.badge-pill {
  border-radius: 10rem;
}

.badge-default {
  background-color: #444444;
}

.badge-primary {
  background-color: #805422;
}

.badge-success {
  background-color: #6ec92b;
}

.badge-info {
  background-color: #00a9f4;
}

.badge-warning {
  background-color: #ff7c07;
}

.badge-danger {
  background-color: #e41b1b;
}

/*------- end of alerts-badges -------*/
/*------- buttons -------*/
.btn {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  font-size: .95rem;
  line-height: 1.25;
  letter-spacing: 0.06rem;
  border: 2px solid transparent;
  border-radius: 2px;
  padding: 10px 18px;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}



.btn span {
  vertical-align: middle;
}

.btn-group-lg > .btn, .btn-lg {
  padding: 12px 24px;
  font-size: 1.25rem;
  border-radius: 3px;
}

.btn-group-sm > .btn, .btn-sm {
  padding: 8px 14px;
  font-size: .8rem;
  border-radius: .2px;
}

.btn-group-xs > .btn, .btn-xs {
  padding: 6px 10px;
  font-size: .6rem;
  border-radius: 2px;
}

.btn-circle {
  display: inline-block;
  line-height: 1;
  border-radius: 50% !important;
  width: 50px;
  height: 50px;
  max-width: 50px !important;
  max-height: 50px !important;
}

.btn-circle i {
  font-size: 1rem;
  line-height: 1.95;
}

.btn.btn-w-icon .md-icon.dp16 {
  line-height: 1.5rem;
}

.btn-square {
  height: 40px;
  width: 40px;
  border-radius: 2px;
  padding: 3px !important;
}

/*--- button colors ---*/
.btn-primary, .btn-primary:focus, .btn-primary.active {
  color: white !important;
  background-color: #805422 !important;
  border-color: #805422 !important;
}

.btn-primary:hover, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
  color: white !important;
  background-color: #264653 !important;
  border-color: #264653 !important;
}

.btn-outline-primary, .btn-outline-primary:focus, .btn-outline-primary.active, .btn-outline-primary:active {
  color: #264653 !important;
  background-image: none;
  background-color: transparent !important;
  border-color: #264653 !important;
}

.btn-outline-primary:hover, .show > .btn-outline-primary.dropdown-toggle {
  color: white !important;
  background-color: #264653 !important;
  border-color: #264653 !important;
}

.btn-primary.disabled, .btn-primary:disabled {
  color: white !important;
  background-color: #264653 !important;
  border-color: #264653 !important;
  opacity: 0.8 !important;
}

.btn-secondary, .btn-secondary:focus, .btn-secondary.active {
  color: black !important;
  background-color: #eeefef !important;
  border-color: #eeefef !important;
}

.btn-secondary:hover, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle {
  color: white !important;
  background-color: #264653 !important;
  border-color: #264653 !important;
}

.btn-outline-secondary, .btn-outline-secondary:focus, .btn-outline-secondary.active, .btn-outline-secondary:active {
  color: #c8c9c9 !important;
  background-image: none;
  background-color: transparent;
  border-color: #c8c9c9 !important;
}

.btn-outline-secondary:hover, .show > .btn-outline-secondary.dropdown-toggle {
  color: white !important;
  background-color: #264653 !important;
  border-color: #264653 !important;
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: white !important;
  background-color: #264653 !important;
  border-color: #264653 !important;
  opacity: 0.8 !important;
}

.btn-success, .btn-success:focus, .btn-success.active, .btn-success:active {
  color: white !important;
  background-color: #6ec92b !important;
  border-color: #6ec92b !important;
}

.btn-success:hover, .show > .btn-success.dropdown-toggle {
  color: white !important;
  background-color: #5aa721 !important;
  border-color: #5aa721 !important;
}

.btn-outline-success, .btn-outline-success:focus, .btn-outline-success.active, .btn-outline-success:active {
  color: #6ec92b !important;
  background-image: none;
  background-color: transparent !important;
  border-color: #6ec92b !important;
}

.btn-outline-success:hover, .show > .btn-outline-success.dropdown-toggle {
  color: white !important;
  background-color: #6ec92b !important;
  border-color: #6ec92b !important;
}

.btn-success.disabled, .btn-success:disabled {
  color: white !important;
  background-color: #6ec92b !important;
  border-color: #6ec92b !important;
  opacity: 0.8 !important;
}

.btn-info, .btn-info:focus, .btn-info.active, .btn-info:active {
  color: white !important;
  background-color: #00a9f4 !important;
  border-color: #00a9f4 !important;
}

.btn-info:hover, .show > .btn-info.dropdown-toggle {
  color: white !important;
  background-color: #1885c5 !important;
  border-color: #1885c5 !important;
}

.btn-outline-info, .btn-outline-info:focus, .btn-outline-info.active, .btn-outline-info:active {
  color: #00a9f4 !important;
  background-image: none;
  background-color: transparent !important;
  border-color: #00a9f4 !important;
}

.btn-outline-info:hover, .show > .btn-outline-info.dropdown-toggle {
  color: white !important;
  background-color: #00a9f4 !important;
  border-color: #00a9f4 !important;
}

.btn-info.disabled, .btn-info:disabled {
  color: white !important;
  background-color: #00a9f4 !important;
  border-color: #00a9f4 !important;
  opacity: 0.8 !important;
}

.btn-warning, .btn-warning:focus, .btn-warning.active, .btn-warning:active {
  color: white !important;
  background-color: #ff7c07 !important;
  border-color: #ff7c07 !important;
}

.btn-warning:hover, .show > .btn-warning.dropdown-toggle {
  color: white !important;
  background-color: #e06d06 !important;
  border-color: #e06d06 !important;
}

.btn-outline-warning, .btn-outline-warning:focus, .btn-outline-warning.active, .btn-outline-warning:active {
  color: #ff7c07 !important;
  background-image: none;
  background-color: transparent !important;
  border-color: #ff7c07 !important;
}

.btn-outline-warning:hover, .show > .btn-outline-warning.dropdown-toggle {
  color: white !important;
  background-color: #ff7c07 !important;
  border-color: #ff7c07 !important;
}

.btn-warning.disabled, .btn-warning:disabled {
  color: white !important;
  background-color: #6ec92b !important;
  border-color: #6ec92b !important;
  opacity: 0.8 !important;
}

.btn-danger, .btn-danger:focus, .btn-danger.active, .btn-danger:active {
  color: white !important;
  background-color: #e41b1b !important;
  border-color: #e41b1b !important;
}

.btn-danger:hover, .show > .btn-danger.dropdown-toggle {
  color: white !important;
  background-color: #bf1212 !important;
  border-color: #bf1212 !important;
}

.btn-outline-danger, .btn-outline-danger:focus, .btn-outline-danger.active, .btn-outline-danger:active {
  color: #e41b1b !important;
  background-image: none;
  background-color: transparent !important;
  border-color: #e41b1b !important;
}

.btn-outline-danger:hover, .show > .btn-outline-danger.dropdown-toggle {
  color: white !important;
  background-color: #e41b1b !important;
  border-color: #e41b1b !important;
}

.btn-danger.disabled, .btn-danger:disabled {
  color: white !important;
  background-color: #e41b1b !important;
  border-color: #e41b1b !important;
  opacity: 0.8 !important;
}

.btn-white, .btn-white:focus, .btn-white.active, .btn-white:active {
  color: white !important;
  background-color: white !important;
  border-color: white !important;
}

.btn-white:hover, .show > .btn-white.dropdown-toggle {
  color: white !important;
  background-color: #264653 !important;
  border-color: #264653 !important;
}

.btn-outline-white, .btn-outline-white:focus, .btn-outline-white.active, .btn-outline-white:active {
  color: white !important;
  background-image: none;
  background-color: transparent !important;
  border-color: white !important;
}

.btn-outline-white:hover, .show > .btn-outline-white.dropdown-toggle {
  color: white !important;
  background-color: #264653 !important;
  border-color: #264653 !important;
}

.btn-white.disabled, .btn-white:disabled {
  opacity: 0.8 !important;
}

.btn-black, .btn-black:focus, .btn-black.active, .btn-black:active {
  color: white !important;
  background-color: #264653 !important;
  border-color: #264653 !important;
}

.btn-black:hover, .show > .btn-black.dropdown-toggle {
  color: white !important;
  background-color: #264653 !important;
  border-color: #264653 !important;
}

.btn-outline-black, .btn-outline-black:focus, .btn-outline-black.active, .btn-outline-black:active {
  color: black !important;
  background-image: none;
  background-color: transparent !important;
  border-color: black !important;
}

.btn-outline-black:hover, .show > .btn-outline-black.dropdown-toggle {
  color: white !important;
  background-color: black !important;
  border-color: black !important;
}

.btn-black.disabled, .btn-black:disabled {
  opacity: 0.8;
}

.btn-link, .btn-link:focus, .btn-link.active, .btn-link:active {
  color: #805422;
}

.btn-link:hover, .show > .btn-link.dropdown-toggle {
  color: #74a125 !important;
  text-decoration: none;
}

.btn-link.disabled, .btn-link:disabled {
  color: #805422;
  opacity: 0.8 !important;
}

.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/*--- end of button colors ---*/
/*--- social buttons ---*/
.btn-social {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: .95rem;
  line-height: 1.25;
  letter-spacing: 0.03rem;
  border-radius: 0.35rem;
  padding: .75rem 1rem;
  vertical-align: middle;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.btn-social i {
  font-size: .9rem;
  vertical-align: middle;
}

.btn-social span {
  margin-left: 10px;
  vertical-align: middle;
}

.btn-social.first {
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.btn-social-lg {
  font-size: 1.3rem;
}

.btn-social-lg i {
  font-size: 1.25rem;
}

/* facebook button */
.btn-facebook, .btn-facebook:active, .btn-facebook:focus {
  color: white;
  background: #4e68a1;
  border: 2px solid #4e68a1;
}

.btn-facebook:hover {
  color: white;
  background: #3b4f7a;
  border: 2px solid #3b4f7a;
}

.btn-facebook-link, .btn-facebook-link:active, .btn-facebook-link:focus {
  color: #4e68a1;
  background: transparent;
  border: none;
}

.btn-facebook-link:hover {
  color: #3b4f7a;
}

.btn-outline-facebook, .btn-outline-facebook:active, .btn-outline-facebook:focus {
  color: #4e68a1;
  background: transparent;
  border: 2px solid #4e68a1;
}

.btn-outline-facebook:hover {
  color: white !important;
  background: #4e68a1;
  border: 2px solid #4e68a1;
}

/* twitter button */
.btn-twitter, .btn-twitter:active, .btn-twitter:focus {
  color: white;
  background: #65b5f2;
  border: 2px solid #65b5f2;
}

.btn-twitter:hover {
  color: white;
  background: #5294c6;
  border: 2px solid #5294c6;
}

.btn-twitter:hover {
  color: white;
  background: #5294c6;
  border: 2px solid #5294c6;
}

.btn-twitter-link, .btn-twitter-link:active, .btn-twitter-link:focus {
  color: #65b5f2;
  background: transparent;
  border: none;
}

.btn-twitter-link:hover {
  color: #5294c6;
}

.btn-outline-twitter, .btn-outline-twitter:active, .btn-outline-twitter:focus {
  color: #65b5f2;
  background: transparent;
  border: 2px solid #65b5f2;
}

.btn-outline-twitter:hover {
  color: white;
  background: #65b5f2;
  border: 2px solid #65b5f2;
}

/* google button */
.btn-google, .btn-google:active, .btn-google:focus {
  color: white;
  background: #e05d4b;
  border: 2px solid #e05d4b;
}

.btn-google:hover {
  color: white;
  background: #b94c3d;
  border: 2px solid #b94c3d;
}

.btn-google-link, .btn-google-link:active, .btn-google-link:focus {
  color: #e05d4b;
  background: transparent;
  border: none;
}

.btn-google-link:hover {
  color: #b94c3d;
}

.btn-outline-google, .btn-outline-google:active, .btn-outline-google:focus {
  color: #e05d4b;
  background: transparent;
  border: 2px solid #e05d4b;
}

.btn-outline-google:hover {
  color: white;
  background: #e05d4b;
  border: 2px solid #e05d4b;
}

/* linkedin button */
.btn-linkedin, .btn-linkedin:active, .btn-linkedin:focus {
  color: white;
  background: #2083bc;
  border: 2px solid #2083bc;
}

.btn-linkedin:hover {
  color: white;
  background: #186592;
  border: 2px solid #186592;
}

.btn-linkedin-link, .btn-linkedin-link:active, .btn-linkedin-link:focus {
  color: #2083bc;
  background: transparent;
  border: none;
}

.btn-linkedin-link:hover {
  color: #186592;
}

.btn-outline-linkedin, .btn-outline-linkedin:active, .btn-outline-linkedin:focus {
  color: #2083bc;
  background: transparent;
  border: 2px solid #2083bc;
}

.btn-outline-linkedin:hover {
  color: white;
  background: #2083bc;
  border: 2px solid #2083bc;
}

/* pinterest button */
.btn-pinterest, .btn-pinterest:active, .btn-pinterest:focus {
  color: white;
  background: #d2373b;
  border: 2px solid #d2373b;
}

.btn-pinterest:hover {
  color: white;
  background: #ad2c2f;
  border: 2px solid #ad2c2f;
}

.btn-pinterest-link, .btn-pinterest-link:active, .btn-pinterest-link:focus {
  color: #d2373b;
  background: transparent;
  border: none;
}

.btn-pinterest-link:hover {
  color: #ad2c2f;
}

.btn-outline-pinterest, .btn-outline-pinterest:active, .btn-outline-pinterest:focus {
  color: #d2373b;
  background: transparent;
  border: 2px solid #d2373b;
}

.btn-outline-pinterest:hover {
  color: white;
  background: #d2373b;
  border: 2px solid #d2373b;
}

/* dribble button */
.btn-dribbble, .btn-dribbble:active, .btn-dribbble:focus {
  color: white;
  background: #ec5f94;
  border: 2px solid #ec5f94;
}

.btn-dribbble:hover {
  color: white;
  background: #b4446e;
  border: 2px solid #b4446e;
}

.btn-dribbble-link, .btn-dribbble-link:active, .btn-dribbble-link:focus {
  color: #ec5f94;
  background: transparent;
  border: none;
}

.btn-dribbble-link:hover {
  color: #b4446e;
}

.btn-outline-dribbble, .btn-outline-dribbble:active, .btn-outline-dribbble:focus {
  color: #ec5f94;
  background: transparent;
  border: 2px solid #ec5f94;
}

.btn-outline-dribbble:hover {
  color: white;
  background: #ec5f94;
  border: 2px solid #ec5f94;
}

/* instagram button */
.btn-instagram, .btn-instagram:active, .btn-instagram:focus {
  color: white;
  background: #4c5fd7;
  border: 2px solid #4c5fd7;
}

.btn-instagram:hover {
  color: white;
  background: #4252ba;
  border: 2px solid #4252ba;
}

.btn-instagram-link, .btn-instagram-link:active, .btn-instagram-link:focus {
  color: #4c5fd7;
  background: transparent;
  border: none;
}

.btn-instagram-link:hover {
  color: #4252ba;
}

.btn-outline-instagram, .btn-outline-instagram:active, .btn-outline-instagram:focus {
  color: #4c5fd7;
  background: transparent;
  border: 2px solid #4c5fd7;
}

.btn-outline-instagram:hover {
  color: white !important;
  background: #4c5fd7;
  border: 2px solid #4c5fd7;
}

/* youtube button */
.btn-youtube, .btn-youtube:active, .btn-youtube:focus {
  color: white;
  background: #e52d27;
  border: 2px solid #e52d27;
}

.btn-youtube:hover {
  color: white;
  background: #b31217;
  border: 2px solid #b31217;
}

.btn-youtube-link, .btn-youtube-link:active, .btn-youtube-link:focus {
  color: #e52d27;
  background: transparent;
  border: none;
}

.btn-youtube-link:hover {
  color: #b31217;
}

.btn-outline-youtube, .btn-outline-youtube:active, .btn-outline-youtube:focus {
  color: #e52d27;
  background: transparent;
  border: 2px solid #e52d27;
}

.btn-outline-youtube:hover {
  color: white !important;
  background: #e52d27;
  border: 2px solid #e52d27;
}
button.btn.btn-primary.rectangle {
  width: 100%;
}
/*--- end of social buttons ---*/
/*------- end of buttons -------*/
/*------- cards -------*/
.card {
  background-color: white;
  border: 1px solid #eeefef;
  border-radius: 2px;
  margin-bottom: 1.5rem;
}

.card-body .md-icon {
  display: inline;
}

.card-rounded {
  border-radius: 2rem;
}

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: #eeefef;
  border-bottom: 1px solid #c8c9c9;
}

.card-header:first-child {
  border-radius: calc(.35rem - 1px) calc(.35rem - 1px) 0 0;
}

.card-footer {
  padding: .75rem 1.25rem;
  background-color: #eeefef;
  border-top: 1px solid #c8c9c9;
}

.card-inverse {
  background-color: #333333;
  border-color: #333333;
}

.card-secondary {
  background-color: #eeefef !important;
  border-color: #c8c9c9 !important;
}

.card-primary {
  background-color: #805422 !important;
  border-color: #74a125 !important;
}

.card-success {
  background-color: #6ec92b;
  border-color: #5aa721;
}

.card-info {
  background-color: #00a9f4;
  border-color: #1885c5;
}

.card-warning {
  background-color: #ff7c07;
  border-color: #e06d06;
}

.card-danger {
  background-color: #e41b1b;
  border-color: #bf1212;
}

.card-outline-inverse {
  background-color: white;
  border-color: #333333;
}

.card-outline-secondary {
  background-color: white;
  border-color: #c8c9c9 !important;
}

.card-outline-primary {
  background-color: white;
  border-color: #74a125;
}

.card-outline-success {
  background-color: white;
  border-color: #5aa721;
}

.card-outline-info {
  background-color: white;
  border-color: #1885c5;
}

.card-outline-warning {
  background-color: white;
  border-color: #e06d06;
}

.card-outline-danger {
  background-color: white;
  border-color: #bf1212;
}

.card-inverse .card-blockquote, .card-inverse .card-footer, .card-inverse .card-header, .card-inverse .card-title {
  color: white;
}

.card-inverse .card-blockquote .blockquote-footer, .card-inverse .card-link, .card-inverse .card-subtitle, .card-inverse .card-text {
  color: rgba(255, 255, 255, 0.65);
}

/*------- end of cards -------*/
/*------- carousel -------*/
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: white;
  font-size: .9rem;
  margin: 5px;
  padding: 4px 7px;
  background: #eeefef;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #74a125;
  color: white;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #eeefef;
  display: block;
  -webkit-backface-visibility: visible;
  border-radius: 30px;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #805422;
}

/*--- custom carousels ---*/
.owl-theme.carousel-full-nav .owl-nav {
  margin: 0;
}

.carousel-full-nav .owl-prev {
  position: absolute;
  top: 47%;
  left: 0;
  transform: translate(25%, -50%);
  color: rgba(255, 255, 255, 0.75) !important;
  background: transparent !important;
  font-size: 2.5rem !important;
}

.carousel-full-nav .owl-prev:hover {
  color: white;
}

.carousel-full-nav .owl-next {
  position: absolute;
  top: 47%;
  right: 0;
  transform: translate(-25%, -50%);
  color: rgba(255, 255, 255, 0.75) !important;
  background: transparent !important;
  font-size: 2.5rem !important;
}

.carousel-full-nav .owl-next:hover {
  color: white;
}

/*--- end of custom carousels ---*/
/*------- end of carousel -------*/
/*------- forms -------*/
.form-control {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 13px 15px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  color: #264653;
  background-color: white;
  background-image: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px solid #805422;
  border-radius: 2px;
  -webkit-appearance: none;
  appearance: none;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.input-group-btn .btn {
  height: 100%;
}

.form-inline.dark .form-control {
  color: #264653;
  background: #777777;
  border: 2px solid #777777;
}

.bg-primary .form-inline.dark .form-control {
  color: black;
  background: white;
  border: 2px solid white;
}

.form-control.pill {
  background-color: white !important;
  border: 2px solid white;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.form-control.pill:hover {
  border-color: white !important;
}

.form-control.pill:focus {
  border-color: white !important;
}

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  padding: .6075rem .7rem;
  font-size: .8rem;
}

.form-control-xs, .input-group-xs > .form-control, .input-group-xs > .input-group-addon, .input-group-xs > .input-group-btn > .btn {
  padding: .45rem .5rem;
  font-size: .6rem;
}

.qty {
  max-width: 45px;
  max-height: 40px;
  border-radius: 5px;
  margin-left: 0 !important;
  padding: 13px 5px 13px 8px;
}

select.form-control.shop-option:not([size]):not([multiple]) {
  height: 40px;
}

input, textarea {
  font-family: "Nunito Sans", sans-serif !important;
  letter-spacing: 0.03rem;
}

.input-group-addon:not(:last-child) {
  border: none;
}

.input-group-addon {
  border: none;
}

.input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group {
  margin-right: -2px;
}

.input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group {
  margin-left: -2px;
}

input:focus, textarea:focus {
  color: #264653 !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-color: #805422 !important;
}

.form-inline.dark input:focus, .form-inline.dark textarea:focus {
  color: white !important;
  border-color: #805422;
}

.bg-primary .form-inline.dark input:focus, .bg-primary .form-inline.dark textarea:focus {
  color: black !important;
  border-color: #805422;
}

input[type=datetime-local] {
  padding: 11px 15px;
}

/*--- input placeholder color ---*/
::-webkit-input-placeholder {
  color: #c8c9c9 !important;
}

::-moz-placeholder {
  color: #c8c9c9 !important;
}

:-ms-input-placeholder {
  color: #c8c9c9 !important;
}

:-moz-placeholder {
  color: #c8c9c9 !important;
}

.form-inline.dark ::-webkit-input-placeholder {
  color: white !important;
}

.form-inline.dark ::-moz-placeholder {
  color: white !important;
}

.form-inline.dark :-ms-input-placeholder {
  color: white !important;
}

.form-inline.dark :-moz-placeholder {
  color: white !important;
}

.bg-primary .form-inline.dark ::-webkit-input-placeholder {
  color: black !important;
}

.bg-primary .form-inline.dark ::-moz-placeholder {
  color: black !important;
}

.bg-primary .form-inline.dark :-ms-input-placeholder {
  color: black !important;
}

.bg-primary .form-inline.dark :-moz-placeholder {
  color: black !important;
}

/*--- end of input placeholder color ---*/
select.form-control:not([size]):not([multiple]) {
  height: 47px;
}

select.selector {
  -webkit-appearance: menulist !important;
}

select.multiple-selector {
  -webkit-appearance: listbox !important;
  max-height: 55px;
}

select:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-color: #c8c9c9 !important;
}

option {
  padding: 4px 2px 1px;
}

textarea:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-color: #c8c9c9 !important;
}

.btn-file {
  position: relative;
  overflow: hidden;
  font-family: "Nunito Sans", sans-serif;
  letter-spacing: 0.06rem !important;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 1rem;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.checkbox label {
  display: inline-block;
  position: relative;
  font-weight: 400;
  padding-left: 5px;
  margin-bottom: 0;
}

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  margin-top: 1px;
  margin-left: -20px;
  border: 1px solid #c8c9c9;
  border-radius: 3px;
  background-color: white;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 0;
  margin-top: 1px;
  margin-left: -20px;
  padding-left: 4px;
  padding-top: 2px;
  font-size: 10px;
  color: #c8c9c9;
}

.checkbox input[type="checkbox"] {
  opacity: 0;
}

.checkbox input[type="checkbox"]:checked + label::after {
  font-family: 'Material Icons';
  content: "\E876";
}

.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #eeefef;
  cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #805422;
  border-color: #805422;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: white;
}

.checkbox-secondary input[type="checkbox"]:checked + label::before {
  background-color: #c8c9c9;
  border-color: #c8c9c9;
}

.checkbox-secondary input[type="checkbox"]:checked + label::after {
  color: white;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #6ec92b;
  border-color: #6ec92b;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
  color: white;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #00a9f4;
  border-color: #00a9f4;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
  color: white;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #ff7c07;
  border-color: #ff7c07;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: white;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #e41b1b;
  border-color: #e41b1b;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: white;
}

.radio label {
  display: inline-block;
  position: relative;
  font-weight: 400;
  padding-left: 5px;
}

.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #c8c9c9;
  border-radius: 50%;
  background-color: white;
  margin-top: 0;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}

.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 12px;
  height: 12px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #c8c9c9;
  margin-top: 0;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
  opacity: 0;
}

.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}

.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}

.radio.radio-inline {
  margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
  background-color: #805422;
}

.radio-primary input[type="radio"]:checked + label::before {
  border-color: #805422;
}

.radio-primary input[type="radio"]:checked + label::after {
  background-color: #805422;
}

.radio-success input[type="radio"] + label::after {
  background-color: #6ec92b;
}

.radio-success input[type="radio"]:checked + label::before {
  border-color: #6ec92b;
}

.radio-success input[type="radio"]:checked + label::after {
  background-color: #6ec92b;
}

.radio-info input[type="radio"] + label::after {
  background-color: #00a9f4;
}

.radio-info input[type="radio"]:checked + label::before {
  border-color: #00a9f4;
}

.radio-info input[type="radio"]:checked + label::after {
  background-color: #00a9f4;
}

.radio-warning input[type="radio"] + label::after {
  background-color: #ff7c07;
}

.radio-warning input[type="radio"]:checked + label::before {
  border-color: #ff7c07;
}

.radio-warning input[type="radio"]:checked + label::after {
  background-color: #ff7c07;
}

.radio-danger input[type="radio"] + label::after {
  background-color: #e41b1b;
}

.radio-danger input[type="radio"]:checked + label::before {
  border-color: #e41b1b;
}

.radio-danger input[type="radio"]:checked + label::after {
  background-color: #e41b1b;
}

label.hidden {
  display: none !important;
}

label.btn-file {
  margin-bottom: 0;
}

.form-wrapper {
  background: white;
  border: 2px solid #eeefef;
  padding: 30px;
}

.restaurant-demo .form-wrapper {
  background: rgba(17, 17, 17, 0.6);
  border: 2px solid rgba(17, 17, 17, 0.1);
}

.form-title {
  font-size: 1.375rem;
  margin-bottom: 30px;
}

.form-inline-extras {
  display: table;
  width: 100%;
  margin-top: 10px;
}

.form-inline-extras .checkbox {
  margin-left: 2px;
}

.custom-form .left-area {
  display: inline-block;
  width: 50%;
  text-align: left;
  vertical-align: middle;
}

.custom-form .right-area {
  display: inline-block;
  width: 50%;
  text-align: right;
  vertical-align: middle;
}

.custom-form .left-area.long {
  width: 75%;
}

.custom-form .right-area.long {
  width: 75%;
}

.custom-form .left-area.short {
  width: 25%;
}

.custom-form .right-area.short {
  width: 25%;
}

.form-extras {
  display: table;
  width: 100%;
  margin-top: 15px;
}

.btn .submit-button {
  line-height: 1.75rem;
}

/*------- end of forms -------*/
/*------- modals -------*/
.example-modal .modal {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  display: block;
}

.modal-content {
  background-color: white;
  border: 1px solid #c8c9c9;
  border-radius: 2px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.modal-header {
  border-bottom: 0;
}

.modal-body p {
  margin-bottom: 0;
}

.modal-body.multi-paragraph p {
  margin-bottom: 10px;
}

.modal-footer {
  border-top: 0;
}

[role=button], a, area, button, input, label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.inverse.modal-content .modal-title {
  color: white;
}

.inverse.modal-content .modal-body * {
  color: #eeeeee;
}

.inverse button.close {
  color: white;
}

.modal-inverse.modal-content {
  background-color: black;
  border: 1px solid #333333;
}

.modal-inverse .modal-header, .modal-inverse .modal-footer {
  border-color: #333333;
}

.modal-primary.modal-content {
  background-color: #805422;
  border: 1px solid #74a125;
}

.modal-primary .modal-header, .modal-primary .modal-footer {
  border-color: #74a125;
}

.modal-success.modal-content {
  background-color: #6ec92b;
  border: 1px solid #5aa721;
}

.modal-success .modal-header, .modal-success .modal-footer {
  border-color: #5aa721;
}

.modal-info.modal-content {
  background-color: #00a9f4;
  border: 1px solid #1885c5;
}

.modal-info .modal-header, .modal-info .modal-footer {
  border-color: #1885c5;
}

.modal-warning.modal-content {
  background-color: #ff7c07;
  border: 1px solid #e06d06;
}

.modal-warning .modal-header, .modal-warning .modal-footer {
  border-color: #e06d06;
}

.modal-danger.modal-content {
  background-color: #e41b1b;
  border: 1px solid #bf1212;
}

.modal-danger .modal-header, .modal-danger .modal-footer {
  border-color: #bf1212;
}

.modal.terms {
  z-index: 1060;
}

/*------- end of modals -------*/
/*------- navigations -------*/
/*--- breadcrumb ---*/
.breadcrumb {
  padding: 1rem 1.4rem;
  background-color: transparent;
  border-radius: 2px;
}

.breadcrumb.text-center .breadcrumb-item, .breadcrumb.text-right .breadcrumb-item {
  float: none;
}

.breadcrumb-transparent {
  background-color: transparent;
  padding: 1rem 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  padding-left: .5rem;
  color: #c8c9c9;
  content: "/";
}

.breadcrumb-item.active {
  color: #F5E1C8;
}

.dark .breadcrumb-item + .breadcrumb-item::before {
  color: #eeeeee;
}

.dark .breadcrumb-item.active {
  color: #eeeeee;
}

.dark .breadcrumb-item.active:hover {
  color: #F5E1C8;
}

/*--- end of breadcrumb ---*/
/*--- navs ---*/
.nav-link.disabled {
  color: #c8c9c9;
  cursor: not-allowed;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #805422;
  background-color: white;
  border-color: #c8c9c9 #c8c9c9 white;
}

.nav-tabs .nav-link:hover {
  border: 1px solid #c8c9c9;
}

.nav-tabs .nav-link.disabled {
  color: #c8c9c9;
}

.nav-tabs {
  border-bottom: 1px solid #c8c9c9;
}

.nav-pills .nav-item.show .nav-link, .nav-pills .nav-link.active {
  color: white;
  cursor: default;
  background: #805422;
  border-radius: 2px;
}

.nav-pills .nav-link {
  text-align: center;
  border-radius: 2px;
  padding: 0.75rem 1.25rem;
}

.nav-pills .nav-link.active {
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.nav-pills .nav-link.active:hover {
  background-color: #74a125;
  border-color: #74a125;
}

.tab-w-bar {
  background: #805422;
  border-radius: 50px;
  padding: 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.nav-pills.tab-w-bar .nav-item.show .nav-link, .nav-pills.tab-w-bar .nav-link.active {
  color: white;
  cursor: default;
  background: #74a125;
  border-radius: 50px;
}

.card .tab-w-bar {
  margin-top: -50px;
}

.card-w-bar {
  margin-top: 46px;
}

/*--- end of navs ---*/
/*--- navbars ---*/
.navbar {
  padding: 1.429rem 1.25rem;
  border-radius: 0;
}

.nav-link {
  font-weight: 800;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.fixed-top.nav-scroll {
  padding: 0.75rem 1.25rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.1);
}

.sticky-top {
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.sticky-top.nav-scroll {
  padding: 0.75rem 1.25rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
  padding-top: .5rem;
  padding-bottom: .5rem;
  margin-right: .75rem;
  margin-left: 0;
}

.navbar-brand img {
  width: 200px;
  margin-top: -3px;
}

.mobile-brand {
  display: none;
}

.navbar-light .navbar-nav .nav-link {
  color: #805422;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .open > .nav-link {
  color: #264653;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .active > .nav-link:hover, .navbar-light .navbar-nav .nav-link.active:hover, .navbar-light .navbar-nav .nav-link.open:hover, .navbar-light .navbar-nav .open > .nav-link:hover {
  color: #264653;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #264653;
}

.navbar-toggler {
  border: none !important;
  padding: .25rem 0;
}

.navbar-toggler-right {
  right: 15px;
}

.navbar-toggler-left {
  left: 15px;
}

.navbar-light .navbar-toggler-icon {
  background-image: url('/Showcase/Image/menu.png');
  width: 32px;
  height: 32px;
}

.navbar-inverse .navbar-toggler-icon {
  background-image: url("../images/menu-inverse.png");
  width: 32px;
  height: 32px;
}

.navbar-light .navbar-toggler-left .navbar-toggler-icon {
  background-image: url("../images/menu-left.png");
  width: 32px;
  height: 32px;
}

.navbar-inverse .navbar-toggler-left .navbar-toggler-icon {
  background-image: url("../images/menu-inverse-left.png");
  width: 32px;
  height: 32px;
}

.navbar-collapse {
  text-align: center;
}

nav .btn-sm {
  font-size: .6rem;
  line-height: 1.75;
  padding: 0.6rem 1rem !important;
}

nav .btn:focus {
  box-shadow: none;
}

nav .btn-xs {
  line-height: 2.3;
}

.nav-button {
  margin-left: 15px;
}

.nav-icon {
  height: auto;
}

.nav-icon i {
  font-size: 18px;
}

.nav-icon .md-icon {
  line-height: 40px;
  width: auto;
  height: auto;
  margin-left: 1rem;
}

.last-menu-item {
  margin-right: 0 !important;
  padding-right: 0 !important;
}

/* extra menu styles */
.stacked-menu {
  border-bottom: 2px solid #805422;
}

.stacked-menu .navbar-brand {
  float: none;
  width: 100%;
  text-align: center;
  margin-right: 0;
}

.stacked-menu .navbar-toggler-right {
  padding-right: 10px;
  margin: 0 auto;
}

.split-menu .navbar-brand {
  float: none;
  width: 100%;
  max-height: 50px;
  text-align: center;
}

/* end of extra menu styles */
/* navbar-inverse */
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-toggler {
  color: white;
}

.navbar-inverse .navbar-nav .nav-link {
  color: #eeeeee;
}

.navbar-inverse .navbar-nav .active > .nav-link, .navbar-inverse .navbar-nav .nav-link.active, .navbar-inverse .navbar-nav .nav-link.open, .navbar-inverse .navbar-nav .open > .nav-link {
  color: #805422;
}

.navbar-inverse .navbar-nav .nav-link:hover, .navbar-inverse .navbar-nav .active > .nav-link:hover, .navbar-inverse .navbar-nav .nav-link.active:hover, .navbar-inverse .navbar-nav .nav-link.open:hover, .navbar-inverse .navbar-nav .open > .nav-link:hover {
  color: #805422;
}

.navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover {
  color: #805422;
}

.navbar-inverse.bg-primary .navbar-nav .active > .nav-link, .navbar-inverse.bg-primary .navbar-nav .nav-link.active, .navbar-inverse.bg-primary .navbar-nav .nav-link.open, .navbar-inverse.bg-primary .navbar-nav .open > .nav-link {
  color: white;
}

.navbar-inverse.bg-primary .navbar-nav .nav-link:hover, .navbar-inverse.bg-primary .navbar-nav .active > .nav-link:hover, .navbar-inverse.bg-primary .navbar-nav .nav-link.active:hover, .navbar-inverse.bg-primary .navbar-nav .nav-link.open:hover, .navbar-inverse.bg-primary .navbar-nav .open > .nav-link:hover {
  color: white;
}

.navbar-inverse.bg-primary .navbar-nav .nav-link:focus, .navbar-inverse.bg-primary .navbar-nav .nav-link:hover {
  color: white;
}

/* end of navbar-inverse */
/* custom menu */
.custom-menu .dropdown-toggle::after {
  top: 18px;
}

.custom-menu-thin {
  padding-top: 15px;
  padding-bottom: 15px;
}

.menu-pills .navbar-nav .nav-link {
  border-radius: 2px;
}

.menu-pills .navbar-nav .active > .nav-link, .menu-pills .navbar-nav .nav-link.active, .menu-pills .navbar-nav .nav-link.open, .menu-pills .navbar-nav .open > .nav-link {
  color: white;
  background: #805422;
  border-radius: 2px;
}

.menu-pills .navbar-nav .nav-link:hover, .menu-pills .navbar-nav .active > .nav-link:hover, .menu-pills .navbar-nav .nav-link.active:hover, .menu-pills .navbar-nav .nav-link.open:hover, .menu-pills .navbar-nav .open > .nav-link:hover {
  color: white;
  background: #74a125;
}

.menu-line li a span {
  position: relative;
  padding-bottom: .75rem;
}

.menu-line.nav-scroll li a span {
  padding-bottom: 22px;
}

.menu-line li.active a span {
  color: #74a125;
}

.menu-line.nav-scroll li a.active span:before {
  visibility: visible !important;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.menu-line li a span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #805422;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.menu-line li a:hover span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.menu-icon i {
  margin-top: -3px;
}

.transparent-menu {
  background: transparent;
}

.transparent-menu.nav-scroll {
  background: white;
}

.navbar-inverse.transparent-menu.nav-scroll {
  background: #111111;
}

.menu-icon.nav-scroll i {
  margin-top: -1.5px;
}

/* end of custom menu */
/*--- end of navbars ---*/
/*--- top-navs ---*/
.top-nav {
  padding: .625rem 1rem;
}

.top-nav .right {
  float: right;
}

.top-nav-light a {
  color: black;
}

.top-nav-light a:hover {
  color: #264653;
}

.top-nav-light a.btn {
  color: white;
}

.top-nav-light a.btn:hover {
  color: white;
}

.top-nav .btn-xs {
  line-height: .6rem;
  vertical-align: middle;
}

.top-nav-inverse a {
  color: #aaaaaa;
}

.top-nav-inverse a:hover {
  color: white;
}

/*--- end of top-navs ---*/
/*--- paginations ---*/
.page-link {
  color: black;
  background-color: #eeefef;
  border: none;
  border-radius: 2px;
  padding: .625rem 1.1rem;
}

.page-link:hover {
  color: black;
  background-color: #c8c9c9;
  border: none;
}

.page-link:active, .page-link:focus {
  outline: none !important;
}

.pagination .page-link {
  margin: 3px;
}

.pagination-white .page-link {
  color: black;
  background-color: white;
  border: 1px solid #c8c9c9;
}

.pagination-white .page-link:hover {
  color: black;
  background-color: #eeefef;
  border: 1px solid #c8c9c9;
}

.pagination-primary .page-link {
  color: white;
  background-color: #805422;
  border: 1px solid #74a125;
}

.pagination-primary .page-link:hover {
  color: white;
  background-color: #74a125;
  border: 1px solid #74a125;
}

.page-link:active, .page-link:focus, .page-link:visited {
  color: black;
}

.pagination-primary .page-link:active, .pagination-primary .page-link:focus, .pagination-primary .page-link:visited {
  color: white;
}

.page-item.disabled {
  cursor: not-allowed;
}

.page-item.disabled .page-link {
  color: #444444;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #eeefef;
  border-color: #c8c9c9;
  opacity: 0.5;
}

.pagination-primary .page-item.disabled .page-link {
  color: #eeeeee;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #805422;
  border-color: #74a125;
}

.page-item.active .page-link {
  color: white;
  background: #805422;
  border-color: #805422;
}

.pagination-primary .page-item.active .page-link {
  color: white;
  background-color: #74a125;
  border-color: #74a125;
}

.page-item.active .page-link:hover {
  color: white;
  background-color: #74a125;
  border-color: #74a125;
}

.pager .btn:hover, .pager .btn:focus {
  color: white;
}

.pager {
  padding-left: 0;
}

.pager span, .pager i {
  vertical-align: middle;
}

.pager-left, .pager-right {
  display: inline-block;
}

.pager-left i {
  margin-right: 1px;
}

.pager-right i {
  margin-left: 1px;
}

.pager-right {
  float: right;
}

/*--- end of paginations ---*/
/*------- end of navigations -------*/
/*------- collapse-dropdowns -------*/
.accordion .card {
  background: white;
  border: none;
  margin-bottom: 0;
}

.accordion .accordion-title {
  font-size: 1.075rem;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.3;
}

.accordion.w-icon .card-header:first-child {
  border-radius: 0;
  border-bottom: 1px solid #c8c9c9;
}

.primary-accordion.w-icon .card-header:first-child {
  border-radius: 0;
  border-bottom: 1px solid #74a125;
}

.accordion.w-icon .card-header {
  border-bottom: 0;
}

.accordion.w-icon .card {
  border-radius: 0;
}

.primary-accordion .card {
  border-color: #74a125;
}

.primary-accordion .card-header {
  background: #805422;
}

.dropdown-toggle::after {
  content: "\f067";
  font: normal normal normal 8px/1 FontAwesome;
  border: none;
  position: absolute;
  top: 13px;
  margin-left: 4px;
}

.dropdown.show .dropdown-toggle::after {
  content: "\f068";
}

.btn.dropdown-toggle {
  padding-right: 25px;
}

.btn.dropdown-toggle::after {
  top: 15px;
}

.btn.dropdown-toggle.dropdown-toggle-split {
  padding-right: 15px;
}

.btn.dropdown-toggle-split:after {
  margin-left: -3px;
}

.dropup .dropdown-toggle::after {
  content: "\f067";
  font: normal normal normal 8px/1 FontAwesome;
  border: none;
  position: absolute;
}

.dropdown-menu {
  min-width: 180px;
  color: black;
  background-color: white;
  border: none;
  border-radius: 2px;
  z-index: 99;
  margin: 0;
  left: auto;
  right: 0;
  padding: .5rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05), 0 2px 12px rgba(0, 0, 0, 0.1);
}

.dropdown-menu.drop-to-right {
  left: 0;
  right: auto;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #c8c9c9;
  cursor: not-allowed;
  background-color: transparent;
}
.cta.bg-primary.dark.Paddingnotboo {
  margin-top: 50px;
  margin-bottom: 20px;
}
.dropdown-item {
  padding: 8px 16px;
  font-weight: 800;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #805422;
  text-decoration: none;
  background-color: transparent;
}

.dropdown-item.active, .dropdown-item:active {
  color: #264653;
  background-color: transparent;
}

.dropdown-header {
  display: block;
  padding: 8px 16px;
  margin-bottom: 0;
  font-size: .75rem;
  color: black;
  white-space: nowrap;
}

.dropdown-divider {
  height: 1px;
  margin: .5rem 0;
  overflow: hidden;
  background-color: #eeefef;
}

.dm-example {
  margin-bottom: 260px;
}

.dm-example .dropdown-menu {
  display: block;
  position: relative;
  z-index: 99;
}

.icon-dropdowns .dropdown-menu {
  min-width: 220px;
}

.icon-dropdowns .close-icon {
  margin: 15px 0 15px 15px;
  right: 0;
}

.icon-dropdowns .dropdown-toggle::after {
  display: none;
}

.cart-small {
  display: flex;
}

.cart-small img {
  max-width: 50px;
  max-height: 50px;
  margin-right: .5rem;
}

.cart-small a {
  font-weight: 800;
}

.cart-small a.text-black:hover {
  color: #805422 !important;
}

.cart-small-footer {
  background: #f7f7f7;
  padding: .75rem;
}

.navbar-inverse .cart-small-footer, .dark .cart-small-footer {
  background: #222222;
}

.cart-small-footer a:hover {
  color: #805422 !important;
}

/*--- inverse dropdown ---*/
.dropdown-inverse {
  background: #333333;
  border: none;
}

.dropdown-inverse .dropdown-item {
  color: #eeeeee;
}

.dropdown-inverse .dropdown-item:focus, .dropdown-inverse .dropdown-item:hover {
  color: white;
  background-color: transparent;
}

.dropdown-inverse .dropdown-header {
  color: white;
}

.dropdown-inverse .dropdown-divider {
  background-color: black;
}

/*--- end of inverse dropdown ---*/
/*------- end of collapse-dropdowns -------*/
/*------- popovers & tooltips -------*/
.popover-example {
  position: relative;
}

.popover-example .popover {
  position: relative;
  display: block;
  float: left;
  width: 23%;
  margin: 1%;
  z-index: 9;
}

.popover {
  max-width: 276px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: .875rem;
  background-color: white;
  border: 1px solid #eeefef;
  border-radius: 2px;
  padding: 0;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.popover-header {
  color: black !important;
  font-size: 1rem;
  background-color: transparent;
  border-bottom: none;
  padding: .75rem 1rem 0;
}

.popover-body {
  padding: .75rem 1rem;
}

.popover-body p {
  font-size: .875rem;
}

.popover-title {
  font-size: 1rem;
  font-weight: 400;
  background-color: transparent;
  border-bottom: 0;
  padding: .75rem 1rem;
}

.popover-content {
  padding: 0 1rem .75rem 1rem;
}

.popover-content p {
  font-size: .875rem;
}

.popover.bs-tether-element-attached-top::after, .popover.popover-bottom::after {
  border-bottom-color: #eeefef;
}

.popover.bs-tether-element-attached-top::before, .popover.popover-bottom::before {
  border-bottom-color: #eeefef;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
  border-top-color: #c8c9c9;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #c8c9c9;
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
  border-left-color: #c8c9c9;
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
  border-right-color: #c8c9c9;
}

/*--- tooltips ---*/
.tooltips-example {
  position: relative;
}

.tooltips-example .tooltip {
  position: relative;
  display: inline-block;
  margin: 10px 20px;
  opacity: 1;
}

.tooltip {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: .875rem;
}

.tooltip-inner {
  max-width: 200px;
  padding: .5rem .75rem;
  color: white;
  text-align: center;
  background-color: black;
  border: 1px solid black;
  border-radius: 2px;
  opacity: 1;
}

.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before, .tooltip.tooltip-top .tooltip-inner::before {
  border-top-color: black;
}

.tooltip.bs-tether-element-attached-left .tooltip-inner::before, .tooltip.tooltip-right .tooltip-inner::before {
  border-right-color: black;
}

.tooltip.bs-tether-element-attached-top .tooltip-inner::before, .tooltip.tooltip-bottom .tooltip-inner::before {
  border-bottom-color: black;
}

.tooltip.bs-tether-element-attached-right .tooltip-inner::before, .tooltip.tooltip-left .tooltip-inner::before {
  border-left-color: black;
}

/*--- end of tooltips ---*/
/*------- end of popovers & tooltips -------*/
/*------- progress -------*/
.progress {
  margin-bottom: 20px;
}

.progress {
  font-size: .75rem;
  line-height: 1rem;
  background-color: #eeefef;
  border-radius: 2px;
  height: auto;
}

.progress-bar {
  height: 1rem;
  color: white;
  background-color: #805422;
}

.progress-bar.animated {
  margin-bottom: -0.1px;
}

.progress.text-xs {
  font-size: 0.5rem;
  line-height: 0.5rem;
}

/*------- end of progress -------*/
/*------- call-to-action -------*/
.cta {
  padding: 30px 0;
}

.cta-sm {
  padding: 25px 0;
}

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

/*------- end of call-to-action -------*/
/*------- tables -------*/
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eeeeee;
}

.table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #eeeeee;
}

.table-inverse {
  color: white;
  background-color: #333333;
}

.table-inverse td, .table-inverse th, .table-inverse thead th {
  border-color: white;
}

.thead-default th {
  color: black;
  background-color: #eeeeee;
}

.thead-inverse th {
  color: white;
  background-color: #333333;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #eeeeee;
}

.table-striped.table-inverse tbody tr:nth-of-type(odd) {
  background-color: black;
}

.table-bordered td, .table-bordered th {
  border: 1px solid #eeeeee;
}

.table-hover tbody tr:hover {
  background-color: #eeeeee;
}

.table-active, .table-active > td, .table-active > th {
  background-color: #eeeeee;
}

.table-hover .table-active:hover {
  background-color: #eeeeee;
}

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: #eeeeee;
}

.table-hover.table-inverse tbody tr:hover {
  background-color: black;
}

.table-inverse .table-active, .table-inverse .table-active > td, .table-inverse .table-active > th {
  background-color: black;
}

.table-hover.table-inverse .table-active:hover {
  background-color: black;
}

.table-hover.table-inverse .table-active:hover > td, .table-hover.table-inverse .table-active:hover > th {
  background-color: black;
}

.table-primary, .table-primary > td, .table-primary > th {
  background-color: #805422;
}

.table-hover .table-primary:hover {
  background-color: #74a125;
}

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #74a125;
}

.table-success, .table-success > td, .table-success > th {
  background-color: #6ec92b;
}

.table-hover .table-success:hover {
  background-color: #5aa721;
}

.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #5aa721;
}

.table-info, .table-info > td, .table-info > th {
  background-color: #00a9f4;
}

.table-hover .table-info:hover {
  background-color: #1885c5;
}

.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #1885c5;
}

.table-warning, .table-warning > td, .table-warning > th {
  background-color: #ff7c07;
}

.table-hover .table-warning:hover {
  background-color: #e06d06;
}

.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #e06d06;
}

.table-danger, .table-danger > td, .table-danger > th {
  background-color: #e41b1b;
}

.table-hover .table-danger:hover {
  background-color: #bf1212;
}

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #bf1212;
}

/*------- end of tables -------*/
/*------- footers -------*/
footer {
  background: #c8c9c9;
  padding: 2rem 0;
}

footer.light {
  background: #eeefef;
}

footer.mid {
  background: #c8c9c9;
}

footer.dark {
  background: #333333;
}

footer.dark p {
  color: #eeeeee;
}

footer.dark a {
  color: white;
}

footer.dark a:hover {
  color: #aaaaaa;
}

footer p {
  color: black;
  margin-bottom: 0;
}

.footer-left-area {
  text-align: left;
}

.footer-right-area {
  text-align: right;
}

.blockquote-footer {
  background: transparent;
}

footer .social-icons i {
  margin-left: 10px;
}

footer.dark a {
  color: #805422;
}

footer.dark a:hover {
  color: #74a125;
}

footer.dark.bg-primary a, footer.dark.bg-primary-hover a {
  color: white;
}

footer.dark.bg-primary a:hover, footer.dark.bg-primary-hover a:hover {
  color: #eeeeee;
}

/*--- widgets ---*/
.widget {
  margin: 15px 0;
}

.footer-widgets {
  padding: 50px 0 30px 0;
}

.footer-widgets .widget-title {
  font-size: 1.25rem;
  margin-bottom: 20px;
}

.footer-logo {
  max-width: 100px;
  margin-bottom: 20px;
}

.post-widget img {
  max-width: 120px;
  height: auto;
  float: left;
  margin: 0 10px 10px 0;
}

.post-widget .post-small {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

.footer-social i {
  font-size: 1.05rem;
}

.footer-widgets .project-small img {
  max-width: 74px;
  margin: 5px;
  -webkit-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}

.useful-links {
  padding-left: 0;
}

.useful-links li {
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}

.dark .useful-links li {
  border-color: #333333;
}

.footer-widgets .project-small img:hover {
  opacity: 0.8;
}

/*--- end of widgets ---*/
/*------- end of footers -------*/
/*---------- end of components ----------*/
/*------- template styles -------*/
.has-fixed-menu section {
  padding: 40px 0;
}
section#contact {
  padding-bottom: 30px;
}
section {
  /*padding: 30px 0;*/
}

.section-title {
  font-size: 1.5rem;
}

#parallax-section .section-content {
  padding: 50px 0;
}

#parallax-section .section-content-big {
  padding: 100px 0;
}

.gym-parallax {
  background-image: url("../images/gym-section-bg.jpg");
}

.services-parallax {
  background-image: url("../images/services-section-bg.jpg");
}

.services-parallax.dark {
  background-image: url("../images/services-section-dark-bg.jpg");
}

/*--- header ---*/


header.main-demo {
  background-image: url(../images/main-demo-bg.jpg);
}
a.h6pref {
  color: rgb(38, 70, 83);
  font-weight: 800;
  letter-spacing: 0.1rem;
  margin-top: 0px;
}
header.business {
  background-image: url("../images/business-bg.jpg");
}
header.portfolio-demo {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)), url("/Img/IndexImg.jpg");
  background-size: cover;
  background-position: center;
}


header.lp-demo {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)), url("/Img/IndexImg.jpg");
}

header.app-demo {
  background-image: url("../images/app-bg.jpg");
}

header.resume-demo {
  background-image: url("../images/resume-header-bg-light.jpg");
}

header.resume-demo-dark {
  background-image: url("../images/resume-header-bg.jpg");
}

header.agency-demo {
  background-image: url("../images/agency-header-bg.jpg");
  height: 100%;
}

header.restaurant-demo {
  background-image: url(../images/restaurant-demo.jpg);
}

header.fitness {
  background-image: url(../images/fitness-bg.jpg);
}

header.portfolio-demo.demo-dark {
  background-image: url("../images/portfolio-dark-header-bg.jpg");
}

header.business .header-inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 155px;
  padding-bottom: 155px;
}

header.portfolio-demo .header-inner {
  width: 100%;
  max-width: 800px;
  padding-top: 185px;
  padding-bottom: 185px;
}

header.resume-demo .header-inner {
  width: 100%;
  padding-top: 225px;
  padding-bottom: 225px;
}

header.resume-demo-dark .header-inner {
  width: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
}

header.agency-demo .header-inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -134px;
  padding-top: 30px;
  padding-bottom: 30px;
}

header.restaurant-demo .header-inner {
  padding-top: 30px;
  padding-bottom: 30px;
}

header.fitness .header-inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 200px;
  padding-bottom: 200px;
}

.header-inner {
  padding-top: 80px;
  padding-bottom: 80px;
}

.header-scroll-down a {
  position: absolute;
  bottom: 0;
  left: auto;
  right: auto;
  color: white;
  margin-left: -15px;
}

.header-scroll-down a:hover {
  color: #264653;
}

header .left-area {
  text-align: left;
}

header .right-area {
  text-align: right;
}

.header-title {
  margin-bottom: 0;
}

.header-text {
  margin: 30px 0;
}

.slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.slide.one {
  background-image: url(../images/slide1.jpg);
}

.slide.two {
  background-image: url(../images/slide2.jpg);
}

.slide.three {
  background-image: url(../images/slide3.jpg);
}

.photo-slider .slide.one {
  background-image: url(../images/photo-slide1.jpg);
}

.photo-slider .slide.two {
  background-image: url(../images/photo-slide2.jpg);
}

.photo-slider .slide.three {
  background-image: url(../images/photo-slide3.jpg);
}

.photo-slider .slider-inner {
  padding: 280px 0;
  position: relative;
}

.constructions-slider .slide.one {
  background-image: url(../images/constructions-slide1.jpg);
}

.constructions-slider .slide.two {
  background-image: url(../images/constructions-slide2.jpg);
}

.constructions-slider .slide.three {
  background-image: url(../images/constructions-slide3.jpg);
}

.constructions-slider .slider-inner {
  padding: 200px 0;
  position: relative;
}

.slider-inner {
  padding: 220px 0;
  position: relative;
}

.slider-title {
  font-size: 2.75rem;
}

.slider-text {
  display: block;
  margin: 15px auto;
  padding: 0 30px;
  max-width: 600px;
}

span.input-group-btn {
  width: 100%;
}

header .page-header-inner {
  padding-bottom: 25px;
  padding-top: 25px;
}

header .page-title {
  font-size: 1.5rem;
  margin-bottom: 0;
}

header .breadcrumb {
  margin: 0;
  padding: 0;
}

.breadcrumb.text-right {
  display: inherit;
}

.breadcrumb.text-center {
  display: inherit;
}

/*--- end of header ---*/
/*--- promo-box ---*/
.promo-box {
  background: transparent;
  margin-bottom: 15px;
  -webkit-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}

.promo-box .box-icon {
  color: white !important;
  background: #264653;
  border-radius: 50%;
  height: 65px;
  width: 65px;
  line-height: 65px;
  margin-bottom: 15px;
  -webkit-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}

.promo-box:hover .box-icon {
  background: #805422;
}

.promo-box .box-icon.side {
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0 5px;
}

.box-title {
  font-size: 1.1rem;
}

.promo-link {
  color: black;
  font-weight: 800;
}

.promo-link:hover {
  color: #805422;
}

.promo-box .box-description {
  font-size: 1rem;
  margin-top: 10px;
}

.more-features {
  padding: 30px 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.more-features img {
  margin: 15px 0;
}

/*--- end of promo-box ---*/
/*--- portfolio ---*/
.project {
  margin: 15px 0;
}

.project-title {
  color: black !important;
  background: white;
  font-size: 1rem;
  text-align: center;
  position: relative;
  top: 20px;
  padding-bottom: 20px;
  z-index: 1;
}

.no-gutter .project {
  margin: 0 !important;
  padding: 0 !important;
}

.portfolio-type2.no-gutter .overlay {
  margin: 0 !important;
}

/* portfolio-type 1 */
.portfolio-type1 .project {
  margin: 15px 0;
}

.portfolio-type1.w-text .project {
  margin: 20px 0;
}

.portfolio-type1.w-bgcolor .project a {
  z-index: 3;
}

.portfolio-type1.w-bgcolor .project .overlay {
  z-index: -1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.portfolio-type1.w-bgcolor .project:hover .overlay {
  z-index: 1;
}

.portfolio-type1.w-bgcolor .project img {
  background: #eeefef;
}

.portfolio-type1.w-bgcolor .project img:hover {
  background: transparent;
}

.portfolio-type1.w-bgcolor.dark .project img {
  background: #333333;
}

.portfolio-type1.w-bgcolor.dark .project img:hover {
  background: transparent;
}

.portfolio-type1.w-bgcolor .project:hover img {
  z-index: 2;
}

.portfolio-type1.w-bgcolor .hovereffect:hover img {
  -ms-transform: scale(1.05);
  -webkit-transform: rotate(1.05);
  transform: scale(1.05);
}

.portfolio-type1 ul.portfolio {
  margin-bottom: 0 !important;
}

/* portfolio-filter */
.portfolio-filter {
  margin-top: 35px;
  margin-bottom: 20px;
}

.portfolio-filter.list-inline li {
  display: inline-block;
  padding: 0;
}

.portfolio-filter a {
  color: #444444;
  font-size: 14px;
  font-weight: 800;
  line-height: 40px;
  border: 2px solid transparent;
  border-radius: 2px;
  margin: 0 5px;
  padding: 8px 20px;
}

.portfolio-filter a.active {
  color: #805422;
  background-color: transparent;
  border: 2px solid #805422;
}

.portfolio-filter.active-filled a.active {
  color: white;
  background-color: #805422;
  border: 2px solid #805422;
}

.portfolio-filter.active-filled a.active:hover {
  color: white;
  background-color: #264653;
  border: 2px solid #264653;
}

.dark .portfolio-filter.active-filled a.active, .bg-primary .portfolio-filter.active-filled a.active, .dark .bg-primary .portfolio-filter.active-filled a.active, .dark.bg-primary .portfolio-filter.active-filled a.active {
  color: white;
  background-color: #264653;
  border: 2px solid #264653;
}
li.AddTof {
  position: absolute;
  right: 0;
  margin-right: 100px;
  /* top: 0; */
  /* margin-right: auto; */
}
.portfolio-filter.active-underline a.active {
  color: #805422;
  background-color: transparent;
  border: 2px solid transparent;
  border-bottom: 2px solid #805422;
}

.dark .portfolio-filter.active-underline a.active, .bg-primary .portfolio-filter.active-underline a.active, .dark .bg-primary .portfolio-filter.active-underline a.active, .dark.bg-primary .portfolio-filter.active-underline a.active {
  color: white;
  background-color: transparent;
  border: 2px solid transparent;
  border-bottom: 2px solid white;
}

.portfolio-filter.active-underline a.active:hover {
  color: #74a125;
  background-color: transparent;
  border-bottom: 2px solid #74a125;
}

.portfolio-filter.active-underline a {
  padding: 8px 0;
  margin: 0 15px;
}

.portfolio-filter.active-underline a:hover {
  color: #264653;
  background-color: transparent;
  border: 2px solid transparent;
}

.portfolio-filter a:hover {
  color: white;
  background-color: #805422;
  border: 2px solid #805422;
}

.dark .portfolio-filter a {
  color: white;
}

.dark .portfolio-filter a.active {
  color: #805422;
}

.dark .portfolio-filter a:hover {
  color: white;
}

.dark .bg-primary .portfolio-filter a, .dark.bg-primary .portfolio-filter a {
  color: white;
}

.dark .bg-primary .portfolio-filter a.active, .dark.bg-primary .portfolio-filter a.active {
  color: #eeeeee;
  background-color: transparent;
  border: 2px solid #eeeeee;
}

.dark .bg-primary .portfolio-filter a:hover, .dark.bg-primary .portfolio-filter a:hover {
  color: #eeeeee;
  background-color: transparent;
  border-color: transparent;
}

.portfolio-filter.pf-type2 {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* end of portfolio-filter */
.portfolio-type1 .hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  z-index: 2;
}

.portfolio-type1 .hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(128, 84, 34, 0.9 );
  -webkit-transition: all .3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.portfolio-type1 .hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.portfolio-type1 .hovereffect:hover img {
  -ms-transform: scale(1.02);
  -webkit-transform: rotate(1.02);
  transform: scale(1.02);
}

.portfolio-type1 .hovereffect-title h5 {
  font-size: 14px;
  color: white;
  background: transparent;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  width: 100%;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  padding: 10px;
}

.portfolio-type1 .hovereffect-title p {
  font-size: 10px !important;
  color: white;
  background: transparent;
  text-align: center;
  position: absolute;
  top: 52%;
  width: 100%;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  padding: 10px;
}

.portfolio-type1 .hovereffect-title i {
  font-size: 36px;
  color: white;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -19px;
  margin-left: -14px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.portfolio-type1 .hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* end of portfolio-type 1 */
/* portfolio-type2 */
.portfolio-type2 .effects {
  padding-left: 15px;
}

.portfolio-type2 .effects .img {
  position: relative;
  float: left;
  margin-bottom: 5px;
  width: 25%;
  overflow: hidden;
}

.portfolio-type2 .effects .img:nth-child(n) {
  margin-right: 5px;
}

.portfolio-type2 .effects .img:first-child {
  margin-left: -15px;
}

.portfolio-type2 .effects .img:last-child {
  margin-right: 0;
}

.portfolio-type2 .effects .img img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
}
.post-content.bordercontenttop {
  border-top: 2px solid #805422;
}
.description-text {
  font-size: 14px;
  color: #555; /* Couleur du texte */
  text-align: center;
  margin-top: 10px; /* Espacement au-dessus du texte */
  font-weight: bold; /* Texte en gras */
  padding: 5px;
}
use.nonepoint {
  display: none;
}


.bft-dark .bft-edit-form {
  display: none !important;
  color: #acacac;
}
._1ib0.female .bft-img-button {
  display: none;
  background-color: #FF46A3;
}
form.bft-edit-form.dark.hugo_male._4si9.male {
  display: none !important;
}
use.plusmember{
  display: none;
}
.bft-edit-form-header {
  display: none;
}
.bft-img-button svg {
  position: relative;
  display: none;
  top: 12px;
}
.portfolio-type2 .overlay {
  display: block;
  position: absolute;
  z-index: 99;
  background: rgba(128, 84, 34, 0.9);
  overflow: hidden;
  transition: all 0.5s;
  margin: 0 15px;
}

.portfolio-type2 a.close-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 50px;
  height: 50px;
  font-size: 20px;
  font-weight: 400;
  color: white !important;
  line-height: 45px;
  text-align: center;
  background-color: rgba(156, 205, 69, 0.75);
  cursor: pointer;
}

.portfolio-type2 a.close-overlay.hidden {
  display: none;
}
i.ILeft {
  float: inline-end;
}
/* Conteneur du titre */
.photo-title {
  text-align: center;
  background: linear-gradient(135deg, #264653 0%, #805422 100%); /* Dégradé léger */
  padding: 10px;
  border-radius: 8px 8px 0 0; /* Arrondi en haut */
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

/* Style du texte */
.Aud {
  font-size: 20px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  margin: 0;
}

/* Ajoute un peu d’espace sous le titre */
.effect {
  border-radius: 8px; /* Adapte l'arrondi de la carte */
  overflow: hidden;
  background: #fff;
  transition: transform 0.3s ease-in-out;
}

/* Effet au survol */
.effect:hover {
  transform: scale(1.03); /* Effet zoom au hover */
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
}
li.col-md-4.col-lg-4.project {
  margin: 1% !important;
}
li.col-md-4.col-lg-3.project {
  padding: 1% !important;
}


.portfolio-type2 a.expand {
  display: block;
  position: absolute;
  z-index: 100;
  height: 50px;
  text-align: center;
  color: white;
  line-height: 50px;
  font-weight: 400;
  font-size: 3rem;
}

/* effect 1 */
.portfolio-type2 .effect-1 .overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}

.portfolio-type2 .effect-1 .overlay a.expand {
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.portfolio-type2 .effect-1 .img.hover .overlay {
  opacity: 1;
}

.portfolio-type2 .effect-1 .img.hover .overlay a.expand {
  top: 50%;
  margin-top: -30px;
  opacity: 1;
}

/* end of effect 1 */
/* effect 2 */
.portfolio-type2 .effect-2 .overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}

.portfolio-type2 .effect-2 .overlay a.expand {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.portfolio-type2 .effect-2 .img.hover .overlay {
  opacity: 1;
}

.portfolio-type2 .effect-2 .img.hover .overlay a.expand {
  width: 60px;
  height: 60px;
  border: 4px solid white;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

/* end of effect 2 */
/* end of portfolio-type2  */
/* lightbox */
.mfp-bg {
  background: #111111 !important;
  opacity: 0.9 !important;
}

.body.dark .mfp-figure:after {
  box-shadow: none !important;
  background: #333333 !important;
}

.mfp-figure:after {
  box-shadow: none !important;
  background: #eeefef !important;
}

.mfp-iframe-holder .mfp-close {
  color: white;
  font-size: 30px;
  top: -50px;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.mfp-arrow {
  color: white;
  opacity: 0.7 !important;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.mfp-arrow:hover {
  opacity: 1 !important;
}

.mfp-arrow:after {
  border-top-width: 0 !important;
  border-bottom-width: 0 !important;
  top: 5px !important;
}

.mfp-arrow-right:before {
  border-left: none !important;
}

.mfp-arrow-left:before {
  border-right: none !important;
}

.mfp-arrow-right:after {
  content: "\f105" !important;
  font-family: 'FontAwesome' !important;
  font-size: 40px;
  border-right: none !important;
  margin-left: 25px !important;
}

.mfp-arrow-left:after {
  content: "\f104" !important;
  font-family: 'FontAwesome' !important;
  font-size: 40px;
  border-right: none !important;
  margin-left: 30px !important;
}

/* end of lightbox */
/*--- end of portfolio ---*/
/*--- sliders ---*/
.owl-carousel .block-image {
  margin: 0 auto 15px auto;
}

.owl-theme.carousel-full-nav .owl-nav {
  margin: 0;
}

.carousel-full-nav .owl-prev {
  position: absolute;
  top: 47%;
  left: 0;
  transform: translate(25%, -50%);
  color: rgba(255, 255, 255, 0.75) !important;
  background: transparent !important;
  font-size: 2.5rem !important;
}

.carousel-full-nav .owl-prev:hover {
  color: white;
}

.carousel-full-nav .owl-next {
  position: absolute;
  top: 47%;
  right: 0;
  transform: translate(-25%, -50%);
  color: rgba(255, 255, 255, 0.75) !important;
  background: transparent !important;
  font-size: 2.5rem !important;
}

.carousel-full-nav .owl-next:hover {
  color: white;
}

.block-image {
  max-width: 100px;
}

.image-block {
  margin: 15px 0;
}

#testimonials-carousel-2 {
  padding: 70px 0;
}

#testimonials-carousel-2 .block {
  max-width: 75%;
  margin: 0 auto;
}

.testimonials-bg-img {
  background-image: url("../images/testimonials-bg.jpg");
}

.testimonials-agency-bg {
  background-image: url("../images/testimonials-agency-bg.jpg");
}

.box-description {
  font-size: 1.25rem;
}

#clients.w-border img {
  border: 1px solid #eeeeee;
}

/*--- end of sliders ---*/
/*--- pricing tables ---*/
.pricing-table {
  background: #eeefef;
  text-align: center;
  margin: 15px 0;
}

.pricing-table ul, .pricing-table ol {
  margin-bottom: 0;
  padding-left: 0;
}

.pricing-title {
  font-size: 1.25rem;
  font-weight: 800;
  padding: 30px;
  margin-bottom: 0;
}

.pricing-table-price {
  background: #c8c9c9;
  font-weight: 800;
  padding: 15px;
  margin-bottom: 30px;
}

.pricing-table-price.w-rounded-price {
  display: table;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto 30px auto;
  padding: 0;
}

.rounded-price {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.rounded-price .pricing-price {
  font-size: 1.75rem;
}

.rounded-price .pricing-currency {
  vertical-align: 10px;
}

.pricing-table-price p {
  color: black;
  margin-bottom: 0;
}

.pricing-currency {
  font-size: 1rem;
  font-weight: 800;
  vertical-align: 25px;
}

.pricing-price {
  font-size: 3rem;
  font-weight: 800;
}

.pricing-period {
  font-weight: 800;
}

.pricing-table-content li {
  margin-bottom: 15px;
}

.pricing-table-button {
  padding: 15px 0 35px;
}

.featured.pricing-table {
  background: #805422;
}

.featured.pricing-table .pricing-title {
  color: white;
}

.featured.pricing-table .pricing-table-content ul li {
  color: #eeeeee;
}

.featured.pricing-table .pricing-table-price {
  background: #74a125;
}

.featured.pricing-table .pricing-table-price p {
  color: white;
}

/*--- end of pricing tables ---*/
/*--- contact ---*/
#map {
  width: 100%;
  height: 400px;
  background-image: url("../images/map-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#map.bg-long {
  background-image: url("../images/map-bg-long.jpg");
}

.with-errors li {
  color: #e41b1b;
}

#msgSubmit {
  font-size: 1.25rem;
  text-align: left !important;
  margin-top: 15px;
}

.has-danger .form-control {
  border-color: #264653;
}

/*--- end of contact ---*/
/*--- facts ---*/
#facts {
  padding: 30px 0;
}

.fact-icon {
  margin-bottom: 15px;
}

.timer {
  margin-bottom: 15px;
}

#facts.dark .timer, #facts.dark .fact-title {
  color: white;
}

/*--- end of facts ---*/
/*--- skills ---*/
.skills .progress {
  margin-bottom: 30px;
}

/*--- end of skills ---*/
/*--- timeline ---*/
.timeline {
  list-style: none;
  padding: 20px 15px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 5px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -2.5px;
}

.dark .timeline:before {
  background-color: #333333;
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
a.bouton100 {
  width: 100%;
}

.alert-ciel {
  background-color: #264653;
  border-color: #264653;
  color: white;
}
p.describevid.text-center {
  background: #805422;
  color: white;
  margin-bottom: 0;
  font-weight: bold;
}
.video-popup-box {
  max-width: 900px;
  margin: 0 auto;
  background: black;
  padding: 0;
}

.timeline > li:after {
  clear: both;
}
h6.QCp.mt-3 {
  color: #F5E1C8;
}
.timeline > li > .timeline-panel {
  background-color: rgba(38, 70, 83, 0.8);
  width: 50%;
  float: left;
  border-radius: 15px;
  padding: 20px;
  position: relative;
}
a.QCp {
  color: white;
}
.timeline-panel.othercol{
  
  background-color: rgba(128, 84, 34, 1) !important;
}
h5.timeline-title {
  color: white;
}
p.QCp {
  color: white;
}
span.va-middle.mr-2 {
  color: white;
}
.dark .timeline > li > .timeline-panel {
  background-color: rgba(55, 55, 55, 0.35);
}

.timeline > li:not(.timeline-inverted) {
  padding-right: 120px;
}

.timeline > li.timeline-inverted {
  padding-left: 120px;
  padding-right: 15px;
}

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 20px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #eeeeee;
  border-right: 0 solid #eeeeee;
  border-bottom: 15px solid transparent;
  content: " ";
}

.dark .timeline > li > .timeline-panel:before {
  border-left: 15px solid #333333;
  border-right: 0 solid #333333;
}

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 21px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #eeeeee;
  border-right: 0 solid #eeeeee;
  border-bottom: 14px solid transparent;
  content: " ";
}

.dark .timeline > li > .timeline-panel:after {
  border-left: 14px solid #333333;
  border-right: 0 solid #333333;
}

.timeline > li > .timeline-badge {
  color: white;
  background: #805422;
  border: 5px solid white;
  width: 70px;
  height: 70px;
  line-height: 62px;
  font-size: .75rem;
  text-align: center;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -35px;
  z-index: 100;
  border-radius: 50%;
}

.dark .timeline > li > .timeline-badge {
  border: 5px solid #111111;
}

.timeline > li.timeline-inverted > .timeline-badge {
  top: 0;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

ul.timeline {
  margin-bottom: 0;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}

/*--- end of timeline ---*/
/*--- shop ---*/
.collections {
  padding: 0;
}

.collection {
  margin-bottom: 15px;
  position: relative;
}

.collection img {
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.collection img:hover {
  opacity: 0.8;
}

.product {
  padding-top: 15px;
  padding-bottom: 15px;
}

ul.shop-featured {
  margin-bottom: 0 !important;
}

/* hover effect */
.product-hover-tools {
  position: absolute;
  z-index: 2;
  bottom: 53%;
  right: 0;
  left: 0;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, ease-in-out 0.3s;
  -moz-transition: opacity 0.3s, ease-in-out 0.3s;
  -o-transition: opacity 0.3s, ease-in-out 0.3s;
  transition: opacity 0.3s, ease-in-out 0.3s;
}

.product:hover .product-hover-tools {
  bottom: 50%;
  margin-bottom: -22px;
  right: 0;
  left: 0;
  text-align: center;
  visibility: visible;
  opacity: 1;
}

.product img {
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.shop-featured .product:hover img {
  opacity: 0.1;
}

.view-btn {
  display: inline-block;
  color: black;
  background-color: white;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  vertical-align: middle;
  border-radius: 2px;
  margin: 2px;
}

.view-btn:hover {
  color: black;
  background-color: #eeeeee;
}

.cart-btn {
  display: inline-block;
  color: black;
  background-color: white;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  vertical-align: middle;
  border-radius: 2px;
  margin: 2px;
}

.cart-btn:hover {
  color: black;
  background-color: #eeeeee;
}

.product-details {
  position: absolute;
  z-index: 2;
  bottom: 2%;
  left: 0;
  right: 0;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, ease-in-out 0.3s;
  -moz-transition: opacity 0.3s, ease-in-out 0.3s;
  -o-transition: opacity 0.3s, ease-in-out 0.3s;
  transition: opacity 0.3s, ease-in-out 0.3s;
}

.product:hover .product-details {
  bottom: 5%;
  text-align: center;
  visibility: visible;
  opacity: 1;
}

.product-title {
  color: white;
  font-size: 1.25rem;
  letter-spacing: 0.06rem;
  margin-bottom: 5px;
}

.product-price {
  color: #805422;
  background-color: white;
  border: 1px solid #eeefef;
  border-radius: 2px;
  position: absolute;
  font-size: 1rem;
  font-weight: 800;
  line-height: 35px;
  height: 35px;
  top: 30px;
  right: 30px;
  padding: 0 10px;
  z-index: 9;
}

#featured-products .product-price {
  right: 15px;
}

.product-price del {
  color: #444444;
  margin-right: 2px;
}

.product .product-category {
  color: #eeeeee;
  font-size: .875rem;
  font-weight: 800;
  letter-spacing: 0.06rem;
}

/* end of hover effect */
.product-info {
  padding: 15px 0;
}

.product-info a {
  color: black;
  font-weight: 800;
}

.product-info a:hover {
  color: #805422;
}

.dark .product-info a {
  color: white;
}

.product-info p a {
  color: #444444;
}

.payment-methods img {
  max-width: 40px;
  margin: 5px;
}

.product-info .fa-star, .product-info .fa-star-half-o {
  color: #fbc617 !important;
  margin-top: -3px;
}

.review-form {
  margin-bottom: 20px;
  padding: 0;
}

.review-form input {
  width: 90%;
}

.shopping-cart {
  margin: 50px 0;
  width: 100%;
  max-width: 100%;
}

.cart-item img {
  max-width: 50px;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

table > thead > tr > th, table > thead > tr > td, table > tbody > tr > th, table > tbody > tr > td, table > tfoot > tr > th, table > tr > td {
  padding: 15px;
  line-height: 1.5;
  vertical-align: middle;
  border-bottom: 1px solid #ebebeb;
}

.x-remove {
  text-align: center;
  color: white;
  background: #e41b1b;
  border: 2px solid #e41b1b;
  border-radius: 2px;
  height: 25px;
  width: 25px;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0 0 0 1px;
  float: right;
}

.x-remove:hover, .x-remove:focus {
  color: white;
  background: #bf1212;
  border: 2px solid #bf1212;
}

.update-cart {
  text-align: right;
}

.cart-total {
  margin: 50px 0;
}

.cart-total p {
  font-weight: 800;
}

.cart-checkout {
  text-align: right;
  margin: 50px 0;
}

.checkout-screen {
  margin: 50px 0;
}

/*--- end of shop ---*/
/*--- restaurant ---*/
.menu-column {
  margin: 15px 0;
}

.menu-column .menu-item {
  padding: 15px;
  border: 1px dashed #805422;
}

.menu-item .menu-title {
  padding: 10px 0;
  margin-top: 15px;
  margin-bottom: 0;
  border-bottom: 1px dashed #eeefef;
}

.menu-item .menu-price {
  float: right;
}

/*--- end of restaurant ---*/
/*--- blog page ---*/
.blog.block .block-image-big {
  margin-bottom: 0;
}

.blog.block .owl-carousel {
  margin-bottom: -1px;
}

.post-meta {
  margin: 10px 0;
}

.post-meta i {
  color: #c8c9c9;
  font-size: 0.875rem;
}

.post-meta p {
  font-size: 0.75rem;
  margin-bottom: 0;
}

.post-meta a {
  display: inline-block;
  vertical-align: middle;
}

.post-content {
  background-color: rgba(200, 200, 200, 0.1);
  border-bottom: 2px solid #805422;
  padding: 15px 30px 30px 30px;
}

/* widgets */
.sidebar-widget {
  background-color: rgba(200, 200, 200, 0.1);
  margin-bottom: 15px;
  padding: 15px;
}

.widget-title {
  margin-bottom: 20px;
}

.widget-title.first {
  margin-top: 0;
}

.about-widget {
  display: inline-block;
}

.about-image {
  float: left;
  margin-right: 15px;
}

.about-widget img {
  max-width: 100px;
  border-radius: 50%;
  margin: 0 auto 15px auto;
}

.category-widget {
  font-size: 0.875rem;
  border-bottom: 1px solid #eeeeee;
  padding: 0 0 10px 0;
}

.recent-posts {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}

.recent-posts.first {
  margin-top: 0;
}

.recent-post-image img {
  max-width: 70px;
  float: left;
  margin-right: 15px;
}

.tag-cloud .btn {
  margin: 2.5px 0 2.5px 0;
}

/* end of widgets */
/*--- end of blog page ---*/
/*--- coming soon ---*/
body.cs-bgimg {
  background-image: url("../images/errorbg.jpg");
}

.cs-logo {
  max-width: 120px;
  margin: 0 auto 30px auto;
}

.cs-wrapper {
  width: 100%;
  max-width: 800px;
  background: rgba(245, 245, 245, 0.5);
  border-bottom: 2px solid #805422;
  margin: 0 auto;
  padding: 50px;
}
/* Style pour masquer le formulaire lors du chargement */
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 9999;
}

/* Animation de chargement */
.spinner {
  width: 50px;
  height: 50px;
  border: 6px solid #fff;
  border-top: 6px solid transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Texte sous le spinner */
.loading-text {
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
}

.cs-bgimg .cs-wrapper {
  border-bottom: none;
}

.time_circles > div > span {
  color: #805422;
  font-family: "Nunito Sans", sans-serif !important;
}

#countdown {
  width: 600px !important;
  margin: 0 auto;
}

.cs-wrapper .newsletter-form {
  max-width: 82%;
}

/*--- end of oming soon ---*/
/*--- 404 ---*/
body.error-bgimg {
  background-image: url("../images/errorbg.jpg");
}

.error-wrapper {
  width: 100%;
  max-width: 600px;
  background: rgba(245, 245, 245, 0.5);
  border-bottom: 2px solid #805422;
  margin: 0 auto;
  padding: 30px;
}

.error-bgimg .error-wrapper {
  border-bottom: none;
}

.error-wrapper .search-form {
  max-width: 90%;
  margin: 0 auto;
}

/*--- end of 404 ---*/
/*--- scroll to top ---*/
.scroll-to-top {
  background: #333333;
  color: white;
  border-radius: 2px;
  width: 40px;
  height: 40px;
  bottom: 20px;
  right: 20px;
  line-height: 38px;
  position: fixed;
  text-align: center;
  font-size: 18px;
  z-index: 99;
}
.scroll-to-top.is-hidden {
  opacity: 0;
  -webkit-transform: translate(0, -5px);
  -webkit-transition: -webkit-transform 0.2s, background 0.2s, color 0.2s, opacity 0 0.2s;
}
.scroll-to-top.is-visible {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -webkit-transition: -webkit-transform .2s,background .2s,color .2s;
}

.scroll-to-top:hover, .scroll-to-top:active, .scroll-to-top:focus {
  color: white;
}

.scroll-to-top:hover {
  background: black;
}

/*--- end of scroll to top ---*/
/*------- end of template styles -------*/
/*------- sidenav template styles -------*/
/* Side Navigation */
#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled {
  padding-left: 300px;
}

#sidebar-wrapper {
  z-index: 999;
  position: fixed;
  left: 300px;
  width: 0;
  height: 100%;
  margin-left: -300px;
  overflow-y: auto;
  background: white;
  border-right: 1px solid #eeeeee;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
  width: 300px;
}

#page-content-wrapper {
  width: 100%;
}

#page-content-wrapper .scroll-to-top {
  bottom: 5px;
  right: 5px;
}

#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -300px;
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 300px;
  list-style: none;
  margin: 0;
  padding: 0 50px;
}

.sidebar-nav li {
  text-align: left;
}

.sidebar-nav li.active a {
  color: #805422;
}

.sidebar-nav a.menu-item {
  display: block;
  text-decoration: none;
  color: #444444;
  font-size: 1.05rem;
  font-weight: 800;
  padding-bottom: 15px;
}

.sidebar-nav a:hover {
  text-decoration: none;
  color: #805422;
}

.sidebar-nav > .sidebar-brand {
  color: #805422;
  font-size: 2.5rem;
  font-weight: bold;
  margin: 10px auto;
  padding: 50px 0;
}

.sidebar-nav > .sidebar-brand a {
  color: #805422;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #74a125;
  background: none;
}

.center-sidebar-nav .sidebar-nav li {
  text-align: center;
}

.photo-sidemenu .sidebar-nav > .sidebar-brand {
  padding: 40px 30px;
}

#menu-toggle {
  display: none;
  font-size: 35px;
  font-weight: 800;
  z-index: 999;
}

.sidebar-social {
  margin-top: 30px;
}

.sidebar-social a {
  font-size: 1.25rem;
  margin: 5px;
}

.sidebar-contact {
  margin-top: 15px;
}

.sidebar-contact i {
  font-size: 1.25rem;
  margin-right: 2px;
}

.sidebar-contact a {
  color: #444444;
  font-size: 1rem;
}

.sidebar-contact a:hover {
  color: black;
}

/* sidebar-nav-inverse */
#icon-nav-sidebar-wrapper.nav-inverse {
  background: #111111;
  border-color: #805422;
  border-width: 2px;
}

.sidebar-nav-inverse li.active a {
  color: #805422;
}

.sidebar-nav-inverse a.menu-item {
  color: white;
}

.sidebar-nav-inverse a:hover {
  text-decoration: none;
  color: #805422;
}

.sidebar-nav-inverse .sidebar-contact a {
  color: white;
}

.sidebar-nav-inverse .sidebar-contact a:hover {
  color: #805422;
}

/* primary background */
#icon-nav-sidebar-wrapper.nav-inverse.w-primary-bg {
  background: #111111;
  border-color: #74a125;
  border-width: 2px;
}

.sidebar-nav-inverse.primary-bg li.active a {
  color: #aaaaaa;
}

.sidebar-nav-inverse.primary-bg a:hover {
  text-decoration: none;
  color: #aaaaaa;
}

.sidebar-nav-inverse .sidebar-contact a {
  color: white;
}

.sidebar-nav-inverse.primary-bg .sidebar-contact a:hover {
  color: #aaaaaa;
}

/* end of primary background */
/* end of sidebar-nav-inverse */
/* End Side Navigation */
/* IconNav Side Navigation */
#icon-nav-wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#icon-nav-wrapper.toggled {
  padding-left: 100px;
}

#icon-nav-sidebar-wrapper {
  z-index: 999;
  position: fixed;
  left: 100px;
  width: 0;
  height: 100%;
  margin-left: -100px;
  overflow-y: auto;
  background: white;
  border-right: 1px solid #eeeeee;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#icon-nav-wrapper.toggled #icon-nav-sidebar-wrapper {
  width: 100px;
}

#icon-nav-page-content-wrapper {
  width: 100%;
  position: absolute;
}

body.bg-inverse #icon-nav-page-content-wrapper {
  background: #111111;
}

#icon-nav-page-content-wrapper .scroll-to-top {
  bottom: 5px;
  right: 5px;
}

#icon-nav-wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -100px;
}

#icon-nav-wrapper .sidebar-nav {
  position: absolute;
  top: 0;
  width: 100px;
  list-style: none;
  margin: 0;
  padding: 0;
}

#icon-nav-wrapper .sidebar-nav li {
  text-align: center;
}

#icon-nav-wrapper .sidebar-nav li a.active {
  color: white;
  background: #805422;
}

#icon-nav-wrapper .sidebar-nav li a.active:hover {
  background: #74a125;
}

#icon-nav-wrapper .sidebar-nav a.menu-item {
  padding: 30px 15px;
}

#icon-nav-wrapper .sidebar-nav a:hover {
  color: white;
  background: #805422;
}

#icon-nav-wrapper .sidebar-nav > .sidebar-brand {
  color: #805422;
  font-size: 2.5rem;
  font-weight: bold;
  margin: 10px auto;
  padding: 30px 15px;
}

#icon-nav-wrapper .sidebar-nav > .sidebar-brand a:hover {
  background: transparent !important;
}

#icon-nav-wrapper #menu-toggle {
  display: none;
  font-size: 35px;
  font-weight: 800;
  z-index: 9999;
}

#icon-nav-wrapper .sidebar-social a {
  font-size: 1.25rem;
  padding: 30px 15px;
}
a.menu-item.piti {
  font-size: xx-small;
}
#icon-nav-wrapper .sidebar-contact a {
  padding: 30px 15px;
}

#icon-nav-wrapper .sidebar-contact i {
  font-size: 1.25rem;
  margin-right: 2px;
}

body.w-icon-nav .tooltip-inner {
  padding: 1rem 1.5rem !important;
}

body.w-icon-nav .tooltip {
  font-weight: 800;
  font-size: 1rem;
}

/* End IconNav Navigation */
/*------- end of sidenav template styles -------*/
/*------- top-menu -------*/
.top-menu {
  background-color: #eeefef;
}

.top-menu p {
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 0;
  padding: 14px 0;
}

.top-menu .right a {
  padding: 14px;
  margin-top: -2px;
}

.top-menu .right i {
  margin-right: 8px;
}

.top-menu .right {
  float: right;
  margin-top: -2px;
}

.top-menu .social a {
  margin-left: 8px;
  margin-right: 0;
}

.top-menu a.shopping-cart {
  font-size: 14px;
  line-height: 14px;
  position: relative;
  width: 45px;
  height: 20px;
}

.top-menu .right a.shopping-cart i {
  margin-right: 15px;
}

.top-menu .cart-badge {
  position: absolute;
  top: 8px;
  right: 6px;
  color: white;
  background: #74a125;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  padding: 2px 4px;
}

/*------- end of top-menu -------*/
/*------- media screens -------*/
/*--- max-widths ---*/
@media only screen and (max-width: 1200px) {
  .navbar-expand-lg .form-inline {
    display: block;
    margin: .5rem auto;
  }
}
@media only screen and (max-width: 1024px) {
  .parallax {
    background-attachment: scroll !important;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-expand-lg > .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .navbar-expand-lg.menu-line.nav-scroll li a span {
    padding-bottom: 8px;
  }

  .navbar-collapse {
    margin-top: .625rem;
  }

  .navbar-expand-lg .navbar-brand {
    margin-left: 0;
  }

  .dropdown-menu {
    box-shadow: none;
    max-width: 300px;
    margin: 0 auto;
  }

  .dropdown-item {
    text-align: center;
  }

  .nav-icon .md-icon {
    margin: 5px;
  }

  .icon-dropdowns .form-inline {
    text-align: center;
  }

  .navbar-expand-lg .form-inline {
    display: block;
    margin: .5rem auto;
  }

  .icon-dropdowns .count {
    top: 5px;
    right: auto;
    margin-left: -8px;
  }

  .split-menu .navbar-brand {
    display: none;
  }

  .split-menu .navbar-brand.mobile-brand {
    display: contents;
  }

  .agency-demo .header-title {
    margin-bottom: 20px;
  }

  .agency-demo .header-text {
    display: none;
  }

  header.agency-demo .header-inner {
    margin-top: -80px;
  }

  .after-dropdown {
    margin-left: 0;
  }

  .custom-menu .dropdown-toggle::after {
    top: 14px;
  }

  .nav-button {
    margin-left: 0;
    display: inline-block;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .popover-example .popover {
    max-width: 100%;
    width: 44%;
    margin: 3%;
  }

  .menu-item .menu-price {
    float: none;
  }

  .footer-left-area {
    text-align: center;
    margin-bottom: 15px;
  }

  .footer-right-area {
    text-align: center;
  }

  .cta .col-md-8, .cta .col-md-4 {
    text-align: center !important;
    margin: 0 !important;
  }

  .cta .col-md-4 .btn {
    margin: 12px 0 0 0 !important;
  }

  .cs-wrapper .newsletter-form {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1300px) {
  .portfolio-filter.list-inline li{
    display: grid;
    text-align: center;
  }
  li.AddTof {
    position: relative;
        right: 0;
        margin-right: 0;
  }
  .portfolio-filter a{
    padding:0;
        }

}
@media only screen and (max-width: 767px) {
  body.components, html.components {
    background-color: #f7f7f7;
  }
  .col-md-2{
    width:30%;
  }
  li.col-md-4.col-lg-3.project{
    width:50%;
  }
  body.bg-inverse {
    background: #111111;
  }
  li.col-md-6.col-lg-4.project {
    width: 50%;
}
  .content {
    background: transparent;
    padding: 30px 0;
  }

  .navbar-expand-sm .form-inline {
    display: block;
    margin: .5rem auto;
  }

  #menu-toggle {
    color: #805422;
    background: white;
    border: 1px solid #eeeeee;
    font-size: 30px;
    line-height: 1;
    display: block;
    position: sticky;
    left: 0;
    top: 0;
    padding: 10px 15px;
  }
  .portfolio-type1 .hovereffect .overlay{
    opacity: 0.9;
  }
  .overlay.mobover {
    opacity: 0 !important;
}
  #icon-nav-wrapper #menu-toggle {
    color: #805422;
    background: white;
    border-color: #805422;
    font-size: 24px;
    padding: 8px 14px;
    line-height: 1;
    display: block;
  }

  .sidebar-nav-inverse #menu-toggle {
    color: #805422;
    background: #111111;
    border: none;
  }

  #icon-nav-wrapper.side-nav-inverse #menu-toggle {
    color: #805422;
    background: #111111;
    border: none;
  }

  header.resume-demo .header-inner {
    width: 100% !important;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  header.resume-demo-dark .header-inner {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  header.fitness .header-inner {
    width: 100% !important;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .resume-demo.w-profile-image h1 {
    font-size: 2rem;
  }

  .resume-demo-dark.w-profile-image h1 {
    font-size: 2rem;
  }

  .resume-demo-dark.w-profile-image {
    text-align: center;
  }

  .resume-demo-dark.w-profile-image img {
    max-width: 300px;
  }

  header .breadcrumb.text-right {
    text-align: left !important;
    margin-top: 15px;
  }

  .fact-title {
    margin-bottom: 30px;
  }

  .cta .col-sm-8, .cta .col-sm-4 {
    text-align: center !important;
    margin: 0 !important;
  }

  .cta .col-sm-4 .btn {
    margin: 12px 0 0 0 !important;
  }

  .timeline > li > .timeline-panel {
    width: 100%;
  }

  .timeline > li:not(.timeline-inverted) {
    padding-right: 0;
    padding-left: 0;
  }

  .timeline > li.timeline-inverted {
    padding-right: 0;
    padding-left: 0;
  }

  .timeline > li > .timeline-panel:before, .timeline > li > .timeline-panel:after {
    display: none;
  }

  .timeline > li > .timeline-panel {
    margin-top: 75px;
  }

  .collections {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cs-wrapper {
    max-width: 100%;
  }

  #countdown {
    width: 400px !important;
  }

  .cart-total {
    margin: 30px 0 0 0;
  }

  .update-cart {
    text-align: left;
  }

  .cart-checkout {
    text-align: left;
    margin: 15px 0 30px 0;
  }

  .checkout-form {
    margin-bottom: 50px;
  }

  footer .text-left, footer .text-right {
    display: block !important;
    text-align: center !important;
  }
}
@media only screen and (max-width: 575px) {
  .container {
    width: 100%;
  }

  .navbar-expand-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }

  .navbar-toggler-right {
    right: 0;
  }

  .navbar-toggler-left {
    left: 0;
  }

  .header-content {
    padding: 0 15px;
  }

  .form-inline .form-control {
    display: block;
    width: 70%;
    margin: 0 auto;
  }

  .form-inline .btn {
    display: block;
    width: 70%;
    margin: 5px auto;
  }

  .popover-example .popover {
    width: 90%;
    margin: 5%;
  }

  .top-menu {
    text-align: center;
  }

  .top-menu .left-area {
    display: block;
    float: none !important;
    margin-bottom: 10px;
    padding: 0 !important;
  }

  .top-menu .right-area {
    display: block;
    float: none !important;
    padding: 0 !important;
  }

  #countdown {
    width: 300px !important;
  }

  .error-wrapper .search-form {
    max-width: 100%;
  }

  table.shopping-cart {
    max-width: 100%;
    margin-left: -15px;
  }

  table.shopping-cart > tbody > tr > td {
    font-size: 10px;
  }

  .shopping-cart .image {
    display: none;
  }

  .qty input[type="number"] {
    max-width: 35px;
    max-height: 35px;
    padding: 10px 4px 10px 5px;
  }

  .x-remove {
    display: none;
  }

  footer {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  header h1 {
    font-size: 1.875rem;
  }

  header h2 {
    font-size: 1.75rem;
  }

  header h3 {
    font-size: 1.5rem;
  }

  .custom-form .left-area {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }

  .custom-form .right-area {
    display: block;
    width: 100%;
    text-align: left;
  }

  .custom-form .left-area.long {
    width: 100%;
  }

  .custom-form .right-area.long {
    width: 100%;
  }

  .custom-form .left-area.short {
    width: 100%;
  }

  .custom-form .right-area.short {
    width: 100%;
  }

  .modal-footer.custom-form {
    display: block;
  }

  #countdown {
    width: 100% !important;
  }
}
@media only screen and (max-width: 400px) {
  .top-nav {
    text-align: center;
  }

  .top-nav .left {
    display: block;
  }

  .top-nav .right {
    float: none;
    display: block;
  }

  .pager {
    text-align: center;
  }

  .pager-left, .pager-right {
    display: block;
  }

  .pager-right {
    float: none;
  }
}
/*--- end of max-widths ---*/
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .custom-form .left-area {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }

  .custom-form .right-area {
    display: block;
    width: 100%;
    text-align: left;
  }

  .custom-form .left-area.long {
    width: 100%;
  }

  .custom-form .right-area.long {
    width: 100%;
  }

  .custom-form .left-area.short {
    width: 100%;
  }

  .custom-form .right-area.short {
    width: 100%;
  }
}
/*--- min-widths ---*/
@media only screen and (min-width: 1200px) {
  .blog.block .video-player {
    height: 233px;
  }

  .blog.block .video-player.blog-page-sidebar {
    height: 420px;
  }
}
@media only screen and (min-width: 992px) {
  .container.container-lg {
    max-width: 990px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: .5rem 1rem;
  }

  .custom-menu.navbar-expand-lg .navbar-nav .nav-link {
    padding: .75rem 1rem;
  }

  .menu-pills .navbar-nav .nav-link {
    padding: .75rem 1.25rem;
    margin: 0 5px;
  }

  .dropdown-menu li:hover .sub-menu {
    visibility: visible;
  }

  .dropdown:hover .dropdown-menu {
    display: block;
  }

  .navbar-expand-lg .icon-dropdowns .nav-link {
    padding: .75rem !important;
  }

  .navbar-expand-lg.stacked-menu > .container {
    display: block;
  }

  .col-lg-6.sub-col-left {
    padding-right: 7.5px;
  }

  .col-lg-6.sub-col-right {
    padding-left: 7.5px;
  }
}
@media only screen and (min-width: 768px) {
  .col-md-6.sub-col-left {
    padding-right: 7.5px;
  }

  .col-md-6.sub-col-right {
    padding-left: 7.5px;
    width: 100%;
  }

  #wrapper {
    padding-left: 300px;
  }

  #wrapper.toggled {
    padding-left: 0;
  }

  #sidebar-wrapper {
    width: 300px;
  }

  #wrapper.toggled #sidebar-wrapper {
    width: 0;
  }

  #page-content-wrapper {
    position: relative;
  }

  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
  }

  #icon-nav-wrapper {
    padding-left: 100px;
  }

  #icon-nav-wrapper.toggled {
    padding-left: 0;
  }

  #icon-nav-sidebar-wrapper {
    width: 100px;
  }

  #icon-nav-wrapper.toggled #icon-nav-sidebar-wrapper {
    width: 0;
  }

  #icon-nav-page-content-wrapper {
    position: relative;
  }

  #icon-nav-wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
  }
}
@media only screen and (min-width: 576px) {
  .col-sm-6.sub-col-left {
    padding-right: 7.5px;
  }

  .col-sm-6.sub-col-right {
    padding-left: 7.5px;
  }
}
/*--- end of min-widths ---*/
/*------- end of media screens -------*/
