@charset "UTF-8";
/**
*
* -----------------------------------------------------------------------------
*
* Template : Industrie – Factory and Industry WordPress Theme
* Author : rs-theme
* Author URI : http://www.rstheme.com/
*
* -----------------------------------------------------------------------------
*
**/
body .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1340px;
}

/* ----------------------------------- 
	01. General CSS
-------------------------------------*/
html,
body {
  font-size: 17px;
  color: #616161;
  vertical-align: baseline;
  font-weight: 400;
  overflow-x: hidden;
  line-height: 1.7;
  font-family: "Space Grotesk", sans-serif;
}
html.rs-scrollbar,
body.rs-scrollbar {
  overflow: hidden;
}

.hfe-nav-menu__layout-horizontal li.menu-item,
.hfe-nav-menu__layout-horizontal > li.menu-item {
  font-size: medium;
}

/* Icons CSS */
.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .sub-arrow i {
  margin-right: 0;
}

/* Hide scrollbar for Chrome, Safari and Opera */
html.rs-scrollbar {
  overflow: hidden;
}

body.rs-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body.rs-scrollbar::-webkit-scrollbar {
  display: none;
}

form ::placeholder {
  font-size: inherit !important;
}

.elementor-widget-hfe-search-button > .elementor-widget-container {
  position: relative;
}

.overflow-hidden-child > * {
  overflow: hidden;
}

.variable--bg--color > div {
  background: #EA5501;
}

.social-primary .elementor-social-icon {
  transition: all 0.3s ease 0s;
  border-color: #C3C5CB;
  background-color: transparent;
}
.social-primary .elementor-social-icon i {
  transition: all 0.3s ease 0s;
  color: #1F1F1F;
}
.social-primary .elementor-social-icon:hover {
  background-color: #EA5501;
  border-color: #EA5501;
}
.social-primary .elementor-social-icon:hover i {
  color: #ffffff;
}

.clip-logo-part-skew {
  clip-path: polygon(0 0, 100% 0, 82% 100%, 0 100%);
}

.social-light .elementor-social-icon {
  transition: all 0.3s ease 0s;
  border-color: rgba(255, 255, 255, 0.1);
  background-color: transparent;
}
.social-light .elementor-social-icon i {
  transition: all 0.3s ease 0s;
  color: #ffffff;
}
.social-light .elementor-social-icon:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
.social-light .elementor-social-icon:hover i {
  color: #EA5501;
}

.primary-color,
.primary-icon-list i {
  color: #EA5501;
}

.secondary-color,
.secondary-icon-list i {
  color: #EA5501;
}

.y-middle {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.y-bottom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.flex-wrap {
  flex-wrap: wrap;
}

body .rswooproduct_catalog_style .woocommerce-ordering > select option[value~=price],
body .rswooproduct_catalog_style .woocommerce-ordering > select option[value~=price-desc] {
  display: none !important;
}
body .rswooproduct_catalog_style .entry-summary .price,
body .rswooproduct_catalog_style form.cart {
  display: none !important;
}
body .rswooproduct_catalog_style ul.products > li .product-list .images-product .onsale {
  display: none !important;
}
body .rswooproduct_catalog_style ul.products > li .price {
  display: none !important;
}
body .rswooproduct_catalog_price_style form.cart {
  display: none !important;
}
body .rswooproduct_catalog_price_style ul.products > li .product-list .images-product .onsale {
  display: none !important;
}

#rs-mouse {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  pointer-events: none;
  z-index: 999999;
  -webkit-transition: opacity 0.2s ease-in-out 0.5s;
  transition: opacity 0.2s ease-in-out 0.5s;
}
#rs-mouse #cursor-ball {
  position: fixed;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(34, 34, 34, 0.1);
  border-radius: 50%;
  pointer-events: none;
  box-sizing: border-box;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999999;
}
#rs-mouse #cursor-ball:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #EA5501;
  transform: translate(-50%);
}
@media (max-width: 1024px) {
  #rs-mouse {
    display: none;
  }
}

/* Hide scrollbar for IE, Edge and Firefox */
img {
  max-width: 100%;
  height: auto;
}

p {
  margin: 0 0 26px;
}

h1, h2, h3, h4, h5, h6 {
  color: #1F1F1F;
  margin: 0 0 26px;
  font-family: "Space Grotesk", serif;
  padding: 0;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.35;
}

h1 {
  font-size: 55px;
  line-height: 75px;
  margin-bottom: 25px !important;
  font-weight: 700;
}

h2 {
  font-size: 52px;
  line-height: 58px;
  font-weight: 700;
}

h3 {
  font-size: 40px;
  line-height: 50px;
}

h4 {
  font-size: 30px;
  line-height: 40px;
}

h5 {
  font-size: 22px;
  line-height: 32px;
}

h6 {
  font-size: 20px;
  line-height: 30px;
}

body a {
  color: #616161;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  outline: none !important;
}

a:active, a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #1F1F1F;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}

.primary-color {
  color: #EA5501;
}

.primary-bg {
  background: #EA5501;
}

.primary-border-color {
  border-color: #EA5501;
}

.stork-text {
  -webkit-text-stroke: 1px rgba(2, 2, 2, 0.2);
  color: transparent;
}

::-moz-selection, ::selection {
  background: #1F1F1F;
  text-shadow: none;
  color: #ffffff;
}

.rs-primary-bg {
  background: #EA5501;
}

.rs-heading-primary .title {
  color: #EA5501;
}

.rs-primary-color {
  color: #EA5501;
}

.rs-hover-primary-link:hover {
  color: #EA5501;
}

.rs-hover-primary-link-inner a:hover {
  color: #EA5501 !important;
}

.rs-primary-shadow {
  box-shadow: 0px 10px 20px rgba(82, 235, 44, 0.1);
}

.elementor-widget-google_maps iframe {
  outline: none !important;
  background: #f7f7f7;
}

.elementor-social-icon-hover-primary .elementor-social-icons-wrapper a.elementor-social-icon i {
  transition: all 0.3s ease 0s;
}
.elementor-social-icon-hover-primary .elementor-social-icons-wrapper a.elementor-social-icon:hover i {
  color: #EA5501;
}

.elementor-social-icon-hover-primary-bg .elementor-social-icons-wrapper a.elementor-social-icon:hover {
  background: #EA5501;
  border-color: #EA5501;
}

.rs-primary-bg-child > * {
  background: #EA5501;
}

.rs-primary-color-child > * {
  color: #EA5501;
}

body.home .hide-in-home {
  display: none !important;
}

body:not(.home) .topbar-marquee {
  background-color: transparent !important;
}

.header-shape {
  position: relative;
  background: transparent !important;
}
.header-shape > div {
  z-index: 1;
}
.header-shape:after {
  z-index: 0;
  clip-path: polygon(0 0, 100% 0, 94% 100%, 6% 100%);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #EA5501;
}
@media screen and (max-width: 767px) {
  .header-shape:after {
    clip-path: none;
  }
}

@media screen and (max-width: 1705px) and (min-width: 1367px) {
  .ac-header-laptop-only {
    padding-left: 50px;
    padding-right: 50px;
  }
  .ac-header-laptop-only > div.elementor-element:nth-child(1), .ac-header-laptop-only > div.elementor-element:nth-child(3) {
    width: 15%;
  }
  .ac-header-laptop-only > div.elementor-element:nth-child(2) {
    width: 66%;
    padding-left: 55px;
    padding-right: 55px;
    justify-content: center;
  }
  .ac-header-laptop-only > div.elementor-element:nth-child(2) .elementor-widget-rs-button {
    display: none;
  }
  .ac-header-laptop-only > div.elementor-element:nth-child(2) .elementor-widget-navigation-menu {
    padding-left: 40px;
  }
}

.rs-service-search-form button {
  background: #EA5501;
}
.rs-service-search-form button:hover {
  background: #EA5501;
}

.service-border-menu .hfe-nav-menu__layout-horizontal .menu-item a.hfe-menu-item:hover,
.service-border-menu .hfe-nav-menu__layout-horizontal .menu-item a.hfe-menu-item.highlighted,
.service-border-menu .hfe-nav-menu__layout-horizontal .menu-item a.hfe-menu-item:focus {
  color: #EA5501;
}

.custom-footer-color .hfe-nav-menu ul li a:hover,
.footer-copyright-area .hfe-nav-menu ul li a:hover {
  color: #EA5501 !important;
}

.rotated-image .elementor-element .elementor-widget-image {
  transition: all 0.3s ease 0s;
}
.rotated-image .elementor-element .elementor-widget-image:hover {
  transform: rotate(-2.5deg);
}

.box-shadow {
  box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.07);
  border-radius: 7px;
}

body .bg-fixed {
  background-attachment: fixed !important;
  background-position: center top !important;
}
body .bg-top {
  background-position: center top !important;
}
body .bg-left {
  background-position: bottom left !important;
}
body .bg-right {
  background-position: top right !important;
}
body .bg-bottom {
  background-position: center bottom !important;
}
body .main-contain {
  background-size: cover;
  background-repeat: no-repeat;
}

/* Font Awesome Pre Loded CSS */
.fa, .fad, .fal, .far, .fas {
  font-family: "Font Awesome 5 Free";
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../webfonts/fa-solid-900.eot);
  src: url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-solid-900.woff2) format("woff2"), url(../webfonts/fa-solid-900.woff) format("woff"), url(../webfonts/fa-solid-900.ttf) format("truetype"), url(../webfonts/fa-solid-900.svg#fontawesome) format("svg");
}
.fa, .fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

table th {
  background: #1F1F1F;
  color: #fff;
  padding: 10px;
}
table th a {
  color: #fff;
}
table td {
  padding: 10px;
}

iframe {
  width: 100%;
}

.gray {
  filter: grayscale(100%);
}

.floating-box {
  position: relative;
  z-index: 9;
  top: 160px;
}

.custom-max-width {
  max-width: 800px;
}

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

.bs-sidebar #wp-calendar th {
  background: #EA5501;
}
.bs-sidebar table {
  margin-bottom: 0;
}
.bs-sidebar .widget select {
  margin: 0;
}

/* Blog Design */
.rs-blog-grid .pagination-area, .rs-team .pagination-area {
  padding-bottom: 30px;
}

.rs-blog-grid .pagination-area {
  padding-bottom: 84px;
}

.rs-blog .cat_name {
  display: none;
}
.rs-blog .blog-meta .blog-title {
  margin: 0px 0 15px;
  font-weight: 500;
  line-height: 26px !important;
}
.rs-blog .blog-meta .blog-title a {
  color: #1F1F1F;
}
.rs-blog .blog-meta .blog-title a:hover {
  color: #EA5501;
}
.rs-blog .blog-slider .blog-meta {
  margin-top: 30px;
}
.rs-blog .blog-slider .blog-meta .blog-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.rs-blog-grid.rs-blog .blog-meta .blog-title {
  line-height: 30px !important;
  font-size: 22px;
}

/* Error Page CSS */
body.error404 .page-error .site-main {
  text-align: center;
}
body.error404 .page-error .site-main .error-404 {
  text-align: center;
  display: inline-block;
}
body.error404 .page-error .site-main .page-content .readon {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.4s;
  padding: 13px 47px 13px 26px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #ffffff;
  background-color: #EA5501;
  z-index: 1;
  border-radius: 10px;
}
body.error404 .page-error .site-main .page-content .readon:before {
  content: "\ea6c";
  position: absolute;
  font-family: remixicon !important;
  font-size: 19px;
  top: 15px;
  right: 22px;
  opacity: 1;
}
body.error404 .page-error .site-main .page-content .readon:hover {
  opacity: 0.9;
}

.single h1, .single h2, .single h3, .single h4, .single h5, .single h6 {
  clear: none;
}

.bs-sidebar .widget.widget_tag_cloud .tagcloud {
  padding-top: 5px;
}

.rs-footer .widget.widget_calendar .calendar_wrap {
  padding-top: 8px;
}

/* ------------------------------------
    23. Blog Sidebar 
---------------------------------------*/
.bs-sidebar .wp-block-latest-comments,
.bs-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bs-sidebar .wp-block-latest-comments li,
.bs-sidebar ul li {
  margin-top: 13px;
  padding-top: 13px;
}
.bs-sidebar .wp-block-latest-comments li + li,
.bs-sidebar ul li + li {
  margin-top: 13px;
  padding-top: 13px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.bs-sidebar .widget_meta li:first-child, .bs-sidebar .widget_pages li:first-child, .bs-sidebar .widget_recent_entries li:first-child, .bs-sidebar .widget_nav_menu li:first-child {
  margin-top: 0;
  padding-top: 0;
  border: 0;
}
.bs-sidebar .widget_meta .sub-menu li:first-child, .bs-sidebar .widget_pages .sub-menu li:first-child, .bs-sidebar .widget_recent_entries .sub-menu li:first-child, .bs-sidebar .widget_nav_menu .sub-menu li:first-child {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.bs-sidebar .widget_recent_comments ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.bs-sidebar .widget_recent_comments ul li:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.bs-sidebar .widget_calendar table caption {
  padding-bottom: 0;
}
.bs-sidebar .wp-block-categories li {
  border-radius: 5px;
  font-size: 17px;
}
.bs-sidebar .wp-block-categories li:first-child {
  border-top: none;
}
.bs-sidebar .widget_pages ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: none;
}
.bs-sidebar .widget_pages ul li:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.bs-sidebar .widget_pages ul li ul.children li:first-child:after {
  top: 9px;
}
.bs-sidebar .widget_archive ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: none;
}
.bs-sidebar .widget_archive ul li:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.bs-sidebar .widget_archive ul li ul.children li:first-child:after {
  top: 9px;
}

.comment i {
  color: #999;
  font-size: 12px;
}

.single-post .rs-blog-details .single-content-full ul.unorder-list {
  margin-bottom: 16px;
  margin-left: 20px;
}
.single-post .rs-blog-details .bs-meta {
  margin-top: 0px;
  margin-bottom: 18px;
}

.comment-respond .form-submit {
  margin-bottom: 0;
}

.single-post .rs-blog-details .type-post .single-content-full {
  overflow: visible;
}

.flickr-widget ul {
  margin: 0;
  padding: 0;
}
.flickr-widget ul li {
  display: inline-block;
  margin: 0 !important;
  border: none !important;
  padding: 2px !important;
  width: 25%;
}
.flickr-widget ul li a img {
  width: 100%;
}

.ps-navigation {
  margin-top: 50px;
  margin-bottom: 50px;
}
.ps-navigation ul {
  margin: 0 !important;
  list-style: none;
}
.ps-navigation ul a {
  text-transform: uppercase;
  background: transparent;
  color: #444;
  border-radius: 3px;
  font-weight: bold;
}
.ps-navigation ul a span {
  display: block;
  font-weight: normal;
  text-transform: capitalize;
  vertical-align: middle;
}
.ps-navigation ul a i {
  vertical-align: text-top;
}
.ps-navigation ul a:hover {
  color: #1F1F1F;
}
.ps-navigation ul li.next {
  float: right;
}
.ps-navigation ul li.prev {
  float: left;
}
.ps-navigation ul li:nth-child(2) {
  text-align: right;
}

.wp-block-cover-image .wp-block-cover__inner-container {
  color: #ffffff !important;
}

.wp-block-cover .wp-block-cover__inner-container {
  color: #ffffff !important;
}
.wp-block-cover .wp-block-cover__inner-container p {
  color: #ffffff !important;
}
.wp-block-cover .wp-block-cover__inner-container p a {
  color: #ffffff !important;
}

.rs-breadcrumbs-meta-elementor li.rs-category ul li a {
  text-transform: capitalize;
}

.single-post .single-posts-meta li {
  font-weight: 500;
}

#rs-footer .footer-bottom {
  border-top: 1px solid rgba(6, 6, 6, 0.0392156863);
  text-align: center;
  padding: 20px 0;
}

.breadcrumbs-meta-rstheme li + li {
  position: relative;
}
.breadcrumbs-meta-rstheme li + li::before {
  content: "";
  position: absolute;
  background: #fff;
  height: 8px;
  width: 1px;
  transform: rotate(30deg);
  left: -14px;
  top: 7px;
}
.breadcrumbs-meta-rstheme .single-posts-meta {
  padding: 0;
  margin: 0;
}

/* ------------------------------------
	22. Blog Details
  ---------------------------------------*/
.rs-blog-details .type-post {
  margin-bottom: 0px;
}
.rs-blog-details .type-post .single-content-full {
  padding: 22px 0 0px;
  overflow: hidden;
}
.rs-blog-details .type-post .tag-line {
  padding: 0;
}
.rs-blog-details .type-post .tag-line a {
  color: #616161;
}
.rs-blog-details .type-post .tag-line a:hover {
  color: #EA5501;
}
.rs-blog-details .bs-info {
  margin-bottom: 10px;
}
.rs-blog-details .bs-info.tags {
  margin-top: 25px;
  clear: both;
  font-weight: 700;
  font-size: 20px;
}
.rs-blog-details .bs-info.tags a {
  font-size: 15px;
  margin-right: 0;
  display: inline-block;
  text-align: center;
  font-weight: normal;
  color: #616161;
  background: #f7f7f7;
  padding: 6px 15px 6px;
  margin-left: 7px;
  border-radius: 5px;
  line-height: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.rs-blog-details .bs-info.tags a:hover {
  background: #EA5501;
  color: #ffffff;
}
.rs-blog-details .ps-navigation ul {
  list-style: none;
  margin: 0;
}
.rs-blog-details .bs-title {
  margin-top: 0px;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 5px;
}
.rs-blog-details .single-page-info .p-user .author-img {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 10px;
}
.rs-blog-details .single-page-info .p-user .author-img img {
  border-radius: 50%;
}
.rs-blog-details .single-page-info .p-date, .rs-blog-details .single-page-info .author-name, .rs-blog-details .single-page-info .p-cname {
  padding: 0;
  color: #555;
  line-height: 24px;
  display: inline-block;
  margin-bottom: 0;
}
.rs-blog-details .single-page-info .author-name {
  color: #555;
}
.rs-blog-details .bs-meta {
  font-size: 14px;
  margin: 15px 0 0;
  padding: 0;
  text-transform: uppercase;
}
.rs-blog-details .bs-meta li {
  display: inline-block;
  line-height: 10px;
  margin-right: 10px;
}
.rs-blog-details .bs-meta li i {
  margin-right: 3px;
  font-size: 12px;
  color: #aaa;
}
.rs-blog-details .bs-meta li a {
  color: #555;
}
.rs-blog-details .bs-meta li.category-name ul {
  margin: 0;
  float: left;
  padding-left: 8px;
}
.rs-blog-details .bs-meta li .seperator {
  padding-right: 10px;
}
.rs-blog-details .bs-desc {
  margin-top: 0;
  color: rgba(48, 48, 48, 0.7215686275);
}
.rs-blog-details .bs-desc p:last-child {
  margin-bottom: 0px;
}
.rs-blog-details .blockquote {
  padding-left: 30px;
  border-left: 4px solid #444;
  display: block;
  margin: 40px 0;
  background: #f7f7f7;
  padding-bottom: 30px;
  padding-top: 30px;
  font-size: 14px !important;
  border-radius: 5px;
}
.rs-blog-details .related-post {
  margin-top: 40px;
  padding: 0 15px;
}
.rs-blog-details .related-post .related-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}
.rs-blog-details .related-post .blog-title {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
}
.rs-blog-details .related-post .blog-title a {
  color: #1F1F1F;
}
.rs-blog-details .related-post .blog-title a:hover {
  color: #032e42;
}
.rs-blog-details .author-block {
  align-items: center;
  margin-top: 50px;
  padding: 35px 0px 30px;
  text-align: center;
  overflow: hidden;
  border-radius: 0px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.rs-video .popup-videos svg {
  overflow: hidden;
  position: relative;
}

.rs-blog-details .author-block .author-img {
  float: left;
  width: 17%;
  padding-right: 30px;
}
.rs-blog-details .author-block .author-img img {
  border-radius: 5px;
  width: 120px;
}
.rs-blog-details .author-block .author-desc {
  float: left;
  width: 83%;
  text-align: left;
}
.rs-blog-details .author-block .author-title {
  margin: -10px 0 8px 0;
  font-size: 20px;
  position: relative;
}
.rs-blog-details .author-block .author-title:after {
  background: #1a73e9;
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  right: auto;
  width: 120px;
  height: 1px;
  margin: 0 auto;
  display: none;
}
.rs-blog-details .author-block .author-title a {
  color: #212121;
}
.rs-blog-details .author-block p {
  margin-bottom: 8px;
}
.rs-blog-details .comment-respond {
  margin-top: 0px;
}
.rs-blog-details .comments-title {
  font-size: 24px;
  margin-bottom: 40px;
  margin-top: 40px;
}
.rs-blog-details #reply-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 45px;
  position: relative;
  padding: 0 0 12px;
}
.rs-blog-details #reply-title small {
  font-size: 80%;
}
.rs-blog-details #reply-title small a {
  color: #1F1F1F;
}
.rs-blog-details #reply-title small a:hover {
  color: #1a73e9;
}
.rs-blog-details .comment-block {
  margin-top: 50px;
}
.rs-blog-details .comment-block .comment {
  padding: 25px;
  background: #fff;
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 35px;
}
.rs-blog-details .comment-block .comment .comment-header {
  margin-bottom: 10px;
}
.rs-blog-details .comment-block .comment .comment-header:before {
  content: "";
  display: table;
}
.rs-blog-details .comment-block .comment .comment-header:after {
  content: "";
  display: table;
  clear: both;
}
.rs-blog-details .comment-block .comment img {
  float: left;
  margin-right: 15px;
}
.rs-blog-details .comment-block .comment h3 {
  margin: 5px 0 0 0;
  font-size: 16px;
  line-height: 22px;
}
.rs-blog-details .comment-block .comment .comment-body p.desc {
  margin-bottom: 10px;
}
.rs-blog-details .comment-block .comment .comment-reply {
  margin-bottom: 0;
}

ol.comment-list .comment-respond .form-submit {
  margin-bottom: 50px;
}

.single .tag-line {
  position: relative;
  color: #fff;
}

.hfe-nav-menu .rs-mega-menu > .sub-menu {
  max-width: 1250px;
}

#rs-header .header-inner {
  position: relative;
}

.single .tag-line a {
  display: inline-block;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
  border-radius: 0;
  position: relative;
}
.single .ps-navigation {
  margin: 50px 0 0;
}
.single .ps-navigation .prev {
  width: 50%;
  transition: all 0.5s ease;
}
.single .ps-navigation .prev i {
  margin-right: 10px;
  position: relative;
  top: 0px;
  font-size: 15px;
}
.single .ps-navigation .prev .next_link {
  margin-bottom: 10px;
  margin-left: 0;
}
.single .ps-navigation .prev:hover span {
  color: #1F1F1F;
}
.single .ps-navigation .next {
  width: 50%;
  transition: all 0.5s ease;
}
.single .ps-navigation .next .next_link {
  margin-bottom: 10px;
  margin-left: 0;
}
.single .ps-navigation .next i {
  margin-left: 10px;
  position: relative;
  top: 0px;
}
.single .ps-navigation .next:hover span {
  color: #1F1F1F;
}
.single .ps-navigation ul li {
  font-family: "Rozha One";
}
.single .ps-navigation ul li a {
  transition: all 0.3s ease 0s;
}
.single .ps-navigation ul li a span {
  transition: all 0.3s ease 0s;
}
.single .ps-navigation ul li a:hover span.link_text, .single .ps-navigation ul li a:hover span.next_link {
  color: #C3002F;
}
.single .ps-navigation .next_link {
  text-transform: uppercase;
  color: #1F1F1F;
}

.single-post .main-contain #content .single-content-full .bs-desc p:first-child {
  margin-top: 0px;
}
.single-post .rs-blog-single-title {
  font-size: 40px;
  line-height: 50px;
  margin: 0 !important;
}
.single-post .btm-cate_no_thum {
  padding-bottom: 12px;
}
.single-post .bs-img {
  padding-bottom: 36px;
}
.single-post .ps-navigation {
  border-top: 1px solid rgba(170, 170, 170, 0.25);
  border-bottom: 1px solid rgba(170, 170, 170, 0.25);
  padding: 30px 0;
}
.single-post .ps-navigation .link_text {
  font-size: 16px;
}
.single-post .ps-navigation .next_link i:before {
  margin-left: 0;
}
.single-post .single-posts-meta {
  margin: 0 !important;
  line-height: 23px;
}
.single-post .single-posts-meta .fa-comments-o:before {
  color: #1F1F1F;
}
.single-post .single-posts-meta li {
  list-style: none;
  display: inline-block;
  padding-right: 10px;
  color: #555;
  font-size: 14px;
}
.single-post .single-posts-meta li span i {
  font-size: 13px;
  margin-right: 3px;
  color: #1F1F1F;
}
.single-post .single-posts-meta li ul {
  margin: 0;
  position: relative;
  padding-left: 19px;
}
.single-post .single-posts-meta li ul li {
  position: relative;
  font-size: 14px;
}
.single-post .single-posts-meta li ul li a {
  color: #555;
}
.single-post .single-posts-meta li ul li a:hover {
  color: #1F1F1F;
}
.single-post .single-posts-meta li ul li:before {
  content: ",";
  position: absolute;
  font-size: 16px;
  font-style: normal;
  right: 4px;
  top: 0;
}
.single-post .single-posts-meta li ul li:last-child:before {
  display: none;
}
.single-post .single-posts-meta li ul:before {
  content: "\f02d";
  position: absolute;
  color: #1F1F1F;
  font-family: FontAwesome;
  font-size: 13px;
  font-style: normal;
  left: 0;
  top: 0;
}

.full-blog-content .btm-cate {
  margin-bottom: 20px;
}
.full-blog-content .blog-title {
  margin-bottom: 14px;
  margin-top: 13px;
  font-size: 30px;
  line-height: 40px;
}
.full-blog-content .blog-title a {
  color: #1F1F1F;
  text-decoration: none;
  display: inline;
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  transition: all 0.3s ease 0s;
}
.full-blog-content .blog-title a:hover {
  color: #EA5501;
}

.comment-respond .form-field {
  margin-bottom: 30px;
  position: relative;
}
.comment-respond .form-field i {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}
.comment-respond .form-field input {
  width: 100%;
  height: 50px;
  padding: 5px 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.comment-respond .form-field #comment {
  width: 100%;
  padding: 8px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.comment-respond .form-submit {
  clear: both;
}
.comment-respond .form-submit #submit {
  background: #EA5501;
  position: relative;
  display: inline-block;
  padding: 18px 30px 18px;
  line-height: normal;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  transition: all 0.8s ease;
  border-radius: 10px;
}
.comment-respond .form-submit #submit:hover {
  background: #EA5501;
  color: #fff;
}

.comments-area {
  margin-top: 0;
}
.comments-area ol.children {
  padding: 0;
}
.comments-area .comment-list {
  margin: 0;
  padding: 0;
}
.comments-area .comment-list li.comment {
  padding: 0;
  margin: 20px 0 25px;
  border-radius: 0px;
  list-style: none;
}
.comments-area .comment-list li.comment .comment-full {
  padding: 0;
  border-radius: 0px;
  position: relative;
}
.comments-area .comment-list li.comment .comment-body {
  padding-bottom: 0;
  position: relative;
  padding-left: 98px;
  padding-bottom: 30px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ddd;
}
.comments-area .comment-list li.comment #respond {
  padding-left: 98px;
  padding-bottom: 0;
  padding-top: 0px;
}
.comments-area .comment-list li.comment span.says {
  display: none;
}
.comments-area .comment-list li.comment .comment-author {
  text-transform: capitalize;
}
.comments-area .comment-list li.comment .comment-author a {
  color: #1F1F1F;
}
.comments-area .comment-list li.comment .comment-author img {
  float: left;
  border-radius: 0;
  position: absolute;
  left: 0;
  border-radius: 50%;
}
.comments-area .comment-list li.comment .comment-author b {
  float: left;
  padding-right: 14px;
  padding-top: 0;
}
.comments-area .comment-list li.comment .comment-metadata {
  margin-left: 0;
  margin-top: 0;
  font-size: 14px;
  padding-top: 0;
  clear: both;
}
.comments-area .comment-list li.comment .comment-metadata a time {
  color: #909090;
}
.comments-area .comment-list li.comment .comment-content {
  margin-top: 6px;
  border-radius: 0px;
  padding-left: 0;
  padding-right: 0;
}
.comments-area .comment-list li.comment .comment-content p {
  margin-bottom: 4px;
  color: #666;
}
.comments-area .comment-list li.comment .reply {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 10px;
  padding-bottom: 0;
  text-align: left;
}
.comments-area .comment-list li.comment .reply a {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  padding: 4px 20px;
  line-height: 23px;
  font-size: 14px;
  color: #fff;
  background: #EA5501;
  z-index: 1;
  border: none;
  border-radius: 5px;
}
.comments-area .comment-list li.comment .reply a:hover {
  background: #EA5501;
  color: #ffffff;
  opacity: 0.99;
}
.comments-area .comment-list li.comment .reply a:hover:before {
  top: 0%;
  bottom: auto;
  height: 100%;
}
.comments-area .comment-list li.comment .comment {
  margin-bottom: 0;
  padding-bottom: 0;
}
.comments-area .comment-list li.comment ol.children li {
  padding-right: 0;
  margin-left: 2.5em;
  margin-top: 0;
}
.comments-area .comment-list li.comment:last-child .comment-full {
  border-bottom: none;
}
.comments-area p.comment-form-author {
  float: left;
  width: 50%;
  padding-right: 25px;
  margin-bottom: 0px;
}
.comments-area p.comment-form-author label {
  display: block;
}
.comments-area p.comment-form-author input {
  width: 100%;
  height: 50px;
  padding: 15px 20px;
  background-color: #fff;
  border: 1px solid rgba(230, 226, 226, 0.6117647059);
  border-radius: 5px;
}
.comments-area p.comment-form-email {
  float: left;
  width: 50%;
  margin-bottom: 0px;
}
.comments-area p.comment-form-email label {
  display: block;
}
.comments-area p.comment-form-email input {
  width: 100%;
  height: 50px;
  padding: 15px 20px;
  background-color: #fff;
  border: 1px solid rgba(230, 226, 226, 0.6117647059);
  border-radius: 5px;
}
.comments-area p.comment-form-url {
  clear: both;
}
.comments-area p.comment-form-url label {
  display: block;
}
.comments-area p.comment-form-url input {
  width: 100%;
  height: 50px;
  padding: 15px 20px;
  background-color: #fff;
  border: 1px solid rgba(230, 226, 226, 0.6117647059);
  border-radius: 5px;
}
.comments-area p.comment-form-comment {
  clear: both;
  margin-bottom: 0;
}
.comments-area p.comment-form-comment label {
  display: block;
}
.comments-area p.comment-form-comment textarea {
  width: 100%;
  height: 160px;
  padding: 15px 20px;
  background-color: #fff;
  border: 1px solid rgba(230, 226, 226, 0.6117647059);
  border-radius: 5px;
  outline: none;
}
.comments-area .comment-navigation {
  overflow: hidden;
}
.comments-area .comment-navigation .nav-previous {
  position: relative;
  padding-left: 18px;
}
.comments-area .comment-navigation .nav-previous:before {
  content: "\f104";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  left: 0;
  top: 1px;
  color: #4caf50;
}
.comments-area .comment-navigation .nav-next {
  position: relative;
  padding-right: 18px;
}
.comments-area .comment-navigation .nav-next:before {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  right: 0;
  top: 1px;
  color: #4caf50;
}
.comments-area label {
  font-weight: 400;
}

.comment-full .comment-form-cookies-consent, .comment-full .comment-form-url {
  display: none;
}

.inner-page-title {
  padding-top: 70px;
}

.dynamic-sidebar {
  padding: 8px 0 0 12px;
  border-radius: 0px;
}
.dynamic-sidebar .recent-widget {
  margin: 0 0 2em;
}

.padding-left-sidebar .dynamic-sidebar {
  padding: 0px 20px 20px 0;
}

#respond {
  border-radius: 5px;
}

li.comment #respond {
  background: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}

.check-arrow {
  padding: 0;
  margin-left: 0;
}
.check-arrow li {
  position: relative;
  list-style: none;
  padding: 3px 0 5px 48px;
  margin: 4px 0;
}
.check-arrow li:before {
  content: "\eb7b";
  font-family: remixicon !important;
  position: absolute;
  left: 0;
  right: auto;
  top: 0px;
  font-size: 18px;
  color: #EA5501;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(26, 115, 233, 0.1411764706);
  line-height: 30px;
  text-align: center;
  display: block;
  border-radius: 50%;
}

.check-circle {
  padding: 0;
}
.check-circle li {
  position: relative;
  list-style: none;
  padding: 0 0 0 26px;
}
.check-circle li:before {
  font-family: FontAwesome;
  content: "\f058";
  position: absolute;
  left: 0;
  right: auto;
  top: 0px;
  font-size: 18px;
  color: #1a73e9;
  width: 40px;
  height: 40px;
}

blockquote {
  overflow: hidden;
  padding: 30px 52px;
  background: #F7F7F7 !important;
  font-style: normal;
  text-align: left;
  clear: both;
  border-radius: 10px;
  font-weight: 700;
  border-left: 7px solid #EA5501;
  position: relative;
  min-height: 170px;
}
blockquote cite {
  font-size: 15px;
  display: block;
  margin-top: 10px;
  font-style: normal;
  color: #1F1F1F;
  font-weight: 700;
  font-family: "Space Grotesk", serif;
}
blockquote cite:before {
  content: "";
  font-size: 28px;
  color: #EA5501;
  padding-bottom: 0px;
  display: inline-block;
  background: #1F1F1F;
  height: 1px;
  width: 40px;
  font-weight: 700;
  text-align: center;
  top: -4px;
  margin-right: 10px;
  position: relative;
}
blockquote::before {
  content: "\ec51" !important;
  font-family: remixicon !important;
  position: absolute;
  left: auto;
  right: 30px;
  top: 80px;
  font-size: 183px;
  color: rgba(0, 0, 0, 0.0588235294);
  text-align: center;
  display: block;
  border-radius: 50%;
  height: 0;
  line-height: 1;
}
blockquote p {
  margin-bottom: 10px !important;
  font-size: 22px;
}
blockquote p strong {
  color: #000 !important;
  font-size: 18px;
  padding-top: 20px !important;
  margin-bottom: 10px;
  display: block;
}

mark, ins, kbd {
  background: #1F1F1F;
  color: #fff;
  padding: 0 4px;
}

code {
  background: #1F1F1F;
  color: #fff !important;
}

.tax-portfolio-category .rs-blog .blog-item .blog-img img {
  width: 100%;
}

.rs-breadcrumbs-meta-elementor li {
  list-style: none;
  margin: 0 15px;
  position: relative;
}
.rs-breadcrumbs-meta-elementor li.rs_comments {
  line-height: 27px;
}

.rsoffwrap-close {
  background: #fff;
  position: absolute;
  right: 30px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 3px;
  text-align: center;
  top: 30px;
  cursor: pointer;
}

.rsoffwrap-close i {
  color: #f81f23;
  font-size: 21px;
}

.rs-breadcrumbs-meta-elementor li:before {
  content: "";
  position: absolute;
  left: -15px;
  top: 10px;
  height: 8px;
  width: 1px;
  background: #fff;
  transform: rotate(22deg);
}

.rs-breadcrumbs-meta-elementor li:first-child::before {
  display: none;
}

.ri-tools-fill {
  font-size: 21px;
  position: relative;
  top: 4px;
}

.rs_e_tel {
  color: #1F1F1F;
  font-weight: 400 !important;
  font-size: 20px;
}

.bs-sidebar ul.footer_social li {
  display: inline-block;
  text-align: center;
  border: none;
  margin: 0;
  padding: 0 14px 0 0;
}
.bs-sidebar ul.footer_social li a {
  color: #1F1F1F;
  display: block;
}
.bs-sidebar ul.footer_social li a:hover {
  color: #1F1F1F;
}
.bs-sidebar ul.footer_social li:last-child {
  margin-right: 0 !important;
}

