/*font sizes*/
@media screen and (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 720px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@font-face {
  font-family: Avenir-Regular;
  src: url(../fonts/Avenir-Regular.otf);
}

@font-face {
  font-family: Avenir-Bold;
  src: url(../fonts/Avenir-Bold.otf);
}

@font-face {
  font-family: Avenir-light;
  src: url(../fonts/Avenir-light.otf);
}

header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 150;
}

header .navbar {
  padding-right: 0px;
  padding-left: 0px;
}

.navbar-toggler {
  border-color: #fff !important;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.logo {
  max-width: 160px;
}

.bg--black {
  background: #000;
}

.logo a,
.logo img {
  width: 100%;
}

.nav-item {
  margin: 0px 15px;
}

.nav-item a {
  font-family: Avenir-Regular;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #6a6972;
  color: #fff;
}

#navbarSupportedContent .btn {
  font-family: Avenir-Regular;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #6a6972;
  padding: 5px 45px;
  color: #fff;
  border: none;
  margin: 0 15px;
  background: #9c27b0;
}

@media screen and (max-width: 991px) {
  #navbarSupportedContent {
    background: #000;
  }
}

#banner {
  background: url("../img/shaded-image.jpg");
  background-size: cover;
  height: 670px;
}

#banner .col-md-6:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#banner .col-md-6:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner-text {
  max-width: 540px;
}

.banner-text h1 {
  font-family: Avenir-Bold;
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.banner-text p {
  font-family: Avenir-Regular;
  font-size: 18px;
  color: #fff;
}

.banner-text .download-icons {
  margin-top: 30px;
}

.banner-text .download-icons a {
  position: relative;
  z-index: 99;
}

.banner-text .download-icons img {
  max-width: 150px;
  margin: 0px 20px 0px 0px;
}

.banner-img {
  position: relative;
  top: 115px;
  max-width: 385px;
  opacity: 1 !important;
  z-index: 10;
}

.banner-img img {
  width: 100%;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 670px;
  z-index: 1;
  top: 0;
}

@media screen and (max-width: 991px) {
  .banner-text {
    top: 180px;
  }
  .banner-text .download-icons img {
    max-width: 140px;
  }
  .banner-img {
    top: 200px;
  }
}

@media screen and (max-width: 767px) {
  .banner-img {
    top: 42px;
    max-width: 250px;
  }
  .banner-text {
    margin-top: 125px;
  }
}

@media screen and (max-width: 576px) {
  .banner-text .download-icons img {
    max-width: 120px;
  }
  .banner-img {
    position: relative;
    top: 45px;
    max-width: 180px;
  }
}

@font-face {
  font-family: Avenir-Regular;
  src: url(../fonts/Avenir-Regular.otf);
}

@font-face {
  font-family: Avenir-Bold;
  src: url(../fonts/Avenir-Bold.otf);
}

@font-face {
  font-family: Avenir-light;
  src: url(../fonts/Avenir-light.otf);
}

#about {
  margin: 78px 0px;
  position: relative;
  z-index: 12;
}

.about-text {
  max-width: 650px;
}

.about-text h1 {
  font-family: Avenir-Bold;
  font-size: 32px;
  color: #6a6972;
  font-weight: 700;
  line-height: 42px;
}

.about-text p {
  font-family: Avenir-Regular;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #6a6972;
}

.about-box {
  max-width: 465px;
  background-color: #f5f5f5;
  -webkit-box-shadow: 0px 0px 1px 0px #695d69;
  box-shadow: 0px 0px 1px 0px #695d69;
}

.abt-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
}

.abt-icons img {
  height: 64px;
  width: 64px;
  padding: 0px;
}

.abt-txt {
  max-width: 80%;
  padding: 10px 0px 10px 20px;
}

.abt-txt h2 {
  font-family: Avenir-Bold;
  font-size: 20px;
  font-weight: bold;
  color: #e5450d;
}

.abt-txt p {
  margin-bottom: 0px;
  font-family: Avenir-Regular;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #6a6972;
}

#about .col-md-7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 991px) {
  .about-box {
    margin: 50px auto;
  }
}

@font-face {
  font-family: Avenir-Regular;
  src: url(../fonts/Avenir-Regular.otf);
}

