@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');


body {
  padding: 0;
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
  overflow-x:hidden;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #433e3e;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
}
span{
  font-family: "Manrope", sans-serif;
}
p {
 
  font-size: 1rem;
  line-height: 1.8;
}
.banner-area {
  padding-top: 185px;
  padding-bottom: 100px;
  background-color: #fdeeee;
  height: 100vh;
  position: relative;
  z-index: 1;
  overflow: hidden;
  /*! box-shadow: inset 16px 11px 33px 10px rgba(204, 204, 204, 0.65); */
}
.navbar-brand img {
    width: 225px;
}
.banner-text span {
  font-size: 32px;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
  color: #fff;
  text-transform: uppercase;
}
.banner-text h1 {
  font-size: 60px;
  margin-bottom: 25px;
  color: #fff;
}
.banner-area .shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 350px;
  z-index: -1;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}
.banner-area .shape-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  z-index: -1;
}
.banner-area .banner-images-right {
  position: absolute;
  max-width: 40%;
  top: 82px;
  right: 80px;
}

.default-btn {
  font-family: "Manrope", sans-serif;
  background-color: #00963b;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
  border-radius: 40px;
  overflow: hidden;
  letter-spacing: 0;
  font-size: 1rem;
  padding: 10px 46px;
  text-align: center;
  color: #fff;
  display: inline-block;
  cursor: pointer;
}
.default-btn:hover {
  color: #ffffff;
}

.default-btn:hover::before {
  opacity: 1;

}
ul.navbar-item li {
  padding-right: 23px;
  font-size: 1rem;
  font-family: "Manrope", sans-serif;
  padding: 20px 15px;
}

ul.navbar-item li a:hover{
  color: #fff;
}
ul.navbar-item li i{
  font-size: 1.3rem;
  color: #00963b;
}
.main-nav {
  /*! box-shadow: 0 0 4px #ccc; */
}
.box-area {
  position: relative;
}
.box-area .shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 200px;
  z-index: -1;
}
.box-area .shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 200px;
  z-index: -1;
}
.single-box {
  padding: 30px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  text-align: center;
  margin-bottom: 0;
  transition: all 0.5s;
  position: relative;
  border-radius: 3px;
}
.single-box .box-icon {

  width: 283px;
  height: 283px;
  margin: 0 auto 10px;

}
.single-box .box-icon i {
  color: #8dc446;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  background: #f9f9f9;
  z-index: 1;
  font-size: 35px;
  position: relative;
  transition: all 0.5s;
}
.single-box .box-icon i::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: -7px;
  border: 2px dotted #8dc446;
  border-radius: 50%;
  z-index: -1;
  transition: 0.5s;
  animation: rotation 50s infinite linear;
  transition: all 0.5s;
}
.single-box h3 {
  margin-bottom: 15px;
  font-size: 21px;
}
.single-box p {
  margin-bottom: 20px;
}
.single-box:hover {
  transform: translateY(-5px);
}
.single-box:hover .read-more {
  color: #3a8d00;
}
.single-box:hover i {
  background-color: #3a8d00;
  color: #fff;
}
.single-box:hover i::after {
  border: 2px dotted #3a8d00;
  animation: rotation 10s infinite linear;
}
.single-box:hover .read-more i {
  background-color: transparent !important;
}
.single-box:hover .shape-3 {
  opacity: 0.1;
}
.single-box:hover .shape-4 {
  opacity: 0.1;
}
.single-box .shape-3 {
  position: absolute;
  left: 20px;
  top: 20px;
  opacity: 0;
  transition: all 0.5s;
}
.single-box .shape-4 {
  position: absolute;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  transition: all 0.5s;
}
.icon-color:nth-child(2) .single-box .box-icon i {
  color: #f0b912;
}
.icon-color:nth-child(2) .single-box .box-icon i::after {
  border: 2px dotted #f0b912;
}
.icon-color:nth-child(2) .single-box:hover .box-icon i {
  color: #fff;
}
.icon-color:nth-child(2) .single-box:hover .box-icon i::after {
  border: 2px dotted #3a8d00;
}
.icon-color:nth-child(3) .single-box .box-icon i {
  color: #f17d28;
}
.icon-color:nth-child(3) .single-box .box-icon i::after {
  border: 2px dotted #f0b912;
}
.icon-color:nth-child(3) .single-box:hover .box-icon i {
  color: #fff;
}
.icon-color:nth-child(3) .single-box:hover .box-icon i::after {
  border: 2px dotted #3a8d00;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.about-us-area {
  position: relative;
}
.about-us-area .shape-1 {
  position: absolute;
  top: 0;
  left: 30px;
  z-index: -1;
  opacity: 0.1;
}
.about-us-area .shape-2 {
  position: absolute;
  top: 0;
  left: 600px;
  z-index: -1;
  opacity: 0.1;
}
.about-us-area .shape-3 {
  position: absolute;
  bottom: 10px;
  right: 100px;
  z-index: -1;
  opacity: 0.1;
}
.about-us-area .shape-4 {
  position: absolute;
  bottom: 200px;
  right: 50px;
  z-index: -1;
  opacity: 0.1;
}
.about-us-area .shape-5 {
  position: absolute;
  bottom: 0;
  left: 700px;
  z-index: -1;
  opacity: 0.1;
}
.about-content {
  padding-left: 0px;
}
.about-content span {
  color: #fe532f;
  font-size: 30px;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
  margin-top: -7px;
  margin-bottom: 8px;
  position: relative;
}
.about-content h2 {
  margin-bottom: 20px;
  font-size: 35px;
}
.about-content ul {
  margin-bottom: 30px;
  padding-left: 0;
}
.about-content ul li {
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
  color: #3a8d00;
  transition: all 0.5s;
  list-style-type: none;
}
.about-content ul li i {
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #3a8d00;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  font-weight: normal;
  font-size: 11px;
}
.about-content ul li:last-child {
  margin-bottom: 0;
}
.about-content ul li:hover {
  transform: translateY(-5px);
}
.single-box .box-icon img {
  border-radius: 50%;
  border: 1px dashed #59ca03;
  padding: 5px;
}
section{
  padding-top:100px;
  padding-bottom:100px;
}
.see-product-area {
  background-image: url(../images/see-product-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
  z-index: 1;
}
.see-product-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.8;
  z-index: -1;
}
.see-product-area .section-title h2 {
  color: #ffffff;

}
.see-product-area .section-title p {
  margin-bottom: 30px;
  color: #ffffff;
}
.our-product-area {
  overflow: hidden;
  /* background: #f9f2f0; */
}
.shorting-menu {
  text-align: center;
}
.shorting-menu .filter {
  background: transparent;
  padding: 5px 20px;
  text-transform: capitalize;
  cursor: pointer;
  transition: 0.5s;
  border-radius: 0;
  outline: 0 !important;
  border: 1px solid #fe532f;
  color: #fe532f;
  font-weight: 600;
  margin-right: 4px;
  border-radius: 40px;
}
.shorting-menu .filter:hover {
  background: #fe532f;
  color: #fff;
  border-color: #fe532f;
}
.shorting-menu .filter i {
  margin-right: 3px;
}
.shorting-menu .filter.active {
  background: #fe532f;
  color: #fff;
  border-color: #fe532f;
}
.shorting {
  margin-top: 50px;
}
.shorting .mix {
  display: none;
}
.single-product-box {
  margin-bottom: 46px;
  transition: 0.5s;
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  position: relative;
  border-radius: 10px;
  padding: 30px;
  background-color: #fff;
  text-align: center;

}
.single-product-box::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5%;
  width: 90%;
  height: 90%;
  background: #8dc446;
  opacity: 0;
  transition: 0.5s;
  border-radius: 10px;
  margin: auto;
  right: 0;
}
.single-product-box .product-content {
  background: #fff;
  text-align: center;
  transition: 0.5s;
}
.single-product-box .product-content h3 {
  margin-bottom: 10px;
  transition: 0.5s;
  color: #333;
  line-height: 1.6;
  font-size: 17px;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
}
.single-product-box .product-content ul {
  margin-bottom: 10px;
  line-height: 1;
}
.single-product-box .product-content ul li {
  display: inline-block;
}
.single-product-box .product-content ul li i {
  color: #fe532f;
}
.single-product-box .product-content span {
  display: block;
  color: #333;
  line-height: 1.6;
  font-size: 17px;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
}
.single-product-box .product-content .default-btn {
  padding: 10px 25px;
}
.single-product-box .btn-box {
  position: absolute;
  top: 46%;
  left: 0;
  right: 0;
  margin: 20px auto 0;
  text-align: center;
  opacity: 0;
  z-index: 2;
  visibility: hidden;
  transition: 0.5s;
}
.single-product-box .btn-box a i {
  font-size: 15px;
  display: inline-block;
  color: #fe532f;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  border-radius: 50%;
  transition: all 0.5s;
  font-weight: 600;
}
.single-product-box .btn-box a i:hover {
  color: #fff;
  background: #fe532f;
}
.single-product-box:hover::before {
  opacity: 0.8;
}
.single-product-box:hover .btn-box {
  opacity: 1;
  visibility: visible;
  margin: -10px auto 0;
}
.single-product-box .product-offer {
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: 15px;
  right: 14px;
  background-color: #3a8d00;
  padding: 2px 15px;
  border-radius: 10px;
  font-size: 12px;
}
.single-product-box .product-offer.offer-10 {
  background-color: #fe532f;
}
.single-product-box .product-offer.hot-offer {
  background-color: red;
}
.single-widget {
  margin-bottom: 25px;
}
.single-widget h3 {
        color: #000000;
  margin-bottom: 20px;
  font-size: 19px;
}
.single-widget p {
  color: #efe8e8;
  margin-top: 16px;
}
.single-widget .address {
  margin-top: 20px;
}
.single-widget .address li {
  color: #fff;
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
  transition: all 0.5s;
  font-family: "Manrope", sans-serif;
  font-family: "Manrope", sans-serif;
}
.single-widget .address li a {
  color: #fff8f8;
  transition: all 0.5s;
}
.single-widget .address li a:hover{
  list-style-type:none;
}
.single-widget .address li i {
  position: absolute;
  top: -4px;
  left: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #3a8d00;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}
.single-widget .address li:hover {
  color: #3a8d00;
}
.single-widget .address li:hover a {
  color: #3a8d00;
}
.single-widget .address li:last-child {
  margin-bottom: 0;
}
.single-widget .links li {
  margin-bottom: 14px;
}
.single-widget .links li a {
  color: #fbf3f3;
  text-decoration: none;
  font-family: "Manrope", sans-serif;
}
.single-widget .links li:last-child {
  margin-bottom: 0;
}
.single-widget .links li:hover {
  color: #3a8d00;
}
.single-widget .links li:hover a {
  color: #3a8d00;
}
.single-widget .instagram {
  margin-top: 27px;
}
.single-widget .instagram li {
  display: inline-block;
  width: 25%;
  margin-bottom: 10px;
  padding-right: 7px;
}
.single-widget .instagram li pl a {
  color: #fafafa;
}
.single-widget .instagram li:hover {
  color: #3a8d00;
}
.single-widget .instagram li:hover a {
  color: #3a8d00;
}
.single-widget .social-icon {
  margin-top: 15px;
}
.single-widget .social-icon li {
  display: inline-block;
  padding-left: 5px;
}
.single-widget .social-icon li a i {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #3a8d00;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  transition: all 0.5s;
}
.single-widget .social-icon li a i:hover {
  background-color: #333;
}
.single-widget.single-widget-4 {
  padding-left: 30px;
}
.footer-bottom-area {
}
.footer-bottom-area p {
  color: #fff;
  margin-top: 4px;
}
.footer-bottom-area .conditions {
  float: right;
}
.footer-bottom-area .conditions li {
  display: inline-block;
  padding-left: 20px;
  position: relative;
}
.footer-bottom-area .conditions li::before {
  content: "";
  position: absolute;
  top: 6px;
  right: -14px;
  width: 1px;
  height: 15px;
  background-color: #fff;
}
.footer-bottom-area .conditions li a {
  color: #fff;
  text-decoration: none;
}
.footer-bottom-area .conditions li:last-child::before {
  display: none;
}
.single-widget ul {
  padding-left: 0;
}
.single-widget ul li {
  list-style-type: none;
}
a:hover {
  color: #0056b3;
  text-decoration: none;
}

.page-title-area::before {
  /* content: ''; */
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0,0,0,0.5);
  opacity: 0.9;
}
.page-title-area::after {
  /* content: ''; */
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
.page-title-area .page-title-content h2 {
  margin-bottom: 0;
  font-size: 73px;
  color: #fff;
}
.page-title-area .page-title-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 20px;
  margin-bottom: 0;
}
.page-title-area .page-title-content ul li {
}
.page-title-area .page-title-content ul li a {
  color: #fff;
}
.page-title-area .page-title-content ul li i {
  font-size: 12px;
}
.product-details-image {
  text-align: center;
  background-color: #fff;
}
/* .cart-wraps {
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  padding: 40px;
} */
.sec1-prodiv-rgt-mid select {
  height: 45px;
  color: #333333;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
  padding-left: 12px;
  border-radius: 2px;
}
{
  color: #212529;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
.cart-table table {
  margin-bottom: 0;
}
.cart-table table thead {
  text-align: center;
}
.cart-table table thead tr th {
  border-bottom-width: 0px;
  vertical-align: middle;
  padding: 0 0 15px;
  text-transform: uppercase;
  border: none;
  font-weight: 700;
  font-size: 16px;
}
.cart-table table tbody tr td {
  vertical-align: middle;
  color: #666;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  border-color: #eaedff;
  border-left: none;
  border-right: none;
  text-align: center;
}
.cart-table table tbody tr td.product-thumbnail img {
  height: 130px;
}
.cart-table table tbody tr td.product-thumbnail a {
  display: block;
}
.cart-table table tbody tr td.product-name a {
  color: #666;
  font-weight: 600;
  display: inline-block;
}
.cart-table table tbody tr td.product-name a:hover {
  color: #333;
}
.cart-table table tbody tr td.product-price span {
  font-weight: 500;
}
.cart-table table tbody tr td.product-subtotal {
  overflow: hidden;
}
.cart-table table tbody tr td.product-subtotal .remove {
  color: #666;
  float: right;
  position: relative;
  top: 1px;
  transition: all 0.5s;
}
.cart-table table tbody tr td.product-subtotal .remove i {
  font-size: 22px;
}
.cart-table table tbody tr td.product-subtotal .remove:hover {
  color: red;
}
.cart-table table tbody tr td.product-subtotal span {
  font-weight: 500;
}
.cart-table table tbody tr td.product-quantity .input-counter {
  max-width: 130px;
  min-width: 130px;
  text-align: center;
  display: inline-block;
  position: relative;
}
.cart-table table tbody tr td.product-quantity .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #d0d0d0;
  width: 40px;
  height: 100%;
  line-height: 48px;
  transition: 0.5s;
}
.cart-table table tbody tr td.product-quantity .input-counter span:hover {
  color: #333;
}
.cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
  left: 0;
}
.cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
  right: 0;
}
.cart-table table tbody tr td.product-quantity .input-counter input {
  height: 45px;
  color: #333;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}
.cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
  color: #333;
}
.cart-buttons {
  margin-top: 30px;
}
.cart-totals {
  background: #fff;
  padding: 40px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  border-radius: 0;
  margin: auto;
  margin-top: 50px;
}
.cart-totals h3 {
  margin-bottom: 25px;
  font-weight: 700;
}
.cart-totals ul {
  padding: 0;
  margin: 0 0 25px;
  list-style-type: none;
}
.cart-totals ul li {
  border: 1px solid #eaedff;
  padding: 10px 15px;
  color: #323232;
  overflow: hidden;
  font-weight: 700;
}
.cart-totals ul li:first-child {
  border-bottom: none;
}
.cart-totals ul li:last-child {
  border-top: none;
}
.cart-totals ul li span {
  float: right;
  color: #666;
  font-weight: normal;
}
.cart-area .nice-select {
  height: 50px;
  line-height: 49px;
  border-radius: 0;
  width: 100%;
  margin-bottom: 18px;
}
.cart-area .coupon-wrap {
  margin-top: 50px;
  background-color: #fff;
  padding: 40px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}
