/*-----------------------------------------------------------------------------------

 Project Name: New Project
 Project URI: http://
 Description: 
 Author: 
 Author URI: 
 Version: 1.0.0

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------

 == Table Of Content

 00 Imports
 01 Basics
 

---------------------------------------------------------------- */
/* 00. Imports */
@font-face {
  font-family: 'FiraSansCondensed-Regular';
  src: url("../fonts/FiraSansCondensed-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'FiraSansCondensed-Medium';
  src: url("../fonts/FiraSansCondensed-Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'FiraSansCondensed-SemiBold';
  src: url("../fonts/FiraSansCondensed-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: 'FiraSansCondensed-Light';
  src: url("../fonts/FiraSansCondensed-Light.ttf") format("truetype");
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

@font-face {
  font-family: 'FiraSansCondensed-Regular';
  src: url("../fonts/FiraSansCondensed-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'FiraSansCondensed-Medium';
  src: url("../fonts/FiraSansCondensed-Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'FiraSansCondensed-SemiBold';
  src: url("../fonts/FiraSansCondensed-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: 'FiraSansCondensed-Light';
  src: url("../fonts/FiraSansCondensed-Light.ttf") format("truetype");
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

.nav_wrapper {
  padding-top: 10px;
}

.nav_wrapper span {
  color: #f1b012;
}

.navbar_toggler {
  float: right;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  color: black;
  border: 1px solid #1e5a1e;
}

.change_navColor {
  -webkit-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.75);
  -webkit-animation: slideInDown 1s both;
  animation: slideInDown 1s both;
  background-color: white;
}

.head_logo img {
  height: 100px;
}

@media screen and (max-width: 992px) {
  .head_logo img {
    width: 80px;
    height: 70px;
  }
}

.main_nav .nav_right {
  padding-top: 20px;
  text-align: center;
}

.main_nav .nav_right li a {
  color: #f1b012;
  font-weight: 700;
  margin-right: 25px;
  font-family: "FiraSansCondensed-Regular";
  font-size: 20px;
  font-weight: 800;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  letter-spacing: 2px;
}

.main_nav .nav_right li a:hover {
  color: #1e591e !important;
  font-weight: bold;
}

.main_nav .nav_right li button {
  color: #f1b012;
  border: 1px solid #f1b012;
  padding: 15px 30px;
  font-size: 15px;
  font-family: "FiraSansCondensed-Regular";
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  letter-spacing: 3px;
  font-weight: 500;
  font-weight: 700;
  border-radius: 0;
}

.main_nav .nav_right li button:hover {
  background-color: #1e591e;
  color: white;
  border: none;
}

@media screen and (max-width: 991px) {
  .main_nav .nav_right li button {
    margin-bottom: 20px;
  }
}

.main_nav .nav_right .active > a {
  color: black !important;
  font-weight: bold;
}

.main_nav .nav_right .active > a button {
  background: black;
}

.main_nav .nav_right .active > a button:hover {
  background: #f1b012;
}

.main_nav .nav_right .nav_dropdown_menu a {
  font-size: 15px;
}

.index {
  margin-bottom: 5%;
}

.index .index_container .swiper-pagination-bullet-active {
  opacity: 1;
  background: #f1b012;
}

.index .index_container img {
  width: 100%;
  height: 60vh;
}

.index .index_container .swiper-pagination-bullet {
  width: 25px;
  height: 10px;
  display: inline-block;
  border: 1px solid white;
  border-radius: 0;
  margin-right: 10px !important;
}

.index .index_container .swiper-pagination-bullet:focus {
  outline: none;
}

@media screen and (max-width: 575px) {
  .index .index_container .swiper-pagination-bullet {
    width: 10px;
  }
}

.index .index_container .index .index_container .swiper-pagination-bullet {
  width: 20px;
  height: 8px;
  display: inline-block;
  border: 1px solid white;
  border-radius: 0;
}

.index .index_container .swiper-pagination {
  position: relative;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
  bottom: 100px;
}

@media screen and (max-width: 575px) {
  .index .index_container .swiper-pagination {
    bottom: 40px;
  }
}

.index .index_container .swiper-button-next {
  background-image: none;
}

@media screen and (max-width: 575px) {
  .index .index_container .swiper-button-next {
    top: 60%;
  }
}

.index .index_container .swiper-button-prev {
  background-image: none;
}

@media screen and (max-width: 575px) {
  .index .index_container .swiper-button-prev {
    top: 60%;
  }
}

.index .index_container .index_btn_next i {
  font-size: 30px;
  font-weight: 600;
  color: white;
  border: 4px solid white;
  padding: 4px 10px;
}

.index .index_container .index_btn_next i:hover {
  background-color: #f1b012;
  color: white;
  font-size: 30px;
  padding: 4px 10px;
  border: 4px solid #f1b012;
}

@media screen and (max-width: 575px) {
  .index .index_container .index_btn_next i:hover {
    font-size: 15px;
    padding: 4px 7px;
  }
}

@media screen and (max-width: 575px) {
  .index .index_container .index_btn_next i {
    font-size: 15px;
    padding: 4px 7px;
    top: 60%;
  }
}

.index .index_container .index_btn_next:focus {
  outline: none;
}

.index .index_container .index_btn_prev i {
  font-size: 30px;
  font-weight: 600;
  color: white;
  border: 4px solid white;
  padding: 4px 10px;
}

.index .index_container .index_btn_prev i:hover {
  background-color: #f1b012;
  color: white;
  font-size: 30px;
  padding: 4px 10px;
  border: 4px solid #f1b012;
}

@media screen and (max-width: 575px) {
  .index .index_container .index_btn_prev i:hover {
    font-size: 15px;
    padding: 4px 7px;
    top: 60%;
  }
}

@media screen and (max-width: 575px) {
  .index .index_container .index_btn_prev i {
    font-size: 15px;
    padding: 4px 7px;
  }
}

.index .index_container .index_btn_prev:focus {
  outline: none;
}

.index .index_container .index_0 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 20, 20, 0.6)), to(rgba(20, 20, 20, 0.3))), url(../img/rice2.jpg);
  background: linear-gradient(rgba(20, 20, 20, 0.6), rgba(20, 20, 20, 0.3)), url(../img/rice2.jpg);
  background-size: cover;
  width: 100%;
  padding: 5% 0;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  position: relative;
  height: 100vh;
}

.index .index_container .index_0 h5 {
  font-size: 50px;
  color: white;
  font-family: sans-serif;
  letter-spacing: 2px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .index .index_container .index_0 h5 {
    font-size: 25px;
    margin-top: 10%;
  }
}

@media screen and (max-width: 575px) {
  .index .index_container .index_0 h5 {
    font-size: 20px;
    margin-top: 5%;
  }
}

.index .index_container .index_0 .know_btn {
  color: white;
  border: none;
  border-radius: 5px;
  padding: 8px 20px;
  font-size: 20px;
  font-family: sans-serif;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  letter-spacing: 3px;
  margin-top: 49%;
  border: 3px solid white;
}

.index .index_container .index_0 .know_btn:hover {
  background-color: #f1b012;
}

@media screen and (max-width: 575px) {
  .index .index_container .index_0 .know_btn {
    padding: 10px 15px;
    font-size: 12px;
  }
}

@media screen and (max-width: 575px) {
  .index .index_container .index_0 {
    height: 60vh;
  }
}

.index .index_container .index_1 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 20, 20, 0.6)), to(rgba(20, 20, 20, 0.3))), url(../img/hen.jpg);
  background: linear-gradient(rgba(20, 20, 20, 0.6), rgba(20, 20, 20, 0.3)), url(../img/hen.jpg);
  background-size: cover;
  width: 100%;
  padding: 5% 0;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  position: relative;
  height: 100vh;
}

