@import url('fonts.css');

body {
    overflow-x: hidden;
}

body,
html,
* {
    font-family: 'Atten New';
}

a,
a:hover,
a:focus,
button {
    text-decoration: none !important;
    outline: none !important;
    color: #212121;
}

button {
    cursor: pointer;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    max-width: 100%;
}

textarea {
    resize: none;
}

body,
div,
a,
span,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
figure,
header,
label,
img,
figure,
::before,
::after {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}

body {
    height: 100%;
    overflow-x: hidden;
    font-size: 14px;
}

section {
    position: relative;
}

.mg-top-10 {
    margin-top: 10px;
}

.mg-top-20 {
    margin-top: 20px;
}

.mg-bottom-10 {
    margin-bottom: 10px;
}

.mg-bottom-20 {
    margin-bottom: 20px;
}

/*start*/

.loader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: #BED8CF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader .bars {
    height: 10px;
    width: 90px;
    border: 2px solid #444;
    margin: 6px;
    border-radius: 8px;
    position: relative;
    animation: show-n-hide 1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
}

.loader .bars:nth-child(1) {
    animation-delay: 350ms;
}

.loader .bars:nth-child(2) {
    animation-delay: 250ms;
}

.loader .bars:nth-child(3) {
    animation-delay: 150ms;
}

.loader .bars:nth-child(4) {
    animation-delay: 50ms;
}

@keyframes show-n-hide {

    0%,
    100% {
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        opacity: 0;
    }

    50% {
        box-shadow: 0 0px 15px rgba(0, 0, 0, 0.3);
        opacity: 1;
    }
}

header {
    padding: 10px 0;
    position: fixed;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 999;
}

header .navbar {
    padding: 0;
}

header .navbar .navbar-brand {
    margin: 0;
    padding: 0;
}

header .navbar .navbar-nav .nav-link {
    font-size: 16px;
    color: #212121;
    font-weight: 500;
    margin-right: 30px;
    padding: 6px 0;
    border-bottom: 2px solid transparent;
}

header .navbar .navbar-nav .nav-link.active,
header .navbar .navbar-nav .nav-link:hover {
    border-color: #7D6647;
}

header.fixed-header {
    top: 0;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

.enquiry-topbar {
    padding: 10px 0;
    background: #fff;
}

.sales-enquiry p {
    font-size: 14px;
    color: #212121;
}

.sales-enquiry a {
    margin-left: 20px;
}

.sales-enquiry a img {
    margin-right: 10px;
    margin-top: -2px;
}

.home-banner {
    background: #BED8CF;
    padding-top: 170px;
}

.shutter-animation svg {
    max-width: 100%;
}

.shutter-animation {
    position: relative;
}

.shutter-animation:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #bed8cf;
    height: 7px;
    z-index: 9;
}

.shutter-animation .shutter-open {
    animation: shutter 4s ease-in-out forwards;
}

@keyframes shutter {
    to {
        transform: translateY(-100%);
    }
}

