/* For the Distro Comment*/
#bear{
    font-size: 1.2rem;
}

@media screen and (max-width:1024px) and (min-width:768px) {
    #bear {
        width:120%;
    }
}

.my_logo {
    height: 60px;;
}


/*hello world*/


/* Overall Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

section {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    background-size: cover;
    overflow-x: hidden;
}

.fa-phone:hover {
    cursor: pointer;
}

.mynumber:hover {
    cursor: 'pointer';
}

.myfigure {
    display: none;
}

.hidden {
    display: inline-block;
}

/* p {
    font-weight: lighter;
} */

.sec_body {
    box-sizing: border-box;
}

.sec_body p {
    text-align: center;
}

.sec_title:after {
    content:' ';
    display:block;
    width: 90px;
  	margin: 5% 42%;
    border:1.5px solid #d0d0d0;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
     
}

@media screen and (max-width:800px) {
    .sec_title:after {
        margin: 5% 35%;
    }
}

@media screen and (max-width:450px) {
    .sec_title:after {
        margin: 5% 30%;
    }
}

.side-div {
    display: flex;
}

.side-div .first_side_hr {
    height: 1px;
    background-color: #fff;
    width: 90px;
    margin-top: 15%;
    margin-right: 10%;
}

.side-div .second_side_hr {
    height: 1px;
    background-color: #000;
    width: 90px;
    margin-top: 15%;
    margin-right: 10%;
}

.side-div .side-text {
    font-size: 40px;
}

/* Navbar styles */
@media screen and (max-width:2560px) {
    .sticky-top {
        padding-left: 15%!important;
        padding-right: 15%!important;
    }

    .navbar-text .social_media_handles {
        float: right;
    }

    .social_media_handles {
        margin-left:25%;
    }

    .nav-item {
        margin-left:40px;
    }
}

@media screen and (max-width:1440px) {
    .social_media_handles {
        margin-left:8%;
    }
}

.navbar-text .social_media_handles .icon {
    font-size: 20px;
    color: #a85d78;
    /* margin-left: 10px; */
    margin-right: 10px;
}

@media screen and (max-width:768px) {
    .nav-item {
        border-bottom: 1px solid #a85d78!important;
    }
}

@media screen and (max-width: 450px) {
    .navbar-text .social_media_handles {
        display: none;
    }

    .nav-item {
        border-bottom: 1px solid #a85d78!important;
    }
}

.navbar-text .social_media_handles .myfacebook {
    color: #3C5A99;
}

.navbar-text .social_media_handles .mytwitter {
    color: #1DA1F2;
}

.navbar-text .social_media_handles .icon:hover {
    color: #000;
}

/* @media (max-width: 767px) {
    .navbar .container {
      width: 100%;
    }
  } */

.navbar {
    transition: .7s ease-in-out;
}

.navbar .nav-link {
    color: #a85d78!important;
}

@media screen and (min-width:700px) {
    .navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
        transform: scale(1.2);
    }
}

.navbar {
    background-color: #fff;
}

.nav-link {
    padding-top: .005rem!important;
    padding-bottom: .005rem!important;
}

.navbar-toggler {
    cursor: pointer;
}

.navbar-toggler .fa-bars {
    color: #000;
    cursor: pointer;
}

.hr {
    width: 70%;
    background-color: #c5b574;
    height: 2px;
    margin-top: 4%;
    position: fixed;
    margin-left: 15%;
    z-index: 5;
}

.side-header {
    text-transform: uppercase;
}

.scrolled {
    background-color: #f0f0f0;
}

@media screen and (max-width:1024px) {
    .nav-item {
        margin-left: 10px;
    }

    .navbar-text .social_media_handles {
        margin-left: 10%;
    }
}

/* Carousel styles */
.carousel .carousel-indicators ol {
    position: absolute;
}

.carousel .carousel-indicators li{
    background-color: #ff7dadc0;
    margin: .8%;
    width: 4%;
}

.carousel .carousel-indicators li.active {
    background-color: #a35b76;
}

.carousel-item img {
    height: 100%;
}
/* Parallax styles */
.parallax-window-banner {
    /* min-height: 100vh!important; */
}

.parallax-window-unknown {
    min-height: 50vh!important;
}

.parallax-window {
    background: transparent;
    /* margin-top: -2%; */
    box-sizing: border-box;
    min-height: 50vh!important;
}

/* .parallax-window .overlay {
    background-color: rgba(0, 0, 0, 0.3);
    height: 100vh;
    width: 100vw;
    z-index: 2;
    position: absolute;
} */

.parallax-window-banner .container .sec_body {
    z-index: 3;
    position: relative;
    color: #fff;
    padding-top: 10%;
}

.parallax-window .container .sec_title{
    z-index: 3;
    position: relative;
}

