@import url('https://fonts.googleapis.com/css?family=Roboto:900|Zilla+Slab');
@import url('https://fonts.googleapis.com/css?family=News+Cycle');

/* -------------------------------- 
Default Primary style
-------------------------------- */

/** ==================
Preloader 
=================***/
.preloader-background {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;  
}

.status {
  width: 300px;
  height: 200px;
  position: absolute;
  z-index: 9999;
  left: 48%;
  /* centers the loading animation horizontally one the screen */
  top: 48%;
  /* centers the loading animation vertically one the screen */
  background-image: url('/public/ui/assets/img/load.gif');
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}

html,body {
  color: #141414;
  font-family: 'News Cycle', sans-serif;
  font-weight: lighter;
  letter-spacing: 1px;
  webkit-overflow-scrolling: touch;
  width: 100%;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .container-fluid, .row {
    padding: 0px;
  }
  .navbar-header {
    margin: 0px;
  }
}

/*** Scroll bar custom ***/
::-webkit-scrollbar {
    width: 3px;
}
 
/* Track */ 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(66,66,66,0.5); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(66,66,66,0.5); 
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
}
b {
  font-weight: bold;
}
i {
  font-style: italic;
}
/**======================================
 Background Colors
 ====================================***/

.black {
  background-color: #262727;
}
.black-mini {
  background-color: #474c55;
  color: #d7d8d6;
}
.turquoise {
  background-color: #1abc9c;
}
.green-sea {
  background-color: #9cd0f7;
}
.sun-flower {
  background-color: #f1c40f;
}
.orange {
  background-color: #f39c12;
}
.emerald {
  background-color: #00f000;
}
.nephritis {
  background-color: #003594;
}
.nephritis_dark {
  background: rgba(4, 17, 40, 1);
}
.carrot {
  background-color: #e67e22;
}
.pumkin {
  background-color: #ffd600;
}
.peter-river {
  background-color: #3399cc;
}
.belize-hole {
  background-color: #2980b9;
}
.alizarin {
  background-color: #790000;
}
.pomegranate {
  background-color: #e21737;
}
.amethyst {
  background-color: #9b59b6;
}
.wisteria {
  background-color: #c61a90;
}
.clouds {
  background-color: #ecf0f1;
}
.avnash-green {
  background-color: #7aa13f;
}
.avnash-green-light {
  background-color: #a1bd78;
}
.avnash-green-dark {
  background-color: #446220;
}

 /****** Brand Colors *******/
.royal_farmers_color {
  background-color: #1e2655;
}
.golden_drop_color {
  background-color: #971c0c;
}
.oly_color {
  background-color: #ac1e56;
}

.silver {
  background-color: #e1e1e1;
}
.wet-asphalt {
  background-color: #00263f;
}
.concrete {
  background-color: #95a5a6;
}
.midnight {
  background-color: #2c3e50;
}
.asbestos {
  background-color: #7f8c8d;
}
.dirt {
  background-color: #d9a371;
}
.white {
  background-color: #fff;
}
.transparent {
  background-color: rgba(0, 0, 0, 0.6);
}

/***********************************/
/** Typography
/***********************************/
.main-text {
  font-family: 'Roboto', sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
}
.font-color {
  color: #446220;
}

.bold {
  font-weight: 700;
}

.bolder {
  font-weight: 900;
}

.OptimizeFont {
  font-size: 100%;
}
.text-shadow {
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
}
.font-lg {
  font-size: 60px;
  font-size: 190%;
}
.font-md {
  font-size: 40px;
  font-size: 120%;
}
.font-sm {
  font-size: 33px;
  font-size: 110%;
}
.font-xs {
  font-size: 22px;
  font-size: 100%;
}
.color {
  color: #f1f1f1;
}
.muted {
  color: #7f7f7f;
}
.underline {
  text-decoration: underline;
}
.padding-top {
  padding-top: 5px;
}
.WsTitle {
  font-family: 'Archivo Black', sans-serif;
}

/**===========================
Tricks
===========================***/
.no-padding {
  padding-left: 0px;
  padding-right: 0px;
}

