/* general  start */

@font-face {
    font-family: 'Signika-Bold';
    src: url('../fonts/Signika-Bold.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/Signika-Bold.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/Signika-Bold.woff2') format('woff2'), /* Pretty Modern Browsers */
    url('../fonts/Signika-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Signika-Bold.otf') format('otf'), /* Safari, Android, iOS */
    url('../fonts/Signika-Bold.svg') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'Signika-Light';
    src: url('../fonts/Signika-Light.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/Signika-Light.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/Signika-Light.woff2') format('woff2'), /* Pretty Modern Browsers */
    url('../fonts/Signika-Light.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Signika-Light.otf') format('otf'), /* Safari, Android, iOS */
    url('../fonts/Signika-Light.svg') format('svg');
    /* Legacy iOS */
}

body {
    font-family: 'Signika-Light';
    font-size: 16px;
    background-color: #fff;
}

.fancy-title fieldset {
    padding: 10px 0px 10px 0px;
    border-top: 3px solid #d8b876;
}

.fancy-title fieldset legend {
    text-align: center;
    color: #fff;
    font-family: 'Signika-Bold';
    background-color: #3a3a9f;
    width: inherit;
    border: 3px solid #d8b876;
    border-radius: 50px;
    padding: 5px 15px;
    margin-bottom: 0px;
}

section.content {
    padding: 30px 0px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Signika-Bold';
}

.no-margin {
    margin: 0px;
}

.margin-btm-15 {
    margin-bottom: 15px;
}

label.required:after {
    content: '*';
    color: #ea3232;
    margin: 0px 4px;
    font-size: 14px;
    line-height: 18px;
}

/* general  end */

/* header start */

nav.floating-menu {
    position: fixed;
    width: 100%;
    z-index: 99;
    padding: 0px 16px;
    background-color: rgba(255, 255, 255, 0.65);
    border-bottom: 1px solid transparent;
    -webkit-backface-visibility: hidden;
    -webkit-box-shadow: -1px 1px 14px rgba(0, 0, 0, .06);
    -moz-box-shadow: -1px 1px 14px rgba(0, 0, 0, .06);
    box-shadow: -1px 1px 14px rgba(0, 0, 0, .06);
    -webkit-transition: .30s ease-in-out 0s;
    -moz-transition: .30s ease-in-out 0s;
    -o-transition: .30s ease-in-out 0s;
    transition: .30s ease-in-out 0s;
}

header.lightHead nav.floating-menu {
    background-color: rgba(255, 255, 255, 0.95);
}

.navbar-light .navbar-brand {
    color: #fff;
}

.navbar-light .navbar-brand img {
    width: 150px;
}

nav.floating-menu ul.navbar-nav li a.nav-link {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

nav.floating-menu ul.navbar-nav li a.nav-link:hover, nav.floating-menu ul.navbar-nav li a.nav-link:focus {
    color: rgba(51, 51, 51, 0.50);
}

nav.floating-menu ul.navbar-nav li a.nav-link.active {
    color: rgba(51, 51, 51, 0.50);
}

/* header end */

/* slider start */

.banner {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-text {
    height: 240px;
    top: 40%;
    right: 0;
    left: 0;
    color: #fff;
    text-align: center;
    width: 590px;
    margin: auto;
    position: absolute;
}

.banner-text h5 {
    font-family: 'Signika-Bold';
    font-size: 65px;
    text-shadow: 0px 0px 20px #000;
}

.banner-text a {
    background-color: #3a3a9f;
    border: 3px solid #d8b876;
    color: #fff;
    font-family: 'Signika-Bold';
    font-size: 1.5rem;
    padding: 10px 15px;
    margin: 15px 0px 0px 0px;
    display: inline-block;
    border-radius: 13px;
    box-shadow: 0px 0px 15px #000;
}

.banner-text a:hover {
    text-decoration: none;
}

/* slider end */

/* about start */

.strip {
    background-color: #f7f5f2;
    padding: 45px 0px;
    margin: 14px 0px 0px 0px;
}

.main-points {
    text-align: center;
}

.main-points i {
    color: #d8b876;
    margin-bottom: 20px;
    font-size: 45px;
}

.main-points h3 {
    margin-bottom: 0px;
}

.main-points p {
    color: #808285;
    margin: 0px;
}

/* about end */

/* product start */

.product-list a {
    color: #3a3a9f;
    outline: none !important;
    text-decoration: none !important;
}

.products-outer {
    background: #f7f5f2 url(../images/food.png) center fixed;
    padding: 30px 0px;
    text-align: center;
    color: #fff;
    margin: 0px 0px 30px 0px;
}

.product-holder img {
    width: 100%;
    margin-top: 45px;
}

.product-name {
    margin: 10px 0px 0px 0px;
}

.mouse-over-text {
    background-color: #fff;
    color: #000;
    position: absolute;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0px 3px 5px rgba(51, 51, 51, 0.28);
    -moz-box-shadow: 0px 3px 5px rgba(51, 51, 51, 0.28);
    box-shadow: 0px 3px 5px rgba(51, 51, 51, 0.28);
    border-radius: .3rem;
    z-index: 9;
    padding: 5px;
    width: 90%;
    display: none;
    margin-top: 5px;
    text-align: justify;
}
.mouse-over-text p{
    margin-bottom: 5px;
}

.mouse-over-text .arrow {
    position: absolute;
    display: block;
    width: 16px;
    height: 8px;
    margin: 0px auto;
    left: 0;
    top: -9px;
    right: 0;
}

.mouse-over-text .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
    top: 0;
    border-bottom-color: rgb(148, 148, 148);
    border-width: 0 .5rem .5rem .5rem;
}

.mouse-over-text .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
    top: 1px;
    border-bottom-color: #fff;
    border-width: 0 .5rem .5rem .5rem;
}
.mouse-over-text ul{
    text-align: left;
}

/* product end */

/* contact start*/

.contact-us {
    position: relative;
}

.contact-us iframe {
    width: 100%;
    margin: 30px 0px 0px 0px;
    display: inherit;
}

form.contact-form label {
    margin: 5px 0px;
    font-weight: 600;
}

form.contact-form input[type="submit"] {
    margin-top: 10px;
    cursor: pointer;
    outline: none;
    padding: 0 22px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

form.contact-form input[type="text"], form.contact-form textarea {
    display: block;
    width: 100%;
    padding: 8px 14px;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 2px solid #DDD;
    border-radius: 0 !important;
}

.text-breaker {
    word-break: break-all;
}

/* contact end */

/* footer start */

footer {
    background-color: #282a2e;
    padding: 30px;
    color: #ffffff;
    text-align: center;
}

/* footer end */

/* responsive start */

@media only screen and (min-width:320px) and (max-width:720px) {
    /* header start */
    .navbar-toggler-right {
        top: 20px;
    }
    /* header end */
    /* slider start */
    .banner-text h5 {
        font-size: 30px;
    }
    .banner-text a {
        font-size: 1.1rem;
    }
    .banner-text {
        width: 100%;
    }
    /* slider end */
    /* contact start */
    .contact-us iframe {
        height: 300px;
    }
    .contact-form {
        margin-bottom: 15px;
    }
    /* contact end */
}