@import url("https://fonts.googleapis.com/css?family=Big+Shoulders+Text:400,500,600,700&display=swap");
@font-face {
  font-family: 'poppinsbold';
  src: url("../fonts/poppins-bold-webfont.woff2") format("woff2"), url("../fonts/poppins-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'poppinslight';
  src: url("../fonts/poppins-light-webfont.woff2") format("woff2"), url("../fonts/poppins-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'poppinsmedium';
  src: url("../fonts/poppins-medium-webfont.woff2") format("woff2"), url("../fonts/poppins-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'poppinsmedium_italic';
  src: url("../fonts/poppins-mediumitalic-webfont.woff2") format("woff2"), url("../fonts/poppins-mediumitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'poppinsregular';
  src: url("../fonts/poppins-regular-webfont.woff2") format("woff2"), url("../fonts/poppins-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'poppinssemibold';
  src: url("../fonts/poppins-semibold-webfont.woff2") format("woff2"), url("../fonts/poppins-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
.btn-primary {
  background: #ED1B24;
  border-color: #ED1B24;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  .btn-primary:hover, .btn-primary:focus {
    background: #1C1B1B;
    border-color: #1C1B1B; }

.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

.btn-border {
  border: 2px solid #F8F9FA;
  background: #F8F9FA;
  color: #fff;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }
  .btn-border .fa {
    margin-left: 7px;
    font-size: 18px; }
  .btn-border:hover, .btn-border:focus {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    background: #ED1B24;
    border-color: #ED1B24;
    color: #fff; }
    .btn-border:hover .fa, .btn-border:focus .fa {
      transform: translate(5px, 0);
      -webkit-transform: translate(5px, 0);
      /** Chrome & Safari **/
      -o-transform: translate(5px, 0);
      /** Opera **/
      -moz-transform: translate(5px, 0);
      /** Firefox **/ }

.animated-button {
  background: linear-gradient(-30deg, #0b1b3d 50%, #08142b 50%);
  padding: 20px 40px;
  margin: 12px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  overflow: hidden;
  color: #d4e0f7;
  font-size: 20px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5); }

.animated-button::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #8592ad;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out; }

.animated-button:hover::before {
  opacity: 0.2; }

.animated-button span {
  position: absolute; }

.animated-button span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(8, 20, 43, 0)), to(#2662d9));
  background: linear-gradient(to left, rgba(8, 20, 43, 0), #2662d9);
  -webkit-animation: 2s animateTop linear infinite;
  animation: 2s animateTop linear infinite; }

@-webkit-keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
.animated-button span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 20, 43, 0)), to(#2662d9));
  background: linear-gradient(to top, rgba(8, 20, 43, 0), #2662d9);
  -webkit-animation: 2s animateRight linear -1s infinite;
  animation: 2s animateRight linear -1s infinite; }

@-webkit-keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }
@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }
.animated-button span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(8, 20, 43, 0)), to(#2662d9));
  background: linear-gradient(to right, rgba(8, 20, 43, 0), #2662d9);
  -webkit-animation: 2s animateBottom linear infinite;
  animation: 2s animateBottom linear infinite; }

@-webkit-keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }
@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }
.animated-button span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 20, 43, 0)), to(#2662d9));
  background: linear-gradient(to bottom, rgba(8, 20, 43, 0), #2662d9);
  -webkit-animation: 2s animateLeft linear -1s infinite;
  animation: 2s animateLeft linear -1s infinite; }

@-webkit-keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }
@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }
.animated-button1 {
  background: #ED1B24;
  padding: 10px 20px;
  margin: 0px 0px 0px 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  overflow: hidden;
  color: #fff;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none; }
  .animated-button1:hover {
    color: #fff; }

.animated-button1::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #ad8585;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out; }

.animated-button1:hover::before {
  opacity: 0.2; }

.animated-button1 span {
  position: absolute; }

.animated-button1 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 8, 0)), to(#F8F9FA));
  background: linear-gradient(to left, rgba(43, 8, 8, 0), #F8F9FA);
  -webkit-animation: 2s animateTop linear infinite;
  animation: 2s animateTop linear infinite; }

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
.animated-button1 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 8, 0)), to(#F8F9FA));
  background: linear-gradient(to top, rgba(43, 8, 8, 0), #F8F9FA);
  -webkit-animation: 2s animateRight linear -1s infinite;
  animation: 2s animateRight linear -1s infinite; }

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }
.animated-button1 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 8, 0)), to(#F8F9FA));
  background: linear-gradient(to right, rgba(43, 8, 8, 0), #F8F9FA);
  -webkit-animation: 2s animateBottom linear infinite;
  animation: 2s animateBottom linear infinite; }

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }
.animated-button1 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(#F8F9FA));
  background: linear-gradient(to bottom, rgba(43, 8, 8, 0), #F8F9FA);
  -webkit-animation: 2s animateLeft linear -1s infinite;
  animation: 2s animateLeft linear -1s infinite; }

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }
.whatsappchat {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 999; }