.box-shadow-1 {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
}
.box-shadow-2 {
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.5);
}
.border-radius-soft {
  border-radius: 15px;
}

.border-radius-hard {
  border-radius: 25px;
}

.top {
  margin-top: 3%;
}
.bottom {
  margin-bottom: 3%;
}
.border {
  border: 1px solid #fff;
  padding: 30px;
}
.border_right {
    border-right: 1px solid #7aa13f;
    height: 150px;
}
.pad {
  padding: 3%;
}
.hr {
  border-bottom: 1px rgba(4, 17, 40, 1) solid;
}
.hr2 {
  border-bottom: 1px #e6e7e8 solid;
}
.hr3 {
  border-bottom: 3px hidden #003594;
}
.btn-default {
  padding: 2%;
  background-color: transparent;
  border: 1px solid #f1f1f1;
  border-radius: 7px;
  transition: all 0.3s ease-in;
} 
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
  color: #e21737;
  border: 1px solid #e21737;
  background-color: rgba(250,250,250 ,0.1);
  transition: all 0.3s ease-in;
}

.hidden { 
  display:none; 
  opacity:0; 
  visibility:hidden; 
  } 
  
.show { 
  display:block; 
  opacity:1; 
  visibility:visible; 
}
/***==================================
Heights
================================****/

.f {
  height: 50px;
}
.f1 {
  height: 100px;
}
.f1-5 {
  height: 150px;
}
.f2 {
  height: 200px;
}
.f2-5 {
  height: 250px;
}
.f3 {
  height: 300px;
}
.f3-5 {
  height: 350px;
}
.f4 {
  height: 400px;
}
.f4-5 {
  height: 450px;
}
.f5 {
  height: 500px;
}
.f5-5 {
  height: 550px;
}
.f7 {
  height: 700px;
}
.fvh {
  height: 50vh;
}

/**===================================================
                  Images Effects 
==================================================*****/

