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: "Manrope", sans-serif;
    font-size: 18px;
    color: #171b24;
    background-color: #fff;
    font-weight: 400;
}

::selection {
    color: #fff;
    background-color: #535353;
}

::-moz-selection {
    color: #fff;
    background-color: #535353;
}



/* #comman
================================================== */
button{
    background-color: #fff;
    color: #000;
    font-size: 16px;
    padding: 15px 25px;
    border: none;
    border-radius: 28px;
}
button a{
    color: #000;
}
button:hover{
    /*background-color: #C4BC87;*/
}
.title h6{
    border-radius: 30px;
    background-color: #f7a21d;
    padding: 2px 12px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.69;
    letter-spacing: 2px;
    color: #fff;
    width: fit-content;
    margin-bottom: 8px;
}
.title h4{
    font-size: 48px;
    font-weight: 700;
    line-height: 1.21;
    letter-spacing: -1px;
    color: #171b24;
    padding-bottom: 10px;
}
.title p{
    font-size: 18px;
    line-height: 2;
    color: #171b24;
}

/* #header
================================================== */
header{
    padding:  30px 0;
}
.navbar{
    padding: 0.5rem 0rem;
    box-shadow: none;
}
header .navbar-dark .navbar-brand {
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
}
header .navbar-dark .navbar-brand img{
    height: 100px;
}
.navbar.navbar-dark .navbar-nav .nav-item .nav-link{
    font-size: 18px;
    line-height: 1.44;
    color: #000;
    padding: 0.5rem 10px;
}
header .navbar-dark .navbar-nav .call-btn{
    border-radius: 300px;
    background-color: #f7a21d;
    padding: 6px 7px 6px 40px;
    font-size: 18px;
    font-weight: 500;
    color: #0f0e0e;
}
header .navbar-dark .navbar-nav .call-btn a{
    display: flex;
    align-items: center;
}
header .navbar-dark .navbar-nav .call-btn:hover{
    background-color: #0f0e0e;
    color: #fff;
}
header .navbar-dark .navbar-nav .nav-link.bro-btn:hover{
    background-color: #fff;
    color: #000;
}
header .navbar-dark .navbar-nav .nav-link:hover{
    color: #f7a21d !important;
    font-weight: 600;
}
header .navbar-dark .navbar-nav .nav-link.active{
    color: #f7a21d !important;
    font-weight: 600;
}
.navbar-toggler{
    /*background-color: #f7a21d;*/
    border: 1px solid #fff;
}
.navbar-toggler span{
    margin-left: 0;
}
header .navbar-dark .navbar-nav .call-btn a span{
    background: url(/images/right.png)no-repeat;
    height: 42px;
    width: 42px;
}
header .navbar-dark .navbar-nav .call-btn:hover a span{
    background: url(/images/right-hover.png)no-repeat;
    height: 42px;
    width: 42px;
}