.parallax-window .container .sec_overall_body {
    z-index: 3;
    position: relative;
    color: #fff;
}

.parallax-window .container .sec_body {
    z-index: 3;
    position: relative;
    color: #fff;
    padding: 20% 25%;
}

.parallax-window .container .sec_body .sec_title {
    text-transform: uppercase;
    font-size: 40px;
}

.parallax-window .container .sec_body .info {
    position: relative;
}

/* Styles According to Sections */

/* Banner styles */
@media screen and (min-width:460px) {
    .banner .hero_banner_text {
        left: 17%!important;
    }
}
    .banner .hero_banner_text {
        position: absolute;
        top: 30%;
        left: 15%;
        width: 20%;
    }

    .banner .learn_btn {
        border-radius: 50px;
        background-color: #c4ac4a;
        color: #eee;
        padding: 2% 8%;
    }
    
    .banner h2 {
        line-height: 170%;
        margin-bottom: 6%;
    }
    
    .banner h2 span {
        font-size: 3.2rem;
        color: #a74367;
    }
    
    .banner p {
        line-height: 135%;
    }

@media screen and (max-width:1024px) {
    .banner .hero_banner_text {
        position: absolute;
        top: 15%;
        left: 15%;
        width: 25%;
    }

    .banner h2 span {
        font-size: 3rem;
        color: #a74367;
        font-weight: bold;
    }
}

@media screen and (max-width:800px) {
    .banner .hero_banner_text {
        position: absolute;
        top: 9%;
        width: 45%;
    }

    .navbar {
        background-color: #f0f0f0;
    }

    .navbar-text .social_media_handles {
        float: left;
        margin-left: 0;
    }
}

@media screen and (max-width:450px) {
    .banner .hero_banner_text {
        top:9%;
        width: 60%;
        left: 5%;
    }

    .banner h2 {
        font-size:1.1rem!important;
        line-height: 130%;
        margin-bottom:0
    }

    .banner h2 span {
        font-size: 1.2rem;
        color: #a74367;
    }    

    .banner p {
        font-size: 12px;
        width: 75%;
        margin-bottom: 0;
    }

    .navbar-brand img {
        height: 35px
    }

    .learn_btn {
        display: none;
        visibility: hidden;
    }
}


/* About styles */
.about{
    color: #fff;
}

.about .first-div {
    display: inline-block;
    transform: rotate(-90deg) translate(-115%, 0);
    transform-origin: center;
}
.about .second-div {
    display: inline-block;
}

.about .parallax-window .container .sec_body {
    padding: 20% 5%;
    margin-left: 20%;
}

.about .about_p {
    text-align: left!important;
}

.about .side-div .side-text {
    width:250px;
}

.about .side-div .first_side_hr {
    margin-top: 10%;
}

.about .about_social_media {
    margin-top: 80px;
    padding-left: 2%;
}

.about .about_social_media a {
    background-color: #fff;
    color: #a85d78;
    border-radius: 50%;
    margin-right: 10px;
    transition: .3s;
}

.about .about_social_media a:hover {
    background-color: transparent;
    color: #fff;
}

.about .about_social_media .myfacebook {
    padding: 10px 17px;
}

.about .about_social_media .mytwitter {
    padding: 10px 12px;
}

.about .about_social_media .mygoogle {
    padding: 10px;
}

.about .about_social_media .fab {
    color: #fff;
}

@media screen and (max-width:993px) {
    .about .parallax-window .container .sec_body {
        padding: 10% 5%;
        margin-left: 0;
    }

    .about .first-div {
        display: inline-block;
        transform: rotate(0deg) translate(-0, 0);
        transform-origin: center;
        margin-top: 10%;
        margin-left: 40%;
    }

    .about .side-div .first_side_hr {
        margin-top: 30%;
        margin-left: 15%;
        position: absolute;
    }
}

@media screen and (max-width:450px) {
    .about .first-div {
        margin-left:22%
    }

    .about .about_p {
        text-align: justify!important;
    }
}

/* @media screen and (min-width:770px) {
    .about .first-div {
        margin-left: -14%;
    }
} */

/* Consultation styles */
@media screen and (max-width:450px) {
    .consultancy .parallax-window .container .sec_body {
        padding: 10% 10%;
    }
}

/* Distribution styles */
@media screen and (max-width:450px) {
    .distribution .parallax-window .container .sec_body {
        padding: 10% 10%;
    }
}


/* Mass Distribution styles */
@media screen and (max-width:450px) {
    .mass_distribution .parallax-window .container .sec_body {
        padding: 10% 10%;
    }
}


/* Selective Distribution styles */
@media screen and (max-width:450px) {
    .select_distribution .parallax-window .container .sec_body {
        padding: 10% 10%;
    }
}

