/*Developed by Lindokuhle Nsibande | Lwanda Lengisani*/
html,
body {
    margin: 0;
    font-size: 100%;
    background: rgb(0, 0, 0);
    font-family: 'Hind', sans-serif;
    scroll-behavior: smooth;
}

body a {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

a:hover { text-decoration: none !important; }

input[type="button"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="search"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    font-family: 'Hind', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    letter-spacing: 1px;
    font-family: 'Hind', sans-serif;
}

p {
    font-size: 0.9em;
    color: #777;
    line-height: 1.9em;
    letter-spacing: 1px;
    margin-bottom: 0;
}

ul {
    margin: 0;
    padding: 0;
}


.breadcrumb,
ol {
    margin-bottom: 0 !important;
}

.bl_color{
    color: #000000 !important;
}
.whit_color{
    color: #ffffff !important;
}
.blu_color{
    color: #0062ce;
}

/* header */
/*-- header --*/
.forms {
    margin-top: auto;
    margin-bottom: auto;
}

.top-w3pvt {
    border-bottom: 1px solid #000000;
    padding-bottom: 0px;
    justify-content: center;
}

.nav-top-wthree {
    margin: 1em 0;
}

header a.btn {
    border-radius: 4px;
    color: #4d6171;
    letter-spacing: 1px;
    border: none;
    outline: none;
}

header a.btn span {
    color: #fff;
}

.search-form {
    width: 7%;
}

form.newsletter {
    background: #fff;
    padding: 0.3em;
    display: flex;
}

header .search {
    outline: none;
    padding: 6px 20px;
    font-size: 14px;
    color: #000;
    width: 85%;
    background: transparent;
    text-transform: capitalize;
    border: none;
    letter-spacing: 2px;
    float: left;
}

header button.btn {
    color: #fff;
    border: none;
    padding: 7px 0px;
    text-transform: uppercase;
    text-decoration: none;
    background: transparent;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    float: right;
    cursor: pointer;
    width: 15%;
    font-size: 14px;
    text-align: center;
    background: #000000;
}

.toggle,
[id^=drop] {
    display: none;
}

/* Giving a background-color to the nav container. */
nav {
    margin: 0;
    padding: 0;
    margin-top: 10px;
    float: left;
}


#logo a {
    float: left;
    font-size: .8em;
    display: initial;
    margin: 10px 0px;
    letter-spacing: 0px;
    color: #333;
    font-weight: 300;
    padding: 3px 0;
    border: none;
}

#logo a span {
    color: #fff;
    font-size: 1.4em;
    font-weight: 700;
    text-shadow: 3px 1px 3px rgba(19, 18, 18, 0.19);
}
#logo span.logo_t{
    font-size: unset;
    text-shadow: none;
    font-weight: unset;
}
#logo span.word1{
    background-color: #000000;
    padding: 10px;
    font-weight: bold;
}
#logo span.word2{
    color: #000;
    padding: 10px;
}

#logo h1 {
    font-size: 58px;
    color: #000;
    font-weight: 400;
}
.sub-des {
    text-transform: uppercase;
    display: block;
    font-size: 0.3em;
    margin: 0;
    color: #5b7a9a;
    letter-spacing: 4px;
    font-weight: 600;
    text-shadow: 3px 1px 3px rgba(78, 73, 73, 0.21);
}

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
    content: "";
    display: table;
    clear: both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

/* Positioning the navigation items inline */
nav ul li {
    margin: 0px;
    display: inline-block;
}
.secondary_menubar{
    left: 90px;
}

/* Styling the links */
nav a {
    letter-spacing: 2px;
    padding-left: 0;
    padding-right: 0;
    padding: 10px 0;
    font-weight: 400;
    font-size: 0.9em;
    margin: 0 1em;
    color: #515152;
    text-transform: uppercase;
}


nav ul li ul li:hover {
    background: #f8f9fa;
}

/* Background color change on Hover */
nav a:hover {
    color: #000000;
    font-weight: bold;
}

.menu li.active a {

    color: #000000;
    font-weight: 600;
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
    display: none;
    position: absolute;
    top: 30px;
    background: #fff;
    padding: 10px;
    -moz-box-shadow: 1px 3px 8px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 1px 3px 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 1px 3px 8px 0 rgba(0, 0, 0, 0.15);
    z-index: 2;
    border-top: 1px solid;
}

