@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Encode+Sans:wght@300&display=swap);
body {
  margin: 0;
  padding: 0;
  font-family: "Encode Sans", sans-serif;
  overflow-x: hidden;
}

.main-header {
  width: 100% !important;
}

.status-bar {
  background: linear-gradient(90deg, #2e779a 0%, #266b8c 100%);
  color: white;
  padding: 5px;
}

.topnav {
  border-bottom: #2e779a 2px solid;
  width: 100% !important;
  padding: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.topnav .stellarnav a {
  color: #2e779a !important;
}
.topnav .stellarnav li a {
  background-color: white;
  color: #2e779a !important;
  font-weight: bold;
}
.topnav .stellarnav li a:hover {
  background-color: #266b8c !important;
  color: white !important;
}

.sub-menu {
  border-bottom: 1px solid #2e779a;
}

.content {
  min-height: 1200px;
}

.footer {
  width: 100% !important;
  background: #2c3e50;
  color: white;
  padding: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.footer .quick-link {
  font-weight: bold;
}
.footer .quick-link a {
  text-decoration: none;
  color: white;
}

.copyright-info {
  background-color: #34495e;
  color: white;
  padding: 8px;
}

.subscribe-button {
  background-color: #2e779a;
  color: white;
}

.product :hover {
  cursor: pointer;
}
.product .title-height {
  height: 50px;
}
.product .product-title {
  color: #266b8c;
  font-weight: bold;
}
.product p {
  margin-bottom: 0;
}
.product hr {
  margin-bottom: 0;
}
.product .card-body {
  padding: 8px !important;
}

.custom-bg-primary {
  background: linear-gradient(90deg, #2e779a 0%, #266b8c 100%);
}

.btn-success {
  background-color: #266b8c !important;
  border-color: #266b8c !important;
}

.testimonial-img {
  width: 100px;
  height: 100px;
  border-radius: 20px;
}

.shadow-effect {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #ECECEC;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.02);
}

#customers-testimonials .shadow-effect p {
  font-family: inherit;
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 17px 0;
  font-weight: 300;
}

.testimonial-name {
  margin: -17px auto 0;
  display: table;
  width: auto;
  background: #266b8c;
  padding: 9px 35px;
  border-radius: 12px;
  text-align: center;
  color: #fff;
  box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}

#customers-testimonials .item {
  text-align: center;
  padding: 50px;
  margin-bottom: 80px;
  opacity: 0.2;
  transform: scale3d(0.8, 0.8, 1);
  transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
  max-width: 90px;
  margin: 0 auto 17px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #2e779a;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #2e779a;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
}

.img-circle {
  border-radius: 50%;
  height: 90px;
}

.item .item-title {
  color: #266b8c;
  font-weight: bold;
  font-size: 20px;
}
.item .item-title a {
  text-decoration: none;
  color: #266b8c;
}
.item p {
  margin-bottom: 0;
}
.item hr {
  margin-bottom: 0;
}
.item .card-body {
  padding: 8px !important;
}

.date {
  font-size: 12px;
  color: dimgray;
}

.link a {
  text-decoration: none;
  color: #266b8c;
}

.link-green a {
  text-decoration: none;
  color: #2e779a;
}

.background-grey {
  background-color: #f7f7f7;
}
.background-grey h1 {
  color: #7e7d7d;
}

.show-pointer:hover {
  cursor: pointer;
}

.zoom {
  transition: transform 0.2s;
  /* Animation */
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.2);
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.quantity-input {
  width: 50px;
  height: 30px;
}

.small-button {
  border: 0;
  color: white;
  width: 30px;
  height: 30px;
}

.background-green {
  background-color: green;
}

.background-red {
  background-color: red;
}

/*Shopping cart css */
.shopping-cart,
.wishlist-table,
.order-table {
  margin-bottom: 20px;
}

.shopping-cart .table,
.wishlist-table .table,
.order-table .table {
  margin-bottom: 0;
}

.shopping-cart .btn,
.wishlist-table .btn,
.order-table .btn {
  margin: 0;
}

.shopping-cart > table > thead > tr > th,
.shopping-cart > table > thead > tr > td,
.shopping-cart > table > tbody > tr > th,
.shopping-cart > table > tbody > tr > td,
.wishlist-table > table > thead > tr > th,
.wishlist-table > table > thead > tr > td,
.wishlist-table > table > tbody > tr > th,
.wishlist-table > table > tbody > tr > td,
.order-table > table > thead > tr > th,
.order-table > table > thead > tr > td,
.order-table > table > tbody > tr > th,
.order-table > table > tbody > tr > td {
  vertical-align: middle !important;
}

.shopping-cart > table thead th,
.wishlist-table > table thead th,
.order-table > table thead th {
  padding-top: 17px;
  padding-bottom: 17px;
  border-width: 1px;
}

.shopping-cart .remove-from-cart,
.wishlist-table .remove-from-cart,
.order-table .remove-from-cart {
  display: inline-block;
  color: #ff5252;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
}

.shopping-cart .count-input,
.wishlist-table .count-input,
.order-table .count-input {
  display: inline-block;
  width: 100%;
  width: 86px;
}

.shopping-cart .product-item,
.wishlist-table .product-item,
.order-table .product-item {
  display: table;
  width: 100%;
  min-width: 150px;
  margin-top: 5px;
  margin-bottom: 3px;
}

.shopping-cart .product-item .product-thumb,
.shopping-cart .product-item .product-info,
.wishlist-table .product-item .product-thumb,
.wishlist-table .product-item .product-info,
.order-table .product-item .product-thumb,
.order-table .product-item .product-info {
  display: table-cell;
  vertical-align: top;
}

.shopping-cart .product-item .product-thumb,
.wishlist-table .product-item .product-thumb,
.order-table .product-item .product-thumb {
  width: 130px;
  padding-right: 20px;
}

.shopping-cart .product-item .product-thumb > img,
.wishlist-table .product-item .product-thumb > img,
.order-table .product-item .product-thumb > img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 860px) {
  .shopping-cart .product-item .product-thumb,
.wishlist-table .product-item .product-thumb,
.order-table .product-item .product-thumb {
    display: none;
  }
}
.shopping-cart .product-item .product-info span,
.wishlist-table .product-item .product-info span,
.order-table .product-item .product-info span {
  display: block;
  font-size: 13px;
}

.shopping-cart .product-item .product-info span > em,
.wishlist-table .product-item .product-info span > em,
.order-table .product-item .product-info span > em {
  font-weight: 500;
  font-style: normal;
}

.shopping-cart .product-item .product-title,
.wishlist-table .product-item .product-title,
.order-table .product-item .product-title {
  margin-bottom: 6px;
  padding-top: 5px;
  font-size: 16px;
  font-weight: 500;
}

.shopping-cart .product-item .product-title > a,
.wishlist-table .product-item .product-title > a,
.order-table .product-item .product-title > a {
  transition: color 0.3s;
  color: #374250;
  line-height: 1.5;
  text-decoration: none;
}

.shopping-cart .product-item .product-title > a:hover,
.wishlist-table .product-item .product-title > a:hover,
.order-table .product-item .product-title > a:hover {
  color: #0da9ef;
}

.shopping-cart .product-item .product-title small,
.wishlist-table .product-item .product-title small,
.order-table .product-item .product-title small {
  display: inline;
  margin-left: 6px;
  font-weight: 500;
}

.wishlist-table .product-item .product-thumb {
  display: table-cell !important;
}

@media screen and (max-width: 576px) {
  .wishlist-table .product-item .product-thumb {
    display: none !important;
  }
}
.shopping-cart-footer {
  display: table;
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid #e1e7ec;
}

.shopping-cart-footer > .column {
  display: table-cell;
  padding: 5px 0;
  vertical-align: middle;
}

.shopping-cart-footer > .column:last-child {
  text-align: right;
}

.shopping-cart-footer > .column:last-child .btn {
  margin-right: 0;
  margin-left: 15px;
}

@media (max-width: 768px) {
  .shopping-cart-footer > .column {
    display: block;
    width: 100%;
  }

  .shopping-cart-footer > .column:last-child {
    text-align: center;
  }

  .shopping-cart-footer > .column .btn {
    width: 100%;
    margin: 12px 0 !important;
  }
}
h2.service-title {
  color: #266b8c;
  font-weight: bold;
}

.service-description {
  font-weight: lighter;
  color: darkgray;
}

.bg-grey {
  background-color: #ecf0f1;
}

.text-midnight-blue {
  color: #2c3e50;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.0001) !important;
}

.service-card:hover {
  cursor: pointer;
}

.bigIcons {
  font-size: 4rem;
  padding: 5px;
}

.demo-checkbox {
  height: 20px;
  width: 20px;
}

.step-button {
  border: 1px solid #266b8c;
  border-radius: 60%;
}

.login-button-lg {
  margin: 10px;
  width: 300px;
  height: 50px;
  padding: 8px;
  color: white;
  background-color: #266b8c;
}
.login-button-lg a {
  text-decoration: none;
}
.login-button-lg:hover {
  color: white;
}

.title-styled em {
  font-weight: 900;
  background: -webkit-linear-gradient(0deg, #2e779a, #266b8c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
  display: inline-block;
}

.description-styled {
  font-size: 1.2rem;
}
