section {
  background: #FFF;
  padding-top: 60px;
  padding-bottom: 60px;
}

.base-header {
  padding-bottom: 20px;
  margin: auto;
  text-align: center;
}

.base-header h2 {
  padding-bottom: 18px;
  position: relative;
  text-transform: capitalize;
  font-weight: 800;
  margin-bottom: 0px;
  font-size: 52px;
  color: #1A1A1A;
  margin-top: 12px;
  line-height: 62px;
  letter-spacing: -1.5px;
}

.base-header.base_header_left {
  width: 100%;
  text-align: left;
  padding-bottom: 40px;
}

.base-header.base_header_left .heading_small::after {
  display: none;
}

.base-header.base_header_left h2 {
  padding-bottom: 21px;
}
/*  Preloder end */

/*----------------------------------------------------
  6. Service Section / .service-section
------------------------------------------------------*/

.service-section {
  background: #f7f7f7;
}

.service-section .base-header {
  padding-bottom: 97px;
}

.service-item {
  background: #fff;
  padding: 70px 50px 50px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  text-align: left;
  position: relative;
  margin-top: 0px;
  border-radius: 10px;
  text-align: left;
  position: relative;
}

.service-item .icon-serv {
  text-align: center;
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
  position: relative;
  height: 120px;
  width: 120px;
  margin-top: -130px;
  margin-bottom: 34px;
  box-shadow: 0px 0px 60px 0px rgb(218, 218, 218);
  z-index: 99;
}

.service-item .icon-serv i {
  font-size: 50px;
  color: #e6212a;
  line-height: 120px;
}

.icon-serv:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #6382f7;
  left: 0%;
}

.service-item h4 {
  font-size: 22px;
  margin-bottom: 12px;
  line-height: 28px;
  z-index: 9;
  position: relative;
}

.service-item p {
  z-index: 9;
  position: relative;
}

.ser-link {
  background: #fff;
  width: 45px;
  height: 45px;
  display: inline-block;
  text-align: center;
  line-height: 45px;
  border-radius: 5px;
  font-size: 14px;
  color: #e6212a;
  box-shadow: 0px 0px 60px 0px rgb(218, 218, 218);
  z-index: 9;
  position: relative;
  margin-top: 22px;
}

.service-item::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0%;
  height: 100%;
  width: 0%;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.6s ease;
  opacity: 0;
  z-index: 1;
  background: url("../images/service_hover.jpg");
  border-radius: 10px;
}

.service-item:hover::after {
  left: 0%;
  opacity: 1;
  width: 100%;
}

.service-item:hover p,
.service-item:hover h4 {
  color: #fff;
}

/*================================================
  7. Call to action Section / .cta-section 
==================================================*/
.cta-section {
  background: url(../images/cta_bg.jpg);
  background-attachment: fixed;
}

.cta-wrap {
  text-align: center;
  width: 100%;
}

.cta-wrap .base-header {
  padding-bottom: 18px;
}

.cta-wrap .heading_small {
  display: inline-block;
}

.cta-wrap h2 span {
  display: block;
}

.cta-wrap h2 {
  font-size: 55px;
  color: #fff;
  margin-bottom: 54px;
  line-height: 62.5px;
}

/*----------------------------------------------------
  8. Shop  Section / .shop-section
------------------------------------------------------*/
.shop-section {
  background: #F7F7F7;
  padding-bottom: 60px;
}


.product-wrap {
  background: rgb(255, 255, 255);
  padding: 0px 0px 0px;
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.01);
  margin-bottom: 15px;
  transition: .3s;
}

.product-img {
  position: relative;
  overflow: hidden;
}

.product-img img {
  position: relative;
  transition: all 0.5s ease;
  transform: scale(1);
  margin: auto;
  display: block;
  width: auto !important;
}

.product-wrap:hover .product-img img {
  transition: all 0.5s ease;
  transform: scale(1.1);
}

.prod_badges,
.prod_love {
  position: absolute;
  left: 0px;
  top: 15px;
}

.prod_love {
  right: 0px;
  left: auto;
}

.prod_badges .sale {
  display: block;
  background: #e6212a;
  color: #fff;
  line-height: 16px;
  font-size: 12px;
  font-weight: 500;
  padding: 2px 7px 1px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  margin-bottom: 5px;
}

.prod_badges .new {
  background: #111;
  color: #fff;
  line-height: 16px;
  font-size: 12px;
  font-weight: 500;
  padding: 2px 7px 1px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  text-transform: uppercase;
}

.prod_love a {
  background: #ece9e9;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 15px;
  display: block;
  text-align: center;
  line-height: 41px;
  margin-bottom: 10px;
  margin-right: 15px;
}

.prod_love .view-icon,
.prod_love .fav-icon {
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  position: relative;
  top: 20px;
}

.product-wrap:hover .fav-icon {
  opacity: 1;
  visibility: visible;
  transition: .3s;
  top: 0px;
}

.product-wrap:hover .view-icon {
  opacity: 1;
  visibility: visible;
  transition: .5s;
  top: 0px;
}

.prod_love a:hover {
  color: #fff;
  background: #e6212a;
}

.product-wrap .more-link {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  padding: 2px 25px 2px 25px;
  font-size: 14px;
  border-radius: 2px;
  width: 70%;
  text-align: center;
  border: 2px solid transparent;
}

.product-wrap .more-link:hover {
  border: 2px solid #2b343b;
}

.product-wrap:hover .more-link {
  opacity: 1;
}

.product-info {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}

.prod_rating i {
  color: #f3ed2d;
  font-size: 12px;
}

p.prod_price .old {
  /*text-decoration: line-through;*/
  margin-left: 7px;
  color: #74787C;
  padding-top: 10px;
}

p.prod_price {
  font-size: 15px;
  color: #222;
  font-weight: 500;
}

.product-info h4 {
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 3px;
  letter-spacing: -.3px;
  color: #000
}

.product-info a {
  margin-bottom: -19px;
  margin-top: 15px;
}

.shop-section .owl-dots {
  margin-top: -9px;
}

/*===============================================================
    9. Featured Product Section / .featured-product-section
===================================================================*/
.featured-product-section {
  padding-bottom: 0px;
  margin-bottom: -2px;
}

.featured-product-section .container-fluid {
  padding-left: 0px;
}

.featured-product-section .container-fluid>.row {
  background-color: #f7f7f7;
  background-image: url(../images/shape1.png);
  background-position: center right;
  background-repeat: no-repeat;
}

.featured-product-section .base-header {
  width: 100%;
}

.featured-product-section .fea-img-carousel {
  background-color: transparent;
  background-image: linear-gradient(90deg, #fff 32%, #f7f7f7 32%);
  padding: 120px 0px;
  padding-right: 50px;
}

.featured-container {
  max-width: 723px;
  width: 100%;
}

.fea-img {
  background: url(../images/featured-product.jpg);
  height: 667px;
  background-size: cover;
  background-position: right center;
  border-radius: 0px 5px 5px 0px;
}

/*  Iteam  */


.fea-product-item {
  background: #fff;
  padding: 30px 30px 24px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  margin-bottom: 15px;
  text-align: left;
  position: relative;
  margin-top: 15px;
  /*! border-bottom-left-radius: 10px; */
  /*! border-bottom-right-radius: 10px; */
  border-top: 2px solid #e6212a;
  position: relative;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
}

.fea-product-item:after {
  background: url(../images/featured-item-bg.jpg);
  position: absolute;
  content: "";
  width: 107%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: scale(1.5);
}

.fea-product-item:hover:after {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: scale(1);
}


.fea-product-item:hover .fea-text h4,
.fea-product-item:hover .fea-text p,
.fea-product-item:hover .fea-text ul li {
  color: #fff;
}


.fea-icon i {
  background: #e6212a;
  width: 60px;
  height: 60px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  line-height: 60px;
  display: block;
  border-radius: 5px;
}

.fea-text h4 {
  font-size: 22px;
  margin-top: 26px;
  margin-bottom: 12px;
}

.fea-text p {
  margin-bottom: 12px;
}

.fea-text ul li {
  margin-top: 5px;
  color: #6f6e6e;
  font-size: 18px;
}

.fea-text ul li i {
  color: #e6212a;
  margin-right: 5px;
}

/* featured Nav*/

.fea-img-carousel .owl-nav div {
  top: 100%;
  font-size: 17px;
  left: auto;
  color: #fff;
  margin-top: -160px;
  background: #e6212a;
  opacity: 1;
  border-radius: 0px;
  width: 40px;
  height: 40px;
  line-height: 29px;
  margin-right: -5px;
}

.fea-img-carousel .owl-nav .owl-prev {
  right: 55px !important;
  left: auto !important;
}

.fea-img-carousel .owl-nav div:hover {
  opacity: .8;
}

/*----------------------------------------------------
   10. Team Section / .team-section
------------------------------------------------------*/
.team-section {
  background: url(../images/team_bg.jpg);
}

.team-section .col-sm-12 {
  transition: .3s;
}

.team-section .col-sm-12:hover {
  transition: .3s;
  position: relative;
  transform: translateY(-10px);
}

.team-info {
  background: #fff;
  text-align: center;
  padding: 40px 15px 25px;
  position: relative;
  border-radius: 0px 0px 10px 10px;
}

.team-img img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.team-social ul li {
  display: inline-block;
  margin: 0px 1px;
}

.team-social {
  text-align: center;
  margin-top: -10px;
  margin-top: -57px;
  margin-bottom: 15px;
}

.team-info h4 {
  font-size: 22px;
  margin-bottom: 0px;
}

.team-social ul li a {
  background: #e6212a;
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 40px;
  font-size: 15px;
}

.team-social ul li:hover a {
  background: #fff;
  color: #e6212a;
  -webkit-animation: pulsePrimary 1s 1 ease-in-out;
  animation: pulsePrimary 1s 1 ease-in-out;
}

.team-info p {
  margin: 0px;
}

/*  Animation  */
@-webkit-keyframes pulsePrimary {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 69, 0, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 69, 0, 0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 69, 0, 0);
    box-shadow: 0 0 0 20px rgba(255, 69, 0, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 69, 0, 0);
    box-shadow: 0 0 0 0 rgba(255, 69, 0, 0);
  }
}

