@charset "UTF-8";
/*--------------------------------------------------------------
Heading  css
--------------------------------------------------------------*/
.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 > span,
.rs-dual-heading .title-inner > span {
  font-size: 16px;
  font-weight: 600;
  font-family: "Titillium Web", sans-serif;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #ff6600;
}
.react-heading .title-inner .sub-text,
.rs-dual-heading .title-inner .sub-text {
  margin: 0 0 16px;
  display: block;
  color: #ff6600;
  font-size: 16px;
  line-height: 16px;
  font-family: "Titillium Web", 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: #0C0A0A;
  margin-top: 8px;
  margin-bottom: 5px;
  font-size: 40px;
  line-height: 50px;
  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 span.watermark,
.rs-dual-heading span.watermark {
  font-size: 150px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  text-transform: uppercase;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  background: linear-gradient(180deg, #0C0A0A 0%, rgba(12, 10, 10, 0) 100%);
  opacity: 0.06;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  height: 95px;
  display: flex;
  align-items: center;
  -webkit-text-stroke: 1px #000000;
}
.react-heading .rt-button a,
.rs-dual-heading .rt-button a {
  color: #ffffff;
  display: inline-block;
  transition: all 0.3s ease 0s;
}
.react-heading .rt-button a:hover,
.rs-dual-heading .rt-button a:hover {
  color: #ff6600;
}
.react-heading .rt-button a i,
.rs-dual-heading .rt-button a i {
  display: inline-block;
  margin-left: 10px;
  color: #ffffff;
  height: 27px;
  width: 27px;
  background: #ff6600;
  text-align: center;
  border-radius: 5px;
  font-size: 14px;
}
.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: #0c0a0a;
  width: 60px;
  height: 2px;
  left: 0;
  bottom: 0;
  z-index: 1;
  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: #ff6600;
  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: #ff6600;
  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: #ff6600;
  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: #ff6600;
  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: #ff6600;
  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, .react-heading.style6.text-right .title-inner .sub-text,
.rs-dual-heading.style6.text-center .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: #0c0a0a;
}
.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: #0c0a0a;
  display: inline-block;
}
.react-heading.style4 .title-inner .sub-text:before, .react-heading.style4 .title-inner .sub-text:after,
.rs-dual-heading.style4 .title-inner .sub-text:before,
.rs-dual-heading.style4 .title-inner .sub-text:after {
  content: "";
  position: absolute;
  border: 0;
  width: 35px;
  height: 2px;
  background: #ff6600;
  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, .react-heading.style4.Lite .sub-text:after,
.rs-dual-heading.style4.Lite .sub-text:before,
.rs-dual-heading.style4.Lite .sub-text:after {
  background: #fff !important;
}
.react-heading.style4.text-center .title-inner .sub-text, .react-heading.style4.text-right .title-inner .sub-text,
.rs-dual-heading.style4.text-center .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: #0c0a0a;
}
.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: #ff6600;
  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, .react-heading.style7 .title-inner.text-right .title-inner .sub-text,
.rs-dual-heading.style7 .title-inner.text-center .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: #ff6600;
  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: 0.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: #0C0A0A;
  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: #0c0a0a;
}
.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%);
}

.font-size-0 {
  font-size: 0;
}

.img-border-radius img {
  border-radius: 15px !important;
}

.menu-area .navbar ul > li > a span {
  position: relative;
  transition: 0.5s;
  display: inline-block;
  background: #ff6600;
  color: #fff;
  border-radius: 30px;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 700;
}

.slider-style5 .slider-content-area {
  display: block;
  background: #fff;
  padding: 50px;
  border-radius: 15px;
  text-align: left;
}
.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;
}

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

.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;
}

.blog--style2 ul {
  list-style: none;
  margin: 0;
  display: flex;
}
.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 .blog-meta li i {
  padding-right: 10px;
}
.blog--style2 .blog-content .blog-meta li.cat_list {
  display: flex;
  align-items: center;
  margin-right: 15px;
}

.mfp-close {
  opacity: 0.9;
}

/* -----------------------
Team Member
--------------------------*/
.rs-addon-slider {
  margin: 0;
}
.rs-addon-slider .team-item {
  padding: 0 15px;
}

.rts-team .gray_yes .team-inner-wrap:hover img {
  filter: grayscale(100);
}

.content .elementor-widget-container:hover .react-heading .title {
  color: #fff;
}
.content.left .elementor-widget-container {
  transform: translateX(-60px);
  animation: slide-one 10s linear infinite;
}
.content.left.one .elementor-widget-container {
  transform: translateX(0px);
  animation: slide-one1 10s linear infinite;
}

@keyframes slide-one {
  0% {
    transform: translate3d(-60px, 0, 0);
  }
  25% {
    transform: translate3d(-30px, 0, 0);
  }
  50% {
    transform: translate3d(0, 0, 0);
  }
  75% {
    transform: translate3d(-30px, 0, 0);
  }
  100% {
    transform: translate3d(-60px, 0, 0);
  }
}
@keyframes slide-one1 {
  0% {
    transform: translate3d(0px, 0, 0);
  }
  25% {
    transform: translate3d(-30px, 0, 0);
  }
  50% {
    transform: translate3d(-60px, 0, 0);
  }
  75% {
    transform: translate3d(-30px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 1300px) {
  .content.left .elementor-widget-container,
  .content.left.one .elementor-widget-container {
    animation: none;
    transform: translateX(0);
  }
}
.no-box-shadow .counter-top-area.style2 .rts-counter-list .count-text {
  box-shadow: none;
}

.icon-button a {
  background: #ff6600;
  color: #fff;
  padding: 3px 17px;
  display: inline-block;
  font-size: 20px;
  margin-bottom: 25px;
  border-radius: 18px;
}
.icon-button a:hover {
  color: #fff;
  background: #0c0a0a;
}
.icon-button a i:before {
  font-size: inherit;
}

.blogfull .icon-button a {
  margin-bottom: 0px;
}

.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: -moz-max-content;
  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 rgba(24, 16, 16, 0.0509803922);
}

.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: -moz-max-content;
  max-width: max-content;
  right: -2px;
}

.mfp-iframe-holder .mfp-close {
  width: 30px !important;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
}

/** Portfolio CSS ---------------------
--------------------------------------*/
.portfolio-filter {
  text-align: center;
  max-width: 1290px;
  margin: auto;
  margin-bottom: 20px;
}
.portfolio-filter button {
  border-radius: 15px;
  font-weight: 600;
  font-size: 16px;
  padding: 12px 30px;
  margin-right: 7px;
}
.portfolio-filter span {
  color: #333;
  padding: 10px;
  cursor: pointer;
  display: inline-block;
}
.portfolio-filter span.active {
  color: #ff6600;
}
.portfolio-filter span:hover {
  color: #ff6600;
}

.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: #0c0a0a;
}
.rs-cta .rs-button .readon i {
  margin: 0;
  transform: translateX(5px);
  transition: all ease 0.3s;
}

/******* RS Tab CSS  **********
-----------------------------*/
.rstab-main ul.nav {
  margin: 0;
  display: flex;
  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: #ff6600;
  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: #ff6600;
  color: #fff;
}
.rstab-main ul.nav li a i {
  margin-left: 50px;
  color: #0c0a0a;
}
.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: #ff6600;
}
.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: #ff6600;
  border-width: 12px;
  margin-left: -30px;
}
.rstab-main .tab-pane.active {
  animation: slide-down 2s ease-out;
}
.rstab-main.no_item_menu ul {
  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: #ff6600;
  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);
}

.rt-pricing-table-features-list .rt-circle-check:before {
  margin: 0;
}

.rsaddon_pro_box .portfolio-item .portfolio-content .p-category a {
  pointer-events: none;
}

.elementor-invisible.elementor-widget-rs-timecounter {
  visibility: visible;
}

.rs-dual-heading .second_title {
  color: #0c0a0a;
}

.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);
  }
}

/* -----------------------
    Features List CSS
--------------------------*/
.rt-features-list-content ul {
  list-style: none;
  margin: 0;
  display: flex;
}
.rt-features-list-content ul li {
  list-style: none;
  display: flex;
}
.rt-features-list-content ul li .icon i {
  color: #0C0A0A;
  font-size: 16px;
  display: inline-block;
}
.rt-features-list-content ul li .sub-text {
  font-size: 16px;
  line-height: 24px;
  display: block;
  font-weight: 600;
  font-family: "Titillium Web", sans-serif;
  margin-bottom: -3px;
}
.rt-features-list-content ul li .text-heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #0C0A0A;
  font-family: "Titillium Web", sans-serif;
  transition: 0.3s;
}
.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: #ff6600;
}

.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);
  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: #ff6600;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
  border: 2px solid #ff6600;
  box-shadow: none;
  border-radius: 50% !important;
  border-radius: 5px;
}

.progress-wrap:hover::after {
  opacity: 1;
  content: "\e82d";
  border: 2px solid #ff6600;
}

.progress-wrap::before {
  position: absolute;
  font-family: "rt-icons";
  content: "\e82d";
  text-align: center;
  line-height: 46px;
  font-size: 15px;
  opacity: 0;
  background: #ff6600;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  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;
  transition: all 200ms linear;
}

/*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;
  transform: translate(50%, -50%);
}

.rselement-dual-btn-icon > svg {
  width: 1em;
  height: auto;
}

.rselement-dual-btn-icon > 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 > .elementor-widget-container {
  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;
}

.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;
  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: -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;
  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;
  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%);
  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;
}

/* 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: #ff6600;
}
.product-filter span:hover {
  color: #ff6600;
}

.logo-border-radius .rs-grid-img {
  border-radius: 100%;
}

.swiper-button-prev,
.swiper-button-next {
  background-image: none !important;
  width: 40px !important;
  height: 35px !important;
  transition: all 0.5s;
}
.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: 0.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";
}

.rt-line-height {
  line-height: 14px;
}

.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;
}

.react-heading .image-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.react-heading .title-inner .sub-text span {
  padding: 2px 8px;
  color: #fff;
  border-radius: 50px;
  font-size: 12px;
  font-weight: bold;
  margin-left: 5px;
}

.elementor-widget-rt-logo .rt-addon-slider {
  align-items: center;
}

.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;
}

.make-white-image img {
  filter: brightness(0) invert(1) !important;
}

.home-one-gallery .gallery-icon {
  overflow: hidden;
}

/*jump animation */
@keyframes jump-1 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, 20px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jump-2 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, 30px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.menu-area .icon1 .navbar ul > li.menu-item-has-children > a:before {
  content: "\e805";
  font-size: 12px;
}

/** Draw Vertical Line **/
.path-vert {
  stroke-dasharray: 1000;
  /*   stroke-dashoffset: 800; */
  animation: draw1 2s linear alternate;
}

@keyframes draw1 {
  from {
    stroke-dashoffset: 1200;
  }
  to {
    stroke-dashoffset: 600;
  }
}
/* Header Top Line Shape */
.head-top-line .rt-features-list-content {
  position: relative;
}
.head-top-line .rt-features-list-content::after {
  position: absolute;
  content: "";
  right: 0;
  top: -20px;
  height: 67px;
  width: 1px;
  background: #d1d1d1;
  transform: rotate(11deg);
}

/* Header Top Line Shape Single menu */
.head-top-menu .navbar-menu ul#single-menu li a {
  transition: 0.3s;
}
.head-top-menu .navbar-menu ul#single-menu li::after {
  position: absolute;
  content: "";
  right: 0;
  top: -5px;
  height: 67px;
  width: 1px;
  background: #d1d1d1;
  transform: rotate(11deg);
}
.head-top-menu .navbar-menu ul#single-menu li:last-child::after {
  content: "";
  display: none;
}
.head-top-menu .navbar-menu ul#single-menu:last-child a {
  padding-right: 0;
}

.happy-clients-area-start {
  padding: 70px 40px 40px;
  background: #FF6600;
  position: relative;
  max-width: -moz-max-content;
  max-width: max-content;
}
.happy-clients-area-start .img-area-person {
  display: flex;
  align-items: center;
  position: relative;
}
.happy-clients-area-start .img-area-person img {
  position: absolute;
  margin-top: -140px;
  left: 0;
  z-index: 3;
  border: 5px solid #fff;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}
.happy-clients-area-start .img-area-person img:nth-child(2) {
  margin-left: 40px;
  z-index: 2;
}
.happy-clients-area-start .img-area-person img:nth-child(3) {
  margin-left: 80px;
  z-index: 1;
}
.happy-clients-area-start p {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  font-family: "Titillium Web", sans-serif;
}
.happy-clients-area-start:after {
  position: absolute;
  content: "";
  display: block;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 36px solid #ff6600;
  border-bottom: 25px solid transparent;
  top: 0px;
  right: -36px;
}

.menu-cart-area i {
  cursor: pointer;
}
.menu-cart-area h2 {
  display: none;
}

.body-overlay-cart.overlayshow {
  visibility: visible;
  opacity: 0.5;
  pointer-events: unset;
}

.body-overlay-cart {
  z-index: 999;
}

.body-overlay-cart {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: none;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
}

.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: flex;
  flex-direction: column;
  visibility: hidden;
  transform: translateX(100%);
  transition: all 0.5s ease;
  z-index: 999;
  padding: 20px;
}

.cart-icon-total-products.visible-cart {
  visibility: visible !important;
  transform: translate(0) !important;
}

.menu-cart-area {
  position: relative;
  cursor: pointer;
}
.menu-cart-area span.icon-num {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  position: absolute;
  right: -10px;
  bottom: -2px;
}

.cart-icon-total-products .cart-header {
  display: flex;
  align-items: center;
  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: 600;
  color: #0C0A0A;
  margin: 0;
  list-style: 20px;
}
.cart-icon-total-products .widgettitle {
  display: none;
}
.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-bottom: 0;
}
.cart-icon-total-products .woocommerce.widget_shopping_cart .cart_list li a {
  color: #0C0A0A;
}
.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 .quantity {
  border: none;
  padding: 3px 0 0;
  display: block;
}
.cart-icon-total-products .woocommerce.widget_shopping_cart .buttons a {
  text-align: center;
  background: 0 0;
  background: #0C0A0A;
  color: #fff;
  font-weight: 700;
  font-family: "Titillium Web", sans-serif;
  border: 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.cart-icon-total-products .woocommerce.widget_shopping_cart .buttons a:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #ff6600;
  transform: translateY(110%);
  transition: 0.3s;
  transition-delay: 0.1s;
  z-index: -1;
}
.cart-icon-total-products .woocommerce.widget_shopping_cart .buttons a.checkout {
  background: #ff6600;
}
.cart-icon-total-products .woocommerce.widget_shopping_cart .buttons a.checkout:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #0C0A0A;
  transform: translateY(110%);
  transition: 0.3s;
  transition-delay: 0.1s;
  z-index: -1;
}
.cart-icon-total-products .woocommerce.widget_shopping_cart .buttons a:hover:after {
  transform: translateY(0);
}