.index .index_container .index_1 h5 {
  font-size: 50px;
  color: white;
  font-family: sans-serif;
  letter-spacing: 2px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .index .index_container .index_1 h5 {
    font-size: 25px;
    margin-top: 10%;
  }
}

@media screen and (max-width: 768px) {
  .index .index_container .index_1 h5 {
    font-size: 20px;
    margin-top: 5%;
  }
}

.index .index_container .index_1 .know_btn {
  color: white;
  border: none;
  border-radius: 5px;
  padding: 8px 20px;
  font-size: 20px;
  font-family: sans-serif;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  letter-spacing: 3px;
  margin-top: 49%;
  border: 3px solid white;
}

.index .index_container .index_1 .know_btn:hover {
  background-color: #1e591e;
  color: white;
  border: none;
}

@media screen and (max-width: 575px) {
  .index .index_container .index_1 .know_btn {
    padding: 10px 15px;
    font-size: 12px;
  }
}

@media screen and (max-width: 575px) {
  .index .index_container .index_1 {
    height: 60vh;
  }
}

.index .index_container .index_2 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 20, 20, 0.6)), to(rgba(20, 20, 20, 0.3))), url(../img/wheat5.jpg);
  background: linear-gradient(rgba(20, 20, 20, 0.6), rgba(20, 20, 20, 0.3)), url(../img/wheat5.jpg);
  background-size: cover;
  width: 100%;
  padding: 5% 0;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  position: relative;
  height: 100vh;
}

.index .index_container .index_2 h5 {
  font-size: 50px;
  color: white;
  font-family: sans-serif;
  letter-spacing: 2px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .index .index_container .index_2 h5 {
    font-size: 25px;
    margin-top: 10%;
  }
}

@media screen and (max-width: 768px) {
  .index .index_container .index_2 h5 {
    font-size: 20px;
    margin-top: 5%;
  }
}

.index .index_container .index_2 .know_btn {
  color: white;
  border: none;
  border-radius: 5px;
  padding: 8px 20px;
  font-size: 20px;
  font-family: sans-serif;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  letter-spacing: 3px;
  margin-top: 49%;
  border: 3px solid white;
}

.index .index_container .index_2 .know_btn:hover {
  background-color: #1e591e;
  color: white;
  border: none;
}

@media screen and (max-width: 575px) {
  .index .index_container .index_2 .know_btn {
    padding: 10px 15px;
    font-size: 12px;
  }
}

@media screen and (max-width: 575px) {
  .index .index_container .index_2 {
    height: 60vh;
  }
}

.index .index_container .index_3 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 20, 20, 0.6)), to(rgba(20, 20, 20, 0.3))), url(../img/fish1.jpg);
  background: linear-gradient(rgba(20, 20, 20, 0.6), rgba(20, 20, 20, 0.3)), url(../img/fish1.jpg);
  background-size: cover;
  width: 100%;
  padding: 5% 0;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  position: relative;
  height: 100vh;
}

.index .index_container .index_3 h5 {
  font-size: 50px;
  color: white;
  font-family: sans-serif;
  letter-spacing: 2px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .index .index_container .index_3 h5 {
    font-size: 25px;
    margin-top: 10%;
  }
}

@media screen and (max-width: 768px) {
  .index .index_container .index_3 h5 {
    font-size: 20px;
    margin-top: 5%;
  }
}

.index .index_container .index_3 .know_btn {
  color: white;
  border: none;
  border-radius: 5px;
  padding: 8px 20px;
  font-size: 20px;
  font-family: sans-serif;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  letter-spacing: 3px;
  margin-top: 49%;
  border: 3px solid white;
}

.index .index_container .index_3 .know_btn:hover {
  background-color: #1e591e;
  color: white;
  border: none;
}

@media screen and (max-width: 575px) {
  .index .index_container .index_3 .know_btn {
    padding: 10px 15px;
    font-size: 12px;
  }
}

@media screen and (max-width: 575px) {
  .index .index_container .index_3 {
    height: 60vh;
  }
}

.index .index_container .index_4 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 20, 20, 0.6)), to(rgba(20, 20, 20, 0.3))), url(../img/cashew2.webp);
  background: linear-gradient(rgba(20, 20, 20, 0.6), rgba(20, 20, 20, 0.3)), url(../img/cashew2.webp);
  background-size: cover;
  width: 100%;
  padding: 5% 0;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  position: relative;
  height: 100vh;
}

.index .index_container .index_4 h5 {
  font-size: 50px;
  color: white;
  font-family: sans-serif;
  letter-spacing: 2px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .index .index_container .index_4 h5 {
    font-size: 25px;
    margin-top: 10%;
  }
}

@media screen and (max-width: 768px) {
  .index .index_container .index_4 h5 {
    font-size: 20px;
    margin-top: 5%;
  }
}

.index .index_container .index_4 .know_btn {
  color: white;
  border: none;
  border-radius: 5px;
  padding: 8px 20px;
  font-size: 20px;
  font-family: sans-serif;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  letter-spacing: 3px;
  margin-top: 49%;
  border: 3px solid white;
}

.index .index_container .index_4 .know_btn:hover {
  background-color: #1e591e;
  color: white;
  border: none;
}

@media screen and (max-width: 575px) {
  .index .index_container .index_4 .know_btn {
    padding: 10px 15px;
    font-size: 12px;
  }
}

@media screen and (max-width: 575px) {
  .index .index_container .index_4 {
    height: 60vh;
  }
}

.main_about {
  margin-top: 5%;
}

.main_about img {
  width: 100%;
  height: 350px;
}

.main_about .abt_cnt {
  margin-top: 10%;
}

@media screen and (max-width: 575px) {
  .main_about .abt_cnt {
    margin-top: -20%;
  }
}

.main_about .abt_cnt h2 {
  font-family: "FiraSansCondensed-SemiBold";
  color: #f1b012;
  font-size: 50px;
  margin-top: 8%;
}

@media screen and (max-width: 767px) {
  .main_about .abt_cnt h2 {
    margin-top: 15%;
  }
}

@media screen and (max-width: 575px) {
  .main_about .abt_cnt h2 {
    font-size: 30px;
  }
}

.main_about .abt_cnt p {
  font-family: "FiraSansCondensed-Regular";
}

@media screen and (max-width: 575px) {
  .main_about .abt_cnt p {
    font-size: 15px;
  }
}

.main_about .abt_cnt .know_btn {
  color: #f1b012;
  border: 1px solid #f1b012;
  padding: 10px 25px;
  font-size: 15px;
  font-family: "FiraSansCondensed-Regular";
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  letter-spacing: 3px;
  font-weight: 500;
  font-weight: 700;
  border-radius: 0;
}

