/************************* Header************************ */
.header-wrapper {
  padding: 8px 0px 8px 0px;
}

.logo {
  margin: 2px 0px;
}

.navigation-wrapper {
  margin-top: 10px;
}

/************************* Body ************************ */
body {
  font-family: "Montserrat", serif;
}

h1 {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 2.6em;
  font-weight: 700;
  line-height: 32px;
  color: #222;
}

h2 {
  font-family: "Montserrat", serif;
  font-weight: 700;
  font-size: 2.5em;
  color: #222;
  font-style: normal;
  line-height: 1.32em;
  text-decoration: none;
  margin-top: 1em;
  margin-bottom: 0.4334em;
}

h4 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 34px;
  text-align: center;
  color: #a3761b;
  font-size: 1.5em;
}

.p-top-20 {
  padding-top: 20px;
}

.p-top-50 {
  padding-top: 50px;
}

.p-bottom-top{
  padding-bottom: 50px;
}

.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.p-top-30 {
  padding-top: 30px;
}

.d-flex {
  display: flex;
}
.d-flex-col-jcc-aic {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 100px;
}

@media (min-width: 768px) {
  .d-flex-col-jcc-aic {
    gap: 50px;
  }
}

@media (min-width: 1000px) {
  .d-md-flex {
    display: flex;
  }
}

.flex-wrap {
  flex-wrap: wrap;
}
.align-items-center {
  align-items: center;
}
.justify-content-center {
  justify-content: center;
}

.align-self-center {
  align-self: center;
}

/************************ Home ************************/
.welcome-content {
  padding: 50px 0px 70px 0px;
  background-color: #fff !important;
  /* background: url("../images/welcome-bg.jpg") repeat; */
}

.carousel-caption {
  top: 38%;
}

.caption-1 {
  font-family: "Montserrat", sans-serif;
  font-size: 3.9em;
  font-weight: 800;
  text-transform: uppercase;
}

.caption-2 {
  font-size: 1.4em;
  font-family: "Montserrat", sans-serif;
  margin-top: 20px;
}

.hv-auto-welcome-thumb {
  position: relative;
}

.hv-auto-welcome-thumb img {
  border-radius: 50%;
  margin: 0 auto;
}

.hv-auto-welcome .hv-auto-welcome-details {
  float: left;
  width: 100%;
  padding: 30px 10px;
  text-align: center;
  position: relative;
}

.hv-auto-welcome-details h4 {
  font-size: 30px;
  font-weight: bold;
}

.hv-auto-welcome-details h5 {
  text-transform: uppercase;
  font-size: 14pt;
  font-weight: 600;
  font-family: "Helvetica Neue", sans-serif;
  letter-spacing: 1px;
  color: #a3761b !important;
  position: relative;
  padding-bottom: 15px;
  padding-top: 10px;
  text-align: center;
  line-height: 24px;
}

.hv-auto-welcome-details h5:after {
  position: absolute;
  content: "";
  width: 42px;
  height: 3px;
  background-color: #161b2e;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
}

.hv-auto-welcome-details p {
  color: #656565;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-size: 12pt;
  padding: 10px 0px;
  line-height: 22px;
}

.home-about {
  /* background: url("../images/about-img.jpg");
  background-position: right 0px bottom -70px;
  background-repeat: no-repeat; */
  padding: 50px 0px 70px 0px;
  background-color: #f4f4f4;
}

.home-about p {
  margin-top: 0em;
  margin-bottom: 1.8em;
  font-family: "Montserrat", sans-serif;
  line-height: 30px;
  text-align: center;
  color: #676a78;
  padding: 10px 0px 0px 0px;
  font-size: 1.3em;
}

.sc_title {
  position: relative;
}

.scheme_default .sc_item_subtitle {
  color: #a2ca00;
}

.sc_item_subtitle + .sc_item_title {
  margin-top: -1.5em;
}

.scheme_default h2 {
  color: #43335a;
}

.sc_item_subtitle {
  font-size: 4em;
  line-height: 1.3em;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0;
  color: #f1f1f1;
}

.sc_align_center {
  text-align: center;
}

/************************ Home Image Hover ************************/
/* Sweep To Right */
[class^="hvr-"] {
  margin: 0.4em;
  padding: 1em 1.5em;
  cursor: pointer;
  background: #171717;
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f1e91d;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
  color: #161b2e;
  text-decoration: none;
}

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.ih-item img {
  width: 100%;
  height: 100%;
}

.ih-item.circle {
  position: relative;
  width: 249px;
  height: 249px;
  border-radius: 50%;
  margin: 0px auto;
}

.ih-item.circle .img {
  position: relative;
  width: 250px;
  height: 250px;
  border-radius: 50%;
}

.ih-item.circle .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ih-item.circle .img:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: inset 0 0 0 15px rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.ih-item.circle .img img {
  border-radius: 50%;
}

.ih-item.circle.effect14 {
  -webkit-perspective: 900px;
  -moz-perspective: 900px;
  perspective: 900px;
}