@font-face {
  font-family: Avenir-Bold;
  src: url(../fonts/Avenir-Bold.otf);
}

@font-face {
  font-family: Avenir-light;
  src: url(../fonts/Avenir-light.otf);
}

#details-one {
  background-color: #f0eeee;
  padding: 70px 0px;
}

#details-one .col-lg-7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.details-img-one {
  max-width: 415px;
  padding: 25px;
}

.details-img-one img {
  width: 100%;
}

.details-text-one h1 {
  font-family: Avenir-Bold;
  font-size: 32px;
  color: #6a6972;
  font-weight: 700;
  line-height: 42px;
}

.details-text-one p {
  font-family: Avenir-Regular;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #6a6972;
}

@font-face {
  font-family: Avenir-Regular;
  src: url(../fonts/Avenir-Regular.otf);
}

@font-face {
  font-family: Avenir-Bold;
  src: url(../fonts/Avenir-Bold.otf);
}

@font-face {
  font-family: Avenir-light;
  src: url(../fonts/Avenir-light.otf);
}

#details-two {
  padding: 70px 0px;
}

#details-two .col-lg-7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.details-img-two {
  max-width: 415px;
  padding: 25px;
}

.details-img-two img {
  width: 100%;
}

.details-text-two h1 {
  font-family: Avenir-Bold;
  font-size: 32px;
  color: #6a6972;
  font-weight: 700;
  line-height: 42px;
}

.details-text-two p {
  font-family: Avenir-Regular;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #6a6972;
}

@font-face {
  font-family: Avenir-Regular;
  src: url(../fonts/Avenir-Regular.otf);
}

@font-face {
  font-family: Avenir-Bold;
  src: url(../fonts/Avenir-Bold.otf);
}

@font-face {
  font-family: Avenir-light;
  src: url(../fonts/Avenir-light.otf);
}

#footer-bg {
  background: #000 url(../../img/dotbg.png);
}

#footer-bg .row {
  padding: 80px 0px;
}

#footer-bg .row [class*="col"] {
  padding: 20px;
}

#footer-bg h3 {
  font-family: Avenir-Bold;
  font-size: 32px;
  color: #6a6972;
  font-weight: 700;
  line-height: 42px;
  color: #8e8989;
}

#footer-bg p {
  font-family: Avenir-Regular;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #6a6972;
  color: #7f7878;
}

#footer-bg input[type="text"] {
  display: block;
}

#footer-bg button {
  margin: 10px 0px;
}

.icons ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0px;
}

.icons ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
  max-width: 32px;
  padding: 2px;
}

.icons ul li img {
  width: 100%;
}

.form-control {
  color: #8e8989;
  background-color: transparent;
  border: 1px solid #8e8989;
  width: 80%;
}
.footer-terms a
{
    padding:0px 10px;
}
body {
  overflow-x: hidden;
  position: relative;
}

.effect, .bg--black, .bg--black .logo {
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.bg--black {
  background: #000;
}

.bg--black .logo {
  max-width: 130px;
}

.know--more {
  color: #009400;
  font-weight: bold;
}

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: black;
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
}

#return-to-top span {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
  color: #fff;
  top: 5px;
}

a {
  cursor: pointer;
}

.carousel-inner img {
  width: 100%;
}

ol.privacy--statmnt--list {
  padding-left: 15px;
}

ol.privacy--statmnt--list li {
  font-family: Avenir-Regular;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #6a6972;
  margin-bottom: 15px;
}

.details-text-two {
  max-width: 800px;
  display: block;
  margin: auto;
}
li
{
    color:#6a6972;
    font-size:14px;
    line-height: 26px;
}

/*********************************** MULTI ITEM SLIDER *************************************************/
.multislider-product-details {
  padding: 20px;
  background-color: #f9f9ff;
  border-radius: 8px;
}
.multislider-product-img-box {
  background: #fff;
  border-radius: 10px;
  padding: 0px 10px;
}
.multislider-product-img-box img {
  margin: auto;
  padding: 40px;
  display: block;
}
.multislider-product-details {
  padding: 20px;
  background-color: #f9f9ff;
  border-radius: 8px;
}

/*********************************** MULTI ITEM SLIDER ENDS *************************************************/

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