.grayscale {
  -webkit-filter: grayscale(1);
  /* Webkit */
  filter: gray;
  /* IE6-9 */
  filter: grayscale(1);
  /* W3C */
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.grayscale:hover {
  -webkit-filter: grayscale(0);
  /* Webkit */
  filter: none;
  /* IE6-9 */
  filter: grayscale(0);
  /* W3C */
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

.img-colored {
  -webkit-filter: grayscale(0);
  /* Webkit */
  filter: none;
  /* IE6-9 */
  filter: grayscale(0);
  /* W3C */
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.img-colored:hover {
  -webkit-filter: grayscale(1);
  /* Webkit */
  filter: gray;
  /* IE6-9 */
  filter: grayscale(1);
  /* W3C */
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.hover_blur:hover {
  -webkit-filter: blur(5px);
  /* Webkit */
  filter: gray;
  /* IE6-9 */
  filter: blur(5px);
  /* W3C */
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.hover_greyscale:hover {
  -webkit-filter: grayscale(1);
  /* Webkit */
  filter: gray;
  /* IE6-9 */
  filter: grayscale(1);
  /* W3C */
  transition: all .2s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.3);
  -webkit-filter: brightness(0.3);
}

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  background-color: transparent;
  color: #FFF;
  padding: 3em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hover_btn {
  margin-top: 50px;
}

/***========================================
Animations
=======================================*****/

.delay {
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -webkit-animation-iteration-count: 1;
}
.delay2 {
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-iteration-count: 1;
}
.delay3 {
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 2s;
  -webkit-animation-iteration-count: 1;
}
.delay4 {
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 2.5s;
  -webkit-animation-iteration-count: 1;
}
.delay5 {
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 3s;
  -webkit-animation-iteration-count: 1;
}
.infinite {
  -webkit-animation-duration: 3s;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
}

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

Nav components 

-------------------------------- */
.nav a{
  font-size: 80% !important;
  font-variant: capitalize;
  font-weight: 900;
  }

.cd-header {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  height: 70px;
  width: 100%;
  z-index: 3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-header:hover {
  background: rgba(255, 255, 255, 1);
  color: #000;
}
@media only screen and (min-width: 768px) {
  .cd-header {
    box-shadow: none;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-header {
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .cd-header.is-fixed {
    /* when the user scrolls down, we hide the header right above the viewport */
    position: fixed;
    top: -70px;
    background-color: #222;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
  }
  .cd-header.is-fixed:hover {
    background-color: rgba(255, 255, 255, 1);
  }
  .cd-header.is-visible {
    /* if the user changes the scrolling direction, we show the header */
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  .cd-header.menu-is-open {
    /* add a background color to the header when the navigation is open */
    background-color: rgba(255, 255, 255, 1);
  }
}


.cd-secondary-nav {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10em;
  /* hidden on small devices */
  display: none;
}
.cd-secondary-nav li {
  display: inline-block;
  margin-left: 2.2em;
}
.cd-secondary-nav a {
  display: inline-block;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .cd-secondary-nav {
    display: block;
  }
}

.cd-primary-nav-trigger {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background-color: rgba(0, 0, 0, 1);
}
.cd-primary-nav-trigger .cd-menu-text {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  /* hide the text on small devices */
  display: none;
}
.cd-primary-nav-trigger .cd-menu-icon {
  /* this span is the central line of the menu icon */
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 18px;
  height: 2px;
  background-color: white;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
  /* these are the upper and lower lines in the menu icon */
}
.cd-primary-nav-trigger .cd-menu-icon::before, .cd-primary-nav-trigger .cd-menu-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: white;
  right: 0;
  -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
  -moz-transition: -moz-transform .3s, top .3s, background-color 0s;
  transition: transform .3s, top .3s, background-color 0s;
}
.cd-primary-nav-trigger .cd-menu-icon::before {
  top: -5px;
}
.cd-primary-nav-trigger .cd-menu-icon::after {
  top: 5px;
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked {
  background-color: rgba(255, 255, 255, 0);
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before, .cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
  background-color: white;
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
  top: 0;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
@media only screen and (min-width: 768px) {
  .cd-primary-nav-trigger {
    width: 100px;
    padding-left: 1em;
    background-color: transparent;
    height: 30px;
    line-height: 30px;
    right: 2.2em;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cd-primary-nav-trigger .cd-menu-text {
    display: inline-block;
  }
  .cd-primary-nav-trigger .cd-menu-icon {
    left: auto;
    right: 1em;
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
  }
}

.cd-primary-nav {
  /* by default it's hidden - on top of the viewport */
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 1);
  z-index: 2;
  text-align: center;
  padding: 50px 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: auto;
  /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.cd-primary-nav li {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: .2em 0;
  text-transform: capitalize;
}
.cd-primary-nav a {
  display: inline-block;
  padding: .4em 1em;
  border-radius: 0.25em;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
.no-touch .cd-primary-nav a:hover {
  background-color: #e36767;
}
.cd-primary-nav .cd-label {
  color: #06446e;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 2.4em 0 .8em;
}
.cd-primary-nav .cd-social {
  display: inline-block;
  margin: 0 .4em;
}
.cd-primary-nav .cd-social a {
  width: 44px;
  height: 44px;
  padding: 0;
  background-image: url("/public/ui/assets/img/cd-socials.png");
  background-repeat: no-repeat;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.cd-primary-nav .cd-facebook a {
  background-position: 0 0;
}
.cd-primary-nav .cd-instagram a {
  background-position: -44px 0;
}
.cd-primary-nav .cd-dribbble a {
  background-position: -88px 0;
}
.cd-primary-nav .cd-twitter a {
  background-position: -132px 0;
}
.cd-primary-nav.is-visible {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 768px) {
  .cd-primary-nav {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-primary-nav li {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .cd-primary-nav .cd-label {
    font-size: 16px;
    font-size: 1rem;
  }
}

/*** Nav Logo ****/
.logo {
  display: block;
  position: absolute;
  height: 85%;
  float: left;
  margin: 31px 0px;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
  .logo img {
    display: inline-block;
  }

@media (max-width: 1000px) {
  .logo {
    height: 70%;
  }
}
.cd-main-content {
  position: relative;
  z-index: 1;
}
.cd-main-content p {
  line-height: 1.6;
  margin: 2em 0;
}
@media only screen and (min-width: 1170px) {
  .cd-main-content p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 0px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  background-color: #7aa13f;
  width: 30px;
  height: 5px;
  border-radius: 2px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}

/** =============
Navbar Toggle
==========*******/
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background: #FFF;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #446220;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #7aa13f;
  text-decoration: none;
  background-color: transparent;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #7aa13f;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #f1f1f1;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}

.dropdown-submenu {
    position: initial;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
  left: 100%;
  margin-top: -1px;
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-height: 101%;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/**** Second Nav ****/
#Nav_alt {
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
  padding: 2%;
  font-size: 15px;
  color: #37474F;
  width: 100%;
  z-index: 2;
}

#Nav_alt.affix{
    position:fixed;
    bottom: 0;
    right:0;
    width: 100%;
    z-index: 2;
}

@media (max-width: 830px) {
  #Nav_alt {
    visibility: hidden;
    font-size: 8px;
  }
}


/***===============================================

    Fading Carousel

===============================================***/

/*
inspired from http://codepen.io/Rowno/pen/Afykb
& https://jsfiddle.net/q0rgL8ws/
*/
.carousel-fade .carousel-inner .item {
  background-color: #0b0b0b;
  opacity: 0;
  transition-property: opacity;
    overflow:hidden;
}
.item.active img {
    transition: transform 5000ms linear 0s;
    /* This should be based on your carousel setting. For bs, it should be 5second*/
    transform: scale(1.16, 1.16);
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

/* Carousel Control custom */

.carousel-control .control-icon {
  font-size: 48px;
  height: 30px;
  margin-top: -15px;
  width: 30px;
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 5;
}

/* Prev */
.carousel-control .prev {
  margin-left: -15px;
  left: 50%;
}
/* Next */
.carousel-control .next {
  margin-right: -15px;
  right: 50%;
}

/*******************************/
/*   Carousel Captions         */
/*******************************/

.carousel-caption {
  position: absolute;
  text-align: center;
  height: 100%;
  width: 40%;
  right: 0%;
  background: rgba(4, 17, 40, 0.7);
  bottom: 0px;
  z-index: 10;
  padding: 10%;
}
.carousel-caption .btn {
  text-shadow: none;
}

/*** Indicators ***/
.carousel:hover .control-box {
  opacity: 1;
}
.carousel:hover a.carousel-control.left {
  left: 15px;
}
.carousel:hover a.carousel-control.right {
  right: 15px;
}
.carousel-indicators {
  position: absolute;
  bottom: 5%;
  left: 5%;
  z-index: 2;
  padding-left: 0;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #f1f1f1;
}


/*** Social Media Buttons ***/

.btn-facebook {
  background-color: #0732a2;
}
.btn-google-plus {
  background-color: #d91e18;
}
.btn-instagram {
  background-color: #323b43;
}
.btn-linkedin {
  background-color: #00598e;
}
.btn-pinterest {
  background-color: #e21737;
}
.btn-tumblr {
  background-color: #36465d;
}
.btn-twitter {
  background-color: #48b8e7;
}

/* footer social icons */
ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}
ul.social-network li {
  display: inline;
  margin: 0 10px;
}

/* footer social icons */
.social-network a.icoRss:hover {
  background-color: #F56505;
}
.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}
.social-network a.icoTwitter:hover {
  background-color: #33ccff;
}
.social-network a.icoGoogle:hover {
  background-color: #BD3518;
}
.social-network a.icoVimeo:hover {
  background-color: #0590B8;
}
.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, .social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
  color: #fff;
}
a.socialIcon:hover, .socialHoverClass {
  color: #44BCDD;
}
.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 30px auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
}
.social-circle li i {
  margin: 0;
  line-height: 50px;
  text-align: center;
}
.social-circle li a:hover i, .triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.social-circle i {
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}


/** =============================
Modal Styles
=============================**/
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  }
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=70);
  opacity: .7;
}
.modal-header {
  padding: 15px;
  text-align: center;
  background-color: #141414;
  color: #f1f1f1;
  border-bottom: 1px solid #141414;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 50px auto;
  }
  .modal-content {
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}


/***** Breadcrumbs ******/
#Page_Font {
  position: relative;
  margin-top: 20%;
}
#Page_Font h1 {
  font-size: 2.5em;
}
.breadcrumb {
  font-weight: 900;
  position: relative;
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  border-radius: 4px;
  color: black;
}
.breadcrumb > h1 {
  font-size: 2.5em;
}
.breadcrumb > li {
  display: inline-block;
  font-size: 1.2em;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: black;
}
.breadcrumb > .active {
  color: #FFF;
  font-weight: bold;
}

/**** Blog Post Settings *******/
.publicaciones-blog-home {
  padding-bottom: 50px;
  /*background: url("/assets/css/main.css") no-repeat fixed center center;*/
  background-size: 100% auto;
}
.publicaciones-blog-home h2 {
  text-align: center;
    font-weight: 300;
    margin-bottom: 30px;
    font-size: 44px;
    margin-top: 70px;
}
.publicaciones-blog-home h2 b {
  color: #7aa13f;
}
.publicaciones-blog-home .fondo-publicacion-home {
  background: #f1f1f1;
  border-radius: 3px;
  overflow: hidden;
  height: 400px;
  margin-bottom: 20px;
  display: block;
  color: inherit;
  text-decoration: none;
  position: relative;
}
.publicaciones-blog-home .fondo-publicacion-home:hover h3 {
  color: #7aa13f;
}
.publicaciones-blog-home .fondo-publicacion-home:hover .mascara-enlace-blog-home {
    height: 400px;
    width: 100%;
    color: #aaa;
    background-color: #7aa13f;
    position: absolute;
    top: 0;
    opacity: 0.95;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;   
}
.publicaciones-blog-home .black {
  background: #7aa13f;
}
.publicaciones-blog-home .fondo-publicacion-home .img-publicacion-principal-home {
  display: inline-block;
    width: 50%;
    overflow: hidden;
    height: 100%;
}
.publicaciones-blog-home .fondo-publicacion-home .img-publicacion-principal-home img {
  height: 100%;
    width: auto;
}
.publicaciones-blog-home .fondo-publicacion-home .contenido-publicacion-principal-home {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding: 15px;
}
.publicaciones-blog-home .fondo-publicacion-home .contenido-publicacion-principal-home h3 {
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
}
.publicaciones-blog-home .fondo-publicacion-home .contenido-publicacion-principal-home p {
    color: #ffffff;
    font-size: 16px;
}
.publicaciones-blog-home .fondo-publicacion-home .contenido-publicacion-home {
    padding: 15px;
}
.publicaciones-blog-home .fondo-publicacion-home .contenido-publicacion-home h3 {
    font-weight: 900;
    font-size: 18px;
    text-transform: uppercase;
}
.publicaciones-blog-home .fondo-publicacion-home .img-publicacion-home  {
    overflow: hidden;
    max-height: 180px;
}
.mascara-enlace-blog-home {
    height: 400px;
    width: 0%;
    color: #aaa;
    background-color: #7aa13f;
    position: absolute;
    top: 0;
    opacity: 0.0;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    text-align: center;
    padding-top: 180px;
}
.mascara-enlace-blog-home span {
    text-align: center;
    max-height: 400px;
    border: 1px solid #fff;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 3px;
    color: #fff;
    font-weight: 900;
    font-size: 16px;
}
.publicaciones-blog-home .todas-las-publicaciones-home {
    background: #7aa13f;
    height: 400px;
    width: 100%;
    display: inline-block;
    padding: 20px;
    text-decoration: none;
    border-radius: 3px;
}
.publicaciones-blog-home .todas-las-publicaciones-home span {
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 26px;
}
@media (max-width: 768px) {
    .publicaciones-blog-home h2 {
    text-align: center;
    font-weight: 300;
    margin-bottom: 30px;
    font-size: 34px;
    margin-top: 70px;
    }
    .publicaciones-blog-home .fondo-publicacion-home {
    background: #ffffff;
    border-radius: 3px;
    overflow: hidden;
    height: inherit;
    margin-bottom: 20px;
    display: block;
    color: inherit;
    text-decoration: none;
    position: relative;
    }
    .publicaciones-blog-home .fondo-publicacion-home .img-publicacion-principal-home {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    height: auto;
    }
    .publicaciones-blog-home .fondo-publicacion-home .img-publicacion-principal-home img {
    height: auto;
    width: 100%;
    }
    .publicaciones-blog-home .black {
    background: #fff;
    }
    .publicaciones-blog-home .fondo-publicacion-home .contenido-publicacion-principal-home {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0 10px;
    }
    .publicaciones-blog-home .fondo-publicacion-home .contenido-publicacion-principal-home h3 {
    font-weight: 900;
    color: #333;
    text-transform: uppercase;
    font-size: 20px;
    }
    .publicaciones-blog-home .fondo-publicacion-home .contenido-publicacion-principal-home p {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    }
    .publicaciones-blog-home .todas-las-publicaciones-home {
    background: #7aa13f;
    height: 100%;
    width: 100%;
    display: inline-block;
    padding: 20px;
    text-decoration: none;
    border-radius: 3px;
    }
}

/********************************************
Parallax Scene
********************************************/

#Scene_1 {
  /*background-image: url('/web/20241230101023im_/https://www.avnash.com/assets/img/homebanner.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 700px;*/
}


#Scene_2 {
   background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(0, 0, 0, 0.5), 
      rgba(0, 0, 0, 0.5)
    ),
    /* bottom, image */
    url('/public/ui/assets/img/1.png');
  min-height: 100%;
  background-size:     cover;    
  background-repeat:   no-repeat;
  background-position: center center;
}

#Scene_3 {
  min-height: 600px;
  background-image: url('/public/ui/assets/img/1.png');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

section.scene_area {
  overflow: hidden;
  display: block;
  width: 100%;
  position: relative;
}

div.scene_layer {
  display: block;
  height: 100%;
  top: 0;
  left: 0;
}

/***************************************************/
/************  Section IDs *************************/
/***************************************************/

#Parallax_1 {
  position: absolute;
  width: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#Parallax_2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#Parallax_3 {
  position: absolute;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#Breadcrumbs_Parallax {
  position: absolute;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#Intro {
  margin-top: 40%;
  display: block;
  color: #FFF;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
}
#Intro h1 {
  font-size: 2.4em;
  font-weight: 700;
}

