.main-menu > li {
  /*margin: 16px 8px !important;*/
}

.header-action-area .btn-cart .shop-count {
  background: #fbb03b;
  padding: 2px 6px;
  border-radius: 13px;
  width: 10px !important;
  color: #fff;
}

.header-action-area .btn-cart .icon-ecommerce-bag {
  font-size: 1.6rem;
}
.header-action-area .btn-cart {
  border-bottom: solid 2px #000;
}

.search-box-form-wrap input[type="search"] {
  font-size: 28px !important;
}

.header-logo-area {
  max-width: 150px !important;
  /*margin-top: 12px;*/
}

.has-submenu:hover > .submenu-nav {
  margin-top: 27px !important;
}

/*.has-submenu .submenu-nav:before {content: '';position: absolute;height: 56px;width: 100%;left: 0;bottom: 100%;top: 2%;}*/

.our-mission-area .about-content .about-txt p {
  font-size: 16px;
  text-align: justify;
  color: #fff;
}

.btn-secondary {
  padding: 10px 30px !important;
}

.home_prducts {
}
.product-info .title a {
  font-size: 16px;
  font-weight: 600;
}

.home_prducts .product-item {
  background: #f5f5f5;
  box-shadow: 0px 6px 10px -2px #00928ba6;
  /* padding-bottom: 20px; */
  min-height: 325px;
  margin-bottom: 19px;
  border: solid 1px #00928b;
  transition: all ease 0.5s;
  cursor: pointer;
}

.achievers .product-info .price {
  font-size: 1.1rem;
}
.achievers .product-item {
  background: #fff;
  min-height: 100%;
}
.rt {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#293966+0,182141+100 */
  background: #00928b; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #00928b 0%,
    #00928b 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #00928b 0%,
    #00928b 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #00928b 0%,
    #00928b 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#293966', endColorstr='#182141',GradientType=0 ); /* IE6-9 */
  color: #fff;
  padding: 10px 20px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  max-width: 420px;
}
.rp {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d49c00+0,936c00+100 */
  background: #000; /* Old browsers */
  background: -moz-linear-gradient(top, #000 0%, #000 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #000 0%,
    #000 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #000 0%,
    #000 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000',GradientType=0 ); /* IE6-9 */

  color: #fff;
  padding: 10px 20px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  max-width: 305px;
}

.prices {
}

.home_prducts .product-item:hover {
  box-shadow: 0px 6px 6px -2px #000;
  border: solid 1px #000;
  transition: all ease 0.5s;
}

.home_prducts .section-title--white {
  padding: 58px 0px;
}
.home_prducts .section-title--white h2 {
    color: #23a9de;
    font-weight: bold;
    font-size: 45px;
}
.home_prducts .section-title--white h2::after {
  background-color: #000;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 58px;
  height: 2px;
  width: 70px;
  margin: 0 auto;
}

.menu3option {
  position: fixed;
  bottom: 180px;
  right: -113px;
  /* background: #fff; */
  /* padding: 8px; */
  z-index: 1000;
}
.menu3option li {
  margin-bottom: 6px;
  /*background: #e31e24;*/
  background: #25aade;
  transition: all ease 0.3s;
  border-radius: 24px 0px 0px 24px;
}
.menu3option li a {
  display: block;
  padding: 10px 20px;
  color: #fff;
}
.menu3option li a i {
  margin-right: 15px;
}
.menu3option li:hover {
  transform: translate(-109px, 0px);
}

.menu3option li:hover {
  background: #fbb03b;
}
.menu3option li:hover a i {
  color: #fff;
}
.menu3option li:hover a {
  color: #fff;
}

.sidebar_today_offer .product-item {
  background: #f5f5f5;
  box-shadow: 0 0 4px #d1d1d1;
  padding-bottom: 20px;
  min-height: auto;
  border: none;
}

.sidebar_today_offer .product-info .title a {
  font-size: 16px;
  font-weight: 600;
}
.sidebar-list li {
  margin-bottom: 3px !important;
}
.sidebar-list li a {
  color: #00928b;
  font-size: 16px;
}

.product-item {
    /* background: #f5f5f5; */
    box-shadow: 0px 5px 8px -1px #7c7c7c;
    /* padding-bottom: 20px; */
    min-height: 355px;
    margin-bottom: 19px;
    border: solid 1px #8b8b8b;
    transition: all ease 0.5s;
    cursor: pointer;
}
.product-item:hover {
  box-shadow: 0px 6px 6px -2px #000;
  border: solid 1px #000;
  transition: all ease 0.5s;
}

.planss p {
  font-size: 15px;
  text-align: justify;
  color: #3a3a3a;
}

.planss .table-striped tbody tr:nth-of-type(odd) {
  background-color: #00928b;
  color: white;
}
.planss .table-striped tbody tr:nth-of-type(even) {
  background-color: #f2b83c;
  color: white;
}
.planss .table th {
  background: #00928b;
}
.planss .table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}