.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-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 .woocommerce-Price-amount {
  float: right;
  font-size: 18px;
  color: #404040;
  font-weight: 700;
}

.rt-features-list-portfolio-content {
  background: #fff;
  box-shadow: 0px 10px 21px rgba(27, 18, 18, 0.05);
  border-radius: 0 0 0 0;
}
.rt-features-list-portfolio-content .pinfo--sidebar-title {
  padding: 24px 40px;
  background: #ff6600;
  border-radius: 0 0 0 0;
  color: #fff;
  margin-bottom: 0;
}
.rt-features-list-portfolio-content .info-body {
  padding: 15px 40px;
}
.rt-features-list-portfolio-content .info-body .single-info {
  display: flex;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid #E9E9E9;
}
.rt-features-list-portfolio-content .info-body .single-info i {
  height: 50px;
  width: 50px;
  background: #F9F0F0;
  color: #ff6600;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.rt-features-list-portfolio-content .info-body .single-info .info-details {
  margin-left: 20px;
}
.rt-features-list-portfolio-content .info-body .single-info .info-details span {
  margin-bottom: 5px;
}
.rt-features-list-portfolio-content .info-body .single-info .info-details .name {
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 3px;
}
.rt-features-list-portfolio-content .info-body .single-info:last-child {
  border-bottom: none;
}

.border-icon-list .elementor-icon-list-items li .elementor-icon-list-icon {
  position: relative;
  top: -11px;
}

.single .reactheme-porfolio-details .ps-navigation {
  padding: 60px 60px 50px;
  background: #f8f8f8;
  border: none;
  margin-bottom: 110px;
}
.single .reactheme-porfolio-details .ps-navigation .rts-left-write-blog-wrapper-main {
  display: flex;
  justify-content: space-between;
}
.single .reactheme-porfolio-details .ps-navigation .rts-left-write-blog-wrapper-main .single {
  display: flex;
  align-items: center;
  gap: 50px;
  cursor: pointer;
}
.single .reactheme-porfolio-details .ps-navigation .rts-left-write-blog-wrapper-main .left-icon-area {
  text-align: left;
}
.single .reactheme-porfolio-details .ps-navigation .rts-left-write-blog-wrapper-main .right-icon-area {
  text-align: right;
}

.show-icon-box-shadow .icon {
  box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.04);
  border-radius: 50%;
}

.rts-company-storyhear {
  /* TIMELINE
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* EFFECTS
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* GENERAL MEDIA QUERIES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
}
.rts-company-storyhear .intro {
  background: #FFE4C4;
  padding: 100px 0;
}
.rts-company-storyhear .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.rts-company-storyhear h1 {
  font-size: 3.5rem;
}
.rts-company-storyhear .timeline ul {
  background: #fff;
  padding: 0 0;
  margin: 0;
}
@media only screen and (max-width: 575px) {
  .rts-company-storyhear .timeline ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 105px;
  }
}
.rts-company-storyhear .timeline ul li {
  list-style-type: none;
  position: relative;
  width: 1px;
  margin: 0 auto;
  padding-top: 137px;
  background: #E4E4E4;
}
@media only screen and (max-width: 767px) {
  .rts-company-storyhear .timeline ul li {
    width: 0;
  }
}
@media only screen and (max-width: 479px) {
  .rts-company-storyhear .timeline ul li {
    padding-top: 66px;
  }
}
.rts-company-storyhear .timeline ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
}
.rts-company-storyhear .timeline ul li div {
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 15px;
}
.rts-company-storyhear .timeline ul li div::before {
  content: "";
  position: absolute;
  bottom: 146px;
  width: 0;
  height: 0;
  border-style: solid;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-company-storyhear .timeline ul li div::before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .rts-company-storyhear .timeline ul li div::before {
    display: none;
  }
}
.rts-company-storyhear .timeline ul li:nth-child(even) div {
  left: 165px;
}
.rts-company-storyhear .timeline ul li:nth-child(even) div section {
  text-align: left;
}
.rts-company-storyhear .timeline ul li:nth-child(even) div section svg {
  right: auto;
  left: -102px;
}
.rts-company-storyhear .timeline ul li:nth-child(even) div::before {
  left: -163px;
  border-width: 1px 75px 1px 0;
  border-color: #E4E4E4;
}
.rts-company-storyhear .timeline ul li:nth-child(odd) div {
  left: -560px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-company-storyhear .timeline ul li:nth-child(odd) div {
    left: -410px;
  }
}
@media only screen and (max-width: 767px) {
  .rts-company-storyhear .timeline ul li:nth-child(odd) div {
    left: -329px;
  }
}
@media only screen and (max-width: 575px) {
  .rts-company-storyhear .timeline ul li:nth-child(odd) div {
    left: -55px;
  }
}
.rts-company-storyhear .timeline ul li:nth-child(odd) div section img {
  left: auto;
  right: -103px;
}
.rts-company-storyhear .timeline ul li:nth-child(odd) div::before {
  right: -161px;
  border-width: 1px 73px 1px 0;
  border-color: #E4E4E4;
}
.rts-company-storyhear .timeline ul li .time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
  color: var(--color-primary);
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #FF6600;
  font-family: var(--font-primary);
}
.rts-company-storyhear .timeline ul li.item {
  position: relative;
}
.rts-company-storyhear .timeline ul li.item img {
  position: absolute;
  margin-bottom: 30px;
}
.rts-company-storyhear .timeline ul li::after {
  transition: background 0.5s ease-in-out;
}
.rts-company-storyhear .timeline ul li.in-view::after {
  background: transparent;
  display: none;
}
.rts-company-storyhear .timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.rts-company-storyhear .timeline ul li:nth-child(odd) div {
  transform: translate3d(200px, 0, 0);
}
.rts-company-storyhear .timeline ul li:nth-child(even) div {
  transform: translate3d(-200px, 0, 0);
}
.rts-company-storyhear .timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
  background: transparent;
}
@media screen and (max-width: 900px) {
  .rts-company-storyhear .timeline ul li div {
    width: 250px;
  }
}
@media only screen and (max-width: 900px) and (max-width: 767px) {
  .rts-company-storyhear .timeline ul li div {
    left: -223px;
  }
}
@media screen and (max-width: 900px) {
  .rts-company-storyhear .timeline ul li:nth-child(even) div {
    left: -289px;
    /*250+45-6*/
  }
}
@media only screen and (max-width: 900px) and (min-width: 768px) and (max-width: 991px) {
  .rts-company-storyhear .timeline ul li:nth-child(even) div {
    left: 167px;
  }
}
@media only screen and (max-width: 900px) and (max-width: 767px) {
  .rts-company-storyhear .timeline ul li:nth-child(even) div {
    left: 140px;
  }
}
@media screen and (max-width: 600px) {
  .rts-company-storyhear .timeline ul li {
    margin-left: 36px;
  }
  .rts-company-storyhear .timeline ul li div {
    width: calc(100vw - 91px);
  }
  .rts-company-storyhear .timeline ul li:nth-child(even) div {
    left: 45px;
  }
  .rts-company-storyhear .timeline ul li:nth-child(even) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
  }
}
.rts-company-storyhear .timeline section {
  position: relative;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .rts-company-storyhear .timeline section {
    text-align: left;
  }
}
.rts-company-storyhear .timeline section img {
  position: absolute;
  bottom: 100%;
  left: -103px;
}
.rts-company-storyhear .timeline section svg {
  position: absolute;
  right: -103px;
  top: 0;
  height: 80px;
  width: 80px;
  padding: 17px;
  background: transparent;
  border: 1px solid #E4E4E4;
  box-shadow: 0px 5px 37px rgba(84, 84, 84, 0.18);
}

@media (max-width: 991px) {
  .rts-company-process .title-three-left .bg-title {
    font-size: 100px;
  }
}
@media (max-width: 768px) {
  .rts-company-process .title-three-left .bg-title {
    font-size: 80px;
  }
}
@media (max-width: 500px) {
  .rts-company-process .title-three-left .bg-title {
    font-size: 50px;
  }
}

.rts-img-reveal[data-fx="1"]::after,
.rts-img-reveal[data-fx="2"]::after {
  content: "";
  z-index: -1;
  width: 100%;
  bottom: 0.25rem;
  left: 0;
  position: absolute;
  height: 2px;
  background: currentColor;
  transform: scale3d(0, 1, 1);
  transform-origin: 0% 50%;
  transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  text-align: center;
}

.rts-img-reveal[data-fx="1"]::after,
.rts-img-reveal[data-fx="2"]::after {
  bottom: 0;
}

.rts-img-reveal[data-fx="1"]:hover::after,
.rts-img-reveal[data-fx="2"]:hover::after {
  transform: scale3d(1, 1, 1);
}

.rts-img-reveal[data-fx="6"]::after {
  content: "";
  z-index: -1;
  width: 100%;
  bottom: 0.25rem;
  left: 0;
  position: absolute;
  height: 2px;
  background: currentColor;
  transform: scale3d(0, 1, 1);
  transform-origin: 100% 50%;
  transition: transform 0.7s cubic-bezier(0.86, 0, 0.07, 1);
}

.rts-img-reveal[data-fx="6"]::after {
  bottom: 0;
}

.rts-img-reveal[data-fx="6"]:hover::after {
  transform: scale3d(1, 1, 1);
}

.rts-img-reveal[data-fx="14"]::after {
  content: "";
  z-index: -1;
  width: 100%;
  bottom: 0.25rem;
  left: 0;
  position: absolute;
  height: 2px;
  background: currentColor;
  transform: scale3d(0, 1, 1);
  transform-origin: 0% 50%;
}

.rts-img-reveal[data-fx="14"]::after {
  bottom: 0;
}

.rts-img-reveal[data-fx="14"]:hover::after {
  animation: loop 0.5s infinite;
}
@keyframes loop {
  0% {
    transform-origin: 0% 50%;
    transform: scale3d(0, 1, 1);
  }
  50% {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
  }
  51% {
    transform-origin: 100% 50%;
  }
  100% {
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
  }
}
.rts-img-reveal-wrapper {
  position: fixed;
  width: 250px;
  height: 270px;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  z-index: 9;
}

.rts-img-reveal-wrapper__inner,
.rts-img-reveal-wrapper__img {
  width: 100%;
  height: 100%;
  position: relative;
}

.rts-img-reveal-wrapper__deco {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #181314;
}

.rts-img-reveal-wrapper__img {
  background-size: cover;
  background-position: 50% 50%;
}

.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 #ff6600;
  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: 20px;
}
.rts-accordion.style2 .accordion-item .accordion-header button {
  background: transparent;
  box-shadow: 0px 5px 52px rgba(0, 0, 0, 0.05);
  border: 1px solid #EAEAEA;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  height: 60px;
  align-items: center;
  display: flex;
  padding: 0 20px;
}
.rts-accordion.style2 .accordion-item .accordion-header button span {
  color: #ff6600;
  margin-right: 4px;
}
.rts-accordion.style2 .accordion-item .accordion-header button .accordion-icon {
  font-size: 16px;
  display: block;
  margin-left: 8px;
  margin-right: 0;
}
.rts-accordion.style2 .accordion-item .accordion-header button .accordion-icon i {
  background: #EAEAEA;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  color: #0C0A0A;
}
.rts-accordion.style2 .accordion-item .accordion-header button .accordion-icon-active {
  display: none;
  margin-left: 8px;
  margin-right: 0;
}
.rts-accordion.style2 .accordion-item .accordion-header button .accordion-icon-active i {
  background: #ff6600;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
}
.rts-accordion.style2 .accordion-item .accordion-header button .accordion-icon,
.rts-accordion.style2 .accordion-item .accordion-header button .accordion-icon-active {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0px, -50%);
}
.rts-accordion.style2 .accordion-item .accordion-header button[aria-expanded=true] {
  background: #fff;
  color: #1C2539;
}
.rts-accordion.style2 .accordion-item .accordion-header button[aria-expanded=true] .accordion-icon {
  display: none;
}
.rts-accordion.style2 .accordion-item .accordion-header button[aria-expanded=true] .accordion-icon-active {
  display: block;
  font-size: 16px;
}
.rts-accordion.style2 .accordion-item .accordion-body {
  background: #fff;
  padding: 15px 30px 0px 20px;
}
.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: "Titillium Web", sans-serif;
}
.rts-accordion.style3 .accordion-item .accordion-header button span {
  color: #ff6600;
  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: #ff6600;
}
.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: #ff6600;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  z-index: 5;
}

.engineer_accordion .rts-accordion.style2 .accordion-item .accordion-header button {
  padding: 20px !important;
}

.engineer_accordion .rts-accordion.style2 .accordion-item .accordion-body {
  background: #fff !important;
  padding: 0px 20px 10px 20px !important;
}

