@import url(https://fonts.cdnfonts.com/css/gotham-rounded-medium);
::selection {
  color: #fff;
  background: #398ACB;
}
body {
  font-family: "Gotham Rounded Book", sans-serif;
  min-height: 100px;
}
.fixed-top {
  background-color: #fff;
  top: -40px;
  transform: translateY(40px);
  transition: transform 0.8s;
}
.d1-header {
  margin-bottom: 0 !important;
}
.d1-icon-navbar {
  font-size: 30px;
  position: relative;
}
.d1-icon-navbar span {
  color: #fff;
  background-color: #398ACB;
  padding: 2px;
  height: 20px;
  width: 20px;
  font-size: 12px;
  border-radius: 30px;
  position: absolute;
  left: 30px;
}
.d1-icon-wishlist {
  font-size: 30px;
  position: relative;
}
.d1-icon-wishlist span {
  color: #fff;
  background-color: #398ACB;
  padding: 2px;
  height: 20px;
  width: 20px;
  font-size: 12px;
  border-radius: 30px;
  position: absolute;
  left: 30px;
}
.fas-color-heart {
  color: #f83838 !important;
}
.d1-user {
  padding: 0;
}
.d1-user p {
  font-size: 14px;
}
.d1-user p a {
  font-size: 14px;
  color: #727272;
}
.header-text {
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none !important;
}
.header-text:hover {
  color: #ffc176 !important;
}
.header-icon {
  color: #398ACB !important;
  font-size: 25px;
}
.top-left .header-icon {
  color: #398ACB !important;
  font-size: 16px;
}
.d1-navbar-menu-items {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #398ACB;
}
#footer {
  background-color: #292d32;
}
.header-icon-f {
  color: red !important;
}
.d1-nav-items-f {
  letter-spacing: 1px;
  font-size: 13px;
}
.header-text-b a {
  color: #969696;
}
.d1-nav-items-f a {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.footer-nav-items {
  border-left: 3px solid #fff;
  padding: 5px;
}
.d1-nav-items-f a:hover {
  color: #398ACB;
  text-decoration: none;
}
.nav-link-a:hover {
  color: #398ACB !important;
}
.d1-nav-items-f .active {
  color: #398ACB;
}
.d1-social-icon-f {
  color: #398ACB;
  background-color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 60px;
}
.d1-social-icon-f i {
  color: #398ACB;
  position: relative;
  font-size: 16px;
  top: calc(50% - 10px);
}
.bottom-bar {
  background-color: #fff;
  color: #000;
}
.header-text-b {
  color: #969696;
  font-size: 14px;
  font: 500;
  text-align: center !important;
}
.d1-slide-custom img {
  height: calc(100vh - 117px);
  object-fit: cover;
}
.d1-slide-custom2 img {
  height: calc(60vh - 117px);
  object-fit: cover;
}
.d1-slide-custom3 img {
  height: calc(60vh - 117px);
  object-fit: cover;
}
.d1-carousel-caption {
  position: absolute;
  top: 20%;
  left: 10%;
  z-index: 10;
  padding-top: 20px;
  color: #fff;
  text-align: left;
}
.d1-carousel-caption .top-caption {
  font-size: 40px !important;
  text-transform: uppercase;
  font-weight: 700;
}
.d1-carousel-caption h1 {
  font-size: 75px !important;
  text-transform: uppercase;
}
.d1-carousel-caption h1 span {
  color: #398ACB;
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff,
    1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}
.d1-carousel-caption p {
  font-size: 20px !important;
  text-transform: uppercase;
  font-weight: 200;
}
.d1-carousel-indicators {
  background-color: #398ACB;
  position: absolute;
  right: 0;
  bottom: 0;
}
.d1-carousel-indicators a {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  list-style-type: none;
  display: inline-block;
  text-align: center;
  height: 100%;
  padding: 10px 15px;
}
.d1-carousel-indicators a:hover {
  background-color: #fff;
  color: #398ACB;
  text-decoration: none;
}
.d1-carousel-indicators a i {
  font-size: 18px;
}
.product-tab {
  position: relative;
}
.product-tab .link-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}
.d1-product-tab-1 {
  background: url(../img/banners/b1.jpg) no-repeat;
  background-size: cover;
  height: 100%;
  overflow: hidden;
}
.d1-product-tab-1:hover {
  /* background: url(../img/banners/b1.2.jpg) no-repeat; */
  -webkit-transition: background-image 0.5s ease-in-out;
  transition: background-image 0.5s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background-size: cover;
}
.d1-product-tab-2 {
  background: url(../img/banners/b2.jpg) no-repeat;
  background-size: cover;
  height: 100%;
  overflow: hidden;
}
.d1-product-tab-2:hover {
  /* background: url(../img/banners/b2.1.jpg) no-repeat; */
  -webkit-transition: background-image 0.5s ease-in-out;
  transition: background-image 0.5s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background-size: cover;
}
.d1-product-tab-3 {
  background: url(../img/banners/b3.jpg) no-repeat;
  background-size: cover;
  height: 200%;
  overflow: hidden;
  background-position: right;
}
.d1-product-tab-3:hover {
  /* background: url(../img/banners/b3.1.jpg) no-repeat; */
  -webkit-transition: background-image 0.5s ease-in-out;
  transition: background-image 0.5s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background-size: cover;
}
.product-tab-caption {
  padding: 0 !important;
  text-align: -webkit-right;
  text-align: -moz-right;
  text-align: -o-right;
  height: 320px;
}
.header-icon-tabs {
  color: #398ACB !important;
  font-size: 35px;
  text-transform: uppercase !important;
}
.d1-shop-now {
  border: 1px solid #398ACB;
  background-color: #398ACB;
  border-radius: 0;
}
.d1-shop-now:hover {
  border: 1px solid #398ACB;
  color: #398ACB;
  background-color: #fff;
}
.d1-shop-now:focus {
  border: none !important;
  background-color: #398ACB !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.title-sections p {
  color: #b7b7b7;
  font-size: 15px;
}
* {
  box-sizing: border-box;
}
::after,
::before {
  box-sizing: border-box;
}
.view-more a {
  text-transform: uppercase;
  font-size: 12px;
  color: #398ACB;
  position: relative;
  display: inline-block;
  text-decoration: underline;
  overflow: hidden;
}
.view-more a::before {
  position: absolute;
  content: attr(data-content);
  top: 0;
  left: 0;
  width: 0;
  color: #fd8b00;
  text-decoration: underline;
  white-space: nowrap;
  overflow: hidden;
  transition: width 275ms ease;
}
.view-more a:hover::before {
  width: 100%;
}
.new-arrivals {
  overflow: hidden;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  position: relative;
  transition: all 0.5s ease 0s;
}
.new-arrivals .new-arrivals-img {
  overflow: hidden;
}
.new-arrivals .new-arrivals-img a {
  display: block;
}
.new-arrivals .new-arrivals-img .wishlist {
  content: \f004;
  font-size: 22px;
  color: #398ACB;
  position: absolute;
  right: 0;
  z-index: 1;
}
.new-arrivals .new-arrivals-img .wishlist:hover {
  font-size: 25px;
  transition: all 0.1s ease 0.2s;
}
.new-arrivals .new-arrivals-img img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease 0s;
}
.new-arrivals:hover .new-arrivals-img img {
  transform: scale(1.1);
}
.new-arrivals .product-content {
  text-align: left;
  transition: all 0.5s ease 0s;
}
.new-arrivals .product-content h3 {
  font-size: 14px;
  font-weight: 300;
}
.new-arrivals .title {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 10px;
  transition: all 0.3s ease 0s;
}
.new-arrivals .title a {
  color: #000;
}
.new-arrivals .title a:hover {
  color: #398ACB;
  text-decoration: none;
}
.new-arrivals .add-to-cart-a {
  font-size: 18px;
  font-weight: 600;
}
.new-arrivals .add-to-cart-a a {
  color: #398ACB;
  border-bottom: 1px solid #398ACB;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
}
.new-arrivals .add-to-cart-a a:hover {
  text-decoration: none;
}
.new-arrivals .social {
  background-color: #fff;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  transform: translateX(-50%);
  position: absolute;
  bottom: -50%;
  left: 50%;
  z-index: 1;
  transition: all 0.5s ease 0s;
}
.new-arrivals .social li {
  display: inline-block;
}
.new-arrivals .social li a {
  color: #909090;
  font-size: 16px;
  line-height: 45px;
  text-align: center;
  height: 45px;
  width: 45px;
  margin: 0 7px;
  border: 1px solid #909090;
  border-radius: 50px;
  display: block;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.new-arrivals .social li a:after,
.new-arrivals .social li a:before {
  content: attr(data-tip);
  color: #fff;
  background-color: #2e86de;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 20px;
  padding: 1px 5px;
  border-radius: 5px;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: -30px;
}
.new-arrivals .social li a:after {
  content: "";
  height: 15px;
  width: 15px;
  border-radius: 0;
  transform: translateX(-50%) rotate(45deg);
  top: -20px;
  z-index: -1;
}
@media only screen and (max-width: 990px) {
  .new-arrivals {
    margin-bottom: 30px;
  }
}
.title-about {
  position: absolute;
  top: 100px;
  right: 360px;
  text-align: center;
  color: #398ACB;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
}
.about-section {
  position: absolute;
  background-color: #fafafa;
  top: 170px;
  right: 0;
  height: 390px;
}
.about-section h4 {
  color: #398ACB;
  font-size: 40px;
}
.about-section h5 {
  font-size: 18px;
}
.about-section p {
  font-size: 15px;
  color: #969696;
}
#projects {
  background-image: url(../img/projects/background.png);
  position: relative;
}
.ipad-img{
  display: block;
    height: 100%;
    object-fit: cover;
}
.gradient-seperation {
  position: absolute;
  height: 50px;
  width: 100%;
  top: 0;
  left: 0;
  margin-bottom: 10px;
  background: linear-gradient(180deg, #fff 0, rgba(255, 255, 255, 0) 100%);
}
.contain {
  margin: 0 auto;
  width: 100%;
}
.item {
  align-items: center;
  color: #fff;
  display: flex;
  border-radius: 60px 0 0 0;
  justify-content: center;
}
.item img {
  border-radius: 60px 0 0 0;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #f8c482;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #398ACB;
}
.project-section {
  position: absolute;
  max-width: 100% !important;
  color: #53565a;
  background-color: rgba(255, 255, 255, 0.774);
  bottom: 0;
  right: 0;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}
.project-section h5 {
  font-size: 16px;
  font-weight: 600;
}
.project-section p {
  color: #53565a;
  font-size: 14px;
}
.blog-single-img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}
.blog-single-description frame {
  justify-content: center !important;
}
.blog-single-description font {
  font-family: "Gotham Rounded Book", sans-serif !important;
}
.blog-single-description div,
.blog-single-description p {
  width: 100% !important;
  margin: 0 !important;
}
.card-custom-m {
  height: 400px;
  overflow: hidden;
}
.card-body-m h6 {
  font-size: 15px;
  font-weight: 900;
}
.card-body-m p {
  font-size: 12px;
}
.blog-image {
  height: 200px !important;
  width: 100% !important;
  object-fit: cover;
}
.blog-content {
  text-align: left;
  transition: all 0.5s ease 0s;
}
.blog-content h3 {
  font-size: 16px !important;
  font-weight: 600 !important;
}
.blog-readmore {
  text-align: right;
}
.blog-readmore a {
  color: #398ACB;
  border-bottom: 1px solid #398ACB;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
}
.blog-readmore a:hover {
  text-decoration: none;
}
.model-dialog-custom {
  max-width: 1000px !important;
}
.modal-dialog-centered {
  min-height: calc(100% - 0.5rem);
}
.form-container {
  width: 100%;
}
.form-container form {
  color: #000;
  text-align: left;
  padding: 30px;
}
.modal-content .close-icon {
  position: absolute;
  right: 15px;
  top: -45px;
  background-color: #9a682d;
  width: 30px;
  height: 30px;
  border-radius: 60px;
}
.modal-content .close-icon a {
  color: #fff;
}
.modal-content .close-icon i {
  margin-top: 6px;
}
.form-container label {
  display: none;
}
.form-container input,
.select {
  padding: 0;
  padding-left: 40px;
  border-color: transparent;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #888;
}
.form-container input:focus,
.select:focus {
  border-color: #398ACB;
  box-shadow: 0 0 0 1px #398ACB;
}
.form-container .btn-default {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 30px;
  padding: 15px 36px;
  height: 100%;
  background-color: #398ACB;
  border-radius: 0;
  border: 0;
  color: #f1f1f1;
}
.form-container .btn-default:focus,
.form-container .btn-default:hover {
  color: #398ACB;
  background-color: #fff;
  border-color: #398ACB;
  box-shadow: 0 0 0 1px #398ACB;
  outline: 0 auto -webkit-focus-ring-color;
}
.form-container .icon {
  font-size: 15px;
  position: relative;
  float: left;
  margin-left: 14px;
  margin-top: -25px;
  z-index: 2;
  color: #000;
}
.about-page h5 {
  color: #398ACB;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.about-container {
  background-color: #fafafa;
}
.about-container h2 {
  color: #398ACB;
  font-size: 26px;
}
.about-container h3 {
  color: #398ACB;
  font-size: 25px;
}
.about-container p {
  font-size: 15px;
  color: #969696;
}
.off-grid-typography {
  background-color: #fafafa; /*height:200px*/
}
.off-grid-typography h5 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}
.off-grid-typography p {
  font-size: 14px;
  color: #969696;
}
.contact-form {
  width: 100%;
  height: 90%;
}
.yellow-hedding {
  color: #398ACB;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 20px;
}
.main-title {
  font-size: 25px;
}
.second-title {
  font-size: 15px;
  color: #8e8e8e;
  font-weight: 400;
  width: 75%;
  margin: 0 auto;
}
.our-pro-con {
  background-color: #fafafa;
  padding: 35px;
}
.sec-head-dev2 h2 {
  font-size: 20px;
  font-weight: 700;
}
.card-body.proj-title {
  background-color: rgba(255, 255, 255, 0.774);
  bottom: 0;
  width: 100%;
  height: auto;
  right: 0;
  overflow: hidden;
}
.project-display img:hover {
  -webkit-box-shadow: 0 0 20px 0 #398ACB;
  -moz-box-shadow: 0 0 20px 0 #398ACB;
  box-shadow: 0 0 20px 0 #398ACB;
  transition: 0.8s ease;
}
.card-body.proj-title p {
  font-size: 14px;
  color: #53565a;
}
.card-body.proj-title h6 {
  font-weight: 600;
  color: #53565a;
}
.header-center {
  margin: 20px 40px 75px 40px;
}
section.testimonials {
  position: relative;
  background-color: #fafafa;
}
.member-area {
  position: relative;
  margin: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}