/* Display Dropdowns on Hover */
nav ul li:hover > ul {
    display: inline-flex;
}

/* Fisrt Tier Dropdown */
nav ul ul li {
    width: 200px;
    float: none;
    display: list-item;
    position: relative;
}

nav ul ul li a {
    color: #333;
    padding: 5px 10px;
    display: block;
}

ul.menu li span {
    color: rgb(0, 0, 0);
}

/* Second, Third and more Tiers 
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
    position: relative;
    top: -60px;
    /* has to be the same number as the "width" of "nav ul ul li" */
    left: 170px;
}

/* Change ' +' in order to change the Dropdown symbol */
li > a:only-child:after {
    content: '';
}


/* Media Queries
--------------------------------------------- */

@media all and (max-width : 992px) {

   

}

@media all and (max-width : 330px) {

    nav ul li {
        display: block;
        width: 94%;
    }

}

.user span.fa {
    font-size: 25px;
    color: #fff;
}
.ml-auto i{
    color: #000;
}
#logo {
    /* height: 53px; */
    position: relative;
    width: 60%;
}

/*-- //header --*/

/*--banner--*/
.main-sec {
    background: #ffffff;
    min-height: 43em;
    position: relative;
}

.main-sec.inner-page {
    background: #74d2e7;
    min-height: 20em;
    position: relative;
}

/*Products*/

.main-secc {
    background: #ffffff;
    min-height: 0em;
    position: relative;
}

.main-secc.inner-page {
    background: #74d2e7;
    min-height: 20em;
    position: relative;
}

.banner-left-info {
    margin-top: 1em;
    text-align: center;
}

.banner-wthree-info h3 {
    font-size: 2.5em;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 0.7em;

}

.banner-wthree-info h3 span {
    color: #848383;
}

.btn.shop {
    background: #000000;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    color: #fff;
    padding: 0.6em 2.5em;
    text-transform: uppercase;
    font-size: 0.9em;
    letter-spacing: 2px;
    font-weight: 600;
    -moz-box-shadow: 1px 3px 8px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 1px 3px 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 1px 3px 8px 0 rgba(0, 0, 0, 0.15);
}
.category_content .btn.shop {
    background: #ffffff;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    color: rgb(0, 0, 0);
    padding: 0.6em 2.5em;
    text-transform: uppercase;
    font-size: 0.9em;
    letter-spacing: 2px;
    font-weight: 600;
    -moz-box-shadow: 1px 3px 8px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 1px 3px 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 1px 3px 8px 0 rgba(0, 0, 0, 0.15);
}
.product-content .row{
    flex-wrap: unset;
}
.more1, .more2, .more3, .more4{
    display: inline;    
}
.btn1, .btn2, .btn3, .btn4{
    display: none;
}
/*--//banner--*/

.first_category {
    position: relative;
}
/*.first_category .img-fluid {
    filter: brightness(65%);
}*/
.category_content {
    position: absolute;
    bottom: 30%;
    left: 7%;
    width: 50%;
}
.category_text{
    font-size: 2.6em;
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
    padding-left: 15px;
}
.new_arrival_section{
    padding: 30px 0px;
}
.new_arrival_section .container {
    display: flex;
    justify-content: center;
}

/*****New Arrivals*****/
.top-heading{
position: relative;
margin: 20px 0px;
}
.top-hadding-txt{
    text-align: center;
    color: #ffffff;
    margin: 0em 0 0.2em 0;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 10px;
    margin-top: 60px;
    margin-bottom: 47px;
}

.top-hadding-txt::after{
    content: '';
    position: absolute;
    display: block;
    width: 80px;
    height: 3px;
    background: #fff;
    bottom: 0;
    left: calc(50% - 42px);

}
.top-hadding-txt2{
    text-align: center;
    color: #000000;
    margin: 0em 0 0.2em 0;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 10px;
}

.top-hadding-txt2::after{
    content: '';
    position: absolute;
    display: block;
    width: 80px;
    height: 3px;
    background: rgb(0, 0, 0);
    bottom: 0;
    left: calc(50% - 42px);

}
.new_arrival {
    width: 100%;
    justify-content: center;
}