/* ------------------------------------
	23. Blog Sidebar
---------------------------------------*/
.bs-sidebar .fa-ul i {
  margin-right: 12px;
}
.bs-sidebar .fa-ul i:before {
  color: #1F1F1F;
}
.bs-sidebar .fa-ul i.fa-whatsapp:before {
  font-size: 18px;
}
.bs-sidebar .fa-ul i.industrieicon-time-call:before {
  font-size: 16px;
}
.bs-sidebar .widget {
  background: #F7F7F7;
  padding: 40px 30px 40px;
  border-radius: 0px;
  position: relative;
}
.bs-sidebar .widget::before {
  content: "";
  width: 4px;
  height: 15px;
  position: absolute;
  left: 30px;
  top: 0;
  background: #EA5501;
}
.bs-sidebar .wp-block-search__label {
  position: relative;
  color: #1F1F1F;
  font-family: "Space Grotesk", serif;
}
.bs-sidebar .wp-block-search__label,
.bs-sidebar .widget_block h2, .bs-sidebar .widget-title {
  color: #1F1F1F;
  font-size: 24px;
  line-height: 26px;
  position: relative;
  z-index: 1;
  padding-bottom: 0;
  font-weight: 700;
}
.bs-sidebar .widget_media_image {
  padding: 0;
  background: none;
}
.bs-sidebar .widget:last-child {
  margin-bottom: 0;
}
.bs-sidebar .widget-title {
  margin-bottom: 35px;
}
.bs-sidebar .wp-block-latest-comments, .bs-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bs-sidebar .wp-block-latest-comments a, .bs-sidebar ul a {
  color: #616161;
  transition: all 0.3s ease 0s;
}
.bs-sidebar .wp-block-latest-comments a:hover, .bs-sidebar ul a:hover {
  color: #EA5501;
}
.bs-sidebar .wp-block-latest-comments li, .bs-sidebar ul li,
.bs-sidebar .wp-block-latest-comments li + li, .bs-sidebar ul li + li {
  margin-top: 10px;
  padding-top: 10px;
}
.bs-sidebar .wp-block-latest-comments li a, .bs-sidebar ul li a {
  color: #656567;
}
.bs-sidebar .widget_categories ul li a:hover {
  color: #EA5501;
}
.bs-sidebar .widget_meta li:first-child, .bs-sidebar .widget_pages li:first-child, .bs-sidebar .widget_recent_entries li:first-child, .bs-sidebar .widget_nav_menu li:first-child {
  margin-top: 0;
  padding-top: 0;
  border: 0;
  border-top: 0;
}
.bs-sidebar .widget_meta .sub-menu li:first-child, .bs-sidebar .widget_pages .sub-menu li:first-child, .bs-sidebar .widget_recent_entries .sub-menu li:first-child, .bs-sidebar .widget_nav_menu .sub-menu li:first-child {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.bs-sidebar #categories-2 ul li {
  background: #ffffff;
  border: 1px solid rgba(62, 62, 62, 0.1);
  padding: 12px 20px;
  margin-top: 12px;
  border-radius: 5px;
  font-size: 17px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.bs-sidebar #categories-2 ul li a {
  color: #616161;
  transition: all 0.3s ease 0s;
}
.bs-sidebar #categories-2#categories-2 ul li:hover {
  background: #EA5501;
}
.bs-sidebar #categories-2#categories-2 ul li:hover a {
  color: #fff;
}
.bs-sidebar .widget_product_categories h2.widget-title {
  margin-bottom: 18px;
}
.bs-sidebar .widget_recent_comments ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.bs-sidebar .widget_recent_comments ul li:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.bs-sidebar .recent-widget .widget-title {
  margin-bottom: 40px;
}
.bs-sidebar .widget_calendar table caption {
  padding-bottom: 0;
}
.bs-sidebar .widget_archive ul li:first-child {
  border-top: none;
}
.bs-sidebar .widget_pages ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: none;
}
.bs-sidebar .widget_pages ul li:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.bs-sidebar .widget_pages ul li ul.children li:first-child:after {
  top: 9px;
}
.bs-sidebar .widget_search, .bs-sidebar .bs-search {
  overflow: hidden;
  position: relative;
}
.bs-sidebar .widget_search input, .bs-sidebar .bs-search input {
  border: 1px solid rgba(62, 62, 62, 0.1);
  color: #1F1F1F;
  padding: 17px 20px;
  width: 100%;
  border-radius: 5px;
  background: #fff;
}
.bs-sidebar .widget_search button, .bs-sidebar .bs-search button {
  background: none;
  border: medium none;
  padding: 12px 30px;
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  z-index: 0;
  font-size: 16px;
  outline: none;
  border-radius: 0 5px 5px 0;
}
.bs-sidebar .widget_search button i:before, .bs-sidebar .bs-search button i:before {
  font-weight: 600 !important;
}
.bs-sidebar .widget_search label, .bs-sidebar .bs-search label {
  display: inline;
}
.bs-sidebar .widget_search button {
  font-size: 0;
}
.bs-sidebar .widget_search button:before {
  font-family: remixicon !important;
  font-size: 24px;
  content: "\f0d1";
  position: absolute;
  right: 24px;
  top: 8px;
  display: block;
  color: #1F1F1F;
}
.bs-sidebar .wp-block-search__inside-wrapper {
  position: relative;
  margin-top: 36px;
}
.bs-sidebar .widget_categories ul, .bs-sidebar .widget_recent_entries ul, .bs-sidebar .widget_archive ul, .bs-sidebar .widget_meta ul {
  list-style: none;
}
.bs-sidebar .recent-post-widget > div + div {
  margin-top: 12px;
  padding-top: 12px;
}
.bs-sidebar .recent-post-widget .post-date {
  font-size: 13px;
  color: #656567;
}
.bs-sidebar .recent-post-widget .post-title {
  font-weight: 500;
  margin-bottom: 0;
}
.bs-sidebar .recent-post-widget .post-title a {
  font-size: 15px;
}
.bs-sidebar .recent-post-widget .post-desc a {
  display: block;
  line-height: 22px;
  color: #1F1F1F;
  font-size: 18px;
  font-family: "Space Grotesk", serif;
  font-weight: 700;
  text-decoration: none;
  display: inline;
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  transition: all 0.3s ease 0s;
}
.bs-sidebar .recent-post-widget .post-desc a:hover {
  color: #EA5501;
}

.bs-sidebar .widget_medvillsocialiconwi_widget .footer_social li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid rgba(81, 61, 232, 0.1411764706);
  border-radius: 50%;
  font-size: 16px;
}
.bs-sidebar .widget_medvillsocialiconwi_widget .footer_social li a:hover {
  color: #ffffff;
  background-color: #EA5501;
}

body.single-post .hfe-page-title {
  max-width: 800px;
}

body.single-events .hfe-page-title {
  max-width: 860px;
}

.bs-sidebar .widget.widget_tag_cloud .widget-title {
  margin-bottom: 34px;
}

.bs-sidebar .widget_categories ul li ul li {
  padding: 0px 20px;
}

.bs-sidebar #categories-2.widget_categories ul li {
  position: relative;
}
.bs-sidebar #categories-2.widget_categories ul li a {
  cursor: pointer;
  text-transform: capitalize;
}
.bs-sidebar #categories-2.widget_categories ul li a:after {
  content: "\ea6c";
  position: absolute;
  font-family: remixicon !important;
  font-size: 20px;
  top: 9px;
  right: 18px;
  opacity: 1;
}

.bs-sidebar ul.wp-block-categories-list li {
  position: relative;
}
.bs-sidebar ul.wp-block-categories-list li a {
  cursor: pointer;
}

.bs-sidebar .widget_categories ul.children li:before {
  top: 2px;
}

.inner-offcan .ri-close-fill.closes {
  font-size: 23px;
  width: 40px;
  height: 39px;
  line-height: 40px;
  color: #fff;
  background: #EA5501;
  text-align: center;
  border-radius: 5px;
  display: block;
}

.pagination,
.pagination-area {
  padding-top: 0px;
  clear: both;
  text-align: center;
}
.pagination .pagination,
.pagination-area .pagination {
  padding: 0;
  margin: 0;
}
.pagination .nav-links,
.pagination-area .nav-links {
  display: flex;
  align-items: center;
  padding: 0px;
  border-radius: 0px;
}
.pagination .nav-links > *,
.pagination-area .nav-links > * {
  border-radius: 0px;
  margin-left: 0px;
  margin-right: 10px;
}
.pagination .nav-links > *:last-child,
.pagination-area .nav-links > *:last-child {
  margin-right: 0;
}
.pagination .nav-links a,
.pagination-area .nav-links a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1F1F1F;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  background: transparent;
  position: relative;
}
.pagination .nav-links a.page-numbers,
.pagination-area .nav-links a.page-numbers {
  border-style: solid;
  border-width: 1.5px 1.5px 1.5px 1.5px;
  border-color: rgba(7, 18, 48, 0.1019607843);
}
.pagination .nav-links a.next.page-numbers, .pagination .nav-links a.prev.page-numbers,
.pagination-area .nav-links a.next.page-numbers,
.pagination-area .nav-links a.prev.page-numbers {
  font-size: 0;
}
.pagination .nav-links a.next.page-numbers:before, .pagination .nav-links a.prev.page-numbers:before,
.pagination-area .nav-links a.next.page-numbers:before,
.pagination-area .nav-links a.prev.page-numbers:before {
  position: absolute;
  font-family: remixicon !important;
  font-size: 16px;
  line-height: 1;
  opacity: 1;
  content: "\ea6b";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pagination .nav-links a.prev.page-numbers:before,
.pagination-area .nav-links a.prev.page-numbers:before {
  content: "\ea5f";
}
.pagination .nav-links span.current,
.pagination-area .nav-links span.current {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: transparent !important;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  background: #EA5501;
  position: relative;
}

.bs-sidebar .recent-post-widget .post-desc {
  line-height: 26px;
}
.bs-sidebar .recent-post-widget .post-desc span {
  display: block;
  font-size: 16px;
  color: #616161;
  margin: 6px 0 0;
  font-weight: 400;
}
.bs-sidebar .recent-post-widget .post-desc span em {
  font-style: normal;
  font-weight: 700;
  position: relative;
  padding-right: 27px;
}
.bs-sidebar .recent-post-widget .post-desc span em::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  right: 9px;
  top: 8px;
  background: #616161;
}
.bs-sidebar .recent-post-widget .post-desc span i {
  margin-right: 5px;
}
.bs-sidebar .recent-post-widget .post-desc span i:before {
  font-size: 12px;
}
.bs-sidebar .recent-post-widget .post-desc span svg {
  width: 15px;
  position: relative;
  top: -2px;
  color: #EA5501;
  margin-right: 4px;
}
.bs-sidebar .tagcloud a {
  display: inline-block;
  margin: 0 4px 8px 0px;
  line-height: 20px;
  padding: 8px 15px;
  font-size: 16px !important;
  text-transform: capitalize;
  transition: all 0.3s ease;
  background: #fff;
  color: #616161;
  font-weight: 500;
  border: 1px solid rgba(62, 62, 62, 0.1);
  position: relative;
  border-radius: 5px;
}
.bs-sidebar .tagcloud a:hover {
  color: #fff;
  background: #EA5501;
}
.bs-sidebar .tagcloud a:last-child:after {
  display: none;
}

.wp-block-latest-comments__comment {
  line-height: 1.9;
  margin-bottom: 0;
}

.bottom-shadow1 {
  padding: 32px 0 20px 0;
}

.page-header {
  margin: 0 0 20px;
}
.page-header h1 {
  margin-top: 0;
}

.blog .rs-blog .blog-item,
.archive .rs-blog .blog-item {
  margin-bottom: 50px;
  background: #fff;
  border-radius: 2px;
  transition: 0.3s;
  padding: 0 0 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
}
.blog .rs-blog .blog-item.last--child,
.archive .rs-blog .blog-item.last--child {
  border-bottom: none;
  margin-bottom: 0px;
}

.blog .rs-blog .blog-item .full-blog-content, .archive .rs-blog .blog-item .full-blog-content {
  overflow: hidden;
}

.bs-sidebar .recent-post-widget .show-featured .post-desc {
  line-height: 26px;
}

.blog .rs-blog .blog-item .blog-img,
.archive .rs-blog .blog-item .blog-img {
  position: relative;
  border-radius: 4px;
  z-index: 0;
  margin-bottom: 30px;
  margin-top: 8px;
  overflow: hidden;
}
.blog .rs-blog .blog-item .blog-img img,
.archive .rs-blog .blog-item .blog-img img {
  transition: 0.9s;
}
.blog .rs-blog .blog-item .blog-img:hover img,
.archive .rs-blog .blog-item .blog-img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.blog .rs-blog .blog-item .blog-img .blog-meta, .archive .rs-blog .blog-item .blog-img .blog-meta {
  position: absolute;
  bottom: 16px;
  top: auto;
  left: 40px;
  right: 30px;
  z-index: 99;
}

/* -----------------------
	14. Blog Post
--------------------------*/
.rs-blog .grid-blog {
  margin-top: 50px;
}
.rs-blog .blog-item {
  margin-bottom: 30px;
  background: #fff;
}
.rs-blog .blog-item .full-blog-content .author {
  font-weight: 500;
}
.rs-blog .blog-item .blog-img {
  position: relative;
  margin-bottom: 0;
  border-radius: 0;
}
.rs-blog .blog-item .blog-img a {
  z-index: 11;
  position: relative;
}
.rs-blog .blog-item .blog-img .blog-img-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 0;
  text-align: center;
  z-index: 10;
  padding: 20px;
  opacity: 0;
  transition: 0.3s all ease-out;
}
.rs-blog .blog-item .blog-img .blog-img-content .blog-link {
  display: inline-block;
  font-size: 19px;
  width: 52px;
  line-height: 54px;
  height: 52px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  transition: all 0.3s ease 0s;
}
.rs-blog .blog-item .blog-img .blog-img-content .blog-link:hover {
  background: #EA5501;
  color: #fff !important;
}
.rs-blog .blog-item .blog-img .blog-img-content .blog-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  margin-top: 15px;
  color: #fff;
  margin-bottom: 0;
}
.rs-blog .blog-item .blog-img .blog-img-content .blog-title a {
  color: #fff;
}
.rs-blog .blog-item .blog-img .blog-img-content .blog-title a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.rs-blog .blog-item .blog-img:hover .blog-img-content {
  top: 0px;
  opacity: 1;
}
.rs-blog .blog-item .blog-meta {
  transition: all 0.3s ease 0s;
}
.rs-blog .blog-item .blog-meta .seperator {
  padding-left: 7px;
}
.rs-blog .blog-item .blog-meta .blog-date {
  display: inline-block;
  font-weight: 400;
}
.rs-blog .blog-item .blog-meta .blog-date i {
  margin-right: 6px;
  position: relative;
  top: 0px;
}
.rs-blog .blog-item .blog-meta .ri-user-3-line {
  top: 2px;
}
.rs-blog .blog-item .blog-meta .categories a {
  color: #999999;
}
.rs-blog .blog-item .blog-meta .categories a:hover {
  color: #EA5501;
}
.rs-blog .blog-item .blog-meta .blog-lc {
  display: inline-block;
}
.rs-blog .blog-item .blog-meta .blog-lc > div {
  display: inline-block;
}
.rs-blog .blog-item .date-post {
  padding: 0;
  color: #999999;
  margin-right: 8px;
  margin-bottom: 8px;
  display: inline-block;
  font-size: 12px;
}
.rs-blog .blog-item span.author, .rs-blog .blog-item span.category {
  padding: 0;
  margin-right: 9px;
  margin-bottom: 10px;
  margin-left: 0;
  display: inline;
  position: relative;
  text-transform: inherit;
  color: #555;
}
.rs-blog .blog-item .blog-slidermeta {
  margin-bottom: 6px;
}
.rs-blog .blog-item .blog-slidermeta span.seperator {
  display: inline-block;
  padding-right: 5px;
  font-size: 12px;
}
.rs-blog .blog-item .blog-slidermeta span.category a {
  color: #999999;
}
.rs-blog .blog-item .blog-slidermeta span.category a:hover {
  color: #EA5501;
}
.rs-blog .blog-item div.comment {
  padding: 0;
  color: #032e42;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 13px !important;
  line-height: normal;
}
.rs-blog .blog-item .blog-author {
  display: flex;
  align-items: center;
}
.rs-blog .blog-item .blog-author .author-img {
  float: left;
}
.rs-blog .blog-item .blog-author .author-img img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
}
.rs-blog .blog-item .blog-author .author-info {
  margin-left: 15px;
}
.rs-blog .blog-item .blog-author .author-info .author-name {
  font-size: 15px;
  margin-bottom: 0;
}
.rs-blog .blog-item .blog-author .author-info .author-title {
  font-size: 12px;
}
.rs-blog .blog-item .blog-desc {
  clear: both;
  font-size: 17px;
}
.rs-blog .blog-item .blog-desc p {
  margin-bottom: 0;
}
.rs-blog .blog-item:not(.rs-flat) .blog-button {
  display: block;
  margin-top: 30px;
}
.rs-blog .blog-item:not(.rs-flat) .blog-button a {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.4s;
  font-size: 17px;
  font-weight: 700;
  line-height: 28px;
  color: #1F1F1F;
  z-index: 1;
  border-radius: 10px;
}
.rs-blog .blog-item:not(.rs-flat) .blog-button a:before {
  content: "\ea6c";
  position: absolute;
  font-family: remixicon !important;
  font-size: 18px;
  top: 3px;
  right: -26px;
  opacity: 1;
}
.rs-blog .blog-item:not(.rs-flat) .blog-button a:hover {
  color: #fff;
  color: #EA5501;
}
.rs-blog .blog-item.rs-flat .blog-button {
  display: block;
  margin-top: 30px;
}
.rs-blog .blog-item.rs-flat .blog-button a {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.4s;
  padding: 13px 42px 13px 22px;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  color: #ffffff;
  background: #EA5501;
  z-index: 1;
  border-radius: 10px;
}
.rs-blog .blog-item.rs-flat .blog-button a:before {
  content: "\ea6c";
  position: absolute;
  font-family: remixicon !important;
  font-size: 15px;
  top: 15px;
  right: 22px;
  opacity: 1;
}
.rs-blog .blog-item.rs-flat .blog-button a:hover {
  color: #fff;
  background: #EA5501;
}
.rs-blog .full-layout {
  width: 100%;
}
.rs-blog .sidebar-none, .rs-blog .owl-nav {
  display: none;
}
.rs-blog .home_full_blog {
  padding: 0;
}
.rs-blog .home_full_blog .blog-desc {
  margin-bottom: 20px;
}
.rs-blog .home_full_blog .blog-date {
  padding-top: 15px;
}

body.archive.post-type-archive-product {
  background: #fff !important;
}
body.search .entry-summary .blog-button a {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.4s;
  font-size: 17px;
  font-weight: 700;
  line-height: 28px;
  color: #1F1F1F;
  z-index: 1;
  border-radius: 10px;
  transition: all 0.4s;
}
body.search .entry-summary .blog-button a:before {
  content: "\ea6c";
  position: absolute;
  font-family: remixicon !important;
  font-size: 18px;
  top: 3px;
  right: -26px;
  opacity: 1;
  color: inherit;
  transition: inherit;
}
body.search .entry-summary .blog-button a:hover {
  color: #EA5501;
}
body.search .entry-summary .blog-button a:hover:before {
  color: #EA5501;
}

.search-no-results .bs-search button {
  background: none;
  border: medium none;
  padding: 12px 30px;
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  z-index: 0;
  font-size: 16px;
  outline: none;
  border-radius: 0 5px 5px 0;
}
.search-no-results .bs-search button:before {
  font-family: remixicon !important;
  font-size: 24px;
  content: "\f0d1";
  position: absolute;
  right: 20px;
  top: 8px;
  display: block;
  color: #1F1F1F;
}
.search-no-results .bs-search button i {
  display: none;
}
.search-no-results .bs-search input {
  padding: 16px 17px 16px 17px;
}

.rsaddon-unique-slider ul.blog-meta {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rsaddon-unique-slider ul.blog-meta li:last-child {
  margin-right: 0;
}
.rsaddon-unique-slider .blog-item.hover-btn-yes .blog-inner-wrap {
  position: relative;
  transition: all 500ms ease;
}
.rsaddon-unique-slider .blog-item.hover-btn-yes .blog-content.btm-rs {
  transition: all 500ms ease;
  position: relative;
}
.rsaddon-unique-slider .blog-item.hover-btn-yes .blog-btn-part {
  transition: all 500ms ease;
}
.rsaddon-unique-slider .blog-item.hover-btn-yes:hover .blog-btn-part {
  visibility: visible;
  opacity: 1;
}
.rsaddon-unique-slider .blog-item.hover-btn-yes:hover .blog-inner-wrap {
  bottom: 0px;
}

.btm-rs .blog-footer .blog-meta {
  display: flex;
}
.btm-rs .blog-footer .blog-meta .fa.fa-book {
  margin: 4px 10px 0 0px;
}
.btm-rs .blog-footer .blog-meta .cat_list.btm {
  display: flex;
  margin-left: 0;
}
.btm-rs .blog-footer .blog-meta .cat_list.btm .post-categories {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.btm-rs .blog-footer .blog-meta .cat_list.btm ul li {
  margin-right: 0;
}
.btm-rs .blog-footer .blog-meta .cat_list.btm ul li:after {
  display: none;
}
.btm-rs .blog-footer .blog-meta .cat_list.btm ul li a {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: lowercase;
  margin-right: 5px;
  color: #303030;
  position: relative;
  padding-right: 4px;
  font-size: 14px;
  margin-left: 5px;
}
.btm-rs .blog-footer .blog-meta .cat_list.btm ul li a:after {
  content: ",";
  position: absolute;
  right: 0;
  top: 0;
}
.btm-rs .blog-footer .blog-meta .cat_list.btm ul li:last-child a:after {
  display: none;
}
.btm-rs .blog-footer .blog-meta.sep-yes li {
  position: relative;
  margin-right: 20px;
  padding-right: 11px;
}
.btm-rs .blog-footer .blog-meta.sep-yes li:after {
  content: "";
  height: 14px;
  width: 1px;
  position: absolute;
  right: 0;
  transform: rotate(20deg) translateY(-62%);
  top: 44%;
  background: #ccc;
}
.btm-rs .blog-footer .blog-meta.sep-yes li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.btm-rs .blog-footer .blog-meta.sep-yes li:last-child:after {
  display: none;
}

.bs-sidebar .recent-post-widget .show-featured .post-desc a {
  margin-top: -4px;
}

.rs-blog-grid .blog-item .blog-content h3.blog-name {
  margin-bottom: 15px;
}

.show-featured .post-img {
  width: 100px;
  float: left;
  padding-right: 15px;
}

body .recent-widget .show-featured .post-img img, .sticky_form_full, #rs-header .sticky_form {
  border-radius: 5px;
}

.bs-search {
  overflow: hidden;
  position: relative;
}
.bs-search input {
  border: 0;
  color: #444;
  padding: 14px 17px 17px 17px;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  border: 1px solid rgba(62, 62, 62, 0.1);
}
.bs-search button {
  border: medium none;
  padding: 4px 18px;
  position: absolute;
  right: 0;
  top: 3px;
  z-index: 1;
  font-size: 16px;
  outline: none;
  border-radius: 0;
  color: #00204A;
}
.bs-search button i:before {
  font-size: 22px;
}
.bs-search button:hover {
  color: #1F1F1F;
}
.bs-search label {
  display: inline;
  font-weight: normal;
}

article.sticky .blog-title a {
  color: #EA5501;
  position: relative;
  padding-left: 32px;
}
article.sticky .blog-title a:after {
  font-family: remixicon !important;
  content: "\f036";
  position: absolute;
  left: -6px;
  top: 4px;
  font-size: 35px;
}

.archive-post h3.blog-title a {
  color: #1F1F1F;
}
.archive-post h3.blog-title a:hover {
  color: #EA5501;
}

.rs-blog-grid .blog-item .image-wrap .cat_list {
  left: 20px;
  text-align: right;
}
.rs-blog-grid .blog-item .image-wrap .cat_list ul li a {
  margin-top: 5px;
}
.rs-blog-grid .blog-item .blog-content .blog-meta span:first-child {
  margin-right: 25px;
}

/* ------------------------------------
	24. Blog Pagination
---------------------------------------*/
.page-numbers.dots {
  line-height: 14px;
  display: inline-block;
  color: #19082D;
}

.pagination-pages {
  padding-top: 0px;
  clear: both;
  text-align: center;
}
.pagination-pages .pagination {
  padding: 0;
  margin: 0;
}
.pagination-pages .nav-links {
  display: flex;
  align-items: center;
  padding: 20px 10px 20px 10px;
  border-radius: 0px;
}
.pagination-pages .nav-links > * {
  border-radius: 0px;
  margin-left: 0px;
  margin-right: 10px;
}
.pagination-pages .nav-links > *:last-child {
  margin-right: 0;
}
.pagination-pages .nav-links span.current,
.pagination-pages .nav-links a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #EA5501;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  background: #f0edfc;
  position: relative;
}
.pagination-pages .nav-links span.current.next.page-numbers, .pagination-pages .nav-links span.current.prev.page-numbers,
.pagination-pages .nav-links a.next.page-numbers,
.pagination-pages .nav-links a.prev.page-numbers {
  font-size: 0;
}
.pagination-pages .nav-links span.current.next.page-numbers:before, .pagination-pages .nav-links span.current.prev.page-numbers:before,
.pagination-pages .nav-links a.next.page-numbers:before,
.pagination-pages .nav-links a.prev.page-numbers:before {
  position: absolute;
  font-family: remixicon !important;
  font-size: 16px;
  line-height: 1;
  opacity: 1;
  content: "\ea6b";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pagination-pages .nav-links span.current.prev.page-numbers:before,
.pagination-pages .nav-links a.prev.page-numbers:before {
  content: "\ea5f";
}
.pagination-pages .nav-links span.current {
  background: #EA5501;
  color: #fff;
}

.single-post .listing-style li {
  font-weight: unset;
  margin-bottom: 10px;
  color: #303030;
}
.single-post .listing-style li:last-child {
  margin-bottom: 30px;
}

.entry-content .page-links .pagination-pages {
  display: inline-flex;
  padding: 14px 11px 15px 26px;
  border-radius: 6px;
  line-height: 15px;
  color: #eee;
  border: none;
  background: #1F1F1F;
}
.entry-content .page-links .pagination-pages span.current {
  padding: 2px 18px 0 18px;
  line-height: 13px;
  background: transparent;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  text-align: center;
  background: transparent;
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #E6E6E6;
}
.entry-content .page-links .pagination-pages span.current:last-child {
  border-right: none;
}
.entry-content .page-links .pagination-pages > * {
  border-radius: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.entry-content .page-links .pagination-pages a {
  padding: 2px 16px 0 16px;
  line-height: 13px;
  color: #eee;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  text-align: center;
  background: transparent;
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #E6E6E6;
}
.entry-content .page-links .pagination-pages a:hover {
  color: #ffffff;
}
.entry-content .page-links .pagination-pages a:last-child {
  border-right: none;
}
.entry-content .page-links .pagination-pages a.next.page-numbers {
  background: none !important;
  border-right: 0;
}

.bs-desc .page-links {
  display: inline-flex;
  padding: 20px 27px 22px 43px;
  border-radius: 30px;
  line-height: 15px;
  color: #eee;
}
.bs-desc .page-links span.current {
  padding: 2px 18px 0 18px;
  line-height: 13px;
  background: transparent;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  text-align: center;
  background: transparent;
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #E6E6E6;
}
.bs-desc .page-links span.current:last-child {
  border-right: none;
}
.bs-desc .page-links > * {
  border-radius: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.bs-desc .page-links a {
  padding: 2px 16px 0 16px;
  line-height: 13px;
  color: #eee;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  text-align: center;
  background: transparent;
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #E6E6E6;
}
.bs-desc .page-links a:hover {
  color: #ffffff;
}
.bs-desc .page-links a:last-child {
  border-right: none;
}
.bs-desc .page-links a.next.page-numbers {
  background: none !important;
  border-right: 0;
}

.pagination-pages {
  display: inline-block;
  border: 1px solid #f1f1f1;
  padding: 11px 30px;
  border-radius: 10px;
}

.entry-footer .edit-link {
  padding: 20px 0;
  display: block;
}

.page-links {
  clear: both;
}

.comment-list .pingback, .comment-list .trackback {
  list-style: none;
  padding-bottom: 15px;
  padding-top: 15px;
}

.rs-blog-details .bs-meta li.category-name a {
  line-height: 22px;
}

.single:not(.single-portfolios) #content h3, .single:not(.single-portfolios) #content h4 {
  margin-bottom: 17px;
}

li.category-name ul.post-categories {
  position: relative;
  float: none !important;
  padding-left: 22px !important;
}
li.category-name ul.post-categories:before {
  content: "\f115";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  left: 0;
  top: 7px;
  color: #1a73e9;
}

.rs-footer .bs-search input {
  background: #fff;
}

.footer-top-bg-shape {
  clip-path: polygon(12% 0, 88% 0, 100% 100%, 0 100%);
}

.bs-sidebar .widget select {
  background: #fff;
  border-radius: 5px;
}

.rs-offcanvas-area .right_menu_togle {
  color: #616161;
}
.rs-offcanvas-area .right_menu_togle .sidebar-mobile-menu-logo {
  margin-bottom: 20px;
}
.rs-offcanvas-area .right_menu_togle .sidebar-mobile-menu-logo a img {
  width: auto;
  height: 30px;
}
.rs-offcanvas-area .right_menu_togle h4,
.rs-offcanvas-area .right_menu_togle a {
  color: #616161;
}
.rs-offcanvas-area .right_menu_togle .current-menu-parent > a {
  color: #EA5501;
}
.rs-offcanvas-area .right_menu_togle .current-menu-parent .sub-menu .current-menu-item > a {
  color: #EA5501;
}
.rs-offcanvas-area .right_menu_togle .current_page_item > span > i,
.rs-offcanvas-area .right_menu_togle .current_page_ancestor > span > i,
.rs-offcanvas-area .right_menu_togle .current-menu-ancestor > span > i {
  color: #EA5501;
}
.rs-offcanvas-area .right_menu_togle .current-menu-ancestor > a {
  color: #EA5501;
}
.rs-offcanvas-area .right_menu_togle .current_page_item > a {
  color: #EA5501;
}
.rs-offcanvas-area .right_menu_togle .current_page_item .sub-menu .current-menu-item > a {
  color: #EA5501;
}
.rs-offcanvas-area .right_menu_togle a:hover {
  color: #EA5501;
}
.rs-offcanvas-area .right_menu_togle h4 {
  font-size: 22px;
  line-height: 28px;
}
.rs-offcanvas-area .right_menu_togle .textwidget {
  font-size: 17px;
}
.rs-offcanvas-area .right_menu_togle .widget_media_gallery {
  margin: 0;
}
.rs-offcanvas-area .right_menu_togle .contact-area {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rs-offcanvas-area .right_menu_togle .contact-area li {
  margin-bottom: 8px;
}
.rs-offcanvas-area .right_menu_togle .contact-area li i {
  margin-right: 8px;
  font-size: 20px;
  color: #EA5501;
}
.rs-offcanvas-area .right_menu_togle .contact-area li i.ri-map-pin-line {
  font-size: 22px;
  position: relative;
}
.rs-offcanvas-area .right_menu_togle .contact-area li i.ri-phone-line {
  font-size: 23px;
  position: relative;
  top: 4px;
  left: -2px;
}
.rs-offcanvas-area .right_menu_togle .contact-area li i.ri-mail-send-line {
  position: relative;
  top: 2px;
  margin-right: 11px;
}
.rs-offcanvas-area .right_menu_togle .contact-area li.address1 {
  position: relative;
  padding-left: 33px;
}
.rs-offcanvas-area .right_menu_togle .contact-area li.address1 i {
  position: absolute;
  top: -3px;
  left: 0;
}
.rs-offcanvas-area .right_menu_togle .footer_social {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.rs-offcanvas-area .right_menu_togle .footer_social li {
  margin: 0 10px 0 0;
}
.rs-offcanvas-area .right_menu_togle .footer_social li a {
  width: 36px;
  height: 36px;
  line-height: 35px;
  background: none;
  border-radius: 50%;
  font-size: 16px;
  display: block;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.062745098);
}
.rs-offcanvas-area .right_menu_togle .footer_social li a i:before {
  font-size: 14px;
}
.rs-offcanvas-area .right_menu_togle .footer_social li a:hover i:before {
  color: #EA5501;
}
.rs-offcanvas-area .fa-ul {
  font-weight: 500;
  font-size: 17px;
}
.rs-offcanvas-area .fa-ul li {
  display: flex;
}
.rs-offcanvas-area .fa-ul li i {
  font-size: 20px;
  line-height: 25px;
  color: #EA5501;
  margin-right: 12px;
  top: 3px;
  position: relative;
}
.rs-offcanvas-area .fa-ul li i.ri-phone-line {
  font-size: 22px;
}
.rs-offcanvas-area .fa-ul li + li {
  margin: 14px 0 0;
}
.rs-offcanvas-area .fa-ul li.address1 {
  padding-right: 20px;
}

.hfe-nav-menu.vertical.hfe-nav-menu nav > ul > li::before {
  display: none;
}
.hfe-nav-menu.vertical .rs_two_columns ul.hfe-nav-menu {
  display: flex;
  flex-wrap: wrap;
}
.hfe-nav-menu.vertical.hfe-nav-menu nav.rs_two_columns > ul > li {
  flex: 0 0 50%;
  max-width: 50%;
}

/*-------------------
	Contact Css
---------------------*/
.main-home-contact-section {
  clip-path: polygon(20% 0%, 90% 0, 100% 7%, 100% 80%, 100% 100%, 0 100%, 0% 80%, 0 0) !important;
}

/*-------------------
	Search Results
---------------------*/
body.search-results .site-main > article {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
  border-top: none;
  margin-bottom: 50px;
  padding: 0 0 50px;
  border-radius: 0px;
}
body.search-results .site-main > article .entry-title {
  padding: 0;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 40px;
}
body.search-results .site-main > article .entry-title a {
  color: #1F1F1F;
}
body.search-results .site-main > article .entry-title a:hover {
  color: #EA5501;
}
body.search-results .site-main > article .entry-summary {
  padding: 0px;
}
body.search-results .site-main > article .entry-summary p:last-child {
  margin-bottom: 0;
}
body.search-results .site-main > article .entry-summary .search-button {
  margin-top: 20px;
}
body.search-results .site-main > article .entry-summary .search-button a {
  color: #1F1F1F;
}
body.search-results .site-main > article .entry-summary .search-button a:hover {
  color: #1F1F1F;
}
body.search-results .site-main > article .entry-summary .search-button a i {
  vertical-align: middle;
  transition: 0.3s all ease;
}
body.search-results .site-main > article .entry-footer {
  padding: 20px 35px;
  background: #ebebec;
}
body.search-results .site-main > article .entry-footer:empty {
  display: none;
}
body.search-results .site-main > article .entry-footer span {
  font-weight: 600;
}
body.search-results .site-main > article .entry-footer span a {
  font-weight: 400;
  color: #303030;
}
body.search-results .site-main > article .entry-footer span a:hover {
  color: #1a73e9;
}
body.search-results .pagination-area .pagination {
  margin: 30px 0 0;
}
body.search-results .main-contain #content {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.title-yes .blog-content {
  display: flex;
  flex-direction: column-reverse;
}
.title-yes .blog-content .blog-meta {
  width: 100%;
  justify-content: space-between;
}

/*contact layout*/
input[type=submit] {
  border: none;
  padding: 10px 18px;
}

body div textarea {
  border: 1px solid #f1f1f1;
  padding: 10px 18px;
  height: 120px;
}

input[type=text], input[type=number], input[type=email], input[type=url] {
  padding: 15px 20px;
  border: 1px solid #f1f1f1;
  margin-bottom: 30px;
  outline: none;
}

select, input[type=password] {
  padding: 15px 20px;
  border: 1px solid #f1f1f1;
  margin-bottom: 30px;
  outline: none;
}

.wp-block-search {
  margin-bottom: 20px;
}
.wp-block-search .wp-block-search__button {
  margin-left: 0;
}

.wp-block-archives select, .wp-block-categories select {
  width: 400px;
}

.wp-block-group.has-background {
  padding: 24px 30px 10px;
  margin-bottom: 30px;
}

[type=search] {
  border: 1px solid #f1f1f1;
  border-radius: 5px 0 0 5px;
  padding: 10px 20px;
  outline: none;
}

.wpcf7-spinner {
  position: absolute;
  top: 14px;
}

.arrow-btn {
  position: relative;
}
.arrow-btn:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 30px;
  right: 15%;
  top: -8px;
  transition: 0.4s;
  z-index: 3;
}
.arrow-btn:hover:after {
  right: 68%;
}

.wpcf7 input[type=file] {
  border: none !important;
}

.submit-btn .wpcf7-submit {
  z-index: 9;
}

.contact-page2 {
  border: 10px solid #fbfbfb;
  padding: 50px;
  background: #fff;
}
.contact-page2 .form-button {
  text-align: center;
}
.contact-page2 .submit-btn {
  margin-bottom: 0;
}

div textarea {
  border: 1px solid #f1f1f1;
  margin-bottom: 30px;
}

input[type=submit] {
  background: #1F1F1F;
}

div.wpcf7 .ajax-loader {
  position: absolute;
  top: 16px;
  right: -40px;
}

.contact-business h3 {
  margin-bottom: 10px;
}

.contact-page1 input[type=text], .contact-page1 input[type=number], .contact-page1 input[type=email], .contact-page1 input[type=password] {
  margin-bottom: 30px;
}
.contact-page1 textarea {
  margin-bottom: 30px;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border-color: #ff0000;
  color: #ff0000;
}

body .miniform button, body .miniform input, body .miniform optgroup, body .miniform select {
  margin-bottom: 15px;
}
body .miniform textarea {
  margin-bottom: 15px;
  height: 65px;
}

.single-team .padding-top-skills {
  padding-top: 50px;
}

.rs-newsletter-area {
  position: relative;
}
.rs-newsletter-area .rs-newsletter-btn {
  position: absolute;
}

.animate-me {
  transition: all 500ms ease;
}
.animate-me:hover {
  transform: translateY(-5px);
}

#rs-header .menu-area .navbar ul li.sub-rights .sub-menu li ul {
  left: 100% !important;
  top: 0 !important;
}

.bs-sidebar.dynamic-sidebar .service-singles {
  list-style: none;
  padding: 0;
  box-shadow: none;
}
.bs-sidebar.dynamic-sidebar .service-singles .widget-title {
  padding: 0;
}
.bs-sidebar.dynamic-sidebar .service-singles .widget-title:after {
  display: none;
}
.bs-sidebar.dynamic-sidebar .service-singles .menu li {
  border: none !important;
  margin-top: 0 !important;
}
.bs-sidebar.dynamic-sidebar .service-singles .menu li a {
  display: block;
  padding: 16px 18px;
  transition: all 0.5s ease;
  position: relative;
  font-size: 16px;
  background: #e8eaee;
  font-weight: 500;
}
.bs-sidebar.dynamic-sidebar .service-singles .menu li a:before {
  content: "\f113";
  position: absolute;
  right: 12px;
  top: 16px;
  font-family: industrieicon;
  color: #010d14;
}
.bs-sidebar.dynamic-sidebar .service-singles .menu li a:hover {
  background: #EA5501;
  color: #010d14;
}
.bs-sidebar.dynamic-sidebar .service-singles .menu li a:hover:before {
  color: #010d14;
}
.bs-sidebar.dynamic-sidebar .service-singles .menu li.current-menu-item a {
  background: #EA5501;
  color: #010d14;
}
.bs-sidebar.dynamic-sidebar .service-singles .menu li.current-menu-item a:before {
  color: #010d14;
}
.bs-sidebar.dynamic-sidebar .service-singles .menu li ul.sub-menu {
  margin: 0;
}
.bs-sidebar.dynamic-sidebar .service-singles .menu li ul.sub-menu li a {
  display: block;
  border: 2px solid #d3e1fb;
  padding: 17px 18px;
  transition: all 0.5s ease;
  border-radius: 5px;
  position: relative;
  font-size: 16px;
  font-weight: 600;
}
.bs-sidebar.dynamic-sidebar .service-singles .menu li ul.sub-menu li a:before {
  content: "\f113";
  position: absolute;
  right: 12px;
  top: 16px;
  font-family: industrieicon;
  color: #EA5501;
  display: block !important;
}
.bs-sidebar.dynamic-sidebar .service-singles .menu li ul.sub-menu li a:hover {
  background: #1F1F1F;
  color: #ffffff;
  border-radius: 5px;
  border-color: #1F1F1F;
}
.bs-sidebar.dynamic-sidebar .service-singles .menu li ul.sub-menu li a:hover:before {
  color: #ffffff;
}
.bs-sidebar.dynamic-sidebar .phones .address-icon:before {
  visibility: visible !important;
}

.wpcf7-form-control.wpcf7-validates-as-date {
  margin-bottom: 30px;
}

