html {
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
}

body {
    background: #ffffff;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.6);
    color: #3a3b3b;
    max-width: 1080px;
    line-height: 1.0;
    margin: 0 auto;
    padding: 0em 0em 0em;
}

h1 { 
    font-family:'Montserrat'; color:#111111; font-size: 26px; font-style: normal; font-variant: normal; font-weight: 900; line-height: 36px; text-align: left;
} 

h2 { 
    font-family: 'Open Sans'; color:#111111; font-size: 21px; font-style: normal; font-variant: normal; font-weight: 500; line-height: 36px;  text-align: left  ;
} 
.h2-purchase{
    font-family: 'Muli'; color:#111111; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 400 ; line-height: 32px;  text-align: left;
}


h3 { 
    font-family: 'Open Sans'; color:#111111; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 500; line-height: 24px;  text-align: left  ;
} 
.h3-center { 
    font-family: 'Open Sans'; color:#111111; font-size: 21px; font-style: normal; font-variant: normal; font-weight: 500; line-height: 36px;  text-align: center; 
} 
.h-product-details { 
    font-family: 'Open Sans'; color:#111111; font-size: 21px; font-style: normal; font-variant: normal; font-weight: 600; line-height: 29px;  text-align: left  ;
} 

} 
h4 { 
    font-family: 'Open Sans'; color:#111111; font-size: 21px; font-style: normal; font-variant: normal; font-weight: 500; line-height: 36px;  text-align: left  ;
} 

.findout { 
     font-family: 'Open Sans'; color:#111111; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 500; line-height: 23px;  text-align: left  ;
} 
.findout.hover { 
     font-family: 'Open Sans'; color:#111111; font-size: 20px; font-style: normal; font-variant: normal; font-weight: 500; line-height: 23px;  text-align: left  ;
} 
.h4-center { 
    font-family: 'Open Sans'; color:#111111; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 500; line-height: 27px;  text-align: center  ;
} 
.h4-center2 { 
    font-family: 'Open Sans'; color:#111111; font-size: 22px; font-style: normal; font-variant: normal; font-weight: 500; line-height: 29px;  text-align: center  ;
} 
.h4-left { 
    font-family: 'Open Sans'; color:#111111; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 500; line-height: 27px;  text-align: left  ;
} 
.h4-left2 { 
    font-family: 'Open Sans'; color:#111111; font-size: 22px; font-style: normal; font-variant: normal; font-weight: 500; line-height: 29px;  text-align: left  ;
} 
.h4-larger { 
    font-family: 'Open Sans'; color:#111111; font-size: 26px; font-style: normal; font-variant: normal; font-weight: 500; line-height: 60px;  text-align: left  ;
} 
h5 { 
    font-family: 'Open Sans'; color:#111111; font-size: 21px; font-style: normal; font-variant: normal; font-weight: 500 ; line-height: 36px;  text-align: left;
} 


h6  {
    font-family: 'Muli'; font-size: 17px; color:#444444; font-style: normal; font-variant: normal; font-weight: 500; line-height: 25px;  text-align: left;
} 
p { 
    font-family: 'Muli'; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 500; line-height: 28px;  text-align: left;
} 
.free-shipping{
    font-family: 'Open Sans'; font-size: 17px; font-style: normal; font-variant: normal; font-weight: 500; line-height: 22px; text-align:center;
}
.p-left { 
    font-family: 'Open Sans'; font-size: 17px; color:#111111; font-style: normal; font-variant: normal; font-weight: 500; line-height: 25px;  text-align: left;
} 
.nav-menu{
    font-family: 'Muli'; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 500; line-height: 40px;  text-align: left;
}
.est-center { 
    font-family: 'Muli'; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 500; line-height: 24px;  text-align: center;
} 
.list-font{
    font-family: 'Muli'; font-size: 21px; font-style: normal; font-variant: normal; font-weight: 500; line-height: 40px;  text-align: left;
}
blockquote { 
    font-family: 'Open Sans'; font-size: 20px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 26px;  text-align: center;
} 
image-with-text {
   display: inline-block;

  position: relative;
  text-align: center;
  color: white;
}

.text-over-image-center{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Open Sans'; color:#ffffff; font-size: 30px; font-style: normal; font-variant: normal; font-weight: 900; line-height: 36px;  text-align: center  ;
}
.class-test{
    font-family: 'Muli'; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 500; line-height: 40px;  text-align: left;
}
a {
    color: #0083e8;
}