.login-bg {
  background-image: url(../img/login-bg.jpg);
  background-size: cover;
}
.login-bg .contact-form-wrap {
  background: #00182c59;
}

.login-bg .contact-form-wrap .btn-secondary:hover {
  color: #fff;
}
.login-bg .contact-form-wrap .form-control {
  background: transparent;
  color: #fff;
  outline: initial;
}
.login-bg .contact-form-wrap .form-control:focus {
}

.login-bg .contact-form-wrap label {
  color: white;
}
.login-bg .contact-form-wrap .form-group {
  color: #fff;
}
.login-bg .contact-form-wrap .form-group p a {
  color: #444444;
}

.icon-box-item .icon-box__icon {
  color: #00928b;
  padding-top: 9px;
}

#wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 80em;
}

#container {
  float: left;
  padding: 1em;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}

ul,
ol {
  margin: 1em 0;
}

.process-chart h2 {
}

ol.process-chart {
  color: #000;
  counter-reset: item;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 0 1em;
  padding: 0;
}

ol.process-chart > li,
ol.process-chart > li > div {
  position: relative;
}

ol.process-chart > li {
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.25) 0%,
    transparent 25%
  );
  background-color: #fff;
  counter-increment: item;
  flex-basis: 0;
  flex-grow: 1;
  margin: 1em 1em 1em -1em;
  min-width: 11.25em;
  padding: 1em 1em 1em 2em;
}

ol.process-chart > li:before,
ol.process-chart > li > div:before {
  color: rgba(0, 0, 0, 0.75);
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

ol.process-chart > li:before {
  content: "Step";
  display: inline-block;
  font-weight: 300;
  left: 1em;
  letter-spacing: 0.1em;
  position: absolute;
  top: 1em;
  transform: rotate(90deg);
  transform-origin: 25% 50%;
}

ol.process-chart > li:after {
  border-bottom: 1em solid transparent;
  border-left: 1em solid #fff;
  border-right: 0 solid transparent;
  border-top: 1em solid transparent;
  content: "";
  height: 100%;
  position: absolute;
  right: -1em;
  top: 0;
  width: 0;
  z-index: 1;
}

ol.process-chart > li > div {
  padding: 0 0 0 1em;
}

ol.process-chart > li > div:before {
  content: counter(item, decimal-leading-zero);
  font-size: 3em;
  font-weight: 500;
  line-height: 1;
}

/*** PRIMARY ***/
ol.process-chart > li:nth-of-type(6n + 1) {
  background-color: #a2ed56;
}

ol.process-chart > li:nth-of-type(6n + 1):after {
  border-left-color: #a2ed56;
}

/*** SECONDARY ***/
ol.process-chart > li:nth-of-type(6n + 2) {
  background-color: #83e4e2;
}

ol.process-chart > li:nth-of-type(6n + 2):after {
  border-left-color: #83e4e2;
}

/*** TERTIARY ***/
ol.process-chart > li:nth-of-type(6n + 3) {
  background-color: #fd6470;
}

ol.process-chart > li:nth-of-type(6n + 3):after {
  border-left-color: #fd6470;
}

/*** QUATERNARY ***/
ol.process-chart > li:nth-of-type(6n + 4) {
  background-color: #fca858;
}

ol.process-chart > li:nth-of-type(6n + 4):after {
  border-left-color: #fca858;
}

/*** QUINARY ***/
ol.process-chart > li:nth-of-type(6n + 5) {
  background-color: #fddc32;
}

ol.process-chart > li:nth-of-type(6n + 5):after {
  border-left-color: #fddc32;
}

/*** MEDIA QUERIES ***/
@media only screen and (max-width: 40em) {
  ol.process-chart {
    margin: 1em 0 0 0;
    padding: 1em 0 0 0;
  }

  ol.process-chart > li {
    background: linear-gradient(rgba(0, 0, 0, 0.25) 0%, transparent 25%);
    flex-basis: inherit;
    margin: -1em 0 1em 0;
    min-width: inherit;
    padding: 1em 1em 0 1em;
  }

  ol.process-chart > li:before {
    left: 1em;
    top: 2em;
  }

  ol.process-chart > li:after {
    border-bottom: 0 solid transparent;
    border-left: 1em solid transparent !important;
    border-right: 1em solid transparent;
    border-top: 1em solid #fff;
    bottom: -1em;
    height: 0;
    left: 0;
    right: inherit;
    top: inherit;
    width: 100%;
  }

  ol.process-chart > li > div {
    padding: 1em 1em 0 1em;
  }

  /*** PRIMARY ***/
  ol.process-chart > li:nth-of-type(6n + 1):after {
    border-top-color: #a2ed56;
  }

  /*** SECONDARY ***/
  ol.process-chart > li:nth-of-type(6n + 2):after {
    border-top-color: #83e4e2;
  }

  /*** TERTIARY ***/
  ol.process-chart > li:nth-of-type(6n + 3):after {
    border-top-color: #fd6470;
  }

  /*** QUATERNARY ***/
  ol.process-chart > li:nth-of-type(6n + 4):after {
    border-top-color: #000;
  }

  /*** QUINARY ***/
  ol.process-chart > li:nth-of-type(6n + 5):after {
    border-top-color: #414141;
  }
}

/*our team*/

#team .card {
  border: none;
  background: #00928b;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  border-radius: 0.25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.mainflip {
  -webkit-transition: 1s;
  -webkit-transform-style: preserve-3d;
  -ms-transition: 1s;
  -moz-transition: 1s;
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transition: 1s;
  transform-style: preserve-3d;
  position: relative;
}
.mainflip p {
  color: #fff;
  font-size: 14px;
}

