* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}

/* --------------------------------------Breadcrumb------------------------- */

.breadcrumb {
  background: linear-gradient(360deg, rgba(8, 202, 25, 0.431), rgba(29, 99, 106, 0.397)), url(../img/our\ company.jpg) !important;
  background-size: cover !important;
  min-height: 70vh;
  background-attachment: fixed !important;
}


/* -----------------------------------
-section-one
------------------ */

.sec-one {
  /* background: url(../img/macbook2.jpg); */
  background-color: #fff;
  background-size: cover;
  padding: 5rem 0;
}

.title-1 {
  background-color: rgba(255, 255, 255, 0.72);
  padding: 1rem;
  border-radius: 10px;
  margin: 6rem 0 3rem 0;
}

.title-1 h1 {
  color: #555555;
  font-size: 3rem;
  font-weight: 600;
}

.contant {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.72);
  padding: 1rem;
  border-radius: 10px;
  margin: 0rem auto;
}

.contant h2 span {
  color: #009961;
  font-family: inherit;
}

.contant h2{
  color: #009961;
  font-size: 2.8rem;
  font-weight: 700;
  padding: 1rem 0;
}

.contant p {
  color: gray;
  font-size: 1.3rem;
}

.contant-2 {
  width: 80%;
  background-color: rgba(255, 255, 255, 0.72);
  padding: 1rem;
  border-radius: 10px;
}

.about h1 {
  font-size: 1.3rem;
  font-weight: 600;
}

.cart-1 {
  padding: 1rem 0.5rem;
}

.cart-1 i:hover {
  color: #92f461;
  background-color: #ffff;
  transition: 2s;
}

.cart-1 i {
  color: #fff;
  border-radius: 100%;
  background-color: #009961;
  font-size: 1.5rem;
  padding: 0.5rem;
  margin: 1rem 0;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.section-title p {
  margin-bottom: 0;
  color: #777777;
  font-size: 20px;
}

.section-title {
  padding-bottom: 30px;
}

.section-title h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}


.about {
  padding: 4rem 0;
  background: #e6e6e6;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li+li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #009961;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: #009961;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #009961;
}

.about .content .btn-learn-more:hover {
  background: #009961;
  color: #fff;
  text-decoration: none;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #009961;
  bottom: 0;
  left: 0;
}

.cart-1 p i {
  color: #000;
  background-color: transparent;
  padding: 0;
  font-size: 1rem;
}

/* ========== =========
@media 
========== ======*/

@media screen and (max-width: 1000px) {
  html {
    font-size: 0.8rem;
  }

  .navbar-brand img {
    width: 45%;
  }

  .foot-logo img {
    width: 25%;
  }


}

@media screen and (max-width: 770px) {

  html {
    font-size: 0.7rem;
  }

  .foot-logo img {
    width: 30%;
  }

  /* ========== */

  .contant {
    width: 90%;
    background-color: rgba(255, 255, 255, 0.72);
    padding: 1rem;
    border-radius: 10px;
    margin: 2rem 0;
  }

  .contant-2 {
    width: 100%;
  }


}

@media screen and (max-width: 550px) {
  html {
    font-size: 0.7rem;
  }
  /* ========== */

  .contant-2 {
    width: 100% !important;
  }

  .contant{
    width: 100%;
  }

  .contant h2{
    text-align: center;
  }

  .contant-2 .d-flex {
    display: block !important;
  }

  .breadcrumb {
     background-position-x: 600px !important;
     background-position-y: -76px !important;
}

}

@media screen and (max-width: 400px) {

  .contant-2 .d-flex {
    display: block !important;
  }

}