@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
@import url("https://fonts.googleapis.com/css2?family=Carattere&family=Playfair+Display:wght@500&family=Poppins:ital,wght@1,100&family=Roboto:wght@300&display=swap");

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}

a {
  text-decoration: none;
}

.clear {
  clear: both;
}

.ovh {
  overflow: hidden;
}

.error {
  color: red;
}

.success {
  color: green;
}

a:hover {
  text-decoration: none;
}

.headline {
  text-align: center;
  margin-bottom: 50px;
  color: forestgreen;
}

.headline h2 {
  font-size: 28px;
  font-weight: 700;
  font-family: 'Oswald', sans-serif !important;
  text-transform: capitalize;
  margin-bottom: 10px;
  /* font-style: italic; */
}

.headline h3 {
  font-size: 18px;
  margin-top: 0;
}

.headline-white {
  color: #fff;
}

.bg-gray {
  background: #f2f3f3 !important;
}

.bg-white {
  background: #ffffff !important;
}

.top {
  width: 100%;
  height: 40px;
  background: #3F5F26;
}

.top .left {
  float: left;
}

.top .left ul {
  padding-top: 8px;
}

.top .left ul li {
  list-style-type: none;
  float: left;
  margin-right: 14px;
  color: #0d1452;
}

.top .left ul li i {
  color: #0d1452;
}

.top .right {
  float: right;
}

.top .right ul {
  padding-top: 8px;
  padding-right: 15px;
}

.top .right ul li {
  list-style-type: none;
  float: left;
  margin-left: 5px;
  font-size: 16px;
  color: white;
}

.top .right ul li i {
  background-color: white;
  color: #3F5F26;
  padding: 5px;
  border-radius: 10px;
}

.top .right ul li a {
  color: #0d1452;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  display: block;
  transition: all 0.4s ease;
}

.top .right ul li a:hover {
  background: #0d1452;
  color: #fff;
}

.header {
  width: 100%;
  height: auto;
  background: #fff;
}

.header .inner {
  height: auto;
  display: table;
}

.header .logo {
  float: none;
  display: table-cell;
  vertical-align: middle;
}

.header .logo img {
  max-width: 100%;
  height: 80px;
}

.header .navbar-form .form-control {
  width: 300px;
}

.header .search-area {
  float: none;
  display: table-cell;
  vertical-align: middle;
}

.header .search-area .form-group {
  width: calc(100% - 84px);
}

.header .search-area button {
  width: 80px;
}

.header .search-area form {
  width: 100%;
}

.header .right {
  float: none;
  display: table-cell;
  vertical-align: middle;
  padding-right: 0;
}

.header .right ul {
  float: right;
  margin-bottom: 0;
}

.header .right ul li {
  list-style-type: none;
  float: left;
  margin-left: 14px;
  color: #0d1452;
}

.header .right ul li a {
  color: #50375e;
  font-size: 14px;
  text-decoration: none;
}

.header .navbar-form .search-top {
  width: 100%;
}

.nav {
  background: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.menu-container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  /* background: #50375E; */
  justify-content: center;
  padding-top: 25px;
}

/* .menu-container1 {
  justify-content: center;
} */

.menu-mobile {
  display: none;
  padding: 20px;
  color: #50375e;
}

.menu-mobile:hover {
  color: #50375e;
}

.menu-mobile:after {
  content: "\f0ca";
  font-family: "FontAwesome";
  font-size: 2.5rem;
  padding: 0;
  float: right;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
}

.menu-dropdown-icon:before {
  content: "\f0ae";
  font-family: "FontAwesome";
  display: none;
  cursor: pointer;
  float: right;
  padding: 1.5em 2em;
  background: #50375e;
  color: #333;
}

.menu>ul {
  margin: 0 auto;
  width: 100%;
  list-style: none;
  padding: 0;
  position: relative;
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  box-sizing: border-box;
}

.menu>ul:before,
.menu>ul:after {
  content: "";
  display: table;
}

.menu>ul:after {
  clear: both;
}

.menu>ul>li {
  float: left;
  padding: 0px 0px 0px 10px;
  margin: 0;
  padding-bottom: 10px;
}

.nav::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 48px;
  background: url('../images/header_after.avif') no-repeat top center;
  top: 84px;
  left: 0;
  z-index: 99;
}

.menu>ul>li a {
  text-decoration: none;
  padding: 8px 7px 8px 10px;
  display: block;
  color: #50375e;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  transition: 0.5s;
  /* border: 1px solid black; */
  border-radius: 5px;
}

.menu>ul>li a:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.menu>ul>li a::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 0px;
  border-top: 2px solid #0d8138;
  transition: 0.5s;
}

.menu>ul>li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  border-bottom: 2px solid #0d8138;
  transition: 0.5s;
}

.menu>ul>li a:hover::after {
  width: 100%;
}

.menu>ul>li a:hover::before {
  width: 100%;
}

.menu>ul>li>ul {
  display: none;
  width: 100%;
  background: #f0f0f0;
  padding: 20px;
  position: absolute;
  z-index: 999999;
  left: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

.menu>ul>li>ul:before,
.menu>ul>li>ul:after {
  content: "";
  display: table;
}

.menu>ul>li>ul:after {
  clear: both;
}

.menu>ul>li>ul>li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 25%;
  background: none;
  float: left;
}

.menu>ul>li>ul>li a {
  color: #777;
  padding: 0.2em 0;
  width: 95%;
  display: block;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  color: #333;
}

.menu>ul>li>ul>li>ul {
  display: block;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  box-sizing: border-box;
}

.menu>ul>li>ul>li>ul:before,
.menu>ul>li>ul>li>ul:after {
  content: "";
  display: table;
}

.menu>ul>li>ul>li>ul:after {
  clear: both;
}

.menu>ul>li>ul>li>ul>li {
  float: left;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  font-size: 0.8em;
}

.menu>ul>li>ul>li>ul>li a {
  border: 0;
}

.menu>ul>li>ul.normal-sub {
  width: 220px;
  left: auto;
  padding: 10px 20px;
}

.menu>ul>li>ul.normal-sub>li {
  width: 100%;
}

.menu>ul>li>ul.normal-sub>li a {
  border: 0;
  padding: 1em 0;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 959px) {
  .menu-container {
    width: 100%;
  }

  .menu-mobile {
    display: block;
  }

  .menu-dropdown-icon:before {
    display: block;
  }

  .menu>ul {
    display: none;
  }

  .menu>ul>li {
    width: 100%;
    float: none;
    display: block;
    border: none;
  }

  .menu>ul>li a {
    padding: 0.5em;
    width: 100%;
    display: block;
  }

  .menu>ul>li>ul {
    position: relative;
  }

  .menu>ul>li>ul.normal-sub {
    width: 100%;
  }

  .menu>ul>li>ul>li {
    float: none;
    width: 100%;
    margin-top: 20px;
  }

  .menu>ul>li>ul>li:first-child {
    margin: 0;
  }

  .menu>ul>li>ul>li>ul {
    position: relative;
  }

  .menu>ul>li>ul>li>ul>li {
    float: none;
  }

  .menu .show-on-mobile {
    display: block;
    margin-top: 10px;
  }
}

.bx-wrapper {
  position: relative;
  box-shadow: none;
  border: 0;
  margin-bottom: 0;
}

.bx-controls {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
}

.welcome {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #333;
  text-align: center;
  padding: 70px 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}

.welcome .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: #333;
}

.welcome h2 {
  color: #fff;
  margin-bottom: 25px;
}

.welcome p {
  color: #fff;
}

.welcome p.button {
  color: #fff;
  margin-top: 35px;
}

.welcome p.button a {
  background: #0d1452;
  color: #fff;
  padding: 10px 14px;
  transition: all 0.4s ease;
  text-decoration: none;
}

.welcome p.button a:hover {
  background: #fff;
  color: #0d1452;
}

.service {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 70px 0;
}

.service .item {
  text-align: center;
}

.service .icon {
  text-align: center;
}

.service .icon i {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: #0d1452;
  color: #fff;
  font-size: 38px;
  border-radius: 50%;
}

.product .product-carousel {
  position: relative;
}

.product .owl-controls {
  position: absolute;

  left: 50%;
}

.product .owl-controls .owl-prev,
.product .owl-controls .owl-next {
  background: #353535;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding-left: 13px;
  padding-right: 13px;
}

.product .owl-controls .owl-prev i,
.product .owl-controls .owl-next i {
  font-size: 14px;
}

.product .owl-controls .owl-prev:hover,
.product .owl-controls .owl-next:hover {
  background: #0d1452;
}