.cart-area .coupon-wrap h3 {
  padding-bottom: 25px;
}
.cart-area .coupon-wrap .form-group {
  margin-bottom: 18px;
}
/* .cart-wraps {
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  padding: 40px;
} */

a.btn.default-btn i{
  padding-left: 6px;
}
.user-actions {
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 18px 20px 15px;
  margin-bottom: 65px;
  border-top: 3px solid #c72227;
  position: relative;
  color: #666666;
}
.user-actions span a {
  display: inline-block;
  color: #3a8d00;
  font-size: 15px;
}
.user-actions::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -35px;
  width: 100%;
  height: 1px;
  background: #eeeeee;
}
.billing-details {
  background-color: #fff;
  padding: 30px;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}
.billing-details .form-group {
  margin-bottom: 20px;
}
.billing-details .form-group label {
  display: block;
  color: #666666;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
}
.form-control {
  height: 50px;
  color: #6e6e6e;
  border: 1px solid #e8e8e8;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  font-size: 15px;
  padding: 10px 20px;
  width: 100%;
}

.billing-details .form-group label .required {
  color: #fe532f;
}
select.form-control {
  height: 50px !important;
}
.banner-area .shape-text span {
  font-size: 100px;
  text-transform: uppercase;
  font-weight: 700;
  left: 130px;
  position: absolute;
  bottom: -50px;
  opacity: 0.3;
  color: #e4d7d7;
}
p:last-child {
  margin-bottom: 0;
}
.contact-info-area .single-contact-info {
  text-align: center;
  background-color: #fff;
  margin-bottom: 30px;
  padding: 30px;
  transition: all 0.5s;
}
.contact-info-area .single-contact-info i {
  display: block;
  color: #3a8d00;
  transition: all 0.5s;
  font-size: 25px;
  width: 50px;
  height: 50px;
  margin: 0 auto 15px;
  line-height: 50px;
  border: 2px dotted #3a8d00;
  border-radius: 50%;
}
.contact-info-area .single-contact-info h3 {
  transition: all 0.5s;
  font-size: 18px;
  line-height: 18px;
}
.contact-info-area .single-contact-info a {
  color: #686868;
  transition: all 0.5s;
  display: block;
}
.contact-info-area .single-contact-info:hover {
  background-color: #3a8d00;
}
.contact-info-area .single-contact-info:hover i {
  color: #fff;
  border-color: #fff;
}
.contact-info-area .single-contact-info:hover h3 {
  color: #fff;
}
.contact-info-area .single-contact-info:hover a {
  color: #fff;
}
.blog-area {
  position: relative;
}
.blog-area .shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 150px;
  z-index: -1;
}
.blog-area .shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 150px;
  z-index: -1;
}
.blog-wrap.owl-theme .owl-nav.disabled + .owl-dots {
  line-height: 0.01;
  margin-top: 0;
}
.blog-wrap.owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  margin: 0 4px;
  background: transparent;
  border: 1px solid #3a8d00;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.blog-wrap.owl-theme .owl-dots .owl-dot:hover span {
  border-color: #3a8d00;
}
.blog-wrap.owl-theme .owl-dots .owl-dot:hover span::before {
  background-color: #3a8d00;
}
.blog-wrap.owl-theme .owl-dots .owl-dot.active span {
  border-color: #3a8d00;
  position: relative;
}
.blog-wrap.owl-theme .owl-dots .owl-dot.active span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #3a8d00;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  margin: 3px;
}
.single-blog-post {
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  margin-left: 15px;
  margin-right: 15px;
  transition: all 0.5s;
}
.single-blog-post .post-image {
  position: relative;
  overflow: hidden;
}
.single-blog-post .post-image a {
  display: block;
}
.single-blog-post .post-image a img {
  border-radius: 5px;
  transition: 0.5s;
}
.single-blog-post .post-content {
  padding: 25px;
  min-height: 234px;
}
.single-blog-post .post-content .date {
  color: #3a8d00;
  font-size: 12px;
  margin-bottom: 8px;
  margin-top: -4px;
}
.single-blog-post .post-content .date i {
  font-size: 12px;
}
.single-blog-post .post-content h3 a {
  margin-bottom: 8px;
  line-height: 1.4;
  color: #333;
  font-size: 1.3rem;
}
.single-blog-post .post-content p {
  margin-bottom: 0;
}
.single-blog-post .post-content .read-more {
  margin-top: 22px;
}
.single-blog-post:hover {
  transform: translateY(-5px);
}
.single-blog-post:hover h3 a {
  color: #3a8d00;
}
.single-blog-post:hover .post-image a img {
  transform: scale(1.3) rotate(4deg);
}
.single-blog-post:hover .read-more {
  color: #3a8d00;
}
.single-blog-post:hover .read-more i::after {
  animation: rotation 10s infinite linear;
}
.banner-area .banner-images-right {
  position: absolute;
  max-width: 40%;
  top: 110px;
  right: 80px;
}
span.rounded-area {
  margin-left: 20px;
  background-color: #00963b;
  padding: 3px 0;
  border-radius: 50%;
  color: #fff;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 10px;
  font-size: 11px;
  top: 12px;
  border: 1px solid #310808;
  text-align: center;
}
.nav-cart-content {
  top: 100%;
  right: 0px;
  position: absolute;
  z-index: 999;
  background-color: #fff;
  padding: 2px;
  border: 3px solid #e2dddb;
  width: 336px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.16);
  border-radius: 3px;
  display:none;
  transition: all 0.3s ease;
}
.nav-cart-item-desc a {
  font-family: "Manrope", sans-serif;
  color: #222;
}
li.nav-item.cart-sec {
  position: relative;
}

.nav-cart-item:first-child {
  border-top: 0 none;
  margin-top: 0;
  padding-top: 0;
}
.nav-cart-item-image {
  border: 2px solid #eee;
  height: 48px;
  margin-right: 15px;
  transition: border-color 0.2s linear 0s;
  width: 48px;
}
.nav-cart-item-image a, .nav-cart-item-image img {
  display: block;
  height: 100%;
  width: 100%;
}
.nav-cart-item-quantity {
  padding: 4px 9px;
  margin-left: 13px;
  border-radius: 50%;
}
.banner-text p {
  padding-right: 33px;
  color: #fff;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgb(254, 83, 47);
}

.ai-text h4 {
  font-weight: 400;
  font-family: playfair display,serif;
  margin-bottom: 15px;
}
.ai-text p {
  font-size: 16px;
  margin-bottom: 0;
}
.ai-text{margin-bottom:20px;position:relative;padding-left: 55px;}
.ai-text:before{content:"";top: 6px;left: -41px;width: 64px;height: 61px;position: absolute;background:url(../images/abt.png) 0 0 no-repeat;}
.abt1:before { background:url(../images/abt.png) 0 0 no-repeat;}
.abt2:before { background:url(../images/abt2.png) 0 0 no-repeat;}
.abt3:before { background:url(../images/abt3.png) 0 0 no-repeat;}