.banner-text {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.banner-text .text h1 {
    font-size: 34px;
    font-weight: 800;
    color: #212121
}

.banner-text .text p {
    margin: 20px 0 0;
    font-size: 20px
}

.banner-text .text .theme-btn {
    margin-top: 30px;
}

.theme-btn {
    padding: 10px 28px;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
}

.theme-btn.white-btn {
    background: #fff;
    color: #826C38;
}

.theme-btn.white-btn:hover {
    color: #fff;
    background: #826C38;
}

.theme-btn.yellow-btn {
    color: #fff;
    background: #826C38;
    border: 1px solid #826C38;
}

.theme-btn.yellow-btn:hover {
    background: none;
    color: #826C38;
}

.mission-vision-cell {
    padding: 100px 0;
}

.main-heading {
    font-size: 32px;
    font-weight: 800;
    color: #212121;
    max-width: 756px;
    margin: auto;
}

.subheading {
    margin: 30px auto 0;
    font-size: 18px;
    color: #444;
    line-height: 30px;
    max-width: 962px;
}

.mv-image {
    margin-top: 50px;
}

.mv-image:before {
    content: '';
    position: absolute;
    width: 170px;
    height: 250px;
    bottom: -50px;
    left: 0;
    background: #6E7466;
    z-index: -9;
}

.mv-text {
    margin-top: 50px;
}

.mv-text h3 {
    font-size: 32px;
    font-weight: 700;
    color: #212121;
    margin-top: 20px;
}

.mv-text p {
    color: #444;
    font-size: 18px;
    line-height: 30px;
    margin-top: 15px;
}

.our-product-cell {
    padding: 50px 0 100px;
}

.our-product-cell .text-center {
    margin-top: 30px;
}

.product-box {
    background: #ECE9E1;
    margin-top: 50px;
}

.product-box figure img {
    width: 100%;
}

.product-box .text {
    padding: 40px;
    padding-left: 0;
}

.product-box .flex-row-reverse .text {
    padding-left: 40px;
}

.product-box .text h3 {
    font-size: 20px;
    color: #212121;
    font-weight: 700;
    text-transform: uppercase;
}

.product-box .text p {
    font-weight: 500;
    color: #444;
    line-height: 30px;
    font-size: 16px;
    margin-top: 10px;
}

.product-box .text .theme-btn {
    margin-top: 30px;
}

.client-slider-cell {
    padding: 50px 0;
}

.client-slider {
    margin-top: 50px;
}

.client-slider.owl-carousel .owl-item figure img {
    width: auto;
    display: inline-block;
}

.why-choose-cell {
    padding: 60px 0;
    background-image: url(../images/choose-bg-1.png), url(../images/choose-bg-2.png);
    background-repeat: no-repeat, no-repeat;
    background-size: 65% 100%, 35% 100%;
    background-position: top left, right top;
}

.play-video {
    margin-top: 200px;
    display: inline-block;
}

.why-choose-box {
    background: #fff;
    padding: 40px;
}

.why-choose-box ul li {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    margin-top: 40px;
}

.why-choose-box ul li p {
    margin: 10px 0 0;
    font-size: 18px;
    color: #444;
    font-weight: 500;
}

.stats-cell {
    padding: 100px 0 50px;
}

.stats-main {}

.stats-main ul {}

.stats-main ul li {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 15px;
    text-align: center;
}

.stats-main ul li figure img {
    height: 60px;
}

.stats-main ul li h3 {
    margin: 15px 0 0;
    font-size: 32px;
    font-weight: 800;
    color: #212121;
}

.stats-main ul li p {
    color: #826C38;
    font-weight: 500;
    font-size: 18px;
    margin: 10px 0 0;
}

.testimonial-cell {
    padding: 50px 0 100px;
}

.testimonial-slider {
    margin-top: 50px;
}

.testimonial-slider.owl-carousel .owl-stage-outer {
    height: calc(100% + 30px);
    margin: -15px;
    padding: 15px;
    width: calc(100% + 30px);
}

.testimonial-box {
    padding: 50px 30px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

.testimonial-box p {
    font-size: 15px;
    font-weight: 500;
    color: #444;
    line-height: 28px;
    min-height: 140px;
}

.testimonial-box .name-position {
    margin-top: 30px;
}

.testimonial-box .name-position figure {
    flex: 0 0 60px;
    max-width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
}

.testimonial-box .name-position h3 {
    flex: 0 0 calc(100% - 60px);
    max-width: calc(100% - 60px);
    padding-left: 20px;
    font-size: 16px;
    font-weight: 700;
}

.testimonial-box .name-position h3 span {
    font-size: 14px;
    color: #444;
}

.testimonial-slider .center .testimonial-box {
    background: #826C38;
}

.testimonial-slider .center .testimonial-box p,
.testimonial-slider .center .testimonial-box .name-position h3,
.testimonial-slider .center .testimonial-box .name-position span {
    color: #fff;
}

.contact-info-strip {
    padding: 30px 0;
    background: #826C38;
}

.contact-info-text figure {
    flex: 0 0 36px;
    max-width: 36px;
}

.contact-info-text .text {
    flex: 0 0 calc(100% - 36px);
    max-width: calc(100% - 36px);
    padding-left: 15px;
}

.contact-info-text .text h3 {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}

.contact-info-text .text p {
    margin: 5px 0 0;
    color: #fff;
    font-size: 14px;
}

.contact-info-text .text p a {
    color: #fff
}

.footer-product {
    margin-top: 50px;
}

.footer-product .p-heading {
    margin: 40px 0 0;
    font-size: 20px;
    color: #212121;
    font-weight: 700;
}

.footer-product .p-listing li {
    display: inline-block;
    margin: 20px 15px 0;
    position: relative;
}

.footer-product .p-listing li+li:before {
    content: '';
    position: absolute;
    top: 0;
    left: -15px;
    height: 100%;
    width: 1px;
    background: #444
}

.footer-product .p-listing li a {
    font-size: 16px;
    color: #444;
}

.footer-product .p-listing li a:hover {
    color: #826C38;
}

.footer-end {
    margin-top: 50px;
    padding: 20px 0;
    border-top: 1px solid #ddd;
}

.copyright-text {
    font-size: 14px;
    color: #444;
}

.social-links li {
    display: inline-block;
}

.social-links li+li {
    margin-left: 15px;
}

.social-links li a {
    display: inline-block;
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 26px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
}

.social-links li a img {
    width: 18px;
    height: 18px;
    object-fit: cover;
    object-position: top;
    transition: none;
}

.social-links li a:hover {
    background: #6B7665;
}

.social-links li a:hover img {
    object-position: bottom;
}

.common-banner {
    padding: 210px 0;
    background: url(../images/banner.png) no-repeat;
    background-size: cover;
    background-position: right;
}

.banner-headings h2 {
    font-size: 34px;
    color: #212121;
    font-weight: 800;
}

.banner-headings p {
    font-size: 18px;
    color: #444;
    font-weight: 500;
    margin-top: 15px;
}

.contact-info-main {
    padding: 100px 0;
}

.contact-info-main .info-box {
    padding: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
    margin-bottom: 100px;
}

.contact-info-main .info-box figure {
    flex: 0 0 80px;
    max-width: 80px;
    height: 80px;
    padding: 10px;
    line-height: 60px;
    background: #ECE9E1;
    text-align: center;
}

.contact-info-main .info-box .text {
    flex: 0 0 calc(100% - 80px);
    max-width: calc(100% - 80px);
    padding-left: 15px;
}

.contact-info-main .info-box .text h3 {
    font-size: 16px;
    color: #212121;
    font-weight: 800;
}

.contact-info-main .info-box .text p {
    color: #444;
    font-size: 14px;
    margin: 5px 0 0;
}

.contact-info-main .info-box .text p a {
    color: #444;
}


.map-image {
    position: relative;
    display: inline-block;
}

.map-image .m-top {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}

.map-image iframe {
    position: absolute;
    left: 17px;
    top: 12px;
    border-radius: 22px;
    height: 462px;
    width: 210px;
    border: none;
}

.contact-form h3 {
    font-size: 32px;
    font-weight: 800;
    color: #212121;
    margin: 0 0 50px;
}

.contact-form .form-group {
    margin: 0 0 30px;
}

.contact-form .form-group .form-control {
    font-size: 16px;
    color: #212121;
    border-radius: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
    border: 1px solid transparent;
}

.contact-form .form-group textarea.form-control {
    min-height: 100px;
}

.contact-form .form-group .form-control:focus {
    border-color: #826C38;
}

.product-gallery-main {
    padding: 100px 0;
}

.product-categories {}

.product-categories ul {}

.product-categories ul li {
    display: inline-block;
    margin: 0 10px;
}

.product-categories ul li a {
    display: inline-block;
    padding: 10px 30px;
    background: #ECE9E1;
    color: #444;
    font-weight: 500;
}

.product-categories ul li a.active {
    color: #fff;
    background: #826C38;
}

.product-category-box {
    margin-top: 50px;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, .05);
    display: flex;
    flex-wrap: wrap;
    transition: none;
}

.product-category-box.show {
    display: flex;
}

.product-category-box figure {
    padding: 50px;
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ECE9E1;
    position: relative;
}

.product-category-box figure .rolling-strip {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    padding: 10px 30px;
    background: #6E7466;
    font-size: 14px;
    font-weight: 500;
}

.product-category-box .text {
    padding: 40px;
    flex: 0 0 50%;
    max-width: 50%;
}

.product-category-box .text h3 {
    text-transform: uppercase;
    color: #826C38;
    font-size: 24px;
    font-weight: 800;
}

.product-category-box .text p {
    margin: 15px 0 0;
    color: #444;
    font-size: 18px;
    line-height: 34px;
}

.product-category-box .text h4 {
    margin: 30px 0 0;
    font-weight: 700;
    color: #212121;
    font-size: 20px;
}

.product-category-box .text ul {}

.product-category-box .text ul li {
    margin-top: 15px;
    padding-left: 20px;
    position: relative;
    font-size: 16px;
    color: #444;
    flex: 0 0 50%;
    max-width: 50%;
}

.product-category-box .text ul li:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: #826C38;
}