/************Product card*******************/

.card-wr {
    /*width: 300px;*/
    height: 400px;
    background: white;
    margin: auto;
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0;
    transform: scale(0.95);
    transition: box-shadow 0.5s, transform 0.5s;
    box-shadow: 5px 20px 30px rgba(0, 0, 0, 0.2);
    border: 1px solid #fff;
  }
  .prod-card-container{
   width: 100%;
   height: 100%;
  }
  .card-wr .bottom-sec {
    width: 100%;
    height: 20%;
  }
  .card-wr .top-sec {
    height: 80%;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
  .details{
    height: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-content: center;
    background-color: #000;
    color: #fff;
  }
  .more-details{
    z-index: 9;
    background: #000000;
    width: 127px;
    height: 127px;
    position: absolute;
    top: -70px;
    right: -70px;
    border-radius: 0px 0px 200px 200px;
    transition: all 0.5s, border-radius 2s, top 1s;
    overflow: hidden;
  }
  .more-detail:hover {
    width: 100%;
    right: 0;
    top: 0;
    border-radius: 0;
    height: 80%;
  }
  
  .more-details .icon {
    position: absolute;
    right: 85px;
    top: 85px;
    color: white;
    opacity: 1;
  }
  .icon i{
    font-size: 19px;
  }
  .details-content{
    padding: 5%;
    opacity: 0;
    transform: scale(0.5);
    transform: translateY(-200%);
    transition: opacity 0.2s, transform 0.8s;
  }
  .more-details:hover .details-content {
    opacity: 1;
    transform: scale(1);
    transform: translateY(0);
  }
  .more-details:hover {
    width: 100%;
    right: 0;
    top: 0;
    border-radius: 0;
    height: 80%;
  }
  .more-details:hover .icon {
    opacity: 0;
    right: 15px;
    top: 15px;
  }
  .details-content{
    color: #ffffff;
  }
  
  .bc-btn{
      background-color: transparent;
      border: none;
      color: #fff;
  }
  .bc-btn.cat-btn{
      text-align: left;
      padding: 0px;
      color: #b7b7b7;
  }
  .nice-scroll .active {
    font-weight: bold;
    letter-spacing: 3px;
    color: #fff;
 } 
  /***********end product card************/
/*******About us*********/
.main{
    background: #ffffff;
}
.top-section{
    background: #ffffff;
}
.top-section .banner-img{
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
    align-self: center;
}
/* .top-section .banner-img img{
    height: 330px;
} */
.top-heading2{
    position: relative;
}
.top-heading2 .top-hadding-txt{
    color: #000000;
    margin: 0em 0 0.2em 0;
}
.top-heading2 .top-hadding-txt::after{
    color: #000000;
}
.branches{
    margin: 20px 0;
}
.branches{
    display: flex;
    justify-content: center;
}
.branche_card h4{
    text-align: center;
    color: #000000;
}
.branche_card{
    border: 1px solid #e4e4e46b;
}
.branche_card{
    color: #fff;
    padding: 20px;
    margin-top: 25px;
    height: 160px;
    background: #f7f7f7e3;
    border-radius: 0.30rem;
}
.branches-section {
    padding-top: 30px;
    background-color: #fff;
    padding-bottom: 30px;
}

.branche_card:hover {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    transition: 0.6s;
}
.branche_card:hover .branche_name{
    color: rgb(255, 255, 255);
    transition: 0.6s;
}

/* .branche_card h4:hover{
    color: rgb(255, 255, 255);
    transition: 0.6s;
} */


/**Team Card**/
.team{
    position: relative;
}
.team-card, .team-card .front, .team-card .back {
    width: 100%;
    height: 400px; 
}
.team-card {
    margin-bottom: 0;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -ms-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    margin-bottom: 30px; 
}

.team-card:hover .back, .team-card.hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg); 
}
.team-card:hover .front, .team-card.hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg); 
}
.team-card .coiny {
    -webkit-transition: 0.3s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative; 
}
.team-card .front, .team-card .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 0px;
    -webkit-transition: 0.3s;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: rotateY(0deg);
    -moz-transition: 0.3s;
    -moz-transform-style: preserve-3d;
    -moz-transform: rotateY(0deg);
    -o-transition: 0.3s;
    -o-transform-style: preserve-3d;
    -o-transform: rotateY(0deg);
    -ms-transition: 0.3s;
    -ms-transform-style: preserve-3d;
    -ms-transform: rotateY(0deg);
    transition: 0.3s;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
    position: absolute;
    top: 0;
    left: 0; 
}
.team-card .front {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    background: lightgreen;
    z-index: 2;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; 
}
.team-card .front:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .7;
    background: rgba(255, 255, 255, 0);
}
.team-card .front .team_info {
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    bottom: 20px; 
}
.team-card .front .team_info h2, .team-card .front .team_info p {
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 1.5; 
}
.team-card .front .team_info p {
    font-size: 12px; 
}
.team-card .back {
    background: #ffffff;
    -webkit-box-shadow: 0 0 70px -10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 70px -10px rgba(0, 0, 0, 0.4);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg); 
}
.team-card .back p {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    text-align: left;
    padding: 0 20px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.9); 
    margin-top: 0;
    margin-bottom: 1rem;
}
blockquote {
    margin: 0 0 1rem;
}
.team_cards_wrap {
    justify-content: center;
}





