
@media only screen and (max-width: 500px) {
    #intro {
    display: none;
  }
}

.swatch-option-tooltip {
    max-width: 90px;
    max-height: 100%;
    min-height: 20px;
    min-width: 20px;
    position: absolute;
    padding: 5px;
    background: #fff;
    color: #949494;
    border: 1px solid #adadad;
    z-index: 999;
    text-align: center;
}
.swatch-option-tooltip::after{
    content: "";
    position: absolute;
    left: 31px;
    bottom: -10px;
    clip-path: polygon(50% 100%, 100% 0, 0 0);
    background: #adadad;
    width: 20%;
    height: 11%;
}
    .product-tip {
        text-align:center;
    }
    .product-tip strong {
        position: relative;
        display: inline-block;
        padding-top: 0.688rem;
        border-top: 1px solid #888;
        /*min-width: 200px;*/
    }
    .product-tip strong::before {
        content: '';
        background-image: url(//cdn.shopify.com/s/files/1/0285/5311/7782/t/12/assets/cap.svg?v=16419961190406900021659504629);
        position: absolute;
        top: -145px;
        left: 50%;
        height: 145px;
        width: 150px;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: bottom center;
        margin-left: -75px;
    
    }
img {
    object-fit: contain !important;
}
nav.navbar .navbar-search-form .navbar-search-input {
 display: none;
 z-index: 999;
  
}
nav.navbar .navbar-search-form .navbar-search-input.is-open {
 display:block;
 z-index: 999;
}
 .nav-adjuster{		    
	flex-basis: 50%;
    padding: 10px;
}
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; 
}
.dropdown-toggle::after{
    color:var(--main-color);
}
.navbar-brand img {
    width: 120px;
}
#navbar-main-content-id > ul > li > a {
        padding: 0 0.6rem;
        font-size: 0.6rem;
}
body > div.product-details-page.my-5.py-5 > div > div.row > div.col-md-5.my-3 > div > img {
    max-width: 50% !important;
}
#navbar-main-content-id > ul > li > ul {
    margin-top: 1px;
}
.text-aurora {
  color: var(--main-color);
}

.text-aurora-dark {
  color: #70554e;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.bg-aurora {
  background-color: var(--main-color);
}

.border-aurora {
  border-color: var(--main-color) !important;
}

.border-aurora-light {
  border-color: var(--bg-aurora-light) !important;
}

.bg-aurora-light {
  background-color: var(--bg-aurora-light);
}

.btn-what-client-need {
  background-color: var(--main-color);
  color: #000;
  transition: 0.3s;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 2px;
  padding-top: 15px;
  padding-right: 30px;
  padding-bottom: 15px;
  padding-left: 30px;
}

.btn-what-client-need:hover {
  color: #fff;
}

.nice-shadow {
  box-shadow: 0 3px 15px rgba(22, 41, 124, 0.1);
}

.special-shadow {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

/* utilities */
.navbar-expand-lg .navbar-nav .dropdown-menu {
  padding: 15px;
  min-width: 13rem;
  border-radius: 0;
  border: none;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

/* dropdown additional style */
.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--main-color);
}

.dropdown-item {
  font-family: "Mulish", sans-serif;
  padding: 0.9em 1em;
  font-size: 0.75em;
  font-weight: 600;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #000;
  background-color: #d2c3b2;
}

.dropdown-divider {
  height: 0;
  opacity: 1;
  border-top: 1px solid #eff2f7;
}

/* .form-control override styles */
.form-control {
  border-radius: 0;
  background-color: transparent;
}

.form-control:focus {
  border-color: rgba(var(--main-color-rgb), 0.5);
  box-shadow: none;
}

.about-us-section-title {
  font-weight: 600;
  color: var(--main-color);
}

.moved-label {
  position: relative;
  font-size: 14px;
  padding-top: 20px;
}
.moved-label input {
  border: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background-color: #f2f2f2;
  padding: 12px;
  border-radius: 3px;
  width: 250px;
  font-size: 14px;
}
.moved-label .placeholder {
  position: absolute;
  left: 12px;
  top: calc(50% + 10px);
  transform: translateY(-50%);
  color: #aaa;
  transition: top 0.3s ease-in-out, font-size 0.3s ease-in-out, color 0.3s ease-in-out;
}
.moved-label input:valid + .placeholder,
.moved-label input:focus + .placeholder {
  top: 10px;
  font-size: 12px;
  color: #aaa;
}