/*start responsiveness*/

@media (max-width: 1199.98px) {
    .contact-info-main .info-box {
        min-height: 112px;
    }

    .contact-info-main .info-box figure {
        flex: 0 0 60px;
        max-width: 60px;
        height: 60px;
        line-height: 40px;
    }

    .footer-product .p-listing li a {
        font-size: 14px;
    }

    .product-categories ul li {
        margin: 0 5px;
    }

    .product-categories ul li a {
        padding: 8px 24px;
    }

    .product-category-box .text h3 {
        font-size: 20px;
    }

    .banner-text .text h1 {
        font-size: 24px;
    }

    .banner-text .text p {
        font-size: 16px;
    }

    .main-heading {
        font-size: 24px;
        max-width: 600px;
    }

    .subheading {
        font-size: 16px;
        line-height: 26px;
        max-width: 760px;
    }

    .mv-text h3 {
        font-size: 24px;
    }

    .mv-text p {
        font-size: 16px;
        line-height: 26px;
    }

    .mv-image figure img {
        max-width: 330px;
    }

    .mv-image:before {
        bottom: 0
    }

    .product-box .text p {
        line-height: 24px;
        font-size: 14px;
    }

    .product-box .text .theme-btn {
        margin-top: 20px;
        font-size: 12px;
        padding: 6px 20px;
    }

    .product-box .text {
        padding: 24px;
        padding-left: 0;
    }

    .product-box .flex-row-reverse .text {
        padding-left: 24px;
    }

    .why-choose-cell .offset-md-1 {
        margin-left: 0;
    }

    .stats-main ul li h3 {
        font-size: 24px;
    }

    .stats-main ul li p {
        font-size: 16px;
    }

    .testimonial-box p {
        line-height: 24px;
        min-height: 144px;
        font-size: 14px;
    }

    .testimonial-box .name-position h3 {
        font-size: 14px;
    }
}

