:root {
  --color-primary: #141414;
  --color-secondary: #1F1F25;
  --color-body: #74787C;
  --color-heading-1: #fff;
  --color-white:#fff;
  --color-success: #3EB75E;
  --color-danger: #FF0003;
  --color-warning: #FF8F3C;
  --color-info: #1BA2DB;
  --color-facebook: #3B5997;
  --color-twitter: #1BA1F2;
  --color-youtube: #ED4141;
  --color-linkedin: #0077B5;
  --color-pinterest: #E60022;
  --color-instagram: #C231A1;
  --color-vimeo: #00ADEF;
  --color-twitch: #6441A3;
  --color-discord: #7289da;
  --p-light: 300;
  --p-regular: 400;
  --p-medium: 500;
  --p-semi-bold: 600;
  --p-bold: 700;
  --p-extra-bold: 800;
  --p-black: 900;
  --s-light: 300;
  --s-regular: 400;
  --s-medium: 500;
  --s-semi-bold: 600;
  --s-bold: 700;
  --s-extra-bold: 800;
  --s-black: 900;
  --transition: 0.3s;
  --font-primary: "Hanken Grotesk", sans-serif;
  --font-secondary: "Hanken Grotesk", sans-serif;
  --font-3: "fontawesome", sans-serif;
  --font-size-b1: 16px;
  --font-size-b2: 16px;
  --font-size-b3: 12px;
  --font-size-b4: 10px;
  --line-height-b1: 26px;
  --line-height-b2: 26px;
  --line-height-b3: 1.7;
  --h1: 60px;
  --h2: 48px;
  --h3: 30px;
  --h4: 26px;
  --h5: 24px;
  --h6: 18px;
}

