html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;

}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    outline: none;
    color: #fff;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

body {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    color: #3d3b3b;
    background-color: #fff;
    font-weight: 400;
}

::selection {
    color: #fff;
    background-color: #535353;
}

::-moz-selection {
    color: #fff;
    background-color: #535353;
}

/* #Primary
================================================== */

.cus-flex {
    justify-content: center;
    align-items: center;
}

.title h4{
    font-size: 10px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.3px;
    color: #222;
    padding: 5px 30px 5px;
    border-radius: 100px;
    background-color: rgba(0, 0, 0, 0.1);    
    width: fit-content;
    margin: 0 auto 8px;
}
.title h2{
    font-family: Bevan;
    font-size: 46px;
    line-height: 1.2;
    color: #222;
    padding-bottom: 20px;
}
button{
    border: none;
    padding: 11px 30px;
    border-radius: 100px;
    border: solid 1px #3d3b3b;
    background-color:#fff;
}
button a{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.2px;
    color: #101010 !important;
    display: flex;
    align-items: center;
}
button a span{
    background: url(/images/right-arrow.png) 3px 0px;
    background-repeat: no-repeat;
    height: 15px;
    width: 15px;
    display: inline-block;
    align-items: center;
    margin-left: 12px; 
}
button:hover{
    border: solid 1px #f96636;
    background-color: #f96636;
}
button:hover a{
    color: #fff !important;
}
button:hover a span{
    background: url(/images/right-hover.png) 3px 0px;
    background-repeat: no-repeat;
    height: 15px;
    width: 15px;
    display: inline-block;
    align-items: center;
    margin-left: 12px; 
}
.comman-header{
    margin-bottom: 80px;
}
.comman-header .img-box{
    position: relative;
}
.comman-header .heading{
    position: absolute;
    top: 50%;
    margin-top: -24px;
    width: -webkit-fill-available;
}
.comman-header h4{
    font-family: Bevan;
    font-size: 40px;
    line-height: 1.2;
    color: #fff
}
.comman-header  p{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
    text-align: right;
}
.comman-header p span{
    color: #f96636;
}


