html {
  height: 100%; }

body {
  background: #f5f5f5;
  font-family: 'LiHei Pro', 'Microsoft JhengHei', Helvetica, Arial, sans-serif;
  font-weight: 100;
  height: 100%; }

.aqua-gradient {
  background: -webkit-linear-gradient(50deg, #2096ff, #05ffa3) !important;
  background: -o-linear-gradient(50deg, #2096ff, #05ffa3) !important;
  background: linear-gradient(40deg, #2096ff, #05ffa3) !important; }

.blue-gradient, .card-header {
  background: -webkit-linear-gradient(50deg, #45cafc, #303f9f) !important;
  background: -o-linear-gradient(50deg, #45cafc, #303f9f) !important;
  background: linear-gradient(40deg, #45cafc, #303f9f) !important; }

.orange-gradient {
  background: -webkit-linear-gradient(50deg, #ffd86f, #fc6262) !important;
  background: -o-linear-gradient(50deg, #ffd86f, #fc6262) !important;
  background: linear-gradient(40deg, #ffd86f, #fc6262) !important; }

.purple-gradient {
  background: -webkit-linear-gradient(50deg, #ff6ec4, #7873f5) !important;
  background: -o-linear-gradient(50deg, #ff6ec4, #7873f5) !important;
  background: linear-gradient(40deg, #ff6ec4, #7873f5) !important; }

.freshmilk-gradient {
  background: -webkit-linear-gradient(to top, #feada6 0%, #f5efef 100%) !important;
  background: -o-linear-gradient(to top, #feada6 0%, #f5efef 100%) !important;
  background: linear-gradient(to top, #feada6 0%, #f5efef 100%) !important; }

.navbar {
    background: -webkit-linear-gradient(50deg, #45cafc, #303f9f) !important;
    background: -o-linear-gradient(50deg, #45cafc, #303f9f) !important;
    background: linear-gradient(40deg, #45cafc, #303f9f) !important; }

.view {
  height: 100%; }

.autoview {
  height: auto !important; }

.full-page-intro {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/login.jpg");
  }

.overlay {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  -webkit-border-radius: .25rem;
  border-radius: .25rem; }

.marq {
  padding-top: 7.5%;
  max-height: 60%; }
  .marq .alert {
    margin-bottom: 0; }
  .marq .alert-transparent {
    background: transparent;
    border-color: transparent;
    color: #ff3547; }

@media only screen and (max-width: 739px) {
  .marq {
    display: none; } }

.verticalmarqcontainer {
  width: 100%;
  height: 10rem;
  margin: 1rem auto;
  overflow: hidden;
  background: #fff;
  position: relative;
  box-sizing: border-box; }
  .verticalmarqcontainer marquee ul li {
    list-style-type: upper-roman;
    color: #f44336; }

@media (min-width: 600px) {
  .navbar.scrolling-navbar.top-nav-collapse {
    padding: 0rem; } }

.navbar {
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35); }
  .navbar.scrolling-navbar {
    padding: 0; }
    .navbar.scrolling-navbar .nav-item a {
      font-size: 1.25rem; }
  .navbar .navbar-brand {
    padding-top: 0; }
    .navbar .navbar-brand img {
      width: 17rem;
      margin-top: 0.85rem; }
    .navbar .navbar-brand p {
      display: inline-flex;
      font-size: 1.25rem;
      font-weight: 500; }

/* Pull right and left  */
.pullRightLeft a:before, .pullRightLeft a:after {
  position: absolute;
  width: 0px;
  height: 100%;
  top: 0px;
  content: '';
  background: #fff;
  opacity: 0.3;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transtion: all 0.3s; }

.pullRightLeft a:before {
  left: 0px; }

.pullRightLeft a:after {
  right: 0px; }

.pullRightLeft a:hover:before {
  width: 100%; }

.pullRightLeft a:hover:after {
  width: 100%; }

.page-footer,
.top-nav-collapse {
  background-color: #99cc66; }

.footer-copyright {
  background-color: #339933 !important; }

@media only screen and (max-width: 768px) {
  .navbar {
    background-color: #3f729b; } }

.h100, .carousel .carousel-inner, .carousel .carousel-inner .active, .carousel .carousel-inner .carousel-item {
  height: 100%; }

.h50 {
  height: 50%; }

.pd15 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }

.pd3r {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.carousel {
  height: 50%; }

@media (max-width: 776px) {
  .carousel {
    height: 100%; } }

.carousel .carousel-inner .carousel-item .view {
  background-repeat: no-repeat;
  background-size: cover; }

html,
body,
header,
.carousel {
  height: 40vh; }

@media (max-width: 740px) {
  html,
  body,
  header,
  .carousel {
    height: 100vh; } }

@media (min-width: 800px) and (max-width: 850px) {
  html,
  body,
  header,
  .carousel {
    height: 100vh; }
  .navbar:not(.top-nav-collapse) {
    background: #9ccc65 !important; } }

.a1 {
  background-image: url("../images/a1.jpg");
  }

.a2 {
  background-image: url("../images/a2.jpg");
  }

.a3 {
  background-image: url("../images/a3.jpg");
  }

.centerbg {
  background: url("../images/center.jpg");
  background-position-y: -6rem; }

@media (min-width: 740px) and (max-width: 800px) {
  .centerbg {
    background-position-x: -105%;
    background-position-y: 0; } }

@media only screen and (max-width: 739px) {
  .centerbg {
    background-position-x: -66%;
    background-position-y: 0; } }

.servicenav .navbar {
  background: #cc9966 !important; }

.servicenav nav .navbar-toggler .navbar-toggler-icon {
  color: #fff; }

.servicenav nav .nav .nav-item a {
  color: #fff; }

.m60r {
  margin-top: -7rem; }

.m40r {
  margin-top: -5rem; }

.m20r {
  margin-top: -3rem; }

.cardsection {
  background-color: #f9fbe7; }

@media only screen and (max-width: 739px) {
  .m60r, .m40r, .m20r {
    margin-top: 0; } }

.card {
  z-index: 20;
  padding-top: 1.75%; }
  .card .card-body a:hover .newsdetail {
    background: rgba(255, 187, 51, 0.1); }
  .card .card-body .newsdetail {
    transition: all 0.45s; }
    .card .card-body .newsdetail h4 {
      font-size: 1.25rem; }
  .card .view {
    margin-left: 4%;
    margin-right: 4%;
    margin-top: -1.50rem;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    -webkit-border-radius: .25rem;
    border-radius: .25rem; }
  .card .gradient-card-header {
    text-align: center;
    width: 25%; }
    .card .gradient-card-header .card-header-title {
      color: #fff;
      font-size: 1.1rem; }

.service1 {
  background: #e2e4f0; }

.service2 {
  background: #54b6ff; }

.service3 {
  background: #ededed; }

.service4 {
  background: #76736e; }

.service5 {
  background: #2b2622; }

.service6 {
  background: #fff; }

.service7 {
  background: #fafafa; }

@media (max-width: 800px) {
  .card .view {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0; }
  .centerprod .card .view {
    height: auto; } }

select.form-control {
  border-radius: .25rem !important; }
  select.form-control:focus {
    box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.25) !important; }

.form-check-input[type=checkbox], .form-check-input[type=radio], label.btn input[type=checkbox], label.btn input[type=radio] {
  position: absolute;
  left: -9999px;
  visibility: hidden; }

.form-check-input[type=checkbox] + label, .form-check-input[type=radio] + label, label.btn input[type=checkbox] + label, label.btn input[type=radio] + label {
  position: relative;
  padding-left: 2.19rem;
  cursor: pointer;
  display: inline-block;
  height: 1.57rem;
  line-height: 1.57rem;
  font-size: 1rem; }

.form-check-input[type=checkbox] + label:after, .form-check-input[type=checkbox] + label:before, .form-check-input[type=radio] + label:after, .form-check-input[type=radio] + label:before, label.btn input[type=checkbox] + label:after, label.btn input[type=checkbox] + label:before, label.btn input[type=radio] + label:after, label.btn input[type=radio] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  -webkit-transition: .28s ease;
  -o-transition: .28s ease;
  transition: .28s ease; }

.form-check-input[type=radio] + label, label.btn input[type=radio] + label {
  -webkit-transition: .28s ease;
  -o-transition: .28s ease;
  transition: .28s ease; }

.form-check-input[type=radio]:not(:checked) + label:after, label.btn input:not(:checked) + label:after {
  z-index: -1;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

.form-check-input[type=radio]:not(:checked) + label:after, .form-check-input[type=radio]:not(:checked) + label:before, label.btn input:not(:checked) + label:after, label.btn input:not(:checked) + label:before {
  border-color: #616161; }

.form-check-input[type=radio]:checked + label:before, label.btn input:checked + label:before {
  border-color: transparent; }

.form-check-input[type=radio]:checked + label:after, label.btn input:checked + label:after {
  border-color: #4285f4;
  background-color: #4285f4;
  z-index: 0;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02); }

.form-check-input[type=radio]:disabled + label, label.btn input:disabled + label {
  color: rgba(0, 0, 0, 0.46); }

.form-check-input[type=radio] .with-gap:checked:disabled + label:before, .form-check-input[type=radio]:disabled:not(:checked) + label:before, label.btn input[type=radio] .with-gap:checked:disabled + label:before, label.btn input:disabled:not(:checked) + label:before {
  border-color: rgba(0, 0, 0, 0.46); }

.form-check-input[type=radio] .with-gap:checked + label:before, label.btn input[type=radio] .with-gap:checked + label:before {
  border-color: #4285f4; }

.form-check-input[type=radio]:disabled + label:before, label.btn input:disabled + label:before {
  background: transparent;
  border-color: rgba(0, 0, 0, 0.46); }

.form-check-input[type=radio]:disabled:not(:checked) + label:after, label.btn input:disabled:not(:checked) + label:after {
  background-color: rgba(0, 0, 0, 0.46);
  border-color: #bdbdbd; }

.form-check-input[type=radio] .with-gap:checked + label:after, label.btn input[type=radio] .with-gap:checked + label:after {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5); }

.testimonial-card .card-up {
  overflow: hidden;
  -webkit-border-top-left-radius: .25rem;
  border-top-left-radius: .25rem;
  -webkit-border-top-right-radius: .25rem;
  border-top-right-radius: .25rem; }

.testimonial-card .avatar {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 120px;
  margin-top: -60px;
  overflow: hidden;
  border: 5px solid #fff; }
  .testimonial-card .avatar img {
    width: 100%; }

.testimonial-card .card-body {
  text-align: center; }

.introsection {
  background-color: #f1f8e9; }

.steppersection {
  background-color: #ffebee; }

.contactsection {
  background-color: #e8eaf6; }

.stepper li.active a .circle, .stepper li.completed a .circle {
  background-color: #4285f4; }

.stepper li.active a .label, .stepper li.completed a .label {
  color: rgba(0, 0, 0, 0.87); }

.stepper li a {
  padding: 1.5rem;
  font-size: 1rem;
  text-align: center; }
  .stepper li a .circle {
    display: inline-block;
    color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.46);
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    line-height: 2.5rem;
    margin-right: .5rem; }
  .stepper li a .label {
    display: inline-block;
    color: rgba(0, 0, 0, 0.46); }

.stepper-horizontal {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .stepper-horizontal li {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative; }
    .stepper-horizontal li:hover {
      background: #c5e1a5; }
    .stepper-horizontal li a .label {
      margin-top: .63rem; }
    .stepper-horizontal li:not(:last-child):after {
      content: "";
      position: relative;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin: .5rem 0 0 0;
      height: 1px;
      background-color: rgba(0, 0, 0, 0.1); }
    .stepper-horizontal li:not(:first-child):before {
      content: "";
      position: relative;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin: .5rem 0 0 0;
      height: 1px;
      background-color: rgba(0, 0, 0, 0.1); }

@media (max-width: 740px) {
  .stepper-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .stepper-horizontal li {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .stepper-horizontal li a .label {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-top: .2rem; }
      .stepper-horizontal li:not(:last-child):after {
        content: "";
        position: absolute;
        width: 1px;
        height: -webkit-calc(100% - 40px);
        height: calc(100% - 40px);
        left: 2.19rem;
        top: 3.75rem; } }

.stepper-vertical {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center; }
  .stepper-vertical li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative; }
    .stepper-vertical li a {
      -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
      align-self: flex-start;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      position: relative; }
      .stepper-vertical li a .circle {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2; }
      .stepper-vertical li a .label {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-top: .5rem; }
    .stepper-vertical li .step-content {
      display: block;
      margin-top: 0;
      margin-left: 3.13rem;
      padding: .94rem; }
      .stepper-vertical li .step-content p {
        font-size: .88rem; }
    .stepper-vertical li:not(:last-child):after {
      content: "↓";
      position: absolute;
      width: 2.5rem;
      height: 2.5rem;
      border-radius: 50%;
      right: 55%;
      top: 4rem;
      background-color: rgba(0, 0, 0, 0.1); }

.rounded {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.speacialstepper .completed {
  background: #fff;
  margin-bottom: 3rem;
  border-radius: 0.5rem;
  width: 15rem; }
  .speacialstepper .completed:not(:last-child):after {
    /* content: "\f107"; */
    position: absolute;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    line-height: 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 2.5rem;
    background: #00c851;
    top: 4rem;
    left: 40%; }
  .speacialstepper .completed a {
    padding: 0.5rem;
    width: 100%; }
  .speacialstepper .completed .label {
    padding: .35rem;
    color: #ef9a9a !important;
    width: 100%; }

@media (max-width: 740px) {
  .cardsection {
    padding-top: 20vh; } }

.singlepagetitle {
  margin-left: 1vw; }
  .singlepagetitle:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    max-height: 2.1rem;
    background-color: #3f729b; }

.card-header {
  padding: 1.6rem 1rem;
  text-align: center;
  color: #fff;
  text-align: center; }

.breadcrumb .breadcrumb-item a {
  color: #37474f; }

.postion-text {
  margin: 1.75rem 0; }

.btn-floating {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  width: 47px;
  height: 47px;
  position: relative;
  z-index: 1;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  cursor: pointer; }
  .btn-floating i {
    display: inline-block;
    width: inherit;
    text-align: center;
    line-height: 47px;
    color: #fff; }

.centerprod .card {
  margin-top: 8%;
  height:95% }
  .centerprod .card .card-footer {
    background-color: transparent; }
    .centerprod .card .card-footer span {
      font-size: 1.28rem;
      color: #f44336; }

.proddetail {
  margin-left: 1.25%; }
  .proddetail p {
    background: rgba(0, 0, 0, 0.1);
    padding: 0.2rem 0rem;
    margin: 0;
    margin-bottom: 0.1rem; }

.status-text p {
  font-size: 1.1rem; }

.card-img-64 {
  width: 64px;
  height: 64px; }

#top, #call, #faceb, #comm {
  position: fixed;
  bottom: 10px;
  right: 5px;
  background: black;
  background: rgba(0, 0, 0, 0.7);
  width: 60px;
  height: 60px;
  z-index: 99;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#top i, #call i, #faceb i {
  color: #fff;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: relative;
  font-size: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#comm {
  bottom: 200px;
  background: #20E000;
  overflow: hidden; }
  #comm i {
    color: #fff;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
    font-size: 40px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

#faceb {
  bottom: 137px;
  background: #3b5998; }

#call {
  overflow: hidden;
  bottom: 75px;
  background: #0288D1; }
  #call:hover {
    background: rgba(2, 136, 209, 0.9); }

#top:hover {
  background: rgba(0, 0, 0, 0.9); }

#comm:hover {
  background: rgba(32, 224, 0, 0.9); }

#faceb:hover {
  background: rgba(59, 89, 152, 0.9); }

#top:hover i, #call:hover i, #faceb:hover i {
  color: #fff;
  transform: translate(-50%, -50%) scale(1.3); }

#comm:hover i, #comm:hover img {
  color: #fff;
  transform: translate(-50%, -50%) scale(1.3); }

#comm img {
  color: #fff;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: relative;
  font-size: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%; }

.summer-center img{
  width: 100% !important;
  object-fit: cover;
}

.centerindexpic{
  height:15.125rem;
}

@media (min-width: 768px){
  .style-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    margin: 0 0 10px 0;
  }
}

.item-img {
  max-height: 250px;
  object-fit: cover;
}