.ih-item.circle.effect14 .img {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.ih-item.circle.effect14.colored .info {
  background: #1a4a72;
}

.ih-item.circle.effect14 .info {
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.35s ease-in-out 0.3s;
  -moz-transition: all 0.35s ease-in-out 0.3s;
  transition: all 0.35s ease-in-out 0.3s;
}

.ih-item.circle.effect14 .info h3 {
  color: #333;
  position: relative;
  font-size: 22px;
  margin: 0 30px;
  padding: 75px 0 0 0;
  line-height: 28px;
  font-family: "Montserrat", sans-serif;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}

.ih-item.circle.effect14 .info p {
  color: #bbb;
  padding: 10px 5px;
  font-style: italic;
  margin: 0 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.ih-item.circle.effect14 a:hover .img {
  opacity: 0;
  visibility: hidden;
}

.ih-item.circle.effect14 a:hover .info {
  visibility: visible;
  opacity: 1;
}

.ih-item.circle.effect14.left_to_right .img {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.ih-item.circle.effect14.left_to_right .info {
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.ih-item.circle.effect14.left_to_right a:hover .img {
  -webkit-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  -o-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}

.ih-item.circle.effect14.left_to_right a:hover .info {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
}

.ih-item.circle.effect14.right_to_left .img {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.ih-item.circle.effect14.right_to_left .info {
  -webkit-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  -o-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.ih-item.circle.effect14.right_to_left a:hover .img {
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
}

.ih-item.circle.effect14.right_to_left a:hover .info {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
}

.ih-item.circle.effect14.top_to_bottom .img {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.ih-item.circle.effect14.top_to_bottom .info {
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

.ih-item.circle.effect14.top_to_bottom a:hover .img {
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
}

.ih-item.circle.effect14.top_to_bottom a:hover .info {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
}

.ih-item.circle.effect14.bottom_to_top .img {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

.ih-item.circle.effect14.bottom_to_top .info {
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.ih-item.circle.effect14.bottom_to_top a:hover .img {
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}

.ih-item.circle.effect14.bottom_to_top a:hover .info {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
}

/************************ Footer ************************/
footer .navbar-default {
  background-color: #222;
}

footer .navbar-nav {
  padding-top: 0px;
  margin-left: -43px;
  float: none;
}

footer .nav > li {
  font-family: "Montserrat", sans-serif;
  font-size: 11pt;
  text-align: center;
  color: #fff;
  font-weight: normal;
  position: relative;
}

footer .navbar-default .navbar-nav > li > a {
  color: #a8a8a8;
  background-color: transparent;
  padding: 18px 10px 0px 10px;
}

footer .navbar-default .navbar-nav > li > a:hover {
  color: #f1e91d;
  background-color: transparent;
}

.add {
  padding: 28px 0px 10px 0px;
  color: #fff;
  background-color: #171717;
  position: relative;
  z-index: 99;
}

.call-to-action {
  margin: 0;
}

.call-to-action span {
  border-radius: 100px;
  background: none;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  color: #4d4e54;
  background-color: #2b2c33;
  font-size: 30px;
  transition: all 0.2s ease-out 0s;
}

.call-to-action p {
  color: #c4c4c5;
  font-size: 11pt;
  font-family: "Montserrat", sans-serif;
  line-height: 24px;
}

.call-to-action a {
  color: #fff;
}

.font20 {
  font-size: 20px !important;
  font-family: "Montserrat", sans-serif;
}

.font-white {
  color: #eeeeee !important;
}

.m-bottom-10 {
  margin-bottom: 10px;
}

.m-bottom-30 {
  margin-bottom: 30px;
}

.m-top-10 {
  margin-top: 10px;
}

.m-top-20 {
  margin-top: 20px;
}

.m-top-30 {
  margin-top: 30px;
}

.m-top-40 {
  margin-top: 40px;
}

.m-top-50 {
  margin-top: 50px;
}

.m-top-60 {
  margin-top: 60px;
}

.m-top-70 {
  margin-top: 70px;
}

.m-top-80 {
  margin-top: 80px;
}

.m-top-90 {
  margin-top: 90px;
}

.m-top-100 {
  margin-top: 100px;
}

.footer-text {
  margin-top: 29px;
  margin-bottom: 20px;
}

.copyright {
  /* background-color: #222; */
  background-color: #171717;
  padding: 0px;
}
.copyright-hr {
  margin: 0px !important;
  opacity: 0.3 !important;
}

/* .copyright p {
  color: #676767;
  font-size: 0.9em;
  line-height: 52px;
  margin: 0px;
  text-align: right;
  font-family: "Montserrat", sans-serif;
} */

.copyright a {
  color: #676767;
}

.copyright a:hover {
  color: #f1e91d;
}

#go-top {
  bottom: 10px;
  right: 10px;
  width: 45px;
  height: 45px;
  background: #f1e91d;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  position: absolute;
  z-index: 999999;
  color: white;
  text-align: center;
  line-height: 46px;
  cursor: pointer;
  position: fixed;
  opacity: 0.8;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

#go-top .fa {
  padding: 6px 0;
  color: #fff;
  font-size: 31px !important;
}

/************************ Inside Page ************************/
.inside-headbg {
  min-height: 325px;
  display: block;
  color: rgb(255, 255, 255);
  padding-top: 15px;
  padding-bottom: 20px;
  background-position: center;
  background-repeat: repeat-y;
  z-index: 999;
}

.inside-headbg h2 {
  color: #fff;
  /* font-family: "Poppins"; */
  font-weight: 600;
  line-height: 42px;
  font-size: 2.8em;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
  padding-top: 75px;
}

.contact-banner {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)),
    url(../images/banner/contact-banner.jpg);
}
.news-banner {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)),
    url(../images/banner/news-events-banner.jpg);
  background-size: cover;
  background-position: top center;
}
.service-banner {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)),
    url(../images/banner/service-banner.jpg);
}
.who-we-are-banner {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)),
    url(../images/banner/about-banner.jpg);
}
.product-banner {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)),
    url(../images/banner/products-banner.jpg);
}
.prj-reference-banner{
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)),
    url(../images/banner/reference-banner.jpg);
}

