/*------- Font Family Starts -------*/

@font-face {
  font-family: "GoogleSans-Regular";
  src: url("../fonts/GoogleSans-Regular.ttf");
}
@font-face {
  font-family: "GoogleSans-Medium";
  src: url("../fonts/GoogleSans-Medium.ttf");
}
@font-face {
  font-family: "GoogleSans-Bold";
  src: url("../fonts/GoogleSans-Bold.ttf");
}

/*------- Font Family Ends -------*/

/*------- Reset CSS Starts -------*/

html {
  letter-spacing: 1px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
html::-webkit-scrollbar {
  width: 0.5vw;
}
html::-webkit-scrollbar-thumb {
  background-color: #313d64;
}
html::-webkit-scrollbar-track {
  background-color: rgb(231, 231, 231);
}
html::-webkit-scrollbar-thumb:hover {
  background-color: #1c233a;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
address {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
a,
a:hover,
a:focus {
  outline: 0;
  text-decoration: none;
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -ms-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
}
html {
  overflow-x: hidden;
}
body {
  font-family: "GoogleSans-Regular";
}
/*------- Reset CSS Ends -------*/

/*------- Common CSS Starts -------*/

.text-white {
  color: white;
}

.container-fluid {
  padding: 100px;
}
.no-gutters {
  margin: 0;
}
.no-gutters > [class*="col"] {
  padding: 0;
}
.flex-align-center-desktop {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
p {
  color: #272727;
  font: 1.6rem/1.7 "GoogleSans-Regular";
}
.read-more > a {
  background-color: #508b19;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  border-radius: 24px;
  color: #ffffff;
  display: inline-block;
  font: 1.6rem/1.2 "GoogleSans-Regular";
  text-align: center;
  text-transform: uppercase;
}
.read-more > a > span:first-child {
  display: inline-block;
  padding: 10px 15px;
  position: relative;
  z-index: 1;
}
.read-more > a > span:first-child::after {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  z-index: 1;
}
.read-more > a > span:last-child {
  padding: 10px;
}
.read-more > a:hover {
  background-color: #1c233a;
}

/*------- Common CSS Ends -------*/

/*------- Home Page Starts -------*/

/*------- Menu Section Starts -------*/

.bg-menu-desktop {
  padding: 0;
}

/*------- Mobile Hamburger Menu Section Starts -------*/

.hamburger-menu {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 100;
}
.burger-menu {
  background-color: transparent;
  cursor: pointer;
  height: 50px;
  position: relative;
  width: 50px;
  border: none;
	padding: 0;
  margin: 0;
  font: inherit;
  z-index: 100;
}
.burger-menu span {
  background-color: #ffffff;
  height: 1px;
  left: 50%;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s linear 0.5s;
  -moz-transition: 0.5s linear 0.5s;
  -ms-transition: 0.5s linear 0.5s;
  -o-transition: 0.5s linear 0.5s;
  transition: 0.5s linear 0.5s;
  width: 20px;
}
.burger-menu span::before,
.burger-menu span::after {
  background-color: #ffffff;
  content: "";
  height: 1px;
  position: absolute;
  top: 10px;
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -ms-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
  width: 25px;
}
.burger-menu span::before {
  top: -10px;
}
.burger-menu span::after {
  width: 15px;
}
.burger-menu.active span {
  background-color: transparent;
  -webkit-transition: 0s linear;
  -moz-transition: 0s linear;
  -ms-transition: 0s linear;
  -o-transition: 0s linear;
  transition: 0s linear;
}
.burger-menu.active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.burger-menu.active span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


.wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* background: linear-gradient(-135deg, #108d45, #1c233a); */
  background-color: #1c233a;
  clip-path: circle(25px at 25px -40px);
  transition: all 0.5s ease-in-out;
  z-index: 50;
}
.wrapper.open{
  clip-path: circle(75%);
  z-index: 50;
}
.wrapper ul {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  list-style: none;
  text-align: center;
}
.wrapper ul li a{
  margin: 15px 0;
}
.wrapper ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 35px;
  font-weight: 400;
  padding: 3px;
  position: relative;
  line-height: 50px;
  transition: all 0.3s ease;
}
.wrapper ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 50px;
  background: #fff;
  border-radius: 50px;
  z-index: -1;
  transform: scaleY(0);
  transition: transform 0.3s ease;
}
.wrapper ul li a:hover:after {
  transform: scaleY(1);
}
.wrapper ul li a:hover {
  color: #1c233a;
  padding: 20px;
}

/*------- Mobile Hamburger Menu Section Ends -------*/

/*------- Logo Section Starts -------*/

.header-logo-desktop {
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.header-logo-desktop > a {
  background-color: #ffffff;
  border-radius: 0 0 40px 40px;
  display: inline-block;
  padding: 15px;
  -webkit-border-radius: 0 0 40px 40px;
  -moz-border-radius: 0 0 40px 40px;
  -ms-border-radius: 0 0 40px 40px;
  -o-border-radius: 0 0 40px 40px;
}
.header-logo-desktop > a > img {
  height: 100px;
}

/*------- Logo Section Ends -------*/

/*------- Contact Section Starts -------*/

.header-contact-desktop {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
}
.read-more-contact > a {
  background-color: #ffffff;
  color: #1c233a;
}
.read-more-contact > a > span:first-child::after {
  background-color: #1c233a;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  z-index: 1;
}
.read-more-contact > a:hover {
  background-color: #545e81;
  color: #ffffff;
}

/*------- Contact Section Ends -------*/

/*------- Social Names Section Starts -------*/

.header-social-desktop {
  left: 5px;
  position: absolute;
  top: 6%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.social-names-listing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
}
.social-names-listing > li {
  margin-bottom: 30px;
}
.social-names-listing > li:last-child {
  margin-bottom: 0;
}
.social-names-listing > li > a {
  color: #ffffff;
  font: 1.4rem/1.2 "GoogleSans-Regular";
  letter-spacing: 2px;
  text-transform: uppercase;
}
.social-names-listing > li > a:hover {
  color: #108d45;
}
.social-names-listing-1 > li > a {
  color: #3a4361;
}
/*------- Social Names Section Ends -------*/

/*------- Menu Section Ends -------*/

/*------- Banner Section Starts -------*/

.bg-banner {
  height: 100vh;
  padding: 0;
  position: relative;
}
.bg-banner::before {
  background-color: #1c233a;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

/*------- Banner Shape CSS Starts -------*/

.banner-shape {
  bottom: -1px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.banner-shape > img {
  width: 100%;
}

/*------- Banner Shape CSS Ends -------*/

/*------- Banner Text CSS Starts -------*/

.banner-text {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  z-index: 1;
}
.banner-logo {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 30%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60%;
  z-index: 1;
}
.banner-text > h1 > p {
  color: #545e81;
  font: 12vw/0.9 "GoogleSans-Bold";
  text-transform: uppercase;
}
.banner-text > h1 > p > span {
  margin-left: 50px;
}
.banner-text > h1 > p:last-child {
  color: #108d45;
}

/*------- Banner Text CSS Ends -------*/

/*------- Banner Center Product Starts -------*/

.banner-product {
  bottom: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}
.banner-product > img {
  width: 20vw;
}

/*------- Banner Center Product Ends -------*/

/*------- Banner Item-1 CSS Starts -------*/

.banner-item-1 {
  left: 35%;
  position: absolute;
  top: 75%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.banner-item-1 > img {
  width: 5vw;
}

/*------- Banner Item-1 CSS Ends -------*/

/*------- Banner Item-2 CSS Starts -------*/

.banner-item-2 {
  bottom: 0;
  left: 40%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.banner-item-2 > img {
  width: 15vw;
}

/*------- Banner Item-2 CSS Ends -------*/

/*------- Banner Item-3 CSS Starts -------*/

.banner-item-3 {
  bottom: 25%;
  left: 60%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.banner-item-3 > img {
  width: 14vw;
}

/*------- Banner Item-3 CSS Ends -------*/

/*------- Banner Item-4 CSS Starts -------*/

.banner-item-4 {
  bottom: 0;
  left: 75%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.banner-item-4 > img {
  width: 18vw;
}

/*------- Banner Item-4 CSS Ends -------*/

/*------- Banner Item-5 CSS Starts -------*/

.banner-item-5 {
  bottom: 3%;
  left: 15%;
  position: absolute;
  z-index: 1;
}
.banner-item-5 > img {
  width: 10vw;
}

/*------- Banner Item-5 CSS Ends -------*/

/*------- Banner Section Ends -------*/

/*------- Slider Section Starts -------*/

.bg-slider {
  height: 100vh;
  padding: 0;
  position: relative;
  z-index: 0;
}
.bg-slider::before {
  background-color: #1c233a;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-slider-1 {
  height: 60vh;
  padding: 0;
  position: relative;
  z-index: 0;
}
.bg-slider-1::before {
  background-color: #1c233a;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

/*------- Swiper Slider Dots CSS Starts -------*/

.banner-swiper-container {
  height: 95vh;
}
.banner-swiper-container .swiper-button-prev {
  background-image: url("../images/left-arrow.png");
  left: auto;
  right: 60px;
}
.banner-swiper-container .swiper-button-next {
  background-image: url("../images/right-arrow.png");
}
.banner-swiper-container .swiper-button-next,
.banner-swiper-container .swiper-button-prev {
  background-color: rgb(84 94 129 / 0.25);
  background-size: 17px 34px;
  height: 34px;
  padding: 25px;
  width: 17px;
}

/*------- Swiper Slider Dots CSS Ends -------*/




/*------- Slider Section Ends -------*/

/*------- About Us Section Starts -------*/

.bg-about {
  position: relative;
  z-index: 1;
}
.about-heading-stroke {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
.product-detail-heading-stroke-1 {
  left: 0;
  position: absolute;
  top: 90%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
.product-detail-heading-stroke-1 > p {
  color: transparent;
  font: 10rem/0.7 "GoogleSans-Regular";
  -webkit-text-stroke: 1px #1c233a;
  text-transform: uppercase;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
}
.about-heading-stroke > p {
  color: transparent;
  font: 10rem/0.7 "GoogleSans-Regular";
  -webkit-text-stroke: 1px #1c233a;
  text-transform: uppercase;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
}
.about-info > h2 {
  color: #1c233a;
  font: 4rem/1.2 "GoogleSans-Bold";
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
.about-info > h2::after {
  background-color: #1c233a;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  margin-bottom: -2px;
  position: absolute;
  width: 100px;
  z-index: 1;
}
.about-info > h2 > span {
  display: block;
}
.about-info > h4 {
  color: #1c233a;
  font: 1.8rem/1.2 "GoogleSans-Regular";
  margin-bottom: 15px;
}
.about-info > p {
  margin-bottom: 30px;
}
.box-about-info {
  background-color: #ffffff;
  -webkit-box-shadow: 8px 8px 30px 0 rgba(42, 67, 113, 0.15);
  -moz-box-shadow: 8px 8px 30px 0 rgba(42, 67, 113, 0.15);
  -ms-box-shadow: 8px 8px 30px 0 rgba(42, 67, 113, 0.15);
  -o-box-shadow: 8px 8px 30px 0 rgba(42, 67, 113, 0.15);
  box-shadow: 8px 8px 30px 0 rgba(42, 67, 113, 0.15);
  margin-bottom: 30px;
  padding: 30px;
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -ms-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
}
.box-about-info ul li{
  list-style-type: disc;
}
.box-about-info-3 {
  margin-top: -30px;
}
.box-about-info > h4 {
  color: #1c233a;
  font: 1.8rem/1.4 "GoogleSans-Medium";
  margin-bottom: 15px;
  text-transform: uppercase;
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -ms-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
}
.box-about-info > h4 > span {
  display: block;
}

/* product page css  */
.box-about-info > h2 {
  color: #1c233a;
  font: 2.8rem/1.4 "GoogleSans-Medium";
  margin-bottom: 15px;
  text-transform: uppercase;
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -ms-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
}

.box-about-info > h2 > span {
  display: block;
}
.box-about-info:hover > h2,
.box-about-info:hover > p,
.box-about-info:hover > ul > li > p {
  color: #ffffff;
}

/* product page css end */

.box-about-info > p {
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -ms-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
}
.box-about-info:hover {
  background-color: #1c233a;
}
.box-about-info:hover > h4,
.box-about-info:hover > p {
  color: #ffffff;
}
.box-about-info:hover > ul > li > h4 {
  color: #ffffff;
}
/*------- About Us Section Ends -------*/

/*------- Category Section Starts -------*/

.bg-category {
  background-color: #1c233a;
  padding: 100px 100px;
  position: relative;
}
.category-shape-1 {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.category-shape-1 > img,
.category-shape-2 > img {
  width: 100%;
}
.category-shape-2 {
  bottom: -1px;
  left: 0;
  position: absolute;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 100%;
  z-index: 1;
}
.box-category-info {
  padding: 30px;
}
.category-hd > h2 {
  color: #ffffff;
  font: 4rem/1.2 "GoogleSans-Bold";
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
.category-hd > h2::after {
  background-color: #ffffff;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-bottom: -2px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  width: 100px;
}
.category-hd > p {
  color: #ffffff;
  margin: 0 auto 50px;
  width: 600px;
}
.category-img-heading > img {
  margin: 0 auto 30px;
  width: 300px;
}
.category-img-heading > h4 {
  color: #ffffff;
  font: 1.8rem/1.2 "GoogleSans-Medium";
  margin-bottom: 5px;
  text-align: center;
  text-transform: uppercase;
}

/*------- Category Section Ends -------*/

/*------- Product Section Starts -------*/
.bg-products {
  overflow: hidden;
  padding: 100px 100px 100px;
  position: relative;
  z-index: 1;
}
.bg-products1 {
  overflow: hidden;
  padding: 100px 100px 200px;
  position: relative;
  z-index: 1;
}
.bg-products2 {
  overflow: hidden;
  padding: 50px 100px 200px;
  position: relative;
  z-index: 1;
}
.bg-products3 {
  overflow: hidden;
  padding: 100px 100px 100px;
  position: relative;
  z-index: 1;
}
.product-heading-stroke {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
.product-heading-stroke > p {
  color: transparent;
  font: 10rem/0.7 "GoogleSans-Bold";
  -webkit-text-stroke: 1px #1c233a;
  text-transform: uppercase;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
}
.product-leaf-shape {
  left: -100px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
.product-leaf-shape > img {
  opacity: 0.4;
}
.product-heading > h2 {
  color: #1c233a;
  font: 4rem/1.2 "GoogleSans-Bold";
  margin-bottom: 175px;
  text-transform: uppercase;
}
.photos-heading > h2 {
  color: #1c233a;
  font: 4rem/1.2 "GoogleSans-Bold";
  margin-bottom: 80px;
  text-transform: uppercase;
}
.video-heading > h2 {
  color: #1c233a;
  font: 4rem/1.2 "GoogleSans-Bold";
  margin-top: 120px;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.product-heading > h2 > span {
  color: transparent;
  font-family: "GoogleSans-Bold";
  -webkit-text-stroke: 1px #1c233a;
}
.box-product-info {
  position: relative;
  z-index: 1;
}
.product-name-circle-center-top {
  left: 50%;
  margin-top: -90px;
  opacity: 0.2;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%) scale(0.5);
  -moz-transform: translateX(-50%) scale(0.5);
  -ms-transform: translateX(-50%) scale(0.5);
  -o-transform: translateX(-50%) scale(0.5);
  transform: translateX(-50%) scale(0.5);
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -ms-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
  visibility: hidden;
}
.product-name-circle-center-bottom {
  bottom: 0;
  left: 50%;
  margin-bottom: -90px;
  opacity: 0.2;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0.5);
  -moz-transform: translateX(-50%) scale(0.5);
  -ms-transform: translateX(-50%) scale(0.5);
  -o-transform: translateX(-50%) scale(0.5);
  transform: translateX(-50%) scale(0.5);
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -ms-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
  visibility: hidden;
}
.product-name-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  height: 120px;
  position: relative;
  width: 120px;
}
.product-name-circle-1,
.product-name-circle-3 {
  background-color: #108d45;
}
.product-name-circle::before {
  background-color: rgb(16 141 69 / 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 140px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 140px;
  z-index: -1;
}
.product-name-circle-2,
.product-name-circle-4 {
  background-color: #1c233a;
}
.product-name-circle-2::before,
.product-name-circle-4::before {
  background-color: rgb(28 35 58 / 0.5);
}
.product-name-circle > p {
  color: #ffffff;
  left: 50%;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.product-img-desc > img {
  height: 300px;
  margin: 0 auto 15px;
}

.product-img-desc > p {
  text-align: center;
}
.product-img-desc-even > p {
  margin-bottom: 30px;
}
.product-img-desc-even > p:last-child {
  display: none;
}
.box-product-info:hover .product-name-circle-center-top {
  opacity: 1;
  transform: translateX(-50%) scale(1);
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  visibility: visible;
}
.box-product-info:hover .product-name-circle-center-bottom {
  opacity: 1;
  transform: translateX(-50%) scale(1);
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  visibility: visible;
}

/*------- Product Section Ends -------*/

/*------- Process Section Starts -------*/



.bg-process {
  background-color: #1c233a; /*overflow: hidden;*/
  position: relative;
  z-index: 1;
}
.bg-process-1 {
  position: relative;
  z-index: 1;
}
.process-shape-1 {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.process-shape-1 > img,
.process-shape-2 > img {
  width: 100%;
}
.process-shape-2 {
  bottom: -1px;
  left: 0;
  position: absolute;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 100%;
  z-index: 1;
}
.process-shape-3 {
  left: 15%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
.process-shape-3 > img {
  width: 300px;
}
.fertilizers-hd > h2 {
  color: #ffffff;
  font: 4rem/1.2 "GoogleSans-Bold";
  margin-bottom: 30px;
  text-transform: uppercase;
}
.fertilizers-hd > h2 > span {
  color: transparent;
  -webkit-text-stroke: 1px #1c233a;
  display: block;
}
.fertilizers-hd > p {
  color: #ffffff;
  margin-bottom: 15px;
}
.fertilizers-hd > p:last-child {
  margin-bottom: 0;
}
.circle-plant-img > img {
  margin: 0 auto;
}
.process-steps-info > h3 {
  color: #108d45;
  font: 2.4rem/1.2 "GoogleSans-Bold";
  margin-bottom: 15px;
}
.process-steps-info > p {
  color: #ffffff;
  margin-bottom: 30px;
  text-align: justify;
}
.process-steps-info > p:last-child {
  margin-bottom: 0;
}
.circle-plant-img > img {
  margin-top: -214px;
}

/*------- Process Section Ends -------*/

/*------- Research Section Starts -------*/

.research-hd > h2 {
  color: #1c233a;
  font: 4rem/1.2 "GoogleSans-Bold";
  margin-bottom: 30px;
  text-transform: uppercase;
}
.research-hd > p {
  text-align: justify;
}
.research-img > img {
  margin: 0 auto;
}

/*------- Research Section Ends -------*/

/*------- Testimonials Slider Section Starts -------*/

.bg-testimonials-home {
  margin-bottom: 230px;
  overflow: hidden;
  padding: 100px 15px;
  position: relative;
  z-index: 1;
}
.bg-testimonials-home::after {
  background-color: #1c233a;
  -webkit-border-radius: 100px 0 0 100px;
  -moz-border-radius: 100px 0 0 100px;
  -ms-border-radius: 100px 0 0 100px;
  -o-border-radius: 100px 0 0 100px;
  border-radius: 100px 0 0 100px;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 65%;
  z-index: -2;
}

.bg-testimonials-home-1 {
  /* margin-bottom: 230px; */
  overflow: hidden;
  padding: 100px 15px;
  position: relative;
  z-index: 1;
}
.bg-testimonials-home-1::after {
  background-color: #1c233a;
  -webkit-border-radius: 100px 0 0 100px;
  -moz-border-radius: 100px 0 0 100px;
  -ms-border-radius: 100px 0 0 100px;
  -o-border-radius: 100px 0 0 100px;
  border-radius: 100px 0 0 100px;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 65%;
  z-index: -2;
}

/* about page start */
.bg-testimonials-home-2 {
  /* margin-bottom: 230px; */
  overflow: hidden;
  padding: 100px 15px;
  position: relative;
  z-index: 1;
}
.bg-testimonials-home-2::after {
  background-color: #1c233a;
  -webkit-border-radius: 100px 0 0 100px;
  -moz-border-radius: 100px 0 0 100px;
  -ms-border-radius: 100px 0 0 100px;
  -o-border-radius: 100px 0 0 100px;
  border-radius: 100px 0 0 100px;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 55%;
  z-index: -2;
}
.our-mission-container {
  max-width: 1024px;
  margin: auto;
}
/* about page end */

.testimonials-heading-stroke {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
.testimonials-heading-stroke > p {
  color: transparent;
  font: 10rem/1.2 "GoogleSans-Bold";
  -webkit-text-stroke: 1px #ffffff;
  text-transform: uppercase;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
}

.testimonials-heading > h2 {
  color: #1c233a;
  font: 6rem/1.2 "GoogleSans-Bold";
  margin-bottom: 30px;
  text-transform: uppercase;
}
.testimonials-heading > h2 > span {
  color: transparent;
  -webkit-text-stroke: 1px #1c233a;
  display: block;
}

.testimonials-heading-pera span{
  font-size: 1.5rem;
  color: white;
}
.box-testimonials-home {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 10px 13px -7px #00000047,
    5px 5px 15px 5px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 10px 13px -7px #00000047,
    5px 5px 15px 5px rgba(0, 0, 0, 0);
  -ms-box-shadow: 0px 10px 13px -7px #00000047,
    5px 5px 15px 5px rgba(0, 0, 0, 0);
  -o-box-shadow: 0px 10px 13px -7px #00000047, 5px 5px 15px 5px rgba(0, 0, 0, 0);
  box-shadow: 0px 10px 13px -7px #00000047, 5px 5px 15px 5px rgba(0, 0, 0, 0);
  margin-bottom: 30px;
  padding: 30px;
  position: relative;
  z-index: 1;
}
.box-testimonials-home-2 {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 10px 13px -7px #00000047,
    5px 5px 15px 5px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 10px 13px -7px #00000047,
    5px 5px 15px 5px rgba(0, 0, 0, 0);
  -ms-box-shadow: 0px 10px 13px -7px #00000047,
    5px 5px 15px 5px rgba(0, 0, 0, 0);
  -o-box-shadow: 0px 10px 13px -7px #00000047, 5px 5px 15px 5px rgba(0, 0, 0, 0);
  box-shadow: 0px 10px 13px -7px #00000047, 5px 5px 15px 5px rgba(0, 0, 0, 0);
  margin-bottom: 30px;
  padding: 30px;
  position: relative;
  z-index: 1;
}

.box-testimonials-home-1 {
  margin-bottom: 100px;
}
.box-testimonials-home::after {
  background-color: #ffffff;
  bottom: -20px;
  -webkit-box-shadow: 0px 10px 13px -7px #00000047,
    5px 5px 15px 5px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 10px 13px -7px #00000047,
    5px 5px 15px 5px rgba(0, 0, 0, 0);
  -ms-box-shadow: 0px 10px 13px -7px #00000047,
    5px 5px 15px 5px rgba(0, 0, 0, 0);
  -o-box-shadow: 0px 10px 13px -7px #00000047, 5px 5px 15px 5px rgba(0, 0, 0, 0);
  box-shadow: 0px 10px 13px -7px #00000047, 5px 5px 15px 5px rgba(0, 0, 0, 0);
  clip-path: polygon(50% 0%, 100% 0, 50% 100%, 0 0);
  content: "";
  display: block;
  height: 30px;
  left: 30px;
  position: absolute;
  width: 30px;
}
.testimonials-info-home > p {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.testimonials-info-home > h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1c233a;
  font: 1.8rem/1.2 "GoogleSans-Medium";
  margin-bottom: 5px;
}
.testimonials-info-home > h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  font: 1.4rem/1.2 "GoogleSans-Regular";
}
.testimonials-info-home > h5 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonials-quote-img {
  bottom: 15px;
  position: absolute;
  right: 15px;
  z-index: -1;
}
.testimonials-quote-img > img {
  opacity: 0.1;
  width: 75px;
}
.testimonials-img-home > img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-bottom: 50px;
}

/*------- Swiper Slider Dots CSS Starts -------*/

.swiper-pagination-bullet {
  background-color: #475686;
  opacity: 0.5;
}
.swiper-pagination-bullet-active {
  background-color: #475686;
  opacity: 1;
}


/*------- Swiper Slider Dots CSS Ends -------*/

/*------- Testimonials Slider Section Ends -------*/

/*------- Footer Logo Section Starts -------*/

.bg-footer {
  background-color: #1c233a;
  padding: 130px 100px;
  position: relative;
}
.hand-img {
  left: 50%;
  position: absolute;
  top: -170px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.hand-img > img {
  width: 200px;
}
.outline-logo {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.outline-logo > img {
  -webkit-animation: rotateOutlineLogo 14s infinite;
  -moz-animation: rotateOutlineLogo 14s infinite;
  -ms-animation: rotateOutlineLogo 14s infinite;
  -o-animation: rotateOutlineLogo 14s infinite;
  animation: rotateOutlineLogo 14s infinite;
  margin: 0 auto;
  opacity: 0.05;
  width: 400px;
}
@-webkit-keyframes rotateOutlineLogo {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-moz-keyframes rotateOutlineLogo {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-ms-keyframes rotateOutlineLogo {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-o-keyframes rotateOutlineLogo {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes rotateOutlineLogo {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.footer-logo {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
.footer-logo > a {
  display: inline-block;
}
.footer-logo > a > img {
  margin: 0 auto;
  width: 190px;
}
.footer-telephone-img > img {
  margin-bottom: 30px;
  width: 100px;
}
.footer-heading > h3 {
  color: #108d45;
  font: 2.4rem/1.2 "GoogleSans-Bold";
  margin-bottom: 30px;
  text-transform: uppercase;
}
.footer-contact-listing > li {
  display: block;
  margin-bottom: 15px;
  padding-left: 35px;
  position: relative;
}

/* ---- contact us ------ */
.footer-contact-listing-1 > li {
  display: block;
  margin-bottom: 15px;
  padding-left: 35px;
  position: relative;
}
.footer-contact-listing-1 > li:first-child::before,
.footer-contact-listing-1 > li:nth-child(2)::before,
.footer-contact-listing-1 > li:nth-child(3)::before {
  color: #1C233A;
  content: "\f879";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  font-weight: 900;
  left: 0;
  position: absolute;
  top: 0;
}
.footer-contact-listing-1 > li:nth-child(2)::before {
  content: "\f3c5";
}
.footer-contact-listing-1 > li:nth-child(3)::before {
  content: "\f0e0";
}
.footer-contact-listing-1 > li:last-child {
  margin-bottom: 50px;
}
.footer-contact-listing-1 > li > p,
.footer-contact-listing-1 > li > a {
  color: #1C233A;
  font: 1.6rem/1.7 "GoogleSans-Regular";
}
.submit-button {
  border: none;
  background-color: #1c233a;
  padding: 10px 20px;
  color: white;
  border-radius: 5px;
  font-weight: bold;
}
.submit-button:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);;
}
/* ------ contact us end ------  */


.footer-contact-listing > li:first-child::before,
.footer-contact-listing > li:nth-child(2)::before,
.footer-contact-listing > li:nth-child(3)::before {
  color: #ffffff;
  content: "\f879";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  font-weight: 900;
  left: 0;
  position: absolute;
  top: 0;
}
.footer-contact-listing > li:nth-child(2)::before {
  content: "\f3c5";
}
.footer-contact-listing > li:nth-child(3)::before {
  content: "\f0e0";
}
.footer-contact-listing > li:last-child {
  margin-bottom: 50px;
}
.footer-contact-listing > li > p,
.footer-contact-listing > li > a {
  color: #ffffff;
  font: 1.6rem/1.7 "GoogleSans-Regular";
}
.footer-contact-listing > li > a:hover,
.footer-social-listing > li > a:hover {
  color: #108d45;
}
.footer-social-listing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.footer-social-listing > li {
  margin-right: 30px;
}
.footer-social-listing > li:last-child {
  margin-right: 0;
}
.footer-social-listing > li > a {
  color: #ffffff;
  font: 1.6rem/1.2 "GoogleSans-Regular";
}
.cr-info > p {
  color: #ffffff;
}
.cr-info > p > span {
  color: #108d45;
}

/*------- Footer Logo Section Ends -------*/

/*------- Home Page Ends -------*/


/* ----------- pop up in product page ---------- */
.popup_model_container {
  /* display: none; */
  background-color: white;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) scale(0);
  transition: 200ms ease-in-out;
  border-radius: 10px;
  z-index: 100;
  width: 800px;
  max-width: 100%;
}
.popup_model_container.active {
  transform: translate(-50%, -50%) scale(1);
}
#overlay {
  position: fixed;
  opacity: 0;
  transition: 200ms ease-in-out;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
#overlay.active {
  opacity: 1;
  pointer-events: all;
}


/* about page card section */
/* .card {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
} */

/* .card i {
  cursor: pointer;
  padding: 5px;
} */
.space-bottom {
  margin-bottom: 50px;
}
.img-card {
  width: 100%;
  /* background-color: #108d45; */
  border-radius: 50px;
  margin: auto;
  object-fit: cover;
}
/* ---------- about page swiper ----------- */
.swiper-slide-1 {
  background-size: cover;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25%;
  width: 50%;
}
.certificate-heading {
  margin-bottom: 20px;
}
.certificate-heading h2{
  text-align: center;
  padding: 10px;
  
  color: #1c233a;
  font: 4rem/1.2 "GoogleSans-Bold";
}
.certificate-image {
  display: flex;
  justify-content: center;
  align-items: center;
  
}
/* ---------- about page swiper end ------------ */
/* ------ about page end ------- */



  /* gallery css start */
  .small-img-card img {
    max-width: 100%;
    object-fit: cover;
    border-radius: 10px;
  }
  .bg-gap {
    margin-bottom: 30px;
  }
  .sub-container {
    padding: 50px;
    margin-bottom: 50px;
  }
  .small-img-card {
    /* padding: 5px; */
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }


  .container {
    width: 95%;
    margin: 0 auto;
  }

  .grid-item {
    width: 280px;
    margin-bottom: 0.5em;
  }
  .grid-item img {
    width: 100%;
    border-radius: 10px;
  }
  .grid {
    display: flex;
  }
  .grid-col {
    flex:1;
    padding: 0 .1em;
  }
  .grid-col--2, .grid-col--3 {
    display: none;
  }

  @media (max-width: 767px) {
    .container {
      width: 90%;
    }
    /* .grid-col--2 {
      display: block;
    } */
    .grid-col {
      padding: 0 0.5em;
    }
    .grid-item img {
      margin-bottom: 0.8em
    } 
    .grid-col--1, .grid-col--2, .grid-col--3 {
      display: none;
    }
  }
  @media (min-width: 768px) {
    .container {
      width: 90%;
    }
    .grid-col--2 {
      display: block;
    }
    .grid-col {
      padding: 0 0.5em;
    }
    .grid-item img {
      margin-bottom: 0.8em
    } 
  }
  @media (min-width: 1080px) {
    .grid-col--3 {
      display: block;
    }
    .container {
      width: 100%;
    }
    .grid-item {
      width: 250px;
    }
  }
  /* gallery css end */




  /*--------- contact page CSS starts-------- */


  /* product page alone CSS starts */
  .box-product-info-1:hover > .box-info-core > h2, h4,
  .box-product-info-1:hover > .box-info-core >  p,
  .box-product-info-1:hover > .box-info-core >  ul > li > p,
  .box-product-info-1:hover > .box-info-core> .box-info-core-1 > h2 {
  color: #ffffff;
}
.box-product-info-1 > .box-info-core > h2 {
  color: #1c233a;
  font: 2.8rem/1.4 "GoogleSans-Medium";
}
.box-product-info-1 > .box-info-core > .box-info-core-1 > h2 {
  color: #1c233a;
  font: 2.8rem/1.4 "GoogleSans-Medium";
}
.bg-products4 {
  overflow: hidden;
  padding: 100px 100px 50px;
  position: relative;
  z-index: 1;
}
.box-testimonials-home-1 h2{
  text-align: center;
  padding: 10px;
  margin-bottom: 20px;
  color: #1c233a;
  font: 2.8rem/1.4 "GoogleSans-Medium";
}
.product-img-detail > img {
  height: 400px;
  margin: 0 auto 15px;
}
.product-img-detail > p {
  text-align: center;
}
.bg-iframe {
  padding: 50px 50px 50px;
}