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: 16px;
    color: #3d3b3b;
    background-color: #fff;
    font-weight: 400;
}

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

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

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

@font-face {
    font-family: helvetica;
    src: url(/font/helvetica-63-medium-extended.otf);
}

.title p{
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    color: #a91f23;
}
.title h2{
    font-family: helvetica;
    font-size: 42px;
    font-weight: 500;
    line-height: 1.1;
    color: #333;
}
button{
    border-radius: 100px;
    box-shadow: inset 0 4px 16px 0 rgba(0, 0, 0, 0.16), inset -4px 0 16px 0 rgba(0, 0, 0, 0.16), 0 4px 80px 0 rgba(0, 0, 0, 0.16);
    background-image: linear-gradient(to bottom, var(#fff), var(#fff));
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -1px;
    text-align: center;
    color: #1d1d21;
    display: flex;
    align-items: center;
    border: none;
    padding: 10px 8px 10px 30px;
}
button span{
    background: url(/images/up.png) 3px 0px;
    background-repeat: no-repeat;
    height: 24px;
    width: 30px;
    display: inline-block;
    align-items: center;
    margin-left: 15px; 
}
button:hover{
    color: #fff;
    background-color: #A91F23;
}
button a{
    color: #1d1d21;
    display: flex !important;
    align-items: center;
    border: none;
} 
button:hover a{
    color: #fff;
}
.comman-header{
    background: url(/images/comman-heaader.png)no-repeat;
    padding: 110px 0;
    background-size: cover;
    text-align: center;
    margin-bottom: 80px;
}
.comman-header  .heading h4{
    font-family: helvetica;
    font-size: 42px;
    font-weight: 500;
    line-height: 1.1;
    color: #fff;
}

/* #header
================================================== */
header{
    background-color: #fff;
}
.navbar{
    padding: 0.5rem 0rem;
    box-shadow: none;
}
header .navbar-dark .navbar-brand img{
    height: 90px;
}
header .navbar-dark .navbar-nav .nav-link{
    font-family: helvetica;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
    padding: 0.5rem 20px;
}
header .navbar-dark .navbar-nav .nav-link:hover{
    color: #a91f23; !important;
}
header .navbar-dark .navbar-nav .nav-link.active{
    color: #a91f23; !important;
}
.navbar-toggler{
    background-color: #a91f23;
    border: 1px solid #fff;
}
.navbar-toggler span{
    margin-left: 0;
}

/* #home
================================================== */
.home .slider-carousel{
    margin-bottom: 90px;
}
.home .facility-sec{
    margin-bottom: 120px;
}
.home .facility-sec .box{
    box-shadow: 0 24px 48px 0 rgba(0, 24, 52, 0.08);
    background-color: #fff;
    text-align: center;
    padding: 0px 30px 120px;
    border-radius: 16px;
}
.home .facility-sec .box.left{
    border-top-left-radius: 120px;
}
.home .facility-sec .box.right{
    border-bottom-right-radius: 120px
}
.home .facility-sec .box img{
    margin-top: -18px;
    padding-bottom: 25px;
}
.home .facility-sec .box h6{
    font-family: helvetica;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.33;
    color: #333;
}
.home .facility-sec .box p{
    font-size: 16px;
    line-height: 2;
    color: #7d7d7d;
}
.home .about-sec{
    background-image: linear-gradient(111deg, #fceee9 -27%, #ecf8f8 66%);
    border-bottom-right-radius: 120px;
    margin-right: 40px;
    height: 550px;
    margin-bottom: 100px;
}
.home .about-sec .pic img{
    margin-top: -35px;
}
.home .about-sec .txt-box{
    padding: 70px 0;
}
.home .about-sec .txt-box h6{
    font-size: 14px;
    font-weight: 500;
    line-height: 2.14;
    color: #656565;
    padding-bottom: 25px;
}
.home .product-sec{
    margin-bottom: 80px;
}
.product-sec .product-box{
    border-radius: 24px;
    background-color: rgba(243, 243, 243, 0.5);
    margin-bottom: 40px;
}
.product-sec .product-box .txt{
    text-align: center;
    padding: 40px 30px 30px;
    border-left: solid 1px #a91f23;
    border-bottom: solid 1px #a91f23;
    border-right: solid 1px #a91f23;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    margin-top: -20px;
    /*height: 160px;*/
}
.product-sec .product-box .txt h5{
    font-family: helvetica;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.33;
    color: #333;
}
.product-sec .product-box .txt p{
    font-size: 16px;
    line-height: 1.33;
    color: #7d7d7d;
    max-width: 400px;
    margin: 0 auto;
}
.testimonial-sec{
    background-image: linear-gradient(111deg, #fceee9 -27%, #ecf8f8 66%);
    border-top-left-radius: 120px;
    border-bottom-left-radius: 20px;
    margin-left: 40px;
    height: 510px;
    padding: 100px 0;
}
.testimonial-sec .review p{
    font-size: 14px;
    font-weight: 500;
    line-height: 2.14;
    color: #656565;
    padding-bottom: 15px;
}
.testimonial-sec .review h6{
    font-size: 14px;
    font-weight: 700;
    line-height: 2.14;
    color: #656565;
    padding-bottom: 20px;
}
.testimonial-sec .owl-theme .owl-dots{
    text-align: left;
}
.testimonial-sec .owl-theme .owl-dots button{
    box-shadow: none;
}
.testimonial-sec .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    opacity: 1;
    border-radius: 8px;
    background-color: #dadada;
    margin: 5px;
}
.testimonial-sec .owl-theme .owl-dots .owl-dot.active span {
    width: 30px;
    height: 10px;
    opacity: 1;
    background-color: #a91f23;
}
.testimonial-sec .box p{
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    color: #1e1e1e;
}


/* #about
================================================== */
.about .about-sec{
    margin-bottom: 80px;
}
.about .about-sec .txt-box h6{
    font-size: 14px;
    font-weight: 500;
    line-height: 2.14;
    color: #656565;
}
.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;
}
.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;
}



/* #contact
================================================== */
.contact .contact-sec{
    margin-bottom: 80px;
}
@media (min-width: 768px) {
    .contact .contact-sec .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 45.866667%;
        max-width: 45.866667%;
    }
}
@media (min-width: 768px) {
    .contact .contact-sec .col-md-7 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 53.666667%;
        max-width: 53.666667%;
    }
}
.contact .detail-sec{
    background-image: linear-gradient(111deg, #fceee9 -27%, #ecf8f8 66%);
    border-bottom-right-radius: 120px;
    border-top-right-radius: 20px;
    margin-right: 40px;
    height: 550px;
    margin-bottom: 100px;
}
.contact .detail-sec .pic img{
    margin-top: -35px;
}
.contact .detail-sec .txt-box{
    padding: 113px 0;
}
.contact .detail-sec .txt-box p{
    font-size: 18px;
    font-weight: 300;
    line-height: 1.8;
    color: #000;
}
.contact .detail-sec .txt-box h5{
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
    max-width: 350px;
}





/* #floating Form
================================================== */
.contact .floating-form{
    border-radius: 24px;
    background-color: #f5f5f5;
    padding: 50px 70px;
    margin-bottom: 60px;
}
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
================================================== */
footer .footer-detail{
    background-color: #fff;
    padding: 60px 0;
}
footer .footer-detail .box img{
    height: 110px;
}
footer .footer-detail .box h4{
    font-size: 14px;
    font-family: helvetica;
    font-weight: 500;
    color: #a91f23;
    padding-bottom: 15px;
}
footer .footer-detail .box ul li a{
    font-size: 14px;
    color: #333;
    padding-bottom: 10px;
    line-height: 1.8;
}
footer .footer-detail .box ul li a:hover{
    color: #a91f23;
    font-weight: 500;
}
footer .footer-detail .box p{
    font-family: Manrope;
    font-size: 14px;
    line-height: 1.7;
    color: #333;
    opacity: 0.7;
    max-width: 240px;
}
footer .footer-bottom{
    border-top: 1px solid #e4e4e4;
    background-color: #fff;
    padding: 10px 0;
}
footer .footer-bottom .txt{
    font-size: 16px;
    line-height: 2;
    color: #333;
}
footer .footer-bottom .txt a{
    color: #333;
}











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

@media (max-width: 768px){
    header button{
        width: fit-content;
    }
    header .navbar-dark .navbar-brand img{
        height: 70px;
    }
    .home .about-sec{
        padding-top: 35px;
        height: 1100px;
        margin-right: 0;
    }
    .home .about-sec .pic img {
        margin-top: 0px; 
    }
    .testimonial-sec{
        height: 760px;
        margin-left: 0;
    }
    .contact .floating-form{
        padding: 50px 20px;
    }
    .contact .detail-sec{
        height: 1050px;
        margin-right: 0;
        padding-top: 50px;
    }
    .contact .detail-sec .pic img{
        margin-top: 0;
    }
    .title h2{
        font-size: 36px;
    }

}

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

}
@media (min-width: 768px) and (max-width: 998px) {
    .title h2{
        font-size: 36px;
    }
    header .navbar-dark .navbar-nav .nav-link {
        font-size: 14px;
        padding: 0.5rem 8px;
    }
    .home .facility-sec .box img{
        width: 100%;
    }
    .home .about-sec{
        height: 710px;
    }
    .home .about-sec .row{
        align-items: center;
    }
    .home .about-sec .pic img{
        margin-top: 0;
    }
    .testimonial-sec .box img{
        width: 100%;
    }
    .contact .detail-sec .pic img{
        margin-top: 0;
    }
    .contact .detail-sec{
        height: 600px;
    }
    .contact .detail-sec .row{
        align-items: center;
    }
/*    .product-sec .product-box .txt{
        height: 230px;
    }*/
}