.shop__sidebar {
    padding-right: 20px;
}

.shop__sidebar__search {
    margin-bottom: 45px;
}

.shop__sidebar__search form {
    position: relative;
}

.shop__sidebar__search form input {
    width: 100%;
    font-size: 15px;
    color: #b7b7b7;
    padding-left: 20px;
    border: 1px solid #e5e5e5;
    height: 42px;
}

.shop__sidebar__search form input::-webkit-input-placeholder {
    color: #b7b7b7;
}

.shop__sidebar__search form input::-moz-placeholder {
    color: #b7b7b7;
}

.shop__sidebar__search form input:-ms-input-placeholder {
    color: #b7b7b7;
}

.shop__sidebar__search form input::-ms-input-placeholder {
    color: #b7b7b7;
}

.shop__sidebar__search form input::placeholder {
    color: #b7b7b7;
}

.shop__sidebar__search form button {
    color: #b7b7b7;
    font-size: 15px;
    border: none;
    background: transparent;
    position: absolute;
    right: 0;
    padding: 0 15px;
    top: 0;
    height: 100%;
}

.shop__sidebar__accordion .card {
    border: none;
    border-radius: 0;
    margin-bottom: 25px;
    background-color: #000;
}

.shop__sidebar__accordion .card:last-child {
    margin-bottom: 0;
}

.shop__sidebar__accordion .card:last-child .card-body {
    padding-bottom: 0;
    border-bottom: none;
}

.shop__sidebar__accordion .card-body {
    padding: 0;
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.shop__sidebar__accordion .card-heading {
    cursor: pointer;
}

.shop__sidebar__accordion .card-heading a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}

.shop__sidebar__categories ul,
.shop__sidebar__price ul,
.shop__sidebar__brand ul {
    height: 225px;
}

.shop__sidebar__categories ul li,
.shop__sidebar__price ul li,
.shop__sidebar__brand ul li {
    list-style: none;
}

