body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #666666;
}

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

img {
  max-width: 100%;
}

.text-justify {
  text-align: justify;
}
a {
  text-decoration: none;
}

.py-7 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.h1, .h2, .h3 .h4, h1, h2, h3, h4 {
  font-family: 'Raleway', sans-serif;
  color: #444444;
}

.title-top {
  font-family: 'Kalam', cursive;
  color: #f7a700;
  font-size: 24px;
  display: block;
}

.form-control:focus {
  outline: 0;
  box-shadow: none;
}

.navbar {
  background: #fffbe3;
  border-bottom: 1px solid #eae2c3;
  padding-top: 5px;
  padding-bottom: 5px;
}

.navbar-nav .nav-link {
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  padding: 5px 10px !important;
  margin-left: 15px;
  border-radius: 50px;
}

.navbar-nav .nav-link:hover {
  color: #fff;
  background-color: #612268;
  border-radius: 50px;
}

.navbar-nav .nav-link.active, .navbar-nav .show > .nav-link {
  color: #fff;
  background-color: #612268;
  border-radius: 50px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.top-part {
  background-color: #191917;
  padding: 6px 0;
}

.top-part .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-contact .nav-link {
  color: #e0e0e0;
  font-size: 14px;
}

.nav-contact .nav-link i {
  color: #ffdd00;
}

.nav-social .nav-link {
  padding: 0 0 0 10px;
}

.nav-social .nav-link i {
  color: #e0e0e0;
  font-size: 16px;
  width: 30px;
  height: 30px;
  background-color: #3e3e3d;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-social .nav-link i:hover {
  color: #191917;
  background-color: #ffdd00;
}

.header {
  background: url(../../assets/img/wheat.png) repeat-x left bottom, linear-gradient(to bottom, #fffbe1 0%, #fff6bf 50%);
  border-bottom: 2px solid #f9ba2e;
  position: relative;
}

.header-text {
  background-color: rgba(255,221,0,0.6);
  text-align: center;
  padding: 30px 20px;
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}

.header-text .title {
  font-size: 50px;
  color: #420f02;
  font-weight: 400;
  margin: 0;
}

.header-text .title span {
  color: #612267;
  font-weight: 800;
}

.header-img {
  position: relative;
}

.khakhra-hed {
  margin-bottom: -90px;
  position: relative;
  z-index: 1;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

.khakhra-hed:hover {
  transform: translate3d(0,-10px,0);
  transition: .3s transform ease;
  -webkit-transition: .3s transform ease;
}

.sun {
  position: absolute;
  right: 0;
  top: 20px;
  animation-name: spin;
  animation-duration: 40000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.sun-cloud {
  position: absolute;
  right: 80px;
  top: 130px;
  animation: left 3.5s infinite;
}

.cloud-center {
  animation: left 2.5s infinite;
  position: absolute;
  left: 0;
  top: 36%;
}

.cloud-left {
  animation: top 2s infinite;
  position: absolute;
  left: 1%;
  bottom: 25%;
}

.cloud-top {
  animation: top 4s infinite;
  position: absolute;
  right: 7%;
  top: 30%;
}

.cloud-bottom {
  position: absolute;
  right: 1%;
  bottom: 23%;
  animation: top 2.5s infinite;
}

@keyframes top {
  0% {
    transform: translate3d(0px, -25px, 0px);
    animation-timing-function: ease-in;
  }
  50% {
    transform: translate3d(0px, -35px, 0px);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translate3d(0px, -25px, 0px);
  }
}

@keyframes left {
  0% {
    transform: translate3d(-15px, 0px, 0px);
    animation-timing-function: ease-in;
  }
  50% {
    transform: translate3d(0px, 0px, -15px);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translate3d(-15px, 0px, 0px);
  }
}

.main-title {
  font-size: 36px;
  font-weight: 800;
  padding-bottom: 30px;
  margin-bottom: 30px;
  background: url(../../assets/img/wheat-icon.png) no-repeat center bottom;
  text-align: center;
}

.main-title.left {
  text-align: left;
  background: url(../../assets/img/wheat-icon.png) no-repeat left bottom;
}

.info-section {
  background: url(../../assets/img/wheat-draw.png) no-repeat right bottom, #ffdd00;
  position: relative;
  padding: 50px 0;
}

.info-section .bg-shape {
  width: 80%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
  background: #313131;
}

.info-section .inner {
  position: relative;
  z-index: 1;
}

.info-section ul {
  margin: 0;
}

.info-section ul li {
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 10px 0;
}

.info-section ul li:last-child {
  padding-bottom: 0;
}

.info-section ul li i {
  font-size: 24px;
  color: #f7a700;
}

.welcome-section {
  background: linear-gradient(to top, #fffad9 0%, #ffffff 100%);
}

.why-section .info-box {
  padding: 0 28px;
  border-left: 1px solid #eaeef1;
}

.why-section .info-box:last-child {
  padding: 0 28px;
  border-right: 1px solid #eaeef1;
  border-left: 1px solid #eaeef1;
}

.why-section .info-box .top {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.why-section .info-box .top img {
  margin-right: 16px;
}

.why-section .info-box .top .title {
  font-size: 22px;
  font-weight: 800;
  color: #77347f;
  margin: 0;
}

.why-section .info-box.green .top .title {
  color: #58ab41;
}

.why-section .info-box.yellow .top .title {
  color: #f7a700;
}

.why-section .info-box.red .top .title {
  color: #c37b7e;
}

.why-section .info-box .top .title span {
  font-weight: 400;
  display: block;
}

.product-section {
  background: url(../../assets/img/product-bg.jpg) no-repeat top center;
  background-attachment: fixed;
  background-size: cover;
}

.grid-item {
  display: inline-block;
  height: 370px;
  overflow: hidden;
  text-align: center;
  width: 304px;
  background: #fff;
  border-radius: 10px;
  padding: 20px 10px;
  box-shadow: 0 4px 20px rgb(0 0 0 / 7%);
  margin: 0 10px 20px 10px;
}

.grid-item:hover {
  filter: url(filters.svg#grayscale);
  filter: gray;
  -webkit-filter: grayscale(1);
  transition: 0.6s;
}

.grid-item img {
  height: auto;
  width: 263px;
}

.isotope-pager .pager {
  display: inline-block;
}

.filters {
  width: 100%;
  text-align: center;
  padding-bottom: 35px;
}

.filters ul {
  list-style: none;
  padding: 10px 0 0 0;
  margin: 0;
}

.filters li {
  display: inline-block;
  cursor: pointer;
  padding: 0px 3px;
}

.filters li a {
  color: #646464;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 50px;
  border: 1px solid #e2e2e2;
  padding: 8px 25px;
  font-size: 15px;
  font-weight: 700;
}

.filters li a:hover {
  color: #f7a700;
  border: 1px solid #f7a700;
}

.filters li.active a {
  color: #f7a700;
  border: 1px solid #f7a700;
}

.isotope-pager {
  text-align: center;
  display: none;
}

.product-section.inner .isotope-pager {
  display: block;
}

.isotope-pager a {
  margin: 6px 5px;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #b6b6b6;
  font-weight: 600;
  transition: 0.3s;
  /*position: relative;*/
  /*padding-right: 26px;*/
  border-radius: 25px;
  background-color: #fff;
  border: .5px solid #e3ca66;
  text-decoration: none;
}

.isotope-pager a:hover {
  color: #626262;
  border: .5px solid #ffeeac;
  box-shadow: -1px 1px 10px 3px rgba(0,0,0,.08);
}

.isotope-pager .active {
  color: #000 !important;
  border-radius: 25px;
  background-color: #ffdd00;
  border: 1px dotted #e3ca66;
}

.isotope-pager .prev {
  border-radius: 30px 0 0 30px;
}

.isotope-pager .next {
  border-radius: 0 30px 30px 0;
}

.isotope-pager a::before, .isotope-pager a:after {
  content: "";
  position: absolute;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}

.isotope-pager .num::before, .next::before {
  border-right: 20px solid #2c3e50;
  right: 100%;
}

.isotope-pager .num:after, .prev:after {
  border-right: 20px solid #f1f1f1;
  right: 0;
}

.overlay {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  transition: .5s ease;
  opacity: 0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}

.grid-item:hover .overlay {
  opacity: 1;
}

.coriander-bhakhri {
  border-radius: 10px;
  border: 1px solid #75b42a;
  padding: 75px 10px 10px 10px;
  font-size: 17px;
  color: #313131;
  font-weight: 700;
  display: block;
  margin-top: -65px;
}

.coriander-bhakhri.plain {
  border: 1px solid #e87a00;
}

.coriander-bhakhri.jeera {
  border: 1px solid #8a6d48;
}

.coriander-bhakhri.garlic {
  border: 1px solid #98853f;
}

.coriander-bhakhri.masala {
  border: 1px solid #b14516;
}

.coriander-bhakhri.methi {
  border: 1px solid #00873c;
}

.coriander-bhakhri.khakhra {
  border: 1px solid #54b14c;
}

.coriander-bhakhri.mobile-khakhra {
  border: 1px solid #a9a7b1;
}

.footer {
  background: url(../../assets/img/ftr-img.jpg) no-repeat left bottom, #faf9db;
}

.ftr-link .title {
  font-size: 18px;
  font-weight: 700;
  color: #313131;
  border-bottom: 1px solid #dbdac0;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.ftr-link .nav-link {
  padding: 2px 0;
  font-size: 15px;
  color: #313131;
}

.ftr-link .nav-link:hover {
  color: #f7a700;
}

.ftr-link .nav-link i {
  font-size: 12px;
}

.ftr-add span {
  font-size: 18px;
  color: #313131;
  font-weight: 700;
}

.ftr-add p {
  font-size: 16px;
  line-height: 20px;
  color: #313131;
  margin: 0;
}

.ftr-add i {
  color: #f7a700;
  margin-top: 5px;
}

.ftr-number p {
  font-size: 17px;
  margin: 0;
  font-weight: 700;
  color: #313131;
}

.ftr-number i {
  color: #f7a700;
}

.ftr-logo {
  text-align: center;
  margin-top: 10px;
  display: block;
}

.copy-right {
  background-color: #ffb211;
  text-align: center;
  padding: 15px 0;
}

.copy-right p {
  font-size: 15px;
  color: #000;
  margin: 0;
}

.copy-right p a {
  color: #000;
}

.whatsapp_float {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 15px;
  right: 15px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
}

.whatsapp_float:hover {
  color: #fff;
  bottom: 18px;
  transition: 0.2s;
}

.whatsapp-icon {
  margin-top: 10px;
}

.inner-header {
  background: url(../../assets/img/inner-header.jpg) no-repeat right top, #ffdd00;
  padding: 50px 0;
}

.inner-header .title {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  margin: 0;
}

.inner-nav {
  background-color: #fffbf0;
  border: none;
}

.sub-title {
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
}

.objective-section {
  background: url(../../assets/img/wheat-bg.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}

.objective-section p {
  color: #fff;
}

.objective-section .info-wrap {
  margin-bottom: -190px;
  margin-top: 30px;
}

.objective-section .info {
  background-color: #fff;
  padding: 24px;
  border-bottom: 1px solid #77347f;
  box-shadow: 0px 4px 20px rgba(0,0,0,0.1);
  text-align: center;
  height: 100%;
}

.objective-section .info.green {
  border-bottom: 1px solid #58ab41;
}

.objective-section .info.yellow {
  border-bottom: 1px solid #f7a700;
}

.objective-section .info.red {
  border-bottom: 1px solid #c37b7e;
}

.objective-section .info .title {
  font-size: 20px;
  font-weight: 700;
  color: #444444;
  position: relative;
  margin: 20px 0 24px 0;
  padding-bottom: 20px;
}

.objective-section .info .title:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  width: 50px;
  height: 2px;
  background-color: #8b5192;
  margin-left: -25px;
}

.objective-section .info.green .title:after {
  background-color: #58ab41;
}

.objective-section .info.yellow .title:after {
  background-color: #f7a700;
}

.objective-section .info.red .title:after {
  background-color: #c37b7e;
}

.objective-section .info p {
  font-size: 16px;
  color: #666;
  line-height: 22px;
  margin: 0;
}

.infrastructure-section {
  background: url(../../assets/img/infra.jpg) no-repeat center right, #fff;
  text-align: center;
  padding: 180px 0 70px 0;
}

.export-section p {
  font-size: 22px;
  line-height: 40px;
  margin: 0;
  color: #555555;
  font-weight: 300;
}

.quality-section .title {
  font-size: 43px;
  font-weight: 400;
  color: #444;
  margin: 0;
}

.quality-section .title span {
  font-size: 70px;
  font-weight: 800;
  color: #612268;
  display: block;
  text-transform: uppercase;
}

.quality-section p {
  font-size: 22px;
  line-height: 40px;
  font-weight: 300;
  color: #555;
  margin: 0;
}

.care-section {
  background: linear-gradient(to top, #ffffff 50%, #fffbe1 100%);
}

.care-section .sub-head {
  font-size: 20px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  color: #444444;
  text-align: center;
  margin-bottom: 30px;
}

.care-info {
  background-color: #ffffff;
  padding: 24px;
  box-shadow: 0px 4px 25px rgba(50,29,7,0.07);
  text-align: center;
  height: 100%;
}

.care-info-wrap {
  margin-top: 80px;
}

.care-info .icon {
  background-color: #ffffff;
  box-shadow: 0px 4px 25px rgba(50,29,7,0.07);
  text-align: center;
  border-radius: 50px;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -76px auto 0 auto;
}

.care-info .title {
  font-size: 22px;
  color: #444;
  font-weight: 700;
  margin: 24px 0 24px 0;
  padding-bottom: 24px;
  position: relative;
}

.care-info .title:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
  background-color: #d09c48;
}

.care-info p {
  font-size: 16px;
  line-height: 22px;
  color: #666;
  margin: 0;
}

.contact-info {
  background-color: #fff;
  padding: 30px;
  border: 1px solid #e4e4e4;
  height: 100%;
}

.contact-info span {
  background-color: #ffd700;
  width: 34px;
  height: 34px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}

.contact-info span i {
  color: #fff;
}

.contact-info .title {
  font-size: 20px;
  font-weight: 700;
  color: #555555;
  margin: 0;
}

.contact-info p {
  font-size: 15px;
  color: #555555;
  margin: 0;
}

.contact-form-part {
  background-color: #612267;
}

.contact-form-part .main-title {
  font-size: 30px;
}

.contact-form-part .form-control {
  padding: 10px 0;
  color: #ffffff;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #dadada;
  border-radius: 0;
}

.contact-form-part .form-control::placeholder {
  color: white;
  opacity: 1;
}

.contact-form-part .form-control:-ms-input-placeholder {
  color: white;
}

.contact-form-part .form-control::-ms-input-placeholder {
  color: white;
}

.inquiry-form {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 4px 20px rgb(0 0 0 / 7%);
  padding: 30px;
}

.inquiry-form .form-control {
  padding: 10px 0;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #dadada;
  border-radius: 0;
}

.inquiry-form .btn {
  border-radius: 50px;
  border: 1px solid #f7a700;
  color: #f7a700;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 30px;
  margin-top: 10px;
}

.inquiry-form .btn:hover {
  background-color: #f7a700;
  color: #fff;
}

.map-box {
  border: 10px solid #fff;
  margin-right: 50px;
  background-color: #fff;
}

.send-btn {
  border-radius: 50px;
  border: 1px solid #ffd700;
  color: #ffd700;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  padding: 8px 10px;
  margin-top: 30px;
}

.send-btn:hover {
  color: #000;
  background-color: #ffd700;
}

@media (min-width: 1400px) and (max-width: 1600px) {
  .sun {
    width: 110px;
  }
}

@media (min-width: 1400px) and (max-width: 1600px) {
  .sun-cloud {
    right: 60px;
    top: 100px;
    width: 120px;
  }
}

@media (min-width: 1400px) and (max-width: 1600px) {
  .footer {
    background: url(../../assets/img//ftr-img.jpg) no-repeat left -190px bottom, #faf9db;
  }
}

@media (min-width: 1400px) and (max-width: 1600px) {
  .cloud-left {
    bottom: 19%;
    width: 150px;
  }
}

@media (min-width: 1400px) and (max-width: 1600px) {
  .cloud-top {
    top: 35%;
    width: 82px;
    right: 2%;
  }
}

@media (min-width: 1400px) and (max-width: 1600px) {
  .cloud-bottom {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .sun {
    width: 100px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .sun-cloud {
    right: 60px;
    top: 100px;
    width: 120px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .footer {
    background: url(../../assets/img//ftr-img.jpg) no-repeat left -250px bottom, #faf9db;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .cloud-left {
    bottom: 19%;
    width: 150px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .cloud-top {
    top: 49%;
    width: 82px;
    right: 2%;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .cloud-bottom {
    display: none;
  }
}

@media (max-width: 1399px) {
  .header-text .title {
    font-size: 42px;
  }
}

@media (max-width: 1399px) {
  .why-section .info-box {
    padding: 0 16px;
  }
}

@media (max-width: 1399px) {
  .why-section .info-box .top .title {
    font-size: 20px;
  }
}

@media (max-width: 1399px) {
  .grid-item {
    height: 330px;
    width: 258px;
  }
}

@media (max-width: 1399px) {
  .grid-item img {
    height: auto;
    width: 224px;
  }
}

@media (max-width: 1399px) {
  .quality-section .title {
    font-size: 36px;
  }
}

@media (max-width: 1399px) {
  .quality-section .title span {
    font-size: 58px;
  }
}

@media (max-width: 1199px) {
  .header-text .title {
    font-size: 32px;
  }
}

@media (max-width: 1199px) {
  .why-section .info-box .top .title {
    font-size: 22px;
  }
}

@media (max-width: 1199px) {
  .footer {
    background: url(../../assets/img//ftr-img.jpg) no-repeat left -300px bottom, #faf9db;
  }
}

@media (max-width: 1199px) {
  .sun {
    width: 100px;
  }
}

@media (max-width: 1199px) {
  .sun-cloud {
    right: 50px;
    top: 100px;
    width: 110px;
  }
}

@media (max-width: 1199px) {
  .cloud-left {
    bottom: 19%;
    width: 150px;
  }
}

@media (max-width: 1199px) {
  .cloud-top {
    top: 49%;
    width: 82px;
    right: 2%;
  }
}

@media (max-width: 1199px) {
  .why-section .info-box {
    padding: 20px;
    border: 1px solid #eaeef1;
  }
}

@media (max-width: 1199px) {
  .why-section .info-box:last-child {
    padding: 20px;
  }
}

@media (max-width: 1199px) {
  .main-title {
    font-size: 30px;
  }
}

@media (max-width: 1199px) {
  .grid-item {
    height: 276px;
    width: 212px;
  }
}

@media (max-width: 1199px) {
  .grid-item img {
    height: auto;
    width: 175px;
  }
}

@media (max-width: 1199px) {
  .coriander-bhakhri {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .cloud-bottom {
    display: none;
  }
}

@media (max-width: 1199px) {
  .export-section p {
    font-size: 20px;
    line-height: 31px;
  }
}

@media (max-width: 1199px) {
  .quality-section .title {
    font-size: 29px;
  }
}

@media (max-width: 1199px) {
  .quality-section .title span {
    font-size: 47px;
  }
}

@media (max-width: 1199px) {
  .quality-section p {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 991px) {
  .header-text {
    padding: 20px;
    margin: 30px 0;
  }
}

@media (max-width: 991px) {
  .cloud-top {
    top: 63%;
  }
}

@media (max-width: 991px) {
  .cloud-left {
    display: none;
  }
}

@media (max-width: 991px) {
  .navbar {
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
    z-index: 2;
  }
}

@media (max-width: 991px) {
  .header {
    margin-top: 90px;
  }
}

@media (max-width: 991px) {
  .ftr-logo {
    margin: 0 0 20px 0;
  }
}

@media (max-width: 991px) {
  .ftr-link .title {
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .ftr-add span {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .py-7 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 991px) {
  .inner-header {
    margin-top: 100px;
  }
}

@media (max-width: 991px) {
  .objective-section .info-wrap {
    margin-bottom: 0;
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .objective-section .info {
    height: auto;
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  .infrastructure-section {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .quality-section .title span {
    font-size: 34px;
  }
}

@media (max-width: 991px) {
  .quality-section .title {
    font-size: 21px;
  }
}

@media (max-width: 991px) {
  .welcome-section {
    padding-top: 100px;
  }
}

@media (max-width: 991px) {
  .quality-section p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 991px) {
  .sub-title {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .care-section .sub-head {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .care-info-wrap {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .care-info {
    height: auto;
    margin-top: 70px;
  }
}

@media (max-width: 991px) {
  .contact-info {
    margin-bottom: 10px;
    height: auto;
  }
}

@media (max-width: 991px) {
  .map-box {
    margin: 0 0 30px 0;
  }
}

@media (max-width: 767px) {
  .cloud-top {
    top: 68%;
    width: 54px;
    right: 2%;
  }
}

@media (max-width: 767px) {
  .sun {
    width: 70px;
  }
}

@media (max-width: 767px) {
  .sun-cloud {
    right: 30px;
    top: 80px;
    width: 80px;
  }
}

@media (max-width: 767px) {
  .info-section .bg-shape {
    width: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 70%, 0% 70%);
  }
}

@media (max-width: 767px) {
  .cloud-center {
    width: 70px;
  }
}

@media (max-width: 767px) {
  .grid-item {
    height: 294px;
    width: 236px;
  }
}

@media (max-width: 767px) {
  .grid-item img {
    width: 195px;
  }
}

@media (max-width: 767px) {
  .inner-header {
    padding: 20px 0;
    background-size: cover;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .quality-section .title {
    font-size: 40px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .quality-section .title span {
    font-size: 62px;
  }
}

@media (max-width: 767px) {
  .quality-section p {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  .header {
    background-size: contain;
  }
}

@media (max-width: 575px) {
  .welcome-section {
    padding-top: 50px;
  }
}

@media (max-width: 575px) {
  .quality-section .title {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .quality-section .title span {
    font-size: 50px;
  }
}

@media (max-width: 575px) {
  .khakhra-hed {
    margin: 0 0 10px 0;
  }
}

@media (max-width: 575px) {
  .sun {
    width: 60px;
    top: 0;
  }
}

@media (max-width: 575px) {
  .sun-cloud {
    right: 30px;
    top: 50px;
    width: 60px;
  }
}

@media (max-width: 575px) {
  .cloud-center {
    top: 18%;
    width: 50px;
  }
}

@media (max-width: 575px) {
  .footer {
    background: url(../../assets/img//ftr-img.jpg) no-repeat left -8px bottom, #faf9db;
  }
}

@media (max-width: 575px) {
  .cloud-top {
    width: 36px;
    right: 2%;
    top: 69%;
  }
}

@media (max-width: 575px) {
  .header-text .title {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .why-section .info-box {
    margin-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .info-section ul {
    margin-bottom: 20px;
  }
}

@media (max-width: 540px) {
  .grid-item {
    height: 370px;
    width: 329px;
  }
}

@media (max-width: 540px) {
  .grid-item img {
    height: auto;
    width: 275px;
  }
}

@media (max-width: 540px) {
  .filters li a {
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 700;
  }
}

@media (max-width: 540px) {
  .nav-contact {
    display: none;
  }
}

@media (max-width: 540px) {
  .nav-social {
    justify-content: flex-end;
    width: 100%;
  }
}

@media (max-width: 540px) {
  .navbar {
    top: 43px;
  }
}

@media (max-width: 540px) {
  .title-top {
    font-size: 18px;
    margin-bottom: 0;
  }
}

@media (max-width: 540px) {
  .main-title {
    font-size: 24px;
  }
}

@media (max-width: 540px) {
  .whatsapp_float {
    width: 36px;
    height: 36px;
    bottom: 8px;
    right: 8px;
    font-size: 20px;
  }
}

@media (max-width: 540px) {
  .whatsapp-icon {
    margin-top: 8px;
  }
}