.main_about .abt_cnt .know_btn:hover {
  background-color: #f1b012;
  color: white;
  border: none;
}

@media screen and (max-width: 991px) {
  .main_about .abt_cnt .know_btn {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 575px) {
  .main_about .abt_cnt .know_btn {
    padding: 10px 15px;
    font-size: 12px;
  }
}

.main_services {
  background-color: #f1b012;
  padding: 30px 30px;
  margin-top: 5%;
}

.main_services h2 {
  color: white;
  margin-bottom: 3%;
  font-size: 40px;
  font-family: "FiraSansCondensed-SemiBold";
}

.main_services .serv_wrapper {
  text-align: center;
  margin-bottom: 5%;
}

.main_services .serv_wrapper img {
  margin-bottom: 7%;
  width: 40%;
  height: 100px;
}

.main_services .serv_wrapper p {
  color: white;
  margin-bottom: 8%;
  font-family: "FiraSansCondensed-Regular";
  font-size: 20px;
}

.main_services .serv_wrapper .know_btn {
  color: white;
  border: 1px solid white;
  padding: 10px 25px;
  font-size: 15px;
  font-family: "FiraSansCondensed-Regular";
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  letter-spacing: 3px;
  font-weight: 500;
  font-weight: 700;
  border-radius: 0;
}

.main_services .serv_wrapper .know_btn:hover {
  background-color: #1e591e;
  color: white;
  border: none;
}

@media screen and (max-width: 991px) {
  .main_services .serv_wrapper .know_btn {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 575px) {
  .main_services .serv_wrapper .know_btn {
    padding: 10px 15px;
    font-size: 12px;
  }
}

.product {
  margin-top: 5%;
  margin-bottom: 5%;
}

@media screen and (max-width: 575px) {
  .product {
    padding: 10px;
    margin-top: 0;
  }
}

.product h3 {
  font-size: 45px;
  color: #f1b012;
  margin-top: 30px;
  font-family: "FiraSansCondensed-SemiBold";
  margin-bottom: 20px;
}

@media screen and (max-width: 575px) {
  .product h3 {
    font-size: 30px;
  }
}

.product .carousel-indicators {
  bottom: -60px;
}

.product .carousel-indicators li {
  height: 8px !important;
  border-radius: 50px;
}

.product .carousel-control-next-icon {
  border-radius: 13px;
  display: inline-block;
  width: 40px !important;
  height: 40px !important;
}

.product .carousel-control-prev-icon {
  display: inline-block;
  width: 40px !important;
  height: 40px !important;
}

@media screen and (max-width: 575px) {
  .product .img_car {
    height: 200px !important;
  }
}

.product .know_btn {
  border: 1px solid #f1b012;
  color: #f1b012;
  padding: 10px 30px;
  font-size: 15px;
  font-family: "FiraSansCondensed-Medium";
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  letter-spacing: 3px;
  margin-top: 3%;
  font-weight: 500;
  border-radius: 0;
}

.product .know_btn:hover {
  background-color: #f1b012;
  color: white;
  border: none;
}

@media screen and (max-width: 991px) {
  .product .know_btn {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 575px) {
  .product .know_btn {
    padding: 10px 15px;
    font-size: 12px;
  }
}

.product .pro_sec1 {
  margin-left: 50px;
}

@media screen and (max-width: 575px) {
  .product .pro_sec1 {
    margin-left: 0;
  }
}

.top_page a {
  color: black;
  float: right;
  font-family: "FiraSansCondensed-Regular";
  font-size: 12px;
  position: absolute;
  right: 2%;
  margin-top: -5%;
}

@media screen and (max-width: 767px) {
  .top_page a {
    margin-top: -14%;
  }
}

@media screen and (max-width: 575px) {
  .top_page a {
    margin-top: -10%;
  }
}

.top_page a i {
  color: #f1b012;
  font-size: 50px;
}

@media screen and (max-width: 575px) {
  .top_page a i {
    font-size: 30px;
  }
}

.top_page a i:hover {
  color: #1e591e;
}

.footer {
  background-color: #f1b012;
  padding: 20px;
}

@media screen and (max-width: 575px) {
  .footer {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .footer .contact_wrapper {
    text-align: center;
  }
}

.footer .contact_wrapper p {
  margin-bottom: 5px;
  color: black;
  font-family: "FiraSansCondensed-Regular";
  letter-spacing: 1px;
}

.footer .contact_wrapper p i {
  font-size: 22px;
  color: black;
  margin-right: 10px;
}

@media screen and (max-width: 992px) {
  .footer .contact_wrapper p i {
    margin-right: 0;
  }
}

.footer .contact_wrapper a {
  margin-bottom: 5px;
  color: black;
  font-family: "FiraSansCondensed-Regular";
  letter-spacing: 1px;
}

.footer .contact_wrapper h4 {
  margin-bottom: 20px;
  color: black;
  font-family: "FiraSansCondensed-Medium";
  letter-spacing: 1px;
}

.footer .contact_wrapper h3 {
  margin-bottom: 20px;
}

.footer .contact_wrapper h5 {
  margin-top: 24px;
  color: black;
  margin-bottom: 20px;
}

.footer .contact_wrapper .ftr_wrapper {
  margin-bottom: 10px;
}

.footer .cnt_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .cnt_icon i {
  margin-right: 23px;
  font-size: 22px;
  color: #555555c4;
}

.footer_section {
  padding-top: 10px;
  background-color: black;
}

@media (max-width: 767px) {
  .footer_section .social_icon {
    text-align: center;
  }
}

.footer_section .social_icon h5 {
  font-size: 20px;
  font-family: "FiraSansCondensed-Medium";
  color: #f1b012;
}

.footer_section .social_icon i {
  font-size: 20px;
  color: #f1b012;
  margin-left: 20px;
}

.footer_section .copyright {
  text-align: right;
  margin-top: 7%;
}

.footer_section .copyright p {
  font-size: 15px;
  font-family: "FiraSansCondensed-Medium";
  color: #f1b012;
}

@media (max-width: 767px) {
  .footer_section .copyright {
    text-align: center;
  }
}

.about {
  margin-top: 5%;
}

.about .abt_wrapper {
  margin-top: 130px;
  padding-top: 20px;
  margin-bottom: 5%;
}

.about .abt_wrapper .abt_wrp_left h4 {
  font-family: cursive;
  text-align: center;
  margin-bottom: 20px;
}

.about .abt_wrapper .abt_wrp_left h5 {
  font-family: "FiraSansCondensed-Medium";
  text-align: center;
  color: #f1b012;
  margin-bottom: 20px;
  font-size: 30px;
}

.about .abt_wrapper .abt_wrp_left p {
  font-family: "FiraSansCondensed-Regular";
  text-align: justify;
}

@media screen and (max-width: 575px) {
  .about .abt_wrapper .abt_wrp_left p {
    font-size: 15px;
  }
}

.about .abt_wrapper .abt_wrp_right img {
  width: 100%;
  height: 500px;
}

@media screen and (max-width: 575px) {
  .about .abt_wrapper .abt_wrp_right img {
    height: 300px;
  }
}

.about .vision {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 20, 20, 0.6)), to(rgba(20, 20, 20, 0.6))), url("../img/agri1.jpg");
  background: linear-gradient(rgba(20, 20, 20, 0.6), rgba(20, 20, 20, 0.6)), url("../img/agri1.jpg");
  background-size: cover;
  width: 100%;
  padding: 2% 5%;
  margin-bottom: 5%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

@media screen and (max-width: 575px) {
  .about .vision {
    margin-bottom: 0%;
  }
}

.about .vision .img_vision {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-left: 10px;
  margin-right: 30px;
  margin-bottom: 5%;
}

.about .vision .img_vision h2 {
  font-family: "FiraSansCondensed-Medium";
  text-align: center;
  color: #f1b012;
  font-size: 30px;
}

@media screen and (max-width: 575px) {
  .about .vision .img_vision h2 {
    font: 30px "FiraSansCondensed-Regular";
  }
}

.about .vision .img_vision h3 {
  color: white;
  font-size: 20px;
  line-height: 1.3;
  border-bottom: 4px solid #f1b012;
  padding: 20px;
  font-family: "FiraSansCondensed-Regular";
}

@media screen and (max-width: 575px) {
  .about .vision .img_vision h3 {
    font-size: 15px;
  }
}

.about .vision .img_vision h4 {
  color: white;
  font: 20px "FiraSansCondensed-Regular";
  line-height: 1.3;
}

.sliders .car_img {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 20, 20, 0.6)), to(rgba(20, 20, 20, 0.6))), url("../img/agri4.jpg");
  background: linear-gradient(rgba(20, 20, 20, 0.6), rgba(20, 20, 20, 0.6)), url("../img/agri4.jpg");
  background-size: cover;
  width: 100%;
  height: 100vh;
  padding: 5% 0;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  position: relative;
  background-attachment: fixed;
}