.team-grid-style6 .team-item .image-wrap {
  overflow: hidden;
}
.team-grid-style6 .team-item .image-wrap img {
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
.team-grid-style6 .team-item:hover .image-wrap img {
  transform: scale(1.2);
}

.rs-team-grid.team-grid-style1 .team-item img {
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
.rs-team-grid.team-grid-style1 .team-item:hover img {
  transform: scale(1.1);
}

.rstbd {
  display: flex;
  justify-content: space-between;
}
.rstbd .tab-image {
  flex: 0 0 50%;
}
.rstbd .tab-image img {
  padding-right: 50px;
}
.rstbd .tab-contents a.button {
  background: #1F1F1F;
  color: #fff;
  padding: 12px 32px 12px 32px;
  border-radius: 5px;
  transition: all 0.3s ease 0s;
  display: inline-block;
}
.rstbd .tab-contents a.button:hover {
  opacity: 0.8;
}

.rs-heading.style14 .heading-line {
  height: 5px;
  width: 90px;
  background: #1F1F1F;
  margin: 0px;
  position: relative;
  border-radius: 30px;
}
.rs-heading.style14 .heading-line:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2.7px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #EA5501;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-Rs-Dot;
  animation-name: MOVE-Rs-Dot;
}
.rs-heading.style14.center .heading-line {
  margin: 20px auto;
}
.rs-heading.style14.right .heading-line {
  margin-left: auto;
  margin-right: 0;
}
.rs-heading.style15 .title-inner .sub-text {
  background: #1F1F1F;
  display: inline-block;
  padding: 6px 25px;
  color: #ffffff;
  border-radius: 30px;
}
.rs-heading.style16 .title-inner .sub-text {
  position: relative;
  padding-left: 95px;
  display: inline-block;
}
.rs-heading.style16 .title-inner .sub-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  height: 4px;
  width: 76px;
  background: #1F1F1F;
}
.rs-heading.style16 .title-inner .sub-text:after {
  content: "";
  position: absolute;
  left: 15px;
  top: 11px;
  height: 6px;
  width: 12px;
  background: #ffffff;
}

@-webkit-keyframes MOVE-Rs-Dot {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(88px);
  }
}
@keyframes MOVE-Rs-Dot {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(88px);
  }
}
.rs-grid-figure a img.hovers-logos {
  display: none;
}

.rsaddon-unique-slider .rs-addon-slider .slick-list {
  padding-top: 0;
}

.rs-contact-box .address-item .address-icon::before {
  opacity: 1;
  visibility: visible;
}

.rsl_style2 .grid-item .rs-grid-figure .logo-img a {
  overflow: hidden;
  display: inline-block;
  position: relative;
}
.rsl_style2 .grid-item .rs-grid-figure .logo-img a img {
  transition: 0.3s;
  filter: grayscale(100%);
}
.rsl_style2 .grid-item .rs-grid-figure .logo-img a img.hovers-logos {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
}
.rsl_style2 .grid-item .rs-grid-figure:hover .logo-img a img.mains-logos {
  display: block;
  visibility: hidden;
  transform: translateY(100%);
}
.rsl_style2 .grid-item .rs-grid-figure:hover .logo-img a img.hovers-logos {
  display: block;
  opacity: 3;
  visibility: visible;
  transform: translateY(0%);
  filter: grayscale(0%);
}

.rs-hours .industrieicon-location {
  position: relative;
  top: -2px;
}

.sticky_form .search-input {
  border-radius: 0px !important;
}
.sticky_form .search-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1;
}
.sticky_form .search-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
.sticky_form .search-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 1;
}
.sticky_form .search-input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
}

#scrollUp {
  text-align: center;
  bottom: 40px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 40px;
  z-index: 10;
}
#scrollUp i {
  height: 40px;
  font-size: 24px;
  width: 42px;
  border-radius: 5px;
  color: #ffffff;
  line-height: 39px;
  transition: all 0.3s ease 0s;
  background: #EA5501;
  margin-left: 2px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  display: block;
}
#scrollUp i:hover {
  opacity: 0.8;
  color: #ffffff;
}

.search-form.rs_stickys_form button {
  background: none !important;
}

/* ---------------------------
	Header Section
------------------------------*/
#rs-header {
  width: 100%;
}
#rs-header.fixed-menu {
  width: 100%;
  max-width: 300px;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 9999;
  height: 100vh;
  background: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
  overflow-x: hidden;
}
#rs-header.fixed-menu .logo-areas.custom-sticky-logo {
  display: none !important;
}
#rs-header.fixed-menu .logo-areas.custom-logo-area {
  padding-left: 8px;
  padding-bottom: 15px;
}
#rs-header.fixed-menu .header-inner .box-layout .nav.navbar ul li {
  position: relative !important;
}
#rs-header.fixed-menu .header-inner.sticky {
  position: relative !important;
  box-shadow: none !important;
}
#rs-header.fixed-menu .header-inner.sticky .logo-area {
  display: block;
  margin: 0;
  padding: 0;
}
#rs-header.fixed-menu .header-inner.sticky .logo-area.sticky-logo {
  display: none;
}
#rs-header.fixed-menu .logo-area {
  margin: 0;
  padding: 0 0 20px;
}
#rs-header.fixed-menu .col-cell.menu-responsive {
  width: 100%;
}
#rs-header.fixed-menu .header-inner {
  padding: 60px 20px 25px;
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  height: 100vh;
  align-content: space-between;
}
#rs-header.fixed-menu .header-inner .box-layout {
  padding: 0;
  background: none;
  margin: 0;
}
#rs-header.fixed-menu .header-inner .box-layout .menu-area {
  width: 100%;
}
#rs-header.fixed-menu .header-inner .box-layout .nav.navbar {
  margin: 0;
  width: 100%;
}
#rs-header.fixed-menu .header-inner .box-layout .nav.navbar .navbar-menu {
  width: 100%;
}
#rs-header.fixed-menu .header-inner .box-layout .nav.navbar ul li {
  padding: 0 !important;
  display: block;
  margin: 20px 0;
}
#rs-header.fixed-menu .header-inner .box-layout .nav.navbar ul li a {
  padding: 7px 10px;
}
#rs-header.fixed-menu .header-inner .toolbar-sl-share {
  padding-left: 25px;
  padding-right: 25px;
}
#rs-header.fixed-menu .header-inner .toolbar-sl-share .rs-contact-phone i {
  color: #1F1F1F;
  padding-right: 6px;
}
#rs-header.fixed-menu .header-inner .toolbar-sl-share .rs-contact-phone a {
  color: #1F1F1F;
}
#rs-header.fixed-menu .header-inner .toolbar-sl-share .rs-contact-phone a:hover {
  color: #1F1F1F;
}
#rs-header.fixed-menu .header-inner .toolbar-sl-share .rs-contact-email {
  padding: 8px 0 8px;
}
#rs-header.fixed-menu .header-inner .toolbar-sl-share .rs-contact-email i {
  color: #1F1F1F;
  padding-right: 7px;
}
#rs-header.fixed-menu .header-inner .toolbar-sl-share .rs-contact-email a {
  color: #1F1F1F;
}
#rs-header.fixed-menu .header-inner .toolbar-sl-share .rs-contact-email a:hover {
  color: #1F1F1F;
}
#rs-header.fixed-menu .header-inner .toolbar-sl-share ul {
  list-style: none;
  list-style: none;
  margin: 12px 0 0;
  display: flex;
  justify-content: start;
  align-items: center;
}
#rs-header.fixed-menu .header-inner .toolbar-sl-share ul li + li {
  margin-left: 25px;
}
#rs-header.fixed-menu .header-inner .toolbar-sl-share ul li a {
  color: #1F1F1F;
}
#rs-header.fixed-menu .header-inner .toolbar-sl-share ul li a i {
  font-size: 16px;
}
#rs-header.fixed-menu .header-inner .toolbar-sl-share ul li a:hover {
  color: #1F1F1F;
}
#rs-header.fixed-menu .menu-area .navbar ul > li.menu-item-has-children > a:before, #rs-header.fixed-menu .menu-area .navbar ul > li.menu-item-has-children.hover-minimize > a:after {
  display: none;
}
#rs-header .toolbar-area {
  background: #1F1F1F;
  padding: 0;
  position: relative;
  transition: all 0.3s ease 0s;
  color: #fff;
}
#rs-header .toolbar-area .toolbar-contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#rs-header .toolbar-area .toolbar-contact ul li {
  display: inline-block;
  line-height: 50px;
  color: #fff;
}
#rs-header .toolbar-area .toolbar-contact ul li i {
  font-size: 14px;
  margin-right: 6px;
  vertical-align: middle;
  color: #fff;
}
#rs-header .toolbar-area .toolbar-contact ul li i.industrieicon-email {
  position: relative;
  top: 5px;
}
#rs-header .toolbar-area .toolbar-contact ul li i.industrieicon-email:before {
  font-size: 23px;
  margin-left: 0;
}
#rs-header .toolbar-area .toolbar-contact ul li i.industrieicon-address {
  position: relative;
  top: 4px;
}
#rs-header .toolbar-area .toolbar-contact ul li i.industrieicon-address:before {
  font-size: 19px;
  margin-left: 0;
}
#rs-header .toolbar-area .toolbar-contact ul li i:before {
  font-size: 18px;
  margin-left: 0;
  position: relative;
  top: 3px;
}
#rs-header .toolbar-area .toolbar-contact ul li a {
  transition: all 0.3s ease 0s;
  color: #fff;
  border-right: 1px solid #5e81ff;
  margin-right: 20px;
  padding-right: 20px;
}
#rs-header .toolbar-area .toolbar-contact ul li a:hover {
  color: #ccc;
}
#rs-header .toolbar-area .toolbar-contact ul li:last-child a {
  border: none;
}
#rs-header .row-table {
  display: flex;
  width: 100%;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
#rs-header .row-table .logo-areas.custom-sticky-logo {
  display: none;
}
#rs-header.main-menu-center .row-table {
  justify-content: space-between;
}
#rs-header.main-menu-center .row-table .header-logo {
  display: unset;
  flex: unset;
}
#rs-header.main-menu-center .row-table .nav.navbar {
  margin-right: 0;
}
#rs-header.main-menu-center .row-table .menu-responsive {
  display: flex;
  justify-content: center;
}
#rs-header.main-menu-center .row-table .header-quote {
  flex: unset;
}
#rs-header.main-menu-leftfull .header-logo {
  display: flex;
  flex: 0.26;
}
#rs-header .logo-area {
  position: relative;
  z-index: 9;
  float: left;
  margin-right: 20px;
  line-height: 40px;
}
#rs-header .logo-area a {
  color: #1F1F1F;
  transition: all 0.3s ease 0s;
  font-size: 36px;
  font-weight: 700;
}
#rs-header .logo-area a img {
  display: inline-block;
  vertical-align: middle;
}
#rs-header .logo-area .site-title a {
  padding: 10px 0;
  display: inline-block;
  font-family: "Space Grotesk", serif;
}
#rs-header .menu-responsive .sidebarmenu-area {
  float: right;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 22px;
  position: relative;
}
#rs-header .menu-responsive .sidebarmenu-area.off-border-left {
  padding-left: 5px;
  margin-left: 14px;
}
#rs-header .menu-responsive .sidebarmenu-search {
  float: right;
  padding-left: 12px;
}
#rs-header .menu-responsive .sidebarmenu-search .sticky_search, #rs-header .menu-responsive .sidebarmenu-search .phone_call {
  padding-top: 39px;
  padding-bottom: 39px;
  cursor: pointer;
  color: #28406d;
}
#rs-header .menu-responsive .sidebarmenu-search .sticky_search i:before, #rs-header .menu-responsive .sidebarmenu-search .phone_call i:before {
  font-size: 18px;
  font-weight: 600;
}
#rs-header .menu-responsive .sidebarmenu-search .sticky_form {
  position: absolute;
  bottom: -53px;
  right: 0;
  width: 100%;
  max-width: 300px;
  z-index: 99;
}
#rs-header .menu-sticky.sticky {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#rs-header .menu-sticky.sticky ul.offcanvas-icon .nav-link-container a {
  margin-top: 16px;
  margin-bottom: 16px;
}
#rs-header .menu-sticky.sticky .menu-area .navbar ul li a {
  color: #222;
}
#rs-header .menu-sticky.sticky .menu-area .navbar ul li .sub-menu li {
  padding: 0 !important;
}
#rs-header .menu-sticky.sticky .row-table .logo-areas.custom-sticky-logo {
  display: block;
}
#rs-header .menu-sticky.sticky .row-table .logo-areas.custom-logo-area {
  display: none;
}
#rs-header.header-style3 .header-logo {
  padding-top: 15px;
}
#rs-header.header-style3 .header-logo .logo-area {
  float: none;
  margin: 0;
}
#rs-header.header-style3 .nav.navbar {
  float: none;
}
#rs-header.header-style3 .table_row .col-cell {
  width: 33.33%;
}
#rs-header.header-style3 .table_row .col-cell.header-logo {
  text-align: center;
}
#rs-header.header-style3 .menu-cart-area > a {
  border-left: 1px solid #000;
  padding-left: 15px;
}
#rs-header.header-style3 .sticky_form {
  right: 15px !important;
}
#rs-header.header-style3 .widget_shopping_cart_content ul li a {
  padding: 0;
  border: none;
}
#rs-header.header-style3 .menu-area .navbar ul li ul.sub-menu {
  min-width: 200px;
}
#rs-header .sticky_search {
  font-size: 18px;
}
#rs-header.header-style7 .row-table .header-logo {
  flex: unset;
}
#rs-header.header-style7 .menu-area .navbar {
  margin-right: 0px;
}
#rs-header.header-style7 .menu-area .navbar ul > li:last-child > a {
  margin-right: 0;
}

.menu-area {
  padding-top: 0;
  padding-bottom: 0;
}
.menu-area .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.menu-area .navbar {
  margin-bottom: 0;
  border: 0;
  float: none;
  padding: 0;
  margin-right: 0;
}
.menu-area .navbar ul {
  margin: 0;
  padding: 0;
  text-align: left;
}
.menu-area .navbar ul li {
  position: relative;
  display: inline-block;
  transition: all 0.3s ease 0s;
  padding: 25px 10px;
  /*Dropdown Menu area*/
}
.menu-area .navbar ul li.current-menu-ancestor a, .menu-area .navbar ul li.current_page_item a {
  color: #EA5501;
}
.menu-area .navbar ul li a {
  color: #1F1F1F;
  font-size: 18px;
  padding-left: 10px;
  padding-right: 15px;
  transition: 0.4s;
  font-family: "Space Grotesk";
}
.menu-area .navbar ul li:hover a {
  color: #EA5501;
}
.menu-area .navbar ul li ul.sub-menu {
  min-width: 260px;
  padding-bottom: 2px;
  padding-top: 2px;
  border-radius: 0px;
}
.menu-area .navbar ul li ul.sub-menu li {
  float: none;
  display: block;
  margin: 0;
  text-align: left;
  line-height: 25px;
  border-top: 1px solid rgba(190, 200, 214, 0.1803921569);
}
.menu-area .navbar ul li ul.sub-menu li:first-child {
  border-top: 0;
}
.menu-area .navbar ul li ul.sub-menu li a {
  line-height: 25px;
  padding: 12px 20px;
  color: #1F1F1F;
  font-size: 15px;
}
.menu-area .navbar ul li ul.sub-menu li.current-menu-ancestor > a, .menu-area .navbar ul li ul.sub-menu li.current_page_item > a, .menu-area .navbar ul li ul.sub-menu li:hover > a {
  color: #EA5501;
}
.menu-area .navbar ul li:hover ul {
  opacity: 1;
  position: absolute;
}
.menu-area .navbar ul li > a {
  display: block;
  text-decoration: none;
  transition: unset;
  font-family: "Space Grotesk";
}
.menu-area .navbar ul li.active a {
  color: #EA5501;
}
.menu-area .navbar ul li.active li a, .menu-area .navbar ul li.active li ahover {
  color: #EA5501;
}
.menu-area .navbar ul li .sub-menu {
  left: 0;
  opacity: 0;
  position: absolute;
  background: #ffffff;
  top: 100%;
  transform: translateY(20px);
  transform-origin: 0 0 0;
  transition: all 0.3s ease 0s;
  width: 200px;
  z-index: 99999 !important;
  text-align: left;
  visibility: hidden;
  box-shadow: 0px 10px 7px 0px rgba(48, 51, 50, 0.09);
}
.menu-area .navbar ul li ul li .sub-menu:before {
  display: none;
}
.menu-area .navbar ul li .sub-menu li {
  line-height: normal;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
}
.menu-area .navbar ul li .sub-menu li a {
  display: block;
  padding: 12px 0;
  text-transform: none;
  transition: all 0.3s ease 0s;
  color: #1F1F1F;
  background: #ffffff;
}
.menu-area .navbar ul li .sub-menu li:hover > a {
  color: #EA5501;
  background: #ffffff;
}
.menu-area .navbar ul li .sub-menu li:hover > a:before {
  opacity: 1 !important;
}
.menu-area .navbar ul li .sub-menu li.current-menu-item a {
  color: #EA5501;
}
.menu-area .navbar ul li .sub-menu li ul {
  top: 0 !important;
}
.menu-area .navbar ul li:hover ul {
  opacity: 1;
  transform: translateY(0px);
  visibility: visible;
}
.menu-area .navbar .navbar-toggle {
  background-color: #EA5501;
  border-radius: 2px;
  transition: 0.4s ease all;
}
.menu-area .navbar .navbar-toggle .icon-bar {
  background-color: #fff;
}
.menu-area .navbar .navbar-toggle:hover {
  opacity: 0.8;
}
.menu-area.menu_type_dark .navbar ul li a, .menu-area.menu_type_dark .sticky_search i::before, .menu-area.menu_type_dark .menu-cart-area i::before {
  color: #1F1F1F;
}
.menu-area .navbar ul > li.menu-item-has-children > a {
  position: relative;
  margin-right: 10px;
}
.menu-area .navbar ul > li.menu-item-has-children > a:before {
  content: "\ea50";
  position: absolute;
  left: auto;
  right: -8px;
  top: 50%;
  text-align: center;
  font-family: remixicon !important;
  z-index: 9999;
  display: block;
  cursor: pointer;
  transform: translateY(-50%);
  font-weight: 400;
  font-size: 25px;
}

/*******off Canvas css********/
ul.offcanvas-icon {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.offcanvas-icon .nav-link-container a {
  background: #EA5501;
  padding: 0px;
  width: 45px;
  height: 42px;
  border-radius: 5px;
  margin-left: 28px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.offcanvas-icon .nav-link-container a i {
  top: -5px;
}
ul.offcanvas-icon .nav-link-container a:hover {
  opacity: 0.9;
}

ul.offcanvas-icon .nav-link-container a i {
  font-size: 20px;
}

.nav-link-container .nav-menu-link span {
  height: 2px;
  width: 25px;
  display: block;
  background: #fff;
  transition: none;
  cursor: pointer;
  list-style: none;
  margin: 5px 0;
}
.nav-link-container .nav-menu-link span.dot1 {
  width: 16px;
  float: right;
  clear: right;
  margin-right: 2px;
}
.nav-link-container .nav-menu-link span.dot2 {
  clear: both;
}
.nav-link-container .nav-menu-link span.dot3 {
  width: 16px;
  margin-left: 2px;
}

.sidenav.offcanvas-icon.nav-active-menu-container {
  margin-top: 0;
}

.mobile-logos {
  display: none;
}

.sidenav.nav-active-menu-container {
  overflow-y: auto;
  padding: 50px 50px 0;
}
.sidenav .sub-menu {
  display: none;
}
.sidenav.offcanvas-icon .rs-offcanvas-right a {
  display: block;
  font-size: 18px;
}
.sidenav.offcanvas-icon .rs-offcanvas-right a.quote-btn {
  margin-bottom: 25px;
  margin-top: 8px;
}
.sidenav.offcanvas-icon .rs-offcanvas-right a.quote-btn span {
  background: #fff;
  color: #000;
  border-radius: 3px;
  display: inline-block;
  padding: 7px 40px 4px;
  transition: all 0.5s ease;
}
.sidenav.offcanvas-icon .rs-offcanvas-right a.quote-btn:hover span {
  background: #032e42;
}
.sidenav.offcanvas-icon .rs-offcanvas-right a.emails {
  padding-bottom: 20px;
}
.sidenav.offcanvas-icon .rs-offcanvas-right .rs-innner-offcanvas-content {
  padding-left: 135px;
  padding-top: 27px;
}
.sidenav.offcanvas-icon .rs-offcanvas-right .rs-innner-offcanvas-content .widget {
  margin: 0 0 35px;
}
.sidenav.offcanvas-icon .rs-offcanvas-right .rs-innner-offcanvas-content .widget.widget_contact_widget {
  padding-top: 25px;
}
.sidenav.offcanvas-icon .rs-offcanvas-right .rs-innner-offcanvas-content a {
  transition: unset;
}
.sidenav .widget_cretic_flickr #rsflicker {
  margin-left: 0;
}
.sidenav .widget_cretic_flickr #rsflicker li {
  list-style-type: none;
  position: relative;
  width: 33.33%;
  display: inline-block;
}
.sidenav .widget_cretic_flickr #rsflicker li a img {
  opacity: 1;
  width: 100%;
}
.sidenav .widget_cretic_flickr #rsflicker li a:hover img {
  opacity: 0.9;
}

.mobile-menu-container div ul {
  position: relative;
}
.mobile-menu-container div ul li {
  position: relative !important;
}
.mobile-menu-container div ul li a {
  border-bottom: 1px solid #f0f0f0;
}
.mobile-menu-container div ul li a:hover {
  color: #1F1F1F;
}
.mobile-menu-container div ul > li.current_page_parent > a {
  color: #1F1F1F;
}
.mobile-menu-container .menu > li:last-child a {
  border-bottom: none;
}
.mobile-menu-container .social-icon-responsive ul li a {
  padding-right: 0;
  margin-right: 0;
}

header.mainsmenuhide .header-inner:not(.sticky) .navbar-menu #primary-menu-single {
  display: none;
}

.sidenav .menu > li > .sub-menu li ul > li a {
  padding-left: 60px;
}

#mobile_menu ul ul li, #mobile_menu li:hover > ul > li {
  height: auto;
}
#mobile_menu ul li a {
  width: 100%;
  border-bottom: 0;
}
#mobile_menu ul ul {
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: left;
}
#mobile_menu ul ul li a {
  width: 100%;
  border-bottom: 0;
  padding-left: 25px;
}
#mobile_menu ul ul ul {
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: left;
}
#mobile_menu ul ul ul li a {
  padding-left: 35px;
}
#mobile_menu > ul > li {
  float: none;
}
#mobile_menu.align-right ul ul {
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: left;
}
#mobile_menu > ul > li.has-sub > a:after, #mobile_menu > ul > li.has-sub > a:before {
  display: none;
}
#mobile_menu ul ul > li.has-sub > a:after, #mobile_menu ul ul > li.has-sub > a:before {
  display: none;
}
#mobile_menu #menu-button {
  display: block;
  padding: 17px;
  color: #dddddd;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
#mobile_menu .menu-button:after {
  position: absolute;
  top: 22px;
  right: 17px;
  display: block;
  height: 4px;
  width: 20px;
  border-top: 2px solid #dddddd;
  border-bottom: 2px solid #dddddd;
  content: "";
}
#mobile_menu .menu-button:before {
  position: absolute;
  top: 16px;
  right: 17px;
  display: block;
  height: 2px;
  width: 20px;
  background: #dddddd;
  content: "";
}
#mobile_menu .menu-button.menu-opened:after {
  top: 23px;
  border: 0;
  height: 2px;
  width: 15px;
  background: #ffffff;
  transform: rotate(45deg);
}
#mobile_menu .menu-button.menu-opened:before {
  top: 23px;
  background: #ffffff;
  width: 15px;
  transform: rotate(-45deg);
}
#mobile_menu .submenu-button {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 25px;
  display: block;
  height: 40px;
  width: 40px;
  cursor: pointer;
}
#mobile_menu .menu li ul.sub-menu li ul.sub-menu a {
  padding-left: 50px;
}

#rs-header .row-table .offcanvas-sec ul.offcanvas-icon {
  margin-top: 0;
}

#mobile_menu ul > li.menu-minimize > .submenu-button:before {
  display: none !important;
}
#mobile_menu ul ul .submenu-button {
  height: 34px;
  width: 34px;
  top: 0;
}
#mobile_menu .submenu-button:before {
  content: "\ea4e" !important;
  font-family: remixicon !important;
  position: absolute;
  right: 0;
  top: 0px;
  font-size: 25px;
  color: #1F1F1F;
  text-align: center;
  display: block;
}

body.logged-in .sidenav {
  top: 30px;
}
body.logged-in .sidenav .nav-link-container {
  top: 30px;
}

#fixedmenus ul ul li, #fixedmenus li:hover > ul > li {
  height: auto;
}
#fixedmenus ul li a {
  width: 100%;
  border-bottom: 0;
}
#fixedmenus ul ul {
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: left;
}
#fixedmenus ul ul li a {
  width: 100%;
  border-bottom: 0;
  padding-left: 25px;
}
#fixedmenus ul ul ul {
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: left;
}
#fixedmenus ul ul ul li a {
  padding-left: 35px;
}
#fixedmenus > ul > li {
  float: none;
}
#fixedmenus.align-right ul ul {
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: left;
}
#fixedmenus > ul > li.has-sub > a:after, #fixedmenus > ul > li.has-sub > a:before {
  display: none;
}
#fixedmenus ul ul > li.has-sub > a:after, #fixedmenus ul ul > li.has-sub > a:before {
  display: none;
}
#fixedmenus #menu-button {
  display: block;
  padding: 17px;
  color: #dddddd;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
#fixedmenus .menu-button:after {
  position: absolute;
  top: 22px;
  right: 17px;
  display: block;
  height: 4px;
  width: 20px;
  border-top: 2px solid #dddddd;
  border-bottom: 2px solid #dddddd;
  content: "";
}
#fixedmenus .menu-button:before {
  position: absolute;
  top: 16px;
  right: 17px;
  display: block;
  height: 2px;
  width: 20px;
  background: #dddddd;
  content: "";
}
#fixedmenus .menu-button.menu-opened:after {
  top: 23px;
  border: 0;
  height: 2px;
  width: 15px;
  background: #ffffff;
  transform: rotate(45deg);
}
#fixedmenus .menu-button.menu-opened:before {
  top: 23px;
  background: #ffffff;
  width: 15px;
  transform: rotate(-45deg);
}
#fixedmenus .submenu-button {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 0;
  display: block;
  height: 40px;
  width: 40px;
  cursor: pointer;
}
#fixedmenus .menu li ul.sub-menu li ul.sub-menu a {
  padding-left: 50px;
}

#rs-header .row-table .offcanvas-sec ul.offcanvas-icon {
  margin-top: 0;
}

#fixedmenus ul > li.menu-minimize > .submenu-button:before {
  display: none !important;
}
#fixedmenus ul ul .submenu-button {
  height: 34px;
  width: 34px;
  right: 45px;
}
#fixedmenus .submenu-button:after {
  position: absolute;
  top: 19px;
  right: 14px;
  width: 12px;
  height: 1px;
  display: block;
  background: #000;
  content: "";
}
#fixedmenus ul ul .submenu-button:after {
  top: 20px;
  right: 7px;
}
#fixedmenus .submenu-button:before {
  position: absolute;
  top: 14px;
  right: 19px;
  display: block;
  width: 1px;
  height: 12px;
  background: #000;
  content: "";
}
#fixedmenus ul ul .submenu-button:before {
  top: 14px;
  right: 13px;
}
#fixedmenus .submenu-button.submenu-opened:before {
  display: none;
}

.sidenav .menu li ul.sub-menu li a {
  padding-left: 40px;
  font-size: 20px;
}
.sidenav .menu li ul.sub-menu li a:before {
  display: none;
}
.sidenav .widget_nav_menu {
  padding: 0 !important;
}
.sidenav p {
  font-size: 16px;
  line-height: 30px;
}
.sidenav #contact_widget-3 {
  margin: 35px 0 50px;
}
.sidenav #text-9 {
  padding-top: 20px;
}

.responsive-menus, .sidebarmenu-area.text-right.mobilehum {
  display: none !important;
}

.menu-area .navbar ul li > a {
  overflow: hidden;
  font-weight: 500;
}

ul.sub-menu li a:before, ul.sub-menu ul ul li a:before {
  display: none;
}

.rs-breadcrumbs .breadcrumbs-title span > :last-child {
  padding-right: 0;
  margin-right: 0;
}

.mobile-topnars .rs-address-area .rs-address-list {
  display: flex;
  margin-top: 18px;
}
.mobile-topnars .rs-address-area .rs-address-list i {
  display: block;
}
.mobile-topnars .rs-address-area .rs-address-list i:before {
  margin: 0 20px 0 0;
  font-size: 25px;
  color: #1F1F1F;
  position: relative;
  top: 4px;
  font-weight: 600 !important;
}
.mobile-topnars .rs-address-area .rs-address-list i.industrieicon-email:before {
  font-size: 27px !important;
}
.mobile-topnars .rs-address-area .rs-address-list b {
  font-weight: 600;
  font-size: 16px;
}
.mobile-topnars .rs-address-area .rs-address-list em {
  display: block;
  font-style: normal;
  line-height: 22px;
  font-size: 15px;
}

.close-search {
  position: fixed;
  right: 50px;
  top: 50px;
  background: #ffffff;
  color: #1F1F1F;
  width: 55px;
  height: 55px;
  line-height: 58px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.5s ease;
}
.close-search:before {
  font-size: 14px;
  position: relative;
  top: -2px;
  left: 0px;
  font-weight: 700;
}
.close-search:hover {
  opacity: 0.8;
}

.menu-area .navbar ul li.menu-right .sub-menu li ul, .menu-area .navbar ul li .sub-menu li.menu-right ul {
  left: 100% !important;
}

.header-share {
  display: inline-block;
  margin-right: 10px;
}
.header-share ul {
  margin: 0;
  text-align: right;
}
.header-share ul li {
  display: inline-block;
  margin-right: 10px;
  line-height: 70px;
  height: 70px;
}
.header-share ul li:last-child {
  margin-right: 0;
}
.header-share ul li a {
  font-size: 16px;
}
.header-share ul li a i {
  color: #000;
  padding-right: 8px;
}
.header-share ul li a:hover i {
  color: #EA5501;
}

.sticky .menu-area .navbar ul li .sub-menu {
  top: 100%;
}

.header-transparent .menu-cart-area span.icon-num, .header-style5 .menu-cart-area span.icon-num {
  background: #fff;
  color: #000;
}

.menu-area .navbar ul li ul li ul.sub-menu {
  border: none;
  margin-top: -2px;
}

#rs-header .menu-area nav.navbar ul li.mega ul li .sub-menu {
  position: relative;
  opacity: 1;
  transform: scaleY(1);
  right: auto !important;
  left: auto !important;
  padding: 0;
}

nav.nav.navbar {
  position: static !important;
}

.menu-area .col-sm-9.menu-responsive {
  position: static !important;
}
.menu-area .navbar ul > li.mega > ul.sub-menu .flex-mega {
  display: flex;
  justify-content: space-between;
}

.page-template-page-single-php #rs-header.header-style8 .menu-area .navbar ul > li:hover a, .page-template-page-single-php #rs-header.header-style8 .menu-area .navbar ul > li.active a {
  opacity: 0.8;
}

/* Menu */
.menu-wrap-off {
  position: fixed;
  z-index: 999;
  width: 100%;
  right: 0;
  top: 0px;
  height: 100%;
  background: #ffffff;
  padding: 46px 60px 50px 50px;
  font-size: 1.15em;
  transform: translate3d(480px, 0, 0);
  transition: transform 0.4s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  max-width: 480px;
  overflow-y: auto;
  box-shadow: 20px 20px 80px rgba(95, 15, 197, 0.05);
}
.menu-wrap-off .inner-offcan {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  padding: 15px 0 0px;
  overflow-x: hidden;
  overflow-y: auto;
}
.menu-wrap-off .inner-offcan .nav-link-container {
  position: absolute;
  right: 25px;
  top: 25px;
  display: block;
  z-index: 99;
}
.menu-wrap-off .inner-offcan .nav-link-container .close-button {
  color: #000;
  padding: 15px 11px 16px;
  display: flex;
  flex-wrap: wrap;
  transition: none;
  border-radius: 4px;
}
.menu-wrap-off .inner-offcan .nav-link-container .close-button span {
  background: #1F1F1F;
  margin: 2px 4px;
}
.menu-wrap-off .industrieicon-cross.closes::before {
  color: #0a0a0a;
}
.menu-wrap-off .logo-area {
  text-align: left;
  display: block;
  width: 100%;
  padding-bottom: 50px;
}

.nav-link-container #close-button2.close-button span.hamburger1 {
  transform: rotate(-45deg) translate(-4px, 4px);
  width: 22px;
}
.nav-link-container #close-button2.close-button span.hamburger3 {
  transform: rotate(45deg) translate(0px, 0px);
  width: 22px;
}

body.logged-in .menu-wrap-off {
  padding: 55px 60px 50px 50px;
}
body.logged-in .menu-wrap-off .inner-offcan .nav-link-container {
  top: 53px;
}

.off-nav-layer {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: -1;
  background: #ffffff;
  border-radius: 50%;
  transition: 1s;
  transform: scale3d(0, 0, 0);
  display: block !important;
}
.off-nav-layer.off-open {
  transform: scale3d(1, 1, 1);
  display: block;
}

.menu-ofcn.off-open {
  transform: translate3d(0, 0, 0);
  transition: transform 0.8s;
  transition-timing-function: ease;
  transition-timing-function: cubic-bezier(0.9, 0, 0.3, 1);
}

.inner-offcan {
  opacity: 0;
  transition: all 0.8s ease;
}

body.on-offcanvas .menu-ofcn.off-open .inner-offcan {
  opacity: 1;
}

.off-nav-layer {
  background: #fff;
}

.mobile-menu-container ul li.active a {
  color: #1F1F1F;
}

.animate-intro-move-x {
  animation: move-x2 5s alternate infinite;
  -webkit-animation: move-x2 5s alternate infinite;
}

.counter-top-area.clip_enable {
  -webkit-clip-path: polygon(15% 0%, 100% 0, 100% 20%, 100% 74%, 85% 100%, 0 100%, 0% 80%, 0% 25%);
  clip-path: polygon(15% 0%, 100% 0, 100% 20%, 100% 74%, 85% 100%, 0 100%, 0% 80%, 0% 25%);
}

@keyframes move-x2 {
  from {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-60px, 0, 0);
    -webkit-transform: translate3d(-60px, 0, 0);
  }
}
@-webkit-keyframes move-x2 {
  from {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-60px, 0, 0);
    -webkit-transform: translate3d(-60px, 0, 0);
  }
}
.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;
}

.work-card .elementor-widget-wrap .elementor-widget-rs-image {
  transition: all 0.3s;
}
.work-card .elementor-widget-wrap:hover .elementor-widget-rs-image {
  right: 0 !important;
  bottom: 0 !important;
}

.services-btn.icon-after i:before {
  margin: 0;
}

ul.list > li .image:before, ul.list > li .image:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 50%;
  height: 80%;
  max-height: 60px;
  box-shadow: 0 15px 40px 5px rgba(0, 0, 0, 0.5);
  bottom: 20px;
}
ul.list > li .image:before {
  left: 20px;
  transform: rotate(-5deg);
}
ul.list > li .image:after {
  right: 20px;
  transform: rotate(5deg);
}
ul.list > li .image img {
  min-width: 100%;
  min-height: 150px;
  display: block;
  max-width: 100%;
  height: auto;
  border: 1px solid #C0C0C0;
  padding: 7px;
  background: #1F1F1F;
  border-radius: 2px;
}
ul.list > li .content {
  color: #303030;
  font-size: 16px;
  line-height: 28px;
}
ul.list > li .content .title {
  text-transform: capitalize;
  color: #1F1F1F;
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 5px;
}