.header-site-floating-breadcrumbs__container {
  position: relative;
}

.header-site-floating-breadcrumbs__bg {
  background-position: 10px -68px;
  width: auto;
  height: 50px;
  opacity: 1;
  position: absolute;
  top: -30px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  /*text-indent: -9999px;*/
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  z-index: 9999;
}

.header-site-floating-breadcrumbs__bg h5 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.32em;
  color: #a3761b;
  line-height: 24px;
  margin: 0px;
  padding: 0px;
  text-transform: none;
  padding: 12px 20px 12px 20px;
}

.header-site-floating-breadcrumbs__bg a{
  color: #a3761b !important;
}

.inside-mainbg {
  background-color: #ffffff;
  padding: 70px 0px 50px 0px;
}

/* .inside-mainbg h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.7em;
  font-weight: 700;
  font-style: normal;
  line-height: 40px;
  margin: 15px 0px;
  color: #161b2d;
} */

.inside-mainbg h4 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.9em;
  font-weight: 700;
  font-style: normal;
  line-height: 38px;
  text-align: left;
  color: #161b2d;
  margin: 0px;
}

.inside-mainbg p {
  font-family: "Montserrat", sans-serif;
  font-size: 1.16em;
  font-weight: normal;
  font-style: normal;
  line-height: 26px;
  color: #676a78;
}

.captcha-img.security-img big {
  text-align: center;
  border: 1px solid #ddd;
  padding-top: 5px;
  padding-bottom: 8px;
  padding-left: 30px;
  padding-right: 30px;
  color: #2f78b3;
  background-color: #eee;
  text-shadow: #484848 0 1px 1px;
}

.sloganbg {
  display: block;
  color: #fff;
  padding: 20px 0px 32px 0px;
  /*background: url(../images/aboutbg.jpg);
    background-position: center;
    background-repeat: repeat-y;  
    z-index: 999;*/
  background-color: #161b2f;
}

.sloganbg h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.2em;
  color: #f1e91d;
  line-height: 24px;
  font-weight: 300;
  text-transform: none;
  padding: 12px 0px 0px 20px;
  text-align: center;
}

/************************ Who We Are Page ************************/
.about {
  /* background: url("../images/about-img.jpg");
  background-position: right 0px bottom -70px;
  background-repeat: no-repeat; */
  margin: 70px 0px 70px 0px;
  background-color: #fff;
}

.about h2 {
  /* margin-bottom: 35px; */
  margin-top: 0px !important;
}
.about p {
  margin: 0;
}

.about-wrapper {
  display: flex;
  /* justify-content: center;
  align-items: center;
  flex-direction: column; */
  gap: 20px;
}

.about-img {
  width: 100%;
}
.about-text {
  width: 100%;
  padding-left: 35px !important;
}
.about-text p {
  font-size: 14px;
}

.about-text > h1 {
  margin-bottom: 15px;
  margin-top: 10px;
}

.about-img-section {
  padding-bottom: 40px;
}
.about-img-section img {
  margin: 10px 0;
}

@media (min-width: 991px) {
  .about-wrapper {
    flex-direction: row;
  }
  .about-text p {
    font-size: 1.1em;
  }
}
@media (min-width: 992px) {
  .about-img {
    display: block;
  }
  .about-img-second {
    display: none;
  }
  .social-flex{
    display: flex !important;
    justify-content: end !important;
  }
}

h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.9em;
  color: #222;
  line-height: 48px;
  font-weight: 700;
  text-transform: none;
}

p {
  font-family: "Montserrat", sans-serif;
  font-size: 1.1em;
  font-weight: normal;
  font-style: normal;
  line-height: 22px;
  color: #676a78;
}

.vmv {
  background: url("../images/welcome-bg.jpg") repeat;
  padding: 50px 0px 70px 0px;
}

.vmv h2 {
  margin-bottom: 35px;
  color: #f1e91d;
}

.vmocard {
  /* border: 2px solid #f1e91d; */
  /* border-radius: 15px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 20px;
  gap: 20px;
  /* min-height: 255px; */
  background-color: #fff;
}

.parent {
  margin-top: 20px;
}

.vmotext p,
.vmotext h4,
.vmotext ul {
  text-align: start;
  color: #000 !important;
  list-style-type: square !important;
}

/* .vmotext ul{
  padding-left: 0px !important;
} */

.vmotext ul > li {
  font-size: 16px !important;
}

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

.vmotext {
  width: 100%;
}

@media (min-width: 575px) {
  .vmocard {
    flex-direction: row;
  }
}

@media (min-width: 767px) {
  .vmocard {
    flex-direction: row;
  }
}