@media screen and (max-width: 575px) {
  .sliders .car_img {
    height: 60vh;
  }
}

.sliders .car_img h5 {
  font-size: 50px;
  color: white;
  font-family: "FiraSansCondensed-Medium";
  letter-spacing: 5px;
}

@media screen and (max-width: 575px) {
  .sliders .car_img h5 {
    font-size: 16px;
    margin-top: 20%;
  }
}

.sliders .car_img .icon_wrap {
  position: absolute;
  bottom: 10%;
  right: 49%;
}

.sliders .car_img .icon_wrap .icon-scroll {
  cursor: pointer;
  width: 25px;
  height: 40px;
  border-radius: 25px;
  -webkit-box-shadow: inset 0 0 0 1px #fff;
          box-shadow: inset 0 0 0 1px #fff;
  position: relative;
}

@media screen and (max-width: 767px) {
  .sliders .car_img .icon_wrap .icon-scroll {
    margin: auto;
  }
}

.sliders .car_img .icon_wrap .icon-scroll:before {
  top: 8px;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  content: "";
  -webkit-animation-name: scroll;
  animation-name: scroll;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-radius: 4px;
  background: #fff;
  position: absolute;
  left: 50%;
}

@media screen and (max-width: 575px) {
  .sliders .car_img .icon_wrap .icon-scroll {
    width: 20px;
    height: 30px;
  }
}

.sliders .carousel-inner img {
  width: 100%;
  height: 100vh;
}

.sliders .carousel-control-next-icon {
  border-radius: 13px;
  display: inline-block;
  width: 40px !important;
  height: 40px !important;
}

@media screen and (max-width: 575px) {
  .sliders .carousel-control-next-icon {
    width: 30px !important;
    height: 30px !important;
  }
}

.sliders .carousel-control-prev-icon {
  display: inline-block;
  width: 40px !important;
  height: 40px !important;
}

@media screen and (max-width: 575px) {
  .sliders .carousel-control-prev-icon {
    width: 30px !important;
    height: 30px !important;
  }
}

.sliders .carousel-indicators li {
  height: 8px !important;
  border-radius: 13px;
}

.fab_no_right {
  font-size: 120px;
  margin-right: 15px;
  font-family: "FiraSansCondensed-Light";
  color: #1e591e;
  margin-top: -9px;
}

@media screen and (max-width: 575px) {
  .fab_no_right {
    font-size: 68px;
  }
}

.fab_no_left {
  font-size: 120px;
  margin-left: 15px;
  font-family: "FiraSansCondensed-Light";
  color: #1e591e;
}

@media screen and (max-width: 575px) {
  .fab_no_left {
    font-size: 68px;
  }
}

#fabrics {
  background-color: #8080800d;
}

#fabrics .fab_head {
  margin-bottom: 50px;
  margin-right: 30px;
}

#fabrics .fab_head h2 {
  font-weight: 700;
  margin-left: 1%;
}

@media screen and (max-width: 575px) {
  #fabrics .fab_head h2 {
    font-size: 25px;
  }
}

#fabrics .fab_head img {
  width: 7%;
  height: 60px;
  margin-bottom: -25px;
}

@media screen and (max-width: 575px) {
  #fabrics .fab_head img {
    width: 20%;
  }
}

#fabrics .fab_silk_right {
  margin: 10% 0;
  margin-left: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 991px) {
  #fabrics .fab_silk_right {
    margin-left: 9%;
  }
}

@media screen and (min-width: 1025px) {
  #fabrics .fab_silk_right {
    margin-left: 40%;
  }
}

@media screen and (max-width: 575px) {
  #fabrics .fab_silk_right {
    margin-left: 5%;
  }
}

#fabrics .fab_silk_right h6 {
  font-size: 25px;
  font-family: "FiraSansCondensed-Medium";
  color: #f1b012;
}

@media screen and (max-width: 991px) {
  #fabrics .fab_silk_right h6 {
    font-size: 22px;
  }
}

@media screen and (max-width: 375px) {
  #fabrics .fab_silk_right h6 {
    font-size: 20px;
  }
}

#fabrics .fab_silk_right .line {
  height: 1px;
  width: 510px;
  background: #f1b012;
  margin-top: 10px;
  position: absolute;
  z-index: 1;
  left: 0px;
}

@media screen and (min-width: 2560px) {
  #fabrics .fab_silk_right .line {
    width: 100%;
  }
}

@media screen and (max-width: 1199px) {
  #fabrics .fab_silk_right .line {
    width: 472px;
  }
}

@media screen and (max-width: 991px) {
  #fabrics .fab_silk_right .line {
    width: 425px;
  }
}

@media screen and (max-width: 767px) {
  #fabrics .fab_silk_right .line {
    width: 80%;
  }
}

@media screen and (max-width: 575px) {
  #fabrics .fab_silk_right .line {
    width: 93%;
  }
}

#fabrics .fab_silk_right p {
  font-size: 14px;
  margin-top: 50px;
  margin-right: 12%;
  font-family: "FiraSansCondensed-Light";
  color: black;
  line-height: 1.3;
}

#fabrics .fab_silk_right a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#fabrics .silk {
  background-image: url("../img/hm_rb2.webp");
}

#fabrics .embroid {
  background-image: url("../img/hm_fm1.jpg");
}

#fabrics .print {
  background-image: url("../img/wh_pro.jpg");
}

#fabrics .jac_img {
  background-image: url("../img/pro5.jpg");
}