.designation {
  color: #777;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 30px;
  float: left;
}
.designation i {
  margin-right: 10px;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.one-line {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.arrow-up {
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-style: none;
}

.arrow-down {
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-style: none;
}

.arrow-right {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-style: none;
}

.arrow-left {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-style: none;
}

.tekone-arrow {
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  border-color: white;
  border-width: 5px;
  border-style: solid;
}
.tekone-arrow.up {
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-style: none;
}
.tekone-arrow.down {
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-style: none;
}
.tekone-arrow.right {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-style: none;
}
.tekone-arrow.left {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-style: none;
}

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before {
  content: "";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after {
    content: "";
  }
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr {
    page-break-inside: avoid;
  }
  img {
    page-break-inside: avoid;
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
/*--------------------------------
	Latest News
----------------------------------*/
.rs-latest-news .news-normal-block {
  padding: 0px;
  transition: 0.3s;
  background-size: cover !important;
}
.rs-latest-news .news-normal-block .news-img {
  margin-bottom: 0px;
  padding: 13px 13px 8px;
}
.rs-latest-news .news-normal-block .news-img img {
  width: 100%;
}
.rs-latest-news .news-normal-block .news-info {
  padding: 50px 30px;
  padding-right: 30%;
  color: #fff;
}
.rs-latest-news .news-normal-block .news-info a {
  color: #fff;
}
.rs-latest-news .news-normal-block .news-info a:hover {
  color: #EA5501;
}
.rs-latest-news .news-normal-block .news-info .categories {
  font-size: 16px;
  margin: 0 0 16px;
}
.rs-latest-news .news-normal-block .news-title {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 600 !important;
  line-height: 38px !important;
}
.rs-latest-news .news-normal-block .news-title a:hover, .rs-latest-news .news-normal-block .news-title a:focus {
  color: #EA5501;
}
.rs-latest-news .news-normal-block .news-desc p {
  margin-bottom: 30px;
}
.rs-latest-news .news-normal-block .news-btn a {
  display: inline-block;
  margin-left: auto;
  padding: 4px 20px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  background-color: #EA5501;
  color: #fff;
  border-radius: 35px;
  text-transform: uppercase;
}
.rs-latest-news .news-normal-block .news-btn a:hover {
  background-color: #032e42;
}
.rs-latest-news .news-list-block .news-list-item {
  transition: 0.3s;
  background: #fff;
}
.rs-latest-news .news-list-block .news-list-item:hover {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.rs-latest-news .news-list-block .news-list-item .news-title {
  font-size: 18px !important;
  margin-bottom: 10px;
  font-weight: 600 !important;
}
.rs-latest-news .news-list-block .news-list-item .news-title a {
  color: #212121;
}
.rs-latest-news .news-list-block .news-list-item .news-title a:hover, .rs-latest-news .news-list-block .news-list-item .news-title a:focus {
  color: #EA5501;
}
.rs-latest-news .news-list-block .news-list-item .news-desc p {
  margin-bottom: 0;
}
.rs-latest-news .news-list-block .news-list-item .categories {
  font-size: 14px;
  margin: 0 0 10px;
}
.rs-latest-news .news-list-block .news-list-item .categories a {
  color: #181818;
}
.rs-latest-news .news-list-block .news-list-item .categories a:hover {
  color: #EA5501;
}
.rs-latest-news .news-list-block .news-list-item .news-content {
  padding: 20px;
  background: #ffffff;
}

.latest-news-slider .news-normal-block {
  box-shadow: none !important;
}

.footer-copyright-area .menu-item a.hfe-menu-item:hover {
  color: #EA5501;
}

.latest-news-nav .slick-track {
  width: 100% !important;
}
.latest-news-nav .slick-slide {
  width: calc(100% - 2px) !important;
  margin-bottom: 12px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid rgba(34, 34, 34, 0.1);
  padding: 13px;
  transition: 0.3s;
}
.latest-news-nav .slick-slide.slick-current, .latest-news-nav .slick-slide:hover {
  background-color: #EA5501;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.latest-news-nav .slick-slide.slick-current img, .latest-news-nav .slick-slide:hover img {
  opacity: 0.8;
}

.rs-latest-news.style2 .latest-news-nav .slick-track {
  width: 100% !important;
}
.rs-latest-news.style2 .latest-news-nav .slick-slide {
  width: calc(100% - 2px) !important;
  margin-bottom: 12px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid rgba(34, 34, 34, 0.1);
  padding: 13px;
}
.rs-latest-news.style2 .latest-news-nav .slick-slide.slick-current, .rs-latest-news.style2 .latest-news-nav .slick-slide:hover {
  background: #fff;
  border-color: #ccc;
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
}
.rs-latest-news.style2 .latest-news-nav .slick-slide.slick-current img, .rs-latest-news.style2 .latest-news-nav .slick-slide:hover img {
  opacity: 0.8;
}
.rs-latest-news.style2 .news-list-block .news-list-item + .news-list-item {
  margin-top: 15px;
}

.rs-services3 {
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.rs-services3 .col-services10 {
  float: right;
  width: 80%;
}
.rs-services3 .col-services10 .feature-title {
  padding-top: 26px;
  margin: 0 0 13px;
  font-size: 22px;
}
.rs-services3 .col-services10 .feature-title a {
  color: #1F1F1F;
}
.rs-services3 .col-services10 .slick-list {
  padding: 0 0 0 25px;
}
.rs-services3.services-right .col-services10 {
  float: left;
  width: 80%;
}
.rs-services3.services-right .col-services10 .slick-list {
  padding: 0 25px 0 0;
}
.rs-services3.services-right .col-services2 {
  float: left;
  width: 20%;
}
.rs-services3 .col-services2 {
  float: left;
  width: 20%;
}
.rs-services3 .heading-block {
  text-align: center;
}
.rs-services3 .heading-block h4 {
  font-size: 16px;
  margin: 15px 0;
}
.rs-services3 .slick-vertical .slick-slide {
  padding: 0 5px;
}
.rs-services3 .item-thumb img {
  border-radius: 0 !important;
  cursor: pointer;
}

.team-grid-style2 .team-item-wrap, .team-slider-style2 .team-item-wrap {
  position: relative;
  margin-bottom: 35px;
}

.team-grid-style2 .team-item-wrap a, .team-slider-style2 .team-item-wrap a {
  text-decoration: none;
}

.team-grid-style2 .team-item-wrap .team-img, .team-slider-style2 .team-item-wrap .team-img {
  position: relative;
  overflow: hidden;
}

.team-grid-style2 .team-item-wrap .team-img .team-img-sec, .team-slider-style2 .team-item-wrap .team-img .team-img-sec {
  position: relative;
}

.team-grid-style2 .team-item-wrap .team-img .wrap-text, .team-slider-style2 .team-item-wrap .team-img .wrap-text {
  box-shadow: 0 5px 20px rgba(34, 34, 34, 0.1);
  padding: 0 40px 12px;
  background: #fff;
}

.team-grid-style2 .team-item-wrap .team-img .wrap-text .team-desc, .team-slider-style2 .team-item-wrap .team-img .wrap-text .team-desc {
  margin-bottom: 0;
}

.team-grid-style2 .team-item-wrap .team-img .normal-text, .team-slider-style2 .team-item-wrap .team-img .normal-text {
  width: 100%;
  transition: all 0.5s ease 0s;
  position: relative;
  padding-bottom: 0;
  z-index: 1;
  margin-bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 3px 3px 0 0;
  padding: 15px 15px 20px;
  margin-top: -35px;
  position: absolute;
  bottom: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  transition: 0.4s;
}

.team-grid-style2 .team-item-wrap .team-img .normal-text .team-name, .team-slider-style2 .team-item-wrap .team-img .normal-text .team-name {
  margin-top: 0 !important;
  line-height: 28px !important;
}

.team-grid-style2 .team-item-wrap .team-img .normal-text .team-name a, .team-slider-style2 .team-item-wrap .team-img .normal-text .team-name a {
  position: relative;
  margin-bottom: 0;
  font-size: 18px;
  text-transform: capitalize;
  z-index: 111;
}

.team-grid-style2 .team-item-wrap .team-img .normal-text .team-social, .team-grid-style2 .team-item-wrap .team-img .normal-text .team-name {
  color: #ffffff;
}

.team-slider-style2 .team-item-wrap .team-img .normal-text .team-social, .team-slider-style2 .team-item-wrap .team-img .normal-text .team-name {
  color: #ffffff;
}

.team-grid-style2 .team-item-wrap .team-img .normal-text .team-social a, .team-grid-style2 .team-item-wrap .team-img .normal-text .team-name a {
  color: #ffffff;
}

.team-slider-style2 .team-item-wrap .team-img .normal-text .team-social a, .team-slider-style2 .team-item-wrap .team-img .normal-text .team-name a {
  color: #ffffff;
}

.team-grid-style2 .team-item-wrap .team-img .normal-text .team-social a:hover, .team-grid-style2 .team-item-wrap .team-img .normal-text .team-name a:hover {
  color: #ccc;
}

.team-slider-style2 .team-item-wrap .team-img .normal-text .team-social a:hover, .team-slider-style2 .team-item-wrap .team-img .normal-text .team-name a:hover {
  color: #ccc;
}

.team-grid-style2 .team-item-wrap .team-img .normal-text .cat-team, .team-slider-style2 .team-item-wrap .team-img .normal-text .cat-team {
  color: #ffffff;
  line-height: 1.4;
  display: block;
  margin: 0 0 10px;
}

.team-grid-style2 .team-item-wrap .team-img .normal-text .team-social, .team-slider-style2 .team-item-wrap .team-img .normal-text .team-social {
  padding-top: 2px;
}

.team-grid-style2 .team-item-wrap .team-img .normal-text .team-social a, .team-slider-style2 .team-item-wrap .team-img .normal-text .team-social a {
  padding: 0 3px;
}

.team-grid-style2 .team-item-wrap .team-img .normal-text .nolink, .team-slider-style2 .team-item-wrap .team-img .normal-text .nolink {
  pointer-events: none;
}

.team-grid-style2 .team-item-wrap .team-img .normal-text .cat-doctor, .team-slider-style2 .team-item-wrap .team-img .normal-text .cat-doctor {
  font-size: 14px;
}

.team-grid-style2 .team-item-wrap .team-img .normal-text .cat-doctor a, .team-slider-style2 .team-item-wrap .team-img .normal-text .cat-doctor a {
  color: #ffffff;
  text-transform: uppercase;
}

.team-grid-style2 .team-item-wrap .team-img .normal-text .team-name, .team-slider-style2 .team-item-wrap .team-img .normal-text .team-name {
  margin: 18px 0 4px;
  font-weight: 600;
}

.team-grid-style2 .team-item-wrap .team-img .normal-text .team-title, .team-slider-style2 .team-item-wrap .team-img .normal-text .team-title {
  color: #eee;
  font-size: 13px;
  font-weight: 400;
  padding: 0;
  display: block;
  text-transform: uppercase;
}

.team-grid-style2 .team-item-wrap .team-img .normal-text .team-title a, .team-slider-style2 .team-item-wrap .team-img .normal-text .team-title a {
  color: #eee;
  pointer-events: none;
}

.team-grid-style2 .team-item-wrap:hover .team-img .normal-text, .team-slider-style2 .team-item-wrap:hover .team-img .normal-text {
  bottom: 0;
}

.team-grid-style2 .team-item-wrap:hover .team-img .team-img-sec:before, .team-slider-style2 .team-item-wrap:hover .team-img .team-img-sec:before {
  height: 100%;
}

.team-grid-style2 .appointment-bottom-area, .team-slider-style2 .appointment-bottom-area {
  overflow: hidden;
  text-align: left;
  padding-top: 18px;
  padding-bottom: 25px;
}

.team-grid-style2 .appointment-bottom-area .app_details a, .team-grid-style2 .appointment-bottom-area .app_btn a {
  position: relative;
  color: #fff;
}

.team-slider-style2 .appointment-bottom-area .app_details a, .team-slider-style2 .appointment-bottom-area .app_btn a {
  position: relative;
  color: #fff;
}

.team-grid-style2 .appointment-bottom-area .app_details:hover a, .team-grid-style2 .appointment-bottom-area .app_btn:hover a {
  color: #fff;
  opacity: 0.9;
}

.team-slider-style2 .appointment-bottom-area .app_details:hover a, .team-slider-style2 .appointment-bottom-area .app_btn:hover a {
  color: #fff;
  opacity: 0.9;
}

.team-grid-style2 .appointment-bottom-area .app_details, .team-slider-style2 .appointment-bottom-area .app_details {
  margin-top: 10px;
}

.team-grid-style2 .appointment-bottom-area .app_details a, .team-slider-style2 .appointment-bottom-area .app_details a {
  color: #303030;
}

.team-grid-style2 .appointment-bottom-area .app_details:hover a, .team-slider-style2 .appointment-bottom-area .app_details:hover a {
  color: #EA5501;
}

.team-grid-style2 .appointment-bottom-area .app_details, .team-slider-style2 .appointment-bottom-area .app_details {
  float: left;
}

.team-grid-style2 .appointment-bottom-area .app_btn, .team-slider-style2 .appointment-bottom-area .app_btn {
  float: right;
}

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

.blogfull {
  box-shadow: 0 8px 6px -6px #eee;
  background: #fbfbfb !important;
  padding: 30px 40px !important;
}
.blogfull .blog-title {
  min-height: 50px;
}
.blogfull .icon-button a {
  margin-bottom: 0px;
}

.rs-portfolio.swiper .swiper-button-prev::before, .rs-portfolio.swiper .swiper-button-next::before {
  top: 8px;
}

.rsaddon-unique-slider ul.blog-meta li {
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
}
.rsaddon-unique-slider ul.blog-meta li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  height: 4px;
  width: 4px;
  border-radius: 4px;
  background: #1F1F1F;
}
.rsaddon-unique-slider ul.blog-meta li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}
.rsaddon-unique-slider ul.blog-meta li:last-child:after {
  display: none;
}

.rs-blog-grid .rs-addon-slider .blog-item {
  padding: 0;
  margin: 15px 15px 30px;
}
.rs-blog-grid .rs-addon-slider .blog-item .blog-inner-wrap {
  border-radius: 30px;
}

.rsaddon-unique-slider .rs-addon-slider .slick-list {
  padding: 0 !important;
}

.rs-portfolio-style6 .portfolio-item .portfolio-image {
  overflow: hidden;
}
.rs-portfolio-style6 .portfolio-item img {
  transition: 0.4s;
}

.rs-blog-grid .blog-item.default .blog-content p {
  padding-bottom: 20px;
}

.rs-portfolio-style6 .portfolio-item:hover img {
  transform: scale(1.1);
}

.wpcf7 p {
  margin: 0;
}

.chatbot-submit-btn {
  display: inline-block;
  position: relative;
}
.chatbot-submit-btn .wpcf7-submit {
  border-radius: 30px;
  padding-right: 80px;
  background: #2547b7;
  border: 2px solid #2547b7;
  padding: 14px 80px 15px 35px;
  font-weight: 500;
  text-transform: uppercase;
}
.chatbot-submit-btn:before {
  position: absolute;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 55px;
  text-align: center;
  content: "\f105";
  font-family: "FontAwesome";
  right: -5px;
  z-index: 2;
  background: #FFD100;
  color: #fff;
}
.chatbot-submit-btn .wpcf7-spinner {
  position: absolute;
  right: -100px;
  top: 15px;
}
.chatbot-submit-btn:hover .wpcf7-submit {
  border-color: #FFD100;
  background: transparent;
  color: #666;
}

.rsaddon-unique-slider .blog-item .blog-inner-wrap {
  transition: all 500ms ease;
}
.rsaddon-unique-slider .blog-item .blog-inner-wrap:hover .custom-blog-btn {
  opacity: 1;
}
.rsaddon-unique-slider .blog-item .custom-blog-btn {
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
  opacity: 0;
  position: relative;
}
.rsaddon-unique-slider .blog-item .custom-blog-btn i:before {
  margin-left: 0 !important;
}
.rsaddon-unique-slider .blog-content .post-categories {
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.rsaddon-unique-slider .blog-content .post-categories li {
  list-style: none;
  margin-bottom: 8px;
}
.rsaddon-unique-slider .blog-content .post-categories li a {
  font-size: 14px;
}
.rsaddon-unique-slider .blog-content .author-avatar img {
  border-radius: 50%;
  margin-right: 8px;
}
.rsaddon-unique-slider .blog-content .blog-footer .blog-meta i {
  margin-right: 5px;
}
.rsaddon-unique-slider .blog-content .blog-footer .blog-meta date {
  text-decoration: underline;
  font-weight: 600;
}
.rsaddon-unique-slider .blog-content .custom-blog-btn {
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
  opacity: 0;
  position: relative;
}
.rsaddon-unique-slider .blog-content .custom-blog-btn i:before {
  margin-left: 0 !important;
}
.rsaddon-unique-slider .blog-content .custom-blog-btn:hover {
  opacity: 1;
}
.rsaddon-unique-slider .blog-content .blog-btn-part2 {
  position: relative;
  z-index: 10;
  margin-bottom: 20px;
}

.rs-newsletter-form input[type=email] {
  padding: 16px 20px;
  width: 80%;
  border-width: 0;
}

.widget_mc4wp_form_widget .mc4wp-form-fields {
  position: relative;
}

.rs-footer .widget_mc4wp_form_widget {
  top: -15px;
}

.team-grid-style3 .team-img, .team-slider-style3 .team-img {
  position: relative;
  padding: 0;
}

.team-grid-style3 .team-img img, .team-slider-style3 .team-img img {
  position: relative;
  z-index: 99;
}

.team-grid-style3 .team-img .team-img-sec, .team-slider-style3 .team-img .team-img-sec {
  position: relative;
}

.team-grid-style3 .team-img .team-img-sec:before, .team-slider-style3 .team-img .team-img-sec:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #1F1F1F;
  opacity: 0.8;
  left: 0;
  top: 0;
  z-index: 100;
  opacity: 0;
  transition: all 0.3s ease 0s;
}

.team-grid-style3 .team-img .team-img-sec .team-content, .team-slider-style3 .team-img .team-img-sec .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: 30px;
  transition: all 0.3s ease 0s;
  height: 100%;
}

.team-grid-style3 .team-img .team-img-sec .team-content .author-text, .team-slider-style3 .team-img .team-img-sec .team-content .author-text {
  position: absolute;
  bottom: 20px;
  left: 30px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}

.team-grid-style3 .team-img .team-img-sec .team-content .team-name, .team-grid-style3 .team-img .team-img-sec .team-content .team-title {
  background: #fff;
}

.team-slider-style3 .team-img .team-img-sec .team-content .team-name, .team-slider-style3 .team-img .team-img-sec .team-content .team-title {
  background: #fff;
}

.team-grid-style3 .team-img .team-img-sec .team-content .team-name, .team-slider-style3 .team-img .team-img-sec .team-content .team-name {
  margin-bottom: 0;
  font-size: 20px;
  display: block;
  padding: 0 10px;
}

.team-grid-style3 .team-img .team-img-sec .team-content .team-name a, .team-slider-style3 .team-img .team-img-sec .team-content .team-name a {
  color: #fff;
}

.team-grid-style3 .team-img .team-img-sec .team-content .team-title, .team-slider-style3 .team-img .team-img-sec .team-content .team-title {
  color: #fff;
  position: relative;
  font-size: 14px;
  display: inline-block;
  padding: 3px 10px;
}

.team-grid-style3 .team-img .team-img-sec .team-content .team-title:after, .team-slider-style3 .team-img .team-img-sec .team-content .team-title:after {
  position: absolute;
  content: "";
  width: 170px;
  height: 2px;
  background: #f2f2f2;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.team-grid-style3 .team-img .team-img-sec .team-content .team-social a, .team-slider-style3 .team-img .team-img-sec .team-content .team-social a {
  color: #fff;
  margin-right: 12px;
  font-size: 16px;
}

.team-grid-style3 .team-img .team-img-sec .team-content .team-social a:last-child, .team-slider-style3 .team-img .team-img-sec .team-content .team-social a:last-child {
  margin-right: 0;
}

.team-grid-style3 .team-img .team-img-sec .team-content .team-social a:hover, .team-slider-style3 .team-img .team-img-sec .team-content .team-social a:hover {
  opacity: 0.8;
}

.team-grid-style3 .team-img .team-img-sec:hover .team-content, .team-slider-style3 .team-img .team-img-sec:hover .team-content {
  opacity: 1;
}

.team-grid-style3 .team-img .team-img-sec:hover .team-content .author-text, .team-slider-style3 .team-img .team-img-sec:hover .team-content .author-text {
  opacity: 1;
  visibility: visible;
}

.team-grid-style3 .team-img:after {
  top: 0;
}
.team-grid-style3 .team-img:before {
  bottom: 0;
}

.nolink {
  color: inherit;
  pointer-events: none;
}

.clients-grids {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.clients-grids li {
  display: inline-block;
}
.clients-grids li a {
  display: inline-block;
  padding: 10px 20px;
}
.clients-grids.cols-one li {
  width: 100%;
}
.clients-grids.cols-two li {
  width: 50%;
}
.clients-grids.cols-three li {
  width: 33.333%;
}
.clients-grids.cols-four li {
  width: 25%;
}
.clients-grids.cols-five li {
  width: 20%;
}
.clients-grids.cols-six li {
  width: 16.666%;
}

#team-list-style .team-img {
  background: #fff;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.04);
}
#team-list-style .team-img .wrap-text {
  padding: 30px 20px;
}
#team-list-style .team-name {
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 600 !important;
  font-size: 22px;
  line-height: 30px;
}
#team-list-style .team-name a {
  color: #EA5501;
}
#team-list-style .team-name a:hover {
  color: #1F1F1F;
}
#team-list-style .team-title {
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
#team-list-style .social-info {
  overflow: hidden;
}
#team-list-style .social-info .phone {
  float: left;
}
#team-list-style .social-info .phone:first-child {
  margin-right: 18px;
}
#team-list-style .social-info .phone a {
  color: #303030;
}
#team-list-style .social-info .phone a:hover {
  color: #EA5501;
}
#team-list-style .social-info .phone i {
  margin-right: 6px;
  position: relative;
  top: 2px;
}
#team-list-style .social-info .phone i:before {
  font-size: 17px;
}
#team-list-style .team-social {
  margin-top: 20px;
  margin-bottom: 24px;
}
#team-list-style .team-social .social-icon {
  margin-right: 13px;
}
#team-list-style .team-social i {
  font-size: 16px;
  transition: 0.4s;
  color: #303030;
  text-align: center;
}
#team-list-style .team-social i:hover {
  color: #EA5501;
}

.rs-contact-box .address-item.boxstyle2 .address-icon {
  width: 40px;
  height: 40px;
  line-height: 38px;
}
.rs-contact-box .address-item.boxstyle2 .address-icon i {
  font-size: 17px;
  line-height: 20px;
}
.rs-contact-box .address-item.boxstyle2 .address-icon:before, .rs-contact-box .address-item.boxstyle2 .address-icon:after {
  display: none;
}
.rs-contact-box .address-item.boxstyle2 .address-text .text {
  display: block;
}
.rs-contact-box .address-item.boxstyle2 .address-text .text .label {
  display: block;
}

/* ----------------------------------
	09. Portfolio
-------------------------------------*/
.information-sidebar li.widget {
  background: #fff;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
  padding: 20px 20px 40px;
}
.information-sidebar li.widget h2.widget-title {
  padding: 15px 20px 30px;
  border-radius: 0;
  font-size: 20px;
  color: #1F1F1F;
  line-height: 26px !important;
  margin: 0px !important;
  text-transform: uppercase;
}
.information-sidebar li.widget ul {
  padding-left: 0;
  margin-left: 20px;
}
.information-sidebar li.widget ul.fa-ul {
  padding-left: 0;
  margin-left: 20px;
}
.information-sidebar ul, .information-sidebar li {
  list-style: none;
}
.information-sidebar .serivce-brochure {
  padding: 40px 40px 50px;
  border-radius: 0;
  background: #EA5501;
  margin: -20px -20px -40px !important;
}
.information-sidebar .serivce-brochure .title {
  padding: 0px 0px 30px;
  border-radius: 0;
  font-size: 20px;
  color: #ffffff;
  line-height: 26px !important;
  margin: 0px !important;
  text-transform: uppercase;
}
.information-sidebar .serivce-brochure p {
  color: #fff;
}
.information-sidebar .widget_nav_menu ul.menu {
  margin: 0;
}
.information-sidebar .widget_nav_menu li {
  padding: 0;
}
.information-sidebar .widget_nav_menu li + li {
  margin-top: 20px;
}
.information-sidebar .widget_nav_menu li a {
  color: #303030;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.information-sidebar .widget_nav_menu li a:hover {
  color: #1F1F1F;
}
.information-sidebar .widget_nav_menu li.current-menu-item a {
  color: #1F1F1F;
}
.information-sidebar .widget_nav_menu li:last-child {
  margin-bottom: 0;
}
.information-sidebar .widget_contact_widget li {
  margin-bottom: 20px;
}
.information-sidebar .widget_contact_widget li:last-child {
  margin-bottom: 0;
}
.information-sidebar .widget_contact_widget li a {
  color: #303030;
}
.information-sidebar .widget_contact_widget li.address1 {
  position: relative;
}
.information-sidebar .widget_contact_widget li.address1 i {
  position: absolute;
  top: 0;
  display: inline-block;
}
.information-sidebar .widget_contact_widget li.address1 span {
  margin: -10px 0 0;
  display: inline-block;
  padding-left: 41px;
}
.information-sidebar .widget_contact_widget i {
  font-size: 25px;
  padding-right: 23px;
  color: #EA5501;
}

.rs-portfolio.col-filter .portfolio-content .portfolio-filter {
  text-align: center !important;
}
.rs-portfolio .portfolio-slider .portfolio-item {
  position: relative;
  margin: 0 15px;
}
.rs-portfolio .portfolio-slider .portfolio-item .categories {
  position: absolute;
  top: 16px;
  right: 25px;
  z-index: 11;
  font-size: 16px;
}
.rs-portfolio .portfolio-slider .portfolio-item .categories a {
  color: #EA5501;
}
.rs-portfolio .portfolio-slider .portfolio-item .categories a:hover {
  color: #EA5501;
}
.rs-portfolio .portfolio-slider .portfolio-item .p-title {
  position: absolute;
  bottom: 16px;
  left: 0;
  z-index: 11;
  width: 100%;
  padding: 0 25px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600 !important;
  line-height: 30px !important;
}
.rs-portfolio .portfolio-slider .portfolio-item .p-title a {
  color: #EA5501;
}
.rs-portfolio .portfolio-slider .portfolio-item .p-title a:hover {
  color: #EA5501;
}
.rs-portfolio.style1 .portfolio-item {
  overflow: hidden;
  position: relative;
}
.rs-portfolio.style1 .portfolio-item .categories, .rs-portfolio.style1 .portfolio-item .p-title {
  position: static;
}
.rs-portfolio.style1 .portfolio-item .categories a, .rs-portfolio.style1 .portfolio-item .p-title a {
  color: #fff;
  position: relative;
  z-index: 10;
  transition: 0.4s;
}
.rs-portfolio.style1 .portfolio-item .categories a:hover, .rs-portfolio.style1 .portfolio-item .p-title a:hover {
  color: #1F1F1F;
}
.rs-portfolio.style1 .portfolio-item .portfolio-content {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  top: 30%;
  left: 0;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}
.rs-portfolio.style1 .portfolio-item:hover .portfolio-content {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.rs-portfolio.style2 .portfolio-slider .portfolio-item .portfolio-img {
  position: relative;
}
.rs-portfolio.style2 .portfolio-slider .portfolio-item .portfolio-img .portfolio-content {
  position: absolute;
  width: 100%;
  visibility: hidden;
  transition: 0.4s;
  bottom: -50px;
}
.rs-portfolio.style2 .portfolio-slider .portfolio-item .portfolio-img .portfolio-content .categories {
  top: auto;
  bottom: 20px;
  left: 25px;
}
.rs-portfolio.style2 .portfolio-slider .portfolio-item .portfolio-img .portfolio-content .categories:before {
  display: none;
}
.rs-portfolio.style2 .portfolio-slider .portfolio-item .portfolio-img .portfolio-content .categories a {
  color: #fff;
}
.rs-portfolio.style2 .portfolio-slider .portfolio-item .portfolio-img .portfolio-content .categories a:hover {
  color: #1F1F1F;
}
.rs-portfolio.style2 .portfolio-slider .portfolio-item .portfolio-img .portfolio-content h3.p-title {
  top: auto;
  bottom: 52px;
}
.rs-portfolio.style2 .portfolio-slider .portfolio-item .portfolio-img .portfolio-content h3.p-title a {
  color: #fff;
}
.rs-portfolio.style2 .portfolio-slider .portfolio-item .portfolio-img .portfolio-content h3.p-title a:hover {
  color: #EA5501;
}
.rs-portfolio.style2 .portfolio-slider .portfolio-item:hover .portfolio-content {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.rs-portfolio.style5 .portfolio-item .portfolio-img-sinlge {
  overflow: hidden;
}
.rs-portfolio.style5 .portfolio-item .portfolio-img-sinlge img {
  transition: 0.4s;
  transform: scale(1);
}
.rs-portfolio.style5 .portfolio-item .portfolio-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
}
.rs-portfolio.style5 .portfolio-item .p-title {
  padding: 0;
}
.rs-portfolio.style5 .portfolio-item .categories, .rs-portfolio.style5 .portfolio-item .p-title {
  position: static;
}
.rs-portfolio.style5 .portfolio-item .categories {
  background: #fbfbfb;
  padding: 2px 10px;
}
.rs-portfolio.style5 .portfolio-item:hover .portfolio-img-sinlge img {
  transform: scale(1.2);
}
.rs-portfolio.style6 .portfolio-item .portfolio-img-sinlge {
  overflow: hidden;
}
.rs-portfolio.style6 .portfolio-item .portfolio-img-sinlge img {
  transition: 0.4s;
  transform: scale(1);
}
.rs-portfolio.style6 .portfolio-item .portfolio-content {
  padding-top: 15px;
}
.rs-portfolio.style6 .portfolio-item .p-title {
  padding: 0;
}
.rs-portfolio.style6 .portfolio-item .categories, .rs-portfolio.style6 .portfolio-item .p-title {
  position: static;
}
.rs-portfolio.style6 .portfolio-item:hover .portfolio-img-sinlge img {
  transform: scale(1.2);
}
.rs-portfolio.gap_no .portfolio-slider .portfolio-item {
  margin: 0;
}
.rs-portfolio.vertical-slider.style4 .portfolio-slider .portfolio-img {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background-position: center top !important;
  transition: all 1s ease;
}
.rs-portfolio.vertical-slider.style4 .portfolio-slider .portfolio-item {
  text-align: center;
}
.rs-portfolio.vertical-slider.style4 .portfolio-slider .portfolio-item .categories {
  top: auto;
  bottom: 50px;
  left: 0;
  right: 0;
  padding: 0 25px;
  color: #fff !important;
}
.rs-portfolio.vertical-slider.style4 .portfolio-slider .portfolio-item .categories a {
  color: #fff !important;
  font-size: 14px;
}
.rs-portfolio.vertical-slider.style4 .portfolio-slider .portfolio-item .p-title {
  bottom: 80px;
  padding-top: 30px;
}
.rs-portfolio.vertical-slider.style4 .portfolio-slider .portfolio-item .p-title a {
  color: #fff !important;
  position: relative;
}
.rs-portfolio.vertical-slider.style4 .portfolio-slider .portfolio-item .p-title a:before {
  content: "";
  width: 2px;
  height: 40px;
  background: #1F1F1F;
  text-align: center;
  display: block;
  margin: 0px auto;
  position: relative;
  top: -10px;
  transition: 0.4s;
}
.rs-portfolio.vertical-slider.style4 .portfolio-slider .portfolio-item:hover .p-title a {
  color: #1F1F1F !important;
}
.rs-portfolio.vertical-slider.style4 .portfolio-slider .portfolio-item:hover .p-title a:before {
  height: 100px;
}
.rs-portfolio.vertical-slider.style4 .portfolio-slider .portfolio-item:hover .portfolio-img {
  transform: scale(1.04);
}

.rs-project-section.gray-bg {
  background: #f7f7fc;
  padding: 90px 0 50px;
}
.rs-project-section.gray-bg h3 {
  margin-bottom: 50px !important;
}
.rs-project-section .project-item {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.rs-project-section .project-item .project-content .p-icon, .rs-project-section .project-item .project-content .title {
  position: absolute;
  z-index: 11;
  margin: 0;
}
.rs-project-section .project-item .project-content .p-icon {
  visibility: hidden;
  transition: all 0.3s ease 0s;
  top: -100px;
  right: 25px;
  text-align: right;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #EA5501;
  border-radius: 50%;
}
.rs-project-section .project-item .project-content .p-icon i {
  color: #ffffff;
  font-size: 15px;
}
.rs-project-section .project-item .project-content .p-icon i:before {
  font-size: 15px;
}
.rs-project-section .project-item .project-content .title {
  font-size: 18px;
  font-weight: 600;
  bottom: -100px;
  left: 25px;
}
.rs-project-section .project-item .project-content .title span {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 5px;
  display: block;
  color: #ffffff;
}
.rs-project-section .project-item .project-content .title a {
  color: #ffffff;
}
.rs-project-section .project-item .project-content .title a:hover {
  color: #EA5501;
}
.rs-project-section .project-item:hover .project-content .title {
  bottom: 20px;
}
.rs-project-section .project-item:hover .project-content .p-icon, .rs-project-section .project-item:hover .project-content .title {
  opacity: 1;
  visibility: visible;
}
.rs-project-section .project-item:hover .project-content .p-icon {
  top: 20px;
}
.rs-project-section .view-project {
  margin-top: 60px;
}
.rs-project-section .nav-style .owl-controls .owl-nav {
  position: absolute;
  left: 17.5%;
}

body.single-services .rs-porfolio-details {
  padding: 120px 0 0;
}

.rs-portfolio-style7 .showcase li {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0 0 0 0;
  position: relative;
}
.rs-portfolio-style7 a .showcase-caption {
  display: inline-block;
  z-index: 2;
  color: white;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.33);
  padding: 20px;
}
.rs-portfolio-style7 .showcase {
  margin: 0 auto 0;
  display: block;
}
.rs-portfolio-style7 .showcase li:nth-of-type(3n+4) {
  clear: left;
}
.rs-portfolio-style7 .showcase-item {
  line-height: 1;
  z-index: 3;
}
.rs-portfolio-style7 .showcase-item.hover {
  z-index: 1;
}
.rs-portfolio-style7 .showcase-item a {
  display: block;
  padding: 15px 25px 10px 0;
}
.rs-portfolio-style7 .showcase-item img {
  position: fixed;
  z-index: 1;
  opacity: 1;
  display: none;
  transition: opacity 0.35s, transform 0.35s;
}
.rs-portfolio-style7 .showcase-item a h3 {
  position: relative;
  z-index: 3;
  transition: opacity 0.35s, transform 0.35s;
}
.rs-portfolio-style7 .showcase-item a p {
  position: relative;
  z-index: 3;
  transition: opacity 0.35s, transform 0.35s;
  margin: 0 !important;
}
.rs-portfolio-style7 .showcase-item a:hover {
  color: white;
  background: none;
}
.rs-portfolio-style7 .showcase-item a:hover + img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.rs-portfolio-style7 .showcase-item h3 {
  font-size: 36px;
  padding: 0.45em 0.6em 15px 0;
  font-weight: 600;
  letter-spacing: 0px;
  margin: 0;
}

/*responsive styles below*/
@media screen and (max-width: 1023px) {
  .showcase {
    margin: 0 auto;
  }
  .showcase-item a img {
    border: 0px;
  }
}
/* ----------------------------------
	10. cl-testimonial style 7
-------------------------------------*/
#cl-testimonial.testimonials-area.slider8 .images-testimonial .desc-text .industrieicon-right-quote:before {
  font-size: 50px !important;
}
#cl-testimonial .testimonial-slide7 .slick-track {
  padding-bottom: 40px;
}
#cl-testimonial .testimonial-slide7 .single-testimonial {
  padding: 0;
  background: rgba(11, 43, 167, 0.6) !important;
  border-radius: 0;
  padding: 40px 45px 46px 146px;
  position: relative;
  margin: 0 20px;
  border-radius: 5px;
  color: #fff;
}
#cl-testimonial .testimonial-slide7 .single-testimonial:after, #cl-testimonial .testimonial-slide7 .single-testimonial:before {
  content: "";
  position: absolute;
  display: block;
  background: transparent;
  transition: all 0.2s;
  width: 0px;
  height: 0px;
  z-index: 100;
  top: -3px;
  border: none !important;
  right: 0;
}
#cl-testimonial .testimonial-slide7 .single-testimonial:after {
  top: auto;
  bottom: 0;
  border-bottom: 0 solid;
  border-top: 30px solid transparent;
  border-bottom-color: #fff;
}
#cl-testimonial .testimonial-slide7 .right-content {
  width: 100%;
  float: none;
}
#cl-testimonial .testimonial-slide7 .testimonial-left {
  width: 100%;
  float: none;
}
#cl-testimonial .testimonial-slide7 .testimonial-left img {
  border: 2px solid #fff;
}
#cl-testimonial .testimonial-slide7 .right-content {
  position: relative;
}
#cl-testimonial .testimonial-slide7 .right-content i {
  top: 5px;
  padding-right: 0;
  position: absolute;
  left: -18px;
}
#cl-testimonial .testimonial-slide7 .testimonial-left {
  position: absolute;
  left: 33px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%;
  width: auto;
  border-radius: 50%;
}
#cl-testimonial .testimonial-slide7 p {
  margin: 0;
  padding: 0;
}
#cl-testimonial.testimonials-area.slider8 {
  position: relative;
}
#cl-testimonial.testimonials-area.slider8 .images-testimonial img {
  display: block;
  width: 90px !important;
  height: 90px !important;
  margin: 1em auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 99em;
  border: 5px solid #eee;
  box-shadow: 0 3px 70px 0 rgb(255, 255, 255) !important;
}
#cl-testimonial.testimonials-area.slider8 .images-testimonial .desc-text {
  margin: 0;
  padding: 80px 0px 40px !important;
  text-align: center !important;
  font-size: 17px;
  line-height: 32px;
  max-width: 620px;
  margin: 0 auto;
  position: relative;
}
#cl-testimonial.testimonials-area.slider8 .images-testimonial .desc-text i {
  display: block;
  text-align: center;
  font-size: 50px;
  opacity: 0.3;
  margin: 0;
  top: 10px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#cl-testimonial.testimonials-area.slider8 .images-testimonial img {
  width: 90px;
  margin: 0 auto 12px;
  box-shadow: 0 20px 68px rgba(34, 34, 34, 0.4);
}
#cl-testimonial.testimonials-area.slider8 p {
  margin: 0 auto !important;
}
#cl-testimonial.testimonials-area.slider8 ul.author {
  text-align: center;
  padding: 0px !important;
}
#cl-testimonial.testimonials-area.slider8 ul.author li {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
}
#cl-testimonial.testimonials-area.slider8 ul.author li.titles-dsignation {
  text-transform: capitalize;
  font-size: 15px;
  padding-top: 0;
}
#cl-testimonial.testimonials-area.slider8.text-left .images-testimonial {
  padding-left: 20px;
  padding-top: 45px;
}
#cl-testimonial.testimonials-area.slider8.text-left .images-testimonial p {
  position: relative;
  max-width: 100%;
  text-align: left;
  margin: 0 auto !important;
}
#cl-testimonial.testimonials-area.slider8.text-left .images-testimonial i {
  font-size: 80px;
  position: absolute;
  left: -18px;
  opacity: 1;
  top: -30px;
  z-index: -1;
}
#cl-testimonial.testimonials-area.slider8.text-left .images-testimonial ul.author, #cl-testimonial.testimonials-area.slider8.text-left .images-testimonial p {
  text-align: left !important;
}

body .rselement-dual-btn {
  font-size: 16px;
}

#cl-testimonial.cl-testimonial1 .testimonial-slide.slider1 ul.cl-author-info li:first-child {
  font-size: 16px !important;
}
#cl-testimonial.cl-testimonial1 .testimonial-slide.slider1 .testimonial-item .testimonial-content {
  padding: 60px !important;
  text-align: center;
}
#cl-testimonial.cl-testimonial1 .testimonial-slide.slider1 .testimonial-item .testimonial-content p {
  text-align: center;
  font-style: normal !important;
}
#cl-testimonial.cl-testimonial1 .testimonial-slide.slider1 .testimonial-item i {
  display: none;
}

.cl-testimonial.cl-testimonial9 .content-box {
  background: #fff;
  padding: 40px;
  min-height: 250px;
  position: relative;
}
.cl-testimonial.cl-testimonial9 .content-box p {
  padding: 0 !important;
  margin-bottom: 0 !important;
  font-style: normal;
}
.cl-testimonial.cl-testimonial9 .content-box p i {
  text-align: left;
}
.cl-testimonial.cl-testimonial9 .content-box:after {
  content: "//";
  position: absolute;
  bottom: -17px;
  text-align: center;
  left: 40px;
  right: auto;
  display: block;
  font-size: 20px;
  color: #1F1F1F;
}
.cl-testimonial.cl-testimonial9 .testimonial-image {
  flex: 1;
  padding-left: 20px;
}
.cl-testimonial.cl-testimonial9 .testimonial-image img {
  border-radius: 50%;
  max-width: 90px;
}
.cl-testimonial.cl-testimonial9 .img-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
  margin-bottom: 30px;
  align-content: space-around;
}
.cl-testimonial.cl-testimonial9 i {
  display: block;
}
.cl-testimonial.cl-testimonial9 i:before {
  font-size: 45px;
  color: #1F1F1F;
}
.cl-testimonial.cl-testimonial9 ul.cl-author-info {
  flex: 1;
  padding-left: 0px !important;
  padding-top: 15px !important;
}

body .cl-testimonial2 .image-testimonial .testimonial-content {
  box-shadow: none;
  padding: 0;
  background: transparent !important;
  text-align: left !important;
  font-size: 24px !important;
}
body .cl-testimonial2 .image-testimonial .testimonial-content .quote-arrow .industrieicon-right-quote {
  transform: rotate(180deg) !important;
}
body .cl-testimonial2 .image-testimonial .testimonial-content .quote-arrow .industrieicon-right-quote:before {
  font-size: 60px !important;
}
body .cl-testimonial2 .image-testimonial .testimonial-content .cl-author-info li:nth-child(2) {
  font-size: 18px !important;
}
body .cl-testimonial2 .image-testimonial .testimonial-content p, body .cl-testimonial2 .image-testimonial .testimonial-content ul li {
  text-align: left !important;
}
body .cl-testimonial2 .image-testimonial .testimonial-content:hover {
  box-shadow: none !important;
}
body .cl-testimonial2 .image-testimonial .testimonial-content li.ratings img {
  margin-top: 5px;
  margin-left: 0 !important;
}

