/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

/* Import Open Font  Great Vibes https://github.com/googlefonts/great-vibes */
@font-face {
    font-family: "Great Vibes";
    src: url("../fonts/GreatVibes-Regular.ttf");
}


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h1.page_title {
    font-family: "Great Vibes";
    font-size: 8vw;
    padding: 0px;
}

h1.page_title span {
    margin-left: 5px;
}

@media (min-width: 450px) {
    h1.page_title {
       font-size: 28px;
    }
    h1.page_title span {
        margin-left: 20px;
    }
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    /* list-style: none; */
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 2em;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}

.image_container {
    text-align: center;
}

/* header section start */

.header_section {
    width: 100%;
    float: left;
    position: fixed;
    background-color: #fef4ec;
    height: auto;
    background-size: 100%;
    z-index: 1000;
}

.bg-light {
    background-color: transparent!important;
}

.toggle_icon {
    padding: 10px 0px;
}

.image_toggle_icon {
    width: 70%;
    height: auto;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align: center;
}

.sidenav a {
    padding: 4px 8px 4px 8px;
    text-decoration: none;
    font-size: 20px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #fc967e;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.sidenav {
    z-index: 99999999999999;
    background-color: rgb(0, 0, 0, 0.9);
}

@media screen and (max-width: 450px) {
    .sidenav {
        padding-top: 15px;
        background-color: rgb(0, 0, 0, 0.9);
    }
    .sidenav a {
        font-size: 18px;
    }
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9);
    padding-left: 90px;
    z-index: 2;
}

/* header section end */

/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    background-image: url(../images/banner-bg.png);
    height: auto;
    padding-top: 90px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.banner_taital {
    width: 100%;
    margin: 0 auto;
    font-size: 5em;
    color: #000;
    line-height: 90px;
    padding-top: 20px;
    font-family: 'Great Vibes', cursive;
}

@media screen and (max-width: 450px) {
    .banner_taital {
        display: none;
    }
}

.banner_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #000;
    margin: 5px 0px;
}

.read_bt {
    width: 170px;
    float: left;
    padding-top: 30px;
    padding-bottom: 30px;
}

.read_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #252525;
    text-align: center;
    padding: 10px 0px;
    border-radius: 5px;
    text-transform: uppercase;
}

.read_bt a:hover {
    color: #ffffff;
    background-color: #f5ddb6;
}

.empty_par {
    display: block;
}