.frontside {
  position: relative;
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  z-index: 2;
  margin-bottom: 30px;
}

.backside {
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
  -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
  box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 1s;
  -webkit-transform-style: preserve-3d;
  -moz-transition: 1s;
  -moz-transform-style: preserve-3d;
  -o-transition: 1s;
  -o-transform-style: preserve-3d;
  -ms-transition: 1s;
  -ms-transform-style: preserve-3d;
  transition: 1s;
  transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
  min-height: 312px;
}

.backside .card a {
  font-size: 18px;
  color: #007b5e !important;
}

.frontside .card .card-title,
.backside .card .card-title {
  color: #000 !important;
}

.frontside .card .card-body img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: solid 5px #000;
}

/*our team*/

/*topbar*/
.top-section a {
  color: #fff;
  font-size: 14px;
}
.top-section a:hover {
  color: #000;
}
.top-section a i {
  color: #fff;
  padding-right: 10px;
  font-size: 17px;
}
.top-section {
    border-bottom: solid 1px #25aade;
    padding: 7px 0;
    background: #25aade;
}
.header-area.sticky-header.sticky {
  /*padding-top: 3px;*/
}
.header-area.transparent:not(.sticky) {
  padding-top: 0px;
}

.fancy-border {
  border: 25px solid #494949;
  border-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='75' height='75'%3E%3Cg fill='none' stroke='%23B88846' stroke-width='2'%3E%3Cpath d='M1 1h73v73H1z'/%3E%3Cpath d='M8 8h59v59H8z'/%3E%3Cpath d='M8 8h16v16H8zM51 8h16v16H51zM51 51h16v16H51zM8 51h16v16H8z'/%3E%3C/g%3E%3Cg fill='%23B88846'%3E%3Ccircle cx='16' cy='16' r='2'/%3E%3Ccircle cx='59' cy='16' r='2'/%3E%3Ccircle cx='59' cy='59' r='2'/%3E%3Ccircle cx='16' cy='59' r='2'/%3E%3C/g%3E%3C/svg%3E")
    25;
}

.fancy-border img {
  max-width: 200px;
}

.fancy-border h2 {
  background: #00928b;
  color: #fff;
  text-align: center;
  font-size: 23px;
  padding: 10px;
  margin: 20px 0;
}
.jd-news {
  background: #000;
  color: #fff;
  padding: 15px 0 8px 0;
}
.process-chart h6 {
  color: #000 !important;
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 15px;
  font-weight: 600;
}