/* ----------------------------------
cl-testimonial style 10 Custom By Rashid
-------------------------------------*/
.testimonial-slide10.slider9 .single-testimonial {
  overflow: inherit;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 0;
}
.testimonial-slide10.slider9 .single-testimonial .image-testimonial {
  position: relative;
  padding-bottom: 100px;
}
.testimonial-slide10.slider9 .single-testimonial .image-testimonial .testimonial-image {
  width: 70%;
  margin-right: auto;
}
.testimonial-slide10.slider9 .single-testimonial .image-testimonial .testimonial10-content-wrap {
  max-width: 380px;
  position: absolute;
  bottom: 50px;
  z-index: 99;
  background: #fff;
  padding: 40px;
  right: 0px;
  box-shadow: 0 8px 30px -6px #ccc;
}
.testimonial-slide10.slider9 .single-testimonial .image-testimonial .testimonial10-content-wrap .content-testimonial {
  padding-bottom: 15px;
}
.testimonial-slide10.slider9 .single-testimonial .image-testimonial .testimonial10-content-wrap .content-testimonial i {
  position: absolute !important;
  top: 60px !important;
  font-size: 150px;
  left: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff !important;
  border-radius: 50%;
  padding-right: 0px !important;
  z-index: -1;
  opacity: 0.2;
}

.testimonial-transparent .image-testimonial {
  background: transparent !important;
}

ul.latest_projects {
  margin: 0;
  padding: 0;
  list-style: none;
}

.testimonial-light #cl-testimonial .testimonial-slide7 .single-testimonial {
  margin: 0;
  border-left: 4px solid #EA5501;
  box-shadow: none;
}
.testimonial-light #cl-testimonial .testimonial-slide7 .single-testimonial:before {
  border-top-color: #EA5501;
  border-right-color: #EA5501;
  border-right: 30px solid #EA5501;
}
.testimonial-light #cl-testimonial .testimonial-slide7 .single-testimonial:after {
  border-top-color: #EA5501;
  border-right-color: #EA5501;
  border-right: 30px solid #EA5501;
  border-top: 30px solid transparent;
  border-bottom-color: #EA5501;
}
.testimonial-light #cl-testimonial .testimonial-slide7 .single-testimonial .cl-author-info li:first-child {
  font-size: 18px;
  color: #1F1F1F;
  margin-bottom: 0;
  padding-bottom: 0 !important;
  line-height: 28px;
  margin-top: 5px;
}

.mfp-close-btn-in .mfp-close {
  top: 0px;
  right: 0px;
  text-align: right;
  padding-right: 0;
  display: inline-block;
  text-align: center;
  background: #EA5501;
  width: 44px;
  border-radius: 50%;
  font-size: 27px;
}

.rs_button.btn-border {
  border-width: 2px;
  color: #1F1F1F;
  border-style: solid;
  border-color: #1F1F1F;
  background: transparent;
}
.rs_button.btn-border:hover {
  background: #1F1F1F;
  color: #ffffff;
}

.portfolio-filter {
  margin-bottom: 20px;
}
.portfolio-filter.filter-center {
  text-align: center;
}
.portfolio-filter.filter-right {
  text-align: right;
}
.portfolio-filter.filter-left {
  text-align: left;
}
.portfolio-filter button {
  font-size: 16px;
  background: transparent;
  color: #1F1F1F;
  margin: 0 0 30px;
  display: inline-block;
  padding: 0;
  transition: 0.4s;
  outline: none;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  position: relative;
  padding: 5px 20px;
  border-radius: 30px;
  border: 0;
}
.portfolio-filter button:hover, .portfolio-filter button.active {
  color: #1F1F1F;
  background: transparent;
}

.recent-post-widgets li.show-featured {
  float: left;
  width: 33.33%;
  padding: 0;
}

.rs-vertical-middle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.rs-vertical-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.gutter-no-gap .row {
  margin: 0 !important;
}
.gutter-no-gap .row [class*=col-] {
  padding: 0 !important;
  margin: 0 !important;
}

.rs-sl-social-icons a {
  color: #ffffff;
}
.rs-sl-social-icons a:hover {
  color: #1F1F1F;
}

.rs-slider * {
  outline: none;
}
.rs-slider .slider-item {
  background-size: cover;
  background-repeat: no-repeat;
}
.rs-slider .slide-description {
  max-width: 640px;
}
.rs-slider .slide-description p {
  margin-bottom: 0;
  font-size: 18px;
}
.rs-slider .slide-title {
  font-size: 65px;
  line-height: 75px;
  font-weight: 700 !important;
}
.rs-slider .slide-content {
  max-width: 1250px;
  margin: 0 auto;
  padding: 150px 0;
  position: relative;
}
.rs-slider .slide-content .watermark {
  z-index: 5;
  position: absolute;
  font-size: 200px;
  font-weight: 900;
  top: 10%;
  opacity: 0.1;
}
.rs-slider .slide-content span.number {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: auto;
  bottom: 42px;
  font-size: 20px;
  font-weight: 400;
  color: #303030;
}
.rs-slider .slide-content span.number .first {
  font-size: 60px;
  font-weight: 700;
  color: #000;
}
.rs-slider .slide-content .slide-content-wrap {
  max-width: 800px;
  position: relative;
  z-index: 10;
}
.rs-slider .slide-content.center {
  text-align: center;
}
.rs-slider .slide-content.center .slide-content-wrap {
  display: block;
  margin: 0 auto;
}
.rs-slider .slide-content.center .slide-description {
  margin-left: auto;
  margin-right: auto;
}
.rs-slider .slide-content.right {
  text-align: right;
}
.rs-slider .slide-content.right .slide-description {
  margin-left: auto;
}
.rs-slider .slide-content.right .slide-content-wrap {
  display: block;
  margin-left: auto;
}
.rs-slider .slider-button {
  margin-top: 48px;
}
.rs-slider .slider-button ul {
  margin: 0;
  list-style-type: none;
}
.rs-slider .slider-button ul li {
  display: inline-block;
}
.rs-slider .slider-button ul li + li {
  margin-left: 10px;
}
.rs-slider .readons {
  border: 2px solid #000;
  color: #000;
  padding: 14px 35px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
}
.rs-slider .readons:hover {
  background: #000;
  color: #fff;
  border: 2px solid #000;
}

.recent-post-widgets li.show-featured {
  float: left;
  width: 33.33%;
}
.recent-post-widgets li.show-featured .post-img {
  padding: 3px;
  float: none;
  width: auto;
  display: block;
}
.recent-post-widgets li.show-featured .post-img img {
  width: 100%;
  border-radius: 3px;
}

.single-teams .details-tabs-area {
  margin-right: 30px;
}
.single-teams .details-tabs-area .team-detail-wrap {
  background: #fff;
  padding: 25px 50px 30px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
  margin-bottom: 40px;
}
.single-teams .row.btm-row {
  align-items: center;
  position: relative;
  box-shadow: 0px 0px 32px 0px rgba(7, 28, 31, 0.05);
  background: #fff;
  margin-bottom: 70px;
  padding: 40px 0 40px 25px;
}
.single-teams .row.btm-row .col-lg-7.rs-con-info {
  position: relative;
}
.single-teams .row.btm-row .col-lg-7.rs-con-info:before {
  content: "\f10b";
  font-size: 250px;
  position: absolute;
  right: 130px;
  color: #1F1F1F;
  font-family: "industrieicon";
  height: 100%;
  top: 74px;
  opacity: 0.02;
}
.single-teams .title-bg-gray {
  color: #1F1F1F;
  padding-bottom: 0px;
  margin-bottom: 0;
}
.single-teams .designation-info {
  display: block;
  color: #EA5501;
  margin-top: 0;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-weight: 600;
}
.single-teams .single-title, .single-teams .title-bg-gray {
  padding-bottom: 15px;
}
.single-teams .team-skill {
  display: block;
  margin-bottom: 40px;
}
.single-teams .ps-image img {
  border-radius: 0px;
}
.single-teams .short-desc {
  margin-bottom: 25px;
  padding-right: 50px;
}
.single-teams .ps-informations {
  text-align: left;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.single-teams .ps-informations h4.single-title {
  margin: -8px 0 0px;
  font-weight: 600 !important;
  font-size: 24px;
  color: #fff;
}
.single-teams .ps-informations .designation-info {
  font-size: 16px;
  font-weight: 500;
}
.single-teams .ps-informations ul {
  margin: 0;
  padding: 0;
  text-align: left;
  list-style: none;
  font-weight: 500;
}
.single-teams .ps-informations ul li {
  border: none !important;
  margin: 0;
  color: #555;
}
.single-teams .ps-informations ul li span {
  width: auto;
  color: #555;
}
.single-teams .ps-informations ul li i:before {
  margin-left: 0 !important;
  font-size: 16px;
}
.single-teams .ps-informations ul li.social-icon {
  border: none;
  margin-top: 0;
  display: inline-block;
  padding-top: 0;
}
.single-teams .ps-informations ul li.social-icon i {
  line-height: 35px;
  width: 30px;
  height: 35px;
  font-size: 14px;
  transition: 0.4s;
}
.single-teams .ps-informations ul li.social-icon i:hover {
  color: #1F1F1F;
}
.single-teams .ps-informations ul li.phone, .single-teams .ps-informations ul li.email {
  margin: 5px 0 10px;
  padding: 0;
  display: block;
}
.single-teams .ps-informations ul li.phone a, .single-teams .ps-informations ul li.email a {
  color: #555;
}
.single-teams .ps-informations ul li.phone a:hover, .single-teams .ps-informations ul li.email a:hover {
  color: #1F1F1F;
}
.single-teams .ps-informations ul li.phone i, .single-teams .ps-informations ul li.email i {
  font-size: 16px;
  color: #1F1F1F;
  margin-right: 10px;
  position: relative;
  top: 5px;
  font-weight: 500;
  display: inline-block;
  text-align: center;
}
.single-teams .ps-informations ul li.phone i:before, .single-teams .ps-informations ul li.email i:before {
  font-size: 20px;
}
.single-teams .ps-informations ul li.phone {
  margin-left: 0;
}
.single-teams .ps-informations .social-info {
  margin-top: 15px;
  margin-left: 0px;
}
.single-teams .ps-informations .social-info a {
  color: #555;
}
.single-teams .project-desc {
  margin-bottom: 40px;
  background: #fff;
  overflow: hidden;
  padding-right: 55px;
}
.single-teams .project-desc p {
  margin-bottom: 18px;
}
.single-teams .project-desc .nav {
  margin-left: 0;
  background: #f4f7fc;
}
.single-teams .project-desc .nav li {
  width: 33.333%;
  text-align: center;
}
.single-teams .project-desc .nav li + li {
  border-left: 1px solid #ddd;
}
.single-teams .project-desc .nav .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  font-size: 20px;
  padding: 15px 0;
}
.single-teams .project-desc .nav .nav-link:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background: #EA5501;
  bottom: -5px;
  left: 0;
  transition: 0.4s;
}
.single-teams .project-desc .nav .nav-link.active:before {
  bottom: 0;
}
.single-teams .inner-images {
  padding: 0 30px 0 0;
}
.single-teams .team-detail-wrap-btm.team-inner {
  background: #EA5501;
  padding-bottom: 54px;
  margin-top: 40px;
}
.single-teams .team-detail-wrap-btm.team-inner .siderbar-title {
  color: #fff;
}
.single-teams .team-detail-wrap-btm.team-inner .siderbar-title:before {
  background: #fff;
}
.single-teams .team-detail-wrap-btm.team-inner tbody tr {
  background: none;
}
.single-teams .team-detail-wrap-btm.team-inner tbody tr td {
  padding: 8px 0;
  color: #fff;
}
.single-teams .team-inner {
  padding: 40px 40px 44px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
}
.single-teams .team-inner h3 {
  margin-bottom: 0;
  position: relative;
  padding-bottom: 6px;
  font-size: 20px;
  text-transform: capitalize;
}
.single-teams .team-inner h3:before {
  content: "";
  position: absolute;
  background: #EA5501;
  height: 2px;
  width: 50px;
  left: 0;
  bottom: 0;
  display: block;
  z-index: 1;
  opacity: 0.5;
}
.single-teams .team-inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-teams .team-inner ul li {
  display: block;
  border-bottom: 1px solid #eee;
  padding: 13px 0;
}
.single-teams .team-inner ul li i {
  color: #EA5501;
  margin-right: 5px;
  display: none;
}
.single-teams .team-inner ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.single-teams .doctor-awardss.team-inner {
  padding-top: 25px;
}
.single-teams .siderbar-title {
  margin: 0 0 30px;
  color: #EA5501;
  text-transform: capitalize;
}
.single-teams .chevron-right-icon li {
  float: left;
  width: 50%;
  margin: 4px 0;
}
.single-teams h3.title-left-border {
  margin-top: 45px;
}
.single-teams .emergency-time {
  padding: 40px 15px 32px;
}
.single-teams .emergency-time .emergency-title {
  margin: 14px 0 4px;
}
.single-teams .emergency-time i {
  color: #EA5501;
}
.single-teams .emergency-time i:before {
  font-size: 50px;
}
.single-teams .emergency-time p {
  margin-bottom: 0;
}
.single-teams .team-skill {
  padding-left: 0;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: -20px;
}
.single-teams .team-skill h3 {
  font-weight: 500;
  margin-bottom: 20px;
}
.single-teams .team-skill .rs-progress {
  height: 8px;
  border: 1px solid #EA5501;
  border-radius: 0;
  overflow: visible;
  padding: 1px;
  background: #fff;
  margin-top: 50px;
}
.single-teams .team-skill .rs-progress .progress-bar {
  position: relative;
  text-align: left;
  line-height: 4px;
  border-radius: 0;
  box-shadow: none;
  background-image: linear-gradient(250deg, #1F1F1F 19%, #EA5501 100%);
  font-size: 16px;
}
.single-teams .team-skill .rs-progress .progress-bar .pb-label {
  position: absolute;
  left: 0px;
  top: -24px;
  color: #303030;
}
.single-teams .team-skill .rs-progress .progress-bar .pb-percent {
  position: absolute;
  right: -13px;
  top: -30px;
  padding: 8px 5px;
  color: #303030;
}

.rs-team.team-slider-style5 .team-item {
  padding: 0;
  margin: 0 22px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
}
.rs-team.team-slider-style5 .team-item .team-inner-wrap .team-content {
  padding: 12px 20px;
}

.ps-navigation {
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.ps-navigation ul {
  margin: 0 !important;
  list-style: none;
}
.ps-navigation ul .prev {
  display: inline-block;
  text-align: left;
}
.ps-navigation ul .next {
  display: inline-block;
  text-align: right;
  word-break: break-all;
}
.ps-navigation ul a {
  text-transform: uppercase;
}
.ps-navigation ul a span {
  display: block;
  font-weight: normal;
  text-transform: capitalize;
}
.ps-navigation ul a span:first-child {
  margin-top: 0;
}
.ps-navigation ul a span.pagi-date {
  font-size: 13px;
  color: #aaa;
  line-height: normal;
  margin-top: 5px;
}
.ps-navigation ul a:hover {
  color: #1F1F1F;
}

.rs-breadcrumbs-meta-elementor {
  background: #EA5501;
  padding: 5px 4px 3px 4px;
  border-radius: 5px;
  margin: 0;
  display: inline-flex;
  justify-content: left;
}

.single-portfolios .owl-carousel .owl-nav [class*=owl-] {
  top: 50%;
}
.single-portfolios .ps-navigation {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.single-portfolios .ps-navigation ul li a span.next_link {
  font-size: 15px;
  font-weight: 500;
}
.single-portfolios .ps-navigation ul li a span.link_text {
  color: #091D2D;
  font-size: 28px;
  line-height: 32px;
}
.single-portfolios .owl-stage-outer {
  height: auto !important;
  margin-bottom: 50px;
}

/* ------------------------------------
	21. Portfolio Details
  ---------------------------------------*/
.rs-porfolio-details img.mb-30 {
  margin-top: 20px;
}
.rs-porfolio-details .ps-informations {
  padding: 40px 30px 46px;
  border-radius: 5px;
  margin-bottom: 60px;
  background-image: linear-gradient(250deg, #1F1F1F 19%, #EA5501 100%);
}
.rs-porfolio-details .ps-informations ul {
  margin: 0;
  list-style: none;
  text-align: left;
  padding: 0;
}
.rs-porfolio-details .ps-informations ul li {
  color: #fff;
}
.rs-porfolio-details .ps-informations ul li + li {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid rgba(54, 54, 54, 0.1);
}
.rs-porfolio-details .ps-informations ul li span {
  width: 150px;
  display: inline-block;
  font-weight: 600;
}
.rs-porfolio-details .ps-informations .info-title {
  padding-bottom: 10px;
  color: #fff;
}
.rs-porfolio-details .widget-title {
  font-size: 28px;
  margin-bottom: 20px;
}
.rs-porfolio-details .widget_custom_html, .rs-porfolio-details .contact-me-widget {
  padding: 60px 30px 40px;
  border-radius: 5px;
  margin-bottom: 60px;
  background-image: linear-gradient(250deg, #0b70e1 19%, #03228f 100%);
}
.rs-porfolio-details .widget_custom_html .sidebar_number, .rs-porfolio-details .widget_custom_html .sidebar_question {
  color: #FFFFFF;
}
.rs-porfolio-details .contact-me-widget .sidebar_number, .rs-porfolio-details .contact-me-widget .sidebar_question {
  color: #FFFFFF;
}
.rs-porfolio-details .widget_custom_html .sidebar_question, .rs-porfolio-details .contact-me-widget .sidebar_question {
  font-size: 24px;
  line-height: 42px;
  margin-top: 50px;
}
.rs-porfolio-details .widget_custom_html .sidebar_number, .rs-porfolio-details .contact-me-widget .sidebar_number {
  font-size: 28px;
  margin-top: 27px;
}
.rs-porfolio-details .widget_custom_html .sidebar_number a, .rs-porfolio-details .contact-me-widget .sidebar_number a {
  color: #ffffff;
}
.rs-porfolio-details .widget_custom_html .sidebar_number a:hover, .rs-porfolio-details .contact-me-widget .sidebar_number a:hover {
  color: #eee;
}
.rs-porfolio-details .rs-contact-box .address-item .address-icon {
  background: #fff;
}
.rs-porfolio-details .rs-contact-box .address-item .address-icon:before {
  background: #fff;
}
.rs-porfolio-details .rs-contact-box .address-item .address-icon i {
  color: #1F1F1F;
}
.rs-porfolio-details #custom_html-5 .rs_button, .rs-porfolio-details #custom_html-5 .brochures-button {
  margin-top: 35px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 14px 40px 14px 40px;
}
.rs-porfolio-details .brochures-widget .rs_button, .rs-porfolio-details .brochures-widget .brochures-button {
  margin-top: 35px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 14px 40px 14px 40px;
}
.rs-porfolio-details #custom_html-5 p.brochures-txt, .rs-porfolio-details .brochures-widget p.brochures-txt {
  margin: 0;
}
.rs-porfolio-details .information-sidebar .widget_nav_menu li a {
  display: block;
  border: 2px solid #e8e8e8;
  padding: 16px 18px;
  transition: all 0.5s ease;
  border-radius: 5px;
  position: relative;
  font-size: 16px;
  font-weight: 700;
}
.rs-porfolio-details .information-sidebar .widget_nav_menu li:hover a, .rs-porfolio-details .information-sidebar .widget_nav_menu li.current-menu-item a {
  background-image: linear-gradient(250deg, #1273eb 19%, #03228f 100%);
  color: #ffffff;
}
.rs-porfolio-details .ps-image {
  text-align: center;
  margin-bottom: 10px;
}
.rs-porfolio-details .ps-share {
  margin-top: 40px;
}
.rs-porfolio-details .ps-share ul {
  margin: 0;
}
.rs-porfolio-details .ps-share .share-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.rs-porfolio-details .ps-share ul li {
  display: inline-block;
  margin: 0 10px 14px 0;
}
.rs-porfolio-details .ps-share ul li a {
  font-size: 20px;
  display: block;
  width: 50px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #EA5501;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.rs-porfolio-details .ps-share ul li a:hover {
  background-color: #EA5501;
  color: #1F1F1F;
}
.rs-porfolio-details .project-desc {
  line-height: 30px;
}
.rs-porfolio-details .project-desc p:last-child {
  margin-bottom: 0;
}
.rs-porfolio-details .project-desc .ps-title {
  margin-bottom: 20px;
}
.rs-porfolio-details .ps-related-project {
  margin-top: 50px;
}
.rs-porfolio-details .ps-related-project .ps-related-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}
.rs-porfolio-details .ps-related-project .portfolio-item {
  margin-bottom: 20px;
}
.rs-porfolio-details .portfolio-carousel .owl-dots {
  display: none;
}
.rs-porfolio-details .portfolio-carousel .owl-stage-outer {
  height: auto !important;
}
.rs-porfolio-details .portfolio-carousel .owl-nav {
  display: none;
}
.rs-porfolio-details .portfolio-carousel .owl-nav .owl-prev {
  left: 10px !important;
  min-height: 1px;
  transition: all 0.5s ease;
}
.rs-porfolio-details .portfolio-carousel .owl-nav .owl-next {
  right: 10px !important;
  min-height: 1px;
  transition: all 0.5s ease;
}
.rs-porfolio-details .portfolio-carousel:hover .owl-nav {
  display: block;
}
.rs-porfolio-details .portfolio-carousel .file-list-image img {
  border-radius: 5px;
}
.rs-porfolio-details.project-gallery .ps-image-wrap {
  margin-top: 60px;
}
.rs-porfolio-details.project-gallery .file-list-image {
  margin-bottom: 30px;
  position: relative;
  background: #000000;
  border-radius: 5px;
}
.rs-porfolio-details.project-gallery .file-list-image a:hover i {
  color: #fff;
}
.rs-porfolio-details.project-gallery .file-list-image img {
  transition: 0.3s all ease;
  border-radius: 5px;
}
.rs-porfolio-details.project-gallery .file-list-image .p-zoom {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  transition: all 0.3s ease 0s;
  height: 46px;
  line-height: 44px;
  width: 46px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 60%;
  opacity: 0;
  transform: translateY(-50%) translateX(-50%);
  transition: 0.3s all ease;
}
.rs-porfolio-details.project-gallery .file-list-image:hover img {
  opacity: 0.4;
}
.rs-porfolio-details.project-gallery .file-list-image:hover .p-zoom {
  top: 50%;
  opacity: 1;
}
.rs-porfolio-details.project-gallery .file-list-image:hover .p-zoom:hover {
  background: #EA5501;
  color: #ffffff;
  border: 1px solid #1F1F1F;
}

/*--------------------------------------------------------------
Rs service slider css
--------------------------------------------------------------*/
#rs-services-slider {
  padding-bottom: 30px;
}
#rs-services-slider .item-thumb {
  width: 100%;
  padding-right: 16px;
}
#rs-services-slider .item-thumb img {
  border-radius: 5px;
}
#rs-services-slider .item-thumb .owl-dot {
  width: 48%;
  display: inline-block;
  justify-content: center;
  padding: 10px;
  float: left;
  cursor: pointer;
  margin-left: 10px;
  margin-bottom: 10px;
}
#rs-services-slider .device-lg .item-thumb .owl-dot, #rs-services-slider .device-sm .item-thumb .owl-dot {
  height: 150px;
}
#rs-services-slider .device-xs .item-thumb .owl-dot {
  width: 50%;
  padding: 10px;
  height: 100px;
}
#rs-services-slider .feature-content {
  margin-bottom: 12px;
}
#rs-services-slider .img_wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
}
#rs-services-slider .img_wrap .feature-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 33px;
  z-index: 9;
  color: #fff;
}
#rs-services-slider .img_wrap .feature-title a {
  color: #fff;
}
#rs-services-slider .img_wrap .feature-title a:hover {
  color: #EA5501;
}
#rs-services-slider .img_wrap a img {
  width: 100%;
}
#rs-services-slider .img_wrap:before {
  content: "";
  position: absolute;
  background: #1F1F1F;
  left: -60px;
  right: 0;
  bottom: -80px;
  display: block;
  height: 192px;
  opacity: 0.8;
  z-index: 1;
  transform: rotate(-3deg);
  width: 150%;
}
#rs-services-slider .img_wrap:after {
  content: "";
  position: absolute;
  background: #1F1F1F;
  left: -150px;
  right: 0;
  bottom: -80px;
  display: block;
  height: 204px;
  opacity: 0.8;
  z-index: 1;
  transform: rotate(-3deg);
  width: 150%;
}
#rs-services-slider .item-thumb .owl-dot span {
  position: relative;
  display: block;
  background-size: cover;
  background-position: center center;
  width: auto;
  height: 100%;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
#rs-services-slider .item-thumb .owl-dot.active span, #rs-services-slider .item-thumb .owl-dot:hover span {
  opacity: 0.7;
}
#rs-services-slider .menu-carousel .heading-block h4 {
  margin-bottom: 7px;
  margin-top: 10px;
  letter-spacing: 2px;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
}
#rs-services-slider .menu-carousel .heading-block h4 a {
  font-weight: 600;
  color: #1F1F1F;
  transition: 0.2s;
}
#rs-services-slider .menu-carousel .heading-block h4 a:hover {
  color: #EA5501;
}
#rs-services-slider .menu-carousel .feature-content {
  position: relative;
  padding: 16px 0 0;
  border-radius: 0 0 5px 0px;
  text-align: left;
}
#rs-services-slider .menu-carousel .feature-content .service_details {
  padding-top: 36px;
}
#rs-services-slider .menu-carousel .heading-block p {
  margin-bottom: 0;
}
#rs-services-slider .menu-carousel .heading-block .readon {
  margin-top: 20px;
}
#rs-services-slider .menu-carousel .heading-block .food-info {
  color: #BBB;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 14px;
}
#rs-services-slider .food-price {
  position: absolute;
  top: 40px;
  right: 50px;
  font-size: 20px;
  letter-spacing: -1px;
  font-weight: 500;
}
#rs-services-slider .menu-carousel .more-link {
  margin-top: 35px;
  border-bottom: 1px solid #333 !important;
}
#rs-services-slider .more-link {
  font-style: normal;
  border-bottom: 0;
  color: #333;
  margin-top: 10px;
  font-size: 14px;
}
#rs-services-slider .team-title h4 {
  font-size: 15px;
}
#rs-services-slider .team-title span {
  font-style: normal;
  margin-bottom: 15px;
  color: #aaa !important;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#rs-services-slider .entry {
  padding: 0;
  margin: 0;
  border-bottom: 0;
  box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.08);
}
#rs-services-slider .entry-title {
  background-color: #FFF;
  padding: 15px;
}
#rs-services-slider .entry-title h2 {
  text-transform: none;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
}
#rs-services-slider .entry-meta {
  margin: 8px 0 0;
}
#rs-services-slider .ipost .entry-meta li a {
  font-size: 11px;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #999;
}
#rs-services-slider .entry-meta li:before {
  content: "·";
  opacity: 1;
}
#rs-services-slider .service-button {
  margin: 80px 0 80px 15px;
}
#rs-services-slider .device-sm .service-button, #rs-services-slider .device-xs .service-button {
  margin: 30px 0 0;
}
#rs-services-slider .clfeatures .cl-ft-item {
  border-radius: 5px;
}
#rs-services-slider .clfeatures .cl-ft-item img {
  display: block;
  margin: 0;
  border-radius: 5px;
}
#rs-services-slider .item-thumb .owl-dot {
  position: relative;
}
#rs-services-slider .item-thumb .owl-dot:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 99;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background: rgba(0, 0, 0, 0.8);
  transition: all 500ms ease;
  opacity: 0;
  border-radius: 5px;
}
#rs-services-slider h5.overlay-feature-title {
  font-size: 16px;
  line-height: 140%;
  font-weight: normal;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  text-align: center;
  width: calc(100% - 20px);
  transition: all 500ms ease;
  opacity: 0;
}
#rs-services-slider h5.overlay-feature-title a {
  color: #fff;
  pointer-events: none;
}
#rs-services-slider .item-thumb .owl-dot:hover:before, #rs-services-slider .item-thumb .owl-dot.active:before {
  opacity: 1;
}
#rs-services-slider .item-thumb .owl-dot.service_icon_style {
  float: none;
  text-align: center;
  background: #ffffff;
  padding-top: 28px;
  padding-bottom: 22px;
  border-radius: 3px;
  box-shadow: 0 0 7px 7px rgba(0, 0, 0, 0.02);
}
#rs-services-slider .item-thumb .owl-dot.service_icon_style:before {
  display: none;
}
#rs-services-slider .item-thumb .owl-dot.service_icon_style .tile-content {
  margin-top: 10px;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 16px;
  text-transform: uppercase;
}
#rs-services-slider .item-thumb .owl-dot.service_icon_style .tile-content a {
  color: #1F1F1F;
}
#rs-services-slider .item-thumb .owl-dot.service_icon_style.active .tile-content a, #rs-services-slider .item-thumb .owl-dot.service_icon_style:hover .tile-content a {
  color: #032e42;
}
#rs-services-slider .item-thumb .owl-dot:hover h5.overlay-feature-title, #rs-services-slider .item-thumb .owl-dot.active h5.overlay-feature-title {
  opacity: 1;
}
#rs-services-slider .services-wrap .services-item {
  position: relative;
  padding: 0px 25px 65px;
  z-index: 10;
}
#rs-services-slider .services-wrap .services-item:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #fff;
  transition: all 0.3s ease 0s;
  top: 50%;
  transform: scale(1, 0.9) translateY(-50%);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  opacity: 0;
}
#rs-services-slider .services-wrap .services-item:hover .services-desc:after {
  background: #EA5501;
  width: 100px;
}
#rs-services-slider .services-wrap .services-item:hover:after {
  opacity: 1;
  transform: scale(1, 1) translateY(-50%);
}
#rs-services-slider .services-wrap .services-icon {
  position: relative;
  display: inline-block;
  font-size: 64px;
  color: #EA5501;
}
#rs-services-slider .services-wrap .services-title {
  font-size: 20px;
  margin-top: 35px;
  margin-bottom: 25px;
}
#rs-services-slider .services-wrap .services-desc {
  position: relative;
}
#rs-services-slider .services-wrap .services-desc:after {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  width: 50px;
  bottom: -45px;
  background: rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
}
#rs-services-slider .services-wrap .services-desc p {
  margin-bottom: 55px;
}