/*----------------------------------------------------
   11. Testimonial Section / .testi-section
------------------------------------------------------*/
.testimonial-section {
  padding-top: 112px;
  padding-bottom: 82px;
}

.testimonial-section .base-header {
  width: 100%;
  text-align: left;
  padding-left: 20px;
  padding-bottom: 30px;
}

.testimonial-section .heading_watermark {
  left: -15px;
}

.testi_wrp {
  padding: 15px 0px 40px 20px;
  margin-bottom: 0px;
  border-radius: 40px 0px 0px;
  overflow: hidden;
}

.testi_info {
  position: relative;
}

.testi_info:after {
  position: absolute;
  top: 0px;
  font-size: 52px;
  color: #e6212a;
  margin-top: -7px;
  z-index: -9;
  left: 0px;
  margin-left: 0px;
  content: '\f10d';
  font-family: "Font Awesome 5 Pro";
}

.testi_info p {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 26px;
  padding-top: 51px;
}

.testi_img {
  position: relative;
}

.testi_img::after {
  position: absolute;
  background: #e6212a;
  width: 90px;
  height: 95px;
  content: "";
  left: -4px;
  top: 0px;
  border-radius: 50%;
  z-index: -9;
}

.testi_img img {
  width: 90px !important;
  border-radius: 50%;
  margin-right: 15px;
  float: left;
  overflow: hidden;
}

.testi_wrp h4 {
  display: inline-block;
  font-size: 22px;
  position: relative;
  top: 16px;
  line-height: 32px;
  ;
}

.testi_wrp h4 span {
  display: block;
  font-size: 16px;
  color: #74787C;
  margin-top: -4px;
  margin-bottom: 0px;
  font-weight: 400;
  font-family: 'DM Sans', sans-serif;
}


.testi_sing_img img:nth-child(3) {
  left: 0px;
  width: 160px;
  top: 0px;
  margin-top: 15px;
}

.testi_sing_img img:nth-child(2) {
  width: 100px;
  left: 0px;
  top: 0px;
  margin-top: -110px;
  margin-left: 95px;
}

.testi_sing_img img:nth-child(4) {
  width: 135px;
  top: 0px;
  margin-top: 180px;
  left: 0px;
  margin-left: 60px;
}

.testi_sing_img {
  position: relative;
  /*! margin-top: 50px; */
}

/* Testimonial Nav*/


.testimonial-section .owl-nav div {
  top: 100%;
  font-size: 17px;
  left: auto;
  color: #fff;
  margin-top: -103px;
  background: #e6212a;
  opacity: 1;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  line-height: 30px !important;
}

.testimonial-section .owl-nav .owl-prev {
  right: 62px !important;
  left: auto !important;
}

.testimonial-section .owl-nav div:hover {
  opacity: .8;
}

/*----------------------------------------------------
  12. Client Section / .client-section
------------------------------------------------------*/
.client-section {
  padding-top: 0px;
  padding-bottom: 120px;
}

.client-section .client-box img {
  width: 160px;
  margin: auto;
}

.client-section .client-box:hover {
  opacity: 1;
  transition: .4s;
}

.client-box {
  text-align: center;
  opacity: .8;
  transition: .4s;
}

.client-box h5 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0px;
}

/*================================================
    13. Blog Section
==================================================*/

.blog-section {
  background: #F7F7F7;
}


.blog_info {
  background: #fff;
  padding: 32px 35px 30px 35px;
  position: relative;
  z-index: 9;
  border-radius: 0px 0px 10px 10px;
}

.blog_info h4 {
  margin-bottom: 8px;
  text-transform: capitalize;
  font-size: 22px;
  line-height: 32px;
}

.blog_info p {
  margin-top: 0px;
  border-bottom: 1px solid #f0eaea;
  padding-bottom: 15px;
  margin-bottom: 13px;
}

.blog_info h4:hover {
  color: #e6212a;
}

.blog_date {
  display: inline-block;
  font-size: 15px;
  color: #74787C;
}

.blog_date span i {
  margin-right: 5px;
  font-size: 13px;
  position: relative;
  top: -1px;
}

.blog_read a {
  color: #74787C;
  text-transform: capitalize;
  font-size: 16px;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
}

.blog_read {
  float: right;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog_read i {
  margin-left: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  top: -1px;
  color: #9a9a9a;
  font-size: 13px;
}

.blog_read:hover i {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  transform: translateX(5px);
  position: relative;
  margin-left: 5px;
  color: #e6212a;
}

.blog_read:hover a {
  color: #e6212a;
}

.blog_img img {
  height: auto;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  border-radius: 10px 10px 0px 0px;
}

.blog_img {
  overflow: hidden;
  position: relative;
}

.blog_wrp:hover .blog_img img {
  transform: scale(1.1) rotate(3deg);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.blog_wrp {
  overflow: hidden;
}


/*----------------------------------------------------
  14. Footer Section/ .footer-section
------------------------------------------------------*/
.footer-section.footer_home {
  padding-top: 285px;
  margin-top: -300px;
}

.footer-section {
  float: left;
  width: 100%;
  padding: 75px 0 0 0;
  color: #fff;
  background: #1e1e20 url(../images/footer-bg.png);
}

.footer-section .container {
  position: relative;
}

.footer-section .widget {
  padding-bottom: 0px;
  margin-bottom: 17px;
  padding: 0px;
  background: transparent;
  position: relative;
}

.footer-section .widget h5 {
  color: #fffcf4;
  text-transform: capitalize;
  font-size: 20px;
  margin-bottom: 32px;
  font-weight: 700;
}

.footer-section .widget h3 {
  color: #fff;
  font-weight: 900;
  letter-spacing: 3px;
  margin-bottom: 25px;
}

.footer-section .widget p {
  color: #d5d5d5;
  margin-top: 21px;
  float: left;
  margin-bottom: 16px;
}

.footer-section .widget img {
  margin-top: 3px;
}

.footer_contact {
  overflow: hidden;
  width: 100%;
}

.footer_contact_address {
  margin-bottom: 10px;
}

.footer-contact-icon {
  float: left;
  margin-right: 15px;
}

.footer-contact-icon i {
  color: #e6212a;
  font-size: 18px;
}

.footer_contact span {
  font-weight: 500;
  color: #d5d5d5;
}

.footer_soc {
  margin-bottom: 15px;
}

.footer_socil .list-icons {
  padding-left: 0;
  list-style: none;
}

.footer_socil .list-icons li {
  float: left;
  margin-left: 6px;
}

.footer_socil .list-icons li a {
  color: #d5d5d5;
  font-size: 18px;
  padding-right: 7px;
}

.footer_socil .list-icons li a:hover {
  color: #e6212a;
  text-decoration: underline;
}

.quick_lnk ul li {
  list-style: none;
  padding-bottom: 12px;
  padding-left: 20px;
}

.quick_lnk ul li::after {
  position: absolute;
  content: ">";
  left: 0;
  width: 12px;
  height: 1px;
  margin-top: 0px;
  color: #e6212a;
}

.quick_lnk ul li a {
  color: #d5d5d5;
}

footer .quick_lnk li a:hover {
  color: #e6212a;
  text-decoration: underline;
}

ul.footer_recent_blog {
  margin-top: 37px;
}

.footer_recent_blog li {
  border-bottom: 1px solid #303235;
  padding-bottom: 18px;
  margin-bottom: 13px;
  overflow: hidden;
}

.footer_recent_blog li:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 1px solid transparent;
}

.footer_recent_blog img {
  width: 88px;
  float: left;
  margin-right: 15px;
  overflow: hidden;
  height: 80px;
}

.footer_recent_blog .post_cont {
  overflow: hidden;
  display: block;
}

.post-date {
  color: #7d7d7d;
}

.footer_recent_blog .post_cont i {
  margin-right: 7px;
  color: #e6212a;
  font-size: 14px;
}

.footer_recent_blog .post_cont a span {
  margin-top: 5px;
  line-height: 23px;
  color: #d5d5d5;
  overflow: hidden;
  display: block;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
}

.footer_recent_blog .post_cont a span:hover {
  color: #e6212a;
}

.footer-section .email_field {
  background: #383840;
  box-shadow: none;
  border: none;
  color: #ddd;
  line-height: 45px;
  padding-left: 18px;
  width: 100%;
  margin-top: 5px;
  border: 1px solid transparent;
  border-radius: 3px;
  outline: none;
}

.footer-section .email_field:focus {
  border: 1px solid #e6212a;
}

.news_letter_wrp p {
  margin-top: -2px !important;
}

.news_letter_wrp form {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
}

.news_letter_wrp .submit-contact {
  height: 38px;
  line-height: 35px;
  border-radius: 2px;
  font-size: 20px;
  background: #e6212a;
  border: transparent;
  color: #fff;
  position: absolute;
  right: 6px;
  margin-top: 11px;
  padding: 0px 10px;
  top: 0px;
  width: 40px;
}

.news_letter_wrp .submit-contact i {
  font-size: 15px;
  font-weight: bold;
}

.subfooter_wrap {
  display: flex;
  justify-content: space-between;
  padding: 35px 0px;
  color: #bababa;
  margin-top: 55px;
  position: relative;
  border-top: 1px solid #282a2d;
}

.subfooter p {
  color: #A2A4A6;
  margin: 0px;
  text-transform: capitalize;
  text-align: left;
  display: inline;
  float: left;
}

.subfooter p a {
  color: #e6212a;
}

.scrollup {
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #e6212a;
  font-size: 19px;
  color: #fff;
  cursor: pointer;
  z-index: 999;
  border: 1px solid transparent;
  border-radius: 5px;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 43px;
}

.scrollup a {
  color: #fff;
}

.scrollup a:hover {
  color: #fff;
}

.scrollup .icon-glyph-266::before {
  transform: rotate(180deg);
}



/*----------------------------------------------------
  15. Single Page Header/   Single Page 
------------------------------------------------------*/

/* Breadcrumb Section
================================= */


.breadcrumb-section {
  background: transparent url("../images/slider1.jpg");
  color: #FFF;
  box-sizing: border-box;
  height: 400px;
  background-repeat: no-repeat;
  width: 100%;
  background-attachment: fixed;
  position: relative;
  text-align: center;
  color: #fff;
}

.breadcrumb-section .container {
  position: relative;
  z-index: 10;
}

.breadcrumb-section .col-sm-12 {
  height: 400px;
  display: grid;
  place-content: center;
  grid-template-columns: 1fr;
  text-align: left;
}

.breadcrumb-section p {
  color: #333;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: .5px;
  font-weight: 400;
  margin-top: 10px;
  margin-top: auto;
  position: absolute;
  bottom: 0px;
  right: 15px;
  background: #effcfa;
  padding: 15px 24px 13px;
  margin-bottom: 0px;
  border-radius: 5px 5px 0px 0px;
}

.breadcrumb-section p>i {
  font-size: 12px;
  position: relative;
  top: -1px;
  margin-right: 0px;
  margin-left: 1px;
  font-weight: 500;
}

.breadcrumb-section p a {
  color: #1A1A1A;
}

.breadcrumb-section p a i {
  font-size: 14px;
  position: relative;
  top: -1px;
  margin-right: -2px;
}

.breadcrumb-section h3 {
  color: #fff;
  text-transform: capitalize;
  font-size: 55px;
  font-weight: 800;
  margin-bottom: 0px;
}

.breadcrumb-section p a:hover {
  color: #e6212a;
}

/*----------------------------------------------------
    15. About Page
------------------------------------------------------*/
.about-pg-about {
  background: #F7F7F7;
  padding-bottom: 100px;
}

.history-section {
  margin-top: 120px;
}

.history-section .tab-content {
  margin-left: 4px;
}

.history-section .base-header h2 {
  margin-top: -12px;
}

.history-section .nav-pills .nav-link {
  height: 100px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 20px;
  background: url(../images/blog1.jpg);
  background-size: cover;
  background-position: center;
  transition: 0.5s;
  color: #fff;
  z-index: 9;
  font-size: 20px;
  text-transform: uppercase;
  padding-right: 40px;
  border-radius: 10px;
}

.history-section .nav-pills .nav-link::before {
  position: absolute;
  content: "\f30b";
  font-family: "Font Awesome 5 Pro";
  right: 34px;
  margin-top: 1px;
  opacity: 0;
  font-size: 18px;
}

.history-section .nav-pills .nav-link:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(41, 41, 41, .93);
  transition: 0.5s;
  z-index: -1;
  border-radius: 10px;
}