label.moved-checkbox {
  font-size: 0.8rem;
  color: #9e9e9e;
}
label.moved-checkbox input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
label.moved-checkbox input[type=checkbox] + span {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
label.moved-checkbox input[type=checkbox]:not(:checked) {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
label.moved-checkbox input[type=checkbox]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
label.moved-checkbox input[type=checkbox]:checked + span::before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border: 2px solid transparent;
  border-bottom-color: #26a69a;
  border-right-color: #26a69a;
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 100% 100%;
}
label.moved-checkbox input[type=checkbox] + span::before,
label.moved-checkbox input[type=checkbox] + span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  border-radius: 3px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  margin-top: 3px;
  transition: 0.2s;
}
label.moved-checkbox input[type=checkbox] + span::after {
  transform: scale(0);
}

.to-cart {
  min-width: 0;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  padding: 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 1.86px;
  color: #fff;
  position: relative;
  border: none;
  max-height: 40px;
  min-height: 40px;
  line-height: 40px;
  margin: 0;
  border-radius: 20px;
  background: #2f8561;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.link-black {
  display: inline-block;
  margin-top: 2.4rem;
  background: #17171a;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  padding: 1rem 2rem;
  border-radius: 5rem;
  transition: 0.3s ease-in-out;
  transition-property: background-color, color, border, box-shadow, text-shadow;
  border: 1px solid transparent;
  margin: 0 auto;
  position: relative;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.link-black:hover {
  color: #17171a;
  border-color: #17171a;
  background-color: #fff;
}

.loading-overlay {
  position: fixed;
  background: #fff;
  width: 100%;
  height: calc(100% + 90px);
  z-index: 1040;
  display: none;
  margin-top: -90px;
}

.loading-container {
  position: fixed;
  top: 50%;
  z-index: 1050;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.loading-container .loader-body {
  width: 48px;
  height: 48px;
  border: 2px solid var(--main-color);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  -webkit-animation: rotate-spinner 1s linear infinite;
  animation: rotate-spinner 1s linear infinite;
}

.loading-container .loader-body::after,
.loading-container .loader-body::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--main-color);
  width: 6px;
  height: 6px;
  transform: translate(150%, 150%);
  border-radius: 50%;
}

.loading-container .loader-body::before {
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
  transform: translate(-150%, -150%);
}

body.load {
  overflow: hidden;
}

body.load .loading-container,
body.load .loading-overlay {
  display: block;
}

@-webkit-keyframes rotate-spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotate-spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.skew-btn {
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  background-color: transparent;
  padding: 12px 32px 10px;
  font-weight: 700;
  transition: 0.35s ease;
  color: var(--main-color);
  min-width: 140px;
  border: 2px solid var(--main-color);
  box-sizing: border-box;
  border-radius: 0;
  letter-spacing: 0.1em;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.skew-btn span {
  position: relative;
  z-index: 1;
}

.skew-btn::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 50%;
  transition: 0.35s ease;
  background-color: var(--main-color);
  transform: translate(-50%, 0) skew(25deg);
  background-image: var(--main-color);
}

.skew-btn.sm {
  padding: 7px 10px 5px;
  min-width: auto;
  font-size: 14px;
}

.skew-btn:hover,
.skew-btn.skew {
  color: #fff;
}

.skew-btn:hover::before,
.skew-btn.skew::before {
  width: 150%;
}

.skew-btn.skew:hover {
  color: var(--main-color);
}

.skew-btn.skew:hover::before {
  width: 0;
}

.time-line .time-line-content::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  margin-left: -1px;
  top: 0;
  left: 50%;
  background-color: var(--main-color);
}

.time-line .time-line-content .left::before {
  right: -50px;
}

.time-line .time-line-content .right::before {
  left: -50px;
}

