@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;700;900&display=swap');

body {
  font-family: "Raleway", sans-serif;
  margin: 0;
  font-size: 1rem;
  color: #333;
  background-color: #fff;
  transition: background-color .5s;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1170px;
  }
}

/*HEADER*/
.logo {
  width: 200px;
}

header .navigation-right {
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 9999;
}

.navbar-toggler-icon svg path {
  stroke: #333;
}

.navbar-collapse {
  display: flex;
  justify-content: flex-end;
  flex-grow: inherit;
}

header .nav-link {
  color: #333333;
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: 400;
  margin-left: 10px;
}

header .nav-link:focus,
header .nav-link:hover,
header .nav-item.active .nav-link {
  color: #fff;
  background-color: #cc9933;
}

header .dropdown-menu {
  border-radius: 0;
  border: 0;
  background-color: #cc9933a9;
  width: 200px;
  text-align: center;
  margin-left: -24px;
}

.btn {
  background-color: #cc9933;
  border-radius: 0;
  padding: 10px 20px;
  color: #fff;
}

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

header {
  background-color: #e6e7e8;
  padding: 30px 0;
}

header .dropdown-item {
  color: #fff;
}

header .social ul {
  display: flex;
  list-style: none;
  margin-bottom: 0;
  align-items: center;
}

header .social ul li a {
  padding: 5px;
}

header .social ul li a img {
  height: 40px;
}

/*SLIDER*/
.main-slider.owl-carousel {
  position: relative;
  margin-bottom: 60px;
}

.main-slider.owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -25px;
}

.main-slider.owl-carousel .owl-prev,
.main-slider.owl-carousel .owl-next {
  position: absolute;
  opacity: 0.9;
  z-index: 999;
  display: inline-block;
  line-height: 1;
}

.main-slider.owl-carousel .owl-prev:focus,
.main-slider.owl-carousel .owl-next:focus {
  outline: none;
}

.main-slider.owl-carousel .owl-prev span,
.main-slider.owl-carousel .owl-next span {
  box-shadow: none;
  background-size: cover;
  height: 50px;
  width: 50px;
  text-indent: -9999px;
}

.main-slider.owl-carousel .owl-next {
  right: 10px;
}

.main-slider.owl-carousel .owl-prev {
  left: 10px;
}

.main-slider.owl-carousel .owl-next span {
  display: block;
  background-image: url("../images/chevron-right.svg");
}

.main-slider.owl-carousel .owl-prev span {
  display: block;
  background-image: url("../images/chevron-left.svg");
}

.main {
  padding: 60px 0;
}

.quote {
  position: relative;
  padding-top: 70px;
  font-weight: 900;
  font-size: 50px;
  max-width: 500px;
  color: #546b64;
  line-height: 0.75;
  margin-bottom: 50px;
}

.quote img {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
}

.mission {
  margin-top: 60px;
}

.mi-item {
  display: flex;
  margin-bottom: 20px;
  max-width: 800px;
  align-items: center;
}

.mi-item .arrow {
  background-color: #cc9933;
  color: #fff;
  font-size: 18px;
  padding: 10px 20px;
  width: 120px;
  text-align: right;
  margin-right: 20px;
  position: relative;
  height: 48px;
}

.mi-item .arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: -24px;
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-right: 24px solid #cc9933;
}

.mi-item .arrow span {
  display: block;
  text-align: right;
}

.mi-item .text {
  flex: 1;
}

.mi-item .text p {
  margin-bottom: 0;
}

.mi-2.mi-item .arrow:after,
.mi-3.mi-item .arrow:after {
  content: "";
  height: 48px;
  background-color: #cc9933;
  position: absolute;
  left: -50px;
  top: 0;
  width: 50px;
}

.mi-2.mi-item .arrow:before {
  left: -74px;
}

.mi-3.mi-item .arrow:before {
  left: -124px;
}

.mi-3.mi-item .arrow:after {
  left: -100px;
  top: 0;
  width: 100px;
}

.features {
  background-image: url("../images/bg_1.jpg");
  background-size: cover;
  margin-bottom: 30px;
}

.features .overlay {
  background-color: rgba(255, 255, 255, 0.46);
  padding: 60px 0;
}

.features .feature {
  padding: 30px;
  text-align: center;
}

.features .feature img {
  height: 140px;
  margin-bottom: 0;
}

.features .feature p {
  font-size: 20px;
}

footer {
  background-color: #e6e7e8;
  padding: 60px 0;
}

.logo-footer {
  display: inline-block;
  margin-bottom: 30px;
}

