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;
    vertical-align: baseline;
}
/* 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: #7a7a7a;
}
a:hover{color: inherit;text-decoration: none;}

body{
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #454545;
    background-color: #fff;
}
::selection {
    color: #fff;
    background-color: #535353;
}
::-moz-selection {
    color: #fff;
    background-color: #535353;
}

/* #Primary
================================================== */
@font-face {
    font-family: johnhancockcp;
    src: url(/font/JohnHancockCP.otf);
}

/* #comman
================================================== */
.comman-header{
    background: url(/images/header.png) top center;
    height: 350px;
    background-size: cover;
    text-align: center;
    margin-bottom: 80px;
}
.comman-header .title{
    text-align: center;
    padding-top: 170px;
}
.comman-header .title p{
    font-size: 12px;
    line-height: 2.17;
    color: #d9d9d9;
}
.comman-header .title h1{
    font-size: 44px;
    font-weight: 500;
    color: #d9d9d9;
    font-family: johnhancockcp;
}
.cus-flex {
    justify-content: center;
    align-items: center;
}
.title{
    text-align: center;
    /*    max-width: 670px;
        margin: 0 auto;*/
}
.title h2{
    font-size: 42px;
    font-family: johnhancockcp;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
    color: #181818;
}
.title p{
    font-size: 16px;
    line-height: 1.86;
    color: #8d8d8d;
    margin-bottom: 50px;
}

/* #header-sec
================================================== */
.header-sec{
    position: relative;
    z-index: 9999;
}
.header-sec .navbar{
    padding: 20px 20px 20px 20px
}
.header-sec .navbar.navbar-light .breadcrumb .nav-item .nav-link, .navbar.navbar-light .navbar-nav .nav-item .nav-link{
    font-size: 14px;
    line-height: 1.25;
    color: #1e1e1e;
    padding: 35px 40px 0px;
    font-weight: 500;
}
.header-sec .navbar a img{
    padding: 0px 40px;
}
header .nav-item .nav-link:hover{
    font-weight:700;
    color: #e92b2f;
}
.navbar.navbar-light .breadcrumb .nav-item.active>.nav-link, .navbar.navbar-light .navbar-nav .nav-item.active>.nav-link{
    font-weight:700;
    color: #e92b2f;
}

/* #home-page
================================================== */

.home .slider-sec{
    background: url(/images/home-slider.png)top center;
    height: 500px;
    background-size: cover;
    text-align: center;
    margin-bottom: 80px;
}
.home .slider-sec .slide-title{
    padding-top: 200px;
    text-transform: uppercase;
    font-family: raleway;
    color: #fff;
}
.home .slider-sec .slide-title p{
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
}
.home .slider-sec .slide-title h2{
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
}
.home .about-sec{
    margin-bottom: 80px;
}
.home .about-sec .box{
    padding-top: 86px;
    padding-left: 50px;
}
.home .about-sec .box h2{
    font-size: 50px;
    color: #181818;
    font-family: johnhancockcp;
    margin-bottom: 20px;
}
.home .about-sec .box p{
    font-size: 14px;
    line-height: 1.86;
    color: #8d8d8d;
    margin-bottom: 30px;
    max-width: 538px;
}
.home .about-sec .box a{
    background-color: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.63;
    color: #fdfdfd;
    padding: 15px 15px;
    border-radius: 20px;
}
.home .about-sec .box a:hover{
    background-color: #e92b2f;
}
.home .product-sec{
    background-color: #1e1e1e;
    padding: 50px 0;
    margin-bottom: 80px;
}
.home .product-sec .title h2{
    color: #fff;
}
.home .product-sec .box{
    background-color: #fff;
    padding: 5px;
    border-radius: 10px;
    margin-bottom: 50px;
}
.home .product-sec .box P{
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #666565;
    text-align: center;
    padding: 20px 0;
    text-transform: uppercase;
}
.home .product-sec .button{
    background-color: #fff;
    max-width: 230px;
    padding: 15px 25px 15px 30px;
    margin: 0 auto;
    border-radius: 15px;
    color: #000;
}
.home .product-sec .button:hover{
    background-color: #e92b2f;
    color: #fff;
}
.home .product-sec .button:hover .view{
    background-color: #e92b2f;
    color: #fff;
}
.home .product-sec .button .view{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.63;
    color: #1e1e1e;
    padding-right: 20px;
}
.home .product-sec .button .arrow{
    background: url(/images/r-arrow.png) 0px 7px no-repeat;
    width: 10px;
    height: 20px;
}
.home .product-sec .button:hover .arrow{
    background: url(/images/hover-arrow.png) 0px 7px no-repeat;
    width: 10px;
    height: 20px;
}