.banner-marketing {
  max-width: 100%;
  position: relative;
}
.banner-marketing .title {
  display: flex;
}
.banner-marketing .title .animate-pre-text {
  padding-right: 18px;
}
.banner-marketing .word {
  position: absolute;
  opacity: 0;
  color: #FF6600;
}
.banner-marketing .letter {
  display: inline-block;
  position: relative;
  float: left;
  transform: translateZ(25px);
  transform-origin: 50% 50% 25px;
}
.banner-marketing.stroke-yes .letter {
  -webkit-text-stroke: 0.5px #f8f8f8;
  color: transparent;
}
.banner-marketing .letter.out {
  transform: rotateX(90deg);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.banner-marketing .letter.behind {
  transform: rotateX(-90deg);
}
.banner-marketing .letter.in {
  transform: rotateX(0deg);
}

.rts-tab-advance .nav {
  background: #F2F3F5;
  padding: 12px 6px;
  margin: 0;
  margin-top: 35px;
}
.rts-tab-advance .nav li button {
  border: none;
  background: transparent;
  border-radius: 100px;
  padding: 8px 25px;
  color: #0C0A0A;
  font-size: 18px;
  font-weight: 600;
  font-family: "Titillium Web", sans-serif;
  position: relative;
}
.rts-tab-advance .nav li button::before {
  position: absolute;
  left: 0;
  top: 50%;
  height: 2px;
  width: 0;
  content: "";
  background: #0C0A0A;
}
.rts-tab-advance .nav li button.active {
  padding-left: 70px;
}
.rts-tab-advance .nav li button.active::before {
  margin-left: 25px;
  width: 40px;
}

.tab-custom-nav .nav {
  float: right;
  position: relative;
  bottom: 102px;
  z-index: 1;
}
.tab-custom-nav .tab-content {
  clear: both;
}

.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;
}
.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--style5 .image-part {
  position: relative;
  margin-bottom: 30px;
}
.reactheme-blog-grid.blog--style5 ul, .reactheme-blog-grid.blog--style5 li {
  list-style: none;
  margin: 0;
}
.reactheme-blog-grid.blog--style5 .blog-badge {
  position: absolute;
  width: 70px;
  height: 78px;
  right: 0;
  bottom: -26px;
  text-align: center;
}
.reactheme-blog-grid.blog--style5 .blog-badge .date-2 {
  background: #ff6600;
  color: #fff;
  padding: 6px;
}
.reactheme-blog-grid.blog--style5 .blog-badge .date {
  font-size: 26px;
  line-height: 26px;
}
.reactheme-blog-grid.blog--style5 .blog-badge .month {
  font-weight: 600;
  font-size: 11px;
  line-height: 12px;
  display: block;
}
.reactheme-blog-grid.blog--style5 .blog-badge .year {
  font-weight: 600;
  font-size: 15px;
  line-height: 16px;
  color: #fff;
  background: #0C0A0A;
  padding: 4px 0;
}
.reactheme-blog-grid.blog--style5 .blog-item {
  border: 1px solid #EDEFF3;
  margin-bottom: 30px;
}
.reactheme-blog-grid.blog--style5 .blog-content {
  padding: 0 30px 30px;
}
.reactheme-blog-grid.blog--style5 .blog-content .cat_list a {
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
  color: #6E777D;
  margin-top: -5px;
  text-transform: capitalize;
}
.reactheme-blog-grid.blog--style5 .blog-content .title {
  line-height: 30px;
  margin-bottom: 20px;
}
.reactheme-blog-grid.blog--style5 .blog-content .title a {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}
.reactheme-blog-grid.blog--style5 .blog-content .title a:hover {
  color: #ff6600;
}
.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;
  transition: 0.3s;
}
.reactheme-blog-grid.blog--style4 .image-part a img:hover {
  transform: scale(1.2);
}
.reactheme-blog-grid.blog--style4 .image-part .meta-info {
  background: #0C0A0A;
  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: "Titillium Web", sans-serif;
}
.reactheme-blog-grid.blog--style4 .image-part .date-full .day {
  color: #ff6600;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.reactheme-blog-grid.blog--style4 .image-part .date-full .month {
  color: #ff6600;
  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: #0C0A0A;
}
.reactheme-blog-grid.blog--style4 .blog-content .title a:hover {
  color: #ff6600;
}
.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;
  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;
  background: #ff6600;
}
.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;
  }
}
.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: #ff6600;
}
.rt-blog-slider.slider-style-1 .blog-item .image-part {
  margin-bottom: 36px;
  position: relative;
  overflow: hidden;
}
.rt-blog-slider.slider-style-1 .blog-item .image-part a img {
  transition: all 0.5s;
}
.rt-blog-slider.slider-style-1 .blog-item .image-part .blog-badge {
  position: absolute;
  right: 20px;
  top: 20px;
  background: #ff6600;
  color: #fff;
  font-size: 14px;
  text-align: center;
  width: 80px;
  height: 80px;
  text-transform: uppercase;
  padding: 3px;
  line-height: 16px;
}
.rt-blog-slider.slider-style-1 .blog-item .image-part .blog-badge .b-date {
  font-size: 50px;
  line-height: 50px;
}
.rt-blog-slider.slider-style-1 .blog-item .image-part .blog-badge .b-month {
  font-weight: 700;
}
.rt-blog-slider.slider-style-1 .blog-item .image-part::before {
  content: "";
  display: block;
  width: 90%;
  height: 92%;
  position: absolute;
  left: 50%;
  top: 50%;
  border: 2px solid #fff;
  transform: translate(-50%, -50%);
}
.rt-blog-slider.slider-style-1 .blog-item:hover .image-part a img {
  transform: scale(1.1);
}
.rt-blog-slider .blog-content {
  padding: 30px 40px 30px;
}
.rt-blog-slider .blog-content ul {
  margin: 0;
  margin-bottom: 12px;
  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: #ff6600;
}
.rt-blog-slider.slider-style-2 .rts-blog-h-2-wrapper {
  border: 1px solid #EDEFF3;
}
.rt-blog-slider.slider-style-2 .rts-blog-h-2-wrapper .image-part {
  margin-bottom: 30px;
  position: relative;
}
.rt-blog-slider.slider-style-2 .rts-blog-h-2-wrapper .image-part .blog-badge {
  position: absolute;
  width: 70px;
  height: 78px;
  right: 0;
  bottom: -26px;
  text-align: center;
}
.rt-blog-slider.slider-style-2 .rts-blog-h-2-wrapper .image-part .blog-badge .date-2 {
  background: #ff6600;
  color: #fff;
  padding: 6px;
}
.rt-blog-slider.slider-style-2 .rts-blog-h-2-wrapper .image-part .blog-badge .date-2 .date {
  font-size: 26px;
  line-height: 26px;
}
.rt-blog-slider.slider-style-2 .rts-blog-h-2-wrapper .image-part .blog-badge .date-2 .month {
  font-weight: 600;
  font-size: 11px;
  line-height: 12px;
  display: block;
}
.rt-blog-slider.slider-style-2 .rts-blog-h-2-wrapper .image-part .blog-badge .year {
  font-weight: 600;
  font-size: 15px;
  line-height: 16px;
  color: #fff;
  background: #0C0A0A;
  padding: 4px 0;
}
.rt-blog-slider.slider-style-2 .title {
  margin-top: 5px;
  font-size: 24px;
  font-weight: 600;
}
.rt-blog-slider.slider-style-2 .title a {
  font-size: 24px;
  font-weight: 600;
}
.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: 0 30px 30px;
}
.rt-blog-slider.slider-style-2 .blog-content .blog-meta {
  margin: 0;
}
.rt-blog-slider.slider-style-2 .blog-content .blog-meta ul {
  margin: 0;
}
.rt-blog-slider.slider-style-2 .blog-content .blog-meta .post-categories li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
  color: #6E777D;
  margin-top: -5px;
  text-transform: capitalize;
}
.rt-blog-slider.slider-style-3 .rts-blog-h-2-wrapper {
  padding: 0;
  border-radius: 0;
  border: none;
  background: #ffffff;
  margin-right: 15px;
}
.rt-blog-slider.slider-style-3 .rts-blog-h-2-wrapper .image-part {
  overflow: hidden;
}
.rt-blog-slider.slider-style-3 .rts-blog-h-2-wrapper .image-part img {
  transition: 1.3s;
  width: 100%;
}
.rt-blog-slider.slider-style-3 .rts-blog-h-2-wrapper .image-part img:hover {
  transform: scale(1.15);
}
.rt-blog-slider.slider-style-3 .rts-blog-h-2-wrapper .image-part .cat_list {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  left: 25px;
  top: 25px;
  letter-spacing: 0.05em;
}
.rt-blog-slider.slider-style-3 .rts-blog-h-2-wrapper .image-part .cat_list .post-categories {
  margin: 0;
}
.rt-blog-slider.slider-style-3 .rts-blog-h-2-wrapper .image-part .cat_list .post-categories li {
  margin: 0;
  list-style: none;
}
.rt-blog-slider.slider-style-3 .rts-blog-h-2-wrapper .image-part .cat_list .post-categories li a {
  color: #ffffff;
  padding: 11px 17px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 15px;
  background: #ff6600;
}
.rt-blog-slider.slider-style-3 .title {
  transition: 0.3s;
  line-height: 34px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 35px;
}
.rt-blog-slider.slider-style-3 .blog-btn.react-button a {
  padding: 20px 33px;
  background: #0C0A0A;
}
.rt-blog-slider.slider-style-3 .blog-btn.react-button a svg {
  width: 12px;
  height: auto;
  position: relative;
  transform: rotate(45deg);
}
.rt-blog-slider.slider-style-3 .blog-btn.react-button a::after {
  background: #ff6600;
}
.rt-blog-slider.slider-style-3 .blog-content .blog-meta li {
  font-weight: 600;
  text-transform: capitalize;
  font-family: "Titillium Web";
  font-size: 16px;
  padding-right: 16px;
  margin-right: 16px;
  position: relative;
}
.rt-blog-slider.slider-style-3 .blog-content .blog-meta li:first-child::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #D6D6D6;
}
.rt-blog-slider.slider-style-4 .blog-item:hover .image-part img {
  transform: scale(1.1);
}
.rt-blog-slider.slider-style-4 .blog-item .blog-badge {
  background: #ff6600;
  display: inline;
  padding: 7px 15px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 0;
  left: 50px;
  z-index: 1;
}
.rt-blog-slider.slider-style-4 .blog-item .image-part {
  overflow: hidden;
}
.rt-blog-slider.slider-style-4 .blog-item .image-part a img {
  width: 100%;
  transition: all 0.5s ease-out;
}
.rt-blog-slider.slider-style-4 .blog-item .image-part::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(360deg, #0e0e0e -6%, rgba(17, 17, 17, 0) 125%);
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.rt-blog-slider.slider-style-4 .blog-item .col-bottom {
  position: absolute;
  bottom: 22px;
  left: 40px;
  z-index: 1;
}
.rt-blog-slider.slider-style-4 .blog-item .blog-content {
  padding: 15px 20px 0px 8px;
}
.rt-blog-slider.slider-style-4 .blog-item .blog-content .blog-meta {
  margin-bottom: 7px;
}
.rt-blog-slider.slider-style-4 .blog-item .blog-content .post-categories li a {
  font-weight: 700;
}
.rt-blog-slider.slider-style-4 .blog-item .blog-content .title a {
  color: #fff;
  display: inline-block;
  line-height: 28px;
}
.rt-blog-slider.slider-style-4 .blog-item .blog-content .title a:hover {
  color: #ff6600;
}
.rt-blog-slider.slider-style-5 .image-part img {
  width: 100%;
}
.rt-blog-slider.slider-style-5 .blog-content {
  background: #fff;
}
.rt-blog-slider.slider-style-5 .blog-content ul {
  margin: 0;
}
.rt-blog-slider.slider-style-5 .blog-content h3.title {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(238, 238, 238, 0.9333333333);
  transition: 0.3s;
}
.rt-blog-slider.slider-style-5 .blog-meta {
  text-transform: unset;
  gap: 20px;
  font-family: "Archivo", sans-serif;
  color: #6e777d;
  margin-bottom: 10px;
  font-size: 16px;
}
.rt-blog-slider.slider-style-5 .blog-meta i {
  color: #ff6600;
  font-weight: 900;
  margin-right: 10px;
}
.rt-blog-slider.slider-style-5 .blog-meta .cat_list {
  display: flex;
  align-items: center;
}
.rt-blog-slider.slider-style-5 .footer-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rt-blog-slider.slider-style-5 .footer-area .rts-read-more {
  padding: 12px 18px;
  font-size: 14px;
}
.rt-blog-slider.slider-style-5 .footer-area img {
  border-radius: 30px;
}
.rt-blog-slider.slider-style-5 .footer-area .title {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 20px;
  margin-bottom: -4px;
}
.rt-blog-slider.slider-style-5 .footer-area .left-area {
  display: flex;
  align-items: center;
}
.rt-blog-slider.slider-style-5 .footer-area .left-area .info {
  margin-left: 10px;
}

.rs-business-hour .rs-business-schedule {
  display: flex;
  justify-content: space-between;
  padding: 8px;
}

.react-button a {
  display: inline-block;
  color: #fff;
  padding: 17px 33px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Titillium Web", sans-serif;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: #ff6600;
  border-radius: 2px;
  position: relative;
  transition: 0.3s;
  z-index: 1;
  overflow: hidden;
}
.react-button a:hover {
  background: #0C0A0A;
}
.react-button a svg {
  width: 20px;
  position: relative;
}
.react-button a::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #0C0A0A;
  transform: translateY(110%);
  transition: 0.3s;
  z-index: -1;
}
.react-button a:hover::after {
  transform: translateY(0%);
}
.react-button.secondary_btn a {
  background: #0C0A0A;
}
.react-button.secondary_btn a:after {
  background: #ff6600;
}

.rt-btn-3 .button-circle-text {
  color: #FF6600;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  max-width: -moz-max-content;
  max-width: max-content;
}
.rt-btn-3 .button-circle-text::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 8px;
  width: 72%;
  height: 1px;
  background: #FF6600;
}
.rt-btn-3 .button-circle-text i {
  padding: 10px 7px;
  border-radius: 50%;
  border: 1px solid #FF6600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-react-button {
  display: inline-block;
  color: #fff;
  padding: 17px 33px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Titillium Web", sans-serif;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: #ff6600;
  border-radius: 2px;
  position: relative;
  transition: 0.3s;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
}
.slider-react-button:hover {
  background: #0C0A0A;
}
.slider-react-button svg {
  width: 20px;
  position: relative;
}
.slider-react-button::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #0C0A0A;
  transform: translateY(110%);
  transition: 0.3s;
  z-index: -1;
}
.slider-react-button:hover::after {
  transform: translateY(0%);
}
.slider-react-button.style-2:hover {
  background: #0C0A0A;
  color: #fff !important;
}

.slider-call-area {
  display: flex;
  align-items: flex-start;
}
.slider-call-area .icon i {
  width: 52px;
  height: 52px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff6600;
  font-weight: 600;
  margin-right: 15px;
  margin-bottom: 20px;
}
.slider-call-area .slider-detail span {
  display: block;
  text-transform: capitalize;
  color: #6e777d;
  margin-bottom: 10px;
}
.slider-call-area .slider-detail a {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  line-height: 37px;
  transition: 0.3s;
}
.slider-call-area .slider-detail a:hover {
  color: #ff6600;
}

#slider-home-default_wrapper .zeus .tp-tab {
  text-align: center;
}
#slider-home-default_wrapper .zeus .tp-tab .tp-tab-title {
  display: inline-block;
  background: transparent;
  line-height: 8px;
  position: relative;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.tp-tabs-inner-wrapper .tp-tab.selected .tp-tab-title {
  position: relative;
}
.tp-tabs-inner-wrapper .tp-tab.selected .tp-tab-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  margin-top: 10px;
}

.slider-react-button.handyman_slider_btn.rs-layer {
  padding: 15px 60px 15px 24px;
  position: relative;
}
.slider-react-button.handyman_slider_btn.rs-layer:hover {
  color: #fff !important;
}
.slider-react-button.handyman_slider_btn.rs-layer::before {
  content: "\ea65";
  font-family: "rt-icons";
  display: inline-block;
  background: #ff6600;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.slider-react-button.engineer.rs-layer {
  background: transparent !important;
  border: 1px solid #FFFFFF !important;
  color: #ffffff !important;
  display: flex;
  align-items: center;
  padding: 18px 30px 18px 30px;
}
.slider-react-button.engineer.rs-layer:hover {
  border: 1px solid #ff6600 !important;
}
.slider-react-button.engineer.rs-layer:hover::after {
  background: #ff6600 !important;
}