.rt-portfolio-style1 .portfolio-item {
  position: relative;
  overflow: hidden;
  background: #fff;
  text-align: center;
}
.rt-portfolio-style1 .portfolio-item .portfolio-img {
  overflow: hidden;
}
.rt-portfolio-style1 .portfolio-item .portfolio-img a img {
  width: 100%;
  transition: all cubic-bezier(0.39, 0.58, 0.57, 1) 0.3s;
}
.rt-portfolio-style1 .portfolio-item .portfolio-img a img:hover {
  transform: scale(1.1);
  transform-origin: right;
}
.rt-portfolio-style1 .portfolio-item .portfolio-content {
  padding: 32px 5px 11px 5px;
}
.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-content .vertical-middle-cell .p-rating {
  margin-bottom: 12px;
  display: block;
}
.rt-portfolio-style1 .portfolio-item .portfolio-content .vertical-middle-cell .product-price {
  display: inline-block;
  font-size: 14px;
  color: #BB0B0B;
}
.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: #BB0B0B;
  color: #fff;
}
.rt-portfolio-style1 .portfolio-item .p-title {
  color: #111111;
  font-size: 18px;
  line-height: normal;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 27px;
}
.rt-portfolio-style1 .portfolio-item .p-title a {
  color: #111111;
}
.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;
  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: #00224C;
  width: 100%;
  height: 0;
  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: #BB0B0B;
}
.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: #BB0B0B;
}
.rt-portfolio-style1 .slick-slider .slick-next:hover {
  background: #BB0B0B;
}
.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: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.70196) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
  transition: all 0.3s ease 0s;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.rt-portfolio-style2 .portfolio-item:after {
  content: "";
  position: absolute;
  background-color: #BB0B0B;
  opacity: 0.902;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 44.5% 100%, 0% 65%, 0 0);
          clip-path: polygon(100% 0, 100% 100%, 44.5% 100%, 0% 65%, 0 0);
  width: 100%;
  height: 0;
  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;
  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: #BB0B0B;
}
.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);
  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;
  -webkit-clip-path: polygon(0 64.6%, 0% 100%, 45.5% 100%);
          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%;
}
.rt-portfolio-style2 .portfolio-item.p-cat-menu-style2 {
  position: relative;
  display: flex;
  align-items: center;
}
.rt-portfolio-style2 .portfolio-item.p-cat-menu-style2 img {
  width: 100%;
  max-width: 100px;
  border-radius: 100px;
  margin-right: 30px;
}
.rt-portfolio-style2 .portfolio-item.p-cat-menu-style2:before {
  content: none;
  position: inherit;
}
.rt-portfolio-style2 .portfolio-item.p-cat-menu-style2:after {
  content: none;
  position: inherit;
}
.rt-portfolio-style2 .portfolio-item.p-cat-menu-style2 .portfolio-content {
  padding: 0;
  position: inherit;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
  transition: all 0.3s ease 0s;
  width: 58%;
}
.rt-portfolio-style2 .portfolio-item.p-cat-menu-style2 .portfolio-content .p-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
  color: #111111;
  margin: 0;
}
.rt-portfolio-style2 .portfolio-item.p-cat-menu-style2 .portfolio-content .p-title span {
  font-size: 14px;
  font-weight: 400;
}
.rt-portfolio-style2 .portfolio-item.p-cat-menu-style2 .portfolio-content .p-title span,
.rt-portfolio-style2 .portfolio-item.p-cat-menu-style2 .portfolio-content .p-title a {
  color: #0C0A0A;
  background-image: linear-gradient(to right, #0C0A0A 50%, transparent 50%);
  background-size: 200% 2px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  transition: all 500ms;
}
.rt-portfolio-style2 .portfolio-item.p-cat-menu-style2 .portfolio-content .p-title span:hover,
.rt-portfolio-style2 .portfolio-item.p-cat-menu-style2 .portfolio-content .p-title a:hover {
  background-position: 0% 100%;
  color: #0C0A0A;
}
.rt-portfolio-style2 .portfolio-item.p-cat-menu-style2 .portfolio-content .p-materials a {
  font-size: 14px;
  color: #666666;
  pointer-events: none;
}
.rt-portfolio-style2 .portfolio-item.p-cat-menu-style2 .product-price {
  background: #fff;
  padding: 5px 13px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  color: #111111;
  transition: all cubic-bezier(0.39, 0.58, 0.57, 1) 0.3s;
  box-shadow: 0 0 25px -12px rgba(17, 17, 17, 0.1607843137);
}
.rt-portfolio-style2 .portfolio-item.p-cat-menu-style2:hover .product-price {
  background: #BB0B0B;
  color: #fff;
}

.rt-portfolio-style3 .portfolio-item {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  display: flex;
}
.rt-portfolio-style3 .portfolio-item .portfolio-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
}
.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;
  transition: all 0.3s ease 0s;
}
.rt-portfolio-style3 .portfolio-item .portfolio-img img {
  width: 100%;
  max-width: 80px;
  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;
  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: 0px 0 0 27px;
  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: #00224C;
}
.rt-portfolio-style3 .portfolio-item .portfolio-content h4 {
  margin-bottom: 0;
  font-size: 24px;
  transform: translateY(0);
  transition: 0.6s all ease;
  font-weight: 500 !important;
  line-height: 30px !important;
}
.rt-portfolio-style3 .portfolio-item .portfolio-content h4 a:hover {
  color: #BB0B0B;
}
.rt-portfolio-style3 .portfolio-item .portfolio-content .product-price {
  font-size: 14px;
  font-weight: 700;
  color: #BB0B0B;
}
.rt-portfolio-style3 .portfolio-item .portfolio-content p {
  margin-bottom: 0;
  color: #00224C;
  transform: translateY(0px);
  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: none !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-style3 .portfolio-item:hover .portfolio-img a img {
  transform: scale(1.4);
}

.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;
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s ease 0s;
  -webkit-clip-path: polygon(0% -65%, 0% 100%, 99% 100%);
          clip-path: polygon(0% -65%, 0% 100%, 99% 100%);
}
.rt-portfolio-style4 .portfolio-item .portfolio-img img {
  width: 100%;
  transition: 0.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;
  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 {
  text-align: center;
  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: #00224C;
}
.rt-portfolio-style4 .portfolio-item .portfolio-content h4 {
  margin-bottom: 0;
  font-size: 24px;
  transform: translateY(0);
  transition: 0.6s all ease;
  font-weight: 500 !important;
  line-height: 30px !important;
}
.rt-portfolio-style4 .portfolio-item .portfolio-content h4 a:hover {
  color: #BB0B0B;
}
.rt-portfolio-style4 .portfolio-item .portfolio-content .product-price {
  font-weight: 700;
  color: #BB0B0B;
  margin-top: 6px;
  display: block;
}
.rt-portfolio-style4 .portfolio-item .portfolio-content p {
  margin-bottom: 0;
  color: #00224C;
  transform: translateY(0px);
  transition: 0.6s all ease;
}
.rt-portfolio-style4 .portfolio-item .portfolio-content p a {
  font-size: 14px;
}
.rt-portfolio-style4 .portfolio-item .portfolio-content {
  text-align: center;
  transition: 0.4s;
  opacity: 1;
  display: block;
  position: inherit;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.rt-portfolio-style4 .portfolio-item .portfolio-content .p-title {
  margin-bottom: 0;
}
.rt-portfolio-style4 .portfolio-item .portfolio-content .p-title a {
  color: #BB0B0B;
}
.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);
  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 {
  overflow: hidden;
}
.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-style4 .portfolio-item:hover .portfolio-img a.pf-btn2 img {
  transition: all ease 0.3s;
}
.rt-portfolio-style4 .portfolio-item:hover .portfolio-img a img {
  transform: scale(1.1);
}

.rt-portfolio-style5 .grid-item.swiper-slide.swiper-slide-active img {
  filter: grayscale(1);
}
.rt-portfolio-style5 .grid-item.swiper-slide.swiper-slide-active .icon img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  z-index: 2;
  transition: 1s;
}
.rt-portfolio-style5 .icon img {
  display: none;
}
.rt-portfolio-style5 .rts-business-case-s-2 {
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  transition: 0.3s;
}
.rt-portfolio-style5 .rts-business-case-s-2 .thumbnail {
  overflow: hidden;
}
.rt-portfolio-style5 .rts-business-case-s-2 .thumbnail img {
  overflow: hidden;
  transition: 0.3s;
}

