@charset "utf-8";
/* CSS Document */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Yanone+Kaffeesatz:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,500&display=swap');
@import "animate.css";
@font-face {
  font-family:CorisandeLight;
  src: url(../fonts/CorisandeLight.ttf);
}

*:hover, *:hover * {
    transition: all 0.3s;
}
body {font-family:'Open Sans', sans-serif;}
p {font-size:14px;
    line-height:25px;
	color:#777777;
	    word-spacing: 1px;
    letter-spacing: 0.2px;
}
a {color:inherit; text-decoration:none;}
a, .btn, button {
    outline: none;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.btn:hover, .btn:focus { color:#fff;}
.btn:active, .btn.active {box-shadow:none;}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {outline:0px; color:#fff;}
a:hover {text-decoration:none; color:inherit;}
a:focus, a:active {color:inherit; text-decoration:none; outline:0px;}
h1,h2,h3,h4,h5,h6 {text-transform: capitalize;color:#222222;font-family: 'Yanone Kaffeesatz', sans-serif;}
.mrtp-0 {margin-top:0px !important;}
.martp10 {margin-top:10px;}
.martp20 {margin-top:20px;}
.martp30 {margin-top:30px;}
.martp40 {margin-top:40px;}
.martp50 {margin-top:50px;}
.mar-btm20 {margin-bottom:20px;}
.mar-btm30 {margin-bottom:30px;}
.mar-btm40 {margin-bottom:40px;}
.mar-btm50 {margin-bottom:50px;}
.martp0 {margin-top:0px;}
/*=============== scroll bar start ==================*/
::-webkit-scrollbar{
	width:6px;
	background-color:#cccccc;
}
::-webkit-scrollbar-thumb{
	background-color:#cfdf5a;
	border-radius:4px;
}
::-webkit-scrollbar-thumb:hover{background-color:#333333;}
::-webkit-scrollbar-thumb:active{
	background-color:#cfdf5a;
} 
.iso-cerified {
    bottom:20%;
    background-color:red;
    color: #FFFFFF;
    left: -2px;
    cursor: pointer;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    margin: 0;
    padding: 6px 13px 8px 13px;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    font-weight:600;
    border: 0px;
    display: block;
    z-index: 100000;
    border-radius:0 0 10px 10px;
}
.iso-cerified:hover, .iso-cerified:focus, .iso-cerified:active {color:#fff;}
/*=============== scroll bar end ==================*/
/*scroll top*/
#scroll {position: fixed;
    right: 10px;
    bottom:20px;
    cursor: pointer;
    display: none;
    z-index: 999;
}
#scroll img {margin:0px auto;}
/*======header=====*/
.main-header {
    position: relative;
}
.main-header:after {
    content: "";
    background-image: url(../img/curl-bg.png);
    position: absolute;
    bottom: -8px;
    width: 100%;
    height: 8px;
    background-size: 80px;
    background-position: bottom;
    left: 0;
    z-index: 9;
}
/*navbar*/
.navbar-brand > img {
    display: block;
    width: 140px;
    background-color: #ffff;
    padding:5px 12px 20px 12px;
    z-index: 99;
    position: relative;
    border-radius: 0px 0px 10px 10px;
}
.navbar-brand {height:85px;
    padding:7px 15px;
}
.navbar {border-radius:0px;
    margin-bottom:0px;
    border:0px solid;
	min-height:85px;
}
.navbar-default {background-color:#fff;border-color:transparent;}
.navbar-default .navbar-nav > li > a {
        font-weight: 700;
    font-size: 24px;
    letter-spacing: 1px;
    color: #2b2d2e;
    text-transform: uppercase;
    word-spacing: 4px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color:#cfdf5a;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#cfdf5a;
    background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
     color:#cfdf5a;
    background-color: transparent;
}
/*drop-drop down*/
.dropdown-menu > li > a {padding: 8px 18px;
    color: #000;
    text-transform: uppercase;
    font-size:20px;
    font-weight:600;
	letter-spacing: 0.5px;
    border-radius: 0px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color:#cfdf5a;
    text-decoration: none;
    background-color: transparent;
}
.open > .dropdown-menu {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);  
}
.dropdown-menu {
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;  
  animation-fill-mode: forwards; 
  -webkit-transform: scale(1, 0);
  display: block;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.dropdown .dropdown-menu {
	-webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    border: 0px;
    padding: 0px;
    background-color:#fff;
    min-width:218px;
    border-radius:8px;
	margin:0px;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);
}
.navbar-nav>li>.dropdown-menu {
	margin-top:0px;
	border-radius:8px;
}
.dropdown .dropdown-menu li {
    margin: 0px;
    border-bottom:1px solid #edeae9;
    background: transparent;
    -ms-transform: skew(0deg);
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.dropdown .dropdown-menu li:last-child {border-bottom:0px;}
.navbar-right .dropdown-menu {left:0;right:auto;}
/*wel-section start*/
.wel-section {background-image: url(../img/wel-bg.jpg);
    background-size: 100%;
    padding: 60px 0;
    background-position: center;
}
.about-content h2 {margin-top: 0;
    text-transform: uppercase;
    margin-bottom:15px;
    font-weight:700;
    letter-spacing: 0.5px;
}
.btn2 {background-color: #cfdf5a;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    padding: 9px 20px;
    color:#fff;
    position: relative;
}
/*product section start*/
.product-section {padding: 50px 0;
        background: url(../img/rice-table.jpg) no-repeat center bottom;
        background-size: 100%;
}
.heading-style h1 {
    margin-top: 0;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.5px;
    word-spacing: 2px;
}
.heading-style .btm-style {
    width: 100%;
    text-align: center;
    display: block;
}
.heading-style span {
    width:180px;
    display: inline-block;
    margin-top: 5px;
}
.heading-style span:before, .heading-style span:after {
    width: calc(50% - 49px);
    width: -webkit-calc(50% - 49px);
    width: -moz-calc(50% - 49px);
    display: inline-block;
    float: left;
    background: #dbdbdb;
    height: 1px;
    content: "";
    position: relative;
    top: 7px;
}
.heading-style .btm-style span img {
    display: inline-block;
    margin: 0 10px;
    width: auto;
    float: left;
}
.product-item {
    text-align: center;  
    border:1px solid #ddd;
    background-color: rgba(255, 255, 255, 0.2);
    margin-bottom: 12px;
    cursor: pointer;
}
.product-image  {position: relative;}
.product-image img {
        transition: opacity 500ms;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    -ms-transition: opacity 500ms;
}
.lazy-img {transition: filter 300ms;}
.product-image .sec-img {
   position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.product-item:hover .product-image .sec-img  {
   opacity:1;
}
.product-detail {padding:10px 10px 15px 10px;}
.product-detail h3 {
    margin-top: 0px;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 24px;
    font-weight: 700;
}
.product-detail p.heading-tag {color:#222222; font-size: 12px;font-weight: 600; margin-bottom:2px;}
.product-detail p.heading-tag span {color:red;}
.product-detail .size-phra {line-height: 20px;
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 10px;
    color:#222222;
    border-top: 1px solid #ddd;
    padding-top: 6px;
    margin-top: 6px;
}
.product-detail .size-phra span {border: 1px solid #cfdf5a;
    color: #cfdf5a;
    padding: 2px 6px;
    margin-top: 4px;
    display: inline-block;
}
.product-detail .size-phra span:hover {background-color: #cfdf5a; color:#fff;}

.btn-view {
        position: relative;
    text-transform: uppercase;
    background-color: red;
    padding: 7px 19px;
    border-radius: 25px;
    color: #fff;
    position: relative;
    font-size: 12px;
    letter-spacing: 0.5px;
}
.btn-view:after, .btn2:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    z-index: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    background: rgba(0,0,0,.05);
    border-radius: 25px;
}
.btn-view:hover:after, .btn2:hover:after {
    width: 100%;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #cfdf5a !important;
}
/*testimonial-section start*/
.testimonial-section {
    padding:70px 0;
    position: relative;
    background:#f1eee8 url(../img/rice-icon.png) no-repeat center;
}
.testimonial-section:after {
    content: "";
    background-image: url(../img/curl-bg-grey.png);
    position: absolute;
    bottom: -8px;
    width: 100%;
    height: 8px;
    background-size: 80px;
    background-position: bottom;
    left: 0;
    z-index: 9;
}
.bgfxd1 img {
        position: absolute;
    top: -25px;
    left: 0px;
    width: 280px;
    z-index: 9;
}
.move-image {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}
@keyframes mover {
    0% {transform: translateY(0);}
    100% {transform: translateY(-20px);}
}
.testimonial {
    padding:0 15px 40px;
    position: relative;
}
.pic{
    position: absolute;
    bottom: 0;
    right:30px;
    background:#f9f9f9;
    width:90px;
    height:90px;
    padding:5px;
    border-radius: 50%;
    z-index: 2;
}
.pic img{
    border-radius: 50%;
}
.testimonial-review {
    background-color:#fff;
    padding:32px 38px 38px;
}
.testimonial-review:hover {
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
}
.testimonial-review p{
    font-style: italic;
    font-weight: normal;
    line-height: 24px;
    color:rgba(43, 46, 74, 0.75);
    font-size:14px;
    position: relative;
}
.testimonial-title {
    font-size: 15px;
    color:#e91e22;
        font-weight: 700;
}
.testimonial-title a{
     color:#7c7c7c;
    font-size:13px;
    font-style: italic;
}
.owl-theme .owl-controls{
    margin-top: 30px;
}
/*btm-content-section start*/
.btm-content-section {
    padding:70px 0;
    position: relative;
    overflow: hidden;
}
.ftcontent-box {margin-bottom:50px;}
.ftcontent-box h1 {
    margin-top: 0;
    font-size: 46px;
    letter-spacing:1px;
    word-spacing: 2px;
    margin-bottom: 20px;
    font-weight: 700;
}
.ftcontent-box p {font-size: 16px;color:#2a363a;}
.bgfxd2 img {
    position: absolute;
    right: -13%;
    top: 65px;
}
#image-banner .item {
    position: relative;
        border-radius: 10px;
}
.slide-image-content {
    position: absolute;
    top:10%;
    left: 20px;
    padding: 40px;
    width: 48%;
}
.slide-image-content h3 {color: #fff;
    font-size: 46px;
    margin-bottom: 25px;
    font-weight: 600;
}
#image-banner .owl-nav.disabled + .owl-dots {
    position: absolute;
    right: 2%;
    bottom: 2%;
}
/*footer start*/
.main-footer {position: relative;
    background-color: #121212;
    background-image: url(../img/footer-bg1.png),url(../img/footer-bg2.png);
    background-position: left 92px,right 70px;
    background-repeat: no-repeat;
    width: 100%;
    padding:65px 0px 80px 0;
}
.main-footer:before {
    content: "";
    background-image: url(../img/curl-bg.png);
    position: absolute;
    top:0px;
    width: 100%;
    height: 8px;
    background-size: 80px;
    background-position: bottom;
    left: 0;
    z-index: 9;
}
.footer-logo img {
    width: 150px;
    margin: 0 auto;
}
.ft-detail h3 {
        color: #535152;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-weight: 800;
    font-size: 28px;
}
.ft-detail p {color: #acb8c4;
    letter-spacing: 0.6px;
    margin-bottom: 2px;
    font-size: 15px;
}
.ft-detail p span {
    font-weight: 600;
    color:#cfdf5a;
}
.ft-socail-list {margin-bottom:30px; margin-top:30px;}
.ft-socail-list li {padding-right:2px;}
.ft-socail-list li i {    
    font-size: 18px;
    height: 47px;
    color: #fdfdfd;
    padding-top: 0px;
    width: 47px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    transition-duration: .3s;
    background-color: #1d2026;
}
.ft-socail-list li:hover i {
    transition: 0.9s;
    color:#cfdf5a;
    background-color:#2B2F35;
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.footer-up-arrow {width: 129px;
    height: 48px;
    background: url(../img/ft-scroll.gif) no-repeat 0 0;
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin-left: -64px;
}
.bottom-footer {
    background-color:#262526;
    padding: 30px 0;
}
.bottom-footer p {
    text-align: center;
    color:#fff;
    margin-bottom: 0;
    letter-spacing: 0.7px;
    word-spacing: 2px;
    font-weight: 300;
}
/*====inner page start=====*/
.detail-banner {background:#6b6b6b !important;padding:90px !important;background-image:none;}
.inner-banner {position: relative;	
	padding: 145px 0px;
	background-image: url(../img/inner-banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.inner-banner:before {position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
}
.inner-banner:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-image: url(../img/curl-bg.png);
    background-size: 80px;
    height: 20px;
    background-position: top;
    background-repeat: repeat-x;
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    z-index: 1;
}
.innerbanner-text {text-align: center}
.innerbanner-text h1 {margin-top: 0px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    word-spacing: 2px;
    letter-spacing:2px;
    font-size: 50px;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:15px;
}
.decor-1:after {
    margin-top: 2px;
    margin-left: 10px;
    display: block;
    content: '';
}

.decor-1, .decor-1:after {
    width: 30px;
    border-top: 1px solid #ccc;
}
.breadcrumb {
    padding: 0px;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
}
.breadcrumb > li {color: #fff;}
.breadcrumb > .active {color:#cfdf5a;}
.breadcrumb > li + li:before {color:#fff;
    content:"\f105";
    font-family:'FontAwesome';
    padding: 0 10px;
    font-size: 10px;
}
.innerpage-section {padding:70px 0px; position: relative;}
/*about us*/
.download-image {margin:30px 0;}
.download-image  img {
    width: 45%;
}
.about-bg-section {
    background-image: url(../img/about-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding:80px 0;
}
.abt-bg-content { border: 1px solid #fff;
    padding: 30px;
    background-color:rgba(0, 0, 0, 0.1);
}
.abt-bg-content h3 {color:#fff; margin-top: 0; font-size:30px; letter-spacing: 1px;}
.abt-bg-content p {color:#fff; font-size: 15px; margin-bottom: 30px;}
.about-bg-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-image: url(../img/curl-bg.png);
    height: 20px;
    background-position: top;
    background-repeat: repeat-x;
    background-size: 80px;
}
.about-bg-section:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-image: url(../img/curl-bg-grey.png);
    background-size: 80px;
    height: 20px;
    background-position: top;
    background-repeat: repeat-x;
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    z-index: 1;
}
.owner-img img {
    margin: 0 auto;
    width:300px;
    border: 4px solid #cfdf5a;
}
.productpg-section {
    background-image: url(../img/bg2.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
}
/*contact us page*/
.contact-section {background-image: url(../img/bg1.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 12%;
}
.contact-block {
    width: 100%;
    padding:40px 40px;
    text-align: center;
    background: #fff;
    box-shadow:0px 0 8px rgba(0, 0, 0, 0.1);
    min-height: 230px;
    margin-bottom:30px;
}
.contact-block, .contact-block i  {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.contact-block i {
    color: #fff;
    font-size: 34px;
    line-height: 76px;
    width: 76px;
    text-align: center;
    border-radius: 50%;
    background: #e7272d;
    margin-bottom:15px;
}
.contact-block p {
    font-size:16px;
}
.contact-block p a  {
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}
.contact-block:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    background: #e7272d;
}
.contact-block:hover i {
    background:#fff;
    color:#e7272d;
}
.contact-block:hover p {color:#fff;}
.contact-form {
    padding: 30px;
    background: #f9f8f8;
}
.contact-form h3 {
   margin-top: 0;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 25px;
}
.contact-form .form-control {
    height:44px;
}
textarea.form-control {
    height: auto !important;
}
.form-control:focus {
    box-shadow: none;
    border-color: #cfdf5a;
}
.btn-large {
    padding: 10px 30px;
    font-weight: 600;
}
/*product detail page*/
.product-slider-wrap {
        background-color: #fff;
    border: 1px solid #eaeaea;
    padding: 20px;
    margin-bottom:30px;
}
.product-detail-wrap {}
.detail-heading h2 {margin-top: 0;
    font-size: 36px;
    text-transform: uppercase;
    font-weight:700;
}
.detail-heading p {color: #cfdf5a;font-size: 16px;}
.product-detail-body p {color:#333;font-size:15px;}
.list-items1 {padding-left:20px;}
.list-items1 li {font-size:16px;letter-spacing:0.2px;word-spacing:1px;margin-bottom:12px;}
.size-hding {font-weight: 600;
    font-size:20px;
    font-family:'Open Sans', sans-serif;;
    font-style: italic;
}
.size-hding span {color: #cfdf5a;}
/*=======media query=====*/
@media(max-width:992px){
    .contact-block {min-height:auto;}
    .inner-banner {padding: 100px 0;}
    .slide-image-content h3 {font-size: 30px;}
    .slide-image-content {top: 0%;}
}
@media(min-width:769px){
	 ul.nav.navbar-nav li:hover > .drop-menu {-webkit-transform: scale(1, 1);transform: scale(1, 1);}
    .navbar-nav>li>a {padding-top:30px;padding-bottom:30px;}
}
@media(max-width:769px){
    .navbar-toggle {margin-top: 18px;}
	.navbar-default .navbar-toggle {border-color:#cfdf5a;}
	.navbar-default .navbar-toggle .icon-bar {background-color:#cfdf5a;}
    .navbar-toggle .icon-bar {width:36px;height:5px;border-radius:3px;}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {background-color:#e7272d;}
	.navbar-default .navbar-nav > li > a {border-bottom: 1px solid #272727;}
	.animated {
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;}
    .bgfxd2 img {right: -25px;top: 8%;width: 15%;}
    .bgfxd1 img {width: 20%;}
}
@media(max-width:680px){
  .inner-banner {padding:75px 0;}
  .innerbanner-text h1 {font-size: 30px;}
  .slide-image-content {padding:10px;}
  .slide-image-content h3 {font-size:25px;}
}
@media(max-width:580px){
    .navbar-brand > img {width: 105px;}
}