@media (max-width: 991.98px) {
    .navbar-brand img {
        width: 50px;
    }

    .contact-info-main .info-box {
        margin-bottom: 30px;
    }

    .contact-info-strip {
        padding-bottom: 10px;
    }

    .contact-info-text {
        margin-bottom: 20px;
    }

    .contact-info-text figure {
        flex: 0 0 24px;
        max-width: 24px;
    }

    .contact-info-text .text {
        flex: 0 0 calc(100% - 24px);
        max-width: calc(100% - 24px);
    }

    .footer-product .p-listing li a {
        font-size: 12px;
    }

    .footer-product .p-listing li {
        margin: 10px 10px 0;
    }

    .footer-product .p-listing li+li:before {
        left: -10px;
    }

    .navbar-toggler {
        padding: 0;
        width: 36px;
        height: 18px;
        background: url(../images/close.svg) no-repeat center;
        background-size: contain;
        z-index: 9999;
    }

    .navbar-toggler.collapsed {
        background: url(../images/menubar.svg) no-repeat center;
        background-size: contain;
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        background: #fff;
        width: 100%;
        height: 100%;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: none;
    }

    .navbar-collapse .navbar-nav {
        margin: auto !important;
        text-align: center;
    }

    header .navbar .navbar-nav .nav-link {
        font-size: 18px;
        border-bottom: none;
        padding: 10px;
        margin-right: 0;
    }

    .product-categories ul li {
        margin: 0 5px 10px;
    }

    .product-category-box .text p {
        font-size: 16px;
        line-height: 28px;
    }

    .product-category-box figure {
        padding: 30px;
    }

    .home-banner {
        padding-top: 120px;
    }

    .banner-text .text h1 {
        font-size: 20px;
    }

    .banner-text .text p {
        font-size: 14px;
    }

    .theme-btn {
        padding: 8px 20px;
        font-size: 14px;
    }

    .banner-text .text {
        padding-top: 40px;
    }

    .subheading {
        line-height: 24px;
        font-size: 14px;
    }

    .mv-image figure img {
        max-width: 100%;
    }

    .mv-text h3 {
        font-size: 20px;
    }

    .mv-text p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px;
    }

    .product-box figure {
        height: 100%;
    }

    .product-box figure img {
        height: 100%;
        object-fit: cover;
    }

    .product-box .text h3 {
        font-size: 16px;
    }

    .why-choose-box {
        padding: 30px 15px;
    }

    .why-choose-box ul li {
        padding: 0 10px;
    }

    .why-choose-box ul li p {
        font-size: 14px;
    }

    .stats-main ul li {
        flex: 0 0 33.33%;
        max-width: 33.33%;
        margin-top: 30px;
    }

    .stats-cell {
        padding-top: 70px;
    }
}