.history-section .nav-pills .nav-link:hover {
  padding-right: 60px;
}

.history-section .nav-pills .nav-link:hover:before {
  opacity: 1;
}

.history-section .nav-pills .nav-link:hover:after {
  background-color: rgba(225, 180, 79, 0.91);

}

.history-section .nav-pills .nav-link:hover {
  background-position: top;
}

/* Active */
.history-section .nav-pills .nav-link.active {
  padding-right: 60px;
}

.history-section .nav-pills .nav-link.active:before {
  opacity: 1;
}

.history-section .nav-pills .nav-link.active:after {
  background-color: rgba(225, 180, 79, 0.91);

}

.history-section .nav-pills .nav-link.active {
  background-position: top;
}



/* =================================
    16. Team page  
================================= */
.team-pg-team {
  background: #effcfa;
  padding-bottom: 90px;
}

.team-pg-team .col-sm-12 {
  transition: .3s;
  margin-bottom: 30px;
}

/* =================================
    17. Contact page 
================================= */
.contact_pg_contact {
  padding: 120px 0px;
  background: #fff;
}

.contact_pg_contact .contact-form {
  padding-right: 20px;
}

.contact_pg_contact .contact_wrp {
  padding: 0px;
  background: transparent;
  position: relative;
}

.map-container iframe {
  width: 100%;
  height: 408px;
  border: none;
  margin-bottom: -10px;
  margin-top: 120px;
  filter: grayscale(1);
}

.contact_pg_address {
  margin-top: -32px;
}

.contact_pg_address h3 {
  margin-bottom: 27px;
  font-size: 32px;
  letter-spacing: 0px;
  line-height: 38px;
  margin-top: -2px;
  font-weight: 500;
}

.single_con_add span {
  margin: 0;
  margin-top: -7px;
  font-weight: 400;
}

.single_con_add h4 {
  font-size: 16px;
}


.contact_pg_address .single_con_add {
  overflow: hidden;
  margin-bottom: 0px;
  margin-top: 8px;
  padding: 10px 0px;
}

.contact_pg_address .single_con_add a {
  display: block;
  float: left;
  color: #515050;
  margin-top: 6px;
}

.contact_pg_address .single_con_add a i {
  font-size: 20px;
  margin-top: -11px;
  color: #e6212a;
  border-radius: 50%;
  margin-right: 20px;
  background: #e4f3f0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  display: inline-block;
  text-align: center;
}

.contact_pg_address .single_con_add a i:hover {
  color: #fff;
  background: #e6212a;
}

.contact_pg_address .single_con_add span {
  display: block;
  padding-left: 45px;
}

.contact-form-warper .con-field {
  width: 100%;
  line-height: 60px;
  margin-bottom: 30px;
  background: transparent;
  padding: 0px 25px;
  border: 1px solid #e6d8d8;
  border-radius: 3px;
  color: #282828;
  border: 1px solid transparent;
  outline: none;
  background: #e4f3f0;
}

.contact_pg_contact .contact-form-warper #message {
  height: 165px;
}

.contact-form-warper label {
  width: 100%;
  margin-bottom: 0px;
  position: relative;
}

.contact_pg_contact .contact-form-warper i {
  color: #e6212a;
}

.contact-form-warper i {
  position: absolute;
  right: 20px;
  color: #fff;
  margin-top: -23px;
  top: 50%;
}

.contact_col_right i {
  top: 45px;
}

.contact_pg_contact .contact-form-warper #submit-contact:hover {
  background: #262c33;
  color: #fff;
}

.contact_col_right {
  float: right;
}

.contact_col_left {
  float: left;
}

.contact_col_full {
  text-align: center;
}

.contact-form-warper #submit-contact {
  background: #e6212a;
  padding: 22px 35px;
  line-height: 13px;
  text-align: center;
  text-transform: capitalize;
  border: none;
  color: #fff;
  font-size: 16px;
  margin-top: 0px;
  border-radius: 3px;
  font-weight: 600;
  letter-spacing: 0px;
  font-family: 'Manrope', sans-serif;
  float: left;
}

/* =================================
    18. Service page 
================================= */

.service-pg-service {
  padding-bottom: 30px;
}

.service-pg-service .service-item {
  margin-bottom: 90px;
}


/* =================================
    19. Single Service page 
================================= */
.single_service {
  padding: 120px 0px;
}

.single_service .row .col-lg-8 {
  order: 1;
}


.single_service_left p {
  margin-bottom: 20px;
}

.service_detail_bottom .service_botom_text {
  padding-right: 15px;
}

.single_service_left img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.single_service_left img:hover {
  -webkit-transform: scale3d(1.01, 1.01, 1);
  transform: scale3d(1.01, 1.01, 1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.single_service_left {
  overflow: hidden;
}

.service_detail_bottom h4 {
  margin-top: 50px;
  margin-bottom: 20px;
}

.service_detail_bottom .service_botom_text1 {
  padding-left: 15px;
}

.single_service_right {
  padding-left: 0px;
  border-radius: 5px;
}

.single_service .service_botom_text,
.single_service .service_botom_text1 {
  margin-top: 12px;
}

.single_service .service_botom_text1 {
  margin-top: 20px;
}

.single_service_left_botom .sing_service_item .icon-serv {
  margin-top: 0px;
  margin-bottom: 25px;
}

.single_service_left_botom .sing_service_item .icon-serv i {
  color: #e6212a;
  font-size: 55px;
}

.single_service_left_botom .sing_service_item {
  padding: 40px 35px 30px;
  margin-bottom: 0px;
  margin-top: 15px;
  text-align: center;
  border: 1px solid #E2E3E3;
}

.single_service h4 {
  letter-spacing: 0px;
  font-size: 22px;
  margin-bottom: 15px;
  margin-top: 0px;
}

.single_service_left h4 {
  margin-bottom: 15px;
  margin-top: 31px;
  font-size: 30px;
  letter-spacing: 0px;
  line-height: 40px;
}

.single_service_cat h4 {
  margin-top: 0px;
}

.single_service_cat {
  margin-bottom: 30px;
}

.single_service_cat ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.single_service_cat ul .active {
  border-left: 2px solid #e6212a;
}

.single_service_cat ul li {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 1px;
  text-align: left;
  padding: 18px 5px 18px 25px;
  border-radius: 2px;
  background: #F7F7F7;
  border-left: 2px solid transparent;
}

.single_service_cat ul li:hover a {
  color: #e6212a;
}

.single_service_cat ul li:hover {
  border-left: 2px solid #e6212a;
}

.single_service_cat ul li:hover:after {
  color: #e6212a;
}

.single_service_cat ul li a {
  font-size: 16px;
  display: block;
  position: relative;
  z-index: 99;
  color: #61657a;
  text-transform: capitalize;
}

.single_service_cat ul li::after {
  content: '\f054';
  font-family: "Font Awesome 5 Pro";
  right: 25px;
  top: 18.5px;
  color: #e6212a;
  position: absolute;
  font-weight: bold;
  font-size: 14px;
  margin-left: 23px;
}

.service_contact {
  margin-bottom: 30px;
  background: #F7F7F7;
  padding: 30px 35px 15px;
  border-radius: 5px;
}

.service_contact i {
  font-size: 16px;
  color: #e6212a;
}

.service_contact .fa-globe {
  position: relative;
  top: -25px;
}

.service_contact p {
  font-size: 16px;
  display: inline-block;
  margin-left: 14px;
  margin-bottom: 14px;
}

.download_brochur {
  background: #F7F7F7;
  padding: 30px 35px 25px;
  overflow: hidden;
  border-radius: 5px;
}

.download_brochur ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.download_brochur .files li {
  position: relative;
  margin-bottom: 10px;
}

.download_brochur .files li a {
  position: relative;
  display: block;
  color: #515050;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  padding: 13px 2px;
  border-radius: 5px;
  border: 1px solid #e6212a;
  text-align: center;
  text-transform: uppercase;
}

.download_brochur .files li a:hover {
  background-color: #e6212a;
  border: 1px solid #e6212a;
  color: #fff;
}

.download_brochur .files li a:hover .fa {
  color: #fff;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.download_brochur .files li a .fa {
  position: relative;
  line-height: 24px;
  padding-right: 8px;
  color: #e6212a;
}

.download_brochur p {
  margin-bottom: 25px;
  margin-top: -5px;
}

/*  Pricing  packages 
================================= */
.pricing-packages {
  margin-top: 23px;
}

.pricing-box {
  background: #F7F7F7;
  position: relative;
  text-align: left;
  padding: 44px 30px 50px 50px;
  z-index: 9;
  border-radius: 5px;
}

.pric_icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -58px;
  z-index: 99;
}

.pric_icon i {
  font-size: 70px;
  color: #fff;
  background: #e6212a;
  border-radius: 50%;
  line-height: 110px;
  width: 120px;
  height: 120px;
  display: block;
  border: 5px solid transparent;
}

.pricing-box h3 {
  font-size: 22px;
  border-bottom: 1px solid rgba(228, 228, 228, 0.63);
  padding-bottom: 22px;
  margin-bottom: 16px;
  font-weight: 700;
}

.pricing-box p {
  color: #555555;
  padding-bottom: 15px;
}

.pricng_lst {
  margin-bottom: 28px;
}

.pricng_lst span {
  color: #505050;
  display: block;
  position: relative;
  margin: auto;
  text-align: left;
  padding-left: 20px;
  margin-bottom: 5px;
}

.pricng_lst span::after {
  content: '\f054';
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  color: #333;
  bottom: 0;
  margin-left: 0px;
  font-size: 10px;
  font-weight: bold;
}

.feature_pric .pricing-box {
  box-shadow: 0 0 23px rgba(24, 35, 51, 0.08);
  background: #FFF;
}

.pricing-box::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0px;
  width: 100%;
  height: 0%;
  background: #e6212a;
  transition: .3s;
  opacity: 0;
}