@media screen and (max-width: 450px) {
    .read_bt {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .read_bt a {
        width: 80%;
        font-size: 0.9em;
        padding: 5px 0px;
        border-radius: 3px;
    }
}

/* banner section end */


/* product section start */

.product_section {
    width: 100%;
    float: left;
    padding-bottom: 1em;
    scroll-margin-top: 3em; 
}

.product_taital {
    width: 100%;
    float: left;
    font-size: 2em;
    text-transform: uppercase;
    text-align: center;
    color: #232322;
    /*font-weight: bold;*/
}

.product_text {
    /* width: 100%; */
    /* float: left; */
    font-size: 1.1em;
    text-align: center;
    color: #50504f;
    margin: 0px 10px 10px 10px;
}

.product_text b {
    font-weight: bold;
}

.product_section_2 {
    width: 100%;
    float: left;
    padding-top: 0.7em;
}

.product_box {
    width: 100%;
    background-color: #ffffff;
    height: auto;
    border: 1px solid #7d7d7c;
    padding: 1em 0px 0px 0px;
    margin-top: 1.3em;
    position: relative;
}

.bursh_text {
    width: 100%;
    font-size: 20px;
    text-align: center;
    color: #1a1c1b;
    font-weight: 600;
}

.lorem_text {
    width: 100%;
    font-size: 14px;
    text-align: center;
    color: #50504f;
    margin: 0px;
}

.image_1 {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 20px 0px 40px 0px;
    padding: 0px 20px 55px 20px;
}

.image_2 {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 20px 0px 20px 0px;
    padding: 0px 20px 35px 20px;
}

.btn_main {
    width: 100%;
    /*display: flex; */
    background-color: #000;
    height: auto;
    padding: 10px 10px 10px 10px;
    text-wrap: nowrap;
    position: absolute;
    bottom: 0;
}

.buy_bt {
    float: left;
    width: 100%;
}

.buy_bt ul {
    margin: 0px;
    padding: 0px;
}

.buy_bt li a {
    float: left;
    font-size: 12px;
    color: #252525;
    padding: 5px 10px;
    background-color: #ffffff;
    text-transform: uppercase;
    margin-right: 5px;
    border-radius: 40px;
}

.buy_bt li a:hover {
    background-color: #f5ddb6;
    color: #ffffff;
}

.buy_bt li.active a {
    background-color: #f5ddb6;
    color: #fff;
}

.price_text {
    font-size: 1.3em;
    color: #fefefd;
    width: 100%;
    /* padding-top: 0px; */
    text-align: center;
}

.seemore_bt {
    margin: 0 auto;
    padding-top: 5px 0 5px 0;
    text-align: center;    
}

.seemore_bt a {
    width: 100%;
    /*float: left;*/
    font-size: 1em;
    color: #ffffff;
    background-color: #a89a8c;
    text-align: center;
    padding: 10px 10px;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
}

.seemore_bt a:hover {
    color: #ffffff;
    background-color: #f5ddb6;
}


/* product section end */

/* cosmetic section start */

.cosmetic_section {
    width: 100%;
    float: left;
    background-color: #ffffff;
    height: auto;
    padding-bottom: 1em;
    scroll-margin-top: 3em
}

.cosmetic_section_main {
    width: 100%;
    float: left;
}

.cosmetic_taital_main {
    width: 100%;
    float: left;
}

.cosmetic_taital {
    width: 100%;
    float: left;
    font-size: 2em;
    color: #252525;
    /* font-weight: bold; */
    text-transform: uppercase;
}

.cosmetic_text {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #252525;
    margin: 0 0 0.8em 0;
}

.image_4 {
    max-height: 430px;
    width: auto;
    float: left;
}


/* cosmetic section end */


/* about section start */

.about_section {
    width: 100%;
    float: left;
    background-color: #fef4ec;
    height: auto;
    padding-bottom: 1em;
    scroll-margin-top: 3em
}

.about_section_main {
    width: 100%;
    float: left;
}

.about_taital_main {
    width: 100%;
    float: left;
}

.about_taital {
    width: 100%;
    float: left;
    font-size: 2em;
    color: #252525;
    /* font-weight: bold; */
    text-transform: uppercase;
}

.about_text {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #252525;
    margin: 0px;
}

.image_3 {
    height: auto;
    width: 100%;
    max-height: 400px;
    max-width: 400px; 
    float: left;
}

.readmore_bt {
    width: 170px;
    float: left;
    padding-top: 30px;
}

.readmore_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #363636;
    text-align: center;
    padding: 10px 0px;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
}

.readmore_bt a:hover {
    color: #50504f;
    background-color: #ffffff;
}


/* about section end */


/* customer section start */

.customer_section {
    width: 100%;
    float: left;
    padding-bottom: 1em;
}

.customer_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    color: #252525;
    /* font-weight: bold; */
}

.client_section_2 {
    width: 70%;
    margin: 0 auto;
    padding-top: 50px;
}

.client_main {
    width: 100%;
    float: left;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 0px 30px 1px #eeeeed;
    margin-bottom: 50px;
}

.client_left {
    width: 30%;
    float: left;
}

.client_right {
    width: 70%;
    float: left;
    padding-top: 55px;
    padding-left: 14px;
}

.name_text {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #252525;
    font-weight: bold;
    text-transform: uppercase;
}

.dolor_text {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #252525;
    margin: 0px;
}

.client_img {
    width: 100%;
    text-align: center;
}

#main_slider a.carousel-control-prev {
    left: -60px;
    top: 360px;
}

#main_slider a.carousel-control-next {
    right: -60px;
    top: 360px;
}

#main_slider .carousel-control-next,
#main_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    background: #ffffff;
    opacity: 1;
    font-size: 30px;
    color: #000000;
    border-radius: 100px;
    box-shadow: 0px 0px 18px 8px #eeeeed;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

#main_slider .carousel-control-next:focus,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-prev:hover {
    color: #000;
    background-color: #f5ddb6
}


/* customer section end */


/* contact section start */