.rts-btn {
  padding: 17px 30px;
  min-width: -moz-max-content;
  min-width: max-content;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  border-radius: 15px;
  background: #BB0B0B;
  color: #fff;
}
.rts-btn:hover {
  background-color: #0C0A0A;
}

.rt-portfolio-style6 .single-varticle-product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0;
  border-bottom: 1px solid #212121;
}
.rt-portfolio-style6 .single-varticle-product.item-1 {
  border-top: 1px solid #212121;
}
.rt-portfolio-style6 .single-varticle-product .name-area {
  display: flex;
  align-items: center;
  flex-basis: 50%;
}
.rt-portfolio-style6 .single-varticle-product .name-area span {
  height: 45px;
  width: 45px;
  background: #BB0B0B;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.rt-portfolio-style6 .single-varticle-product .p-title {
  margin-bottom: 0;
  margin-left: 20px;
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  line-height: 37px;
}
.rt-portfolio-style6 .single-varticle-product .p-title a {
  color: #fff;
}
.rt-portfolio-style6 .single-varticle-product .p-category a {
  color: #656565;
}
.rt-portfolio-style6 .single-varticle-product .end a i {
  color: #fff;
  font-size: 22px;
}
.rt-portfolio-style6 .list-image .tabcontent {
  display: none;
}
.rt-portfolio-style6 .list-image #item-1.tabcontent {
  display: block;
}

.rt-portfolio-style8.center-mode-true .grid-item.swiper-slide.swiper-slide-prev .rts-business-case-s-2,
.rt-portfolio-style8.center-mode-true .grid-item.swiper-slide.swiper-slide-next .rts-business-case-s-2 {
  transform: scale(0.93);
}
.rt-portfolio-style8.center-mode-true .grid-item.swiper-slide.swiper-slide-active .rts-business-case-s-2 .inner {
  bottom: 30px;
  opacity: 1;
}
.rt-portfolio-style8.center-mode-true .grid-item.swiper-slide .rts-business-case-s-2 .inner {
  bottom: 30px;
  opacity: 0;
}
.rt-portfolio-style8 .rts-business-case-s-2 {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 5px;
  width: 100%;
  transition: 1.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: 1.3s;
  border-radius: 5px;
  width: 100%;
}
.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: #BB0B0B;
  background: #fff;
  z-index: 5;
  border-radius: 50%;
  transition: 1.3s;
}
.rt-portfolio-style8 .rts-business-case-s-2 .inner {
  position: absolute;
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  bottom: 30px;
  left: 30px;
  right: 30px;
  display: block;
  width: 90%;
  padding: 33px;
  opacity: 1;
  transition: 1s;
}
.rt-portfolio-style8 .rts-business-case-s-2 .inner .p-category {
  color: #6e777d;
  font-size: 16px;
  position: relative;
}
.rt-portfolio-style8 .rts-business-case-s-2 .inner .title {
  margin-bottom: 2px;
  transition: 1.3s;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #0C0A0A;
}
.rt-portfolio-style8 .rts-business-case-s-2:hover .thumbnail img {
  transform: scale(1.1);
}
.rt-portfolio-style8.grid-portfolio .rts-business-case-s-2:hover .inner {
  bottom: 30px;
  opacity: 1;
}