/* .review-sec .title{
    text-align: center;
    max-width: 670px;
    margin: 0 auto;
}
 .review-sec .title h2{
    font-size: 50px;
    font-family: johnhancockcp;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
    color: #181818;
}
 .review-sec .title p{
    font-size: 14px;
    line-height: 1.86;
    color: #454545;
    margin-bottom: 50px;
}*/
.review-sec{
    margin-bottom: 80px;
}
.review-sec .title{
    text-align: center;
    max-width: 670px;
    margin: 0 auto;
}
.review-sec .box{
    background-color: #F3F5F6;
    border-radius: 30px;
    padding: 30px 25px 30px 25px;
    text-align: center;
}
.review-sec .box img{
    margin: 0 auto;
    padding-bottom: 15px;
}
.review-sec .box p{
    font-size: 14px;
    color: #8d8d8d;
    line-height: 26px;
    padding-bottom: 20px;
    height: 145px;
}
.review-sec .box h4{
    font-size: 20px;
    color: #181818;
    font-weight: 500;
}
/*.review-sec .owl-stage{
    margin: 40px 0px 25px 0px;
}
.review-sec .box{
    position: relative;
    padding: 20px 20px 30px 20px;
    border-radius: 30px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background-color: #fcfeff;
    text-align: center;
    max-width: 333px;
    margin: 7px;
    height: 331px;
}
.review-sec .box .quote{
    position: absolute;
    top: -76px;
    left: 50%;
    margin-left: -37px;
}
.review-sec .box img{
    margin: 0 auto;
    padding: 40px 0 30px;
}
.review-sec .box p{
    font-size: 14px;
    line-height: 1.86;
    text-align: center;
    color: #8d8d8d;
    padding-bottom: 15px;
}
.review-sec .box h4{
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #181818;
}*/
.quality-sec{
    background-color: #1E1E1E;
    margin-bottom: 80px;
}
.quality-sec .box{
    max-width: 600px;
    padding: 30px;
}
.quality-sec .box h4{
    font-size: 48px;
    font-weight: 500;
    font-family: johnhancockcp;
    line-height: 1;
    color: #fff;
    padding-bottom: 15px;
}
.quality-sec .box p{
    font-size: 14px;
    line-height: 2;
    color: #fff;
    max-width: 485px;
}

.about .about-sec{
    margin-bottom: 80px;
}
.about .about-sec .about-detail img{
    padding-bottom: 20px;
}
.about .about-sec .about-detail p{
    font-size: 14px;
    line-height: 1.86;
    color: #8d8d8d;
    text-align: center;
    padding-bottom: 20px;
}

.product .product-detail{
    margin-bottom: 80px;
}
.product .product-detail .title{
    margin-bottom: 50px;
}
.product .product-detail .title h2{
    margin-bottom: 15px;
}
.product .product-detail .title p{
    margin-bottom: 0;
}
.product .product-detail .box{
    padding: 13px 12px 25px;
    border-radius: 20px;
    box-shadow: 0 8px 40px 0 rgba(124, 124, 124, 0.1);
    border: solid 1px rgba(0, 0, 0, 0.1);
    background-color: #fcfeff;
    margin-bottom: 50px;
    height: 483px;
}
.product .product-detail .box img{
    padding-bottom: 25px;
}
.product .product-detail .box h6{
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #666565;
    text-align: center;
    text-transform: uppercase;
}

.contact .contact-detail .contact-box{
    background-color: #f2f4f5;
    padding: 100px;
    margin-bottom: 80px;
    border-radius: 20px;
}
.contact .contact-detail .contact-box .detail-box{
    background-color: #fff;
    padding: 40px 50px 40px 50px;
    border-radius: 8px;
}
.contact .contact-detail .contact-box .detail-box h5{
    font-size: 30px;
    font-weight: 500;
    line-height: 0.8;
    color: #1e1e1e;
    font-family: johnhancockcp;
    padding-bottom: 20px;
}
.contact .contact-detail .contact-box .detail-box ul li{
    padding-left: 80px;
    margin-bottom: 30px;
    height: 64px;
}
.contact .contact-detail .contact-box .detail-box p{
    font-size: 16px;
    line-height: 1.5;
    color: #8d8d8d;
    padding-bottom: 40px;
}
.contact .contact-detail .contact-box .detail-box ul li p{
    font-size: 16px;
    line-height: 1.5;
    color: #8d8d8d;
    padding-bottom: 0px;
}
.contact .contact-detail .contact-box .detail-box ul li h6{
    font-size: 16px;
    font-weight: 700;
    line-height: 1.33;
    color: #1e1e1e;
}
.contact .contact-detail .contact-box .detail-box ul li.call{
    background: url(/images/b-call.png)no-repeat;
}
.contact .contact-detail .contact-box .detail-box ul li.mail{
    background: url(/images/b-mail.png)no-repeat;
}
.contact .contact-detail .contact-box .detail-box ul li.location{
    background: url(/images/b-location.png)no-repeat;
}
.contact .contact-detail .contact-box .form-box{
    margin-left: 50px;
}
.contact .contact-detail .contact-box .form-box h5{
    font-size: 40px;
    font-weight: 500;
    line-height: 0.8;
    color: #283646;
    font-family: johnhancockcp;
    padding-bottom: 20px;
}
.contact .contact-detail .contact-box .form-box .php-email-form .form-group label{
    font-size: 16px;
    line-height: 1.5;
    color: #77808b;
    padding-bottom: 3px;
}
.contact .contact-detail .contact-box .form-box .php-email-form .form-group .form-control{
    font-size: 12px;
    line-height: 1.5;
    color: #a2a9b0;
    /*    border: 1px solid #000;*/
    border-radius: 8px;
    padding: 20px 20px;
}
/*.contact .contact-detail .contact-box .form-box .php-email-form .form-group .form-control:focus{
    border: 1px solid #e92b2f;
}*/
.contact .contact-detail .contact-box .form-box .php-email-form .form-group .form-control:focus::placeholder{
    color: #e92b2f;
}
.contact .contact-detail .contact-box .form-box .php-email-form .submit-btn{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.63;
    color: #fdfdfd;
    background-color: #e92b2f;
    padding: 15px 40px;
    border-radius: 20px;
    border: none;
    margin-top: 10px;
}
.contact .contact-detail .contact-box .form-box .php-email-form .submit-btn:hover{
     background-color: #000;
     color: #fff;
}
/* #footer-sec
================================================== */

