.container-fluid{
  padding-left: 0px;
  padding-right: 0px;
}
body{
  font-family: 'Bitter', sans-serif;
  font-size: 18px;
  line-height: 1.5;
}
.border-3 {
    border-width:20px !important;

}
.content{
  margin-top: 120px ;
}
.class-deck{
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}
.primary-bg-color{
  background: #16222a;
  background: rgb(5,33,17);
  background: linear-gradient(41deg, rgba(5,33,17,1) 0%, rgba(9,81,46,1) 29%, rgba(11,98,48,1) 35%, rgba(5,33,17,1) 100%, rgba(11,98,48,1) 100%);
  color: white;
}
.primary-text-color{
  color: #144a24;
}
.custom-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255, 255, 255)' stroke-width='1' stroke-linecap='round' stroke-miterlimit='5' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
/*product page card background*/
#sona_raw_rice{
  background: linear-gradient(to bottom,  #fecd1a 50%, #83502E 100%);
}

#raw_Rice{
    background: linear-gradient(to bottom, #cd5d7d 50%, #885487 100%);
}
#gold_bowl{
  background: linear-gradient(to bottom, #ffcc5c 56%,#d96459 90%);
}
#maan_Gold{
  background: linear-gradient(to bottom,#CED2EC 50%,#494E69 100%);
}
#rnr_rice{
  background: linear-gradient(to bottom, #51adcf 0%, #F7BE1F 100%);
}  
#broken_rice{
  background: linear-gradient(to bottom, #7ea04d 90%, #212121 100%);
}
#ir_20{
  background: linear-gradient(to bottom,  #E3389D 50%,#6A2541 100%);
}
#nei_kitchadi{
  background: linear-gradient(to bottom, #229DF7 0%, #FDAA4F 120%);
}
#silky_steam_rice{
  background: linear-gradient(to bottom, #f6d743 0%, #06623b 100%);
}
/*ends here*/