.pric_icon i:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 0px;
  top: 0px;
  right: 0px;
  transform: scale(0, 0);
  transition: all 500ms ease;
  background: #fff;
}

.pricing-box a {
  background: #fff;
  width: 45px;
  height: 45px;
  display: inline-block;
  text-align: center;
  line-height: 45px;
  border-radius: 5px;
  font-size: 14px;
  color: #e6212a;
  box-shadow: 0px 0px 60px 0px rgb(218 218 218);
  z-index: 9;
  position: relative;
}

.pricing-box a::before {
  color: #fff;
  background: #e6212a;
}

/* hover */
.pricing-box:hover::after {
  opacity: 1;
  height: 100%;
  transition: .3s;
  z-index: -1;
}

.pricing-box:hover .pric_icon i {
  border: 5px solid #e6212a;
  background: #e6212a;
  z-index: 99;
  position: relative;
  color: #e6212a;
}

.pricing-box:hover h3,
.pricing-box:hover .pricng_lst span,
.pricing-box:hover .pricng_lst span::after {
  color: #fff;
}

.pricing-box:hover .pric_icon i:after {
  transform: scale(1, 1);
  z-index: -1;
}

.pricing-box a:hover {
  color: #fff;
}

.pricing-box:hover a:before {
  background: #fff;
  color: #e6212a;
}

.pricing-box:hover a {
  background: #fff;
  color: #e6212a;
}

.pricing-box:hover {
  box-shadow: 0 0 23px rgba(24, 35, 51, 0.08)
}




/* =================================
   20. Gallery page
================================= */

.gallery_pg_one {
  background: #F7F7F7;
  padding-bottom: 90px;
}

.work-section .row .col-xs-12:nth-child(4) {
  margin-left: 16.7%;
}

.work-section .row .col-xs-12:nth-child(5) {
  margin-left: -16.7%;
}

.work-section .row .col-md-6 {
  max-width: 33.33%;
}

/* Work items ------------------*/

.single-project-item {
  background-color: #ddd;
  background-position: center center;
  background-size: cover;
  height: 190px;
  margin-bottom: 30px;
}

.projects-titles {
  list-style: outside none none;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 0px;
  width: 100%;
}

.projects-titles li {
  color: #2b343b;
  cursor: pointer;
  display: inline-block;
  margin-right: 5px;
  transition: all 0.3s ease 0s;
  margin-left: 5px;
  text-transform: uppercase;
  position: relative;
  padding: 10px 40px;
  border: 1px solid #ccd2d7;
  font-size: 15px;
  margin-bottom: 10px;
  border-radius: 4px;
}

.project-hover span,
.project-hover a {
  color: #fff;
}

.projects-titles li.active {
  color: #FFF;
  background: #e6212a;
  border: 1px solid #e6212a;
}

.project-hover h6 {
  color: #fff;
  font-size: 22px;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 2px;
  position: relative;
  font-weight: 700;
}

.project-hover span {
  display: block;
  font-size: 15px;
  font-weight: normal;
  padding-top: 0px;
  text-transform: capitalize;
  position: relative;
}

.single-project-item .project-link i {    
	position: relative;
    background: #fff;
    color: #333;
    border-radius: 50%;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    font-size: 28px;
    margin: auto;
    font-style:normal
}

.project-hover {
  position: relative;
  height: 100%;
}

.project-hover::before {
  background: #292626;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: all 0.4s ease 0s;
}

.single-project-item:hover .project-hover:before {
  opacity: .7;
  transition: all 0.4s ease 0s;
}

.single-project-item:hover .project_cnt {
  opacity: 1;
  transition: all 0.4s ease 0s;
  padding-top: 45px;
}

.project_cnt {
  text-align: center;
  padding-top: 112px;
  opacity: 0;
  transition: all 0.4s ease 0s;
}



/* ======================================
    21. Shop Page
======================================*/
.shop-section.shop-pg-shop {
  background: #effcfa;
  padding: 120px 0px;
}

.shop-section.shop-pg-shop .product-wrap {
  margin-bottom: 30px;
}