b, strong {
    font-weight: 600;
}


samp {
    display: none;
}
.sidenav {
    height: 100%;
    width: 0;
    position:fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: rgb(26, 25, 24);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;

  }
  
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    color: #ffffff;
    display: block;
    transition: 0.3s;
    font-family: 'Muli'; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 500; line-height: 28px;  text-align: left;
  }
.sidenav a:hover {
    color: #f1f1f1;
  }
  
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
   
  }




img {
    background: transparent;
    border: 0px solid rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    display: block;
    margin: auto;
    max-width: 100%;
}

.home-image {
    width: 100%;
    height: 480px;
    background: url("IMG/buy-organic-black-rice.jpg" );
    background-repeat:no-repeat;  
    margin: 0 auto;
}
.cook-image {
    width: 100%;
    height: 480px;
    background: url("IMG/buy-organic-black-rice.jpg" );
    background-repeat:no-repeat;  
    margin: 0 auto;
}
.main1080{
    max-width: 1080px;
    margin: 0 auto;
}
.main1200{
    max-width: 1200px;
    margin: 0 auto;
}
.content65{
    width: 58%;
    margin: 0 auto;
    position: relative;
    }

.logo {
    width: 216px;
    height: 59px;
    background: url("IMG/logo.jpg") top center;
    background-size: cover;
    position: relative;
    background-repeat:no-repeat;
    margin: 0 auto;
    }
 .dropdown-menu{
    line-height: 40px;
    }
.home-image-text-layout{
    max-width: 80%;
    margin: 0 auto;
    position: relative;
}
.head-fluid1 {
    position:relative;
    padding-top: 260px;
    padding-bottom: 8px;
    padding-left: 0x;
    padding-right: 15px;
    margin-top: 20px;
    width: 760px;

  }
.textwrapper1{

    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 100px;
}
.home-image-text{
        font-family: 'Open Sans'; color:#ffffff; font-size: 34px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 46px;  text-align: center  ;    
      }
.home-image-text a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#ffffff;
}

.content-review{
    width: 55%;
    margin: 0 auto;
    position: relative;
    }

.head-fluid {
    position:relative;
    padding-top: 10px;
    padding-bottom: 8px;
    padding-left: 0px;
    padding-right: 0px;
    margin: auto;
    width: 65%;
}

.textwrapper{
    text-align: center;
    background-color:rgb(255, 255, 255);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-filter: opacity(100%);
    border: black solid 0px;
    box-shadow: 5px 5px 5px 0px rgb(200, 200, 200);
}
.w3-button{
    margin-left: 25px;
    margin-right: 25px;
    }
.button {
    display: inline-block;
    padding-top: 0px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;	
    text-decoration: none;
    outline: none;
    color: rgb(255, 255, 255);
    background-color: #379683;
    border: none;
  }
.button:hover {
    background-color: #379683;
  color: rgb(255, 255, 255);
}
.button:active {
    background-color: #379683;
    transform: translateY(3px);
  }