.rt-portfolio-style9 .banner-inner {
  padding: 0;
  margin: 0;
}
.rt-portfolio-style9 .banner-inner li.item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  transition: all 0.4s;
  cursor: pointer;
  cursor: pointer;
}
.rt-portfolio-style9 .banner-inner li.item .pos {
  font-size: 25px;
  font-weight: 600;
  flex-basis: 1%;
}
.rt-portfolio-style9 .banner-inner li.item .image-title {
  font-size: 35px;
  line-height: 1.1;
  position: relative;
  display: inline-block;
  font-weight: 600;
  z-index: 2;
  color: #0C0A0A;
  transition: all 0.4s;
  opacity: 1;
  flex-basis: 85%;
}
.rt-portfolio-style9 .banner-inner li.item .image-title::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-letters);
  overflow: hidden;
  white-space: nowrap;
  transition: height 1s;
  color: #BB0B0B;
  height: 0;
  z-index: 999;
}
.rt-portfolio-style9 .banner-inner li.item .image-title:hover::before {
  height: 100%;
}
.rt-portfolio-style9 .banner-inner li.item .portfolio-button {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  display: block;
  transition: all 0.4s;
  background: #0C0A0A;
  color: #ffffff;
  transition: all 0.4s;
}
.rt-portfolio-style9 .banner-inner li.item .portfolio-button i {
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.rt-portfolio-style9 .banner-inner li.item .portfolio-button:hover {
  background: #BB0B0B;
  color: #fff;
}
.rt-portfolio-style9 .banner-inner li.item .portfolio-button:hover i {
  transform: rotate(0deg);
}
.rt-portfolio-style9 .banner-inner li.item .rts-img-reveal-wrapper {
  width: 350px;
  height: 370px;
}

.portfolio-slider-nav {
  max-width: 1320px;
  position: relative;
  margin: auto;
  z-index: 1;
}
.portfolio-slider-nav .swiper-button-prev,
.portfolio-slider-nav .swiper-button-next {
  position: relative;
  font-size: 22px;
  color: #0C0A0A;
  height: 60px !important;
  width: 60px !important;
  display: inline-block;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background: #ffffff;
  transition: 0.3s;
}
.portfolio-slider-nav .swiper-button-prev:hover,
.portfolio-slider-nav .swiper-button-next:hover {
  background: #BB0B0B;
  color: #ffffff;
}
.portfolio-slider-nav .swiper-button-prev::before,
.portfolio-slider-nav .swiper-button-next::before {
  font-size: 0;
}
.portfolio-slider-nav .swiper-button-prev {
  left: 93%;
  top: -80px;
  transform: translateX(-93%);
}
.portfolio-slider-nav .swiper-button-next {
  position: absolute;
  right: 0;
  top: -75px;
}

.portfolio-style2 .portfolio-slider-nav .swiper-button-prev,
.portfolio-style2 .portfolio-slider-nav .swiper-button-next {
  color: #ffffff;
  height: 60px !important;
  width: 60px !important;
  display: inline-block;
  line-height: 60px;
  text-align: center;
  border-radius: 0;
  background: transparent;
  transition: 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.portfolio-style2 .portfolio-slider-nav .swiper-button-prev:hover,
.portfolio-style2 .portfolio-slider-nav .swiper-button-next:hover {
  background: #BB0B0B;
}

.swipper-bulet-pagination {
  margin-top: 100px;
}
.swipper-bulet-pagination .swiper-pagination-bullets {
  position: absolute;
  bottom: -108px;
  left: 47.5%;
  max-width: -moz-max-content;
  max-width: max-content;
  background: #fff;
  padding: 5px 15px;
  border-radius: 33px;
}
.swipper-bulet-pagination .swiper-pagination-bullets .swiper-pagination-bullet {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #EDEDED;
  border-radius: 50%;
  opacity: 1;
}
.swipper-bulet-pagination .swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 9px;
  height: 9px;
  background: #BB0B0B;
  border-radius: 50%;
  opacity: 1;
}

.swiper-pagination-new.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  margin: auto;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}/*# sourceMappingURL=portfolio-grid.css.map */