.shop-filter {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.product_count {
  margin-top: 12px;
}

/*  Select Shorting */
.select-group {
  position: relative;
}

.select-group select {
  width: 300px;
  height: 55px;
  border: 1px solid #d2cdcd;
  background: transparent;
  border-radius: 5px;
  padding-left: 20px;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 99;
  color: #4b4b4b;
  cursor: pointer;
  outline: none;
}

.select-group::before {
  position: absolute;
  content: "\f078";
  right: 35px;
  font-family: "Font Awesome 5 Pro";
  top: 29px;
  font-size: 15px;
  color: #8e8d8d;
  z-index: 999;
  width: 0px;
  height: 0px;
  line-height: 0px;
}

/* Pagination */
.pagination-link {
  text-align: center;
  margin-top: 20px;
}

.pagination-link ul {
  border: 1px solid #E3D8D8;
  border-radius: 3px;
  display: inline-block;
  padding: 0 3px;
}

.pagination-link ul li.active a {
  color: #e6212a;
}

.pagination-link ul li {
  display: inline-block;
  padding: 0 18px;
  margin: 14px 0;
  border-right: 1px solid #E3D8D8;
  color: #21a7d0;
  font-size: 16px;
}

.pagination-link ul li:last-child {
  border-right: 1px solid transparent;
  padding: 0 10px;

}

.pagination-link ul li a {
  color: #505050;
}


.pagination-link ul li a i::before {
  color: #645c5c;
  font-size: 20;
  transition: all 0.3s ease;
  position: relative;
  top: 0px;
}

.pagination-link ul li:hover a,
.pagination-link ul li:hover i::before {
  color: #e6212a;
}


/* =================================
    22. Single Product page 
================================= */
.shop-product-area {
  margin-bottom: 30px;
  padding-top: 60px;
}

.shop-product-area .slick-list {
  height: auto;
  padding: 0 !important;
}

.shop-product-area .single-thumbnail-small.slick-initialized.slick-slider {
  height: 138px !important;
  margin: 10px 0 0 !important;
  overflow: hidden;
  width: 100% !important;
}

.shop-product-area .custom-prev.slick-arrow {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #333;
  height: 30px;
  left: 0;
  position: absolute;
  top: 40%;
  width: 30px;
  z-index: 9999;
}

.shop-product-area .custom-prev::before {
  border: 1px solid #333;
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  top: 0;
  width: 30px;
}

.custom-next.slick-arrow {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  bottom: 0;
  color: #333;
  height: 30px;
  position: absolute;
  right: 0;
  top: 40%;
  width: 30px;
}

.custom-next::before {
  border: 1px solid #333;
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  top: 0;
  width: 30px;
}

.shop-product-area .single-thumb {
  cursor: pointer;
  margin-left: 0px;
  overflow: hidden;
  width: 139px !important;
  margin-right: -9px;
}

.shop-product-area .single-thumb img {
  padding-left: 20px;
}


/*
    Single Product  Right Side
----------------------------------------*/

.allproduct-info {
  margin-left: 20px;
}

.tittle_product {
  margin-bottom: 20px;
}

.product-sub-tit {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  color: #e6212a;
}

.tittle_product .next_prev {
  float: right;
}

.tittle_product .next_prev a span {
  padding: 4px;
  background: #ececec;
  font-size: 15px;
  color: #999999;
}

.tittle_product .next_prev a span:hover {
  background: #e6212a;
  color: #fff;
}

.tittle_product h4 {
  text-decoration: none;
  font-size: 30px;
}

.detail-product-title {
  margin-bottom: 39px;
}

.allproduct-price-area {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.detail-product-title>a {
  color: #333333;
  font-size: 18px;
  font-weight: 700;
}

.shop-product-area .n-amt {
  color: #2b343b;
  font-size: 22px;
  font-weight: 600;
  padding-right: 10px;
}

.shop-product-area del {
  color: #ccbfbf;
  font-size: 22px;
  font-weight: 300;
  margin-right: 10px;
}

.rating2 {
  float: none;
  margin-top: -10px;
  /*! margin-bottom: 20px; */
}

.allproduct-price-area .rating2 i {
  font-size: 14px;
}

.star.yes {
  color: #e6212a;
}

.detail-product-info .fa.fa-star {
  font-size: 12px;
}

.star-rating ul li {
  color: #d5c5c5;
  display: inline-block;
}

.reviews {
  margin-left: 20px;
  margin-right: 0px;
  color: #999999;
}

.reviews a {
  color: #61657a;
}

.add-reviews {
  margin-left: 10px;
  color: #999999;
}

.add-reviews a {
  color: #61657a;
}

.shop-product-area .p-content {
  /*! border-bottom: 1px solid #e9e9e9; */
  padding-bottom: 11px;
}

.shop-product-area .content {
  color: #989898;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
}

.shop-product-area .content span {
  color: #e6212a;
}

.shop-product-area .d-content {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 8px;
}

.d-content {
  left: 0;
  margin: auto;
  padding: 0;
  right: 0;
  width: 88%;
}

.cart-quantity {
  position: relative;
}

.cart-quantity {
  margin-top: 18px;
  display: inline-block;
  float: left;
  overflow: hidden;
}

.cart-plus-minus {
  border: 1px solid #e9e9e9;
  cursor: pointer;
  height: 52px;
  width: 70%;
  position: relative;
  border-radius: 5px;
}

.cart-plus-minus-box {
  border: medium none;
  display: block;
  font-size: 18px;
  height: 48px;
  line-height: 48px;
  margin: auto;
  padding-left: 8px;
  width: 24%;
  color: #2b343b;
}

.qtybutton {
  color: #989898;
  font-size: 35px;
  left: 10px;
  line-height: 35px;
  position: absolute;
  top: 5px;
}

.inc.qtybutton {
  left: auto;
  right: 10px;
}

.detail-choices {
  border-bottom: 1px solid #e9e9e9;
  float: left;
  padding-bottom: 13px;
  padding-top: 25px;
  width: 100%;
}

.detail-choices .choice-icon {
  margin-left: 0;
}

.shop-product-area .choice-icon {
  margin-bottom: 40px;
  margin-top: 17px;
}

.choice-icon {
  border: 2px solid #fff;
  display: inline-block;
  height: 45px;
  margin: auto;
  position: relative;
}

.shop-product-area .choice-icon li {
  display: inline-block;
  float: left;
}

.shop-product-area li .adtocart {
  border: 2px solid #e6212a;
  color: #FFF;
  display: block;
  font-weight: 700;
  height: 50px;
  line-height: 47px;
  margin-right: 20px;
  padding: 0 41px;
  background: #e6212a;
  border-radius: 5px;

}

.shop-product-area li .adtocart:hover {
  background: transparent;
  color: #2b343b;
}

.shop-product-area .heart {
  border: 2px solid #e6212a;
  color: #e6212a;
  float: left;
  font-size: 20px;
  height: 50px;
  line-height: 46px;
  padding: 0 15px;
  border-radius: 5px;
}

.shop-product-area .heart:hover {
  background: #e6212a;
  color: #FFF;
}



.shop-product-area .share-area li {
  display: inline-block;
}

.share-area i {
  /*! padding: 11px 12px; */
  border-radius: 47%;
  color: #74787C;
  font-size: 16px;
  margin-right: 7px;
}

.share-area i:hover {
  color: #e6212a;
}

.categories-area {
  width: 100%;
  overflow: hidden;
  margin-bottom: 7px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 7px;
}

.categories-area span{
    font-size: 14px;
}

.categories-area:last-child {
  border-bottom: 1px solid transparent;
}


.categories-area .category span {
  color: #1A1A1A;
}

.categories-area p {
  font: 14px;
  color: #999999;
  float: left;
  padding-right: 10px;
  position: relative;
}

.allproduct-info p.category:after {
  position: absolute;
  content: ":";
  right: 0px;
}

.categories-area ul {
  list-style: none;
  margin-left: 10px;
  overflow: hidden;
}

.categories-area ul li {
  display: inline-block;
  margin-top: 1px;
}

.categories-area ul li a {
  color: #74787C;
  text-decoration: none;
}

.shop-product-area .category,
.tags {
  color: #989898;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0px;
  margin-right: 20px;
}

.tags {
  margin-top: -18px;
}

.tags span {
  color: #5D5D5D;
}

.shop-product-area .category span {
  font-weight: 500;
  margin-right: 8px;
}


/*
    product description 
----------------------------------------*/
.cust-reviews-area {
  padding-bottom: 60px;
}

.cust-reviews-area .nav-tabs {
  border-bottom: 1px solid #eae2e2;
  margin-bottom: 20px;
}

.cust-reviews-area .nav-tabs .active {
  border: 1px solid transparent;
  border-bottom: 1px solid #e6212a;
  color: #2b343b;
  padding-bottom: 2px;
  background: #fff0;
}

.cust-reviews-area .nav-tabs a {
  padding-left: 0px;
  padding-right: 0px;
  margin-right: 50px;
  font-size: 22px;
  text-transform: capitalize;
  color: #2b343b;
}

.cust-reviews-area .nav-tabs a:hover {
  border: 1px solid transparent;
  border-bottom: 1px solid #e6212a;
}


/*
    product Additional Information 
----------------------------------------*/

.prod_attributes {
  border: 0;
  border: 1px dotted rgba(0, 0, 0, .1);
  margin-bottom: 1.618em;
  width: 100%;
  margin-top: 25px;
}

.prod_attributes th {
  width: 190px;
  font-weight: 700;
  padding: 10px 20px 10px;
  color: #2b343b;
}

.prod_attributes td,
.prod_attributes th {
  line-height: 1.5;
  border-bottom: 1px dotted rgba(0, 0, 0, .1);
  border-top: 0;
  margin: 0;
}

.prod_attributes tr:nth-child(2n) {
  background: #f9f9f9;
}

/*
    product Review 
----------------------------------------*/
.product_revi img {
  width: 120px;
  float: left;
  margin-right: 20px;
}

.revi_text {
  overflow: hidden;
}

.revi_nam {
  color: #2b343b;
  font-size: 18px;
}

.revi_rating {
  float: right;
  color: #e6212a;
  font-size: 14px;
}

.rat_des {
  margin-top: 5px;
}



/*==================================
   23. Cart Page   
==================================*/

.shop_cart {
  padding-top: 120px;
}

.shop_cart_title h2 {
  margin-bottom: 40px;
  position: relative;
}

.shop_cart .table td,
.shop_cart .table th {
  vertical-align: middle;
  position: relative;
}

.shop_cart tbody td {
  padding-top: 15px;
  padding-bottom: 15px;
}

.shop_cart .prod {
  text-align: left;
  padding-left: 80px !important;
}

.shop_cart table {
  margin-bottom: 30px;
  border: 1px solid transparent;
}

.shop_cart_tr th:first-child {
  padding-left: 79px;
}

.shop_cart_tr th {
  border: 1px solid #EEECEC !important;
}

.shop_cart .table td img {
  width: 70px;
  border-radius: 4px;
  height: 70px;
}

.cart-trash {
  margin-right: auto;
  position: absolute;
  left: 23px;
  transform: translateY(-50%);
  top: 50%;
}

.cart-trash i {
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 50%;
  font-size: 12px;
  color: #686262;
}

.cart-trash i:hover {
  border: 1px solid #e6212a;
  color: #e6212a;
}

.ptitle {
  margin-left: 15px;
}

.shop_cart input[type="number"] {
  background:
    #ffffff none repeat scroll 0 0;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  font-weight: normal;
  height: 40px;
  padding: 0 10px;
  transition: all 0.3s ease 0s;
  width: 60px;
}

.table-responsive tbody tr.table-info td {
  vertical-align: middle;
  padding-top: 20px;
  padding-bottom: 20px;
}

.table.table-bordered input[type="text"] {
  background: #f0f0f0 none repeat scroll 0 0;
  border: 0 none;
  color: #000;
  height: 40px;
  padding: 0 10px;
  text-align: center;
  width: 80px;
}

.table>thead>tr>th {
  border-bottom: 1px solid #F8F8F8;
}

.table>tbody+tbody {
  border-top: 1px solid #F8F8F8;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  border: 1px solid #EEECEC;
}

.shop_cart_tr th {
  color: #2b343b;
  text-transform: uppercase;
  /*! letter-spacing: 0px; */
}

.table-info span {
  color: #333;
}

.edt>a {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
}

.shop_cart_bottom {
  padding-top: 20px;
  padding-bottom: 120px;
}

.coupon-content input:focus,
.coupon-content input:active {
  border: 1px solid rgb(223, 212, 212) !important;
  box-shadow: none;
}

.coupon-content button {
  box-shadow: none;
  border: none;
  background: #e6212a;
  color: #fff;
  padding: 0px 20px;
  text-transform: uppercase;
  font-size: 15px;
  margin-left: -4px;
  height: 50px;
}


/* Cart Totals */
.grand-total-area {
  background: #f5f5f5;
  padding: 36px 35px 40px;
}

.grand-total-area h4 {

  margin-bottom: 20px;
}

.grand-total-area span {
  float: right;
}

.grand-total-area p {
  color: #333;
  display: block;
  font-size: 18px;
  text-align: left;
  text-transform: capitalize;
  width: 100%;
}

.grand-total-area .grand-total {
  border-top: 1px solid #d2cccc;
  color: #333;
  font-size: 24px;
  padding-bottom: 0px;
  text-align: left;
  text-transform: capitalize;
  margin-top: 15px;
  padding-top: 15px;
}

.grand-total span.amt {
  color: #9dca00;
}

.pro-checkout {
  background: #2b343b;
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 500;
  /*! height: 40px; */
  line-height: 40px;
  margin-top: 30px;
  padding: 2px 10px;
  text-align: center;
  width: 100%;
  text-transform: capitalize;
  border-radius: 5px;
  font-family: 'Manrope', sans-serif;
}

.pro-checkout:hover {
  color: #fff;
}



/* =================================
    24. Checkout  page 
================================= */

.checkout_section {
  padding-top: 120px;
  padding-bottom: 106px;
}

.checkout_section .custom-title {
  /*! border-bottom: 1px solid #797979; */
  position: relative;
  margin-bottom: 21px;
}



.checkout_section .custom-title h3 {
  font-size: 20px;
  background: #f7f6f7;
  padding: 20px 20px;
  text-transform: capitalize;
  border-top: 1px solid #9dca00;
  border-radius: 5px;
}

.checkout_section .payment_mth {
  margin-top: 50px;
}

.checkout_section .payment_wrap {
  margin-top: -20px;
}

.checkout_section .payment_wrap label {
  border: 2px solid #EDE6E4;
  font-weight: normal;
  font-size: 15px;
  text-transform: capitalize;
  padding: 14px 40px !important;
  color: #454545;
}

.checkout_section .checkbox {
  margin-bottom: 20px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.checkout_section .payment_wrap .radio input[type="radio"],
.checkout_section .payment_wrap .radio-inline input[type="radio"],
.checkout_section .payment_wrap .checkbox input[type="checkbox"],
.checkout_section .payment_wrap .checkbox-inline input[type="checkbox"] {
  margin-left: -20px;
  margin-right: 5px;
  position: relative;
  color: #333;
}

.checkout_section .custom2 {
  display: block;
  font-size: 12px;
  padding-top: 10px;
  padding-left: 15px;
  font-weight: 400;
}


.checkout_section .shopform .form-control {
  background-color: #fff;
  border: 2px solid #EDE6E6;
  border-radius: 5px;
  box-shadow: none;
  color: #333;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 12px;
  height: 44px;
  text-align: center;
  width: 263px;
  text-align: left;
  opacity: .5;
}

.checkout_section .shopform .form-control {
  width: 100%;
  margin: 2px 0 16px;
}

.checkout_section .shopform textarea.form-control {
  height: 180px;
  padding-top: 15px;
  padding-left: 15px;
  opacity: .5;
}

.checkout_section label {
  margin-bottom: 0px;
  display: block;
}

.coupon-area .row .col-md-12 {
  padding: 0px;
}

.coupon_show h3 {
  padding: 1.2em 2em 1.2em 3em !important;
  margin: 0 0 30px;
  position: relative;
  background: #f7f6f7;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  border-top: 1px solid #9dca00;
  list-style: none !important;
  width: auto;
  word-wrap: break-word;
  border-radius: 5px;
}

.coupon_show h3::before {
  color:
    #9dca00;
  content: "\f07a";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  left: 20px;
  position: absolute;
  top: 18px;
}

.coupon_show span {
  color:
    #e6212a;
  cursor: pointer;
}

.coupon-content {
  border: 1px solid #e5e5e5;
  display: none;
  margin-bottom: 20px;
  padding: 21px 25px 22px;
  overflow: hidden;
  margin-top: -10px;
}

.checkout_section .lost_pass a {
  float: left;
  margin-top: 12px;
}

.coupon_info p {
  color:
    #222222;
  /*! font-family: Open Sans; */
  font-size: 14px;
  /*! font-weight: normal; */
  margin-bottom: 0;
}

.lost_pass {
  margin-top: 15px;
}

.input_login .button {
  background: #e3e3e3;
  box-shadow: none;
  border: none;
  padding: 8px 25px;
  border-radius: 3px;
}

.coupon_info p.form-row input[type="checkbox"] {
  position: relative;
  top: 2px;
}

.lost_pass a {
  color:
    #222;
  float: right;
}

.input_login label {
  display: inline;
  margin-top: 1px;
}

#checkout_coupon {
  margin-top: -10px;
  padding-bottom: 30px;
}

p.checkout-coupon input[type="text"] {
  height: 36px;
  padding-left: 10px;
  width: 170px;
  float: left;
  border: 1px solid #ddd;
  outline: none;
  border-radius: 5px;
}

p.checkout-coupon input[type="text"]:active {
  outline: none;
  box-shadow: none;
}

p.checkout-coupon input[type="submit"] {
  background:
    #2b343b;
  border: medium none;
  border-radius: 5px;
  color:
    #fff;
  height: 36px;
  margin-left: 6px;
  padding: 5px 20px;
  transition: all 0.3s ease 0s;
  font-size: 13px;
}

.coupon_info label {
  margin-bottom: 5px;
}

.coupon_info input[type="text"] {
  margin-bottom: 12px;
  height: 35px;
  border: 1px solid #ddd;
  width: 300px;
  padding: 0px 10px;
  outline: none;
  border-radius: 5px;
}

.coupon_info .button {
  margin-top: 3px;
  /*! margin-left: 5px; */
  margin-right: 10px;
}

/*  Checkout Order */
.checkout_order .order-info .order-list li.title {
  padding: 0px 20px 30px 20px;
}

.checkout_order .order-info .order-list li {
  position: relative;
  display: block;
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 20px;
}

.checkout_order .order-info .order-list li.title p {
  font-size: 15px;
  color: #101010;
  float: left;
  font-weight: 600;
}

.checkout_order .order-info .order-list li.title span {
  position: relative;
  display: block;
  font-size: 15px;
  color: #101010;
  float: right;
  font-weight: 600;
}

.checkout_order .order-info .order-list li .single-box {
  position: relative;
  padding: 30px 0px 30px 100px;
  min-height: 80px;
}

.checkout_order .order-info .order-list li .single-box img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 80px;
  height: 80px;
}

.checkout_order .order-info .order-list li .single-box h6 {
  position: relative;
  font-size: 15px;
  color: #101010;
  float: left;
  font-weight: 400;
}

.checkout_order .order-info .order-list li .single-box span {
  position: relative;
  display: block;
  float: right;
  font-size: 15px;
  color: #222;
  line-height: 17px;
}

.checkout_order .order-info .order-list li.sub-total {
  padding: 17px 20px 35px 20px;
}

.checkout_order .order-info .order-list li.sub-total h6 {
  font-size: 16px;
  font-weight: 500;
  color: #222;
  float: left;
}

.checkout_order .order-info .order-list li.sub-total span {
  position: relative;
  display: block;
  font-size: 15px;
  color: #222;
  float: right;
  line-height: 19px;
}

.checkout_order .order-info .order-list li.order-total {
  padding: 17px 20px 30px 20px;
}

.checkout_order .order-info .order-list li.order-total h6 {
  font-size: 16px;
  font-weight: 500;
  color: #222;
  float: left;
  font-family: 'Poppins', sans-serif;
}

.checkout_order .order-info .order-list li.order-total span {
  position: relative;
  display: block;
  font-size: 18px;
  color: #222;
  font-weight: 500;
  float: right;
  line-height: 19px;
}




/*-----------------------------------------------------------
    25. Login Page /  My account
------------------------------------------------------------*/
.account-section {
  padding-top: 120px;
}

.login-form input,
.registration-form input {
  height: 45px;
  width: 100%;
  margin-bottom: 20px;
  padding: 5px 20px;
  border-radius: 3px;
  border: 1px solid #EDE6E6;
  outline: none;
  font-size: 14px;
}

.login-form h2,
.registration-form h2 {
  font-size: 24px;
  margin-bottom: 28px;
}

.login-form .submit,
.registration-form .submit {
  width: 100%;
  padding: 9px 30px;
  color: #fff;
  background: #e6212a;
  border: none;
  text-transform: capitalize;
  height: auto;
  text-align: center;
}

.login-form .submit:hover,
.registration-form .submit:hover {
  opacity: .8;
}

.lost_pass {
  margin-bottom: 15px;
  margin-top: -3px;
  font-size: 14px;
}

.lost_pass:hover a {
  color: #e6212a;
}

#rem-checkbox-input {
  float: left;
  height: 17px !important;
  width: 17px !important;
  margin-right: 8px;
  margin-top: 6px;
}