.whatsappchat img {
  width: 120px; }

@media only screen and (max-width: 600px) {
  .whatsappchat img {
    width: 80px; } }
.whatsappchat:hover {
  animation: shake 0.8s; }

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg); }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg); }
  20% {
    transform: translate(-3px, 0px) rotate(1deg); }
  30% {
    transform: translate(3px, 2px) rotate(0deg); }
  40% {
    transform: translate(1px, -1px) rotate(1deg); }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg); }
  60% {
    transform: translate(-3px, 1px) rotate(0deg); }
  70% {
    transform: translate(3px, 1px) rotate(-1deg); }
  80% {
    transform: translate(-1px, -1px) rotate(1deg); }
  90% {
    transform: translate(1px, 2px) rotate(0deg); }
  100% {
    transform: translate(1px, -2px) rotate(-1deg); } }
body {
  font-family: "poppinsregular";
  background: #fff;
  color: #464545;
  font-size: 14px;
  outline: none; }
  body a {
    color: #ED1B24;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  body a:hover, body a:active, body a:focus {
    color: #1C1B1B;
    text-decoration: none;
    outline: none 0; }

p {
  font-size: 16px;
  line-height: 26px;
  color: #777; }

.p-i {
  font-family: "poppinsmedium"; }

.tag-line {
  font-family: "poppinsmedium";
  font-weight: 500;
  font-size: 1.5rem;
  color: #222222;
  letter-spacing: 1px;
  line-height: 1em;
  margin-bottom: 18px; }
  .tag-line:after {
    content: '';
    width: 35px;
    height: 2px;
    background: #F8F9FA;
    display: inline-block;
    margin-left: 15px; }

.bottom-tag {
  font-family: "poppinsmedium";
  font-size: 16px;
  color: #515151;
  letter-spacing: 1.5px;
  margin-bottom: 15px; }

.m-t-h {
  margin-top: 30px; }

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, p span {
  color: #ED1B24; }

h1 {
  font-family: "poppinsmedium";
  color: #2B2B2B;
  font-size: 36px; }
  @media (max-width: 768px) {
    h1 {
      font-size: 1.6rem; } }

h2 {
  font-family: "poppinsmedium";
  color: #2B2B2B;
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    h2 {
      font-size: 1.9rem; } }

h3 {
  font-family: "poppinsmedium";
  color: #2B2B2B; }

h4 {
  font-family: "poppinsmedium";
  letter-spacing: 1px;
  color: #2B2B2B;
  font-size: 1.6rem; }

h5 {
  font-family: "poppinsmedium"; }

.rotate-icon {
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite; }

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
section {
  overflow: hidden;
  padding: 80px 0; }
  @media (max-width: 768px) {
    section {
      padding: 45px 0; } }

.no-padding {
  padding: 0 !important; }

.solid-li ul {
  overflow: hidden;
  float: left; }
.solid-li li {
  float: left;
  width: 33.3%;
  font-size: 14px; }
.solid-li li + li {
  padding-right: 25px; }
@media (max-width: 1023.98px) {
  .solid-li li {
    width: 50%; } }
@media (max-width: 767.98px) {
  .solid-li li {
    width: 100%; } }

#bg-hash, .bg-hash {
  background: #F7F7F7; }

#bg-patern {
  background: url(../images/leaves.png) repeat;
  position: relative;
  overflow: visible !important; }

.bg-image {
  background-image: url("../images/spices-Indian-food-recipes.jpg");
  background-size: cover;
  background-position: center center; }

.bg-image-inline {
  background-image: url("../images/mosaic.webp"); }

.bg-image-history {
  background-image: url("../images/spice-history.jpg");
  background-size: cover;
  background-position: center center; }

.bg-icon-view {
  position: relative;
  overflow: visible !important; }

.center-icon {
  position: absolute;
  bottom: -46px;
  left: 45%;
  z-index: 9; }
  @media (max-width: 767.98px) {
    .center-icon {
      bottom: -26px; }
      .center-icon img {
        width: 60px; } }

.listing {
  list-style: none;
  padding: 0; }

.listing li {
  padding-left: 1.3em;
  margin-bottom: 7px; }

.listing li:before {
  content: "\f005";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
  color: #ED1B24; }

.product-box {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease; }
  .product-box:hover {
    box-shadow: 0 10px 12px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease; }
  .product-box img {
    height: auto !important; }
  .product-box h5 {
    font-family: "poppinsmedium";
    letter-spacing: 1px;
    color: #ED1B24;
    font-size: 22px;
    text-transform: capitalize !important;
    margin-bottom: 5px;
    margin-top: 15px; }
  .product-box .sub-date {
    margin-top: 5px; }
    .product-box .sub-date p {
      font-size: 22px;
      text-transform: uppercase;
      color: #F8F9FA; }
  .product-box .pro-cont {
    min-height: 120px; }
  .product-box .pro-cont-light {
    min-height: 60px; }
  .product-box .card-body {
    padding-top: 0; }
    .product-box .card-body p {
      font-size: 14px;
      line-height: 20px; }
    .product-box .card-body .price-wrap {
      padding-top: 4px;
      font-size: 16px;
      font-family: "poppinsmedium"; }
      .product-box .card-body .price-wrap .price-new {
        color: #2B2B2B; }
  .product-box .inactive .pro-cont-light {
    background: #ED1B24;
    color: #fff; }
  @media (max-width: 768px) {
    .product-box {
      margin-bottom: 30px; } }

.inner-title {
  padding: 60px 0;
  background: url(../images/curls.webp) repeat; }
  .inner-title .tag-line {
    color: #fff;
    font-size: 22px; }
  .inner-title h1 {
    color: #ED1B24;
    margin-bottom: 0; }
  .inner-title p {
    color: #fff;
    font-family: "poppinsmedium";
    letter-spacing: 1px; }

.profile-left h5 {
  Margin-top: 10px;
  font-family: "poppinsmedium";
  font-size: 1.7rem; }

.contact-section address strong {
  display: block;
  color: #F8F9FA !important;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: normal;
  font-family: "poppinssemibold"; }
.contact-section address span {
  color: #F8F9FA; }

#map {
  padding: 0; }
  #map iframe {
    margin: 0;
    padding: 0; }

.blog .blog-item figure {
  margin-bottom: 0; }
.blog .blog-item .card-title {
  color: #2B2B2B; }

.snip1571 {
  background-color: #ED1B24;
  display: inline-block;
  font-size: 16px;
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  border: 5px solid #ED1B24;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease; }
  .snip1571:hover {
    border: 5px solid #F8F9FA;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease; }

.snip1571 *,
.snip1571 *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease; }

.snip1571 img {
  backface-visibility: hidden;
  max-width: 100%;
  vertical-align: top;
  height: auto; }

.snip1571 figcaption {
  bottom: 30px;
  left: 0;
  position: absolute;
  z-index: 0; }

.snip1571 figcaption:before {
  background-color: #F8F9FA;
  bottom: -5px;
  content: '';
  left: 0;
  position: absolute;
  right: 100%;
  top: -5px;
  z-index: -1; }

.snip1571 h3 {
  font-family: "poppinsmedium";
  background-color: #ED1B24;
  color: #ffffff;
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  padding: 5px 10px;
  text-transform: uppercase;
  z-index: 1; }

.snip1571 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1; }

.snip1571:hover > img,
.snip1571.hover > img {
  opacity: 0.4; }

.snip1571:hover figcaption:before,
.snip1571.hover figcaption:before {
  right: -5px; }

.how-to-work {
  padding: 80px 0 40px 0;
  background: #ED1B24; }
  .how-to-work .cms-process-list {
    list-style: none;
    margin: 0;
    padding: 0; }

.cms-process-layout1 {
  max-width: 900px;
  margin: auto; }

.cms-process-layout1 .cms-process-list .cms-process-item {
  width: 33.33%;
  padding: 0 15px;
  float: left;
  text-align: center; }

.cms-process-layout1 .cms-process-list .cms-process-item .cms-process-icon {
  height: 90px;
  width: 90px;
  background-color: #1C1B1B;
  line-height: 90px;
  text-align: center;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  /* BACKGROUND GRADIENT */
  position: relative;
  display: inline-block; }

.cms-process-layout1 .cms-process-list .cms-process-item .cms-process-icon img {
  display: inline-block;
  vertical-align: middle;
  max-width: 60px; }

.cms-process-layout1 .cms-process-list .cms-process-item .cms-process-icon i {
  font-size: 43px;
  color: #fff;
  line-height: 1;
  vertical-align: middle; }

.cms-process-layout1 .cms-process-list .cms-process-item .cms-process-icon:before {
  height: 110px;
  width: 110px;
  border: 10px solid #fff;
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  /* BACKGROUND GRADIENT */
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.22);
  -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.22);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.22);
  z-index: 2; }

.cms-process-layout1 .cms-process-list .cms-process-item .cms-process-content {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.87);
  line-height: 28px;
  margin-top: 40px; }

.cms-process-layout1 .cms-process-list .cms-process-item:nth-child(1) .cms-process-icon:after, .cms-process-layout1 .cms-process-list .cms-process-item:nth-child(2) .cms-process-icon:after {
  height: 10px;
  width: 200px;
  background-color: #fff;
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  /* BACKGROUND GRADIENT */
  /* TRANSFORM STYLE */
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.22);
  -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.22);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.22); }