.site-btn {
  display: inline-block;
  border: none;
  font-size: 16px;
  font-weight: 600;
  min-width: 167px;
  padding: 14px 30px;
  border-radius: 50px;
  text-transform: uppercase;
  color: #fff;
  line-height: normal;
  cursor: pointer;
  text-align: center;
  letter-spacing: 1px;
  background: -o-linear-gradient(305deg,#fdb07d 0%,#f65d5d 100%);
  background: #00963b;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdb07d",endColorstr="#f65d5d",GradientType=1);
  color: #fff;
}

.pricing-item {
  text-align: center;
  background: #fff;
  padding-bottom: 40px;
  margin: 15px 0;
  border-radius: 13px;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 6px rgba(72,105,114,.15);
  box-shadow: 0 5px 6px rgba(72,105,114,.15);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.pricing-item .pi-top {
  height: 156px;
  padding-top: 26px;
  background: #00963b;
}

.pricing-item .pi-top h4 {
  font-family: playfair display,serif;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
}

.pricing-item .pi-price {
  width: 144px;
  height: 144px;
  margin: -71px auto 30px;
  padding-top: 35px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 5px 6px rgba(72,105,114,.15);
  box-shadow: 0 5px 6px rgba(72,105,114,.15);
}
.pricing-item .pi-price h3 {
  font-size: 40px;
  font-weight: 700;
  color: #666;
}
.pricing-item .pi-price p {
  text-transform: uppercase;
  color: #999;
}

.pricing-item .pi-price p {
  text-transform: uppercase;
  color: #999;
  font-size:15px
}

.pricing-item .pi-price h3 {
  font-size: 30px;
  font-weight: 700;
  color: #666;
}
.site-btn:hover{ color:#fff;}
.three_section {
  background: url(../images/course_bg.png) 0 0 no-repeat;
  padding: 4% 0;
}
.banner-area{ background:url( ../images/banner.jpg) 0 0 no-repeat;height: 865px;}

.min-height60{ min-height:500px;}
.top_menu .navbar-light .navbar-nav .nav-link{color:#fff}
.top_menu .navbar-light .navbar-nav .nav-link:hover{ color:#00963b;} 
.blog-area{ background:url(../images/video_bg.png) 0 0 no-repeat; padding:4% 0;}
.blog-area .sec-title p, .blog-area .sec-title h1{ color:#fff;}
.three_section h2{margin-bottom:20px;}
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&display=swap'); 
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:400,500,600,700,800&display=swap');
body {
  padding: 0;
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
      background-color: #ffffff;
  overflow-x:hidden;
  position: relative;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #433e3e;
  font-weight: 700;

      font-family: 'Playfair Display';
}
span{
  font-family: "Manrope", sans-serif;
}
p {
  font-size: 1rem;
  line-height: 26px;
}
.banner-area {
  padding-top: 185px;
  padding-bottom: 0;
  background-color: #fdeeee;
  height: 100vh;
  position: relative;
  z-index: 1;
  overflow: hidden;
  /*! box-shadow: inset 16px 11px 33px 10px rgba(204, 204, 204, 0.65); */
}
.banner-text span {
  font-size: 32px;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
  color: #fff;
  text-transform: uppercase;
}
.banner-text h1 {
  font-size: 60px;
  margin-bottom: 25px;
  color: #fff;
}
.banner-area .shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 350px;
  z-index: -1;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}
.banner-area .shape-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  z-index: -1;
}
.banner-area .banner-images-right {
  position: absolute;
  max-width: 40%;
  top: 82px;
  right: 80px;
}

.default-btn {
  font-family: "Manrope", sans-serif;
  background-color: #ff3838;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
  border-radius: 0px;
  overflow: inherit;
  letter-spacing: 0;
  font-size: 18px;
  padding: 15px 46px;
  text-align: center;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  border-radius: 7px;
  font-family: "Manrope",sans-serif;
  font-weight: 600;
}
.default-btn:hover {
  color: #ffffff;
  background: #5b5b5b;
}

.default-btn:hover::before {
  opacity: 1;


}
ul.navbar-item li {
    padding-right: 23px;
    font-size: .9rem;
    padding: 0px 11px;
}

ul.navbar-item li a:hover{
  color: #fff;
}
ul.navbar-item li i{
  font-size: 1.3rem;
  color: #000000;
}
.main-nav {
  /*! box-shadow: 0 0 4px #ccc; */
  padding: 0px;
  background: #fff !important;
  border-bottom: 0;
  position: inherit;
}
.box-area {
  position: relative;
}
.box-area .shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 200px;
  z-index: -1;
}
.banner-bg-top .bannerContent{
         /* background: #605d56c4; */
    position: relative;
       z-index: 1;
       background: transparent; 
-webkit-backdrop-filter: blur( 4px );
/* border-radius: 10px; */
/* border: 1px solid rgba( 255, 255, 255, 0.18 ); */
margin-top: 123px;
 

/* width: 90%; */
text-align: center;
padding: 25px;
/* border-radius: 10px; */
}


.banner-bg-top .bannerContent::before{
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: transparent;
    left: 0;
    top: 0;
    border: 5px solid transparent; 
}

.banner-bg-top .bannerContent::after{
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: transparent;
    right: 0;
    bottom: 0;
    border: 5px solid transparent; 
}








.box-area .shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 200px;
  z-index: -1;
}
.single-box {
  padding: 30px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  text-align: center;
  margin-bottom: 0;
  transition: all 0.5s;
  position: relative;
  border-radius: 3px;
}
.single-box .box-icon {

  width: 283px;
  height: 283px;
  margin: 0 auto 10px;

}
.single-box .box-icon i {
  color: #8dc446;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  background: #f9f9f9;
  z-index: 1;
  font-size: 35px;
  position: relative;
  transition: all 0.5s;
}
.single-box .box-icon i::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: -7px;
  border: 2px dotted #8dc446;
  border-radius: 50%;
  z-index: -1;
  transition: 0.5s;
  animation: rotation 50s infinite linear;
  transition: all 0.5s;
}
.single-box h3 {
  margin-bottom: 15px;
  font-size: 21px;
}
.single-box p {
  margin-bottom: 20px;
}
.single-box:hover {
  transform: translateY(-5px);
}
.single-box:hover .read-more {
  color: #3a8d00;
}
.single-box:hover i {
  background-color: #3a8d00;
  color: #fff;
}
.single-box:hover i::after {
  border: 2px dotted #3a8d00;
  animation: rotation 10s infinite linear;
}
.single-box:hover .read-more i {
  background-color: transparent !important;
}
.single-box:hover .shape-3 {
  opacity: 0.1;
}
.single-box:hover .shape-4 {
  opacity: 0.1;
}
.single-box .shape-3 {
  position: absolute;
  left: 20px;
  top: 20px;
  opacity: 0;
  transition: all 0.5s;
}
.single-box .shape-4 {
  position: absolute;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  transition: all 0.5s;
}
.icon-color:nth-child(2) .single-box .box-icon i {
  color: #f0b912;
}
.icon-color:nth-child(2) .single-box .box-icon i::after {
  border: 2px dotted #f0b912;
}
.icon-color:nth-child(2) .single-box:hover .box-icon i {
  color: #fff;
}
.icon-color:nth-child(2) .single-box:hover .box-icon i::after {
  border: 2px dotted #3a8d00;
}
.icon-color:nth-child(3) .single-box .box-icon i {
  color: #f17d28;
}
.icon-color:nth-child(3) .single-box .box-icon i::after {
  border: 2px dotted #f0b912;
}
.icon-color:nth-child(3) .single-box:hover .box-icon i {
  color: #fff;
}
.icon-color:nth-child(3) .single-box:hover .box-icon i::after {
  border: 2px dotted #3a8d00;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.about-us-area {
  position: relative;
}
.about-us-area .shape-1 {
  position: absolute;
  top: 0;
  left: 30px;
  z-index: -1;
  opacity: 0.1;
}
.about-us-area .shape-2 {
  position: absolute;
  top: 0;
  left: 600px;
  z-index: -1;
  opacity: 0.1;
}
.about-us-area .shape-3 {
  position: absolute;
  bottom: 10px;
  right: 100px;
  z-index: -1;
  opacity: 0.1;
}
.about-us-area .shape-4 {
  position: absolute;
  bottom: 200px;
  right: 50px;
  z-index: -1;
  opacity: 0.1;
}
.about-us-area .shape-5 {
  position: absolute;
  bottom: 0;
  left: 700px;
  z-index: -1;
  opacity: 0.1;
}
.about-content {
  padding-left: 0px;
}
.about-content span {
  color: #fe532f;
  font-size: 30px;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
  margin-top: -7px;
  margin-bottom: 8px;
  position: relative;
}
.about-content h2 {
  margin-bottom: 20px;
  font-size: 35px;
}
.about-content ul {
  margin-bottom: 30px;
  padding-left: 0;
}
.about-content ul li {
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
  color: #3a8d00;
  transition: all 0.5s;
  list-style-type: none;
}
.about-content ul li i {
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #098e8c;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  font-weight: normal;
  font-size: 11px;
}
.about-content ul li:last-child {
  margin-bottom: 0;
}
.about-content ul li:hover {
  transform: translateY(-5px);
}
.single-box .box-icon img {
  border-radius: 50%;
  border: 1px dashed #59ca03;
  padding: 5px;
}
section{
  padding-top: 60px;
  padding-bottom: 30px;
}
.see-product-area {
  background-image: url(../images/see-product-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
  z-index: 1;
}
.see-product-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.8;
  z-index: -1;
}
.see-product-area .section-title h2 {
  color: #ffffff;

}
.see-product-area .section-title p {
  margin-bottom: 30px;
  color: #ffffff;
}

.product-bg-n .product-content .quick-view:hover{
    color: #fff;
}


.our-product-area {
         overflow: visible;
         background: #ffffff;
         background-position: center top;
         background-repeat: no-repeat;
         background-size: cover;
         position: relative;
         z-index: 0;
         padding: 100px 0;
}
.shorting-menu {
  text-align: center;
}
.shorting-menu .filter {
  background: transparent;
  padding: 5px 20px;
  text-transform: capitalize;
  cursor: pointer;
  transition: 0.5s;
  border-radius: 0;
  outline: 0 !important;
  border: 1px solid #fe532f;
  color: #fe532f;
  font-weight: 600;
  margin-right: 4px;
  border-radius: 40px;
}
.shorting-menu .filter:hover {
  background: #fe532f;
  color: #fff;
  border-color: #fe532f;
}
.shorting-menu .filter i {
  margin-right: 3px;
}
.shorting-menu .filter.active {
  background: #fe532f;
  color: #fff;
  border-color: #fe532f;
}
.shorting {
  margin-top: 50px;
}
.shorting .mix {
  display: none;
}
.single-product-box {
  margin-bottom: 46px;
  transition: 0.5s;
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  position: relative;
  border-radius: 10px;
  padding: 30px;
  background-color: #fff;
  text-align: center;

}
.single-product-box::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5%;
  width: 90%;
  height: 90%;
  background: #8dc446;
  opacity: 0;
  transition: 0.5s;
  border-radius: 10px;
  margin: auto;
  right: 0;
}
.single-product-box .product-content {
  background: #fff;
  text-align: center;
  transition: 0.5s;
}
.single-product-box .product-content h3 {
  margin-bottom: 10px;
  transition: 0.5s;
  color: #333;
  line-height: 1.6;
  font-size: 17px;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
}
.single-product-box .product-content ul {
  margin-bottom: 10px;
  line-height: 1;
}
.single-product-box .product-content ul li {
  display: inline-block;
}
.single-product-box .product-content ul li i {
  color: #fe532f;
}
.single-product-box .product-content span {
  display: block;
  color: #333;
  line-height: 1.6;
  font-size: 17px;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
}
.single-product-box .product-content .default-btn {
  padding: 10px 25px;
}
.single-product-box .btn-box {
  position: absolute;
  top: 46%;
  left: 0;
  right: 0;
  margin: 20px auto 0;
  text-align: center;
  opacity: 0;
  z-index: 2;
  visibility: hidden;
  transition: 0.5s;
}
.single-product-box .btn-box a i {
  font-size: 15px;
  display: inline-block;
  color: #fe532f;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  border-radius: 50%;
  transition: all 0.5s;
  font-weight: 600;
}
.single-product-box .btn-box a i:hover {
  color: #fff;
  background: #fe532f;
}
.single-product-box:hover::before {
  opacity: 0.8;
}
.single-product-box:hover .btn-box {
  opacity: 1;
  visibility: visible;
  margin: -10px auto 0;
}
.single-product-box .product-offer {
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: 15px;
  right: 14px;
  background-color: #3a8d00;
  padding: 2px 15px;
  border-radius: 10px;
  font-size: 12px;
}
.single-product-box .product-offer.offer-10 {
  background-color: #fe532f;
}
.single-product-box .product-offer.hot-offer {
  background-color: red;
}

