/*  ================================
        global area start
    ================================ */

body {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #1a1a1a;
}

a,
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
a {
    margin: 0;
    padding: 0;
}

.main-div {
    overflow: hidden;
}

img {
    max-width: 100%;
    max-height: 100%;
}

/*  ================================
        global area end
    ================================ */

/*  ================================
        header area start
    ================================ */
.header-area {
    border-top: 20px solid #601E06;
}

.support-box {
    overflow: hidden;
    background-color: #601E06;
}

.support-box ul li {
    float: left;
    width: 33.33%;
    list-style: none;
    position: relative;
    padding: 10px 0;
    border-left: 0;
    border-left: 1px solid #fff;
}

.support-box ul li:last-child {
    border-right: 1px solid #fff;
}

.service-box {
    overflow: hidden;
}

.service-left {
    text-align: center;
}

.service-left i {
    font-size: 30px;
    color: #D7A243;
    background-color: #fff;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 100px;
}

.service-right,
.service-right a{
    font-weight: bold;
    padding: 5px 0 0;
    font-family: 'Open Sans', sans-serif;
    transition: 0.5s;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.logo {
    margin: 20px 0;
}

.font-right {
    padding: 28px 0;
}

.font-right i.fa {
    font-size: 26px;
    padding-bottom: 10px;
}

.header-area h3 {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 5px;
}


/*  ================================
        header area end
    ================================ */

.pro-title {
    background-color: #000;
    padding: 20px 0;
    text-align: center;
}

.pro-title h3 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}


/*  ================================
        product area start
    ================================ */

.box-area {
    margin: 30px 0 0;
    padding: 0 5px;
    text-align: center;
}

.box-area h1 {
    background-color: #185627;
    color: #fff;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    padding-left: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.box-content {
    padding: 10px 30px;
    overflow: hidden;
    border: 1px solid #eee;
}

.box-content p {
    font-size: 18px;
    font-weight: bold;
}

.pro-img {
    overflow: hidden;
    padding: 0 5px;
}

.product-img {
    text-align: center;
    margin-top: 30px;
    border: 1px solid #eee;
    padding: 5px;
}


/*  ================================
        product area end
    ================================ */

/*  ================================
        footer area start
    ================================ */

.footer-top {
    padding: 10px 0 20px;
    background-color: #000;
    margin-top: 30px;
    text-align: center;
}

.footer-widget p {
    margin: 0;
    line-height: 18px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

.footer-widget h3 {
    padding: 10px 0;
    font-size: 16px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    height: auto;
    font-weight: bold;
    line-height: 17px;
    text-transform: uppercase;
}

.copy-right {
    padding: 10px 0;
    background-color: #D1A125;
}

.copy-right p {
    color: #000;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    font-weight: bold;
}

/*  ================================
        footer area end
    ================================ */
/***** medium Layout *****/

@media (min-width: 992px) and (max-width: 1200px) {

    .header-area h3 {
        font-size: 20px;
    }

    .font-right {
        padding: 24px 0;
    }
}

/***** Tablet Layout *****/

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-img {
        margin: 10px 19px;
    }

    .header-area h3 {
        font-size: 18px;
    }

    .header-area h3 {
        font-size: 16px;
    }

    .font-right {
        padding: 16px 0;
    }
}

/***** Mobile Layout *****/

@media only screen and (max-width: 767px) {

    .box-area h1 {
        font-size: 16px;
        padding: 10px;
        line-height: 1.6;
    }

    .header-area h3 {
        font-size: 18px;
        text-align: center;
    }

    .font-right {
        padding: 0 0 20px;
    }

    .support-box ul li {
        width: 100%;
        margin-bottom: 0;
        border: 0;
        border-bottom: 1px solid #fff;
    }

    .support-box ul li:last-child {
        border: 0;
    }

    .box-content {
        padding: 10px 10px 0;
    }

    .product-img {
        margin-top: 10px;
    }

    .box-content p {
        font-size: 14px;
        font-weight: bold;
    }

    .service-right {
        font-size: 16px;
    }

}

/***** Wide Mobile Layout *****/

@media only screen and (min-width: 480px) and (max-width: 767px) {}