.product .text {
  /* background: #195E4B; */
  padding: 14px;
  overflow: hidden;
  position: absolute;
  /* background: #195E4B; */
  padding: 14px;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 15px;
  color: white;
}

.product .text del {
  color: red;
}

.product .text h3 {
  font-weight: 700;
  text-align: center;
  color: #353535;
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 0;
}

.product .text h3 a {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  line-height: 1.5;
}

.product .text h3 a:hover {
  text-decoration: none;
}

.product .text h4 {
  color: #fff;
  text-align: center;
  font-size: 18px;
}

.product .text p {
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 14px;
}

.product .text p a {
  background: #0d1452;
  color: #fff;
  font-size: 14px;
  padding: 6px 10px;
  transition: all 0.4s ease;
  text-decoration: none;
}

.product .out-of-stock {
  width: 100%;
  text-align: center;
}

.product .out-of-stock .inner {
  display: inline-block;
  background: #0d1452;
  color: #fff;
  font-size: 14px;
  padding: 6px 10px;
  transition: all 0.4s ease;
  /* text-decoration: line-through; */
}

.product .text .rating {
  text-align: center;
}

.product .text p a:hover {
  background: #333;
}

.product .item .thumb {
  position: relative;
  overflow: hidden;
  /* border: 2px solid #195e4b; */
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  /* border-top-right-radius: 50px;
  border-bottom-left-radius: 50px; */
}