.cms-process-layout1 .cms-process-list .cms-process-item:last-child .cms-process-icon:after {
  display: none; }

@media screen and (max-width: 640px) {
  .page-template-blog-2column #content article.post {
    width: 100%; }

  .page-template-blog-2column #content article.post:nth-child(2n+1) {
    clear: inherit; }

  .jb-specialism-list .jb-specialism-item {
    width: 100%; }

  .cms-process-layout1 .cms-process-list .cms-process-item {
    width: 100%;
    margin-bottom: 40px; }

  .cms-process-layout1 .cms-process-list .cms-process-item .cms-process-icon:after {
    display: none; }

  .cms-process-layout1 .cms-process-list .cms-process-item:last-child {
    margin-bottom: 0; } }
.infrastructure .img-block {
  border: 1px solid #ECECEC;
  padding: 10px;
  transition: all 0.7s ease;
  margin-bottom: 30px; }
  .infrastructure .img-block:hover {
    border-color: #ED1B24;
    transition: all 0.7s ease;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.1); }
  .infrastructure .img-block a img {
    width: 100%; }

.services {
  padding-top: 15px;
  background-color: #1C1B1B;
  padding-bottom: 15px;
  margin-top: -2px; }
  @media (max-width: 1023.98px) {
    .services {
      padding-top: 55px; } }
  .services .service-blocks {
    border-radius: 5px; }
    @media (max-width: 1023.98px) {
      .services .service-blocks {
        margin-bottom: 15px; } }
    .services .service-blocks .service-img {
      text-align: center;
      padding-top: 10px;
      padding-bottom: 10px; }
      .services .service-blocks .service-img img {
        width: 70%;
        height: 68px; }
    .services .service-blocks .service-content {
      padding-bottom: 10px; }
      .services .service-blocks .service-content p {
        color: #ffffff;
        font-size: 16px;
        margin-bottom: 0;
        line-height: 1.5;
        text-align: center;
        margin-top: 5px;
        letter-spacing: 0.96;
        font-size: "poppinsregular"; }