.shop__sidebar__categories ul li a,
.shop__sidebar__price ul li a,
.shop__sidebar__brand ul li a {
    color: #b7b7b7;
    font-size: 15px;
    line-height: 32px;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.shop__sidebar__categories ul li a:hover,
.shop__sidebar__price ul li a:hover,
.shop__sidebar__brand ul li a:hover {
    color: #4f4e4e;
}

.shop__sidebar__brand ul {
    height: auto;
}

.shop__sidebar__price ul {
    height: auto;
}

.shop__sidebar__size {
    padding-top: 15px;
}

.shop__sidebar__size label {
    color: #111111;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #e5e5e5;
    padding: 6px 25px;
    margin-bottom: 10px;
    margin-right: 5px;
    cursor: pointer;
}

.shop__sidebar__size label.active {
    background: #111111;
    color: #ffffff;
    border-color: #111111;
}

.shop__sidebar__size label input {
    position: absolute;
    visibility: hidden;
}

.shop__sidebar__color {
    padding-top: 15px;
}

.shop__sidebar__color label {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    position: relative;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 10px;
    cursor: pointer;
}


.shop__sidebar__color label:after {
    position: absolute;
    left: -3px;
    top: -3px;
    height: 36px;
    width: 36px;
    border: 1px solid #e5e5e5;
    content: "";
    border-radius: 50%;
}

.shop__sidebar__color label input {
    position: absolute;
    visibility: hidden;
}

.shop__sidebar__tags {
    padding-top: 15px;
}

.shop__sidebar__tags a {
    color: #404040;
    font-size: 13px;
    font-weight: 700;
    background: #f1f5f8;
    padding: 5px 18px;
    display: inline-block;
    text-transform: uppercase;
    margin-right: 6px;
    margin-bottom: 10px;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.shop__sidebar__tags a:hover {
    background: #111111;
    color: #ffffff;
}

.shop__sidebar__accordion .card-heading a:after,
.shop__sidebar__accordion .card-heading>a.active[aria-expanded=false]:after {
    content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Â¡";
    font-family: "FontAwesome";
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    position: absolute;
    right: 0;
    top: 2px;
    line-height: 20px;
}

.shop__sidebar__accordion .card-heading.active a:after {
    content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Â¡";
    font-family: "FontAwesome";
    font-size: 24px;
    font-weight: 700;
    color: #111111;
    position: absolute;
    right: 0;
    top: 2px;
    line-height: 20px;
}

.shop__product__option {
    margin-bottom: 5px;
}

.shop__product__option p {
    color: #111111;
    margin-bottom: 0;
}

.product__pagination {
    padding-top: 25px;
    text-align: center;
}

.product__pagination a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #111111;
    height: 30px;
    width: 30px;
    border: 1px solid transparent;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
}

.product__pagination a.active {
    border-color: #111111;
    
}

.product__pagination a:hover {
    border-color: #111111;
}

.product__pagination span {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #111111;
    padding-left: 10px;
    padding-right: 15px;
}
.team-card2{
    border: 1px solid #fff;
    padding: 20px;
    color: #fff;
    height: 260px;
    margin-bottom: 30px;
    border-radius: 7px;
}
.qualification{
    padding-top: 20px;
}
.fa.fa-mobile.fa-lg {
    font-size: 24px;
}
/*******End About us*********/
/*******Products*********/
.product-section{
    margin: 30px 0;
}
.prod_side_menu{
    padding-right: 20px;
}
.prod_side_search{
    margin-bottom: 45px;
}
.prod_side_search form{
    position: relative;
}
.prod_side_search form input {
    width: 100%;
    font-size: 15px;
    color: #ffffff;
    padding-left: 20px;
    border: 1px solid #ffffff;
    height: 42px;
    background-color: #000;
    border-top: hidden;
    border-left: hidden;
    border-right: hidden;
}
.prod_side_search form button {
    color: #ffffff;
    font-size: 15px;
    border: none;
    background: transparent;
    position: absolute;
    right: 0;
    padding: 0 15px;
    top: 0;
    height: 100%;
}
.french_heading a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}

.french_heading a::after, .french_heading > a.active[aria-expanded="false"]::after {
    content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Â¡";
    font-family: "FontAwesome";
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    position: absolute;
    right: 0;
    top: 2px;
    line-height: 20px;
}
.shop__product__option p {
    color: #ffffff;
    margin-bottom: 0;
}
.shop__product__option__right {
    text-align: right;
}
.shop__product__option__right p {
    display: inline-block;
    margin-bottom: 0;
}
.shop__product__option__right .nice-select {
    float: none;
    display: inline-block;
    padding: 0;
        padding-right: 0px;
    line-height: 26px;
    height: auto;
    border: none;
    padding-right: 28px;
}
.shop__product__option__right .nice-select span {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
}
.shop__product__option__right .nice-select .list {
    border-radius: 0;
}
.size-heading {
    color: #fff;
}
#Lotions, #Hair-Oil, #Body-Oil{
    display: none;
}
/**For her**/