#Intro p {
  color: white;
  line-height: 30px;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
}
.star {
  position: absolute;
  bottom: -35px;
}
#Home_Vid {
  background: rgba(0, 0, 0, 0.2);
  position: relative;
  color: #fff;
}
video {
  display: block;
  /*max-height: 700px;*/
  width: 100%;
  object-fit: cover;
  right: 0;
  bottom: 0;
  background-size: cover;
  overflow: hidden;
}

/*Youtube Embed*/
/*--------------*/
.youtube {
  background-color: #000;
  margin-top: -40px;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}
.youtube img {
  width: 100%;
  top: -16.82%;
  left: 0;
  opacity: 0.7;
}
.youtube .play-button {
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}
.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
  cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
  position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d( -50%, -50%, 0 );
          transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

#Overlay {
  position: absolute;
  background: url('/public/ui/assets/img/av_4.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  bottom: -10px;
  padding-bottom: 50px;
  padding-top: 50px;
  width: 100%;
}
.overlay_text {
  z-index: 1
}

#Welcome {
  padding: 5%;
  color: #1e2655;
  background-color: #FFF;
  width: 100%;
}


#Footer {
background-color: #446220;
/*color: #e5e5e5;*/
width: 100%;
min-height: 100%;
line-height: 18px;
}