.connect-us {
  background: url("../images/cta-2-bg-1-1.png"), #ED1B24 repeat;
  padding-top: 35px;
  padding-bottom: 35px; }
  .connect-us .connect-content h1 {
    font-size: 36px;
    font-weight: 600;
    font-family: "poppinssemibold";
    color: #ffffff;
    letter-spacing: 2.16px;
    line-height: 55px; }
    @media (max-width: 1023.98px) {
      .connect-us .connect-content h1 {
        font-size: 30px; } }
    @media (max-width: 767.98px) {
      .connect-us .connect-content h1 {
        font-size: 18px;
        line-height: 30px; } }
  .connect-us .connect-content p {
    font-size: 18px;
    font-family: "poppinsregular";
    font-weight: 400;
    color: #ffffff;
    line-height: 27px;
    letter-spacing: 0.96px;
    margin-bottom: 0 !important; }
    @media (max-width: 1023.98px) {
      .connect-us .connect-content p {
        font-size: 16px; } }
    @media (max-width: 767.98px) {
      .connect-us .connect-content p {
        line-height: 25px; } }
  .connect-us .connect-num {
    display: flex; }
    @media (max-width: 1023.98px) {
      .connect-us .connect-num {
        margin-top: 20px; } }
    .connect-us .connect-num img {
      width: 56px; }
    .connect-us .connect-num .number {
      margin-top: 25px; }
      @media (max-width: 767.98px) {
        .connect-us .connect-num .number {
          margin-top: 15px; } }
      .connect-us .connect-num .number span {
        font-size: 25px;
        font-family: "poppinssemibold";
        font-weight: 600;
        color: #ffffff;
        margin-left: 15px;
        letter-spacing: 1.8px;
        line-height: 46px; }
        @media (max-width: 767.98px) {
          .connect-us .connect-num .number span {
            font-size: 22px;
            margin-left: 15px; } }