.single-widget {
  margin-bottom: 25px;
}
.single-widget h3 {
    color: #fff;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 15px;
    font-family: "Manrope",sans-serif;
    text-transform: capitalize;
    
}
.single-widget p {
    color: #8f8f8f;
    margin-top: 17px;
    font-size: 15px;
    font-family: "Manrope", sans-serif;
}
.single-widget .address {
  margin-top: 20px;
}
.single-widget .address li {
  color: #8f8f8f;
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
  transition: all 0.5s;
  font-family: "Manrope", sans-serif;
}
.single-widget .address li a {
  color: #8f8f8f;
  transition: all 0.5s;
}
.single-widget .address li a:hover{
  list-style-type:none;
}
.single-widget .address li i {
  position: absolute;
  top: -4px;
  left: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #ff3838;
  text-align: center;
  border-radius: 50%;
  color: #8f8f8f;
}
.single-widget .address li:hover {
  color: #ff3838;
}
.single-widget .address li:hover a {
  color: #ff3838;
}
.single-widget .address li:last-child {
  margin-bottom: 0;
}
.single-widget .links li {
      margin-bottom: 14px;
    display: block;
    font-size: 14px;
}
.single-widget .links li a {
    color: #8f8f8f;
    text-decoration: none;
    font-family: "Manrope", sans-serif;
}
.single-widget .links li:last-child {
  margin-bottom: 0;
}
.single-widget .links li:hover {
  color: #ff3838;
}
.single-widget .links li:hover a {
       color: #ff3838 !important;
    transition: all 0.5s ease;
}
.single-widget .instagram {
  margin-top: 27px;
}
.single-widget .instagram li {
  display: inline-block;
  width: 25%;
  margin-bottom: 10px;
  padding-right: 7px;
}
.single-widget .instagram li pl a {
  color: #fafafa;
}
.single-widget .instagram li:hover {
  color: #3a8d00;
}
.single-widget .instagram li:hover a {
  color: #3a8d00;
}
.single-widget .social-icon {
  margin-top: 15px;
}
.single-widget .social-icon li {
  display: inline-block;
  padding-left: 5px;
}
.single-widget .social-icon li a i {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #3a8d00;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  transition: all 0.5s;
}
.single-widget .social-icon li a i:hover {
  background-color: #333;
}
.single-widget.single-widget-4 {
  padding-left: 30px;
}
.fa-cart-plus:before {
    
    content: "\f217";

}
.footer-bottom-area {
 background-color: #000000;
  padding: 12px 0;
  height: auto;
}
.footer-bottom-area p {
  color: #ffffff;
  margin-top: 4px;
  font-size: 14px;
}
.footer-bottom-area .conditions {
  float: right;
}
.footer-bottom-area .conditions li {
  display: inline-block;
  padding-left: 20px;
  position: relative;
}
.footer-bottom-area .conditions li::before {
  content: "";
  position: absolute;
  top: 6px;
  right: -14px;
  width: 1px;
  height: 15px;
  background-color: #fff;
}
.footer-bottom-area .conditions li a {
  color: #fff;
  text-decoration: none;
}
.footer-bottom-area .conditions li:last-child::before {
  display: none;
}
.single-widget ul {
  padding-left: 0;
}
.single-widget ul li {
  list-style-type: none;
}
a:hover {
  color: #0056b3;
  text-decoration: none;
}
.page-title-area {
    position: relative;
    z-index: 1;
    padding-top: 0;
    padding-bottom: 110px;
    background: #2e2e2e;
    background-size: cover;
}
.page-title-area::before {
  /* content: ''; */
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0,0,0,0.5);
  opacity: 0.9;
}

.page-title-area .page-title-content h2 {
    color: #fff;
    font-size: 64px;
    margin-bottom: 17px;
    font-family: "Manrope",sans-serif;
    line-height: 75px;
    font-weight: 700;
}
.page-title-area .page-title-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 20px;
  margin-bottom: 0;
}
.page-title-area .page-title-content ul li {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    text-transform: capitalize;
}

.page-title-area .page-title-content ul li a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    text-transform: capitalize;
}
.page-title-area .page-title-content ul li i {
  font-size: 12px;
}
.product-details-image {
    text-align: center;
    margin: auto;
    position: relative;
   box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.product-details-image::before{
/* position: absolute;
    content: "";
    background: #bb9e8e78;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    cursor: pointer; */
}
/* .cart-wraps {
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  padding: 40px;
} */
.sec1-prodiv-rgt-mid select {
  height: 45px;
  color: #333333;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
  padding-left: 12px;
  border-radius: 2px;
}
{
  color: #212529;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
.cart-table table {
  margin-bottom: 0;
}
.cart-table table thead {
    text-align: center;
    border-bottom: 2px solid #212529;
}
.cart-table table thead tr th {
  border-bottom-width: 0px;
  vertical-align: middle;
  padding: 0 0 15px;
  text-transform: uppercase;
  border: none;
  font-weight: 700;
  font-size: 16px;
}
.cart-table table tbody tr td {
  vertical-align: middle;
  color: #666;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  border-color: #eaedff;
  border-left: none;
  border-right: none;
  text-align: center;
}
.cart-table table tbody tr td.product-thumbnail img {
}
.cart-table table tbody tr td.product-thumbnail a {
  display: block;
}
.cart-table table tbody tr td.product-name a {
  color: #666;
  font-weight: 600;
  display: inline-block;
}
.cart-table table tbody tr td.product-name a:hover {
  color: #333;
}
.cart-table table tbody tr td.product-price span {
  font-weight: 500;
}
.cart-table table tbody tr td.product-subtotal {
  overflow: hidden;
}
.cart-table table tbody tr td.product-subtotal .remove {
  color: #666;
  float: right;
  position: relative;
  top: 1px;
  transition: all 0.5s;
}
.cart-table table tbody tr td.product-subtotal .remove i {
  font-size: 22px;
}
.cart-table table tbody tr td.product-subtotal .remove:hover {
  color: red;
}
.cart-table table tbody tr td.product-subtotal span {
  font-weight: 500;
}
.cart-table table tbody tr td.product-quantity .input-counter {
  max-width: 130px;
  min-width: 130px;
  text-align: center;
  display: inline-block;
  position: relative;
}
.cart-table table tbody tr td.product-quantity .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #d0d0d0;
  width: 40px;
  height: 100%;
  line-height: 48px;
  transition: 0.5s;
}
.cart-table table tbody tr td.product-quantity .input-counter span:hover {
  color: #333;
}
.cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
  left: 0;
}
.cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
  right: 0;
}
.cart-table table tbody tr td.product-quantity .input-counter input {
  height: 45px;
  color: #333;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}
.cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
  color: #333;
}
.cart-buttons {
  margin-top: 30px;
}
.cart-totals {
  background: #fff;
  padding: 40px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  border-radius: 0;
  margin: auto;
  margin-top: 50px;
}
.cart-totals h3 {
  margin-bottom: 25px;
  font-weight: 700;
}
.cart-totals ul {
  padding: 0;
  margin: 0 0 25px;
  list-style-type: none;
}
.cart-totals ul li {
  border: 1px solid #eaedff;
  padding: 10px 15px;
  color: #323232;
  overflow: hidden;
  font-weight: 700;
}
.cart-totals ul li:first-child {
  border-bottom: none;
}
.cart-totals ul li:last-child {
  border-top: none;
}
.cart-totals ul li span {
  float: right;
  color: #666;
  font-weight: normal;
}
.cart-area .nice-select {
  height: 50px;
  line-height: 49px;
  border-radius: 0;
  width: 100%;
  margin-bottom: 18px;
}
.cart-area .coupon-wrap {
  margin-top: 50px;
  background-color: #fff;
  padding: 40px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}
.cart-area .coupon-wrap h3 {
  padding-bottom: 25px;
}
.cart-area .coupon-wrap .form-group {
  margin-bottom: 18px;
}
.cart-wraps {
    /* box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08); */
    background-color: #fff;
    padding: 20px 0;
}

a.btn.default-btn i{
  padding-left: 6px;
}
.user-actions {
    border: 1px solid #ebebeb;
    border-radius: 0;
    padding: 1.25rem;
    margin-left: 50px;
}
.user-actions span a {
  display: inline-block;
  color: #3a8d00;
  font-size: 15px;
}
.user-actions::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -35px;
  width: 100%;
  height: 1px;
  background: #eeeeee;
}
.billing-details {
  background-color: #fff;
  padding: 30px;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}
.billing-details .form-group {
  margin-bottom: 20px;
}
.billing-details .form-group label {
  display: block;
  color: #666666;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
}
.form-control {
  height: 50px;
  color: #6e6e6e;
  border: 1px solid #e8e8e8;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  font-size: 15px;
  padding: 10px 20px;
  width: 100%;
}