/*gradient for products title*/
.sona_raw_rice_horizontal{
  background: linear-gradient(to right,  #fecd1a 50%, #83502E 100%);
}
.raw_Rice_horizontal{
  background: linear-gradient(to right,  #cd5d7d 50%, #885487 100%);
}
.gold_bowl_horizontal{
  background: linear-gradient(to right,  #ffcc5c 50%, #d96459 100%);
}
.maan_gold_horizontal{
  background: linear-gradient(to right,  #CED2EC 50%, #494E69 100%);
}
.rnr_Rice_horizontal{
  background: linear-gradient(to right,  #51adcf  50%, #F7BE1F 100%);
}
.broken_Rice_horizontal{
  background: linear-gradient(to right,  #7ea04d 50%, #212121 100%);
}
.ir_20_horizontal{
  background: linear-gradient(to right,  #E3389D 50%, #6A2541 100%);
}
.nei_kitchadi_horizontal{
  background: linear-gradient(to right,  #229DF7 50%, #FDAA4F 100%);
}
.silky_steam_Rice_horizontal{
  background: linear-gradient(to right,  #f6d743 50%, #06623b 100%);
}
.about_us_horizontal{
  background: linear-gradient(to right, #FD9C01 50%, #000000 100%);
}

/*ends here*/
/*footer*/
footer a {
  color: #fff !important;

}
footer a:hover {
  color: #16222a;
}

.footer-line {
  font-size: 12px;
  padding: 10px;
  border-top: 1px solid #ffffff;
}

.footer-middle {
  padding-top: 3em;
  color: white;
}

/* 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 5px;
}

/* footer social icons */
.social-network a.icoFacebook:hover i,
.social-network a.icoLinkedin:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoInstagram:hover i{
  color: #fff;
}

.social-network a.icoFacebook:hover {
  background-color: #3b5998;
}

.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}

.social-network a.icoTwitter:hover {
  background-color: #00ACEE;
}

.social-network a.icoInstagram:hover {
  background-color: #fb3958;
}

.social-network a.socialIcon:hover,
.socialHoverClass {
  color: #44bcdd;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 15px;
}

.social-circle li i {
  margin: 0;
  line-height: 30px;
  text-align: center;
}

.social-circle li a:hover i {
  -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 {
  color: #595959;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.social-network a {
  background-color: #f9f9f9;
} 
/*floating image*/
/*added by Devakee*/

.vert-move {
  -webkit-animation: mover 1s infinite  alternate;
  animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}
@keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}
.product-title
{
  font-size: 50px;
  font-weight: bold;
  color: black;
  top: 50px;
  text-align: center;
}
/*navbar*/
.navbar-light .navbar-nav .nav-link{
  color: black;
  font-weight: bold;
}
.navbar-inner{
  background-color: transparent !important;
}
.navbar-toggler {
      float: right;
      border: none !important;
    }
      .navbar-toggler:active,
      .navbar-toggler:focus {
        outline: none;
      }
    .navbar-light .navbar-toggler-icon {
      width: 20px;
      height: 17px;
      background-image: none;
      position: relative;
      border-bottom: 2px solid #1C6000;
      transition: all 300ms linear;
    }
    .navbar-light .navbar-toggler-icon:after,
    .navbar-light .navbar-toggler-icon:before{
      width: 20px;
      position: absolute;
      height: 2px;
      background-color: #1C6000;
      top: 0;
      left: 0;
      content: '';
      z-index: 2;
      transition: all 300ms linear;
    }
    .navbar-light .navbar-toggler-icon:after{
      top: 8px;
    }
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
      transform: rotate(45deg);
    }
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
      transform: translateY(8px) rotate(-45deg);
    }
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
      border-color: transparent;
    }

/*about us vertical pills*/
.nav-pills-custom .nav-link {
    color: #000;
    background: #fff;
    position: relative;
}
.nav-pills-custom .nav-link.active {
    color: #fff;
    background: #144a24;
}
@media (min-width: 992px) {
  .nav-pills-custom .nav-link::before {
      content: '';
      display: block;
      border-top: 8px solid transparent;
      border-left: 10px solid #144a24;
      border-bottom: 8px solid transparent;
      position: absolute;
      top: 50%;
      right: -10px;
      transform: translateY(-50%);
      opacity: 0;
  }
}
.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}
.button {
  background-color: #144a24;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
}
.faicon
{
  font-size:36px;
  color: #144a24;
}
.contact-top{
  margin-top: 100px;
}
#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 10px;
  box-shadow: 1px 1px 1px 1px #144a24;
  padding: 20px 30px;
  box-sizing: border-box;
  width: 80%;
  margin: 10% 10%;
  position: relative;
}
/*form css*/
.input-group {
  position: relative;
  margin: 30px auto;
}
.form_control {
  padding: 15px;
  width: 100%;
  height: 50px;
  border-radius: 0px;
  font-size: 16px;
  border: 1px solid grey;
  background-color: transparent;
  position: relative;
  margin-bottom: 10px;
  box-sizing: border-box;
  color: black;
}
.form_control + label {
  position: absolute;
  top: 15px;
  left: 3px;
  font-size: 16px;
  background-color: white;
  margin-left: 5px;
  padding-left: 10px;
  padding-right: 10px;
  color: #aaa;
  transition: 0.1s ease-in-out;
}
.form_control:focus {
  outline: none;
  border-color: #144a24;
  transition: all 0.1s ease-in-out;
}
.form_control:focus + label,
.form_control.has_class + label {
  top: -8px;
  color: black;
  font-size: 14px;
}
.form_control:focus + label,
.form_control.has_class + label, input:not(:placeholder-shown) + label{
  top: -8px;
  color: black;
  font-size: 14px;
}
.form_control:focus + label,
.form_control.has_class + label, textarea:not(:placeholder-shown) + label{
  top: -8px;
  color: black;
  font-size: 14px;
}
.navbar-light .navbar-toggler{
    border: 2px solid #144a24;
}
@media (max-width: 575.98px) {
.maps iframe{
    width: 100%;
    height: 450px;
  }
}
@media only screen and (max-width: 768px) {
  .email-mobile-left {
      margin-left: 50px;
  }
  .card-wrapper{
    height: 400px;
    width: 300px;
    perspective: 1000px;
    color: #28a745;
  }
}
.gradient {
     background: linear-gradient(to right, #9EB42C 20%, #9EB42C 20%, #9EB42C 30%, #405d27 70%, #405d27 80%);
  }
  
/*Scrollbar color*/ 
::-webkit-scrollbar {
  width: 8px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #fff; 
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #1C6000;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #1C6000;

}
/*wats up floaing bar*/
.whats-app-float{
      position:fixed;
      width:60px;
      height:60px;
      bottom:40px;
      right:15px;
      background-color:#25d366;
      border-radius:50px;
      font-size: 15px;
      text-align:center;
      z-index:100;

    }
    