.product .item .thumb .photo {
  width: 100%;
  height: 350px;
  background: url("../images/p-bg.jpg");
  -webkit-background-size: cover;
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.product .item .thumb .overlay {
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background: #114235b0;
}

.product .item:hover .thumb .overlay {
  opacity: 1;
  filter: alpha(opacity=1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.product-cat {
  padding-top: 14px;
}

.product-cat .item {
  margin-bottom: 30px;
}

.product .item-product-cat {
  border: 0;
}

.product .item-product-cat .inner {
  border: 2px solid #e5e5e5;
}

.product .item-search-result {
  border: 0;
}

.product .item-search-result .inner {
  border: 2px solid #e5e5e5;
}

.product .item-search-result:nth-of-type(4n + 1) {
  clear: both;
}

.product .item-product-cat:nth-of-type(3n + 1) {
  clear: both;
}

.testimonial-v1 {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.testimonial-v1 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #353535;
  opacity: 0.7;
}

.testimonial-v1 .container {
  position: relative;
  z-index: 9999;
}

.testimonial-v1 .heading {
  margin-bottom: 50px;
}

.testimonial-v1 .heading h2 {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.testimonial-v1 .heading p {
  font-size: 14px;
  text-align: center;
  color: #fff;
}

.testimonial-v1 .testimonial-carousel {
  text-align: center;
  position: relative;
  width: 70%;
  margin: 0 auto;
}

.testimonial-v1 .content .comment {
  color: #fff;
  padding: 14px 50px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  position: relative;
}

.testimonial-v1 .content .comment p {
  margin: 0 auto;
  color: #fff;
  font-size: 14px;
}

.testimonial-v1 .author {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.testimonial-v1 .photo {
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
}

.testimonial-v1 .photo img {
  width: 80px;
  height: 80px;
  float: right;
  margin-right: 25px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.testimonial-v1 .text {
  display: inline-block;
  vertical-align: top;
}

.testimonial-v1 .text h3 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: left;
  margin-top: 10px;
}

.testimonial-v1 .text h4 {
  font-size: 13px;
  color: #fff;
  text-align: left;
}

.testimonial-v1 .owl-nav {
  margin-top: 20px;
}

.testimonial-v1 .owl-nav i {
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 20px;
  text-align: center;
}

.testimonial-v1 .owl-nav .owl-prev,
.testimonial-v1 .owl-nav .owl-next {
  color: #fff;
  background: none;
  position: absolute;
  top: 14%;
}

.testimonial-v1 .owl-nav .owl-prev i,
.testimonial-v1 .owl-nav .owl-next i {
  font-size: 30px;
  font-weight: bold;
}

.testimonial-v1 .owl-nav .owl-prev {
  left: -80px;
}

.testimonial-v1 .owl-nav .owl-next {
  right: -80px;
}

.testimonial-v1 .owl-nav .owl-prev:hover,
.testimonial-v1 .owl-nav .owl-next:hover {
  background: none;
}

.home-blog {
  width: 100%;
  height: auto;
  padding: 70px 0;
  overflow: hidden;
}

.home-blog .item {}

.home-blog .item .photo {
  width: 100%;
  height: 300px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.home-blog .text {
  padding: 14px;
  background: #f2f3f3;
}

.home-blog .text h3 {
  margin-top: 0;
  font-size: 18px;
  font-weight: 700;
}

.home-blog .text p.button {
  margin-top: 25px;
}

.home-blog .text p.button a {
  background: #0d1452;
  color: #fff;
  font-size: 14px;
  padding: 6px 10px;
  transition: all 0.4s ease;
}

.home-blog .text p.button a:hover {
  background: #333;
}

.footer-main {
  width: 100%;
  height: auto;
  padding: 50px 0;
  background: #2a2a2a;
}

.footer-main h3 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 25px;
  border-bottom: 1px solid #525252;
}

.footer-main h3:after {
  content: "";
  position: absolute;
  width: 50px;
  background: #0d1452;
  left: 0;
  bottom: -2px;
  height: 4px;
}

.footer-main .footer-col p {
  color: #a3a3a3;
  font-size: 14px;
  line-height: 22px;
}

.footer-main .footer-col p a {
  color: #a3a3a3;
}

.footer-main .footer-col p span {
  display: block;
  color: #a3a3a3;
}

.footer-main .footer-col ul li {
  color: #a3a3a3;
  font-size: 14px;
  line-height: 22px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  list-style-type: none;
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
}

.footer-main .footer-col ul li a {
  color: #a3a3a3;
  font-size: 14px;
  line-height: 22px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.footer-main .footer-col ul li a:hover {
  color: #fff;
}

.footer-main .footer-col ul li:before {
  color: #a3a3a3;
  content: "\f0a4";
  font-family: "FontAwesome";
  left: 0;
  position: absolute;
  top: 0;
}

.footer-main .footer-col .contact-item {
  color: #a3a3a3;
  font-size: 14px;
  overflow: hidden;
  margin-bottom: 10px;
  display: table;
}

.footer-main .footer-col .contact-item .icon {
  width: 35px;
  display: table-cell;
  vertical-align: top;
  font-size: 14px;
  margin-right: 10px;
}

.footer-main .footer-col .contact-item .icon i {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #dedede;
  color: #2a2a2a;
  border-radius: 50%;
}

.footer-main .footer-col .contact-item .text {
  display: table-cell;
  vertical-align: top;
  line-height: 22px;
  display: block;
}

.footer-main .footer-col p.social {
  margin-bottom: 10px;
}

.footer-bottom {
  width: 100%;
  height: auto;
  background: url(../images/bg-w.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding: 16px 0;
}

.footer-bottom .copyright {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}

.scrollup {
  position: fixed;
  z-index: 99999;
  bottom: 20px;
  right: 20px;
  display: none;
}

.scrollup i {
  width: 50px;
  height: 50px;
  line-height: 40px;
  border-radius: 50%;
  background: #0d1452;
  color: #fff;
  border: 4px solid #0d1452;
  text-align: center;
  font-size: 26px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.scrollup i:hover {
  opacity: 1;
  filter: alpha(opacity=1);
}

ul.prod-slider li {
  height: 450px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top center;
  position: relative;
  width: 450px !important;
}

ul.prod-slider li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 99999999;
}

.product .single-prod-image {
  width: 100%;
  /* Adjust the width as needed */
  height: auto;
  /* Maintain aspect ratio */
  overflow: hidden;
  /* Hide any overflowing content */
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  border-radius: 20px;
}

.product .single-prod-image img {
  display: block;
  /* Make the image a block element */
  width: 100%;
  /* Ensure the image fills its container */
  height: auto;
  /* Maintain aspect ratio */
  object-fit: cover;
  /* Cover the entire container, maintaining aspect ratio */
  padding: 10px;
  border-radius: 20px;
}


.bx-controls {
  display: none;
}

.prod-pager-thumb {
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top center;
}

#prod-pager {
  margin-top: 20px;
}

#prod-pager a {
  float: left;
  margin-right: 3px;
}

ul.nav-tabs {
  margin-top: 50px;
}

.product .p-title h2 {
  color: #0d1452;
  font-size: 32px;
  font-weight: 700;
}

.product .p-status {
  margin-bottom: 10px;
}

.product .p-review {
  margin-bottom: 10px;
}

.product .p-price {
  line-height: 30px;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}

.product .p-price span {
  font-size: 18px;
}

.product .p-price del {
  color: #ff1010;
}

/* .product .p-short-des {
  margin-bottom: 30px;
} */

.product .p-short-des p {
  font-size: 14px;
}

.product .p-quantity {
  font-weight: 700;
  line-height: 30px;
  /* margin-bottom: 35px; */
  font-size: 14px;
}

.product .p-quantity input[type="number"] {
  height: 30px;
  width: 60px;
  border: 2px solid #c7c7c7;
}

.product .btn-cart {
  margin-bottom: 30px;
  margin-top: 20px;
}

.product .btn-cart a {
  padding: 10px 14px;
  background: #0d1452;
  color: #fff;
}

.product .btn-cart1 input[type="submit"] {
  border: 1px solid #00000063;
  padding: 12px 12px;
  background: #fef6e9;
  color: black;
  height: auto;
  width: 50%;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 1px 1px 0px 0px, 2px 2px 0px 0px, 3px 3px 0px 0px, 4px 4px 0px 0px, 5px 5px 0px 0px;

}



.product .btn-cart1 input[type="submit"]:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;

}

.product .share {
  line-height: 30px;
  font-weight: 700;
}

.product .nav {
  background: transparent;
}

.product .nav-tabs li a {
  font-weight: 700;
  font-size: 12px;
  color: #000;
  text-decoration: none;
}

.product .tab-content>.tab-pane {
  padding-top: 20px;
}

.review-form h2 {
  font-size: 24px;
  font-weight: 700;
}

.review-form .btn-default {
  background: #0d1452;
  color: #fff;
  border-radius: 0;
  border: 0;
  padding: 10px 14px;
}

.rating-section {
  margin-bottom: 14px;
}

.page-banner {
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.page-banner .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: #333;
}

.page-banner h1 {
  color: #fff;
  text-align: center;
  z-index: 999;
  position: relative;
}

.page {
  width: 100%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.page h3.special {
  font-size: 22px;
  font-weight: 600;
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 25px;
  border-bottom: 1px solid #b9b9b9;
  position: relative;
}

.page h3.special:after {
  content: "";
  position: absolute;
  width: 50px;
  background: #0d1452;
  left: 0;
  bottom: -2px;
  height: 4px;
}

/*new css*/

.cart {
  width: 100%;
  height: auto;
}

.cart table img {
  width: 100px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.cart table tr td {
  vertical-align: middle;
  font-size: 16px;
  width: 15rem;
}

.checkout-sec .cart table tr td {
  width: auto;
}

.cart table tr th {
  font-size: 16px;
  /* font-weight: lighter; */
}

.billing-address table.bill-address tr td:nth-of-type(1) {
  font-size: 16px;

}

.billing-address .table-bordered>tbody>tr>td {
  font-size: 14px;
}

.cart input[type="number"] {
  height: 30px;
  width: 70px;
  border: 2px solid #c7c7c7;
  padding-left: 10px;
  padding-right: 10px;
}

.cart table tr td .trash {
  color: #0d1452;
  font-size: 18px;
}

.cart table tr td.total-text,
.cart table tr th.total-text {
  text-align: right;
  font-size: 14px;
}

.cart table tr td.total-amount,
.cart table tr th.total-amount {
  text-align: right;
  font-size: 14px;
}

.cart-buttons {
  width: 100%;
  float: right;
  margin-top: 40px;
}

.cart-buttons ul {
  float: right;
}

.cart-buttons li {
  float: left;
  list-style-type: none;
  margin-left: 14px;
}

.cart-buttons li input[type="submit"],
.cart-buttons li a {
  border: 1px solid #00000063;
  padding: 12px 12px;
  background: #fef6e9;
  color: black;
  height: auto;
  /* width: 50%; */
  font-size: 16px;
  font-weight: 600;
  box-shadow: 1px 1px 0px 0px, 2px 2px 0px 0px, 3px 3px 0px 0px, 4px 4px 0px 0px, 5px 5px 0px 0px;
}

.cart-buttons li input[type="submit"]:hover {
  background: #ffffff;
  color: #000000;
}

.cart-buttons li a:hover {
  background: #ffffff;
  color: #000000;
}

.cform input[type="submit"] {
  background: #0d1452;
  border: 0;
}

.cform address span,
.cform address a span {
  color: #0d1452;
}

.page iframe {
  width: 100%;
}

.gal-container {
  padding: 12px;
}

.gal-item {
  overflow: hidden;
  padding: 3px;
}

.gal-item .box {
  height: 350px;
  overflow: hidden;
}

.box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.gal-item a:focus {
  outline: none;
}

.gal-item a:after {
  content: "\e003";
  font-family: "Glyphicons Halflings";
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  right: 3px;
  left: 3px;
  top: 3px;
  bottom: 3px;
  text-align: center;
  line-height: 350px;
  font-size: 30px;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.gal-item a:hover:after {
  opacity: 1;
}

.modal-open .gal-container .modal {
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-open .gal-item .modal-body {
  padding: 0px;
}

.modal-open .gal-item button.close {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #000;
  opacity: 1;
  color: #fff;
  z-index: 999;
  right: -12px;
  top: -12px;
  border-radius: 50%;
  font-size: 14px;
  border: 2px solid #fff;
  line-height: 25px;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
}

.modal-open .gal-item button.close:focus {
  outline: none;
}

.modal-open .gal-item button.close span {
  position: relative;
  top: -3px;
  font-weight: lighter;
  text-shadow: none;
}

.gal-container .modal-dialogue {
  width: 80%;
}

.gal-container .description {
  position: relative;
  height: 40px;
  top: -40px;
  padding: 10px 25px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: left;
}

.gal-container .description h4 {
  margin: 0px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.gal-container .modal.fade .modal-dialog {
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1);
  top: 100px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
  opacity: 1;
}

@media (min-width: 768px) {
  .gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
  }
}

@media (max-width: 768px) {
  .gal-container .modal-content {
    height: 250px;
  }
}

/* Footer Style */
i.red {
  color: #bc0213;
}

.gal-container {
  padding-top: 0px;
  padding-bottom: 75px;
}

.videos {
  padding-top: 30px;
  padding-bottom: 10px;
  text-align: center;
}

.videos .adv img {
  width: 100%;
  height: auto;
}

.videos .prop-4-col:nth-of-type(4n + 1) {
  clear: both;
}

.videos .prop-3-col:nth-of-type(3n + 1) {
  clear: both;
}

.videos h2 {
  color: #464646;
  font-family: "Open Sans", serif;
  font-size: 26px;
  font-weight: 800;
  position: relative;
  text-transform: uppercase;
}

.videos h3 {
  color: #464646;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 40px;
  margin-top: 20px;
}

.single-room {
  position: relative;
  margin-bottom: 30px;
  background: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.75);
}

.single-room .photo-col2 {
  width: 100%;
  height: 360px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.single-room .photo-col3 {
  width: 100%;
  height: 150px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.single-room-text {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.single-room-text h2 {
  background: #fff;
  font-size: 13px;
  line-height: 1.4;
  text-transform: none;
  margin-bottom: 0;
}

.single-room-text h2 a {
  color: #333;
  padding: 8px !important;
  font-weight: 600;
  display: block;
}

table.bill-address tr td:nth-of-type(1) {
  font-weight: bold;
  width: 200px;
}

.user-sidebar ul {
  text-align: center;
}

.user-sidebar ul li {
  list-style-type: none;
  border-bottom: 1px solid #fff;
  display: inline-block;
}

.user-sidebar ul li a {
  padding: 7px 20px;
  min-height: 40px;
  line-height: 40px;
  background: #eaeaea;
  color: forestgreen;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
}

.user-content h3 {
  margin-bottom: 20px;
}

.blog {
  background: #fff;
}

.blog .post-item {
  margin-bottom: 30px;
  overflow: hidden;
}

.blog .image-holder {
  width: 285px;
  float: left;
  position: relative;
  margin-right: 15px;
}

.blog .image-holder-single {
  width: 100%;
  float: none;
  position: relative;
}

.blog .image-holder-single img {
  width: 100%;
  height: auto;
}

.blog .image-holder .date {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  z-index: 999;
}

.blog .image-holder .day {
  width: 60px;
  height: 40px;
  line-height: 40px;
  background: #0d1452;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 16px;
}

.blog .image-holder .day:before {
  position: absolute;
  top: 22px;
  left: 24px;
  color: #0d1452;
  font-family: "FontAwesome";
  content: "\f0d7";
  font-size: 24px;
}

.blog .image-holder .month {
  width: 60px;
  height: 40px;
  line-height: 40px;
  background: #333;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
}

.blog .text {
  width: calc(100% - 300px);
  float: left;
}

.blog .text-single {
  width: 100%;
  float: none;
}

.blog .text-single h3 {
  font-family: "Roboto", sans-serif;
  margin-top: 20px;
}

.blog .text .inner {
  padding: 0 20px 20px 20px;
}

.blog h3 {
  font-family: "Roboto", sans-serif;
  text-align: left;
  color: #333;
  font-weight: 700;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.5;
  text-transform: uppercase;
}

.blog h3 a {
  font-family: "Roboto", sans-serif;
  color: #333;
}

.blog h3 a:hover {
  color: #0d1452;
}

.blog .text ul.status {
  overflow: hidden;
  margin-bottom: 15px;
}

.blog .text ul.status li {
  text-align: left;
  margin-bottom: 15px;
  color: #0d1452;
  font-size: 14px;
  float: left;
  list-style-type: none;
  margin-right: 15px;
  line-height: 18px;
  margin-bottom: 5px;
  padding-left: 0;
}

.blog .text ul.status li a {
  color: #0d1452;
}

.blog .text ul.status li i {
  margin-right: 8px;
}

.blog ul.status li:before {
  content: "";
}

.blog ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
  list-style-type: none;
}

.blog ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "FontAwesome";
  content: "\f044";
  color: #333;
}

.blog h1 {
  font-size: 24px;
  color: #0d1452;
  font-weight: bold;
}

.blog h2 {
  font-size: 20px;
  color: #0d1452;
  font-weight: bold;
}

.blog h3 {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}

.blog h4 {
  font-size: 16px;
  color: #0d1452;
  font-weight: bold;
}

.blog h5 {
  font-size: 14px;
  color: #0d1452;
  font-weight: bold;
}

.blog h6 {
  font-size: 12px;
  color: #0d1452;
  font-weight: bold;
}

.blog p {
  margin-bottom: 15px;
  font-size: 14px;
}

.blog p.button {
  margin-top: 20px;
}

.blog p.button a {
  font-family: "Roboto", sans-serif;
  background: #0d1452;
  color: #fff;
  padding: 10px 14px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog p.button a:hover {
  background: #444;
}

.blog .pagination {
  margin-top: 20px;
}

.blog .pagination ul {
  width: 100%;
  height: auto;
  text-align: center;
}

.blog .pagination ul li {
  display: inline-block;
  color: #333;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 10px;
  padding-left: 0;
}

.blog .pagination ul li:before {
  content: "";
}

.blog .pagination ul li a {
  background: #0d1452;
  color: #fff;
  display: block;
  font-size: 16px;
}

.blog .pagination ul li a i {
  margin-right: 0;
}

.blog .pagination ul li a:hover {
  background: #333;
}

.blog .pagination ul li a.active {
  background: #333;
}

.blog .gallery-carousel {
  position: relative;
  z-index: 999;
}

.blog .owl-controls {
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 999;
}

.blog .owl-controls .owl-prev,
.blog .owl-controls .owl-next {
  background: #333;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding-left: 13px;
  padding-right: 13px;
}

.blog .owl-controls .owl-prev i,
.blog .owl-controls .owl-next i {
  font-size: 16px;
}

.blog .owl-controls .owl-prev:hover,
.blog .owl-controls .owl-next:hover {
  background: #0d1452;
}

.blog .video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.blog .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog .audio {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

/**
 * ---------------------------------------------------
 * Sidebar Style
 * ---------------------------------------------------
 */
.sidebar {
  width: 100%;
}

.widget {
  overflow: hidden;
  margin-bottom: 30px;
}

.widget-search input {
  height: 36px;
  border: 2px solid #afafaf;
  float: left;
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.widget-search input:focus {
  border: 2px solid #0d1452;
}

.widget-search button {
  width: 42px;
  height: 36px;
  float: left;
  border: 2px solid #0d1452;
  background: #0d1452;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-left: 5px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.widget-search button:hover {
  background: #333;
  color: #fff;
  border-color: #333;
}

.widget h4 {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 6px;
  margin-bottom: 15px;
  border-bottom: 2px solid #0d1452;
}

.widget ul li {
  display: block;
  float: none;
  color: #333;
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}

.widget ul li:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  color: #333;
  top: 1px;
  left: 3px;
}

.widget ul li a {
  color: #333;
  font-size: 14px;
}

.widget ul li a:hover {
  color: #0d1452;
}

.widget ul.tag-cloud li {
  display: inline-block;
  padding-left: 0;
  padding: 4px 10px;
  border: 2px solid #afafaf;
  font-size: 12px;
  margin-right: 5px;
}

.widget ul.tag-cloud li:before {
  content: "";
}

.widget ul.tag-cloud li:hover {
  background: #0d1452;
  border: 2px solid #0d1452;
}

.widget ul.tag-cloud li:hover a {
  color: #fff;
}

.card .nav-tabs {
  border-bottom: 2px solid #ddd;
  background: #fff;
}

.card .nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {}

.card .nav-tabs>li>a {
  border: none;
  color: #666;
}

.card .nav-tabs>li.active>a,
.card .nav-tabs>li>a:hover {
  border: none;
  color: #0d1452 !important;
  background: transparent;
}

.card .nav-tabs>li>a::after {
  content: "";
  background: #0d1452;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: -1px;
  transition: all 250ms ease 0s;
  transform: scale(0);
}

.card .nav-tabs>li.active>a::after,
.nav-tabs>li:hover>a::after {
  transform: scale(1);
}

.tab-nav>li>a::after {
  background: #21527d none repeat scroll 0% 0%;
  color: #fff;
}

.tab-pane {
  padding: 14px 0;
}

.tab-content {
  padding: 20px;
}

.card {
  background: #fff none repeat scroll 0% 0%;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
}

.vid iframe {
  width: 100%;
  height: 250px;
}

div.pagination {
  padding: 3px;
  margin: 3px;
  z-index: 1000;
  font-size: 14px;
  margin-bottom: 20px;
}

div.pagination a {
  padding: 5px 7px;
  margin: 2px;
  border: 1px solid #cf0d42;
  text-decoration: none;
  /* no underline */
  background-color: #0d1452;
  color: #fff;
  font-weight: bold;
}

div.pagination a:hover,
div.pagination a:active {
  border: 1px solid #cf0d42;
  color: #fff;
  background-color: #b20b39;
}

div.pagination span.current {
  padding: 5px 7px;
  margin: 2px;
  border: 1px solid #cf0d42;
  font-weight: bold;
  background-color: #b20b39;
  color: #fff;
  font-weight: bold;
}

div.pagination span.disabled {
  padding: 5px 7px;
  margin: 2px;
  border: 1px solid #929693;
  color: #929693;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../img/1.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}

.ad-section img {
  width: 100% !important;
  height: auto !important;
}

.breadcrumb {
  background: #fff;
  margin-top: -40px;
}

.breadcrumb ul li {
  float: left;
  list-style-type: none;
  margin-right: 10px;
  color: #0d1452;
}

.breadcrumb ul li:last-child {
  color: #333;
}

.breadcrumb ul li a {
  color: #0d1452;
}

.bs-slider .item {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 500px;
}

.home-newsletter {
  padding: 80px 0;
  background: #0d1452;
}

.home-newsletter .single {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.home-newsletter .single h2 {
  font-size: 22px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 0;
}

.home-newsletter .single .form-control {
  height: 50px;
  border-color: #333;
  outline: none;
}

.home-newsletter .single .btn {
  min-height: 50px;
  background: #333;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}

.thumb img {
  transition: 0.5s;
}

.thumb:hover img {
  transform: scaleX(1.1);
}

/* css start */

.img-bg-box {
  background: url("../images/bg-img-2.gif");
  padding: 10px 10px;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-position: top, bottom;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px,
    rgba(17, 17, 26, 0.1) 0px 0px 8px;
  transition: all 2s ease-in-out;
}

.img-bg-box:hover {
  transform: scale(1.1);

  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.img-section {
  padding-bottom: 50px;
}

.tag-heading h2 {
  /* padding-bottom: 10px; */
  color: #195e4b;
  font-family: "Carattere", cursive;
  font-weight: 800;
  font-size: 28px;
  text-transform: capitalize;
}

.tag-heading-1 h1 {
  /* padding-bottom: 10px; */
  color: #fff;
  font-family: "Carattere", cursive;
  font-weight: 800;
  font-size: 35px;

  text-transform: capitalize;
}

.image {
  border: 2px solid #fff;
  width: 100%;
  /* height: 184px; */
  overflow: hidden;
  transition: all 2s ease-in-out;
}

.image:hover {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.image img {
  width: 100%;
  /* height: 300; */
  transition: all 2s ease-in-out;
}

.image:hover img {
  transform: scale(2, 2);
  cursor: pointer;
}

.about-section {
  background: url("../images/about-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 20px;
  /* padding: 0px 0px; */
  /* background-attachment: fixed; */
}

.para {
  font-size: 14px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  text-align: justify;
}

.button {
  width: 150px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
}

.button-2 {
  color: #fff;
  border: 3px solid #ac635d;
  background-image: -webkit-linear-gradient(30deg,
      #ac635d 50%,
      transparent 50%);
  background-image: linear-gradient(30deg, #ac635d 50%, transparent 50%);
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

/*=========== mahalaxmi css start =============*/
#app {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  background-image: linear-gradient(-225deg,
      #231557 0%,
      #44107a 29%,
      #ff1361 67%,
      #fff800 100%);
  background-clip: border-box;
  text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  animation: textclip 2s linear infinite;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

.about-cont {
  padding-top: 30px;
}

.about-cont p {
  color: #5c5a5aee;
  font-size: 12px;
  padding-top: 0px;
  font-weight: 600;
  text-align: justify;
}

.owl-carousel .owl-stage-outer {
  padding-bottom: 12px !important;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  display: none !important;
}

.card-section {
  background: linear-gradient(rgba(0, 0, 0, 0.562), rgba(0, 0, 0, 0.623)), url('../img/bg-img-1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.image-box {
  position: relative;
  width: 100%;
  margin: 30px 0px;
  background: url('../img/bg-img.jpg')
}

/* .image-1 {
  display: block;
  width: 100%;
  height: auto;
} */

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #09720594;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.container:hover .overlay {
  height: 100%;
}

.text {
  color: white;
  font-size: 20px;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.small-heading h5 {
  color: #50375e;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.hindi-sec {
  padding: 20px 0px;
}

.planting-img {
  padding: 10px;
}

.planting-img img {
  padding: 10px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);

}

.planting-img:hover img {
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);

}


.about-content {
  color: #000000;
  font-size: 14px;
  padding-top: 0px;
  font-weight: 500;
  text-align: justify;
  line-height: 2em;
}

.footer-section {
  background: url(../images/footer-bg.PNG);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.footer-logo img {
  background: #fff;
  padding: 10px;
}

.footer-logo p {
  padding-top: 15px;
  font-size: 14px;
  text-align: left;
}

.arrow-sine {
  padding-left: 50px;
  font-size: 18px;
  color: #0d8138;
}

.about-bgimg img {
  width: 100%;
}

.about-bgimg {
  position: relative;
}

.heading1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #50375e !important;
}

.heading1 h1 {
  color: #0d8138 !important;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
}

.breadcrumb-item a {
  text-decoration: none;
  color: var(--blue) !important;
}

.breadcrumb li {
  color: var(--black) !important;
}

.breadcrumb li:hover {
  color: var(--blue) !important;
}

.arrow-icon {
  margin-left: 5px;
  font-size: 12px;
}

.breadcrumb-item a:hover {
  text-decoration: none;
  color: var(--black);
}

/* .logo-box img{
  width: 120px;
  height: auto;
} */

.logo-box img {
  width: 170px;
  height: auto;
  position: absolute;
  z-index: 999;
  /* background-color: #fff; */
  padding: 10px;
  border-radius: 0 0 20px 40px;
}

.nav {
  height: 85px;
}

@media only screen and (max-width:992px) {
  .heading1 h1 {
    font-size: 30px;
  }
}

@media only screen and (max-width:768px) {
  .heading1 h1 {
    font-size: 20px;
  }
}

@media only screen and (max-width:576px) {
  .heading1 h1 {
    font-size: 15px;
  }

  .breadcrumb {
    display: none !important;
  }
}

@media (max-width:992px) {
  .menu-container {
    margin: 0 auto;
    display: contents;
    padding-top: 10px;
  }

  .ul.prod-slider li {
    width: 413px !important;
  }

  .logo-box img {
    width: 80px;
    padding: 0px;
  }

  .item {
    padding: 10px;
  }
}


.servece-0111 {
  position: relative;
  height: 5px;
  width: 65px;
  border-radius: 8px;
  background-color: #009855;
  display: block;
  margin: 18px auto 20px auto;
}

.home-welcome span {
  font-size: 32px;
  color: #323232;
  font-weight: 100;
  margin-top: -47px;
  font-family: 'Oswald', sans-serif !important;
  position: absolute;
  left: 99px;
}

.home-welcome h1 {
  font-size: 60px;
  font-weight: 600;
  color: #009a58;
  text-transform: capitalize !important;
  margin-top: 10px;
  font-family: Verdana, sans-serif;
}

.tagline {
  font-size: 24px !important;
  font-style: Verdana, sans-serif;
  ;
  color: #ffc000 !important;
  font-weight: 600;
  line-height: 32px !important;
  text-align: left !important;
}

.home-welcome p {
  font-size: 18px;
  color: #333;
  line-height: 30px;
  text-align: justify;
}

.about-company img {
  width: 100%;
  height: auto;
}

.read-more {
  color: #fff;
  border: 2px solid #7fc241;
  font-size: 18px;
  font-weight: 400;
  padding: 8px 15px;
  text-decoration: none;
  background-color: #7fc241;

}

.read-more:hover {
  color: #333;
  background-color: #ffffff;
  text-decoration: none;
  border: 2px solid #7fc241;
}

.bg-counter1 {
  background-color: #1cb836;
}

.counter1-box-p {
  padding-top: 25px;
  padding-left: 35px;
}

.bg-counter1-box {
  padding-left: 25px;
}

.bg-counter1-box::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background-color: rgba(88, 88, 88, .35);
}

.ct-counter-icon {
  line-height: 1;
  margin-right: 8px;
}

.ct-counter-icon i {
  color: #fff;
  font-size: 30px;
  position: absolute;
  top: 12px;
}

.ct-counter-number {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  padding-left: 45px;
}

.ct-counter-title {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}

.bg-counter1-box::after {
  content: '';
  width: 4px;
  height: 22px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
  -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
  -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
  -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
  -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
  transition: all .25s cubic-bezier(.645, .045, .355, 1);
}

.bg-counter2-box {
  background-color: #24397ac2;
  padding: 15px;
}

.item--icon {
  width: 52px;
  height: 56px;
  line-height: 56px;
  min-width: 52px;
  background-color: #fff;
  margin-right: 13px;
  text-align: center;
  -webkit-box-shadow: 0 9px 18px rgba(12, 12, 12, .19);
  -khtml-box-shadow: 0 9px 18px rgba(12, 12, 12, .19);
  -moz-box-shadow: 0 9px 18px rgba(12, 12, 12, .19);
  -ms-box-shadow: 0 9px 18px rgba(12, 12, 12, .19);
  -o-box-shadow: 0 9px 18px rgba(12, 12, 12, .19);
  box-shadow: 0 9px 18px rgba(12, 12, 12, .19);
  position: absolute;
}

.item--icon i {
  font-size: 40px;
  color: #000;
  padding-top: 10px;
}

.item--title {
  font-size: 24px;
  line-height: 26px;
  color: #ffffff;
  margin-top: 4px;
  font-family: inherit;
  margin-bottom: 12px;
  margin-left: 72px;
}

.ct-text-editor {
  font-size: 20px;
  color: #ffffff;
  padding-top: 5px;
  font-weight: 700;
}

.home-prod-sec {
  padding: 50px 0 0 0;
  /* background-image: url('../images/bg-pd.png');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center; */
  background: #f7f6f2;
}

.home-prod-sec .headline h2 {
  color: rgb(0, 0, 0);
  font-weight: 600;
  font-size: 30px;
  font-family: 'Oswald', sans-serif !important;
}

.why-heading {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: left;
}

.products-about {
  font-family: 'Oswald', sans-serif !important;
  font-size: 40px;
  font-weight: 600;
  color: #009a58;
  text-transform: capitalize;
  margin-top: 5px;
  text-align: center;
}

.box-po {
  padding-bottom: 20px;
  padding-top: 10px;
}

.quality-01 {
  background-color: #f7f8f8;
  padding: 0;
  text-align: center;
  margin-top: 40px;
  border-radius: 5px;
  box-shadow: 0 6px 9px rgb(0 0 0 / 6%);
}

.list-icon {
  color: #80c33f;
  text-align: center;
  font-size: 50px !important;
  line-height: 75px !important;
  border-radius: 100px;
  border: 4px solid #f7f8f8;
  height: 82px;
  width: 82px;
  margin-top: -40px;
  background-color: #fff;
}

.quality-01 h3 {
  font-size: 18px;
  color: #191c22;
  font-weight: 500;
  padding: 20px 10px 30px 10px;
  margin: 0;
  line-height: 28px;
}

/* .ask-our-bg {
  padding: 100px 0 55px 0;
  background-image:  url('../images/bg-w.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
} */

.testimonials {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
  font-family: 'Poppins', sans-serif
}

.testimonials::before {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  /* background: rgba(255, 216, 50, .7); */
}

.testimonials .title {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  padding: 20px 0;
  max-width: 600px;
  margin: 0 auto;
}

.testimonials .title h5 {
  color: #EB6D2F;
  line-height: 1.2em;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: -3px;
}

.testimonials .title h2 {
  color: #009a58;
  line-height: 1.2em;
  font-weight: 900;
  font-size: 41px;
  letter-spacing: -1px;
  margin: 0
}

.testimonials .title img {
  margin-top: -10px;
}

.testimonials .title p {
  margin: 0 0 10px;
  margin-bottom: 0;
  color: #5A3733;
}

.testimonials .testi .item {
  background: #f7f8f8;
  padding: 50px 30px;
}

.testimonials .testi .item .profile {
  display: flex;
  padding-left: 15px;
}

.testimonials .testi .item .profile img {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  object-fit: cover
}

.testimonials .testi .item .profile .information {
  padding-left: 20px;
  margin-bottom: 15px
}

.testimonials .testi .item .profile .information .stars i {
  color: #ffd832
}

.testimonials .testi .item .profile .information p {
  font-size: 24px;
  margin: 0px auto 0px;
  color: #5A3733;
  font-weight: 900;
  line-height: 1;
}

.testimonials .testi .item .profile .information span {
  color: #EB6D2F;
  font-weight: bold;
  margin-top: -4px;
  line-height: 1.6em;
  font-size: 14px;
}

.testimonials .testi .item>p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.6em;
  display: block;
  z-index: 2;
  color: #000000;
  text-align: center;
}

.testimonials .testi .item .icon {
  text-align: center;
}

.testimonials .testi .item .icon i {
  font-size: 32px;
  color: #FFD832;
}

.page .text {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  padding: 8px 12px;
  width: 100%;
  text-align: center;
  /* transition: .5s; */
  text-transform: capitalize;
}

.text-link {
  font-size: 16px;
  font-weight: 600;
  margin-top: 90px;
  text-align: center;
  text-transform: capitalize;
}

.text-link a {
  color: #39b703;

}

.mob-nav {
  display: none;
}

@media (max-width:992px) {
  .home-welcome h1 {
    font-size: 40px;
    font-weight: 600;
  }

  .quality-01 {
    margin-top: 60px;
  }

  .desk-nav {
    display: none;
  }
}


.page {
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 100vh; */
  background-color: #f2f3f3;
}

.page .container {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px inset;
  padding: 20px;
  width: 75%;
}

.product-det {
  background-color: #f2f3f3;
}

.product-det .container {
  background-color: #f2f3f3;
}


.form-sec {
  padding: 20px;
}

.user-content {
  text-align: center;
}

.left-side-p {
  padding: 20px;
}

.error,
.success {
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.error {
  background-color: #ff7f7f;
}

.success {
  background-color: #66bb6a;
}

.form-group {
  margin-bottom: 20px;
}

.form-sec label {
  display: block;
  font-weight: bold;
  font-size: 14px;
  /* color: green; */
}

.form-sec input[type="password"],
.form-sec input[type="submit"] {
  width: 25%;
  /* padding: 25px; */
  border-radius: 5px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.login-sect .form-sec input[type="email"],
.login-sect .form-sec input[type="password"] {
  width: 100%;
}


.login-sect .form-sec input[type="submit"] {
  width: 75%;
}

.form-sec input[type="submit"] {
  border: 1px solid #00000063;
  padding: 12px 12px;
  background: #0199be;
  color: white;
  height: auto;
  font-size: 16px;
  font-weight: 600;
}

.form-sec input[type="submit"]:hover {
  background-color: #ffffff;
  color: #0199be;

}

.form-sec a {
  color: #e4144d;
  text-decoration: none;
  font-size: 12px;
}

.form-sec a:hover {
  text-decoration: underline;
}

.form-control {
  font-size: 14px !important;
}

.headline p {
  font-size: 16px;
}


.button-24 {
  background: forestgreen;
  border: 1px solid forestgreen;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: nunito, roboto, proxima-nova, "proxima nova", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 16px;
  min-height: 40px;
  outline: 0;
  padding: 12px 14px;
  text-align: center;
  text-rendering: geometricprecision;
  text-transform: none;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
}

.button-24:hover,
.button-24:active {
  background-color: initial;
  background-position: 0 0;
  color: forestgreen;
}

.button-24:active {
  opacity: .5;
}


.user-content {
  text-align: center;
}

.login-headline {
  margin-bottom: 30px;
}

.login-headline h2 {
  font-size: 28px;
  color: #333;
  margin-bottom: 10px;
}

.login-headline p {
  font-size: 16px;
  color: #666;
  margin-bottom: 0;
}

.error,
.success {
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.error {
  background-color: #ff7f7f;
}

.success {
  background-color: #66bb6a;
}

.form-group {
  margin-bottom: 20px;
}

label {
  display: block;
  font-weight: bold;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}


.form-sec a {
  color: #e4144d;
  text-decoration: none;
}

.form-sec a:hover {
  text-decoration: underline;
}

.form-sec .reg-fr input[type="submit"] {
  width: 50%;
}

.dash .page {
  padding-top: 50px;
}

.dash .container {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
}


.user-content {
  margin-top: 20px;
}

.headline {
  color: forestgreen;
  font-size: 24px;
  font-weight: bold;
}

.customer-sidebar {
  background-color: #f9f9f9;
  border-radius: 5px;
  padding: 20px;
}

.customer-sidebar h4 {
  color: #333;
  font-size: 20px;
  margin-bottom: 20px;
}

.customer-sidebar ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.customer-sidebar ul li {
  margin-bottom: 10px;
}

.customer-sidebar ul li a {
  color: #666;
  text-decoration: none;
  font-size: 16px;
}

.customer-sidebar ul li a:hover {
  color: #007bff;
}

.card-header {
  font-size: 20px;
  font-weight: 600;
  color: forestgreen !important;
  text-align: center;
}

.text h2 {
  color: forestgreen;
  /* font-size: 20px; */
  font-weight: 600;
  margin-top: 10px;
}

.product {
  position: relative;
}

.product .card {
  position: relative;
  /* height: 450px; */
  border-radius: 20px;
  overflow: hidden;
}

.product .card .imgBox img {
  padding: 20px;
}

.product .active {
  background-color: transparent;
}

.product .card .contentBx {
  width: 100%;
  text-align: center;
  transition: 1s;
  z-index: 10;
  color: rgb(0, 0, 0);
  padding: 5px;
}

.product .card .contentBx h2 {
  position: relative;
  color: #000;
}

.product .card .imgBx img {
  width: 100%;
  background: white;
  padding: 10px !important;
  transition: transform 0.2s ease-in-out;
  border-radius: 20px;
}

.product .card:hover img {
  transform: scale(0.9);
  /* Adjust the scale factor as needed */
}

.product-det .container {
  background-color: #f2f3f3;
  border-radius: 10px;
  box-shadow: none;
  padding: 20px;
  width: 100%;
}

.sin__desc p {
  font-size: 14px;
}

.intro {
  background: #ffffff;
  padding: 20px 0;
  color: #000000;
  font-size: 16px;
}

.intro .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

h1 {
  font-size: 2.5rem;
}


/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul {
  background: #ffffff;
}

.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 50px;
  background: #415e7e;
}

.timeline ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
  z-index: 1;
}

.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 500px;
  padding: 15px;
  background: #88bf3f;
}

.timeline ul li div::before {
  content: "";
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ul li:nth-child(odd) div {
  left: 45px;
}

.timeline ul li:nth-child(odd) div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #88bf3f transparent transparent;
}

.timeline ul li:nth-child(even) div {
  left: -539px;
}

.timeline ul li:nth-child(even) div::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #88bf3f;
}

time {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #22102c;
}


/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul li::after {
  transition: background 0.5s ease-in-out;
}

.timeline ul li.in-view::after {
  background: #88bf3f;
}

.timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
  transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) div {
  transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
  color: white;
  font-size: 16px;
}


/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media screen and (max-width: 900px) {
  .timeline ul li div {
    width: 250px;
  }

  .timeline ul li:nth-child(even) div {
    left: -289px;
    /*250+45-6*/
  }
}

@media screen and (max-width: 600px) {
  .timeline ul li {
    margin-left: 20px;
  }

  .timeline ul li div {
    width: calc(100vw - 91px);
  }

  .timeline ul li:nth-child(even) div {
    left: 45px;
  }

  .timeline ul li:nth-child(even) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #88bf3f transparent transparent;
  }
}


/* EXTRA/CLIP PATH STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline-clippy ul li::after {
  width: 40px;
  height: 40px;
  border-radius: 0;
}

.timeline-rhombus ul li::after {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.timeline-rhombus ul li div::before {
  bottom: 12px;
}

.timeline-star ul li::after {
  clip-path: polygon(50% 0%,
      61% 35%,
      98% 35%,
      68% 57%,
      79% 91%,
      50% 70%,
      21% 91%,
      32% 57%,
      2% 35%,
      39% 35%);
}

.timeline-heptagon ul li::after {
  clip-path: polygon(50% 0%,
      90% 20%,
      100% 60%,
      75% 100%,
      25% 100%,
      0% 60%,
      10% 20%);
}

.timeline-infinite ul li::after {
  animation: scaleAnimation 2s infinite;
}

@keyframes scaleAnimation {
  0% {
    transform: translateX(-50%) scale(1);
  }

  50% {
    transform: translateX(-50%) scale(1.25);
  }

  100% {
    transform: translateX(-50%) scale(1);
  }
}

.about-company img {
  --color: #3f5e27;
  /* the border color */
  --border: 10px;
  /* the border thickness*/
  --offset: 20px;
  /* control the offset*/
  --gap: 5px;
  /* the gap on hover */

  --_c: var(--color) var(--border), #0000 0 calc(100% - var(--border)), var(--color) 0;
  --_o: calc(3*var(--offset));
  padding:
    calc(var(--gap) + var(--border)) calc(var(--gap) + var(--border) + var(--offset)) calc(var(--gap) + var(--border) + var(--offset)) calc(var(--gap) + var(--border));
  background:
    linear-gradient(var(--_c)) var(--_o) var(--_o),
    linear-gradient(90deg, var(--_c)) var(--_o) var(--_o);
  background-size: calc(100% - var(--_o)) calc(100% - var(--_o));
  background-repeat: no-repeat;
  filter: grayscale(.4);
  transition: .5s;
  cursor: pointer;
}

.about-company img:hover {
  background-position: 0px 0px;
  background-size: calc(100% - var(--offset)) calc(100% - var(--offset));
  filter: grayscale(0);
}


.quality-01 img {
  width: 25%;
  pointer-events: none;
  position: relative;
  transform: translateY(20px) scale(1.15);
  transform-origin: 50% bottom;
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.box-p .quality-01:hover img {
  transform: translateY(0) scale(1.2);
}

.d-banner {
  display: none;
}

.p-banner {
  display: block;
}

.bann-des {
  padding: 30px 0px;
}

.content-section .banns {
  padding-left: 60px;
}

@media (max-width:992px) {
  .cart-buttons li {
    margin-top: 10px;
  }

  .form-sec input[type="submit"] {
    width: 75%;
  }

  .d-banner {
    display: block;
  }

  .p-banner {
    display: none;
  }

  .content-section .banns {
    padding-left: 8px;
  }
}

/* External CSS file (styles.css) */

/* For screens smaller than 576px (extra small devices) */
@media (max-width: 575.98px) {
  .table-responsive {
    overflow-x: auto;
  }
}

/* For screens between 576px and 767.98px (small devices) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .table-responsive {
    overflow-x: auto;
  }
}

/* For screens between 768px and 991.98px (medium devices) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .table-responsive {
    overflow-x: auto;
  }
}

/* For screens between 992px and 1199.98px (large devices) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .table-responsive {
    overflow-x: auto;
  }
}

/* For screens larger than or equal to 1200px (extra large devices) */
@media (min-width: 1200px) {
  .table-responsive {
    overflow-x: auto;
  }
}

.content-section {
  width: 100%;
  display: block;
  padding: 100px 0px 0px;
  position: relative;
  background-size: cover !important;
}

.services-list-box {
  width: 100%;
  /* display: flex;
  flex-wrap: wrap; */
  background: #ffffff;
  padding: 50px;
  padding-bottom: 20px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.content-section:hover .services-list-box {
  background: #ebebeb;
}

.services-list-box ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.services-list-box h2 {
  color: #009a58;
  font-size: 28px;
}

.services-list-box .content h6 {
  font-size: 18px;
  color: navy;
}

.services-list-box ul li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
  padding: 5px 0;
}

.services-list-box figure {
  width: 80px;
  display: inline-block;
  margin-right: 20px;

}

.services-list-box figure img {
  height: 90px;
  border: 1px solid navy;

  border-radius: 50%;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.services-list-box .content {
  width: calc(100% - 100px);
  display: inline-block;
}

.services-list-box p {
  font-size: 15px;
  margin: 0;
}

.services-list-box h5 {
  font-size: 16px;
}

.quality-01:hover img {
  box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
  border-radius: 50%;
  padding: 5px;
}

.title__line--6 {
  color: #4d4d4d;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 34px;
  text-transform: capitalize;
  display: none;
}

.address {
  align-items: center;
  display: flex;
  margin-bottom: 40px;
}

.address__icon {
  /* background: #e7fce8 none repeat scroll 0 0; */
  height: 120px;
  line-height: 144px;
  text-align: center;
  width: 110px;
}

.address__details {
  background: #38a53dc9 none repeat scroll 0 0;
  flex-basis: calc(100% - 110px);
  padding: 32.5px 12px 33.5px 42px;
}


.address__details .ct__title {
  color: white;
  font-size: 18px;
}

.address__details p {
  color: white;
  font-size: 14px;
}

.address__icon img {
  padding-bottom: 20px;
}

.ptb_30 {
  padding: 30px 0px;
}

.c-contact .container {
  box-shadow: none;
  width: 100%;
}

.c-contact .form-sec input[type="email"] {
  width: 100%;
}

.c-contact .form-sec input[type="submit"] {
  width: 15%;
}

.c-contact .headline {
  margin-bottom: 0px;
}

.c-contact .well {
  background: #86f28b33;
  border-color: white;
  box-shadow: none;
}

.c-contact .well form {
  padding: 30px;
}

.c-contact .form-control {
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.c-contact .page {
  padding-top: 0px;
  padding-bottom: 0px;
}

.ct_mail br {
  display: none;
}

.farm-img {
  padding-top: 10px;
}

.farm-img img {
  display: -webkit-inline-box;
  width: 12%;
  border: 1px solid #48ac6a;
  border-radius: 50%;
  padding: 3px;
  box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
  background: #ffffff;
}

.reg-sec .form-sec input[type="password"] {
  width: 100%;
}

.cart .table>tbody>tr>th {
  padding: 5px;
}

.payment-sec label {
  font-size: 18px;
}

.head-logo {
  display: none;
}

.phone-logo {
  display: block;
}

.feature__section {
  font-size: 16px;
  padding: 30px 10px 60px 10px;
  /* background: #f2f3ea; */
}

.sub-title {
  margin-bottom: 12px;
}

.first-box-img {
  display: flex;
  justify-content: space-evenly;
}

.first-box-img img {
  max-width: 100%;
  height: 120px;
  border-radius: 50%;
  padding: 10px;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em inset;
}

.welcome-section {
  font-size: 16px;
  padding: 60px 10px 60px 10px;
  /* background: #f2f3ea; */
}


.welcome-section .single-item {
  position: relative;
  background: #f7f7f7;
  padding: 34px 15px 0px 15px;
  border: 1px solid #f1f1f1;
}

.welcome-section .single-item .icon-box {
  position: relative;
  display: ruby-text;
  width: 130px;
  height: 130px;
  line-height: 130px;
  border-radius: 50%;
  background: #fff;
  margin-bottom: 58px;
  box-shadow: 0 0 20px 1px rgba(225, 225, 225, 0.8);
}

.welcome-section .single-item .icon {
  position: relative;
  display: inline-block;
  width: 102px;
  height: 102px;
  line-height: 104px;
  border-radius: 50%;
  border: 1px solid #f8f8f8;
  background: #fff;
  box-shadow: 0 0 20px 1px rgba(225, 225, 225, 0.5);
  transition: all 500ms ease;
}

.welcome-section .single-item .icon-box img {
  width: 100%;
  padding: 10px;
  border-radius: 50%;

}

.welcome-section .single-item .icon-box img:before {
  font-size: 50px;
  color: #818181;
  margin: 0px;
  transition: all 500ms ease;
}

.welcome-section .single-item h3 {
  margin-bottom: 29px;
}

.welcome-section .single-item .count-text {
  background: #f5a93f;
}

.welcome-section .single-item .count-text {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  border-radius: 50%;
  bottom: -23px;
  box-shadow: 0 5px 10px 0px #ccc;
  transition: all 500ms ease;
}

.why-start {
  margin-top: 20px !important;

}

.why-glass {
  background: #f3f9ff;
  background: linear-gradient(#6f92a5, #ffffffb5), url(../images/2127.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 10px 20px 10px;
  font-size: 16px;
}

.why-content1 {
  padding: 20px;
  background: #ffffffa8;

}

.why-content2 {
  margin-top: 20px;
  padding: 20px;
  background: #ffffffa8;
}

.img-box img {
  overflow: hidden;
  -webkit-animation: zoom-fade 3s infinite linear;
  animation: zoom-fade 3s infinite linear;
  padding: 20px;
}

@-webkit-keyframes zoom-fade {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.1);
    opacity: 0.5;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes zoom-fade {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.1);
    opacity: 0.5;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.first-box {
  text-align: center;
}

.about_us {
  font-size: 16px;
  /* background: #f2f3ea; */
}


.button-52 {
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 1px;
  padding: 13px 20px 13px;
  outline: 0;
  border: 1px solid black;
  cursor: pointer;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-52:after {
  content: "";
  background-color: #ffe54c;
  width: 100%;
  z-index: -1;
  position: absolute;
  height: 100%;
  top: 7px;
  left: 7px;
  transition: 0.2s;
}

.button-52:hover:after {
  top: 0px;
  left: 0px;
}

@media (min-width: 768px) {
  .button-52 {
    padding: 13px 50px 13px;
  }
}

.product-shop {
  font-size: 16px;
  padding: 60px 10px 60px 10px;
  /* background: #f2f3ea; */
}

.prod-desc li {
  list-style-type: none;
}

.prod-details-sec {
  padding: 20px;
}

.about_ul li {
  list-style-type: none;
}

.about_us_2 {
  font-size: 16px;
  padding: 60px 10px 40px 10px;
}

.why_choose_text h5,
.about_us_2_text h5 {
  color: black;
  background: #f6b000;
  padding: 7px 50px 7px 10px;
  clip-path: polygon(100% 0%, 85% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
  margin-bottom: 10px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.why_choose_text h2 .about_us_2_text h2 {
  color: black;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.8px;
  text-transform: uppercase;
}

.about_us_2_text ul li {
  list-style: none;
  color: black;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  /* width: 50%; */
  margin-top: 15px;
  position: relative;
  /* padding-left: 25px; */
}

.why_choose_us {
  font-size: 16px;
  padding: 20px 10px 60px 10px;
}

.why_choose_text {
  padding-top: 25px;
}

.why_choose_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  height: 100%;
  position: relative;
}

.why_choose_item {
  margin-top: 25px;
  padding: 30px;
  border-radius: 10px;
  background: var(--colorWhite);
  box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.04);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.des {
  color: black;
  background: #f6b000;
  padding: 7px 15px 7px 10px;
  clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
  margin-bottom: 10px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}

.payment-desc {
  font-size: 16px;
  background: whitesmoke;
  padding: 20px;
  text-transform: capitalize;
}

.first-head {
  color: black;
  background: #f6b000;
  padding: 12px 15px 12px 10px;
  clip-path: polygon(0% 10%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
  margin-bottom: 10px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.popular_food_item {
  border-radius: 10px;
  background: white;
  padding: 40px 20px 30px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 10px 12px;
  box-shadow: rgb(149 157 165 / 29%) 0px 0px 14px;
}

.popular_food_item .tags {
  position: absolute;
  top: 30px;
  left: 0;
  color: white;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  background: #ab162c;
  padding: 1px 12px;
}

.popular_food_item .img {
  display: block;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-bottom: 20px;
}

.popular_food_item .title {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: black;
}

.popular_food_item a {
  text-decoration: none;
  margin-top: 10px;
}


.popular_food_item::after {
  position: absolute;
  content: "";
  width: 400px;
  height: 350px;
  background: rgba(242, 162, 42, 0.10);
  top: -135px;
  left: -190px;
  border-radius: 120px;
  transform: rotate(77deg);
  z-index: -1;
  transition: all linear .2s;
  -webkit-transition: all linear .2s;
  -moz-transition: all linear .2s;
  -ms-transition: all linear .2s;
  -o-transition: all linear .2s;
  -webkit-transform: rotate(77deg);
  -moz-transform: rotate(77deg);
  -ms-transform: rotate(77deg);
  -o-transform: rotate(77deg);
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  -ms-border-radius: 120px;
  -o-border-radius: 120px;
}

.check-btn {
  color: black;
  background: #fef6e9;
  border: 1px solid #00000040;
  padding: 10px 25px;
  margin-top: 20px !important;
  font-weight: 600;
  font-size: 13px;
}

.check-btn:hover {
  box-shadow: 1px 1px 0px 0px, 2px 2px 0px 0px, 3px 3px 0px 0px, 4px 4px 0px 0px, 5px 5px 0px 0px;
}

.privacy-section {
  padding: 60px 10px 60px 10px;
  font-size: 16px;
}

.sec-title2 {
  margin: 20px 0px 10px 0px;
}

.term-head {
  color: black;
  background: #f6b000;
  padding: 7px 50px 7px 10px;
  clip-path: polygon(100% 0%, 85% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
  margin-bottom: 10px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.privacy-det2 li {
  list-style: none;
}

.related-prod {
  padding: 0px 10px 60px 10px;
}

.login-form-sect {
  background: url(../images/blank-pc.PNG);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.log-form .form-group input[type="email"],
.log-form .form-group input[type="password"] {
  width: 50%;
}

.log-form .form-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
}

.form-sec .headline {
  margin-bottom: 0px;
}

.log-form .form-group input[type="submit"] {
  width: 25%;
}

.login-form-sect .error,
.login-form-sect .success {
  padding: 10px 4px;
  background: #f6b000;
  width: 25%;
  display: inline-block;
}

.pg1 {
  margin: 10px 0px;
}

.pg2 {
  margin-top: 10px;
}

.pg3 {
  margin: 10px 0px;
}

.about-bot {
  margin-top: 55px;
}

@media (max-width:992px) {
  .c-contact .form-sec input[type="submit"] {
    width: 75%;
  }

  .address {
    margin-bottom: 20px;
  }

  .c-contact .form-sec {
    padding: 0px;
  }

  .address__details .ct__title {
    font-size: 27px;
  }

  .address__details p {
    font-size: 16px;
  }

  .ct_mail br {
    display: block;
  }

  .menu>ul {
    z-index: 99;
    background: white;
  }

  .nav::after {
    background: none;
  }

  .logo-box img {
    width: 125px;
    padding: 0px;
    position: absolute;
  }

  .head-logo {
    display: block;
  }

  .phone-logo {
    display: none;
  }

  .phone-drop {
    padding: 20px 0px 0px 0px;
  }

  .first-box-img img {
    max-width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 3px;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em inset;
  }

  .welcome-section .single-item {
    margin-bottom: 30px;
  }

  .img-box img {
    padding: 20px 30px 30px 5px;
  }

  .first-box {
    text-align: left;
  }

  .footer-logo img {
    padding: 0px;
  }

  .about_img {
    padding: 10px;
  }

  .first-box-img {
    font-size: 14px;
  }

  .left-side-p {
    padding: 25px 0px 0px;
  }

  .login-form-sect {
    background: none;
  }

  .log-form .form-group input[type="submit"] {
    width: 50%;
  }

  .login-form-sect .error,
  .login-form-sect .success {
    padding: 10px 4px;
    background: #f6b000;
    width: 50%;
    display: inline-block;
  }

  .about-bot {
    margin-top: 40px;
  }

  .about_us_2_text {
    margin-top: 20px;
  }

  .footer-section {
    background: url(../images/footer-phone.PNG);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

}