@media (min-width: 992px) {
  #rs-services-slider #header, #rs-services-slider #header-wrap {
    z-index: 200;
    background-color: transparent !important;
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: auto 100%;
    transition: all 0.5s ease;
  }
  #rs-services-slider #primary-menu ul li > a {
    padding-top: 32px;
    padding-bottom: 10px;
  }
  #rs-services-slider #header.sticky-header #header-wrap {
    background-color: transparent !important;
    box-shadow: none;
  }
  #rs-services-slider .slider-caption h2 {
    font-size: 76px;
  }
  #rs-services-slider .food-price {
    font-size: 24px;
    top: 50px;
    right: 60px;
  }
}
/*--------------------------------------------------------------
Rs service Grid css
--------------------------------------------------------------*/
.rs-service-grid .service-item {
  position: relative;
}
.rs-service-grid .service-item .service-img {
  position: relative;
  overflow: hidden;
}
.rs-service-grid .service-item .service-img img {
  border-radius: 0;
  transition: all 0.4s linear;
}
.rs-service-grid .service-item .service-img:before {
  content: "";
  position: absolute;
  background: #1F1F1F;
  left: -73px;
  right: 0;
  bottom: -28px;
  display: block;
  height: 155px;
  opacity: 0.8;
  z-index: 1;
  transform: rotate(-8deg);
  width: 150%;
  transition: all 0.4s ease-in-out;
}
.rs-service-grid .service-item .service-img:after {
  content: "";
  position: absolute;
  background: #1F1F1F;
  left: -73px;
  right: 0;
  bottom: -28px;
  display: block;
  height: 136px;
  opacity: 0.6;
  z-index: 1;
  transform: rotate(-8deg);
  width: 150%;
  transition: all 0.4s ease-in-out;
}
.rs-service-grid .service-item .service-img .p-title {
  font-size: 20px;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 28px 0;
  font-weight: 500;
  margin: 0;
  z-index: 9;
}
.rs-service-grid .service-item .service-img .p-title a {
  color: #fff;
  opacity: 1;
}
.rs-service-grid .service-item .service-content {
  display: block;
  position: absolute;
  opacity: 0;
  padding: 20px;
  color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  z-index: 9;
}
.rs-service-grid .service-item .service-content .service-excerpt {
  padding-top: 0;
}
.rs-service-grid .service-item .service-content .service-excerpt p {
  transform: translateY(-100px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  transition: all 0.4s ease-in-out;
  padding: 0 25px;
}
.rs-service-grid .service-item .service-content:before {
  content: "";
  position: absolute;
  background: #1F1F1F;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  top: 0;
  opacity: 0;
  z-index: 0;
}
.rs-service-grid .service-item .service-content .service-button {
  transform: translateY(100px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  transition: all 0.4s linear;
}
.rs-service-grid .service-item .service-content .service-button .readon.rs_button {
  height: 50px;
  line-height: 48px;
  background: #fff;
  border: 2px solid;
  border-color: #fff;
  color: #1F1F1F;
}
.rs-service-grid .service-item .service-content .service-button .readon.rs_button:hover {
  background: #fff;
  padding-right: 55px;
  border: 2px solid;
  border-color: #1F1F1F;
  color: #1F1F1F;
}
.rs-service-grid .service-item .service-content .service-button .readon.rs_button:hover:before {
  right: 35px;
  color: #1F1F1F;
}
.rs-service-grid .service-item:hover .service-content {
  opacity: 1;
}
.rs-service-grid .service-item:hover .service-content:before {
  opacity: 0.8;
}
.rs-service-grid .service-item:hover .service-button {
  transform: translateY(0px);
  opacity: 1;
}
.rs-service-grid .service-item:hover .service-img h3.p-title {
  display: none;
}
.rs-service-grid .service-item:hover .service-img:before, .rs-service-grid .service-item:hover .service-img:after {
  opacity: 0;
  height: 0;
}
.rs-service-grid .service-item:hover .service-img img {
  transform: scale(1.1, 1.1);
}
.rs-service-grid .service-item:hover .service-content .service-excerpt p {
  transform: translateY(0px);
  opacity: 1;
}
.rs-service-grid.rs-service-style2 .service-item .service-img:before, .rs-service-grid.rs-service-style2 .service-item .service-img:after {
  height: 90px;
  transform: rotate(0deg);
  bottom: 0;
  z-index: 0;
}
.rs-service-grid.rs-service-style2 .service-item .service-img h3.p-title {
  padding: 20px 0 14px;
}
.rs-service-grid.rs-service-style2 .service-item .service-content .service-excerpt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
.rs-service-grid.rs-service-stylestyle4 .service-item-four {
  position: relative;
  overflow: hidden;
}
.rs-service-grid.rs-service-stylestyle4 .service-item-four:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
  content: "";
  position: absolute;
  border-radius: 0;
  z-index: 0;
  transition: 0.4s;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0b2ba7+0,7db9e8+100&1+0,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(51, 51, 51, 0.5) 70%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#333333", endColorstr="#000000333",GradientType=0 );
  /* IE6-9 */
}
.rs-service-grid.rs-service-stylestyle4 .service-item-four:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
  content: "";
  position: absolute;
  background: transparent;
  border-radius: 0;
  z-index: 1;
  transition: 0.4s;
}
.rs-service-grid.rs-service-stylestyle4 .service-item-four:hover:before {
  background-color: rgba(0, 0, 0, 0.7);
}
.rs-service-grid.rs-service-stylestyle4 .service-item-four .service-content {
  padding: 0 20px;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  transition: 0.4s;
  bottom: 15px;
}
.rs-service-grid.rs-service-stylestyle4 .service-item-four .service-content .p-title {
  margin-bottom: 12px;
  font-size: 20px;
  width: 100%;
}
.rs-service-grid.rs-service-stylestyle4 .service-item-four .service-content p {
  line-height: 22px;
  opacity: 0;
  visibility: hidden;
  margin-bottom: 0;
  height: 0;
  transition: 0.4s;
  color: #ffffff;
  display: block;
}
.rs-service-grid.rs-service-stylestyle4 .service-item-four .service-content h3 {
  color: #fff;
  padding: 12px 15px 0;
  display: inline-block;
  font-size: 18px;
  margin: 0;
}
.rs-service-grid.rs-service-stylestyle4 .service-item-four .service-content:after, .rs-service-grid.rs-service-stylestyle4 .service-item-four .service-content:before {
  background: transparent;
}
.rs-service-grid.rs-service-stylestyle4 .service-item-four:hover .service-content {
  bottom: 15px;
}
.rs-service-grid.rs-service-stylestyle4 .service-item-four:hover .service-content h3 {
  color: #fff;
  background: transparent;
}
.rs-service-grid.rs-service-stylestyle4 .service-item-four:hover .service-content p {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.rs-service-grid .show_cate_ser {
  display: block;
  font-size: 14px;
}

.porfolio-sidebar {
  margin: 0;
  padding: 0;
  list-style: none;
}
.porfolio-sidebar li {
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
}
.porfolio-sidebar li span {
  width: 55%;
  font-weight: 700;
  float: left;
  color: #1F1F1F;
  font-size: 16px;
}

.box-service .rs-services-default .services-wrap .services-item {
  padding: 25px 25px 25px 10px;
  transition: all 0.6s ease 0s;
  background: #fff;
  box-shadow: 0 14px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  border-radius: 5px;
}

/* Processbar CSS */
.cdev div {
  position: absolute;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

.skillbar-wrap {
  position: relative;
  height: 150px;
  width: 150px;
}
.skillbar-wrap .skill-title {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 113px;
}
.skillbar-wrap .skill-title:after {
  content: "";
  position: absolute;
  height: 113px;
  width: 1px;
  border: 1px dashed #1F1F1F;
  display: block;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
}

.cdev div span {
  position: absolute;
  font-size: 25px;
  line-height: 105px;
  height: 70%;
  width: 70%;
  left: 15%;
  top: 15%;
  text-align: center;
  border-radius: 50%;
  background-color: white;
}
.cdev .background {
  background-color: #b3cef6;
}
.cdev .rotate {
  clip: rect(0 75px 150px 0);
  background-color: #4b86db;
}
.cdev .left {
  clip: rect(0 75px 150px 0);
  opacity: 1;
  background-color: #b3cef6;
}
.cdev .right {
  clip: rect(0 75px 150px 0);
  transform: rotate(180deg);
  opacity: 0;
  background-color: #4b86db;
}

@-webkit-keyframes toggle {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes toggle {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*--------------------------------------------------------------
	Floating CSS
--------------------------------------------------------------*/
.floating-top {
  position: relative;
  z-index: 1;
}

/*--------------------------------------------------------------
   Latest product slider
--------------------------------------------------------------*/
.rs-products-slider .product-item {
  background: #fff;
  text-align: center;
  padding: 0px 0px 30px;
  box-shadow: 0 0 150px #eee;
}
.rs-products-slider .product-item h4.product-title {
  padding-top: 20px;
  margin-bottom: 15px;
}
.rs-products-slider .product-item h4.product-title a {
  color: #1F1F1F;
}
.rs-products-slider .product-item h4.product-title a:hover {
  color: #EA5501;
}
.rs-products-slider .product-item .product-img img {
  width: auto;
  margin: 0 auto;
}
.rs-products-slider .product-item .product-price {
  font-size: 16px;
  color: #1F1F1F;
}
.rs-products-slider .product-item .product-price ins {
  background: transparent !important;
  color: #EA5501;
}
.rs-products-slider .product-item .product-btn {
  padding-top: 15px;
}
.rs-products-slider .product-item .product-btn a {
  padding: 0 30px;
  height: 44px;
  line-height: 44px;
  display: inline-block;
  position: relative;
  font-size: 17px;
  background: #032e42;
  font-weight: 500;
  border-radius: 0;
  color: #fff;
}
.rs-products-slider .product-item .product-btn a:hover {
  background: #fff;
}
.rs-products-slider.rs-products-grid .product-item-inner {
  padding: 0 0 30px;
  background: none;
  text-align: center;
  margin-bottom: 30px;
}
.rs-products-slider.rs-products-grid .product-item-inner .product-img {
  position: relative;
}
.rs-products-slider.rs-products-grid .product-item-inner .product-img img {
  width: 100%;
}
.rs-products-slider.rs-products-grid .product-item-inner .product-img .product-btn a {
  background: none;
  font-size: 0;
  background: #fff;
  border: none;
  padding: 0;
  position: absolute;
  bottom: 25px;
  transform: translateY(-200px);
  right: 10px;
  transition: all 0.5s ease-in-out 0s;
  padding: 0;
  opacity: 0;
  margin: 0;
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 3px;
}
.rs-products-slider.rs-products-grid .product-item-inner .product-img .product-btn a:before {
  color: #1F1F1F;
  font-size: 27px;
}
.rs-products-slider.rs-products-grid .product-item-inner .product-img .product-btn a:hover:before {
  color: #EA5501;
}
.rs-products-slider.rs-products-grid .product-item-inner .product-img .product-btn a.wc-forward {
  font-size: 14px;
  color: #1F1F1F;
  padding: 0;
  width: 90px;
  height: 34px;
  line-height: 37px;
}
.rs-products-slider.rs-products-grid .product-item-inner .product-img .product-btn a.wc-forward:hover {
  background: #EA5501;
  color: #fff;
}
.rs-products-slider.rs-products-grid .product-item-inner .product-img .product-btn a.added {
  display: none;
}
.rs-products-slider.rs-products-grid .product-item-inner ins {
  background: none;
}
.rs-products-slider.rs-products-grid .product-item {
  background: none;
  text-align: center;
  padding: 0 15px;
  box-shadow: none;
}
.rs-products-slider.rs-products-grid .product-item h4.product-title {
  margin-bottom: 5px;
}
.rs-products-slider.rs-products-grid .product-item:hover .product-img .product-btn a {
  transform: translateY(0);
  opacity: 1;
}

.wp-block-button__link {
  background: #EA5501 !important;
  padding: 0.467em 1.333em !important;
}

.wp-block-button {
  margin-bottom: 20px !important;
}

.wp-block-button__link {
  border-radius: 6px !important;
}

.is-style-outline {
  color: #EA5501 !important;
}
.is-style-outline a {
  background: transparent !important;
  border-color: #EA5501 !important;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
  padding: 0 40px 40px;
}

.rs-search-form-area {
  margin: -66px 0 90px;
  padding: 35px 40px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 70px 99px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  background: #fff;
  position: relative;
  z-index: 1;
  align-items: center;
}
.rs-search-form-area:before {
  left: 20px;
  right: 20px;
  z-index: -1;
  bottom: -10px;
  height: 100%;
  opacity: 0.5;
  content: "";
  position: absolute;
  border-radius: 12px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 70px 90px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 70px 90px rgba(0, 0, 0, 0.08);
}
.rs-search-form-area li.rs-input-serch-only {
  width: 30%;
}
.rs-search-form-area li.rs-input-serch-only {
  position: relative;
  z-index: 11;
}
.rs-search-form-area li.rs-input-serch-only i {
  position: absolute;
  top: 16px;
  z-index: 11;
  line-height: 20px;
  left: 0;
  font-size: 25px;
}
.rs-search-form-area li.rs-input-serch-only input[type=text] {
  padding: 15px 20px 15px 40px;
}
.rs-search-form-area li.rs-input-serch-only input[type=text]::-webkit-input-placeholder { /* Edge */
  color: rgba(48, 48, 48, 0.8784313725);
  opacity: 1;
}
.rs-search-form-area li.rs-input-serch-only input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(48, 48, 48, 0.8784313725);
  opacity: 1;
}
.rs-search-form-area li.rs-input-serch-only input[type=text]::placeholder {
  color: rgba(48, 48, 48, 0.8784313725);
  opacity: 1;
}
.rs-search-form-area li.rs-input-btn {
  margin-left: 50px;
  width: 20%;
}
.rs-search-form-area li.rs-input-serch.select-service-category {
  border-left: 1px solid rgba(51, 51, 51, 0.1411764706);
  position: relative;
}
.rs-search-form-area li.rs-input-serch.select-service-category::before {
  content: "\ed70";
  position: absolute;
  font-family: "remixicon" !important;
  left: 30px;
  top: 11px;
  transition: 0.4s;
  z-index: 3;
  font-size: 22px;
}
.rs-search-form-area li.rs-input-serch.select-service-category::after {
  content: "\ea4e";
  position: absolute;
  font-family: "remixicon" !important;
  right: -5px;
  top: 12px;
  transition: 0.4s;
  z-index: 3;
  pointer-events: none;
  font-size: 23px;
}
.rs-search-form-area li.rs-input-serch.select-service-category select {
  padding: 15px 20px 15px 70px;
  background: none;
}
.rs-search-form-area select,
.rs-search-form-area input[type=submit],
.rs-search-form-area input[type=text] {
  margin-bottom: 0;
  border: 0;
  appearance: none;
}
.rs-search-form-area select:valid {
  color: rgba(48, 48, 48, 0.8784313725);
}
.rs-search-form-area input[type=submit] {
  width: 100%;
  border-radius: 10px;
  padding: 22px 20px;
  font-size: 18px;
  background: #EA5501;
}

.rs-service-areas .service-item .service-item-inner {
  border-radius: 10px;
  border: 1px solid rgba(51, 51, 51, 0.0392156863);
  box-shadow: 0 0 25px rgba(153, 153, 153, 0.0509803922);
  margin-bottom: 25px;
}
.rs-service-areas .service-item .service-item-inner .rs-service-thumb {
  position: relative;
}
.rs-service-areas .service-item .service-item-inner .rs-service-thumb img {
  border-radius: 10px 10px 0 0;
}
.rs-service-areas .service-item .service-item-inner .rs-service-thumb .rs-service-categorys {
  position: absolute;
  bottom: -25px;
  left: 35px;
}
.rs-service-areas .service-item .service-item-inner .rs-service-thumb .rs-service-categorys a {
  background: #EA5501;
  color: #ffffff;
  font-size: 16px;
  padding: 5px 16px;
  margin: 0 8px 8px 0;
  border-radius: 5px;
  display: inline-block;
}
.rs-service-areas .service-item .service-item-inner .service-normal-text {
  padding: 35px 35px 35px;
}
.rs-service-areas .service-item .service-item-inner .service-normal-text .rs-service-categorys {
  margin-bottom: 6px;
}
.rs-service-areas .service-item .service-item-inner .service-normal-text .rs-service-categorys a {
  background: #EA5501;
  color: #ffffff;
  font-size: 16px;
  padding: 5px 16px;
  margin: 0 8px 8px 0;
  border-radius: 5px;
  display: inline-block;
}
.rs-service-areas .service-item .service-item-inner .service-normal-text ul {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  font-size: 16px;
  line-height: 18px;
}
.rs-service-areas .service-item .service-item-inner .service-normal-text ul li i:before {
  font-size: 18px;
  color: #EA5501;
}
.rs-service-areas .service-item .service-item-inner .service-normal-text ul li.rs-service-location {
  margin-left: 36px;
  position: relative;
}
.rs-service-areas .service-item .service-item-inner .service-normal-text ul li.rs-service-location::before {
  content: "";
  position: absolute;
  left: -17px;
  width: 1px;
  height: 11px;
  background: rgba(0, 0, 0, 0.2392156863);
  top: 7px;
}
.rs-service-areas .service-item .service-item-inner .service-normal-text .rs-service-title {
  font-size: 22px;
  line-height: 1.6;
  margin: 0;
}
.rs-service-areas .service-item .service-item-inner .service-normal-text .rs-service-title a {
  color: #1F1F1F;
}
.rs-service-areas .service-item .service-item-inner .service-normal-text .rs-service-title a:hover {
  color: #EA5501;
}
.rs-service-areas .service-item .service-item-inner .service-normal-text .rs-custom-excerpt {
  font-size: 16px;
  margin-top: 18px;
}
.rs-service-areas .service-item .service-item-inner.rs-thumb .service-normal-text {
  padding: 40px 35px 35px;
}

/*--------------------------------------------------------------
	Parter CSS
--------------------------------------------------------------*/
.partner-carousel .partner-item {
  width: 100px;
  display: block;
  margin: 0 auto;
}
.partner-carousel .partner-item img {
  opacity: 0.3;
}
.partner-carousel .partner-item:hover img {
  opacity: 1;
}

.wp-block-cover-image-text, .wp-block-cover-text, section.wp-block-cover-image h2, .wp-block-cover-text a {
  color: #fff !important;
}

.rs-pricing-table-btn span {
  display: block;
  font-size: 12px;
}

.rs-timeline {
  position: relative;
}
.rs-timeline:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 3px;
  left: 50%;
  margin: 1px;
  border: 2px dashed #032e42;
  transform: translateX(-50%);
}
.rs-timeline ul {
  margin: 0;
  padding: 0;
}
.rs-timeline ul li {
  margin-bottom: 50px;
  list-style-type: none;
  display: flex;
  flex-direction: row;
}
.rs-timeline ul li .content {
  padding: 0 20px;
  width: 50%;
}
.rs-timeline ul li .content h3 {
  padding: 12px 20px 8px;
  background-color: #bb0b0b;
  margin-bottom: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.rs-timeline ul li .content h3 a {
  color: #fff;
}
.rs-timeline ul li .content h3 a:hover {
  opacity: 0.85;
}
.rs-timeline ul li .content p {
  padding: 30px;
  background-color: #FBFBFB;
  margin-top: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.rs-timeline ul li .date {
  padding: 0 20px;
  width: 50%;
}
.rs-timeline ul li .date h4 {
  background-color: #032E42;
  padding: 8px 20px 6px;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
}
.rs-timeline .point {
  min-width: 20px;
  height: 20px;
  background-color: #bb0b0b;
  border-radius: 100%;
  z-index: 2;
  border: 3px #333333 solid;
  position: relative;
  left: 1px;
}
.rs-timeline ul li:nth-child(odd) .content {
  padding-left: 0;
}
.rs-timeline ul li:nth-child(odd) .date {
  padding-right: 0;
}
.rs-timeline ul li:nth-child(even) {
  flex-direction: row-reverse;
}
.rs-timeline ul li:nth-child(even) .content {
  padding-right: 0;
}
.rs-timeline ul li:nth-child(even) .date {
  padding-left: 0;
}
.rs-timeline ul li:nth-child(even) .date h4 {
  float: right;
}
.rs-timeline ul li p, .rs-timeline ul li:last-child {
  margin-bottom: 0;
}

.bs-sidebar .widget_product_search form {
  position: relative;
}
.bs-sidebar .widget_product_search form input[type=search] {
  height: 53px;
  padding: 8px 15px;
  border-radius: 5px;
  width: 100%;
  position: relative;
  border: 1px solid #ddd;
}
.bs-sidebar .widget_product_search form button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 3px 20px;
  font-size: 0;
  background: transparent;
}
.bs-sidebar .widget_product_search form button:after {
  font-family: remixicon !important;
  font-size: 24px;
  content: "\f0d1";
  display: block;
  color: #1F1F1F;
}
.bs-sidebar .widget_product_search form button:hover {
  opacity: 1;
  background: transparent;
}

.woocommerce div.product form.cart .group_table td {
  padding: 25px 20px;
  border: none;
  border-bottom: 1px solid #E6E6E6;
  vertical-align: middle;
}
.woocommerce div.product form.cart .group_table td:first-child {
  padding: 25px 18px 25px 0px;
  width: 180px;
}

.woocommerce-checkout table.shop_table td {
  padding: 20px 12px;
}
.woocommerce-checkout .ps-navigation form.woocommerce-checkout h3 {
  font-weight: 600;
}

#ship-to-different-address .woocommerce-form__label .input-checkbox {
  margin: 11px 0 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  padding: 10px 45px !important;
}

.woocommerce-grouped-product-list .quantity .qty {
  margin-bottom: 0 !important;
  border-radius: 0 !important;
}

.grouped_form .single_add_to_cart_button {
  margin-top: 15px !important;
}
.grouped_form .woocommerce-Price-amount {
  font-weight: 700;
  color: #5d5d5d;
}
.grouped_form td ins {
  padding: 0;
}
.grouped_form del .woocommerce-Price-amount {
  font-weight: 600;
  color: #666666;
  display: block;
  line-height: 16px;
}
.grouped_form .woocommerce-grouped-product-list-item__label a {
  color: #1F1F1F !important;
  font-weight: 700;
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del {
  opacity: 1;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: #303030;
}
.woocommerce ul.products li.product .price {
  float: right;
  clear: right;
}

.woocommerce-product-details__short-description p {
  margin-bottom: 26px;
}

.woocommerce div.product .product_meta {
  font-size: 13px;
}
.woocommerce div.product .product_meta .posted_in {
  display: block;
  font-weight: 700;
}
.woocommerce div.product form.grouped_form table {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.woocommerce div.product form.grouped_form table td {
  border: none !important;
}
.woocommerce div.product form.grouped_form button {
  margin-left: 0 !important;
}
.woocommerce div.product form.grouped_form .group_table tr:first-child td {
  padding-top: 30px;
}
.woocommerce div.product form.grouped_form .group_table tr:last-child td {
  padding-bottom: 30px;
}
.woocommerce div.product form.grouped_form .group_table td {
  padding: 10px 20px;
}
.woocommerce div.product form.grouped_form .group_table td:first-child {
  padding: 10px 18px 10px 0px;
}
.woocommerce div.product form.grouped_form .group_table td.woocommerce-grouped-product-list-item__price {
  display: flex;
  align-items: center;
}
.woocommerce div.product form.grouped_form .group_table td.woocommerce-grouped-product-list-item__price del {
  margin-right: 8px;
  opacity: 0.5;
}
.woocommerce .woocommerce-form-login .form-row {
  margin-bottom: 16px;
}
.woocommerce .woocommerce-form-login .form-row .woocommerce-form__label-for-checkbox, .woocommerce .woocommerce-form-login .form-row .woocommerce-form-login__submit {
  margin-top: 8px;
}
.woocommerce ul.products li.product {
  text-align: center;
}

.woocommerce-page ul.products li.product {
  text-align: center;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  font-weight: 500;
  background: transparent;
  color: #EA5501;
}
.woocommerce nav.woocommerce-pagination ul li a:hover {
  background: transparent;
  color: #EA5501;
}

body .woocommerce-pagination ul {
  border-color: #f2f2f2 !important;
  border-radius: 3px;
  border-width: 1px !important;
  border-right: 1px solid #E6E6E6 !important;
}
body .woocommerce-pagination ul li {
  border: none !important;
  padding: 2px 16px !important;
  margin: 14px 0 !important;
  border-right: 1px solid #E6E6E6 !important;
}
body .woocommerce-pagination ul li:last-child {
  border-right: 0 !important;
}
body .woocommerce-pagination ul li a.page-numbers, body .woocommerce-pagination ul li span {
  text-align: center;
  font-size: 18px;
  padding: 0;
  font-weight: 500;
  border: none;
  color: #505050;
  outline: none;
  text-align: center;
  font-size: 18px !important;
  padding: 0 !important;
  display: block;
  margin-left: -1px;
  outline: none !important;
  background: transparent !important;
}

ul.products .star-rating {
  width: 66px;
  margin: 2px auto 5px !important;
}

.woocommerce .star-rating span::before, .woocommerce .star-rating::before {
  color: #EA5501 !important;
}
.woocommerce a.added_to_cart {
  padding-top: 15px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #EA5501;
}
.woocommerce .related .products li .add_to_cart_button, .woocommerce .related .products li a.product_type_grouped {
  display: none;
}
.woocommerce #commentform {
  max-width: 650px;
}
.woocommerce #commentform .comment-form-author label, .woocommerce #commentform .comment-form-email label {
  min-width: 60px;
}
.woocommerce #commentform .comment-form-author input, .woocommerce #commentform .comment-form-email input {
  width: 100%;
}
.woocommerce #commentform .comment-form-comment textarea {
  margin-bottom: 0;
}
.woocommerce #review_form #respond p {
  margin: 5px 0 20px;
}
.woocommerce #review_form #respond .form-submit input:hover {
  opacity: 0.8;
}
.woocommerce .cart_totals h2 {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 17px;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
  color: #303030;
}
.woocommerce .cart_totals table.shop_table {
  border: none;
}
.woocommerce .cart_totals table.shop_table th, .woocommerce .cart_totals table.shop_table td {
  padding: 30px 10px;
  font-weight: 600;
}

.woocommerce-checkout #payment {
  background: transparent;
}
.woocommerce-checkout #payment .wc_payment_methods {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.woocommerce-checkout #payment .place-order {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.woocommerce-checkout #payment .payment_box {
  background-color: #f9f9f9 !important;
}
.woocommerce-checkout #payment .payment_box:before {
  border: 1em solid #f9f9f9 !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  background-color: #f9f9f9 !important;
}

.woocommerce-shipping-fields h3 {
  margin-bottom: 10px;
}

.price_slider_wrapper .price_slider {
  margin-bottom: 25px !important;
}
.price_slider_wrapper .price_slider_amount button {
  padding: 11px 30px;
  z-index: 1;
  position: relative;
  background: #EA5501;
  color: #fff;
  font-size: 12px !important;
}
.price_slider_wrapper .price_slider_amount button:hover {
  background: #EA5501;
  opacity: 0.7;
  color: #fff;
}
.price_slider_wrapper .price_slider_amount .price_label {
  top: 4px;
  position: relative;
}

.woocommerce ul.products {
  margin-bottom: 0 !important;
}
.woocommerce ul.products li {
  padding: 0 0 32px !important;
  position: relative !important;
  overflow: hidden;
  text-align: center;
  transition: all 0.3s ease 0s;
  background: transparent;
  border-radius: 0px;
}
.woocommerce ul.products li img {
  margin-bottom: 0 !important;
  position: relative;
  width: 100% !important;
}
.woocommerce ul.products li .woocommerce-loop-product__title {
  font-size: 16px !important;
  padding-bottom: 6px !important;
  font-family: "Space Grotesk", serif !important;
  float: left;
  padding: 0 !important;
  line-height: 25px;
}
.woocommerce ul.products li .woocommerce-loop-product__title a {
  color: #1F1F1F;
}
.woocommerce ul.products li .woocommerce-loop-product__title a:hover {
  color: #EA5501;
}
.woocommerce ul.products li a.fa, .woocommerce ul.products li .glyph-icon {
  background: #1F1F1F !important;
  border: none !important;
  font-size: 30px;
  padding: 0 !important;
  margin: 0 !important;
  height: 45px !important;
  width: 45px !important;
  line-height: 45px !important;
  color: #fff;
}
.woocommerce ul.products li a.fa:before, .woocommerce ul.products li .glyph-icon:before {
  font-size: 23px;
  color: #1F1F1F;
  margin: 0 !important;
}
.woocommerce ul.products li .added_to_cart {
  width: 100% !important;
  padding: 0 20px;
  background: none !important;
  border-radius: 5px !important;
  background: #fff !important;
  color: #212121 !important;
}
.woocommerce ul.products li .button {
  margin-top: 5px !important;
  margin-left: 15px;
  margin-right: 15px;
}
.woocommerce ul.products li:hover {
  background: transparent;
}
.woocommerce ul.products li:hover a.button, .woocommerce ul.products li:hover .wc-forward {
  border: 2px solid;
  border-color: #1F1F1F;
  background: #fff;
  color: #1F1F1F;
}
.woocommerce ul.products li ul li {
  background: none;
  border-radius: 0;
}

.single.single-product .breadcrumbs-title {
  max-width: 500px;
}

.related .star-rating::beforee {
  top: 50% !important;
  right: 50% !important;
  transform: translate(50%, -50%);
}

.woocommerce .star-rating span::before {
  color: #EA5501;
}

/*-----------------------------
	Cart icon design
-------------------------------*/
.menu-cart-area {
  float: right;
  position: relative;
  padding-left: 25px;
  padding-top: 44px;
  padding-bottom: 44px;
  top: 0;
}
.menu-cart-area .cart-icon-total-products {
  font-size: 13px;
  line-height: 20px;
  background-color: #fff;
  position: absolute;
  right: 0;
  font-size: 14px;
  top: 100%;
  width: 278px;
  z-index: 10000;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.2s ease 0s;
  box-shadow: 0 0 15px #eee;
  border-radius: 3px;
}
.menu-cart-area .cart-icon-total-products .widget_shopping_cart {
  margin-bottom: 0px;
  padding: 25px 10px 0;
}
.menu-cart-area .cart-icon-total-products .widget_shopping_cart .quantity {
  border: none;
  padding: 3px 0 0 0;
  display: block;
}
.menu-cart-area .woocommerce-mini-cart__empty-message {
  text-align: center;
  text-transform: uppercase;
  color: #1F1F1F;
  position: relative;
  padding-top: 50px;
}
.menu-cart-area .woocommerce-mini-cart__empty-message:before {
  position: absolute;
  content: "\f290";
  color: #1F1F1F;
  left: 50%;
  transform: translateX(-50%);
  bottom: 42px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 24px;
  font-style: normal;
}
.menu-cart-area .widget_shopping_cart .cart_list li {
  padding: 20px 30px;
  border-bottom: 1px solid rgba(170, 170, 170, 0.25);
}
.menu-cart-area .widget_shopping_cart .cart_list li a {
  color: #303030;
}
.menu-cart-area .widget_shopping_cart .cart_list li a img {
  width: 40px;
}
.menu-cart-area .widget_shopping_cart .cart_list li .quantity {
  color: #1F1F1F;
}
.menu-cart-area .widget_shopping_cart .cart_list li a.remove {
  color: #1F1F1F;
  top: 19px;
}
.menu-cart-area .widget_shopping_cart .cart_list li:first-child {
  padding-top: 0;
}
.menu-cart-area .widget_shopping_cart .cart_list li:first-child a.remove {
  top: 0px;
}
.menu-cart-area .widget_shopping_cart .total {
  padding: 29px 0 0;
  text-align: center;
  border-top: none;
}
.menu-cart-area i {
  cursor: pointer;
  color: #28406d;
  font-size: 18px;
}
.menu-cart-area i:before {
  font-size: 18px;
}
.menu-cart-area:hover .cart-icon-total-products {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}
.menu-cart-area span.icon-num {
  border-radius: 50%;
  font-size: 11px;
  line-height: 18px;
  min-height: 18px;
  min-width: 18px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  text-align: center;
  margin-top: -12px;
  right: -2px;
}
.menu-cart-area .woocommerce-mini-cart__buttons {
  text-align: center;
}
.menu-cart-area .button.wc-forward {
  padding: 9px 20px;
  font-size: 12px;
}

/* ------------------------------------
	29. Shop Page Start Here
---------------------------------------*/
.woocommerce ul.products.single-product-page {
  padding: 100px 0 0;
}
.woocommerce ul.products li.product {
  padding: 0;
  position: relative;
  overflow: hidden;
  text-align: center;
  transition: all 0.3s ease 0s;
  margin-bottom: 0;
}
.woocommerce ul.products li.product .triangle_left {
  width: 0;
  height: 0;
  border-top: 70px solid transparent;
  border-right: 140px solid #EA5501;
  border-bottom: 70px solid transparent;
  position: absolute;
  top: -75px;
  left: -117px;
  transform: rotate(48deg);
  opacity: 0;
}
.woocommerce ul.products li.product:hover {
  background: transparent;
}
.woocommerce ul.products li.product:hover .triangle_left {
  opacity: 1;
}
.woocommerce ul.products li.product:hover h3 a {
  color: #EA5501;
}
.woocommerce ul.products li.product:hover .add-to-cart {
  background: #EA5501;
  color: #fff !important;
}
.woocommerce ul.products li.product:hover .images-product .overley {
  opacity: 1;
  transform: scaleY(1);
  bottom: 0;
}
.woocommerce ul.products li.product .images-product {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  padding: 0;
}
.woocommerce ul.products li.product .images-product a {
  display: block;
}
.woocommerce ul.products li.product .images-product a img {
  transition: all 0.3s ease-out;
  width: 100%;
}
.woocommerce ul.products li.product .images-product .overley {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  background: transparent;
  bottom: -50px;
  transform: scaleY(0);
  transform-origin: 0 1 0;
  opacity: 0;
  transition: all 0.3s ease 0s;
  padding: 0;
}
.woocommerce ul.products li.product .images-product .overley .winners-details {
  padding: 0;
}
.woocommerce ul.products li.product .images-product .overley .winners-details h4 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #ffffff;
  font-size: 18px;
  position: relative;
}
.woocommerce ul.products li.product .images-product .overley .winners-details h4:after {
  display: none;
}
.woocommerce ul.products li.product .images-product .overley .winners-details .product-info ul {
  padding: 0;
  margin: 0;
}
.woocommerce ul.products li.product .images-product .overley .winners-details .product-info ul li {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: top;
  border: none;
}
.woocommerce ul.products li.product .images-product .overley .winners-details .product-info ul li a {
  color: #fff;
  text-transform: capitalize;
  text-decoration: none;
  border-radius: 0px;
  line-height: 33px;
  border: none;
  text-align: center;
  transition: all 0.3s ease 0s;
  padding: 5px 20px;
  background: #1F1F1F;
}
.woocommerce ul.products li.product .images-product .overley .winners-details .product-info ul li a:hover {
  background: #EA5501;
}
.woocommerce ul.products li.product .images-product .overley .winners-details .product-info ul li a i {
  font-size: 16px;
  margin: 0;
  transition: all 0.3s ease 0s;
}
.woocommerce ul.products li.product .images-product .overley .winners-details .product-info ul li a i:hover {
  color: #EA5501;
}
.woocommerce ul.products li.product .images-product .overley .winners-details .product-info ul li .yith-wcwl-add-to-wishlist {
  margin-top: 0;
}
.woocommerce ul.products li.product .images-product .overley .winners-details .product-info ul li:hover {
  background: none;
}
.woocommerce ul.products li.product .images-product .overley .winners-details p {
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 13px;
}
.woocommerce ul.products li.product .images-product .overley .winners-details p i {
  color: #ffffff;
  margin-right: 8px;
}
.woocommerce ul.products li.product h4 {
  margin-bottom: 10px !important;
  margin-left: 0;
  font-weight: 700;
}
.woocommerce ul.products li.product h4 a {
  color: #1F1F1F;
  transition: all 0.3s ease 0s;
  font-size: 20px;
  margin: 0;
}
.woocommerce ul.products li.product h4 a:hover {
  color: #EA5501;
}
.woocommerce ul.products li.product .price-details ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.woocommerce ul.products li.product .price-details ul li {
  display: block;
}
.woocommerce ul.products li.product .price-details ul li:first-child {
  font-weight: 600;
  font-size: 15px;
}
.woocommerce ul.products li.product .price-details ul li:first-child del {
  margin-right: 5px;
  font-weight: 400;
  font-size: 15px;
}
.woocommerce ul.products li.product .price-details ul li .add-to-cart {
  border: 1px solid #EA5501;
  padding: 8px 18px;
  color: #1F1F1F;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  margin-top: 15px;
}
.woocommerce ul.products .topbar-area {
  overflow: hidden;
  padding-bottom: 54px;
}
.woocommerce ul.products .topbar-area .showing-Short .seclec-box {
  float: right;
}
.woocommerce ul.products .topbar-area .showing-result ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.woocommerce ul.products .topbar-area .showing-result ul li {
  display: inline-block;
  font-weight: 400;
  color: #303030;
  margin-right: 0;
  font-size: 14px;
  height: 25px;
}
.woocommerce ul.products .topbar-area .showing-result ul li .form-group {
  margin: 0;
}
.woocommerce ul.products .topbar-area .showing-result ul li .form-group.seclect-box select.form-control {
  display: inline-block;
  border: 0;
  background: transparent;
  border-radius: 0px;
}
.woocommerce ul.products .pagination {
  margin-top: 0;
}

.woocommerce-shop .main-contain #content {
  padding-bottom: 110px;
}

.woocommerce.single-product form.cart .button {
  border: none !important;
}

.woocommerce-cart .main-contain #content {
  padding-bottom: 100px !important;
}

.woocommerce .loader:before {
  display: none;
}
.woocommerce .quantity input[type=number]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #363636 !important;
  opacity: 1;
}
.woocommerce .quantity input[type=number]::-moz-placeholder {
  /* Firefox 19+ */
  color: #363636 !important;
  opacity: 1;
}
.woocommerce .quantity input[type=number]:-ms-input-placeholder {
  /* IE 10+ */
  color: #363636 !important;
  opacity: 1;
}
.woocommerce .quantity input[type=number]:-moz-placeholder {
  /* Firefox 18- */
  color: #363636 !important;
  opacity: 1;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #5d5d5d !important;
  font-size: 16px !important;
  font-weight: 600;
}
.woocommerce ul.products li.product .price {
  color: #5d5d5d !important;
  font-size: 16px !important;
  font-weight: 600;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
  color: #5d5d5d !important;
  font-size: 16px;
  font-weight: 600;
}
.woocommerce ul.products li.product .price ins {
  color: #5d5d5d !important;
  font-size: 16px;
  font-weight: 600;
}
.woocommerce .quantity {
  border: 2px solid #e6e6e6;
  border-radius: 5px;
}
.woocommerce .quantity .qty {
  height: 45px !important;
  width: 50px;
  appearance: textfield;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin-bottom: 0;
  padding: 8px 0;
  border-left: 2px solid #e6e6e6;
  border-right: 2px solid #e6e6e6;
  border-radius: 0 !important;
}
.woocommerce .quantity .qty_button {
  border: none;
  background: none;
  box-shadow: none;
  color: #212121;
  font-size: 20px;
  padding: 0px 17px;
  position: relative;
  top: 1px;
  line-height: 28px;
  left: -2px;
}
.woocommerce .quantity .qty_button.minus {
  font-size: 30px;
  top: 2px;
}
.woocommerce .quantity .qty_button:hover {
  border: none;
  background: none !important;
  box-shadow: none;
}
.woocommerce input[type=number] {
  border: 0;
}
.woocommerce .quantity input::-webkit-outer-spin-button, .woocommerce .quantity input::-webkit-inner-spin-button {
  display: none;
  margin: 0;
}

body.woocommerce ins {
  background: none !important;
}
body.woocommerce .panel {
  border: none;
  box-shadow: none;
}
body.woocommerce .woocommerce-product-gallery ol.flex-control-nav {
  padding: 15px 0 0 !important;
  text-align: center;
}
body.woocommerce .woocommerce-product-gallery ol.flex-control-nav li {
  float: none !important;
  display: inline-block;
}
body.woocommerce .woocommerce-product-gallery ol.flex-control-nav li img {
  width: 98%;
  display: inline-block;
  margin-bottom: 10px !important;
}

.woocommerce-variation-price {
  margin-bottom: 30px;
}

.woocommerce table.shop_attributes td {
  font-style: normal;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  font-size: 16px;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews h2, .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description h2 {
  display: none;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-reply-title {
  font-size: 15px;
  font-weight: 600;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid #fbfbfb;
  background-color: #fbfbfb;
  margin-right: 8px;
  border-radius: 0;
  border: none !important;
}
.woocommerce div.product .product_meta .posted_in a {
  color: #303030;
}
.woocommerce div.product .woocommerce-tabs ul.wc-tabs li {
  font-size: 18px;
  margin-right: 12px;
  border-radius: 0px;
  margin-left: 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  transition: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #1F1F1F;
  color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
  background: #1F1F1F;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
  color: #fff;
}
.woocommerce table th {
  background: transparent;
}

.single-product #tab-additional_information h2 {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding-left: 0;
  border-radius: 5px 0 0 0;
  padding-top: 15px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  box-shadow: -2px 2px 0 #f0f0f0;
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: 1px solid #f0f0f0;
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  border: 1px solid #f0f0f0;
  display: none;
}

.woocommerce-form-login .woocommerce-Button {
  margin-right: 12px !important;
}

.woocommerce .woocommerce-ordering {
  margin: 0 0 2em;
}
.woocommerce .woocommerce-result-count {
  margin-top: 10px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #ddd !important;
}
.woocommerce a.remove {
  margin: 0 auto;
  color: #1F1F1F !important;
  line-height: 27px;
  border: 1px solid #ddd;
  font-weight: 300 !important;
  font-size: 1.1em;
  height: 1.5em;
  width: 1.5em;
}

input[type=text], input[type=number], input[type=email], input[type=url] {
  position: relative;
  z-index: 1;
}

select, input[type=password] {
  position: relative;
  z-index: 1;
}

.woocommerce-cart table.cart .product-thumbnail img {
  width: 80px !important;
}
.woocommerce-cart table.cart .product-name a {
  color: #303030;
}
.woocommerce-cart table.cart .product-name a:hover {
  color: #1F1F1F;
  text-decoration: underline !important;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button {
  color: #303030;
}

.woocommerce-checkout .woocommerce form .form-row {
  margin: 0 0 15px;
}

.woocommerce button.button:disabled {
  opacity: 0.8 !important;
  background: #f0f0f0;
}

.coupon input#coupon_code {
  width: 320px !important;
  border-radius: 5px;
  height: 48px !important;
  margin-right: 20px;
  text-align: left !important;
  padding-left: 22px;
}
.coupon ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1F1F1F !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.coupon ::-moz-placeholder {
  /* Firefox 19+ */
  color: #1F1F1F !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.coupon :-ms-input-placeholder {
  /* IE 10+ */
  color: #1F1F1F !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.coupon :-moz-placeholder {
  /* Firefox 18- */
  color: #1F1F1F !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.product_meta span {
  font-weight: 600;
}
.product_meta span.tagged_as {
  display: block;
}
.product_meta span a {
  font-weight: 400;
}

.single-product .bs-info, .single-product .bs-img {
  display: none;
}
.single-product .bs-desc {
  margin-top: 0px !important;
}
.single-product div.product p.price {
  margin-bottom: 8px;
  font-size: 30px !important;
}
.single-product div.product p.price ins, .single-product div.product p.price bdi {
  font-size: 30px;
}
.single-product div.product p.price bdi {
  display: block;
}
.single-product div.product form.cart {
  border-bottom: 1px solid rgba(62, 62, 62, 0.1);
  margin-bottom: 20px;
  padding-bottom: 29px;
}

.woocommerce-message, .woocommerce-error, .woocommerce-info {
  border-top-color: #032e42;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #616161;
}

.woocommerce-message {
  border-top-color: #032e42;
}
.woocommerce-message::before {
  color: #032e42;
}

.woocommerce-info::before {
  color: #032e42;
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text {
  width: 110px;
  height: 40px;
  text-align: center;
}

.woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  width: 110px;
  height: 40px;
  text-align: center;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #ccc;
  border-radius: 0px;
  height: 40px;
  line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 48px;
}

em.rs__menu_sp {
  display: none;
}

.hfe-layout-vertical .right-arrow-style2 ul .menu-item em.rs__menu_sp {
  display: inline-block;
  width: 25px;
  height: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  left: -18px;
  top: -7px;
}
.hfe-layout-vertical .right-arrow-style2 ul .menu-item em.rs__menu_sp:after {
  content: "" !important;
  position: absolute;
  left: -10px;
  top: 52% !important;
  font-size: 20px;
  text-align: center;
  transform: translate(-10px, -50%) !important;
  display: block;
  background: url(../images/arrow.svg);
  height: 13px;
  width: 30px;
  background-repeat: no-repeat;
  line-height: 30px;
  transition: all 0.5s ease;
}

.industrie-social-custom .elementor-widget-container .elementor-social-icon:hover i {
  color: #EA5501;
}

.hfe-layout-vertical .right-arrow-style2 ul .menu-item a:after {
  color: #EA5501;
}

input[type=tel] {
  padding: 10px 14px;
  border: none;
  outline: none;
  width: 100%;
  height: 50px;
  border: 1px solid rgba(54, 54, 54, 0.1);
}

.woocommerce-form__label span {
  padding-left: 5px;
}
.woocommerce-form__label .input-checkbox {
  margin: 7px 0 0 !important;
}

body.woocommerce-page .main-contain input[type=text], body.woocommerce-page .main-contain input[type=password], body.woocommerce-page .main-contain input[type=email] {
  border: 1px solid rgba(54, 54, 54, 0.1);
  height: 48px;
  border-radius: 5px;
}
body.woocommerce-page .select2-container--default .select2-selection--single {
  border: 1px solid rgba(54, 54, 54, 0.1);
  height: 48px;
  border-radius: 5px;
}
body.woocommerce-page .woocommerce form .form-row.woocommerce-validated .select2-container, body.woocommerce-page .woocommerce form .form-row.woocommerce-validated input.input-text, body.woocommerce-page .woocommerce form .form-row.woocommerce-validated select {
  border: 1px solid rgba(54, 54, 54, 0.1);
  height: 48px;
  border-radius: 5px;
}
body.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #303030;
  opacity: 0.5;
}

.woocommerce-cart-form table.shop_table {
  border-collapse: collapse;
}
.woocommerce-cart-form table.shop_table td, .woocommerce-cart-form table.shop_table th {
  padding: 25px;
  text-align: center;
}
.woocommerce-cart-form table.shop_table .quantity {
  border-radius: 5px;
  padding: 0 0px;
  margin: 0 auto;
  width: 160px;
}
.woocommerce-cart-form table.shop_table .quantity .qty_button {
  top: 1px;
  padding: 0px 16px;
}
.woocommerce-cart-form table.shop_table .quantity .qty {
  width: 50px;
  border-radius: 0 !important;
}