.footer-sec .box img{
    padding-bottom: 15px;
}
.footer-sec .box p{
    font-size: 16px;
    line-height: 2;
    color: #8d8d8d;
    max-width: 410px;
}
.footer-sec .title h6{
    font-size: 20px;
    font-weight: 500;
    font-family: johnhancockcp;
    line-height: 1.2;
    color: #2e2e2e;
    padding-bottom: 20px;
    text-align: start;
}
.footer-sec .box{
    padding-bottom: 50px;
    /*    max-width: 370px;*/
    margin: 0 auto;
}
/*.footer-sec .box.size{
    max-width: 300px;
    margin: 0 auto;
}*/
.footer-sec .boxes{
    padding-bottom: 50px;
    max-width: 150px;
    margin: 0 auto;
}
.footer-sec .box ul li{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: #8d8d8d;
    padding-left: 40px;
    padding-bottom: 20px;
}
.footer-sec .box ul li.location{
    background: url(/images/location.png)no-repeat;
}
.footer-sec .box ul li.mail{
    background: url(/images/mail.png)0px 5px no-repeat;
}
.footer-sec .box ul li.call{
    background: url(/images/call.png)no-repeat;
}
.footer-sec .boxes ul li{
    font-size: 16px;
    font-weight: 600;
    line-height: 2.5;
    color: #8d8d8d;
}
.footer-sec .boxes ul li::before {
    content: "\2022";
    color: #8d8d8d;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: 0em;
}
.footer-sec .footer-bottam{
    border-top: 1px solid #8d8d8d;
    font-size: 16px;
    line-height: 2;
    color: #8d8d8d;
    text-align: center;
    padding: 10px 0;
}
@media screen and (max-width:992px){
    .header-sec .navbar.navbar-light .breadcrumb .nav-item .nav-link, .navbar.navbar-light .navbar-nav .nav-item .nav-link{
        padding: 5px 0;
    }
    .header-sec .navbar a img{
        padding: 0px;
    }
    .home .about-sec .box{
        /*        padding-left: 20px;*/
        padding-top: 0px;
    }
    .home .about-sec .box h2{
        font-size: 32px;
    }
    .comman-header{
        margin-top: 0px;
    }

    .footer-sec .box{
        padding-bottom: 50px;
        max-width: 370px;
        margin: 0;
    }
    .footer-sec .box.size{
        max-width: 300px;
        margin: 0;
    }
    .footer-sec .boxes{
        padding-bottom: 50px;
        max-width: 150px;
        margin: 0;
    }
    .contact .contact-detail .contact-box{
        padding: 50px 20px;
    }
    .contact .contact-detail .contact-box .form-box{
        margin-left: 0;
    }
    .contact .contact-detail .contact-box .detail-box{
        padding: 50px 50px 107px 33px;
    }
    .navbar.navbar-dark .breadcrumb .nav-item .nav-link, .navbar.navbar-dark .navbar-nav .nav-item .nav-link.end{
        text-align: start;
    }
    .navbar.navbar-dark .breadcrumb .nav-item .nav-link, .navbar.navbar-dark .navbar-nav .nav-item .nav-link.center{
        text-align: start;
    }
}
@media screen and (max-width:750px){
    .home .about-sec .box{
        padding-left: 0px;
        padding-top: 50px;
    }
    .contact .contact-detail .contact-box .detail-box ul li h6{
        font-size: 17px;
    }

}
@media(min-width: 460px) and (max-width: 992px){
    .home .quality-sec .box h4{
        font-size: 28px;
    }
    .home .quality-sec .box p{
        line-height: 1.5;
    }
    .product .product-detail .box{
        height: 350px;
    }
}
@media (max-width: 768px){
    .pl-0, .px-0 {
        padding-left: 10px !important;
    }
}
@media (min-width: 768px){
    .home .quality-sec .container-fluid {
        padding-left: 0;
        /*        padding-right: 0; */
    }
}
@media(max-width: 460px){
    .product .product-detail .box {
        height: 350px;
    }
}