#fabrics .whaet_bran {
  background-image: url("../img/hm_wb2.jpg");
}

#fabrics .poultry_oil {
  background-image: url("../img/poultry3.webp");
}

#fabrics .cashew {
  background-image: url("../img/cn1.jpg");
}

#fabrics .poultry {
  background-image: url("../img/hm_pm.jpg");
}

#fabrics .bg_fab_right {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 60vh;
  margin-bottom: 50px;
}

@media screen and (max-width: 575px) {
  #fabrics .bg_fab_right {
    margin-bottom: 30px;
  }
}

#fabrics .fab_silk_left {
  margin: 10% 0;
  margin-right: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 1025px) {
  #fabrics .fab_silk_left {
    margin-right: 40%;
  }
}

@media screen and (max-width: 991px) {
  #fabrics .fab_silk_left {
    margin-right: 9%;
  }
}

@media screen and (max-width: 767px) {
  #fabrics .fab_silk_left {
    margin-right: 20%;
  }
}

@media screen and (max-width: 575px) {
  #fabrics .fab_silk_left {
    margin-right: 5%;
  }
}

#fabrics .fab_silk_left h6 {
  font-size: 25px;
  text-align: right;
  margin-right: 10px;
  font-family: "FiraSansCondensed-Medium";
  color: #f1b012;
}

@media screen and (max-width: 991px) {
  #fabrics .fab_silk_left h6 {
    font-size: 22px;
  }
}

@media screen and (max-width: 375px) {
  #fabrics .fab_silk_left h6 {
    font-size: 20px;
  }
}

#fabrics .fab_silk_left .line {
  height: 1px;
  width: 500px;
  background: #f1b012;
  margin-top: 10px;
  left: 2;
  position: absolute;
  z-index: 1;
  right: 10px;
  height: 1px;
}

@media screen and (min-width: 2560px) {
  #fabrics .fab_silk_left .line {
    width: 100%;
    right: 0px;
  }
}

@media screen and (max-width: 1199px) {
  #fabrics .fab_silk_left .line {
    width: 400px;
  }
}

@media screen and (max-width: 767px) {
  #fabrics .fab_silk_left .line {
    width: 70%;
  }
}

@media screen and (max-width: 575px) {
  #fabrics .fab_silk_left .line {
    width: 93%;
  }
}

#fabrics .fab_silk_left p {
  font-size: 14px;
  margin-top: 50px;
  margin-right: 10px;
  text-align: right;
  font-family: "FiraSansCondensed-Light";
  color: black;
  margin-left: 12%;
  line-height: 1.3;
}

#fabrics .fab_silk_left a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#fabrics .cotton {
  background-image: url("../img/hm_rh2.jpg");
}

#fabrics .jac_img3 {
  background-image: url("../img/fish1.jpg");
}

#fabrics .bg_fab_left {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 60vh;
  margin-bottom: 50px;
}

@media screen and (max-width: 575px) {
  #fabrics .bg_fab_left {
    margin-bottom: 30px;
  }
}

/* Loader */
.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("../img/Preloader_2.gif") center no-repeat #fff;
}

/* Loader ends here */
/* client logo section styles */
.client_logos {
  background-color: #eae4e4;
  padding: 50px;
  margin-bottom: 5%;
}

.client_logos .logos_slider .logo_wrap {
  padding: 20px;
}

.client_logos .logos_slider .logo_wrap img {
  width: 100%;
  display: block;
  margin: auto;
  height: 150px;
}

.client_logos h2 {
  font-size: 45px;
  color: #f1b012;
  margin-top: 10px;
  font-family: "FiraSansCondensed-SemiBold";
  margin-bottom: 20px;
}

@media screen and (max-width: 575px) {
  .client_logos h2 {
    font-size: 35px;
  }
}

/* client logo section styles ends */
.contactus {
  margin-top: 100px;
}

.contactus .contactus_wrapper {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 20, 20, 0.6)), to(rgba(20, 20, 20, 0.6))), url("../img/agri2.jpg");
  background: linear-gradient(rgba(20, 20, 20, 0.6), rgba(20, 20, 20, 0.6)), url("../img/agri2.jpg");
  background-size: cover;
  height: 60vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contactus .contactus_wrapper h2 {
  font-size: 25px;
  font-family: "FiraSansCondensed-SemiBold";
  color: white;
  margin-bottom: 12px;
}

.contactus .contactus_wrapper p {
  font-size: 15px;
  font-family: "FiraSansCondensed-Regular";
  color: #fff;
}

.contactus .contact_main {
  background: url("../img/fab_bg.jpg") center center no-repeat;
  padding: 40px;
}

@media screen and (max-width: 767px) {
  .contactus .contact_main .left_content {
    text-align: center;
  }
}

.contactus .contact_main .left_content .contact_logo {
  width: 33%;
  height: 107px;
}

.contactus .contact_main .left_content h3 {
  margin-bottom: 10%;
  color: black;
  font-family: "FiraSansCondensed-SemiBold";
  font-size: 14px;
}

.contactus .contact_main .left_content h3 span i {
  font-size: 15px;
  color: #f1b012;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .contactus .contact_main .left_content h3 span i {
    width: 6%;
  }
}

.contactus .contact_main .left_content h3 a {
  text-decoration: none;
  color: inherit;
}

.contactus .contact_main .left_content h3 .fa_mail {
  margin-right: 8%;
}

@media screen and (max-width: 767px) {
  .contactus .contact_main .left_content {
    text-align: center;
  }
}

.contactus .contact_main .left_content .contact_logo {
  width: 33%;
  height: 107px;
}

.contactus .contact_main .left_content h4 {
  margin-bottom: 10%;
  color: #f1b012;
  font-family: "FiraSansCondensed-Bold";
  font-size: 14px;
}

.contactus .contact_main .left_content h4 span i {
  font-size: 20px;
  color: #f1b012;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .contactus .contact_main .left_content h4 span i {
    width: 6%;
  }
}

.contactus .contact_main .left_content h4 span a {
  font-size: 30px;
  color: #f1b012;
}

.contactus .contact_main .left_content h4 a {
  text-decoration: none;
  color: inherit;
  color: #f1b012;
}

.contactus .contact_main .left_content h4 .fa_mail {
  margin-right: 8%;
}

.contactus .contact_main .right_content label {
  color: black;
  font-family: "FiraSansCondensed-Regular";
  font-size: 12px;
  margin-bottom: 10px;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.contactus .contact_main .right_content .know_btn {
  color: #f1b012;
  border: 1px solid #f1b012;
  padding: 15px 30px;
  font-size: 15px;
  font-family: "FiraSansCondensed-Regular";
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  letter-spacing: 3px;
  font-weight: 500;
  font-weight: 700;
  border-radius: 0;
}

.contactus .contact_main .right_content .know_btn:hover {
  background-color: #f1b012;
  color: white;
  border: none;
}

@media screen and (max-width: 991px) {
  .contactus .contact_main .right_content .know_btn {
    margin-bottom: 20px;
  }
}

.rice .rice_wrap {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 20, 20, 0.6)), to(rgba(20, 20, 20, 0.6))), url("../img/rice2.jpg");
  background: linear-gradient(rgba(20, 20, 20, 0.6), rgba(20, 20, 20, 0.6)), url("../img/rice2.jpg");
  background-size: cover;
  width: 100%;
  height: 70vh;
  padding: 5% 0;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  background-attachment: fixed;
  margin-top: 8%;
}