#copyright {
  padding-top: 20px;
  padding-bottom: 15px;
}

/*Pages*/
/*........*/
#Page_1 {
  background: 
  linear-gradient(
      rgba(40, 68, 26, 0.6), 
      rgba(40, 68, 26, 0.6)
    ),
    /* bottom, image */
    url('/assets/img/about.png');
  min-height: 500px;
  padding: 5%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ddd;
}
#Page_2 {
  background: 
  linear-gradient(
      rgba(40, 68, 26, 0.6), 
      rgba(40, 68, 26, 0.6)
    ),
    /* bottom, image */
    url('/public/ui/assets/img/sustainability.png');
  min-height: 500px;
  padding: 5%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ddd;
}
#Page_3 {
  background: 
  linear-gradient(
      rgba(40, 68, 26, 0.6), 
      rgba(40, 68, 26, 0.6)
    ),
    /* bottom, image */
    url('/public/ui/assets/img/products.png');
  min-height: 500px;
  padding: 5%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ddd;
}
#Page_4 {
  background: 
  linear-gradient(
      rgba(40, 68, 26, 0.6), 
      rgba(40, 68, 26, 0.6)
    ),
    /* bottom, image */
    url('/public/ui/assets/img/news.png');
  min-height: 500px;
  padding: 5%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ddd;
}
#Page_5 {
  background: 
  linear-gradient(
      rgba(40, 68, 26, 0.6), 
      rgba(40, 68, 26, 0.6)
    ),
    /* bottom, image */
    url('/public/ui/assets/img/contact.png');
  min-height: 500px;
  padding: 5%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ddd;
}
#Page_6 {
  background: 
  linear-gradient(
      rgba(40, 68, 26, 0.6), 
      rgba(40, 68, 26, 0.6)
    ),
    /* bottom, image */
    url('/public/ui/assets/img/careers.png');
  min-height: 500px;
  padding: 5%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ddd;
}