/* #header
================================================== */
header{
    background-color: #fff;
}
.navbar{
    padding: 0.5rem 0rem;
    box-shadow: none;
}
header .navbar-dark .navbar-nav .nav-link{
    font-size: 18px;
    line-height: 1.2;
    color: #3d3b3b !important;
    font-family: Bevan, serif;
    padding-right: 30px;
}
header .navbar-dark .navbar-nav a.fb{
    background: url(/images/fb.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    margin: 0 5px;
}
header .navbar-dark .navbar-nav a.fb:hover{
    background: url(/images/fb-hover.png);
}
header .navbar-dark .navbar-nav a.in{
    background: url(/images/in.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    margin: 0 5px;
}
header .navbar-dark .navbar-nav a.in:hover{
    background: url(/images/in-hover.png);
}
header .navbar-dark .navbar-nav a.ig{
    background: url(/images/ig.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    margin: 0 5px;
}
header .navbar-dark .navbar-nav a.ig:hover{
    background: url(/images/ig-hover.png);
}
.navbar-brand{
    margin-right: 8rem;
}
header .navbar-dark .navbar-nav a.con-btn{
    border-radius: 100px;
    border: solid 1px #101010;
    background-color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.2px;
    color: #101010;
    padding: 7px 16px;
    display: flex;
    align-items: center;
}
header .navbar-dark .navbar-nav a.con-btn span{
    background: url(/images/right-arrow.png) 3px 0px;
    background-repeat: no-repeat;
    height: 15px;
    width: 15px;
    display: inline-block;
    align-items: center;
    margin-left: 5px;

}
header .navbar-dark .navbar-nav a.con-btn:hover{
    border: solid 1px #f96636;
    background-color: #f96636;
    color: #fff;
}
header .navbar-dark .navbar-nav a.con-btn:hover span{
    background: url(/images/right-hover.png) 3px 0px; 
    background-repeat: no-repeat;
    height: 15px;
    width: 15px;
    display: inline-block;
    align-items: center;
    margin-left: 5px;
}
header .navbar-dark .navbar-nav .nav-link:hover{
    color: #f96636 !important;
}
header .navbar-dark .navbar-nav .nav-link.active{
    color: #f96636 !important;
}
.navbar-toggler{
    background-color: #000;
    border: 1px solid #000;
}
.navbar .dropdown-menu:before {
    content: "";
    border-bottom: 15px solid #373737;
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    position: absolute;
    top: -9px;
    left: 23%;
    z-index: 10;
}
.navbar .dropdown-menu {
    border-radius: 10px;
    background-color: #373737;
    padding: 10px 20px;
    margin-bottom: 10px;
}
.navbar .dropdown-item {
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid #FFFFFF;
    padding: 6px 0px 6px 0px;
    line-height: 1.30;
}
.navbar .dropdown-item:last-child{
    border-bottom: none;
}
.dropdown-item:hover, .dropdown-item:focus{
    background-color: transparent;
    font-weight: 900;
    color: #fecc00;
}

/* #home
================================================== */
.home .hero-sec{
    margin-bottom: 80px;
}
.home .hero-sec .img-box{
    position: relative;
}
.home .hero-sec .txt-box{
    position: absolute;
    top: 50%;
    margin-top: -38px;
    left: 150px;
}
.home .hero-sec .txt-box h4{
    font-size: 40px;
    font-family: Bevan;
    line-height: 1;
    color: #fff;
    padding-bottom: 10px;
}
.home .hero-sec .txt-box p{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.2px;
    color:#fff;
}
.home .story-sec{
    margin-bottom: 80px;
}
.home .story-sec .txt-box h6{
    font-family: Archivo Black;
    font-size: 24px;
    line-height: 1.5;
    color: #222;
    padding-bottom: 5px;
}
.home .story-sec .txt-box p{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.2px;
    color: #3d3b3b;
    padding-bottom: 25px;
}
.home .about-product{
    background: url(/images/back.png)no-repeat;
    background-size: cover;
    padding: 80px 0;
    margin-bottom: 80px;
}
.home .about-product .count-area-content{
    border-radius: 30px;
    backdrop-filter: blur(4px);
    background-color: rgba(98, 97, 97, 0.6);
    text-align: center;
    padding: 20px 0;
    margin-bottom: 30px;
}
.home .about-product .count-area-content .count-digit{
    font-family: Bevan;
    font-size: 40px;
    line-height: 1;
    color: #f96636;
    display: block;
}
.home .about-product .count-area-content .count-title{
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
}
.home .about-product p{
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    color: #fff;
}
.home .product-sec{
    margin-bottom: 80px;
}
.product-sec .product-box{
    border-radius: 30px;
    background-color: rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-bottom: 10px;
}
.product-sec .product-box .txt-box{
    padding: 25px 25px 35px;
}
.product-sec .product-box:hover{
    background-color: #f96636;
}
.product-sec .product-box .line{
    border-bottom: 1px solid #3d3b3b;
    width: 80px;
    margin: 0 auto 20px;
}
.product-sec .product-box h5{
    font-size: 24px;
    line-height: 1;
    font-family: Bevan;
    color: #222;
    padding-bottom: 7px;
}
.product-sec .product-box p{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.2px;
    color: #3d3b3b;
    padding-bottom: 20px;
}
.product-sec .product-box:hover h5{
    color: #fff;
}
.product-sec .product-box:hover p{
    color: #fff;
}
.product-sec .product-box:hover .line{
    border-bottom: 1px solid #fff;
}
.product-sec .product-box button:hover{
    background-color: #000;
}
.owl-carousel .owl-item img{
    display: inline-block;
    width: auto;
}
.product-sec .product-box button{
    border: none;
}
.home .product-sec .owl-theme .owl-dots .owl-dot span{
    background-color: #949597;
}
.home .product-sec .owl-theme .owl-dots .owl-dot.active span{
    background-color: #f96636;
}
.home .product-difference{
    background: url(/images/back.png)no-repeat;
    background-size: cover;
    padding: 80px 0;
    margin-bottom: 80px;
}
.home .product-difference .txt-box p{
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
}
.home .product-difference h4{
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
    margin: 0 0 10px;
}
.home .product-difference h2{
    color: #fff;
}
.home .promise-sec{
    margin-bottom: 80px;
}
.home .promise-sec .title h2{
    padding-bottom: 0;
}
.home .promise-sec .title p{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.2px;
    color: #3d3b3b;
}
.home .promise-sec .box{
    border-radius: 30px;
    background-color: #e9e9e9;
    margin-bottom: 20px;
    padding: 57px 40px;
}
.home .promise-sec .box p{
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.2px;
    color: #3d3b3b;
}







.testimonial-sec{
    margin-bottom: 140px;
}
.testimonial-sec .review p{
    font-size: 24px;
    line-height: 1.5;
    color: #222;
    padding-bottom: 30px;
}
.testimonial-sec .review h5{
    font-size: 24px;
    line-height: 1.2;
    font-family: Bevan;
    color: #222;
}
.testimonial-sec .review h6{
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.2px;
    color: #969696;
}
.testimonial-sec .next-slide {
    background: url(/images/right.png) no-repeat scroll 0px;
    height: 56px;
    width: 56px;
    position: absolute;
    left: 9%;
    bottom: -20%;
}
.testimonial-sec .prev-slide {
    background: url(/images/left.png) no-repeat scroll 0px;
    height: 56px;
    width: 56px;
    position: absolute;
    left: 0%;
    bottom: -20%;
}


/* #about
================================================== */
.about .about-sec{
    margin-bottom: 100px;
}
.about .about-sec .txt-box p{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.2px;
    color: #3d3b3b;
    padding-bottom: 15px;
}
.about .about-sec .txt-box h6{
    font-family: Archivo Black;
    font-size: 24px;
    line-height: 1.5;
    color: #222;
    padding-bottom: 5px;
}
.about .mission-sec{
    margin-bottom: 80px;
}
.about .mission-sec .box{
    position: relative;
    border-radius: 30px;
    border: solid 1px #c5c5c5;
    padding: 70px 50px 50px;
    height: 400px;
    margin-bottom: 50px;
}
.about .mission-sec .box .mission-img{
    height: 100px;
    position: absolute;
    right: 7%;
    text-align: center;
    align-items: center;
    display: flex;
    top: -50px;
    background-color: #fff;
    padding: 0 25px;
}
.about .mission-sec .box p{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.2px;
    color: #3d3b3b;
}
.about .mission-sec .philosophy-box{
    position: relative;
    border-radius: 30px;
    border: solid 1px #c5c5c5;
    padding: 70px 50px 50px;
    margin-top: 30px;
}
.about .mission-sec .philosophy-box .philosophy-img{
    height: 100px;
    position: absolute;
    left: 30%;
    text-align: center;
    align-items: center;
    display: flex;
    top: -50px;
    background-color: #fff;
    padding: 0 25px;
}
.about .mission-sec .philosophy-box p{
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #3d3b3b;
}
.about .mission-sec .philosophy-box ul li{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #3d3b3b;
}
.about .mission-sec .philosophy-box ul li::before {
    content: "\2022";
    color: #3d3b3b;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: 0em;
}
.about .blend-sec{
    background: url(/images/back.png)no-repeat;
    background-size: cover;
    padding: 80px 0;
    margin-bottom: 80px;
}
.about .blend-sec .title h4{
    color: #fff;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.3);
}
.about .blend-sec .title h2{
    color: #fff;
}
.about .blend-sec p{
    font-size: 24px;
    line-height: 2;
    color: #fff;
}
.about .team-sec{
    margin-bottom: 60px;
}
.about .team-sec .team-box{
    text-align: center;
    margin-bottom: 20px;
}
.about .team-sec .team-box h5{
    font-family: Bevan;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.2px;
    color: #3d3b3b;
}
.about .team-sec .team-box p{
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.2px;
    color: #3d3b3b;
}











/* #product-detail
================================================== */
.product-detail .product-description{
    margin-bottom: 60px;
}
.product-detail .product-description .product-box{
    border-radius: 30px;
}
.product-detail .product-description .txt-box p{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.2px;
    color: #3d3b3b;
    padding-bottom: 12px;
    max-width: 450px;
}
.product-detail .product-description .txt-box h5{
    font-size: 16px;
    font-weight: 700;
    color: #222222;
    padding-bottom: 5px;
}
.product-detail .product-description .txt-box h6{
    font-size: 16px;
    font-weight: 500;
    color: #222222;
    max-width: 450px;
    line-height: 1.5;
}

/* #contact
================================================== */
.contact .contact-sec{
    margin-bottom: 80px;
}
.contact .contact-sec .title p{
    font-size: 18px;
    color: #7c7c7c;
    text-align: center;
    max-width: 660px;
    margin: 0 auto;
    line-height: 1.3;
}

.contact .contact-sec .contact-box{
    border-radius: 30px;
    background-color: #f96636;
    padding: 40px 40px 20px;
}
.contact .contact-sec .contact-box h4{
    font-family: Bevan;
    font-size: 40px;
    color: #fff;
    padding-bottom: 5px;
}
.contact .contact-sec .contact-box p{
    font-size: 23px;
    color: #fff;
    padding-bottom: 50px;
}
.contact .contact-sec .contact-box h6{
    font-size: 30px;
    font-weight: 600;
    line-height: 1.28;
    color: #fff;
    padding-bottom: 10px;
}
.contact .contact-sec .contact-box .box{
    border-radius: 30px;
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    background-color: #3d3b3b;
    padding: 25px;
    margin-bottom: 20px;
}
.contact .contact-sec .contact-box .box h5{
    font-size: 25px;
    font-weight: 700;
    color: #fff;
}
.contact .contact-sec .contact-box .box p{
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding-bottom: 0;
}
.contact .contact-sec .form-group label{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: #030211;
}
.contact .contact-sec .form-group input{
    border-radius: 283px;
    border: solid 1px #d3d3d3;
}
.contact .contact-sec .form-group textarea{
    border-radius: 20px;
    border: solid 1px #d3d3d3;
    min-height: 160px;
    max-height: 200px;
}



/* #floating Form
================================================== */
.contact .floating-form{
    border-radius: 16px;
    background-color: #191c19;
    padding: 70px;
    margin-bottom: 60px;
}
input {
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom: solid 1px #737373;
    width: 100%;
}
textarea{
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border: solid 1px #d1b06b;
    width: 100%;
}
.floating-form{
    border: 1px solid rgba(232, 232, 232, 0.15);
}
.floating-label {
    position: relative;
    margin-bottom: 30px;
}
.floating-input, .floating-select {
    font-size: 18px;
    padding: 20px 17px 8px 0px;
    display: block;
    width: 100%;
    height: 48px;
    background: transparent; 
    color: #d7d7d7;
    font-weight: 300;
}
.floating-input:focus, .floating-select:focus {
    outline: none;
}
.floating-input:disabled{
    background-color: #fff6bd;
}
.floating-form .floating-label label {
    color: #d7d7d7;
    font-size: 16px;
    position: absolute;
    pointer-events: none;
    top: 17px;
    left: 0px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
.floating-input:focus ~ label, .floating-input:not(:placeholder-shown) ~ label {
    top: 7px;
    font-size: 12px;
    color: #d7d7d7;
    margin-top: 0; 
}
.floating-select:focus ~ label, .floating-select:not([value=""]):valid ~ label {
    top: 7px;
    font-size: 12px;
    color: #d7d7d7;
}
/* active state */
.floating-input:focus ~ .bar:before, .floating-input:focus ~ .bar:after, .floating-select:focus ~ .bar:before, .floating-select:focus ~ .bar:after {
    width: 50%; 
}
.floating-textarea {
    min-height: 160px;
    max-height: 200px;
    overflow: hidden;
    overflow-x: hidden;
    padding-top: 20px;
    line-height: 20px;
    margin-bottom: 30px;
}
/* highlighter */
.highlight {
    position: absolute;
    height: 50%;
    width: 100%;
    top: 15%;
    left: 0;
    pointer-events: none;
    opacity: 0.5; 
}
/* active state */
.floating-input:focus ~ .highlight, .floating-select:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease; 
}









/* #footer
================================================== */
footer .footer-top{
    margin-bottom: -150px;
    text-align: center;
}
footer .footer-detail{
    background-color: #222;
    padding: 100px 0 60px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
}
footer .footer-detail .box{
    max-width: 110px;
    margin: 0 auto;
}
footer .footer-detail .col-md-3{
    border-right: 1px solid #393939;
}
@media (min-width: 768px) {
    footer .footer-detail .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 22%;
        max-width: 22%;
    }
}
footer .footer-detail .box h4{
    font-size: 16px;
    line-height: 1.4;
    font-family: Bevan;
    color: #fff;
    padding-bottom: 15px;
}
footer .footer-detail .box ul li{
    font-size: 14px;
    line-height: 1.4;
    color: #949597;
    padding-bottom: 10px;
}
footer .footer-detail .box.social ul{
    display: flex;
}
footer .footer-detail .box ul li:hover{
    color: #f96636;
    font-weight: 700;
}
footer .footer-detail .box ul li a.fb{
    background: url(/images/fb.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    margin: 0 5px;
    display: block;
}
footer .footer-detail .box ul li a.fb:hover{
    background: url(/images/fb-hover.png);
}
footer .footer-detail .box ul li a.in{
    background: url(/images/in.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    margin: 0 5px;
    display: block;
}
footer .footer-detail .box ul li a.in:hover{
    background: url(/images/in-hover.png);
}
footer .footer-detail .box ul li a.ig{
    background: url(/images/ig.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    margin: 0 5px;
    display: block;
}
footer .footer-detail .box ul li a.ig:hover{
    background: url(/images/ig-hover.png);
}
footer .footer-detail .box.social{
    max-width: 150px;
}
footer .footer-detail .box.add{
    max-width: 250px;
}
footer .footer-detail .box h6{
    font-size: 12px;
    font-weight: 500;
    color:#949597;
    line-height: 1.5;
}
footer .footer-detail .box p{
    font-size: 14px;
    color: #fff;
    line-height: 1.7;
    padding-bottom: 15px;
}
footer .footer-bottom{
    background-color: #2c2c2c;
    padding: 15px 0;
}
footer .footer-bottom .txt{
    font-size: 14px;
    line-height: 1;
    color: #949597;
}
footer .footer-bottom .txt span{
    color: #d3d3d3;
}










@media (min-width: 768px) {
}

@media (max-width: 768px){
    .title h2{
        font-size: 36px;
    }
    .contact .contact-sec .contact-box{
        padding: 40px 20px 20px;
    }
    .home .hero-sec .txt-box{
        left: 20px;
        margin-top: -17px;
    }
    .comman-header h4{
        font-size: 14px;
    }
    .comman-header p{
        font-size: 10px;
    }
    .comman-header .heading{
        margin-top: -8.5px;
    }
    .about .mission-sec .box{
        padding: 70px 30px 50px;
        height: 460px;
    }
    .testimonial-sec .prev-slide{
        bottom: -15%;
    }
    .testimonial-sec .next-slide{
        left: 22%;
        bottom: -15%;
    }
    footer .footer-top{
        margin-bottom:  -60px;
    }
    footer .footer-detail .box h3{
        font-size: 48px;
    }
    footer .footer-detail .box h2{
        font-size: 48px;
    }
    .home .hero-sec .txt-box h4 {
        font-size: 12px;
        line-height: 1.3;
        padding-bottom: 6px;
    }
    .home .hero-sec .txt-box p {
        font-size: 10px;
        font-weight: 500;
        line-height: 1.3;
    }
    footer .footer-detail .box.add{
        max-width: max-content;
    }
}

@media (min-width: 1280px) and (max-width: 1365px) {

}
@media (min-width: 768px) and (max-width: 998px) {
    header .navbar-dark .navbar-nav .nav-link{
        font-size: 10px;
        line-height: 1.2;
        color: #3d3b3b !important;
        font-family: Bevan, serif;
        padding-right: 10px;
    }
    .about .team-sec .team-box img{
        width: 100%;
    }
}