/* #home
================================================== */
.home .slider{
    position: relative;
}
.home .slider.mobile{
    display: none;
}
.home .sliders .txt-box{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15%;
}
.home .sliders .txt-box h4{
    font-size: 50px;
    font-weight: 700;
    color: #000;
}
.home .about-sec{
    padding: 80px 0 120px;
    margin-bottom: 0px;
}
.home .about-sec .heading h2{
    font-size: 42px;
    font-weight: 700;
    line-height: 1.21;
    letter-spacing: -1px;
    color: #171b24;
    padding-bottom: 50px;
    text-align: center;
}
.home .about-sec .title h6{
    letter-spacing: 6px;
}
.home .about-sec .about-right{
    position: absolute;
    right: -30px;
    height: 200px;
}
.home .vission-sec{
    margin-bottom: 80px;
}
.home .about-group{
    margin-bottom: 80px;
}
.home .about-group .group-box{
    border-radius: 24px;
    background-color: #1e1e1e;
    height: 585px;
}
.home .about-group .group-box p{
    font-size: 18px;
    line-height: 2;
    color: #fff;
    padding: 15px 30px;
}
.home .product-sec{
    background: url(/images/product-back.png)no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 80px 0 100px;
    margin-bottom: 90px;
    position: relative;
}
.home .left-corner{
    position: absolute;
    left: 0;
}
.home .product-sec .title h4{
    color: #fff;
}
.home .product-sec .product-box{
    border-radius: 24px;
    background-color: #fff;
    padding: 7px 7px 20px;
    text-align: center;
}
.home .product-sec .product-box h4{
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    color: #171b24;
    padding-bottom: 20px;
}
.home .product-sec .product-box a{
    font-size: 16px;
    font-weight: 700;
    line-height: 1.63;
    letter-spacing: -1px;
    color: #f7a21d;
    text-decoration: underline;
}
.home .product-sec .product-box a:hover{
    color: #3f3833;
}
.home .gallery-sec{
    margin-bottom: 80px;
}
.home .quality-sec{
    margin-bottom: 80px;
}
.home .quality-sec .title p{
    color: #171b24;
    opacity: 0.7;
}
.home .about-product{
    background: url(/images/dummy-back.png)no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 120px 0;
    margin-bottom: 80px;
}
.home .about-product .txt-box h4{
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
}
.home .about-product .txt-box p{
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
    max-width: 900px;
}
.home .txt-data{
    margin-bottom: 80px;
}
.home .txt-data .txt-box h6{
    font-size: 33px;
    color: #3F3833;
    font-weight: 700;
    line-height: 1.5;
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

/* #footer
================================================== */
footer{
    position: relative;
    background: url(/images/footer-backs.png)no-repeat;
    background-size: cover;
    background-position: top center;
}
footer .corner-img{
    position: absolute;
    top: -100px;
    right: 40px;
}
footer .corner-img img{
    height: 220px;
}
footer .footer-top{
    padding: 150px 0 70px;
}
footer .contact-detail .title h4{
    color: #fff;
}
footer .contact-detail .box{
    margin-bottom: 30px;
}
footer .contact-detail .box p{
    font-size: 11px;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 3px;
    color: #fff;
    opacity: 0.6;
}
footer .contact-detail .box h5{
    font-size: 21px;
    font-weight: 700;
    line-height: 1.43;
    color: #fff;
    max-width: 350px;
}
footer .footer-bottom{
    padding: 13px 0;
    border-top: 1px solid #665e59;
}
footer .footer-bottom p{
    font-size: 21px;
    line-height: 1.43;
    color: #fff;
    text-align: center;
}
/* #floating Form
================================================== */
footer .floating-form{
    padding: 35px 42px 46px;
    border-radius: 24px;
    background-color: #fff;
}
input {
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom: solid 0.5px rgba(30, 30, 30, 0.3);
    width: 100%;
}
textarea{
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom: solid 0.5px rgba(30, 30, 30, 0.3);
    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: #333;
    font-weight: 300;
}
.floating-input:focus, .floating-select:focus {
    outline: none;
}
.floating-input:disabled{
    background-color: #fff6bd;
}
.floating-form .floating-label label {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.64px;
    color: rgba(30, 30, 30, 0.7);
    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: #333;
    margin-top: 0; 
}
.floating-select:focus ~ label, .floating-select:not([value=""]):valid ~ label {
    top: 7px;
    font-size: 12px;
    color: #333;
}
/* 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: 120px;
    max-height: 180px;
    overflow: hidden;
    overflow-x: hidden;
    padding-top: 20px;
    line-height: 20px;
    margin-bottom: 50px;
}
/* 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 .floating-form button{
    border-radius: 12px;
    background-color: #f7a21d;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #171b24;
    text-align: center;
    width: 100%;
    padding: 18px 0;
}
footer .floating-form button:hover{
    background-color: #3f3833;
    color: #fff;
}



.product-modal .modal-dialog .modal-content{
    border-radius: 10px;
}
.product-modal .modal-body{
    padding: 30px 20px 40px;
    border-radius: 10px;
}
.product-modal .modal-header{
    padding: 30px 30px 0 0;
    border-bottom: none;
}
.product-modal .modal-header .close{
    padding: 0;
}
.product-modal .modal-body .txt{
    font-size: 18px;
    line-height: 2;
    color: #171B24;
}
.product-modal .modal-body .txt h6{
    font-size: 22px;
    font-weight: 600;
    line-height: 1.8;
    color: #171b24; 
}
.product-modal .modal-body .txt p{
    font-size: 18px;
    line-height: 1.5;
    color: #171B24; 
    padding-bottom: 15px;
}
.product-modal .modal-body .txt p span{
    font-weight: 600;
    padding-bottom: 4px;
}
.product-modal .modal-body .txt ul li::before {
    content: "\2022";
    color: #171B24;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: 0em;
}
.product-modal .modal-body .txt ul{
    padding-bottom: 15px;
}
.product-modal .modal-body .txt ul li{
    font-size: 16px;
    line-height: 1.7;
    color: #171B24; 
}
.product-modal .modal-body .txt ul li.right{
    margin-left: 15px;
}
.product-modal .modal-body .txt ul li span{
    font-weight: 600;
}
.modal-dialog.modal-sm{
    max-width: 50% !important;
}
.modal-dialog.modal-lg{
    max-width: 70% !important;
}


@media (max-width: 768px) {
    .title h4 {
        font-size: 40px;
    }
    header{
        padding: 10px 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 99999;
    }
    .navbar-collapse{
        background-color: rgb(255, 255, 255);
        padding: 15px;
        margin-top: 10px;
    }
    header .navbar-dark .navbar-brand{
        position: relative;
        transform: translateX(-0%);
        left: 0;
    }
    .home .slider.mobile{
        display: block;
    }
    .home .slider.desktop{
        display: none;
    }
    .home .sliders .txt-box {
        right: 8%;
    }
    .home .sliders .txt-box h4{
        font-size: 20px;
    }
    .home .about-sec .heading h2{
        font-size: 26px;
    }
    .home .about-sec .about-right{
        right: 0px;
    }
    header .navbar-dark .navbar-brand img{
        height: 70px;
    }
    .home .vission-sec{
        padding-top: 80px;
    }
    .home .left-corner {
        position: absolute;
        left: 0;
        bottom: -50px;
    }
    .home .left-corner img{
        height: 110px;
    }
    .home .about-group .group-box{
        height: 680px;
    }
    .home .about-group .group-box.mobile{
        height: 450px;
    }
    .home .about-group .group-box p{
        font-size: 16px;
    }
    .home .txt-data .txt-box h6{
        font-size: 28px;
    }
    footer .corner-img {
        position: absolute;
        top: -59px;
        right: 20px;
    }
    footer .corner-img img {
        height: 180px;
    }
    .modal-dialog.modal-sm{
        max-width: 100% !important;
    }
    .modal-dialog.modal-lg{
        max-width: 100% !important;
    }

}
@media (min-width: 768px) and (max-width: 998px) {
    .navbar.navbar-dark .navbar-nav .nav-item .nav-link {
        font-size: 12px;
        padding: 0.5rem 8px;
    }
    header .navbar-dark .navbar-brand img {
        height: 80px;
    }
    .home .sliders .txt-box h4 {
        font-size: 34px;
    }
    .title h4 {
        font-size: 38px;
    }
    .home .about-group .group-box {
        height: 785px;
    }
    .home .about-sec .about-right {
        position: absolute;
        right: 0px;
        height: 150px;
    }
}