.woocommerce table.shop_table {
  border-collapse: collapse !important;
}
.woocommerce table.shop_table tbody th {
  font-weight: 600;
}
.woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
  font-weight: 600;
}
.woocommerce .cart-collaterals .cart_totals {
  padding-top: 40px;
}

.woocommerce-page .cart-collaterals .cart_totals {
  padding-top: 40px;
}

.woocommerce div.product form.cart .variations select {
  padding: 5px 2px;
}

.cart_totals h2 {
  text-transform: capitalize;
}
.cart_totals table.shop_table th, .cart_totals table.shop_table td {
  padding: 20px;
}

.woocommerce-tabs h2, .related.products h2 {
  font-size: 20px;
}

.single-product .summary.entry-summary h1.product_title.entry-title {
  font-size: 25px !important;
  line-height: 25px !important;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  width: 50px !important;
}

.cart-collaterals th, .cart-collaterals td {
  border: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.cart-collaterals tr:last-child td, .cart-collaterals tr:last-child th {
  border-bottom: none !important;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  max-width: 100%;
}

.woocommerce .form-row {
  display: block;
}
.woocommerce.single-product form.cart .button {
  margin-left: 10px;
}
.woocommerce .add_to_cart_button {
  transition: 0.3s ease all;
}
.woocommerce .add_to_cart_button:after {
  font-size: inherit !important;
  vertical-align: initial !important;
}
.woocommerce .add_to_cart_button.added {
  display: none !important;
  opacity: 0;
}
.woocommerce .add_to_cart_button.loading {
  padding-right: 40px !important;
}
.woocommerce .add_to_cart_button.loading:after {
  top: 12px !important;
  right: 15px !important;
  font-size: inherit !important;
}
.woocommerce button[disabled] {
  color: #fff;
  height: 48px;
  padding: 0 35px !important;
}
.woocommerce button[disabled]:hover {
  color: #1F1F1F;
}
.woocommerce form .rs-wrap-coupon {
  overflow: hidden;
}
.woocommerce form .rs-wrap-coupon p {
  width: 49%;
}

.woocommerce-info .showcoupon {
  font-weight: 600;
}

.woocommerce table.shop_table th {
  border: none;
  font-size: 18px;
  font-weight: 600;
  background: transparent;
  color: #1F1F1F;
}
.woocommerce table.shop_table td {
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: 1px solid #E6E6E6;
}

h3#order_review_heading {
  margin-top: 60px;
  padding: 0 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-left: -8px;
}

#order_review {
  padding: 0 15px;
}

textarea.input-text {
  border: 1px solid #ccc;
}

.button.yith-wcqv-button, .post-type-archive .learn-press-courses .course .course-title {
  display: none !important;
}

.woocommerce span.onsale {
  background: #1F1F1F;
  width: 40px !important;
  height: 40px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  right: 10px !important;
  margin: 0 !important;
  top: 10px !important;
  z-index: 1;
  font-weight: 500;
  color: #fff;
}

.woocommerce-info {
  border-top-color: #EA5501;
}

.woocommerce table.shop_attributes td, .woocommerce table.shop_attributes th {
  padding: 3px 15px !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce-MyAccount-navigation ul li {
  background: #f0f0f0;
  margin: 0 0 15px;
  border-radius: 2px;
}
.woocommerce-MyAccount-navigation ul li a {
  padding: 10px 20px;
  color: #1F1F1F;
  display: block;
}
.woocommerce-MyAccount-navigation ul li.is-active, .woocommerce-MyAccount-navigation ul li:hover {
  background: #1F1F1F;
}
.woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce-MyAccount-navigation ul li:hover a {
  color: #fff;
}

form.woocommerce-EditAccountForm fieldset {
  margin-bottom: 40px;
  margin-top: 30px;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: 1px solid rgba(54, 54, 54, 0.1) !important;
  border-radius: 5px;
}

.woocommerce-input-wrapper #order_comments, #order_comments {
  border: 1px solid rgba(54, 54, 54, 0.1) !important;
  border-radius: 5px;
}

.woocommerce-js ul.products li img {
  width: auto;
  max-width: 100%;
}

.woocommerce-account .woocommerce form.login {
  margin-bottom: 0;
}

.single-product.woocommerce span.onsale {
  left: 10px !important;
}

#order_comments {
  border: 1px solid rgba(54, 54, 54, 0.1) !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce .wc-forward,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  padding: 16px 36px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  background: #EA5501;
  color: #fff;
  z-index: 1;
  opacity: 1;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce .wc-forward:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  color: #fff;
  background: #EA5501;
  opacity: 0.7;
  z-index: 1;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
  padding: 0 25px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.5s ease;
  background: #EA5501;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover {
  background: #EA5501;
  opacity: 0.7;
}

body .wc-block-cart__submit-button {
  background: #EA5501;
  color: #ffffff;
  transition: all 0.5s ease;
}

body .wc-block-cart__submit-button:hover {
  color: #ffffff;
}

body.woocommerce-page .main-contain input[type=text], body.woocommerce-page .main-contain input[type=password], body.woocommerce-page .main-contain input[type=email] {
  border: 1px solid rgba(54, 54, 54, 0.1);
  height: 48px;
  border-radius: 5px;
}

.wc-block-components-form .wc-block-components-text-input.has-error input,
.wc-block-components-form .wc-block-components-text-input.has-error input:active,
.wc-block-components-form .wc-block-components-text-input.has-error input:focus,
.wc-block-components-form .wc-block-components-text-input.has-error input:hover,
.wc-block-components-text-input.has-error input,
.wc-block-components-text-input.has-error input:active,
.wc-block-components-text-input.has-error input:focus,
.wc-block-components-text-input.has-error input:hover {
  border-color: #EA5501;
}

/* -----------------------
	404
--------------------------*/
.page-error {
  position: relative;
  display: table;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background: #fff;
  background-position: center center !important;
}
.page-error #content {
  padding-bottom: 60px !important;
}
.page-error .container {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.page-error .content-area {
  position: relative;
  z-index: 101;
  margin: 0 auto;
  text-align: center;
}
.page-error .content-area h1.page-title {
  color: #00204A;
  font-size: 100px;
  margin-bottom: 30px;
  margin-top: 0px;
}
.page-error .content-area h2 {
  color: #1F1F1F;
  font-size: 35px;
  margin: 0 auto 40px;
  max-width: 550px;
  line-height: 50px;
}
.page-error .content-area h2 span {
  display: block;
  font-size: 250px;
  line-height: 270px;
  color: #1F1F1F;
  font-weight: 700;
}
.page-error.enable__text_left .content-area {
  text-align: left;
}
.page-error .bs-sidebar {
  max-width: 400px;
  margin: 0 auto;
  padding-bottom: 20px;
  padding: 10px 0 35px;
}
.page-error .industrieicon-right-arrow:before {
  padding-left: 5px;
}
.page-error.coming-soon {
  height: 100vh;
  background: #101010;
}
.page-error.coming-soon .content-area h3 {
  font-size: 30px;
  margin-top: 40px;
  margin-bottom: 60px;
  display: block;
}
.page-error.coming-soon .content-area h3 span {
  font-size: 80px;
  text-shadow: unset;
  text-transform: uppercase;
  line-height: 90px;
  padding-bottom: 20px;
  letter-spacing: 5px;
  display: block;
  font-weight: 900 !important;
}
.page-error.coming-soon .countdown-inner {
  width: 600px;
  margin: 0 auto;
  max-width: 100%;
}
.page-error.coming-soon .countdown-inner .time_circles {
  position: relative;
  justify-content: center;
  align-items: center;
}
.page-error.coming-soon .countdown-inner .time_circles canvas {
  opacity: 0;
  display: none;
}
.page-error.coming-soon .countdown-inner .time_circles div {
  color: #ffffff;
  font-size: 36px;
  font-weight: 600;
  padding-top: 25px;
  width: 120px !important;
  height: 120px !important;
  display: grid;
  align-items: center;
  margin: 0 auto;
  border-radius: 100%;
  border: 5px solid #ffffff;
  background: #EA5501;
  box-shadow: 0 0 52px rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin: 0 12px;
}
.page-error.coming-soon .countdown-inner .time_circles div:first-child {
  padding-left: 0;
}
.page-error.coming-soon .countdown-inner .time_circles div:last-child {
  margin-right: 0;
}
.page-error.coming-soon .countdown-inner .time_circles div span, .page-error.coming-soon .countdown-inner .time_circles div h4 {
  color: #ffffff;
}
.page-error.coming-soon .countdown-inner .time_circles div span {
  line-height: 1;
  font-size: 55px;
  display: block;
}
.page-error.coming-soon .countdown-inner .time_circles div h4 {
  margin: 0;
  font-weight: 400 !important;
  text-transform: uppercase;
}
.page-error.coming-soon .follow-us-sbuscribe p {
  color: #ffffff;
  font-size: 30px;
  padding-top: 50px;
  font-weight: 500;
  margin-bottom: 5px;
}
.page-error.coming-soon .follow-us-sbuscribe ul {
  list-style: none;
  margin: 0;
}
.page-error.coming-soon .follow-us-sbuscribe ul li {
  display: inline-block;
  margin-right: 18px;
}
.page-error.coming-soon .follow-us-sbuscribe ul li:last-child {
  margin-right: 0;
}
.page-error.coming-soon .follow-us-sbuscribe ul li a {
  width: 45px;
  height: 45px;
  line-height: 35px;
  border-radius: 50%;
  padding: 0;
  color: #ffffff;
}
.page-error.coming-soon .follow-us-sbuscribe ul li a:hover {
  opacity: 0.9;
}
.page-error.coming-soon .follow-us-sbuscribe ul li i {
  line-height: 45px;
  font-size: 18px;
}

/* ------------------------------------
	02. Global Class
---------------------------------------*/
.header-logo-skew {
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.header-logo-skew::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 100%;
  right: -44px;
  background: #ffffff;
  transform: skew(-22deg);
  pointer-events: none;
  left: auto;
  border-left: 15px solid #EA5501;
}

.fold {
  position: relative;
  background: #ffca1b;
}
.fold::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 30px 30px;
  border-color: #0dcd87 #eee;
  transition: all ease 0.5s;
}
@media (max-width: 1024px) {
  .fold::before {
    border-width: 0 0 20px 20px;
  }
}
.fold:hover::before {
  border-width: 0 0 50px 50px;
  border-color: #0dcd87 #eee;
}
@media (max-width: 1024px) {
  .fold:hover::before {
    border-width: 0 0 30px 30px;
  }
}

.rectangle {
  position: relative;
}
.rectangle:after {
  position: absolute;
  content: "";
  height: 120px;
  width: 1px;
  background: #404c51;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}

.orange {
  color: #1F1F1F;
}

span.yellow {
  color: #EA5501;
}

.overflow-show {
  overflow: visible !important;
}

input[type=checkbox], input[type=radio] {
  margin-right: 8px;
  vertical-align: text-top;
}

.sticky .menu-area {
  padding: 0;
}

.alignleft, .alignright {
  margin-bottom: 26px;
}

.vertical-middle {
  display: table;
  width: 100%;
  height: 100%;
}
.vertical-middle .vertical-middle-cell {
  display: table-cell;
  vertical-align: middle;
}

.display-table {
  display: table;
  height: 100%;
  width: 100%;
}

.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.bs-sidebar .wp-block-categories-list.wp-block-categories h2 {
  margin-top: 45px;
}

mark, ins, kbd {
  background: #1F1F1F;
  color: #fff;
  padding: 0 4px;
}

code {
  background: #1F1F1F;
  color: #fff !important;
}

button, html input[type=button] {
  color: #fff;
  padding: 17px 30px;
  font-size: 14px;
  text-transform: capitalize;
  outline: none;
  transition: all 0.5s ease;
  background: #1F1F1F;
  position: relative;
  border: none;
}

input[type=reset], input[type=submit] {
  color: #fff;
  padding: 17px 30px;
  font-size: 14px;
  text-transform: capitalize;
  outline: none;
  transition: all 0.5s ease;
  background: #1F1F1F;
  position: relative;
  border: none;
}

.mb-30 {
  margin-bottom: 30px;
}

.top-float {
  float: left;
}

button:hover, html input[type=button]:hover {
  background: #EA5501;
  color: #ffffff;
}

input[type=reset]:hover {
  background: #EA5501;
  color: #ffffff;
}
input[type=submit]:hover {
  opacity: 0.9;
}

#content {
  padding-top: 120px;
  padding-bottom: 120px;
}

body.page-template-service-area-php #content {
  padding-top: 0px;
}

.main-contain .rs-porfolio-details #content {
  padding-bottom: 110px;
}
.main-contain .page-error #content {
  padding-top: 60px;
}

.post-password-required input[type=submit] {
  margin-left: -4px;
  padding: 11px 20px;
}

input[type=text], input[type=number], input[type=password] {
  color: #303030;
  width: 100%;
  max-width: 100%;
  opacity: 1;
}

textarea {
  color: #303030;
  width: 100%;
  max-width: 100%;
  opacity: 1;
}

input[type=email] {
  color: #303030;
  width: 100%;
  max-width: 100%;
  opacity: 1;
}
input[type=text]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(68, 68, 68, 0.4784313725);
  opacity: 1;
}

textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(68, 68, 68, 0.4784313725);
  opacity: 1;
}

input[type=email]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(68, 68, 68, 0.4784313725);
  opacity: 1;
}
input[type=text]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(68, 68, 68, 0.4784313725);
  opacity: 1;
}

textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(68, 68, 68, 0.4784313725);
  opacity: 1;
}

input[type=email]::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(68, 68, 68, 0.4784313725);
  opacity: 1;
}
input[type=text]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(68, 68, 68, 0.4784313725);
  opacity: 1;
}

textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(68, 68, 68, 0.4784313725);
  opacity: 1;
}

input[type=email]:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(68, 68, 68, 0.4784313725);
  opacity: 1;
}
input[type=text]:-moz-placeholder, input[type=number]:-moz-placeholder, input[type=password]:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(68, 68, 68, 0.4784313725);
  opacity: 1;
}

textarea:-moz-placeholder, input[type=email]:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(68, 68, 68, 0.4784313725);
  opacity: 1;
}

select {
  color: #303030;
  cursor: pointer;
}
select:valid {
  color: #303030;
}

/*--------------------------------------------------------------

## Links

--------------------------------------------------------------*/
a {
  color: #EA5501;
}
a:hover, a:focus, a:active {
  color: #1F1F1F;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

.wp-block-calendar tfoot a {
  color: #EA5501;
}
.wp-block-calendar tfoot a:hover {
  color: #1F1F1F;
}

/********************* RS Particle Banner **************************/
.rs-particle-banner {
  width: 100%;
  position: relative;
}
.rs-particle-banner .particle-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.rs-particle-banner .particle-content .banner_title {
  display: inline-block;
  margin-bottom: 25px;
  font-size: 65px;
  position: relative;
  z-index: 9;
  color: #444;
  line-height: 70px;
}
.rs-particle-banner .particle-content .banner-button {
  margin-top: 20px;
}
.rs-particle-banner .particle-content .banner-button.btn-light .readon:not(.border):hover {
  background: transparent;
  border-color: #fff !important;
  color: #fff !important;
}
.rs-particle-banner .particle-content .banner-button.btn-light .readon.border {
  border-color: #fff !important;
  color: #fff !important;
}
.rs-particle-banner .particle-content .banner-button.btn-light .readon.border:hover {
  border-color: #EA5501 !important;
}
.rs-particle-banner .particle-content .banner-button a:hover {
  opacity: 0.8;
}
.rs-particle-banner .particle-content .banner-introtext {
  display: block;
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 25px;
}
.rs-particle-banner ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.rs-particle-banner ul li {
  display: inline-block;
  margin: 0 25px 25px 0;
}
.rs-particle-banner .arrow-btn {
  width: 26px;
  height: 55px;
  bottom: 0%;
  left: 50%;
  z-index: 2;
  text-align: center;
  position: absolute;
  border: 1px solid #999;
  border-radius: 20px;
  transform: translate(-50%, -50%);
}
.rs-particle-banner .arrow-btn i {
  color: #999;
  font-size: 22px;
  line-height: 80px;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.rs-particle-banner .arrow-btn i:hover {
  -webkit-animation: none;
  animation: none;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.rs-slider-btn-icon img {
  top: 3px;
  position: relative;
  height: 0.8em;
  margin-left: 7px;
}

.hfe-nav-menu nav.border-tops > ul > li.current-menu-ancestor > div > a,
.hfe-nav-menu nav.border-tops > ul > li.current_page_item > div > a,
.hfe-nav-menu nav.border-tops > ul > li.current_page_item > a {
  position: relative;
}
.hfe-nav-menu nav.border-tops > ul > li.current-menu-ancestor > div > a::before,
.hfe-nav-menu nav.border-tops > ul > li.current_page_item > div > a::before,
.hfe-nav-menu nav.border-tops > ul > li.current_page_item > a::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  background: #EA5501;
  height: 3px;
  z-index: 1;
  display: block !important;
  opacity: 1 !important;
  transition: all 0.5s ease;
}

.hfe-nav-menu nav.border-tops > ul > li > div > a,
.hfe-nav-menu nav.border-tops > ul > li > a {
  position: relative;
}
.hfe-nav-menu nav.border-tops > ul > li > div > a::before,
.hfe-nav-menu nav.border-tops > ul > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  width: 70%;
  top: 0;
  background: #EA5501;
  height: 3px;
  z-index: 1;
  display: block !important;
  transition: all 0.5s ease;
  opacity: 0;
}

.hfe-nav-menu nav.border-tops > ul > li > div > a:hover:before,
.hfe-nav-menu nav.border-tops > ul > li > a:hover:before {
  opacity: 1 !important;
  left: 18px;
  opacity: 1;
}

.hfe-nav-menu nav.arrow-tops > ul > li > div > a,
.hfe-nav-menu nav.arrow-tops > ul > li > a {
  position: relative;
}
.hfe-nav-menu nav.arrow-tops > ul > li > div > a::before,
.hfe-nav-menu nav.arrow-tops > ul > li > a::before {
  height: 0;
  width: 0;
  content: "";
  position: absolute;
  top: 0;
  z-index: 1;
  display: block;
  transition: all 0.5s ease;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  border: solid transparent;
  border-color: transparent;
  border-top-color: #EA5501;
  border-width: 7px;
}

.hfe-nav-menu nav.arrow-tops > ul > li.current-menu-ancestor > div > a,
.hfe-nav-menu nav.arrow-tops > ul > li.current_page_ancestor > div > a,
.hfe-nav-menu nav.arrow-tops > ul > li.current_page_item > a {
  position: relative;
}
.hfe-nav-menu nav.arrow-tops > ul > li.current-menu-ancestor > div > a::before,
.hfe-nav-menu nav.arrow-tops > ul > li.current_page_ancestor > div > a::before,
.hfe-nav-menu nav.arrow-tops > ul > li.current_page_item > a::before {
  opacity: 1 !important;
}

.hfe-nav-menu nav.arrow-tops > ul > li > div > a:hover::before,
.hfe-nav-menu nav.arrow-tops > ul > li > a:hover::before {
  opacity: 1 !important;
}

.rs-button {
  line-height: 0;
}
.rs-button .rs-btn {
  background: #EA5501;
  color: #ffffff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  padding: 15px 32px;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  line-height: 28px;
  transition: all 0.5s ease;
}
.rs-button .rs-btn span {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.rs-button .rs-btn em {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 18px;
  height: 18px;
  line-height: 20px;
  flex-shrink: 0;
}
.rs-button .rs-btn em > * {
  height: inherit;
  width: inherit;
  line-height: inherit;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease 0s;
}
.rs-button .rs-btn em > *:nth-child(2) {
  transform: translateX(-150%);
}
.rs-button .rs-btn:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ff5c00;
  transition: all 0.5s ease;
  transform: translateX(-100%);
  border-radius: 2px;
  z-index: 0;
}
.rs-button .rs-btn:hover::before {
  transform: translateX(0);
}
.rs-button .rs-btn:hover em > * {
  transform: translateX(150%);
}
.rs-button .rs-btn:hover em > *:nth-child(2) {
  transform: translateX(0);
}
.rs-button.btn-gas-oil .rs-btn {
  background: #F7C600;
  color: #1F1F1F;
}
.rs-button.btn-gas-oil .rs-btn:before {
  background: rgba(177, 148, 32, 0.9607843137);
}
.rs-button.btn-factory .rs-btn {
  padding: 16px 42px;
  background: #EA5501;
  color: #ffffff;
}
.rs-button.btn-factory .rs-btn:before {
  background: #ff5c00;
}
.rs-button.btn-architecture .rs-btn {
  padding: 16px 42px;
  background: #3B37FD;
  color: #ffffff;
}
.rs-button.btn-architecture .rs-btn:before {
  background: rgba(0, 0, 0, 0.3411764706);
}
.rs-button.btn-manufacture .rs-btn {
  padding: 16px 46px;
  background: #023b4a;
  color: #ffffff;
}
.rs-button.btn-manufacture .rs-btn:before {
  background-color: #507A7C;
}
.rs-button.btn-robotics .rs-btn {
  padding: 20px 44px;
  border-radius: 10px;
  color: #ffffff;
  background: #EA5501;
}
.rs-button.btn-robotics .rs-btn:before {
  background: rgba(0, 0, 0, 0.1);
}
.rs-button.btn-metallurgy .rs-btn {
  background-color: #EE0D08;
  padding: 18px 44px;
  transform: skewX(-10deg);
  color: #ffffff;
}
.rs-button.btn-metallurgy .rs-btn:before {
  background-color: rgba(0, 0, 0, 0.2);
}
.rs-button.style3 .rs-btn {
  transform: skewX(-10deg);
}
.rs-button.style3 .rs-btn span {
  transform: skewX(10deg);
}

.rs-services-single-step:hover .numbering-step {
  background-color: #ea5501 !important;
}

.rs--slider-btn-ani .rs-button .rs-btn {
  padding: 17px 39px;
}
@media only screen and (max-width: 480px) {
  .rs--slider-btn-ani .rs-button .rs-btn {
    font-size: 14px;
  }
}

.rs-slider-video-ani .rs-video {
  padding: 28px 20px;
}
.rs-slider-video-ani .rs-video .popup-videos i {
  font-size: 16px !important;
}
.rs-slider-video-ani .rs-video .popup-videos {
  width: 60px;
  height: 60px;
}
.rs-slider-video-ani .rs-video .popup-videos i {
  width: 60px;
  height: 60px;
  line-height: 60px !important;
  text-align: center !important;
  background: #EA5501;
  border-radius: 50%;
}
.rs-slider-video-ani .rs-video .popup-videos:before {
  background: rgba(255, 255, 255, 0.5019607843);
  width: 66px;
  height: 66px;
}

.elementor-icon-list-text em {
  font-style: normal;
  margin-right: 10px;
  font-weight: 600;
}

.elementor-icon-list-text em:not(.rs-white) {
  color: #EA5501;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu ul.sub-menu .sub-arrow {
  position: absolute;
  right: 22px;
}

.rs-title-highlight {
  color: #f7c600;
}

/*--------------------------------------------------------------

--------------------------------------------------------------*/
.ceo-founder p {
  font-weight: 500;
  color: #1F1F1F;
}

.sticky-logo {
  display: none;
}

.sticky .logo-area {
  display: none;
}
.sticky .logo-area.sticky-logo {
  display: block;
}

.owl-carousel {
  padding-top: 0;
}
.owl-carousel .owl-nav {
  right: 0;
}
.owl-carousel .owl-nav [class*=owl-] {
  font-size: 0;
  width: 42px;
  height: 42px;
  line-height: 42px;
  background: #1F1F1F;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.6s ease all;
  opacity: 0;
  visibility: hidden;
}
.owl-carousel .owl-nav [class*=owl-]:before {
  font-family: industrieicon;
  position: absolute;
  font-size: 20px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.owl-carousel .owl-nav [class*=owl-].owl-prev {
  left: 0;
}
.owl-carousel .owl-nav [class*=owl-].owl-prev:before {
  content: "\f112";
}
.owl-carousel .owl-nav [class*=owl-].owl-next {
  right: 0;
}
.owl-carousel .owl-nav [class*=owl-].owl-next:before {
  content: "\f113";
  margin-left: 2px;
}
.owl-carousel .owl-nav [class*=owl-]:hover {
  background: #EA5501;
  color: #fff;
}
.owl-carousel:hover .owl-nav [class*=owl-] {
  opacity: 1;
  visibility: visible;
}
.owl-carousel:hover .owl-nav [class*=owl-].owl-prev {
  left: -60px;
}
.owl-carousel:hover .owl-nav [class*=owl-].owl-next {
  right: -60px;
}
.owl-carousel .partner-item a img {
  width: auto;
  margin: 0 auto;
}

.blog .rs-blog .blog-item .blog-img .blog-meta,
.archive .rs-blog .blog-item .blog-img .blog-meta {
  position: absolute;
  top: 25px;
  left: 27px;
  right: auto;
  z-index: 99;
  bottom: auto;
  width: auto;
}
.blog .rs-blog .blog-item .blog-img .blog-meta .btm-cate,
.archive .rs-blog .blog-item .blog-img .blog-meta .btm-cate {
  overflow: hidden;
  list-style: none;
  margin: 0px;
  padding: 1px 19px 4px 16px;
  position: relative;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  background: #EA5501;
  border-radius: 5px;
  flex-wrap: wrap;
}
.blog .rs-blog .blog-item .blog-img .blog-meta .btm-cate li,
.archive .rs-blog .blog-item .blog-img .blog-meta .btm-cate li {
  float: none;
  color: #fff;
  line-height: 24px;
}
.blog .rs-blog .blog-item .blog-img .blog-meta .btm-cate li a,
.archive .rs-blog .blog-item .blog-img .blog-meta .btm-cate li a {
  color: #fff;
}
.blog .rs-blog .blog-item .blog-img .blog-meta .btm-cate li i,
.archive .rs-blog .blog-item .blog-img .blog-meta .btm-cate li i {
  margin-right: 4px;
}
.blog .rs-blog .blog-item .blog-img .blog-meta .btm-cate li i::before,
.archive .rs-blog .blog-item .blog-img .blog-meta .btm-cate li i::before {
  font-size: 16px;
}
.blog .rs-blog .blog-item .blog-img .blog-meta .btm-cate li i.ri-user-4-line:before,
.archive .rs-blog .blog-item .blog-img .blog-meta .btm-cate li i.ri-user-4-line:before {
  font-size: 17px;
}
.blog .rs-blog .blog-item .blog-img .blog-meta .btm-cate li i.ri-calendar-line,
.archive .rs-blog .blog-item .blog-img .blog-meta .btm-cate li i.ri-calendar-line {
  position: relative;
  top: 3px;
}
.blog .rs-blog .blog-item .blog-img .blog-meta .btm-cate li i.ri-user-4-line,
.archive .rs-blog .blog-item .blog-img .blog-meta .btm-cate li i.ri-user-4-line {
  top: 3px;
}
.blog .rs-blog .blog-item .blog-img .blog-meta .btm-cate li + li,
.archive .rs-blog .blog-item .blog-img .blog-meta .btm-cate li + li {
  position: relative;
  margin-left: 26px;
}
.blog .rs-blog .blog-item .blog-img .blog-meta .btm-cate li + li::before,
.archive .rs-blog .blog-item .blog-img .blog-meta .btm-cate li + li::before {
  content: "";
  position: absolute;
  left: -13px;
  top: 10px;
  height: 8px;
  width: 1px;
  background: #fff;
  transform: rotate(22deg);
}
.blog .rs-blog .blog-item .blog-img .blog-meta .btm-cate li.rs___tag::before,
.archive .rs-blog .blog-item .blog-img .blog-meta .btm-cate li.rs___tag::before {
  content: "";
  position: absolute;
  left: -13px;
  top: 10px;
  height: 8px;
  width: 1px;
  background: #fff;
  transform: rotate(22deg);
}

.btm-cate_no_thum {
  list-style: none;
  margin: 0px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
}
.btm-cate_no_thum li {
  float: none;
  color: #616161;
  line-height: 24px;
}
.btm-cate_no_thum li a {
  color: #616161;
}
.btm-cate_no_thum li + li {
  position: relative;
  margin-left: 30px;
}
.btm-cate_no_thum li + li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: -18px;
  top: 10px;
  background: #616161;
}
.btm-cate_no_thum li .info .name {
  font-weight: 700;
}

.widget.widget_custom_html {
  position: relative;
}

.rs_sidebar_cta img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: 5px;
}
.rs_sidebar_cta .rs_sidebar_cta_content {
  position: relative;
  z-index: 1;
  color: #fff;
}
.rs_sidebar_cta .rs_sidebar_cta_content h3 {
  color: #fff;
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}
.rs_sidebar_cta .rs_sidebar_cta_content p {
  color: #fff;
  margin: 15px 0 35px;
  font-size: 16px;
  font-weight: 500;
  max-width: 150px;
  line-height: 23px;
}
.rs_sidebar_cta .rs_sidebar_cta_content a.cta_btn {
  background: #fff;
  font-size: 16px;
  font-weight: 600;
  color: #1A73E9;
  padding: 12px 26px 12px 24px;
  border-radius: 10px;
  display: inline-block;
}
.rs_sidebar_cta .rs_sidebar_cta_content a.cta_btn:hover {
  opacity: 0.9;
}

.rs-unique-grid-services .rs-service-slider {
  margin-bottom: 25px;
}

.sidenav {
  width: 100%;
}
.sidenav .widget-title {
  color: #19082D !important;
  font-size: 25px !important;
  line-height: 35px;
  font-weight: 500 !important;
  position: relative;
}
.sidenav .offcanvas_logo {
  padding-bottom: 40px;
}
.sidenav .rs-innner-offcanvas-contents .widget {
  border-bottom: 1px solid rgba(62, 62, 62, 0.1);
  margin-bottom: 45px;
  padding-bottom: 24px;
}
.sidenav .rs-innner-offcanvas-contents .widget:last-child {
  border-bottom: none;
}
.sidenav .rs-innner-offcanvas-contents .widget p {
  opacity: 0.8;
}
.sidenav .rs-innner-offcanvas-contents .widget ul.fa-ul li span {
  font-size: 20px;
  color: #19082D;
  font-weight: 400;
}
.sidenav .rs-innner-offcanvas-contents .widget ul.fa-ul li span em {
  display: block;
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  color: #3E3E3E;
}
.sidenav .rs-innner-offcanvas-contents .widget ul.fa-ul li span a {
  font-size: 20px;
  color: #19082D;
  font-weight: 400;
}
.sidenav .rs-innner-offcanvas-contents .widget .footer_social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.sidenav .rs-innner-offcanvas-contents .widget .footer_social li a {
  background: #f4f3f4;
  color: #626262;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  border-radius: 7px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.sidenav .rs-innner-offcanvas-contents .widget .footer_social li a:hover {
  background: #1F1F1F;
  color: #fff;
}
.sidenav .widget {
  padding: 0;
}
.sidenav .widget .widget-title {
  font-size: 26px;
  color: #fff;
  margin-bottom: 28px;
}
.sidenav .widget .search-form .search-input {
  height: 42px;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3) !important;
  color: #fff;
  font-size: 14px;
  outline: none;
}
.sidenav .widget .search-form .search-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.sidenav .widget .search-form .search-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.sidenav .widget .search-form .search-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.sidenav .widget .search-form .search-input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.sidenav .widget .search-form button {
  padding: 8px 12px;
  color: #fff;
  background: transparent !important;
  transition: 0.3s ease all;
}
.sidenav .widget .search-form button:hover {
  opacity: 0.7;
}
.sidenav .fa-ul {
  margin-left: 0;
  text-align: left;
  font-size: 15px;
}
.sidenav .fa-ul li {
  padding: 5px 0 20px;
  display: flex;
  align-items: center;
}
.sidenav .fa-ul li:last-child {
  padding-bottom: 0;
}
.sidenav .fa-ul li i {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #1F1F1F;
  line-height: 45px;
  text-align: center;
  margin-right: 15px;
}
.sidenav .fa-ul li i:before {
  font-size: 16px;
  margin-left: 0 !important;
  color: #fff;
}
.sidenav .fa-ul li i.industrieicon-email {
  position: relative;
  top: 1px;
}
.sidenav .fa-ul li.phone_li i {
  line-height: 48px;
}
.sidenav .fa-ul li.address1 {
  padding-left: 58px;
  padding-top: 0;
  font-size: 18px;
  margin-bottom: 4px;
}
.sidenav .fa-ul li.address1 i {
  position: absolute;
  top: 3px;
  left: 0;
}
.sidenav .offcanvas_social {
  margin-left: 0;
  list-style-type: none;
  padding-bottom: 0;
  margin: 50px 0 0;
}
.sidenav .offcanvas_social li {
  display: inline-block;
}
.sidenav .offcanvas_social li a {
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  float: left;
  margin-right: 0;
}
.sidenav .offcanvas_social li a i {
  font-size: 15px;
  color: #0a0a0a;
  margin: 0 8px 0 0;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.06);
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 0px;
  transition: 0.4s;
}
.sidenav .offcanvas_social li a i:hover {
  background: #1F1F1F;
  border-color: #1F1F1F;
  color: #fff;
}
.sidenav .offcanvas_social li:last-child a {
  margin-right: 0;
}
.sidenav .nav-close-menu-li {
  margin: 0;
  padding-bottom: 30px;
  text-align: right;
}
.sidenav .nav-close-menu-li a {
  font-size: 0;
  text-align: center;
  display: inline-block;
  border: 2px solid #fff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 100%;
  margin-right: 10px;
  position: relative;
}
.sidenav .nav-close-menu-li a:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 14px;
  background-color: #fff;
  top: 9px;
}
.sidenav .nav-close-menu-li a:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 14px;
  background-color: #fff;
  top: 9px;
  transform: rotate(45deg);
}
.sidenav .nav-close-menu-li a:after {
  transform: rotate(-45deg);
}
.sidenav .nav-close-menu-li a:hover {
  background: #fff;
  color: #000;
  border-color: #fff;
}
.sidenav .nav-close-menu-li a:hover:after, .sidenav .nav-close-menu-li a:hover:before {
  background-color: #EA5501;
}
.sidenav .widget_nav_menu ul {
  padding: 0;
  margin: 0;
  text-align: left;
}
.sidenav .widget_nav_menu ul li {
  list-style: none;
  border: none !important;
  margin-left: 0;
  padding: 0;
  position: relative;
}
.sidenav .widget_nav_menu ul li a {
  font-size: 15px;
  display: block;
  color: #1F1F1F;
  line-height: 45px;
  font-weight: 500 !important;
}
.sidenav .widget_nav_menu ul li a:hover {
  color: #1F1F1F;
}
.sidenav .widget_nav_menu ul li:before {
  display: none;
}
.sidenav .widget_nav_menu ul li ul li a {
  text-transform: capitalize;
  padding: 10px 0;
  line-height: 24px;
}
.sidenav .bs-search button {
  padding: 5px 11px;
}
.sidenav li.nav-link-container {
  color: #1F1F1F;
  text-align: center;
  display: block;
  border-radius: 30px;
  height: 40px;
  right: 15px;
  width: 40px;
  top: 5px;
  position: absolute;
  transition: transform 0.5s ease;
}
.sidenav li.nav-link-container:hover a {
  display: block;
}
.sidenav li.nav-link-container a {
  display: block;
  background: none !important;
}
.sidenav li.nav-link-container a span {
  background: #EA5501 !important;
  height: 3px;
  width: 25px;
}
.sidenav li.nav-link-container .nav-menu-link {
  padding: 13px 15px 15px 10px !important;
}
.sidenav li.nav-link-container .nav-menu-link span.hamburger1 {
  transform: rotate(-45deg) translate(-5px, 5px);
}
.sidenav li.nav-link-container .nav-menu-link span.hamburger3 {
  transform: rotate(45deg) translate(0px, 0px);
}

.rs__menu_sp_dyc i {
  display: none;
}

.hfe-nav-menu__layout-vertical .rs__menu_sp_dyc {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}
.hfe-nav-menu__layout-vertical .rs__menu_sp_dyc i {
  display: inline-block;
  font-size: 20px;
  color: currentColor;
}
.hfe-nav-menu__layout-vertical.icon-enable .rs__menu_sp_dyc {
  opacity: 1;
  visibility: visible;
}

.footer-width-fixer .hfe-nav-menu__layout-vertical .rs__menu_sp_dyc {
  left: 0;
  right: auto;
}
.footer-width-fixer .hfe-layout-vertical .right-arrow-style2 ul .menu-item a i {
  opacity: 0;
  transition: all 0.5s ease;
  transform: translateX(-30px);
}
.footer-width-fixer .hfe-layout-vertical .right-arrow-style2 ul .menu-item a:hover {
  padding-left: 30px !important;
}
.footer-width-fixer .hfe-layout-vertical .right-arrow-style2 ul .menu-item a:hover i {
  opacity: 1;
  transform: translateX(0px);
}

.bs-sidebar .widget_search button {
  font-size: 0;
}
.bs-sidebar .widget_search button i {
  display: none;
}

.fa-ul {
  list-style: none;
}

.mobile-menu-container .nav-close-menu-li {
  padding-top: 50px;
}
.mobile-menu-container .nav-close-menu-li a {
  padding: 0;
}
.mobile-menu-container ul {
  padding-left: 0;
  margin: 0;
  text-align: left;
}
.mobile-menu-container ul li {
  list-style: none;
  border: none !important;
  margin-left: 0;
  padding: 0;
}
.mobile-menu-container ul li a {
  font-size: 15px;
  padding: 12px 0;
  display: block;
  color: #222;
  border-bottom: none;
}
.mobile-menu-container ul li a:hover {
  opacity: 0.9;
}
.mobile-menu-container ul li:before {
  display: none;
}

.nav-active-menu-container {
  transform: translate(0);
}

.testimonial2 .image-wrap.center-yes {
  justify-content: center;
  display: flex;
  flex-wrap: nowrap;
}

.content--teb-area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content--teb-area .content--left-area {
  flex: 0 0 50%;
  padding-left: 40px;
}
.content--teb-area .content--left-area ul.check-lists {
  margin: 35px 0 0 0;
}
.content--teb-area .image--right-area {
  flex: 0 0 50%;
}
.content--teb-area.full-sec {
  display: block;
}
.content--teb-area.full-sec .content--left-area {
  padding-right: 0;
}

.prelements-heading .pre-heading-line {
  height: 5px;
  width: 90px;
  background: #1F1F1F;
  margin: 0px;
  position: relative;
  border-radius: 30px;
}
.prelements-heading .pre-heading-line:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2.7px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #EA5501;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: pre-move-dot;
  animation-name: pre-move-dot;
}
.prelements-heading.center .pre-heading-line {
  margin: 20px auto;
}
.prelements-heading.center .sub-text .pre-heading-line {
  margin: 0 auto 20px;
}
.prelements-heading.right .pre-heading-line {
  margin-left: auto;
  margin-right: 0;
}
.prelements-heading .title-inner .title.h2 {
  font-size: 36px;
  font-weight: 500;
}

