.header-top-border {
  border-top: none;
}
.header-top.hstyle3 {
  border-bottom: none;
  background-color: transparent;
  padding: 0px 4px;
}
.header-middle {
  background-color: #eeeeee;
}
@media only screen and (min-width: 600px) {
  .collapse.navbar-collapse {
    background-color: #449b06;
    padding: 0px 10%;
  }
}

.navbar-default {
  color: #d4cece;
  background-color: transparent;
  border-color: #449b06;
}
.btn-primary {
  color: #eeeeee;
  background-color: #449b06;
  border-color: #449b06 !important;
}
.btn-primary:hover {
  color: #eeeeee;
  background-color: #449b06;
  border-color: #449b06 !important;
}
.btn-primary.focus,
.btn-primary:focus {
  color: #eeeeee;
  background-color: #449b06 !important;
  border-color: #449b06 !important;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  color: #eeeeee;
  background-color: #449b06 !important;
  border-color: #449b06 !important;
}
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  color: #eeeeee;
  background-color: #449b06;
  border-color: #449b06 !important;
}
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  color: #eeeeee;
  background-color: #449b06;
  border-color: #449b06 !important;
}
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  color: #eeeeee;
  background-color: #449b06;
  border-color: #449b06 !important;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #449b06;
  background-color: #449b06;
  background: #eeeeee;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #449b06;
  background-color: transparent;
  background: #eeeeee;
}

.hstyle3 .header-top-left li,
.hstyle3 .box-right li a {
  color: #eeeeee;
}
.header-top-left span {
  color: #f5f5f5;
  margin-right: 5px;
}
.navbar-default .navbar-nav > li > a {
  color: #eeeeee;
  font-weight: 700;
  text-transform: uppercase;
}

/*// footer*/

.footer-dark .footer-top {
  background-color: #33863e;
}
.footer-bottom.overlay-wraper {
  text-align: center;
  background-color: #195c0f !important;
  color: #eeeeee !important;
}
.bg-s {
  background-color: #eeeeee;
  /* border-top: 7px solid #449b06; */
}
.card {
  background-color: white;
  border: 1px solid #fdc20b;
  padding-left: auto;
  padding-right: auto;
  /* min-height: 500px; */
  margin-top: 15px;
  text-align: center;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(36 60 88 / 6%);
  -webkit-transition: 0.25s box-shadow;
  transition: 0.25s box-shadow;
}
/* img.img-responsive {
  height: 288px;
} */
input.btn.btn-success.sub-btn.add-cart-btn {
  background-color: #f7931e;
  border-color: #f7931e;
  color: white;
  box-shadow: none;
  font-size: 18px;
  padding: 8px 20px;
  border-radius: 2px;
}

h4.card-title {
  font-weight: 700;
  padding: 7px;
}
.com-card {
  background-color: #eeeeee;
  padding: 43px 19px;
  text-align: center;
  border-radius: 2px;
  border: 1px solid #449b06;
  border-top: 3px solid #449b06;
  margin-top: 7px;
}

.c1 {
  font-size: 49px;
}
h4.com-title {
  font-size: 19px;
  padding: 11px;
  font-weight: 700;
}

p.com-p {
  font-size: 17px;
  font-weight: 100;
}
/*.com-card:hover .com-title {
    color: #f7931e;
}*/
.com-card:hover .c1 {
  color: #009538;
} /*
.com-card:hover p {
    color: #f7931e;
}*/
li.enquiry-btn a {
  background-color: #449b06;
}
li.enquiry-btn:hover a {
  background-color: #449b06;
  cursor: pointer;
}
/* li.enquiry-btn:hover > a {
  color: white !important;
} */
.form-control {
  color: #444;
  font-size: 14px;
  border-radius: 2px;
  margin-bottom: 10px;
}
.modal-header.enq-header {
  background-color: #eac599;
}
em {
  color: red;
}
.nice-select {
  width: 100%;
}
h3.card-title {
  min-height: 65px;
}
.btn-default {
  color: #333;
  background-color: #eeeeee;
  border-color: #f7931e;
}
.modal-dialog.c1d {
  width: 405px;
}
.modal-header.enq-header {
  background-color: #5c95ea;
  color: white;
}
.nice-select.open .list {
  max-height: 200px;
  overflow: auto;
}
.modal-content.c1d {
  overflow: hidden;
}
p.head-open-hr {
  margin: 0px;
  font-size: 17px;
  font-family: fantasy;
  color: #dc438e;
}
p.head-open-hr-time {
  color: #449b06;
}
.header-middle-inner.hstyle3-spacing.middle {
  display: block;
  justify-content: center;
  align-items: center;
}
span.map-add {
  font-weight: 600;
  color: #f7931e;
}
p.head-open-hr.mob-no {
  letter-spacing: 1px;
}