.slider-react-button.engineer.btn-1.rs-layer {
  position: relative;
  display: flex;
  align-items: center;
  padding: 18px 70px 18px 30px !important;
}
.slider-react-button.engineer.btn-1.rs-layer::before {
  content: "\ea65";
  font-family: "rt-icons";
  display: inline-block;
  background: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ff6600;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.engineer_slider .tp-tabs-inner-wrapper .tp-tab-title {
  color: #ffffff;
  background: transparent;
  width: 67px !important;
  height: 67px !important;
  line-height: 67px !important;
  text-align: center;
  padding: 20px 10px !important;
  border: 2px solid #fff;
  border-radius: 50px;
}

.engineer_slider .tp-tabs-inner-wrapper .tp-tab.selected .tp-tab-title::after {
  content: "";
  display: none;
}

.engineer_slider #rev_slider_6_1_wrapper .zeus .tp-tab.selected .tp-tab-title {
  color: #ff6600 !important;
  background: #ffffff;
}

button.metform-btn.metform-submit-btn.elevate_metform_btn svg {
  background: #fff;
  width: 40px;
  height: 40px;
  padding: 13px;
  margin-left: 14px;
}

.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;
}
.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: #ff6600;
  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;
  display: inline-block;
}
.counter-top-area.style1 {
  text-align: center;
}
.counter-top-area.style1 .count-number span {
  padding: 10px 0px 10px 0px;
}
.counter-top-area.style2 {
  padding: 50px;
  border: 1px solid #E9E9E9;
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  transition: 0.3s;
  height: 100%;
}
.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 {
  width: 100%;
}
.counter-top-area.style2 .rts-counter-list .count-text .count-number {
  border-bottom: 1px solid #E9E9E9;
  transition: 0.3s;
}
.counter-top-area.style2:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 250px;
  width: 250px;
  background: #ff6600;
  border-radius: 50%;
  filter: blur(50px);
  z-index: -1;
  top: -30%;
  left: -10%;
  transition: 0.3s;
  opacity: 0;
}
.counter-top-area.style2:hover {
  border-color: #ff6600;
}
.counter-top-area.style2:hover .rts-counter-list .count-text .count-number {
  border-color: #ff6600;
}
.counter-top-area.style2:hover:after {
  opacity: 0.5;
}
.counter-top-area.style3 .rts-counter-list .rts-counter-list-inner {
  display: flex;
  align-items: center;
}
.counter-top-area.style3 .rts-counter-list .rts-counter-list-inner .counter-icon img {
  width: 80px;
  height: 80px;
  padding: 20px;
  overflow: visible;
  border-radius: 50%;
}
.counter-top-area.style3 .rts-counter-list .text {
  font-weight: 400;
  line-height: 26px;
  margin-top: 17px;
}

.rt-elevate-about-warp .about-four-img {
  position: relative;
}
.rt-elevate-about-warp .about-four-img .thumbnail-1 {
  position: relative;
  max-width: -moz-max-content;
  max-width: max-content;
  z-index: 1;
}
.rt-elevate-about-warp .about-four-img .thumbnail-1:after {
  position: absolute;
  content: "";
  border: 1px solid #ff6600;
  height: 100%;
  width: 100%;
  left: 30px;
  top: 30px;
  z-index: -1;
}
.rt-elevate-about-warp .about-four-img .thumbnail-1 .experience {
  position: absolute;
  right: -220px;
  top: 0;
  display: flex;
  align-items: center;
  gap: 15px;
}
.rt-elevate-about-warp .about-four-img .thumbnail-1 .experience h3 {
  font-size: 86px;
  color: #ff6600;
}
.rt-elevate-about-warp .about-four-img .thumbnail-1 .experience span.plus {
  color: #ff6600;
  font-size: 20px;
  font-weight: 600;
}
.rt-elevate-about-warp .about-four-img .thumbnail-1 .experience span {
  color: #000000;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
}
.rt-elevate-about-warp .about-four-img .thumbnail-2 {
  position: absolute;
  top: 80px;
  right: 0;
  z-index: 2;
}
.rt-elevate-about-warp .about-four-img .thumbnail-2 img {
  border: 10px solid #fff;
  animation: jump-2 5s linear infinite;
}
.rt-elevate-about-warp .about-four-img .thumbnail-2 span {
  position: absolute;
  min-width: -moz-max-content;
  min-width: max-content;
  right: 9px;
  top: 9px;
  padding: 8px 30px;
  background: #ff6600;
  color: #fff;
  animation: jump-2 5s linear infinite;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.rt-elevate-about-warp.style2 .thumbnail-about-eight {
  position: relative;
}
.rt-elevate-about-warp.style2 .thumbnail-about-eight .experience-area {
  max-width: 203px;
  position: absolute;
  top: 42%;
  right: 40px;
  animation: jump-2 8s linear infinite;
  background: #fff;
  padding: 30px 40px;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.07);
}
.rt-elevate-about-warp.style2 .thumbnail-about-eight .experience-area .image-area {
  position: relative;
}
.rt-elevate-about-warp.style2 .thumbnail-about-eight .experience-area .image-area span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 600;
  font-size: 40px;
}
.rt-elevate-about-warp.style2 .thumbnail-about-eight .experience-area p {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #0C0A0A;
  margin: 0;
  margin-top: 12px;
}

.react-image {
  position: relative;
  width: 100%;
  height: 100%;
}
.react-image.yes .veritcal {
  animation-name: veritcal;
  animation-timing-function: linear;
  animation-duration: 12s;
  animation-iteration-count: infinite;
  position: absolute;
  right: 0;
  top: -150px;
}
@keyframes veritcal {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, 30px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.react-image.yes .veritcal_two {
  animation-name: veritcal_two;
  animation-timing-function: linear;
  animation-duration: 12s;
  animation-iteration-count: infinite;
}
@keyframes veritcal_two {
  0% {
    transform: translateY(100px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100px);
  }
}
.react-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);
  }
}
.react-image.yes .rotated_style {
  animation: rotate1 30s linear infinite;
  -webkit-animation: rotate1 30s linear infinite;
}
@keyframes rotate1 {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

.image-rotate {
  animation: rotation infinite 14s linear;
}

/* Rotation frame*/
@keyframes rotation {
  to {
    transform: rotate(360deg);
  }
}
.reveal-item {
  position: relative;
  display: block;
  overflow: hidden;
}

.reveal-item .reveal-animation {
  position: absolute;
  top: 0;
  width: 100%;
  height: 101%;
  background: #ff6600;
}

.reveal-item .reveal-animation::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition-property: transform;
  transition-duration: 1s;
}

.reveal-animation.reveal-primary::before {
  background: #0c0c0a;
}

.reveal-animation.reveal-dark::before {
  background: #000;
}

.reveal-animation.reveal-white::before {
  background: #000;
}

.reveal-animation.reveal-top.aos-animate::before,
.reveal-animation.reveal-bottom.aos-animate::before {
  transform: scaleY(1);
}

.reveal-animation.reveal-start.aos-animate::before,
.reveal-animation.reveal-end.aos-animate::before {
  transform: scaleX(1);
}

.reveal-animation.reveal-top::before {
  transform: scaleY(0);
  transform-origin: 0% 100%;
}

.reveal-animation.reveal-start::before {
  transform: scaleX(0);
  transform-origin: 100% 0%;
}

.reveal-animation.reveal-end::before {
  transform: scaleX(0);
  transform-origin: 0% 100%;
}

.reveal-animation.reveal-bottom::before {
  transform: scaleY(0);
  transform-origin: 100% 0%;
}

[data-aos=reveal-top],
[data-aos=reveal-start],
[data-aos=reveal-end],
[data-aos=reveal-bottom] {
  transition-property: transform;
  transition-delay: 1s;
}

[data-aos=reveal-top] {
  transform: scaleY(1);
}

[data-aos=reveal-top].aos-animate {
  transform: scaleY(0);
  transform-origin: 100% 0%;
}

[data-aos=reveal-start] {
  transform: scaleX(1);
}

[data-aos=reveal-start].aos-animate {
  transform: scaleX(0);
  transform-origin: 0% 100%;
}

[data-aos=reveal-end] {
  transform: scaleX(1);
}

[data-aos=reveal-end].aos-animate {
  transform: scaleX(0);
  transform-origin: 100% 0%;
}

[data-aos=reveal-bottom] {
  transform: scaleY(1);
}

[data-aos=reveal-bottom].aos-animate {
  transform: scaleY(0);
  transform-origin: 0% 100%;
}

[data-aos=reveal-item] {
  visibility: hidden;
  transition-property: visibility;
  transition-duration: 0s;
}

[data-aos=reveal-item].aos-animate {
  visibility: visible;
}

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;
  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;
}
rt-grid-figure .logo-img.logo-gray a:hover img {
  opacity: 80%;
}

.rts-mailchimp .mc4wp-form-fields {
  display: flex;
  align-items: baseline;
}
.rts-mailchimp .mc4wp-form-fields p {
  margin: 0;
}
.rts-mailchimp .mailchimp--submit {
  position: relative;
}
.rts-mailchimp .mailchimp--submit:after {
  position: absolute;
  content: "\e80f";
  left: 107px;
  top: 6px;
  color: #fff;
  font-family: "rt-icons";
}

.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;
}

.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: #ff6600;
  transition: all ease 0.3s;
}
.rts-addon-number .number-part .number-icon i {
  transition: all ease 0.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;
  -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;
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}
.rts-addon-number .number-part .number-icon:hover {
  color: #0c0a0a;
}
.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: #ff6600;
  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: #ff6600;
  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: rgba(232, 28, 46, 0.1019607843);
  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: #0C0A0A;
}
.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: #0C0A0A;
}
.rts-addon-number .number-part .number-text .number-title .title a {
  color: #0C0A0A;
}
.rts-addon-number .number-part .number-text .number-title .title a:hover {
  color: #ff6600;
}
.rts-addon-number .number-part .number-text .number-txt {
  color: #6e777d;
  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: #0c0a0a;
  transition: all ease 0.3s;
}
.rts-addon-number .number-part .number-text .number-btn-part .number-btn i {
  transition: all ease 0.3s;
}
.rts-addon-number .number-part .number-text .number-btn-part .number-btn:hover {
  color: #ff6600;
}
.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: #ff6600;
  position: absolute;
  transition: all 0.3s ease 0s;
  bottom: 0;
  left: 50%;
  z-index: 9;
  transform: translateX(-50%);
}
.rts-addon-number .number-part:hover .number-icon {
  color: #0c0a0a;
}
.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: #ff6600;
}
.rts-addon-number .number-part:hover .number-text .number-title .title a {
  color: #ff6600;
}
.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: #ff6600;
  transform: scaleY(0);
  transition: all 0.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 0.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 0.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;
}

.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);
}
.rt-portfolio-style1 .portfolio-item .portfolio-content {
  padding: 32px 5px 32px 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 .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: #ff6600;
  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 .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: #0c0a0a;
  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: #ff6600;
}
.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: #ff6600;
}
.rt-portfolio-style1 .slick-slider .slick-next:hover {
  background: #ff6600;
}
.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: #ff6600;
  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: #ff6600;
}
.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: #ff6600;
  color: #fff;
}

.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: #0c0a0a;
}
.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: #ff6600;
}
.rt-portfolio-style4 .portfolio-item .portfolio-content .product-price {
  font-weight: 700;
  color: #ff6600;
  margin-top: 6px;
  display: block;
}
.rt-portfolio-style4 .portfolio-item .portfolio-content p {
  margin-bottom: 0;
  color: #0c0a0a;
  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: #ff6600;
}
.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: #ff6600;
  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: #ff6600;
  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: #ff6600;
  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: #ff6600;
  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: #ff6600;
  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;
}

.rt-portfolio-style9 .rts-business-case-s-2 {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 0;
  width: 100%;
  transition: 1.3s;
}

.rt-portfolio-style9 .rts-business-case-s-2 img {
  overflow: hidden;
  transition: 1.3s;
  width: 100%;
}

.rt-portfolio-style9 .rts-business-case-s-2 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: #f60;
  background: #fff;
  z-index: 5;
  border-radius: 50%;
  transition: 1.3s;
}

.rt-portfolio-style9 .rts-business-case-s-2 .inner {
  position: absolute;
  background: #f8f8f8;
  bottom: -65%;
  left: 0;
  display: block;
  width: 100%;
  padding: 26.5px;
  transition: 1s;
}

.rt-portfolio-style9 .rts-business-case-s-2 .inner .p-category span, .rt-portfolio-style9 .rts-business-case-s-2 .inner .p-category a {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #6e777d;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.rt-portfolio-style9 .rts-business-case-s-2 .inner .title {
  font-weight: 600;
  font-size: 30px;
  line-height: 46px;
  color: #0c0a0a;
  margin-bottom: 5px;
}

.rt-portfolio-style9 .grid-item.swiper-slide.swiper-slide-active .rts-business-case-s-2 .inner {
  bottom: 0;
  opacity: 1;
}

.rt-portfolio-style9.grid-portfolio .rts-business-case-s-2:hover .inner {
  bottom: 30px;
  opacity: 1;
}

.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: #ff6600;
  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: #ff6600;
}

.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: #ff6600;
  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%);
}

.rs-skill-bar .skillbar {
  background: #eeeeee;
  display: inline-block;
  height: 6px;
  position: relative;
  width: 100%;
}
.rs-skill-bar .skillbar .skillbar-bar {
  background: #ff6600;
  height: 8px;
  width: 0;
  margin-bottom: 0;
}
.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: #0C0A0A;
}
.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 {
  animation: rs-progress-pie-stripes 1s linear infinite;
}
.rs-skill-bar.style1 .skillbar .skillbar-title {
  top: -20px;
}
.rs-skill-bar.style1 .skillbar .skill-bar-percent {
  right: 0;
  top: -20px;
}
.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;
}

.border-left-20 .react-addon-services.services-style2 .services-part .services-icon {
  margin-right: 20px;
}