.rice .rice_wrap h3 {
  font-size: 50px;
  color: white;
  font-family: "FiraSansCondensed-Medium";
  letter-spacing: 5px;
}

@media screen and (max-width: 575px) {
  .rice .rice_wrap h3 {
    font-size: 25px;
    margin-top: 20%;
  }
}

.rice .rice_wrap span {
  color: #f1b012;
}

.rice .rice_left,
.rice .rice_right {
  background-color: white;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  padding: 20px;
  margin-top: -50px;
  margin-bottom: 5%;
  margin-left: 10%;
  border-radius: 10px;
  text-align: center;
}

.rice .rice_left:hover,
.rice .rice_right:hover {
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.54);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.54);
}

.rice .rice_left p,
.rice .rice_right p {
  font-family: "FiraSansCondensed-Regular";
  text-align: justify;
  margin-top: 20px;
}

.rice .rice_left img,
.rice .rice_right img {
  width: 25%;
  margin-top: -70px;
}

@media screen and (max-width: 575px) {
  .rice .rice_left,
  .rice .rice_right {
    display: none;
  }
}

.rice .rb_rh .rb_wrapper,
.rice .rb_rh .rh_wrapper {
  margin-bottom: 5%;
  margin: 0px 30px;
  text-align: center;
}

@media screen and (max-width: 575px) {
  .rice .rb_rh .rb_wrapper,
  .rice .rb_rh .rh_wrapper {
    margin: 0px 0px;
  }
}

.rice .rb_rh .rb_wrapper img,
.rice .rb_rh .rh_wrapper img {
  width: 100%;
  height: 200px;
}

@media screen and (max-width: 575px) {
  .rice .rb_rh .rb_wrapper img,
  .rice .rb_rh .rh_wrapper img {
    height: 150px;
  }
}

.rice .rb_rh .rb_wrapper h3,
.rice .rb_rh .rh_wrapper h3 {
  font-family: cursive;
  text-align: center;
  margin-top: 2%;
  margin-left: 64px;
  color: black;
}

@media screen and (max-width: 575px) {
  .rice .rb_rh .rb_wrapper h3,
  .rice .rb_rh .rh_wrapper h3 {
    margin-left: 0px;
  }
}

.rice .rb_rh .rb_wrapper p,
.rice .rb_rh .rh_wrapper p {
  font-family: "FiraSansCondensed-Regular";
  color: white;
  padding: 20px;
  text-align: justify;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 5%;
  color: #f1b012;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
  margin-left: 3%;
  margin-right: 3%;
  border: 1px solid black;
}

.rice .rb_rh .rb_wrapper p:hover,
.rice .rb_rh .rh_wrapper p:hover {
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.54);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.54);
}

@media screen and (max-width: 575px) {
  .rice .rb_rh .rb_wrapper p,
  .rice .rb_rh .rh_wrapper p {
    margin-bottom: 10%;
    font-size: 15px;
  }
}

.rice .rb_rh .rb_wrapper .rb_wrapper_img,
.rice .rb_rh .rh_wrapper .rb_wrapper_img {
  width: 10%;
  height: 90px;
  margin-top: -5%;
  margin-left: 64px;
}

@media screen and (max-width: 575px) {
  .rice .rb_rh .rb_wrapper .rb_wrapper_img,
  .rice .rb_rh .rh_wrapper .rb_wrapper_img {
    margin-left: 0px;
    width: 20%;
  }
}

.wheat .wheat_wrap {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 20, 20, 0.6)), to(rgba(20, 20, 20, 0.6))), url("../img/wheat5.jpg");
  background: linear-gradient(rgba(20, 20, 20, 0.6), rgba(20, 20, 20, 0.6)), url("../img/wheat5.jpg");
  background-size: cover;
  width: 100%;
  height: 70vh;
  padding: 5% 0;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  background-attachment: fixed;
  margin-top: 8%;
}

.wheat .wheat_wrap h3 {
  font-size: 50px;
  color: white;
  font-family: "FiraSansCondensed-Medium";
  letter-spacing: 5px;
}

@media screen and (max-width: 575px) {
  .wheat .wheat_wrap h3 {
    font-size: 25px;
    margin-top: 20%;
  }
}

.wheat .wheat_wrap span {
  color: #f1b012;
}

.wheat .wheat_left,
.wheat .wheat_right {
  background-color: white;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  padding: 20px;
  margin-top: -50px;
  margin-bottom: 5%;
  margin-left: 10%;
  border-radius: 10px;
  text-align: center;
}

.wheat .wheat_left:hover,
.wheat .wheat_right:hover {
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
}

.wheat .wheat_left p,
.wheat .wheat_right p {
  font-family: "FiraSansCondensed-Regular";
  text-align: justify;
  margin-top: 20px;
}

.wheat .wheat_left img,
.wheat .wheat_right img {
  width: 25%;
  margin-top: -70px;
}

@media screen and (max-width: 575px) {
  .wheat .wheat_left,
  .wheat .wheat_right {
    display: none;
  }
}

.wheat .rb_rh .rb_wrapper,
.wheat .rb_rh .rh_wrapper {
  margin-bottom: 5%;
  margin: 0px 30px;
  text-align: center;
}

@media screen and (max-width: 575px) {
  .wheat .rb_rh .rb_wrapper,
  .wheat .rb_rh .rh_wrapper {
    margin: 0px 0px;
  }
}

.wheat .rb_rh .rb_wrapper img,
.wheat .rb_rh .rh_wrapper img {
  width: 100%;
  height: 200px;
}

@media screen and (max-width: 575px) {
  .wheat .rb_rh .rb_wrapper img,
  .wheat .rb_rh .rh_wrapper img {
    height: 150px;
  }
}

.wheat .rb_rh .rb_wrapper h3,
.wheat .rb_rh .rh_wrapper h3 {
  font-family: cursive;
  text-align: center;
  margin-top: 2%;
  margin-left: 64px;
  color: black;
}

@media screen and (max-width: 575px) {
  .wheat .rb_rh .rb_wrapper h3,
  .wheat .rb_rh .rh_wrapper h3 {
    margin-left: 0px;
  }
}

.wheat .rb_rh .rb_wrapper p,
.wheat .rb_rh .rh_wrapper p {
  font-family: "FiraSansCondensed-Regular";
  color: white;
  padding: 20px;
  text-align: justify;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 5%;
  color: #f1b012;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
  margin-left: 3%;
  margin-right: 3%;
  border: 1px solid black;
}

.wheat .rb_rh .rb_wrapper p:hover,
.wheat .rb_rh .rh_wrapper p:hover {
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.54);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.54);
}

@media screen and (max-width: 575px) {
  .wheat .rb_rh .rb_wrapper p,
  .wheat .rb_rh .rh_wrapper p {
    margin-bottom: 10%;
    font-size: 15px;
  }
}

.wheat .rb_rh .rb_wrapper .rb_wrapper_img,
.wheat .rb_rh .rh_wrapper .rb_wrapper_img {
  width: 10%;
  height: 90px;
  margin-top: -5%;
  margin-left: 64px;
}