@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.blink {
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}
.megamenu > li > ul > li > a {
  text-transform: uppercase;
  display: block;
  padding: 3px 20px;
}
.navbar-default {
  color: #d4cece;
  background-color: #449b06;
  border-color: #449b06;
}

img.com-name-menu {
  width: 100%;
  max-width: 150px;
  height: 100%;
  padding-top: 3px;
}
@media only screen and (max-width: 600px) {
  .modal-dialog.c1d {
    width: 310px;
  }
  .logo-center {
    display: block !important;
    justify-content: center;
    align-items: center;
    height: 100px !important;
    padding: 12px;
  }
  img.com-name-menu {
    width: 100%;
  }
  .megamenu > li > ul > li > a {
    color: #d3dbe4;
  }
}
.dropdown-menu {
  background-color: #eeeeee !important;
}
.megamenu > li > ul > li a {
  color: #696c68;
}
.megamenu > li > ul > li:hover a {
  color: #eeeeee;
  background-color: #449b06;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #eeeeee;
}

.about_us_icon_style {
  background: white;
  padding: 12px;
  border-radius: 50%;
  box-shadow: rgb(0 0 0 / 25%) 0px 14px 28px, rgb(0 0 0 / 22%) 0px 10px 10px;
  border: 1px solid #449b06;
  color: #449b06;
  font-size: 30px;
  border-bottom: 4px solid #449b06;
}

.about_us_icon_style2 {
  background: #eeeeee;
  padding: 12px;
  border-radius: 50%;
  box-shadow: rgb(0 0 0 / 25%) 0px 14px 28px, rgb(0 0 0 / 22%) 0px 10px 10px;
  border: 1px solid #449b06;
  color: #449b06;
  font-size: 30px;
  border-bottom: 4px solid #449b06;
}

.about_us_box2 {
  border: 4px solid #449b06;
  border-radius: 10px;
  height: 100%;
  padding: 8px;
}
.about_us_box {
  /* border: 10px solid #c8ad55; */
  padding: 8px;
  background-color: #449b06;
  border-radius: 10px;
  margin: 8px;
  box-shadow: rgb(0 0 0 / 25%) 0px 14px 28px, rgb(0 0 0 / 22%) 0px 10px 10px;
}
.icon_box {
  padding: 8px;
  background-color: #fff;
  border: 2px solid #449b06;
  border-radius: 10px;
  margin: 8px;
  box-shadow: rgb(0 0 0 / 25%) 0px 14px 28px, rgb(0 0 0 / 22%) 0px 10px 10px;
}

.flip:hover > i {
  animation: flip-icon 10s ease;
}

@keyframes flip-icon {
  0% {
    transform: rotateY(0deg);
  }
  25% {
    transform: rotateY(180deg);
  }
  50% {
    transform: rotateY(360deg);
  }
  75% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}

.heading {
  text-align: center;
  color: #454343;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  margin-bottom: 40px;
  text-transform: uppercase;
  z-index: 999;
}
.white-heading {
  color: #449b06;
}
.heading:after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  height: 20px;
  width: 180px;
  border-radius: 50px;
  transform: translateX(-50%);
  background-color: #919490 !important;
  box-shadow: inset 0 0 4px #12150f;
  background-repeat: no-repeat;
  background-position: center;
}
.white-heading:after {
  background: url(../../assets/img/heading-line-white.png);
  background-repeat: no-repeat;
  background-position: center;
}

svg {
  font-family: "Russo One", sans-serif;
}
svg text {
  text-transform: uppercase;
  animation: stroke 3s infinite alternate;
  stroke-width: 2;
  stroke: #449b06;
  font-size: 50px;
}
@media only screen and (max-width: 500px) {
  svg text {
    font-size: 120px !important;
  }
}
@keyframes stroke {
  0% {
    fill: #449b06;
    stroke: #607d8b;
    /* stroke-dashoffset: 25%; */
    stroke-dasharray: 0 50%;
    stroke-width: 2;
  }
  70% {
    fill: #449b06;
    stroke: #607d8b;
    stroke-width: 2;
  }
  80% {
    fill: #449b06;
    stroke: #607d8b;
    stroke-width: 2;
  }
  100% {
    fill: #449b06;
    stroke: #607d8b;
    /* stroke-dashoffset: 0%; */
    stroke-dasharray: 50% 0;
    stroke-width: 2;
  }
}