.react-addon-services.gray_yes:hover img {
  filter: grayscale(100);
}
.react-addon-services.services-style3 {
  padding: 40px;
  border: 1px solid #E9E9E9;
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  transition: 0.3s;
}
.react-addon-services.services-style3:after {
  position: absolute;
  content: "";
  left: -10%;
  top: -30%;
  height: 250px;
  width: 250px;
  filter: blur(50px);
  background: #ff6600;
  z-index: -1;
  opacity: 0;
  transition: 0.3s;
}
.react-addon-services.services-style3 .services-part {
  display: block;
  padding: 0;
}
.react-addon-services.services-style3 .services-part .service--top .number {
  font-size: 60px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.1294117647);
  font-family: "Titillium Web", sans-serif;
}
.react-addon-services.services-style3 .services-part .service--top .services-icon {
  padding: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
.react-addon-services.services-style3 .services-part .service--top .services-icon img {
  margin-top: 0;
  border-radius: 0;
  transition: 1.3s;
  max-height: -moz-max-content;
  max-height: max-content;
}
.react-addon-services.services-style3 .services-part .service--top .services-icon img:hover {
  transform: scale(1.1);
}
.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: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #0C0A0A;
  margin-bottom: 0;
}
.react-addon-services.services-style3 .services-part .service--top .services-title .title a {
  color: #0C0A0A;
}
.react-addon-services.services-style3 .services-part .service--top .services-title .title a:hover {
  color: #ff6600;
}
.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: #6e777d;
  line-height: 22px;
}
.react-addon-services.services-style3 .services-part .services--bottom .services-btn {
  border: 1px solid #E9E9E9;
  display: inline-block;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  padding: 15px 28px;
  color: #0C0A0A;
}
.react-addon-services.services-style3 .services-part .services--bottom .services-btn:hover {
  background: #ff6600;
  color: #fff;
}
.react-addon-services.services-style3:hover {
  border-color: #ff6600;
}
.react-addon-services.services-style3:hover:after {
  opacity: 0.6;
}
.react-addon-services.services-style4 .rts-single-service-three {
  display: flex;
  padding: 30px;
  border: 1px solid #E1E1E1;
}
.react-addon-services.services-style4 .rts-single-service-three .thumbnail-area {
  overflow: hidden;
  position: relative;
  flex-basis: 56%;
  text-align: center;
}
.react-addon-services.services-style4 .rts-single-service-three .thumbnail-area svg {
  width: 60px;
  height: 60px;
}
.react-addon-services.services-style4 .rts-single-service-three .thumbnail-area img {
  max-width: 100%;
  transition: 0.3s;
  min-width: -moz-max-content;
  min-width: max-content;
  width: -moz-max-content;
  width: max-content;
}
.react-addon-services.services-style4 .rts-single-service-three .thumbnail-area:hover img {
  transform: scale(1.05);
}
.react-addon-services.services-style4 .rts-single-service-three .content-area {
  margin-left: 22px;
}
.react-addon-services.services-style4 .rts-single-service-three .content-area a .title {
  margin-bottom: 9px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E1E1E1;
  transition: 0.3s;
}
.react-addon-services.services-style4 .rts-single-service-three .content-area a .title:hover {
  color: #ff6600;
}
.react-addon-services.services-style4 .rts-single-service-three .content-area p.disc {
  margin-bottom: 5px;
}
.react-addon-services.services-style4 .rts-single-service-three .content-area a.read-more-btn {
  display: flex;
  align-items: center;
  color: #0C0A0A;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  font-family: "Titillium Web", sans-serif;
  transition: 0.3s;
}
.react-addon-services.services-style4 .rts-single-service-three .content-area a.read-more-btn i {
  margin-left: 7px;
  transition: 0.3s;
  margin-bottom: -3px;
}
.react-addon-services.services-style4 .rts-single-service-three .content-area a.read-more-btn:hover {
  color: #ff6600;
}
.react-addon-services.services-style4 .rts-single-service-three .content-area a.read-more-btn:hover i {
  margin-left: 10px;
}
.react-addon-services.services-style5 .single-service-four {
  position: relative;
  height: 100%;
  background: #171717;
  padding: 0;
}
.react-addon-services.services-style5 .single-service-four .thumbnail img {
  margin-top: 0;
}
.react-addon-services.services-style5 .single-service-four:hover .thumbnail img {
  transform: scale(1.2);
}
.react-addon-services.services-style5 .single-service-four:hover .thumbnail::after {
  left: -50px;
  top: -50px;
}
.react-addon-services.services-style5 .single-service-four:hover .services-text .rts-btn {
  transform: scale(1);
}
.react-addon-services.services-style5 .single-service-four .icon-area {
  position: absolute;
  top: 42px;
  left: 40px;
  background: #FFFFFF;
  width: 100px;
  height: 100px;
  padding: 20px;
  display: flex;
}
.react-addon-services.services-style5 .single-service-four .thumbnail {
  display: block;
  overflow: hidden;
  position: relative;
}
.react-addon-services.services-style5 .single-service-four .thumbnail::after {
  position: absolute;
  content: "";
  height: 150px;
  width: 150px;
  background: #ff6600;
  filter: blur(50px);
  left: -250px;
  top: -250px;
  transition: 0.3s;
}
.react-addon-services.services-style5 .single-service-four .thumbnail img {
  width: 100%;
  transition: 0.3s;
}
.react-addon-services.services-style5 .single-service-four .services-text {
  padding: 32px 40px;
  position: relative;
}
.react-addon-services.services-style5 .single-service-four .services-text a.rts-btn {
  position: absolute;
  right: 25px;
  top: -25px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 20px;
  text-transform: capitalize;
  transform: scaleY(0);
  transition: 0.3s;
}
.react-addon-services.services-style5 .single-service-four .services-text a.rts-btn i {
  font-size: 14px;
}
.react-addon-services.services-style5 .single-service-four .services-text span {
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  color: #424242;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Titillium Web", sans-serif;
}
.react-addon-services.services-style5 .single-service-four .services-text a .title {
  color: #fff;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 37px;
  letter-spacing: 0.02em;
  transition: 0.3s;
}
.react-addon-services.services-style5 .single-service-four .services-text a:hover .title {
  color: #ff6600;
}
.react-addon-services.services-style9 .service-area-eight {
  position: relative;
  overflow: hidden;
}
.react-addon-services.services-style9 .service-area-eight .thumbnail img {
  width: 100%;
}
.react-addon-services.services-style9 .service-area-eight .badge-area {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  opacity: 1;
  background: #0C0A0A;
  padding: 7px 30px;
  transition: 0.5s;
}
.react-addon-services.services-style9 .service-area-eight .badge-area span {
  font-weight: 500;
  font-size: 22px;
  line-height: 37px;
  color: #fff;
}
.react-addon-services.services-style9 .service-area-eight .badge-area .icon {
  -webkit-clip-path: polygon(49% 18%, 100% 0, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(49% 18%, 100% 0, 100% 100%, 0 100%, 0 0);
  background: #ff6600;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -1px;
  bottom: -1px;
}
.react-addon-services.services-style9 .service-area-eight .badge-area .icon svg {
  margin-top: 13px;
}
.react-addon-services.services-style9 .service-area-eight .hov-area {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(23, 23, 23, 0.9254901961);
  padding: 40px;
  opacity: 0;
  transform: translateY(-100%);
  transition: 0.5s;
}
.react-addon-services.services-style9 .service-area-eight .hov-area .badge {
  position: absolute;
  right: 0;
  top: 0;
  height: 100px;
  width: 100px;
  background: #ff6600;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 50% 79%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% 100%, 50% 79%, 0 100%, 0 0);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.react-addon-services.services-style9 .service-area-eight .hov-area .badge svg {
  margin-top: -30px;
}
.react-addon-services.services-style9 .service-area-eight .hov-area .title {
  margin-top: 40px;
  color: #fff;
}
.react-addon-services.services-style9 .service-area-eight .hov-area .disc {
  color: #fff;
  margin-bottom: 10px;
}
.react-addon-services.services-style9 .service-area-eight .hov-area ul {
  margin: 0;
}
.react-addon-services.services-style9 .service-area-eight .hov-area ul li {
  list-style: none;
  color: #fff;
}
.react-addon-services.services-style9 .service-area-eight .hov-area ul li::before {
  content: "\e812";
  font-family: "rt-icons";
  margin-right: 12px;
}
.react-addon-services.services-style9 .service-area-eight .hov-area .check-area .single-check {
  display: flex;
  align-items: center;
}
.react-addon-services.services-style9 .service-area-eight .hov-area .check-area .single-check p {
  color: #fff;
  font-weight: 300;
}
.react-addon-services.services-style9 .service-area-eight .hov-area .check-area .single-check i {
  margin-right: 12px;
}
.react-addon-services.services-style9 .service-area-eight .hov-area .button {
  margin-top: 15px;
}
.react-addon-services.services-style9 .service-area-eight .hov-area .button a {
  color: #fff;
  transition: 0.3s;
}
.react-addon-services.services-style9 .service-area-eight .hov-area .button a i {
  margin-left: 6px;
}
.react-addon-services.services-style9 .service-area-eight .hov-area .button a:hover {
  color: #ff6600;
}
.react-addon-services.services-style9:hover .badge-area {
  opacity: 0;
  transform: translateY(100%);
}
.react-addon-services.services-style9:hover .hov-area {
  opacity: 1;
  transform: translateY(0);
}
.react-addon-services.services-style10 .rts-single-process-wrapper-eight {
  background: #fff;
  padding: 40px;
  position: relative;
  transition: 0.3s;
  border-right: 1px solid #F1F1F1;
  box-shadow: 0px 15px 62px rgba(0, 0, 0, 0.04);
  height: 100%;
}
.react-addon-services.services-style10 .rts-single-process-wrapper-eight .border-none {
  border-right: none;
}
.react-addon-services.services-style10 .rts-single-process-wrapper-eight .icon-1 {
  display: block;
  height: 108px;
  width: 108px;
  border: 2px dotted #D9D9D9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  background: transparent;
}
.react-addon-services.services-style10 .rts-single-process-wrapper-eight .icon-1::after {
  position: absolute;
  content: "";
  height: 88px;
  width: 88px;
  background: #ffffff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
  transition: 0.3s;
}
.react-addon-services.services-style10 .rts-single-process-wrapper-eight .title {
  margin-bottom: 10px;
  transition: 0.3s;
}
.react-addon-services.services-style10 .rts-single-process-wrapper-eight p.disc {
  margin-bottom: 0;
  transition: 0.3s;
}
.react-addon-services.services-style10 .rts-single-process-wrapper-eight .icon {
  position: absolute;
  bottom: -26px;
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.react-addon-services.services-style10 .rts-single-process-wrapper-eight .icon i {
  color: #ff6600;
}
.react-addon-services.services-style10 .rts-single-process-wrapper-eight:hover {
  background: #ff6600;
}
.react-addon-services.services-style10 .rts-single-process-wrapper-eight:hover .title {
  color: #fff;
}
.react-addon-services.services-style10 .rts-single-process-wrapper-eight:hover p.disc {
  color: #fff;
}
.react-addon-services.services-style11 .rts-single-project-one {
  background: #FFFFFF;
  border-radius: 5px;
}
.react-addon-services.services-style11 .rts-single-project-one .thumbnail {
  display: block;
  overflow: hidden;
  border-radius: 5px 5px 0px 0px;
  position: relative;
}
.react-addon-services.services-style11 .rts-single-project-one .thumbnail .icon {
  position: absolute;
  bottom: 0;
  left: 0;
}
.react-addon-services.services-style11 .rts-single-project-one .thumbnail .icon svg {
  width: 90px;
  height: 90px;
  text-align: center;
  padding: 25px;
  display: block;
  background: #FFFFFF;
  border-radius: 0;
  transform: scale(1) !important;
}
.react-addon-services.services-style11 .rts-single-project-one .thumbnail img {
  border-radius: 5px 5px 0 0;
  transition: 1.3s;
  transform: scale(1);
  width: 100%;
}
.react-addon-services.services-style11 .rts-single-project-one .thumbnail img:hover {
  transform: scale(1.15);
}
.react-addon-services.services-style11 .rts-single-project-one .project-inner {
  background: #171717;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.react-addon-services.services-style11 .rts-single-project-one .project-inner .content .title {
  color: #ffffff;
  margin-bottom: 10px;
  transition: 0.3s;
}
.react-addon-services.services-style11 .rts-single-project-one .project-inner .content .title:hover {
  color: #ff6600;
}
.react-addon-services.services-style11 .rts-single-project-one .project-inner .content .pre-title {
  color: #424242;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
}
.react-addon-services.services-style11 .rts-single-project-one .project-inner .icon a {
  background: #ff6600;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: block;
  color: #ffffff;
}
.react-addon-services.services-style12 .working-step-nine {
  text-align: center;
  background: #fff;
  padding: 50px;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.react-addon-services.services-style12 .working-step-nine::after {
  position: absolute;
  content: "";
  left: 0;
  top: -150px;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background: #ff6600;
  filter: blur(50px);
  opacity: 0;
  transition: 0.6s;
}
.react-addon-services.services-style12 .working-step-nine .icon {
  width: 120px;
  height: 120px;
  background: #F3F3F3;
  border-radius: 50%;
  overflow: visible;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-bottom: 20px;
}
.react-addon-services.services-style12 .working-step-nine .wrapper-inner span {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.1em;
}
.react-addon-services.services-style12 .working-step-nine .wrapper-inner .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 37px;
  color: #0C0A0A;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
  transition: 0.3s;
}
.react-addon-services.services-style12 .working-step-nine .wrapper-inner p.disc {
  margin: 0;
}
.react-addon-services.services-style12 .working-step-nine:hover {
  background: #171717;
}
.react-addon-services.services-style12 .working-step-nine:hover::after {
  opacity: 1;
  top: -50px;
}
.react-addon-services.services-style12 .working-step-nine:hover .wrapper-inner .title {
  color: #fff !important;
}
.react-addon-services.services-style13 .service-area-main-wrapper-ten {
  background: #fff;
}
.react-addon-services.services-style13 .service-area-main-wrapper-ten .thumbnail {
  position: relative;
}
.react-addon-services.services-style13 .service-area-main-wrapper-ten .thumbnail img {
  width: 100%;
}
.react-addon-services.services-style13 .service-area-main-wrapper-ten .thumbnail .icon {
  position: absolute;
  bottom: -60px;
  transform: translateX(-50%);
  left: 50%;
  height: 150px;
  width: 150px;
  background: #F8F8F8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.react-addon-services.services-style13 .service-area-main-wrapper-ten .content-area-start {
  padding: 45px;
  text-align: center;
  margin-top: 40px;
}
.react-addon-services.services-style13 .service-area-main-wrapper-ten .content-area-start .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 37px;
  margin-bottom: 8px;
}
.react-addon-services.services-style13 .service-area-main-wrapper-ten .content-area-start p.disc {
  margin-bottom: 20px;
}
.react-addon-services.services-style13 .service-area-main-wrapper-ten .content-area-start .service_btn {
  background: #ff6600;
  padding: 20px 33px;
  font-family: "Titillium Web", sans-serif;
  line-height: 10px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: 0.3s;
  border-radius: 2px;
  display: inline-block;
  position: relative;
  margin: auto;
  color: #fff;
  z-index: 1;
  overflow: hidden;
}
.react-addon-services.services-style13 .service-area-main-wrapper-ten .content-area-start .service_btn::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #0C0A0A;
  transform: translateY(100%);
  transition: 0.3s;
  transition-delay: 0.1s;
  z-index: -1;
}
.react-addon-services.services-style13 .service-area-main-wrapper-ten .content-area-start .service_btn:hover::after {
  transform: translateY(0%);
}
.react-addon-services.services-style14 .rts-single-project-one .thumbnail {
  display: block;
  overflow: hidden;
}
.react-addon-services.services-style14 .rts-single-project-one .thumbnail img {
  width: 100%;
  transition: 0.5s;
}
.react-addon-services.services-style14 .rts-single-project-one .thumbnail :hover {
  transform: scale(1.1);
}
.react-addon-services.services-style14 .rts-single-project-one .body {
  padding: 26px 30px;
  background: #171717;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.react-addon-services.services-style14 .rts-single-project-one .body a {
  display: block;
  margin-left: -30px;
}
.react-addon-services.services-style14 .rts-single-project-one .body a .title {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
}
.react-addon-services.services-style14 .rts-single-project-one .body span {
  text-align: right;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  color: transparent;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: #3e3e3e;
}

