<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.react-heading,
.rs-dual-heading {
  position: relative;
}
.react-heading.title-border-yes .title,
.rs-dual-heading.title-border-yes .title {
  border-bottom: 1px solid #F1F1F1;
  padding-bottom: 20px;
}
.react-heading .title-inner,
.rs-dual-heading .title-inner {
  position: relative;
  z-index: 1;
}
.react-heading .title-inner .sub-text,
.rs-dual-heading .title-inner .sub-text {
  margin: 0 0 16px;
  display: block;
  color: #df0a0a;
  font-size: 16px;
  line-height: 16px;
  font-family: 'Red Hat Display', sans-serif;
  font-weight: 600;
  z-index: 1;
}
.react-heading .title-inner .sub-text.title-upper,
.rs-dual-heading .title-inner .sub-text.title-upper {
  text-transform: uppercase;
}
.react-heading .title-inner.yes .title,
.rs-dual-heading .title-inner.yes .title {
  color: rgba(0, 0, 0, 0.5);
  line-height: 1;
  color: #333;
  -webkit-text-stroke: 1px white;
  -webkit-text-fill-color: transparent;
}
.react-heading .title-inner .title,
.rs-dual-heading .title-inner .title {
  color: #1c2539;
  margin-bottom: 15px;
  margin-top: 0;
  z-index: 1;
}
.react-heading .title-inner .title.title-upper,
.rs-dual-heading .title-inner .title.title-upper {
  text-transform: uppercase;
}
.react-heading .title-inner .title span,
.rs-dual-heading .title-inner .title span {
  font-weight: 100;
  position: relative;
  z-index: 1;
}
.react-heading.default span.watermark,
.rs-dual-heading.default span.watermark {
  top: -48px;
}
.react-heading span.watermark,
.rs-dual-heading span.watermark {
  line-height: 0.8;
  color: #ffffff;
  background-color: #000;
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-stroke: 0.5px transparent;
  font-size: 150px;
  opacity: 0.29;
  position: absolute;
  left: 0px;
  top: -25px;
  right: 0;
  font-family: 'Red Hat Display', sans-serif;
  font-weight: 900;
}
.react-heading .rt-button a,
.rs-dual-heading .rt-button a {
  color: #ffffff;
  display: inline-block;
  padding: 18px 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.react-heading.big .title-inner h2,
.rs-dual-heading.big .title-inner h2 {
  font-size: 36px;
  line-height: 44px;
}
.react-heading.big .description p,
.rs-dual-heading.big .description p {
  font-size: 20px;
  line-height: 32px;
}
.react-heading.style4 .title-inner .title,
.rs-dual-heading.style4 .title-inner .title {
  margin-bottom: 8px;
}
.react-heading.style4 .title-inner .title-img,
.rs-dual-heading.style4 .title-inner .title-img {
  margin-bottom: 12px;
}
.react-heading.style5 .sub-text,
.rs-dual-heading.style5 .sub-text {
  display: inline-block;
}
.react-heading.style2,
.rs-dual-heading.style2 {
  position: relative;
  padding-bottom: 15px;
}
.react-heading.style2:after,
.rs-dual-heading.style2:after {
  content: "";
  position: absolute;
  background: #040404;
  width: 60px;
  height: 2px;
  left: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.react-heading.style2.center:after,
.rs-dual-heading.style2.center:after {
  transform: translateX(-50%);
  left: 50%;
}
.react-heading.style2.right:after,
.rs-dual-heading.style2.right:after {
  left: auto;
  right: 0;
}
.react-heading.style2 h2,
.rs-dual-heading.style2 h2 {
  margin-bottom: 12px;
}
.react-heading.style2 .description p,
.rs-dual-heading.style2 .description p {
  margin-bottom: 12px;
}
.react-heading.style2.Lite:after,
.rs-dual-heading.style2.Lite:after {
  background: #fff !important;
}
.react-heading.style3,
.rs-dual-heading.style3 {
  position: relative;
  padding-bottom: 12px;
}
.react-heading.style3 h2,
.rs-dual-heading.style3 h2 {
  margin-bottom: 12px;
}
.react-heading.style3 .description,
.rs-dual-heading.style3 .description {
  position: relative;
  padding-left: 80px;
}
.react-heading.style3 .description:after,
.rs-dual-heading.style3 .description:after {
  content: "";
  position: absolute;
  border: 0;
  width: 60px;
  height: 2px;
  background: #df0a0a;
  z-index: 9;
  margin-left: 0;
  left: 0;
  top: 14px;
}
.react-heading.style3 .description p,
.rs-dual-heading.style3 .description p {
  margin-bottom: 12px;
}
.react-heading.style3.Lite .description:after,
.rs-dual-heading.style3.Lite .description:after {
  background: #fff !important;
}
.react-heading.style1,
.rs-dual-heading.style1 {
  position: relative;
  padding-bottom: 12px;
}
.react-heading.style1 h2,
.rs-dual-heading.style1 h2 {
  margin-bottom: 12px;
}
.react-heading.style1 .description,
.rs-dual-heading.style1 .description {
  position: relative;
  padding-right: 80px;
}
.react-heading.style1 .description:after,
.rs-dual-heading.style1 .description:after {
  content: "";
  position: absolute;
  border: 0;
  width: 60px;
  height: 2px;
  background: #df0a0a;
  z-index: 9;
  margin-left: 0;
  right: 0;
  top: 14px;
}
.react-heading.style1 .description p,
.rs-dual-heading.style1 .description p {
  margin-bottom: 12px;
}
.react-heading.style1.Lite .description:after,
.rs-dual-heading.style1.Lite .description:after {
  background: #fff !important;
}
.react-heading.style8,
.rs-dual-heading.style8 {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 10px;
}
.react-heading.style8 .title-inner,
.rs-dual-heading.style8 .title-inner {
  padding-left: 25px;
  position: relative;
  display: inline-block;
}
.react-heading.style8 .title-inner .sub-text,
.rs-dual-heading.style8 .title-inner .sub-text {
  margin-bottom: 5px;
}
.react-heading.style8 .title-inner:after,
.rs-dual-heading.style8 .title-inner:after {
  content: "";
  position: absolute;
  border: 0;
  width: 2px;
  height: 100%;
  background: #df0a0a;
  z-index: 9;
  margin-left: 0;
  left: 0;
  top: 0;
}
.react-heading.style8 .description,
.rs-dual-heading.style8 .description {
  padding-left: 25px;
  position: relative;
}
.react-heading.style8 .description:after,
.rs-dual-heading.style8 .description:after {
  content: "";
  position: absolute;
  border: 0;
  width: 2px;
  height: 100%;
  background: #df0a0a;
  z-index: 9;
  margin-left: 0;
  left: 0;
  top: 0;
}
.react-heading.style8 h2,
.rs-dual-heading.style8 h2 {
  margin-bottom: 5px;
}
.react-heading.style8.text-center .description,
.rs-dual-heading.style8.text-center .description {
  padding-top: 15px;
  padding-left: 0px;
}
.react-heading.style8.text-center .description:after,
.rs-dual-heading.style8.text-center .description:after {
  display: none;
}
.react-heading.style8.Lite .title-inner:after,
.rs-dual-heading.style8.Lite .title-inner:after {
  background: #fff;
}
.react-heading.style8.Lite .description:after,
.rs-dual-heading.style8.Lite .description:after {
  background: #fff !important;
}
.react-heading.style6 .title-inner,
.rs-dual-heading.style6 .title-inner {
  position: relative;
  padding-bottom: 12px;
}
.react-heading.style6 .title-inner h2,
.rs-dual-heading.style6 .title-inner h2 {
  margin-bottom: 12px;
}
.react-heading.style6 .title-inner .sub-text,
.rs-dual-heading.style6 .title-inner .sub-text {
  position: relative;
  padding-left: 14px;
}
.react-heading.style6 .title-inner .sub-text:after,
.rs-dual-heading.style6 .title-inner .sub-text:after {
  content: "";
  position: absolute;
  background: #df0a0a;
  width: 2px;
  height: 14px;
  left: 0;
  top: 1px;
  z-index: 1;
}
.react-heading.style6 .title-inner .sub-text p,
.rs-dual-heading.style6 .title-inner .sub-text p {
  margin-bottom: 12px;
}
.react-heading.style6.text-center .title-inner .sub-text,
.rs-dual-heading.style6.text-center .title-inner .sub-text,
.react-heading.style6.text-right .title-inner .sub-text,
.rs-dual-heading.style6.text-right .title-inner .sub-text {
  display: inline-block;
}
.react-heading.style6.text-center .sub-text,
.rs-dual-heading.style6.text-center .sub-text {
  position: relative;
  padding-left: 0px;
  padding-top: 60px;
  color: #040404;
}
.react-heading.style6.text-center .sub-text:after,
.rs-dual-heading.style6.text-center .sub-text:after {
  content: '';
  width: 77px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -1px;
  width: 2px;
  height: 50px;
}
.react-heading.style6.Lite .sub-text:after,
.rs-dual-heading.style6.Lite .sub-text:after {
  background: #fff !important;
}
.react-heading.style6.dark .sub-text:after,
.rs-dual-heading.style6.dark .sub-text:after {
  background: #232023 !important;
}
.react-heading.style4.left .title-inner .sub-text,
.rs-dual-heading.style4.left .title-inner .sub-text {
  padding-left: 43px;
}
.react-heading.style4.left .title-inner .sub-text:before,
.rs-dual-heading.style4.left .title-inner .sub-text:before {
  left: 0;
}
.react-heading.style4.right .title-inner .sub-text,
.rs-dual-heading.style4.right .title-inner .sub-text {
  padding-right: 43px;
}
.react-heading.style4.right .title-inner .sub-text:after,
.rs-dual-heading.style4.right .title-inner .sub-text:after {
  right: 0;
}
.react-heading.style4 .title-inner,
.rs-dual-heading.style4 .title-inner {
  position: relative;
  padding-bottom: 12px;
}
.react-heading.style4 .title-inner h2,
.rs-dual-heading.style4 .title-inner h2 {
  margin-bottom: 12px;
  display: block;
}
.react-heading.style4 .title-inner .sub-text,
.rs-dual-heading.style4 .title-inner .sub-text {
  position: relative;
  color: #040404;
  display: inline-block;
}
.react-heading.style4 .title-inner .sub-text:before,
.rs-dual-heading.style4 .title-inner .sub-text:before,
.react-heading.style4 .title-inner .sub-text:after,
.rs-dual-heading.style4 .title-inner .sub-text:after {
  content: "";
  position: absolute;
  border: 0;
  width: 35px;
  height: 2px;
  background: #df0a0a;
  z-index: 9;
  margin-left: 0;
  left: -20px;
  top: 12px;
}
.react-heading.style4 .title-inner .sub-text:before,
.rs-dual-heading.style4 .title-inner .sub-text:before {
  left: -40px;
}
.react-heading.style4 .title-inner .sub-text:after,
.rs-dual-heading.style4 .title-inner .sub-text:after {
  left: auto;
  right: -40px;
}
.react-heading.style4 .title-inner .sub-text p,
.rs-dual-heading.style4 .title-inner .sub-text p {
  margin-bottom: 12px;
}
.react-heading.style4.Lite .sub-text:before,
.rs-dual-heading.style4.Lite .sub-text:before,
.react-heading.style4.Lite .sub-text:after,
.rs-dual-heading.style4.Lite .sub-text:after {
  background: #fff !important;
}
.react-heading.style4.text-center .title-inner .sub-text,
.rs-dual-heading.style4.text-center .title-inner .sub-text,
.react-heading.style4.text-right .title-inner .sub-text,
.rs-dual-heading.style4.text-right .title-inner .sub-text {
  display: inline-block;
}
.react-heading.style7 .title-inner,
.rs-dual-heading.style7 .title-inner {
  position: relative;
  padding-bottom: 12px;
}
.react-heading.style7 .title-inner h2,
.rs-dual-heading.style7 .title-inner h2 {
  margin-bottom: 12px;
}
.react-heading.style7 .title-inner .sub-text,
.rs-dual-heading.style7 .title-inner .sub-text {
  position: relative;
  padding-right: 65px;
  display: inline-block;
  color: #040404;
}
.react-heading.style7 .title-inner .sub-text:after,
.rs-dual-heading.style7 .title-inner .sub-text:after {
  content: "";
  position: absolute;
  border: 0;
  width: 50px;
  height: 2px;
  background: #df0a0a;
  z-index: 9;
  margin-left: 0;
  right: 0;
  top: 12px;
}
.react-heading.style7 .title-inner .sub-text p,
.rs-dual-heading.style7 .title-inner .sub-text p {
  margin-bottom: 12px;
}
.react-heading.style7 .title-inner.Lite .sub-text:after,
.rs-dual-heading.style7 .title-inner.Lite .sub-text:after {
  background: #fff !important;
}
.react-heading.style7 .title-inner.text-center .title-inner .sub-text,
.rs-dual-heading.style7 .title-inner.text-center .title-inner .sub-text,
.react-heading.style7 .title-inner.text-right .title-inner .sub-text,
.rs-dual-heading.style7 .title-inner.text-right .title-inner .sub-text {
  display: inline-block;
}
.react-heading.style9 .title-img img,
.rs-dual-heading.style9 .title-img img {
  position: relative;
}
.react-heading.style9 .title-inner .title-img.top,
.rs-dual-heading.style9 .title-inner .title-img.top {
  margin-bottom: 15px;
}
.react-heading.style9 .title-upper,
.rs-dual-heading.style9 .title-upper {
  margin-bottom: 5px;
}
.react-heading.style9 .bottom-line .title,
.rs-dual-heading.style9 .bottom-line .title {
  margin-bottom: 8px;
  position: relative;
  padding-bottom: 20px;
}
.react-heading.style9 .bottom-line .title:after,
.rs-dual-heading.style9 .bottom-line .title:after {
  content: "";
  position: absolute;
  border: 0;
  width: 80px;
  height: 2px;
  background: #df0a0a;
  z-index: 9;
  margin-left: 0;
  bottom: 0;
  left: 0;
}
.react-heading.style9.text-center .bottom-line .title:after,
.rs-dual-heading.style9.text-center .bottom-line .title:after {
  transform: translateX(-50%);
  left: 50%;
}
.react-heading.style10.text-center,
.rs-dual-heading.style10.text-center {
  text-align: left !important;
}
.react-heading.style10.text-center .title-inner,
.rs-dual-heading.style10.text-center .title-inner {
  text-align: center;
}
.react-heading.style10.text-right,
.rs-dual-heading.style10.text-right {
  text-align: left !important;
}
.react-heading.style10.text-right .title-inner,
.rs-dual-heading.style10.text-right .title-inner {
  text-align: right;
}
.react-heading.style10 .title-inner,
.rs-dual-heading.style10 .title-inner {
  transform: rotate(-90deg) translatex(-50%);
  display: inline-block;
  transform-origin: left center 0;
}
.react-heading.style10 .title-inner .title,
.rs-dual-heading.style10 .title-inner .title {
  white-space: nowrap;
  position: relative;
  top: 40px;
  left: 10px;
  margin-bottom: 0;
}
.react-heading.style10 .description,
.rs-dual-heading.style10 .description {
  transform: rotate(-90deg);
  display: inline-block;
}
.react-heading.style11,
.rs-dual-heading.style11 {
  text-align: right !important;
}
.react-heading.style11.text-center,
.rs-dual-heading.style11.text-center {
  text-align: right !important;
}
.react-heading.style11.text-center .title-inner,
.rs-dual-heading.style11.text-center .title-inner {
  text-align: center;
}
.react-heading.style11.text-right,
.rs-dual-heading.style11.text-right {
  text-align: right !important;
}
.react-heading.style11.text-right .title-inner,
.rs-dual-heading.style11.text-right .title-inner {
  text-align: right;
}
.react-heading.style11 .title-inner,
.rs-dual-heading.style11 .title-inner {
  transform: rotate(90deg);
  display: inline-block;
}
.react-heading.style11 .description,
.rs-dual-heading.style11 .description {
  transform: rotate(90deg);
  display: inline-block;
}
.react-heading.style12 .sub-text,
.rs-dual-heading.style12 .sub-text {
  display: inline-block;
  position: relative;
}
.react-heading.style12 .sub-text:before,
.rs-dual-heading.style12 .sub-text:before {
  content: "";
  position: absolute;
  background: #086ad8;
  left: -15px;
  top: 0px;
  z-index: 1;
  width: 2px;
  height: 14px;
}
.react-heading.style12 .sub-text:after,
.rs-dual-heading.style12 .sub-text:after {
  content: "";
  position: absolute;
  background: #086ad8;
  right: -15px;
  top: 0px;
  z-index: 1;
  width: 2px;
  height: 14px;
}
.react-heading.style13 .title-inner .sub-text,
.rs-dual-heading.style13 .title-inner .sub-text {
  position: relative;
  display: unset;
  padding: 0 10px;
}
.react-heading.style13 .title-inner .title span.watermark,
.rs-dual-heading.style13 .title-inner .title span.watermark {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #777777;
  opacity: .1;
}
.rs-animated-heading .title span,
.rs-dual-heading .title span {
  display: inline-block;
}
.rs-animated-heading .title-inner .title,
.rs-animated-heading .title-inner .title .cd-headline {
  color: #1c2539;
  line-height: 52px;
}
.rs-animated-heading .title-inner .title {
  margin-bottom: 10px;
}
.rs-animated-heading .title-inner .title.title-upper {
  text-transform: uppercase;
}
.rs-animated-heading .title-inner .title .cd-headline {
  font-weight: 700;
  margin-left: 10px;
  color: #040404;
}
.rs-animated-heading .title-inner .title .cd-headline p {
  margin-bottom: 0;
}
.rs-animated-heading .cd-words-wrapper {
  text-align: center;
}
.title-no-margin h4.title {
  margin-bottom: 5px;
}
.title-no-margin h3.title {
  margin-bottom: 3px !important;
  font-size: 20px;
}
.list-style {
  padding: 0;
  margin: 0;
  list-style: none;
}
.list-style li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 5px;
}
.list-style li:before {
  content: "\f0a9";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
}
.no-padding {
  padding: 0 !important;
}
.rt-features-list.separator_yes {
  position: relative;
}
.rt-features-list.separator_yes:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 14px;
  background: #F36464;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.elementor-widget-rt-social-icon .elementor-social-icons-wrapper.block {
  display: block;
  text-align: left;
}
.elementor-widget-rt-social-icon .elementor-social-icons-wrapper.block .elementor-grid-item {
  display: flex;
  align-items: center;
}
.elementor-widget-rt-social-icon .elementor-social-icons-wrapper.block .elementor-grid-item a .icon-name {
  padding-left: 25px;
  font-size: 14px;
}
/*-----------------------------
    Cart icon design
-------------------------------*/
.menu-cart-area {
  display: inline-block;
  position: relative;
  top: 0;
}
.menu-cart-area svg {
  width: 18px;
}
.menu-cart-area .woocommerce-mini-cart__empty-message {
  text-align: center;
  text-transform: uppercase;
  color: #1c2539;
  position: relative;
  padding-top: 50px;
}
.menu-cart-area .woocommerce-mini-cart__empty-message:before {
  position: absolute;
  content: "\f10f";
  color: #1c2539;
  left: 50%;
  transform: translateX(-50%);
  bottom: 42px;
  font-family: Flaticon;
  font-size: 30px;
  font-style: normal;
}
.menu-cart-area .widget_shopping_cart .cart_list li {
  padding: 20px 30px;
  border-bottom: 1px solid rgba(170, 170, 170, 0.25);
}
.menu-cart-area .widget_shopping_cart .cart_list li a {
  color: #5d666f;
}
.menu-cart-area .widget_shopping_cart .cart_list li a img {
  width: 40px;
}
.menu-cart-area .widget_shopping_cart .cart_list li .quantity {
  color: #1c2539;
}
.menu-cart-area .widget_shopping_cart .cart_list li a.remove {
  color: #1c2539;
  top: 19px;
}
.menu-cart-area .widget_shopping_cart .cart_list li:first-child {
  padding-top: 0;
}
.menu-cart-area .widget_shopping_cart .cart_list li:first-child a.remove {
  top: 0px;
}
.menu-cart-area .widget_shopping_cart .total {
  padding: 29px 0 0;
  text-align: center;
  border-top: none;
}
.menu-cart-area i {
  cursor: pointer;
  color: #28406d;
  font-size: 15px;
}
.menu-cart-area i:before {
  font-size: 15px;
}
.menu-cart-area span.icon-num {
  border-radius: 50%;
  font-size: 10px;
  line-height: 15px;
  min-height: 15px;
  min-width: 15px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  text-align: center;
  margin-top: -15px;
  right: 0px;
}
.menu-cart-area .woocommerce-mini-cart__buttons {
  text-align: center;
}
.menu-cart-area .button.wc-forward {
  padding: 9px 20px;
  font-size: 12px;
}
.cart-icon-total-products {
  font-size: 13px;
  line-height: 20px;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  font-size: 14px;
  width: 360px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 999;
  padding: 20px;
}
.cart-icon-total-products .close-cart {
  cursor: pointer;
}
.cart-icon-total-products .cart-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E7E7E7;
}
.cart-icon-total-products .cart-header .cart-heading {
  font-size: 17px;
  font-weight: 500;
  color: #404040;
  margin: 0;
  list-style: 20px;
}
.cart-icon-total-products .widget_shopping_cart {
  margin-bottom: 0px;
}
.cart-icon-total-products .widget_shopping_cart h2.widgettitle {
  display: none !important;
}
.cart-icon-total-products .widget_shopping_cart .quantity {
  border: none;
  padding: 3px 0 0 0;
  display: block;
}
.cart-icon-total-products.visible-cart {
  visibility: visible !important;
  transform: translate(0) !important;
}
.cart-icon-total-products .woocommerce ul.cart_list li img,
.cart-icon-total-products .woocommerce ul.product_list_widget li img {
  width: 70px;
}
.cart-icon-total-products .woocommerce.widget_shopping_cart .cart_list li {
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: 12px;
  margin-bottom: 12px;
  padding-left: 35px;
}
.cart-icon-total-products .woocommerce.widget_shopping_cart .cart_list li:last-child {
  border: 0;
}
.cart-icon-total-products .woocommerce.widget_shopping_cart .cart_list li a {
  color: #404040;
}
.cart-icon-total-products .woocommerce.widget_shopping_cart .cart_list li a.remove {
  line-height: 20px;
  top: 3px;
}
.cart-icon-total-products .woocommerce.widget_shopping_cart .buttons a {
  width: 100%;
  text-align: center;
  background: transparent;
  border: 1px solid #040404;
  color: #040404;
}
.cart-icon-total-products .woocommerce.widget_shopping_cart .buttons a:hover {
  color: #fff;
  background: #df0a0a;
  border-color: #df0a0a;
}
.cart-icon-total-products .woocommerce.widget_shopping_cart .buttons a.checkout {
  background-color: #040404;
  color: #fff;
}
.cart-icon-total-products .woocommerce.widget_shopping_cart .buttons a.checkout:hover {
  color: #fff;
  background: #df0a0a;
}
.cart-icon-total-products .woocommerce-mini-cart__total.total {
  padding-top: 30px;
}
.cart-icon-total-products .woocommerce-mini-cart__total.total strong {
  font-size: 18px;
  text-transform: uppercase;
}
.cart-icon-total-products .woocommerce-mini-cart__total.total .woocommerce-Price-amount {
  float: right;
  font-size: 18px;
  color: #404040;
  font-weight: 700;
}
.body-overlay-cart {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  pointer-events: none;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
}
.body-overlay-cart.overlayshow {
  visibility: visible;
  opacity: .5;
  pointer-events: unset;
}
/*--------------------------------------------------------------
Heading  css
--------------------------------------------------------------*/
.font-size-0 {
  font-size: 0;
}
.border-left-20 .react-addon-services.services-style2 .services-part .services-icon {
  margin-right: 20px;
}
.rts-tab-content-one {
  animation: slide-down 2.5s ease-out;
}
.img-border-radius img {
  border-radius: 15px !important;
}
.rts-tab-style-one .button-area {
  padding: 30px;
  border: 1px solid #EDEFF3;
  border-radius: 20px;
  background: #fff;
  text-align: left;
  min-width: max-content;
}
.rts-tab-style-one .button-area button {
  background: transparent !important;
  color: #5D666F;
  padding-bottom: 20px;
  border-bottom: 1px solid #EDEFF3;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  padding-left: 0;
}
.rts-tab-style-one .button-area button:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.rts-tab-style-one .button-area button.active {
  color: #0B4DF5;
}
.rts-tab-style-one .tab-content {
  margin-left: 25px;
}
.rts-tab-style-one .tab-content .rts-tab-content-one {
  margin-right: -8px;
  font-size: 16px;
  font-weight: 500;
  color: #1C2539;
  line-height: 26px;
  margin-top: -4px;
  margin-bottom: 24px;
  animation: slide-down 2s ease-out;
}
.rts-tab-style-one .tab-content .rts-tab-content-one ul {
  list-style: none;
  margin: 20px 0 0;
}
.rts-tab-style-one .tab-content .rts-tab-content-one ul li {
  margin-bottom: 10px;
  font-size: 16px;
  color: #5D666F;
  font-weight: 400;
  position: relative;
  padding-left: 28px;
}
.rts-tab-style-one .tab-content .rts-tab-content-one ul li:before {
  content: "\e853";
  position: absolute;
  font-family: "rt-icons";
  left: 0;
  top: 0;
  font-size: 20px;
  color: #0B4DF5;
}
.rts-tab-style-one .tab-content .rts-tab-content-one a.rts-btn {
  margin-top: 40px;
  display: block;
  max-width: max-content;
}
.rs-contact-box {
  text-align: left;
}
.rs-contact-box .address-item {
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 30px;
}
.rs-contact-box .address-item:last-child {
  margin-bottom: 0 !important;
}
.rs-contact-box .address-item .address-icon {
  display: inline-block;
  position: relative;
  background: #040404;
  height: 70px;
  width: 70px;
  line-height: 70px;
  border-radius: 100%;
  text-align: center;
}
.rs-contact-box .address-item .address-icon:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  background: #040404;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
}
.rs-contact-box .address-item .address-icon:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  background: #040404;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  opacity: 0;
  visibility: hidden;
}
.rs-contact-box .address-item .address-icon:hover {
  border-color: rgba(255, 255, 255, 0.7);
}
.rs-contact-box .address-item .address-icon i {
  text-align: center;
  color: #fff;
  border-radius: 100%;
  font-size: 30px;
  position: relative;
  line-height: 70px;
  z-index: 9;
  width: 100%;
  vertical-align: middle;
  margin-left: 0;
  height: auto;
}
.rs-contact-box .address-item:last-child .address-icon:after {
  display: none;
}
.rs-contact-box .address-item .address-text .contact-title {
  margin-bottom: 1px;
  font-weight: 500;
  font-size: 20px;
  margin-top: 6px;
}
.rs-contact-box .address-item .address-text a {
  color: #5d666f;
}
.rs-contact-box .address-item .address-text a:hover {
  color: #df0a0a;
}
.rs-contact-box .address-item:hover .address-icon:after,
.rs-contact-box .address-item:hover .address-icon:before {
  opacity: 1;
  visibility: visible;
}
.rs-contact-box .address-item.vertical {
  display: block;
  text-align: center;
}
.rs-contact-box .address-item.vertical .address-text span.label {
  display: block;
  font-weight: 500;
  font-size: 20px;
  margin-top: 15px;
}
.rs-contact-box .address-item.horizontal .address-icon {
  margin-right: 20px;
}
.rs-contact-box .address-item.horizontal .address-text &gt; div {
  display: flex;
  align-items: center;
}
.slider-style5 .slider-content-area {
  display: block;
}
.slider-style5 .slider-content-area .bottom--area {
  display: flex;
  align-items: center;
}
.slider-style5 .slider-content-area .bottom--area .single--item-img {
  margin-right: 20px;
}
.slider-style5 .slider-content-area h5 {
  margin-bottom: 0;
}
.slider-style5 .slider-content-area .slider-subtitle {
  margin-bottom: 0;
}
.react-addon-services.gray_yes:hover img {
  filter: grayscale(100);
}
.react-addon-services.services-style3 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.react-addon-services.services-style3 .services-part {
  display: block;
}
.react-addon-services.services-style3 .services-part .service--top .icon-inner {
  width: 192px;
  height: 192px;
  border: 2px dashed #0b4df52f;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 33px;
  transition: 0.3s;
  position: relative;
}
.react-addon-services.services-style3 .services-part .service--top .icon-inner .number {
  position: absolute;
  right: 20px;
  top: 0;
  background: #0B4DF5;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  transform: scale(0);
  transition: 0.3s;
}
.react-addon-services.services-style3 .services-part .service--top .services-icon {
  margin-right: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.react-addon-services.services-style3 .services-part .service--top .services-title {
  margin-bottom: 7px;
}
.react-addon-services.services-style3 .services-part .service--top .services-title .title {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
  color: #333333;
  letter-spacing: -0.3;
  margin-bottom: 0;
}
.react-addon-services.services-style3 .services-part .services--bottom {
  display: block;
}
.react-addon-services.services-style3 .services-part .services--bottom .services-txt {
  font-size: 16px;
  font-weight: 400;
  color: #777777;
  line-height: 28px;
}
.react-addon-services.services-style3 .services-part .services--bottom .services-btn {
  font-weight: 700;
  font-size: 16px;
}
.react-addon-services.services-style3:hover .services-part .service--top .icon-inner .number {
  transform: scale(1.1);
}
.react-addon-services.services-style3:hover .services-part .service--top .icon-inner {
  border-color: #0b4df5;
}
.react-addon-services.services-style4 {
  position: relative;
}
.react-addon-services.services-style4 .services-part {
  box-shadow: 0px 13px 40px #1810100a;
  position: relative;
  border-radius: 15px;
}
.react-addon-services.services-style4 .services-part .services-icon {
  position: relative;
  padding: 0 !important;
  overflow: hidden;
}
.react-addon-services.services-style4 .services-part .services-icon img {
  width: 100%;
  border-radius: 15px 15px 0 0;
  transition: 0.3s;
}
.react-addon-services.services-style4 .services-part .services-icon .number {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  background: #fff;
  border-radius: 0 15px 0 15px;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #df0a0a;
  font-weight: 700;
}
.react-addon-services.services-style4 .services-part .services-text {
  z-index: 5;
  padding: 40px;
  background: #fff;
  border-radius: 0 0 15px 15px;
  position: absolute;
  bottom: -50%;
}
.react-addon-services.services-style4 .services-part .services-text .hidden-area {
  max-height: 84px;
  overflow: hidden;
  transition: 0.5s ease-in-out;
}
.react-addon-services.services-style4 .services-part .services-btn-part i {
  margin-left: 3px;
  transition: 0.5s ease-in-out;
}
.react-addon-services.services-style4 .services-part .services-btn-part .services-btn:hover i {
  margin-left: 7px;
}
.react-addon-services.services-style4 .services-part:hover .services-text .hidden-area {
  max-height: 155px;
  overflow: hidden;
  transition: 0.5s ease-in-out;
}
.react-addon-services.services-style5 .services-part {
  background: #f7f7f7;
  border-radius: 15px;
  padding: 40px;
}
.react-addon-services.services-style5 .services-part .services-icon {
  overflow: hidden;
  border-radius: 15px;
  max-width: max-content;
}
.react-addon-services.services-style5 .services-part:hover img {
  transform: scale(1.2);
  border-radius: 15px;
  overflow: hidden;
}
.react-addon-services.services-style5 .services-part .services-text {
  padding-top: 20px;
}
.react-addon-services.services-style5 .services-btn-part .services-btn {
  background: #df0a0a;
  color: #fff;
  padding: 12px 30px;
  border-radius: 0 0 15px 15px;
  margin-left: 35px;
  display: inline-block;
  font-weight: 700;
}
.rt-portfolio-style7 .rts-business-case-s-2 {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 20px;
  width: 100%;
  transition: 0.3s;
}
.rt-portfolio-style7 .rts-business-case-s-2 .shape--bg {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  transition: 0.3s;
  top: -75%;
  right: -55%;
  opacity: 0;
}
.rt-portfolio-style7 .rts-business-case-s-2 .thumbnail {
  border-radius: 20px;
  overflow: hidden;
}
.rt-portfolio-style7 .rts-business-case-s-2 .thumbnail img {
  overflow: hidden;
  transition: .3s;
  border-radius: 20px;
}
.rt-portfolio-style7 .rts-business-case-s-2 .inner {
  padding: 35px;
  text-align: center;
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  width: 84%;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  z-index: 10;
}
.rt-portfolio-style7 .rts-business-case-s-2 .inner .icon {
  position: absolute;
  height: 58px;
  width: 58px;
  bottom: -48px;
  left: -36px;
  transition: 0.3s;
  opacity: 0;
}
.rt-portfolio-style7 .rts-business-case-s-2 .inner span {
  color: #5D666F;
  font-size: 16px;
  position: relative;
}
.rt-portfolio-style7 .rts-business-case-s-2 .inner .title {
  margin-bottom: 2px;
  transition: .3s;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #1C2539;
}
.rt-portfolio-style7 .rts-business-case-s-2:hover .thumbnail img {
  transform: scale(1.1);
  filter: grayscale(1);
}
.rt-portfolio-style7 .rts-business-case-s-2:hover::after {
  top: -16%;
  right: -56%;
}
.rt-portfolio-style7 .rts-business-case-s-2:hover .inner span::after {
  bottom: -55px;
  left: -111px;
}
.rt-portfolio-style7 .rts-business-case-s-2:hover .shape--bg {
  top: -28%;
  right: -55%;
  opacity: 1;
}
.rt-portfolio-style7 .rts-business-case-s-2:hover .inner .icon {
  bottom: -17px;
  left: -17px;
  opacity: 1;
}
#team-slider-img-shadow .team-item {
  padding-bottom: 30px;
}
#team-slider-img-shadow .team-inner-wrap {
  box-shadow: 0px 2px 20px rgba(24, 16, 16, 0.09);
}
.rt-portfolio-style8 .rts-business-case-s-2 {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 20px;
  width: 100%;
  transition: 0.3s;
}
.rt-portfolio-style8 .rts-business-case-s-2 .thumbnail {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.rt-portfolio-style8 .rts-business-case-s-2 .thumbnail img {
  overflow: hidden;
  transition: .3s;
  border-radius: 20px;
}
.rt-portfolio-style8 .rts-business-case-s-2 .thumbnail i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  height: 55px;
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #df0a0a;
  background: #fff;
  z-index: 5;
  border-radius: 50%;
  transition: 0.3s;
}
.rt-portfolio-style8 .rts-business-case-s-2 .inner {
  padding: 35px;
  text-align: center;
  position: absolute;
  bottom: -75px;
  left: 50%;
  transform: translateX(-50%);
  width: 84%;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  z-index: 10;
  opacity: 0 ;
  transition: 0.8s;
}
.rt-portfolio-style8 .rts-business-case-s-2 .inner .icon {
  position: absolute;
  height: 58px;
  width: 58px;
  bottom: -48px;
  left: -36px;
  transition: 0.3s;
  opacity: 0;
}
.rt-portfolio-style8 .rts-business-case-s-2 .inner span {
  color: #5D666F;
  font-size: 16px;
  position: relative;
}
.rt-portfolio-style8 .rts-business-case-s-2 .inner .title {
  margin-bottom: 2px;
  transition: .3s;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #1C2539;
}
.rt-portfolio-style8 .rts-business-case-s-2:hover .thumbnail img {
  transform: scale(1.1);
  filter: grayscale(1);
}
.rt-portfolio-style8 .rts-business-case-s-2:hover .thumbnail i {
  transform: translate(-50%, -50%) scale(1);
}
.rt-portfolio-style8 .rts-business-case-s-2:hover::after {
  top: -16%;
  right: -56%;
}
.rt-portfolio-style8 .rts-business-case-s-2:hover .inner span::after {
  bottom: -55px;
  left: -111px;
}
.rt-portfolio-style8 .rts-business-case-s-2:hover .inner .icon {
  bottom: -17px;
  left: -17px;
  opacity: 1;
}
.rt-portfolio-style8 .rts-business-case-s-2:hover .inner {
  padding: 35px;
  text-align: center;
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  width: 84%;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  z-index: 10;
  opacity: 1;
}
.dark-watermark .react-heading span.watermark {
  color: #121212;
  background-color: #ffffff6b;
}
/** video css --------------------------
--------------------------------------*/
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.react-video {
  position: relative;
  background-repeat: no-repeat !important;
  background-size: content !important;
  padding: 100px 20px;
}
.react-video.center .overly-border {
  margin: 0 auto;
}
.react-video.left .overly-border {
  margin-left: 0;
  margin-right: auto;
}
.react-video.right .overly-border {
  margin-left: auto;
  margin-right: 0;
}
.react-video.style1 .video-desc {
  top: 60px;
}
.react-video .video-desc {
  z-index: 1;
  font-size: 20px;
  position: relative;
}
.react-video .video-desc span {
  display: block;
  font-size: 22px;
  font-weight: 400;
}
.react-video .overly-border {
  border-radius: 50%;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.react-video .video-content {
  z-index: 10;
}
.react-video .video-content h4 {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
}
.react-video:hover .popup-videos {
  animation-duration: 0.8s;
}
.react-video .popup-videos {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  line-height: 90px;
  padding: 0;
  margin: 0 auto;
  left: 50%;
  top: 50%;
  z-index: 9;
  text-align: center;
  background: #df0a0a;
}
.react-video .popup-videos:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  transition: all 200ms;
}
.react-video .popup-videos:before {
  border: 1px solid #fff;
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.react-video .popup-videos i {
  text-indent: 5px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  font-size: 28px;
  color: #df0a0a;
  position: relative;
  top: -4px;
}
.react-video .popup-videos i:before {
  color: #fff;
  top: -1px;
}
.react-video .popup-videos:hover {
  border-color: rgba(255, 255, 255, 0.7);
}
.react-video .popup-videos span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 27px solid #fff;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
}
.react-video:hover .overly-border:before,
.react-video:hover .overly-border:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.react-video.style2 .overly-border {
  width: 60px;
  height: 60px;
}
.rt-service--slider {
  padding-bottom: 10px !important;
}
.service-one-inner-four {
  position: relative;
}
.service-one-inner-four a.rts-btn {
  display: block;
  max-width: max-content;
  position: relative;
  bottom: 0;
  left: 40px;
  border-radius: 0 0 15px 15px;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  background: #F64A00;
}
.service-one-inner-four a.rts-btn i {
  margin-left: 5px;
}
.service-one-inner-four a.rts-btn:hover {
  border: 1px solid #df0a0a;
  background: #fff;
}
.service-one-inner-four .big-thumbnail-area {
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.service-one-inner-four .big-thumbnail-area .thumbnail {
  overflow: hidden;
  display: block;
  border-radius: 15px;
}
.service-one-inner-four .big-thumbnail-area .thumbnail:hover img {
  transform: scale(1.2);
}
.service-one-inner-four .big-thumbnail-area .thumbnail img {
  width: 100%;
  transition: .5s;
  border-radius: 15px;
}
.service-one-inner-four .big-thumbnail-area .content {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
  z-index: 1;
  height: 143px;
  overflow: hidden;
  transition: .5s;
  text-align: left;
}
.service-one-inner-four .big-thumbnail-area .content img {
  max-width: 85px;
  height: auto;
  margin-bottom: 30px;
}
.service-one-inner-four .big-thumbnail-area .content .title {
  color: #fff;
  margin-bottom: 10px;
}
.service-one-inner-four .big-thumbnail-area .content p.disc {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.service-one-inner-four .big-thumbnail-area .over_link {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  border-radius: 15px;
}
.service-one-inner-four .big-thumbnail-area img {
  width: 100%;
}
.service-one-inner-four .big-thumbnail-area::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 85%;
  display: block;
  z-index: 0;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 24.52%, rgba(6, 9, 12, 0.85) 87.86%);
  transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
  cursor: pointer;
  border-radius: 15px;
  transition: .5s;
}
.service-one-inner-four .big-thumbnail-area:hover .content {
  height: 206px;
}
.service-one-inner-four:hover .thumbnail img {
  transform: scale(1.2);
}
.navigation-center-bottom {
  padding-top: 80px;
}
.navigation-center-bottom .swiper-button-next {
  right: 44%;
  top: 97px;
  background: #fff;
  box-shadow: 0px 10px 20px rgba(24, 16, 16, 0.06);
  border-radius: 8px;
}
.navigation-center-bottom .swiper-button-prev {
  left: 44%;
  top: 97px;
  background: #fff;
  box-shadow: 0px 10px 20px rgba(24, 16, 16, 0.06);
  border-radius: 8px;
}
.navigation-center-bottom .swiper-pagination-fraction {
  font-weight: 700;
  font-size: 16px;
  color: #1C2539;
}
.navigation-center-bottom .swiper-pagination-fraction .swiper-pagination-current {
  color: #F64A00;
}
/** Counter up CSS ----------------------
----------------------------------------*/
.counter-top-area.yes .rs-counter-list .count-text .rs-counter {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.counter-top-area {
  position: relative;
  padding: 0 !important;
}
.counter-top-area .rts-counter-list .counter-icon {
  display: inline-block;
}
.counter-top-area .rts-counter-list .counter-icon i {
  font-size: 50px;
  color: #dcdcdc;
  line-height: 60px;
  transition: all 0.3s ease 0s;
}
.counter-top-area .rts-counter-list .count-text .rs-counter {
  font-size: 50px;
  color: #df0a0a;
  line-height: 60px;
  display: inline-block;
  transition: all 0.3s ease 0s;
}
.counter-top-area .rts-counter-list .count-text .title {
  font-size: 18px;
  color: #666;
  line-height: 18px;
  transition: all 0.3s ease 0s;
}
.counter-top-area.style1 {
  text-align: center;
}
.counter-top-area.style1 .count-number span {
  padding: 10px 0px 10px 0px;
}
.counter-top-area.style2 .rts-counter-list {
  display: flex;
  align-items: center;
}
.counter-top-area.style2 .rts-counter-list .counter-icon {
  position: absolute;
}
.counter-top-area.style2 .rts-counter-list .count-text {
  box-shadow: 0px 2px 20px #18101012;
  width: 100%;
  padding: 40px 40px 40px 70px;
  margin-left: 60px;
}
.title-stroke h2 {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: #040404;
}
/* Services CSS ----------------------
----------------------------------------*/
.rt-service-slider .service-img {
  margin-bottom: 35px;
}
.rt-service-slider .service-sub {
  color: #d2d2d2;
  font-size: 14px;
  margin-bottom: 18px;
}
.rt-service-slider ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rt-service-slider ul li {
  list-style: none;
  font-size: 18px;
  line-height: 40px;
  position: relative;
  z-index: 1;
}
.rt-service-slider ul li:before {
  content: "\e812";
  position: absolute;
  font-family: "rt-icons";
  font-size: 18px;
  color: #086ad8;
  right: 0;
  top: 0;
  z-index: 1;
}
.react-addon-services.services-style1 {
  position: relative;
}
.react-addon-services.services-style1 .services-btn-part a i {
  margin-left: 0;
  opacity: 0;
  transition: 0.3s;
}
.react-addon-services.services-style1:hover i {
  opacity: 1 !important;
  margin-left: 7px !important;
  font-weight: bold;
}
.react-addon-services.services-style1 .services-title h3 {
  margin-bottom: 4px !important;
}
.react-addon-services .services-part {
  position: relative;
}
.react-addon-services .services-part .services-icon {
  padding: 5px;
  font-size: 50px;
  line-height: 50px;
  color: #df0a0a;
  transition: all ease .3s;
}
.react-addon-services .services-part .services-icon i {
  transition: all ease .3s;
}
.react-addon-services .services-part .services-icon i:before {
  margin: 0;
}
.react-addon-services .services-part .services-icon:hover {
  color: #040404;
}
.react-addon-services .services-part .services-icon:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 90px;
  height: 90px;
  background: #df0a0a;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  opacity: 0;
  transition: all 0.3s ease 0s;
  visibility: hidden;
}
.react-addon-services .services-part .services-text {
  padding: 10px 0 0;
  position: relative;
  font-family: 'DM Sans', sans-serif;
}
.react-addon-services .services-part .services-text .services-title {
  position: relative;
}
.react-addon-services .services-part .services-text .services-title .title {
  font-size: 24px;
  margin: 0 0 10px;
  color: #1c2539;
}
.react-addon-services .services-part .services-text .services-title .title a {
  color: #1c2539;
}
.react-addon-services .services-part .services-text .services-title .title a:hover {
  color: #ffecec;
}
.react-addon-services .services-part .services-text .services-txt {
  color: #5d666f;
  margin: 0;
  transition: 0.4s;
}
.react-addon-services .services-part .services-text .services-btn-part {
  margin: 10px 0 0;
}
.react-addon-services .services-part .services-text .services-btn-part .services-btn {
  position: relative;
  display: inline-block;
  color: #040404;
  transition: all ease .3s;
}
.react-addon-services .services-part .services-text .services-btn-part .services-btn:hover {
  color: #df0a0a;
}
.react-addon-services .services-part .services-text .services-btn-part .services-btn.icon-after span {
  float: left;
}
.react-addon-services .services-part .services-text .services-btn-part .services-btn.icon-before span {
  float: right;
}
.react-addon-services .services-part .services-text .services-btn-part .services-btn.icon-before i {
  margin-right: 10px;
}
.react-addon-services .services-part img {
  transition: 0.4s;
}
.react-addon-services.services-style2 .services-part {
  background: 0 0;
  text-align: left;
  position: relative;
  z-index: 1;
  display: flex;
}
.react-addon-services.services-style2 .services-part .services-icon {
  margin-right: 37px;
}
.react-addon-services.services-style2 .services-part .services-icon img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  max-width: 65px;
}
.react-addon-services.services-style2 .services-part:hover .services-icon img {
  transform: translateY(-7px);
  -webkit-transform: translateY(-7px);
  -moz-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  -o-transform: translateY(-7px);
}
.react-addon-services.services-style2 .services-part a.services-btn {
  transition: 0.3s;
}
.react-addon-services.services-style2 .services-part a.services-btn i {
  padding: 13px;
  background: #fff;
  border-radius: 50%;
  margin-right: 12px;
  color: #1C2539;
  line-height: 12px;
  font-size: 14px;
  transition: 0.3s;
  box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.05);
}
.react-addon-services.services-style2 .services-part a.services-btn:hover i {
  background: #df0a0a;
  color: #fff;
}
/* Number CSS ----------------------
----------------------------------------*/
.rts-addon-number .number-part {
  position: relative;
  text-align: center;
}
.rts-addon-number .number-part .number-icon {
  display: inline-block;
  padding: 5px;
  font-size: 50px;
  color: #df0a0a;
  transition: all ease .3s;
}
.rts-addon-number .number-part .number-icon i {
  transition: all ease .3s;
}
.rts-addon-number .number-part .number-icon img {
  max-width: unset;
  width: 50px;
  height: 50px;
}
.rts-addon-number .number-part .number-icon.grayscale img {
  filter: gray;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.3s ease 0s;
}
.rts-addon-number .number-part .number-icon.grayscale img:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}
.rts-addon-number .number-part .number-icon:hover {
  color: #040404;
}
.rts-addon-number .number-part .number-icon:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 90px;
  height: 90px;
  background: #df0a0a;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  opacity: 0;
  transition: all 0.3s ease 0s;
  visibility: hidden;
}
.rts-addon-number .number-part .number-text {
  position: relative;
}
.rts-addon-number .number-part .number-text .number-area {
  display: inline-block;
  margin-bottom: 40px;
  z-index: 1;
  position: relative;
  transition: all 0.3s ease 0s;
  text-align: center;
}
.rts-addon-number .number-part .number-text .number-area .number-prefix {
  color: #fff;
  background-color: #df0a0a;
  font-weight: 700;
  font-size: 20px;
  line-height: 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
}
.rts-addon-number .number-part .number-text .number-area .number-prefix:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  background: #e81c2e1a;
  height: 90px;
  width: 90px;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 50%;
}
.rts-addon-number .number-part .number-text .number-prefix {
  display: block;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.4;
  color: #1c2539;
}
.rts-addon-number .number-part .number-text .number-title {
  position: relative;
}
.rts-addon-number .number-part .number-text .number-title .title {
  font-size: 24px;
  margin: 0 0 10px;
  color: #1c2539;
}
.rts-addon-number .number-part .number-text .number-title .title a {
  color: #1c2539;
}
.rts-addon-number .number-part .number-text .number-title .title a:hover {
  color: #ffecec;
}
.rts-addon-number .number-part .number-text .number-txt {
  color: #5d666f;
  margin: 0;
}
.rts-addon-number .number-part .number-text .number-btn-part {
  margin: 15px 0 0;
}
.rts-addon-number .number-part .number-text .number-btn-part .number-btn {
  position: relative;
  display: inline-block;
  color: #040404;
  transition: all ease .3s;
}
.rts-addon-number .number-part .number-text .number-btn-part .number-btn i {
  transition: all ease .3s;
}
.rts-addon-number .number-part .number-text .number-btn-part .number-btn:hover {
  color: #df0a0a;
}
.rts-addon-number .number-part .number-text .number-btn-part .number-btn.icon-after span {
  float: left;
}
.rts-addon-number .number-part .number-text .number-btn-part .number-btn.icon-after i {
  margin-left: 10px;
}
.rts-addon-number .number-part .number-text .number-btn-part .number-btn.icon-before span {
  float: right;
}
.rts-addon-number .number-part .number-text .number-btn-part .number-btn.icon-before i {
  margin-right: 10px;
}
.rts-addon-number .number-part:after {
  content: "";
  width: 0;
  height: 4px;
  background: #df0a0a;
  position: absolute;
  transition: all .3s ease 0s;
  bottom: 0;
  left: 50%;
  z-index: 9;
  transform: translateX(-50%);
}
.rts-addon-number .number-part:hover .number-icon {
  color: #040404;
}
.rts-addon-number .number-part:hover .number-icon:after {
  opacity: 1;
  visibility: visible;
}
.rts-addon-number .number-part:hover .number-text .number-title .title {
  color: #df0a0a;
}
.rts-addon-number .number-part:hover .number-text .number-title .title a {
  color: #df0a0a;
}
.rts-addon-number .number-part:hover:after {
  width: 100%;
}
.rts-addon-number.number-style2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #df0a0a;
  transform: scaleY(0);
  transition: all .3s ease 0s;
}
.rts-addon-number.number-style2 .number-part {
  background: 0 0;
  text-align: left;
  position: relative;
  z-index: 1;
}
.rts-addon-number.number-style2:hover:before {
  transform: scaleY(1);
}
.rts-addon-number.number-style3 .number-part {
  border-bottom-width: 4px;
  transition: all .3s ease 0s;
  position: relative;
}
.rts-addon-number.number-style3 .number-part .number-icon {
  width: 90px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: -45px;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.04);
  transition: all .3s ease 0s;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 100%;
}
.rts-addon-number.number-style3 .number-part .number-icon i {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.rts-addon-number.number-style3 .number-part .number-icon img {
  width: 45px;
  height: 45px;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.rts-addon-number.number-style3 .number-part:hover .number-icon {
  top: -35px;
}
.rts-addon-number.number-style4 .number-part {
  display: inline-flex;
}
.blog--style2 ul {
  list-style: none;
  margin: 0;
}
.blog--style2 .blog-gird-item .grid-item {
  margin-bottom: 20px;
}
.blog--style2 .blog-gird-item .grid-item:last-child {
  margin-bottom: 0;
}
.blog--style2 .image-part {
  margin-right: 10px;
  display: block;
  overflow: hidden;
  border-radius: 15px;
}
.blog--style2 .blog-content {
  margin-left: 10px;
}
.blog--style2 .blog-content .blog-meta li {
  font-size: 14px;
}
.blog--style2 .blog-content h3 {
  line-height: 16px;
  margin-bottom: 0;
}
/* Icon Box CSS ----------------------
----------------------------------------*/
.rt-iconbox-area {
  overflow: hidden;
}
.rt-iconbox-area .box-inner {
  position: relative;
  padding: 40px 25px 20px;
  box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.12);
  transition: 0.4s;
  overflow: hidden;
}
.rt-iconbox-area .box-inner:hover {
  box-shadow: 0 8px 38px 0 rgba(0, 0, 0, 0.2);
}
.rt-iconbox-area .box-inner .rs-badge {
  position: absolute;
  background: #df0a0a;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #ffffff;
  left: -4%;
  top: -10%;
  z-index: 1;
  transform: rotate(0deg);
  padding-top: 18px;
  padding-left: 10px;
  font-size: 22px;
}
.rt-iconbox-area .box-inner .rs-badge small {
  font-size: 12px;
  color: #fff;
  padding-left: 2px;
}
.rt-iconbox-area .box-inner .icon-area {
  display: inline-block;
  color: #df0a0a;
  transition: all ease .3s;
}
.rt-iconbox-area .box-inner .icon-area i {
  transition: all ease .3s;
  font-size: 50px;
}
.rt-iconbox-area .box-inner .text-area {
  padding: 10px 0 0;
  position: relative;
}
.rt-iconbox-area .box-inner .text-area .iconbox-title {
  position: relative;
}
.rt-iconbox-area .box-inner .text-area .iconbox-title .title {
  font-size: 20px;
  margin: 0;
  color: #1c2539;
  font-weight: 500;
  line-height: 1.5;
}
.rt-iconbox-area .box-inner .text-area .iconbox-title .title a {
  text-decoration: none !important;
  color: #1c2539;
}
.rt-iconbox-area .box-inner .text-area .iconbox-title .title a:hover {
  color: #ffecec;
}
.rt-iconbox-area .box-inner .text-area .iconbox-title .title:before {
  content: "01.";
  font-size: 50px;
  font-weight: bold;
  color: #df0a0a;
  position: absolute;
  transition: all .3s ease 0s;
  top: 0;
  left: 0;
  z-index: 9;
}
.rt-iconbox-area .box-inner .text-area .services-txt {
  font-size: 15px;
  margin: 0;
}
.rt-iconbox-area .box-inner .services-btn-part {
  margin: 15px 0 0;
}
.rt-iconbox-area .box-inner .services-btn-part .services-btn {
  position: relative;
  display: inline-block;
  color: #040404;
  transition: all ease .3s;
}
.rt-iconbox-area .box-inner .services-btn-part .services-btn i {
  transition: all ease .3s;
}
.rt-iconbox-area .box-inner .services-btn-part .services-btn:hover {
  color: #df0a0a;
}
.rt-iconbox-area .box-inner .services-btn-part .services-btn.icon-after span {
  float: left;
}
.rt-iconbox-area .box-inner .services-btn-part .services-btn.icon-after i {
  margin-left: 10px;
  transition: 0.4s;
}
.rt-iconbox-area .box-inner .services-btn-part .services-btn.icon-before span {
  float: right;
}
.rt-iconbox-area .box-inner .services-btn-part .services-btn.icon-before i {
  margin-right: 10px;
}
.rt-iconbox-area.iconbox-after-arrow-image .box-inner {
  box-shadow: none;
  overflow: visible;
}
.rt-iconbox-area.iconbox-after-arrow-image .box-inner .icon-area {
  position: relative;
}
.rt-iconbox-area.iconbox-after-arrow-image .box-inner .icon-area .after-arrow-image {
  position: absolute;
  width: 100px;
  height: 21px;
  right: -150px;
  top: 68px;
  z-index: 1;
}
/* RS Static Products ----------------------
----------------------------------------*/
.rs-static-products .box-inner {
  position: relative;
  padding: 40px 25px 30px;
  box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.12);
  transition: 0.4s;
  overflow: hidden;
}
.rs-static-products .box-inner:hover {
  box-shadow: 0 8px 38px 0 rgba(0, 0, 0, 0.2);
}
.rs-static-products .box-inner .text-area {
  padding: 30px 0 0;
  position: relative;
}
.rs-static-products .box-inner .text-area .product-title {
  position: relative;
}
.rs-static-products .box-inner .text-area .product-title .title {
  font-size: 20px;
  margin: 0 0 10px;
  color: #1c2539;
  font-weight: 500;
  line-height: 1.5;
}
.rs-static-products .box-inner .text-area .product-title .title a {
  color: #1c2539;
}
.rs-static-products .box-inner .text-area .product-title .title a:hover {
  color: #ffecec;
}
.rs-static-products .box-inner .text-area .product-des {
  font-size: 15px;
  margin: 0;
}
.rs-static-products .box-inner .rs-product-button {
  margin: 15px 0 0;
}
.rs-static-products .box-inner .rs-product-button .product-button {
  position: relative;
  display: inline-block;
  color: #040404;
  transition: all ease .3s;
}
.rs-static-products .box-inner .rs-product-button .product-button i {
  transition: all ease .3s;
}
.rs-static-products .box-inner .rs-product-button .product-button:hover {
  color: #df0a0a;
}
.rs-static-products .box-inner .rs-product-button .product-button.icon-after span {
  float: left;
}
.rs-static-products .box-inner .rs-product-button .product-button.icon-after i {
  margin-left: 10px;
  transition: 0.4s;
}
.rs-static-products .box-inner .rs-product-button .product-button.icon-before span {
  float: right;
}
.rs-static-products .box-inner .rs-product-button .product-button.icon-before i {
  margin-right: 10px;
}
/* Tooltip CSS ----------------------
----------------------------------------*/
.rs-tooltip-area .box-inner {
  position: relative;
  padding: 50px 15px 40px;
  transition: 0.4s;
  cursor: pointer;
}
.rs-tooltip-area .box-inner .rs-tooltip {
  position: absolute;
  width: max-content;
  background-color: #000;
  color: #ffffff;
  border-radius: 3px;
  padding: 2px 10px;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  max-width: 270px;
  text-decoration: none;
}
.rs-tooltip-area .box-inner .rs-tooltip:before {
  content: "";
  position: absolute;
  border-width: 5px;
  border-style: solid;
  margin-top: 0;
  top: 100%;
  left: calc(45%);
}
.rs-tooltip-area .box-inner .rs-tooltip.bottom,
.rs-tooltip-area .box-inner .rs-tooltip.top {
  left: 50%;
  transform: translateX(-50%);
}
.rs-tooltip-area .box-inner .rs-tooltip.top {
  bottom: 110%;
  margin-bottom: 10px;
}
.rs-tooltip-area .box-inner .rs-tooltip.top:before {
  border-color: #000 transparent transparent transparent;
}
.rs-tooltip-area .box-inner .rs-tooltip.left,
.rs-tooltip-area .box-inner .rs-tooltip.right {
  top: 50%;
  transform: translateY(-50%);
}
.rs-tooltip-area .box-inner .rs-tooltip.right {
  left: 110%;
  margin-left: 10px;
}
.rs-tooltip-area .box-inner .rs-tooltip.right:before {
  left: auto;
  right: 100%;
  top: 50%;
  border-color: transparent #000 transparent transparent;
  transform: translateY(-50%);
}
.rs-tooltip-area .box-inner .rs-tooltip.left {
  left: auto;
  right: 110%;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 10px;
}
.rs-tooltip-area .box-inner .rs-tooltip.left:before {
  right: auto;
  left: 100%;
  top: 50%;
  border-color: transparent transparent transparent #000;
  transform: translateY(-50%);
}
.rs-tooltip-area .box-inner .rs-tooltip.bottom {
  bottom: auto;
  top: 110%;
  margin-top: 10px;
}
.rs-tooltip-area .box-inner .rs-tooltip.bottom:before {
  top: auto;
  bottom: 100%;
  left: 50%;
  border-color: transparent transparent #000 transparent;
  transform: translateX(-50%);
}
.rs-tooltip-area .box-inner .icon-area {
  display: inline-block;
  color: #df0a0a;
  transition: all ease .3s;
}
.rs-tooltip-area .box-inner .icon-area i {
  transition: all ease .3s;
  font-size: 50px;
}
.rs-tooltip-area .box-inner .text-area {
  padding: 10px 0 0;
  position: relative;
}
.rs-tooltip-area .box-inner .text-area .iconbox-title {
  position: relative;
}
.rs-tooltip-area .box-inner .text-area .iconbox-title .title {
  font-size: 20px;
  margin: 0;
  color: #1c2539;
  font-weight: 500;
  line-height: 1.5;
}
.rs-tooltip-area .box-inner .text-area .iconbox-title .title a {
  text-decoration: none !important;
  color: #1c2539;
}
.rs-tooltip-area .box-inner .text-area .iconbox-title .title a:hover {
  color: #ffecec;
}
.rs-tooltip-area .box-inner .text-area .rs-tooltip-text {
  font-size: 15px;
  margin: 0;
}
.rs-tooltip-area .box-inner:hover .rs-tooltip {
  opacity: 1;
  visibility: visible;
}
.rs-tooltip-area .box-inner:hover .rs-tooltip.top {
  bottom: 100%;
}
.rs-tooltip-area .box-inner:hover .rs-tooltip.right {
  left: 100%;
}
.rs-tooltip-area .box-inner:hover .rs-tooltip.bottom {
  top: 100%;
}
.rs-tooltip-area .box-inner:hover .rs-tooltip.left {
  right: 100%;
}
/* ------------------------------------
 Gallery CSS
  ---------------------------------------*/