.Testi-card.card {
  background-color: transparent;
  color: #000;
  border: none;
}
.member-name {
  margin-top: 50px;
  margin-bottom: 35px;
}
.member-name:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 35px;
  left: 0;
  background-color: #398ACB;
}
.member-name h6 {
  z-index: 1;
  text-align: center;
  color: #fafafa;
  margin-left: 25%;
  margin-top: 6px;
}
p.client-des {
  border-top: 0.5px solid #e8e8e8;
  width: 50%;
  padding-top: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #000 !important;
}
.testi-desti {
  height: 220px;
  padding: 15px 35px 15px 35px;
  color: #000;
}
.testi-desti p {
  text-align: left;
  font-size: 15px;
  color: #9d9d9d;
}
.testi-img {
  overflow: hidden;
  border-radius: 100px;
  z-index: 1;
}
img.member-img {
  width: 80px !important;
  top: 25px;
  position: absolute;
  border-radius: 100%;
  left: 30px;
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
  background: none repeat scroll 0 0 #869791;
  border-radius: 20px;
  display: contents;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  width: 12px;
}
.owl-prev {
  left: -30px;
}
.owl-next {
  right: -30px;
}
.owl-next,
.owl-prev {
  position: absolute;
  top: 30%;
}
.owl-next span,
.owl-prev span {
  font-size: 60px;
  color: #869791;
  display: none;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: transparent;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: flow-root !important;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #398ACB !important;
}
.owl-theme .owl-dots .owl-dot span {
  background: #53565a !important;
}
.c1-carousel-caption {
  position: absolute;
  top: 40%;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  color: #fff;
  text-align: left;
}
.c1-carousel-caption h6 {
  font-size: 52px !important;
  text-transform: uppercase;
  color: #398ACB;
  font-weight: 400;
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff,
    1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}