.react-addon-services.services-style1 {
  position: relative;
  cursor: default;
}
.react-addon-services.services-style1 .services-icon {
  background: #fff;
}
.react-addon-services.services-style1 .services-btn-part a i {
  margin-left: 6px;
  transition: 0.3s;
}
.react-addon-services.services-style1:hover i {
  margin-left: 10px !important;
  font-weight: bold;
}
.react-addon-services.services-style1 .services-title h3 {
  margin-bottom: 4px !important;
}
.react-addon-services .services-part {
  position: relative;
  padding: 60px 50px 50px;
  overflow: hidden;
}
.react-addon-services .services-part .services-icon {
  padding: 5px;
  font-size: 50px;
  line-height: 50px;
  color: #ff6600;
  transition: all ease 0.3s;
}
.react-addon-services .services-part .services-icon i {
  transition: all ease 0.3s;
}
.react-addon-services .services-part .services-icon i:before {
  margin: 0;
}
.react-addon-services .services-part .services-icon:hover {
  color: #0c0a0a;
}
.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: #ff6600;
  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: "Archivo", sans-serif;
}
.react-addon-services .services-part .services-text .services-title {
  position: relative;
}
.react-addon-services .services-part .services-text .services-title span.service_number {
  position: absolute;
  content: "";
  right: 0;
  top: 0%;
  transform: translateY(-50%);
  font-size: 100px;
  font-weight: 700;
  font-family: "Titillium Web", sans-serif;
  color: rgba(0, 0, 0, 0.05);
}
.react-addon-services .services-part .services-text .services-title .title {
  font-size: 24px;
  margin: 0 0 10px;
  color: #0C0A0A;
}
.react-addon-services .services-part .services-text .services-title .title a {
  color: #0C0A0A;
}
.react-addon-services .services-part .services-text .services-title .title a:hover {
  color: #ff6600;
}
.react-addon-services .services-part .services-text .services-txt {
  color: #6e777d;
  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: #0c0a0a;
  transition: all ease 0.3s;
}
.react-addon-services .services-part .services-text .services-btn-part .services-btn:hover {
  color: #ff6600;
}
.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;
  margin-top: 30px;
}
.react-addon-services.services-style2 .rts-single-service-inner {
  border-radius: 5px;
  background: #ffffff;
  overflow: hidden;
}
.react-addon-services.services-style2 .rts-single-service-inner .services-image {
  position: relative;
  overflow: hidden;
}
.react-addon-services.services-style2 .rts-single-service-inner .services-image img {
  border-radius: 5px 5px 0 0;
  transition: 1.3s;
  transform: scale(1);
  width: 100%;
}
.react-addon-services.services-style2 .rts-single-service-inner .services-image img:hover {
  transform: scale(1.15);
}
.react-addon-services.services-style2 .rts-single-service-inner .services-image .img-batch span {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 69px;
  height: 69px;
  background: #ff6600;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 24px;
  line-height: 37px;
  border-radius: 5px 0 0 0;
}
.react-addon-services.services-style2 .rts-single-service-inner .service-content {
  background: #ffffff;
  border-radius: 0 0 5px 5px;
  padding: 40px 40px 30px;
}
.react-addon-services.services-style2 .rts-single-service-inner .service-content .services-title .title {
  color: #0C0A0A;
  font-size: 24px;
  text-transform: capitalize;
  line-height: 1.24;
  margin-bottom: 10px;
  transition: 0.3s;
}
.react-addon-services.services-style2 .rts-single-service-inner .service-content .services-title .title:hover {
  color: #ff6600;
}
.react-addon-services.services-style2 .rts-single-service-inner .service-content .services-title .title a {
  color: #0C0A0A;
  font-size: 24px;
  text-transform: capitalize;
  line-height: 1.24;
  margin-bottom: 10px;
  transition: 0.3s;
}
.react-addon-services.services-style2 .rts-single-service-inner .service-content .services-title .title a:hover {
  color: #ff6600;
}
.react-addon-services.services-style2 .rts-single-service-inner .service-content .services-txt {
  margin-bottom: 20px;
}
.react-addon-services.services-style2 .rts-single-service-inner .service-content .services-btn-part .services-btn {
  padding: 15px 28px;
  font-size: 14px;
}

.gap-30 .services-icon {
  display: none;
}

.service-one-inner-four {
  background: #fff;
}
.service-one-inner-four .content {
  padding: 50px;
}
.service-one-inner-four .content .icon {
  padding: 20px;
  width: 100px;
  height: 100px;
  background: #F2F2F2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  transition: 0.3s;
}
.service-one-inner-four .content .title {
  font-weight: 600;
  margin-bottom: 10px;
}
.service-one-inner-four .content .disc p {
  margin-bottom: 0;
}
.service-one-inner-four .big-thumbnail-area {
  position: relative;
}
.service-one-inner-four .big-thumbnail-area img {
  border-top: 2px solid #ff6600;
}
.service-one-inner-four .big-thumbnail-area a.rts-btn {
  position: absolute;
  left: 50px;
  top: 0;
  border-radius: 0;
  overflow: hidden;
  z-index: 1;
  text-transform: uppercase;
  padding: 14px 33px;
}
.service-one-inner-four .big-thumbnail-area a.rts-btn:after {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  content: "";
  background: #0C0A0A;
  transform: translateY(110%);
  transition: 0.3s;
  transition-delay: 0.1s;
  z-index: -1;
}
.service-one-inner-four .big-thumbnail-area a.rts-btn:hover {
  color: #ffffff;
}
.service-one-inner-four .big-thumbnail-area a.rts-btn:hover:after {
  transform: translateY(0);
}
.service-one-inner-four:hover .content .icon {
  background: #ff6600;
}
.service-one-inner-four:hover .content .icon path {
  fill: #ffffff;
}

.rt-service--slider .swiper-pagination-bullet {
  margin: 0 15px !important;
}
.rt-service--slider .swiper-pagination-bullet-active {
  background: #ff6600;
  position: relative;
}
.rt-service--slider .swiper-pagination-bullet-active:after {
  border: 2px solid #ff6600;
  width: 20px;
  height: 20px;
  line-height: 20px;
  content: "";
  position: absolute;
  border-radius: 50%;
  top: -7px;
  left: -7px;
}

.slider-inner-wrapper .trasted-client {
  position: absolute;
  left: 60px;
  top: 60px;
  z-index: 2;
  max-width: 300px;
}
.slider-inner-wrapper .trasted-client span {
  margin-bottom: 44px;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  font-family: "Titillium Web", sans-serif;
  text-transform: uppercase;
  color: #0C0A0A;
  background: #ffffff;
}
.slider-inner-wrapper .rt--slider.slider-style2 .slider-subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  margin-top: 11px;
  margin-bottom: 10px !important;
}
.slider-inner-wrapper .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;
}
.slider-inner-wrapper .rt--slider.slider-style2 .rt-slider-navigation .rt-slider-next,
.slider-inner-wrapper .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;
}
.slider-inner-wrapper .rt--slider.slider-style2 .rt-slider-navigation .rt-slider-next i,
.slider-inner-wrapper .rt--slider.slider-style2 .rt-slider-navigation .rt-slider-prev i {
  border-radius: 6px 6px 0px 0px;
}
.slider-inner-wrapper .rt--slider.slider-style2 .rt-slider-navigation .rt-slider-next:hover i,
.slider-inner-wrapper .rt--slider.slider-style2 .rt-slider-navigation .rt-slider-prev:hover i {
  background: #ffbd27;
}
.slider-inner-wrapper .rt--slider.slider-style2 .rt-slider-navigation .rt-slider-next {
  border-radius: 0px 0px 6px 6px;
}
.slider-inner-wrapper .rt--slider.slider-style2 .rt-slider-navigation .rt-slider-next i {
  border-radius: 0px 0px 6px 6px;
}
.slider-inner-wrapper .rt--slider.slider-style2 .single--item {
  position: relative;
  padding: 60px 50px 60px 60px;
}
.slider-inner-wrapper .rt--slider.slider-style2 .single--item .content--box {
  display: flex;
  align-items: center;
}
.slider-inner-wrapper .rt--slider.slider-style2 .single--item .content--box .banner-image {
  margin-top: 125px;
  margin-left: 50px;
  width: 90%;
}
.slider-inner-wrapper .rt--slider.slider-style2 .single--item .content--box .slider-subtitle {
  margin: 0;
}
.slider-inner-wrapper .rt--slider.slider-style2 .single--item .content--box .slider-title {
  font-size: 20px;
  font-weight: 600;
  color: #0C0A0A;
  line-height: 29px;
}
.slider-inner-wrapper .rt--slider.slider-style2 .single--item .content--box .slider-title .slider-subtitle {
  margin-left: 2px;
  color: #ff6600;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}
.slider-inner-wrapper .rt--slider.slider-style2 .single--item .content--box .slider-btn {
  margin-top: 40px;
}
.slider-inner-wrapper .rt--slider.slider-style2 .single--item .description {
  margin-left: 30px;
}
.slider-inner-wrapper .rt--slider.slider-style2 .single--item .description .desc {
  font-weight: 400;
  font-size: 36px;
  line-height: 46px;
  font-family: "Titillium Web", sans-serif;
  color: #0C0A0A;
  margin-bottom: 40px;
}
.slider-inner-wrapper .rt--slider.slider-style2 .single--item .review-body .desc {
  margin: 30px 0;
  border-bottom: 2px solid #E9ECF1;
  padding-bottom: 5px;
}
.slider-inner-wrapper .rt--slider.slider-style2 .single--item .review-body .star-rating .star {
  position: relative;
  color: #ff6600;
  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;
}
.slider-inner-wrapper .rt--slider.slider-style2 .single--item .banner-image {
  position: relative;
}
.slider-inner-wrapper .rt--slider.slider-style2 .single--item .banner-image .quote {
  position: absolute;
  left: -30px;
  bottom: -25px;
}
.slider-inner-wrapper .rt--slider.slider-style2 .single--item .review-end {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.slider-inner-wrapper .rt--slider.slider-style1 .slider-subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  margin-top: 11px;
  margin-bottom: 10px !important;
}
.slider-inner-wrapper .rt--slider.slider-style1 .rt-slider-navigation {
  margin: 0;
  position: absolute;
  top: 50%;
  right: 1%;
  left: unset;
  transform: translate(-50%, -50%);
  z-index: 260;
  width: 60px;
}
.slider-inner-wrapper .rt--slider.slider-style1 .rt-slider-navigation .rt-slider-next,
.slider-inner-wrapper .rt--slider.slider-style1 .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;
}
.slider-inner-wrapper .rt--slider.slider-style1 .rt-slider-navigation .rt-slider-next i,
.slider-inner-wrapper .rt--slider.slider-style1 .rt-slider-navigation .rt-slider-prev i {
  border-radius: 6px 6px 0px 0px;
}
.slider-inner-wrapper .rt--slider.slider-style1 .rt-slider-navigation .rt-slider-next:hover i,
.slider-inner-wrapper .rt--slider.slider-style1 .rt-slider-navigation .rt-slider-prev:hover i {
  background: #ffbd27;
}
.slider-inner-wrapper .rt--slider.slider-style1 .rt-slider-navigation .rt-slider-next {
  border-radius: 0px 0px 6px 6px;
}
.slider-inner-wrapper .rt--slider.slider-style1 .rt-slider-navigation .rt-slider-next i {
  border-radius: 0px 0px 6px 6px;
}
.slider-inner-wrapper .rt--slider.slider-style1 .single--item {
  position: relative;
  background: #ffffff;
  padding: 45px;
  box-shadow: 0px 14px 70px rgba(0, 0, 0, 0.07);
}
.slider-inner-wrapper .rt--slider.slider-style1 .single--item .content--box {
  display: flex;
  align-items: center;
}
.slider-inner-wrapper .rt--slider.slider-style1 .single--item .content--box .slider-subtitle {
  margin: 0;
}
.slider-inner-wrapper .rt--slider.slider-style1 .single--item .content--box .slider-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 3px;
}
.slider-inner-wrapper .rt--slider.slider-style1 .single--item .content--box .slider-btn {
  margin-top: 40px;
}
.slider-inner-wrapper .rt--slider.slider-style1 .single--item .description {
  margin-left: 30px;
}
.slider-inner-wrapper .rt--slider.slider-style1 .single--item .review-body .desc {
  margin-bottom: 30px;
  border-bottom: 1px solid #F1F1F1;
  padding-bottom: 5px;
  padding-top: 30px;
}
.slider-inner-wrapper .rt--slider.slider-style1 .single--item .review-body .star-rating .star {
  position: relative;
  color: #ff6600;
  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;
}
.slider-inner-wrapper .rt--slider.slider-style1 .single--item .banner-image {
  position: relative;
}
.slider-inner-wrapper .rt--slider.slider-style1 .single--item .banner-image .quote {
  position: absolute;
  top: 0px;
  right: -17px;
  top: 16px;
}
.slider-inner-wrapper .rt--slider.slider-style1 .single--item .review-end {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.slider-inner-wrapper .rt--slider.slider-style3 .about-inner-wrapper-inner {
  padding-left: 65px;
  max-width: 530px;
}
.slider-inner-wrapper .rt--slider.slider-style3 .about-inner-wrapper-inner .slider-title {
  font-size: 42px;
  font-weight: 600;
}
.slider-inner-wrapper .rt--slider.slider-style3 .swiper-pagination {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: grid;
  background: #fff;
  border-radius: 20px;
  left: 96%;
  width: 32px;
  height: 65px;
  padding: 17px 6px 12px;
}
.slider-inner-wrapper .rt--slider.slider-style3 .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
}

.rt-slider-navigation {
  display: flex;
  align-items: center;
  justify-content: end;
  position: absolute;
  right: 30px;
  bottom: 27px;
  z-index: 1;
}
.rt-slider-navigation .rt-slider-prev i,
.rt-slider-navigation .rt-slider-next i {
  font-size: 26px;
  padding: 15px 18px;
  background: #ff6600;
  color: #ffffff;
  font-weight: 200;
  transition: 0.3s;
}
.rt-slider-navigation .rt-slider-prev i:hover {
  background: #0C0A0A;
}
.rt-slider-navigation .rt-slider-next i:hover {
  background: #0C0A0A;
}