/*  Middle Border */
.account-section .registration-form {
  position: relative;
}

.account-section .login-form {
  padding: 30px 40px 40px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.account-section .registration-form {
  padding: 30px 40px 40px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

/*  Term & Condition */

/*  Term  and Condition */
.signup_checkout {
  margin-top: 30px;
}

.term-and-condition {
  display: flex;
  margin-bottom: 5px;
  margin-top: -5px;
}

.term-and-condition label {
  font-size: 14px;
  margin-left: 0px;
  margin-top: 5px;
  line-height: 1.5;
}



.term-and-condition input {
  float: left;
  height: 17px !important;
  width: 17px !important;
  margin-right: 8px;
  margin-top: 6px;
}

.term-and-condition a {
  color: #e6212a;
}


/* =================================
    26. 404 / not found Page
================================= */
.not-found h2 {
  font-size: 145px;
  line-height: 1;
}

.not-found {
  text-align: center;
  height: 450px;
  display: grid;
  align-content: center;
}

.error-body-description {
  font-size: 30px;
}

.go-back {
  color: #e6212a;
}

.notfound_btn {
  margin-top: 35px;
}

.not-found-section {
  padding-top: 85px;
  background-image: url(../images/shape1.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-attachment: fixed;
}

.notfound_btn a {
  margin: 5px 5px;
}



/* =================================
    27. Blog Page
================================= */

.blog_container {
  padding: 120px 0px;
}

.blog_pg_wrp {
  margin-bottom: 30px;
  border-radius: 10px;
  position: relative;
}

.blog_container .blog_pg_img img {
  height: auto;
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}

.blog_pg_info {
  padding: 30px 30px 0px;
  border: 1px solid #eee0e0;
  border-radius: 0px 0px 10px 10px;
}

.blog_pg_info h4 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 15px;
  margin-top: 13px;
}

.blog_page .blog_pg_info h4 {
  margin-top: 0px;
}

.blog_pg_info h4:hover {
  color:
    #e6212a;
}

.blog_pg_meta {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #eee0e0;
  padding: 20px 0px;
  margin-top: 34px;
  align-items: center;
}

.blog_container .blog_date span {
  background: #e6212a;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px 5px 0px 0px;
  opacity: 1;
}

.blog_container .blog_date {
  top: auto;
  transform: none;
  margin-top: -66px;
  margin-left: 0px;
  position: absolute;
}


.blog_container .meta_col span {
  margin-right: 22px;
  color: #262c33;
}

.blog_container .meta_col span i {
  margin-right: 7px;
  color: #e6212a;
  font-size: 14px;
}

.blog_container .blog_read i {
  border-radius: 50%;
  width: 38px;
  height: 38px;
  line-height: 39px;
  display: inline-block;
  text-align: center;
  background: #e6212a;
  color: #fff;
}

.blog_container .blog_read:hover i {
  background: #2b343b;
  color: #fff;
}

/* - Pagination */

.pagination {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}

.pagination .pager {
  text-align: center;
  width: 100%;
  margin: 0px 0px;
  position: relative;
  padding: 0;
}

.pager li {
  position: relative;
  padding: 0px 0px;
  display: inline;
}

.pager .pagi-big a {
  font-weight: 500;
  color: #fff;
  background: #e6212a;
}

.pager li a {
  border-radius: 0;
  letter-spacing: 0px;
  text-transform: uppercase;
  padding: 0;
  color: #fff;
  font-weight: 500;
  border: 1px solid #ddd;
  background: transparent;
  color: #333;
  width: 50px;
  display: inline-block;
  height: 50px;
  line-height: 47px;
  border-radius: 50%;
  margin-right: 5px;
}

.pager li a.active {
  background-color: #e6212a;
  color: #fff;
  border: 1px solid #e6212a;
}

.pager-icon {
  font-size: 14px;
  left: 0px;
  position: relative;
  top: 6px;
  font-weight: 700;
  letter-spacing: 2px;
}

.pager-icon:hover {
  color: #000;
}

.pagination .pager li>a:focus,
.pagination .pager li>a:hover {
  background-color: #e6212a;
  color: #fff;
  border: 1px solid #e6212a;
}

/* -- Widget Area */

.widget-area {
  text-align: center;
}

/* - Widget */

.widget {
  display: inline-block;
  margin-bottom: 45px;
  width: 100%;
  background: #f7f7f7;
  padding: 30px;
  border-radius: 10px;
}

/* - Widget Search */

.widget {
  margin-bottom: 30px;
}

.widget-search {
  display: block;
  background: #f7f7f7;
  border: 1px solid #f7f7f7;
  padding: 5px 10px;
}

.widget-search .input-group {
  padding-bottom: 10px;
  padding-top: 10px;
}

.widget-search .input-group input {
  background: transparent none repeat scroll 0% 0%;
  border: 0px none;
  transition: none 0s ease 0s;
  box-shadow: none;
  font-size: 15px;
  font-weight: 500;
  color: #8F8F8F !important;
  height: auto;
}

.widget-search .input-group button {
  background: #e6212a;
  border: medium none;
  font-size: 14px;
  color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  line-height: 39px;
}

.input-group-btn {
  left: 0px;
}

/* - Widget Title */

.widget .widget-title:after {
  position: absolute;
  background: #e6212a;
  bottom: 0;
  width: 50px;
  height: 2px;
  content: "";
  left: 0;
}

.widget .widget-title {
  font-size: 22px;
  text-transform: capitalize;
  text-align: left;
  letter-spacing: 0px;
  margin: -5px 0px 30px;
  position: relative;
  padding: 0px 0px 8px;
  position: relative;
  font-weight: 700;
}

/* - Categories Type */

.categories-type li {
  padding: 4px 3px;
  letter-spacing: 0.5px;
  color: #e1e1e1;
  list-style: square;
}

.widget-post-categories .categories-type {
  text-align: left;
  display: inline-block;
  margin-top: -10px;
  width: 100%;
  margin-left: 15px;
}

.categories-type li a {
  color: #74787C;
}

.categories-type li:hover a {
  color: #e6212a;
}

.categories-type li span {
  float: right;
  clear: both;
}

/* - Recent Post */

.wiget-recent-post {
  background: #f7f7f7;
  padding: 30px;
}

.recnt_pst_imge {
  width: 30%;
  float: left;
  margin-right: 15px;
}

.recnt_pst_imge img {
  height: 69px;
}

.recent-post-box {
  display: inline-block;
  padding-bottom: 20px;
  width: 100%;
  position: relative;
}

.recent-post-box:last-of-type {
  border-bottom: none;
  padding-bottom: 0px;
}

.recent-title {
  text-align: left;
  display: inline-block;
  width: 64%;
}

.recent-title>a {
  font-size: 18px;
  margin-top: -4px;
  display: inline-block;
  color: #262c33;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
}

.recent-title>a:hover {
  text-decoration: underline;
}

.recent-title>span {
  font-size: 14px;
  margin-top: -8px;
  margin-bottom: 0px;
}

.recent-title>span i {
  color: #e6212a;
  margin-right: 4px;
}

/* - Widget Tags */

.widget-tags {
  text-align: left;
  width: 100%;
  margin-bottom: 0px;
}

.widget-tags .widget-title {
  display: inline-block;
  width: 100%;
}

.widget-tags>a {
  color: #262c33;
  text-decoration: none;
  border: 1px solid #ddd6d6;
  padding: 1px 13px;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 13px;
  border-radius: 5px;
}

.widget-tags>a:hover {
  color: #fff;
  border-color: #e6212a;
  background: #e6212a;
}

/*
  Blog Page 
================================= */

.blog_quote {
  margin-top: 0px;
  border-bottom: 1px solid #ece3e3;
  padding-bottom: 24px;
}

.single_blog_container .blog_quote h3 {
  letter-spacing: 0px;
  display: block;
  margin-top: 28px;
  margin-bottom: 13px;
  font-weight: 400;
  font-size: 26px;
}

.single_blog_container .marked {
  background: #f7f7f7;
  font-size: 24px;
  line-height: 34px;
  border-left: 3px solid #e6212a;
  padding: 40px 40px;
  margin: 35px 0px 32px;
  font-weight: 700;
}

.single_blog_container .marked span {
  font-size: 18px;
  display: block;
  margin-top: 8px;
  font-weight: 500;
  position: relative;
  padding-left: 59px;
}

.single_blog_container .marked span:after {
  background: #e6212a;
  width: 40px;
  height: 2px;
  position: absolute;
  content: "";
  left: 0px;
  top: 50%;
}

.blog_quote_right p {
  position: relative;
  margin-top: 0px;
}

.blog_quote_icon_botom {
  font-size: 50px;
  position: absolute;
  right: 223px;
  top: 72px;
  color: #dcdcdc;
}

.blog_quote p {
  display: block;
  overflow: hidden;
  width: 100%;
  margin-top: 0px;
}

.single_blog_container .blog_pg_meta {
  border-top: 1px solid transparent;
  padding: 0px 0px 8px;
  margin-top: 0px;
}

.single_blog_container .meta_col {
  margin-bottom: -7px;
}

/*=================================
   Post Tag and SHare 
================================= */

.post_tags {
  float: left;
  margin-top: 30px;
}

.post_tags h5 {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 700;
}

.post_tags a {
  background: #e6212a;
  color: #fff;
  padding: 2px 10px;
  margin: 0px 1px;
  border-radius: 5px;
}

/*  post share */
.post-share ul {
  margin: 0px;
  padding: 0px;
}

.post-share {
  float: right;
  margin-top: 30px;
}

.post-share ul li {
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
}

/*=================================
   28. Single Blog Page
================================= */

.single_blog_container {
  padding-bottom: 120px;
}

.single_blog_container .blog_pg_info {
  overflow: hidden;
  padding: 32px 30px 30px;
}

.single_blog_container .blog_date span {
  margin-right: 2px;
}

/* Comment */
.single_blog_container .comment_imgg {
  width: 100px;
  float: left;
  margin-right: 25px;
}

.comments-section-title h4 {
  margin-top: 0px;
  font-size: 24px;
  margin-bottom: 18px;
  letter-spacing: 0px;
  text-transform: capitalize;
  text-align: left;
  padding: 6px 0px 12px;
}

.comments {
  padding: 0px;
  margin: 0px;
  margin-top: -40px;
}

.comment_cont_wrp {
  position: relative;
}

.comments li {
  list-style: outside none none;
}

.comments li .comment {
  padding: 40px 0px 10px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  background: transparent;
  margin-top: -10px;
}

.comments li .comment img.comment-avatar {
  border-radius: 10px;
}

.comments li .comment strong.commenter-title {
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  display: block;
  color: #8B8B8B;
}

.comments li .comment strong.commenter-title a {
  font-size: 20px;
  color: #1A1A1A;
  font-family: 'Poppins', sans-serif;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-family: 'Manrope', sans-serif;
}

.comments li .comment span.comment-date {
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 0px;
  text-transform: capitalize;
  margin-left: 10px;
  color: #1A1A1A;
}

.comments li .comment span.comment-date i {
  font-size: 12px;
}

.comments li .comment span.comment-reply {
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -1px;
}

.comments li .comment span.comment-reply a {
  transition: all 0.5s ease 0s;
  font-size: 15px;
  text-transform: uppercase;
  color: #e6212a;
  background: #F1F6FA;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}

.comments li .comment span.comment-reply a:hover {
  background: #e6212a;
  color: #fff;
}

.comments li .comment span.comment-reply a i {
  font-size: 11px;
}

.comments li .comment p:last-child {
  margin-bottom: 0px;
  overflow: auto;
}

.comments li>ul {
  padding-bottom: 7px;
  padding-left: 30px;
  border-top: 1px solid #ece3e3;
}

.comments li .comment p {
  margin-top: 7px;
}

.blog-contact {
  padding: 0px;
}

.blog-contact #contact-form {
  /*! padding: 40px 40px; */
  /*! box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .09); */
  background: #fff;
}

.blog-contact .form-control {
  color: #555;
  background-color: #f3f3f3;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 1px;
  box-shadow: none;
  line-height: 2.429;
}

.blog-contact .form-group {
  margin-bottom: 15px;
  padding-right: 15px;
  padding-left: 0px;
}

.form-control:focus {
  border: 1px solid #fff;
  border: 1px solid #e6212a;
  box-shadow: none;
  border-left: 3px solid #e6212a;
}

.blog-contact textarea {
  line-height: 20px !important;
}

.blog-contact .contact-form #contact-form .con-field {
  line-height: 50px;
  background: #f1f3f4;
  border: 1px solid transparent;
  color: #333;
  padding-left: 20px;
  border-radius: 5px;
  outline: none;
}

.blog-contact .contact-form #contact-form textarea {
  padding-top: 15px;
  padding-left: 20px;
}