@media screen and (max-width: 575px) {
  .wheat .rb_rh .rb_wrapper .rb_wrapper_img,
  .wheat .rb_rh .rh_wrapper .rb_wrapper_img {
    margin-left: 0px;
    width: 20%;
  }
}

.fish .fish_wrap {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 20, 20, 0.6)), to(rgba(20, 20, 20, 0.6))), url("../img/fish1.jpg");
  background: linear-gradient(rgba(20, 20, 20, 0.6), rgba(20, 20, 20, 0.6)), url("../img/fish1.jpg");
  background-size: cover;
  width: 100%;
  height: 70vh;
  padding: 5% 0;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  background-attachment: fixed;
  margin-top: 8%;
}

.fish .fish_wrap h3 {
  font-size: 50px;
  color: white;
  font-family: "FiraSansCondensed-Medium";
  letter-spacing: 5px;
}

@media screen and (max-width: 575px) {
  .fish .fish_wrap h3 {
    font-size: 25px;
    margin-top: 20%;
  }
}

.fish .fish_wrap span {
  color: #f1b012;
}

.fish .fish_left,
.fish .fish_right {
  background-color: white;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  padding: 20px;
  margin-top: -50px;
  margin-bottom: 5%;
  margin-left: 10%;
  border-radius: 10px;
  text-align: center;
}

.fish .fish_left:hover,
.fish .fish_right:hover {
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.54);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.54);
}

.fish .fish_left p,
.fish .fish_right p {
  font-family: "FiraSansCondensed-Regular";
  text-align: justify;
  margin-top: 20px;
}

.fish .fish_left img,
.fish .fish_right img {
  width: 25%;
  margin-top: -70px;
}

@media screen and (max-width: 575px) {
  .fish .fish_left,
  .fish .fish_right {
    display: none;
  }
}

.fish .rb_rh .rb_wrapper,
.fish .rb_rh .rh_wrapper {
  margin-bottom: 5%;
  margin: 0px 30px;
  text-align: center;
}

@media screen and (max-width: 575px) {
  .fish .rb_rh .rb_wrapper,
  .fish .rb_rh .rh_wrapper {
    margin: 0px 0px;
  }
}

.fish .rb_rh .rb_wrapper img,
.fish .rb_rh .rh_wrapper img {
  width: 100%;
  height: 200px;
}

@media screen and (max-width: 575px) {
  .fish .rb_rh .rb_wrapper img,
  .fish .rb_rh .rh_wrapper img {
    height: 150px;
  }
}

.fish .rb_rh .rb_wrapper h3,
.fish .rb_rh .rh_wrapper h3 {
  font-family: cursive;
  text-align: center;
  margin-top: 2%;
  margin-left: 64px;
  color: black;
}

@media screen and (max-width: 575px) {
  .fish .rb_rh .rb_wrapper h3,
  .fish .rb_rh .rh_wrapper h3 {
    margin-left: 0px;
  }
}

.fish .rb_rh .rb_wrapper p,
.fish .rb_rh .rh_wrapper p {
  font-family: "FiraSansCondensed-Regular";
  color: white;
  padding: 20px;
  text-align: justify;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 5%;
  color: #f1b012;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
  margin-left: 3%;
  margin-right: 3%;
  border: 1px solid black;
}

.fish .rb_rh .rb_wrapper p:hover,
.fish .rb_rh .rh_wrapper p:hover {
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.54);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.54);
}

@media screen and (max-width: 575px) {
  .fish .rb_rh .rb_wrapper p,
  .fish .rb_rh .rh_wrapper p {
    margin-bottom: 10%;
    font-size: 15px;
  }
}

.fish .rb_rh .rb_wrapper .rb_wrapper_img,
.fish .rb_rh .rh_wrapper .rb_wrapper_img {
  width: 10%;
  height: 90px;
  margin-top: -5%;
  margin-left: 64px;
}

@media screen and (max-width: 575px) {
  .fish .rb_rh .rb_wrapper .rb_wrapper_img,
  .fish .rb_rh .rh_wrapper .rb_wrapper_img {
    margin-left: 0px;
    width: 20%;
  }
}

.cash .cash_wrap {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 20, 20, 0.6)), to(rgba(20, 20, 20, 0.6))), url("../img/cn1.jpg");
  background: linear-gradient(rgba(20, 20, 20, 0.6), rgba(20, 20, 20, 0.6)), url("../img/cn1.jpg");
  background-size: cover;
  width: 100%;
  height: 70vh;
  padding: 5% 0;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  background-attachment: fixed;
  margin-top: 8%;
}

.cash .cash_wrap h3 {
  font-size: 50px;
  color: white;
  font-family: "FiraSansCondensed-Medium";
  letter-spacing: 5px;
}

@media screen and (max-width: 575px) {
  .cash .cash_wrap h3 {
    font-size: 25px;
    margin-top: 20%;
  }
}

.cash .cash_wrap span {
  color: #f1b012;
}

.cash .cash_left,
.cash .cash_right {
  background-color: white;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  padding: 20px;
  margin-top: -50px;
  margin-bottom: 5%;
  margin-left: 10%;
  border-radius: 10px;
  text-align: center;
}

.cash .cash_left:hover,
.cash .cash_right:hover {
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.54);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.54);
}

.cash .cash_left p,
.cash .cash_right p {
  font-family: "FiraSansCondensed-Regular";
  text-align: justify;
  margin-top: 20px;
}

.cash .cash_left img,
.cash .cash_right img {
  width: 25%;
  margin-top: -70px;
}

@media screen and (max-width: 575px) {
  .cash .cash_left,
  .cash .cash_right {
    display: none;
  }
}

.cash .rb_rh .rb_wrapper,
.cash .rb_rh .rh_wrapper {
  margin-bottom: 5%;
  margin: 0px 30px;
  text-align: center;
}

@media screen and (max-width: 575px) {
  .cash .rb_rh .rb_wrapper,
  .cash .rb_rh .rh_wrapper {
    margin: 0px 0px;
  }
}

.cash .rb_rh .rb_wrapper img,
.cash .rb_rh .rh_wrapper img {
  width: 100%;
  height: 200px;
}

@media screen and (max-width: 575px) {
  .cash .rb_rh .rb_wrapper img,
  .cash .rb_rh .rh_wrapper img {
    height: 150px;
  }
}

.cash .rb_rh .rb_wrapper h3,
.cash .rb_rh .rh_wrapper h3 {
  font-family: cursive;
  text-align: center;
  margin-top: 2%;
  margin-left: 64px;
  color: black;
}

@media screen and (max-width: 575px) {
  .cash .rb_rh .rb_wrapper h3,
  .cash .rb_rh .rh_wrapper h3 {
    margin-left: 0px;
  }
}

.cash .rb_rh .rb_wrapper p,
.cash .rb_rh .rh_wrapper p {
  font-family: "FiraSansCondensed-Regular";
  color: white;
  padding: 20px;
  text-align: justify;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 5%;
  color: #f1b012;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
  margin-left: 3%;
  margin-right: 3%;
  border: 1px solid black;
}