.billing-details .form-group label .required {
  color: #fe532f;
}
select.form-control {
  height: 50px !important;
}
.banner-area .shape-text span {
  font-size: 100px;
  text-transform: uppercase;
  font-weight: 700;
  left: 130px;
  position: absolute;
  bottom: -50px;
  opacity: 0.3;
  color: #e4d7d7;
}
p:last-child {
  margin-bottom: 0;
}
.contact-info-area .single-contact-info {
    text-align: center;
    background-color: #e5e5e5;
    margin-bottom: 30px;
    padding: 30px;
    transition: all 0.5s;
    height: 84%;

}
.contact-info-area .single-contact-info i {
    display: block;
    color: #000000;
    transition: all 0.5s;
    font-size: 25px;
    width: 50px;
    height: 50px;
    margin: 0 auto 15px;
    line-height: 50px;
    border: 1px solid #000000;
    border-radius: 50%;
}
.contact-info-area .single-contact-info h3 {
  transition: all 0.5s;
  font-size: 18px;
  line-height: 18px;
}
.contact-info-area .single-contact-info a {
  color: #686868;
  transition: all 0.5s;
  display: block;
}
.contact-info-area .single-contact-info:hover {
      background-color: #000000;
}
.contact-info-area .single-contact-info:hover i {
  color: #fff;
  border-color: #fff;
}
.contact-info-area .single-contact-info:hover h3 {
  color: #fff;
}
.contact-info-area .single-contact-info:hover a {
  color: #fff;
}
.blog-area {
  position: relative;
}
.blog-area .shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 150px;
  z-index: -1;
}
.blog-area .shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 150px;
  z-index: -1;
}
.blog-wrap.owl-theme .owl-nav.disabled + .owl-dots {
  line-height: 0.01;
  margin-top: 0;
}
.blog-wrap.owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  margin: 0 4px;
  background: transparent;
  border: 1px solid #3a8d00;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.blog-wrap.owl-theme .owl-dots .owl-dot:hover span {
  border-color: #3a8d00;
}
.blog-wrap.owl-theme .owl-dots .owl-dot:hover span::before {
  background-color: #3a8d00;
}
.blog-wrap.owl-theme .owl-dots .owl-dot.active span {
  border-color: #3a8d00;
  position: relative;
}
.blog-wrap.owl-theme .owl-dots .owl-dot.active span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #3a8d00;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  margin: 3px;
}
.single-blog-post {
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  margin-left: 15px;
  margin-right: 15px;
  transition: all 0.5s;
}
.single-blog-post .post-image {
  position: relative;
  overflow: hidden;
}
.single-blog-post .post-image a {
  display: block;
}
.single-blog-post .post-image a img {
  border-radius: 5px;
  transition: 0.5s;
}
.single-blog-post .post-content {
  padding: 25px;
  min-height: 234px;
}
.single-blog-post .post-content .date {
  color: #3a8d00;
  font-size: 12px;
  margin-bottom: 8px;
  margin-top: -4px;
}
.single-blog-post .post-content .date i {
  font-size: 12px;
}
.single-blog-post .post-content h3 a {
  margin-bottom: 8px;
  line-height: 1.4;
  color: #333;
  font-size: 1.3rem;
}
.single-blog-post .post-content p {
  margin-bottom: 0;
}
.single-blog-post .post-content .read-more {
  margin-top: 22px;
}
.single-blog-post:hover {
  transform: translateY(-5px);
}
.single-blog-post:hover h3 a {
  color: #3a8d00;
}
.single-blog-post:hover .post-image a img {
  transform: scale(1.3) rotate(4deg);
}
.single-blog-post:hover .read-more {
  color: #3a8d00;
}
.single-blog-post:hover .read-more i::after {
  animation: rotation 10s infinite linear;
}
.banner-area .banner-images-right {
  position: absolute;
  max-width: 40%;
  top: 110px;
  right: 80px;
}
span.rounded-area {
    margin-left: 20px;
    background-color: #ff3838;
    padding: 3px 0;
    border-radius: 50%;
    color: #ffffff;
    width: 23px;
    height: 22px;
    position: absolute;
    left: -10px;
    font-size: 11px;
    top: -10px;
    border: 0;
    text-align: center;
}
.nav-cart-content {
  top: 100%;
  right: 0px;
  position: absolute;
  z-index: 999;
  background-color: #fff;
  padding: 2px;
  border: 3px solid #e2dddb;
  width: 336px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.16);
  border-radius: 3px;
  display:none;
  transition: all 0.3s ease;
}
.nav-cart-item-desc a {
  font-family: "Manrope", sans-serif;
  color: #222;
}
li.nav-item.cart-sec {
  position: relative;
}

.nav-cart-item:first-child {
  border-top: 0 none;
  margin-top: 0;
  padding-top: 0;
}
.nav-cart-item-image {
  border: 2px solid #eee;
  height: 48px;
  margin-right: 15px;
  transition: border-color 0.2s linear 0s;
  width: 48px;
}
.nav-cart-item-image a, .nav-cart-item-image img {
  display: block;
  height: 100%;
  width: 100%;
}
.nav-cart-item-quantity {
  padding: 4px 9px;
  margin-left: 13px;
  border-radius: 50%;
}
.banner-text p {
  padding-right: 33px;
  color: #fff;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgb(254, 83, 47);
}

.ai-text h4 {
  font-weight: 400;
  font-family: playfair display,serif;
  margin-bottom: 15px;
}
.ai-text p {
  font-size: 16px;
  margin-bottom: 28px;
}
.ai-text{margin-bottom:20px;position:relative;padding-left: 55px;}
.ai-text:before{content:"";top: 6px;left: -41px;width: 64px;height: 61px;position: absolute;background:url(../images/abt.png) 0 0 no-repeat;}
.abt1:before { background:url(../images/abt.png) 0 0 no-repeat;}
.abt2:before { background:url(../images/abt2.png) 0 0 no-repeat;}
.abt3:before { background:url(../images/abt3.png) 0 0 no-repeat;}