.blog-contact .contact-form #contact-form .con-field:active,
.blog-contact .contact-form #contact-form .con-field:focus {
  border: 1px solid #e6212a !important;
  box-shadow: none;
  border-radius: 5px;

}

.blog-contact #submit-contact:hover {
  background: #2b343b;
  color: #fff;
}



/*-
  post-option 
------------------------------*/

.post-option {
  position: relative;
  padding: 25px 25px;
  margin-top: 30px;
  margin-bottom: 30px;
  border: 1px solid #ece3e3;
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
}

.post-option .arrow-icon {
  font-size: 15px;
  border: 1px solid #e6212a;
  border-radius: 50%;
  color: #e6212a;
  position: relative;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
}

.post-option .arrow-icon:hover {
  color: #fff;
  background: #e6212a;
}

.post-option .prev-post,
.post-option .next-post {
  position: relative;
  font-size: 13px;
  color: #111;
  text-transform: uppercase;
}

.post-option .prev-post:hover,
.post-option .next-post:hover {
  color: #e6212a;
}

.post-option .middle-icon a {
  position: relative;
  color: #e6212a;
  font-size: 27px;
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  margin-top: 9px;
}

.post-option .middle-icon a:hover {
  color: #B9B3B3;
}

/*-
 Post Author 
------------------------------*/