.products h1 {
  text-align: center;
  font-size: 36px;
  font-family: "poppinssemibold";
  margin-bottom: 0; }
.products .sec-heading {
  border-bottom: 3px solid #ED1B24;
  width: 20%;
  position: relative;
  left: 40%; }
.products .owl-tour {
  margin-top: 38px; }
  .products .owl-tour .index_border {
    transition: all 0.7s ease;
    margin-bottom: 5px;
    padding-top: 23px; }
    .products .owl-tour .index_border:hover {
      transition: all 0.7s ease;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.1); }
    .products .owl-tour .index_border img {
      width: 70%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 22px; }
    .products .owl-tour .index_border .product-detail {
      text-align: center;
      padding-bottom: 20px; }
      .products .owl-tour .index_border .product-detail h4 {
        font-size: 18px;
        font-family: "poppinsmedium";
        margin-bottom: 0; }
      .products .owl-tour .index_border .product-detail p {
        font-size: 16px;
        font-family: "poppinsregular";
        margin-bottom: 0; }

.bgimg-content {
  padding-top: 0px;
  padding-bottom: 0px; }
  .bgimg-content .section-img {
    max-width: 100%;
    background-image: url("../images/banner-img.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px; }
    .bgimg-content .section-img .bg-cotent {
      padding-bottom: 25px;
      text-align: center; }
      .bgimg-content .section-img .bg-cotent span {
        font-size: 36px;
        font-family: "poppinsregular";
        color: #ffffff;
        letter-spacing: 2.16px;
        line-height: 55px; }
        @media (max-width: 1023.98px) {
          .bgimg-content .section-img .bg-cotent span {
            font-size: 40px; } }
        @media (max-width: 767.98px) {
          .bgimg-content .section-img .bg-cotent span {
            font-size: 27px; } }
      .bgimg-content .section-img .bg-cotent h1 {
        color: #ED1B24;
        font-family: "poppinsbold";
        font-size: 50px;
        line-height: 76px;
        letter-spacing: 3px; }
        @media (max-width: 1023.98px) {
          .bgimg-content .section-img .bg-cotent h1 {
            font-size: 40px; } }
        @media (max-width: 767.98px) {
          .bgimg-content .section-img .bg-cotent h1 {
            font-size: 30px;
            line-height: 36px; } }
    .bgimg-content .section-img .spices-blocks {
      padding-top: 10px;
      padding-bottom: 10px;
      border-radius: 5px; }
      @media (max-width: 1023.98px) {
        .bgimg-content .section-img .spices-blocks {
          margin-bottom: 15px; } }
      .bgimg-content .section-img .spices-blocks .spices-img {
        text-align: center !important;
        padding-top: 10px;
        padding-bottom: 10px; }
      .bgimg-content .section-img .spices-blocks .spices-content {
        padding-bottom: 10px; }
        .bgimg-content .section-img .spices-blocks .spices-content p {
          color: #ffffff;
          font-size: 18px;
          margin-bottom: 0;
          line-height: 27px;
          text-align: center;
          margin-top: 5px;
          letter-spacing: 1.08px;
          font-size: "poppinsregular"; }

.bg-section {
  padding-top: 0;
  padding-bottom: 0; }
  .bg-section #contact-bg {
    background-image: url("../images/contact-bg.jpg"); }
  .bg-section #product-bg {
    background-image: url("../images/product-bg.jpg"); }
  .bg-section #infra-bg {
    background-image: url("../images/infra-bgimg.jpg"); }
  .bg-section #contact-line {
    position: relative;
    left: 209px; }
  .bg-section #product-line {
    position: relative;
    left: 214px; }
  .bg-section .bg-img {
    max-width: 100%;
    background-image: url("../images/header.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    position: relative;
    max-height: 568px;
    padding-top: 109px;
    padding-bottom: 110px; }
    .bg-section .bg-img .img-content h3 {
      color: #ffffff;
      font-size: 36px;
      font-family: "poppinsmedium";
      line-height: 1.2;
      margin-bottom: 0; }
    .bg-section .bg-img .img-content p {
      color: #ffffff;
      font-size: 20px;
      font-family: "poppinsregular";
      margin-bottom: 0;
      letter-spacing: 1; }
    .bg-section .bg-img .img-content .border-line {
      border-bottom: 3px solid #ED1B24;
      width: 30px;
      position: relative;
      top: -14px;
      left: 250px; }

.products .product-block {
  transition: all 0.7s ease;
  margin-bottom: 15px; }
  .products .product-block:hover {
    transition: all 0.7s ease;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    padding: 23px 0; }
  .products .product-block .product-img {
    text-align: center;
    margin-bottom: 15px; }
    .products .product-block .product-img img {
      width: 60%; }
  .products .product-block .product-detail {
    text-align: center;
    margin-bottom: 20px; }
    .products .product-block .product-detail h4 {
      font-size: 18px;
      font-family: "poppinsmedium";
      margin-bottom: 0; }
    .products .product-block .product-detail p {
      font-size: 16px;
      font-family: "poppinsregular";
      margin-bottom: 0; }

.welcome .welcome-block .spices-img img {
  width: 100%; }
.welcome .welcome-block .wel-content h1 {
  color: #1C1B1B;
  font-size: 36px;
  font-family: "poppinsmedium";
  font-weight: 500;
  margin-bottom: 25px; }
  .welcome .welcome-block .wel-content h1 span {
    color: #ED1B24; }
.welcome .welcome-block .wel-content p {
  font-size: 16px;
  font-family: "poppinsregular";
  font-weight: 400; }

.short-details {
  padding-top: 0px !important;
  padding-bottom: 0 !important; }
  .short-details .short-img1 {
    background-image: url("../images/Mask-Group-6.jpg");
    background-size: cover;
    background-position: center;
    width: 100%; }
  .short-details .login {
    padding-top: 59px !important;
    padding-bottom: 85px !important; }
    .short-details .login p {
      font-size: 16px;
      font-family: "poppinsregular";
      font-weight: 400;
      margin-bottom: 0 !important;
      padding-bottom: 0 !important;
      margin-top: 20px !important; }
    .short-details .login h1 {
      font-family: 36px;
      color: #ED1B24;
      font-family: "poppinssemibold";
      padding-top: 0;
      margin-bottom: 0px !important; }
      .short-details .login h1 span {
        color: #1C1B1B; }

.quality-details {
  padding-top: 0px !important;
  padding-bottom: 0 !important; }
  .quality-details .quality-img {
    background-image: url("../images/quality-img.jpg");
    background-size: cover;
    background-position: center center; }
  .quality-details .short-content {
    background-color: #F8F9FA;
    padding-top: 55px;
    padding-bottom: 59px; }
    .quality-details .short-content .faq {
      width: 70%;
      margin: 0 auto; }
    .quality-details .short-content .item .question {
      padding: 15px;
      color: #ffffff;
      background-color: #5B5959;
      transition: all 0.7s ease;
      display: flex;
      align-items: center;
      margin-top: 10px;
      cursor: pointer; }
    .quality-details .short-content .item .question h4 {
      font-size: 18px;
      font-weight: 400;
      font-family: "poppinsregular";
      color: #ffffff;
      margin-left: 15px;
      margin-bottom: 0; }
    .quality-details .short-content .item .question .fa.fa-minus {
      display: none; }
    .quality-details .short-content .jquery-accordion-active .question {
      background-color: #ED1B24; }
    .quality-details .short-content .item.jquery-accordion-active .fa.fa-minus {
      display: block; }
    .quality-details .short-content .item.jquery-accordion-active .fa.fa-plus {
      display: none; }
    .quality-details .short-content .item .answer {
      display: block; }
    .quality-details .short-content .item .answer {
      padding: 15px;
      background-color: #ffffff;
      margin-bottom: 10px;
      display: none; }

/* Input reseating */
textarea,
input[type="text"],
input[type="tel"],
input[type="number"],
input[type="email"],
input[type="password"],
select {
  border: 1px solid #ccc !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  border-radius: 0;
  outline: none; }

textarea:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="datetime"]:focus,
input[type="date"] {
  border-color: #333 !important;
  box-shadow: none !important;
  outline: 0 none !important; }

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="number"] {
  -moz-appearance: textfield; }

button, input[type="submit"] {
  transition: all 800ms ease-in-out;
  outline: none;
  color: #ffffff; }
  button:disabled, input[type="submit"]:disabled {
    outline: none;
    background: #ED1B24 !important;
    border-color: #ED1B24 !important;
    transition: all 1000ms ease-in-out;
    color: #ffffff; }

#header-top {
  color: #fff;
  padding: 8px 0;
  font-size: 14px;
  letter-spacing: 0.5px;
  background: #1C1B1B; }
  #header-top ul {
    margin: 0;
    padding: 0; }

@media (max-width: 576px) {
  .header-right {
    display: none; } }

.header-social li {
  display: inline-block; }

.header-social li a {
  display: block;
  padding: 0px 5px;
  color: #fff !important;
  -webkit-transition: .3s;
  transition: .3s; }

.header-social li a:hover {
  color: #eee; }

#header-top a {
  color: #fff; }

.email i {
  padding-right: 10px; }

.email,
.header-social {
  position: relative;
  padding-right: 15px; }

.address i {
  padding-right: 15px; }

.address,
.phone {
  padding-left: 15px; }

.email:after {
  position: absolute;
  content: '';
  top: 0;
  right: -5px;
  height: 24px;
  width: 0px;
  border: .5px dashed #fff; }

.navbar-theme {
  font-family: "poppinsregular";
  font-size: 16px; }
  .navbar-theme .navbar-brand img {
    width: 210px; }
    @media (max-width: 575.98px) {
      .navbar-theme .navbar-brand img {
        width: 140px; } }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .navbar-theme .navbar-brand img {
        width: 190px; } }
  .navbar-theme .navbar-collapse {
    margin-top: 10px; }
  .navbar-theme .navbar-nav {
    text-transform: uppercase; }
    .navbar-theme .navbar-nav a {
      font-family: "poppinsregular";
      font-size: 16px;
      letter-spacing: 1.4px;
      font-weight: normal;
      color: #404040;
      display: block;
      padding: .5rem .6rem; }
      .navbar-theme .navbar-nav a:after {
        content: '';
        display: block;
        width: 0;
        height: 2px;
        background: #F8F9FA;
        transition: width .3s; }
      .navbar-theme .navbar-nav a:hover, .navbar-theme .navbar-nav a:focus {
        color: #ED1B24; }
        .navbar-theme .navbar-nav a:hover:after, .navbar-theme .navbar-nav a:focus:after {
          width: 100%; }
    .navbar-theme .navbar-nav .show > a,
    .navbar-theme .navbar-nav .active > a,
    .navbar-theme .navbar-nav a.show,
    .navbar-theme .navbar-nav a.active {
      color: #ED1B24; }
  .navbar-theme .navbar-toggler {
    border: 0;
    outline: none;
    background-color: #ED1B24; }
  .navbar-theme .navbar-toggler {
    border-color: #ff66cb; }
  .navbar-theme .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(250,165,25)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

.dropdown .dropdown-menu {
  width: 320px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin-bottom: 10px; }
  @media (max-width: 575.98px) {
    .dropdown .dropdown-menu {
      width: 100% !important; } }
  .dropdown .dropdown-menu .menu-item {
    text-transform: capitalize !important; }
    .dropdown .dropdown-menu .menu-item a {
      font-size: 14px !important;
      padding: .3rem .6rem; }
  .dropdown .dropdown-menu .dropdown-item:hover, .dropdown .dropdown-menu .dropdown-item:focus {
    background: #ED1B24;
    color: #fff;
    text-transform: capitalize !important; }
.dropdown:hover .dropdown-menu {
  display: block; }

.navaFirstChild {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  box-shadow: 0px 0 5px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 0; }

.navaSecondChild {
  z-index: 999;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  background: #fff; }
  @media (max-width: 768px) {
    .navaSecondChild {
      border: none;
      height: auto;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      border-radius: 0px; } }

.accreditations .accreditation-img {
  text-align: center; }

.slider {
  padding-top: 0;
  padding-bottom: 0; }
  .slider #slider-caption {
    position: absolute;
    top: 32% !important; }
    @media (max-width: 1023.98px) {
      .slider #slider-caption {
        position: absolute;
        top: 23% !important; } }
    @media (max-width: 767.98px) {
      .slider #slider-caption {
        position: absolute;
        top: 9% !important; } }
    .slider #slider-caption .icon-container {
      color: #E5E5E5;
      font-size: 49px;
      font-family: "poppinsbold";
      font-weight: 700;
      line-height: 55px;
      letter-spacing: 2px; }
      @media (max-width: 1023.98px) {
        .slider #slider-caption .icon-container {
          line-height: 40px;
          font-size: 40px; } }
      @media (max-width: 767.98px) {
        .slider #slider-caption .icon-container {
          line-height: 15px;
          font-size: 17px; } }
    .slider #slider-caption p {
      font-size: 44px;
      font-family: "poppinsmedium";
      font-weight: 500;
      color: #E5E5E5;
      letter-spacing: 2px;
      line-height: 45px; }
      @media (min-width: 768px) {
        .slider #slider-caption p {
          font-size: 40px; } }
      @media (max-width: 1023.98px) {
        .slider #slider-caption p {
          font-size: 30px;
          line-height: 37px; } }
      @media (max-width: 767.98px) {
        .slider #slider-caption p {
          line-height: 17px;
          font-size: 14px; } }
  .slider #indicators {
    position: absolute;
    bottom: 49px;
    position: absolute;
    bottom: 10px; }
    @media (max-width: 767.98px) {
      .slider #indicators {
        position: absolute;
        bottom: 0px; } }
    .slider #indicators #list-indicators {
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background-color: #ABABAB; }
  .slider #indicators .active {
    background: #ED1B24 !important; }
  .slider #slider-item {
    max-height: 500px !important; }