/**End For her**/
/**For him**/
.price_list .img-fluid {
    height: 611px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    
}
.price_list_container{
    background-color: #ffffff;
    position: relative;
    padding-bottom: 23px;
}
#price_list{
    display: none;
}
.close_btn_c {
    display: flex;
    justify-content: center;
}
.close_btn_c a{
    color: #000000;
    border: 1px solid #000000;
    background-color: #ffffff;
    padding: 2px 10px;
    border-radius: 50px;
    cursor: pointer;
}
/**End For him**/
/*******End Products*********/
/*/////////////// FORM STYLES ////////////////////*/

/*--//shop-page--*/
/*--/contact--*/
.contact_right,
.contact_left {
    border: 2px solid #f7f7f7;
}

.contact_left iframe {
    width: 100%;
    outline: none;
    border: none;
    height: 100%;
}

.information-wthree h4 {
    font-size: 1.2em;
    font-weight: 600;
    letter-spacing: 1px;
    color: #333;
}

.information-wthree label {
    font-size: 1.2em;
    color: #ec1c24;
    margin-bottom: 0;
    margin-top: 1em;
}

textarea {
    min-height: 120px;
    resize: none;
    font-size: 16px;
    font-weight: 300;
    color: #888;
    letter-spacing: 1px;
    border: none;
    box-sizing: border-box;
    width: 100%;
    outline: none;
    background: rgba(0, 123, 255, 0.06);
    margin-bottom: 20px;
    padding: 15px 20px;
    border-radius: 0px;
}

p.cont-wthree-para a {
    font-size: 1.1em;
    color: #ec1c24;
    line-height: 3em;
}

/*--//contact--*/
/* footer */
/* footer logo */
.footer_wthree_gridf h2 a {
    display: inline-block;
    font-weight: 300;
    font-size: 1em;
    letter-spacing: 1px;
    color: #333;
    text-shadow: 2px 5px 3px rgba(0, 0, 0, 0.06);
    padding: 0;
}
.footer_logo{
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
    align-self: center;
}
.col-lg-3.footer_wthree_gridf.mt-md-0.mt-sm-4.mt-3 {
    display: flex;
}
.footer_wthree_gridf h2 a span {
    font-weight: 700;
    color: #74d2e7;
    font-size: 1.4em;
}

.sub-des2 {
    text-transform: uppercase;
    display: block;
    font-size: 0.7em;
    margin: 0;
    color: #999;
    letter-spacing: 7px;
    font-weight: 600;
    text-shadow: 3px 1px 3px rgba(78, 73, 73, 0.21);
}

/* //footer logo */
.cpy-right {
    background: #ffffff;
}

/* footer navigation */
.footer_wthree_gridf_list li {
    list-style: none;
}

.footer_wthree_gridf_list li span.fa {
    color: #ffffff;
    padding-right: 1em;
}

.footer_wthree_gridf_list li a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.75em;
    display: block;
    font-weight: 600;
    margin: 1.8em 0;
}

.footer_wthree_gridf_list li:last-child {
    margin-bottom: 0;
}

.addressf-agileits-wthree p span.fa {
    margin-right: .2em;
    color: #ee4f4f;
    display: inline-block;
    text-align: center;
    font-size: 3em;
    vertical-align: middle;
}

h3.sub-w3ls-headf {
    color: #3a3a3a;
    font-size: 1.5em;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin-bottom: .7em;
    line-height: 30px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.29);
}

/* //footer navigation */
.move-top span {
    color: #212529;
    text-align: center;
    border: none;
    line-height: 2em;
}

/* social icons */
.w3ls-fsocial-grid {
    padding: 2em 0;
    border-top: 1px solid #edeff1;
    margin: 3em 0 0 0;
    text-align: center;
    border-bottom: 1px solid #edeff1;
}
.bc-footer:hover{
    color: #ed1846;
}
.wt_list li{
    color: #fff;
    line-height: 2;
}
.social-ficons ul {
    padding: 0;
    margin: 0;
}

.social-ficons ul li {
    display: inline-block;
    margin: 0 1em;
}

.social-ficons ul li a {
    color: #333;
    text-align: center;
    font-size: 15px;
}

.social-ficons ul li a span.fa.fa-facebook {
    height: 32px;
    width: 32px;
    line-height: 32px;
    background: transparent;
    margin-right: 4px;
    color: #3b5998;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.social-ficons ul li a:hover span.fa.fa-facebook {
    height: 32px;
    width: 32px;
    line-height: 32px;
    background: #3b5998;
    color: #FFFFFF;
}