/* Exclusive Distribution styles */
@media screen and (max-width:450px) {
    .exclusive_distribution .parallax-window .container .sec_body {
        padding: 10% 10%;
    }
}


/* Clients styles */
.clients {
}

.clients .first-div {
    /* display: inline-block; */
    position: absolute;
    transform: rotate(-90deg) translate(-62%, 0);
    transform-origin: center;
}
.clients .second-div {
    margin-left: 25%;
    width: 70%;
}
.clients .sec_body {
    padding-top: 15%;
    padding-bottom: 10%;
    text-align: center;
}

.clients .second-div .sec_body .col-md-3 {
    text-align: center;
    height: 70px;
}

.clients .second-div .sec_body .col-md-3 img {
    width: 100%;
    max-height: 70px;
}

.clients .second-div .sec_body .col-md-3 .unilever {
    height: 100%;
    width: auto;
}

.clients .second-div .sec_body .col-md-3 .palace {
    margin-top: 5%;
}

.clients .second-div .sec_body .col-md-3 .shoprite {
    margin-top: 10%;
}


.owl-img {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.owl-carousel .item div {
    height: 100px;
    width: 100px;
}

@media screen and (max-width:1200px) {
    .clients .second-div .sec_body .col-md-3 {
        text-align: center;
        height: 50px;
    } 

    .clients .second-div .sec_body .col-md-3 img {
        width: 100%;
        max-height: 50px;
    }

    .clients .first-div {
        display: inline-block;
        transform: rotate(-90deg) translate(-12%, 0);
        transform-origin: center;
    }

    .clients .second-div .sec_body .col-md-3 .shoprite {
        margin-top: 5%;
    }

    .clients .second-div .sec_body .col-md-3 .palace {
        margin-top: 0;
    }

    .clients .second-div {
        margin-right: -150px;
        margin-left: -80px;
    }
}

@media screen and (max-width:1025px) {
    .clients .first-div {
        transform: rotate(-90deg) translate(-50%, 0);
    }

    .clients .second-div {
        margin-left: 235px;
    }
}

@media screen and (max-width:800px) {
    .clients .first-div {
        display: inline-block;
        transform: rotate(0deg) translate(-0, 0);
        transform-origin: center;
        margin-top: 10%;
        margin-left: 35%;
    }

    .clients .second-div {
       width: 100%;
       margin: auto;
    }

    .clients .sec_body {
        padding-top: 40%;
    }

    .clients .side-div .second_side_hr {
        margin-top: 45%;
        margin-left: 20%;
        position: absolute;
    }
}

@media screen and (max-width:450px) {
    .clients .first-div {
        margin-left: 25%;
    }

    .clients .second-div .sec_body .col-md-3 {
        margin-bottom: 5%
    }

    .clients .second-div .sec_body .col-md-3 img {
        width: auto;
    }
}

/* @media screen and (min-width:770px) {
    .clients .first-div {
        margin-left: -5%; 
    }
} */

/* Serve styles */
.serve {
    background-image: url('../../assets/Banner_02b.jpg');
    background-size: cover;
}

.serve h2 {
    line-height: 170%;
    margin-bottom: 6%;
    color: #c4ac4a;
}

.serve h2 span {
    font-size: 5rem;
    color: #c4ac4a;
    font-weight: bold;
}

.serve h2::after {
        content: '';
        display: block;
        width: 90px;
        margin: 5% 0% 10%;
        border: 1.5px solid #eee;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.serve p {
    line-height: 135%;
    color: #eee;
}

.serve li {
    color: #eee;
}

.serve .sec_body {
    padding: 10% 5% 21% 0%!important;
}

.serve .sec_body p {
    text-align: left!important;
    color: white;
}

.serve .sec_body img {
    position: absolute;
    margin-top:-150px;
}

.serve li {
    list-style-type: none;
}

@media screen and (min-width:2560px) {
    .serve ul {
        background-color: rgba(0, 0, 0, .8);
        padding: 5%;
    }
}

@media screen and (max-width:1440px) {
    .serve .sec_body img {
        margin-top: -128px;
        width: 820px;
        left: -3%;
    }
}

@media screen and (max-width:1024px) {
    .serve .sec_body img {
        margin-top: -128px;
        width: 600px;
        left: -3%;
    }

    .serve .sec_body {
        padding: 8% 5% 5% 5%!important;
    }
}

@media screen and (max-width:800px) {
    .serve .sec_body img {
        /* position: absolute;
        margin-top:-160px;
        width: 300px;
        left: 25%; */
        display: none;
    }
}

@media screen and (max-width:450px) {
    .serve .sec_body h2 {
        margin-top: 20px; 
        font-size: 22px;
    }

    .serve .sec_body h2 span {
        font-size: 28px;
    }

    .serve {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

/* Team styles */
.team {
    padding-top:100px;
    padding-bottom:100px;
    background-image: url(../About_us.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.team .sec_body .sec_title {
    font-size: 40px;
    text-transform: uppercase;
    color: white;
}

.team .sec_title:after {
    content:' ';
    display:block;
    width: 90px;
    margin: 3% 37%;
    border:1.5px solid #d0d0d0;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
     
}

.team .member .box_text {
    padding:30px;
    background: white;
    min-height: 222px;
}

.team .member .box_text h3 {
    color:#aa912b;
}

.team .member .box_text .position {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .2em;
    color: #999;
}

.team .member .box_text .position:after {
    content: "";
    left: 0;
    width: 10%;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 0;
}

.team .member .box_text .desc {
    font-weight: lighter;
}

.team .member .avatar {
    height: 350px;
    width: 100%;
    overflow: hidden;

}

@media screen and (max-width:1200px) {
    .team .member .avatar {
        height: 250px;
    }

    .team .member .box_text {
        min-height: 400px;
    }
}

@media screen and (max-width:1050px) {
    .team .member .avatar {
        height: 250px;
    }

    .team .member .box_text {
        min-height: 400px;
    }
}

@media screen and (max-width:992px) {
    .team .member .avatar {
        height: 200px;
    }

    .team .member .box_text {
        min-height: 600px;
    }
}

@media screen and (max-width:768px) {
    .team .member .avatar {
        height: 400px;
    }
    .team .member .box_text {
        min-height: 220px;
    }

}

@media screen and (max-width: 600px) {
    .team .member .avatar {
        height: 350px;
    }

    .team .member .box_text {
        min-height: 200px;
    }
}

@media screen and (max-width:450px) {
    .team .member .avatar {
        height: auto;
    }

    .team .member .box_text {
        min-height: 350px;
    }
}



/* Contact styles */
.contact{
    padding-top: 100px;
    margin-bottom: 50px;
    font-size: 17px;
}

.contact input[type="text"] {
    margin-bottom: 3%;
    border-radius: 15px;
    padding:3%;
    width: 80%;
}

.contact select#country {
    margin-bottom: 3%;
    border-radius: 15px;
    width: 80%;   
}

.contact input[type="submit"] {
    padding: 1% 5%;
    border-radius: 25px;
    background-color: #8e2a4e;
    color: #eee;
}

.contact .myicon {
    color: #8e2a4e;
    font-size:24px; 
}

@media screen and (max-width:450px) {
    .contact {
        padding-top: 0;
    }
}

.herobanner {
    padding-top: 100px;
    padding-bottom: 100px;
    color: #eee;
    margin-bottom: 50px;
    /* background-color: #8e2a4e; */
    background-image: url('../../assets/About_us.jpg');
    background-size: cover;
    background-position: center right;
}

/* Footer styles */
.footer {
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 13px;
}

.footer ul li {
    list-style-type: none;
}

.footer .first_row ul h4 {
    font-size: 0.8rem;
    margin-top: -10px;
}

.footer .footer_social_media a {
    background-color: #a85d78;
    color: white;
    border-radius: 10px;
    margin-right: 10px
}

.footer .footer_social_media .myfacebook {
    padding: 10px 15px;
    background-color: #3C5A99;
}

.footer .footer_social_media .mytwitter {
    padding: 10px;
    background-color: #1DA1F2;
}

.footer .footer_social_media .mygoogle {
    padding: 10px 10px;
}

.footer .footer_social_media .fab {
    color: #fff;
}

.copyright_info {
    background-color: #3a3939;
    color: white;
    text-align: center;
    font-size: 13px;
    padding-top:8px;
    padding-bottom:8px;
}

.footer .partner_box {
    height: 60px;
    /* background-color: grey; */
    padding-top: 5%
}

.footer .partner_row .col-sm-4 {
    margin: 5px;
    padding: 0;
}

.footer .partner_title {
    font-size: 18px;
    margin-bottom: 0;
    margin-left: -4%;
}

.footer .partner_box img {
    width: 100%;
}

@media (min-width: 768px){
    .footer .partner_row .col-sm-4 {
        -ms-flex: 0 0 25%!important;
        flex: 0 0 25%!important;
    }
}

@media screen and (min-width:450px) {
    .footer .shop {
        padding-top: 25%;
    }
}

@media screen and (max-width:768px) {
    .footer .my_logo {
        height: 50px;
    }
    .footer .partner_box {
        height: auto;
    }
}

@media screen and (max-width:575px) {
    .footer .partner_row .col-sm-4 {
        width: 90px;
    }

    .footer .my_logo {
        height: 50px;
    }

    .footer .shop {
        padding-top: 25%;
    }
}