.logo-footer img {
  width: 180px;
}

.contact-footer {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-footer li {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  color: #666666;
}

.contact-footer li img {
  height: 30px;
  margin-right: 10px;
}

.social-footer {
  list-style: none;
  margin: 0;
  margin-bottom: 50px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

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

.social-footer li img {
  height: 50px;
}

.copyright {
  color: #666666;
  text-align: right;
  margin-bottom: 30px;
}

.agency {
  text-align: right;
  margin-bottom: 0;
}

.agency a img {
  height: 7px;
}

.cart-items {
  position: fixed;
  top: 40%;
  right: 20px;
  z-index: 90;
  text-decoration: none;
  color: #333;
}

.cart-items span {
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  bottom: -20px;
  left: 0;
}

.cart-items:hover,
.cart-items:focus,
.cart-items:active span {
  color: #546b64;
}


.cart-items img {
  width: 50px;
}

.banner {
  height: 450px;
  background-size: cover;
  position: relative;
}

.bannercarro {
  height: 265px;
  background-size: cover;
  position: relative;
}

.banner .container {
  position: relative;
  height: 100%;
}

.banner img {
  position: absolute;
  bottom: 0px;
  right: 0;
  height: 80px;
}

.contact-info {
  text-align: center;
}

.contact {
  padding: 30px;
}

.contact img {
  width: 100px;
  margin: auto;
  margin-bottom: 10px;
}

.contact p {
  margin-bottom: 0;
}

.contact-form {
  margin-bottom: 60px;
}

.form {
  padding: 20px 20px;
  position: relative;
}

.form-control {
  border-radius: 0;
  height: 50px;
  border-color: #fff;
  background-color: #eee;
  margin-bottom: 20px;
}

.form-control:focus {
  box-shadow: none;
  border-color: #000;
}

textarea.form-control {
  min-height: 140px;
}

.map {
  height: 450px;
  width: 100%;
}

.form .error {
  border-color: red;
}

.form label.error {
  position: relative;
  top: -18px;
  border: 0;
  font-size: 13px;
  font-weight: bold;
}

.product-list {
  padding: 60px 0;
}

.product-list h1,
h1.title {
  margin-bottom: 30px;
  font-weight: 900;
  color: #546b64;
  font-size: 50px;
}

.cart h3 {
  font-size: 20px;
  margin-bottom: 30px;
}

.product-item {
  display: block;
  position: relative;
  margin-bottom: 20px;
}

.img-hover-zoom {
  overflow: hidden;
}

.product-item img {
  width: 100%;
  transition: transform .3s ease;
}

.product-item .caption {
  background-color: #000000a4;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 10px 20px;
  color: #fff;
  transform: translate(-50%, -50%);
  transition: transform .3s ease;
}

.product-item:hover .caption {
  transform: translate(-50%, -50%) scale(1.1);
  transition: transform .3s ease;
}

.product-item .caption span {
  display: block;
  text-align: center;
}

.cta {
  background-image: url("../images/bg_3.png");
  background-size: cover;
  position: relative;
  height: 200px;
  margin-top: 100px;
}

.cta-caption {
  background-color: #373435;
  padding: 40px 30px;
  position: relative;
  max-width: 940px;
  margin: auto;
  top: -80px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.cta-caption p {
  color: #fff;
  margin-bottom: 0;
  font-size: 24px;
  margin-right: 40px;
  line-height: 1.2;
}

.cta-caption .btn {
  padding: 20px 40px;
  font-size: 20px;
}

.note {
  font-size: 13px;
  color: #666;
  margin-bottom: 0;
}

.product-name {
  color: #333;
  font-size: 22px;
}

.product-detail {
  color: #666;
}

.product-description {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.product-description li {
  font-size: 18px;
  color: #333;
}

.ms-thumb-list.ms-dir-h {
  height: 180px !important;
}

.ms-thumb-frame {
  height: 140px !important;
}

.form-list-cart td {
  vertical-align: middle;
}

.product-id {
  display: flex;
  align-items: center;
}

.product-id img {
  height: 64px;
  margin-right: 15px;
}

.form-list-cart {
  margin: 40px 0 0;
}

.form-list-cart .form-control {
  margin-bottom: 0;
  width: 60px;
  background-color: transparent;
  border: 1px solid #ddd;
  height: 40px;
}

.form-list-cart .btn {
  margin-bottom: 0;
  height: 40px;
  padding: 5px 10px;
}

.form-list-cart .btn img {
  width: 16px;
}

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

.cart-form .form-action {
  text-align: right;
}

.th {
  width: 100px;
}

.form-list-cart h3 {
  display: none;
}

@media (max-width:1440px) {
  .mission {
    margin-left: 124px;
  }

  .features .feature img {
    height: 120px;
  }
}

@media (max-width:1199px) {
  .features .feature p {
    font-size: 18px;
  }
}

@media (max-width:991px) {
  .navigation-right {
    flex-direction: row-reverse;
    z-index: 9999;
  }

  header .social ul {
    padding-left: 0;
  }

  .navbar-collapse {
    position: absolute;
    right: 0;
    top: 80px;
    width: 300px;
    background-color: #cc9933;
    z-index: 999;
    text-align: right;
  }

  header .dropdown-item {
    font-size: 14px;
    text-align: right;
  }

  header .navbar-nav {
    width: 100%;
  }

  header .navbar-nav .nav-link {
    padding: 12px 20px;
    color: #fff;
  }

  header .dropdown-menu {
    margin-left: auto;
    text-align: right;
  }

  header .dropdown-item {
    padding: 10px 20px;
  }

  .features .feature {
    padding: 15px;
  }

  .features .feature img {
    width: 100px;
  }

  .features .feature p {
    font-size: 16px;
  }

  footer {
    padding: 30px 0;
  }

  .contact-footer li {
    font-size: 14px;
    line-height: 1.2;
  }

  .copyright {
    font-size: 13px;
    line-height: 1.1;
  }
}

@media (max-width:767px) {
  header {
    padding: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    position: fixed;
  }

  .navbar>.container {
    flex-wrap: nowrap;
  }

  .logo {
    width: 140px;
  }

  header .social ul li a img {
    height: 30px;
  }

  .navbar-toggler {
    padding: 0;
    margin-left: 10px;
  }

  main {
    padding-top: 56px;
  }

  .navbar-collapse {
    z-index: 999;
    top: 44px;
    width: 230px;
  }

  header .navbar-nav .nav-link {
    font-size: 14px;
  }

  .main-slider.owl-carousel .owl-prev span,
  .main-slider.owl-carousel .owl-next span {
    height: 35px;
    width: 35px;
  }

  .main-slider.owl-carousel .owl-nav {
    margin-top: -35px;
  }

  .main {
    padding: 30px 0;
  }

  .quote {
    padding-top: 45px;
    font-size: 35px;
    line-height: 1;
    margin-bottom: 25px;
  }

  .quote img {
    height: 30px;
  }

  .mission {
    margin-left: 0;
  }

  .mi-item {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .mi-item .arrow {
    margin-bottom: 15px;
    text-align: left;
  }

  .mi-item .arrow span {
    text-align: left;
  }

  .mi-item .text p br {
    display: none;
  }

  .mi-item .arrow::before {
    left: auto;
    right: -24px;
    border-left: 24px solid #cc9933;
    border-right: 0;
  }

  .mi-2.mi-item .arrow:after,
  .mi-3.mi-item .arrow:after {
    left: auto;
    right: -50px;
  }

  .mi-2.mi-item .arrow:before {
    left: auto;
    right: -74px;
  }

  .mi-3.mi-item .arrow:before {
    left: auto;
    right: -124px;
  }

  .mi-3.mi-item .arrow:after {
    right: -100px;
    top: 0;
    width: 100px;
  }

  footer .social-footer {
    text-align: left;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .social-footer li {
    margin-left: 0;
    margin-right: 10px;
  }

  .social-footer li img {
    height: 40px;
  }

  .copyright {
    text-align: left;
    margin-bottom: 10px;
  }

  .agency {
    text-align: left;
  }

  .contact-info .contact {
    padding: 0;
    margin-bottom: 20px;
  }

  .contact img {
    width: 60px;
  }

  .contact p {
    font-size: 14px;
  }

  .cta-caption {
    flex-direction: column;
    text-align: center;
  }

  .cta-caption p {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .product-list h1,
  h1.title {
    font-size: 34px;
  }

  .th {
    width: 40px;
  }

  .banner {
    height: 300px;
  }

  .banner img {
    height: 50px;
  }
}

@media(max-width:560px) {
  .form-list-cart h3 {
    display: block;
  }

  .table thead {
    display: none;
  }

  .product-id img {
    height: 50px;
  }

  .product-id span {
    font-size: 14px;
  }

  .form-list-cart .btn img {
    width: 12px;
  }

  .form-list-cart .btn {
    height: 32px;
    padding: 1px 8px;
  }

  .form-list-cart .form-control {
    width: 50px;
    height: 32px;
  }
}