.site-btn {
  display: inline-block;
  border: none;
  font-size: 16px;
  font-weight: 600;
  min-width: 167px;
  padding: 14px 30px;
  border-radius: 50px;
  text-transform: uppercase;
  color: #fff;
  line-height: normal;
  cursor: pointer;
  text-align: center;
  letter-spacing: 1px;
  background: -o-linear-gradient(305deg,#fdb07d 0%,#f65d5d 100%);
  background: #93278f;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdb07d",endColorstr="#f65d5d",GradientType=1);
  color: #fff;
  margin-top: 25px;
}

.pricing-item {
  text-align: center;
  background: #fff;
  padding-bottom: 40px;
  margin: 15px 0;
  border-radius: 13px;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 6px rgba(72,105,114,.15);
  box-shadow: 0 5px 6px rgba(72,105,114,.15);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.pricing-item .pi-top {
  height: 156px;
  padding-top: 26px;
  background: #93278f;
}

.pricing-item .pi-top h4 {
  font-family: "Manrope", sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}

.pricing-item .pi-price {
  width: 144px;
  height: 144px;
  margin: -71px auto 30px;
  padding-top: 35px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 5px 6px rgba(72,105,114,.15);
  box-shadow: 0 5px 6px rgba(72,105,114,.15);
}
.pricing-item .pi-price h3 {
  font-size: 40px;
  font-weight: 700;
  color: #666;
}
.pricing-item .pi-price p {
  text-transform: uppercase;
  color: #999;
}

.pricing-item .pi-price p {
  text-transform: uppercase;
  color: #999;
  font-size:15px
}

.pricing-item .pi-price h3 {
  font-size: 30px;
  font-weight: 700;
  color: #666;
  line-height: 2.7;
}
.site-btn:hover{ color:#fff;}
.three_section {
  background: url(../images/course_bg.jpg) 0 0 no-repeat;
  padding: 4% 0;
}
.banner-area{background:url( ../images/banner.jpg) 0 0 no-repeat;height: 701px;background-position: center top;
    font-weight: 500;}

.min-height60{ min-height:500px;}
.top_menu .navbar-light .navbar-nav .nav-link{color: #000000;text-transform: capitalize;letter-spacing: 0px;font-size: 15px;font-weight: 600;font-family: "Familjen Grotesk", sans-serif;position: relative;}
.top_menu .navbar-light .navbar-nav .nav-link:hover{color: #ff3838;}
.blog-area{background: #222 url(../images/video_bg.png) 0 0 no-repeat;padding:4% 0;}
.blog-area .sec-title p, .blog-area .sec-title h1{ color:#fff;}
.three_section h2{margin-bottom:20px;}
.cart-area, .contact-info-area{        background: #ffffff;
    padding: 100px 0;}
.about-img img{ margin:0 auto; display:block;}

.footer-top-area {
    background: url(../images/footer.jpg);
    background-size: cover;
    padding: 100px 0 0;
}
.pro_detils ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-radius: 5px;
    width: 79%;
}
.pro_detils ul li {

  background: #f4f4f4;
  padding: 10px;
  margin: 0 0 5px;
  font-size: 20px;
  border-radius: 5px;
  border: 1px solid #ccc;

}


.list-type1{
  width:427px;
  /*! margin:0 auto; */
}

.list-type1 ol{
  counter-reset: li;
  list-style: none;
  *list-style: decimal;
  font-size: 15px;
  font-family: 'Raleway', sans-serif;
  padding: 0;
  margin-bottom: 20px;
} 
.list-type1 ol ol{
  margin: 0 0 0 20px;
}

.list-type1 a {
  position: relative;
  display: block;
  padding: .4em .4em .4em 2em;
  *
  padding: .4em;
  margin: .5em 0;
  background: #29a8d6;
  color: #fff;
  text-decoration: none;
  -moz-border-radius: .3em;
  -webkit-border-radius: .3em;
  border-radius: 10em;
  transition: all .2s ease-in-out;
  font-size: 18px;
}

.list-type1 a:hover {
  background: #1f91ba;
  text-decoration: none;
  transform: scale(1.1);
}

.list-type1 a:before{
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -1.3em;
  top: 50%;
  margin-top: -1.3em;
  background:#2b86a7;
  height: 2em;
  width: 2em;
  line-height: 1.3;
  border: .3em solid #fff;
  text-align: center;
  font-weight: bold;
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
  color:#FFF;
} 
.how h2{ 
    font-size:16px;
}
.hdng1-pro {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.3;
    color: #000000;
    font-family: "Manrope",sans-serif;
}
.how {
 margin-bottom: 22px;
    background: #faf9f8;
    padding: 30px;
    margin-top: 20px;
}
.how a {
  text-transform: uppercase;
}

.shippinAddress {
  background: #f4f4f4;
  padding: 10px;
  text-align: center;
  margin: 10px 0;
}
.question1{ padding-left:20px;}
.question1 span{ padding:0 6px;}

.second-blk-left-img2 {
  position: absolute;
  bottom: -70px;
  right: 20px;
  border-radius: 50%;
  overflow: hidden;
}

.second-blk-left-img2 .img2 {
  box-shadow: 0 0 8px #d2d2d2;
  background: rgba(255, 165, 53, 0.42);
  padding: 7px;
  border-radius: 50%;
}
.ai-text abt1 p{ margin-bottom:10px;}

.banner-bg-top {
 width: 100%;
 position: relative;
  min-height: 89vh;
  background: url(../images/banner-1.jpg);
  background-position: center;
  background-size: cover;
/* display: flex; */
/* align-items: center; */
padding: 0;
margin: 0;
background-repeat: no-repeat;
/* background-attachment: fixed; */
}

.banner-bg-top:before{
  content:"";
  /* position:absolute; */
  /* top:0; */
  /* left:0; */
  /* right:0; */
  /* bottom:0; */
  /* background: rgb(0 0 0 / 55%); */
}
.banner-bg-top h3 {color: #ff8500;font-size: 45px;letter-spacing: 0px;font-weight: bold;text-transform: uppercase;line-height: 47px !important;font-family: "Manrope", sans-serif;}
.banner-bg-top .medil-text-bg {
  font-family: 'Anton', sans-serif;
  color: #33c6fc;
  font-size: 2.8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-top: 2rem;
  line-height: 53px;
  font-weight: bold;
}

.banner-bg-top .main-nav {
  padding: 0px;
  background: none !important;
  border-bottom: 0px solid #fff;
  position: inherit;
}





.banner-bg-top p {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 16px;
    margin-top: 2rem;
    padding: 0px;

font-weight: normal;}
.banner-bg-top .button-bg-m{
    margin-top: 1rem;
    
    /* border-radius: 4px; */
    background: #ff8500;
}


.banner-bg-top .button-bg-m:hover{
    background: #c67012;
    
}
/*-----------------------------------------*/
.button-bg-m {
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    padding: 10px 65px;
    border-radius: 0;
    transition: 0.3s ease-in-out all;
    background: #a5043e;
   
}

.button-bg-m:hover{   
  }

.button-bg-m.blue {
    color: #fff;
    position: relative;
    font-size: 19px;
    font-family: "Manrope",sans-serif;
    font-weight: 500;
    background: #fff;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 5px;
    transition: all 0.5s ease;
    /* background: url(../images/button-bg.png)no-repeat; */
    background-size: 100%;
    background-position: bottom;
    /* width: 200px; */
    /* height: 200px; */
    text-align: center;
    /* display: flex; */
    /* border: 2px solid #ff7b16; */
    /* border-radius: 50%; */
    justify-content: center;
    align-items: center;
    margin-left: 0;
    background: #ff3838;
    padding: 12px 30px;
    border-radius: 7px;
}
.button-bg-m.blue:hover{
    background: #5b5b5b;
}
.button-bg-m:hover:after{}
.button-bg-m.blue:hover{ }
.button-bg-m.blue:after{}
.button-bg-m.orange,
.button-bg-m.orange:hover{ color: #f56f17; }
.button-bg-m.orange:after{ border-color: #f56f17; }
.button-bg-m.green,
.button-bg-m.green:hover{ color: #47cf77; }
.button-bg-m.green:after{ border-color: #47cf77; }
@media only screen and (max-width: 767px){
  .button-bg-m{ margin-bottom: 20px; }
}
/*--------------------------*/
.fitness-box{
  background: #fff;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  padding: 0px 25px 40px;
  margin: 20px 0 0;
  border-radius: 20px;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 2px -1px 16px 0px rgba(143,143,143,0.75);
  -webkit-box-shadow: 2px -1px 16px 0px rgba(143,143,143,0.75);
  -moz-box-shadow: 2px -1px 16px 0px rgba(143,143,143,0.75);
}
.fitness-box:hover{ box-shadow: 0 10px 10px rgba(0,0,0,0.2); }
.fitness-box:before,
.fitness-box:after{
  content: "";
  background: linear-gradient(to top,#008d86,#01a2a6);
  width: 10px;
  border-radius: 0 100px 100px 0;
  position: absolute;
  top: 110px;
  bottom: 35px;
  left: 0;
}
.fitness-box:after{
  border-radius: 100px 0 0 100px;
  left: auto;
  right: 0;
}
.fitness-box .service-icon{
  color: #fff;
  background: linear-gradient(-45deg,#008d86 49%,#01a2a6 50%);
  font-size: 45px;
  line-height: 92px;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border-radius: 100px;
  border: 15px solid #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  transform: translateY(-20px);
  transition: all 0.3s ease;
}
.fitness-box:hover .service-icon i{
  transform: rotateX(360deg);
  transition: all 0.3s;
}
.fitness-box .title{
  color: #008d86;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.fitness-box .description{
  color: #444;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  min-height: 89px;
}
.fitness-box.pink:before,
.fitness-box.pink:after{ background: linear-gradient(to top,#f53985 49%,#fd47a4); }
.fitness-box.pink .service-icon{ background:linear-gradient(-45deg,#f53985 49%,#fd47a4 50%); }
.fitness-box.pink .title{ color: #f53985; }
.fitness-box.purple:before,
.fitness-box.purple:after{ background: linear-gradient(to top,#8b33cc 49%,#a23adc); }
.fitness-box.purple .service-icon{ background:linear-gradient(-45deg,#8b33cc 49%,#a23adc 50%); }
.fitness-box.purple .title{ color: #8b33cc; }
.fitness-box.blue:before,
.fitness-box.blue:after{ background: linear-gradient(to top,#038bec 49%,#01aeee); }
.fitness-box.blue .service-icon{ background:linear-gradient(-45deg,#038bec 49%,#01aeee 50%); }
.fitness-box.blue .title{ color: #038bec; }
@media only screen and (max-width:990px){
  .fitness-box{ margin: 20px 0 50px; }
}
/*-----------------------------------------*/
.choose-program-area{

}
h2.section-heading {
  margin-bottom: 3rem;
  text-transform: uppercase;
}
h2.section-heading span {
  color: #1face1;
}
h3.section-subheading {
  font-size: 15px;
  color: #eceef1;
  font-weight: 400;
  width: 100%;
  margin: 0;
  padding-bottom: 1rem;
  line-height: 30px;
  font-family: 'Open Sans', sans-serif;
}
.about-us-area {
  padding: 7rem 0rem;
  width: 100%;
  background-image: url(../images/about-bg.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  background-position: center;
}
.about-us-area h2{
  color: #fff;
  margin-bottom: 2rem;
}
.about-us-area .button-bg-m{
  margin-top: 2rem;
}

/*-----------------------------------------*/
.product-bg-n {
      font-family: "Manrope", sans-serif;
      position: relative;
      overflow: hidden;
      margin-bottom: 6%;
      transition: 0.25s ease-in-out all;
      /* margin-right: 5%; */
      margin: 15px;
      background: #f5f4f2;
      padding: 15px;
      border-radius: 12px;
}
  .sliderImg a{
      color: #ddd;
  }  


.product-bg-n .product-content{
    width: 100%;
    bottom: 0;
    transition: all 0.3s ease-in-out;
    height: 93px;
    z-index: 9;
    position: absolute;
    bottom: 50px;
        transform: translatey(100%);
    opacity: 0;

    }

 .product-bg-inside:hover .product-content{
         transform: translatey(0);
    opacity: 1;
 }

    .product-bg-n .product-content .product-content-box::before{
        content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.09);
    display: none;
    
    }



.product-bg-n a.sliderImg img {padding: 1rem 0;position: relative;z-index: 1;padding-top: 0;border-radius: 10px;}



.product-bg-n .product-content .quick-view{
     color: #fff;
     padding: 12px 24px;
     background: #ff7b15;
     width: 90%;
     border-radius: 0;
 font-family: "Manrope",sans-serif;
     border: 1px solid #ff7b15;
     letter-spacing: 4px;
    }

.product-bg-n .product-content .quick-view i{ 
       margin-right: 8px;
}
.product-bg-n .product-content .title .ng-binding{
    text-transform: uppercase;
    color: #000000;
    font-weight: normal;
    font-family: 'Fira Sans';
    font-size: 18px;
    line-height: 24px;}

.product-bg-n .product-content .title{
    line-height: 24px;
}

.product-bg-n .price {
        color: #000000;
        font-size: 20px;
        font-weight: 600;
        font-family: "Manrope", sans-serif;
        transition: all ease 0.5s;
        padding: 0;
        width: auto;
        display: flex;
        align-items: center;
        letter-spacing: -1px;
        text-align: center;
        justify-content: flex-start;
        margin: 5px 0;
}








/*-----------------------------------------*/
.nav-cart-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fitness-box.blue .service-icon span img{
  padding: 20px;
}
.qty-div input {
    background: #fff;
    border-radius: 0;
    font-weight: 700;
    margin-left: 20px;
    width: 50%;
    padding: 5px 10px;
}
.linkBtn { 
  width: 100%;
  text-align : center;
}

@media screen and (max-width:990px){
  /* .product-bg-n{ margin: 0 0 30px; } */
}
/*----------------------------------*/


.card_image img {
  max-width: 37%;
}

.owl-item.active .slider {}

.sliderWrapper .sliderImg+.sliderImg {
  width: 120px;
  border: 2px solid #09ae97;
  display: block;
  padding: 10px;
  margin: auto;
  background: #ceff8e;
}

a.sliderImg img {
  max-width: 100%;
  width: 100%;
}

.sliderWrapper .sliderImg .sliderImg img {
  height: 50px;
  width: 150px;
  margin: auto;
}

.sliderImg img {
  max-width: 60%;
  display: block;
}

a.sliderImg {
  /* max-width: 90%; */
  display: block;
  margin: auto;
  /* margin-bottom: 20px; */
  background: #fff;
  border-radius: 10px;
}

.banner-bg-top:after {content: '';position: absolute;width: 100%;/* background: url(../images/afterShape.png); */height: 62px;bottom: -9px;}

.how p {
  font-weight: 600;
}

.bannerContent {
  
  
  position: relative;
  z-index: 5;
}

.bannerContent p {
  /* font-weight: 500; */
}

.banner-bg-top svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.top_menu {
  position: relative;
  z-index: 55;
  /* background: linear-gradient(45deg, #ffd642, #ff6739); */
  /* padding: 15px 0; */
}

.sliderImg label {
  color: #38beab;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.navLogo {/* background: linear-gradient(1deg, #197028, #86db41); *//* border-radius: 10px; *//* box-shadow: 0px 2px 4px #fff; */}

.navLogo img {max-width: 83%;margin: 10px auto;display: block;}

.section-title h1 {
  font-size: 2.3rem;
  font-weight: 600;
}

.page-title-content {
      margin-top: 100px;
}

.section-title p{
      color: #7b7b7b;
}
.prd-type-block-innr{
  position:relative;
  overflow: hidden;
    transition: all ease 0.5s;
}
.prd-type-block-innr-cont{
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      text-align: center;
      transform: translateY(-50%);
      z-index: 5;
}

.prd-type-block-innr-cont h4{
      display: inline-block;
      padding: 10px 30px;
      /* background: #000; */
      border-radius: 51px;
      color: #fff;
      text-transform: capitalize;
      font-size: 17px;
      font-weight: 600;
      margin-bottom: 20px;
}
.prd-type-block-innr-cont .innr-link{
      font-family: "Manrope", sans-serif;
      text-transform: capitalize;
      color: #fff;
      font-weight: 600;
      transition: all ease 0.5s;
      border: 2px solid #fff;
      padding: 10px 18px;
      border-radius: 30px;
      /* margin-top: 20px; */
}

.prd-type-block-innr:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(27 27 27 / 51%);
    content: '';
    /* -webkit-transition: -webkit-transform 0.6s; */
    /* transition: transform 0.6s; */
    /* -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,
45deg
) translate3d(0,-120%,0); */
    /* transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,
45deg
) translate3d(0,-120%,0); */
    z-index: 1;
}

.prd-type-block-innr:hover:before{
-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,
45deg
) translate3d(0,120%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,
45deg
) translate3d(0,120%,0);
}
.address-innr{
position: relative;
    }


.address-innr:before{
        content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: transparent;
    left: 0;
    top: 0;
    border: 5px solid transparent; 
}


.address-innr:after{
        content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: transparent;
    right: 0;
    bottom: 0;
    border: 5px solid transparent; 
}


.footer-top-area .single-widget p {
    color: #676767;
}


.footer-top-area .address-innr h4 {
     color: #8f8f8f;
     margin-top: 10px;
}
.foot-para p {
    color: #ccc;
    font-size: 16px;
    line-height: 28px;
    padding: 25px 0;
    border-top: 1px solid hsla(0, 0%, 100%, .1);
}
.footer-top-area .single-widget .links li a:hover {
    color: #ff3838;
}

.terms {
      padding: 80px 0;
    background: #ffffff;
}


.our-product-area .section-title h1 {
    font-size: 2.5rem;
    font-weight: 500;
    color: #000000;
    text-transform: none;
    border-radius: 50px;
    padding: 8px;
    font-family: "Manrope", sans-serif;
    font-family: "Manrope",sans-serif;
    text-transform: capitalize;
    /* width: 50%; */
}

.our-product-area .section-title p {
    color: #ff7b15;
    font-size: 24px;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-family: "Manrope", sans-serif;
font-family: "Manrope",sans-serif;
    font-weight: 500;
    font-style: italic;
}







.address-innr h4{
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #dcdcdc;

}
.address-innr p, .address-innr p a{
  color: #676767;
  font-size: 16px;
}

.description ul {
       margin: 30px 0;
    padding: 0;
}
.description li {
      margin: 14px 0;
    list-style: none;
}
/*
.bg1{
  background: linear-gradient(to left bottom,#02F4C1,#00AE85);
}
.bg2{
 background: linear-gradient(to left bottom,#02F4C1,#00AE85);
}
.bg3{
  background: linear-gradient(to left bottom,#02F4C1,#00AE85);
}
.bg4{
 background: linear-gradient(to left bottom,#02F4C1,#00AE85);
}
.bg5{
 background: linear-gradient(to left bottom,#02F4C1,#00AE85);
}
.bg6{
   background: linear-gradient(to left bottom,#02F4C1,#00AE85);
}
.bg7{
 background: linear-gradient(to left bottom,#02F4C1,#00AE85);
}
.bg8{
 background: linear-gradient(to left bottom,#02F4C1,#00AE85);
}
.bg9{
 background: linear-gradient(to left bottom,#02F4C1,#00AE85);
}
.bg10{
 background: linear-gradient(to left bottom,#02F4C1,#00AE85);
}
.bg11{
 background: linear-gradient(to left bottom,#02F4C1,#00AE85);
}
.bg12{
 background: linear-gradient(to left bottom,#02F4C1,#00AE85);
}
*/


banner-bg-top .bannerContent {
  margin-bottom: 0rem;
}
.single-widget .links li a:hover{
  color:#5ba9ff;
  
}
@media only screen and (max-width: 992px) {
  .nav-cart-content {
  right: -100px;
  }
  .product-bg-n {
margin-bottom: 80px;
}
  .navbar-light .navbar-brand {
 margin-left: 30px;
}
   
}
.product-right .product-main-description {
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #333;
    margin-top: 10px;
    white-space: break-spaces;
}
.product-right .product-sub-description {
    display: block;
    width: 100%;
    margin-top: 1em;
}
.product-right .product-sub-description .about-title {
        display: block;
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0.5em;
    font-family: 'Familjen Grotesk';
    color: #000000;
}
.product-right .product-sub-description .about-description {
    display: block;
    width: 100%;
    font-size: 16px;
    white-space: break-spaces;
    text-align: justify;
}

.slide-btn:hover:after {
     
    opacity: 1;
}
.slide-btn:hover {
    color: #fff;
}

.slide-btn {
    padding: 12px 20px;
    display: block;
    text-transform: capitalize;
    position: relative;
    transition: all 0.3s;
    /* border: 1px solid #333333; */
    border-radius: 0;
    color: #ffffff;
    overflow: hidden;
    font-size: 16px;
    z-index: 1;
    font-family: 'Source Sans Pro', sans-serif;
    background: #ff3838;
    border-radius: 6px;
    width: 60%;
    font-family: "Manrope",sans-serif;
    font-weight: 700;
}

.product-bg-n .title
{
    font-size: 15px;
    margin-bottom: 0;
    margin: 0 10px 0 0;
    color: #000000;
    font-family: "Manrope", sans-serif;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
}

.l-div-sec
{
        align-items: center;
    display: flex;
}


.banner{
    background: url(../images/banner-1.jpg) no-repeat;
    background-size: cover;
    min-height: 750px;
    padding: 130px 0 100px 0;
    position: relative;
}
.down-arr{
     position: absolute;
    content: "";
    background: url(../images/down-arrow.png) no-repeat;
    width: 20px;
    height: 56px;
    left: 50%;
    bottom: 7%;
    transition: all 0.5s ease;
}
.down-arr:hover{
bottom: 9%;
    filter: invert(0.7);

}
.banner h4 {
    color: #ff3838;
    display: inline-block;
    font-family: "Manrope",sans-serif;
    font-size: 22px;
    font-weight: 800;
    line-height: 32px;
    position: relative;
}
.banner h1{
    font-family: "Manrope", sans-serif;
    color: #0f0f0f;
    font-size: 60px;
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 20px;
}

.banner p{
    color: #6a6a6a;
    margin: 0 0 20px 0px;
    transition: all 0.5s ease;
    font-family: "Manrope",sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
}
.bann-tx p:hover{
     margin: 0 0 20px 0px;
}

.button-bg-m{
  background-color: #e2a185;
    margin: 14px 0;
    font-weight: 500;
font-family: "Manrope",sans-serif;
}
.btn-tx {
    border: 1px solid #000;
    padding: 10px 20px;
    margin: -10px;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.5s ease;
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.button-bg-m:hover .btn-tx{
margin: 0;
}
.banner .img-box{
    max-width: 100%;
    display: block;
    margin: auto;
    overflow: hidden;
}

.banner .img-box img{
    width: 100%;
    object-fit: cover;
}

.container-fluid {
    padding: 0 70px;
}
.collapse{
    width: 33.333%;
    text-align: left;
}
.navbar-brand{
    width: 33.333%;
    text-align: center;
}
.menu-cart-item{
     width: 31%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
.menu-cart-item ul li{
    list-style: none;
}
.menu-cart-item ul li i {
    font-size: 1.3rem;
    color: #000000;
}
.menu-cart-item ul{
    margin: 0;
}
.nav-item .nav-link::before{
    position: absolute;
    content: "";
    width: 0px;
    height: 2px;
    background: #000000;
    left: -23px;
    top: 50%;
    transition: all 0.5s ease;
}
.nav-item:hover .nav-link::before{
    width: 22px;
}
.menu-cont-info{
        background: #051f34;
    text-align: center;
    padding: 10px 0;

}
.menu-cont-info ul{
    margin: 0;
    padding: 0;
}
.menu-cont-info ul li{
    list-style: none;
    display: inline-block;
}
.menu-cont-info ul li p{
    font-size: 16px;
    color: #fff;
font-family: "Manrope",sans-serif;
    padding: 0 5px;
    text-transform: uppercase;
    font-weight: 600;

}
.menu-cont-info ul li p a{
    color: #fff;
    font-size: 12px;
}
.btn-tx img{
        width: 20px;
    margin-left: 8px;
}
.use-prod{
        padding: 100px 0;
        background: #ffffff;
}
.title-subtx h5{
    font-size: 24px;
    font-weight: 500;
    color: #051f34;
    margin: 35px 0;
    letter-spacing: 2px;
    text-transform: capitalize;
    font-family: "Manrope", sans-serif;
    font-style: italic;
}
.title-subtx h3{
        font-size: 2.5rem;
        font-weight: 500;
        color: #000000;
        font-family: "Manrope",sans-serif;
        width: 100%;
        text-transform: capitalize;
        width: 78%;
}
.title-subtx h2{
     font-family: "Manrope",sans-serif;
     color: #5b5b5b;
     font-size: 3rem;
     margin: 10px 0 23px;
}
.title-subtx p{
     transition: all 0.5s ease;
     font-family: "Manrope", sans-serif;
     font-size: 15px;
     font-weight: 500;
     width: 90%;
}
.use-prod-box{
    /* display: flex; */
    /* text-align: center; */
    align-items: center;
    /* margin: 0 0 20px 0; */
    padding-bottom: 20px;
    position: relative;
    /* background: #f5f4f2; */
    /* border-radius: 50%; */
    /* height: 275px; */
    /* width: 300px; */
    /* max-width: 100%; */
    flex-direction: column;
    align-content: center;
    /* justify-content: center; */
    /* padding: 20px; */
    /* border-radius: 10px; */
    /* margin-top: 10px; */
    /* border: 2px solid #ff5f10; */
    /* height: 100%; */
}


.use-prod-box img{
    width: 40px;
}
.use-prod-box p{
      color: #000000;
      font-size: 15px;
      line-height: 22px;
      font-family: "Manrope", sans-serif;
}
.use-prod-box h6{
    margin: 14px 0;
    font-family: "Manrope", sans-serif;
    color: #000000;
    font-size: 19px;
    font-weight: 600;
    font-family: "Manrope",sans-serif;
    /* height: 50px; */
    /* display: flex; */
    justify-content: center;
    align-items: center;
}
.mt-100{
    margin-top: 100px;
}
.mb-100{
    margin-bottom: 100px;
}
.pt-100{
    padding-top: 100px;
}
.pb-100{
    padding-bottom: 100px;
}

.sliderImg{
      transition: all 1.5s cubic-bezier(0,0,.2,1);
}
.product-image:hover .sliderImg {
      transform: scale(0.9);
}
.our-product-area .button-bg-m.blue {margin: 0 auto;}
.sect-ab{
       padding: 100px 0;
       background: #f5f4f2;
       position: relative;
}
.about-cont{
    /* position: relative; */
}
.about-cont .cont-up{
    position: absolute;
    /* top: 5%; */
    left: 0;
    font-size: 8rem;
    left: -150px;
    bottom: -173px;
    font-family: "Manrope", sans-serif;
    color: #ebe2dd;
    background-size: 300px;
    width: 30%;
    z-index: -1;
    height: auto;
}
.about-cont .cont-down{
    position: absolute;
    top: -17%;
    font-size: 8rem;
    right: -5%;
    /* font-family: "Manrope", sans-serif; */
    color: #ebe2dd;
    width: 34%;
    height: auto;
    z-index: -1;
}
.sect-ab .title-subtx p{
width: 70%;
}
.sect-ab .title-subtx p {
      transition: all 0.5s ease;
      font-family: "Manrope", sans-serif;
      font-size: 15px;
      font-weight: 500;
      width: 90%;
}
.sect-ab .title-subtx p:hover{
    margin-left: 0;
}
.foot-logo img{
    width: 240px;
}
.contactHeader h2{
      text-transform: capitalize;
    font-family: "Manrope", sans-serif;
    color: #000000;
    font-weight: 200;
    font-size: 3rem;
}
.contactHeader p strong{
       font-family: 'Familjen Grotesk';
    color: #000000;
    font-family: "Manrope", sans-serif;
    font-weight: 200;
    text-transform: lowercase;
    font-size: 20px;

}
.product-bred {
    margin-bottom: 20px;
    padding: 20px;
    background: #f3f3f3;
    width: 70%;
    position: relative;
}
.product-bred::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #ff3838;
}
.product-bred p{
  font-size: 16px;
  color: #6a6a6a;
}
.product-bred p a {
    color: #0f0f0f;
    font-size: 16px;
}
.price p{
    font-size: 2rem;
    font-weight: 500;
    color: #ff3838;
    letter-spacing: 3px;
    font-family: "Manrope", sans-serif;
}
.sec1-prodiv-rgt-mid .button-bg-m.blue {
margin-left: 0;
}
.cart-buttons .button-bg-m.blue {
       margin-right: 0 !important;
    margin-left: auto;
    border: 0;
    background: #ff3838;
    height: 58px;
    width: 300px;
    border-radius: 6px;
}
.cart-buttons .button-bg-m.blue:hover {
        background: #5b5b5b;
        transition: all 0.5s ease;

}
.user-actions h2, .billing-details h3{
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f0f0f;
    text-transform: uppercase;
    padding-bottom: 0.9375rem;
    border-bottom: 1px solid #ebebeb;
    font-family: "Manrope", sans-serif;
}
@media screen and (max-width: 980px) {
.menu-cart-item {
       width: 40%;
    margin: 0 20px 0;
    
}
.navbar-brand {
    width: 40%;
        text-align: left;
}
.container-fluid {
    padding: 0 60px;
}
.banner h3 {
    font-size: 4rem;
}
.banner {
    height: auto;
}
.button-bg-m.blue {
    margin-left: 0px;
}
}
@media screen and (max-width: 667px) {

.menu-cart-item {
    width: 30%;
}
.navbar-brand {
    width: 40%;
        text-align: left;
}
.banner p {
    width: 100%;
    margin: 0 0 20px 0px;
}
.title-subtx h3 {
    font-family: 'Gallient';
    font-size: 2rem;
}
.sect-ab .title-subtx p {
    width: 100%;
    margin-left: 0;

}
}
@media screen and (max-width: 480px) {

.menu-cart-item {
    width: 26%;
}
.container-fluid {
    padding: 0px 30px;
}
.navbar-brand {
    width: 36%;
    text-align: left;
}
}
.prod-ship, .prod-qty{
        font-size: 20px;
    font-weight: 300;
    font-family: 'Familjen Grotesk';
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.prod-ship p, .prod-qty p{
    margin-left: 20px;
    font-size: 25px;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
}
.prod-qty{
    margin-top: 20px;
}

.about-sec {
    background: #f5f4f2;
}

.about-img2{
        margin: 0 50px 0 0;
}

.product-details-area {
       background: #ffffff;
    padding: 100px 0;
}
.checkout-area {
       background: #ffffff;
}
    .title-subtx {
      margin: 0px 0 0 55px;
}
.button-bg-m{
    margin: 0 auto;
}
.about-sec .title-subtx p {
    margin: 20px 0;
}

.use-prod .section-title h3{
        font-size: 2.5rem;
        font-weight: 500;
        color: #000000;
        border-radius: 50px;
        padding: 8px;
        font-family: "Manrope",sans-serif;
        text-transform: capitalize;
}
.use-prod .section-title p{
        color: #000000;
        font-size: 16px;
        text-transform: capitalize;
        letter-spacing: 0px;
        font-family: "Manrope", sans-serif;
        font-weight: 500;
        /* font-style: italic; */
}
.price {
    margin: 20px 0;
}
.cart-bttn{
    margin: 0 15px 0 20px;
}
.bann-tx {
    margin-top: 100px;
}
.useprod-box{
    background: #f9f9f9;
    padding: 20px;
    border-radius: 12px;
    height: 94%;
}
.use-prod-img img {
    width: 55px;
    height: 55px;
}
.useprod-box:hover{
    background: #fff;
    transition: all 0.5s ease;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.prod-text-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0;
}
.product-bg-n:hover{
    background: #ffffff;
    transition: all 0.5s ease;
    box-shadow: rgb(137 137 137 / 30%) 0px 1px 2px 0px, rgb(141 141 141 / 15%) 0px 2px 6px 2px;
}
.quick-view i{
    margin-right: 5px;
}
.quick-view:hover{
    background: #5b5b5b;
    transition: all 0.5s ease;
}
#cookiePopup h4 {
        font-size: 25px;
        color: #fff;
        margin-bottom: 15px;
    }

    #cookiePopup p {
        font-size: 15px;
        color: #fff;
        margin-bottom: 15px;
        letter-spacing: 1px;
        line-height: 1.5;
        max-width: 850px;
    }

    #cookiePopup p a {
        color: #fff;
        text-decoration: underline;
    }

    .cookieBtns {
        display: inline-flex;
        gap: 10px;
    }

    .cookieBtns button {
        font-size: 15px;
        margin: 10px 0;
        color: #fff;
        padding: 10px 20px;
        border-radius: 5px;
        background: #666666;
        cursor: pointer;
        transition: all 0.5s ease;
        border: 2px solid #fff;
    }

    .cookieBtns button:last-child {
        background-color: #fff;
        color: #666 !important;
    }


.services-section-three {
    counter-reset: count;
    padding: 120px 0 70px;
    position: relative;
    z-index: 1;
}
.sec-title {
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}
.sec-title .sub-title {
    color: #6a6a6a;
    display: inline-block;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    padding-left: 20px;
    position: relative;
    top: -8px;
}
.sec-title .sub-title:before {
    color: #ff3838;
    content: "//";
    left: 0;
    letter-spacing: .2em;
    position: absolute;
    top: 0;
}
.sec-title h2 {
    font-size: 46px;
    margin-bottom: 0;
    margin-top: -5px;
    color: #0f0f0f;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
}
.sec-title .text {
    color: #6a6a6a;
    margin: 20px 0 20px 0px;
    transition: all 0.5s ease;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
}
.service-block-three {
    margin-bottom: 70px;
    position: relative;
    z-index: 1;
}
.service-block-three .inner-box {
    position: relative;
    transition: all .3s ease;
}
.service-block-three .content {
    box-shadow: 0 10px 60px rgba(0, 0, 0, .1);
    overflow: hidden;
    padding: 40px 35px 70px;
    position: relative;
    transition: all .3s ease;
}
.service-block-three .content:after, .service-block-three .content:before {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 230px;
    opacity: .08;
    position: absolute;
    top: -100px;
    width: 230px;
}
.service-block-three .content:before {
    right: -60px;
}
.service-block-three .content:after {
    left: -60px;
}
.service-block-three .icon-box {
    margin-bottom: 25px;
    position: relative;
}
.service-block-three .icon-box img {
    display: inline-block;
    width: 65px;
    transition: all .3s ease;
}
.service-block-three .title {
    font-weight: 800;
    line-height: 26px;
    margin-bottom: 15px;
    color: #0f0f0f;
    font-size: 16px;
    font-family: "Manrope", sans-serif;
}
.service-block-three .text {
    margin-bottom: 0;
    position: relative;
    transition: all .3s ease;
    color: #6a6a6a;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    min-height: 140px;
}
.service-block-three .read-more i {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
    color: #0f0f0f;
    display: flex;
    font-size: 18px;
    height: 64px;
    justify-content: center;
    transition: all .1s ease;
    width: 64px;
}
.service-block-three .inner-box:hover {
    background-color: #ff3838
}
.service-block-three .inner-box:hover .icon,.service-block-three .inner-box:hover .text,.service-block-three .inner-box:hover .title {
    color: #fff
}
.service-block-three .inner-box:hover .icon-box:before {
    color: #fd6667
}
.service-block-three .inner-box:hover .read-more i {
    background-color: #e42b2b;
    color: #fff
}
.service-block-three .title:hover {
    color: #ff3838
}
.service-block-three .read-more {
    bottom: -32px;
    left: 35px;
    position: absolute;
}
.service-block-three .icon-box span {
    color: #edf0f5;
    content: "";
    font-size: 52px;
    position: absolute;
    right: -10px;
    top: 20px;
    transition: all .3s ease;
}


.about-section-four {
    padding: 120px 0 70px;
    position: relative;
}
.about-section-four:before {
    background-image: url(../images/shape.MpKARpoi.png);
    background-position: 100%;
    background-repeat: no-repeat;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}
.about-section-four .content-column {
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}
.about-section-four .content-column .inner-column {
    padding-left: 70px;
    position: relative;
}
.about-section-four .content-column .sec-title {
    margin-bottom: 20px;
}
.about-section-four .content-column .info-btn {
    color: #181818;
    display: block;
    font-size: 18px;
    font-weight: 800;
    line-height: 20px;
    margin-bottom: 50px;
    padding: 8px 0 8px 95px;
    position: relative;
    text-align: left;
    margin-top: 30px;
}
.about-section-four .content-column .info-btn i {
    background-color: #f6f6f6;
    border-radius: 50%;
    color: #ff3838;
    font-size: 28px;
    height: 70px;
    left: 0;
    line-height: 72px;
    margin-top: -35px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 70px;
}
.about-section-four .content-column .info-btn small {
    color: #6a6a6a;
    display: block;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}
.btn-style-one {
    background: #ff3838;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    line-height: 28px;
    overflow: hidden;
    padding: 15px 50px;
    position: relative;
    transition: all .5s ease;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    z-index: 0;
}
.btn-style-one:before {
    background-color: #e42b2b;
    border-radius: 10px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: .3s cubic-bezier(.785,.135,.15,.86);
    width: 24px;
    z-index: -1;
}
.theme-btn .btn-title {
    position: relative;
    transition: all .3s ease;
    z-index: 2;
}
.btn-style-one:hover, .btn-style-one:hover .btn-title {
    color: #fff;
}
.btn-style-one:hover:before {
    width: 100%;
}
.about-section-four .image-column {
    position: relative;
}
.about-section-four .image-column .inner-column {
    padding-bottom: 90px;
    position: relative;
}
.about-section-four .image-column .bg-shape {
    animation: fa-spin 60s linear infinite;
    background-image: url(../images/shape-1.O_wYxdQz.png);
    height: 540px;
    left: -80px;
    position: absolute;
    top: -40px;
    width: 540px;
}
.about-section-four .image-column .image-1 {
    border: 5px solid #fff;
    border-radius: 50%;
    height: 495px;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    width: 495px;
}
.overlay-anim {
    position: relative;
}
.about-section-four .image-column .image-1 img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.overlay-anim:after {
    background: hsla(0, 0%, 100%, .3);
    content: "";
    height: 0;
    left: 0;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}
.about-section-four .image-column .image-2 {
    border: 5px solid #fff;
    border-radius: 50%;
    bottom: 0;
    height: 309px;
    margin-bottom: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 309px;
}
.about-section-four .image-column .image-2 img {
    width: 100%;
}
.overlay-anim:hover:after {
    height: 100%;
}

.why-choose-us-two {
    padding: 120px 0 70px;
    position: relative;
}
.why-choose-us-two:before {
    background-image: url(../iamges/shape.MpKARpoi.png);
    background-position: 100%;
    background-repeat: no-repeat;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}
.why-choose-us-two .sec-title {
    margin-bottom: 50px;
}
.why-choose-us-two .sec-title .text {
    margin: 20px 0;
    max-width: 505px;
    color: #6a6a6a;
    transition: all 0.5s ease;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
}
.why-choose-us-two .image-column {
    margin-bottom: 35px;
    position: relative;
}
.why-choose-us-two .image-column .inner-column {
    margin-right: -10px;
    position: relative;
}
.why-choose-us-two .image-column .image-box {
    display: flex;
}
.why-choose-us-two .image-column .image-box .image-1 {
    margin-bottom: 0;
    margin-right: 20px;
    position: relative;
}
.why-choose-us-two .image-column .image-box .image-1:before {
    background-color: #ff3838;
    border-radius: 10px;
    content: "";
    height: 100%;
    left: -10px;
    position: absolute;
    top: -10px;
    width: 150px;
    z-index: -1;
}
.why-choose-us-two .image-column .image-box .image-1 img {
    border-radius: 10px;
}
.why-choose-us-two .image-column .image-box .image-2 {
    margin-bottom: 0;
    position: relative;
}
.why-choose-us-two .image-column .image-box .image-2:before {
    background-color: #ff3838;
    border-radius: 10px;
    bottom: -10px;
    content: "";
    height: 100%;
    position: absolute;
    right: -10px;
    width: 150px;
    z-index: -1;
}
.why-choose-us-two .image-column .image-box .image-2 img {
    border-radius: 10px;
}
.why-choose-us-two .image-column .image-box .logo {
    left: 204px;
    position: absolute;
    top: 185px;
}
.why-choose-us-two .content-column {
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}
.order-2 {
    order: 2 !important;
}
.why-choose-us-two .content-column .inner-column {
    padding-left: 70px;
    position: relative;
}
.feature-block-six {
    border-bottom: 1px solid #dcdce0;
    margin-bottom: 15px;
    padding-bottom: 0px;
    position: relative;
}
.feature-block-six .inner-box {
    padding-left: 120px;
    position: relative;
}
.feature-block-six .icon {
    color: #ff3838;
    font-size: 64px;
    left: 0;
    line-height: 1em;
    position: absolute;
    top: 20px;
    transition: all .3s ease;
}
.feature-block-six .icon:after {
    background-color: #f3f3f3;
    content: "";
    height: 44px;
    left: 40px;
    position: absolute;
    top: 20px;
    transition: all .3s ease;
    width: 44px;
    z-index: -1;
}
.feature-block-six .title {
    letter-spacing: .01em;
    font-weight: 800;
    line-height: 26px;
    margin-bottom: 15px;
    color: #0f0f0f;
    font-size: 16px;
    font-family: "Manrope", sans-serif;
}
.feature-block-six .text {
    color: #6a6a6a;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    min-height: 140px;
}
.feature-block-six .inner-box:hover .icon {
    color: #0f0f0f;
    transform: scaleX(-1)
}
.feature-block-six .inner-box:hover .icon:after {
    right: 20px
}