.social-ficons ul li a span.fa.fa-twitter {
    height: 32px;
    width: 32px;
    line-height: 32px;
    background: transparent;
    margin-right: 4px;
    color: #1da1f2;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.social-ficons ul li a:hover span.fa.fa-twitter {
    height: 32px;
    width: 32px;
    line-height: 32px;
    background: #1da1f2;
    color: #FFFFFF;
}

.social-ficons ul li a span.fa.fa-google {
    height: 32px;
    width: 32px;
    line-height: 32px;
    background: transparent;
    margin-right: 4px;
    color: #ea4335;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.social-ficons ul li a:hover span.fa.fa-google {
    height: 32px;
    width: 32px;
    line-height: 32px;
    background: #ea4335;
    color: #FFFFFF;
}

.cpy-right a {
    color: #888;
}

/* //social icons */
/* footer */
/*--//footer --*/

/************Pagination********************/
.pagination a {
    width: 40px;
    color: rgb(255, 255, 255);
    line-height: 40px;
    text-align: center;
    display: inline-block;
    background: rgb(0, 0, 0);

}
.pagination .active {
    border: 1px solid #fff;
}
.pagination-container {
    margin-top: 31px;
}
/*********end pagination**************/

/***********contacts us**************/
.body-section2 {
    background-color: #fff;
}
.contact-form input{
    width: 100%;
    padding: 10px 10px;
    margin: 10px 0px;
    position: relative;
}
.contact-form{
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 0.4rem;
    margin-top: 30px;
    position: relative;
    z-index: 2;
    padding: 20px 0px;
}
.form-wrapper{
    margin: auto;
}
.contact-form .input{
    margin: auto;
}
.contact-header{
    text-align: center;
}
.input .btn.shop {
    width: 100%;
    margin-bottom: 17px;
}
.contact-wrapper {
    padding: 30px 0px;
}
.skewb {
    background-color: #000;
    width: 100%;
    height: 717px;
    transform: skew(0deg,-25deg);
    margin-top: -393px;
}
#home {
    z-index: 2;
    position: relative;
    background-color: #fff;
}
.container.form-container {
    margin-top: -290px;
}

/*New Style*/
.products-buttons{
    background: #ffffff;
}

.product-btn{
    padding: 30px 110px 30px 110px;
    justify-content: center;
}
.prod-btn.btn.shop.mt-3.product-all.active {
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
}
a.prod-btn.btn.shop.mt-3{
    margin: 5px;
}

.product-content{
    padding: 60px;
}

.product-content h2{
    color: #ffffff;
}

p.p-descr{
    margin-top: 20px;
}
.mobile{
    display: none;
}
.mobile_br{
    display: none;
}
.big-icons{
    margin-top: 20px; 
    margin-left: 18px;
    height: 50px;
    width: 50px;
    border: 1px solid #ffffff;
    border-radius: 5rem;
    text-align: center;
}

.big-icons i{
    font-size: 20px;
    padding: 15px 10px 15px 10px;
}

.prod-info{
    margin-top: 20px;
    margin-left: 15px;
}

/*h5.size-heading{
    margin-top: 21px;
    margin-left: 20px;
}*/

.footer_agileinfo_topf.py-5 {
    /* border-top: 58px solid #ffffff; */
    background-color: #000;
}

section.body-section {
    background-color: #000;
}

/*carousel-caption.d-none.d-md-block {
    margin: 200px;
}*/

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: calc(100vh - 114px);
  padding: 0;
  overflow: hidden;
}

#hero .carousel-item {
  width: 100%;
  height: calc(100vh - 114px);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  overflow: hidden;
}

#hero .carousel-item::before {
  content: '';
  background-color: rgb(0 0 0 / 60%);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

#hero .carousel-content {
  text-align: left;
}

@media (max-width: 992px) {
  #hero, #hero .carousel-item {
    height: calc(100vh - 70px);
  }
  #hero .carousel-content.container {
    padding: 0 50px;
  }
}

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 900;
}

#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: #fff;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero .carousel-indicators li {
  cursor: pointer;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 0;
  background: #00686a;
}