#cat-main-section {
  margin-top: 35px;
}
#cat-mid-section {
  margin-top: 40px;
  margin-bottom: 75px;
}
.our-cat-con {
  background-color: #fafafa;
  padding: 35px;
}
.yellow-heading-main {
  font-size: 35px;
  color: #398ACB;
  font-weight: 700;
}
.cat-text {
  background-color: #f7f7f7;
  padding: 75px;
}
.cat-text p {
  color: #7b7b7b;
  margin-bottom: 30px;
}
.cat-h {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.shop-now {
  padding: 8px 20px;
  background-color: #398ACB;
  color: #fff;
  float: right;
}
.shop-now:hover {
  text-decoration: none;
  color: #fff;
  background-color: #53565a;
  transition: 0.5s;
}
.cart-input-custom {
  display: block;
  width: 50px;
  height: calc(1em + 0.75rem + 1px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#main_cart {
  margin: 60px 0;
}
.cart_head {
  text-align: left;
  color: #53565a;
  font-size: 24px;
}
.shopping-cart {
  width: auto;
  height: 100%;
  margin: 40px auto;
  background: #fafafa;
  display: flex;
  flex-direction: column;
}
.ctitle {
  height: 60px;
  border-bottom: 1px solid #e1e8ee;
  padding: 20px 30px;
  color: #53565a;
  font-size: 16px;
  font-weight: 600;
}
.catitem {
  padding: 35px 0;
  height: auto;
  display: flex;
  border-bottom: 1px solid #e1e8ee;
}
.catitem:nth-child(4) {
  border-bottom: 1px solid #e1e8ee;
}
i.fa.fa-times {
  color: #ed675e;
}
.buttons {
  position: relative;
  align-self: center;
  text-align: right;
}
.delete-btn {
  display: inline-block;
  cursor: pointer;
}
.is-active {
  animation-name: animate;
  animation-duration: 0.8s;
  animation-iteration-count: 1;
  animation-timing-function: steps(28);
  animation-fill-mode: forwards;
}
@keyframes animate {
  0% {
    background-position: left;
  }
  50% {
    background-position: right;
  }
  100% {
    background-position: right;
  }
}
.image {
  align-self: center;
}
.description {
  align-self: center;
  width: 115px;
}
.description span {
  display: block;
  font-size: 16px;
  color: #9d9d9d !important;
  font-weight: 400 !important;
}
.quantity {
  align-self: center;
  text-align: center;
}
.quantity input,
.select {
  -webkit-appearance: none;
  border: none;
  text-align: center;
  width: 32px;
  font-size: 16px;
  color: #43484d;
  font-weight: 400;
}
.minus-btn,
.plus-btn {
  width: 30px;
  height: 30px;
  background-color: #398ACB;
  border: none;
  cursor: pointer;
}
button:focus,
input:focus {
  outline: 0;
}
.single-price,
.total-price {
  width: auto;
  align-self: center;
  text-align: center;
  font-size: 16px;
  color: #53565a;
  font-weight: 400;
}
.total_amount {
  justify-content: flex-end;
}
.c_checkout {
  border: none;
  color: #fff;
  padding: 4px 35px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 4px 2px;
  cursor: pointer;
  background-color: #398ACB;
  box-shadow: rgba(0, 0, 0, 0.16) 0 1px 4px;
}
.c_inquery {
  border: none;
  color: #fff;
  padding: 4px 35px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 4px 2px;
  cursor: pointer;
  background-color: #000;
  box-shadow: rgba(0, 0, 0, 0.16) 0 1px 4px;
}
.c_inquery:hover {
  background-color: #398ACB;
  transition: 0.5s;
}
.c_checkout:hover {
  background-color: #000;
  transition: 0.5s;
}
.item-last h4 {
  color: #434343;
  font-size: 16px;
  font-weight: 600;
}
button.minus-btn img {
  height: 10px;
  width: 10px;
  margin: 0;
  color: #fff !important;
}
button.plus-btn img {
  height: 10px;
  width: 10px;
  margin: 0;
  color: #fff !important;
}
@media (max-width: 800px) {
  .shopping-cart {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .catitem {
    height: auto;
    flex-wrap: wrap;
  }
  .image img {
    width: 50%;
  }
  .description,
  .image,
  .quantity {
    width: 100%;
    text-align: center;
    margin: 6px 0;
  }
  .buttons {
    margin-right: 20px;
  }
}
.d1-product-single img {
  width: 500px;
  height: 500px;
}
.d1-product-single {
  overflow: hidden;
}
#single_pro_section {
  margin-top: 35px;
}
.blog .carousel-indicators {
  left: 0;
  top: auto;
  bottom: -50px;
}
.blog .carousel-indicators li {
  background: #53565a;
  border-radius: 50% !important;
  width: 20px !important;
  height: auto !important;
}
.blog .carousel-indicators .active {
  background: #398ACB;
}
.sp_main_head {
  font-size: 32px;
  color: #398ACB;
}
.price-card {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 0.6px solid #e1e8ee;
  border-top: 0.6px solid #e1e8ee;
}
.prod_amount {
  color: #d5d5d5;
  font-size: 24px;
  text-decoration: line-through;
}
.cat-line {
  padding-top: 15px;
  padding-bottom: 15px;
}
.category-h {
  font-size: 14px;
  text-transform: capitalize;
}
.category-name {
  font-size: 14px;
  color: grey;
  align-self: center;
}
.value1 {
  cursor: default;
  width: 40px;
  height: 40px;
  padding: 8px 0;
  color: #434343;
  font-weight: 600;
  line-height: 24px;
  background-color: #e5e5e5;
  text-align: center;
  display: inline-block;
}
.value-plus1 {
  height: 40px;
  line-height: 24px;
  width: 40px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  font-size: 18px;
  color: #fff;
  background-color: #398ACB;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  vertical-align: bottom;
}
.value-minus1 {
  height: 40px;
  line-height: 24px;
  width: 40px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  font-size: 18px;
  color: #fff !important;
  background-color: #398ACB;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  vertical-align: bottom;
}
.quantity-select .entry.value-minus1:before {
  content: "";
  width: 13px;
  height: 2px;
  background: #fff;
  left: 50%;
  margin-left: -7px;
  top: 50%;
  margin-top: -0.5px;
  position: absolute;
}
.quantity-select .entry.value-plus1:before {
  content: "";
  width: 13px;
  height: 2px;
  background: #fff;
  left: 50%;
  margin-left: -7px;
  top: 50%;
  margin-top: -0.5px;
  position: absolute;
}
.quantity-select .entry.value-plus1:after,
.quantity-select .entry.value-plus:after {
  content: "";
  height: 13px;
  width: 2px;
  background: #fff;
  left: 50%;
  margin-left: -1.4px;
  top: 50%;
  margin-top: -6.2px;
  position: absolute;
}
.add_cart_btn {
  padding: 8px 20px;
  background-color: #000;
  color: #fff;
  align-self: center;
}
.add_cart_btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #398ACB;
  transition: 0.5s;
}
.single-prod {
  border-bottom: 0.6px solid #e1e8ee;
}
.sinigle-pro-dedc-h {
  font-size: 24px;
  color: #53565a;
  font-weight: 400;
}
.descrip-list ul {
  list-style-type: none;
}
.descrip-list ul li {
  margin-bottom: 8px;
}
.descrip-list ul li i {
  margin-right: 8px;
  color: #398ACB;
}
#single_pro_desc .prod-desc .descrip-list ul {
  padding-left: 0;
}
#single_pro_desc .prod-desc .descrip-list ul li i {
  font-size: 15px;
}
.page-link {
  color: #398ACB;
}
.page-link:hover {
  color: #398ACB;
}
.page-item.active .page-link {
  background-color: #398ACB;
  border-color: #398ACB;
}
section#related_prod_single {
  margin-top: 8%;
}
.products_head {
  margin: 10px;
}
.rp_head {
  font-size: 24px;
  color: #53565a;
  font-weight: 400;
}
.rprod-name {
  position: relative;
  display: grid;
}
.products_head .rprod-name h4 {
  font-size: 14px;
  color: #000;
  margin-top: 10px;
  float: left;
}
.add-cart-btn {
  text-decoration: none;
  font-size: 14px;
  color: #398ACB;
  text-decoration: underline #398ACB;
  text-underline-offset: 3px;
}
.add-cart-btn:hover {
  text-decoration: none;
  color: #398ACB;
  text-decoration: underline #398ACB;
  transition: 0.6s;
}
section#proj-main-section {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}
#proj-main-section .products-sidebar {
  width: 100%;
  float: left;
}
#proj-main-section .products-sidebar ul {
  width: 100%;
  float: left;
  border: 1px solid #eef0f2;
  margin-top: 0;
}
#proj-main-section .products-sidebar ul li {
  width: 100%;
  list-style: none;
  float: left;
  font-weight: 500;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #eef0f2;
}
#proj-main-section ul {
  width: 100%;
  float: left;
  margin: 20px 0;
  padding: 0;
}
#proj-main-section ul {
  width: 100%;
  float: left;
  margin: 3px 0;
}
.products-sidebar .current_page_item {
  background: #1d65a0;
}
.products-sidebar .current_page_item a {
  color: #fff !important;
}
#proj-main-section .products-sidebar ul li a {
  /* float:left; */
  margin-left: 15px;
  color: #53565a;
  font-size: 15px;
  font-weight: 500;
  display: block;
}
#proj-main-section .products-sidebar ul li:hover {
  background: #398ACB;
  transition: 0.4s;
}
#proj-main-section .products-sidebar ul li:hover a {
  color: #fff !important;
  text-decoration: none;
  transition: 0.6s;
}
.prod-all .prod-all-img .wishlist {
  content: \f004;
  font-size: 22px;
  color: #398ACB;
  position: absolute;
  right: 15px;
  z-index: 1;
}
.prod-all {
  background-color: #fafafa;
}
.prod-all .wishlist:hover {
  font-size: 25px;
  transition: all 0.1s ease 0.2s;
}
.product-content {
  padding: 10px;
}
.prod-all-title {
  min-height: 50px;
}
.prod-all-title a {
  font-size: 15px;
  color: #000;
  font-weight: 500;
}
.brand-name {
  font-size: 13px;
  color: #53565a;
  font-weight: 400;
}
.prod-all-price {
  font-size: 15px;
  color: #a8a8a8;
  font-weight: 600;
}
.add-to-cart a {
  font-size: 14px;
  color: #398ACB;
  text-decoration: underline #398ACB;
  text-underline-offset: 4px;
  text-transform: uppercase;
  font-weight: 500;
}
.products_img .wishlist {
  content: \f004;
  font-size: 22px;
  color: #398ACB;
  position: absolute;
  right: 15px;
  z-index: 1;
}
.prod-all .prod-all-img {
  overflow: hidden;
}
.prod-all .prod-all-img img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease 0s;
}
.prod-all:hover .prod-all-img img {
  transform: scale(1.1);
}
.checkout-page {
  margin-top: 70px;
  margin-bottom: 70px;
}
.checkout-page .cart-list {
  padding: 20px;
  background-color: #fafafa;
  border: 0.6px solid #dadada;
}
.lh-condensed {
  margin: 20px 0;
}
.items-total {
  padding-top: 25px;
  border-top: 0.5px solid #e8e8e8;
}
.badge-secondary {
  background-color: #398ACB;
  border-radius: 0;
  padding: 6px 20px;
}
.checkout-btn {
  border: none;
  background: #398ACB;
  display: block;
  color: #fff;
  width: 100%;
  height: 40px;
}
.form-control {
  border-radius: none !important;
  font-size: 14px;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #398ACB;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #398ACB24;
}
.custom-select:focus {
  color: #495057;
  background-color: #fff;
  border-color: #398ACB;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #398ACB24;
}
.jumbotron {
  background-color: #fff;
}
.jum_success {
  color: #398ACB;
}
.bttn-custm {
  color: #fff;
  background-color: #398ACB;
  border-color: #398ACB;
}
.bttn-custm a:hover {
  color: #398ACB;
  background-color: #fff;
  border-color: #398ACB;
  text-decoration: none;
}
.btn-bg-profile {
  color: #fff;
  background-color: #398ACB !important;
  border: 1px solid #398ACB;
}
.btn-bg-profile:hover {
  color: #398ACB;
  background-color: #fff !important;
  border: 1px solid #398ACB;
}
.profile-tab-color {
  color: #398ACB;
}
.profile-tab-color:hover {
  text-decoration: none;
  color: #d18323;
}
.img-magnifier-container {
  position: relative;
  cursor: none;
  overflow: hidden;
  padding: 0 !important;
  overflow: hidden;
}
.img-magnifier-glass {
  position: absolute;
  cursor: none;
  width: 180px;
  height: 180px;
}
.glass {
  width: 180px;
  height: 180px;
  position: absolute;
  cursor: crosshair;
  display: none;
}
.form-group.bg-danger {
  padding: 10px 20px;
}
.form-group.bg-danger li {
  list-style: none;
}
section#footer i.fas.fa-phone-alt {
  margin-right: 9px !important;
}
#proj-main-section
  .products-sidebar
  ul
  li[class*="current_page_item current_page_item"] {
  background: #398ACB;
}