.contact_section {
    width: 100%;
    float: left;
    scroll-margin-top: 3em;
}

.contact_taital {
    width: 100%;
    float: left;
    color: #1a1c1b;
    /* font-weight: bold; */
    font-size: 2em;
    text-transform: uppercase;
}

.contact_text {
    width: 100%;
    float: left;
    color: #252525;
    margin: 0px;
    font-size: 14px;
}

.contact_main {
    width: 100%;
    display: flex;
    color: #252525;
    margin-top: 45px;
}

.contact_bt {
    width: 200px;
}

.contact_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    padding: 10px 30px;
    background-color: #252525;
    text-transform: uppercase;
    margin-right: 15px;
    border-radius: 5px;
    text-align: center;
}

.contact_bt a:hover {
    background-color: #252525;
    color: #ffffff;
}

.newletter_bt {
    width: 200px;
    margin-left: 20px;
}

.newletter_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #252525;
    padding: 10px 30px;
    background-color: #fef4ec;
    text-transform: uppercase;
    margin-right: 15px;
    border-radius: 5px;
    text-align: center;
}

.newletter_bt a:hover {
    background-color: #252525;
    color: #ffffff;
}

.map_main {
    width: 100%;
    float: left;
    margin-top: 45px;
}

.contact_section_2 {
    width: 100%;
    color: #ffffff;
    float: left;
}


/* contact section end */


/* footer section start */

.footer_main {
    width: 100%;
    float: right;
}

.footer_section {
    width: 100%;
    float: left;
    background-color: #252525;
    height: auto;
    background-size: 100%;
    padding-bottom: 30px;
}

.footer_logo {
    width: 100%;
    float: left;
    text-align: center;
    display: none;
}

.footer_logo_1 {
    width: 100%;
    float: left;
    text-align: center;
}

.address_bt {
    width: 100%;
    float: left;
}

.address_bt ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.address_bt li {
    font-size: 14px;
    /* color: #ffffff; */
    padding: 0px 0px 0px 0px;
}

.address_bt li a {
    /* color: #ffffff; */
}

.address_bt li a:hover {
    /* color: #f5ddb6; */
}

.padding_left10 {
    padding-left: 10px;
}

.address_text {
    font-size: 1.5em;
    /*color: #ffffff;*/
    color: #252525;
    text-transform: uppercase;
}


.address_text ~ p {
    float: left;
    font-size: 14px;
    color: #252525;
    margin: 0px;
    padding-top: 10px;    
}

.ipsum_text {
    float: left;
    font-size: 14px;
    margin: 0px;
    padding-top: 10px;
}

.main {
    width: 54%;
    float: right;
}

.social_icon {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
    border-bottom: 1px solid #f5ddb6;
    padding-bottom: 30px;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    text-align: center;
}

.social_icon li {
    float: left;
    font-size: 26px;
    color: #f5ddb6;
    padding: 10px;
}

.social_icon li a {
    color: #f5ddb6;
}

.social_icon li a:hover {
    color: #ffffff;
}


/* footer section end */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #252525;
    height: auto;
}

.copyright_text {
    width: 100%;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    margin: 20px 0px;
}

.copyright_text a {
    color: #ffffff;
}

.copyright_text a:hover {
    color: #f5ddb6;
}

.margin_top90 {
    margin-top: 90px;
}

.modal_header_title {
    display: inline-block; 
    text-align: center;
    margin-left: 25px;
    margin-right: 25px;
    width: 100%;
}

.modal_header_btn {
    /* display: inline-block;*/
    position: absolute;
    right: 20px;
}

.modal_content_title {
    font-weight: bold;
}

.modal_content_ul {
    padding-left: 10px;
    margin-bottom: 10px;
}

.modal_content_ul ul {
    list-style-position: outside;
}

.modal_content_ul li {
    list-style-type: disc;
    padding-left: 10px;
    margin-left: 20px;
}

.modal_content_text {
    margin-bottom: 10px;
}

@media (min-width: 800px) {
    .modal-dialog {
       min-width: 700px; 
    }
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23aaa' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23aaa' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators li { 
    list-style: circle; 
    font-size: 18px;
}
.carousel-indicators li.active { 
    list-style: disc; 
}

.carousel-item {
    margin-top: 15px;
    height: 550px;
}