#hero .btn-get-started:hover {
  background: #1c5c93;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

#btn-hero{
    background: #ffffff;
    color: #000;
}

.forms.ml-auto a {
    padding-left: 10px;
}

.container.py-md-5 p {
    font-size: 16px;
    margin-top: 15px;
    color:#ffffff;
}

.cpy-right.text-center.py-3 p {
    margin-bottom: 0px;
}
.category-section .category_content .btn.shop:hover{
    background-color: #000;
    color: #fff;
}
/********Floating icon**************/
.fab_container {
    position: fixed;
    bottom: 100px;
    right: 56px;
    z-index: 999;
    cursor: pointer;
}
.fab_container2 {
    position: fixed;
    bottom: 30px;
    right: 56px;
    z-index: 999;
    cursor: pointer;
}
.fab_icon_holder {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}
.whatsapp {
    position: relative;
    z-index: 200;
    display: flex;
    justify-content: center;
    align-content: center;
    border-radius: 50%;
    background-color: #ffffff;
    color: white;
    height: 50px;
    width: 50px;
}
.fab_icon_holder i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 30px;
    color: rgb(0, 0, 0);
}
/*****How to become a distributor*****/
.design-process-section .text-align-center {
    line-height: 25px;
    margin-bottom: 12px;
}
.design-process-content {
    border: 1px solid #e9e9e9;
    position: relative;
    padding: 16px 34% 30px 30px;
    height: 211px;
}
.design-process-content img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    max-height: 100%;
}
.design-process-content h3 {
    margin-bottom: 16px;
}
.design-process-content p {
    line-height: 26px;
    margin-bottom: 12px;
}
.process-model {
    list-style: none;
    padding: 0;
    position: relative;
    max-width: 600px;
    margin: 20px auto 26px;
    border: none;
    z-index: 0;
}
.process-model li::after {
    background: #e5e5e5 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 4px;
    margin: 0 auto;
    position: absolute;
    right: 169px;
    top: 33px;
    width: 45%;
    z-index: -1;
}
.process-model li.visited::after {
    background: #454646;
}
.process-model li:last-child::after {
    width: 0;
}
.process-model li {
    display: inline-block;
    width: 18%;
    text-align: center;
    float: none;
}
.nav-tabs.process-model > li.active > a, .nav-tabs.process-model > li.active > a:hover, .nav-tabs.process-model > li.active > a:focus, .process-model li a:hover, .process-model li a:focus {
    border: none;
    background: transparent;

}
.process-model li a {
    padding: 0;
    border: none;
    color: #a4a4a4;
}
.process-model li.active,
.process-model li.visited {
    color: #000000;
}
.process-model li.active a,
.process-model li.active a:hover,
.process-model li.active a:focus,
.process-model li.visited a,
.process-model li.visited a:hover,
.process-model li.visited a:focus {
    color: #000000;
}
.process-model li.active p,
.process-model li.visited p {
    font-weight: 600;
}
.process-model li i {
    display: block;
    height: 68px;
    width: 68px;
    text-align: center;
    margin: 0 auto;
    background: #f5f6f7;
    border: 2px solid #e5e5e5;
    line-height: 65px;
    font-size: 30px;
    border-radius: 50%;
}
.process-model li.active i, .process-model li.visited i  {
    background: #fff;
    border-color: #616462;
}
.process-model li p {
    font-size: 14px;
    margin-top: 11px;
}
.process-model.contact-us-tab li.visited a, .process-model.contact-us-tab li.visited p {
    color: #606060!important;
    font-weight: normal
}
.process-model.contact-us-tab li::after  {
    display: none; 
}
.process-model.contact-us-tab li.visited i {
    border-color: #e5e5e5; 
}
.tab-content {
    margin-bottom: 30px;
}
.design-process-section .top-hadding-txt{
    margin-top: 0px;
}
.design-process-section .top-heading{
    margin-top: 0px;
    padding-top: 30px;
}
.col-xs-12 {
    width: 100%;
}
.design-process-section .nav-tabs{
    justify-content: center;
}
/********Gallery**************/
.gallery_wrapp{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.img_div{
    max-width: 100%;
    height: 333px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    background-position: center;
}