.rts-tab-style-one .button-area {
  padding: 30px;
  border: 1px solid #EDEFF3;
  border-radius: 20px;
  background: #fff;
  text-align: left;
  min-width: -moz-max-content;
  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;
  border-radius: 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: -moz-max-content;
  max-width: max-content;
}
.rts-tab-style-one.horizontal .d-flex.contoler-company {
  display: block !important;
}
.rts-tab-style-one.horizontal .d-flex.contoler-company .flex-column {
  flex-direction: row !important;
  display: flex;
  align-items: flex-start;
}
.rts-tab-style-one.horizontal .d-flex.contoler-company .flex-column.button-area {
  padding: 10px 30px;
  border: 1px solid #EDEFF3;
  border-radius: 20px;
  background: #fff;
  text-align: left;
  min-width: -moz-max-content;
  min-width: max-content;
  margin-bottom: 30px;
}
.rts-tab-style-one.horizontal .d-flex.contoler-company .flex-column.button-area button:last-child {
  padding-bottom: 20px;
  border-bottom: 1px solid #EDEFF3;
}

@media only screen and (max-width: 1024px) {
  .rstab-main.vertical ul.nav {
    margin-right: 0;
  }
  .rts-tab-content-one {
    animation: slide-down 2.5s ease-out;
  }
  .rstab-main.vertical ul.nav.bubble li a.active:after {
    display: none;
  }
}
.team-grid-style1 .team-item {
  overflow: visible;
}
.team-grid-style1 .team-item .team-inner-wrap {
  border-radius: 8px;
  overflow: hidden;
}
.team-grid-style1 .team-item .social-icons1 {
  text-align: center;
  margin-top: 14px;
}
.team-grid-style1 .team-item .social-icons1 a i {
  color: #fff;
  font-size: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  transition: 0.3s all ease;
  border-radius: 50%;
  margin: 0;
}
.team-grid-style1 .team-item .image-wrap {
  position: relative;
  overflow: hidden;
}
.team-grid-style1 .team-item .image-wrap .social-icons1 {
  position: absolute;
  right: -50px;
  bottom: 0;
  width: 50px;
  background: #ff6600;
  padding: 12px 0;
  opacity: 0;
  visibility: hidden;
  transition: 1.3s;
}
.team-grid-style1 .team-item .image-wrap .social-icons1 a {
  padding: 0;
  background: transparent;
}
.team-grid-style1 .team-item .image-wrap .social-icons1 a i {
  background: transparent;
}
.team-grid-style1 .team-item .image-wrap .social-icons1 a:hover i {
  color: #0C0A0A;
  background: transparent;
}
.team-grid-style1 .team-item :hover .image-wrap .social-icons1 {
  right: 0;
  width: 50px;
  opacity: 1;
  visibility: visible;
}
.team-grid-style1 .team-item .team-content {
  text-align: center;
  margin: 0;
  padding: 28px 28px 25px;
  background: #ff6600;
  margin-bottom: 20px;
  position: unset;
  opacity: 1;
}
.team-grid-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 {
  text-decoration: none;
  color: #ffffff;
}
.team-grid-style1 .team-item .team-content h3.team-name a:hover {
  color: #c4c4c4;
}
.team-grid-style1 .team-item .team-content span.team-title {
  text-transform: uppercase;
  font-family: "Titillium Web", sans-serif;
  font-size: 14px;
  color: #ffffff;
}
.team-grid-style1 .team-item .social-icons {
  display: none;
}

.team-grid-style2 {
  padding-bottom: 110px !important;
}
.team-grid-style2 .team-inner-wrap {
  position: relative;
  margin-bottom: 35px;
  padding-top: 20px;
}
.team-grid-style2 .team-inner-wrap .image-wrap {
  border-radius: 15px;
  overflow: hidden;
}
.team-grid-style2 .team-inner-wrap a {
  text-decoration: none;
}
.team-grid-style2 .team-inner-wrap .team-img-sec {
  position: relative;
}
.team-grid-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 {
  margin-bottom: 0;
}
.team-grid-style2 .team-content {
  position: absolute;
  left: 0;
  bottom: -20%;
  background: #fff;
  border-radius: 0 15px 15px 15px;
  box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.0705882353);
  text-align: center;
}
.team-grid-style2 .team-content .header {
  padding: 30px 82px 22px 82px;
  border-bottom: 1px solid #F0F0F0;
}
.team-grid-style2 .team-content .header .team-name {
  margin-bottom: 3px;
}
.team-grid-style2 .team-content .header .team-name a {
  color: #1C2539;
}
.team-grid-style2 .team-content .header .team-title {
  color: #F64A00;
}
.team-grid-style2 .team-content .social-icons {
  padding: 27px 0 36px 0;
  display: flex;
  justify-content: center;
}
.team-grid-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 {
  margin-right: 0;
}
.team-grid-style2 .team-content .social-icons a i {
  font-size: 14px;
  color: #1C2539;
  transition: 0.3s;
}
.team-grid-style2 .team-content .social-icons a:hover {
  background: #F64A00;
}
.team-grid-style2 .team-content .social-icons a:hover i {
  color: #fff;
}

.team-grid-style2 .team-inner-wrap {
  margin-bottom: 95px;
}

.team-grid-style3 .style3 {
  margin-bottom: 60px;
}
.team-grid-style3 .team-item {
  padding: 25px;
  position: relative;
}
.team-grid-style3 .team-item:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 200px solid #0c0a0a;
  border-right: 200px solid transparent;
  left: 0px;
  top: -10px;
}
.team-grid-style3 .team-item:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 200px solid #0c0a0a;
  border-left: 200px solid transparent;
  right: 0px;
  bottom: -10px;
}
.team-grid-style3 .team-item img {
  position: relative;
  z-index: 99;
}
.team-grid-style3 .team-item .team-inner-wrap {
  position: relative;
}
.team-grid-style3 .team-item .team-inner-wrap:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #0c0a0a;
  opacity: 0.8;
  left: 0;
  top: 0;
  z-index: 100;
  opacity: 0;
  transition: 1.3s;
}
.team-grid-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: 1.3s;
}
.team-grid-style3 .team-item .team-content .team-name {
  margin-bottom: 0;
  font-size: 20px;
}
.team-grid-style3 .team-item .team-content .team-name a {
  color: #fff;
}
.team-grid-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 {
  color: #fff;
  margin-right: 12px;
  font-size: 16px;
}
.team-grid-style3 .team-item .team-content .social-icons a:last-child {
  margin-right: 0;
}
.team-grid-style3 .team-item .team-content .social-icons a:hover {
  opacity: 0.8;
}
.team-grid-style3 .team-item:hover .team-content {
  opacity: 1;
  width: 100%;
  top: 50%;
}
.team-grid-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 {
  overflow-y: visible;
}
.team-grid-style4 .team-item {
  margin-bottom: 125px;
  position: relative;
  overflow: visible;
}
.team-grid-style4 .team-item:before {
  display: none;
}
.team-grid-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 rgba(0, 0, 0, 0.0705882353);
  left: 50%;
  border-radius: 15px;
  max-width: 310px;
  transform: translateX(-50%);
  width: 95%;
}
.team-grid-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 {
  color: #ff6600;
}
.team-grid-style4 .team-item .team-content .team-name a:hover {
  color: #0C0A0A;
}
.team-grid-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 {
  font-size: 14px;
  margin-bottom: 0;
  color: #777;
  position: relative;
  z-index: 1;
  max-height: 0;
  opacity: 0;
  line-height: 24px;
  transition: all 0.6s, max-height 0.5s;
  overflow: hidden;
  transform: scaleY(0);
  transform-origin: bottom;
}
.team-grid-style4 .team-item .team-content .team-desc:before {
  content: "";
  position: absolute;
  z-index: 1;
  background: #ff6600;
  top: 0;
  left: 50%;
  width: 50px;
  height: 2px;
  margin-left: -25px;
}
.team-grid-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 {
  margin-right: 7px;
}
.team-grid-style4 .team-item .team-content .social-icons a i {
  color: #ff6600;
  font-size: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #f6f6f6;
  text-align: center;
  transition: 0.3s all ease;
  border-radius: 50%;
  overflow: hidden;
  margin: 0;
}
.team-grid-style4 .team-item .team-content .social-icons a i:hover {
  color: #fff;
  background: #ff6600;
}
.team-grid-style4 .team-item:before {
  background: transparent;
}
.team-grid-style4 .team-item:hover .team-content {
  opacity: 1;
  top: unset;
}
.team-grid-style4 .team-item:hover .team-content .team-desc {
  position: relative;
  max-height: 400px;
  opacity: 1;
  text-align: center;
  transform: scaleY(1);
  transition: all 0.4s, max-height 1.5s;
  padding-top: 18px;
  margin-top: 8px;
}

.team-grid-style5 .team-item {
  margin-bottom: 15px;
}
.team-grid-style5 .team-item .team-inner-wrap {
  position: relative;
  overflow: hidden;
  background: #fff;
  transition: 0.3s;
}
.team-grid-style5 .team-item .team-inner-wrap .image-wrap {
  position: relative;
  overflow: hidden;
}
.team-grid-style5 .team-item .team-inner-wrap .image-wrap img {
  transition: all 0.7s;
}
.team-grid-style5 .team-item .team-inner-wrap .image-wrap .team-social {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.team-grid-style5 .team-item .team-inner-wrap .image-wrap .team-social .main i {
  background: #fff;
  font-size: 16px;
  line-height: 12px;
  font-weight: 500;
  color: #ff6600;
  transition: 0.3s;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.team-grid-style5 .team-item .team-inner-wrap .image-wrap .team-social .main i:before {
  font-weight: bold;
}
.team-grid-style5 .team-item .team-inner-wrap .image-wrap .team-social .main:after {
  color: #111111;
  content: "\e844";
  font-family: "rt-icons";
  position: absolute;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  background: #fff;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  color: #df0a0a;
  transition: 0.3s;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-grid-style5 .team-item .team-inner-wrap .image-wrap .team-social .team-social-one {
  display: flex;
  flex-direction: column;
  position: absolute;
  transform: translateY(-45px);
  transition: 1s;
  opacity: 0;
}
.team-grid-style5 .team-item .team-inner-wrap .image-wrap .team-social .team-social-one i {
  background: #fff;
  border-radius: 0;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  color: #ff6600;
  transition: 0.3s;
  margin-bottom: -1px;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-grid-style5 .team-item .team-inner-wrap .image-wrap .team-social .team-social-one i:hover {
  background: #ff6600;
  color: #fff;
}
.team-grid-style5 .team-item .team-inner-wrap .image-wrap .team-social:hover .main i:before {
  opacity: 0;
}
.team-grid-style5 .team-item .team-inner-wrap .image-wrap .team-social:hover .main:after {
  background: #ff6600;
  color: #ffffff;
  opacity: 1;
}
.team-grid-style5 .team-item .team-inner-wrap .image-wrap .team-social:hover .team-social-one {
  transform: translateY(-126%);
  z-index: 2;
  opacity: 1;
}
.team-grid-style5 .team-item .team-inner-wrap .team-content {
  width: 100%;
  padding: 32px 30px 27px 0px;
  color: #444;
  overflow: hidden;
  background: #fff;
  transition: 0.3s all ease;
  border-radius: 0 0 15px 15px;
}
.team-grid-style5 .team-item .team-inner-wrap .team-content .member-desc .team-name {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin: 0;
}
.team-grid-style5 .team-item .team-inner-wrap .team-content .member-desc .team-name a {
  color: #0C0A0A;
}
.team-grid-style5 .team-item .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-item .team-inner-wrap .team-content .team-desc {
  display: none;
}
.team-grid-style5 .team-item .team-inner-wrap .team-content .social-icons {
  bottom: -100px !important;
  transition: all 0.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);
  transition: 0.4s all ease;
}
.team-grid-style5 .team-item .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 0.3s ease 0s;
  background: 0 0 !important;
  margin-right: 8px;
}
.team-grid-style5 .team-item .team-inner-wrap .team-content .social-icons a i {
  transition: all 0.3s;
}
.team-grid-style5 .team-item .team-inner-wrap .team-content .social-icons a i:hover {
  color: #0C0A0A;
}

.team-grid-style6 .single-team-three {
  position: relative;
  max-width: -moz-max-content;
  max-width: max-content;
  z-index: 1;
  margin-bottom: 70px;
}
.team-grid-style6 .single-team-three:hover .thumbnail .social-team-wrapper {
  right: 30px;
}
.team-grid-style6 .single-team-three .thumbnail {
  display: block;
  overflow: hidden;
  width: 97%;
  position: relative;
}
.team-grid-style6 .single-team-three .thumbnail .social-team-wrapper {
  position: absolute;
  top: 0;
  right: -30px;
  top: 30px;
  transition: 0.3s;
}
.team-grid-style6 .single-team-three .thumbnail .social-team-wrapper ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.team-grid-style6 .single-team-three .thumbnail .social-team-wrapper ul li {
  margin-bottom: 20px;
}
.team-grid-style6 .single-team-three .thumbnail .social-team-wrapper ul li a {
  transition: all 0.3s;
}
.team-grid-style6 .single-team-three .thumbnail .social-team-wrapper ul li a:hover i {
  color: #ff6600;
}
.team-grid-style6 .single-team-three .thumbnail .social-team-wrapper ul li a i {
  color: #171717;
  transition: all 0.3s;
}
.team-grid-style6 .single-team-three .thumbnail:hover img {
  transform: scale(1.15);
}
.team-grid-style6 .single-team-three .thumbnail img {
  width: 100%;
  transition: 1.3s;
}
.team-grid-style6 .single-team-three::after {
  position: absolute;
  content: "";
  top: 30px;
  left: 30px;
  height: 99%;
  width: 97%;
  border: 1px solid #E1E1E1;
  z-index: -1;
}
.team-grid-style6 .single-team-three .content-area {
  margin-left: 60px;
  margin-top: 30px;
}
.team-grid-style6 .single-team-three .content-area span.designation {
  background: #171717;
  padding: 9px 34px 7px 21px;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  font-family: "Titillium Web", sans-serif;
  color: #ffffff;
}
.team-grid-style6 .single-team-three .content-area .name {
  background: #171717;
  padding: 11px 21px 11px 21px;
  max-width: -moz-max-content;
  max-width: max-content;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 30px;
  transition: 0.3s;
}
.team-grid-style6 .single-team-three .content-area .name:hover {
  color: #ff6600;
}

.swiper.team-slider-style1 {
  position: inherit;
}
.swiper.team-slider-style1 .team-item {
  overflow: visible;
}
.swiper.team-slider-style1 .team-item .team-inner-wrap {
  overflow: hidden;
}
.swiper.team-slider-style1 .team-item .social-icons1 {
  text-align: center;
  margin-top: 14px;
}
.swiper.team-slider-style1 .team-item .social-icons1 a i {
  color: #fff;
  font-size: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  transition: 0.3s all ease;
  border-radius: 50%;
  margin: 0;
}
.swiper.team-slider-style1 .team-item .image-wrap {
  position: relative;
  overflow: hidden;
}
.swiper.team-slider-style1 .team-item .image-wrap .social-icons1 {
  position: absolute;
  right: -50px;
  bottom: 0;
  width: 50px;
  background: #ff6600;
  padding: 12px 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.8s;
}
.swiper.team-slider-style1 .team-item .image-wrap .social-icons1 a {
  padding: 0;
  background: transparent;
}
.swiper.team-slider-style1 .team-item .image-wrap .social-icons1 a i {
  background: transparent;
}
.swiper.team-slider-style1 .team-item .image-wrap .social-icons1 a:hover i {
  color: #0C0A0A;
  background: transparent;
}
.swiper.team-slider-style1 .team-item :hover .image-wrap .social-icons1 {
  right: 0;
  width: 50px;
  opacity: 1;
  visibility: visible;
}
.swiper.team-slider-style1 .team-item .team-content {
  text-align: left;
  margin: 0;
  padding: 30px 30px 25px;
  background: #ff6600;
  margin-bottom: 20px;
  position: unset;
  opacity: 1;
}
.swiper.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;
}
.swiper.team-slider-style1 .team-item .team-content h3.team-name a {
  text-decoration: none;
  color: #ffffff;
}
.swiper.team-slider-style1 .team-item .team-content h3.team-name a:hover {
  color: #c4c4c4;
}
.swiper.team-slider-style1 .team-item .team-content p.team-title {
  text-transform: uppercase;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 5px;
}
.swiper.team-slider-style1 .team-item .social-icons {
  display: none;
}
.swiper.team-slider-style1 .rt-slider-navigation.team {
  position: absolute;
  right: 0;
  top: -172px;
  z-index: 2;
}

.team-slider-style1 .team-item .team-content {
  margin: 0;
}

#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);
}