.time-line .time-line-content .left:before,
.time-line .time-line-content .right:before {
  content: "\f017";
  width: 30px;
  top: 15px;
  height: 30px;
  background-color: #fff;
  position: absolute;
  border-radius: 50%;
  border: 3px solid var(--main-color);
  font-family: "Font Awesome 5 Free";
  text-align: center;
  line-height: 23px;
  color: var(--main-color);
  font-size: 17px;
  padding-left: 1px;
  font-weight: 900;
}

.time-line .time-line-content .left,
.time-line .time-line-content .right {
  width: calc(50% - 35px);
}
.time-line .time-line-content .left img,
.time-line .time-line-content .right img {
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.time-line .time-line-content .right:last-of-type {
  margin-bottom: 0 !important;
}

.time-line .time-line-content .left .content:before {
  content: "";
  border-style: solid;
  border-color: transparent transparent transparent var(--main-color);
  border-width: 10px;
  position: absolute;
  top: 20px;
  right: -20px;
  width: 0;
  height: 0;
}

.time-line .time-line-content .right .content:before {
  content: "";
  border-style: solid;
  border-color: transparent var(--main-color) transparent transparent;
  border-width: 10px;
  position: absolute;
  top: 22px;
  left: -18px;
  width: 0;
  height: 0;
}

@media (max-width: 770px) {
  .time-line .time-line-content .left:before,
.time-line .time-line-content .right:before {
    display: none;
  }

  .time-line .time-line-content .left,
.time-line .time-line-content .right {
    width: 100%;
  }
}
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 41px;
  text-align: center;
  font-size: 22px;
  background-color: var(--main-color);
  cursor: pointer;
}

.back-to-top:hover {
  color: #fff;
}

body {
  --main-color: #876c63;
  --main-color-rgb: 135, 108, 99;
  --bg-aurora-light: #d5c3af;
  font-family: "Alata", sans-serif;
  background:white;
}

p {
  font-family: "Mulish", sans-serif;
  line-height: 1.8;
  font-size: 16px;
}

.banner {
  height: 300px;
  position: relative;
  z-index: 1;
  color: #fff;
}
.banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.6);
}