.rs-galleys .file-list-image,
.rs-galleys .galley-img {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.rs-galleys .file-list-image .p-zoom,
.rs-galleys .galley-img .p-zoom,
.rs-galleys .file-list-image .zoom-icon,
.rs-galleys .galley-img .zoom-icon {
  position: absolute;
  top: 45%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: hidden;
  background: transparent !important;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.rs-galleys .file-list-image .p-zoom i:before,
.rs-galleys .galley-img .p-zoom i:before,
.rs-galleys .file-list-image .zoom-icon i:before,
.rs-galleys .galley-img .zoom-icon i:before {
  font-size: 22px;
}
.rs-galleys .file-list-image .p-zoom:hover,
.rs-galleys .galley-img .p-zoom:hover,
.rs-galleys .file-list-image .zoom-icon:hover,
.rs-galleys .galley-img .zoom-icon:hover {
  opacity: 0.8 !important;
}
.rs-galleys .file-list-image .gallery-titles,
.rs-galleys .galley-img .gallery-titles {
  position: absolute;
  left: 43.5%;
  top: 110%;
  margin: 0;
  color: #fff;
  transition: all .8s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  text-align: center;
  font-size: 20px;
  line-height: 28px !important;
}
.rs-galleys .file-list-image:before,
.rs-galleys .galley-img:before {
  content: "";
  position: absolute;
  background: #000;
  top: 0;
  left: 0;
  z-index: 1;
  width: 0%;
  height: 100%;
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
}
.rs-galleys .file-list-image.right:before,
.rs-galleys .galley-img.right:before {
  left: auto;
  right: 0;
}
.rs-galleys .file-list-image.top:before,
.rs-galleys .galley-img.top:before {
  top: 0;
  width: 100%;
  height: 0;
}
.rs-galleys .file-list-image.bottom:before,
.rs-galleys .galley-img.bottom:before {
  top: auto;
  bottom: 0;
  width: 100%;
  height: 0;
}
.rs-galleys .file-list-image:hover:before,
.rs-galleys .galley-img:hover:before {
  width: 100%;
}
.rs-galleys .file-list-image:hover.bottom:before,
.rs-galleys .galley-img:hover.bottom:before,
.rs-galleys .file-list-image:hover.top:before,
.rs-galleys .galley-img:hover.top:before {
  height: 100%;
}
.rs-galleys .file-list-image:hover .p-zoom,
.rs-galleys .galley-img:hover .p-zoom,
.rs-galleys .file-list-image:hover .zoom-icon,
.rs-galleys .galley-img:hover .zoom-icon {
  visibility: visible;
  opacity: 1;
  color: #fff;
}
.rs-galleys .file-list-image:hover .gallery-titles,
.rs-galleys .galley-img:hover .gallery-titles {
  top: 55%;
  opacity: 1;
  visibility: visible;
}
.rs-galleys .file-list-image:hover.style2:before,
.rs-galleys .galley-img:hover.style2:before {
  top: 20px;
  left: 20px;
  width: 90% !important;
  height: 85% !important;
}
.rs-galleys .no-gutters .file-list-image {
  margin-bottom: 0;
}
.mfp-close {
  opacity: 0.9;
}
/* -----------------------
Team Member
--------------------------*/
.rs-addon-slider {
  margin: 0;
}
.rs-addon-slider .team-item {
  padding: 0 15px;
}
.rs-addon-slider .slick-dots {
  line-height: 10px;
  bottom: -15px;
}
.rs-addon-slider .slick-dots li {
  display: inline-block;
  width: unset;
  height: unset;
  margin: 0 5px;
}
.rs-addon-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  display: inline-block;
  font-size: unset;
  line-height: unset;
  padding: unset;
  border-radius: 50%;
  border: 1px solid #df0a0a;
}
.rs-addon-slider .slick-dots li button:before {
  display: none;
}
.rs-addon-slider .slick-dots li button:hover {
  background: #df0a0a;
}
.rs-addon-slider .slick-dots li.slick-active button {
  background: #df0a0a;
}
.rs-addon-slider .slick-next,
.rs-addon-slider .slick-prev {
  width: 50px;
  height: 57px;
  line-height: 42px;
  background: #df0a0a;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.6s ease all;
  z-index: 9;
  opacity: 1;
  font-size: 0;
}
.rs-addon-slider .slick-next:before,
.rs-addon-slider .slick-prev:before {
  line-height: 42px;
  color: #fff;
  font-family: "Font Awesome Pro";
  content: '\053';
}
.rs-addon-slider .slick-next:hover,
.rs-addon-slider .slick-prev:hover {
  opacity: 1;
}
.rs-addon-slider .slick-prev {
  left: 30px;
}
.rs-addon-slider .slick-next {
  right: 30px;
}
.rs-addon-slider:hover .slick-prev,
.rs-addon-slider:hover .slick-next {
  opacity: 1;
  visibility: visible;
}
.rs-addon-slider:hover .slick-prev {
  left: -45px;
}
.rs-addon-slider:hover .slick-next {
  right: -45px;
}
.rts-team .gray_yes .team-inner-wrap:hover img {
  filter: grayscale(100);
}
.team-grid-style1 .team-item,
.team-slider-style1 .team-item {
  overflow: visible;
}
.team-grid-style1 .team-item .team-inner-wrap,
.team-slider-style1 .team-item .team-inner-wrap {
  border-radius: 8px;
  overflow: hidden;
}
.team-grid-style1 .team-item .social-icons1,
.team-slider-style1 .team-item .social-icons1 {
  text-align: center;
  margin-top: 14px;
}
.team-grid-style1 .team-item .social-icons1 a i,
.team-slider-style1 .team-item .social-icons1 a i {
  color: #fff;
  font-size: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-radius: 50%;
  margin: 0;
}
.team-grid-style1 .team-item .image-wrap,
.team-slider-style1 .team-item .image-wrap {
  position: relative;
  overflow: hidden;
}
.team-grid-style1 .team-item .image-wrap .social-icons1,
.team-slider-style1 .team-item .image-wrap .social-icons1 {
  position: absolute;
  right: -50px;
  bottom: 0;
  width: 50px;
  background: #df0a0a;
  padding: 12px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease 0s;
}
.team-grid-style1 .team-item .image-wrap .social-icons1 a,
.team-slider-style1 .team-item .image-wrap .social-icons1 a {
  padding: 0;
  background: transparent;
}
.team-grid-style1 .team-item .image-wrap .social-icons1 a i,
.team-slider-style1 .team-item .image-wrap .social-icons1 a i {
  background: transparent;
}
.team-grid-style1 .team-item .image-wrap .social-icons1 a:hover i,
.team-slider-style1 .team-item .image-wrap .social-icons1 a:hover i {
  color: #f8560c;
  background: transparent;
}
.team-grid-style1 .team-item :hover .image-wrap .social-icons1,
.team-slider-style1 .team-item :hover .image-wrap .social-icons1 {
  right: 0;
  width: 50px;
  opacity: 1;
  visibility: visible;
}
.team-grid-style1 .team-item .team-content,
.team-slider-style1 .team-item .team-content {
  text-align: center;
  margin: 0;
  padding: 28px 28px 25px;
  background: #df0a0a;
  margin-bottom: 20px;
  position: unset;
  opacity: 1;
}
.team-grid-style1 .team-item .team-content h3.team-name,
.team-slider-style1 .team-item .team-content h3.team-name {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 0px;
  text-transform: capitalize;
}
.team-grid-style1 .team-item .team-content h3.team-name a,
.team-slider-style1 .team-item .team-content h3.team-name a {
  text-decoration: none;
  color: #ffffff;
}
.team-grid-style1 .team-item .team-content h3.team-name a:hover,
.team-slider-style1 .team-item .team-content h3.team-name a:hover {
  color: #c4c4c4;
}
.team-grid-style1 .team-item .team-content span.team-title,
.team-slider-style1 .team-item .team-content span.team-title {
  text-transform: uppercase;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 14px;
  color: #ffffff;
}
.team-grid-style1 .team-item .social-icons,
.team-slider-style1 .team-item .social-icons {
  display: none;
}
.team-slider-style1 .team-item .team-content {
  margin: 0;
}
.team-grid-style2,
.team-slider-style2 {
  padding-bottom: 110px !important;
}
.team-grid-style2 .team-inner-wrap,
.team-slider-style2 .team-inner-wrap {
  position: relative;
  margin-bottom: 35px;
  padding-top: 20px;
}
.team-grid-style2 .team-inner-wrap .image-wrap,
.team-slider-style2 .team-inner-wrap .image-wrap {
  border-radius: 15px;
  overflow: hidden;
}
.team-grid-style2 .team-inner-wrap a,
.team-slider-style2 .team-inner-wrap a {
  text-decoration: none;
}
.team-grid-style2 .team-inner-wrap .team-img-sec,
.team-slider-style2 .team-inner-wrap .team-img-sec {
  position: relative;
}
.team-grid-style2 .team-inner-wrap .wrap-text,
.team-slider-style2 .team-inner-wrap .wrap-text {
  box-shadow: 0 5px 20px rgba(34, 34, 34, 0.1);
  padding: 0 40px 12px;
  background: #fff;
}
.team-grid-style2 .team-inner-wrap .wrap-text .team-desc,
.team-slider-style2 .team-inner-wrap .wrap-text .team-desc {
  margin-bottom: 0;
}
.team-grid-style2 .team-content,
.team-slider-style2 .team-content {
  position: absolute;
  left: 0;
  bottom: -20%;
  background: #fff;
  border-radius: 0 15px 15px 15px;
  box-shadow: 0px 4px 27px #00000012;
  text-align: center;
}
.team-grid-style2 .team-content .header,
.team-slider-style2 .team-content .header {
  padding: 30px 82px 22px 82px;
  border-bottom: 1px solid #F0F0F0;
}
.team-grid-style2 .team-content .header .team-name,
.team-slider-style2 .team-content .header .team-name {
  margin-bottom: 3px;
}
.team-grid-style2 .team-content .header .team-name a,
.team-slider-style2 .team-content .header .team-name a {
  color: #1C2539;
}
.team-grid-style2 .team-content .header .team-title,
.team-slider-style2 .team-content .header .team-title {
  color: #f64a00;
}
.team-grid-style2 .team-content .social-icons,
.team-slider-style2 .team-content .social-icons {
  padding: 27px 0 36px 0;
  display: flex;
  justify-content: center;
}
.team-grid-style2 .team-content .social-icons a,
.team-slider-style2 .team-content .social-icons a {
  position: relative;
  z-index: 1;
  transition: 0.3s;
  width: 40px;
  height: 40px;
  background-color: #f6f6f6;
  border-radius: 50%;
  display: block;
  line-height: 40px;
  margin-right: 7px;
}
.team-grid-style2 .team-content .social-icons a:last-child,
.team-slider-style2 .team-content .social-icons a:last-child {
  margin-right: 0;
}
.team-grid-style2 .team-content .social-icons a i,
.team-slider-style2 .team-content .social-icons a i {
  font-size: 14px;
  color: #1C2539;
  transition: 0.3s;
}
.team-grid-style2 .team-content .social-icons a:hover,
.team-slider-style2 .team-content .social-icons a:hover {
  background: #F64A00;
}
.team-grid-style2 .team-content .social-icons a:hover i,
.team-slider-style2 .team-content .social-icons a:hover i {
  color: #fff;
}
.icon-button a {
  background: #df0a0a;
  color: #fff;
  padding: 3px 17px;
  display: inline-block;
  font-size: 20px;
  margin-bottom: 25px;
  border-radius: 18px;
}
.icon-button a:hover {
  color: #fff;
  background: #040404;
}
.icon-button a i:before {
  font-size: inherit;
}
.blogfull .icon-button a {
  margin-bottom: 0px;
}
.team-grid-style2 .team-inner-wrap {
  margin-bottom: 95px;
}
.team-grid-style3 .style3,
.team-slider-style3 .style3 {
  margin-bottom: 60px;
}
.team-grid-style3 .team-item,
.team-slider-style3 .team-item {
  padding: 25px;
  position: relative;
}
.team-grid-style3 .team-item:after,
.team-slider-style3 .team-item:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-top: 200px solid #040404;
  border-right: 200px solid transparent;
  left: 0px;
  top: -10px;
}
.team-grid-style3 .team-item:before,
.team-slider-style3 .team-item:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-bottom: 200px solid #040404;
  border-left: 200px solid transparent;
  right: 0px;
  bottom: -10px;
}
.team-grid-style3 .team-item img,
.team-slider-style3 .team-item img {
  position: relative;
  z-index: 99;
}
.team-grid-style3 .team-item .team-inner-wrap,
.team-slider-style3 .team-item .team-inner-wrap {
  position: relative;
}
.team-grid-style3 .team-item .team-inner-wrap:before,
.team-slider-style3 .team-item .team-inner-wrap:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #040404;
  opacity: 0.8;
  left: 0;
  top: 0;
  z-index: 100;
  opacity: 0;
  transition: all 0.4s ease 0s;
}
.team-grid-style3 .team-item .team-content,
.team-slider-style3 .team-item .team-content {
  position: absolute;
  display: block;
  left: 50%;
  width: 100%;
  top: 30%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 110;
  color: #fff;
  padding: 15px;
  opacity: 0;
  transition: all 0.4s ease 0s;
}
.team-grid-style3 .team-item .team-content .team-name,
.team-slider-style3 .team-item .team-content .team-name {
  margin-bottom: 0;
  font-size: 20px;
}
.team-grid-style3 .team-item .team-content .team-name a,
.team-slider-style3 .team-item .team-content .team-name a {
  color: #fff;
}
.team-grid-style3 .team-item .team-content .team-title,
.team-slider-style3 .team-item .team-content .team-title {
  color: #fff;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 10px;
  font-size: 14px;
  display: block;
}
.team-grid-style3 .team-item .team-content .social-icons a,
.team-slider-style3 .team-item .team-content .social-icons a {
  color: #fff;
  margin-right: 12px;
  font-size: 16px;
}
.team-grid-style3 .team-item .team-content .social-icons a:last-child,
.team-slider-style3 .team-item .team-content .social-icons a:last-child {
  margin-right: 0;
}
.team-grid-style3 .team-item .team-content .social-icons a:hover,
.team-slider-style3 .team-item .team-content .social-icons a:hover {
  opacity: 0.8;
}
.team-grid-style3 .team-item:hover .team-content,
.team-slider-style3 .team-item:hover .team-content {
  opacity: 1;
  width: 100%;
  top: 50%;
}
.team-grid-style3 .team-item:hover .team-inner-wrap:before,
.team-slider-style3 .team-item:hover .team-inner-wrap:before {
  opacity: 0.8;
}
.team-grid-style3 .team-img:after {
  top: 0;
}
.team-grid-style3 .team-img:before {
  bottom: 0;
}
.team-grid-style4 .owl-stage-outer,
.team-slider-style4 .owl-stage-outer {
  overflow-y: visible;
}
.team-grid-style4 .team-item,
.team-slider-style4 .team-item {
  margin-bottom: 125px;
  position: relative;
  overflow: visible;
}
.team-grid-style4 .team-item:before,
.team-slider-style4 .team-item:before {
  display: none;
}
.team-grid-style4 .team-item .team-content,
.team-slider-style4 .team-item .team-content {
  color: #f8560c;
  background: #fff;
  padding: 20px;
  text-align: center;
  z-index: 9;
  position: absolute;
  z-index: 1;
  opacity: 1;
  width: unset;
  height: unset;
  display: inline-block;
  top: unset;
  bottom: -85px;
  padding: 20px 20px 25px;
  box-shadow: 0px 4px 27px #00000012;
  left: 50%;
  border-radius: 15px;
  max-width: 310px;
  transform: translateX(-50%);
  width: 95%;
}
.team-grid-style4 .team-item .team-content .team-name,
.team-slider-style4 .team-item .team-content .team-name {
  display: block;
  font-size: 22px;
  margin-bottom: 0px;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 27px;
}
.team-grid-style4 .team-item .team-content .team-name a,
.team-slider-style4 .team-item .team-content .team-name a {
  color: #df0a0a;
}
.team-grid-style4 .team-item .team-content .team-name a:hover,
.team-slider-style4 .team-item .team-content .team-name a:hover {
  color: #f8560c;
}
.team-grid-style4 .team-item .team-content .team-title,
.team-slider-style4 .team-item .team-content .team-title {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  padding-top: 5px;
  display: block;
  font-family: 'Poppins', sans-serif;
  color: #0a0a0a;
}
.team-grid-style4 .team-item .team-content .team-desc,
.team-slider-style4 .team-item .team-content .team-desc {
  font-size: 14px;
  margin-bottom: 0;
  color: #777;
  position: relative;
  z-index: 1;
  max-height: 0;
  opacity: 0;
  line-height: 24px;
  -webkit-transition: all 0.6s, max-height 0.5s;
  -o-transition: all 0.6s, max-height 0.5s;
  -moz-transition: all 0.6s, max-height 0.5s;
  transition: all 0.6s, max-height 0.5s;
  overflow: hidden;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  -o-transform-origin: bottom;
  transform-origin: bottom;
}
.team-grid-style4 .team-item .team-content .team-desc:before,
.team-slider-style4 .team-item .team-content .team-desc:before {
  content: '';
  position: absolute;
  z-index: 1;
  background: #df0a0a;
  top: 0;
  left: 50%;
  width: 50px;
  height: 2px;
  margin-left: -25px;
}
.team-grid-style4 .team-item .team-content .social-icons,
.team-slider-style4 .team-item .team-content .social-icons {
  text-align: center;
  margin-top: 12px;
  display: flex;
  justify-content: center;
}
.team-grid-style4 .team-item .team-content .social-icons a,
.team-slider-style4 .team-item .team-content .social-icons a {
  margin-right: 7px;
}
.team-grid-style4 .team-item .team-content .social-icons a i,
.team-slider-style4 .team-item .team-content .social-icons a i {
  color: #df0a0a;
  font-size: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #f6f6f6;
  text-align: center;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-radius: 50%;
  overflow: hidden;
  margin: 0;
}
.team-grid-style4 .team-item .team-content .social-icons a i:hover,
.team-slider-style4 .team-item .team-content .social-icons a i:hover {
  color: #fff;
  background: #df0a0a;
}
.team-grid-style4 .team-item:before,
.team-slider-style4 .team-item:before {
  background: transparent;
}
.team-grid-style4 .team-item:hover .team-content,
.team-slider-style4 .team-item:hover .team-content {
  opacity: 1;
  top: unset;
}
.team-grid-style4 .team-item:hover .team-content .team-desc,
.team-slider-style4 .team-item:hover .team-content .team-desc {
  position: relative;
  max-height: 400px;
  opacity: 1;
  text-align: center;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: all 0.4s, max-height 1.5s;
  -o-transition: all 0.4s, max-height 1.5s;
  -moz-transition: all 0.4s, max-height 1.5s;
  transition: all 0.4s, max-height 1.5s;
  padding-top: 18px;
  margin-top: 8px;
}
.bg-overflow-hidden {
  overflow: hidden;
}
.feature-one-wrapper .elementor-icon-list-item {
  padding: 15px 29px !important;
  background: #fff;
  border: 1px solid #EEEEEE;
  border-radius: 15px;
  max-width: max-content;
  margin-right: 17px !important;
  margin-bottom: 20px !important;
  cursor: pointer;
  transition: 0.3s;
}
.feature-one-wrapper .elementor-icon-list-item:hover {
  box-shadow: 0px 9px 18px #1810100d;
}
.cta-input-arae {
  position: relative;
}
.cta-input-arae input {
  border-radius: 100px;
  margin-bottom: 0 !important;
}
.cta-input-arae input[type="submit"] {
  position: absolute;
  border-radius: 100px;
  max-width: max-content;
  right: -2px;
}
.team-grid-style5 .team-item,
.team-slider-style5 .team-item {
  padding-top: 22px;
}
.team-grid-style5 .team-inner-wrap,
.team-slider-style5 .team-inner-wrap {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 5px;
  transition: 0.3s;
}
.team-grid-style5 .team-inner-wrap .image-wrap,
.team-slider-style5 .team-inner-wrap .image-wrap {
  position: relative;
  overflow: hidden;
}
.team-grid-style5 .team-inner-wrap .image-wrap img,
.team-slider-style5 .team-inner-wrap .image-wrap img {
  -webkit-transition: all .7s;
  transition: all .7s;
}
.team-grid-style5 .team-inner-wrap .image-wrap .team-social,
.team-slider-style5 .team-inner-wrap .image-wrap .team-social {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.team-grid-style5 .team-inner-wrap .image-wrap .team-social .main i,
.team-slider-style5 .team-inner-wrap .image-wrap .team-social .main i {
  background: #fff;
  border-radius: 50%;
  font-size: 16px;
  line-height: 12px;
  font-weight: 500;
  color: #df0a0a;
  transition: 0.3s;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
}
.team-grid-style5 .team-inner-wrap .image-wrap .team-social .main i:before,
.team-slider-style5 .team-inner-wrap .image-wrap .team-social .main i:before {
  font-weight: bold;
}
.team-grid-style5 .team-inner-wrap .image-wrap .team-social .team-social-one,
.team-slider-style5 .team-inner-wrap .image-wrap .team-social .team-social-one {
  display: flex;
  flex-direction: column;
  position: absolute;
  transform: translateY(50px);
  transition: 1s;
  opacity: 0;
}
.team-grid-style5 .team-inner-wrap .image-wrap .team-social .team-social-one i,
.team-slider-style5 .team-inner-wrap .image-wrap .team-social .team-social-one i {
  background: #fff;
  border-radius: 60%;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  color: #df0a0a;
  transition: 0.3s;
  margin-bottom: 10px;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-grid-style5 .team-inner-wrap .image-wrap .team-social .team-social-one i:hover,
.team-slider-style5 .team-inner-wrap .image-wrap .team-social .team-social-one i:hover {
  background: #df0a0a;
  color: #fff;
}
.team-grid-style5 .team-inner-wrap .image-wrap .team-social:hover .main,
.team-slider-style5 .team-inner-wrap .image-wrap .team-social:hover .main {
  opacity: 0;
}
.team-grid-style5 .team-inner-wrap .image-wrap .team-social:hover .team-social-one,
.team-slider-style5 .team-inner-wrap .image-wrap .team-social:hover .team-social-one {
  transform: translateY(-96%);
  z-index: 2;
  opacity: 1;
}
.team-grid-style5 .team-inner-wrap .team-content,
.team-slider-style5 .team-inner-wrap .team-content {
  width: 100%;
  padding: 28px 30px 27px 30px;
  color: #444;
  overflow: hidden;
  background: #fff;
  -webkit-transition: .3s all ease;
  -moz-transition: .3s all ease;
  transition: .3s all ease;
  border-radius: 0 0 15px 15px;
}
.team-grid-style5 .team-inner-wrap .team-content .member-desc .team-name,
.team-slider-style5 .team-inner-wrap .team-content .member-desc .team-name {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin: 0;
}
.team-grid-style5 .team-inner-wrap .team-content .member-desc .team-name a,
.team-slider-style5 .team-inner-wrap .team-content .member-desc .team-name a {
  color: #1c2539;
}
.team-grid-style5 .team-inner-wrap .team-content .member-desc .team-title,
.team-slider-style5 .team-inner-wrap .team-content .member-desc .team-title {
  font-size: 15px;
  text-transform: capitalize;
  color: #222;
  float: none;
  text-align: center;
  font-weight: 400;
}
.team-grid-style5 .team-inner-wrap .team-content .team-desc,
.team-slider-style5 .team-inner-wrap .team-content .team-desc {
  display: none;
}
.team-grid-style5 .team-inner-wrap .team-content .social-icons,
.team-slider-style5 .team-inner-wrap .team-content .social-icons {
  bottom: -100px !important;
  transition: all .3s ease 0s;
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
  z-index: 100;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%) scale(0.5);
  -webkit-transition: .4s all ease;
  transition: .4s all ease;
}
.team-grid-style5 .team-inner-wrap .team-content .social-icons a,
.team-slider-style5 .team-inner-wrap .team-content .social-icons a {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  padding: 0;
  border: none;
  text-align: center;
  color: #fff;
  display: inline-block;
  transition: all .3s ease 0s;
  background: 0 0 !important;
  margin-right: 8px;
}
.team-grid-style5 .team-inner-wrap .team-content .social-icons a i,
.team-slider-style5 .team-inner-wrap .team-content .social-icons a i {
  transition: all .3s ease 0s;
}
.team-grid-style5 .team-inner-wrap .team-content .social-icons a i:hover,
.team-slider-style5 .team-inner-wrap .team-content .social-icons a i:hover {
  color: #f8560c;
}
.team-grid-style5 .team-inner-wrap:hover,
.team-slider-style5 .team-inner-wrap:hover {
  transform: translateY(-20px);
}
.rt-blog-slider .blog-meta {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  display: flex;
}
.rt-blog-slider .blog-meta .cat_list {
  padding-right: 3px;
}
.rt-blog-slider .rts-read-more {
  color: #fff;
  font-weight: 600;
}
.rt-blog-slider .rts-read-more i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  margin-right: 12px;
  color: #fff;
  background: #2B2F39;
  font-size: 14px;
  transition: 0.3s;
  display: inline-block;
  box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.0005);
}
.rt-blog-slider .rts-read-more:hover i {
  background: #df0a0a;
}
.rt-blog-slider.slider-style-1 .image-part {
  margin-bottom: 36px;
  position: relative;
}
.rt-blog-slider.slider-style-1 .image-part .blog-badge {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 5px 25px;
  background: #df0a0a;
  color: #fff;
  font-size: 18px;
}
.rt-blog-slider .blog-content {
  padding-bottom: 15px;
}
.rt-blog-slider .blog-content ul {
  margin: 0;
  list-style: none;
}
.rt-blog-slider .blog-content ul li {
  list-style: none;
}
.rt-blog-slider .title {
  line-height: 32px;
}
.rt-blog-slider .title a {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}
.rt-blog-slider .title a:hover {
  color: #df0a0a;
}
.rt-blog-slider.slider-style-2 .rts-blog-h-2-wrapper {
  padding: 40px;
  border-radius: 30px;
  border: 1px solid #EDEFF3;
}
.rt-blog-slider.slider-style-2 .rts-blog-h-2-wrapper .image-part {
  margin-bottom: 30px;
}
.rt-blog-slider.slider-style-2 .rts-blog-h-2-wrapper .image-part img {
  border-radius: 30px;
}
.rt-blog-slider.slider-style-2 .title {
  margin-top: 15px;
}
.rt-blog-slider.slider-style-2 .rts-read-more i {
  background: #F5F5F5;
  color: #000;
}
.rt-blog-slider.slider-style-2 .rts-read-more:hover i {
  color: #fff;
}
.rt-blog-slider.slider-style-2 .blog-content {
  padding-bottom: 0;
}
.gray_yes.rt-blog .image-part:hover {
  filter: grayscale(100%);
}
.gray_yes .service-one-inner-four .big-thumbnail-area:hover img {
  filter: grayscale(100%);
}
.gray_yes .service-one-inner-four .big-thumbnail-area:hover .content img {
  filter: grayscale(0);
}
.team-grid-style6 .team-item {
  overflow: visible;
}
.team-grid-style6 .team-item .image-wrap {
  text-align: center;
}
.team-grid-style6 .team-item .image-wrap img {
  border-radius: 50%;
}
.team-grid-style6 .team-item .social-icons {
  text-align: center;
  margin-top: 10px;
}
.team-grid-style6 .team-item .social-icons a {
  display: inline-block;
}
.team-grid-style6 .team-item .social-icons a i {
  color: #4a4a4a;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: transparent;
  text-align: center;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-radius: 50%;
  margin: 0;
}
.team-grid-style6 .team-item .team-content {
  text-align: center;
  margin: 0;
  padding: 20px 20px 25px;
  margin-bottom: 30px;
  position: unset;
  opacity: 1;
}
.team-grid-style6 .team-item .team-content h3.team-name {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0px;
  text-transform: capitalize;
}
.team-grid-style6 .team-item .team-content h3.team-name a {
  text-decoration: none;
  color: #1c2539;
}
.team-grid-style6 .team-item .team-content h3.team-name a:hover {
  color: #040404;
}
.team-grid-style6 .team-item .team-content span.team-title {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 14px;
  color: #666;
}
.rselements-single-member .single-member-title h2 {
  margin-bottom: 7px;
}
.rselements-single-member .single-member-title span {
  font-size: 18px;
}
.rselements-single-member .contact-info ul {
  list-style: none;
  margin: 20px 0;
}
.rselements-single-member .contact-info ul li i {
  margin-right: 7px;
}
.rselements-single-member .team-elements-social {
  margin: 0;
  list-style: none;
  display: flex;
}
.rselements-single-member .team-elements-social li {
  list-style: none;
  margin-right: 10px;
}
.rselements-porfolio-details .project-img {
  padding-bottom: 30px;
}
.rselements-porfolio-details .ps-informations {
  background: #f9f9f9;
  padding: 40px;
}
.rselements-porfolio-details .ps-informations ul {
  list-style: none;
  margin: 0;
}
.rselements-porfolio-details .ps-informations li {
  margin-bottom: 10px;
}
.rselements-porfolio-details .ps-informations li span {
  font-weight: bold;
  min-width: 150px;
  display: inline-block;
}
/** Blog Style CSS --------------
-----------------------------------*/
.pitheme-blog-grid {
  padding: 100px;
}
.pitheme-blog-grid .blog-item {
  overflow: visible;
  margin-bottom: 30px;
}
.pitheme-blog-grid .blog-item .image-wrap {
  position: relative;
}
.pitheme-blog-grid .blog-item .image-wrap img {
  transition: all 0.5s ease 0s;
}
.pitheme-blog-grid .blog-item .image-wrap .author-avatar {
  position: absolute;
  bottom: -16px;
  left: 30px;
}
.pitheme-blog-grid .blog-item .image-wrap .author-avatar img {
  border-radius: 50%;
}
.pitheme-blog-grid .blog-item .image-wrap .cat_list {
  position: absolute;
  z-index: 111;
  top: 20px;
  left: 20px;
  z-index: 10;
}
.pitheme-blog-grid .blog-item .image-wrap .cat_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pitheme-blog-grid .blog-item .image-wrap .cat_list ul li {
  display: inline-block;
}
.pitheme-blog-grid .blog-item .image-wrap .cat_list ul li a {
  display: block;
  padding: 4px 10px;
  border-radius: 3px;
  color: #ffffff;
  background: #df0a0a;
  transition: 0.4s;
}
.pitheme-blog-grid .blog-item .image-wrap .cat_list ul li a:hover {
  opacity: 0.85;
}
.pitheme-blog-grid .blog-item.blog_meta_style2 .image-wrap {
  position: relative;
}
.pitheme-blog-grid .blog-item.blog_meta_style2 .image-wrap .blog-meta {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #df0a0a;
  color: #fff;
  padding: 8px 14px 7px;
  border-radius: 5px 5px 0 0;
}
.pitheme-blog-grid .blog-item .blog-content {
  margin: 0;
  padding: 20px 30px 5px;
  box-shadow: 0 5px 20px rgba(34, 34, 34, 0.1);
  background: #fff;
  position: unset;
  opacity: 1;
}
.pitheme-blog-grid .blog-item .blog-content h3.blog-name {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 1.4;
}
.pitheme-blog-grid .blog-item .blog-content h3.blog-name a {
  text-decoration: none;
  color: #1c2539;
}
.pitheme-blog-grid .blog-item .blog-content .blog-meta {
  margin-bottom: 6px;
}
.pitheme-blog-grid .blog-item .blog-content .blog-meta .admin {
  margin-left: 12px;
}
.pitheme-blog-grid .blog-item .blog-content p {
  margin: 0 0 15px;
}
.pitheme-blog-grid .blog-item .blog-content:hover h3.blog-name a {
  color: #df0a0a;
}
.pitheme-blog-grid .blog-item .blog-content .blog-btn-part {
  margin: 15px 0 0;
}
.pitheme-blog-grid .blog-item .blog-content .blog-btn-part .blog-btn {
  position: relative;
  display: inline-block;
  color: #df0a0a;
  transition: all ease .3s;
}
.pitheme-blog-grid .blog-item .blog-content .blog-btn-part .blog-btn i {
  transition: all ease .3s;
}
.pitheme-blog-grid .blog-item .blog-content .blog-btn-part .blog-btn:hover {
  color: #df0a0a;
}
.pitheme-blog-grid .blog-item .blog-content .blog-btn-part .blog-btn.icon-after span {
  float: left;
}
.pitheme-blog-grid .blog-item .blog-content .blog-btn-part .blog-btn.icon-after i {
  margin-left: 10px;
  transition: 0.4s;
}
.pitheme-blog-grid .blog-item .blog-content .blog-btn-part .blog-btn.icon-before span {
  float: right;
}
.pitheme-blog-grid .blog-item .blog-content .blog-btn-part .blog-btn.icon-before i {
  margin-right: 10px;
}
.pitheme-blog-grid .blog-item.transparent .blog-inner-wrap {
  position: relative;
  overflow: hidden;
}
.pitheme-blog-grid .blog-item.transparent .blog-inner-wrap .image-wrap {
  position: relative;
}
.pitheme-blog-grid .blog-item.transparent .blog-inner-wrap .image-wrap img {
  transition: all 0.8s ease 0s;
}
.pitheme-blog-grid .blog-item.transparent .blog-inner-wrap .image-wrap:before {
  opacity: .85;
  background: transparent;
  background: linear-gradient(transparent, #333333), linear-gradient(transparent, #333333);
  background: -moz-linear-gradient(transparent, #333333), -moz-linear-gradient(transparent, #333333);
  background: -o-linear-gradient(transparent, #333333), -o-linear-gradient(transparent, #333333);
  content: "";
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
  transition: all 0.7s ease 0s;
}
.pitheme-blog-grid .blog-item.transparent .blog-inner-wrap .blog-content {
  margin-bottom: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  background: transparent;
}
.pitheme-blog-grid .blog-item.transparent .blog-inner-wrap:hover .image-wrap img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  -moz-transform: scale3d(1.1, 1.1, 1.1);
  -ms-transform: scale3d(1.1, 1.1, 1.1);
  -o-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.pitheme-blog-grid .blog-item:hover .image-wrap .pointer-events img {
  filter: grayscale(100%);
}
.pitheme-blog-grid .rs-pagination-area {
  padding-top: 0px;
  clear: both;
  text-align: center;
  margin-top: 20px;
}
.pitheme-blog-grid .rs-pagination-area .pagination {
  padding: 0;
  margin: 0;
}
.pitheme-blog-grid .rs-pagination-area .nav-links {
  display: inline-block;
  border: 1px solid #f9f9f9;
  padding: 11px 0px;
  border-radius: 3px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  background: #fff;
}
.pitheme-blog-grid .rs-pagination-area .nav-links span.current {
  padding: 2px 20px 0 21px;
  line-height: 23px;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.4s ease 0s;
  text-align: center;
  background: transparent;
  color: #df0a0a;
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #E6E6E6;
}
.pitheme-blog-grid .rs-pagination-area .nav-links &gt; * {
  border-radius: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.pitheme-blog-grid .rs-pagination-area .nav-links a {
  padding: 2px 20px 0 14px;
  line-height: 23px;
  color: #5d666f;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.4s ease 0s;
  text-align: center;
  background: transparent;
  opacity: .96;
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #E6E6E6;
}
.pitheme-blog-grid .rs-pagination-area .nav-links span.current,
.pitheme-blog-grid .rs-pagination-area .nav-links a:hover {
  color: #df0a0a;
}
.pitheme-blog-grid .rs-pagination-area .nav-links a.next.page-numbers {
  background: none !important;
  border-right: 0;
}
.pitheme-blog-grid .rs-addon-slider .blog-item {
  padding: 0 15px;
}
.mfp-iframe-holder .mfp-close {
  width: 30px !important;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
}
/** Pricing Table CSS --------------
-----------------------------------*/
.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-table-badge {
  position: absolute;
  top: 0;
  padding: 10px 10px;
  background-color: #df0a0a;
  color: #fff;
  line-height: 1;
  z-index: 1;
}
.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-table-title {
  margin-bottom: 12px;
  color: #1c2539;
  font-size: 24px;
  line-height: 30px;
}
.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-table-header p {
  padding-bottom: 10px;
  color: #777;
}
.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-table-price .rt-pricing-table-price-tag {
  margin-bottom: .5rem;
  color: #1c2539;
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  position: relative;
}
.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-table-price .rt-pricing-table-price-tag .rt-pricing-table-price-text {
  font-weight: 700;
  margin-left: -10px;
}
.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-table-price .rt-pricing-table-period {
  color: #777;
  font-size: 16px;
  display: block;
  font-weight: 400;
  padding-top: 5px;
}
.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-table-price.display-inline .rt-pricing-table-period {
  position: relative;
  padding-left: 16px;
  display: inline-block;
}
.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-table-price.display-inline .rt-pricing-table-period:before {
  content: "";
  height: 20px;
  width: 2px;
  position: absolute;
  left: 0;
  transform: rotate(20deg) translateY(-50%);
  top: 50%;
  background: #f2f2f2;
}
.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-table-body .rt-pricing-table-features-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
  border-bottom: 2px solid #E9ECF1;
  padding-bottom: 25px;
}
.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-table-body .rt-pricing-table-features-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-table-body .rt-pricing-table-features-list li {
  margin-bottom: 8px;
  font-size: 16px;
  color: #777;
  display: flex;
  align-items: center;
}
.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-table-body .rt-pricing-table-features-list li.active i {
  color: #0B4DF5;
  font-size: 18px;
}
.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-table-body .rt-pricing-table-features-list li.deactive {
  color: #5D666F;
}
.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-table-body .rt-pricing-table-features-list li i {
  margin-right: 10px;
  min-width: 15px;
  font-size: 16px;
}
.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-table-btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 40px;
  background-color: #df0a0a;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: center;
}
.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-icon {
  position: relative;
}
.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-icon i {
  position: relative;
  transition: all 0.4s ease 0s;
  text-align: center;
}
.elementor-widget-rt-price-table .elementor-widget-container .rt-pricingt-style2 {
  position: relative;
}
.elementor-widget-rt-price-table .elementor-widget-container .rt-pricingt-style2 .rt-pricing-table-price {
  background: #df0a0a;
  display: inline-block;
  position: absolute;
  top: -10%;
  left: 0;
  padding: 18px 40px;
  text-align: right;
  animation: jump-1 5s linear infinite;
}
.elementor-widget-rt-price-table .elementor-widget-container .rt-pricingt-style2 .rt-pricing-table-header {
  padding-top: 95px;
  border-bottom: 1px solid #EAE2E2;
}
.elementor-widget-rt-price-table .elementor-widget-container .rt-pricingt-style2 .rt-pricing-table-header p {
  margin-bottom: 0;
  padding-bottom: 0;
}
.elementor-widget-rt-price-table .elementor-widget-container .rt-pricingt-style2 .rt-pricing-table-price .rt-pricing-table-price-tag .rt-pricing-table-price-text {
  margin: 0;
}
.elementor-widget-rt-price-table .elementor-widget-container .rt-pricingt-style2 .rt-pricing-table-price-tag {
  margin-bottom: 0;
}
.elementor-widget-rt-price-table .elementor-widget-container .rt-pricingt-style2 .rt-pricing-table-period {
  margin-top: 0;
}
/** Portfolio CSS ---------------------
--------------------------------------*/
.portfolio-filter {
  margin-bottom: 50px;
  text-align: center;
}
.portfolio-filter span {
  color: #333;
  padding: 10px;
  cursor: pointer;
  display: inline-block;
}
.portfolio-filter span.active {
  color: #df0a0a;
}
.portfolio-filter span:hover {
  color: #df0a0a;
}
.rt-portfolio-style1 .slick-slider .slick-arrow:before {
  top: -9px;
}
.rt-portfolio-style1 .portfolio-item {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}
.rt-portfolio-style1 .portfolio-item .portfolio-content {
  padding: 25px;
}
.rt-portfolio-style1 .portfolio-item .portfolio-content .vertical-middle {
  position: relative;
  z-index: 9;
}
.rt-portfolio-style1 .portfolio-item .portfolio-content .p-category {
  color: #999999;
  font-size: 14px;
  margin-bottom: 5px;
}
.rt-portfolio-style1 .portfolio-item .portfolio-content .p-category a {
  color: #999999;
}
.rt-portfolio-style1 .portfolio-item .portfolio-content .vertical-middle {
  display: table;
  height: 100%;
  width: 100%;
}
.rt-portfolio-style1 .portfolio-item .portfolio-content .vertical-middle-cell {
  display: table-cell;
  vertical-align: middle;
}
.rt-portfolio-style1 .portfolio-item .portfolio-text {
  padding-top: 15px;
}
.rt-portfolio-style1 .portfolio-item .p-link {
  transition: all 0.3s ease 0s;
  display: inline-block;
  font-size: 19px;
  width: 52px;
  line-height: 54px;
  height: 52px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
}
.rt-portfolio-style1 .portfolio-item .p-link i {
  margin-left: 2px;
}
.rt-portfolio-style1 .portfolio-item .p-link:hover {
  background-color: #df0a0a;
  color: #fff;
}
.rt-portfolio-style1 .portfolio-item .p-title {
  font-size: 18px;
  line-height: normal;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 27px;
}
.rt-portfolio-style1 .portfolio-item .p-desc {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
  margin-top: 10px;
}
.rt-portfolio-style1 .read-btn {
  background: #ffffff;
  border-top: 1px solid #f1f1f1;
  padding: 16px 20px;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  z-index: 2;
  color: #999;
}
.rt-portfolio-style1 .read-btn i {
  margin-left: 10px;
  font-weight: 300;
}
.rt-portfolio-style1 .read-btn:before {
  content: "";
  position: absolute;
  background-color: #040404;
  width: 100%;
  height: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  left: 0;
  top: 0;
  z-index: -1;
}
.rt-portfolio-style1 .read-btn span.f-right {
  float: right;
}
.rt-portfolio-style1 .grid-item:hover .read-btn {
  color: #fff;
}
.rt-portfolio-style1 .grid-item:hover .read-btn:before {
  height: 100%;
  bottom: 0;
}
.rt-portfolio-style1 .slick-slider .slick-arrow {
  width: 60px;
  height: 55px;
  border-radius: 0;
  line-height: 60px;
  bottom: -172px;
  top: -84px;
}
.rt-portfolio-style1 .slick-slider .slick-arrow:before {
  color: #fff;
}
.rt-portfolio-style1 .slick-slider .slick-prev {
  left: 88.5%;
}
.rt-portfolio-style1 .slick-slider .slick-prev:hover {
  background: #fff;
}
.rt-portfolio-style1 .slick-slider .slick-prev:hover:before {
  color: #df0a0a;
}
.rt-portfolio-style1 .slick-slider .slick-next {
  right: 1%;
  background: #fff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}
.rt-portfolio-style1 .slick-slider .slick-next:before {
  color: #df0a0a;
}
.rt-portfolio-style1 .slick-slider .slick-next:hover {
  background: #df0a0a;
}
.rt-portfolio-style1 .slick-slider .slick-next:hover:before {
  color: #fff;
}
.rt-portfolio-style2 .portfolio-item {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.rt-portfolio-style2 .portfolio-item img {
  width: 100%;
}
.rt-portfolio-style2 .portfolio-item:before {
  content: "";
  position: absolute;
  background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.70196) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.70196) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.70196) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.rt-portfolio-style2 .portfolio-item:after {
  content: "";
  position: absolute;
  background-color: #df0a0a;
  opacity: 0.902;
  clip-path: polygon(100% 0, 100% 100%, 44.5% 100%, 0% 65%, 0 0);
  width: 100%;
  height: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  left: 0;
  top: 0;
  z-index: 1;
}
.rt-portfolio-style2 .portfolio-item .portfolio-content {
  padding: 0;
  position: absolute;
  left: 50px;
  top: auto;
  bottom: 20px;
  z-index: 3;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.rt-portfolio-style2 .portfolio-item .portfolio-content .p-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  bottom: -100px;
  left: 25px;
}
.rt-portfolio-style2 .portfolio-item .portfolio-content .p-title span {
  font-size: 14px;
  font-weight: 400;
  display: block;
}
.rt-portfolio-style2 .portfolio-item .portfolio-content .p-title span,
.rt-portfolio-style2 .portfolio-item .portfolio-content .p-title a {
  color: #ffffff;
}
.rt-portfolio-style2 .portfolio-item .portfolio-content .p-title a:hover {
  color: #df0a0a;
}
.rt-portfolio-style2 .portfolio-item .pf-btn {
  color: #083d59;
  background: #ffffff;
  width: 60px;
  height: 60px;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  z-index: 3;
  left: 15%;
  bottom: 12.5%;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.rt-portfolio-style2 .portfolio-item:hover .portfolio-content {
  top: 10%;
  bottom: auto;
}
.rt-portfolio-style2 .portfolio-item:hover .pf-btn {
  transform: scale(1);
}
.rt-portfolio-style2 .portfolio-item:hover:before {
  background-image: unset;
  background: #ffa84b;
  opacity: 0.902;
  clip-path: polygon(0 64.6%, 0% 100%, 45.5% 100%);
}
.rt-portfolio-style2 .portfolio-item:hover:after {
  visibility: visible;
  height: 100%;
}
.rt-portfolio-style2 .slick-slider .slick-arrow {
  background: white;
  border: 2px solid #f0f0f0;
  border-radius: unset;
  top: -80px;
  left: unset;
  padding: 23px 23px;
}
.rt-portfolio-style2 .slick-slider .slick-arrow::before {
  color: #083d59;
  font-size: 14px;
  top: -15px;
}
.rt-portfolio-style2 .slick-slider .slick-arrow:hover {
  background: #ffa84b;
  border: 2px solid #ffa84b;
}
.rt-portfolio-style2 .slick-slider .slick-prev {
  right: 33.5%;
}
.rt-portfolio-style2 .slick-slider .slick-next {
  right: 30.0%;
}
.rt-portfolio-style3 .portfolio-item {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.rt-portfolio-style3 .portfolio-item .portfolio-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.rt-portfolio-style3 .portfolio-item .portfolio-img:before {
  content: "";
  position: absolute;
  background: #bb0b0b;
  opacity: 0.902;
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.rt-portfolio-style3 .portfolio-item .portfolio-img img {
  width: 100%;
  -webkit-transition: 1.3s all ease;
  transition: 1.3s all ease;
  border-radius: 0px;
}
.rt-portfolio-style3 .portfolio-item .portfolio-img .p-link {
  display: none !important;
  top: 20px;
  right: 20px;
  display: inline-block;
  font-size: 32px;
  color: #ffffff;
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
  opacity: 0;
  z-index: 10;
}
.rt-portfolio-style3 .portfolio-item .portfolio-img .p-link i {
  margin-left: 2px;
  display: none;
}
.rt-portfolio-style3 .portfolio-item .portfolio-content {
  position: relative;
  padding: 20px 0px 0;
  opacity: 1;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
  width: 100%;
  border-top: 0;
}
.rt-portfolio-style3 .portfolio-item .portfolio-content a {
  color: #040404;
}
.rt-portfolio-style3 .portfolio-item .portfolio-content h4 {
  margin-bottom: 0;
  font-size: 24px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
  font-weight: 500 !important;
  line-height: 30px !important;
}
.rt-portfolio-style3 .portfolio-item .portfolio-content h4 a:hover {
  color: #df0a0a;
}
.rt-portfolio-style3 .portfolio-item .portfolio-content p {
  margin-bottom: 0;
  color: #040404;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}
.rt-portfolio-style3 .portfolio-item .portfolio-content p a {
  font-size: 14px;
}
.rt-portfolio-style3 .portfolio-item a.pf-btn2 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 15px 30px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  display: inline-block;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
}
.rt-portfolio-style3 .portfolio-item:hover h4 a {
  text-decoration: underline !important;
}
.rt-portfolio-style3 .portfolio-item:hover .portfolio-img:before {
  height: 100%;
}
.rt-portfolio-style3 .portfolio-item:hover .portfolio-img a.pf-btn2 {
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
}
.rt-portfolio-style4 .slick-arrow {
  top: -80px;
  background: red;
  background: #ffffff;
  bottom: unset;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  width: 50px;
  height: 50px;
}
.rt-portfolio-style4 .slick-arrow.slick-prev {
  left: unset;
  right: 23%;
  width: 50px;
  height: 50px;
}
.rt-portfolio-style4 .slick-arrow.slick-prev:before {
  color: #333333;
}
.rt-portfolio-style4 .slick-arrow.slick-next {
  right: 19%;
  color: #333333;
}
.rt-portfolio-style4 .slick-arrow:before {
  left: 0 !important;
  top: -9px !important;
  font-size: 16px !important;
  color: #333333;
}
.rt-portfolio-style4 .slick-arrow:hover {
  background-color: transparent;
  background-image: linear-gradient(100deg, #086ad8 0%, #378cff 100%);
}
.rt-portfolio-style4 .slick-current .portfolio-item h4 a {
  text-decoration: underline !important;
}
.rt-portfolio-style4 .slick-current .portfolio-item .portfolio-img .portfolio-content {
  display: block;
  opacity: 1;
}
.rt-portfolio-style4 .slick-current .portfolio-item .portfolio-img:before {
  height: 100%;
}
.rt-portfolio-style4 .slick-current .portfolio-item .portfolio-img a.pf-btn2 {
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(0%, 0%) scale(1);
}
.rt-portfolio-style4 .portfolio-item {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.rt-portfolio-style4 .portfolio-item .portfolio-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.rt-portfolio-style4 .portfolio-item .portfolio-img:before {
  content: "";
  position: absolute;
  background: #086ad8;
  opacity: 0.902;
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  clip-path: polygon(0% -65%, 0% 100%, 99% 100%);
}
.rt-portfolio-style4 .portfolio-item .portfolio-img img {
  width: 100%;
  -webkit-transition: 1.3s all ease;
  transition: 1.3s all ease;
  border-radius: 0px;
}
.rt-portfolio-style4 .portfolio-item .portfolio-img .p-link {
  display: none !important;
  top: 20px;
  right: 20px;
  display: inline-block;
  font-size: 32px;
  color: #ffffff;
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
  opacity: 0;
  z-index: 10;
}
.rt-portfolio-style4 .portfolio-item .portfolio-img .p-link i {
  margin-left: 2px;
  display: none;
}
.rt-portfolio-style4 .portfolio-item .portfolio-content {
  position: relative;
  padding: 35px 0px 0;
  opacity: 1;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
  width: 100%;
  border-top: 0;
}
.rt-portfolio-style4 .portfolio-item .portfolio-content a {
  color: #040404;
}
.rt-portfolio-style4 .portfolio-item .portfolio-content h4 {
  margin-bottom: 0;
  font-size: 24px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
  font-weight: 500 !important;
  line-height: 30px !important;
}
.rt-portfolio-style4 .portfolio-item .portfolio-content h4 a:hover {
  color: #df0a0a;
}
.rt-portfolio-style4 .portfolio-item .portfolio-content p {
  margin-bottom: 0;
  color: #040404;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}
.rt-portfolio-style4 .portfolio-item .portfolio-content p a {
  font-size: 14px;
}
.rt-portfolio-style4 .portfolio-item .portfolio-content {
  transition: 0.4s;
  opacity: 0;
  display: none;
  position: absolute;
  left: 40px;
  bottom: 40px;
  z-index: 5;
}
.rt-portfolio-style4 .portfolio-item .portfolio-content .p-title {
  margin-bottom: 0;
  max-width: 255px;
}
.rt-portfolio-style4 .portfolio-item .portfolio-content .p-title a {
  color: #ffffff;
}
.rt-portfolio-style4 .portfolio-item .portfolio-content .p-category {
  margin-bottom: 0;
}
.rt-portfolio-style4 .portfolio-item .portfolio-content .p-category .separator {
  color: #fff;
}
.rt-portfolio-style4 .portfolio-item .portfolio-content .p-category a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}
.rt-portfolio-style4 .portfolio-item a.pf-btn2 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 15px 16px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  display: inline-block;
  position: absolute;
  z-index: 6;
  right: 30px;
  bottom: 30px;
  transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transform: translate(0%, 0%) scale(0);
  border-radius: 100px;
  background: #ffffff;
  width: 50px;
  height: 50px;
}
.rt-portfolio-style4 .portfolio-item a.pf-btn2 i {
  color: #333333;
  position: relative;
  left: -3px;
}
.rt-portfolio-style4 .portfolio-item a.pf-btn2:hover {
  background: #086ad8;
}
.rt-portfolio-style4 .portfolio-item a.pf-btn2:hover i {
  color: #fff;
}
.rt-portfolio-style4 .portfolio-item:hover h4 a {
  text-decoration: underline !important;
}
.rt-portfolio-style4 .portfolio-item:hover .portfolio-img:before {
  height: 100%;
  display: block;
}
.rt-portfolio-style4 .portfolio-item:hover .portfolio-img .portfolio-content {
  display: block;
  opacity: 1;
}
.rt-portfolio-style4 .portfolio-item:hover .portfolio-img a.pf-btn2 {
  transform: translate(0%, 0%) scale(1);
  -webkit-transform: translate(0%, 0%) scale(1);
  -moz-transform: translate(0%, 0%) scale(1);
  -ms-transform: translate(0%, 0%) scale(1);
  -o-transform: translate(0%, 0%) scale(1);
}
.rt-portfolio-style5 .portfolio-item {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  border: 1px solid #EDEFF3;
  padding: 35px;
}
.rt-portfolio-style5 .portfolio-item .portfolio-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 15px;
}
.rt-portfolio-style5 .portfolio-item .portfolio-img:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 133%;
  background: #df0a0a;
  opacity: .5;
  left: 0;
  top: 0;
  transform: rotate(-54deg) translateY(-162%);
  transition: 0.5s;
  z-index: 0;
}
.rt-portfolio-style5 .portfolio-item .portfolio-img:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 133%;
  background: #df0a0a;
  opacity: .5;
  left: 0;
  top: 0;
  transform: rotate(-45deg) translateY(126%);
  transition: 0.5s;
  z-index: 0;
}
.rt-portfolio-style5 .portfolio-item .portfolio-img img {
  width: 100%;
  -webkit-transition: 1.3s all ease;
  transition: 1.3s all ease;
  border-radius: 0px;
}
.rt-portfolio-style5 .portfolio-item .portfolio-img a.pf-btn2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: 5;
  background: #df0a0a;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
}
.rt-portfolio-style5 .portfolio-item .portfolio-img a.pf-btn2 i {
  color: #ffffff;
}
.rt-portfolio-style5 .portfolio-item .portfolio-img:hover:before {
  transform: rotate(-54deg) translateY(-100%);
}
.rt-portfolio-style5 .portfolio-item .portfolio-img:hover:after {
  transform: rotate(-54deg) translateY(30%);
}
.rt-portfolio-style5 .portfolio-item .portfolio-content {
  position: relative;
  padding: 35px 0px 0;
  opacity: 1;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
  width: 100%;
  border-top: 0;
}
.rt-portfolio-style5 .portfolio-item .portfolio-content a {
  color: #040404;
}
.rt-portfolio-style5 .portfolio-item .portfolio-content .p-title {
  line-height: 28px;
  margin-bottom: 8px;
}
.rt-portfolio-style5 .portfolio-item .portfolio-content h4 {
  margin-bottom: 0;
  font-size: 24px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
  font-weight: 500 !important;
  line-height: 30px !important;
}
.rt-portfolio-style5 .portfolio-item .portfolio-content h4 a:hover {
  color: #df0a0a;
}
.rt-portfolio-style5 .portfolio-item .portfolio-content p {
  margin-bottom: 0;
  color: #5d666f;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}
.rt-portfolio-style5 .portfolio-item .portfolio-content p a {
  font-size: 14px;
}
.rt-portfolio-style5 .portfolio-item:hover h4 a {
  text-decoration: underline !important;
}
.rt-portfolio-style5 .portfolio-item:hover .portfolio-img:before {
  height: 100%;
  display: block;
}
.rt-portfolio-style5 .portfolio-item:hover .portfolio-img .portfolio-content {
  top: 0;
  display: block;
  opacity: 1;
}
.rt-portfolio-style5 .portfolio-item:hover .portfolio-img a.pf-btn2 {
  transform: translate(-50%, -50%) scale(1);
}
.rts-btn {
  padding: 17px 30px;
  min-width: max-content;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  border-radius: 15px;
  background: #df0a0a;
  color: #fff;
}
.rts-btn:hover {
  background-color: #1c2539;
}
.rt-portfolio-style6.swiper {
  overflow: visible !important;
}
.rt-portfolio-style6.swiper .swiper-pagination-frac {
  top: -19%;
  right: 75px;
  font-weight: 700;
  position: absolute;
  max-width: max-content;
  left: unset;
}
.rt-portfolio-style6.swiper .swiper-pagination-frac .swiper-pagination-current {
  color: #df0a0a;
}
.rt-portfolio-style6 .bg-right-gallery {
  background: #181c27;
  padding: 102px 50px 60px;
  border-radius: 15px;
  position: relative;
}
.rt-portfolio-style6 .bg-right-gallery .shape--bg {
  position: absolute;
  top: 0;
  right: 0;
}
.rt-portfolio-style6 .bg-right-gallery .rts-btn:hover {
  background: #FFECEC;
  color: #1c2539;
}
.rt-portfolio-style6 .p-title {
  margin-top: 30px;
}
.rt-portfolio-style6 .p-title a {
  font-size: 30px;
  font-family: 'Red Hat Display', sans-serif;
  font-weight: 700;
  color: #fff;
}
.rt-portfolio-style6 .p-category a {
  font-size: 16px;
  color: #fff;
}
.rt-portfolio-style6 p.disc {
  margin-top: 16px;
  color: #B3B7C1;
  margin-bottom: 45px;
  line-height: 26px;
  margin-top: 20px;
}
.rt-portfolio-style6 .thumbnail-gallery img {
  border-radius: 15px;
}
.rt-portfolio-style6 .swiper-button-next {
  top: -16%;
  right: 0px;
}
.rt-portfolio-style6 .swiper-button-prev {
  top: -16%;
  right: 135px;
  left: auto;
}
.rt-portfolio-style6 .swiper-button-prev,
.rt-portfolio-style6 .swiper-button-next {
  background: #fff;
  box-shadow: 0px 10px 20px rgba(24, 16, 16, 0.06);
  border-radius: 8px;
}
/* Button CSS -----------------
-----------------------------*/
.react-button a {
  display: inline-block;
  color: #fff;
  padding: 12px 30px 12px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0px;
  background-color: #df0a0a;
  border-radius: 15px;
}
.react-button a:hover {
  background: #ffecec;
  color: #1c2539;
}
.react-button a svg {
  width: 20px;
  position: relative;
}
/*Logo CSS-----------------
--------------------------*/
.rt-grid-figure .logo-img {
  text-align: center;
}
.rt-grid-figure .logo-img a {
  transition: all 0.5s;
}
.rt-grid-figure .logo-img img {
  margin: 0 auto;
  transition: all 0.5s;
  box-shadow: 0px 10px 30px rgba(33, 5, 5, 0.05);
  border-radius: 15px;
}
.rt-grid-figure .logo-img:hover img {
  opacity: 1;
}
.rt-grid-figure .logo-img:hover a.back {
  display: block;
}
.rt-grid-figure .logo-img:hover a.back-exists {
  display: none;
}
.sticky_search i:before {
  font-weight: 700 !important;
}
/*CTA CSS-----------------
--------------------------*/
.rs-cta {
  width: 100%;
  display: inline-flex;
  align-items: center;
}
.rs-cta .cta-content {
  text-align: left;
  order: unset;
}
.rs-cta .cta-content .cta-title h3.title {
  margin: 0 0 10px;
}
.rs-cta .cta-content .cta-text .desc {
  margin: 0;
}
.rs-cta .rs-button {
  order: unset;
}
.rs-cta .rs-button .readon {
  line-height: 1;
  color: #fff;
  border-radius: 0;
  font-weight: 500;
}
.rs-cta .rs-button .readon:hover {
  background: #040404;
}
.rs-cta .rs-button .readon i {
  margin: 0;
  transform: translateX(5px);
  transition: all ease .3s;
}
/*---------Testimonial CSS---------
-----------------------------------*/
/*Flip Box*/
.rs-flip-box .rs-flip-box-inner {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.rs-flip-box .rs-flip-box-inner .rs-flip-box-wrap {
  position: relative;
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.rs-flip-box .rs-flip-box-inner .front-part,
.rs-flip-box .rs-flip-box-inner .back-part {
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 300px;
  background-color: transparent;
  background-position: center;
  background-clip: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275), -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
}
.rs-flip-box .rs-flip-box-inner .front-part:before,
.rs-flip-box .rs-flip-box-inner .back-part:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9;
  width: 100%;
  height: 100%;
  background-color: transparent;
  content: "";
}
.rs-flip-box .rs-flip-box-inner .front-part {
  position: relative;
  bottom: 0;
  z-index: 10;
  padding: 30px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #6094da;
}
.rs-flip-box .rs-flip-box-inner .front-part .front-content-part .front-icon-part {
  margin-bottom: 10px;
}
.rs-flip-box .rs-flip-box-inner .front-part .front-content-part .front-icon-part span {
  display: inline-block;
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
}
.rs-flip-box .rs-flip-box-inner .front-part .front-content-part .front-icon-part span img {
  width: 60px;
  height: 60px;
}
.rs-flip-box .rs-flip-box-inner .front-part .front-content-part .front-title-part {
  margin-bottom: 10px;
}
.rs-flip-box .rs-flip-box-inner .front-part .front-content-part .front-title-part .front-title {
  margin: 0;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  color: #ffffff;
}
.rs-flip-box .rs-flip-box-inner .front-part .front-content-part .front-desc-part .front-desc {
  margin-bottom: 0;
  font-size: 16px;
  color: #ffffff;
}
.rs-flip-box .rs-flip-box-inner .front-part .front-content-part .front-btn-part .front-btn {
  display: inline-block;
  line-height: 1;
}
.rs-flip-box .rs-flip-box-inner .front-part .front-content-part .front-btn-part .front-btn i {
  transition: all 0.4s ease 0s;
}
.rs-flip-box .rs-flip-box-inner .back-part {
  position: absolute;
  z-index: -1;
  padding: 30px;
  border-radius: 5px;
  background-color: #562dd4;
}
.rs-flip-box .rs-flip-box-inner .back-part .back-content-part .back-icon-part {
  display: inline-block;
  margin-bottom: 20px;
  text-align: center;
}
.rs-flip-box .rs-flip-box-inner .back-part .back-content-part .back-icon-part .back-img {
  display: inline-block;
}
.rs-flip-box .rs-flip-box-inner .back-part .back-content-part .back-icon-part span {
  display: inline-block;
  text-align: center;
}
.rs-flip-box .rs-flip-box-inner .back-part .back-content-part .back-icon-part span img {
  width: 60px;
  height: 60px;
}
.rs-flip-box .rs-flip-box-inner .back-part .back-content-part .back-title-part {
  margin-bottom: 10px;
}
.rs-flip-box .rs-flip-box-inner .back-part .back-content-part .back-title-part .back-title {
  margin: 0;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
}
.rs-flip-box .rs-flip-box-inner .back-part .back-content-part .back-desc-part .back-desc {
  margin-bottom: 0;
  font-size: 16px;
}
.rs-flip-box .rs-flip-box-inner .back-part .back-content-part .back-btn-part .back-btn {
  display: inline-block;
  line-height: 1;
  padding: 10px 25px;
  color: #1c2539;
  background: #ffffff;
}
.rs-flip-box .rs-flip-box-inner .back-part .back-content-part .back-btn-part .back-btn i {
  transition: all 0.4s ease 0s;
}
.rs-flip-box .rs-flip-box-inner .back-part .back-content-part .back-btn-part .back-btn.icon-after span {
  float: left;
}
.rs-flip-box .rs-flip-box-inner .back-part .back-content-part .back-btn-part .back-btn.icon-after i {
  margin-left: 10px;
}
.rs-flip-box .rs-flip-box-inner .back-part .back-content-part .back-btn-part .back-btn.icon-before span {
  float: right;
}
.rs-flip-box .rs-flip-box-inner .back-part .back-content-part .back-btn-part .back-btn.icon-before i {
  margin-right: 10px;
}
.rs-flip-box .rs-flip-box-inner .back-part .back-content-part .back-btn-part .back-btn:hover {
  background: #1f1c51;
  color: #ffffff;
}
.rs-flip-box .rs-flip-box-inner .front-content-part,
.rs-flip-box .rs-flip-box-inner .back-content-part {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  transition: all .9s ease 0s;
}
.rs-flip-box .rs-flip-box-inner.rs-flip-right .front-part {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}
.rs-flip-box .rs-flip-box-inner.rs-flip-right .back-part {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.rs-flip-box .rs-flip-box-inner.rs-flip-right .back-content-part {
  right: 15px;
}
.rs-flip-box .rs-flip-box-inner.rs-flip-right:hover .back-part {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}
.rs-flip-box .rs-flip-box-inner.rs-flip-right:hover .front-part {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.rs-flip-box .rs-flip-box-inner.rs-flip-right:hover .back-content-part {
  right: 0;
}
.rs-flip-box .rs-flip-box-inner.rs-flip-left .front-part {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}
.rs-flip-box .rs-flip-box-inner.rs-flip-left .back-part {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.rs-flip-box .rs-flip-box-inner.rs-flip-left .back-content-part {
  left: 15px;
}
.rs-flip-box .rs-flip-box-inner.rs-flip-left:hover .front-part {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.rs-flip-box .rs-flip-box-inner.rs-flip-left:hover .back-part {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}
.rs-flip-box .rs-flip-box-inner.rs-flip-left:hover .back-content-part {
  left: 0;
}
.rs-flip-box .rs-flip-box-inner.rs-flip-up .front-part {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}
.rs-flip-box .rs-flip-box-inner.rs-flip-up .back-part {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.rs-flip-box .rs-flip-box-inner.rs-flip-up .back-content-part {
  top: 15px;
}
.rs-flip-box .rs-flip-box-inner.rs-flip-up:hover .front-part {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.rs-flip-box .rs-flip-box-inner.rs-flip-up:hover .back-part {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}
.rs-flip-box .rs-flip-box-inner.rs-flip-up:hover .back-content-part {
  top: 0;
}
.rs-flip-box .rs-flip-box-inner.rs-flip-down .front-part {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}
.rs-flip-box .rs-flip-box-inner.rs-flip-down .back-part {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.rs-flip-box .rs-flip-box-inner.rs-flip-down .back-content-part {
  bottom: 15px;
}
.rs-flip-box .rs-flip-box-inner.rs-flip-down:hover .front-part {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.rs-flip-box .rs-flip-box-inner.rs-flip-down:hover .back-part {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}
.rs-flip-box .rs-flip-box-inner.rs-flip-down:hover .back-content-part {
  bottom: 0;
}
.rs-flip-box .rs-flip-box-inner:hover .back-part {
  z-index: 1;
}
.rs-flip-box .rs-flip-box-inner:hover .front-part {
  z-index: -1;
}
.rs-flip-box:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
  font-size: 0;
}
/******* RS Tab CSS  **********
-----------------------------*/
.rstab-main ul.nav {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.rstab-main ul.nav.bubble li a.active {
  position: relative;
}
.rstab-main ul.nav.bubble li a.active:after {
  top: 100%;
  left: 15%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #df0a0a;
  border-width: 12px;
  margin-left: -30px;
}
.rstab-main ul.nav li a {
  background: #f1f1f1;
  padding: 10px;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 1px;
}
.rstab-main ul.nav li a.active {
  background: #df0a0a;
  color: #fff;
}
.rstab-main ul.nav li a i {
  margin-left: 50px;
  color: #040404;
}
.rstab-main ul.nav li:first-child {
  margin-left: 0 !important;
}
.rstab-main ul.nav li:last-child {
  margin-right: 0 !important;
}
.rstab-main ul.nav li a:hover {
  background: #df0a0a;
}
.rstab-main ul.nav.icon_top li a,
.rstab-main ul.nav.icon_top li a img,
.rstab-main ul.nav.icon_top li a i {
  display: block;
}
.rstab-main .tab-content {
  background: #f9f9f9;
  padding: 10px;
  overflow: hidden;
}
.rstab-main .tab-content p:last-child {
  margin: 0;
}
.rstab-main.vertical {
  display: flex;
}
.rstab-main.vertical ul.nav {
  margin: 0 20px 0 0;
  display: block;
}
.rstab-main.vertical ul.nav.bubble li a.active {
  position: relative;
}
.rstab-main.vertical ul.nav.bubble li a.active:after {
  top: 100%;
  left: auto;
  right: -24px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #df0a0a;
  border-width: 12px;
  margin-left: -30px;
}
.rstab-main .tab-pane.active {
  animation: slide-down 2s ease-out;
}
.rstab-main.no_item_menu ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.rstab-main.no_item_menu.left {
  text-align: left;
}
.rstab-main.no_item_menu.center {
  text-align: center;
}
.rstab-main.no_item_menu.right {
  text-align: right;
}
.rstab-main.bottom {
  display: flex;
  flex-wrap: wrap;
}
.rstab-main.bottom ul.nav {
  order: 2;
  width: 100%;
}
.rstab-main.bottom ul.nav a {
  box-shadow: 0px 30px 50px rgba(0, 14, 32, 0.1);
  border-radius: 10px;
}
.rstab-main.bottom .tab-content {
  order: 1;
  box-shadow: 0px 30px 50px rgba(15, 18, 22, 0.14);
}
.rstab-main.bottom iframe {
  width: 970px;
  height: 576px;
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  50% {
    opacity: 1;
    transform: translateY(0);
  }
}
.rstab-main.style-2.vertical .row {
  align-items: center;
}
.rstab-main.style-2.vertical ul.nav {
  display: flex;
  margin: 0;
}
.rstab-main.style-2.vertical ul.nav li {
  margin-right: 0 !important;
}
.rstab-main.style-2.vertical ul.nav li a {
  padding: 20px 0;
}
.rstab-main.style-2.vertical ul.nav li a i {
  float: right;
  margin-top: 10px !important;
}
.rstab-main.style-2.vertical ul.nav li img {
  position: relative;
  top: -3px;
}
.rstab-main.style-2 .tab-pane img.alignleft {
  margin-right: 65px;
}
.rstab-main.style-2 .tab-pane .text-list {
  margin: 0;
  list-style: none;
  float: left;
}
.rstab-main.style-2 .tab-pane .text-list li {
  font-size: 16px;
  font-weight: 500;
  padding-left: 30px;
  margin-bottom: 8px;
  color: #df0a0a;
  position: relative;
  z-index: 1;
  list-style: none;
}
.rstab-main.style-2 .tab-pane .text-list li:before {
  content: "\f00c";
  position: absolute;
  font-family: "Font awesome 5 Pro";
  font-size: 16px;
  color: #ffa84b;
  left: 0;
  top: -7px;
  z-index: 1;
  line-height: 40px;
  text-align: center;
}
.rstab-main.style-2 .tab-pane .text-list li:last-child {
  border: none !important;
}
.rsaddon_pro_box.default .pointer-events {
  pointer-events: none;
}
.light-border .react-heading.style12 .sub-text:before,
.light-border .rs-dual-heading.style12 .sub-text:before,
.light-border .react-heading.style12 .sub-text:after,
.light-border .rs-dual-heading.style12 .sub-text:after {
  background: rgba(255, 255, 255, 0.2);
}
.rspopup_style1 {
  max-width: 900px;
  margin: 0 auto;
  background: #ffffff;
  padding: 40px;
  position: relative;
}
.rspopup_style1 .rsteam_content {
  padding-left: 15px;
}
.rspopup_style1 .rsteam_content .title {
  margin: 0 0 10px;
}
.rspopup_style1 .team-name {
  margin: 0 0 10px;
  color: #333;
}
.rspopup_style1 .team-heading {
  border-bottom: 1px solid #eee;
}
.rspopup_style1 .team-des,
.rspopup_style1 .team-heading {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.rspopup_style1 .team-des {
  margin-bottom: 0;
}
.rspopup_style1 .social-icons1 a {
  width: 35px;
  height: 35px;
  line-height: 40px;
  background: #df0a0a;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}
.rspopup_style1 .social-icons1 a:hover {
  opacity: 0.9;
}
.rspopup_style1 .social-icons1 a:last-child {
  margin-right: 0;
  margin-left: 4px;
}
.rspopup_style1 .contact-info {
  margin-bottom: 15px;
  border-top: 1px solid #eee;
}
.rspopup_style1 .contact-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rspopup_style1 .contact-info ul li {
  display: block;
  border-bottom: 1px solid #eee;
  padding: 5px 0;
}
.rspopup_style1 .contact-info ul li a {
  color: #5d666f;
}
.rspopup_style1 .contact-info ul li a:hover {
  color: #df0a0a;
}
.rspopup_style1 .project-info {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}
.rspopup_style1 .project-info li {
  display: block;
  padding: 2px 0;
}
.rspopup_style1 .project-info li span {
  font-weight: 700;
  margin-right: 8px;
  width: 146px;
  display: inline-block;
}
.rt-pricing-table-features-list .rt-circle-check:before {
  margin: 0;
}
.rsaddon_pro_box .portfolio-item .portfolio-content .p-category a {
  pointer-events: none;
}
body .rspopup_style1 .mfp-close {
  color: #ffffff;
  right: 10px;
  top: 10px;
  border-radius: 50%;
  background: #ff0000;
  transition: 0.3s;
}
.rs-skill-bar .skillbar {
  background: #eeeeee;
  display: inline-block;
  height: 8px;
  position: relative;
  width: 100%;
}
.rs-skill-bar .skillbar .skillbar-bar {
  background: #ffecec;
  height: 8px;
  width: 0;
  margin-bottom: 0;
  margin-top: 3px;
}
.rs-skill-bar .skillbar .skillbar-title,
.rs-skill-bar .skillbar .skill-bar-percent {
  position: absolute;
}
.rs-skill-bar .skillbar .skillbar-title {
  color: #212121;
  font-size: 20px;
  font-weight: 600;
}
.rs-skill-bar .skillbar .skill-bar-percent {
  font-size: 15px;
  font-weight: 700;
  color: #1c2539;
}
.rs-skill-bar.animation .skillbar .skillbar-bar,
.rs-skill-bar.striped .skillbar .skillbar-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.rs-skill-bar.animation .skillbar .skillbar-bar {
  -webkit-animation: rs-progress-pie-stripes 1s linear infinite;
  animation: rs-progress-pie-stripes 1s linear infinite;
}
.rs-skill-bar.style1 .skillbar .skillbar-title {
  top: -35px;
}
.rs-skill-bar.style1 .skillbar .skill-bar-percent {
  right: 0;
  top: -30px;
}
.rs-skill-bar.style2 .skillbar .skillbar-title {
  left: 0;
  padding: 2px 20px 0;
  top: 0;
  width: 160px;
  background: #83b614;
}
.rs-skill-bar.style2 .skillbar .skill-bar-percent {
  right: 10px;
  top: 0;
}
.rts-accordion.style1 .accordion-item {
  background: transparent;
  border: none;
  padding-bottom: 30px;
  position: relative;
  padding-left: 60px;
}
.rts-accordion.style1 .accordion-item:last-child {
  padding-bottom: 0;
}
.rts-accordion.style1 .accordion-item .accordion-header button {
  background: transparent;
  border: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  box-shadow: none;
  padding: 0;
  position: relative;
  color: #1C2539;
}
.rts-accordion.style1 .accordion-item .accordion-header button:before {
  content: "";
  position: absolute;
  left: 0;
  background: #fff;
  border: 5px solid #df0a0a;
  height: 20px;
  width: 20px;
  left: -11.4%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  background-color: #fff;
  z-index: 5;
  transition: 0.3s;
}
.rts-accordion.style1 .accordion-item .accordion-body {
  padding: 15px 0 0;
}
.rts-accordion.style1 .accordion-item:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #DF0A0A;
  top: 3px;
  left: 18px;
  position: absolute;
}
.rts-accordion.style2 .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.rts-accordion.style2 .accordion-item {
  margin-bottom: 30px;
}
.rts-accordion.style2 .accordion-item .accordion-header button {
  border: 1px solid #414857;
  background: transparent;
  border-radius: 5px;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  height: 60px;
  align-items: center;
  display: flex;
  padding: 0 30px;
}
.rts-accordion.style2 .accordion-item .accordion-header button span {
  color: #df0a0a;
  margin-right: 4px;
}
.rts-accordion.style2 .accordion-item .accordion-header button:after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro" !important;
  background-image: none;
  top: 0px;
  position: relative;
  transform: none;
  color: #df0a0a;
}
.rts-accordion.style2 .accordion-item .accordion-header button[aria-expanded=true] {
  border: 1px solid transparent;
  background: #fff;
  color: #1C2539;
  border-radius: 5px 5px 0 0;
  padding-top: 10px;
}
.rts-accordion.style2 .accordion-item .accordion-header button[aria-expanded=true]:after {
  content: "\f077";
  font-family: "Font Awesome 5 Pro" !important;
  background-image: none;
  top: 0px;
  position: relative;
}
.rts-accordion.style2 .accordion-item .accordion-body {
  background: #fff;
  border-radius: 0 0 5px 5px;
  padding: 0px 35px 35px 35px;
}
.rts-accordion.style3 .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.rts-accordion.style3 .accordion-item {
  margin-bottom: 30px;
  box-shadow: 0px 7px 18px rgba(24, 16, 16, 0.05);
  margin-bottom: 20px;
  border: none;
}
.rts-accordion.style3 .accordion-item .accordion-header button {
  font-size: 18px;
  color: #1C2539;
  font-weight: 700;
  padding: 24px 40px;
  background: none;
  font-family: 'Red Hat Display', sans-serif;
}
.rts-accordion.style3 .accordion-item .accordion-header button span {
  color: #df0a0a;
  margin-right: 10px;
}
.rts-accordion.style3 .accordion-item .accordion-header button:after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro" !important;
  background-image: none;
  top: 0px;
  position: relative;
  transform: none;
  color: #df0a0a;
}
.rts-accordion.style3 .accordion-item .accordion-header button[aria-expanded=true] {
  border: 1px solid transparent;
  background: #fff;
  color: #1C2539;
  border-radius: 5px 5px 0 0;
}
.rts-accordion.style3 .accordion-item .accordion-header button[aria-expanded=true]:after {
  content: "\f077";
  font-family: "Font Awesome 5 Pro" !important;
  background-image: none;
  top: 0px;
  position: relative;
}
.rts-accordion.style3 .accordion-item .accordion-body {
  background: #fff;
  border-radius: 0 0 5px 5px;
  padding: 0px 35px 35px 35px;
}
.rts-accordion.style1 .accordion-item .accordion-header button[aria-expanded=true]::before {
  content: "";
  position: absolute;
  left: 0;
  background-image: none;
  height: 50px;
  width: 50px;
  left: -14.6%;
  background: #df0a0a;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  z-index: 5;
}
.rt-price-table-menu ul {
  margin: 0;
}
.rt-price-table-menu ul,
.rt-price-table-menu li {
  list-style: none;
}
.rt-price-table-menu .rt-pricing-table-body h3.rt-pricing-menu-features-title {
  margin-bottom: 0px;
}
.rt-price-table-menu .rt-pricing-table-body .full-menu-item .price-menu {
  display: flex;
  flex-wrap: wrap;
}
.rt-price-table-menu .rt-pricing-table-body .full-menu-item .price-menu .rt-pricing-menu-image {
  margin-right: 10px;
  flex-grow: 0;
  width: 80px;
}
.rt-price-table-menu .rt-pricing-table-body .full-menu-item .price-menu .rt-pricing-table-feature-text {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  width: 100%;
  color: #777;
  font-weight: 400;
}
.rt-price-table-menu .rt-pricing-table-body .full-menu-item .price-menu .rt-pricing-table-feature-text span.rs-price-title-connector {
  border-bottom: 1px dashed #ccc;
  height: 1px;
  flex-grow: 1;
  align-self: center;
  margin: 0 20px;
}
.rt-price-table-menu .rt-pricing-table-body .full-menu-item .price-menu .rt-pricing-table-feature-text span {
  align-self: center;
}
.rt-price-table-menu .rt-pricing-table-body .full-menu-item .price-menu .menu-price {
  display: inline-table;
  align-self: center;
}
.elementor-invisible.elementor-widget-rs-timecounter {
  visibility: visible;
}
.wpcf7 label {
  display: block;
}
.rs-dual-heading .second_title {
  color: #040404;
}
.rs-faq-main .rs-faq-title {
  background: #f7f7f7;
  padding: 15px 20px;
  margin-bottom: 0;
}
.rs-faq-main .rs-faq-title span {
  padding-right: 10px;
}
.rs-faq-main .rs-faq-content {
  padding: 30px 20px 50px;
}
.rs-image {
  position: relative;
  width: 100%;
  height: 100%;
}
.rs-image.yes .veritcal {
  animation-name: veritcal;
  animation-timing-function: linear;
  animation-duration: 12s;
  animation-iteration-count: infinite;
}
@keyframes veritcal {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0);
  }
}
.rs-image.yes .horizontal {
  animation-name: horizontal;
  animation-timing-function: linear;
  animation-duration: 12s;
  animation-iteration-count: infinite;
}
@keyframes horizontal {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(100px);
  }
  100% {
    transform: translateX(0);
  }
}
/*Image Hover Effect*/
.rs-image-hover-effect {
  overflow: hidden;
  position: relative;
}
.rs-image-hover-effect .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 5px;
  transition: all 0.4s ease 0s;
}
.rs-image-hover-effect .image-part {
  overflow: hidden;
  border-radius: 5px;
}
.rs-image-hover-effect .image-part img {
  border-radius: 5px;
  transition: all 0.4s ease 0s;
}
.rs-image-hover-effect .image-content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  padding: 20px;
  transition: all 0.4s ease 0s;
  z-index: 2;
}
.rs-image-hover-effect .image-content .title-part .prefix-part .title-prefix {
  text-align: left;
  color: #1c2539;
  margin-bottom: 0;
}
.rs-image-hover-effect .image-content .title-part .image-title-part .image-title {
  margin-bottom: 10px;
}
.rs-image-hover-effect .image-content .title-part .image-title-part .image-title a {
  color: #1c2539;
}
.rs-image-hover-effect .image-content .description-part .description-text {
  text-align: left;
  color: #5d666f;
  margin-bottom: 10px;
}
.rs-image-hover-effect .image-content .button-part .image-btn {
  display: inline-block;
  color: #ffffff;
  background: #df0a0a;
  font-size: 15px;
  line-height: 1;
  padding: 10px 25px;
  border-radius: 5px;
  transition: all 0.4s ease 0s;
}
.rs-image-hover-effect .image-content .button-part .image-btn.icon-before span {
  float: right;
}
.rs-image-hover-effect .image-content .button-part .image-btn.icon-before i {
  position: absolute;
  transition: all 0.4s ease 0s;
}
.rs-image-hover-effect .image-content .button-part .image-btn.icon-after span {
  float: left;
}
.rs-image-hover-effect .image-content .button-part .image-btn.icon-after i {
  margin-left: 10px;
  transition: all 0.4s ease 0s;
}
.rs-image-hover-effect .image-content .button-part .image-btn:hover {
  background: #040404;
}
.rs-image-hover-effect .image-content .button-part .image-btn:hover i {
  margin-left: 10px;
}
.rs-image-hover-effect:hover .image-overlay {
  background-color: rgba(0, 0, 0, 0.65);
}
.rs-image-hover-effect:hover .image-part img {
  transform: scale(1.15);
}
.rs-image-hover-effect:hover .image-content .title-part .prefix-part .title-prefix {
  color: #ffffff;
}
.rs-image-hover-effect:hover .image-content .title-part .image-title-part .image-title a {
  color: #ffffff;
}
.rs-image-hover-effect:hover .image-content .description-part .description-text {
  color: #ffffff;
}
/*RS Image Hover Effect Animation*/
.rs-image-hover-effect {
  /* rs-image-fade-in-up
       ----------------------------- */
  /* rs-image-fade-in-down
       ----------------------------- */
  /* rs-image-fade-in-left
       ----------------------------- */
  /* rs-image-fade-in-right
       ----------------------------- */
  /* rs-image-push-*
       ----------------------------- */
  /* rs-image-push-up
       ----------------------------- */
  /* rs-image-push-down
       ----------------------------- */
  /* rs-image-push-left
       ----------------------------- */
  /* rs-image-push--right
       ----------------------------- */
  /* rs-image-slide-*
       ----------------------------- */
  /* rs-image-slide-up
       ----------------------------- */
  /* rs-image-slide-down
       ----------------------------- */
  /* rs-image-slide-left
       ----------------------------- */
  /* rs-image-slide-right
       ----------------------------- */
  /* rs-image-reveal-*
       ----------------------------- */
  /* rs-image-reveal-up
       ----------------------------- */
  /* rs-image-reveal-down
       ----------------------------- */
  /* rs-image-reveal-left
       ----------------------------- */
  /* rs-image-reveal-right
       ----------------------------- */
  /* rs-image-hinge-*
       ----------------------------- */
  /* rs-image-hinge-up
       ----------------------------- */
  /* rs-image-hinge-down
       ----------------------------- */
  /* rs-image-hinge-left
       ----------------------------- */
  /* rs-image-hinge-right
       ----------------------------- */
  /* rs-image-flip-*
       ----------------------------- */
  /* rs-image-flip-horiz
       ----------------------------- */
  /* rs-image-flip-vert
       ----------------------------- */
  /* rs-image-flip-diag-1
       ----------------------------- */
  /* rs-image-flip-diag-2
       ----------------------------- */
  /* rs-image-shutter-out-*
       ----------------------------- */
  /* rs-image-shutter-out-horiz
       ----------------------------- */
  /* rs-image-shutter-out-vert
       ----------------------------- */
  /* rs-image-shutter-out-diag-1
       ----------------------------- */
  /* rs-image-shutter-out-diag-2
       ----------------------------- */
  /* rs-image-shutter-in-*
       ----------------------------- */
  /* rs-image-shutter-in-horiz
       ----------------------------- */
  /* rs-image-shutter-in-vert
       ----------------------------- */
  /* rs-image-shutter-in-out-horiz
       ----------------------------- */
  /* rs-image-shutter-in-out-vert
       ----------------------------- */
  /* rs-image-shutter-in-out-diag-1
       ----------------------------- */
  /* rs-image-shutter-in-out-diag-2
       ----------------------------- */
  /* rs-image-fold*
       ----------------------------- */
  /* rs-image-fold-up
       ----------------------------- */
  /* rs-image-fold-down
       ----------------------------- */
  /* rs-image-fold-left
       ----------------------------- */
  /* rs-image-fold-right
       ----------------------------- */
  /* rs-image-zoom-in
       ----------------------------- */
  /* rs-image-zoom-out*
       ----------------------------- */
  /* rs-image-zoom-out
       ----------------------------- */
  /* rs-image-zoom-out-up
       ----------------------------- */
  /* rs-image-zoom-out-down
       ----------------------------- */
  /* rs-image-zoom-out-left
       ----------------------------- */
  /* rs-image-zoom-out-right
       ----------------------------- */
  /* rs-image-zoom-out-flip-horiz
       ----------------------------- */
  /* rs-image-zoom-out-flip-vert
       ----------------------------- */
  /* rs-image-blur
       ----------------------------- */
  /*Image Moving Part CSS*/
  /*Long Image Top to Bottom CSS*/
  /*End RS Image Hover Effect Animation*/
}
.rs-image-hover-effect [class^='rs-image-fade'] .image-content,
.rs-image-hover-effect [class*=' rs-image-fade'] .image-content {
  opacity: 0;
}
.rs-image-hover-effect [class^='rs-image-fade']:hover .image-content,
.rs-image-hover-effect [class*=' rs-image-fade']:hover .image-content {
  opacity: 1;
}
.rs-image-hover-effect [class^='rs-image-fade']:hover .image-part img,
.rs-image-hover-effect [class^='rs-image-fade']:hover .image-content,
.rs-image-hover-effect [class*=' rs-image-fade']:hover .image-part img,
.rs-image-hover-effect [class*=' rs-image-fade']:hover .image-content {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.rs-image-hover-effect .rs-image-fade-in-up .image-content {
  -webkit-transform: translate(0, 15%);
  -moz-transform: translate(0, 15%);
  -ms-transform: translate(0, 15%);
  -o-transform: translate(0, 15%);
  transform: translate(0, 15%);
}
.rs-image-hover-effect .rs-image-fade-in-down .image-content {
  -webkit-transform: translate(0, -15%);
  -moz-transform: translate(0, -15%);
  -ms-transform: translate(0, -15%);
  -o-transform: translate(0, -15%);
  transform: translate(0, -15%);
}
.rs-image-hover-effect .rs-image-fade-in-left .image-content {
  -webkit-transform: translate(-15%, 0);
  -moz-transform: translate(-15%, 0);
  -ms-transform: translate(-15%, 0);
  -o-transform: translate(-15%, 0);
  transform: translate(-15%, 0);
}
.rs-image-hover-effect .rs-image-fade-in-right .image-content {
  -webkit-transform: translate(15%, 0);
  -moz-transform: translate(15%, 0);
  -ms-transform: translate(15%, 0);
  -o-transform: translate(15%, 0);
  transform: translate(15%, 0);
}
.rs-image-hover-effect [class^='rs-image-push-']:hover .image-content,
.rs-image-hover-effect [class*=' rs-image-push-']:hover .image-content {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.rs-image-hover-effect .rs-image-push-up .image-content {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.rs-image-hover-effect .rs-image-push-up:hover .image-part img {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.rs-image-hover-effect .rs-image-push-down .image-content {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.rs-image-hover-effect .rs-image-push-down:hover .image-part img {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.rs-image-hover-effect .rs-image-push-left .image-content {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.rs-image-hover-effect .rs-image-push-left:hover .image-part img {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.rs-image-hover-effect .rs-image-push-right .image-content {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.rs-image-hover-effect .rs-image-push-right:hover .image-part img {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.rs-image-hover-effect [class^='rs-image-slide-']:hover .image-content,
.rs-image-hover-effect [class*=' rs-image-slide-']:hover .image-content {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.rs-image-hover-effect .rs-image-slide-up .image-content {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.rs-image-hover-effect .rs-image-slide-down .image-content {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.rs-image-hover-effect .rs-image-slide-left .image-content {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.rs-image-hover-effect .rs-image-slide-right .image-content {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.rs-image-hover-effect [class^='rs-image-reveal-']:before,
.rs-image-hover-effect [class*=' rs-image-reveal-']:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
}
.rs-image-hover-effect [class^='rs-image-reveal-'] .image-content,
.rs-image-hover-effect [class*=' rs-image-reveal-'] .image-content {
  opacity: 0;
}
.rs-image-hover-effect [class^='rs-image-reveal-']:hover:before,
.rs-image-hover-effect [class*=' rs-image-reveal-']:hover:before {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.rs-image-hover-effect [class^='rs-image-reveal-']:hover .image-content,
.rs-image-hover-effect [class*=' rs-image-reveal-']:hover .image-content {
  opacity: 1;
  -webkit-transition-delay: 0.21s;
  -moz-transition-delay: 0.21s;
  transition-delay: 0.21s;
}
.rs-image-hover-effect .rs-image-reveal-up:before {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.rs-image-hover-effect .rs-image-reveal-down:before {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.rs-image-hover-effect .rs-image-reveal-left:before {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.rs-image-hover-effect .rs-image-reveal-right:before {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.rs-image-hover-effect [class^='rs-image-hinge-'],
.rs-image-hover-effect [class*=' rs-image-hinge-'] {
  -webkit-perspective: 50em;
  -moz-perspective: 50em;
  perspective: 50em;
}
.rs-image-hover-effect [class^='rs-image-hinge-'] .image-content,
.rs-image-hover-effect [class*=' rs-image-hinge-'] .image-content {
  opacity: 0;
  z-index: 1;
}
.rs-image-hover-effect [class^='rs-image-hinge-']:hover img,
.rs-image-hover-effect [class*=' rs-image-hinge-']:hover img {
  opacity: 0;
}
.rs-image-hover-effect [class^='rs-image-hinge-']:hover .image-content,
.rs-image-hover-effect [class*=' rs-image-hinge-']:hover .image-content {
  opacity: 1;
  -webkit-transition-delay: 0.21s;
  -moz-transition-delay: 0.21s;
  transition-delay: 0.21s;
}
.rs-image-hover-effect .rs-image-hinge-up img {
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.rs-image-hover-effect .rs-image-hinge-up .image-content {
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.rs-image-hover-effect .rs-image-hinge-up:hover .image-part img {
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
.rs-image-hover-effect .rs-image-hinge-up:hover .image-content {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
}
.rs-image-hover-effect .rs-image-hinge-down img {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.rs-image-hover-effect .rs-image-hinge-down .image-content {
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% -50%;
  -moz-transform-origin: 50% -50%;
  -ms-transform-origin: 50% -50%;
  -o-transform-origin: 50% -50%;
  transform-origin: 50% -50%;
}
.rs-image-hover-effect .rs-image-hinge-down:hover .image-part img {
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  opacity: 0;
}
.rs-image-hover-effect .rs-image-hinge-down:hover .image-content {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
}
.rs-image-hover-effect .rs-image-hinge-left img {
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.rs-image-hover-effect .rs-image-hinge-left .image-content {
  -webkit-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  -o-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.rs-image-hover-effect .rs-image-hinge-left:hover .image-part img {
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
.rs-image-hover-effect .rs-image-hinge-left:hover .image-content {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
}
.rs-image-hover-effect .rs-image-hinge-right img {
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.rs-image-hover-effect .rs-image-hinge-right .image-content {
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.rs-image-hover-effect .rs-image-hinge-right:hover .image-part img {
  -webkit-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  -o-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}
.rs-image-hover-effect .rs-image-hinge-right:hover .image-content {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
}
.rs-image-hover-effect [class^='rs-image-flip-'],
.rs-image-hover-effect [class*=' rs-image-flip-'] {
  -webkit-perspective: 50em;
  -moz-perspective: 50em;
  perspective: 50em;
}
.rs-image-hover-effect [class^='rs-image-flip-'] img,
.rs-image-hover-effect [class*=' rs-image-flip-'] img {
  backface-visibility: hidden;
}
.rs-image-hover-effect [class^='rs-image-flip-'] .image-content,
.rs-image-hover-effect [class*=' rs-image-flip-'] .image-content {
  opacity: 0;
}
.rs-image-hover-effect [class^='rs-image-flip-']:hover .image-part img,
.rs-image-hover-effect [class*=' rs-image-flip-']:hover .image-part img {
  opacity: 0;
}
.rs-image-hover-effect [class^='rs-image-flip-']:hover .image-content,
.rs-image-hover-effect [class*=' rs-image-flip-']:hover .image-content {
  opacity: 1;
  -webkit-transition-delay: 0.14s;
  -moz-transition-delay: 0.14s;
  transition-delay: 0.14s;
}
.rs-image-hover-effect .rs-image-flip-horiz .image-content {
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.rs-image-hover-effect .rs-image-flip-horiz:hover img {
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.rs-image-hover-effect .rs-image-flip-horiz:hover .image-content {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.rs-image-hover-effect .rs-image-flip-vert .image-content {
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.rs-image-hover-effect .rs-image-flip-vert:hover .image-part img {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.rs-image-hover-effect .rs-image-flip-vert:hover .image-content {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.rs-image-hover-effect .rs-image-flip-diag-1 .image-content {
  -webkit-transform: rotate3d(1, -1, 0, 100deg);
  -moz-transform: rotate3d(1, -1, 0, 100deg);
  -ms-transform: rotate3d(1, -1, 0, 100deg);
  -o-transform: rotate3d(1, -1, 0, 100deg);
  transform: rotate3d(1, -1, 0, 100deg);
}
.rs-image-hover-effect .rs-image-flip-diag-1:hover .image-part img {
  -webkit-transform: rotate3d(-1, 1, 0, 100deg);
  -moz-transform: rotate3d(-1, 1, 0, 100deg);
  -ms-transform: rotate3d(-1, 1, 0, 100deg);
  -o-transform: rotate3d(-1, 1, 0, 100deg);
  transform: rotate3d(-1, 1, 0, 100deg);
}
.rs-image-hover-effect .rs-image-flip-diag-1:hover .image-content {
  -webkit-transform: rotate3d(0, 0, 0, 0deg);
  -moz-transform: rotate3d(0, 0, 0, 0deg);
  -ms-transform: rotate3d(0, 0, 0, 0deg);
  -o-transform: rotate3d(0, 0, 0, 0deg);
  transform: rotate3d(0, 0, 0, 0deg);
}
.rs-image-hover-effect .rs-image-flip-diag-2 .image-content {
  -webkit-transform: rotate3d(1, 1, 0, 100deg);
  -moz-transform: rotate3d(1, 1, 0, 100deg);
  -ms-transform: rotate3d(1, 1, 0, 100deg);
  -o-transform: rotate3d(1, 1, 0, 100deg);
  transform: rotate3d(1, 1, 0, 100deg);
}
.rs-image-hover-effect .rs-image-flip-diag-2:hover .image-part img {
  -webkit-transform: rotate3d(-1, -1, 0, 100deg);
  -moz-transform: rotate3d(-1, -1, 0, 100deg);
  -ms-transform: rotate3d(-1, -1, 0, 100deg);
  -o-transform: rotate3d(-1, -1, 0, 100deg);
  transform: rotate3d(-1, -1, 0, 100deg);
}
.rs-image-hover-effect .rs-image-flip-diag-2:hover .image-content {
  -webkit-transform: rotate3d(0, 0, 0, 0deg);
  -moz-transform: rotate3d(0, 0, 0, 0deg);
  -ms-transform: rotate3d(0, 0, 0, 0deg);
  -o-transform: rotate3d(0, 0, 0, 0deg);
  transform: rotate3d(0, 0, 0, 0deg);
}
.rs-image-hover-effect [class^='rs-image-shutter-out-']:before,
.rs-image-hover-effect [class*=' rs-image-shutter-out-']:before {
  position: absolute;
  content: '';
  -webkit-transition-delay: 0.105s;
  -moz-transition-delay: 0.105s;
  transition-delay: 0.105s;
}
.rs-image-hover-effect [class^='rs-image-shutter-out-'] .image-content,
.rs-image-hover-effect [class*=' rs-image-shutter-out-'] .image-content {
  opacity: 0;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}
.rs-image-hover-effect [class^='rs-image-shutter-out-']:hover:before,
.rs-image-hover-effect [class*=' rs-image-shutter-out-']:hover:before {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}
.rs-image-hover-effect [class^='rs-image-shutter-out-']:hover .image-content,
.rs-image-hover-effect [class*=' rs-image-shutter-out-']:hover .image-content {
  opacity: 1;
  -webkit-transition-delay: 0.105s;
  -moz-transition-delay: 0.105s;
  transition-delay: 0.105s;
}
.rs-image-hover-effect .rs-image-shutter-out-horiz:before {
  left: 50%;
  right: 50%;
  top: 0;
  bottom: 0;
}
.rs-image-hover-effect .rs-image-shutter-out-horiz:hover:before {
  left: 0;
  right: 0;
}
.rs-image-hover-effect .rs-image-shutter-out-vert:before {
  top: 50%;
  bottom: 50%;
  left: 0;
  right: 0;
}
.rs-image-hover-effect .rs-image-shutter-out-vert:hover:before {
  top: 0;
  bottom: 0;
}
.rs-image-hover-effect .rs-image-shutter-out-diag-1:before {
  top: 50%;
  bottom: 50%;
  left: -35%;
  right: -35%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rs-image-hover-effect .rs-image-shutter-out-diag-1:hover:before {
  top: -35%;
  bottom: -35%;
}
.rs-image-hover-effect .rs-image-shutter-out-diag-2:before {
  top: 50%;
  bottom: 50%;
  left: -35%;
  right: -35%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.rs-image-hover-effect .rs-image-shutter-out-diag-2:hover:before {
  top: -35%;
  bottom: -35%;
}
.rs-image-hover-effect [class^='rs-image-shutter-in-']:after,
.rs-image-hover-effect [class^='rs-image-shutter-in-']:before,
.rs-image-hover-effect [class*=' rs-image-shutter-in-']:after,
.rs-image-hover-effect [class*=' rs-image-shutter-in-']:before {
  position: absolute;
  content: '';
}
.rs-image-hover-effect [class^='rs-image-shutter-in-']:after,
.rs-image-hover-effect [class*=' rs-image-shutter-in-']:after {
  top: 0;
  left: 0;
}
.rs-image-hover-effect [class^='rs-image-shutter-in-']:before,
.rs-image-hover-effect [class*=' rs-image-shutter-in-']:before {
  right: 0;
  bottom: 0;
}
.rs-image-hover-effect [class^='rs-image-shutter-in-'] .image-content,
.rs-image-hover-effect [class*=' rs-image-shutter-in-'] .image-content {
  opacity: 0;
  z-index: 1;
}
.rs-image-hover-effect [class^='rs-image-shutter-in-']:hover .image-content,
.rs-image-hover-effect [class*=' rs-image-shutter-in-']:hover .image-content {
  opacity: 1;
  -webkit-transition-delay: 0.21s;
  -moz-transition-delay: 0.21s;
  transition-delay: 0.21s;
}
.rs-image-hover-effect .rs-image-shutter-in-horiz:after,
.rs-image-hover-effect .rs-image-shutter-in-horiz:before {
  width: 0;
  height: 100%;
}
.rs-image-hover-effect .rs-image-shutter-in-horiz:hover:after,
.rs-image-hover-effect .rs-image-shutter-in-horiz:hover:before {
  width: 50%;
}
.rs-image-hover-effect .rs-image-shutter-in-vert:after,
.rs-image-hover-effect .rs-image-shutter-in-vert:before {
  height: 0;
  width: 100%;
}
.rs-image-hover-effect .rs-image-shutter-in-vert:hover:after,
.rs-image-hover-effect .rs-image-shutter-in-vert:hover:before {
  height: 50%;
}
.rs-image-hover-effect .rs-image-shutter-in-out-horiz:after,
.rs-image-hover-effect .rs-image-shutter-in-out-horiz:before {
  width: 0;
  height: 100%;
  opacity: 0.75;
}
.rs-image-hover-effect .rs-image-shutter-in-out-horiz:hover:after,
.rs-image-hover-effect .rs-image-shutter-in-out-horiz:hover:before {
  width: 100%;
}
.rs-image-hover-effect .rs-image-shutter-in-out-vert:after,
.rs-image-hover-effect .rs-image-shutter-in-out-vert:before {
  height: 0;
  width: 100%;
  opacity: 0.75;
}
.rs-image-hover-effect .rs-image-shutter-in-out-vert:hover:after,
.rs-image-hover-effect .rs-image-shutter-in-out-vert:hover:before {
  height: 100%;
}
.rs-image-hover-effect .rs-image-shutter-in-out-diag-1:after,
.rs-image-hover-effect .rs-image-shutter-in-out-diag-1:before {
  width: 200%;
  height: 200%;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0.75;
}
.rs-image-hover-effect .rs-image-shutter-in-out-diag-1:after {
  -webkit-transform: skew(-45deg) translateX(-150%);
  -moz-transform: skew(-45deg) translateX(-150%);
  -ms-transform: skew(-45deg) translateX(-150%);
  -o-transform: skew(-45deg) translateX(-150%);
  transform: skew(-45deg) translateX(-150%);
}
.rs-image-hover-effect .rs-image-shutter-in-out-diag-1:before {
  -webkit-transform: skew(-45deg) translateX(150%);
  -moz-transform: skew(-45deg) translateX(150%);
  -ms-transform: skew(-45deg) translateX(150%);
  -o-transform: skew(-45deg) translateX(150%);
  transform: skew(-45deg) translateX(150%);
}
.rs-image-hover-effect .rs-image-shutter-in-out-diag-1:hover:after {
  -webkit-transform: skew(-45deg) translateX(-50%);
  -moz-transform: skew(-45deg) translateX(-50%);
  -ms-transform: skew(-45deg) translateX(-50%);
  -o-transform: skew(-45deg) translateX(-50%);
  transform: skew(-45deg) translateX(-50%);
}
.rs-image-hover-effect .rs-image-shutter-in-out-diag-1:hover:before {
  -webkit-transform: skew(-45deg) translateX(50%);
  -moz-transform: skew(-45deg) translateX(50%);
  -ms-transform: skew(-45deg) translateX(50%);
  -o-transform: skew(-45deg) translateX(50%);
  transform: skew(-45deg) translateX(50%);
}
.rs-image-hover-effect .rs-image-shutter-in-out-diag-2:after,
.rs-image-hover-effect .rs-image-shutter-in-out-diag-2:before {
  width: 200%;
  height: 200%;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0.75;
}
.rs-image-hover-effect .rs-image-shutter-in-out-diag-2:after {
  -webkit-transform: skew(45deg) translateX(-100%);
  -moz-transform: skew(45deg) translateX(-100%);
  -ms-transform: skew(45deg) translateX(-100%);
  -o-transform: skew(45deg) translateX(-100%);
  transform: skew(45deg) translateX(-100%);
}
.rs-image-hover-effect .rs-image-shutter-in-out-diag-2:before {
  -webkit-transform: skew(45deg) translateX(100%);
  -moz-transform: skew(45deg) translateX(100%);
  -ms-transform: skew(45deg) translateX(100%);
  -o-transform: skew(45deg) translateX(100%);
  transform: skew(45deg) translateX(100%);
}
.rs-image-hover-effect .rs-image-shutter-in-out-diag-2:hover:after {
  -webkit-transform: skew(45deg) translateX(0%);
  -moz-transform: skew(45deg) translateX(0%);
  -ms-transform: skew(45deg) translateX(0%);
  -o-transform: skew(45deg) translateX(0%);
  transform: skew(45deg) translateX(0%);
}
.rs-image-hover-effect .rs-image-shutter-in-out-diag-2:hover:before {
  -webkit-transform: skew(45deg) translateX(0%);
  -moz-transform: skew(45deg) translateX(0%);
  -ms-transform: skew(45deg) translateX(0%);
  -o-transform: skew(45deg) translateX(0%);
  transform: skew(45deg) translateX(0%);
}
.rs-image-hover-effect [class^='rs-image-fold'],
.rs-image-hover-effect [class*=' rs-image-fold'] {
  -webkit-perspective: 50em;
  -moz-perspective: 50em;
  perspective: 50em;
}
.rs-image-hover-effect [class^='rs-image-fold'] img,
.rs-image-hover-effect [class*=' rs-image-fold'] img {
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.rs-image-hover-effect [class^='rs-image-fold'] .image-content,
.rs-image-hover-effect [class*=' rs-image-fold'] .image-content {
  z-index: 1;
  opacity: 0;
}
.rs-image-hover-effect [class^='rs-image-fold']:hover .image-part img,
.rs-image-hover-effect [class*=' rs-image-fold']:hover .image-part img {
  opacity: 0;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  transition-delay: 0;
}
.rs-image-hover-effect [class^='rs-image-fold']:hover .image-content,
.rs-image-hover-effect [class*=' rs-image-fold']:hover .image-content {
  -webkit-transform: rotateX(0) translate3d(0, 0%, 0) scale(1);
  -moz-transform: rotateX(0) translate3d(0, 0%, 0) scale(1);
  -ms-transform: rotateX(0) translate3d(0, 0%, 0) scale(1);
  -o-transform: rotateX(0) translate3d(0, 0%, 0) scale(1);
  transform: rotateX(0) translate3d(0, 0%, 0) scale(1);
  opacity: 1;
  -webkit-transition-delay: 0.21s;
  -moz-transition-delay: 0.21s;
  transition-delay: 0.21s;
}
.rs-image-hover-effect .rs-image-fold-up .image-part img {
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.rs-image-hover-effect .rs-image-fold-up .image-content {
  -webkit-transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6);
  -moz-transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6);
  -ms-transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6);
  -o-transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6);
  transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6);
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.rs-image-hover-effect .rs-image-fold-up:hover .image-part img {
  -webkit-transform: rotateX(90deg) scale(0.6) translateY(50%);
  -moz-transform: rotateX(90deg) scale(0.6) translateY(50%);
  -ms-transform: rotateX(90deg) scale(0.6) translateY(50%);
  -o-transform: rotateX(90deg) scale(0.6) translateY(50%);
  transform: rotateX(90deg) scale(0.6) translateY(50%);
}
.rs-image-hover-effect .rs-image-fold-down .image-part img {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.rs-image-hover-effect .rs-image-fold-down .image-content {
  -webkit-transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(0.6);
  -moz-transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(0.6);
  -ms-transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(0.6);
  -o-transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(0.6);
  transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(0.6);
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.rs-image-hover-effect .rs-image-fold-down:hover .image-part img {
  -webkit-transform: rotateX(-90deg) scale(0.6) translateY(-50%);
  -moz-transform: rotateX(-90deg) scale(0.6) translateY(-50%);
  -ms-transform: rotateX(-90deg) scale(0.6) translateY(-50%);
  -o-transform: rotateX(-90deg) scale(0.6) translateY(-50%);
  transform: rotateX(-90deg) scale(0.6) translateY(-50%);
}
.rs-image-hover-effect .rs-image-fold-left .image-part img {
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.rs-image-hover-effect .rs-image-fold-left .image-content {
  -webkit-transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6);
  -moz-transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6);
  -ms-transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6);
  -o-transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6);
  transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.rs-image-hover-effect .rs-image-fold-left:hover .image-part img {
  -webkit-transform: rotateY(-90deg) scale(0.6) translateX(50%);
  -moz-transform: rotateY(-90deg) scale(0.6) translateX(50%);
  -ms-transform: rotateY(-90deg) scale(0.6) translateX(50%);
  -o-transform: rotateY(-90deg) scale(0.6) translateX(50%);
  transform: rotateY(-90deg) scale(0.6) translateX(50%);
}
.rs-image-hover-effect .rs-image-fold-right .image-part img {
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.rs-image-hover-effect .rs-image-fold-right .image-content {
  -webkit-transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6);
  -moz-transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6);
  -ms-transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6);
  -o-transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6);
  transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6);
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.rs-image-hover-effect .rs-image-fold-right:hover .image-part img {
  -webkit-transform: rotateY(90deg) scale(0.6) translateX(-50%);
  -moz-transform: rotateY(90deg) scale(0.6) translateX(-50%);
  -ms-transform: rotateY(90deg) scale(0.6) translateX(-50%);
  -o-transform: rotateY(90deg) scale(0.6) translateX(-50%);
  transform: rotateY(90deg) scale(0.6) translateX(-50%);
}
.rs-image-hover-effect .rs-image-zoom-in .image-content {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
.rs-image-hover-effect .rs-image-zoom-in:hover .image-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.rs-image-hover-effect [class^='rs-image-zoom-out'] .image-content,
.rs-image-hover-effect [class*=' rs-image-zoom-out'] .image-content {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0;
}
.rs-image-hover-effect [class^='rs-image-zoom-out']:hover .image-content,
.rs-image-hover-effect [class^='rs-image-zoom-out'].hover .image-content,
.rs-image-hover-effect [class*=' rs-image-zoom-out']:hover .image-content,
.rs-image-hover-effect [class*=' rs-image-zoom-out'].hover .image-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  -moz-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.rs-image-hover-effect .rs-image-zoom-out:hover .image-part img {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}
.rs-image-hover-effect .rs-image-zoom-out-up:hover .image-part img,
.rs-image-hover-effect .rs-image-zoom-out-up.hover .image-part img {
  -webkit-animation: rs-image-zoom-out-up 0.4025s linear;
  -moz-animation: rs-image-zoom-out-up 0.4025s linear;
  animation: rs-image-zoom-out-up 0.4025s linear;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes rs-image-zoom-out-up {
  50% {
    -webkit-transform: scale(0.8) translateY(0%);
    -moz-transform: scale(0.8) translateY(0%);
    -ms-transform: scale(0.8) translateY(0%);
    -o-transform: scale(0.8) translateY(0%);
    transform: scale(0.8) translateY(0%);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.8) translateY(-150%);
    -moz-transform: scale(0.8) translateY(-150%);
    -ms-transform: scale(0.8) translateY(-150%);
    -o-transform: scale(0.8) translateY(-150%);
    transform: scale(0.8) translateY(-150%);
    opacity: 0.5;
  }
}
@keyframes rs-image-zoom-out-up {
  50% {
    -webkit-transform: scale(0.8) translateY(0%);
    -moz-transform: scale(0.8) translateY(0%);
    -ms-transform: scale(0.8) translateY(0%);
    -o-transform: scale(0.8) translateY(0%);
    transform: scale(0.8) translateY(0%);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.8) translateY(-150%);
    -moz-transform: scale(0.8) translateY(-150%);
    -ms-transform: scale(0.8) translateY(-150%);
    -o-transform: scale(0.8) translateY(-150%);
    transform: scale(0.8) translateY(-150%);
    opacity: 0.5;
  }
}
.rs-image-hover-effect .rs-image-zoom-out-down:hover .image-part img,
.rs-image-hover-effect .rs-image-zoom-out-down.hover .image-part img {
  -webkit-animation: rs-image-zoom-out-down 0.4025s linear;
  -moz-animation: rs-image-zoom-out-down 0.4025s linear;
  animation: rs-image-zoom-out-down 0.4025s linear;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes rs-image-zoom-out-down {
  50% {
    -webkit-transform: scale(0.8) translateY(0%);
    -moz-transform: scale(0.8) translateY(0%);
    -ms-transform: scale(0.8) translateY(0%);
    -o-transform: scale(0.8) translateY(0%);
    transform: scale(0.8) translateY(0%);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.8) translateY(150%);
    -moz-transform: scale(0.8) translateY(150%);
    -ms-transform: scale(0.8) translateY(150%);
    -o-transform: scale(0.8) translateY(150%);
    transform: scale(0.8) translateY(150%);
    opacity: 0.5;
  }
}
@keyframes rs-image-zoom-out-down {
  50% {
    -webkit-transform: scale(0.8) translateY(0%);
    -moz-transform: scale(0.8) translateY(0%);
    -ms-transform: scale(0.8) translateY(0%);
    -o-transform: scale(0.8) translateY(0%);
    transform: scale(0.8) translateY(0%);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.8) translateY(150%);
    -moz-transform: scale(0.8) translateY(150%);
    -ms-transform: scale(0.8) translateY(150%);
    -o-transform: scale(0.8) translateY(150%);
    transform: scale(0.8) translateY(150%);
    opacity: 0.5;
  }
}
.rs-image-hover-effect .rs-image-zoom-out-left:hover .image-part img,
.rs-image-hover-effect .rs-image-zoom-out-left.hover .image-part img {
  -webkit-animation: rs-image-zoom-out-left 0.4025s linear;
  -moz-animation: rs-image-zoom-out-left 0.4025s linear;
  animation: rs-image-zoom-out-left 0.4025s linear;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes rs-image-zoom-out-left {
  50% {
    -webkit-transform: scale(0.8) translateX(0%);
    -moz-transform: scale(0.8) translateX(0%);
    -ms-transform: scale(0.8) translateX(0%);
    -o-transform: scale(0.8) translateX(0%);
    transform: scale(0.8) translateX(0%);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.8) translateX(-150%);
    -moz-transform: scale(0.8) translateX(-150%);
    -ms-transform: scale(0.8) translateX(-150%);
    -o-transform: scale(0.8) translateX(-150%);
    transform: scale(0.8) translateX(-150%);
    opacity: 0.5;
  }
}
@keyframes rs-image-zoom-out-left {
  50% {
    -webkit-transform: scale(0.8) translateX(0%);
    -moz-transform: scale(0.8) translateX(0%);
    -ms-transform: scale(0.8) translateX(0%);
    -o-transform: scale(0.8) translateX(0%);
    transform: scale(0.8) translateX(0%);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.8) translateX(-150%);
    -moz-transform: scale(0.8) translateX(-150%);
    -ms-transform: scale(0.8) translateX(-150%);
    -o-transform: scale(0.8) translateX(-150%);
    transform: scale(0.8) translateX(-150%);
    opacity: 0.5;
  }
}
.rs-image-hover-effect .rs-image-zoom-out-right:hover .image-part img,
.rs-image-hover-effect .rs-image-zoom-out-right.hover .image-part img {
  -webkit-animation: rs-image-zoom-out-right 0.4025s linear;
  -moz-animation: rs-image-zoom-out-right 0.4025s linear;
  animation: rs-image-zoom-out-right 0.4025s linear;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes rs-image-zoom-out-right {
  50% {
    -webkit-transform: scale(0.8) translateX(0%);
    -moz-transform: scale(0.8) translateX(0%);
    -ms-transform: scale(0.8) translateX(0%);
    -o-transform: scale(0.8) translateX(0%);
    transform: scale(0.8) translateX(0%);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.8) translateX(150%);
    -moz-transform: scale(0.8) translateX(150%);
    -ms-transform: scale(0.8) translateX(150%);
    -o-transform: scale(0.8) translateX(150%);
    transform: scale(0.8) translateX(150%);
    opacity: 0.5;
  }
}
@keyframes rs-image-zoom-out-right {
  50% {
    -webkit-transform: scale(0.8) translateX(0%);
    -moz-transform: scale(0.8) translateX(0%);
    -ms-transform: scale(0.8) translateX(0%);
    -o-transform: scale(0.8) translateX(0%);
    transform: scale(0.8) translateX(0%);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.8) translateX(150%);
    -moz-transform: scale(0.8) translateX(150%);
    -ms-transform: scale(0.8) translateX(150%);
    -o-transform: scale(0.8) translateX(150%);
    transform: scale(0.8) translateX(150%);
    opacity: 0.5;
  }
}
.rs-image-hover-effect .rs-image-zoom-out-flip-horiz {
  -webkit-perspective: 50em;
  -moz-perspective: 50em;
  perspective: 50em;
}
.rs-image-hover-effect .rs-image-zoom-out-flip-horiz .image-content {
  opacity: 0;
  -webkit-transform: rotateX(90deg) translateY(-100%) scale(0.5);
  -moz-transform: rotateX(90deg) translateY(-100%) scale(0.5);
  -ms-transform: rotateX(90deg) translateY(-100%) scale(0.5);
  -o-transform: rotateX(90deg) translateY(-100%) scale(0.5);
  transform: rotateX(90deg) translateY(-100%) scale(0.5);
}
.rs-image-hover-effect .rs-image-zoom-out-flip-horiz:hover .image-part img,
.rs-image-hover-effect .rs-image-zoom-out-flip-horiz.hover .image-part img {
  -webkit-transform: rotateX(-100deg) translateY(50%) scale(0.5);
  -moz-transform: rotateX(-100deg) translateY(50%) scale(0.5);
  -ms-transform: rotateX(-100deg) translateY(50%) scale(0.5);
  -o-transform: rotateX(-100deg) translateY(50%) scale(0.5);
  transform: rotateX(-100deg) translateY(50%) scale(0.5);
  opacity: 0;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  transition-delay: 0;
}
.rs-image-hover-effect .rs-image-zoom-out-flip-horiz:hover .image-content,
.rs-image-hover-effect .rs-image-zoom-out-flip-horiz.hover .image-content {
  -webkit-transform: rotateX(0) translateY(0%) scale(1);
  -moz-transform: rotateX(0) translateY(0%) scale(1);
  -ms-transform: rotateX(0) translateY(0%) scale(1);
  -o-transform: rotateX(0) translateY(0%) scale(1);
  transform: rotateX(0) translateY(0%) scale(1);
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  -moz-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.rs-image-hover-effect .rs-image-zoom-out-flip-vert {
  -webkit-perspective: 50em;
  -moz-perspective: 50em;
  perspective: 50em;
}
.rs-image-hover-effect .rs-image-zoom-out-flip-vert .image-content {
  opacity: 0;
  -webkit-transform: rotateY(90deg) translate(50%, 0) scale(0.5);
  -moz-transform: rotateY(90deg) translate(50%, 0) scale(0.5);
  -ms-transform: rotateY(90deg) translate(50%, 0) scale(0.5);
  -o-transform: rotateY(90deg) translate(50%, 0) scale(0.5);
  transform: rotateY(90deg) translate(50%, 0) scale(0.5);
}
.rs-image-hover-effect .rs-image-zoom-out-flip-vert:hover .image-part img,
.rs-image-hover-effect .rs-image-zoom-out-flip-vert.hover .image-part img {
  -webkit-transform: rotateY(-100deg) translateX(50%) scale(0.5);
  -moz-transform: rotateY(-100deg) translateX(50%) scale(0.5);
  -ms-transform: rotateY(-100deg) translateX(50%) scale(0.5);
  -o-transform: rotateY(-100deg) translateX(50%) scale(0.5);
  transform: rotateY(-100deg) translateX(50%) scale(0.5);
  opacity: 0;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  transition-delay: 0;
}
.rs-image-hover-effect .rs-image-zoom-out-flip-vert:hover .image-content,
.rs-image-hover-effect .rs-image-zoom-out-flip-vert.hover .image-content {
  -webkit-transform: rotateY(0) translate(0, 0) scale(1);
  -moz-transform: rotateY(0) translate(0, 0) scale(1);
  -ms-transform: rotateY(0) translate(0, 0) scale(1);
  -o-transform: rotateY(0) translate(0, 0) scale(1);
  transform: rotateY(0) translate(0, 0) scale(1);
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  -moz-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.rs-image-hover-effect .rs-image-blur .image-content {
  opacity: 0;
}
.rs-image-hover-effect .rs-image-blur:hover .image-part img {
  -webkit-filter: blur(30px);
  filter: blur(30px);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
}
.rs-image-hover-effect .rs-image-blur:hover .image-content {
  opacity: 1;
  -webkit-transition-delay: 0.21s;
  -moz-transition-delay: 0.21s;
  transition-delay: 0.21s;
}
.rs-image-hover-effect .rs-image-move-left .image-part img,
.rs-image-hover-effect .rs-image-move-right .image-part img,
.rs-image-hover-effect .rs-image-move-top .image-part img,
.rs-image-hover-effect .rs-image-move-bottom .image-part img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.rs-image-hover-effect .rs-image-move-left .image-part img,
.rs-image-hover-effect .rs-image-move-right:hover .image-part img {
  -webkit-transform-origin: left;
  transform-origin: left;
}
.rs-image-hover-effect .rs-image-move-right .image-part img,
.rs-image-hover-effect .rs-image-move-left:hover .image-part img {
  -webkit-transform-origin: right;
  transform-origin: right;
}
.rs-image-hover-effect .rs-image-move-top .image-part img,
.rs-image-hover-effect .rs-image-move-bottom:hover .image-part img {
  -webkit-transform-origin: top;
  transform-origin: top;
}
.rs-image-hover-effect .rs-image-move-bottom .image-part img,
.rs-image-hover-effect .rs-image-move-top:hover .image-part img {
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}
.rs-image-hover-effect .rs-image-top-down .image-part {
  max-height: 400px;
  transition: 3s;
}
.rs-image-hover-effect .rs-image-top-down:hover .image-part {
  padding-top: 400px;
}
.rs-image-hover-effect .rs-image-top-down .image-part img {
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  vertical-align: bottom;
  transition: 3s;
}
.rs-image-hover-effect .rs-image-top-down:hover .image-part img {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.rs-business-hour .rs-business-schedule {
  display: flex;
  justify-content: space-between;
  padding: 8px;
}
@media only screen and (max-width: 1024px) {
  .rstab-main.vertical ul.nav {
    margin-right: 0;
  }
  .rstab-main.vertical ul.nav.bubble li a.active:after {
    display: none;
  }
}
/* -----------------------
    Features List CSS
--------------------------*/
.rt-features-list-content ul {
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
}
.rt-features-list-content ul li {
  list-style: none;
  display: flex;
}
.rt-features-list-content ul li .icon i {
  color: #086ad8;
  font-size: 16px;
  display: inline-block;
}
.rt-features-list-content ul li .query-list {
  padding-left: 15px;
}
.rt-features-list-content ul li .sub-text {
  color: #999999;
  font-size: 14px;
  line-height: 20px;
  display: block;
}
.rt-features-list-content ul li .text-heading {
  font-weight: 700;
  line-height: 20px;
  color: #333;
}
.rt-features-list-content ul li .text-heading span {
  display: block;
}
.rt-features-list-content .separator_yes.rotate_yes:after {
  top: -7px;
  transform: skew(-10deg);
}
.right_icon_yes ul li a {
  padding-right: 0 !important;
  position: relative;
}
.right_icon_yes ul li a:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "\f178";
  font-size: 16px;
  font-family: "Font Awesome 5 Pro";
  color: #df0a0a;
}
.left_icon_yes ul li a {
  padding-right: 0 !important;
  position: relative;
  padding-left: 25px;
}
.left_icon_yes ul li a:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f061";
  font-size: 16px;
  font-family: "Font Awesome 5 Pro";
}
.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 10000;
  opacity: 1;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap::after {
  position: absolute;
  font-family: 'rt-icons';
  content: '\e82d';
  text-align: center;
  line-height: 46px;
  font-size: 15px;
  color: #df0a0a;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  border: 2px solid #df0a0a;
  box-shadow: none;
  border-radius: 50% !important;
  border-radius: 5px;
}
.progress-wrap:hover::after {
  opacity: 1;
  content: '\e82d';
  border: 2px solid #df0a0a;
}
.progress-wrap::before {
  position: absolute;
  font-family: 'rt-icons';
  content: '\e82d';
  text-align: center;
  line-height: 46px;
  font-size: 15px;
  opacity: 0;
  background: #df0a0a;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap:hover::before {
  opacity: 0;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg {
  color: #df0a0a;
  border-radius: 50%;
  background: #fff;
}
.progress-wrap svg.progress-circle path {
  stroke: #df0a0a;
  stroke-width: 34px;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
/*------------------------------
  Pie progress bar
  -----------------------------*/
.rs-pie-content {
  text-align: center;
}
.rs-pie-content .rspie-title-center {
  display: inline-block;
  position: relative;
  text-align: center;
}
.rs-pie-content .rspie-value {
  display: block;
  position: absolute;
  font-size: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rs-pie-content .number {
  text-align: center;
  display: block;
  padding: 10px 0 0;
  font-size: 20px;
}
/*-----------------------------
    RS DataTable CSS
-------------------------------*/
.elementor-widget-RS-Table .dataTables_filter {
  margin-bottom: 7px;
}
.elementor-widget-RS-Table .dataTables_filter input {
  margin: 0 0 0 10px;
  outline: 0;
  -webkit-appearance: none;
  tap-highlight-color: rgba(255, 255, 255, 0);
  line-height: 1.21428571em;
  padding: .67857143em 1em;
  font-size: 1em;
  background: #fff;
  border: 1px solid rgba(34, 36, 38, 0.15);
  color: rgba(0, 0, 0, 0.87);
  border-radius: .28571429rem;
  -webkit-box-shadow: 0 0 0 0 transparent inset;
  box-shadow: 0 0 0 0 transparent inset;
}
.elementor-widget-RS-Table .rsdatatable-select select {
  margin: 0 10px;
  height: auto;
  padding: 8px 18px;
  border-radius: 5px;
}
.elementor-widget-RS-Table table.dataTable thead th,
.elementor-widget-RS-Table table.dataTable thead td {
  border-bottom: 0;
}
.elementor-widget-RS-Table .dataTables_paginate {
  background: #fff;
  font-weight: 400;
  border: 1px solid rgba(34, 36, 38, 0.15);
  -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
  border-radius: .28571429rem;
  min-height: 2.85714286em;
  padding-top: 0 !important;
  margin-top: 10px;
}
.elementor-widget-RS-Table .dataTables_paginate a.paginate_button {
  background: none !important;
  box-shadow: none !important;
  border: none !important;
}
.elementor-widget-RS-Table .dataTables_paginate a.paginate_button.current {
  box-shadow: none !important;
  background: rgba(0, 0, 0, 0.05) !important;
}
.elementor-widget-RS-Table .dataTables_paginate a.paginate_button:hover {
  background: rgba(0, 0, 0, 0.05) !important;
  color: #333 !important;
}
.elementor-widget-RS-Table table.dataTable.no-footer {
  border: 0;
}
.elementor-widget-RS-Table table.dataTable {
  border-collapse: collapse;
}
/*------------------------------
  RS Timecounter
  -----------------------------*/
.rs-timecounter .time_circles {
  position: relative;
  width: 100%;
  height: 100%;
}
.rs-timecounter .time_circles canvas {
  opacity: 0;
}
.rs-timecounter .time_circles div {
  position: absolute;
  padding-right: 0;
  text-align: center;
  margin-top: -10px;
}
.rs-timecounter .time_circles div span {
  line-height: 1.2;
  font-size: 55px;
}
.rs-timecounter .time_circles div h4 {
  margin: 0;
}
.rs-timecounter.circle_border_on .time_circles canvas {
  opacity: 1;
}
.rs-timecounter.separator .time_circles &gt; div:after {
  content: ":";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 30px;
}
.rs-timecounter.separator .time_circles &gt; div:last-child:after {
  display: none;
}
.rs-timecounter.background_style .time_circles &gt; div {
  padding: 20px 0 35px;
}
.rs-timecounter.background_style .time_circles &gt; div span {
  background: transparent;
}
.rs-timecounter.background_style .time_circles &gt; div span,
.rs-timecounter.background_style .time_circles &gt; div h4 {
  position: relative;
  z-index: 1;
}
.rs-timecounter.background_style .time_circles &gt; div:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  width: 90%;
  height: 100%;
}
.rs-timecounter.number_border .time_circles &gt; div span {
  border: 4px solid #4a4a4a;
  padding: 0 15px;
}
.rs-timecounter.number_border .time_circles &gt; div h4 {
  margin-top: 30px;
}
.rs-timecounter.number_border .time_circles &gt; div span,
.rs-timecounter.number_border .time_circles &gt; div h4 {
  position: relative;
  z-index: 1;
}
/*Dual Button CSS-----------
---------------------------*/
.rselement-dual-btn,
.rselement-dual-btn-connector {
  display: inline-block;
}
.rselement-dual-btn-wrapper {
  position: relative;
  text-align: center;
  font-weight: 400;
}
.rselement-dual-btn {
  padding: 1.2rem 3rem;
  max-width: 100%;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
.rselement-dual-btn--left {
  background-color: #fe4d8b;
}
.rselement-dual-btn--left:hover,
.rselement-dual-btn--left:focus {
  background-color: #d00d51;
  color: #fff;
}
.rselement-dual-btn--right {
  background-color: #3023ae;
}
.rselement-dual-btn--right:hover,
.rselement-dual-btn--right:focus {
  background-color: #2e1cde;
  color: #fff;
}
.rselement-dual-btn-connector {
  position: absolute !important;
  z-index: 9;
  overflow: hidden;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
  color: #27374c;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 30px;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.rselement-dual-btn-icon &gt; svg {
  width: 1em;
  height: auto;
}
.rselement-dual-btn-icon &gt; i {
  font-size: 1em;
}
.rselement-dual-btn-icon--before {
  margin-right: 5px;
}
.rselement-dual-btn-icon--after {
  margin-left: 5px;
}
.elementor-widget-rs-dual-button &gt; .elementor-widget-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.elementor-widget-rs-dual-button .rselement-dual-btn--left {
  border-radius: 0;
}
.elementor-widget-rs-dual-button .rselement-dual-btn--right {
  border-radius: 0;
}
.elementor-widget-rs-dual-button .rselement-dual-btn-connector {
  top: 50%;
  right: 0;
}
/*woocommerce product list*/
.elementor-widget-rs-product-list .product-img,
.elementor-widget-rs-product-slider .product-img,
.elementor-widget-rs-productlist .product-img {
  position: relative;
}
.elementor-widget-rs-product-list .product-img span,
.elementor-widget-rs-product-slider .product-img span,
.elementor-widget-rs-productlist .product-img span {
  position: absolute;
  right: 10px;
  top: 10px;
  background: #fff;
  border-radius: 50%;
  color: #ff0000;
  font-weight: bold;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.elementor-widget-rs-product-list .product-img.overlay,
.elementor-widget-rs-product-slider .product-img.overlay,
.elementor-widget-rs-productlist .product-img.overlay {
  position: relative;
}
.elementor-widget-rs-product-list .product-img.overlay .product-btn,
.elementor-widget-rs-product-slider .product-img.overlay .product-btn,
.elementor-widget-rs-productlist .product-img.overlay .product-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 2s ease;
}
.elementor-widget-rs-product-list .product-img.overlay .product-btn a,
.elementor-widget-rs-product-slider .product-img.overlay .product-btn a,
.elementor-widget-rs-productlist .product-img.overlay .product-btn a {
  padding: 10px 20px;
  background: #000;
  color: #fff;
  font-size: 14px;
}
.elementor-widget-rs-product-list .product-img.overlay .product-btn a:hover,
.elementor-widget-rs-product-slider .product-img.overlay .product-btn a:hover,
.elementor-widget-rs-productlist .product-img.overlay .product-btn a:hover {
  background: #333;
}
.elementor-widget-rs-product-list .product-item .overlay:before,
.elementor-widget-rs-product-slider .product-item .overlay:before,
.elementor-widget-rs-productlist .product-item .overlay:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  transition: all 2s ease;
  position: absolute;
}
.elementor-widget-rs-product-list .product-item:hover .overlay,
.elementor-widget-rs-product-slider .product-item:hover .overlay,
.elementor-widget-rs-productlist .product-item:hover .overlay {
  position: relative;
}
.elementor-widget-rs-product-list .product-item:hover .overlay .product-btn,
.elementor-widget-rs-product-slider .product-item:hover .overlay .product-btn,
.elementor-widget-rs-productlist .product-item:hover .overlay .product-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  z-index: 9;
  text-align: center;
}
.elementor-widget-rs-product-list .product-item:hover .overlay .product-btn a,
.elementor-widget-rs-product-slider .product-item:hover .overlay .product-btn a,
.elementor-widget-rs-productlist .product-item:hover .overlay .product-btn a {
  padding: 10px 20px;
  background: #000;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 10px;
}
.elementor-widget-rs-product-list .product-item:hover .overlay .product-btn a:hover,
.elementor-widget-rs-product-slider .product-item:hover .overlay .product-btn a:hover,
.elementor-widget-rs-productlist .product-item:hover .overlay .product-btn a:hover {
  background: #333;
}
.elementor-widget-rs-product-list .product-item:hover .overlay:before,
.elementor-widget-rs-product-slider .product-item:hover .overlay:before,
.elementor-widget-rs-productlist .product-item:hover .overlay:before {
  opacity: 1;
}
.rselements-product-list {
  text-align: center;
  padding: 30px 15px;
  margin-bottom: 30px;
}
.rselements-product-list h4 {
  margin: 0 0 10px;
  font-size: 20px;
}
.rselements-product-list h4 a {
  color: #333;
}
.rselements-product-list h4 a:hover {
  color: #111;
}
.rselements-product-list .product-price {
  font-size: 16px;
}
.rselements-product-list .product-btn {
  margin-top: 25px;
}
.rselements-product-list .product-btn a {
  padding: 10px 20px;
  background: #000;
  color: #fff;
  font-size: 14px;
}
.rselements-product-list .product-btn a:hover {
  background: #333;
}
.elementor-widget-rs-productlist .product-item {
  padding-bottom: 35px;
}
.elementor-widget-rs-productlist .rselements-product-list {
  text-align: unset;
}
.single-work {
  width: 100%;
  height: 100%;
  padding: 38px 40px 39px 40px;
  position: relative;
  z-index: 2;
}
.single-work .style7-chevron {
  color: #999999;
}
.single-work:before {
  content: "";
  position: absolute;
  background: #ffffff;
  box-shadow: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-work.flex-row-reverse h5 {
  padding-left: 0;
  padding-right: 25px;
}
.single-work.flex-row-reverse:before {
  content: "";
  position: absolute;
  background-image: -moz-linear-gradient(0deg, #086ad8 0%, #378cff 100%);
  background-image: -webkit-linear-gradient(0deg, #086ad8 0%, #378cff 100%);
  background-image: -ms-linear-gradient(0deg, #086ad8 0%, #378cff 100%);
  width: auto;
  height: 0px;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0px;
  margin-left: 10px;
  margin-right: 10px;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-work.flex-row-reverse:hover:before {
  bottom: -10px;
  height: 10px;
}
.single-work:after {
  content: "";
  position: absolute;
  box-shadow: none;
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-work h5 {
  color: #040404;
  line-height: 1.5;
  margin: 0;
  padding-left: 20px;
}
.single-work .number {
  font-size: 14px;
  font-weight: 700;
  color: #040404;
  border: 2px solid #f2f2f2;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  width: 54px;
  height: 54px;
  z-index: 2;
  text-align: center;
  line-height: 52px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.rtelements-unique-slider.cta_bottom_border .grid-item.slick-slide {
  position: relative;
}
.rtelements-unique-slider.cta_bottom_border .grid-item.slick-slide.slick-center:before,
.rtelements-unique-slider.cta_bottom_border .grid-item.slick-slide:hover:before {
  position: absolute;
  content: '';
  width: 90%;
  height: 1px;
  background-image: -webkit-linear-gradient(0deg, #43baff 0%, #7141b1 100%);
  bottom: 0;
  left: 5%;
}
.rt-portfolio-style6 .portfolio-item .portfolio-img:before {
  bottom: unset;
  top: 0;
}
.rt-portfolio-style6 .portfolio-item .pf-btn2 {
  right: unset;
  left: 50px;
  bottom: 45px;
  border: none !important;
  background: transparent !important;
  padding-left: 0 !important;
  font-size: 14px !important;
  font-weight: 700;
  line-height: 26px;
}
.rt-portfolio-style6 .portfolio-item .portfolio-content {
  bottom: unset;
  top: 0;
  left: 0;
  padding: 50px;
}
.rt-portfolio-style6 .portfolio-item .portfolio-content .p-category {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  opacity: 0;
  transition: all 2s;
}
.rt-portfolio-style6 .portfolio-item .portfolio-content .p-category .separator {
  transition: all 2s;
  opacity: 0;
  color: rgba(255, 255, 255, 0.5);
}
.rt-portfolio-style6 .portfolio-item .portfolio-content .title {
  transition: all 2s;
  opacity: 0;
}
.rt-portfolio-style6 .portfolio-item:hover .separator,
.rt-portfolio-style6 .portfolio-item:hover .p-category,
.rt-portfolio-style6 .portfolio-item:hover .title {
  opacity: 1;
}
.rt-product--category .pcat-single {
  position: relative;
}
.rt-product--category .pcat-single .pcat-info {
  position: absolute;
  bottom: 40px;
  left: 40px;
  font-size: 0;
}
.rt-product--category .pcat-single .pcat-info .pcat-count {
  background: #040404;
  color: #fff;
  padding: 4px 20px;
  font-size: 12px;
  line-height: 12px;
  display: inline-block;
  margin: 0;
}
.rt-product--category .pcat-single .pcat-info .pcat-title {
  background: #fff;
  margin: 0;
}
.rt-product--category .pcat-single .pcat-info .pcat-title:hover a i {
  color: #040404;
}
.rt-product--category .pcat-single .pcat-info .pcat-title a {
  color: #040404;
  font-size: 18px;
  line-height: 18px;
  padding: 12px 20px;
  font-weight: bold;
  display: inline-block;
  min-width: 200px;
}
.rt-product--category .pcat-single .pcat-info .pcat-title a i {
  font-size: 13px;
  float: right !important;
  color: #E0E0E0;
  transition: all 0.5s;
}
.rt-product--category.rtpc-style2 .product-item {
  border-radius: 10px;
  overflow: hidden;
}
.rt-product--category.rtpc-style2 .pcat-single {
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.5s;
}
.rt-product--category.rtpc-style2 .pcat-single img {
  border-radius: 10px;
  transition: all 0.5s;
}
.rt-product--category.rtpc-style2 .pcat-single .pcat-info {
  left: 30px;
  bottom: 30px;
}
.rt-product--category.rtpc-style2 .pcat-single .pcat-info .pcat-count {
  background: #fff;
  border-radius: 30px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
}
.rt-product--category.rtpc-style2 .pcat-single .pcat-info .pcat-count span {
  color: #777777;
  font-weight: 400;
}
.rt-product--category.rtpc-style2 .pcat-single .pcat-desc {
  position: absolute;
  left: 30px;
  top: 30px;
  color: #000;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1;
}
.rt-product--category.rtpc-style2 .pcat-single:hover img {
  transform: scale(1.1);
}
.rt-product--category-wbh .rt-product--category .product-item .pcat-single {
  max-width: 338px;
  margin: 0 auto;
}
/* Product Filter CSS -----------------
-----------------------------*/
.product-filter {
  margin-bottom: 20px;
}
.product-filter span {
  color: #333;
  padding: 10px;
  cursor: pointer;
  display: inline-block;
}
.product-filter span.active {
  color: #df0a0a;
}
.product-filter span:hover {
  color: #df0a0a;
}
.rt-product-style3 .product-item {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.rt-product-style3 .product-item .product-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.rt-product-style3 .product-item .product-img:before {
  content: "";
  position: absolute;
  background: #bb0b0b;
  opacity: 0.902;
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.rt-product-style3 .product-item .product-img img {
  width: 100%;
  -webkit-transition: 1.3s all ease;
  transition: 1.3s all ease;
  border-radius: 0px;
}
.rt-product-style3 .product-item .product-img .p-link {
  display: none !important;
  top: 20px;
  right: 20px;
  display: inline-block;
  font-size: 32px;
  color: #ffffff;
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
  opacity: 0;
  z-index: 10;
}
.rt-product-style3 .product-item .product-img .p-link i {
  margin-left: 2px;
  display: none;
}
.rt-product-style3 .product-item .product-content {
  position: relative;
  padding: 20px 0px 0;
  opacity: 1;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
  width: 100%;
  border-top: 0;
}
.rt-product-style3 .product-item .product-content a {
  color: #040404;
}
.rt-product-style3 .product-item .product-content h4 {
  margin-bottom: 0;
  font-size: 24px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
  font-weight: 500 !important;
  line-height: 30px !important;
}
.rt-product-style3 .product-item .product-content h4 a:hover {
  color: #df0a0a;
}
.rt-product-style3 .product-item .product-content p {
  margin-bottom: 0;
  color: #040404;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}
.rt-product-style3 .product-item .product-content p a {
  font-size: 14px;
}
.rt-product-style3 .product-item a.pf-btn2 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 15px 30px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  display: inline-block;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
}
.rt-product-style3 .product-item:hover h4 a {
  text-decoration: underline !important;
}
.rt-product-style3 .product-item:hover .product-img:before {
  height: 100%;
}
.rt-product-style3 .product-item:hover .product-img a.pf-btn2 {
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
}
.logo-border-radius .rs-grid-img {
  border-radius: 100%;
}
.product-filter {
  position: relative;
  display: flex;
  justify-content: center;
  padding-bottom: 35px;
}
.product-filter button {
  background: transparent !important;
  margin: 0;
  display: inline-block;
  outline: none;
  position: relative;
  padding: 5px 20px;
  border: 0;
}
.umrat-filter-h1 .product-filter {
  margin-bottom: 10px;
}
.umrat-filter-h1 .product-filter:after {
  display: none;
}
.umrat-filter-h1 .product-filter button {
  color: #999999;
  font-size: 14px;
  font-weight: bold;
  border-radius: 0;
}
.umrat-filter-h1 .product-filter button:before {
  display: none;
}
.umrat-filter-h1 .product-filter button.is-checked {
  position: relative;
  color: #040404;
  text-decoration-line: underline;
}
.weiboo-grid .product-item .product-img .p-2nd--image {
  width: 100%;
  opacity: 0;
  position: absolute;
  transform: scale(1);
  overflow: hidden;
  height: auto;
  top: 0;
  left: 0;
  display: block;
}
.weiboo-grid .product-item .product-img .sale--box {
  position: absolute;
  background: #040404;
  width: 50px;
  height: 50px;
  right: 15px;
  top: 15px;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  z-index: 3;
}
.weiboo-grid .product-item .product-img .sale--box .onsale {
  display: inline-block;
  position: static;
  background: transparent;
  padding-top: 6px;
  padding-left: 2px;
  font-size: 10px;
  font-weight: bold;
}
.weiboo-grid .product-item .product-img .star-box {
  padding-top: 8px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s;
}
.weiboo-grid .product-item .product-img .star-box .rating--count {
  position: absolute;
  bottom: -7px;
  left: 75px;
  color: #999999;
  font-size: 13px;
}
.weiboo-grid .product-item .product-img .star-box .star-rating {
  margin-top: 0;
  float: unset;
  font-size: 13px;
}
.weiboo-grid .product-item .product-img .star-box .star-rating:before {
  color: #ee403d !important;
}
.weiboo-grid .product-item .product-img .star-box .star-rating span:before {
  color: #ee403d !important;
}
.weiboo-grid .product-item .product-img.star-center .star-box .star-rating {
  margin: 0 auto !important;
}
.weiboo-grid .product-item .product-img:before {
  top: unset;
  bottom: 0;
  height: 25px;
  display: none;
}
.weiboo-grid .product-item .product-img:hover .p-2nd--image {
  opacity: 1;
  max-width: 100%;
  transform: scale(105%);
}
.weiboo-grid .product-item .product-img:hover:before {
  height: 25px;
}
.weiboo-grid .product-item .product-content {
  padding-top: 15px;
  padding-bottom: 35px;
}
.weiboo-grid .product-item .product-content .product_cats {
  line-height: 1;
}
.weiboo-grid .product-item .product-content .product_cats a {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}
.weiboo-grid .product-item .product-content .price--cart {
  overflow: hidden;
  max-height: 30px;
}
.weiboo-grid .product-item .product-content .add_to__cart {
  transition: all 0.5s;
}
.weiboo-grid .product-item .product-content .add_to__cart .added_to_cart {
  background: transparent !important;
  padding: 0 !important;
  color: #040404 !important;
  font-size: 14px !important;
  font-weight: bold !important;
  line-height: 26px !important;
  text-transform: capitalize;
  position: relative;
}
.weiboo-grid .product-item .product-content .add_to__cart .add_to_cart_inline {
  padding: 0 !important;
  border: 0 !important;
  line-height: 0;
}
.weiboo-grid .product-item .product-content .add_to__cart .add_to_cart_inline a.button {
  background: transparent !important;
  padding: 0 !important;
  color: #040404 !important;
  font-size: 14px;
  font-weight: bold !important;
  line-height: 26px !important;
  text-transform: capitalize;
  position: relative;
}
.weiboo-grid .product-item .product-content .add_to__cart .add_to_cart_inline a.button.ajax_add_to_cart {
  padding-left: 20px !important;
}
.weiboo-grid .product-item .product-content .add_to__cart .add_to_cart_inline a.button.ajax_add_to_cart:before {
  content: '\e81e';
  font-family: "rt-icons";
  padding-right: 10px !important;
  color: #df0a0a;
  position: absolute;
  left: 0;
  bottom: 7px;
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.weiboo-grid .product-item .product-content .p-title a {
  color: #777777;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none !important;
}
.weiboo-grid .product-item .product-content .p-title a:hover {
  color: #777777;
  text-decoration: none !important;
}
.weiboo-grid .product-item .product-content .price-html {
  opacity: 1;
  visibility: visible;
  transition: all 0.5;
}
.weiboo-grid .product-item .product-content .price-html ins {
  background: transparent;
}
.weiboo-grid .product-item .product-content .price-html .amount {
  color: #404040;
  font-size: 14px;
  font-weight: bold;
}
.weiboo-grid .product-item .product-content .price-html del {
  color: #C0C0C0;
}
.weiboo-grid .product-item .product-content .price-html del .amount {
  color: #C0C0C0;
}
.weiboo-grid .product-item:hover .star-box {
  opacity: 1;
  visibility: visible;
}
.weiboo-grid .product-item:hover .add_to__cart {
  visibility: visible;
  opacity: 1;
  transform: translateY(-28px);
}
.weiboo-grid .product-item:hover .price-html {
  visibility: hidden;
  opacity: 0;
}
.swiper-button-prev,
.swiper-button-next {
  background-image: none !important;
  background: #fff !important;
  width: 40px !important;
  height: 35px !important;
  transition: all 0.5s;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: #df0a0a !important;
}
.swiper-button-prev:hover:before,
.swiper-button-next:hover:before {
  color: #fff;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none !important;
  content: '';
}
.swiper-button-prev:before,
.swiper-button-next:before {
  content: '\e80f';
  font-family: "rt-icons";
  padding-right: 10px !important;
  color: #040404;
  position: absolute;
  left: 13px;
  bottom: 10px;
  font-style: normal;
  font-weight: lighter;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-weight: bold;
}
.swiper-button-prev:before {
  content: '\e80d';
}
.product-item:hover .swiper-button-prev,
.product-item:hover .swiper-button-next {
  opacity: 1;
  visibility: visible;
}
.rt-product--grid .product-item .rselements-product-list {
  text-align: left;
  padding-left: 0;
  padding-top: 20px;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.rt-product--grid .product-item .rselements-product-list .product-title {
  margin-bottom: 5px;
}
.rt-product--grid .product-item .rselements-product-list .product-title a {
  color: #777777 !important;
  text-align-last: left;
}
.rt-product--grid .product-item.product-style-two .rselements-product-list .price-n-cart {
  overflow: hidden;
  max-height: 30px;
}
.rt-product--grid .product-item.product-style-two .rselements-product-list .price-n-cart .product-btn {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  margin-top: 0 !important;
}
.rt-product--grid .product-item.product-style-two .rselements-product-list .price-n-cart .product-btn .added_to_cart {
  margin-left: 15px;
}
.rt-product--grid .product-item.product-style-two:hover .price-n-cart .product-price {
  opacity: 0;
  visibility: hidden;
}
.rt-product--grid .product-item.product-style-two:hover .price-n-cart .product-btn {
  transform: translateY(-42px);
  opacity: 1;
  visibility: visible;
}
.weiboo-home1-mailchimp .weiboo-mailchimp .mailchimp--box {
  display: flex;
  flex-wrap: wrap;
  max-width: 460px;
}
.weiboo-home1-mailchimp .weiboo-mailchimp .mailchimp--box .mailchimp--email {
  width: 60%;
  position: relative;
}
.weiboo-home1-mailchimp .weiboo-mailchimp .mailchimp--box .mailchimp--email:before {
  position: absolute;
  color: #040404;
  top: 16px;
  left: 30px;
  content: '\e816';
  font-family: "rt-icons";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
}
.weiboo-home1-mailchimp .weiboo-mailchimp .mailchimp--box .mailchimp--email input {
  width: 278px;
  height: 60px;
  margin: 0;
}
.weiboo-home1-mailchimp .weiboo-mailchimp .mailchimp--box .mailchimp--submit {
  max-width: 40%;
  position: relative;
}
.weiboo-home1-mailchimp .weiboo-mailchimp .mailchimp--box .mailchimp--submit:before {
  position: absolute;
  color: #fff;
  top: 16px;
  left: 128px;
  content: '\e80f';
  font-family: "rt-icons";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  z-index: 5;
}
.weiboo-home1-mailchimp .weiboo-mailchimp .mailchimp--box .mailchimp--submit input {
  width: 178px;
  height: 60px;
}
.weiboo-home2-mailchimp .weiboo-mailchimp .mailchimp--box {
  display: flex;
  flex-wrap: wrap;
  max-width: 576px;
}
.weiboo-home2-mailchimp .weiboo-mailchimp .mailchimp--box .mailchimp--email {
  width: 60%;
  width: 410px;
}
.weiboo-home2-mailchimp .weiboo-mailchimp .mailchimp--box .mailchimp--email input {
  height: 60px;
  margin: 0;
  border-radius: 6px 0px 0px 6px;
}
.weiboo-home2-mailchimp .weiboo-mailchimp .mailchimp--box .mailchimp--submit {
  max-width: 40%;
  position: relative;
}
.weiboo-home2-mailchimp .weiboo-mailchimp .mailchimp--box .mailchimp--submit:before {
  position: absolute;
  color: #fff;
  top: 16px;
  left: 30px;
  content: '\e816';
  font-family: "rt-icons";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  z-index: 5;
}
.weiboo-home2-mailchimp .weiboo-mailchimp .mailchimp--box .mailchimp--submit input {
  width: 166px;
  height: 60px;
}
.weiboo-home3-mailchimp .weiboo-mailchimp .mailchimp--box {
  display: flex;
  flex-wrap: wrap;
  max-width: 560px;
}
.weiboo-home3-mailchimp .weiboo-mailchimp .mailchimp--box .mailchimp--email {
  width: 60%;
  width: 380px;
}
.weiboo-home3-mailchimp .weiboo-mailchimp .mailchimp--box .mailchimp--email:before {
  position: absolute;
  color: #040404;
  top: 16px;
  left: 30px;
  content: '\e816';
  font-family: "rt-icons";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
}
.weiboo-home3-mailchimp .weiboo-mailchimp .mailchimp--box .mailchimp--email input {
  height: 60px;
  margin: 0;
  border-radius: 6px 0px 0px 6px;
}
.weiboo-home3-mailchimp .weiboo-mailchimp .mailchimp--box .mailchimp--submit {
  max-width: 40%;
  position: relative;
}
.weiboo-home3-mailchimp .weiboo-mailchimp .mailchimp--box .mailchimp--submit:before {
  position: absolute;
  color: #fff;
  top: 16px;
  left: 128px;
  content: '\e80f';
  font-family: "rt-icons";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  z-index: 5;
}
.weiboo-home3-mailchimp .weiboo-mailchimp .mailchimp--box .mailchimp--submit input {
  width: 180px;
  height: 60px;
}
.rt-line-height {
  line-height: 14px;
}
.product-filter-container .rt-isotop-dropdown {
  max-width: 182px;
  margin: 0 auto;
  height: 60px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
.product-filter-container .rt-isotop-dropdown span.level--filter {
  padding-right: 20px;
}
.product-filter-container .rt-isotop-dropdown .nice-select {
  min-width: 182px;
  border-radius: 0;
  height: 60px;
}
.product-filter-container .rt-isotop-dropdown .nice-select:after {
  border-color: #fff;
  right: 25px;
}
.product-filter-container .rt-isotop-dropdown select.filter-select {
  min-width: 182px;
}
.product-filter-container .rt-isotop-dropdown .filter-select {
  background: #ee403d;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  padding-left: 20px;
  border: 0;
  outline: 0;
}
.product-filter-container .rt-isotop-dropdown .filter-select span.current {
  background: none;
  display: inline-block;
  padding-top: 11px;
}
.product-filter-container .rt-isotop-dropdown .filter-select ul.list {
  min-width: 182px;
  background: #ee403d;
  border-radius: 0;
}
.product-filter-container .rt-isotop-dropdown .filter-select ul.list li {
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.product-filter-container .rt-isotop-dropdown .filter-select ul.list li.selected,
.product-filter-container .rt-isotop-dropdown .filter-select ul.list li:focus,
.product-filter-container .rt-isotop-dropdown .filter-select ul.list li:hover {
  background: #be3937;
  font-size: 16px;
  font-weight: 600;
}
.product-filter-container .rt-isotop-dropdown .filter-select:focus {
  border: 0;
  outline: 0;
}
.isotop-style1 .product-item .product-img .quick-wish {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
  width: 40px;
  opacity: 0;
  transition: all 0.5s;
}
.isotop-style1 .product-item .product-img .quick-wish .weiboo-quick,
.isotop-style1 .product-item .product-img .quick-wish .weiboo-wishlist {
  height: 40px;
  background: #fff;
  border-radius: 50%;
  padding-top: 7px;
  padding-left: 11px;
}
.isotop-style1 .product-item .product-img .quick-wish .weiboo-quick i,
.isotop-style1 .product-item .product-img .quick-wish .weiboo-wishlist i {
  color: #040404 !important;
  transition: all 0.5s;
}
.isotop-style1 .product-item .product-img .quick-wish .weiboo-quick i:hover,
.isotop-style1 .product-item .product-img .quick-wish .weiboo-wishlist i:hover {
  color: #999999;
}
.isotop-style1 .product-item .product-img .quick-wish .weiboo-wishlist {
  padding-top: 0px;
}
.isotop-style1 .product-item .product-img .quick-wish .weiboo-wishlist i {
  padding-top: 12px;
  padding-left: 1px;
}
.isotop-style1 .product-item .product-img .quick-wish .weiboo-wishlist .fa-heart-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.isotop-style1 .product-item .product-img .quick-wish .weiboo-wishlist .fa-heart-o:before {
  content: "\f004" !important;
}
.isotop-style1 .product-item .product-img .sale--box {
  width: 40px;
  height: 40px;
}
.isotop-style1 .product-item:hover .quick-wish {
  opacity: 1;
}
.isotop-style2 .p-2nd--image {
  width: 100%;
}
.isotop-style2 .product-item .product-img .sale--box {
  right: unset !important;
  left: 15px !important;
  top: 10px !important;
  background: none;
  height: auto !important;
}
.isotop-style2 .product-item .product-img .sale--box .hot,
.isotop-style2 .product-item .product-img .sale--box .new,
.isotop-style2 .product-item .product-img .sale--box .sale-rs {
  width: 47px;
  height: 22px;
  color: #fff;
  background: #72a398;
  font-size: 12px;
  font-weight: bold;
  border-radius: 4px;
  display: inline-block;
  padding: 0;
}
.isotop-style2 .product-item .product-img .sale--box .hot {
  background: #4b46b9;
}
.isotop-style2 .product-item .product-img .sale--box .sale-rs {
  background: #d83232;
  width: 47px !important;
  height: 22px !important;
  padding: 0 !important;
  position: static;
  min-height: 22px;
  line-height: 22px !important;
}
.isotop-style2 .product-item .product-img .quick-wish {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  width: 40px;
  opacity: 0;
  transition: all 0.5s;
}
.isotop-style2 .product-item .product-img .quick-wish .weiboo-quick,
.isotop-style2 .product-item .product-img .quick-wish .weiboo-wishlist {
  height: 40px;
  background: #fff;
  border-radius: 50%;
  padding-top: 7px;
  padding-left: 11px;
}
.isotop-style2 .product-item .product-img .quick-wish .weiboo-quick i,
.isotop-style2 .product-item .product-img .quick-wish .weiboo-wishlist i {
  color: #040404 !important;
  transition: all 0.5s;
}
.isotop-style2 .product-item .product-img .quick-wish .weiboo-quick i:hover,
.isotop-style2 .product-item .product-img .quick-wish .weiboo-wishlist i:hover {
  color: #999999;
}
.isotop-style2 .product-item .product-img .quick-wish .weiboo-wishlist {
  padding-top: 0px;
}
.isotop-style2 .product-item .product-img .quick-wish .weiboo-wishlist i {
  padding-top: 12px;
  padding-left: 1px;
}
.isotop-style2 .product-item .product-img .quick-wish .weiboo-wishlist .fa-heart-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.isotop-style2 .product-item .product-img .quick-wish .weiboo-wishlist .fa-heart-o:before {
  content: "\f004" !important;
}
.isotop-style2 .product-item .product-content .p-title a {
  font-size: 16px;
  font-weight: 600;
}
.isotop-style2 .product-item:hover .quick-wish {
  opacity: 1;
}
.isotop-style3 .product-img {
  overflow: hidden;
  position: relative;
}
.isotop-style3 .product-img .p-2nd--image {
  width: 100%;
  opacity: 0;
  position: absolute;
  transform: scale(1);
  transform: scale(0, 1) !important;
  overflow: hidden;
  height: auto;
  top: 0;
  left: 0;
  display: block;
  transition: all 0.6s;
  z-index: 2;
}
.isotop-style3 .product-img .quick-wish {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
  width: 46px;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}
.isotop-style3 .product-img .quick-wish .weiboo-quick,
.isotop-style3 .product-img .quick-wish .weiboo-wishlist {
  z-index: 15;
  height: 46px;
  background: #fff;
  border-radius: 50%;
  padding-top: 10px;
  padding-left: 14px;
}
.isotop-style3 .product-img .quick-wish .weiboo-quick i,
.isotop-style3 .product-img .quick-wish .weiboo-wishlist i {
  color: #040404 !important;
  transition: all 0.5s;
}
.isotop-style3 .product-img .quick-wish .weiboo-quick i:hover,
.isotop-style3 .product-img .quick-wish .weiboo-wishlist i:hover {
  color: #999999;
}
.isotop-style3 .product-img .quick-wish .weiboo-wishlist {
  padding-top: 0px;
}
.isotop-style3 .product-img .quick-wish .weiboo-wishlist i {
  padding-top: 15px;
  padding-left: 1px;
}
.isotop-style3 .product-img .quick-wish .weiboo-wishlist .fa-heart-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.isotop-style3 .product-img .quick-wish .weiboo-wishlist .fa-heart-o:before {
  content: "\f004" !important;
}
.isotop-style3 .product-img:hover .p-2nd--image {
  opacity: 1;
  transform: scale(1.1);
  transform: scale(1, 1) !important;
}
.isotop-style3 .sale--box {
  z-index: 3;
  position: absolute;
  right: 30px;
  top: 30px;
  height: unset !important;
  width: 56px !important;
  background: none !important;
}
.isotop-style3 .sale--box .hot,
.isotop-style3 .sale--box .new,
.isotop-style3 .sale--box .onsale {
  background: #fff;
  position: static;
  width: 46px !important;
  height: 46px !important;
  display: inline-block;
  line-height: 46px !important;
  font-size: 12px;
  font-weight: 600;
  color: #ee403d;
  margin-bottom: 5px !important;
  border-radius: 50%;
}
.isotop-style3 .sale--box .hot {
  color: #000;
}
.isotop-style3 .sale--box .new {
  color: #000;
}
.isotop-style3 .sale--box .onsale {
  background: #fff !important;
}
.isotop-style3 .rselements-product-list {
  padding-top: 10px !important;
}
.isotop-style3 .p-title a {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #000 !important;
}
.isotop-style3 .p-title a:hover {
  color: #ee403d;
}
.isotop-style3 .product-title {
  margin-bottom: 0;
  text-align: left;
}
.isotop-style3 .product-title a {
  font-size: 16px;
  font-weight: 400;
  color: #000 !important;
}
.isotop-style3 .product-title a:hover {
  color: #ee403d;
}
.isotop-style3 .price-html {
  display: block;
  text-align: left;
}
.isotop-style3 .price-html bdi {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.isotop-style3 .price-html ins {
  background: transparent;
}
.isotop-style3 .price-html del {
  color: #c4c4c4;
}
.isotop-style3 .price-html del bdi {
  color: #c4c4c4;
}
.isotop-style3 .star-box {
  padding-top: 35px !important;
  position: static !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.isotop-style3 .star-box .star-rating {
  width: unset !important;
  height: unset !important;
  line-height: unset !important;
}
.isotop-style3 .star-box .star-rating:before {
  display: none;
}
.isotop-style3 .star-box .star-rating i {
  color: #ee403d;
}
.isotop-style3 .add_to__cart .add_to_cart_button {
  font-size: 18px;
  padding-left: 25px !important;
}
.isotop-style3 .weiboo-grid .product-item .product-content .add_to__cart .add_to_cart_inline a.button.ajax_add_to_cart {
  font-size: 18px;
  padding-left: 25px !important;
}
.isotop-style3 .product-item {
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  position: relative;
}
.isotop-style3 .product-item:hover .product-img .quick-wish {
  opacity: 1;
  visibility: visible;
}
/* RT Slider CSS -----------------
-----------------------------*/
.rt--slider {
  position: relative;
}
.rt--slider .rt-slider-navigation {
  width: 100%;
  margin: 0 auto;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 0;
  margin-bottom: 45px;
  text-align: right;
  display: flex;
  flex-wrap: wrap;
  transform: translateY(-50%);
}
.rt--slider .rt-slider-navigation .rt-slider-next,
.rt--slider .rt-slider-navigation .rt-slider-prev {
  color: #B0B0B0;
  transition: all 0.5s;
  font-weight: bold;
  font-size: 14px;
  width: 50%;
}
.rt--slider .rt-slider-navigation .rt-slider-next i,
.rt--slider .rt-slider-navigation .rt-slider-prev i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  display: inline-block;
  border-radius: 100px;
  text-align: center;
  font-size: 16px;
  transition: all 0.5s;
  font-weight: bold;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0px 9px 18px #1810100d;
}
.rt--slider .rt-slider-navigation .rt-slider-next i:before,
.rt--slider .rt-slider-navigation .rt-slider-prev i:before {
  transition: all 0.5s;
  color: #000;
  font-weight: 700;
}
.rt--slider .rt-slider-navigation .rt-slider-next i:hover,
.rt--slider .rt-slider-navigation .rt-slider-prev i:hover {
  background: #df0a0a;
}
.rt--slider .rt-slider-navigation .rt-slider-next i:hover:before,
.rt--slider .rt-slider-navigation .rt-slider-prev i:hover:before {
  color: #fff;
}
.rt--slider .rt-slider-navigation .rt-slider-next {
  padding-right: 50px;
}
.rt--slider .rt-slider-navigation .rt-slider-prev {
  padding-left: 50px;
  text-align: left;
}
.rt--slider .rt-slider-navigation .rt-slider-prev i {
  text-align: center !important;
}
.rt--slider .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 0.9;
}
.rt--slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #EE403D;
}
.rt--slider .single--item .content--box .slider-title {
  color: #040404;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: -0.03em;
  font-weight: 700;
  margin: 0;
}
.rt--slider .single--item .content--box .slider-subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  margin-top: 11px;
  margin-bottom: 55px;
}
.rt--slider .single--item .content--box .slider-btn {
  display: inline-block;
  background: #83B735;
  color: #fff;
  padding: 15px 32px;
  border-radius: 3px;
  transition: all 0.5s;
  font-size: 16px;
  font-weight: bold;
}
.rt--slider .single--item .content--box .slider-btn:hover {
  background: #040404;
}
.rt--slider.slider-style5 .single--item .content--box {
  width: unset;
  max-width: unset;
  margin: unset;
}
.rt--slider.slider-style5 .rt-slider-navigation {
  top: 83%;
  width: 210px;
  right: -73%;
}
.rt--slider.slider-style2 .slider-subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  margin-top: 11px;
  margin-bottom: 10px !important;
}
.rt--slider.slider-style2 .rt-slider-navigation {
  margin: 0;
  position: absolute;
  top: 50%;
  right: 1%;
  left: unset;
  transform: translate(-50%, -50%);
  z-index: 260;
  width: 60px;
}
.rt--slider.slider-style2 .rt-slider-navigation .rt-slider-next,
.rt--slider.slider-style2 .rt-slider-navigation .rt-slider-prev {
  padding-left: 0 !important;
  width: 60px;
  height: 60px;
  border-radius: 6px 6px 0px 0px;
  background-color: #ffffff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  text-align: center;
  transition: all 0.5s;
}
.rt--slider.slider-style2 .rt-slider-navigation .rt-slider-next i,
.rt--slider.slider-style2 .rt-slider-navigation .rt-slider-prev i {
  border-radius: 6px 6px 0px 0px;
}
.rt--slider.slider-style2 .rt-slider-navigation .rt-slider-next:hover i,
.rt--slider.slider-style2 .rt-slider-navigation .rt-slider-prev:hover i {
  background: #ffbd27;
}
.rt--slider.slider-style2 .rt-slider-navigation .rt-slider-next {
  border-radius: 0px 0px 6px 6px;
}
.rt--slider.slider-style2 .rt-slider-navigation .rt-slider-next i {
  border-radius: 0px 0px 6px 6px;
}
.rt--slider.slider-style2 .single--item {
  position: relative;
  padding: 50px 50px 30px 50px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #E9ECF1;
}
.rt--slider.slider-style2 .single--item .content--box {
  display: flex;
  align-items: center;
}
.rt--slider.slider-style2 .single--item .content--box .slider-subtitle {
  margin: 0;
}
.rt--slider.slider-style2 .single--item .content--box .slider-title {
  font-size: 20px;
  font-weight: 700;
  color: #031424;
  line-height: 29px;
}
.rt--slider.slider-style2 .single--item .content--box .slider-btn {
  margin-top: 40px;
}
.rt--slider.slider-style2 .single--item .description {
  margin-left: 30px;
}
.rt--slider.slider-style2 .single--item .review-body .desc {
  margin: 30px 0;
  border-bottom: 2px solid #E9ECF1;
  padding-bottom: 5px;
}
.rt--slider.slider-style2 .single--item .review-body .star-rating .star {
  position: relative;
  color: #df0a0a;
  display: inline-block;
  font-family: rt-icons;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  height: 16px;
  line-height: 27px;
  text-align: center;
  text-decoration: inherit;
  vertical-align: top;
  width: 26px;
}
.rt--slider.slider-style2 .single--item .banner-image {
  position: relative;
}
.rt--slider.slider-style2 .single--item .banner-image .quote {
  position: absolute;
  top: 0px;
  right: -17px;
  top: 16px;
}
.rt--slider.slider-style2 .single--item .review-end {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rt--slider .star-rating .star-full:before {
  content: '\e821';
  position: absolute;
  left: 0;
  top: 0;
}
.rt--slider .star-rating .star-half:before {
  content: '\e82a';
  position: absolute;
  left: 0;
  top: 0;
}
.rt--slider .star-rating .star-empty:before {
  content: '\e82b';
  position: absolute;
  left: 0;
  top: 0;
}
.rt--slider.slider-style4 {
  position: relative;
}
.rt--slider.slider-style4 .swiper-wrapper .swiper-slide .single--item {
  border-radius: 10px;
  min-height: 570px;
  padding-left: 85px;
}
.rt--slider.slider-style4 .swiper-wrapper .swiper-slide .single--item .slider-subtitle {
  background: #fff;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 15px;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 50px;
}
.rt--slider.slider-style4 .swiper-wrapper .swiper-slide .single--item .slider-subtitle img {
  display: inline-block;
  padding-bottom: 5px;
  padding-right: 5px;
}
.rt--slider.slider-style4 .swiper-wrapper .swiper-slide .single--item .slider-title {
  font-weight: 600;
  font-size: 50px;
  color: #000;
  text-transform: uppercase;
  line-height: 60px;
}
.rt--slider.slider-style4 .swiper-wrapper .swiper-slide .single--item .slider-description {
  color: #777777;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 50px;
}
.rt--slider.slider-style4 .swiper-wrapper .swiper-slide .single--item .slider-btn {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  background: transparent;
  text-transform: uppercase;
  text-decoration: underline !important;
  padding: 0;
  transition: all 0.6s;
}
.rt--slider.slider-style4 .swiper-wrapper .swiper-slide .single--item .slider-btn:hover {
  color: #777777;
}
.rt--slider.slider-style4 .swiper-wrapper .swiper-slide .single--item .content--box {
  z-index: 10;
}
.rt--slider.slider-style4 .rt-slider-navigation {
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
}
.rt--slider.slider-style4 .rt-slider-navigation .rt-slider-next,
.rt--slider.slider-style4 .rt-slider-navigation .rt-slider-prev {
  width: 150px;
}
.rt--slider.slider-style4 .rt-slider-navigation .rt-slider-next i:hover,
.rt--slider.slider-style4 .rt-slider-navigation .rt-slider-prev i:hover {
  background: #ee403d;
}
.rt--slider.slider-style4 .rt-slider-navigation .rt-slider-prev {
  padding-left: 15px;
}
.rt--slider.slider-style4 .rt-slider-navigation .rt-slider-next {
  padding-right: 15px;
}
.rt--slider.slider-style4:hover .rt-slider-navigation {
  opacity: 1;
  visibility: visible;
}
.rt--slider.slider-style3 {
  position: relative;
}
.rt--slider.slider-style3 .rt-slider-navigation3 .rt-slider-next,
.rt--slider.slider-style3 .rt-slider-navigation3 .rt-slider-prev {
  z-index: 25 !important;
  width: 10px;
  position: absolute;
  left: 50px;
  top: -2px;
  opacity: 0;
  transition: all 0.5s;
}
.rt--slider.slider-style3 .rt-slider-navigation3 .rt-slider-next i,
.rt--slider.slider-style3 .rt-slider-navigation3 .rt-slider-prev i {
  background: transparent;
}
.rt--slider.slider-style3 .rt-slider-navigation3 .rt-slider-next i:before,
.rt--slider.slider-style3 .rt-slider-navigation3 .rt-slider-prev i:before {
  color: #fff;
}
.rt--slider.slider-style3 .rt-slider-navigation3 .rt-slider-next {
  left: unset;
  right: 50px;
}
.rt--slider.slider-style3 .single--item {
  min-height: unset;
}
.rt--slider.slider-style3 .single--item .content--box .slider-subtitle {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
.rt--slider.slider-style3 .single--item .content--box .slider-subtitle a {
  z-index: 15 !important;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding: 0;
  background: transparent;
}
.rt--slider.slider-style3 .single--item .content--box .slider-subtitle a:hover {
  text-decoration: underline !important;
}
.rt--slider.slider-style3:hover .rt-slider-next,
.rt--slider.slider-style3:hover .rt-slider-prev {
  opacity: 1;
}
/* RT Image Card -----------------
-----------------------------*/
.rt-image--card .shop-now-box {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.rt-image--card .shop-now-box img {
  transition: all 0.5s;
}
.rt-image--card .shop-now-box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  z-index: 1;
  transition: all 0.5s;
}
.rt-image--card .shop-now-box:hover img {
  transform: scale(110%);
}
.rt-image--card .shop-now-box:hover:before {
  opacity: 40%;
}
.rt-image--card .shop-now-box .contents {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.rt-image--card .shop-now-box .contents .collection-text {
  font-size: 12px;
  line-height: 16px;
  color: #000;
}
.rt-image--card .shop-now-box .contents .title {
  font-size: 30px;
  line-height: 39px;
  color: #fff;
  margin-bottom: 45px;
}
@media (max-width: 1200px) {
  .rt-image--card .shop-now-box {
    width: 100%;
  }
  .rt-image--card .shop-now-box .picture {
    width: 100%;
  }
  .rt-image--card .shop-now-box .picture img {
    width: 100%;
  }
}
.rt-image--card .shop-now-box.shop-now-box2 {
  position: relative;
}
.rt-image--card .shop-now-box.shop-now-box2 .collection-text {
  text-align: center;
  color: #040404;
  font-size: 12px;
  font-weight: bold;
  min-width: 200px;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 15px 20px;
  border-radius: 7px;
  z-index: 2;
}
.rt-image--card .shop-now-box.shop-now-box2 .contents .title {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -0.02em;
}
.rt-image--card .shop-now-box.shop-now-box2 .contents .shop-now-btn {
  color: #040404;
  font-size: 14px;
  font-weight: bold;
  background: #fff;
  padding: 7px 17px;
  border-radius: 6px;
  transition: all 0.5s;
}
.rt-image--card .shop-now-box.shop-now-box2 .contents .shop-now-btn:hover {
  color: #fff;
  background: #83B735;
}
.rt-image--card.card-style-6 .shop-now-box2 {
  width: 100%;
}
.rt-image--card.card-style-6 .shop-now-box2:before {
  display: none;
}
.rt-image--card.card-style-6 .shop-now-box2 .contents {
  top: 63%;
  left: 88%;
  text-align: left;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .rt-image--card.card-style-6 .shop-now-box .picture img {
    max-width: 39%;
  }
  .rt-image--card.card-style-6 .shop-now-box2 .contents {
    top: 63%;
    left: 95%;
    text-align: left;
    align-items: baseline;
  }
  .rt-image--card.card-style-6 .shop-now-box.shop-now-box2 .contents .title {
    margin-bottom: 0;
  }
}
.reactheme-blog-grid .image-part.yes:hover img {
  filter: grayscale(100%);
}
.reactheme-blog-grid.blog--style1 .blog-meta {
  list-style: none;
  margin: 0;
  display: flex;
}
.reactheme-blog-grid.blog--style1 .blog-meta li {
  margin-right: 15px;
}
.reactheme-blog-grid.blog--style1 .blog-item.reactheme-blog-grid1 {
  background: #fff;
  border-radius: 15px;
  padding: 40px;
  box-shadow: 0px 2px 20px rgba(24, 16, 16, 0.09);
}
.reactheme-blog-grid.blog--style1 .blog-item.reactheme-blog-grid1 img {
  border-radius: 15px;
}
.reactheme-blog-grid.blog--style1 .blog-item .blog-content-main .title {
  padding-bottom: 15px;
  border-bottom: 1px solid #E8E8E8;
}
.reactheme-blog-grid.blog--style1 .btn-part:hover .readon-arrow {
  text-decoration: underline !important;
}
.reactheme-blog-grid.blog--style1 .meta--divider {
  color: #E1E1E1;
}
.reactheme-blog-grid.blog--style1 .cat_list {
  position: static;
  display: inline-block;
}
.reactheme-blog-grid.blog--style1 .cat_list a {
  position: static !important;
}
.reactheme-blog-grid.blog--style4 .image-part {
  overflow: visible !important;
  position: relative;
}
.reactheme-blog-grid.blog--style4 .image-part a img {
  border-radius: 7px 7px 0 0 !important;
}
.reactheme-blog-grid.blog--style4 .image-part .meta-info {
  background: #1c2539;
  display: flex;
  padding: 7px 30px;
}
.reactheme-blog-grid.blog--style4 .image-part .meta-info ul {
  margin: 0;
}
.reactheme-blog-grid.blog--style4 .image-part .meta-info ul,
.reactheme-blog-grid.blog--style4 .image-part .meta-info li {
  list-style: none;
}
.reactheme-blog-grid.blog--style4 .image-part .meta-info .author-info {
  margin-right: 25px;
  color: #fff;
}
.reactheme-blog-grid.blog--style4 .image-part .meta-info .author-info i {
  padding-right: 8px;
}
.reactheme-blog-grid.blog--style4 .image-part .date-full {
  top: unset !important;
  bottom: 20px;
  background: #fff !important;
  padding: 10px 20px !important;
  text-align: center;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  z-index: 15;
  position: absolute;
  right: 0;
  border-radius: 15px;
  font-family: 'Red Hat Display', sans-serif;
}
.reactheme-blog-grid.blog--style4 .image-part .date-full .day {
  color: #df0a0a;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.reactheme-blog-grid.blog--style4 .image-part .date-full .month {
  color: #df0a0a;
  font-size: 14px;
  font-weight: 400;
}
.reactheme-blog-grid.blog--style4 .blog-meta i {
  color: #fff;
  margin-right: 7px;
}
.reactheme-blog-grid.blog--style4 .blog-content {
  padding: 30px !important;
  padding-top: 30px !important;
  border: 1px solid #EBEBEB;
  border-top: 0px solid #000;
  border-radius: 0 0 7px 7px;
}
.reactheme-blog-grid.blog--style4 .blog-content:after,
.reactheme-blog-grid.blog--style4 .blog-content:before {
  content: none !important;
}
.reactheme-blog-grid.blog--style4 .blog-content .title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 0;
}
.reactheme-blog-grid.blog--style4 .blog-content .title a {
  color: #1c2539;
}
.reactheme-blog-grid.blog--style4 .blog-content .title a:hover {
  color: #df0a0a;
}
.reactheme-blog-grid.blog--style3 .blog-inner .image-part {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  margin: 0 30px;
  z-index: 2;
}
.reactheme-blog-grid.blog--style3 .blog-inner .image-part img {
  transition: 0.3s;
}
.reactheme-blog-grid.blog--style3 .blog-inner .image-part img:hover {
  transform: scale(1.1);
}
.reactheme-blog-grid.blog--style3 .blog-inner .image-part.yes img:hover {
  filter: grayscale(1);
}
.reactheme-blog-grid.blog--style3 .blog-inner .image-part .cat_list {
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
  background: #df0a0a;
  font-size: 16px;
}
.reactheme-blog-grid.blog--style3 .blog-inner .image-part .cat_list ul {
  list-style: none;
  margin: 0;
}
.reactheme-blog-grid.blog--style3 .blog-inner .image-part .cat_list ul li a {
  padding: 7px 24px;
  display: inline-block;
}
.reactheme-blog-grid.blog--style3 .blog-content {
  position: relative;
  margin-top: -30px;
  z-index: 1;
}
.reactheme-blog-grid.blog--style3 .blog-content .blog-meta {
  margin: 0;
  background: #F6F6F6;
  border-radius: 10px 10px 0 0;
  padding: 50px 33px 20px 33px;
  display: flex;
  align-items: center;
}
.reactheme-blog-grid.blog--style3 .blog-content .blog-meta li {
  list-style: none;
  margin-right: 20px;
}
.reactheme-blog-grid.blog--style3 .blog-content .blog-meta li:last-child {
  margin-right: 0;
}
.reactheme-blog-grid.blog--style3 .blog-content .bottom-part {
  padding: 30px 32px 32px 32px;
  box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.05);
  border-radius: 0px 0px 10px 10px;
}
@media (max-width: 1199px) {
  .reactheme-blog-grid.blog--style1 .row .grid-item:nth-child(3n-2) {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .reactheme-blog-grid.blog--style1 .row .grid-item:nth-child(3n-1) {
    padding-right: 12px !important;
    padding-left: 12px !important;
    position: relative;
  }
  .reactheme-blog-grid.blog--style1 .row .grid-item:nth-child(3n-1):before {
    content: none !important;
  }
  .reactheme-blog-grid.blog--style1 .row .grid-item:nth-child(3n-1):after {
    content: none !important;
  }
  .reactheme-blog-grid.blog--style1 .row .grid-item:nth-child(3n-0) {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}
@media (max-width: 880px) {
  .reactheme-blog-grid.blog--style4 .row .grid-item .blog-content {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.elementor-widget-react-paragraph-quote .description {
  display: flex;
  align-items: center;
  justify-content: center;
}
.elementor-widget-react-paragraph-quote .description a:hover {
  text-decoration: underline !important;
}
.swiper.pslider-style3 {
  position: relative;
}
.swiper.pslider-style3 .rt-slider-navigation {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  z-index: 260;
}
.swiper.pslider-style3 .rt-slider-navigation .rt-slider-next,
.swiper.pslider-style3 .rt-slider-navigation .rt-slider-prev {
  width: 60px;
  height: 60px;
  border-radius: 6px 6px 0px 0px;
  background-color: #ffffff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  text-align: center;
  transition: all 0.5s;
}
.swiper.pslider-style3 .rt-slider-navigation .rt-slider-next i,
.swiper.pslider-style3 .rt-slider-navigation .rt-slider-prev i {
  padding-top: 25px;
}
.swiper.pslider-style3 .rt-slider-navigation .rt-slider-next:hover,
.swiper.pslider-style3 .rt-slider-navigation .rt-slider-prev:hover {
  background: #985034;
}
.swiper.pslider-style3 .rt-slider-navigation .rt-slider-next:hover i,
.swiper.pslider-style3 .rt-slider-navigation .rt-slider-prev:hover i {
  color: #fff;
}
.swiper.pslider-style3 .rt-slider-navigation .rt-slider-next {
  border-radius: 0px 0px 6px 6px;
}
.swiper.pslider-style3 .rt-slider-navigation .rt-slider-next i {
  display: inline-block;
  padding-top: 10px;
}
.swiper.pslider-style3 .pslider-wrap {
  background-repeat: no-repeat;
  background-position: center right;
}
.swiper.pslider-style3 .pslider-wrap .product-image-position img {
  position: relative;
  left: 60px;
}
.swiper.pslider-style3 .pslider-wrap .pslider-row {
  max-width: 1440px;
  margin: 0 auto;
  min-height: 775px;
  align-items: center;
}
.swiper.pslider-style3 .pslider-wrap .pslider-row .pslider-content {
  display: flex;
  align-items: center;
}
.swiper.pslider-style3 .pslider-wrap .pslider-row .pslider-content .pslide-content-box .p-subtitle {
  font-size: 14px;
  font-weight: bold;
  color: #72a398;
  background: #fff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  display: inline-block;
  padding: 1px 20px;
  border-radius: 5px;
}
.swiper.pslider-style3 .pslider-wrap .pslider-row .pslider-content .pslide-content-box .p-title {
  color: #040404;
  font-weight: bold;
  font-size: 80px;
  line-height: 1.1;
  margin: 0;
  margin-bottom: 35px;
}
.swiper.pslider-style3 .pslider-wrap .pslider-row .pslider-content .pslide-content-box .rating-btn .p-btn {
  font-size: 16px;
  font-weight: bold;
  background: #fff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  display: inline-block;
  padding: 15px 40px;
  border-radius: 5px;
  color: #040404;
  border-radius: 6px;
  transition: all 0.5s;
  border: 1px solid transparent;
}
.swiper.pslider-style3 .pslider-wrap .pslider-row .pslider-content .pslide-content-box .rating-btn .p-btn i {
  color: #72a398;
  font-size: 16px;
}
.swiper.pslider-style3 .pslider-wrap .pslider-row .pslider-content .pslide-content-box .rating-btn .p-btn:hover {
  box-shadow: none;
  border: 1px solid #72a398;
}
.swiper.pslider-style3 .pslider-wrap .pslider-row .pslider-content .pslide-content-box .rating-btn .ratings {
  margin-left: 30px;
}
.swiper.pslider-style3 .pslider-wrap .pslider-row .pslider-content .pslide-content-box .rating-btn .ratings .star-rating i {
  color: #ffa800;
  font-size: 14px;
}
.swiper.pslider-style3 .pslider-wrap .pslider-row .pslider-content .pslide-content-box .rating-btn .ratings .review-count {
  font-size: 16px;
  color: #777777;
}
.swiper.pslider-style3 .pslider-wrap .pslider-row .pslider-content .pslide-content-box .rating-btn .ratings .review-count span {
  color: #040404;
  font-weight: bold;
}
.rt-pcat-grid .product-item:nth-child(2) .pcat-single {
  background: #eeede9;
}
.rt-pcat-grid .product-item:nth-child(2) .pcat-single .pcat-count {
  color: #4b46b9;
}
.rt-pcat-grid .product-item .pcat-single {
  background: #f1f6f5;
  height: 560px;
  padding: 60px;
  position: relative;
  transition: all 0.6s;
}
.rt-pcat-grid .product-item .pcat-single .pcat-info .icon-image {
  max-width: unset;
  width: unset;
}
.rt-pcat-grid .product-item .pcat-single .pcat-info .pcat-title {
  margin-top: 40px;
  margin-bottom: 0;
}
.rt-pcat-grid .product-item .pcat-single .pcat-info .pcat-title a {
  color: #040404;
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
}
.rt-pcat-grid .product-item .pcat-single .pcat-info .pcat-count {
  margin: 0;
  position: absolute;
  left: 60px;
  bottom: 60px;
  color: #72a398;
  font-size: 14px;
  font-weight: bold;
}
.rt-pcat-grid .product-item .pcat-single .pcat-info .cta-btn {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #72a398;
  background: #fff;
  padding: 15px 35px;
  padding: 15px 0;
  width: 200px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  z-index: 10;
  transition: all 0.6s;
  opacity: 0;
  visibility: hidden;
}
.rt-pcat-grid .product-item .pcat-single .pcat-info .cta-btn:hover {
  background: transparent;
  color: transparent !important;
}
.rt-pcat-grid .product-item .pcat-single .pcat-info .cta-btn-hover {
  color: #fff;
  background: #72a398;
  z-index: 4;
}
.rt-pcat-grid .product-item .pcat-single .pcat-img .cat-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s;
}
.rt-pcat-grid .product-item .pcat-single:hover {
  background: transparent;
}
.rt-pcat-grid .product-item .pcat-single:hover .pcat-info .cta-btn {
  visibility: visible;
  opacity: 1;
}
.rt-pcat-grid .product-item .pcat-single:hover .pcat-img .cat-image {
  visibility: visible;
  opacity: 1;
}
.pslider-style4 .rt-slider-navigation {
  text-align: right;
  padding-right: 240px;
  padding-bottom: 75px;
}
.pslider-style4 .rt-slider-navigation .rt-slider-prev,
.pslider-style4 .rt-slider-navigation .rt-slider-next {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  text-align: right;
  color: #fff;
  background: #523c2d;
  padding: 11px 20px;
  padding-left: 15px;
  padding-right: 25px;
  margin-left: 20px;
  border-radius: 6px;
  transition: all 0.6s;
}
.pslider-style4 .rt-slider-navigation .rt-slider-prev:hover,
.pslider-style4 .rt-slider-navigation .rt-slider-next:hover {
  background: #fff;
  color: #040404;
}
.pslider-style4 .rt-slider-navigation .rt-slider-next {
  padding-left: 25px;
  padding-right: 15px;
}
.pslider-style4 .product-item .product-img {
  position: relative;
}
.pslider-style4 .product-item .product-img .sale--box {
  position: absolute;
  right: unset !important;
  left: 15px !important;
  top: 10px !important;
  background: none;
  height: auto !important;
  width: 50px;
}
.pslider-style4 .product-item .product-img .sale--box .hot,
.pslider-style4 .product-item .product-img .sale--box .new,
.pslider-style4 .product-item .product-img .sale--box .sale-rs {
  position: static;
  width: 47px;
  height: 22px;
  color: #fff !important;
  background: #72a398 !important;
  font-size: 12px;
  font-weight: bold;
  border-radius: 4px;
  display: inline-block;
  padding: 0;
  line-height: 22px;
}
.pslider-style4 .product-item .product-img .sale--box .hot {
  background: #4b46b9 !important;
}
.pslider-style4 .product-item .product-img .sale--box .sale-rs {
  background: #d83232 !important;
  width: 47px !important;
  height: 22px !important;
  padding: 0 !important;
  position: static;
  min-height: 22px;
  line-height: 22px !important;
}
.pslider-style4 .product-item .rselements-product-list .price--cart {
  overflow: hidden;
  max-height: 30px;
}
.pslider-style4 .product-item .rselements-product-list .price--cart .product-price {
  transition: all 0.6s;
}
.pslider-style4 .product-item .rselements-product-list .price--cart .product-btn {
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  font-size: 14px;
  font-weight: bold;
}
.pslider-style4 .product-item:hover .product-price {
  visibility: hidden;
  opacity: 0;
}
.pslider-style4 .product-item:hover .product-btn {
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(-50px) !important;
}
.pslider-style5 .swiper-pagination .swiper-pagination-bullet {
  background: #0070dc;
}
.pslider-style5 .rt-slider-navigation {
  text-align: right;
  padding-right: 240px;
  padding-bottom: 75px;
}
.pslider-style5 .rt-slider-navigation .rt-slider-prev,
.pslider-style5 .rt-slider-navigation .rt-slider-next {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  text-align: right;
  color: #fff;
  background: #523c2d;
  padding: 11px 20px;
  padding-left: 15px;
  padding-right: 25px;
  margin-left: 20px;
  border-radius: 6px;
  transition: all 0.6s;
}
.pslider-style5 .rt-slider-navigation .rt-slider-prev:hover,
.pslider-style5 .rt-slider-navigation .rt-slider-next:hover {
  background: #fff;
  color: #040404;
}
.pslider-style5 .rt-slider-navigation .rt-slider-next {
  padding-left: 25px;
  padding-right: 15px;
}
.pslider-style5 .product-item {
  border: 1px solid #eeeeee;
  padding-top: 30px !important;
}
.pslider-style5 .product-item .product-img {
  position: relative;
}
.pslider-style5 .product-item .product-img .sale--box {
  position: absolute;
  right: 15px !important;
  top: 10px !important;
  background: none;
  height: auto !important;
  width: 50px;
}
.pslider-style5 .product-item .product-img .sale--box .hot,
.pslider-style5 .product-item .product-img .sale--box .new,
.pslider-style5 .product-item .product-img .sale--box .sale-rs {
  position: static;
  width: 47px;
  height: 22px;
  color: #fff !important;
  background: #72a398 !important;
  font-size: 12px;
  font-weight: bold;
  border-radius: 4px;
  display: inline-block;
  padding: 0;
  line-height: 22px;
}
.pslider-style5 .product-item .product-img .sale--box .hot {
  background: #4b46b9 !important;
}
.pslider-style5 .product-item .product-img .sale--box .sale-rs {
  background: #d83232 !important;
  width: 47px !important;
  height: 22px !important;
  padding: 0 !important;
  position: static;
  min-height: 22px;
  line-height: 22px !important;
}
.pslider-style5 .product-item .rselements-product-list {
  text-align: left;
}
.pslider-style5 .product-item .rselements-product-list .product_cats a {
  font-size: 12px;
  color: #777777 !important;
}
.pslider-style5 .product-item .rselements-product-list .price--cart {
  overflow: hidden;
  max-height: 30px;
}
.pslider-style5 .product-item .rselements-product-list .price--cart .product-price {
  transition: all 0.6s;
}
.pslider-style5 .product-item .rselements-product-list .price--cart .product-btn {
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  font-size: 14px;
  font-weight: bold;
}
.pslider-style5 .product-item .rselements-product-list .price--cart .product-btn a {
  position: relative;
}
.pslider-style5 .product-item .rselements-product-list .price--cart .product-btn a:before {
  content: '\e81e';
  font-family: "rt-icons";
  padding-right: 10px !important;
  color: #0070DC;
  position: absolute;
  left: 0;
  bottom: 14px;
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pslider-style5 .product-item:hover .product-price {
  visibility: hidden;
  opacity: 0;
}
.pslider-style5 .product-item:hover .product-btn {
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(-50px) !important;
}
.rt--pslider.pslider-style6 .product-img {
  overflow: hidden;
  position: relative;
}
.rt--pslider.pslider-style6 .product-img .p-2nd--image {
  width: 100%;
  opacity: 0;
  position: absolute;
  transform: scale(0, 1);
  transform: scale(1);
  overflow: hidden;
  height: auto;
  top: 0;
  left: 0;
  display: block;
  transition: all 0.6s;
  z-index: 2;
}
.rt--pslider.pslider-style6 .product-img:hover .p-2nd--image {
  opacity: 1;
  transform: scale(1.1);
}
.rt--pslider.pslider-style6 .quick-action-btns {
  z-index: 3;
  position: absolute;
  left: 15px;
  top: 15px;
  background: #fff;
  width: 46px;
  height: 46px;
  padding-top: 10px;
  padding-bottom: 25px;
  border-radius: 100px;
  transition: all 0.4s;
}
.rt--pslider.pslider-style6 .quick-action-btns .cta-single {
  padding-left: 11px;
  width: 46px;
}
.rt--pslider.pslider-style6 .quick-action-btns .cta-single i {
  cursor: pointer;
  color: #000;
  font-size: 16px !important;
}
.rt--pslider.pslider-style6 .quick-action-btns .cta-single i:before,
.rt--pslider.pslider-style6 .quick-action-btns .cta-single i:after {
  color: #000;
  font-size: 16px !important;
}
.rt--pslider.pslider-style6 .quick-action-btns .cta-single i:hover {
  color: #ee403d;
}
.rt--pslider.pslider-style6 .quick-action-btns .cta-single i:hover:before,
.rt--pslider.pslider-style6 .quick-action-btns .cta-single i:hover:after {
  color: #ee403d;
}
.rt--pslider.pslider-style6 .quick-action-btns .cta-single span {
  position: static;
}
.rt--pslider.pslider-style6 .quick-action-btns .cta-single.cta-quickview {
  padding-left: 13px;
  padding-top: 8px;
}
.rt--pslider.pslider-style6 .quick-action-btns .cta-single.cta-wishlist {
  padding-left: 14px;
}
.rt--pslider.pslider-style6 .quick-action-btns .cta-single.cta-wishlist .yith-wcwl-add-to-wishlist {
  margin-top: 0;
  margin-bottom: -3px;
}
.rt--pslider.pslider-style6 .quick-action-btns .cta-single.product-btn {
  padding-left: 10px;
}
.rt--pslider.pslider-style6 .quick-action-btns .cta-single.product-btn,
.rt--pslider.pslider-style6 .quick-action-btns .cta-single.cta-wishlist,
.rt--pslider.pslider-style6 .quick-action-btns .cta-single.cta-quickview {
  transition: all 0.7s;
  opacity: 0;
  visibility: hidden;
}
.rt--pslider.pslider-style6 .quick-action-btns .fa-heart-o:before {
  font-weight: 400;
  content: "\f004" !important;
}
.rt--pslider.pslider-style6 .quick-action-btns .cta-wishlist span {
  background: transparent;
}
.rt--pslider.pslider-style6 .quick-action-btns .cart-icon-instedof-text a.added_to_cart {
  font-size: 0;
}
.rt--pslider.pslider-style6 .quick-action-btns .cart-icon-instedof-text a.added_to_cart:after {
  color: #000;
  z-index: 25;
  font-size: 18px;
  content: '\e827';
  font-family: "rt-icons";
  display: inline-block;
  line-height: 1em;
}
.rt--pslider.pslider-style6 .quick-action-btns:hover {
  height: 175px;
}
.rt--pslider.pslider-style6 .quick-action-btns:hover .cta-single.product-btn,
.rt--pslider.pslider-style6 .quick-action-btns:hover .cta-single.cta-wishlist,
.rt--pslider.pslider-style6 .quick-action-btns:hover .cta-single.cta-quickview {
  opacity: 1;
  visibility: visible;
}
.rt--pslider.pslider-style6 .sale--box {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 46px;
  z-index: 3;
}
.rt--pslider.pslider-style6 .sale--box .hot,
.rt--pslider.pslider-style6 .sale--box .new,
.rt--pslider.pslider-style6 .sale--box .onsale {
  background: #fff;
  position: static;
  width: 46px;
  height: 46px;
  display: inline-block;
  line-height: 46px;
  font-size: 12px;
  font-weight: 600;
  color: #ee403d;
  margin-bottom: 5px;
}
.rt--pslider.pslider-style6 .sale--box .hot {
  color: #000;
}
.rt--pslider.pslider-style6 .sale--box .new {
  color: #000;
}
.rt--pslider.pslider-style6 .rselements-product-list {
  padding-left: 0;
  border: none;
  padding-top: 20px;
}
.rt--pslider.pslider-style6 .product-title {
  margin-bottom: 0;
  text-align: left;
}
.rt--pslider.pslider-style6 .product-title a {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.rt--pslider.pslider-style6 .product-title a:hover {
  color: #ee403d;
}
.rt--pslider.pslider-style6 .product-price {
  display: block;
  text-align: left;
  font-size: 20px;
}
.rt--pslider.pslider-style6 .product-price bdi {
  font-weight: 500;
  color: #000;
}
.rt--pslider.pslider-style6 .product-price ins {
  background: transparent;
}
.rt--pslider.pslider-style6 .product-price del {
  color: #c4c4c4;
}
.rt--pslider.pslider-style6 .product-price del bdi {
  color: #c4c4c4;
}
.rt--pslider.pslider-style6 .swiper-pagination {
  bottom: -10px !important;
  overflow: visible;
}
.rt--pslider.pslider-style6 .swiper-pagination .swiper-pagination-bullet {
  width: 20% !important;
  height: 4px !important;
  border-radius: 0 !important;
  position: static !important;
  background: #f4f4f4 !important;
  background: #e3e3e3 !important;
  opacity: 1 !important;
}
.rt--pslider.pslider-style6 .swiper-pagination .swiper-pagination-bullet-active {
  background: #bfbfbf !important;
}
.rt--pslider.pslider-style6 .product-item .product-inner {
  max-width: 338px;
  margin: 0 auto;
}
.rt--pslider.pslider-style7 .star-box .star-rating {
  text-align: left;
}
.rt--pslider.pslider-style7 .star-box .star-rating i {
  color: #ee403d;
}
.right-in-rt--pslider .rt--pslider.pslider-style6 &gt; .swiper-pagination {
  display: none;
  bottom: 0 !important;
}
.right-in-rt--pslider .rt--pslider.pslider-style6 &gt; .swiper-pagination .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
}
.slider-pagi-height-fix {
  height: 10px;
}
.h3-heading-sub1 .sub-text {
  background: #fff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  padding: 1px 4px;
  max-width: 100px;
  margin: 0 auto !important;
  height: 26px;
  line-height: 26px !important;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 20px !important;
}
.h3-heading-sub2 .sub-text {
  background: #4e3829;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  padding: 1px 4px;
  max-width: 115px;
  height: 27px;
  line-height: 27px !important;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 20px !important;
}
.swiper.pslider-style5 {
  position: relative;
}
.swiper.pslider-style5 .rt-slider-navigation {
  margin: 0;
  position: absolute;
  top: 50%;
  right: 1%;
  transform: translate(-50%, -50%);
  z-index: 10;
  z-index: 260;
}
.swiper.pslider-style5 .rt-slider-navigation .rt-slider-next,
.swiper.pslider-style5 .rt-slider-navigation .rt-slider-prev {
  width: 60px;
  height: 60px;
  border-radius: 6px 6px 0px 0px;
  background-color: #ffffff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  text-align: center;
  transition: all 0.5s;
}
.swiper.pslider-style5 .rt-slider-navigation .rt-slider-next i,
.swiper.pslider-style5 .rt-slider-navigation .rt-slider-prev i {
  padding-top: 25px;
}
.swiper.pslider-style5 .rt-slider-navigation .rt-slider-next:hover,
.swiper.pslider-style5 .rt-slider-navigation .rt-slider-prev:hover {
  background: #985034;
}
.swiper.pslider-style5 .rt-slider-navigation .rt-slider-next:hover i,
.swiper.pslider-style5 .rt-slider-navigation .rt-slider-prev:hover i {
  color: #fff;
}
.swiper.pslider-style5 .rt-slider-navigation .rt-slider-next {
  border-radius: 0px 0px 6px 6px;
}
.swiper.pslider-style5 .rt-slider-navigation .rt-slider-next i {
  display: inline-block;
  padding-top: 10px;
}
.swiper.pslider-style5 .pslider-wrap .pslider-row {
  max-width: 1440px;
  margin: 0 auto;
  min-height: 775px;
}
.swiper.pslider-style5 .pslider-wrap .pslider-row .pslider-content {
  display: flex;
  align-items: center;
}
.swiper.pslider-style5 .pslider-wrap .pslider-row .pslider-content .pslide-content-box .p-subtitle {
  font-size: 14px;
  font-weight: bold;
  color: #72a398;
  background: #fff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  display: inline-block;
  padding: 1px 20px;
  border-radius: 5px;
}
.swiper.pslider-style5 .pslider-wrap .pslider-row .pslider-content .pslide-content-box .p-title {
  color: #031424;
  font-weight: 400;
  font-size: 50px;
  line-height: 1.1;
  margin: 0;
  margin-bottom: 35px;
}
.swiper.pslider-style5 .pslider-wrap .pslider-row .pslider-content .pslide-content-box .rating-btn .p-btn {
  font-size: 16px;
  font-weight: bold;
  background: #fff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  display: inline-block;
  padding: 15px 40px;
  border-radius: 5px;
  color: #040404;
  border-radius: 6px;
  transition: all 0.5s;
  border: 1px solid transparent;
}
.swiper.pslider-style5 .pslider-wrap .pslider-row .pslider-content .pslide-content-box .rating-btn .p-btn i {
  color: #72a398;
  font-size: 16px;
}
.swiper.pslider-style5 .pslider-wrap .pslider-row .pslider-content .pslide-content-box .rating-btn .p-btn:hover {
  box-shadow: none;
  border: 1px solid #72a398;
}
.swiper.pslider-style5 .pslider-wrap .pslider-row .pslider-content .pslide-content-box .rating-btn .ratings {
  margin-left: 30px;
}
.swiper.pslider-style5 .pslider-wrap .pslider-row .pslider-content .pslide-content-box .rating-btn .ratings .star-rating i {
  color: #ffa800;
  font-size: 14px;
}
.swiper.pslider-style5 .pslider-wrap .pslider-row .pslider-content .pslide-content-box .rating-btn .ratings .review-count {
  font-size: 16px;
  color: #777777;
}
.swiper.pslider-style5 .pslider-wrap .pslider-row .pslider-content .pslide-content-box .rating-btn .ratings .review-count span {
  color: #040404;
  font-weight: bold;
}
.product-box {
  display: flex;
  align-items: center;
  border-radius: 7px;
  overflow: hidden;
}
.product-box:hover .product-thumb {
  transform: scale(105%);
}
.product-box .product-thumb {
  transition: transform 300ms;
}
.product-box.product-box-large {
  padding: 146px 80px;
  margin-right: 10px;
  position: relative;
}
.product-box.product-box-large .product-thumb {
  max-width: 530px;
  position: absolute;
  right: 10%;
}
.product-box.product-box-large .product-thumb img {
  max-width: 100%;
}
.product-box.product-box-large .pretitle {
  font-size: 14px;
  padding: 4px 20px;
  border-radius: 5px;
  margin-bottom: 25px;
  background: #ffbd27;
}
.product-box.product-box-large .product-title {
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
  color: #031424;
  margin-bottom: 30px;
}
.product-box.product-box-large .product-title span {
  font-weight: 700;
}
.product-box.product-box-large .product-price {
  padding: 10px 40px;
  padding-bottom: 20px;
  background: #fff;
  border-radius: 7px;
  font-size: 30px;
  line-height: 30px;
  color: #ef262c;
}
.product-box.product-box-large .product-price span {
  font-size: 12px;
  color: #031424;
  display: block;
}
.product-box.product-box-medium {
  padding: 40px;
  justify-content: space-between;
  margin-bottom: 15px;
}
.product-box.product-box-medium:hover .product-thumb {
  transform: scale(105%);
}
.product-box.product-box-medium.product-box-bg .contents .pretitle {
  color: #031424;
  color: #c7c7c7;
}
.product-box.product-box-medium.product-box-bg .contents .product-title {
  color: #fff;
}
.product-box.product-box-medium.product-box-bg .contents .product-title span {
  color: #fff;
}
.product-box.product-box-medium.product-box-bg .contents p {
  color: #fff;
}
.product-box.product-box-medium.product-box-bg .contents .go-btn {
  color: #fff;
}
.product-box.product-box-medium .product-thumb {
  max-width: 95px;
}
.product-box.product-box-medium .contents .pretitle {
  font-size: 14px;
  padding: 2px 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  background: #ffbd27;
  color: #031424;
  font-weight: bold;
}
.product-box.product-box-medium .contents .product-title {
  font-size: 24px;
  line-height: 34px;
  color: #c9c9c9;
  font-weight: 500;
}
.product-box.product-box-medium .contents .product-title span {
  color: #031424;
  font-weight: 700;
}
.product-box.product-box-medium .contents p {
  font-size: 14px;
  line-height: 34px;
  color: #777777;
  margin-bottom: 0;
}
.product-box.product-box-medium .go-btn {
  font-size: 14px;
  line-height: 34px;
  color: #777777;
  font-weight: bold;
  transition: all 0.6s;
}
.product-box.product-box-medium .go-btn i {
  transition: all 0.6s !important;
}
.product-box.product-box-medium .go-btn:hover {
  color: #040404;
}
.product-box.product-box-medium .go-btn:hover i {
  margin-left: 7px;
}
.product-box.product-box-medium .go-btn i {
  margin-left: 3px;
}
.product-box.product-box-medium.product-box-medium2 .pretitle {
  background: none;
  padding: 0;
  font-size: 20px;
  line-height: 32px;
  color: #ef262c;
  margin-bottom: 0;
}
.product-box.product-box-medium.product-box-medium2 .product-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: #031424;
  margin-bottom: 25px;
}
.product-box.product-box-medium.product-box-medium3 .pretitle {
  background: none;
  padding: 0;
  font-size: 12px;
  line-height: 34px;
  color: #ef262c;
  margin-bottom: 0;
  letter-spacing: 3px;
}
.product-box.product-box-medium.product-box-medium3 .product-title {
  font-size: 30px;
  line-height: 34px;
  color: #031424;
  margin-bottom: 25px;
}
.rts-posters-section .product-box-medium {
  position: relative;
  padding: 23px 30px;
  height: 200px;
  background-image: none;
  background: #f3f3f3;
}
.rts-posters-section .product-box-medium:hover .product-thumb {
  transform: scale(105%);
}
.rts-posters-section .product-box-medium:hover {
  background-image: none;
}
.rts-posters-section .product-box-medium .product-thumb {
  max-width: 200px;
  position: absolute;
  right: 15px;
}
.rts-posters-section .product-box-medium3 .contents .pretitle {
  color: #777777;
}
.rts-posters-section .product-box-medium3 .contents .product-title {
  font-size: 24px;
}
.rts-posters-section .product-box-medium3 .contents .go-btn {
  color: #0070dc;
}
.rts-posters-section .mid {
  padding: 40px;
}
.rts-posters-section .mid .product-thumb {
  max-width: unset;
}
.fix-thumb-slider {
  max-height: 350px !important;
}
.fix-thumb-slider .swiper-wrapper {
  max-height: 350px !important;
}
.fix-thumb-slider .swiper-wrapper .swiper-slide {
  width: 80px !important;
  height: 80px !important;
  cursor: pointer;
}
.rt-product--grid .classic-product .first-product {
  border: 1px solid #e7e7e7;
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 8px;
  margin-right: 10px;
}
.rt-product--grid .classic-product .first-product .pinfo .star-box span {
  color: #777777;
  font-size: 14px;
  font-weight: 400;
}
.rt-product--grid .classic-product .first-product .pinfo .star-box .star-rating {
  display: inline;
}
.rt-product--grid .classic-product .first-product .pinfo .star-box .star-rating i {
  color: #ffbd27;
  font-size: 14px;
}
.rt-product--grid .classic-product .first-product .pinfo .product-title {
  margin-bottom: 0;
  margin-top: 5px;
}
.rt-product--grid .classic-product .first-product .pinfo .product-title a {
  color: #031424;
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
}
.rt-product--grid .classic-product .first-product .pinfo .product-price {
  color: #0070dc !important;
  font-size: 50px;
  font-weight: bold;
}
.rt-product--grid .classic-product .first-product .pinfo .product-price .amount bdi {
  color: #0070dc !important;
}
.rt-product--grid .classic-product .first-product .pinfo .product-cart {
  border: 1px solid #ececec;
  border-radius: 6px;
  display: inline-block;
  padding: 10px 25px;
}
.rt-product--grid .classic-product .first-product .pinfo .product-cart a {
  font-size: 14px;
  font-weight: bold;
  color: #031424;
}
.rt-product--grid .classic-product .first-product .pinfo .product-cart i {
  color: #031424;
  font-size: 16px;
}
.rt-product--grid .classic-product .first-product .pinfo .product-cart:hover {
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}
.rt-product--grid .classic-product .second-product {
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  padding: 40px;
  padding-bottom: 30px;
}
.rt-product--grid .classic-product .second-product .pdetails .product_cats a {
  color: #777777;
  font-size: 12px;
  font-weight: 400;
}
.rt-product--grid .classic-product .second-product .pdetails .product-title {
  margin-bottom: 0;
}
.rt-product--grid .classic-product .second-product .pdetails .product-title a {
  color: #031424;
  font-size: 16px;
}
.rt-product--grid .classic-product .second-product .pdetails .product-price {
  color: #0070dc;
  font-size: 16px;
  font-weight: bold;
}
.rt-product--grid .classic-product .second-product .pdetails .product-cart {
  padding-bottom: 20px;
}
.rt-product--grid .classic-product .second-product .pdetails .product-cart a {
  background: #00a046;
  padding: 15px;
  padding-left: 12px;
  padding-right: 18px;
  border-radius: 4px;
}
.rt-product--grid .classic-product .second-product .pdetails .product-cart a i {
  color: #fff;
}
.rt-product--grid .classic-product .second-product .pdetails .product-cart:hover a {
  background: #ffbd27;
}
.react-heading .title-inner .sub-text span {
  padding: 2px 8px;
  color: #fff;
  border-radius: 50px;
  font-size: 12px;
  font-weight: bold;
  margin-left: 5px;
}
.rt-product--grid .pstyle4 .item-wrap {
  position: relative;
  margin-bottom: 15px;
}
.rt-product--grid .pstyle4 .item-wrap .rating-stock,
.rt-product--grid .pstyle4 .item-wrap .cart-view {
  display: none;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
}
.rt-product--grid .pstyle4 .item-wrap .rating-stock {
  height: 30px;
  position: absolute;
  width: 100%;
  top: -30px;
  left: 0;
  background: #ee403d;
  color: #fff;
  padding-left: 18px;
  padding-right: 18px;
  border-radius: 7px 7px 0 0;
}
.rt-product--grid .pstyle4 .item-wrap .rating-stock .star-rating {
  font-size: 13px;
}
.rt-product--grid .pstyle4 .item-wrap .rating-stock .instock {
  font-size: 12px;
  font-weight: bold;
}
.rt-product--grid .pstyle4 .item-wrap .rating-stock i {
  font-size: 12px;
}
.rt-product--grid .pstyle4 .item-wrap .cart-view {
  height: 50px;
  position: absolute;
  width: 100%;
  bottom: -50px;
  left: 0;
  padding-left: 18px;
  padding-right: 18px;
  border-radius: 0 0 7px 7px;
  background: #9bc126;
  color: #fff;
}
.rt-product--grid .pstyle4 .item-wrap .cart-view i {
  font-size: 14px;
}
.rt-product--grid .pstyle4 .item-wrap .cart-view .product-btn a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.rt-product--grid .pstyle4 .item-wrap .add-wish .weiboo-wishlist .yith-wcwl-add-to-wishlist {
  margin-top: 5px;
}
.rt-product--grid .pstyle4 .item-wrap .add-wish .weiboo-wishlist .yith-wcwl-icon {
  margin-right: 0;
  font-size: 16px;
}
.rt-product--grid .pstyle4 .item-wrap .add-wish .weiboo-wishlist .fa-heart-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.rt-product--grid .pstyle4 .item-wrap .add-wish .weiboo-wishlist .fa-heart-o:before {
  content: "\f004";
}
.rt-product--grid .pstyle4 .item-wrap .quick-view .fa-eye {
  color: #fff;
}
.rt-product--grid .pstyle4 .item-inner {
  border: 1px solid #f3f3f3;
  border-radius: 7px;
  padding: 40px;
  position: relative;
}
.rt-product--grid .pstyle4 .product-img {
  text-align: center;
  position: static;
}
.rt-product--grid .pstyle4 .product-img .sale--box {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
}
.rt-product--grid .pstyle4 .product-img .sale--box .new,
.rt-product--grid .pstyle4 .product-img .sale--box .hot,
.rt-product--grid .pstyle4 .product-img .sale--box .sale-rs {
  position: static;
  background: #ee403d;
  color: #fff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 10px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 5px;
}
.rt-product--grid .pstyle4 .product-img .sale--box .new {
  background: #ffbd27;
  color: #031424;
}
.rt-product--grid .pstyle4 .product-img .sale--box .hot {
  background: #9dc326;
}
.rt-product--grid .pstyle4 .rselements-product-list {
  padding: 0 !important;
  padding-top: 25px !important;
  border: 0 !important;
}
.rt-product--grid .pstyle4 .rselements-product-list .product_cats a {
  color: #777777;
  font-size: 12px;
  font-weight: 400;
}
.rt-product--grid .pstyle4 .rselements-product-list .product-title a {
  color: #000 !important;
  font-size: 16px;
  font-weight: 400;
}
.rt-product--grid .pstyle4 .rselements-product-list .product-price {
  color: #ee403d;
  font-size: 16px;
  font-weight: bold;
}
.rt-product--grid .pstyle4 .rselements-product-list .product-price del {
  color: #d6d7d7;
}
.rt-product--grid .pstyle4 .rselements-product-list .product-price ins {
  color: #ee403d;
  background: transparent;
}
.rt-product--grid .pstyle4:hover .rating-stock,
.rt-product--grid .pstyle4:hover .cart-view {
  display: block;
  opacity: 1;
  visibility: visible;
}
.classic-product .classic-two .item-box {
  padding: 60px;
  padding-bottom: 30px;
  border: 1px solid #e7e7e7;
  border-radius: 7px;
  min-height: 670px;
}
.classic-product .classic-two .item-box .rselements-product-list {
  border: 0 !important;
  padding: 0 !important;
  padding-top: 30px !important;
}
.classic-product .classic-two .item-box .rselements-product-list .star-box .star-rating {
  display: inline;
}
.classic-product .classic-two .item-box .rselements-product-list .star-box .star-rating i {
  color: #ffbd27;
  font-size: 14px;
}
.classic-product .classic-two .item-box .rselements-product-list .star-box span {
  font-size: 14px;
  color: #777777;
}
.classic-product .classic-two .item-box .rselements-product-list .product-title {
  margin-top: 5px;
}
.classic-product .classic-two .item-box .rselements-product-list .product-title a {
  color: #000;
  font-size: 24px;
  font-weight: bold;
}
.classic-product .classic-two .item-box .rselements-product-list .price-n-cart {
  line-height: 1 !important;
}
.classic-product .classic-two .item-box .rselements-product-list .product-price {
  font-size: 50px;
  color: #9dc326;
  font-weight: bold;
  margin-top: 15px;
}
.classic-product .classic-two .item-box .rselements-product-list .product-price ins {
  font-size: 50px;
  color: #9dc326;
  font-weight: bold;
  background: transparent;
}
.classic-product .classic-two .item-box .rselements-product-list .product-price del {
  color: #cad0d6;
  font-size: 30px;
  font-weight: 400;
}
.classic-product .classic-three {
  margin-bottom: 20px;
}
.classic-product .classic-three .item-box {
  text-align: center;
  padding: 50px;
  padding-bottom: 40px;
  border: 1px solid #e7e7e7;
  border-radius: 7px;
}
.classic-product .classic-three .item-box .rselements-product-list {
  text-align: center;
  border: 0 !important;
  padding: 0;
  padding-top: 18px;
}
.classic-product .classic-three .item-box .rselements-product-list .product_cats a {
  color: #777777;
  font-size: 12px;
  font-weight: 400;
}
.elementor-widget-rt-logo .rt-addon-slider {
  align-items: center;
}
.extra-style .product-filter {
  padding-bottom: 20px !important;
}
.long-arraw .rts-mailchimp .mailchimp--submit {
  position: relative;
}
.long-arraw .rts-mailchimp .mailchimp--submit:after {
  position: absolute;
  content: '\e80f';
  left: 107px;
  top: 6px;
  color: #fff;
  font-family: 'rt-icons';
}
.menu-area.separator_yes {
  position: relative;
}
.menu-area.separator_yes:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 14px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: #F36464;
}
.logo-grid-height .rt-grid-figure {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rts-mailchimp.yes {
  position: relative;
}
.rts-mailchimp.yes input[type="submit"] {
  font-size: 0;
}
.rts-mailchimp.yes .fa-location-arrow {
  position: absolute;
  right: 17px;
  bottom: 16px;
  color: #fff;
}
.rt-marquee .Marquee {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em;
  color: #fff;
  font-weight: 200;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.rt-marquee .Marquee-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-animation: marquee 50s linear infinite running;
  -moz-animation: marquee 50s linear infinite running;
  -o-animation: marquee 50s linear infinite running;
  -ms-animation: marquee 50s linear infinite running;
  animation: marquee 50s linear infinite running;
}
.rt-marquee .Marquee-content:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  -ms-animation-play-state: paused;
  animation-play-state: paused;
}
.rt-marquee .Marquee-tag {
  width: 1350px;
  margin: 0 0.5em;
  padding: 0.5em;
  background: rgba(255, 255, 255, 0.1);
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.rt-marquee .Marquee-tag h3 {
  font-size: 60px;
  font-weight: 600;
  color: #CDCDCD;
}
.rt-marquee .Marquee-tag:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
}
@-moz-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@-o-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
.react-heading.style13 .title-inner .sub-content {
  display: inline-block;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
  background: #fff;
  border-radius: 50px;
}
.react-heading.style13 .title-inner .sub-content .sub-text {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.deal-banner-counter .rs-timecounter .time_circles canvas {
  background: #fff;
  height: 50px;
}
.deal-banner-counter .rs-timecounter .time_circles div {
  top: 20px !important;
}
.deal-banner-counter .rs-timecounter .time_circles div:after {
  top: 38% !important;
}
.deal-banner-counter .rs-timecounter .time_circles div h4 {
  font-weight: 400;
  display: inline;
}
.rt-product--grid.rtpg-style5 .product-inner {
  max-width: 338px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.rt-product--grid.rtpg-style5 .product-img {
  overflow: hidden;
  position: relative;
}
.rt-product--grid.rtpg-style5 .product-img .p-2nd--image {
  width: 100%;
  opacity: 0;
  position: absolute;
  transform: scale(0, 1);
  transform: scale(1);
  overflow: hidden;
  height: auto;
  top: 0;
  left: 0;
  display: block;
  transition: all 0.6s;
  z-index: 2;
}
.rt-product--grid.rtpg-style5 .product-img:hover .p-2nd--image {
  opacity: 1;
  transform: scale(1.1);
}
.rt-product--grid.rtpg-style5 .quick-action-btns {
  z-index: 3;
  position: absolute;
  left: 15px;
  top: 15px;
  background: #fff;
  width: 46px;
  height: 46px;
  padding-top: 10px;
  padding-bottom: 25px;
  border-radius: 100px;
  transition: all 0.4s;
}
.rt-product--grid.rtpg-style5 .quick-action-btns .cta-single {
  padding-left: 11px;
  width: 46px;
}
.rt-product--grid.rtpg-style5 .quick-action-btns .cta-single i {
  cursor: pointer;
  color: #000;
  font-size: 16px !important;
}
.rt-product--grid.rtpg-style5 .quick-action-btns .cta-single i:before,
.rt-product--grid.rtpg-style5 .quick-action-btns .cta-single i:after {
  color: #000;
  font-size: 16px !important;
}
.rt-product--grid.rtpg-style5 .quick-action-btns .cta-single i:hover {
  color: #ee403d;
}
.rt-product--grid.rtpg-style5 .quick-action-btns .cta-single i:hover:before,
.rt-product--grid.rtpg-style5 .quick-action-btns .cta-single i:hover:after {
  color: #ee403d;
}
.rt-product--grid.rtpg-style5 .quick-action-btns .cta-single span {
  position: static;
}
.rt-product--grid.rtpg-style5 .quick-action-btns .cta-single.cta-quickview {
  padding-left: 13px;
  padding-top: 8px;
}
.rt-product--grid.rtpg-style5 .quick-action-btns .cta-single.cta-wishlist {
  padding-left: 14px;
}
.rt-product--grid.rtpg-style5 .quick-action-btns .cta-single.cta-wishlist .yith-wcwl-add-to-wishlist {
  margin-top: 0;
  margin-bottom: -3px;
}
.rt-product--grid.rtpg-style5 .quick-action-btns .cta-single.product-btn {
  padding-left: 10px;
}
.rt-product--grid.rtpg-style5 .quick-action-btns .cta-single.product-btn,
.rt-product--grid.rtpg-style5 .quick-action-btns .cta-single.cta-wishlist,
.rt-product--grid.rtpg-style5 .quick-action-btns .cta-single.cta-quickview {
  transition: all 0.7s;
  opacity: 0;
  visibility: hidden;
}
.rt-product--grid.rtpg-style5 .quick-action-btns .fa-heart-o:before {
  font-weight: 400;
  content: "\f004" !important;
}
.rt-product--grid.rtpg-style5 .quick-action-btns .cta-wishlist span {
  background: transparent;
}
.rt-product--grid.rtpg-style5 .quick-action-btns .cart-icon-instedof-text a.added_to_cart {
  font-size: 0;
}
.rt-product--grid.rtpg-style5 .quick-action-btns .cart-icon-instedof-text a.added_to_cart:after {
  color: #000;
  z-index: 25;
  font-size: 18px;
  content: '\e827';
  font-family: "rt-icons";
  display: inline-block;
  line-height: 1em;
}
.rt-product--grid.rtpg-style5 .quick-action-btns:hover {
  height: 175px;
}
.rt-product--grid.rtpg-style5 .quick-action-btns:hover .cta-single.product-btn,
.rt-product--grid.rtpg-style5 .quick-action-btns:hover .cta-single.cta-wishlist,
.rt-product--grid.rtpg-style5 .quick-action-btns:hover .cta-single.cta-quickview {
  opacity: 1;
  visibility: visible;
}
.rt-product--grid.rtpg-style5 .sale--box {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 46px;
  z-index: 3;
}
.rt-product--grid.rtpg-style5 .sale--box .hot,
.rt-product--grid.rtpg-style5 .sale--box .new,
.rt-product--grid.rtpg-style5 .sale--box .onsale {
  background: #fff;
  position: static;
  width: 46px;
  height: 46px;
  display: inline-block;
  line-height: 46px;
  font-size: 12px;
  font-weight: 600;
  color: #ee403d;
  margin-bottom: 5px;
}
.rt-product--grid.rtpg-style5 .sale--box .hot {
  color: #000;
}
.rt-product--grid.rtpg-style5 .sale--box .new {
  color: #000;
}
.rt-product--grid.rtpg-style5 .rselements-product-list {
  padding-left: 0;
  border: none;
  padding-top: 20px;
}
.rt-product--grid.rtpg-style5 .product-title {
  margin-bottom: 0;
  text-align: left;
}
.rt-product--grid.rtpg-style5 .product-title a {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.rt-product--grid.rtpg-style5 .product-title a:hover {
  color: #ee403d;
}
.rt-product--grid.rtpg-style5 .product-price {
  display: block;
  text-align: left;
  font-size: 20px;
}
.rt-product--grid.rtpg-style5 .product-price bdi {
  font-weight: 500;
  color: #000;
}
.rt-product--grid.rtpg-style5 .product-price ins {
  background: transparent;
}
.rt-product--grid.rtpg-style5 .product-price del {
  color: #c4c4c4;
}
.rt-product--grid.rtpg-style5 .product-price del bdi {
  color: #c4c4c4;
}
.rt-product--grid.rtpg-style5 .star-box .star-rating i {
  color: #ee403d;
}
.rt-product--grid.rtpg-style6 .product-item .product-inner {
  max-width: 430px;
  position: relative;
}
.rt-product--grid.rtpg-style6 .product-item .product-inner .rselements-product-list {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 30px;
  background: #fff;
  padding: 15px 22px;
  border-radius: 5px;
}
.rt-product--grid.rtpg-style6 .product-item .product-inner .rselements-product-list .product-title a {
  font-size: 16px;
  font-weight: 400;
  color: #000 !important;
  text-transform: capitalize;
  line-height: 1;
}
.rt-product--grid.rtpg-style6 .product-item .product-inner .rselements-product-list .price-n-cart .product-price {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
.rt-product--grid.rtpg-style6 .product-item .product-inner .rselements-product-list .price-n-cart .product-btn a {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
.rt-product--grid.rtpg-style6 .product-item:hover .product-btn {
  transform: translateY(-27px) !important;
}
.fashion-middle-card .sub--title {
  color: #fff !important;
  background: #ee403d !important;
  padding: 5px 16px !important;
  display: inline-block;
  line-height: 1 !important;
  margin-top: 12px;
}
.fashion-middle-card .product-title {
  margin-top: 13px !important;
  margin-bottom: 0px !important;
}
.fashion-middle-card .product-box-medium {
  padding-left: 50px !important;
}
.fashion-left-card .product-title {
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}
.fashion-right-card .product-box-medium3 .sub--title {
  line-height: 1 !important;
}
.fashion-right-card .product-box-medium3 .product-title {
  margin-top: 0px !important;
  margin-bottom: 60px !important;
}
.make-white-image img {
  filter: brightness(0) invert(1) !important;
}
.fashion-blog--fix .author-name {
  font-weight: 600 !important;
  text-transform: uppercase;
}
.fashion-blog--fix .author-dsg {
  color: #999999 !important;
}
#home-card .rts-posters-section .product-box-medium .product-thumb {
  max-width: 39%;
}
#home-card .rts-posters-section .product-box-medium {
  height: 265px;
}
.wh2-banner-blog .rt-product--grid.rtpg-style5 .product-img {
  width: 338px;
  height: 338px;
}
.wh2-banner-blog .rt-product--grid.rtpg-style5 .rselements-product-list {
  padding: 40px !important;
  padding-top: 35px !important;
  padding-bottom: 30px !important;
}
.wh2-banner-blog .rt-product--grid.rtpg-style5 .rselements-product-list .star-box .star-rating {
  margin-left: -5px;
}
.classic-product .cart-icon-instedof-text {
  padding-bottom: 0 !important;
}
.classic-product .cart-icon-instedof-text .added {
  display: none;
}
.classic-product .cart-icon-instedof-text .added_to_cart {
  display: inline-block;
  font-size: 0;
  position: relative;
  padding-bottom: 0px;
}
.classic-product .cart-icon-instedof-text .added_to_cart:before {
  color: #fff;
  z-index: 25;
  font-size: 18px;
  content: '\e827';
  font-family: "rt-icons";
  display: inline-block;
  line-height: 1em;
}
.about-one-thumbnail {
  display: flex;
  justify-content: end;
  position: relative;
}
.about-one-thumbnail .small-img {
  position: absolute;
  left: 0%;
  top: 7%;
  animation: jump-1 10s linear infinite;
}
.about-one-thumbnail .experience {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 32px;
  background: #df0a0a;
  border-radius: 15px;
  bottom: 7%;
  left: 1%;
  animation: jump-2 6s linear infinite;
  width: 310px;
}
.about-one-thumbnail .experience .single {
  width: 50%;
}
.about-one-thumbnail .experience .single .title {
  color: #fff;
  margin-bottom: 0;
  font-family: 'Red Hat Display', sans-serif;
}
.about-one-thumbnail .experience .single.left p {
  font-size: 22px;
  color: #fff;
  font-family: 'Red Hat Display', sans-serif;
  font-weight: 700;
  margin-top: -8px;
  margin-bottom: 0;
}
.about-one-thumbnail .experience .single.right p {
  color: #fff;
  line-height: 24px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
/*jump animation */
@keyframes jump-1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jump-2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rts-tab-advance .nav {
  justify-content: center;
  align-items: center;
  border: 1px solid #EFEEF2;
  max-width: max-content;
  margin: auto;
  border-radius: 100px;
  box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.05);
  margin-top: 0px;
}
.rts-tab-advance .nav li button {
  border: none;
  background: transparent;
  border-radius: 100px;
  padding: 8px 25px;
  color: #1C2539;
  font-weight: 500;
}
.rts-tab-advance .nav li button.active {
  background: #0B4DF5;
  color: #fff;
  border-radius: 100px;
}
.tab-custom-nav .nav {
  float: right;
  position: relative;
  bottom: 102px;
  z-index: 1;
}
.tab-custom-nav .tab-content {
  clear: both;
}
</pre></body></html>