.cash .rb_rh .rb_wrapper p:hover,
.cash .rb_rh .rh_wrapper p:hover {
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.54);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.54);
}

@media screen and (max-width: 575px) {
  .cash .rb_rh .rb_wrapper p,
  .cash .rb_rh .rh_wrapper p {
    margin-bottom: 10%;
    font-size: 15px;
  }
}

.cash .rb_rh .rb_wrapper .rb_wrapper_img,
.cash .rb_rh .rh_wrapper .rb_wrapper_img {
  width: 10%;
  height: 90px;
  margin-top: -5%;
  margin-left: 64px;
}

@media screen and (max-width: 575px) {
  .cash .rb_rh .rb_wrapper .rb_wrapper_img,
  .cash .rb_rh .rh_wrapper .rb_wrapper_img {
    margin-left: 0px;
    width: 20%;
  }
}

.poultry .poultry_wrap {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 20, 20, 0.6)), to(rgba(20, 20, 20, 0.6))), url("../img/hen.jpg");
  background: linear-gradient(rgba(20, 20, 20, 0.6), rgba(20, 20, 20, 0.6)), url("../img/hen.jpg");
  background-size: cover;
  width: 100%;
  height: 70vh;
  padding: 5% 0;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  background-attachment: fixed;
  margin-top: 8%;
}

.poultry .poultry_wrap h3 {
  font-size: 50px;
  color: white;
  font-family: "FiraSansCondensed-Medium";
  letter-spacing: 5px;
}

@media screen and (max-width: 575px) {
  .poultry .poultry_wrap h3 {
    font-size: 25px;
    margin-top: 20%;
  }
}

.poultry .poultry_wrap span {
  color: #f1b012;
}

.poultry .poultry_left,
.poultry .poultry_right {
  background-color: white;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  padding: 20px;
  margin-top: -50px;
  margin-bottom: 5%;
  margin-left: 10%;
  border-radius: 10px;
  text-align: center;
}

.poultry .poultry_left:hover,
.poultry .poultry_right:hover {
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.54);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.54);
}

.poultry .poultry_left p,
.poultry .poultry_right p {
  font-family: "FiraSansCondensed-Regular";
  text-align: justify;
  margin-top: 20px;
}

.poultry .poultry_left img,
.poultry .poultry_right img {
  width: 25%;
  margin-top: -70px;
}

@media screen and (max-width: 575px) {
  .poultry .poultry_left,
  .poultry .poultry_right {
    display: none;
  }
}

.poultry .rb_rh .rb_wrapper,
.poultry .rb_rh .rh_wrapper {
  margin-bottom: 5%;
  margin: 0px 30px;
  text-align: center;
}

@media screen and (max-width: 575px) {
  .poultry .rb_rh .rb_wrapper,
  .poultry .rb_rh .rh_wrapper {
    margin: 0px 0px;
  }
}

.poultry .rb_rh .rb_wrapper img,
.poultry .rb_rh .rh_wrapper img {
  width: 100%;
  height: 200px;
}

@media screen and (max-width: 575px) {
  .poultry .rb_rh .rb_wrapper img,
  .poultry .rb_rh .rh_wrapper img {
    height: 150px;
  }
}

.poultry .rb_rh .rb_wrapper h3,
.poultry .rb_rh .rh_wrapper h3 {
  font-family: cursive;
  text-align: center;
  margin-top: 2%;
  margin-left: 64px;
  color: black;
}

@media screen and (max-width: 575px) {
  .poultry .rb_rh .rb_wrapper h3,
  .poultry .rb_rh .rh_wrapper h3 {
    margin-left: 0px;
  }
}

.poultry .rb_rh .rb_wrapper p,
.poultry .rb_rh .rh_wrapper p {
  font-family: "FiraSansCondensed-Regular";
  color: white;
  padding: 20px;
  text-align: justify;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 5%;
  color: #f1b012;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
  margin-left: 3%;
  margin-right: 3%;
  border: 1px solid black;
}

.poultry .rb_rh .rb_wrapper p:hover,
.poultry .rb_rh .rh_wrapper p:hover {
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.54);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.54);
}

@media screen and (max-width: 575px) {
  .poultry .rb_rh .rb_wrapper p,
  .poultry .rb_rh .rh_wrapper p {
    margin-bottom: 10%;
    font-size: 15px;
  }
}

.poultry .rb_rh .rb_wrapper .rb_wrapper_img,
.poultry .rb_rh .rh_wrapper .rb_wrapper_img {
  width: 10%;
  height: 90px;
  margin-top: -5%;
  margin-left: 64px;
}

@media screen and (max-width: 575px) {
  .poultry .rb_rh .rb_wrapper .rb_wrapper_img,
  .poultry .rb_rh .rh_wrapper .rb_wrapper_img {
    margin-left: 0px;
    width: 20%;
  }
}

/* Start Basics  */
body {
  color: #252733;
  font-weight: 300;
}

.wrapper {
  position: relative;
  top: 0;
  height: 100vh;
}

.sidebar .logo {
  padding: 15px 0;
  margin: 0;
  display: block;
  position: relative;
  z-index: 4;
}

.sidebar .simple_text {
  text-transform: uppercase;
  padding: 5px 0;
  display: inline-block;
  font-size: 18px;
  color: #3c4858;
  font-weight: 400;
  line-height: 30px;
  overflow: hidden;
  text-align: center;
  display: block;
}

.sidebar .sidebar-wrapper {
  position: relative;
  height: calc(100vh - 75px);
  width: 260px;
  z-index: 4;
  padding-bottom: 30px;
}

.card {
  border: 0;
  margin-bottom: 30px;
  margin-top: 30px;
  border-radius: 6px;
  background-color: #fff;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.card i {
  font-size: 36px;
  line-height: 56px;
  width: 56px;
  height: 56px;
  text-align: center;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, 0);
  border-bottom: none;
}

.card-header-warning .card-icon {
  background: linear-gradient(60deg, #ffa726, #fb8c00);
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(255, 152, 0, 0.4);
          box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(255, 152, 0, 0.4);
}

.card-header-success .card-icon {
  background: linear-gradient(60deg, #66bb6a, #43a047);
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(76, 175, 80, 0.4);
          box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(76, 175, 80, 0.4);
}

.card-header-danger .card-icon {
  background: linear-gradient(60deg, #ef5350, #e53935);
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(244, 67, 54, 0.4);
          box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(244, 67, 54, 0.4);
}

.card-header-info .card-icon {
  background: linear-gradient(60deg, #26c6da, #00acc1);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid #7f8d8d;
}

.card-graph {
  width: 300px;
  height: 144;
  color: #fff;
}

.card-icon {
  border-radius: 3px;
  background-color: #999;
  padding: 15px;
  margin-top: -25px;
  margin-right: 15px;
  float: left;
}

.card-icon li {
  display: inline-block;
  color: white;
  list-style: none;
  padding: 22px;
}

.card-icon .material-icons {
  font-size: 36px;
  line-height: 56px;
  width: 56px;
  height: 56px;
  text-align: center;
  color: #fff;
}

.stats .stats_color {
  position: relative;
  top: 3px;
  font-size: 16px;
  color: #999;
}

.nav-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/*# sourceMappingURL=main.css.map */