@media(max-width: 767px) and (min-width: 576px){
  .vmocard {
  
    width: 80%;
    
  }
 
  .vmocard-one{
    margin-bottom: 50px !important;
  }

  .header-site-floating-breadcrumbs__bg {
    width: 270px !important;
    right: 4% !important;
  }
  /* .header-site-floating-breadcrumbs__bg{
   display: none !important;
  }  */
  .product-box{
    width: 70% !important;
    margin-left: auto  !important;
    margin-right: auto !important;
    min-height: auto !important;
  }
  .mt-35, .mt-sm-35, .mt-xs-35{
    margin-top: 15px !important
  }
  .inside-headbg {
    min-height: 290px;
  }
  .service-img{
    width: 85% !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .news-events-img-flex-one > img, .news-events-img-flex-two > img {
    max-height: 340px !important;
    border-radius: 15px !important;
  }
  .news-info{
    padding-right: 20px;
    padding-left: 20px;
  }

}

@media(max-width: 575px) and (min-width: 420px){
  /* .header-site-floating-breadcrumbs__bg{
    display: none !important;
  } */
  .header-site-floating-breadcrumbs__bg {
    width: 263px !important;
  }
  .product-box{
    width: 85% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    min-height: auto !important;
  }
  .mt-35, .mt-sm-35, .mt-xs-35{
    margin-top: 15px !important
  }
  .inside-headbg {
    min-height: 260px !important;
  }
  .inside-headbg h2{
    font-size: 2.12em !important;
    padding-top: 65px !important;
  }
  .contact-info {
    font-size: 16px !important;
  }
  .news-events-img-flex-one > img, .news-events-img-flex-two > img {
    max-height: 285px !important;
    border-radius: 15px !important;
  }
  .news-title::before{
    display: none !important;
  }
  .news-title > b{
    margin-left: 0px !important;
  }

}

@media(max-width: 575px){
  .vmocard-one{
    margin-bottom: 35px !important;
  }

}

@media (min-width: 991px) {
  .vmocard {
    flex-direction: column;
    /* min-height: 500px; */
    align-items: start;
    gap: 15px;
  }
  .vmotext {
    margin-left: 0px;
  }
  .vmotext h4 {
    text-align: center;
    margin-top: -5px;
  }
  .vmotext p {
    font-size: 1.1em;
  }
}

@media (min-width: 1200px) {
  .vmocard {
    min-height: 504px;
    border-top: 2px solid #f1e81d;
    border-bottom: 2px solid #f1e81d;
  }
}

.members {
  background-color: #f5f5f5;
  padding: 40px 0px;
}

.members h2 {
  margin-bottom: 35px;
}

.members .container {
  padding: 0;
}

.member-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.mgmtcard {
  width: 100%;
  margin-top: 90px;
  padding-left: 15px;
  padding-right: 15px;
}

.mgmt-img {
  margin-top: -75px;
  margin-left: 30px;
  width: 150px;
  height: 150px;
  border-radius: 100%;
}

.mgmt {
  border: 2px solid #17171778;
  border-radius: 15px;
  padding: 0px !important;
  display: flex;
  gap: 10px;
  flex-direction: column;
  min-height: 180px;
}

.mgmt-body {
  margin-left: 10px;
  padding: 10px;
}

.mgmt-body h5 {
  font-size: 1.2em;
}
.mgmt-body p {
  font-size: 14px;
}

@media (min-width: 575px) {
  .mgmtcard {
    margin-top: 100px;
    width: 50%;
  }
  .mgmt-img {
    margin-top: -80px;
    margin-left: 30px;
    width: 160px;
    height: 160px;
  }
}

@media (min-width: 767px) {
  .mgmtcard {
    width: 50%;
  }
}

@media (min-width: 991px) {
  .mgmtcard {
    width: 33.333333333%;
  }

  .mgmt-img {
    margin-top: -75px;
    width: 150px;
    height: 150px;
  }
  .mgmt-body h5 {
    font-size: 1.3em;
  }
  .mgmt-body p {
    font-size: 1.1em;
  }
}

@media (min-width: 1200px) {
  .mgmt-img {
    margin-top: -80px;
    width: 160px;
    height: 160px;
  }
  .mgmt {
    min-height: 205px;
  }
}

/************************ Services Page ************************/
.graybg {
  /* background-color: #f8f8f8; */
  background-color: #f4f4f4;
  padding: 50px 0px 50px 0px;
}

.service-list {
  color: #444;
  padding-left: 30px;
  line-height: 24px;
  margin-top: 35px;
  list-style-type: disclosure-closed;
}

.service-list li {
  font-size: 16px;
  padding: 10px 7px;
  font-family: "Montserrat", sans-serif;
  color: #000;
}

ol {
  line-height: 30px;
  padding: 2px 24px;
  color: #000;
}

ol li {
  padding: 0px 14px;
}

.testing-list {
  color: #000;
}

.testing-list li {
  padding: 2px 10px;
  font-size: 13pt;
}

.border-shadow {
  border: 10px solid #fff;
  /*box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.07);*/
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

.border-shadow1 {
  border: 10px solid #fff;
  /*box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.07);*/
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f7f39a;
}

.table > tbody > tr > td {
  line-height: 1.6;
  vertical-align: top;
  padding: 10px 10px;
}

.mb {
  margin-bottom: 20px;
}

.services table tr td:first-child {
  width: 4%;
  max-width: 40px !important;
}
.services table td {
  width: 48%;
}

/************************ Product Page ************************/
.productbg {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.productbg p {
  font-family: "Montserrat", sans-serif;
  font-size: 1.16em;
  font-weight: normal;
  font-style: normal;
  line-height: 26px;
  color: #676a78;
}

.protext__bg {
  width: 210px;
  height: 300px;
  opacity: 1;
  position: absolute;
  background-color: #fff;
  border-radius: 0px;
  z-index: 9999;
}

.proheader {
  position: relative;
  z-index: 99999;
  left: 30px;
  top: 30px;
}

.protext {
  background: none;
  padding-top: 50px;
}

/* .pro-img {
  padding-top: 20px;
} */

hr.style1 {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #bdbdbd, #f0f0f0);
}

/************************ Contact Page ************************/
.wrap {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
  border-top: 2px solid #f1e81d;
  border-bottom: 2px solid #f1e81d;
  padding: 20px;
  /* min-height: 450px; */
}

.wrap.wrap-1 {
  padding: 32px 25px;
  margin-top: 23px;
}

.text {
  text-align: left;
  font-size: 16px;
  margin-top: 30px;
  /* padding: 0px 45px; */
}

.text a {
  color: #333;
}

.text a {
  text-decoration: none;
}

.calign {
  text-align: left;
  margin-bottom: 30px;
}

.contact-form-bg {
  padding-top: 70px;
  padding-bottom: 70px;
  /* background: url(../images/about-img.jpg);
  background-position: right 0px bottom 10px;
  background-repeat: no-repeat; */
}

.news-events-bg {
  /* background: url(../images/about-img.jpg);
  background-position: right 0px bottom -70px;
  background-repeat: no-repeat; */
  background-color: #fff;
}

.contact-from {
  margin: 0;
  text-align: left;
  font-size: 15px;
  color: #275568;
}

.btn {
  margin-top: 0;
  margin-right: 10px;
  font-size: 1em;
  font-weight: normal;
  display: inline-block;
  cursor: pointer;
  position: relative;
  border-radius: 0px;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  text-decoration: none;
  line-height: 1.15em;
  text-align: center !important;
  color: #fff;
  background: #171717;
  letter-spacing: 2px;
  padding: 1em 2em;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.form-control {
  font-family: Lato;
}

.btn:hover {
  background: #a3761b;
  color: #fff;
}

.m-bottom {
  margin-bottom: 20px;
}

.map {
  margin: 0px auto;
}

/************************ new contact page ************************/

.salereprenhead {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 34px;
  text-align: center;
  color: #a3761b !important;
}

.salereprencard {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* border: 2px solid #f1e91d; */
  background-color: #302f2f;
  border-radius: 20px;
  padding: 20px;
}

.salereprenimg {
  width: 160px;
  height: 160px;
  border-radius: 10%;
  margin-top: -80px;
}

.salereprenname {
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.salereprencardbody {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 20px 0px 20px;
}

.salereprencard i {
  color: #fff;
}

.salereprencardbody p {
  color: #171717dd;
  text-align: center;
}

.salereprencardbody a {
  font-family: "Montserrat", sans-serif;
  font-size: 1.1em;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  line-height: 22px;
  color: #fff;
}

.salereprencardbody a:hover,
a:focus {
  text-decoration: none;
  border: 0;
}

.salereprencardbody span {
  font-weight: 400;
}

/************************ Project References ************************/
.table-striped > thead > tr {
  /* background-color: #f1ea1d18; */
  background-color: #302f2f;
}
/* .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f1ea1d30;
}
.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #f1ea1d18;
}

.table-hover > tbody > tr:hover {
  background-color: #f1ea1d40;
} */

/************************ media query ************************/
/* Large desktops and laptops */
@media (min-width: 1200px) {
  .carousel-caption {
    right: 5%;
    left: 5%;
  }

  .caption-1 {
    font-size: 3.2em;
    line-height: 52px;
  }

  .caption-2 {
    font-size: 24px;
  }

  .dotted {
    padding: 18px 0px 10px;
  }

  .sloganbg {
    background-position: left;
  }
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-caption {
    top: 24%;
  }

  .caption-1 {
    font-size: 2.35em;
    line-height: 44px;
  }

  .caption-2 {
    font-size: 24px;
  }

  .ih-item.circle {
    width: 229px;
    height: 229px;
  }

  .ih-item.circle .img {
    width: 230px;
    height: 230px;
  }

  .ih-item.circle.effect14 .info h3 {
    font-size: 20px;
    padding: 80px 0 0 0;
  }

  footer .navbar-default .navbar-nav > li > a {
    padding: 18px 0px 0px 10px;
    font-size: 0.96em;
  }

  .inside-headbg h2 {
    font-size: 2.4em;
  }

  .inside-mainbg h4 {
    font-size: 1.6em;
    line-height: 38px;
  }

  .hv-auto-welcome-details h5 {
    font-weight: normal;
  }

  .font20 {
    font-size: 18px !important;
  }
  .home-card-body > h3 {
    font-size: 23px !important;
  }
  .home-card-body > p {
    min-height: 120px !important;
  }
  .news-events-card {
    min-height: 465px !important;
  }
  .news-events-para {
    min-height: 215px !important;
  }
  .vmocard {
    min-height: 560px;
    border-top: 2px solid #f1e81d;
    border-bottom: 2px solid #f1e81d;
  }
  .product-box{
    min-height: 290px !important;
  }
  .contact-pd {
    padding-left: 20px !important;
  }
  .contact-info{
    margin-left: 20px !important;
  }
  .service-inner-para{
    font-size: 17px !important;
  }
  .news-events-img-flex-one{
    display: flex;
    justify-content: end;
  }
  .news-events-img-flex-two{
    display: flex;
    justify-content: start;
  }
 .news-events-img-flex-one > img, .news-events-img-flex-two > img{
    max-height: 390px !important;
    border-radius: 15px !important;
  }
  .jumbotron-flex > img{
    max-height: 375px !important;
  }
  .contact-detail > p {
    margin-left: 12px !important;
  }
  .company-logo{
    max-width: 68px !important;
  }
  .logo-text {
    margin-left: 0px !important;
    max-width: 93px;
  }
  .harvest-navbar .navbar-nav > li > a {
    /* padding: 10px 6px !important;
    font-size: 15px !important; */
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 28px !important;
    padding-right: 0px !important;
    font-size: 14px !important;
  }
  .harvest-navbar-nav{
    padding-top: 8px !important;
  }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-caption {
    top: 25%;
    left: 5%;
    right: 5%;
  }

  .caption-1 {
    font-size: 2.2em;
    line-height: 36px;
  }

  .caption-2 {
    margin-top: 10px;
  }

  .ih-item.circle {
    width: 219px;
    height: 219px;
  }

  .ih-item.circle .img {
    width: 220px;
    height: 220px;
  }

  .ih-item.circle.effect14 .info h3 {
    font-size: 20px;
    padding: 80px 0 0 0;
  }

  .inside-headbg h2 {
    font-size: 2.2em;
  }

  .inside-mainbg h4 {
    font-size: 1.7em;
    font-weight: 500;
    line-height: 32px;
    padding-bottom: 20px;
  }

  h3 {
    font-size: 1.6em;
  }

  .inside-mainbg h3 {
    font-size: 1.6em;
  }

  .protext__bg {
    width: 210px;
    height: 130px;
  }

  .text {
    padding: 0px 20px;
  }
  .mt-md-top {
    margin-top: 50px;
  }
  .news-events-card {
    min-height: 467px !important;
  }
  .news-events-para {
    min-height: 185px !important;
  }
  .vmocard {
    flex-direction: column;
    min-height: auto;
    border-top: 2px solid #f1e81d;
    border-bottom: 2px solid #f1e81d;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
  .mission-vision-para {
    text-align: center !important;
  }
  .vmv-title {
    text-align: center !important;
    margin-top: -15px !important;
  }
  .vmocard-one{
    margin-bottom: 50px !important;
  }
  .product-box{
    min-height: 326px !important;
  }
  .mt-35, .mt-sm-35 {
    margin-top: 25px !important;
  }
  .inside-headbg {
    min-height: 300px !important;
  }
  .service-img{
    width: 80% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .service-title{
    font-size: 30px !important;
  }
  .service-list{
    margin-top: 15px !important;
  }
  .service-hr{
    display: none !important;
  }
  .inside-mainbg{
    padding: 50px 0px !important;
  }
  .service-inner-para{
    font-size: 16px !important;
  }
  .news-events-img-flex-one > img, .news-events-img-flex-two > img{
    max-height: 390px !important;
    border-radius: 15px !important;
  }
  .navbar-collapse {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .harvest-navbar .navbar-nav > li > a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 20px !important;
    padding-right: 0px !important;
    font-size: 14px !important;
  }
  .hidden-logo{
    display: flex !important;
    justify-content: center !important;
  }
  .harvest-navbar-nav{
    margin-top: -12px !important;
  }
}

@media (max-width: 991px) {
  .about-img {
    display: none;
  }
  .about-img-second {
    display: block;
  }
  .about-text{
    padding-left: 0px  !important;
  }
  .contact-pd {
    padding-left: 0px !important; 
    margin-top: 50px !important;
  }
  .service-br{
    display: none !important;
  }
  .news-events-img-flex-one{
    display: flex;
    justify-content: end;
  }
  .news-events-img-flex-two{
    display: flex;
    justify-content: start;
  }

 
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  .navigation-wrapper {
    margin-top: 0px;
  }

  .inside-headbg h2 {
    font-size: 2.4em;
  }

  .inside-mainbg h3 {
    font-size: 1.5em;
    line-height: 28px;
  }

  .inside-mainbg h4 {
    font-size: 1.5em;
    line-height: 28px;
    padding-bottom: 10px;
  }

  .sc_item_subtitle {
    line-height: 1em;
  }

  .sc_item_subtitle + .sc_item_title {
    margin-top: -1.9em;
  }

  h3 {
    font-size: 1.7em;
  }

  /* h4 {
    text-align: left;
  } */

  .font20 {
    font-size: 18px !important;
  }

  .copyright p {
    line-height: 34px;
    text-align: center;
  }

  .protext__bg {
    height: 100px;
  }

  .proheader {
    left: 0px;
    top: 0px;
  }

  .protext {
    padding-top: 10px;
  }

  .mb {
    margin-bottom: 20px;
  }

  .mp {
    margin-top: 20px;
  }

  .wrap {
    min-height: auto;
    margin-bottom: 20px;
  }
  .home-card-body > p {
    min-height: auto !important;
  }
  .mt-sm-top,
  .mt-md-top {
    margin-top: 42px !important;
  }
  .p-top-50{
    padding-top: 35px !important;
  }
  .p-bottom-50{
    padding-bottom: 35px !important;
  }

  .vmocard {
    flex-direction: column;
    min-height: auto;
    border-top: 2px solid #f1e81d;
    border-bottom: 2px solid #f1e81d;
    margin-left: auto;
    margin-right: auto;
  }
  .vmv-title {
    text-align: center !important;
    margin-top: -15px !important;
  }
  .service-title{
    font-size: 28px !important;
  }
  .service-list{
    margin-top: 12px !important;
  }
  .service-inner-para{
    font-size: 17px !important;
  }
  .service-list li {
    font-size: 15px;
  }
  .inside-mainbg {
    padding: 50px 0px 50px 0px !important;
  }
  .news-events-img-flex-one{
    display: flex;
    justify-content: center !important;
    margin-bottom: 40px !important;
  }
  .news-events-img-flex-two{
    display: flex;
    justify-content: center !important;
  }
  .news-events-img-flex-one > img, .news-events-img-flex-two > img{
    max-height: auto !important;
  }
  .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:active, .navbar-default .navbar-nav>li>a:focus{
    background-color: #f1e91d !important;
    color: #fff !important;
  }
  .company-logo{
    max-width: 75px !important; 
  }
  .logo-text{
    max-width: 115px !important;
  }
  .logo{
    display: flex !important;
    justify-content: center !important;
  }
  .hidden-logo{
    display: none !important;
  }
 
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
  .welcome-content {
    padding: 28px 0px;
  }

  h1 {
    font-size: 2em;
  }

  .mb {
    margin-bottom: 20px;
  }

  .sc_item_subtitle {
    font-size: 3.5em;
    line-height: 1em;
  }

  .sc_item_subtitle + .sc_item_title {
    margin-top: -3em;
  }

  h2 {
    font-size: 1.8em;
    line-height: 1.32em;
  }

  h4 {
    line-height: 26px;
  }

  .inside-mainbg h3 {
    font-size: 1.4em;
    line-height: 28px;
  }

  .copyright {
    padding: 10px 0px;
  }

  .copyright p {
    line-height: 20px;
    text-align: center;
  }

  .font20 {
    font-size: 16px !important;
  }

  .sloganbg h4 {
    line-height: 30px;
  }
}

/* CSS Update */
.logo-text {
  margin-left: 12px;
}
.harvest-navbar-nav > li a {
  font-weight: 600 !important;
}
@media (min-width: 1300px) {
  .container {
    width: 1250px !important;
  }
  .harvest-navbar .navbar-nav > li > a {
    /* padding: 10px 15px !important; */
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 45px !important;
    padding-right: 0px !important;
    font-size: 15px !important;
  }
 
 
  .news-events-img-flex-one{
    display: flex;
    justify-content: end;
  }
  .news-events-img-flex-two{
    display: flex;
    justify-content: start;
  }
 .news-events-img-flex-one > img, .news-events-img-flex-two > img{
    max-height: 390px !important;
    border-radius: 15px !important;
  }
  .jumbotron-flex > img {
    max-height: 430px  !important;
  }
}
@media (max-width: 1199px) {
  .carousel-indicators {
    display: none !important;
  }
}
.caret {
  margin-left: 7px !important;
  margin-top: -3px !important;
}
.home-card-body > h3,
.vmv-title {
  font-size: 24px;
  font-weight: 800;
}

.home-card-body > p {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
  color: #575757;
  min-height: 90px;
}

.home-card-body > a,
.news-btn {
  color: #282828;
  font-weight: 800;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-decoration: none;
}

.arrow {
  margin-left: 20px;
}
.about-para {
  color: #000 !important;
  text-align: center !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 38px !important;
  letter-spacing: 0%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.inner-about-para {
  color: #000 !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 32px !important;
  letter-spacing: 0%;
}
.service-inner-para {
  color: #000 !important;
  font-weight: 400 !important;
  font-size: 18px ;
  line-height: 32px !important;
  letter-spacing: 0%;
  margin-top: 15px;
  text-align: justify;
}
.harvest-btn {
  background-color: #222;
  color: #fff;
  border-radius: 90px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
  border: none;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
}
.home-news-events {
  padding: 50px 0px 70px 0px;
}
.news-events-para > h4 {
  color: #282828 !important;
  font-weight: 700 !important;
  font-size: 19px !important;
  line-height: 23.16px !important;
  letter-spacing: 0% !important;
  text-align: left !important;
  margin-top: 20px !important;
}
.news-date {
  color: #9b9b9b;
  font-weight: 500;
  font-size: 14px;
  line-height: 17.07px;
  letter-spacing: 0%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.news-p {
  color: #282828;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: justify;
}
.news-events-card {
  background-color: #f0f0f080;
  padding: 18px 18px;
  border-radius: 15px;
}
.flex-btn {
  display: flex;
  justify-content: center;
}
.flex-btn > div {
  display: inline-block;
}
.about-btn {
  color: #fff;

  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
}
.flex-btn > div {
  background-color: #222;
  color: #fff;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  border-radius: 90px;
}

@media (max-width: 1299px) and (min-width: 1200px) {
  .harvest-navbar .navbar-nav > li > a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 34px !important;
    padding-right: 0px !important;
    font-size: 15px !important;
  }
  .news-events-card {
    min-height: 477px !important;
  }
  .news-events-para {
    min-height: 185px !important;
  }
  .product-box{
    min-height: 337px  !important;
  }
  .news-events-img-flex-one{
    display: flex;
    justify-content: end;
  }
  .news-events-img-flex-two{
    display: flex;
    justify-content: start;
  }
 .news-events-img-flex-one > img, .news-events-img-flex-two > img{
    max-height: 390px !important;
    border-radius: 15px !important;
  }
}
.contact-title {
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  line-height: 27.2px;
  letter-spacing: 0%;
  text-align: justify;
  margin-bottom: 25px;
}
.contact-detail {
  display: flex;
}
.contact-detail > p {
  margin-left: 15px !important;
  margin-top: -5px !important;
}
.contact-mail-detail > p {
  margin-top: -3px !important;
}
.mb-1 {
  margin-bottom: 10px !important;
}
.mr-10 {
  margin-right: 30px;
}
.mr-20 {
  margin-right: 20px !important;
}
.flex-end {
  display: flex;
  justify-content: end;
}
.footer-txt {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0%;
  margin-bottom: 0px;
  padding: 10px 0px;
  text-align: center;
}

@media (max-width: 767px) and (min-width: 447px) {
  .home-card {
    max-width: 417px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .news-events-card {
    max-width: 428px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  h1 {
    font-size: 32px !important;
  }
}

.sec-title {
  position: relative;
  color: #f1e81d;
  font-style: italic;
  text-align: left !important;
}
.mission-vision-icon {
  max-width: 80px !important;
}
.mission-vision-para {
  text-align: center !important;
}

.list-mb-5 {
  margin-bottom: 7px !important;
}

.service-title {
  /* font-size: 55px; */
  font-size: 2.6em;
}

.service-img {
  border: 8px solid #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}
.service-list-mt {
  margin-top: 0px !important;
}
.mt-35 {
  margin-top: 30px;
}
.mt-0 {
  margin-top: 0px !important;
}
.harvest-table > thead > tr > th {
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 500;
  text-align: center;
  color: #f1e81d;
  vertical-align: middle;
}
.table-bordered > tbody > tr > th {
  padding-top: 10px !important;
}
.product-box {
  /* background: #fff; */
  /* padding: 10px; */
  background-color: #f0f0f080;
  padding: 18px 18px;
  border-radius: 15px;
  margin: 15px 0px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
  min-height: 356px;
}
.product-box > h4 {
  color: #000;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: -5px;
}
.contact-pd {
  padding-left: 30px;
}
.contact-cmpy {
  margin-top: 0px;
  font-weight: 500;
  font-size: 28px;
}
.contact-info {
  font-size: 17px;
  margin-bottom: 0px;
  padding-top: 8px;
  margin-left: 20px;
  color: #000;
}
.contact-icon {
  font-size: 24px !important;
  width: 45px !important;
  height: 45px !important;
  background-color: #302f2f;
  border-radius: 50%;
  border: 2px solid #f1e81d;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sales-representative,
.contact-icon > i {
  color: #f1e81d !important;
}
.harvest-navbar .navbar-nav > li > a {
  padding: 10px 15px;
}
.contact-row {
  margin-top: 15px;
  margin-bottom: 15px;
}
.news-date {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  margin-left: 15px !important;
  color: #000 !important;
}
.news-home-date {
  font-size: 14px;
  color: #9b9b9b;
}
.news-icon {
  font-size: 20px;
}
.time-flex {
  display: flex;
  align-items: center;
  margin-top: 18px;
}
.jumbotron-img-flex {
  display: flex;
  justify-content: center;
}
.news-para {
  margin-bottom: 0px;
  font-size: 17px;
  line-height: 22pt;
  color: #000;
  margin-top: 20px ;
  text-align: justify ;
}
.news-title {
  position: relative;
  margin-top: 30px;
  margin-bottom: 23px;
}
.news-title::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 7px;
  background: #f1e81d;
  top: 0;
  left: 0;
}
.news-title > b {
  margin-left: 20px;
}

.jumbotron-flex {
  display: flex;
  justify-content: center;
}
.jumbotron-flex > img {
  border-radius: 15px;
}
.jumbotron-img-flex > img {
  max-height: 400px;
  border-radius: 15px;
}
.dropdown-menu {
  padding: 0px !important;
}
.dropdown-menu > li > a {
  padding: 10px 20px !important;
  transition: 0.3s all ease-in-out !important;
}
.dropdown-menu > li > a:hover {
  background-color: #f1e91d;
  color: #fff;
}
.dropdown-menu .divider {
  margin: 0px !important;
}
@media(max-width: 419px) and (min-width: 350px){
  .product-box{
    min-height: auto !important;
  }
  .mt-35, .mt-sm-35, .mt-xs-35{
    margin-top: 12px !important
  }
  .inside-headbg h2{
    padding-top: 35px !important;
  }
  .inside-headbg{
    min-height: 220px !important;
  }
  .inside-headbg h2 {
    font-size: 2.20em !important;
  }
  .news-title::before{
    display: none !important;
  }
  .news-title > b{
    margin-left: 0px !important;
  }
  .news-events-img-flex-one > img, .news-events-img-flex-two > img{
    max-height: 245px !important;
    border-radius: 15px !important;
  }
  .header-site-floating-breadcrumbs__bg {
    width: 242px !important;
  }
  .header-site-floating-breadcrumbs__bg h5{
    font-size: 1.20em !important; 
  }

}
@media(max-width: 419px) and (min-width: 410px){
  .contact-info {
    font-size: 16px !important;
  }
}
@media(max-width: 409px) and (min-width: 350px){
  .wrap.wrap-1 {
    padding: 30px 15px !important;
  }
  .contact-info{
    margin-left: 0px !important;
  }
  .contact-info {
    font-size: 15px !important;
  }

}

.news-section{
    padding: 70px 0px;
    background-color: #f4f4f4;
}
.location-icon{
  min-width: 18px;
}

.coming-flex{
  display: flex !important;
  justify-content: center !important;
}


/* navbar style change */
#bs-example-navbar-collapse-1{
  padding: 0px 0px !important;
}

.harvest-navbar > .container-fluid{
    padding-right: 0px !important;
    padding-left: 0px !important;
}