.form-content{
    margin-top: 5px, 5pt,5cm;
  }
  .form-button{
    width: 100%;
    margin: 0 auto;
    padding: 8px;
    border: 1px solid #379683;
    color: #fff6f6;
    background: #379683;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
  }
  .mySlides {
    display:none;
  }
  .carousel-control{
    color:white;
    width:15%;
    opacity:unset;
  }
  .carousel-control-hover{
    opacity:unset;
  }
  .carousel-control-transition{
    opacity: unset;
  }
  .carousel-indicator{
    width:30px;
    height: 3px;
    opacity:unset;
  }
  .carousel-indicator-active{
    background-color: white;
    opacity:unset;
  }  
  .carousel-indicator-transition{
    opacity:flex;
  } 
  .carousel-caption{
    width:70%;
    color: white;
  }
  .carousel-control-icon{
    width:2rem;

  }
  .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
    display: flex;
}
      
  .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
    display: flex;
  
}
@media screen and (max-width: 3840px){
.main-content{
    max-width: 90%;
    margin: 0 auto;
    position: relative;
    }
 .button-width{
    max-width: 160px;
    margin: 0 auto;
    position: relative;
    }
.main1200percent{
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    }
     .phrao-content{
        width: 75%;
        margin: 0 auto;
    position: relative;
    max-width: 1140px;
    }
.footer-content{
    max-width: 90%;
    margin: 0 auto;
    position: relative;
    }
.main-home{
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    }
.home-column{
    max-width: 75%;
    margin: 0 auto;
    position: relative;
    }
.content40{
    width: 480px;
    margin: 0 auto;
    position: relative;
    }
.testimonials{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    }
.img-home-fixed{
    width: 95%;
    margin: 0 auto;
    position: relative;
    }    
.img-home-fixed {
    max-width: 1000px;
    height: 650px;
    background-size: cover;
    position: relative;
    background-repeat:no-repeat;
    object-fit: cover;
    object-position: center;
    margin: 0 auto;      
    }
.img-txt{
    width: 55%;
    margin: 0 auto;
    position: relative;
    }
.img-landscape{
    width: 70%;
    margin: 0 auto;
    position: relative;
    }
.img-portrait{
    width: 540px;
    margin: 0 auto;
    position: relative;
    }
}  
    
 @media screen and (max-width: 1440px){
   
    .home-image {
    width: 100%;
    height: 640px;
    background: url("IMG/buy-organic-black-rice.jpg" );
    background-repeat:no-repeat;  
    margin: 0 auto;
}
     .content-review{
    width: 75%;
    margin: 0 auto;
    position: relative;
    }
 .button-width{
    max-width: 160px;
    margin: 0 auto;
    position: relative;
    }
.head-fluid {
    position:relative;
    padding-top: 10px;
    padding-bottom: 8px;
    padding-left: 0px;
    padding-right: 0px;
    margin: auto;
    width: 65%;
}
    }