.post-author {
  display: flex;
  border: 1px solid #ece3e3;
  padding: 30px 30px;
  align-items: flex-start;
  border-radius: 10px;
  margin-bottom: 40px;
}

.post-author-img img {
  border-radius: 10px;
  max-width: 100px;
}

.post-author-text {
  padding-left: 25px;
}

.post-author-text h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

.post-author-text p {
  margin: 0;
}


/*====================================================
                  Home Page Two
====================================================*/


/*====================================================
              Slider Section Two
====================================================*/
.slides_wrapper2 .single_slider .container {
  margin-top: -6px;
  text-align: center;
}

.slides_wrapper2 .slider_home h5 {
  padding: 5px 27px;
  font-size: 18px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background-color: rgba(59, 61, 64, 0.22);
  text-transform: uppercase;
}

.slides_wrapper2 .slider_home h5::after,
.slides_wrapper2 .slider_home h5::before {
  display: none;
}

/*====================================================
             About Section Two
====================================================*/
.heading_small_tw {
  font-size: 18px;
  color: #e6212a;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 500;
  letter-spacing: .5px;
}

.heading_small_tw::before {
  position: absolute;
  content: "";
  height: 6px;
  width: 100%;
  left: 0px;
  bottom: 8px;
  background-color: #eaeaea;
  z-index: -1;
}

/* about image */

.about_img.layer {
  position: relative;
}

.about_achieve {
  position: absolute;
  bottom: 20px;
  right: 0px;
  background: #fff;
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: center;
  padding: 25px 30px;
  box-shadow: 0px 0px 60px 0px rgb(0, 0, 0, 0.2);
  margin-right: -40px;
  border-radius: 5px;
}

.about_achieve i {
  font-size: 40px;
  color: #e6212a;
}


.about_achieve h5 {
  font-size: 16px;
  margin-bottom: 0px;
  line-height: 24px;
  font-weight: 700;
}

/* About List */
.abouttw-section .base-header {
  padding-left: 50px;
  padding-bottom: 8px;
}

.abouttw-section .base-header h2 {
  padding-bottom: 31px;
}

.abouttw-section {
  padding-top: 120px;
}

.about_list_wrap {
  margin-top: 15px;
  margin-bottom: 32px;
}

.about-list-item {
  margin-bottom: 4px;
}

.about-list-item i {
  font-size: 15px;
  margin-right: 11px;
  color: #e6212a;
}

/*====================================================
          Service Section Two
====================================================*/
.service_tw_sec .base-header {
  padding-bottom: 35px;
}

.service_tw_sec .service-item {
  text-align: center;
  padding-top: 50px;
}

.service_tw_sec .service-item .icon-serv {
  margin-top: 0px;
  box-shadow: none;
  width: 100%;
  height: auto;
  background: transparent;
}

.service_tw_sec .service-item .icon-serv i {
  font-size: 65px;
  line-height: 64px;
}

.service_tw_sec .service-item:hover .icon-serv i {
  color: #fff;
}

/*====================================================
       Call to action Section Two
====================================================*/
.cta_sec_tw {
  padding-bottom: 113px;
}

.cta_sec_tw .cta-wrap {
  text-align: left;
  display: grid;
  grid-template-columns: 1fr 185px;
  align-items: center;
}

.cta_sec_tw .cta-wrap .base-header {
  padding-bottom: 10px;
}

.cta_sec_tw .cta-wrap .base_header_left h2 {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.cta_sec_tw .heading_small_tw::before {
  background-color: #514c4c;
}

/*====================================================
       Shop  Section Two
====================================================*/
.shop_sec_tw {
  padding-bottom: 100px;
}

.shop_sec_tw .product-wrap {
  margin-bottom: 30px;
}

/*====================================================
       Team Section Two
====================================================*/
.team-section.team_sec_tw {
  background: #fff;
}

.team_sec_tw .team-img {
  position: relative;
}

.team_sec_tw .team-social {
  margin-top: 0px;
  margin-bottom: 0px;
  position: absolute;
  top: 15px;
  z-index: 9;
  right: 15px;
}

.team_sec_tw .team-social ul li {
  display: block;
  margin-bottom: -35px;
  opacity: 0;
  transition: .3s;
}

.team_sec_tw .team-img:hover .team-social ul li {
  opacity: 1;
  transition: .3s;
  margin-bottom: 5px;
}

.team_sec_tw .team-social ul li:last-child {
  opacity: 1;
}

.team_sec_tw .team-info {
  background: #F7F7F7;
  padding: 25px 15px 25px;
  border-radius: 0px 0px 10px 10px;
  margin-top: -30px;
  transform: scale(.9);
}



/*====================================================
       Testimonial Section Two
====================================================*/
.testimonial_sec_tw {
  padding-bottom: 114px;
}

.testimonial_sec_tw .base-header a {
  margin-top: 20px;
}

.testi_carousel {
  padding-left: 40px;
}

.testi_carousel_indi {
  display: flex;
  gap: 15px;
  position: inherit;
  justify-content: inherit;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.testi_carousel_indi [data-bs-target] {
  width: 90px;
  height: 90px;
  text-indent: 0px;
  position: relative;
  margin-top: -3px;
}

.testi_carousel_indi a {
  position: absolute;
  bottom: 0px;
  right: 2px;
  background: #e6212a;
  color: #fff;
  width: 30px;
  height: 30px;
  font-size: 14px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
}

.testi_carousel_indi img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.testimonial_sec_tw .testi_info {
  display: none;
}

.testimonial_sec_tw .active .testi_info {
  display: block;
  margin: 0px 0px 0 0px;
}

.testimonial_sec_tw .testi_wrp {
  overflow: inherit;
  padding: 31px 0px 0px 0px;
}

.testimonial_sec_tw .testi_info::after {
  display: none;
}

.testimonial_sec_tw .testi_info {
  display: none;
}

.testimonial_sec_tw .testi_info p {
  padding-top: 0px;
  margin-bottom: 10px;
}

/* Arrow */
.testi_carousel button span {
  background-color: #e6212a;
  opacity: 1;
  background-image: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
}

.testi_carousel .carousel-control-prev {
  left: auto;
  right: 45px;
}

.testi_carousel button {
  opacity: 1;
  align-items: flex-end;
  bottom: 9px;
  width: auto;
}


/*====================================================
       Blog Section Two
====================================================*/
.blog_sec_tw {
  background: #fff;
  padding-top: 230px;
}

.blog_sec_tw .blog_info {
  background: #F7F7F7;
}

/*====================================================
       quote Section Two
====================================================*/

.quote_section {
  padding-bottom: 128px;
  background-image: url(../images/quote_bg.jpg);
  background-attachment: fixed;
  background-position: 12% 100%;
}

.quote_section .heading_small_tw::before {
  background-color: #514c4c;
}

.quote_section .base_header_left h2 {
  color: #fff;
  margin-bottom: 45px;
}

.quote_section .row {
  margin-bottom: -244px;
}

.quote_left {
  padding-right: 30px;
}

.quote_left .single_con_add span,
.quote_left .single_con_add h4 {
  color: #fff;
}

.contact_pg_address .single_con_add a i {
  color: #fff;
  background: #e6212a;
}

.quote_form {
  background: #fff;
  padding: 50px 50px 60px;
  border-radius: 10px;
  box-shadow: 0px 0px 60px 0px rgb(0 0 0 / 11%);
  margin-top: 8px;
}

.quote_form h4 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 800;
  margin-bottom: 30px;
}

.quote_form input,
.quote_form textarea {
  width: 100%;
  border: 1px solid #ddd;
  margin-bottom: 15px;
  padding: 10px 20px;
  border-radius: 5px;
  line-height: 30px;
  outline: none;
}


.quote_form textarea {
  height: 120px;
}

.cust-reviews-area .product_des img{
    width: 100%;
}