.gradient_color .title .cd-headline p {
  background-color: transparent;
  background-image: linear-gradient(80deg, #D6A700 0%, #7D16FF 100%);
}

@-webkit-keyframes pre-move-dot {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(88px);
  }
}
@keyframes pre-move-dot {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(88px);
  }
}
.rs-portfolio-style6 .portfolio-item .portfolio-content:before {
  border-radius: 0;
}

.pre-heading-line1 {
  position: relative;
}

.prelements-heading.left .pre-heading-line1 {
  position: relative;
  margin-left: 44px;
  margin-top: 20px;
}
.prelements-heading.left .pre-heading-line1:before, .prelements-heading.left .pre-heading-line1:after {
  left: 0;
}

.prelements-gradient-heading .title-inner .title, .prelements-gradient-heading .title-inner span.subtitle {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.not__hover:hover .elementor-widget-wrap:hover .services-style1, .not__hover:not(:hover) .elementor-widget-wrap .services-style1.rs_active {
  background: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.07);
}

.header-btn .header-btn-wrapper {
  display: inline-block;
}

.popup-text-video svg {
  display: block;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.prelements-heading .sub-text .pre-heading-line {
  display: block;
}

.popup-text-video svg {
  position: absolute;
  transition: 0.5s;
  bottom: -12px;
  width: 112px;
}
.popup-text-video:hover svg {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation: expand2 2s;
  animation: expand2 2s;
}

.rs--slider-btn-construction .rs-button .rs-btn {
  padding: 13px 36px;
}
@media only screen and (max-width: 767px) {
  .rs--slider-btn-construction .rs-button .rs-btn {
    font-size: 13px;
  }
}

@-webkit-keyframes expand2 {
  from {
    width: 0;
  }
  to {
    width: 112px;
  }
}
@keyframes expand2 {
  from {
    width: 0;
  }
  to {
    width: 112px;
  }
}
.services-btn svg {
  position: relative;
  transition: 0.5s;
  top: 0px;
}

.blog-btn svg {
  position: relative;
  transition: 0.5s;
  top: 2px;
  left: 2px;
}
.blog-btn:hover svg {
  top: -1px;
}

.anim10 {
  transition: all 500ms ease;
  transform: translateY(0px);
}
.anim10:hover {
  transform: translateY(-10px);
}

.prelements-heading.center .sub-text .pre-heading-line1 {
  top: -22px;
  padding-right: 0;
  max-width: 120px;
  margin: 0 auto;
  display: block;
}
.prelements-heading.right .sub-text .pre-heading-line1 {
  top: -10px;
  padding-left: 75px;
  padding-right: 0;
  float: right;
  clear: right;
}
.prelements-heading.right .sub-text .pre-heading-line {
  display: block;
  top: 10px;
  float: right;
  clear: left;
  margin-left: 25px;
  margin-right: 0px;
}
.prelements-heading.left .sub-text .pre-heading-line {
  display: block;
  top: 10px;
  float: left;
  clear: left;
  margin-right: 25px;
}
.prelements-heading.right .pre-heading-line1 {
  position: relative;
  margin-left: 44px;
  margin-top: 20px;
}
.prelements-heading.right .pre-heading-line1:before, .prelements-heading.right .pre-heading-line1:after {
  right: 0;
  left: auto;
}
.prelements-heading.right .sub-text .pre-heading-line1:after {
  margin-right: 25px;
  margin-left: 0;
}

.elementor-widget-container:hover .pre-heading-line1:before {
  width: 65px;
  margin-left: -5px;
  background: #1F1F1F;
}

.rs__custom_slider_btn .rs_button {
  padding: 14px 45px 14px 35px;
}
.rs__custom_slider_btn .rs-btn.style3 a i {
  margin-left: 10px !important;
}

.elementor-widget-container:hover .pre-heading-line1:after {
  width: 12px;
  margin-left: 35px;
  background: #1F1F1F;
}
.elementor-widget-container:hover .prelements-heading.right .sub-text .pre-heading-line1:before {
  margin-right: -14px;
  margin-left: 0;
}
.elementor-widget-container:hover .prelements-heading.right .sub-text .pre-heading-line1:after {
  margin-right: 0px;
}

.sub-text .pre-heading-line1 {
  top: -13px;
  padding-right: 75px;
}

#rs-header.header-transparent .menu-sticky.sticky ul.offcanvas-icon.sidenav .nav-link-container span {
  background: #fff !important;
}
#rs-header .menu-area .navbar ul .menu-item:not(.mega) ul li ul.sub-menu, #rs-header .menu-area .navbar ul .page_item:not(.mega) ul li ul.sub-menu {
  position: absolute;
  left: 100%;
  top: 0px;
  opacity: 0;
  transform: translateY(20px);
  visibility: hidden;
}
#rs-header .menu-area .navbar ul .menu-item:not(.mega) ul > li:hover > ul.sub-menu, #rs-header .menu-area .navbar ul .page_item:not(.mega) ul > li:hover > ul.sub-menu {
  opacity: 1;
  transform: translateY(0px);
  visibility: visible;
}

.secondarycolor {
  color: #1F1F1F;
}

#rs-header .menu-area .navbar ul li.three-col ul > li {
  width: 33.33%;
}
#rs-header .menu-area .navbar ul li.four-col ul > li {
  width: 25%;
}

.transparent_header {
  position: absolute;
}
.transparent_header .menu-area .navbar ul > li > a:after {
  background: #fff;
}
.transparent_header .sticky .navbar ul > li > a:after {
  background: #EA5501;
}

.default_header .menu-area .navbar ul > li > a:after {
  background: #EA5501;
}

.customrev .rev-btn i {
  position: absolute;
  top: 50%;
  right: 26px;
  transition: all 0.3s;
  transform: translateY(-50%);
  opacity: 1;
  font-size: 16px;
}
.customrev .rev-btn:hover i {
  opacity: 1;
  right: 18px;
}

.space15 .elementor-accordion-item {
  margin-bottom: 20px !important;
}

.elementor-widget-rs-logo .slick-track {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

/* ------------------------------------
	20. Breadcrumbs
  ---------------------------------------*/
.rs-breadcrumbs {
  position: relative;
  background: #1F1F1F;
}
.rs-breadcrumbs.text-center .breadcrumbs-inner {
  max-width: 600px;
  margin: 0 auto;
}
.rs-breadcrumbs.text-center .breadcrumbs-meta, .rs-breadcrumbs.text-center .breadcrumbs-title {
  justify-content: center;
}
.rs-breadcrumbs.text-center .breadcrumbs-inner .page-title {
  text-align: left;
}
.rs-breadcrumbs.text-right .breadcrumbs-meta, .rs-breadcrumbs.text-right .breadcrumbs-title {
  justify-content: right;
}
.rs-breadcrumbs.text-right .breadcrumbs-inner .page-title {
  text-align: right;
}
.rs-breadcrumbs .breadcrumbs-inner {
  padding: 120px 0 120px;
  position: relative;
  margin: 0 auto;
  text-align: left;
}
.rs-breadcrumbs .breadcrumbs-inner p {
  font-weight: 500;
  color: #1F1F1F;
  max-width: 600px;
  margin: 18px auto 0;
}
.rs-breadcrumbs .breadcrumbs-inner .banner-desc {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #1F1F1F;
  text-align: left;
}
.rs-breadcrumbs .breadcrumbs-inner .cate-single .post-categories {
  padding: 0 0 8px 0;
}
.rs-breadcrumbs .breadcrumbs-inner .cate-single .post-categories a {
  background: #fbfbfb;
  color: #fff !important;
  padding: 6px 19px 5px;
  border-radius: 5px;
  font-size: 13px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.rs-breadcrumbs .breadcrumbs-inner .bs-meta {
  padding-left: 0;
}
.rs-breadcrumbs .breadcrumbs-inner .bs-meta li {
  margin-right: 13px;
  font-size: 13px;
}
.rs-breadcrumbs .breadcrumbs-inner .bs-meta li i {
  margin-right: 3px;
}
.rs-breadcrumbs .breadcrumbs-inner .bs-meta li i:before {
  font-size: 14px;
  font-weight: 600;
}
.rs-breadcrumbs .container-fluid {
  padding-left: 70px;
  padding-right: 70px;
}
.rs-breadcrumbs .breadcrumbs-single {
  background-size: cover;
}
.rs-breadcrumbs .trail-browse {
  display: none !important;
}
.rs-breadcrumbs .trail-items li {
  position: relative;
}
.rs-breadcrumbs .trail-items li a {
  padding-right: 20px;
}
.rs-breadcrumbs .trail-items li::after {
  right: 0px;
  position: absolute;
  padding: 0;
  content: "\f147";
  font-family: industrieicon;
  font-style: normal;
  font-weight: 300;
  display: block !important;
  top: 0;
}
.rs-breadcrumbs .trail-items li.trail-end::after {
  display: none !important;
}
.rs-breadcrumbs .page-title {
  margin: 0 auto !important;
  padding-bottom: 0px !important;
  color: #ffffff;
  font-size: 65px;
  position: relative;
}
.rs-breadcrumbs h6.intro-title {
  color: #19082D;
}
.rs-breadcrumbs .breadcrumbs {
  text-align: center;
}
.rs-breadcrumbs .trail-items li::after {
  font-size: 12px;
}
.rs-breadcrumbs ul {
  display: inline-block;
  padding: 5px 20px;
  margin: 0px;
}
.rs-breadcrumbs ul li {
  color: #fff;
  display: inline-block;
  font-size: 14px;
}
.rs-breadcrumbs ul li a {
  padding: 0 8px;
  color: #fff;
}
.rs-breadcrumbs ul li a:hover {
  color: #fff;
}
.rs-breadcrumbs ul li.trail-begin a {
  position: relative;
  display: inline-block;
  padding-left: 0;
}
.rs-breadcrumbs ul li.trail-begin a:hover {
  opacity: 0.7;
}
.rs-breadcrumbs ul li.trail-end {
  padding-left: 8px;
}
.rs-breadcrumbs.porfolio-details {
  position: relative;
}
.rs-breadcrumbs .breadcrumbs-meta {
  display: inline-flex;
  padding: 7px 16px 5px 17px;
  justify-content: left;
  align-items: center;
  border-radius: 5px;
  margin-top: 20px;
  background: #EA5501;
}
.rs-breadcrumbs .breadcrumbs-meta li {
  margin-right: 30px;
}
.rs-breadcrumbs .breadcrumbs-meta li .postedby {
  display: flex;
  align-items: center;
}
.rs-breadcrumbs .breadcrumbs-meta li .postedby .avatar {
  margin-right: 15px;
  border-radius: 50%;
}
.rs-breadcrumbs .breadcrumbs-meta li .postedby .info {
  color: #fff;
}
.rs-breadcrumbs .breadcrumbs-meta li .postedby .info .name {
  margin: 0;
  color: #fff;
}
.rs-breadcrumbs .breadcrumbs-meta li .postedby .info .designation {
  font-weight: 300;
}
.rs-breadcrumbs .breadcrumbs-meta li .single-posts-meta li {
  padding-right: 0;
}
.rs-breadcrumbs .breadcrumbs-meta li .fi.fi-rr-book {
  position: relative;
  top: 2px;
  margin-right: 1px;
  color: #3E3E3E !important;
}
.rs-breadcrumbs .breadcrumbs-meta li .title {
  color: #3E3E3E;
  margin: 0;
}
.rs-breadcrumbs .breadcrumbs-meta li a {
  font-weight: 300;
  color: #fff;
}
.rs-breadcrumbs .breadcrumbs-meta li a:hover {
  color: #fff;
}
.rs-breadcrumbs .breadcrumbs-meta li span {
  font-weight: 400;
  color: #fff;
  font-size: 14px;
}
.rs-breadcrumbs .breadcrumbs-meta li span i {
  margin-right: 2px;
  position: relative;
  top: 1px;
  color: #1F1F1F !important;
}
.rs-breadcrumbs .breadcrumbs-meta li span svg {
  width: 18px;
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.rs-breadcrumbs .breadcrumbs-meta li span svg.feather-calendar {
  width: 17px;
}
.rs-breadcrumbs .breadcrumbs-meta li span svg.feather-message-square {
  top: 0px;
}
.rs-breadcrumbs .breadcrumbs-meta li:last-child {
  margin: 0;
}
.rs-breadcrumbs .breadcrumbs-meta li svg.feather-file {
  width: 18px;
  position: relative;
  top: -1px;
  margin-right: 5px;
}

.mc4wp-form-fields input[type=email]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999;
}
.mc4wp-form-fields input[type=email]::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
}
.mc4wp-form-fields input[type=email]:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
}
.mc4wp-form-fields input[type=email]:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
}

.entry-content .page-links {
  padding-top: 30px;
}

.comment-reply-title {
  font-size: 24px;
  font-weight: 700;
  margin-top: 14px;
}

.page .comments-title {
  font-size: 24px;
  font-weight: 700;
}

.single-post .bs-sidebar h2 {
  margin-top: 0;
}

.home5__brl__0 .elementor-accordion-item {
  border-left: 0 !important;
  border-right: 0 !important;
  margin: 22px 0;
  background: #fff;
}
.home5__brl__0 .elementor-accordion-item .elementor-tab-title.elementor-active {
  background: #4caf50 !important;
}

.rs-innner-offcanvas-contents .widget_text {
  font-size: 15px;
  line-height: 1.8;
}

.recent-widget .show-featured .post-img img {
  border-radius: 1px;
}

.format-aside .single-content-full .bs-desc {
  margin-top: 0;
}

.close5 {
  background: #28406d;
  color: #fff;
  border-radius: 50%;
}

.home1-contact input.wpcf7-text, .home1-contact select, .home1-contact textarea {
  background: #1F1F1F;
  border: none;
  color: #fff;
  width: 100%;
  margin-bottom: 30px;
  outline: none;
}
.home1-contact input[type=submit] {
  background: #1F1F1F;
  width: 100%;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: -7px;
  border-radius: 0;
}
.home1-contact input.wpcf7-text {
  height: 55px;
}
.home1-contact textarea {
  height: 170px;
}
.home1-contact input[type=text]::-webkit-input-placeholder, .home1-contact textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1;
}
.home1-contact input[type=email]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1;
}
.home1-contact input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
.home1-contact textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
.home1-contact input[type=email]::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
.home1-contact input[type=text]:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 1;
}
.home1-contact textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 1;
}
.home1-contact input[type=email]:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 1;
}
.home1-contact input[type=text]:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
}
.home1-contact textarea:-moz-placeholder, .home1-contact input[type=email]:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
}

.dark-contact input.wpcf7-text, .dark-contact select, .dark-contact textarea {
  background: transparent;
  border: none;
  border-bottom: 2px solid #999;
  color: #fff;
  width: 100%;
  margin-bottom: 30px;
  outline: none;
  padding-left: 0;
}
.dark-contact input[type=submit] {
  background: #1F1F1F;
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 0;
  border-color: #1F1F1F;
  padding: 12px 30px;
}
.dark-contact input[type=submit]:hover {
  border-color: #1F1F1F;
  background: transparent;
  color: #fff;
}
.dark-contact input.wpcf7-text {
  height: 55px;
}
.dark-contact textarea {
  height: 120px;
}
.dark-contact input[type=text]::-webkit-input-placeholder, .dark-contact textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1;
}
.dark-contact input[type=email]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1;
}
.dark-contact input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
.dark-contact textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
.dark-contact input[type=email]::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
.dark-contact input[type=text]:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 1;
}
.dark-contact textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 1;
}
.dark-contact input[type=email]:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 1;
}
.dark-contact input[type=text]:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
}
.dark-contact textarea:-moz-placeholder, .dark-contact input[type=email]:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
}

.footer-top-contact .rs-contact {
  color: #fff;
}
.footer-top-contact .rs-contact .contact-address .address-text h3 {
  color: #fff;
  font-weight: 500;
}
.footer-top-contact .rs-contact .contact-address .address-text a {
  color: #fff;
}
.footer-top-contact .rs-contact .contact-address .address-text a:hover {
  color: #EA5501;
}

.rs-portfolio-style7 .showcase-item img {
  -webkit-animation: scale-up-center 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-up-center 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
.subscribe-form p {
  text-align: center;
  margin: 0 auto;
}
.subscribe-form .mc4wp-form-fields {
  margin: 0 auto;
}
.subscribe-form input {
  display: inline-block;
  height: 70px;
  line-height: 70px;
  padding: 0 30px;
}
.subscribe-form input[type=email] {
  width: 70%;
  border-radius: 30px 0 0 30px;
}
.subscribe-form input[type=submit] {
  border-radius: 0 30px 30px 0;
  position: relative;
}
.subscribe-form .signup-post {
  display: none;
}

.request-a-services .Services {
  position: relative;
  width: 100%;
  display: block;
}
.request-a-services .Services select {
  display: none;
  /*hide original SELECT element:*/
}
.request-a-services .select-selected {
  background-color: #fff;
}
.request-a-services .select-items div {
  color: #7A7A7A;
  padding: 10px 20px;
  border: 1px solid #f1f1f1;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 50px;
  transition: 0.3s;
}
.request-a-services .select-selected {
  color: #7A7A7A;
  padding: 10px 20px;
  border: 1px solid #f1f1f1;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 50px;
  transition: 0.3s;
  padding: 16px 20px 16px 20px;
}
.request-a-services .select-items {
  position: absolute;
  background-color: transparent;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
.request-a-services .select-items div {
  background: #fff;
  border-radius: 0;
}
.request-a-services .select-hide {
  display: none;
}
.request-a-services .select-items div:hover, .request-a-services .same-as-selected {
  background-color: #f1f1f1;
}

/*----------------------------------------------
	Preloader
----------------------------------------------*/
#pre-load {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  top: 0px;
  z-index: 999999;
}

.loader .loader-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border: 3px solid #ebebec;
  border-radius: 50%;
}
.loader .loader-container:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-top: 3px solid #1F1F1F;
  border-radius: 50%;
  animation: loaderspin 1.8s infinite ease-in-out;
  -webkit-animation: loaderspin 1.8s infinite ease-in-out;
}

.rs-slider-scrolldown {
  transform: rotate(90deg);
}
.rs-slider-scrolldown a {
  color: #fff;
  transition: 0.4s;
}
.rs-slider-scrolldown a:hover {
  color: #19082D;
}

.loader .loader-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  text-align: center;
}
.loader .loader-icon img {
  -webkit-animation: loaderpulse alternate 900ms infinite;
  animation: loaderpulse alternate 900ms infinite;
  width: 40px;
}

@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.slider-v-btn .rs-video.style2 .rs-icon-inners .animate-border .popup-border {
  background: #fff;
  text-align: center !important;
  line-height: 65px !important;
  width: 65px !important;
  height: 65px !important;
}
.slider-v-btn .rs-video.style2 .rs-icon-inners .animate-border .popup-border i {
  color: #fd4a36;
}
.slider-v-btn .rs-video.style2 .rs-icon-inners .animate-border .popup-border:after, .slider-v-btn .rs-video.style2 .rs-icon-inners .animate-border .popup-border:before {
  border-color: #fff;
}

/*-------------------------
	33.Preloader CSS
---------------------------*/
#braintech-load {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0px;
  top: 0px;
  z-index: 999999;
}
#braintech-load img {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 15px;
  transform: translate(-50%, -50%);
}

.loader-braintech {
  position: absolute;
  width: 75px;
  height: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.spinner {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  background-color: #1F1F1F;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.spinner_inner-image {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
  transform: translate(-50%, -50%);
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1.1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1.1);
    opacity: 0;
  }
}
.industrieicon-cross.closes:before {
  color: #ffffff;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}

.sidenav .widget_nav_menu ul li.mega {
  position: relative !important;
}

.max1000 .slick-list {
  max-width: 1000px !important;
  margin: 0 auto !important;
}

.artificial-price-plan .rs-pricing-table-features-list li i {
  background: transparent;
}

@-webkit-keyframes braintech-loader-anim {
  0% {
    opacity: 1;
    transform: scale(0.1);
  }
  70% {
    opacity: 0.5;
    transform: scale(1);
  }
  95% {
    opacity: 0;
  }
}
@keyframes braintech-loader-anim {
  0% {
    opacity: 1;
    transform: scale(0.1);
  }
  70% {
    opacity: 0.5;
    transform: scale(1);
  }
  95% {
    opacity: 0;
  }
}
@-webkit-keyframes anim {
  from {
    left: -100%;
  }
  to {
    left: 100%;
  }
}
@keyframes anim {
  from {
    left: -100%;
  }
  to {
    left: 100%;
  }
}
.zin-1 .rs-animation-shape-image .middle-image {
  z-index: -1 !important;
}

.rs-cenermore .testimonial-item {
  transition: 0.4s;
}
.rs-cenermore .testimonial-item:not(.slick-center) {
  opacity: 0.7;
}

.rs-logo-grid.style2tws .cols .logo-title {
  position: relative;
}
.rs-logo-grid.style2tws .cols .logo-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 40px;
  width: 1px;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.1294117647);
  transition: all 0.25s ease;
}
.rs-logo-grid.style2tws .cols .logo-title:after {
  content: "";
  position: absolute;
  top: 40px;
  left: 50.3%;
  height: 12px;
  border-radius: 50%;
  width: 12px;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.1294117647);
  transition: all 0.25s ease;
}

.rs-gradient-yes .rs-counter-list .count-number span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #1F1F1F 10%, #EA5501 100%);
}

.rs-counter-list .count-text span.rs-counter {
  position: relative;
  z-index: 2;
}
.rs-counter-list .count-text span.rs-counter:after {
  content: "";
  height: 8px;
  position: absolute;
  bottom: 12px;
  right: 0;
  left: 0px;
  transition: all 0.3s ease;
  z-index: -1;
}

.rsaddon-unique-slider .rs-addon-slider .slick-list .rs-grid-figure .logo-img {
  text-align: center;
}

.breadcrumbs-inner span {
  margin-left: 4px;
  margin-right: 4px;
}
.breadcrumbs-inner .page-title {
  position: relative;
  z-index: 2;
}

.cd-title {
  position: relative;
  height: 160px;
  text-align: center;
}

.cd-intro {
  width: 90%;
  max-width: 768px;
  text-align: center;
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: 10px;
}
.cd-words-wrapper p {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.cd-words-wrapper p.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper p {
  opacity: 0;
}
.no-js .cd-words-wrapper p.is-visible {
  opacity: 1;
}

.plumber-contact-form textarea {
  margin-bottom: 8px !important;
}
.plumber-contact-form .wpcf7-submit {
  top: 12px;
}
.plumber-contact-form input[type=submit]:hover {
  opacity: 1;
}

.blog-btn i, .rs-btn .rs_button i {
  transition: all 0.4s;
}

.blog-btn i:before, .rs-btn .rs_button i:before {
  font-size: 17px;
  margin: 0;
  position: relative;
  top: 3px;
}

.bs-sidebar .widget_search button:hover, .bs-sidebar .bs-search button:hover {
  color: #515261;
}

.rs__about .elementor-accordion-item, .rs__accor .elementor-accordion-item {
  box-shadow: 0px 0px 50px 0 rgba(0, 0, 1, 0.05);
  margin-bottom: 25px;
  border-radius: 30px;
  background: #fff;
}

.rs__about .elementor-accordion-item .elementor-tab-title, .rs__about .elementor-accordion-item .elementor-tab-content {
  background: none !important;
}

.rs__accor .elementor-accordion-item .elementor-tab-title, .rs__accor .elementor-accordion-item .elementor-tab-content {
  background: none !important;
}

.rs__about .elementor-accordion-item {
  margin-bottom: 15px;
  border-radius: 0px;
}

.rs__accor .elementor-accordion-icon {
  margin-top: 10px;
}

/* --------------------------------

xrotate-1

-------------------------------- */
.cd-headline.rotate-1 .cd-words-wrapper {
  perspective: 300px;
}
.cd-headline.rotate-1 p {
  opacity: 0;
  transform-origin: 50% 100%;
  transform: rotateX(180deg);
}
.cd-headline.rotate-1 p.is-visible {
  opacity: 1;
  transform: rotateX(0deg);
  -webkit-animation: cd-rotate-1-in 1.2s;
  animation: cd-rotate-1-in 1.2s;
}
.cd-headline.rotate-1 p.is-hidden {
  transform: rotateX(180deg);
  -webkit-animation: cd-rotate-1-out 1.2s;
  animation: cd-rotate-1-out 1.2s;
}
.cd-headline.type .cd-words-wrapper {
  overflow: hidden;
}
.cd-headline.type .cd-words-wrapper::after {
  /* vertical bar */
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  height: 80%;
  width: 1px;
  background-color: #aebcb9;
}

@-webkit-keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    opacity: 1;
  }
}
@keyframes cd-rotate-1-in {
  0% {
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    transform: rotateX(360deg);
    opacity: 1;
  }
}
@-webkit-keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
}
@keyframes cd-rotate-1-out {
  0% {
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    transform: rotateX(180deg);
    opacity: 0;
  }
}
/* --------------------------------

xtype

-------------------------------- */
.nicescroll-rails {
  z-index: 999 !important;
}

.cd-headline.type .cd-words-wrapper.waiting::after {
  -webkit-animation: cd-pulse 1s infinite;
  animation: cd-pulse 1s infinite;
}
.cd-headline.type .cd-words-wrapper.selected {
  background-color: #aebcb9;
}
.cd-headline.type .cd-words-wrapper.selected::after {
  visibility: hidden;
}
.cd-headline.type .cd-words-wrapper.selected p {
  color: #0d0d0d;
}
.cd-headline.type p {
  visibility: hidden;
}
.cd-headline.type p.is-visible {
  visibility: visible;
}
.cd-headline.type i {
  position: absolute;
  visibility: hidden;
}
.cd-headline.type i.in {
  position: relative;
  visibility: visible;
}
.cd-headline.rotate-2 .cd-words-wrapper {
  perspective: 300px;
}
.cd-headline.rotate-2 i, .cd-headline.rotate-2 em {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-headline.rotate-2 b {
  opacity: 0;
}
.cd-headline.rotate-2 i {
  transform-style: preserve-3d;
  transform: translateZ(-20px) rotateX(90deg);
  opacity: 0;
}

@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@keyframes cd-pulse {
  0% {
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
/* --------------------------------

xrotate-2

-------------------------------- */
.is-visible .cd-headline.rotate-2 i {
  opacity: 1;
}

.cd-headline.rotate-2 i.in {
  -webkit-animation: cd-rotate-2-in 0.4s forwards;
  animation: cd-rotate-2-in 0.4s forwards;
}
.cd-headline.rotate-2 i.out {
  -webkit-animation: cd-rotate-2-out 0.4s forwards;
  animation: cd-rotate-2-out 0.4s forwards;
}
.cd-headline.rotate-2 em {
  transform: translateZ(20px);
}

.no-csstransitions .cd-headline.rotate-2 i {
  transform: rotateX(0deg);
  opacity: 0;
}
.no-csstransitions .cd-headline.rotate-2 i em {
  transform: scale(1);
}

.has-blue-background-color {
  background-color: #20599e !important;
}

.no-csstransitions .cd-headline.rotate-2 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
  }
}
@keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    transform: translateZ(-20px) rotateX(0deg);
  }
}
@-webkit-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
  }
}
@keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    transform: translateZ(-20px) rotateX(-90deg);
  }
}
/* --------------------------------

xloading-bar

-------------------------------- */
.cd-headline.loading-bar span {
  display: inline-block;
  padding: 0.2em 0;
}
.cd-headline.loading-bar .cd-words-wrapper::after {
  /* loading bar */
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #0096a7;
  z-index: 2;
  transition: width 0.3s -0.1s;
}
.cd-headline.loading-bar .cd-words-wrapper.is-loading::after {
  width: 100%;
  transition: width 3s;
}
.cd-headline.loading-bar p {
  top: 0.2em;
  opacity: 0;
  transition: opacity 0.3s;
}
.cd-headline.loading-bar p.is-visible {
  opacity: 1;
  top: 0;
}
.cd-headline.slide span {
  display: inline-block;
  padding: 0.2em 0;
}
.cd-headline.slide .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.slide p {
  opacity: 0;
  top: 0.2em;
}
.cd-headline.slide p.is-visible {
  top: 0;
  opacity: 1;
  -webkit-animation: slide-in 0.6s;
  animation: slide-in 0.6s;
}
.cd-headline.slide p.is-hidden {
  -webkit-animation: slide-out 0.6s;
  animation: slide-out 0.6s;
}
.cd-headline.clip span {
  display: inline-block;
  padding: 0.2em 0;
}
.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #aebcb9;
}
.cd-headline.clip p {
  opacity: 0;
  margin-bottom: 0;
}
.cd-headline.clip p.is-visible {
  opacity: 1;
}
.cd-headline.zoom .cd-words-wrapper {
  perspective: 300px;
}
.cd-headline.zoom p {
  opacity: 0;
}
.cd-headline.zoom p.is-visible {
  opacity: 1;
  -webkit-animation: zoom-in 0.8s;
  animation: zoom-in 0.8s;
}
.cd-headline.zoom p.is-hidden {
  -webkit-animation: zoom-out 0.8s;
  animation: zoom-out 0.8s;
}

.rs--goole__map {
  margin-top: 40px;
}

/* --------------------------------

xslide

-------------------------------- */
/* --------------------------------

service area sidebar css

-------------------------------- */
.service_single_wrap .widget_nav_menu .widget-title {
  margin-bottom: 37px !important;
}

.service_single_wrap .widget_nav_menu ul li:first-child {
  padding-top: 12px;
  margin-top: 12px;
}

.service_single_wrap .widget_nav_menu ul li {
  background: #fafafa;
  border: none;
  padding: 12px 20px;
  margin-top: 12px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.service_single_wrap .widget_nav_menu ul li:hover {
  background: #337ccf;
}

.service_single_wrap .widget_nav_menu ul li a {
  position: relative;
  display: block;
}

.service_single_wrap .widget_nav_menu ul li:hover a {
  color: #fff;
}

.service_single_wrap .widget_nav_menu ul li a:after {
  position: absolute;
  content: "";
  opacity: 1 !important;
  visibility: visible;
  height: 2px;
  width: 7px;
  right: 6px;
  top: 50% !important;
  transform: translateY(-50%) !important;
  background: #606060;
  transition: unset !important;
}

.service_single_wrap .widget_nav_menu ul li a:before {
  position: absolute;
  content: "";
  font-family: unset !important;
  right: 0px;
  left: unset;
  opacity: 1 !important;
  visibility: visible;
  font-size: 18px;
  transition: unset !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  border-left: 6px solid #606060;
  border-bottom: 6px solid transparent;
  border-right: 0 solid transparent;
  border-top: 6px solid transparent;
}

.service_single_wrap .widget_nav_menu ul li:hover a:after {
  background: #fff;
}

.service_single_wrap .widget_nav_menu ul li:hover a::before {
  border-left-color: #fff;
}

.service-cta-box .service-cta-content > h3 {
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700 !important;
  position: relative;
  z-index: 1;
  padding: 20px 20px;
  text-align: center;
  background: #337ccf;
  border-radius: 4px 4px 0 0;
  margin: 0 !important;
}

.rs-single-service-area .widget_custom_html {
  padding: 0;
  background: transparent;
}

.service-cta-box .service-cta-content .cta-content {
  background: #fff;
  padding: 30px;
  border-radius: 0 0 4px 4px;
}

.service-cta-box .service-cta-content .cta-content p {
  font-size: 16px;
}

.service-cta-content .cta-content .cta-contact-box {
  display: flex;
  align-items: center;
}

.service-cta-content .cta-content .cta-contact-box .icon {
  width: 40px;
  margin-right: 15px;
}

.service-cta-content .cta-content .cta-contact-box .content {
  display: flex;
  flex-direction: column;
}

.service-cta-content .cta-content .cta-contact-box .content span {
  font-size: 15px;
  font-weight: 500;
  color: #7A7A7A;
}

.service-cta-content .cta-content .cta-contact-box .content a {
  font-size: 20px;
  font-weight: 600;
  color: #071230;
}

/* --------------------------------

service area sidebar css

-------------------------------- */
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
}
@keyframes slide-out {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    transform: translateY(100%);
  }
}
/* --------------------------------

xclip

-------------------------------- */
/* --------------------------------

xzoom

-------------------------------- */
@-webkit-keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
}
@keyframes zoom-in {
  0% {
    opacity: 0;
    transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
@-webkit-keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
  }
}
@keyframes zoom-out {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  100% {
    opacity: 0;
    transform: translateZ(-100px);
  }
}
/* --------------------------------

xrotate-3

-------------------------------- */
.cd-headline.rotate-3 .cd-words-wrapper {
  perspective: 300px;
}
.cd-headline.rotate-3 p {
  opacity: 0;
}
.cd-headline.rotate-3 i {
  display: inline-block;
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.is-visible .cd-headline.rotate-3 i {
  transform: rotateY(0deg);
}

.cd-headline.rotate-3 i.in {
  -webkit-animation: cd-rotate-3-in 0.6s forwards;
  animation: cd-rotate-3-in 0.6s forwards;
}
.cd-headline.rotate-3 i.out {
  -webkit-animation: cd-rotate-3-out 0.6s forwards;
  animation: cd-rotate-3-out 0.6s forwards;
}

.no-csstransitions .cd-headline.rotate-3 i {
  transform: rotateY(0deg);
  opacity: 0;
}
.no-csstransitions .cd-headline.rotate-3 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
  }
}
@keyframes cd-rotate-3-in {
  0% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
  }
}
@keyframes cd-rotate-3-out {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(-180deg);
  }
}
/* --------------------------------

xscale

-------------------------------- */
.cd-headline.scale p {
  opacity: 0;
}
.cd-headline.scale i {
  display: inline-block;
  opacity: 0;
  transform: scale(0);
}

.is-visible .cd-headline.scale i {
  opacity: 1;
}

.cd-headline.scale i.in {
  -webkit-animation: scale-up 0.6s forwards;
  animation: scale-up 0.6s forwards;
}
.cd-headline.scale i.out {
  -webkit-animation: scale-down 0.6s forwards;
  animation: scale-down 0.6s forwards;
}

.no-csstransitions .cd-headline.scale i {
  transform: scale(1);
  opacity: 0;
}
.no-csstransitions .cd-headline.scale .is-visible i {
  opacity: 1;
}

@-webkit-keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-up {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  60% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
}
@keyframes scale-down {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  60% {
    transform: scale(0);
    opacity: 0;
  }
}
/* --------------------------------

xpush

-------------------------------- */
.cd-headline.push p {
  opacity: 0;
}
.cd-headline.push p.is-visible {
  opacity: 1;
  -webkit-animation: push-in 0.6s;
  animation: push-in 0.6s;
}
.cd-headline.push p.is-hidden {
  -webkit-animation: push-out 0.6s;
  animation: push-out 0.6s;
}

@-webkit-keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes push-in {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
}
@keyframes push-out {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    transform: translateX(110%);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}
.clip-path--faq {
  clip-path: polygon(0 0, 50% 30%, 100% 0, 100% 100%, 0 100%);
}

.services-animate-part .rs-iconbox-area .icon-area img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.services-animate-part .rs-iconbox-area:hover .icon-area img {
  animation: foldAnimation linear 0.3s;
}

@media (min-width: 768px) and (max-width: 991px) {
  .industrie--search--form .rs_stickys_form.search-form {
    top: 210% !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .industrie--search--form-plumbing .rs_stickys_form.search-form {
    top: 188% !important;
  }
}
@media (min-width: 1367px) and (max-width: 1724px) {
  #car-phone-contact .rs-contact-box {
    margin-bottom: 35px;
  }
}
/*=====Portfolio Single Sidebar====*/
.rs-portfolio-single-sidebar {
  padding-left: 50px;
}
.rs-portfolio-single-sidebar .widget_nav_menu {
  padding: 30px 40px;
  border-radius: 2px;
  background: #F9F9F9;
}
.rs-portfolio-single-sidebar .widget_nav_menu .widget-title {
  color: #000;
  font-size: 28px;
  font-style: normal;
  line-height: 32px; /* 150% */
}
.rs-portfolio-single-sidebar .widget_nav_menu ul {
  margin: 0px;
  list-style: none;
}
.rs-portfolio-single-sidebar .widget_nav_menu ul li {
  min-width: 100%;
  margin-bottom: 12px;
  position: relative;
}
.rs-portfolio-single-sidebar .widget_nav_menu ul li a {
  display: block;
  color: #606060;
  padding: 14px 20px 14px 25px;
  font-size: 16px;
  font-weight: 600;
  line-height: 29px;
  background-color: #FFFFFF;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.rs-portfolio-single-sidebar .widget_nav_menu ul li a::before {
  display: block;
  position: absolute;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  content: "\ea6c";
  font-family: remixicon !important;
  right: 25px;
  left: auto;
  opacity: 1 !important;
  visibility: visible;
  font-size: 18px;
}
.rs-portfolio-single-sidebar .widget_nav_menu ul li a:hover {
  color: #C3002F;
}
.rs-portfolio-single-sidebar .widget_nav_menu ul li a:hover::before {
  transform: translateX(3px) !important;
}

.rs-portfolio-widget-inner {
  padding: 265px 30px 30px 30px;
  position: relative;
}
.rs-portfolio-widget-inner .watermark {
  content: "";
  position: absolute;
  right: 30px;
  top: 30px;
  padding: 11px 10px 11px 10px;
  transform: rotate(180deg);
  background-color: #FFFFFF;
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  color: #606060;
  margin: 0px 0px 0px 0px !important;
  writing-mode: vertical-rl;
}

.rs-portfolio-call-to-action {
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  margin-top: 20px;
  margin-bottom: 0px;
  border-radius: 2px;
}
.rs-portfolio-call-to-action::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  border-radius: 2px;
  background: linear-gradient(180deg, rgba(10, 14, 46, 0) 42.65%, rgba(9, 19, 45, 0.85) 84.23%);
}
.rs-portfolio-call-to-action .title-inner .title {
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
  margin: 0px 0px 25px 0px !important;
}
.rs-portfolio-call-to-action .address-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  line-height: 58px !important;
  margin: 0px 0px 0px 0px;
  border: 2px solid rgba(235, 238, 240, 0.4784313725);
  border-radius: 50%;
}
.rs-portfolio-call-to-action .description p {
  color: #FFFFFF;
}
.rs-portfolio-call-to-action .call-action-info {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 600;
}
.rs-portfolio-call-to-action .call-action-info:hover .address-icon {
  background-color: #091D2D;
}
.rs-portfolio-call-to-action .call-action-info:hover .address-icon i {
  animation: vibrate 0.4s infinite;
}
.rs-portfolio-call-to-action .call-action-info .phone a {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  position: relative;
}
.rs-portfolio-call-to-action .call-action-info .phone a::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 0;
  height: 2px;
  bottom: -2px;
  left: auto;
  right: 0;
  transition: width 0.3s;
}
.rs-portfolio-call-to-action .call-action-info .phone a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.rs-portfolio-call-to-action .call-action-info .phone p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9490196078);
}
.rs-portfolio-call-to-action .call-action-info .address-icon i {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
}