.about-us-section {
  position: relative;
}
.about-us-section .shapes .town-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.1;
}
.about-us-section .video-player {
  position: relative;
}
.about-us-section .video-player::before {
  content: "";
  height: 100%;
  width: 62%;
  background-color: var(--main-color);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-clip-path: polygon(0 0, 70% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 70% 0%, 100% 100%, 0% 100%);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.about-us-section .video-player .shapes .wave-shape {
  position: absolute;
  left: 15px;
  bottom: 25px;
}
.about-us-section .video-player .shapes .points-shape {
  position: absolute;
  top: -30px;
  left: -30px;
}

.our-services-section .single-slide .image {
  position: relative;
  z-index: 1;
}

.our-services-section .single-slide .image::before {
  content: "";
  height: 100%;
  position: absolute;
  transition: 0.4s;
  width: 100%;
  background-image: -webkit-linear-gradient(bottom, rgba(var(--main-color-rgb), 0.7) 20%, transparent);
  opacity: 0;
}

.our-services-section .single-slide:hover .image::before {
  opacity: 0.8;
}

.our-services-section .single-slide .image img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

.our-services-section .single-slide .wrapper a {
  color: var(--main-color);
  font-weight: 600;
  transition: 0.3s;
}

.our-services-section .single-slide .wrapper a:hover {
  color: #333;
}

.our-services-section .slider__arrow.slider__arrow--next.glide__arrow.glide__arrow--next {
  right: 0;
}

.our-services-section .slider__arrow.slider__arrow--next.glide__arrow.glide__arrow--next i {
  position: relative;
  top: -2px;
  left: 2px;
}

.our-services-section .slider__arrow.slider__arrow--prev.glide__arrow.glide__arrow--prev i {
  position: relative;
  top: -2px;
  right: 2px;
}

.our-services-section .glide__arrow {
  border-radius: 50%;
  background-color: var(--main-color);
  border-color: var(--main-color);
  padding: 0;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  color: #fff;
}

.our-services-section .glide__arrow:hover {
  opacity: 0.7;
}

/* specializations */
.specializations-section .single-feed .img {
  position: relative;
  overflow: hidden;
}

.specializations-section .single-feed .img img {
  transition: 0.4s;
}

.specializations-section .single-feed:hover .img img {
  transform: scale(1.4) rotate(15deg);
}

/* partners */
.our-partners-section .single-slide {
  position: relative;
  overflow: hidden;
}

.our-partners-section .single-slide .images-shapes img {
  position: absolute;
}

.our-partners-section .single-slide .images-shapes img.rounded-shape {
  width: 50px;
  height: 50px;
  transform: rotate(180deg);
  top: 0;
  left: 0;
}

.our-partners-section .single-slide .images-shapes img.website-logo {
  width: 100px;
  height: 50px;
  right: 0;
  bottom: 0;
  opacity: 0.2;
  -o-object-fit: contain;
  object-fit: contain;
}

.our-partners-section .single-slide .img-container img {
  width: 180px;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
}

.our-team .owl-item {
  padding: 10px;
}

.founder-message-section .founder-image img {
  height: 500px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-section .single-feed .img img {
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-section .single-feed .wrapper {
  border-bottom: 4px solid var(--main-color);
  background-color: #fff;
}

.project-details-page .images-glary .single-image img {
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
}
.project-details-page .glide__bullets {
  bottom: 0;
}
.project-details-page .glide__bullets .glide__bullet {
  background-color: #d6d6d6;
}
.project-details-page .glide__bullets .glide__bullet.glide__bullet--active {
  background-color: var(--main-color);
}

.contact-us,
.recruitment-center-page {
  position: relative;
  background: #f3f4fe;
  overflow: hidden;
  z-index: 1;
}
.contact-us .shape img,
.recruitment-center-page .shape img {
  position: absolute;
  z-index: -1;
  max-width: 100%;
  left: 0;
  bottom: 0;
}
.contact-us .contact-us-desc .single-desc,
.recruitment-center-page .contact-us-desc .single-desc {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.contact-us .contact-us-desc .single-desc .info,
.recruitment-center-page .contact-us-desc .single-desc .info {
  flex-grow: 1;
}
.contact-us .contact-us-desc .single-desc .icon,
.recruitment-center-page .contact-us-desc .single-desc .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 22px;
  border-radius: 50%;
  text-align: center;
  background-color: #876c63;
}

.post-details .main-image {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 500px;
}

.banner {
  height: 300px;
  position: relative;
  z-index: 1;
  color: #fff;
}
.banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.6);
}

ul.timeline-year-bullet {
  list-style: none;
  margin: 0;
  padding: 0;
  position: fixed;
  right: 0;
  top: 40vh;
}
ul.timeline-year-bullet li.single-year {
  color: #666666;
  background: #f9f9f9;
  border-left: 4px solid #666666;
  display: block;
  font-size: 13px;
  position: relative;
  line-height: 1;
  cursor: pointer;
}
ul.timeline-year-bullet li.single-year::before {
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-image: inherit;
  background-color: #666666;
  filter: contrast(29%);
  -webkit-filter: contrast(29%);
  margin-right: -1.5px;
  z-index: 1;
  top: 0;
  right: 11px;
}
ul.timeline-year-bullet li.single-year a {
  text-decoration: none;
  color: #666666;
  position: relative;
  display: inline-block;
  transition-duration: 0.3s;
  width: 100%;
  margin-right: 5px;
  padding: 6px 20px 6px 9px;
  min-height: 11px;
  transition: all 0.2s linear;
  background-color: transparent;
}
ul.timeline-year-bullet li.single-year a:before {
  content: " ";
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition-duration: 0.1s;
}
ul.timeline-year-bullet li.single-year a:after {
  content: " ";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #666666;
  filter: contrast(29%);
  -webkit-filter: contrast(29%);
  position: absolute;
  right: 4.8px;
  top: 6px;
  z-index: 999;
  transition-duration: 0.2s;
}

.accordion-item {
  border: none;
  border-top: 1px solid rgba(var(--main-color-rgb), 0.2);
}
.accordion-item .accordion-button {
  background-color: transparent;
}
.accordion-item .accordion-button:not(.collapsed) {
  color: var(--main-color);
  background-color: transparent;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.product-color-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.product-color-wrapper .single-color {
  width: 22px;
  height: 22px;
  cursor: pointer;
}


.coffee-page .intensity-wrapper .single-intensity {
  position: relative;
  cursor: pointer;
}
.coffee-page .intensity-wrapper .single-intensity.disabled {
  cursor: auto;
  opacity: 0.3;
}
.coffee-page .intensity-wrapper .single-intensity::before {
  position: absolute;
  content: attr(data-intensity);
  text-align: center;
  right: 0;
  left: 0;
  top: 5px;
  font-size: 12px;
}
.coffee-page .single-product-wrapper img.product-image {
    width: 120px;
    height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
}
.coffee-page .single-product-wrapper .product-attribute-intensity .intensity-bar span.bar-box {
  width: 3px;
  height: 8px;
  margin-right: 3px;
  border: none;
  background: #ddd;
  display: inline-block;
  box-sizing: border-box;
}
.coffee-page .single-product-wrapper .product-attribute-intensity .intensity-bar span.bar-box.active {
  background: #2f8561;
}

.sustainability-page .sustainability-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 250px;
  text-align: center;
}

.contact_heading-title,
.contact_heading h2 {
  color: #000000;
  font-family: "Alata", Sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2em;
  text-align: center;
}

.contact_heading-subtitle,
.contact_us_title {
  color: #000000;
  font-family: "Alata", Sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2em;
}

.contact_content {
  padding: 23px 0px 0px 0px;
}

.contact_content_col {
  padding: 0 25px;
}

.contact_us {
  padding: 0 25px;
}

.contact_heading {
  border: 2px solid rgba(214, 194, 176, 0.8588235294);
  border-radius: 0px 30px 0px 30px;
  padding: 38px;
  margin-top: 60px;
  margin-bottom: 30px;
  text-align: center;
}

.contact_heading strong {
  color: #70554e;
}

.submit_form {
  background-color: #d2c3b2;
  padding: 50px 0px 80px 0px;
}

.field-label {
  display: block;
}

.field-label:after {
  content: "*";
  color: red;
  padding-left: 0.2em;
}

.contact_form_content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form_field {
  width: 48%;
  margin-bottom: 16px;
}

.submit_form_input,
.submit_form_textarea {
  padding: 0.75em;
  width: 100%;
  border: 1px solid #818a91;
  outline: none;
  border-radius: 9px 9px 9px 9px;
}

.submit_form_textarea {
  min-height: 90px;
}

.form_submit_btn {
  background-color: #886c63;
  color: #fffefe;
  display: block;
  border: none;
  border-radius: 2px;
  padding: 12px 30px;
  font-size: 15px;
  margin-top: 15px;
}

.privacy_link {
  color: #000;
}

@media (max-width: 600px) {
  .form_field {
    width: 79%;
  }
}
.news-section .single-feed .img img {
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-section .single-feed .wrapper {
  border-bottom: 4px solid var(--main-color);
  background-color: #fff;
}

footer.footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

footer.footer .shapes img.coffee-shape {
  position: absolute;
  z-index: -1;
  width: 200px;
  bottom: 0;
  right: 0;
  opacity: 0.3;
}

footer.footer .shapes .dotted-shape {
  position: absolute;
  top: 10px;
  left: -18px;
  opacity: 0.4;
  width: 100px;
}

footer.footer .widget a {
  color: #fff;
  transition: 0.5s;
  text-decoration: none;
}

footer.footer .widget a:hover {
  color: #ddd;
}

footer.footer .widget .widget-link {
  position: relative;
  font-family: "Mulish", Sans-serif;
  font-size: 0.9rem;
}

footer.footer .widget .widget-link:hover:before {
  opacity: 0.5;
}

footer.footer .widget .widget-link::before {
  position: absolute;
  content: "\f292";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  left: -17px;
  opacity: 0;
}

footer ul.footer-social-media li a {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #fff;
  color: var(--main-color);
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  border-radius: 5px;
  transition: 0.5s;
}

footer ul.footer-social-media li a:hover {
  color: #fff;
  background-color: var(--main-color);
}

footer .copyRight a {
  transition: 0.3s;
  color: #333;
}

footer .copyRight a:hover {
  color: #fff;
}

.hero-slider-container .single-slide .slide-wrapper {
  background-color: #c6af9c;
  border-bottom-left-radius: 50px;
}

.hero-slider-container .hero-slider .carousel-item img {
  min-height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 768px) {
  .hero-slider-container .hero-wrapper {
    width: 100vw;
  }
}
.font-weight-600 {
  font-weight: 600;
}

p {
  font-size: 16px;
}

.navbar-light .navbar-nav .nav-link {
  padding: 0 1em;
}

.navbar-brand img {
  max-width: 120px;
}

.btn-what-client-need {
  color: #000;
}

.footer-title {
  font-size: 14px;
}

.lang_icon span {
  display: flex;
  justify-content: flex-end;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px;
}

.navbar-light .navbar-nav .nav-link {
  font-weight: normal;
}

nav.navbar .navbar-social-media li a {
  width: 30px;
  height: 30px;
  line-height: 28px;
  display: inline-block;
  text-align: center;
  border: 1px solid var(--main-color);
  border-radius: 5px;
  background-color: var(--main-color);
  color: #fff;
  transition: 0.3s;
  font-size: 18px;
}

nav.navbar .navbar-social-media li a:hover {
  color: var(--main-color);
  background-color: #fff;
}

nav.navbar .navbar-search-form {
  /*overflow: hidden;*/
  position: relative;
}

nav.navbar .navbar-search-form .navbar-search-input {
  transition: 0.5s;
  transform: translateX(100%);
  opacity: 0;
  z-index: -1;
  position: absolute;
  top: 50px;
  width: 200px;
  left: -160px;
}

nav.navbar .navbar-search-form .navbar-search-input.is-open {
  transform: translateX(0%);
  opacity: 1;
  z-index: 1;
}

@media (max-width: 768px) {
    nav.navbar .navbar-search-form .navbar-search-input{
        position:unset;
    }
}

nav.navbar .nav-item .nav-link:hover::before,
nav.navbar .nav-item .nav-link.active::before {
  width: calc(100% - 1.2em);
  background-color: currentColor;
  transform: scale(1, 1) translate(50%, 0);
}

nav.navbar .nav-item .nav-link:hover,
nav.navbar .nav-item .nav-link.active {
  color: var(--main-color);
}

nav.navbar .nav-item .nav-link {
  position: relative;
  color: #000;
}

nav.navbar .nav-item .nav-link::before {
  content: "";
  position: absolute;
  width: 100%;
  right: 50%;
  height: 1px;
  background-color: transparent;
  transform: scale(0, 0) translate(-50%, 0);
  transition: transform 0.3s ease-in-out, color 0s ease-in-out;
  bottom: 0;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-light .navbar-nav .nav-link {
  font-size: 0.75em;
  text-transform: uppercase;
  font-family: "Mulish", sans-serif;
  font-weight: bold;
}

/* navbar hamperer button */
.ham-svg {
  cursor: pointer;
  transition: transform 400ms;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ham-svg.active {
  transform: rotate(45deg);
}

.ham-svg .line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #000;
  stroke-width: 5.5;
  stroke-linecap: round;
}

.ham-svg.ham-4 .top {
  stroke-dasharray: 40 121;
}

.ham-svg.ham-4 .bottom {
  stroke-dasharray: 40 121;
}

.ham-svg.ham-4.active .top {
  stroke-dashoffset: -68px;
}

.ham-svg.ham-4.active .bottom {
  stroke-dashoffset: -68px;
}

.ham-svg.ham-8 .top {
  stroke-dasharray: 40 160;
}

.ham-svg.ham-8 .middle {
  stroke-dasharray: 40 142;
  transform-origin: 50%;
  transition: transform 400ms;
}

.ham-svg.ham-8 .bottom {
  stroke-dasharray: 40 85;
  transform-origin: 50%;
  transition: transform 400ms, stroke-dashoffset 400ms;
}

.ham-svg.ham-8.active .top {
  stroke-dashoffset: -64px;
}

.ham-svg.ham-8.active .middle {
  transform: rotate(90deg);
}

.ham-svg.ham-8.active .bottom {
  stroke-dashoffset: -64px;
}

@media (min-width: 768px) {
  nav.navbar .nav-item.dropdown:hover .nav-link.dropdown-toggle ~ .dropdown-menu {
    display: block;
  }
}

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