.team-slider-style2 {
  padding-bottom: 110px !important;
}
.team-slider-style2 .team-inner-wrap {
  position: relative;
  margin-bottom: 35px;
  padding-top: 20px;
}
.team-slider-style2 .team-inner-wrap .image-wrap {
  border-radius: 15px;
  overflow: hidden;
}
.team-slider-style2 .team-inner-wrap a {
  text-decoration: none;
}
.team-slider-style2 .team-inner-wrap .team-img-sec {
  position: relative;
}
.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-slider-style2 .team-inner-wrap .wrap-text .team-desc {
  margin-bottom: 0;
}
.team-slider-style2 .team-content {
  position: absolute;
  left: 0;
  bottom: -20%;
  background: #fff;
  border-radius: 0 15px 15px 15px;
  box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.0705882353);
  text-align: center;
}
.team-slider-style2 .team-content .header {
  padding: 30px 82px 22px 82px;
  border-bottom: 1px solid #F0F0F0;
}
.team-slider-style2 .team-content .header .team-name {
  margin-bottom: 3px;
}
.team-slider-style2 .team-content .header .team-name a {
  color: #1C2539;
}
.team-slider-style2 .team-content .header .team-title {
  color: #F64A00;
}
.team-slider-style2 .team-content .social-icons {
  padding: 27px 0 36px 0;
  display: flex;
  justify-content: center;
}
.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-slider-style2 .team-content .social-icons a:last-child {
  margin-right: 0;
}
.team-slider-style2 .team-content .social-icons a i {
  font-size: 14px;
  color: #1C2539;
  transition: 0.3s;
}
.team-slider-style2 .team-content .social-icons a:hover {
  background: #F64A00;
}
.team-slider-style2 .team-content .social-icons a:hover i {
  color: #fff;
}

.team-slider-style3 .style3 {
  margin-bottom: 60px;
}
.team-slider-style3 .team-item {
  padding: 25px;
  position: relative;
}
.team-slider-style3 .team-item:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 200px solid #0c0a0a;
  border-right: 200px solid transparent;
  left: 0px;
  top: -10px;
}
.team-slider-style3 .team-item:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 200px solid #0c0a0a;
  border-left: 200px solid transparent;
  right: 0px;
  bottom: -10px;
}
.team-slider-style3 .team-item img {
  position: relative;
  z-index: 99;
}
.team-slider-style3 .team-item .team-inner-wrap {
  position: relative;
}
.team-slider-style3 .team-item .team-inner-wrap:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #0c0a0a;
  opacity: 0.8;
  left: 0;
  top: 0;
  z-index: 100;
  opacity: 0;
  transition: 1.3s;
}
.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: 1.3s;
}
.team-slider-style3 .team-item .team-content .team-name {
  margin-bottom: 0;
  font-size: 20px;
}
.team-slider-style3 .team-item .team-content .team-name a {
  color: #fff;
}
.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-slider-style3 .team-item .team-content .social-icons a {
  color: #fff;
  margin-right: 12px;
  font-size: 16px;
}
.team-slider-style3 .team-item .team-content .social-icons a:last-child {
  margin-right: 0;
}
.team-slider-style3 .team-item .team-content .social-icons a:hover {
  opacity: 0.8;
}
.team-slider-style3 .team-item:hover .team-content {
  opacity: 1;
  width: 100%;
  top: 50%;
}
.team-slider-style3 .team-item:hover .team-inner-wrap:before {
  opacity: 0.8;
}

.team-slider-style4 .owl-stage-outer {
  overflow-y: visible;
}
.team-slider-style4 .team-item {
  margin-bottom: 60px;
  position: relative;
}
.team-slider-style4 .team-item .image-wrap {
  overflow: hidden;
}
.team-slider-style4 .team-item .image-wrap img {
  width: 100%;
  transition: 1.3s;
}
.team-slider-style4 .team-item .image-wrap:hover img {
  transform: scale(1.1);
}
.team-slider-style4 .team-item .team-content {
  text-align: center;
  z-index: 9;
  position: absolute;
  z-index: 1;
  opacity: 1;
  width: unset;
  height: unset;
  display: inline-block;
  top: unset;
  bottom: -34px;
  left: 0;
}
.team-slider-style4 .team-item .team-content .team-name {
  font-size: 24px;
  font-weight: 500;
  width: 275px;
  background: #ffffff;
  transition: 0.3s;
  max-width: 256px;
  display: block;
  text-align: left;
  padding: 8px 18px;
  margin-bottom: 0;
  font-family: "Archivo", sans-serif;
}
.team-slider-style4 .team-item .team-content .team-name a {
  color: #0C0A0A;
}
.team-slider-style4 .team-item .team-content .team-name a:hover {
  color: #ff6600;
}
.team-slider-style4 .team-item .team-content .team-title {
  font-size: 14px;
  font-weight: 400;
  padding: 5px 18px;
  display: block;
  color: #fff;
  background: #171717;
  text-align: left;
}

.swiper.team-slider-style5 .rts-team-one-start {
  background: linear-gradient(180deg, #FFFFFF 0%, #F2F3F5 100%);
  padding: 30px;
  padding-bottom: 180px;
}
.swiper.team-slider-style5 .rts-team-one-start:hover .wrapper .thumbnail img {
  transform: scale(1.15);
}
.swiper.team-slider-style5 .rts-team-one-start .wrapper {
  position: relative;
}
.swiper.team-slider-style5 .rts-team-one-start .wrapper .thumbnail {
  overflow: hidden;
  display: block;
}
.swiper.team-slider-style5 .rts-team-one-start .wrapper .thumbnail img {
  width: 100%;
  transition: 1.3s;
}
.swiper.team-slider-style5 .rts-team-one-start .inner {
  text-align: center;
  padding: 43px 20px 53px;
  background: white;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -144px;
  width: 100.5%;
  transition: 1s;
}
.swiper.team-slider-style5 .rts-team-one-start .inner a.name:hover .title {
  color: #ff6600;
}
.swiper.team-slider-style5 .rts-team-one-start .inner .title {
  margin-bottom: 7px;
  font-size: 30px;
  transition: 0.3s;
}
.swiper.team-slider-style5 .rts-team-one-start .inner span {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6E777D;
}
.swiper.team-slider-style5 .rts-team-one-start .inner .info-wrapper {
  margin-top: 0px;
  margin-bottom: -15px;
  max-height: 0;
  transition: 1s;
  height: 0;
  overflow: hidden;
}
.swiper.team-slider-style5 .rts-team-one-start .inner .info-wrapper .single {
  position: relative;
  margin-bottom: 15px;
}
.swiper.team-slider-style5 .rts-team-one-start .inner .info-wrapper .single a {
  padding: 12px 25px 12px 55px;
  border-radius: 100px;
  display: block;
  background: #F2F3F5;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
  color: #6E777D;
}
.swiper.team-slider-style5 .rts-team-one-start .inner .info-wrapper .single a:hover {
  color: #ff6600;
}
.swiper.team-slider-style5 .rts-team-one-start .inner .info-wrapper .single i {
  position: absolute;
  width: 46px;
  height: 46px;
  background: #FF6600;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  left: 55px;
  top: 2px;
}
.swiper.team-slider-style5 .rts-team-one-start:hover .inner .info-wrapper {
  margin-top: 25px;
  max-height: 400px;
  display: block;
  visibility: visible;
  height: 130px;
}
.swiper.team-slider-style5 .rt-slider-navigation.team {
  position: absolute;
  right: -50%;
  transform: translateX(50%);
  bottom: 45px;
  z-index: 2;
}

.swiper.team-slider-style6 .single-team-three {
  position: relative;
  max-width: -moz-max-content;
  max-width: max-content;
  z-index: 1;
}
.swiper.team-slider-style6 .single-team-three:hover .thumbnail .social-team-wrapper {
  right: 30px;
}
.swiper.team-slider-style6 .single-team-three .thumbnail {
  display: block;
  overflow: hidden;
  width: 97%;
  position: relative;
}
.swiper.team-slider-style6 .single-team-three .thumbnail .social-team-wrapper {
  position: absolute;
  top: 0;
  right: -30px;
  top: 30px;
  transition: 0.3s;
}
.swiper.team-slider-style6 .single-team-three .thumbnail .social-team-wrapper ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.swiper.team-slider-style6 .single-team-three .thumbnail .social-team-wrapper ul li {
  margin-bottom: 20px;
}
.swiper.team-slider-style6 .single-team-three .thumbnail .social-team-wrapper ul li a {
  transition: all 0.3s;
}
.swiper.team-slider-style6 .single-team-three .thumbnail .social-team-wrapper ul li a:hover i {
  color: #ff6600;
}
.swiper.team-slider-style6 .single-team-three .thumbnail .social-team-wrapper ul li a i {
  color: #171717;
  transition: all 0.3s;
}
.swiper.team-slider-style6 .single-team-three .thumbnail:hover img {
  transform: scale(1.15);
}
.swiper.team-slider-style6 .single-team-three .thumbnail img {
  width: 100%;
  transition: 1.3s;
}
.swiper.team-slider-style6 .single-team-three::after {
  position: absolute;
  content: "";
  top: 30px;
  left: 30px;
  height: 99%;
  width: 97%;
  border: 1px solid #E1E1E1;
  z-index: -1;
}
.swiper.team-slider-style6 .single-team-three .content-area {
  margin-left: 60px;
  margin-top: 30px;
}
.swiper.team-slider-style6 .single-team-three .content-area span.designation {
  background: #171717;
  padding: 9px 34px 7px 21px;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  font-family: "Titillium Web", sans-serif;
  color: #ffffff;
}
.swiper.team-slider-style6 .single-team-three .content-area .name {
  background: #171717;
  padding: 11px 21px 11px 21px;
  max-width: -moz-max-content;
  max-width: max-content;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 30px;
  transition: 0.3s;
}
.swiper.team-slider-style6 .single-team-three .content-area .name:hover {
  color: #ff6600;
}

.team-item.swiper-slide .single-team-nine {
  padding-top: 30px;
  text-align: center;
}
.team-item.swiper-slide .single-team-nine .thumbnail {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.team-item.swiper-slide .single-team-nine .thumbnail img {
  transition: 0.3s;
  height: 280px;
  width: 280px;
  border-radius: 100%;
}
.team-item.swiper-slide .single-team-nine .thumbnail::after {
  position: absolute;
  top: -17px;
  left: 8px;
  content: "";
  width: 240px;
  height: 240px;
  border-radius: 50%;
  border: 1px solid #595959;
  z-index: -1;
  transform: 0.6s;
}
.team-item.swiper-slide .single-team-nine .inner-content a .title {
  color: #FFF;
  font-weight: 600;
  font-size: 30px;
  line-height: 46px;
  transition: 0.3s;
  margin-bottom: 0;
}
.team-item.swiper-slide .single-team-nine .inner-content a:hover .title {
  color: #ff6600;
}
.team-item.swiper-slide .single-team-nine .inner-content span {
  transition: 0.3s;
}
.team-item.swiper-slide .single-team-nine:hover .thumbnail img {
  transform: translateY(-8px);
}
.team-item.swiper-slide .single-team-nine:hover .thumbnail::after {
  border: 1px solid #ff6600;
}
.team-item.swiper-slide .single-team-nine:hover .inner-content span {
  color: #ff6600;
}

.team-slider-main-wrapper {
  position: relative;
}
.team-slider-main-wrapper .rt-slider-navigation.team {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top: 47%;
  width: 100%;
  transform: translateY(-47%);
}
.team-slider-main-wrapper .rt-slider-navigation.team .testimonial-cat-prev {
  font-size: 22px;
  color: #0C0A0A;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background: #ffffff;
  transition: 0.3s;
  margin-left: -130px;
}
.team-slider-main-wrapper .rt-slider-navigation.team .testimonial-cat-prev:hover {
  background: #ff6600;
  color: #ffffff;
}
.team-slider-main-wrapper .rt-slider-navigation.team .testimonial-cat-next {
  font-size: 22px;
  color: #0C0A0A;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: #fff;
  transition: 0.3s;
  margin-right: -130px;
}
.team-slider-main-wrapper .rt-slider-navigation.team .testimonial-cat-next:hover {
  background: #ff6600;
  color: #ffffff;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    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: #ff6600;
}
.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;
  transition: 0.3s ease all;
  font-size: 28px;
  color: #ff6600;
  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;
  transform: scale(1);
}
.react-video.style2 .overly-border {
  width: 60px;
  height: 60px;
}

.industrial_feature {
  transition: 0.3s;
  cursor: pointer;
}

.industrial_feature:hover {
  transform: scale(1.02) translateY(-7px) !important;
}

.industrial_feature:hover .text-heading {
  color: #fff !important;
}

.industrial_feature:hover .icon svg path {
  fill: #fff !important;
}

.solar_energy_counter2 .counter-top-area.style3 .rts-counter-list .rts-counter-list-inner {
  display: block;
}

.solar_testimonial .slider-inner-wrapper .rt--slider.slider-style1 .single--item {
  box-shadow: none;
  border: 1px solid #eeeeee;
}/*# sourceMappingURL=elements.css.map */