.contact-us .highlight-box {
  background-color: #ED1B24;
  padding: 10px;
  border-radius: 5px;
  width: 84%; }
  @media (max-width: 1023.98px) {
    .contact-us .highlight-box {
      width: 90%; } }
  @media (max-width: 767.98px) {
    .contact-us .highlight-box {
      width: 62%; } }
  .contact-us .highlight-box p {
    color: #ffffff;
    margin-bottom: 0 !important; }
.contact-us .contactus_heads {
  font-size: 26px;
  font-family: "poppinsmedium";
  line-height: 39px;
  letter-spacing: 2px; }
  .contact-us .contactus_heads .office-address {
    font-size: 16px;
    font-family: "poppinsregular";
    font-weight: 400;
    letter-spacing: 1px;
    padding-left: 0 !important; }
    @media (max-width: 767.98px) {
      .contact-us .contactus_heads .office-address {
        margin-bottom: 20px; } }
.contact-us #send_btn {
  background-color: #ED1B24; }
  .contact-us #send_btn:focus {
    box-shadow: none !important; }

.footer {
  background: url("../images/footer-bg.png"), #1C1B1B repeat;
  padding-top: 80px;
  padding-bottom: 80px; }
  .footer h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    font-family: "poppinsmedium";
    letter-spacing: 1.6px; }
  .footer .sec-heading {
    border-bottom: 3px solid #ED1B24;
    width: 60%;
    position: relative; }
  .footer #media {
    width: 45%; }
  @media (max-width: 1023.98px) {
    .footer .about {
      margin-bottom: 30px; } }
  .footer .about .logoimg img {
    width: 80%; }
  .footer .about p {
    margin-top: 25px;
    font-size: 14px;
    font-family: "poppinsregular";
    font-weight: 400;
    line-height: 21px;
    color: #ffffff;
    margin-bottom: 0 !important; }
  @media (max-width: 767.98px) {
    .footer .footer-col {
      margin-bottom: 30px; } }
  .footer .footer-col h4 {
    color: #F8F9FA; }
  .footer .footer-col .link-list .support {
    list-style: none;
    padding-left: 0px;
    padding-top: 20px;
    margin-bottom: 0 !important; }
    .footer .footer-col .link-list .support .list-support {
      padding: 0px 0px 5px 0px; }
      .footer .footer-col .link-list .support .list-support img {
        margin-bottom: 5px; }
      .footer .footer-col .link-list .support .list-support a {
        color: #ffffff;
        font-size: 16px;
        font-family: "poppinsregular";
        font-weight: 400;
        padding-left: 15px;
        transition: all 0.7s ease; }
        .footer .footer-col .link-list .support .list-support a:hover {
          color: #ED1B24;
          transition: all 0.7s ease; }
    .footer .footer-col .link-list .support .list-help {
      padding-top: 10px; }
  .footer address p {
    font-size: 16px;
    font-family: "poppinsregular";
    font-weight: 400;
    color: #ffffff;
    margin-top: 25px;
    line-height: 21px;
    margin-bottom: 0;
    letter-spacing: 1px; }
  .footer address #footer-address {
    font-size: 14px;
    font-family: "poppinsmedium";
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 0.644px;
    line-height: 21px;
    margin-top: 10px; }

.footer-copyright {
  background-color: #000000; }
  .footer-copyright .copy-right {
    color: #ffffff;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 16px;
    font-family: "poppinsregular";
    font-weight: 400; }
    .footer-copyright .copy-right a {
      color: #ED1B24; }

/*# sourceMappingURL=index.css.map */