/* ------------------------ */
.product-card {
  position: relative;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgb(68 155 6 / 82%);
  /* height: 450px; */
  overflow: hidden;
  margin-bottom: 20px;
  background-color: #fff;
}
.product-card .min-details h3{
  height: 50px;
  vertical-align: middle;
  line-height: 26px;
}

.product-card > figure {
  margin: 0px !important;
  /* min-height: 300px; */
}

.product-card > figure > img {
  width: 100%;
  height: 295px;
}

.product-card .details {
  background-color: #eeeeee;
  border-radius: 10px;
  padding: 10px 20px;
  /* position: absolute; */
  /* top: 50%; */
  width: 100%;
  height: 100%;
  transition: box-shadow 0.3s ease-in-out, top 0.3s ease-in-out;
}

.product-card:hover .details {
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.3);
  top: 50%;
  height: 100%;
  transition: box-shadow 0.3s ease-in-out, top 0.3s ease-in-out;
}

.product-card .details > .min-details,
.product-card .details > .options,
.product-card .details > .options > .options-size,
.product-card .details > .options > .options-colors {
  /* margin-bottom: 10px; */
}

.product-card .details > .min-details {
  display: flex;
  justify-content: space-between;
}

.product-card .details > .min-details > h1 > span {
  color: #7b7b7b;
  display: block;
  font-size: 0.9rem;
  font-weight: 400;
}

.product-card .details > .options h1 {
  margin-bottom: 5px;
}

.product-card .details > .options ul {
  list-style-type: none;
  display: flex;
}

.product-card hr{
  border-top: 1px solid #449b06;
  margin-top: 10px;
  margin-bottom: 10px;
}


.product-card .btn {
  background-color: #449b06;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
  color: #eeeeee;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  padding: 6px 15px 6px;
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.product-card .btn:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}
/* ------------------------------- */

.zoom-about-img img:hover{
  transform: scale(1.05);
}

.about_us_content p {
  font-size: 17px;
  text-align: justify;
}



/* ---------------------------- */

.team .member {
	position: relative;
	box-shadow: 0 5px 10px rgb(68 155 6 / 82%);
	padding: 30px;
	border-radius: 4px;
	background: #fff;
  margin-bottom: 20px;
}
.d-flex{
  display: flex;
}
.team .member .pic {
	overflow: hidden;
	width: 140px;
	border-radius: 4px;
}
.team .member .pic img {
	transition: ease-in-out 0.3s;
  border-radius: 50%;
}
.team .member:hover img {
transform: scale(1.1);
}
.team .member .member-info {
	padding-left: 10px;
}
.team .member .member-heading {
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 20px;
	color: #556270;
	line-height: 1.2;
}
.team .member span {
	display: block;
	font-size: 15px;
	padding-bottom: 10px;
	position: relative;
	font-weight: 500;
}
.team .member span::after {
	content: '';
	position: absolute;
	display: block;
	width: 50px;
	height: 1px;
	background: #dee2e6;
	bottom: 0;
	left: 0;
}
.team .member .member-para {
	margin: 10px 0 0 0;
	font-size: 14px;
}
.team .member .social {
	margin-top: 12px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.team .member .social a {
	transition: ease-in-out 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	width: 32px;
	height: 32px;
	background: #8795a4;
}
.team .member .social a + a {
margin-left: 8px;
}
.team .member .social a:hover {
	background: #449b06;
  border-radius: 50px;
}
.team .member .social a .team-icon {
	color: #fff;
	font-size: 16px;
	margin: 0 2px;
}
.animate-charcter {
 
  text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #0dcf63 0%,
    #636762 29%,
    #0f1718 67%,
    #09dddd 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
  font-size: 40px;
  font-weight: 800;
}

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

.reveal {
  position: relative;
  opacity: 0;
}
.reveal.active {
  opacity: 1;
}
.active.fade-left {
  animation: fade-left 1s ease-in;
}
@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.active.fade-right {
  animation: fade-right 1s ease-in;
}
@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}