/* added the whatsapp icon 09/25/2023 */
.whatsapp-icon {
  position: fixed;
  bottom: 50px; 
  right: 20px; 
  z-index: 9999; 
  transition: transform 0.3s ease;
}

.whatsapp-icon a {
  display: block;
  background-color: #25d366; 
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s;
}

.whatsapp-icon img {
  width: 60px; 
  height: 60px;
  color: #25d366;
}

.whatsapp-icon:hover {
  transform: translateY(5px); /* Move the icon down by 2 pixels when clicked (press effect) */
}

/* testimonial styles 09/25/2023 */
.shadow-effect {
  background: #ffffff;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
  border:1px solid #ECECEC;
  box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
  
}
#customers-testimonials .shadow-effect p {
  font-family: inherit;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 17px 0;
  font-weight: 300;
  color: black;
}
.testimonial-name {
  margin: 20px auto;
  display: table;
  width: auto;
  background: #398ACB;
  padding: 9px 35px;
  font-size: 14px;
  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;
  width: 500px;
  margin-bottom:20px;
  margin-left:-65px;
  opacity: .5;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1.0, 1.0, 1);
  transform: scale3d(1.0, 1.0, 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: #398ACB;
  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: #398ACB;
  display: inline-block;
  height: 20px;
  border-radius: 25px;
  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;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 5px 9px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #000;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid transparent;
  margin: 0 8px !important;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 4px;
  border-color: #dee2e6;
  font-weight: 600;
  padding: 6px 15px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/*
Custom pagination in Grid and list view
*/
.pagination li:last-child a::before , .pagination li:last-child span::before 
{
 content: "Next";
 font-size: 16px;
 font-weight: 400;
 margin-right: 10px;
}
.pagination li:first-child a::after, .pagination li:first-child span::after 
{
 content: "Previous";
 font-size: 16px;
 font-weight: 400;
 margin-left: 10px;
}
/*
Custom pagination in Grid and list view
*/
.page-item:first-child .page-link:after {
  content: "Previous";
  font-size: 16px;
  font-weight: 400;
  margin-left: 10px;
}
.page-item:last-child .page-link:before {
  content: "Next";
  font-size: 16px;
  font-weight: 400;
  margin-right: 10px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #fff;
  background-color: #398acb;
  border-color: transparent;
  box-shadow: 0 0 0 0.25rem transparent;
}
.page-item.active .page-link {
  background-color: #398acb;
  border-color: transparent;
  margin: 0 10px;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: unset !important;
  color: #fff;
  cursor: default;
  background-color: #398acb;
  border-color: transparent;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}