@media (max-width: 767.98px) {
    .common-banner {
        background-position: 80%;
        padding: 150px 0;
    }

    .banner-headings h2 {
        font-size: 24px;
    }

    .banner-headings p {
        font-size: 14px;
    }

    .contact-form {
        margin-top: 50px;
    }

    .contact-form h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .product-category-box .text,
    .product-category-box figure {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .product-category-box figure {
        padding: 20px;
    }

    .shutter-animation .scroll-text {
        display: none;
    }

    .shutter-animation .under-text {
        transform: translateY(240px);
    }

    .banner-text .text h1 {
        font-size: 16px;
    }

    .banner-text .text p {
        font-size: 12px;
        margin-top: 10px;
    }

    .banner-text .text {
        padding-top: 75px;
    }

    .main-heading {
        font-size: 18px;
        max-width: 400px;
    }

    .mission-vision-cell {
        padding: 60px 0;
    }

    .mv-image {
        display: none;
    }

    .mv-text {
        text-align: center;
    }

    .product-box .text {
        padding: 24px;
    }

    .play-video {
        margin: 0 auto 50px;
        display: block;
        text-align: center;
    }

    .stats-main ul li p {
        font-size: 14px;
        margin-top: 10px;
    }

    .stats-main ul li h3 {
        font-size: 20px;
    }

    .testimonial-box p {
        min-height: inherit;
    }
}

@media (max-width: 575.98px) {
    .product-categories ul li a {
        padding: 8px 14px;
        font-size: 12px;
    }

    .stats-main ul li {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .banner-text {
        position: inherit;
        transform: none;
    }

    .banner-text .text {
        padding: 50px 0;
        text-align: center;
    }

    .shutter-main {
        transform: translateX(-20%);
    }

    .footer-end {
        flex-direction: column;
    }

    .social-links {
        margin: 10px auto 0;
    }

    .shutter-animation {
        overflow: hidden;

    }

    .shutter-animation svg {
        max-width: inherit;
        width: 650px;
        transform: translateX(-50%);
        position: relative;
        left: 50%;
    }
}