@media screen and (max-width: 1080px){
.main-content{
    max-width: 90%;
    margin: 0 auto;
    position: relative;
    }
.main1200percent{
    max-width: 90%;
    margin: 0 auto;
    position: relative;
    }
.phrao-content{
        width: 80%;
        margin: 0 auto;
    position: relative;
    }
.footer-content{
    max-width: 90%;
    margin: 0 auto;
    position: relative;
    }
.content40{
    width: 500px;
    margin: 0 auto;
    position: relative;
    }
.content-review{
    width: 80%;
    margin: 0 auto;
    position: relative;
    }
.main-home{
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    }
.main-column{
    max-width: 75%;
    margin: 0 auto;
    position: relative;
    }
.testimonials{
    width: 100%;
    margin: 0 auto;
    position: relative;
    }
.img-home-fixed {
    max-width: 800px;
    height: 650px;
    background-size: cover;
    position: relative;
    background-repeat:no-repeat;
    object-fit: cover;
    object-position: center;
    margin: 0 auto;      
    }
.img-landscape{
    width: 90%;
    margin: 0 auto;
    position: relative;
    }
.img-portrait{
    width: 540px;
    margin: 0 auto;
    position: relative;
    }
.img-txt{
    width: 55%;
    margin: 0 auto;
    position: relative;
    }
}
@media screen and (max-width: 765px){
    .main1080{
        max-width: 1080px;
        margin: 0 auto;
    }
    .content40{
    width: 70%;
    margin: 0 auto;
    position: relative;
    }
    .content65{
    width: 70%;
    margin: 0 auto;
    position: relative;
    }
     .button-width{
    max-width: 160px;
    margin: 0 auto;
    position: relative;
    }
.main-content{
    max-width: 90%;
    margin: 0 auto;
    position: relative;
    }
.main1200percent{
    max-width: 80%;
    margin: 0 auto;
    position: relative;
    }
.footer-content{
    max-width: 50%;
    margin: 0 auto;
    position: relative;
    }
.home-image {
    width: 100%;
    height: 520px;
    background: url("IMG/buy-organic-black-rice-2.jpg" );
    background-repeat:no-repeat;  
    margin: 0 auto;
}
.main-home{
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    }
.site-footer-link-txt{
    color:#000000;
    font-family: 'Muli'; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 500; line-height: 28px;  text-align: center;
    }
.logo {
    width: 150px;
    height: 41px;
    background: url("IMG/logo.jpg") top center;
    background-size: cover;
    position: relative;
    background-repeat:no-repeat;
    margin: 0 auto;
    }
.testimonials{
    width: 100%;
    margin: 0 auto;
    position: relative;
    }
.order-black-rice-online {
    max-width: 1280px;
    height: 350px;
    background: url("IMG/order-black-rice-online2.jpg") top center;
    background-size: cover;
    position: relative;
    background-repeat:no-repeat;
    object-fit: cover;
    object-position: center;
    margin: 0 auto;  
    }
.img-home{
    width: 100%;
    margin: 0 auto;
    position: relative;
    }
.img-landscape{
    width: 90%;
    margin: 0 auto;
    position: relative;
    }
.img-portrait{
    width:100%;
    margin: 0 auto;
    position: relative;
    }
.img-txt{
    width: 55%;
    margin: 0 auto;
    position: relative;
    }
.seed-saved{
    width: 95%;
    margin: 0 auto;
    position: relative;
    }
.content-review{
    width: 95%;
    margin: 0 auto;
    position: relative;
    }
.head-fluid {
    position:relative;
    padding-top: 10px;
    padding-bottom: 8px;
    padding-left: 0px;
    padding-right: 0px;
    margin: auto;
    width: 75%;
}
.home-image-text{
        font-family: 'Muli'; color:#ffffff; font-size: 28px; font-style: normal; font-variant: normal; font-weight: 600; line-height: 38px;  text-align: left  ;    
      }
.home-image-text a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#ffffff;
}
    .head-fluid1 {
        position:relative;
        padding-top: 220px;
        padding-bottom: 8px;
        padding-left: 0px;
        padding-right: 15px;
        margin-top: 20px;
        width: 100%;
      }
      
      .button {
        display: inline-block;
        padding: 0px 30px;
        font-size: 16px;
        font-family: 'Open Sans';
        cursor: pointer;
        text-align: center;	
        text-decoration: none;
        outline: none;
        color: rgb(255, 255, 255);
        background-color: #379683;
        border: none;
        margin: 20px;
      }
      .form-content{
        margin-top: 5px, 5pt,5cm;
      }
      .form-button{
        width: 100%;
        margin: 0 auto;
        padding: 8px;
        border: 1px solid #379683;
        color: #fff6f6;
        background: #379683;
        border-radius: 5px;
        text-align: center;
        margin-bottom: 20px;
        font-size: 20px;
      }
      .mySlides {
        display:none;
      }
      .carousel-control{
        color:white;
        width:15%;
        opacity:0.5;
      }
      .carousel-control-hover{
        opacity:0.9;
      }
      .carousel-control-transition{
        opacity: 0s;
      }
      .carousel-indicator{
        width:30px;
        height: 3px;
        opacity:0.5;
      }
      .carousel-indicator-active{
        background-color: white;
        opacity:  1;
      }  
      .carousel-indicator-transition{
        opacity: .6s ease;
      } 
      .carousel-caption{
        width:70%;
        color: white;
      }
      .carousel-control-icon{
        width:2rem;
    
      }
      .carousel-control-prev-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
        display: flex;
        width: 50%;
        margin-right: 20px;
    }
          
      .carousel-control-next-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
        display: flex;
        width: 50%;
        margin-left: 30px;
      
    }
}
.container-2-columns{
    display: grid;
    max-width: 100%;
    text-align: left;
}

.container-2-columns-right{
    display: grid;
    max-width: 100%;
    text-align: right;
}
.container2-fluid{
    text-align: center;
    margin: 0 auto;
}

div.submit  {
   text-align: center;  
   font-size: 25px;
} 

.site-footer
{
  background-color:#ffffff;
  padding:0 0 0;
  color:#000000;
    font-family: 'Muli'; 
    font-size: 18px;
     font-style: normal; 
     font-variant: normal; 
     font-weight: 500; 
     line-height: 28px;  
    text-align: left;
    width: 100;
}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}
.footer-links
{
 padding-right:0;
  padding-left: auto;
  list-style:none;
}
.site-footer a
{
  color:#000000
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#000000;
}


input[type=text], select {
  width: 100%;
  padding: 12px 10px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  
}

input[type=submit] {
  width: 100%;
  background-color: #2db57d;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.text-under-img{
    width: 85%;
    margin: 0 auto;
    position: relative;
    max-width: 1140px;
}
   