#Overview {
  background: 
  linear-gradient(
      rgba(0, 0, 0, 0.7), 
      rgba(0, 0, 0, 0.7)
    ),
    /* bottom, image */
    url('/public/ui/public/assets/img/2.png');
  width: 100%;
  padding: 5%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFF;
}

#Stories {
  padding: 100px;
  color: #f1f1f1;
  background: rgb(17,17,17);
  background: radial-gradient(circle, rgba(17,17,17,0.7049194677871149) 0%, rgba(0,0,0,1) 100%),
    /* bottom, image */
    url('/public/ui/assets/img/2.jpg');
  min-height: 100%;
  background-size:     cover;    
  background-repeat:   no-repeat;
  background-position: center center;
}

#Stories h1 {
  color: #7aa13f;
  font-size: 255%;
}

#Gallery {
  padding: 50px;
  background-color: #f1f1f1;
  text-align: justify;
}
#Gallery .panel-img-cut,
#Gallery .panel-img-cut > a {
  border-bottom: solid 5px #446220;
  cursor: -webkit-zoom-in; 
  cursor: -moz-zoom-in;
}
#Gallery .col-md-12 {
  padding: 15px;
  background-color: #e5e5e5;
}
/*///////////////////////////*/

/*Product Sliders*/
#Oil_Refinery {
  margin-top: 50px;
  border-bottom: 5px solid #971c0c;
}
#Soap_Sap {
  margin-top: 50px;
  border-bottom: 5px solid #ac1e56;
}
#Rice_Mills {
  margin-top: 50px;
  border-bottom: 5px solid #1e2655;
}
/** ================================
Form settings
=================================**/
label {
  font-weight: 900;
  margin-bottom: 8px;
  color: #446220;
  font-family: 'Roboto', sans-serif;
}
address {
  margin-bottom: 15px;
  line-height: 17px;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #666;
  background-color: white;
  background-image: none;
  border: 0px;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: gold;
  outline: 0;
}
.form-control::-moz-placeholder {
  color: #666;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #666;
}
.form-control::-webkit-input-placeholder {
  color: #666;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
/*////////////////////*/
/* Cutom Panel */
/*/////////////////////*/
.panel-img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}

.panel-img-cut {
  overflow: hidden;
  max-height: 180px;
}



