@charset "utf-8";
/**
*
* -----------------------------------------------------------------------------
*
* Template : Todaz - News & Megazine WordPress Theme
* Author : rs-theme
* Author URI : http://www.rstheme.com/
*
* -----------------------------------------------------------------------------
*
**/
/* Table Of Content
---------------------------------------------------------
01. General CSS
02. Global Class
03. Header Section 
04. Sticky Menu
05. Slider Section
06. About Us
07. Services
08. Calltoaction
09. Portfolio
10. Pricing Tables
11. Team Member
12. Newsletter
13. Testimonial
15. Contact Us
16. Footer
17. Scroll Up
18. Video
19. Counter up
20. Breadcrumbs
21. Portfolio Details
25. Home Banner
26. Preloader
27. FAQ
--------------------------------------------------------*/
/* Blog Design */
.rs-blog-grid .pagination-area,
.rs-team .pagination-area {
  padding-bottom: 30px;
}
.rs-blog-grid .pagination-area {
  padding-bottom: 84px;
}
.rs-autoload-content {
  display: none;
}
.single-post .wp-block-latest-posts {
  margin: 0;
  padding: 0;
  list-style: unset;
  font-size: 24px;
  margin-left: 24px;
  color: #111111;
}
.single-post .wp-block-latest-posts li + li {
  padding-top: 5px;
}
.single-post .wp-block-latest-posts a {
  display: block;
  color: #111111;
  font-size: 18px;
}
.single-post .wp-block-latest-posts a:hover {
  color: #fa4001;
}
.nicescroll-rails {
  opacity: 1 !important;
  background: #fff;
  border-radius: 15px;
  width: 10px !important;
}
.rs-autoload-button {
  text-align: center;
  margin-top: 30px;
  position: relative;
}
.rs-autoload-button #rs_loadMore {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  background: #061340;
  background-image: linear-gradient(220deg, #a541ff 20%, #3fbbfe 100%);
  padding: 16px 150px;
  z-index: 1;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
.rs-autoload-button #rs_loadMore i {
  margin-left: 10px;
  display: none;
}
.rs-autoload-button #rs_loadMore.load_time i {
  display: inline-block;
}
.rs-autoload-button #rs_loadMore:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(-220deg, #3fbbfe 20%, #a541ff 100%);
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.rs-autoload-button #rs_loadMore:hover:before {
  opacity: 1;
  visibility: visible;
}
.rs-autoload-button #rs_loadMore span {
  position: relative;
  z-index: 9;
}
.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: #111111;
}
.rs-blog .blog-meta .blog-title a:hover {
  color: #fa4001;
}
.rs-blog .full-blog-content {
  padding: 0px 0 0 0;
}
.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;
}
.single h1,
.single h2,
.single h3,
.single h4,
.single h5,
.single h6 {
  clear: none;
}
.full-blog-content {
  padding: 20px 30px 25px;
}
.full-blog-content .blog-meta {
  text-transform: initial;
}
.full-blog-content .blog-title {
  margin: 0 0 10px;
  line-height: 30px;
  font-size: 26px;
}
.full-blog-content .blog-title a {
  color: #111111;
}
.full-blog-content .blog-title a:hover {
  color: #fa4001;
}
.full-blog-content .post-view {
  display: inline-block;
  margin-right: 10px;
  font-size: 13px;
  color: #999999;
}
.full-blog-content .post-view i {
  margin-right: 5px;
}
.full-blog-content .post-view i:before {
  font-size: 14px;
  font-weight: 600;
}
.full-blog-content .post-comment {
  display: inline-block;
  margin-right: 10px;
  font-size: 13px;
  color: #999999;
}
.full-blog-content .post-comment i {
  margin-right: 5px;
}
.full-blog-content .post-comment i:before {
  font-size: 14px;
  font-weight: 600;
}
.full-blog-content .blog-button {
  float: left;
}
.full-blog-content .blog-button.left-btn {
  float: none;
  display: block;
}
.full-blog-content .view-comments {
  float: right;
}
.full-blog-content .btm-cate li {
  margin-right: 25px;
}
.full-blog-content .btm-cate li i:before {
  font-size: 14px;
}
.full-blog-content .btm-cate .tag-line i {
  margin-right: 4px;
}
.full-blog-content .blog-date {
  padding: 0;
  margin-right: 0;
  line-height: normal;
  padding: 1px;
  font-weight: 500;
  color: #8c8888;
}
.full-blog-content .blog-date i:before {
  font-size: 14px;
}
.full-blog-content .author {
  display: inline-block;
  padding: 0;
  margin-right: 0;
  line-height: normal;
  font-weight: 500;
  font-size: 14px;
  color: #8c8888;
}
.full-blog-content .author i {
  margin-right: 4px;
}
.home-blog .rs-blog .blog-item {
  margin-bottom: 15px;
}
.rs-blog-grid .bottom-shadow1 {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  padding: 30px;
}
.blog .rs-blog .blog-item,
.archive .rs-blog .blog-item {
  margin-bottom: 50px;
  background: #fff;
  border-radius: 0px;
  transition: 0.3s;
}
.blog .rs-blog .blog-item .full-blog-content,
.archive .rs-blog .blog-item .full-blog-content {
  overflow: hidden;
}
.blog .rs-blog .blog-item .full-blog-content .btm-cate,
.archive .rs-blog .blog-item .full-blog-content .btm-cate {
  margin: 0;
}
.blog .rs-blog .blog-item .full-blog-content .title-wrap .blog-title,
.archive .rs-blog .blog-item .full-blog-content .title-wrap .blog-title {
  font-size: 30px;
  line-height: 1.35;
  margin-bottom: 12px;
  display: block;
}
.blog .rs-blog .blog-item .full-blog-content .title-wrap .blog-title a,
.archive .rs-blog .blog-item .full-blog-content .title-wrap .blog-title a {
  background-image: linear-gradient(to bottom, #fa4001 0%, #fa4001 100%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 100%;
  transition: all 0.7s;
  display: inline;
}
.blog .rs-blog .blog-item .full-blog-content .title-wrap .blog-title a:hover,
.archive .rs-blog .blog-item .full-blog-content .title-wrap .blog-title a:hover {
  background-size: 100% 1px;
}
.blog .rs-blog .blog-item .full-blog-content .post-categories,
.archive .rs-blog .blog-item .full-blog-content .post-categories {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 15px;
}
.blog .rs-blog .blog-item .full-blog-content .post-categories li,
.archive .rs-blog .blog-item .full-blog-content .post-categories li {
  display: inline-block;
}
.blog .rs-blog .blog-item .full-blog-content .post-categories li a,
.archive .rs-blog .blog-item .full-blog-content .post-categories li a {
  display: block;
  background: #fa4001;
  color: #fff;
  padding: 4px 15px 4px;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.blog .rs-blog .blog-item .blog-img,
.archive .rs-blog .blog-item .blog-img {
  position: relative;
  border-radius: 0px;
  z-index: 0;
}
.blog .rs-blog .blog-item .blog-img img,
.archive .rs-blog .blog-item .blog-img img {
  border-radius: 0px;
}
.blog .rs-blog .blog-item .blog-img .blog-img-content,
.archive .rs-blog .blog-item .blog-img .blog-img-content {
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  text-align: center;
  z-index: 10;
  padding: 0px;
  opacity: 1;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.blog .rs-blog .blog-item .blog-img .blog-img-content .blog-link,
.archive .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 .3s ease 0s;
  display: none;
}
.blog .rs-blog .blog-item .blog-img .blog-img-content .blog-link:hover,
.archive .rs-blog .blog-item .blog-img .blog-img-content .blog-link:hover {
  opacity: 0.75;
}
.blog .rs-blog .blog-item .blog-img .blog-img-content .blog-title,
.archive .rs-blog .blog-item .blog-img .blog-img-content .blog-title {
  font-weight: normal;
  margin-top: 15px;
  color: #fa4001;
  margin-bottom: 0;
}
.blog .rs-blog .blog-item .blog-img .blog-img-content .blog-title a,
.archive .rs-blog .blog-item .blog-img .blog-img-content .blog-title a {
  color: #fa4001;
}
.blog .rs-blog .blog-item .blog-img .blog-img-content .blog-title a:hover,
.archive .rs-blog .blog-item .blog-img .blog-img-content .blog-title a:hover {
  color: #fa4001;
}
.blog .rs-blog .blog-item .blog-img .blog-img-content:hover .blog-img-content,
.archive .rs-blog .blog-item .blog-img .blog-img-content:hover .blog-img-content {
  top: 0;
}
.blog .rs-blog .blog-item .blog-img .tag-line,
.archive .rs-blog .blog-item .blog-img .tag-line {
  position: absolute;
  z-index: 11;
  right: 20px;
  bottom: 20px;
}
.blog .rs-blog .blog-item .blog-img .tag-line .post-categories,
.archive .rs-blog .blog-item .blog-img .tag-line .post-categories {
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.blog .rs-blog .blog-item .blog-img .tag-line .post-categories li,
.archive .rs-blog .blog-item .blog-img .tag-line .post-categories li {
  margin-left: 5px;
  margin-top: 5px;
}
.blog .rs-blog .blog-item .blog-img .tag-line .post-categories li a,
.archive .rs-blog .blog-item .blog-img .tag-line .post-categories li a {
  background: #fa4001;
  color: #ffffff;
  padding: 6px 20px;
  display: block;
  font-weight: 500;
  border-radius: 0px;
  font-size: 14px;
  transition: 0.4s;
}
.blog .rs-blog .blog-item .blog-img .tag-line .post-categories li a:hover,
.archive .rs-blog .blog-item .blog-img .tag-line .post-categories li a:hover {
  background: #061340;
}
.blog .rs-blog .blog-img .categories,
.archive .rs-blog .blog-img .categories,
.blog .blog .blog-img .categories,
.archive .blog .blog-img .categories {
  left: 46px;
  bottom: 46px;
}
body.search-no-results .bs-search input {
  padding: 17px 18px;
}
.rs-blog .post_slider_inner .blog-item.transparent {
  margin-bottom: 0;
  position: relative;
}
.rs-blog .post_slider_inner .blog-item.transparent .blog-img {
  margin-bottom: 0;
}
.rs-blog .post_slider_inner .blog-item.transparent .full-blog-content {
  margin-bottom: 0;
  position: absolute;
  left: 35px;
  bottom: 12px;
  right: 35px;
  z-index: 1;
  background: transparent;
  color: #ffffff;
  max-width: 480px;
}
.rs-blog .post_slider_inner .blog-item.transparent .full-blog-content .blog-date,
.rs-blog .post_slider_inner .blog-item.transparent .full-blog-content .author,
.rs-blog .post_slider_inner .blog-item.transparent .full-blog-content .title-wrap .blog-title a {
  color: #fff;
}
.rs-blog .post_slider_inner .blog-item.transparent .full-blog-content .title-wrap .blog-title a {
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
}
.rs-blog .post_slider_inner .blog-item.transparent .full-blog-content .title-wrap .blog-title a:hover {
  color: #fff;
}
.rs-blog .post_slider_inner .slick-prev,
.rs-blog .post_slider_inner .slick-next {
  z-index: 2;
  width: 38px;
  height: 38px;
  border-radius: 30px;
  transition: all .5s ease;
  background: #111111;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  right: 76px;
}
.rs-blog .post_slider_inner .slick-prev:before,
.rs-blog .post_slider_inner .slick-next:before {
  content: "\f11a";
  font-size: 15px;
  color: #fff;
  margin: 0;
  display: inline-block;
  font-family: flaticon;
  font-weight: 600;
  text-align: center;
  left: 3px;
  position: relative;
}
.rs-blog .post_slider_inner .slick-prev:hover,
.rs-blog .post_slider_inner .slick-next:hover {
  background: #061340;
}
.rs-blog .post_slider_inner .slick-next {
  right: 30px;
}
.rs-blog .post_slider_inner .slick-next:before {
  content: "\f113";
}
.rs-blog #rs_category_style2 .blog-item.transparent .full-blog-content {
  left: 26px;
  right: 26px;
  bottom: 14px;
}
.rs-blog #rs_category_style2 .blog-item.transparent .full-blog-content .title-wrap .blog-title {
  font-size: 24px;
}
.rs-blog #rs_category_style2 .slick-prev {
  right: auto;
  left: 30px;
}
.rs-blog #rs_category_style2 .slick-arrow {
  opacity: 0;
  visibility: hidden;
}
.rs-blog #rs_category_style2:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}
.date-meta-style2 a {
  color: #999;
}
.date-meta-style2 a:hover {
  color: #061340;
}
.owl-stage .blog-item {
  margin-bottom: 0 !important;
}
.post-meta-dates {
  display: inline-block;
  position: absolute;
  padding: 8px 20px;
  bottom: 0;
  background: #061340;
  color: #fff;
  z-index: 1;
  border-radius: 3px 3px 0 0;
  left: 50%;
  transform: translateX(-50%);
  width: 175px;
}
.blog-item.no-thumbs .categories {
  margin-bottom: 5px;
  padding: 0 0 0 48px;
}
.blog-item.no-thumbs .categories .category-name a {
  background: #061340;
  color: #fff;
  padding: 5px 19px 6px;
  border-radius: 5px;
  font-size: 13px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.blog-item.no-thumbs .categories .category-name a:hover {
  background: #fa4001;
}
body.single-post .rs-breadcrumbs.porfolio-details .breadcrumbs-meta-inner {
  display: none;
}
.rs-blog-details .bs-img,
.rs-blog .bs-img,
.blog .bs-img,
.rs-blog-details .blog-img,
.rs-blog .blog-img,
.blog .blog-img {
  position: relative;
  z-index: 0;
}
.rs-blog-details .bs-img .blog-date,
.rs-blog .bs-img .blog-date,
.blog .bs-img .blog-date,
.rs-blog-details .blog-img .blog-date,
.rs-blog .blog-img .blog-date,
.blog .blog-img .blog-date {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 100px;
  height: 80px;
}
.rs-blog-details .bs-img .blog-date:after,
.rs-blog .bs-img .blog-date:after,
.blog .bs-img .blog-date:after,
.rs-blog-details .blog-img .blog-date:after,
.rs-blog .blog-img .blog-date:after,
.blog .blog-img .blog-date:after,
.rs-blog-details .bs-img .blog-date:before,
.rs-blog .bs-img .blog-date:before,
.blog .bs-img .blog-date:before,
.rs-blog-details .blog-img .blog-date:before,
.rs-blog .blog-img .blog-date:before,
.blog .blog-img .blog-date:before {
  content: '';
  position: absolute;
  display: block;
  transition: all 0.2s;
  width: 0px;
  height: 0px;
  z-index: 100;
  top: 0;
  left: 0;
}
.rs-blog-details .bs-img .blog-date:after,
.rs-blog .bs-img .blog-date:after,
.blog .bs-img .blog-date:after,
.rs-blog-details .blog-img .blog-date:after,
.rs-blog .blog-img .blog-date:after,
.blog .blog-img .blog-date:after {
  border-top: 0 solid;
  border-bottom-color: #f9f9f9;
  border-bottom: 80px solid transparent;
  border-left: 100px solid #f9f9f9;
}
.rs-blog-details .bs-img .blog-date:before,
.rs-blog .bs-img .blog-date:before,
.blog .bs-img .blog-date:before,
.rs-blog-details .blog-img .blog-date:before,
.rs-blog .blog-img .blog-date:before,
.blog .blog-img .blog-date:before {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  border-bottom: 0 solid;
  border-bottom-color: #fa4001;
  border-top: 80px solid transparent;
  border-right: 100px solid #fa4001;
}
.rs-blog-details .bs-img .blog-date span,
.rs-blog .bs-img .blog-date span,
.blog .bs-img .blog-date span,
.rs-blog-details .blog-img .blog-date span,
.rs-blog .blog-img .blog-date span,
.blog .blog-img .blog-date span {
  display: block;
  color: #ffffff;
  font-weight: 700;
  position: relative;
  z-index: 999;
  height: 40px;
  padding: 6px 0;
}
.rs-blog-details .bs-img .blog-date span.date,
.rs-blog .bs-img .blog-date span.date,
.blog .bs-img .blog-date span.date,
.rs-blog-details .blog-img .blog-date span.date,
.rs-blog .blog-img .blog-date span.date,
.blog .blog-img .blog-date span.date {
  color: #fa4001;
  font-size: 24px;
  text-align: left;
  padding-left: 12px;
  padding-top: 10px;
}
.rs-blog-details .bs-img .blog-date span.month,
.rs-blog .bs-img .blog-date span.month,
.blog .bs-img .blog-date span.month,
.rs-blog-details .blog-img .blog-date span.month,
.rs-blog .blog-img .blog-date span.month,
.blog .blog-img .blog-date span.month {
  text-align: right;
  padding-right: 12px;
  font-size: 18px;
}
.rs-blog-details .bs-img .categories,
.rs-blog .bs-img .categories,
.blog .bs-img .categories,
.rs-blog-details .blog-img .categories,
.rs-blog .blog-img .categories,
.blog .blog-img .categories {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.rs-blog-details .bs-img .categories .category-name a,
.rs-blog .bs-img .categories .category-name a,
.blog .bs-img .categories .category-name a,
.rs-blog-details .blog-img .categories .category-name a,
.rs-blog .blog-img .categories .category-name a,
.blog .blog-img .categories .category-name a {
  background: #061340;
  color: #fff;
  padding: 5px 19px 6px;
  border-radius: 5px;
  font-size: 13px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.rs-blog-details .bs-img .categories .category-name a:hover,
.rs-blog .bs-img .categories .category-name a:hover,
.blog .bs-img .categories .category-name a:hover,
.rs-blog-details .blog-img .categories .category-name a:hover,
.rs-blog .blog-img .categories .category-name a:hover,
.blog .blog-img .categories .category-name a:hover {
  background: #fa4001;
}
.rs-blog-details .post-meta i,
.rs-blog .post-meta i,
.blog .post-meta i {
  margin-right: 8px;
}
.rs-blog-details .post-meta i:before,
.rs-blog .post-meta i:before,
.blog .post-meta i:before {
  font-size: 14px;
  font-weight: 600;
}
.rs-blog-details .post-meta.date-meta,
.rs-blog .post-meta.date-meta,
.blog .post-meta.date-meta {
  margin-right: 16px;
  color: #999;
}
.rs-blog-details .post-meta.author,
.rs-blog .post-meta.author,
.blog .post-meta.author {
  color: #555;
}
.rs-blog-details .blog-item.style1 .blog-img .blog-date,
.rs-blog .blog-item.style1 .blog-img .blog-date,
.blog .blog-item.style1 .blog-img .blog-date {
  right: 10px;
  left: auto;
}
.rs-blog-details .blog-item.style1 .blog-img .blog-date:after,
.rs-blog .blog-item.style1 .blog-img .blog-date:after,
.blog .blog-item.style1 .blog-img .blog-date:after {
  display: none;
}
.rs-blog-details .blog-item.style1 .blog-img .blog-date:before,
.rs-blog .blog-item.style1 .blog-img .blog-date:before,
.blog .blog-item.style1 .blog-img .blog-date:before {
  border-top-width: 130px;
  border-right-width: 130px;
}
.rs-blog-details .blog-item.style1 .blog-img .blog-date .date,
.rs-blog .blog-item.style1 .blog-img .blog-date .date,
.blog .blog-item.style1 .blog-img .blog-date .date {
  text-align: right;
  color: #fff !important;
  padding-right: 20px;
}
.rs-blog-details .blog-item.style1 .blog-slidermeta,
.rs-blog .blog-item.style1 .blog-slidermeta,
.blog .blog-item.style1 .blog-slidermeta {
  margin-bottom: 10px;
}
.rs-blog-details .blog-item.style1 .icon-button a,
.rs-blog .blog-item.style1 .icon-button a,
.blog .blog-item.style1 .icon-button a {
  margin-top: 6px;
}
.rs-blog-details .blog-item.style1 .category,
.rs-blog .blog-item.style1 .category,
.blog .blog-item.style1 .category {
  position: absolute;
  bottom: 20px;
  left: 40px;
  text-transform: none;
}
.rs-blog-details .blog-item.style1 .category a,
.rs-blog .blog-item.style1 .category a,
.blog .blog-item.style1 .category a {
  background: #fa4001;
  color: #fff;
  padding: 6px 19px;
  border-radius: 5px;
  font-size: 13px;
}
.rs-blog-details .blog-item.style1 .category a:hover,
.rs-blog .blog-item.style1 .category a:hover,
.blog .blog-item.style1 .category a:hover {
  background: #fa4001;
}
.rs-blog-details .blog-item.style1 .blogfull,
.rs-blog .blog-item.style1 .blogfull,
.blog .blog-item.style1 .blogfull {
  padding: 20px 0;
  background: #fff;
}
.rs-blog-details .blog-item.style1 .blogfull .blog-meta,
.rs-blog .blog-item.style1 .blogfull .blog-meta,
.blog .blog-item.style1 .blogfull .blog-meta {
  margin-top: 0;
}
.rs-blog-details .blog-item.style2 .blog-img .blog-date,
.rs-blog .blog-item.style2 .blog-img .blog-date,
.blog .blog-item.style2 .blog-img .blog-date {
  right: 10px;
  left: auto;
}
.rs-blog-details .blog-item.style2 .blog-img .blog-date:after,
.rs-blog .blog-item.style2 .blog-img .blog-date:after,
.blog .blog-item.style2 .blog-img .blog-date:after {
  display: none;
}
.rs-blog-details .blog-item.style2 .blog-img .blog-date:before,
.rs-blog .blog-item.style2 .blog-img .blog-date:before,
.blog .blog-item.style2 .blog-img .blog-date:before {
  border-top-width: 130px;
  border-right-width: 130px;
}
.rs-blog-details .blog-item.style2 .blog-img .blog-date .date,
.rs-blog .blog-item.style2 .blog-img .blog-date .date,
.blog .blog-item.style2 .blog-img .blog-date .date {
  text-align: right;
  color: #fff !important;
  padding-right: 20px;
}
.rs-blog-details .blog-item.style2 .blogfull,
.rs-blog .blog-item.style2 .blogfull,
.blog .blog-item.style2 .blogfull {
  background: #fff;
  padding: 25px 25px 25px 25px;
  box-shadow: 0 15px 30px rgba(34, 34, 34, 0.03);
}
.rs-blog-details .blog-item.style2 .blogfull .blog-meta,
.rs-blog .blog-item.style2 .blogfull .blog-meta,
.blog .blog-item.style2 .blogfull .blog-meta {
  margin-top: 0;
}
.rs-blog-details .blog-item.style2 .blogfull .blog-desc,
.rs-blog .blog-item.style2 .blogfull .blog-desc,
.blog .blog-item.style2 .blogfull .blog-desc {
  margin-bottom: 20px;
}
.rs-blog-details .blog-item.style2 .blogfull .post-view,
.rs-blog .blog-item.style2 .blogfull .post-view,
.blog .blog-item.style2 .blogfull .post-view {
  display: inline-block;
  margin-right: 10px;
  font-size: 13px;
  color: #999999;
}
.rs-blog-details .blog-item.style2 .blogfull .post-view i,
.rs-blog .blog-item.style2 .blogfull .post-view i,
.blog .blog-item.style2 .blogfull .post-view i {
  margin-right: 5px;
}
.rs-blog-details .blog-item.style2 .blogfull .post-view i:before,
.rs-blog .blog-item.style2 .blogfull .post-view i:before,
.blog .blog-item.style2 .blogfull .post-view i:before {
  font-size: 15px;
  font-weight: 600;
}
.rs-blog-details .blog-item.style2 .blogfull .post-comment,
.rs-blog .blog-item.style2 .blogfull .post-comment,
.blog .blog-item.style2 .blogfull .post-comment {
  display: inline-block;
  margin-right: 10px;
  font-size: 13px;
  color: #999999;
}
.rs-blog-details .blog-item.style2 .blogfull .post-comment i,
.rs-blog .blog-item.style2 .blogfull .post-comment i,
.blog .blog-item.style2 .blogfull .post-comment i {
  margin-right: 5px;
}
.rs-blog-details .blog-item.style2 .blogfull .post-comment i:before,
.rs-blog .blog-item.style2 .blogfull .post-comment i:before,
.blog .blog-item.style2 .blogfull .post-comment i:before {
  font-size: 15px;
  font-weight: 600;
}
.rs-blog-details .blog-item.style2 .blogfull .blog-button,
.rs-blog .blog-item.style2 .blogfull .blog-button,
.blog .blog-item.style2 .blogfull .blog-button {
  margin-bottom: 25px;
}
.rs-blog-details .blog-item.style2 .blogfull .icon-button,
.rs-blog .blog-item.style2 .blogfull .icon-button,
.blog .blog-item.style2 .blogfull .icon-button,
.rs-blog-details .blog-item.style2 .blogfull .blog-button,
.rs-blog .blog-item.style2 .blogfull .blog-button,
.blog .blog-item.style2 .blogfull .blog-button {
  float: right;
  display: inline-block;
}
.rs-blog-details .blog-item.style2 .blogfull .icon-button a,
.rs-blog .blog-item.style2 .blogfull .icon-button a,
.blog .blog-item.style2 .blogfull .icon-button a,
.rs-blog-details .blog-item.style2 .blogfull .blog-button a,
.rs-blog .blog-item.style2 .blogfull .blog-button a,
.blog .blog-item.style2 .blogfull .blog-button a {
  margin-top: 0;
}
.rs-blog-details .blog-item.style2 .blog-slidermeta,
.rs-blog .blog-item.style2 .blog-slidermeta,
.blog .blog-item.style2 .blog-slidermeta {
  margin-bottom: 10px;
}
.rs-blog-details .blog-item.style2 .icon-button a,
.rs-blog .blog-item.style2 .icon-button a,
.blog .blog-item.style2 .icon-button a {
  margin-top: 6px;
}
.rs-blog-details .blog-item.style2 .category,
.rs-blog .blog-item.style2 .category,
.blog .blog-item.style2 .category {
  position: absolute;
  bottom: 20px;
  left: 20px;
  text-transform: none;
}
.rs-blog-details .blog-item.style2 .category a,
.rs-blog .blog-item.style2 .category a,
.blog .blog-item.style2 .category a {
  background: #fa4001;
  color: #fff;
  padding: 6px 19px;
  border-radius: 13px;
  font-size: 13px;
}
.rs-blog-details .blog-item.style2 .category a:hover,
.rs-blog .blog-item.style2 .category a:hover,
.blog .blog-item.style2 .category a:hover {
  background: #fa4001;
}
.rs-blog-details .blog-item.style3,
.rs-blog .blog-item.style3,
.blog .blog-item.style3 {
  position: relative;
}
.rs-blog-details .blog-item.style3 .blog-img,
.rs-blog .blog-item.style3 .blog-img,
.blog .blog-item.style3 .blog-img {
  position: relative;
}
.rs-blog-details .blog-item.style3 .blog-content,
.rs-blog .blog-item.style3 .blog-content,
.blog .blog-item.style3 .blog-content {
  position: absolute;
  bottom: 0;
  padding: 30px 36px 8px;
  z-index: 1;
}
.rs-blog-details .blog-item.style3 .blog-content,
.rs-blog .blog-item.style3 .blog-content,
.blog .blog-item.style3 .blog-content {
  color: #ffffff;
}
.rs-blog-details .blog-item.style3 .blog-content h4.blog-title,
.rs-blog .blog-item.style3 .blog-content h4.blog-title,
.blog .blog-item.style3 .blog-content h4.blog-title {
  line-height: 32px !important;
  margin: 0 0 12px;
}
.rs-blog-details .blog-item.style3 .blog-content h4.blog-title a,
.rs-blog .blog-item.style3 .blog-content h4.blog-title a,
.blog .blog-item.style3 .blog-content h4.blog-title a {
  color: #ffffff;
  font-size: 22px;
}
.rs-blog-details .blog-item.style3 .blog-content h4.blog-title a:hover,
.rs-blog .blog-item.style3 .blog-content h4.blog-title a:hover,
.blog .blog-item.style3 .blog-content h4.blog-title a:hover {
  color: #fa4001;
}
.rs-blog-details .blog-item.style3 .blog-content .post-meta,
.rs-blog .blog-item.style3 .blog-content .post-meta,
.blog .blog-item.style3 .blog-content .post-meta {
  margin: 0 0 22px;
  display: block;
  color: #ffffff;
}
.rs-blog-details .blog-item.style3.overlay:before,
.rs-blog .blog-item.style3.overlay:before,
.blog .blog-item.style3.overlay:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0.03123256) 80%);
  z-index: 1;
}
.grid-style3 {
  padding: 0;
}
.grid-style3 .blog-meta {
  padding-bottom: 15px;
}
.sliders-styles4 .slider-styles4 .style3 {
  margin-bottom: 0 !important;
  padding: 0;
}
.sliders-styles4 .slider-styles4 .style3 .blog-content {
  text-align: center;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 700px;
}
.sliders-styles4 .slider-styles4 .style3 .blog-content .category {
  background: #fa4001;
  padding: 2px 14px 4px;
  border-radius: 2px;
}
.sliders-styles4 .slider-styles4 .style3 .blog-content .category a {
  color: #ffffff;
}
.sliders-styles4 .slider-styles4 .style3 .blog-content .category:hover {
  background: #061340;
}
.sliders-styles4 .slider-styles4 .style3 .blog-content .blog-title {
  padding-top: 15px;
  margin-bottom: 8px;
}
.sliders-styles4 .slider-styles4 .style3 .blog-content .blog-title a {
  color: #ffffff;
}
.sliders-styles4 .slider-styles4 .style3 .blog-content .blog-button a {
  color: #ffffff;
}
.sliders-styles4 .slider-styles4 .style3 .blog-content .blog-button a:hover {
  color: #fa4001;
}
.sliders-styles4 .slider-styles4 .style3 .blog-img img {
  border-radius: 0;
}
.owl-carousel .owl-item {
  float: none;
}
body .blog-dark.rs-blog.home-blog-area .blog-item.style1 .blogfull {
  background: #111 !important;
}
body .blog-dark.rs-blog.home-blog-area .blog-item.style1 .blogfull .blog-meta .blog-title a {
  color: #fff !important;
}
body .blog-dark.rs-blog.home-blog-area .blog-item.style1 .blogfull .blog-button a {
  color: #fa4001;
}
.rs-blog-grid .blog-img a.float-cat {
  background: #061340;
  color: #fff;
  padding: 6px 19px;
  border-radius: 10px;
  font-size: 13px;
  margin-right: 8px;
}
.rs-blog-grid .blog-img a.float-cat:hover {
  background: #fa4001;
}
.rs-blog-grid .blog-item .blog-date i:before {
  font-size: 14px;
  font-weight: 600;
}
.rs-blog-grid .blog-item.style1 .blog-date,
.rs-blog-grid .blog-item.style2 .blog-date {
  margin-bottom: 15px;
}
.get_date_format2 {
  position: relative;
}
.get_date_format2 .blog-date2 {
  position: relative;
  width: 100px;
  height: 80px;
  margin: 0 0 15px;
}
.get_date_format2 .blog-date2:after,
.get_date_format2 .blog-date2:before {
  content: '';
  position: absolute;
  display: block;
  transition: all 0.2s;
  width: 0px;
  height: 0px;
  z-index: 100;
  top: 0;
  left: 0;
}
.get_date_format2 .blog-date2:after {
  border-top: 0 solid;
  border-bottom-color: #f9f9f9;
  border-bottom: 80px solid transparent;
  border-left: 100px solid #f9f9f9;
}
.get_date_format2 .blog-date2:before {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  border-bottom: 0 solid;
  border-bottom-color: #fa4001;
  border-top: 80px solid transparent;
  border-right: 100px solid #fa4001;
}
.get_date_format2 .blog-date2 span {
  display: block;
  color: #ffffff;
  font-weight: 700;
  position: relative;
  z-index: 999;
  height: 40px;
  padding: 6px 0;
}
.get_date_format2 .blog-date2 span.date {
  color: #fa4001;
  font-size: 24px;
  text-align: left;
  padding-left: 12px;
  padding-top: 10px;
}
.get_date_format2 .blog-date2 span.month {
  text-align: right;
  padding-right: 12px;
  font-size: 18px;
}
.single-post .single-posts-meta {
  font-weight: 500;
}
#blog-home .owl-navigation-yes .owl-nav {
  top: -80px;
}
.bs-img {
  border-radius: 0;
  position: relative;
  overflow: hidden;
}
.bs-img img {
  width: 100%;
}
.widget-title a {
  color: #fff;
}
.widget-title a:hover {
  color: #fff;
}
.widget-title a:visited {
  color: #fff;
}
/* -----------------------
    14. Blog Post
--------------------------*/
.rs-blog .grid-blog {
  margin-top: 50px;
}
.rs-blog .blog-item {
  margin-bottom: 30px;
  background: #fff;
}
.rs-blog .blog-item .blog-img {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
  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;
  -webkit-transition: 0.3s all ease-out;
  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 .3s ease 0s;
}
.rs-blog .blog-item .blog-img .blog-img-content .blog-link:hover {
  background: #061340;
  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-size: 14px;
}
.rs-blog .blog-item .blog-meta .blog-date i {
  margin-right: 4px;
  position: relative;
  top: 1px;
}
.rs-blog .blog-item .blog-meta .categories a {
  color: #999999;
}
.rs-blog .blog-item .blog-meta .categories a:hover {
  color: #061340;
}
.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: #061340;
}
.rs-blog .blog-item div.comment {
  padding: 0;
  color: #fa4001;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 13px !important;
  line-height: normal;
}
.rs-blog .blog-item .blog-author {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  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;
  margin-top: 6px;
}
.rs-blog .blog-item .blog-desc p {
  margin-bottom: 0;
}
.rs-blog .blog-item .blog-button {
  display: block;
  margin-top: 26px;
}
.rs-blog .blog-item .blog-button a {
  text-align: center;
  display: inline-block;
  color: #101010;
  padding-right: 30px;
  position: relative;
  z-index: 1;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 16px;
}
.rs-blog .blog-item .blog-button a:before {
  content: "\f121";
  position: absolute;
  font-family: uicons-regular-rounded !important;
  font-size: 20px;
  top: -2px;
  right: 0;
  opacity: 1;
  transition: all 0.3s;
}
.rs-blog .blog-item .blog-button a:hover {
  color: #fa4001;
}
.rs-blog .blog-item .blog-button a:hover:before {
  right: -5px;
  opacity: 1;
}
.rs-blog .full-layout {
  width: 100%;
}
.rs-blog .sidebar-none {
  display: 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;
}
.comment i {
  color: #999;
  font-size: 12px;
}
.archive .rs-blog .blog-item .blog-img,
.blog .rs-blog .blog-item .blog-img {
  margin-bottom: 35px;
}
.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%;
}
.home-blog-area .blog-item {
  padding: 0 1px;
  background: transparent;
}
.home-blog-area .blog-item .content-overlay:before {
  border-radius: 5px;
}
.home-blog-area .blog-item .blog-img img {
  border-radius: 3px;
}
.home-blog-area .home_full_blog {
  border: none;
  border-radius: 0 0 5px 5px;
}
.home-blog-area .blog-meta {
  margin-top: 20px;
}
body.archive .rs-blog .blog-item {
  overflow: hidden;
}
.blog-seo .rs-blog .blog-item div.comment {
  padding: 6px 28px 5px;
}
#blog-home.blog-personel .owl-nav {
  display: none !important;
}
.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: #444444;
  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: #fa4001;
}
.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,
.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container p,
.wp-block-cover .wp-block-cover__inner-container p a {
  color: #ffffff !important;
}
.single-post .single-posts-meta li {
  font-weight: 400;
}
.single-post .single-posts-meta li.post-view i {
  margin-right: 5px;
  position: relative;
  top: 2px;
  font-size: 15px;
}
/* ------------------------------------
    22. Blog Details
  ---------------------------------------*/
.rs-blog-details .type-post {
  background: #fff;
  margin-bottom: 0px;
}
.rs-blog-details .type-post .single-content-full {
  overflow: hidden;
}
.rs-blog-details .type-post .tag-line {
  padding: 0;
}
.rs-blog-details .type-post .tag-line a {
  font-weight: 500;
  color: #555;
}
.rs-blog-details .type-post .tag-line a:hover {
  color: #061340;
}
.rs-blog-details .bs-info {
  margin-bottom: 10px;
}
.rs-blog-details .bs-info.tags {
  margin-top: 25px;
  clear: both;
}
.rs-blog-details .bs-info.tags a {
  font-size: 13px;
  margin-right: 5px;
  display: inline-block;
  text-align: center;
  font-weight: normal;
  color: #666666;
  border: 1px solid rgba(170, 170, 170, 0.25);
  padding: 2px 15px 4px;
  margin-left: 7px;
  border-radius: 0px;
  line-height: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.rs-blog-details .bs-info.tags a:hover {
  background: #fa4001;
  border-color: #fa4001;
  color: #fff;
}
.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;
}
.rs-blog-details .bs-desc p:last-child {
  margin-bottom: 0px;
}
.rs-blog-details .blockquote {
  padding-left: 30px;
  border-left: 4px solid #444444;
  display: block;
  margin: 40px 0;
  background: #f9f9f9;
  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: #111111;
}
.rs-blog-details .related-post .blog-title a:hover {
  color: #fa4001;
}
.rs-blog-details .author-block {
  align-items: center;
  margin-top: 50px;
  padding: 45px 45px 40px 45px;
  text-align: center;
  overflow: hidden;
  border-radius: 0px;
  background: #f9f9f9;
}
.rs-blog-details .author-block .author-img {
  float: left;
  width: 17%;
  padding-right: 30px;
}
.rs-blog-details .author-block .author-img img {
  border-radius: 50%;
  width: 120px;
}
.rs-blog-details .author-block .author-desc {
  float: left;
  width: 83%;
  text-align: left;
}
.rs-blog-details .author-block .author-desc a {
  color: #101010;
}
.rs-blog-details .author-block .author-title {
  margin: 0 0 8px 0;
  font-size: 20px;
  position: relative;
}
.rs-blog-details .author-block .author-title:after {
  background: #061340;
  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: 600;
  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: #111111;
}
.rs-blog-details #reply-title small a:hover {
  color: #061340;
}
.rs-blog-details .comment-block {
  margin-top: 50px;
}
.rs-blog-details .comment-block .comment {
  padding: 25px;
  background: #fff;
  -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.2);
  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,
.rs-blog-details .comment-block .comment .comment-header:after {
  content: "";
  display: table;
}
.rs-blog-details .comment-block .comment .comment-header:after {
  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: #555;
}
.single .tag-line a {
  display: inline-block;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
  background: #fff;
  border-radius: 0;
  position: relative;
}
.single .ps-navigation {
  margin: 60px 0 0;
}
.single .ps-navigation .prev {
  width: 50%;
  transition: all .5s ease;
}
.single .ps-navigation .prev i {
  margin-right: 10px;
  position: relative;
  top: -4px;
}
.single .ps-navigation .prev .next_link {
  margin-left: 0;
}
.single .ps-navigation .prev:hover span {
  color: #fa4001;
}
.single .ps-navigation .next {
  width: 50%;
  transition: all .5s ease;
}
.single .ps-navigation .next .next_link {
  margin-right: 0;
}
.single .ps-navigation .next i {
  margin-left: 10px;
  position: relative;
  top: -4px;
}
.single .ps-navigation .next:hover span {
  color: #fa4001;
}
.single .ps-navigation .next_link {
  text-transform: uppercase;
  color: #909090;
}
.single .ps-navigation .link_text {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  color: #111111;
}
.single .ps-navigation .link_text i {
  color: #909090;
  margin-top: -9px;
}
.single-post .main-contain #content .single-content-full .bs-desc p:first-child {
  margin-top: 0px;
}
.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;
}
.single-post .single-posts-meta .fa-comments-o:before {
  color: #fa4001;
}
.single-post .single-posts-meta li {
  list-style: none;
  display: inline-block;
  padding-right: 10px;
  color: #8c8888;
  font-weight: 500;
  font-size: 14px;
}
.single-post .single-posts-meta li span i {
  font-size: 14px;
  margin-right: 3px;
  color: #8c8888;
  position: relative;
}
.single-post .single-posts-meta li span .fi-rr-calendar {
  top: 1px;
}
.single-post .single-posts-meta li span .fi-rr-user {
  font-size: 14px;
}
.single-post .single-posts-meta li .fi-rr-comment-alt,
.single-post .single-posts-meta li .fi-rr-book-alt {
  position: relative;
  top: 1px;
  margin-right: 3px;
}
.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: #fa4001;
}
.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: #fa4001;
  font-family: FontAwesome;
  font-size: 13px;
  font-style: normal;
  left: 0;
  top: 0;
}
.btm-cate {
  overflow: hidden;
  list-style: none;
  margin: 0 0 5px;
  padding: 0 0 12px;
  position: relative;
  font-size: 14px;
}
.btm-cate li {
  float: left;
  margin-right: 10px;
}
.btm-cate li a {
  color: #555;
}
.btm-cate li a:hover {
  color: #fa4001;
}
.btm-cate .category-name i {
  margin-right: 3px;
  color: #fa4001;
}
.btm-cate .tag-line {
  position: relative;
  padding-left: 2px;
  color: #555;
}
.btm-cate .tag-line .seperator {
  padding-right: 12px !important;
}
.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: #fa4001;
  position: relative;
  display: inline-block;
  padding: 14px 30px;
  border-radius: 0px;
  line-height: normal;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.8s ease;
}
.comment-respond .form-submit #submit:hover {
  background: #061340;
  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: #111111;
}
.comments-area .comment-list li.comment .comment-author img {
  float: left;
  border-radius: 0;
  position: absolute;
  left: 0;
}
.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: 6px 20px 6px;
  line-height: 22px;
  border-radius: 0px;
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
  background: #fa4001;
  z-index: 1;
  border: none;
}
.comments-area .comment-list li.comment .reply a:hover {
  background: #061340;
  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: #F6F7F9;
  border: none;
  border-radius: 0px;
}
.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: #F6F7F9;
  border: none;
  border-radius: 0px;
}
.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: #F6F7F9;
  border: none;
  border-radius: 0px;
}
.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: #F6F7F9;
  border: none;
  border-radius: 0px;
  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: 0px 0 20px 20px;
}
.dynamic-sidebar .recent-widget {
  margin: 0 0 3em;
}
.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;
}
.check-arrow li {
  position: relative;
  list-style: none;
  padding: 0 0 0 26px;
}
.check-arrow li:before {
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  left: 4px;
  right: auto;
  top: 0px;
  font-size: 14px;
  color: #fa4001;
}
.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: #061340;
  width: 40px;
  height: 40px;
}
/* ------------------------------------
    23. Blog Sidebar 
---------------------------------------*/
.bs-sidebar .fa-ul i {
  margin-right: 12px;
}
.bs-sidebar .fa-ul i:before {
  color: #fa4001;
}
.bs-sidebar .fa-ul i.fa-whatsapp:before {
  font-size: 18px;
}
.bs-sidebar .fa-ul i.flaticon-time-call:before {
  font-size: 16px;
}
.bs-sidebar .widget {
  border-radius: 0px;
  padding: 0;
}
.bs-sidebar .widget-title {
  color: #111111;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  z-index: 1;
  padding-bottom: 12px;
  display: block;
  text-transform: uppercase;
  position: relative;
}
.bs-sidebar .widget-title:after {
  top: 14px;
}
.bs-sidebar .widget-title .arrow-line {
  position: relative;
}
.bs-sidebar .widget-title .arrow-line:after {
  content: "";
  position: absolute;
  background: #ff7f0d;
  width: 10px;
  height: 10px;
  right: -25px;
  top: 7px;
  border-radius: 50%;
}
.bs-sidebar .widget_block h2 {
  color: #111111;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  z-index: 1;
  padding-bottom: 12px;
  display: block;
  text-transform: uppercase;
  position: relative;
}
.bs-sidebar .widget_block h2:after {
  top: 14px;
}
.bs-sidebar .widget_block h2 .arrow-line {
  position: relative;
}
.bs-sidebar .widget_block h2 .arrow-line:after {
  content: "";
  position: absolute;
  background: #ff7f0d;
  width: 10px;
  height: 10px;
  right: -25px;
  top: 7px;
  border-radius: 50%;
}
.bs-sidebar .widget_block .wp-block-search__label {
  color: #111111;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  z-index: 1;
  padding-bottom: 12px;
  display: block;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 30px;
}
.bs-sidebar .widget_block .wp-block-search__label:after {
  top: 14px;
}
.bs-sidebar .widget_block .wp-block-search__label .arrow-line {
  position: relative;
}
.bs-sidebar .widget_block .wp-block-search__label .arrow-line:after {
  content: "";
  position: absolute;
  background: #ff7f0d;
  width: 10px;
  height: 10px;
  right: -25px;
  top: 7px;
  border-radius: 50%;
}
.bs-sidebar .wp-block-latest-comments li a {
  color: #101010;
  font-weight: 500;
}
.bs-sidebar .wp-block-latest-comments li a:hover {
  color: #fa4001;
}
.bs-sidebar .widget_media_image {
  padding: 0;
  background: none;
}
.bs-sidebar .widget:last-child {
  margin-bottom: 0;
}
.bs-sidebar .widget-title {
  font-weight: 600;
  margin-bottom: 30px;
}
.bs-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bs-sidebar ul a {
  color: #0a0a0a;
  transition: all 0.3s ease 0s;
  font-size: 15px;
}
.bs-sidebar ul a:hover {
  color: #fa4001;
}
.bs-sidebar ul li {
  margin-top: 13px;
  padding-top: 13px;
}
.bs-sidebar ul li + li {
  margin-top: 13px;
  padding-top: 13px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.bs-sidebar ul li a {
  font-weight: 500;
}
.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_categories h2.widget-title {
  margin-bottom: 18px;
}
.bs-sidebar .widget_categories ul li a {
  font-weight: 500;
}
.bs-sidebar .widget_product_categories h2.widget-title {
  margin-bottom: 18px;
}
.bs-sidebar .widget_product_categories ul li a {
  font-weight: 500;
}
.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: 30px;
}
.bs-sidebar .widget_tag_cloud .widget-title {
  margin-bottom: 22px;
}
.bs-sidebar .widget_calendar table caption {
  padding-bottom: 0;
}
.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_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 .bs-search {
  overflow: hidden;
  position: relative;
}
.bs-sidebar .bs-search input {
  border: 0;
  color: #444444;
  padding: 18px 17px;
  width: 100%;
  border-radius: 0px;
  background: #F6F7F9;
}
.bs-sidebar .bs-search .button {
  background: #f6f7f9;
  border: none !important;
  color: #101010;
  padding: 10px 18px;
  position: absolute !important;
  right: 24px;
  top: 12px;
  z-index: 0;
  outline: none;
  border-radius: 0 5px 5px 0;
  font-size: 0;
}
.bs-sidebar .bs-search .button:hover {
  background: transparent;
}
.bs-sidebar .bs-search .button:before {
  content: "\f12c";
  position: absolute;
  font-family: flaticon;
  font-size: 22px;
  top: 1px;
  right: 0;
  opacity: 1;
  transition: all 0.3s;
  font-weight: 600;
}
.bs-sidebar .bs-search .button i {
  display: none;
}
.bs-sidebar .bs-search label {
  display: inline;
  font-weight: normal;
}
.bs-sidebar .wp-block-search__inside-wrapper {
  position: relative;
}
.bs-sidebar .wp-block-search__inside-wrapper .wp-block-search__input {
  border: 0;
  color: #444444;
  padding: 14px 17px;
  width: 100%;
  border-radius: 0px;
  background: #F6F7F9;
}
.bs-sidebar .wp-block-search__inside-wrapper .wp-block-search__button {
  background: #f6f7f9;
  border: none !important;
  color: #101010;
  padding: 10px 18px;
  position: absolute !important;
  right: 22px;
  top: 12px;
  z-index: 0;
  outline: none;
  border-radius: 0 5px 5px 0;
  font-size: 0;
}
.bs-sidebar .wp-block-search__inside-wrapper .wp-block-search__button:hover {
  background: transparent;
}
.bs-sidebar .wp-block-search__inside-wrapper .wp-block-search__button:before {
  content: "\f12c";
  position: absolute;
  font-family: flaticon;
  font-size: 18px;
  top: -1px;
  right: 0;
  opacity: 1;
  transition: all 0.3s;
  font-weight: 600;
}
.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: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.bs-sidebar .recent-post-widget .post-date {
  font-size: 13px;
  color: #999999;
}
.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: #111111;
  transition: all 0.3s ease 0s;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 12px;
}
.bs-sidebar .recent-post-widget .post-desc a.post-title {
  background-image: linear-gradient(to bottom, #fa4001 0%, #fa4001 100%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 100%;
  transition: all 0.7s;
  display: inline;
}
.bs-sidebar .recent-post-widget .post-desc a.post-title:hover {
  background-size: 100% 1px;
}
.bs-sidebar .recent-post-widget .post-desc .post-categories a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
}
.bs-sidebar .recent-post-widget .post-desc .post-title {
  margin-bottom: 10px;
}
.bs-sidebar .recent-post-widget .post-desc span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #8c8888;
  margin-top: 6px;
}
.bs-sidebar .recent-post-widget .post-desc span i {
  margin-right: 5px;
}
.bs-sidebar .tagcloud a {
  display: inline-block;
  margin: 10px 3px 0px 0;
  line-height: 20px;
  padding: 6px 12px;
  font-size: 13px !important;
  text-transform: capitalize;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background: #ffffff;
  color: #444444;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
}
.bs-sidebar .tagcloud a:hover {
  background-color: #061340;
  color: #fff;
  border: 1px solid #061340;
}
.bs-sidebar .widget ul.followus_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}
.bs-sidebar .widget ul.followus_share li {
  padding-left: 0;
  padding-right: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 10px;
}
.bs-sidebar .widget ul.followus_share li a {
  background-image: linear-gradient(220deg, #a541ff 20%, #3fbbfe 100%);
  color: #fff;
  border-radius: 0;
  padding: 12px 22px;
  text-align: left;
}
.bs-sidebar .widget ul.followus_share li a:hover {
  color: #fff;
}
.bs-sidebar .widget ul.followus_share li a i {
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: #1E89BA;
  text-align: center;
  border-radius: 5px;
  margin-right: 2px;
}
.bs-sidebar .widget ul.followus_share li a .number {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  margin-right: 5px;
  margin-left: 8px;
}
.bs-sidebar .widget ul.followus_share li.facebook a {
  background-image: linear-gradient(220deg, #5672ab 20%, #3b5998 100%);
}
.bs-sidebar .widget ul.followus_share li.facebook a i {
  background: #364e84;
}
.bs-sidebar .widget ul.followus_share li.facebook a:hover {
  background-image: linear-gradient(220deg, #3b5998 20%, #5672ab 100%);
}
.bs-sidebar .widget ul.followus_share li.instagram a {
  background-image: linear-gradient(220deg, #ed663f 20%, #c11c6d 100%);
}
.bs-sidebar .widget ul.followus_share li.instagram a i {
  background: #a81c59;
}
.bs-sidebar .widget ul.followus_share li.instagram a:hover {
  background-image: linear-gradient(220deg, #c11c6d 20%, #ed663f 100%);
}
.bs-sidebar .widget ul.followus_share li.twitter a {
  background-image: linear-gradient(220deg, #73bfe0 20%, #1e9fdb 100%);
}
.bs-sidebar .widget ul.followus_share li.twitter a i {
  background: #1e89ba;
}
.bs-sidebar .widget ul.followus_share li.twitter a:hover {
  background-image: linear-gradient(220deg, #1e9fdb 20%, #73bfe0 100%);
}
.bs-sidebar .widget ul.followus_share li.youtube a {
  background-image: linear-gradient(220deg, #e74c4d 20%, #bf1f2e 100%);
}
.bs-sidebar .widget ul.followus_share li.youtube a i {
  background: #a51d29;
}
.bs-sidebar .widget ul.followus_share li.youtube a:hover {
  background-image: linear-gradient(220deg, #bf1f2e 20%, #e74c4d 100%);
}
.bottom-shadow1 {
  padding: 32px 0 20px 0;
}
ul.wp-block-archives-list {
  list-style: none;
}
ul.wp-block-archives-list li {
  border-top: none;
  padding: 10px 0px 12px 0px;
  border: none;
  margin: 0px !important;
  position: relative;
}
ul.wp-block-archives-list li a {
  font-weight: 500;
}
ul.wp-block-archives-list li:first-child {
  padding-top: 0;
}
.page-header {
  margin: 0 0 20px;
}
.page-header h1 {
  margin-top: 0;
}
body.single-post,
body.blog,
body.archive,
body.single-services,
body.single-mp-event {
  background: #fff ;
}
body.archive.post-type-archive-product {
  background: #fff !important;
}
body.search .entry-summary .blog-button a {
  color: #101010;
  font-weight: 600;
  padding-right: 25px;
  position: relative;
}
body.search .entry-summary .blog-button a:before {
  content: "\f121";
  position: absolute;
  font-family: uicons-regular-rounded !important;
  font-size: 20px;
  top: -5px;
  right: 0;
  opacity: 1;
  transition: all 0.3s;
}
body.search .entry-summary .blog-button a:hover {
  color: #fa4001;
}
.rs-blog-grid .blog-item .blog-content .blog-meta {
  margin-bottom: 6px;
}
.rsaddon-unique-slider ul.blog-meta {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rsaddon-unique-slider ul.blog-meta li {
  margin-right: 25px;
}
.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 {
  text-transform: capitalize;
  margin-right: 5px;
  color: #454545;
  position: relative;
  padding-right: 4px;
}
.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;
}
.rs-blog-grid .blog-item .blog-content h3.blog-name {
  margin-bottom: 15px;
}
.bs-sidebar .show-featured {
  display: flex;
  align-items: center;
}
.bs-sidebar .show-featured .post-img {
  max-width: 120px;
  float: left;
  margin-right: 18px;
}
.hide_nes p.hide {
  display: none;
}
.rs-footer .show-featured .post-img {
  max-width: 100px;
  float: left;
  margin-right: 18px;
}
.bs-sidebar .default_sidebar .show-featured {
  position: relative;
}
.bs-sidebar .default_sidebar .show-featured .read-post {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 15px;
  background: #061340;
  color: #fff;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.bs-sidebar .default_sidebar .show-featured .post-img {
  position: relative;
}
.bs-sidebar .default_sidebar .show-featured .post-img img {
  border-radius: 120px;
}
.bs-sidebar .default_sidebar .show-featured .post-item {
  overflow: hidden;
}
.bs-sidebar .default_sidebar .recent-popular-widget li {
  overflow: hidden;
}
.bs-sidebar .default_sidebar .post-categories {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bs-sidebar .default_sidebar .post-categories li {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
}
.bs-sidebar .default_sidebar .post-categories li a {
  margin: 0 0 4px;
  color: #fa4001;
  border-bottom: 2px solid;
}
.bs-sidebar .default_sidebar .post-categories li + li {
  margin-left: 8px;
}
.bs-sidebar .default_sidebar ul li + li {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}
.bs-sidebar .rs_sidebar_categories .rs-addon-category .blog-item {
  margin-bottom: 0;
}
.bs-search {
  overflow: hidden;
  position: relative;
}
.bs-search input {
  border: 0;
  color: #444444;
  padding: 14px 17px;
  width: 100%;
  background: #F6F7F9;
  border-radius: 0px;
}
.bs-search button {
  background: transparent !important;
  border: medium none;
  padding: 11px 18px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  font-size: 16px;
  outline: none;
  border-radius: 0;
  color: #101010;
}
.bs-search button i:before {
  font-size: 18px;
  font-weight: 600;
}
.bs-search button:hover {
  color: #fa4001;
}
.bs-search label {
  display: inline;
  font-weight: normal;
}
article.sticky .blog-title a {
  color: #fa4001;
  position: relative;
  padding-left: 25px;
  font-weight: 700;
}
article.sticky .blog-title a:after {
  font-family: FontAwesome;
  content: "\f08d";
  position: absolute;
  left: 0;
  top: 0;
  color: #fa4001;
  font-size: 25px;
}
.archive-post h3.blog-title a {
  color: #fa4001;
}
.archive-post h3.blog-title a:hover {
  color: #061340;
}
body.archive .rs-breadcrumbs.heads_trans .breadcrumbs-inner,
body.error404 .rs-breadcrumbs.heads_trans .breadcrumbs-inner,
body.single-product .rs-breadcrumbs.heads_trans .breadcrumbs-inner {
  padding: 250px 0 190px;
}
.rs-blog-grid .blog-item .image-wrap .cat_list ul li a {
  margin-top: 5px;
}
.rs-blog-grid .blog-item .image-wrap .cat_list {
  left: 20px;
  text-align: right;
}
.rs-blog-grid .blog-item .blog-content .blog-meta span:first-child {
  margin-right: 25px;
}
/* ------------------------------------
    24. Blog Pagination
---------------------------------------*/
.page-numbers.dots {
  padding-left: 13px;
  border-right: 1px solid #E6E6E6;
  padding-right: 13px;
  line-height: 14px;
  display: inline-block;
  color: #ffffff;
}
.pagination-area {
  padding-top: 0px;
  clear: both;
  text-align: center;
}
.pagination-area .pagination {
  padding: 0;
  margin: 0;
}
.pagination-area .nav-links {
  display: flex;
  align-items: center;
  padding: 15px 10px 15px 8px;
  border-radius: 0px;
  background: #fa4001;
}
.pagination-area .nav-links span.current {
  padding: 2px 20px 0 21px;
  line-height: 12px;
  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;
}
.pagination-area .nav-links > * {
  border-radius: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.pagination-area .nav-links a {
  padding: 2px 16px 0 16px;
  line-height: 12px;
  color: #eee;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  text-align: center;
  background: transparent;
  opacity: .96;
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #E6E6E6;
}
.pagination-area .nav-links a:hover {
  color: #ffffff;
}
.pagination-area .nav-links a.next.page-numbers {
  background: none !important;
  border-right: 0;
}
.entry-content .page-links .pagination-pages {
  display: inline-flex;
  padding: 14px 11px 15px 26px;
  border-radius: 0px;
  line-height: 15px;
  color: #eee;
  border: none;
  background: #fa4001;
}
.entry-content .page-links .pagination-pages span.current {
  padding: 2px 18px 0 18px;
  line-height: 13px;
  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;
  background-image: linear-gradient(50deg, #fa4001 10%, #fa4001 100%);
}
.bs-desc .page-links span.current {
  padding: 2px 18px 0 18px;
  line-height: 13px;
  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 #content h3,
.single #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: #061340;
}
.rs-footer .bs-search input {
  background: #fff;
}
.bs-sidebar .widget select {
  background: #F6F7F9;
  border-radius: 0;
  border-right: 8px solid #F6F7F9;
}
/*-------------------
    Search Results
---------------------*/
body.search-results .site-main > article {
  background: #fff;
  border-top: none;
  border-radius: 0px;
}
body.search-results .site-main > article .entry-title {
  padding: 0;
  font-weight: 700;
  margin-bottom: 12px;
  font-size: 26px;
  line-height: 35px !important;
}
body.search-results .site-main > article .entry-title a {
  color: #111111;
}
body.search-results .site-main > article .entry-title a:hover {
  color: #fa4001;
}
body.search-results .site-main > article .entry-summary {
  padding: 0 0 15px;
}
body.search-results .site-main > article .entry-summary .blog-button {
  margin-top: -5px;
}
body.search-results .site-main > article .entry-summary .blog-button a i {
  vertical-align: middle;
  transition: 0.3s all ease;
  transition: all .5s ease;
}
body.search-results .site-main > article .entry-summary .blog-button a:hover {
  color: #fa4001;
}
body.search-results .site-main > article .entry-summary .blog-button a:hover:before {
  right: -5px;
}
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: #111111;
}
body.search-results .site-main > article .entry-summary .search-button a:hover {
  color: #fa4001;
}
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: #454545;
}
body.search-results .site-main > article .entry-footer span a:hover {
  color: #061340;
}
body.search-results .pagination-area .pagination {
  margin: 30px 0 0;
}
body.search-results .main-contain #content {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.rs-blog-comments .pre-date {
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 500;
}
.rs-blog-comments .author-des a {
  font-weight: 500;
  font-size: 15px;
  color: #111111;
}
.rs-blog-comments .author-content {
  border: 1px solid #ebebeb;
  padding: 40px;
  border-radius: 5px;
  margin-bottom: 40px;
  position: relative;
}
.rs-blog-comments .author-content:last-child {
  margin-bottom: 0;
}
.rs-blog-comments .author-content:before {
  content: "\f258";
  position: absolute;
  top: 27px;
  right: 30px;
  font-family: uicons-regular-rounded;
  font-size: 30px;
  color: #938f8f;
}
.rs-blog-comments .author-text {
  margin-top: 25px;
  display: flex;
  align-items: center;
}
.rs-blog-comments .author-text .author-image {
  margin-right: 15px;
}
.rs-blog-comments .author-text .author-image img {
  border-radius: 50px;
  max-width: 60px;
}
.rs-blog-comments .author-text .comment_author {
  font-size: 15px;
  color: #111111;
  text-transform: capitalize;
}
.rs-blog-comments .comment_slider_inner {
  padding: 10px 2px 0;
}
.rs-blog-comments .slick-prev:after {
  content: "";
  background: #ccc;
  height: 14px;
  width: 1px;
  position: absolute;
  right: 2px;
  top: 3px;
  display: block;
}
.rs-blog-comments .slick-arrow:before {
  content: "\f11a";
  font-size: 15px;
  color: #111111;
  margin: 0;
  display: inline-block;
  font-family: flaticon !important;
  font-weight: 600;
  text-align: center;
  right: 3px;
  position: relative;
}
.rs-blog-comments .slick-arrow:before:hover {
  color: #061340;
}
.rs-blog-comments .slick-next:before {
  transform: rotate(180deg);
}
.rs-blog-comments .slick-arrow {
  position: absolute;
  top: -50px;
  right: 0;
}
.rs-blog-comments .slick-prev {
  left: auto;
  right: 20px;
}
.rs-blog-comments.nav_false .slick-arrow {
  display: none !important;
}
.blog-inner-wrap .pre-pointer-events {
  overflow: hidden;
}
.blog-inner-wrap .pre-image-wrap {
  overflow: hidden;
}
.blog-inner-wrap .pre-image-wrap img {
  transform: scale(1);
  transition: 0.4s;
}
.blog-inner-wrap:hover .pre-image-wrap img {
  transform: scale(1.1);
}
article .blog-item .blog-img,
.rs-blog-filter-style .blog-item .blog-img {
  overflow: hidden;
}
article .blog-item .blog-img img,
.rs-blog-filter-style .blog-item .blog-img img {
  transform: scale(1);
  transition: 0.4s;
}
article .blog-item:hover .blog-img img,
.rs-blog-filter-style .blog-item:hover .blog-img img {
  transform: scale(1.1);
}
.bs-sidebar .default_sidebar .show-featured .post-img {
  border-radius: 120px;
}
.show-featured .post-img {
  overflow: hidden;
}
.show-featured .post-img img {
  transform: scale(1);
  transition: 0.4s;
}
.show-featured:hover .post-img img {
  transform: scale(1.1);
}
/* ---------------------------
    Header Section 
------------------------------*/
#rs-header {
  width: 100%;
  z-index: 9;
}
#rs-header .container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}
#rs-header .header-inner {
  position: relative;
}
#rs-header .header-quote {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#rs-header.header-style1 .menu-area {
  background: #fff;
}
#rs-header .toolbar-area-defaut {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#rs-header .toolbar-area-defaut .row {
  align-items: center;
}
#rs-header .toolbar-area-defaut .toolbar-contact {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  height: 35px;
}
#rs-header .toolbar-area-defaut .toolbar-contact .top-slider {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 25px;
  margin-right: 25px;
  flex: 0 0 26%;
  color: #fff;
}
#rs-header .toolbar-area-defaut .toolbar-contact .rs-contact-info .items,
#rs-header .toolbar-area-defaut .toolbar-contact .rs-contact-info .owl-stage-outer {
  overflow: hidden;
  color: #fff;
}
#rs-header .toolbar-area-defaut .toolbar-contact .rs-contact-info .owl-nav {
  position: absolute;
  top: 6px;
  right: 0;
}
#rs-header .toolbar-area-defaut .toolbar-contact .rs-contact-info .owl-nav i:before {
  margin: 0;
  padding: 5px 5px 4px 20px;
  cursor: pointer;
  font-size: 12px;
  color: #fff;
  transition: all .5s ease;
}
#rs-header .toolbar-area-defaut .toolbar-contact .rs-contact-info .owl-nav .owl-prev {
  position: absolute;
  top: -1px;
  z-index: 1;
}
#rs-header .toolbar-area-defaut .toolbar-contact .rs-contact-info .owl-nav .owl-prev:hover i:before {
  color: #061340;
}
#rs-header .toolbar-area-defaut .toolbar-contact .rs-contact-info .owl-nav .owl-next {
  position: absolute;
  top: -1px;
  transform: rotate(180deg);
  right: -60px;
  z-index: 1;
}
#rs-header .toolbar-area-defaut .toolbar-contact .rs-contact-info .owl-nav .owl-next:hover i:before {
  color: #061340;
}
#rs-header .toolbar-area-defaut .toolbar-sl-share ul.menu {
  display: flex;
  list-style: none;
  justify-content: flex-end;
}
#rs-header .toolbar-area-defaut .toolbar-sl-share ul.menu li {
  margin: 0;
}
#rs-header .toolbar-area-defaut .toolbar-sl-share ul.menu li a {
  display: unset;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 3px 25px;
}
#rs-header .toolbar-area-defaut .toolbar-sl-share ul.menu li:last-child a {
  padding-right: 0;
  border-right: 0;
}
#rs-header .toolbar-area-defaut.toolbar-area-three .toolbar-sl-share .rs-date {
  position: relative;
  line-height: 24px;
  margin-right: 12px;
  padding-right: 30px;
}
#rs-header .toolbar-area-defaut.toolbar-area-three .toolbar-sl-share .rs-date i {
  font-size: 14px;
  position: relative;
  top: 1px;
  margin-right: 4px;
}
#rs-header .toolbar-area-defaut.toolbar-area-three .toolbar-sl-share .rs-date:before {
  content: "";
  position: absolute;
  right: 0;
  top: 5.5px;
  background: rgba(255, 255, 255, 0.2);
  width: 1.7px;
  height: 15px;
}
#rs-header .btn_quote {
  position: relative;
  margin-left: 25px;
  line-height: 30px;
}
#rs-header .btn_quote a {
  font-size: 20px;
  border-radius: 3px;
  color: #454545;
  font-weight: 500;
}
#rs-header .btn_quote a:hover {
  color: #fa4001;
}
#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.sticky-logo {
  display: none;
}
#rs-header.fixed-menu .header-inner.sticky .logo-area {
  display: block;
  margin: 0;
  padding: 0;
}
#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: #fa4001;
  padding-right: 6px;
}
#rs-header.fixed-menu .header-inner .toolbar-sl-share .rs-contact-phone a {
  color: #111111;
}
#rs-header.fixed-menu .header-inner .toolbar-sl-share .rs-contact-phone a:hover {
  color: #fa4001;
}
#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: #fa4001;
  padding-right: 7px;
}
#rs-header.fixed-menu .header-inner .toolbar-sl-share .rs-contact-email a {
  color: #111111;
}
#rs-header.fixed-menu .header-inner .toolbar-sl-share .rs-contact-email a:hover {
  color: #fa4001;
}
#rs-header.fixed-menu .header-inner .toolbar-sl-share ul {
  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: #111111;
}
#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: #fa4001;
}
#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-image: linear-gradient(-50deg, #151923 10%, #130951 100%);
  padding: 0;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  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.flaticon-mail {
  position: relative;
  top: 1px;
}
#rs-header .toolbar-area .toolbar-contact ul li i:before {
  font-size: 18px;
  margin-left: 0;
}
#rs-header .toolbar-area .toolbar-contact ul li a {
  transition: all 0.3s ease 0s;
  color: #4d4d4d;
  border-right: 1px solid #fe6430;
  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 .toolbar-area .opening {
  line-height: 50px;
}
#rs-header .toolbar-area .opening em {
  border-right: 1px solid #fe6430;
  margin-right: 5px;
  padding-right: 20px;
  font-style: normal;
}
#rs-header .toolbar-area .opening i {
  margin-right: 8px;
  line-height: 20px;
}
#rs-header .toolbar-area .opening i:before {
  font-size: 15px;
  font-weight: 600;
}
#rs-header .toolbar-area .toolbar-sl-share ul {
  text-align: right;
  margin: 0px;
  padding: 0;
}
#rs-header .toolbar-area .toolbar-sl-share ul li {
  display: inline-block;
  font-size: 14px;
  line-height: 50px;
}
#rs-header .toolbar-area .toolbar-sl-share ul li + li {
  margin-left: 15px;
}
#rs-header .toolbar-area .toolbar-sl-share ul li a {
  display: block;
  color: #111111;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
#rs-header .toolbar-area .toolbar-sl-share ul li a:hover {
  color: #061340;
}
#rs-header .toolbar-area .toolbar-sl-share ul li a i {
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 13px;
}
#rs-header .toolbar-area .toolbar-sl-share ul li a i:hover {
  color: #061340;
}
#rs-header .toolbar-area .toolbar-sl-share ul li a.quote-buttons {
  position: relative;
  padding-right: 25px;
  color: #fff;
  margin-left: 30px;
}
#rs-header .toolbar-area .toolbar-sl-share ul li a.quote-buttons:before {
  font-family: Flaticon;
  font-size: 15px;
  font-style: normal;
  color: #061340;
  position: absolute;
  content: "\f100";
  right: 0;
  top: 0;
}
#rs-header .toolbar-area .toolbar-sl-share ul li a.quote-buttons:hover {
  color: #061340;
}
#rs-header .row-table {
  display: flex;
  width: 100%;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
#rs-header .row-table .header-logo {
  display: flex;
  flex: 1;
}
#rs-header .row-table .logo-areas.custom-sticky-logo {
  display: none;
}
#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.header-style9 .row-table .header-logo {
  display: unset;
  flex: unset;
}
#rs-header.header-style9 .row-table .menu-responsive {
  display: flex;
  flex: 1;
}
#rs-header.header-style9 .row-table .nav.navbar {
  margin-right: 0;
  margin-left: 80px;
}
#rs-header.header-style9 .header-inner.sticky .row-table .menu-responsive {
  display: unset;
  flex: unset;
}
#rs-header.header-style9 .header-inner.sticky .row-table .nav.navbar {
  margin-right: 0;
  margin-left: 0px;
}
#rs-header.header-style9.main-menu-center .row-table .header-logo {
  display: unset;
  flex: unset;
}
#rs-header.header-style9.main-menu-center .row-table .menu-responsive {
  display: unset;
  flex: unset;
}
#rs-header.header-style9.main-menu-center .row-table .nav.navbar {
  margin-right: 0;
  margin-left: 0px;
}
#rs-header .logo-area {
  position: relative;
  z-index: 9;
  float: left;
  margin-right: 20px;
  line-height: 40px;
}
#rs-header .logo-area a {
  font-weight: 700;
  color: #000;
  transition: all 0.3s ease 0s;
  font-size: 35px;
}
#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;
}
#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 {
  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 ul > li:last-child > a {
  margin-right: 0;
}
#rs-header.header-style7 .menu-area .navbar {
  margin-right: 0px;
}
#rs-header.header-style7 .toolbar-area {
  position: relative;
  overflow: hidden;
}
#rs-header.header-style7 .toolbar-area:after {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  width: 33%;
  height: 100%;
  background: #fa4001;
  transform: skew(-20deg);
}
#rs-header.header-style7 .toolbar-area .toolbar-sl-share {
  position: relative;
  z-index: 11;
}
#rs-header.header-style7 .toolbar-area .toolbar-contact ul li a,
#rs-header.header-style7 .toolbar-area .toolbar-contact ul li i:before {
  font-size: 15px;
}
#rs-header.header-style7 .toolbar-area .toolbar-contact ul li i.fa-phone:before {
  font-size: 18px;
}
#rs-header.header-style7 .toolbar-area .toolbar-contact ul li i:before {
  font-weight: 700;
}
#rs-header.header-style7 .btn_quote {
  margin-left: 30px;
}
#rs-header.header-style7 .btn_quote a {
  font-size: 14px;
  padding: 13px 28px;
  border-radius: 30px;
  font-weight: 500;
}
#rs-header.header-style7 .menu-cart-area {
  padding-left: 32px;
  position: relative;
}
#rs-header.header-style7 .menu-cart-area:before {
  position: absolute;
  content: "";
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 45px;
  background: #fa4001;
  opacity: 0.2;
}
.rs-language-menu {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
  right: 14px;
}
.rs-language-menu .menu-language-container {
  margin-left: 10px;
}
.rs-language-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
.rs-language-menu ul li {
  display: inline-block;
}
.rs-language-menu ul li a {
  color: #454545;
}
.rs-language-menu ul li a:hover {
  color: #061340;
}
.rs-language-menu ul li ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 120%;
  right: -14px;
  transition: 0.4s;
  padding: 15px;
  background: #fff;
  box-shadow: 0 0 15px #0000001f;
  border-radius: 4px;
  z-index: 10;
}
.rs-language-menu ul li ul li {
  display: block;
}
.rs-language-menu ul li ul li + li {
  padding-top: 6px;
}
.rs-language-menu ul li:hover ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.rs-language-menu .menu-language-container > ul > li {
  position: relative;
  padding-bottom: 12px;
}
.rs-language-menu .menu-language-container > ul > li:before {
  position: absolute;
  right: -14px;
  top: 0;
  content: "\f107";
  color: #454545;
  font-family: 'FontAwesome';
}
.fixed-menu .menu-area .navbar ul li ul.sub-menu {
  display: none;
  position: unset;
  transform: unset;
  top: auto;
  opacity: 1;
  visibility: visible;
  box-shadow: unset;
  transition: unset;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.fixed-menu .menu-area .navbar ul li ul.sub-menu li {
  margin: 0 !important;
}
.fixed-menu .menu-area .navbar ul li ul.sub-menu li:before {
  display: none!important;
}
.fixed-menu .menu-area .navbar ul li ul.sub-menu li a {
  padding-left: 20px;
}
.fixed-menu .menu-area .navbar ul li ul.sub-menu li ul.sub-menu {
  position: unset !important;
  transform: scaleY(1) !important;
  visibility: visible !important;
  opacity: 1 !important;
  padding: 0 0 0 25px;
  background: none !important;
}
#rs-header.fixed-menu .menu-area .navbar ul > li.mega > ul {
  padding-left: 15px;
  padding-right: 0;
}
#rs-header.fixed-menu .menu-area .navbar ul > li.mega > ul.sub-menu .flex-mega {
  display: block;
}
#rs-header.fixed-menu .menu-area nav.navbar ul li.mega ul li .sub-menu {
  padding: 0 0 0 20px;
}
.phone_call i {
  background: #061340;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  display: block;
  text-align: center;
  line-height: 42px;
  position: relative;
  z-index: 2;
  color: #fff;
}
.phone_call i:before {
  font-size: 19px !important;
  font-weight: normal !important;
}
.phone_num_call {
  display: none;
  position: absolute;
  right: 35px;
  width: 136px;
  text-align: right;
  color: #fff;
  background: #061340;
  top: 51%;
  transform: translateY(-50%);
  z-index: 1;
  padding: 2px 20px;
  border-radius: 2px;
}
.phone_num_call a {
  color: #fff;
}
.phone-calls .sidebarmenu-search {
  position: relative;
}
#rs-header .menu-sticky .menu-area {
  background: #fff;
}
body.body-left-space .vc_row {
  padding-left: 300px;
}
body.body-left-space .vc_row.vc_row-no-padding {
  padding-left: 350px;
  padding-right: 50px;
}
body.body-left-space .rs-footer .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}
.offwrap {
  cursor: url(../images/close.png), auto;
  width: 100%;
  left: 100%;
  transition: all 0.8s ease-out 0s;
  position: fixed;
  background: #000;
  height: 100vh;
  top: 0;
  bottom: 0;
  opacity: .8;
  z-index: 999;
}
body.off-open .offwrap {
  left: 0%;
  transition: all 0.8s ease-out 0s;
}
#rs-header.header-transparent {
  position: absolute;
}
#rs-header.header-transparent .menu-area {
  padding: 8px 0;
}
#rs-header.header-transparent .menu-area .navbar ul li a {
  color: #202427;
}
#rs-header.header-transparent .menu-area .navbar ul li a:before {
  color: #fff;
}
#rs-header.header-transparent .menu-area .navbar ul li a:hover {
  color: #061340;
}
#rs-header.header-transparent .menu-area .navbar ul li:hover a:before {
  text-shadow: 10px 0 #ffffff, -10px 0 #ffffff;
}
#rs-header.header-transparent .menu-area .navbar ul li.current-menu-ancestor a,
#rs-header.header-transparent .menu-area .navbar ul li.current_page_item a {
  color: #fa4001;
}
#rs-header.header-transparent .menu-area .navbar ul li .sub-menu li a {
  color: #202427;
}
#rs-header.header-transparent .menu-area .navbar ul li .sub-menu li a:hover {
  color: #061340;
}
#rs-header.header-transparent .menu-area .navbar ul li .sub-menu li.current-menu-ancestor > a,
#rs-header.header-transparent .menu-area .navbar ul li .sub-menu li.current_page_item > a {
  color: #061340;
}
#rs-header.header-transparent .menu-area .navbar ul li .sub-menu li:hover > a {
  color: #061340;
}
#rs-header.header-transparent .menu-area .navbar ul li:hover > a {
  color: #061340;
}
#rs-header.header-transparent .menu-area.dark .navbar ul li a {
  color: #fa4001;
}
#rs-header.header-transparent .menu-area.dark .navbar ul li a:hover {
  color: #fa4001;
}
#rs-header.header-transparent .menu-area.dark .navbar ul li.current-menu-ancestor > a,
#rs-header.header-transparent .menu-area.dark .navbar ul li.current_page_item > a {
  color: #fa4001;
}
#rs-header.header-transparent .menu-area.dark .navbar ul li .sub-menu li a {
  color: #fff;
}
#rs-header.header-transparent .menu-area.dark .menu-responsive .sidebarmenu-search .sticky_search {
  color: #fa4001;
}
#rs-header.header-transparent .menu-area.dark ul.offcanvas-icon .nav-link-container .nav-menu-link span {
  background: #061340;
}
#rs-header.header-transparent .menu-area.dark .menu-cart-area i {
  color: #fa4001;
}
#rs-header.header-transparent .menu-responsive .sidebarmenu-search .sticky_search {
  color: #fff;
}
#rs-header.header-transparent .menu-cart-area i {
  color: #fff;
}
#rs-header.header-transparent .opening {
  color: #fff;
}
#rs-header.header-transparent .toolbar-area {
  background: rgba(0, 0, 0, 0.3);
  padding: 5px 0 5px;
}
#rs-header.header-transparent .toolbar-area .toolbar-sl-share ul li a i {
  color: #fff;
  transition: all 0.3s ease 0s;
}
#rs-header.header-transparent .toolbar-area .toolbar-sl-share ul li:hover a i {
  color: #d6d6d6 !important;
}
#rs-header.header-transparent .toolbar-area .toolbar-contact ul.rs-contact-info li {
  color: #fff;
}
#rs-header.header-transparent .toolbar-area .toolbar-contact ul.rs-contact-info li i {
  color: #fff;
}
#rs-header.header-transparent .toolbar-area .toolbar-contact ul.rs-contact-info li a {
  color: #fff ;
}
#rs-header.header-transparent .toolbar-area .toolbar-contact ul.rs-contact-info li:hover a {
  color: #d6d6d6;
}
.transparent_head .rs-breadcrumbs .breadcrumbs-inner {
  padding: 250px 0 190px;
  min-height: 400px;
  padding-left: 40px;
}
.transparent_head .rs-breadcrumbs .breadcrumbs-inner:before {
  top: auto;
  bottom: 40px;
}
#rs-header.header-style5 .sticky-wrapper {
  position: absolute;
  width: 100%;
  transition: all 300ms ease-in-out;
  z-index: 99;
}
#rs-header.header-style5 .table-top {
  padding-top: 17px;
  padding-bottom: 17px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#rs-header.header-style5 .table-top .btn_quote {
  padding: 0;
  margin: 0;
  text-align: right;
  position: relative;
}
#rs-header.header-style5 .table-top .col-cell {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3336%;
  flex: 0 0 33.3336%;
  max-width: 33.3336%;
}
#rs-header.header-style5 ul.offcanvas-icon .nav-link-container a {
  max-width: 35px;
}
#rs-header.header-style5 .info-title {
  padding-top: 0px;
}
#rs-header.header-style5 .info-title i {
  position: relative;
  top: 3px;
  font-size: 16px;
  margin-right: 5px;
}
#rs-header.header-style5 .btn_quote a {
  padding: 0;
  color: #454545;
  border: none;
  font-size: 20px;
  margin-left: 15px;
  position: relative;
  top: 2px;
}
#rs-header.header-style5 .btn_quote a:hover {
  color: #061340;
}
#rs-header.header-style5 .header-quote {
  justify-content: flex-start;
  position: relative;
  top: -20px;
}
#rs-header.header-style5 .toolbar-area {
  background: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#rs-header.header-style5 .toolbar-area .row-table .col-cell {
  width: 33.33%;
}
#rs-header.header-style5 .toolbar-area .toolbar-contact ul li {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  margin-right: 20px;
  padding-right: 20px;
}
#rs-header.header-style5 .toolbar-area .toolbar-contact ul li:last-child {
  border: none;
}
#rs-header.header-style5 .toolbar-area .toolbar-contact ul li a {
  margin-right: 0;
  padding-right: 0;
  border: none;
}
#rs-header.header-style5 .nav-link-container .nav-menu-link {
  margin: -3px 0 0;
  margin-left: 15px;
}
#rs-header.header-style5 .logo-area {
  float: none;
  margin: 0;
  text-align: center;
}
#rs-header.header-style5 .menu-area {
  background: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
}
#rs-header.header-style5 .menu-area .row-table {
  justify-content: center;
}
#rs-header.header-style5 .menu-area .row-table .navbar {
  margin-right: 0;
  float: none;
}
#rs-header.header-style5 .col-cell.header-logo {
  position: relative;
}
#rs-header.header-style5 .col-cell.header-logo .header-phone {
  margin-top: 15px;
}
#rs-header.header-style5 .col-cell.header-logo .header-phone a {
  color: #fff;
}
#rs-header.header-style5 .col-cell.header-logo .header-phone i:before {
  color: #fff;
}
#rs-header.header-style5 .stuck.sticky .menu-responsive .sidebarmenu-area {
  float: right;
  padding-top: 14px;
  padding-bottom: 14px;
}
#rs-header.header-style5 .header-inner.sticky .row-table.table-top {
  display: none;
}
#rs-header.header-style5 ul.offcanvas-icon .nav-link-container {
  margin-left: 0px;
}
#rs-header.header-style5 ul.offcanvas-icon .nav-link-container a {
  padding: 0;
}
#rs-header.header-style5 .sticky_search i:before {
  margin: 0;
  font-size: 20px;
  position: relative;
  top: 4px;
}
#rs-header.header-style5 .header-icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.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: right;
  padding: 0;
  margin-right: 25px;
}
.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: 30px 10px;
  font-size: 16px;
  /*Dropdown Menu area*/
}
.menu-area .navbar ul li.current-menu-ancestor a,
.menu-area .navbar ul li.current_page_item a {
  color: #fa4001;
}
.menu-area .navbar ul li a {
  color: #101010;
  font-size: 16px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: 'Inter', sans-serif;
}
.menu-area .navbar ul li:hover a {
  color: #fa4001;
}
.menu-area .navbar ul li ul.sub-menu {
  min-width: 260px;
  padding-bottom: 30px;
  padding-top: 30px;
  border-radius: 0px;
}
.menu-area .navbar ul li ul.sub-menu li {
  float: none;
  display: block;
  margin: 0;
  text-align: left;
  line-height: 25px;
}
.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: 8px 20px;
  color: #101010;
  font-size: 16px;
  font-weight: 500;
  margin-left: 20px;
  margin-right: 20px;
}
.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 {
  color: #fa4001;
}
.menu-area .navbar ul li ul.sub-menu li:hover > a {
  color: #fa4001;
}
.menu-area .navbar ul li:hover ul {
  opacity: 1;
  position: absolute;
}
.menu-area .navbar ul li > a {
  display: block;
  text-decoration: none;
  font-weight: 600;
  transition: unset;
}
.menu-area .navbar ul li.active a {
  color: #fa4001;
}
.menu-area .navbar ul li.active li a {
  color: #fa4001;
}
.menu-area .navbar ul li.active li ahover {
  color: #fa4001;
}
.menu-area .navbar ul li .sub-menu {
  background: #fff;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.3s ease 0s;
  width: 200px;
  z-index: 99999 !important;
  text-align: left;
  visibility: hidden;
  -webkit-box-shadow: 0px 7px 7px 0px rgba(48, 51, 50, 0.09);
  -moz-box-shadow: 0px 7px 7px 0px rgba(48, 51, 50, 0.09);
  box-shadow: 0px 7px 7px 0px rgba(48, 51, 50, 0.09);
}
.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: #101010;
  font-weight: 400;
}
.menu-area .navbar ul li .sub-menu li a:hover {
  color: #fa4001;
}
.menu-area .navbar ul li .sub-menu li a:hover:before {
  opacity: 1 !important;
}
.menu-area .navbar ul li .sub-menu li.current-menu-item a {
  color: #061340;
}
.menu-area .navbar ul li .sub-menu li ul {
  left: -100% !important;
  top: 0 !important;
}
.menu-area .navbar ul li:hover ul {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}
.menu-area .navbar .navbar-toggle {
  background-color: #061340;
  border-radius: 2px;
  -webkit-transition: .4s ease all;
  transition: .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 {
  color: #111111;
}
.menu-area.menu_type_dark .sticky_search i::before,
.menu-area.menu_type_dark .menu-cart-area i::before {
  color: #111111;
}
.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: "+";
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  text-align: center;
  z-index: 9999;
  font-size: 16px;
  display: block;
  cursor: pointer;
  transform: translateY(-50%);
  font-weight: 400;
}
.menu-area .navbar ul > li.menu-item-has-children.hover-minimize > a:before {
  display: none;
}
.menu-area .navbar ul > li.menu-item-has-children.hover-minimize > a:after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  width: 9px;
  height: 1px;
  text-align: center;
  z-index: 9999;
  transition: all .5s ease;
  display: block;
  cursor: pointer;
  background: #fa4001;
  transform: translateY(-50%);
  font-weight: 400;
  color: #fa4001;
}
.menu-area .navbar ul ul.sub-menu li.menu-item-has-children > a:before {
  display: none !important;
}
.menu-area .navbar ul ul.sub-menu li.menu-item-has-children > a:after {
  display: none !important;
}
.fa {
  font-family: 'FontAwesome' !important;
}
#rs-header.header-style5 .header-inner .menu-area.menu_type_dark .navbar ul li a {
  color: #111111;
}
#rs-header.header-style-4 .menu-area .navbar ul li .sub-menu,
#rs-header.header-style5 .menu-area .navbar ul li .sub-menu {
  top: 100%;
}
.menu-sticky.sticky .menu-area .navbar ul > li.current-menu-ancestor > a,
.menu-sticky.sticky .menu-area .navbar ul > li.current_page_item > a {
  color: #ccc;
}
.menu-sticky.sticky .menu-area .navbar ul li ul li a:hover {
  color: #ccc;
}
#rs-header.header-transparent .menu-sticky.sticky .menu-area .navbar ul > li.current_page_item > a,
#rs-header.header-transparent .menu-sticky.sticky .menu-area .navbar ul > li.current-menu-ancestor > a,
#rs-header.header-style-4 .menu-sticky.sticky .menu-area .menu > li.current_page_item > a,
#rs-header.header-style-4 .menu-sticky.sticky .menu-area .menu > li.current-menu-ancestor > a,
#rs-header.header-transparent .menu-sticky.sticky .menu-area.dark .navbar ul > li:hover > a,
#rs-header.header-transparent .menu-sticky.sticky .menu-cart-area i,
#rs-header.header-transparent .menu-sticky.sticky .menu-responsive .sidebarmenu-search .sticky_search .fa,
#rs-header.header-style5 .header-inner.menu-sticky.sticky .menu-area .navbar ul > li.current-menu-ancestor > a,
#rs-header.header-style5 .header-inner.menu-sticky.sticky .menu-area .navbar ul > li.current_page_item > a {
  color: #ccc;
}
header.header-style3 .menu-area .navbar ul li .sub-menu li ul {
  left: 100% !important;
  padding-bottom: 0;
}
#rs-header.header-style3 .menu-area .navbar ul li .sub-menu li:hover > a {
  color: #061340;
}
/*******off Canvas css********/
ul.offcanvas-icon {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.offcanvas-icon .nav-link-container a {
  padding: 0 13px 0;
  background: transparent;
  max-width: 50px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 2px;
  padding-right: 0;
  margin-right: -3px;
}
.sidenav.offcanvas-icon.nav-active-menu-container {
  margin-top: 0;
}
.mobile-logos {
  display: none;
}
.nav-link-container .nav-menu-link {
  margin-left: 10px;
}
.nav-link-container .nav-menu-link span {
  height: 2px;
  width: 30px;
  display: block;
  background: #454545;
  border-radius: 3px;
  transition: none;
  cursor: pointer;
  list-style: none;
  margin: 2.5px 3px;
}
.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 .5s ease;
}
.sidenav.offcanvas-icon .rs-offcanvas-right a.quote-btn:hover span {
  background: #fa4001;
}
.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: .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: #fa4001;
}
.mobile-menu-container div ul > li.current_page_parent > a {
  color: #fa4001;
}
.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,
#mobile_menu ul ul li a {
  width: 100%;
  border-bottom: 0;
}
#mobile_menu > ul > li {
  float: none;
}
#mobile_menu ul ul li a {
  padding-left: 25px;
}
#mobile_menu ul ul ul li a {
  padding-left: 35px;
}
#mobile_menu ul ul,
#mobile_menu ul ul ul,
#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,
#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;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile_menu .menu-button.menu-opened:before {
  top: 23px;
  background: #ffffff;
  width: 15px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  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:after {
  position: absolute;
  top: 19px;
  right: 10px;
  width: 20px;
  height: 1px;
  display: block;
  background: #fff;
  content: '';
}
#mobile_menu ul ul .submenu-button:after {
  top: 20px;
  right: 7px;
}
#mobile_menu .submenu-button:before {
  position: absolute;
  top: 10px;
  right: 19px;
  display: block;
  width: 1px;
  height: 20px;
  background: #fff;
  content: '';
}
#mobile_menu ul ul .submenu-button:before {
  top: 11px;
  right: 16px;
}
#mobile_menu .submenu-button.submenu-opened:before {
  display: none;
}
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,
#fixedmenus ul ul li a {
  width: 100%;
  border-bottom: 0;
}
#fixedmenus > ul > li {
  float: none;
}
#fixedmenus ul ul li a {
  padding-left: 25px;
}
#fixedmenus ul ul ul li a {
  padding-left: 35px;
}
#fixedmenus ul ul,
#fixedmenus ul ul ul,
#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,
#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;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#fixedmenus .menu-button.menu-opened:before {
  top: 23px;
  background: #ffffff;
  width: 15px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  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;
}
#rs-header.header-transparent .menu-area {
  background: transparent !important;
}
#rs-header.header-style-3.header-style-2.margin_minus .sticky-wrapper {
  margin-bottom: 0;
}
#rs-header.header-style-4 .header-inner {
  background: #ffffff;
}
#rs-header.header-style-4 .header-inner .logo-section {
  padding: 0;
}
#rs-header.header-style-4 .header-inner .logo-section .toolbar-contact-style4 ul {
  float: none;
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 17px 0 7px;
}
#rs-header.header-style-4 .header-inner .logo-section .toolbar-contact-style4 ul li {
  display: inline-block;
  padding-right: 25px;
  padding-left: 25px;
  border-right: 1px solid #eee;
  font-size: 14px;
}
#rs-header.header-style-4 .header-inner .logo-section .toolbar-contact-style4 ul li:first-child {
  padding-left: 0;
}
#rs-header.header-style-4 .header-inner .logo-section .toolbar-contact-style4 ul li:last-child {
  padding-right: 0;
  border-right: none;
}
#rs-header.header-style-4 .header-inner .logo-section .toolbar-contact-style4 ul li i {
  float: left;
  margin-right: 15px;
  color: #061340;
  line-height: 44px;
}
#rs-header.header-style-4 .header-inner .logo-section .toolbar-contact-style4 ul li i:before {
  font-size: 30px;
}
#rs-header.header-style-4 .header-inner .logo-section .toolbar-contact-style4 ul li .contact-inf {
  float: left;
  text-align: left;
}
#rs-header.header-style-4 .header-inner .logo-section .toolbar-contact-style4 ul li .contact-inf span {
  color: #111111;
  display: block;
  text-align: left;
  font-size: 100%;
  padding: 0;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 0;
}
#rs-header.header-style-4 .header-inner .logo-section .toolbar-contact-style4 ul li .contact-inf a {
  color: #000000;
}
#rs-header.header-style-4 .header-inner .logo-section .toolbar-contact-style4 ul li .contact-inf a:hover {
  color: #061340;
}
#rs-header.header-style-4 .header-quote {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#rs-header.header-style-4 .logo-section {
  background: #f7f7fc;
  overflow: hidden;
  position: relative;
}
#rs-header.header-style-4 .logo-section:before {
  content: "";
  position: absolute;
  background: #fa4001;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 30%;
}
#rs-header.header-style-4 .logo-section .times-sec {
  position: relative;
  background: #fa4001;
}
#rs-header.header-style-4 .logo-section .times-sec .times {
  color: #fff;
  padding-left: 20px;
}
#rs-header.header-style-4 .logo-section .times-sec .times i {
  color: #061340;
  margin-right: 8px;
}
#rs-header.header-style-4 .logo-section .times-sec:after {
  content: "";
  position: absolute;
  top: 0;
  left: -45px;
  width: 0;
  height: 0;
  border-bottom: 82px solid #030749;
  border-left: 45px solid transparent;
}
#rs-header.header-style-4 .menu-cart-area,
#rs-header.header-style-4 .menu-area .navbar ul > li {
  padding-top: 30px;
  padding-bottom: 30px;
}
#rs-header.header-style-4 .menu-cart-area ul.sub-menu li,
#rs-header.header-style-4 .menu-area .navbar ul > li ul.sub-menu li {
  padding: 0;
}
#rs-header.header-style-4 .sidebarmenu-area {
  display: inline-block;
  position: relative;
}
#rs-header.header-style-4 .sidebarmenu-search {
  display: inline-block;
  margin-right: 0;
  cursor: pointer;
  vertical-align: top;
  padding: 20px 0;
}
#rs-header.header-style-4 .sidebarmenu-search .sticky_form {
  position: absolute;
  bottom: -53px;
  right: 0;
  z-index: 9;
  width: 250px;
}
#rs-header.header-style-4 .menu-cart-area {
  float: none;
  display: inline-block;
  margin-right: 25px;
  vertical-align: top;
  padding: 0;
}
#rs-header.header-style-4 .widget_shopping_cart_content {
  text-align: center;
}
#rs-header.header-style-4 .menu-sticky.sticky .sidebarmenu-search .sticky_form {
  bottom: -40px;
}
#rs-header.header-style-4 .menu-sticky.sticky .menu-cart-area i.fa-shopping-cart {
  color: #fa4001;
}
#rs-header.header-style-4 .nav-link-container .nav-menu-link span {
  background: #000000;
}
.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-header.header-style-3 .sticky-wrapper {
  background: none;
  position: absolute;
  width: 100%;
  z-index: 9;
  transition: all .5s ease;
}
#rs-header.header-style-3 .rs-contact-location {
  text-align: left;
  display: flex;
  align-items: center;
}
#rs-header.header-style-3 .rs-contact-location i.phone-icon {
  margin-right: 15px;
}
#rs-header.header-style-3 .rs-contact-location i.phone-icon:before {
  margin-left: 0;
  font-size: 25px;
  color: #fa4001;
}
#rs-header.header-style-3 .rs-contact-location .contact-inf {
  font-weight: 600;
  font-size: 15px;
}
#rs-header.header-style-3 .rs-contact-location .contact-inf a {
  color: #111111;
}
#rs-header.header-style-3 .rs-contact-location .contact-inf a:hover {
  color: #fa4001;
}
#rs-header.header-style-3 .rs-contact-location .contact-inf em {
  display: block;
  font-style: normal;
  font-weight: normal;
}
#rs-header.header-style-3 .menu-area .container {
  position: static;
}
#rs-header.header-style-3 .rs-breadcrumbs .breadcrumbs-inner {
  padding-top: 250px;
  padding-bottom: 190px;
}
#rs-header.header-style-3 .row-table {
  position: static;
}
#rs-header.header-style-3 .box-layout {
  position: relative;
}
#rs-header.header-style-3 .header-inner .box-layout {
  background: rgba(255, 255, 255, 0.9);
  z-index: 1;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 55px;
  border-left: 10px solid #fa4001;
  border-right: 10px solid #fa4001;
}
#rs-header.header-style-3 .header-inner .box-layout .toolbar-area {
  text-align: right;
}
#rs-header.header-style-3 .header-inner .logo-section {
  padding: 15px 0 15px;
}
#rs-header.header-style-3 .header-inner.sticky {
  position: fixed;
  background: #fff;
}
#rs-header.header-style-3 .header-inner.sticky .menu-area .navbar ul > li {
  padding-top: 25px;
  padding-bottom: 25px;
}
#rs-header.header-style-3 .header-inner.sticky .box-layout {
  background: #fff;
  margin-top: 0;
  border-left: 0;
  border-right: 0;
}
#rs-header.header-style-3 .header-inner.sticky .box-layout .navbar-menu {
  width: 100%;
}
#rs-header.header-style-3 .header-inner.sticky .box-layout .menu-area .navbar ul {
  text-align: left;
}
#rs-header.header-style-3 .header-inner.sticky .right-sec {
  display: none;
}
#rs-header.header-style-3 .header-inner.sticky .logo-section {
  padding: 0;
}
#rs-header.header-style-3 .header-inner.sticky .menu-area .menu-responsive .navbar {
  margin-right: 0;
}
#rs-header.header-style-3 .header-inner.sticky .logo-area.sticky-logo {
  margin-bottom: 0;
  display: block;
}
#rs-header.header-style-3 .header-inner.sticky .menu-cart-area,
#rs-header.header-style-3 .header-inner.sticky .sidebarmenu-area,
#rs-header.header-style-3 .header-inner.sticky .sidebarmenu-search {
  display: inline-block;
}
#rs-header.header-style-3 .header-inner.sticky .menu-cart-area .fa-shopping-cart,
#rs-header.header-style-3 .header-inner.sticky .sidebarmenu-area .fa-shopping-cart,
#rs-header.header-style-3 .header-inner.sticky .sidebarmenu-search .fa-shopping-cart {
  color: #494949;
}
#rs-header.header-style-3 .header-quote {
  text-align: right;
  position: relative;
}
#rs-header.header-style-3 .header-quote .btn_quote {
  padding: 0;
  display: inline-block;
  vertical-align: top;
  padding: 20px 0 !important;
}
#rs-header.header-style-3 .menu-area {
  background: none;
}
#rs-header.header-style-3 .menu-area .container {
  padding: 0;
}
#rs-header.header-style-3 .menu-area .menu-responsive .navbar {
  float: none;
}
#rs-header.header-style-3 .sidebarmenu-area {
  display: inline-block;
  position: relative;
  top: 5px;
}
#rs-header.header-style-3 .sidebarmenu-search {
  display: inline-block;
  margin-right: 15px;
  cursor: pointer;
  margin-left: 15px;
  vertical-align: top;
  padding: 19px 0;
}
#rs-header.header-style-3 .sidebarmenu-search .sticky_form {
  position: absolute;
  bottom: -53px;
  right: 0;
  z-index: 9;
  width: 250px;
}
#rs-header.header-style-3 .menu-cart-area {
  float: none;
  display: inline-block;
  padding: 20px 0;
  vertical-align: top;
}
#rs-header.header-style-3 .widget_shopping_cart_content {
  text-align: center;
}
#rs-header.header-style-3 .menu-sticky.sticky .sidebarmenu-search .sticky_form {
  bottom: -40px;
}
#rs-header.header-style-3.header-style-2 .sticky-wrapper {
  position: relative;
  margin-bottom: -40px;
}
#rs-header.header-style-3.header-style-2 .sticky-wrapper .logo-section .toolbar-contact-style4 ul.rs-contact-info li .contact-inf,
#rs-header.header-style-3.header-style-2 .sticky-wrapper .logo-section .toolbar-contact-style4 ul.rs-contact-info li .contact-inf span {
  color: #111111;
}
#rs-header.header-style-3.header-style-2 .sticky-wrapper .header-inner .box-layout {
  background: #fa4001;
}
#rs-header.header-style-3.header-style-2 .sticky-wrapper .menu-area .navbar ul li > a {
  color: #ffffff;
}
#rs-header.header-style-3.header-style-2 .sticky-wrapper .menu-area .navbar ul li:hover > a {
  color: #061340;
}
#rs-header.header-style-3.header-style-2 .sticky-wrapper .menu-area .navbar ul ul.sub-menu li > a {
  color: #202427;
}
#rs-header.header-style-3.header-style-2 .sticky-wrapper .menu-area .navbar ul ul.sub-menu li > a:hover {
  color: #fa4001;
}
#rs-header.header-style-3.header-style-2 .sticky-wrapper .menu-area .navbar ul li.current-menu-ancestor a,
#rs-header.header-style-3.header-style-2 .sticky-wrapper .menu-area .navbar ul li.current_page_item a {
  color: #fa4001;
}
#rs-header.header-style-3.header-style-2 .sticky-wrapper .sticky_search,
#rs-header.header-style-3.header-style-2 .sticky-wrapper .menu-cart-area i {
  color: #fff;
}
#rs-header.header-style-3.header-style-2 .sticky-wrapper .nav-link-container .nav-menu-link span {
  background: #fff;
}
#rs-header.header-style-3.header-style-2 .sticky-wrapper .header-inner.sticky .box-layout {
  background: #fff;
}
#rs-header.header-style-3.header-style-2 .sticky-wrapper .header-inner.sticky .menu-area .navbar ul li > a {
  color: #000000;
}
#rs-header.header-style-3.header-style-2 .sticky-wrapper .header-inner.sticky .sticky_search,
#rs-header.header-style-3.header-style-2 .sticky-wrapper .header-inner.sticky .menu-cart-area i {
  color: #000000;
}
.rs-breadcrumbs .breadcrumbs-title span:last-child {
  padding-right: 0;
  margin-right: 0;
}
#rs-header.header-style-6 .sticky-wrapper {
  background: none;
  position: absolute;
  width: 100%;
  z-index: 9;
  transition: all .5s ease;
}
#rs-header.header-style-6 .container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}
#rs-header.header-style-6 .rs-contact-location {
  text-align: left;
  display: flex;
  align-items: center;
}
#rs-header.header-style-6 .rs-contact-location i.phone-icon {
  margin-right: 20px;
}
#rs-header.header-style-6 .rs-contact-location i.phone-icon:before {
  margin-left: 0;
  font-size: 36px;
  color: #ffffff;
}
#rs-header.header-style-6 .rs-contact-location .contact-inf {
  font-weight: 600;
  font-size: 15px;
}
#rs-header.header-style-6 .rs-contact-location .contact-inf a:hover {
  color: #333;
}
#rs-header.header-style-6 .rs-contact-location .contact-inf em {
  display: block;
  font-style: normal;
  font-weight: normal;
}
#rs-header.header-style-6 .rs-contact-location .contact-inf a,
#rs-header.header-style-6 .rs-contact-location .contact-inf .phone-line {
  display: block;
  color: #ffffff;
}
#rs-header.header-style-6 .rs-contact-location .contact-inf .phone-line {
  font-size: 14px;
  font-weight: 400;
}
#rs-header.header-style-6 .menu-area .container {
  position: static;
}
#rs-header.header-style-6 .rs-breadcrumbs .breadcrumbs-inner {
  padding-top: 250px;
  padding-bottom: 190px;
}
#rs-header.header-style-6 .box-layout {
  position: relative;
}
#rs-header.header-style-6 .header-inner .box-layout .toolbar-area {
  text-align: right;
}
#rs-header.header-style-6 .header-inner .logo-section {
  padding: 15px 0 15px;
}
#rs-header.header-style-6 .header-inner.sticky {
  position: fixed;
  background: #fff;
}
#rs-header.header-style-6 .header-inner.sticky .rs-contact-location i.phone-icon:before {
  color: #333333;
}
#rs-header.header-style-6 .header-inner.sticky .rs-contact-location .contact-inf .phone-line,
#rs-header.header-style-6 .header-inner.sticky .rs-contact-location .contact-inf a {
  color: #333333;
}
#rs-header.header-style-6 .header-inner.sticky .menu-area .navbar ul > li {
  padding-top: 25px;
  padding-bottom: 25px;
}
#rs-header.header-style-6 .header-inner.sticky .box-layout {
  background: #fff;
  margin-top: 0;
  border-left: 0;
  border-right: 0;
}
#rs-header.header-style-6 .header-inner.sticky .box-layout .navbar-menu {
  width: 100%;
}
#rs-header.header-style-6 .header-inner.sticky .box-layout .menu-area .navbar ul {
  text-align: left;
}
#rs-header.header-style-6 .header-inner.sticky .right-sec {
  display: none;
}
#rs-header.header-style-6 .header-inner.sticky .logo-section {
  padding: 0;
}
#rs-header.header-style-6 .header-inner.sticky .menu-area .menu-responsive .navbar {
  margin-right: 0;
}
#rs-header.header-style-6 .header-inner.sticky .logo-area.sticky-logo {
  margin-bottom: 0;
  display: block;
}
#rs-header.header-style-6 .header-inner.sticky .menu-cart-area,
#rs-header.header-style-6 .header-inner.sticky .sidebarmenu-area,
#rs-header.header-style-6 .header-inner.sticky .sidebarmenu-search {
  display: inline-block;
}
#rs-header.header-style-6 .header-inner.sticky .menu-cart-area .fa-shopping-cart,
#rs-header.header-style-6 .header-inner.sticky .sidebarmenu-area .fa-shopping-cart,
#rs-header.header-style-6 .header-inner.sticky .sidebarmenu-search .fa-shopping-cart {
  color: #494949;
}
#rs-header.header-style-6 .header-quote {
  text-align: right;
  position: relative;
}
#rs-header.header-style-6 .header-quote .btn_quote {
  padding: 0;
  display: inline-block;
  vertical-align: top;
  padding: 20px 0 !important;
}
#rs-header.header-style-6 .menu-area {
  background: none;
}
#rs-header.header-style-6 .menu-area .container {
  padding: 0;
}
#rs-header.header-style-6 .menu-area .menu_one {
  padding-left: 160px;
}
#rs-header.header-style-6 .menu-area .menu-responsive .navbar {
  float: none;
}
#rs-header.header-style-6 .box-layout .row-table .col-cell.last-cls {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}
#rs-header.header-style-6 .sidebarmenu-area {
  display: inline-block;
  position: relative;
  top: 5px;
}
#rs-header.header-style-6 .sidebarmenu-search {
  display: inline-block;
  margin-right: 15px;
  cursor: pointer;
  margin-left: 15px;
  vertical-align: top;
  padding: 19px 0;
}
#rs-header.header-style-6 .sidebarmenu-search .sticky_form {
  position: absolute;
  bottom: -53px;
  right: 0;
  z-index: 9;
  width: 250px;
}
#rs-header.header-style-6 .menu-cart-area {
  float: none;
  display: inline-block;
  padding: 20px 0;
  vertical-align: top;
}
#rs-header.header-style-6 .widget_shopping_cart_content {
  text-align: center;
}
#rs-header.header-style-6 .menu-sticky.sticky .sidebarmenu-search .sticky_form {
  bottom: -40px;
}
.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: #fa4001;
}
.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;
}
#rs-header.header-style-5 .sticky-wrapper {
  background: none;
  position: absolute;
  width: 100%;
  z-index: 9;
  transition: all .5s ease;
}
#rs-header.header-style8 .rs-middel-header {
  padding-top: 30px;
  padding-bottom: 30px;
}
#rs-header.header-style8 .toolbar-sls-share ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#rs-header.header-style8 .toolbar-sls-share ul li a {
  background: #f8f8f8;
  font-size: 18px;
  display: inline-block;
  color: #111111;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-left: 15px;
  border-radius: 2px;
}
#rs-header.header-style8 .toolbar-sls-share ul li a:hover {
  background: #fa4001;
  color: #ffffff;
}
#rs-header.header-style8 .rs-address-area {
  position: relative;
  padding-left: 70px;
  margin-right: 25px;
}
#rs-header.header-style8 .rs-address-area + .rs-address-area {
  border-left: 1px solid #eee;
}
#rs-header.header-style8 .rs-address-area:last-child {
  margin-right: 15px;
}
#rs-header.header-style8 .rs-address-area .info-icon {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
#rs-header.header-style8 .rs-address-area .info-icon i {
  color: #fa4001;
}
#rs-header.header-style8 .rs-address-area .info-icon i:before {
  margin: 0;
  font-size: 36px;
}
#rs-header.header-style8 .rs-address-area .info-title {
  font-size: 15px;
  font-weight: 500;
  color: #111111;
  line-height: 1;
  padding-top: 2px;
}
#rs-header.header-style8 .rs-address-area .info-des {
  font-size: 14px;
}
#rs-header.header-style8 .rs-address-area .info-des a {
  color: #454545;
}
#rs-header.header-style8 .rs-address-area .info-des a:hover {
  color: #fa4001;
}
#rs-header.header-style8 .btn_quote {
  padding-top: 0;
  padding-bottom: 0;
}
#rs-header.header-style8 .btn_quote a {
  border: none;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 22px;
}
#rs-header.header-style8 .rs-full-menuarea {
  position: relative;
  z-index: 10;
}
#rs-header.header-style8 .rs-full-menuarea .rs-rightbar-menu {
  display: flex;
  align-items: center;
}
#rs-header.header-style8 .rs-full-menuarea .row-table {
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.05);
  border-radius: 1px;
  padding: 4px 20px;
}
#rs-header.header-style8 .rs-full-menuarea .sidebarmenu-search .sticky_search {
  padding-right: 20px;
}
#rs-header.header-style8 .rs-full-menuarea .sidebarmenu-search .sticky_search i:before {
  font-size: 24px;
}
#rs-header.header-style8 .rs-full-menuarea .menu-cart-area {
  padding: 20px 35px 0 0;
}
#rs-header.header-style8 .rs-full-menuarea .row-table .col-cell.header-logo {
  display: none;
}
#rs-header.header-style8 .rs-full-menuarea .toolbar-sl-share {
  border-left: 1px solid rgba(255, 255, 255, 0.42);
  padding-left: 8px;
}
#rs-header.header-style8 .rs-full-menuarea .toolbar-sl-share ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#rs-header.header-style8 .rs-full-menuarea .toolbar-sl-share ul li {
  display: inline-block;
  font-size: 14px;
}
#rs-header.header-style8 .rs-full-menuarea .toolbar-sl-share ul li a {
  display: block;
  margin: 0 12px;
  color: #ffffff;
  transition: 0.3s;
  font-size: 18px;
}
#rs-header.header-style8 .rs-full-menuarea .toolbar-sl-share ul li a:hover {
  opacity: 0.8;
}
#rs-header.header-style8 .rs-full-menuarea .toolbar-sl-share ul li:last-child a {
  margin-right: 0;
}
#rs-header.header-style8 .header-inner.sticky .rs-middel-header {
  display: none;
}
#rs-header.header-style8 .header-inner.sticky .row-table {
  box-shadow: none;
}
#rs-header.header-style8 .header-inner.sticky .rs-full-menuarea #primary-menu-single > li > a {
  color: #111111;
}
#rs-header.header-style8 .header-inner.sticky .rs-full-menuarea .toolbar-sl-share {
  display: none;
}
#rs-header.header-style8 .header-inner.sticky .rs-full-menuarea .toolbar-sl-share {
  padding-left: 0;
}
#rs-header.header-style8 .header-inner.sticky .row-table .col-cell.header-logo {
  display: block;
}
#rs-header.header-style8 .header-inner.sticky .menu-area .navbar {
  margin-right: 0;
}
#rs-header.header-style8 .sidebarmenu-area.mobilehums {
  display: none;
}
#page #rs-header.header-style9 {
  position: absolute;
  left: 0;
  z-index: 10;
}
#page #rs-header.header-style9 .rs-full-menuarea {
  padding-top: 20px;
  padding-bottom: 20px;
  transition: 0.4s;
}
#page #rs-header.header-style9 .rs-full-menuarea .row-table .col-cell.header-logo {
  display: block;
}
#page #rs-header.header-style9 .rs-full-menuarea .toolbar-sl-share {
  border: none;
  padding-left: 0;
}
#page #rs-header.header-style9 ul.offcanvas-icon .nav-link-container a {
  margin-left: 15px;
}
#page #rs-header.header-style9 .sticky .rs-full-menuarea {
  padding-top: 10px;
  padding-bottom: 10px;
}
#page #rs-header.header-style9:not(.sticky) .rs-full-menuarea {
  background: transparent !important;
}
.slider-style-8 #cl-testimonial.testimonials-area.slider8 {
  margin-top: -46px;
  padding-right: 35%;
}
.slider-style-8 #cl-testimonial.testimonials-area.slider8:before {
  content: "";
  position: absolute;
  left: -70px;
  top: 46px;
  width: 120%;
  height: 134%;
  display: block;
  background: #fa4001;
}
/*Full Search sec*/
#rs-header .sticky_form {
  position: fixed;
  top: 0;
  bottom: 0;
  background: #fff;
  width: 100%;
  height: 50%;
  z-index: 9999;
  left: 0;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}
#rs-header .sticky_form button {
  background: none;
}
#rs-header .sticky_form button:hover {
  color: #061340;
}
#rs-header .sticky_form .sticky_form_search.sticky_form_search:before {
  margin-left: 0 !important;
}
.sticky_form_full {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 900px;
}
.sticky_form_full button i::before {
  color: #0a0a0a;
  font-size: 35px;
}
.sticky_form .search-input {
  background: none;
  border: none;
  color: #0a0a0a;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  outline: none;
  font-size: 35px;
}
.sticky_form .search-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #0a0a0a !important;
}
.sticky_form .search-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #0a0a0a !important;
}
.sticky_form .search-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #0a0a0a !important;
}
.sticky_form .search-input:-moz-placeholder {
  /* Firefox 18- */
  color: #0a0a0a !important;
}
.close-search {
  position: fixed;
  right: 50px;
  top: 50px;
  background: #fa4001;
  color: #ffffff;
  width: 45px;
  height: 45px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  transition: all .5s ease;
}
.close-search:before {
  font-size: 14px;
  position: relative;
  top: -2px;
  left: 0px;
  font-weight: 700;
}
.close-search:hover {
  opacity: .8;
}
.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: #000000;
  padding-right: 8px;
}
.header-share ul li a:hover i {
  color: #061340;
}
#rs-header .sticky .menu-cart-area,
#rs-header .sticky .sidebarmenu-search {
  display: none !important;
}
#rs-header.header-style-4 .btn_quote {
  display: inline-block;
  vertical-align: top;
  padding: 22px 0;
}
#rs-header .sticky_search i:before {
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}
#rs-header .menu-cart-area span.icon-num {
  background: #f2f2f2;
  color: #212121;
}
.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;
}
/******* Mega Menu css ********/
.mega {
  position: static !important;
}
#rs-header .menu-area .navbar ul > li.mega > ul {
  width: 100%;
  padding: 21px 40px;
}
#rs-header .menu-area .navbar ul > li.mega.classic > ul {
  transition: unset;
}
#rs-header .menu-area .navbar ul > li.mega.mega-two-cols > ul {
  width: 55%;
  right: auto;
  left: auto;
}
#rs-header .menu-area .container-fluid .navbar ul > li.mega.mega-two-cols > ul {
  width: 38.2%;
}
#rs-header .menu-area .navbar ul li.mega ul.sub-menu li a {
  padding: 10px 0;
}
#rs-header .menu-area .navbar ul li.mega ul li a {
  font-size: 15px;
  font-weight: 600;
  position: relative;
  cursor: auto;
}
#rs-header .menu-area .navbar ul li.mega ul li a:after {
  content: "";
  position: absolute;
  width: 35px;
  height: 1px;
  background: #fff;
  top: 23px;
  display: inline-block;
  margin-left: 7px;
}
body #rs-header .menu-area .navbar ul li.mega.mega-normal ul li a {
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
}
body.mega-classic #rs-header .row-table {
  position: relative;
}
#rs-header .menu-area .navbar ul li.mega ul > li a {
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 400;
  cursor: pointer;
}
#rs-header .menu-area .navbar ul li.mega ul > li a:after {
  display: none;
}
#rs-header .menu-area .navbar ul > li.mega > ul li ul li a {
  border-bottom: none;
}
#rs-header .menu-area .navbar ul li.mega ul > li {
  float: left !important;
}
#rs-header .menu-area .navbar ul li.mega ul > li.three-col {
  width: 33.33%;
}
#rs-header .menu-area .navbar ul li.mega ul > li.two-col {
  width: 50%;
}
#rs-header .menu-area .navbar ul li.mega ul > li.four-col {
  width: 25%;
}
#rs-header .menu-area .navbar ul li.mega ul li ul.sub-menu {
  display: block;
  width: 99%;
}
#rs-header .menu-area .navbar ul li.mega ul li ul li {
  width: 100% !important;
  float: none !important;
  margin: 0;
}
#rs-header .menu-area .navbar ul > li.mega > ul > li > a {
  font-size: 17px !important;
  font-weight: 600;
  border: none;
  cursor: auto;
  background: none;
  color: #111111 !important;
}
#rs-header .menu-area .navbar ul > li.mega > ul > li > a:before {
  display: none;
}
#rs-header .menu-area .navbar ul li.mega ul li ul.sub-menu {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
  box-shadow: none;
}
#rs-header .menu-area .navbar ul li.mega ul li ul li:last-child a {
  border: none;
}
#rs-header .menu-area .navbar ul li.mega ul li ul li {
  border: none;
}
.menu-area .navbar ul li ul li ul.sub-menu {
  border: none;
}
#rs-header .menu-area nav.navbar ul li.mega ul li .sub-menu {
  position: relative;
  opacity: 1;
  transform: scaleY(1);
}
#rs-header .menu-area nav.navbar ul li.mega ul li .sub-menu {
  right: auto !important;
  left: auto !important;
  padding: 0;
}
nav.nav.navbar,
.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 {
  opacity: .8;
}
.page-template-page-single-php #rs-header.header-style8 .menu-area .navbar ul > li.active a {
  opacity: .8;
}
/* Menu */
.menu-wrap-off {
  position: fixed;
  z-index: 999;
  width: 100%;
  right: 0;
  top: 0px;
  height: 100%;
  background: #000;
  padding: 46px 40px 50px 50px;
  font-size: 1.15em;
  -webkit-transform: translate3d(480px, 0, 0);
  transform: translate3d(480px, 0, 0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  max-width: 480px;
  overflow-y: auto;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
.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: #fff;
  padding: 15px 11px 16px;
  max-width: 62px;
  display: flex;
  flex-wrap: wrap;
  transition: none;
  border-radius: 4px;
}
.menu-wrap-off .inner-offcan .nav-link-container .close-button span {
  background: #fa4001;
  margin: 2px 4px;
}
.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 {
  -webkit-transform: rotate(45deg) translate(0px, 0px);
  transform: rotate(45deg) translate(0px, 0px);
  width: 22px;
}
body.logged-in .menu-wrap-off {
  padding: 55px 40px 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%;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
  display: block !important;
}
.off-nav-layer.off-open {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  display: block;
}
.menu-ofcn.off-open {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition-timing-function: ease;
  -webkit-transition-timing-function: cubic-bezier(0.9, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.9, 0, 0.3, 1);
}
.inner-offcan {
  opacity: 0;
  transition: all .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: #fa4001;
}
body.page-template-page-single2 .mobile-menu-container,
body.page-template-page-single .mobile-menu-container {
  position: fixed;
  z-index: 999999;
  width: 400px;
  right: 0;
  top: -1px;
  height: 100vh;
  background: #000;
  padding: 46px 50px 50px 35px;
  font-size: 1.15em;
  -webkit-transform: translate3d(400px, 0, 0);
  transform: translate3d(400px, 0, 0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
body.page-template-page-single2 .mobile-menu-container.nav-inactive-menu-link-container.nav-active-menu-container,
body.page-template-page-single .mobile-menu-container.nav-inactive-menu-link-container.nav-active-menu-container {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/*------------------------------------
    04. Sticky Menu
--------------------------------------*/
.menu-sticky {
  margin: 0;
  width: 100%;
  z-index: 99;
  transition: all 300ms ease-in-out;
  background: transparent;
}
.menu-sticky.sticky {
  position: fixed !important;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.8);
  padding: 0;
  backface-visibility: hidden;
  animation: smoothScroll .5s forwards;
}
.menu-sticky.sticky .toolbar-area {
  display: none;
}
.menu-sticky.sticky .navbar-menu {
  width: 100%;
  text-align: right;
}
.menu-sticky.sticky .navbar-menu ul.menu {
  text-align: right;
}
.menu-sticky.sticky .navbar ul li > a {
  color: #111111;
  font-size: 14px;
}
.menu-sticky.sticky .btn_quote {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}
.menu-sticky.sticky .nav-link-container i {
  color: #111111;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
.sticky-logo {
  display: none;
}
.sticky .logo-area {
  display: none;
}
.sticky .logo-area.sticky-logo {
  display: block;
}
/* ---------------------------
    Footer Css 
------------------------------*/
.rs-footer {
  background: #151923;
  position: relative;
  background-position: center top !important;
}
.rs-footer .footer1,
.rs-footer .footer2 {
  padding-right: 50px;
}
.rs-footer .footer-2 .widget_text {
  padding-left: 40px;
}
.rs-footer .footer-logo-wrap {
  margin-bottom: 23px;
  margin-top: 10px;
}
.rs-footer .footer-0 .custom-html-widget {
  padding-top: 18px;
  padding-right: 60px;
}
.rs-footer #wp-calendar td {
  color: #ffffff !important;
  padding: 10px;
  border: 1px solid #ccc;
}
.rs-footer #wp-calendar td#today {
  color: #fa4001;
}
.rs-footer #wp-calendar th {
  background: #fa4001 !important;
  color: #ffffff !important;
  padding: 10px;
  border: 1px solid #ccc;
}
.rs-footer .widget {
  margin: 0 0 30px;
  overflow: hidden;
  padding-right: 20px;
}
.rs-footer .widget ul.footer_social {
  padding-top: 15px;
}
.rs-footer .widget .post-item .post-desc {
  padding-bottom: 10px;
}
.rs-footer .widget ul.footer_social li {
  border-radius: 30px;
}
.rs-footer .widget ul.footer_social li i {
  padding: 0 0px 0 0;
  font-size: 14px;
  margin-right: 3px;
  transition: all .8s ease;
  background: transparent;
  width: 26px;
  height: 26px;
  line-height: 26px;
  border-radius: 0;
  color: #fff;
}
.rs-footer .widget ul.footer_social li i:hover {
  background: #fa4001;
  color: #fff;
}
.rs-footer .widget.widget_nav_menu ul li {
  position: relative;
}
.rs-footer .widget.widget_nav_menu ul li a:hover {
  color: #fff;
}
.rs-footer .container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}
.fa-facebook-f:before {
  content: "\f39e" !important;
}
.footer-btn-wrap {
  display: block;
  margin-top: 40px;
}
.footer-btn-wrap .footer-btn {
  font-weight: 500;
  color: #fff;
  background: #fa4001;
  padding: 16px 24px;
  border-radius: 3px;
  font-size: 16px;
  text-transform: uppercase;
}
.footer-btn-wrap .footer-btn:hover {
  color: #fff !important;
  opacity: .9;
}
.rs-footer .copyright-widget .widget {
  margin-bottom: 0;
}
.rs-footer {
  font-size: 15px;
  color: #fff;
}
.rs-footer .widget.widget_nav_menu ul li {
  margin-bottom: 5px;
}
.rs-footer .widget.widget_nav_menu ul li a {
  position: relative;
  display: inline-block;
  color: #444;
  padding-left: 35px;
}
.rs-footer .widget.widget_nav_menu ul.menu {
  margin-top: -5px;
}
.rs-footer .footer-bottom h3.footer-title {
  display: none;
}
.rs-footer .footer-bottom .widget_medvillsocialiconwi_widget {
  display: flex;
  align-items: center;
}
.rs-footer .footer-bottom .widget_medvillsocialiconwi_widget .footer-title {
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  padding-right: 20px;
  margin: 0;
}
.rs-footer .footer-bottom .widget_medvillsocialiconwi_widget ul.footer_social {
  padding: 0;
}
.rs-footer .footer-bottom .widget_nav_menu ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 !important;
  justify-content: flex-end;
}
.rs-footer .footer-bottom .widget_nav_menu ul li a {
  padding: 0px 20px 0px 25px !important;
  position: relative;
  font-size: 15px !important;
}
.rs-footer .footer-bottom .widget_nav_menu ul li a:before {
  content: "";
  background: #fa4001;
  display: block;
  position: absolute;
  font-size: 18px;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.rs-footer .footer-bottom .widget_nav_menu ul li:first-child a:before {
  display: none;
}
.rs-footer .footer-bottom .widget_nav_menu ul li ul {
  display: none;
}
.rs-footer .footer-top {
  padding: 65px 0 30px;
}
.rs-footer .footer-top input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #666;
}
.rs-footer .footer-top input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #666;
}
.rs-footer .footer-top input[type="email"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #666;
}
.rs-footer .footer-top input[type="email"]:-moz-placeholder {
  /* Firefox 18- */
  color: #666;
}
.rs-footer .footer-top .col-lg-2 {
  flex: 0 0 20%;
  max-width: 20%;
}
.rs-footer .footer-top h3.footer-title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 14px;
}
.rs-footer .footer-top h3.footer-title:before {
  content: "";
  width: 12px;
  height: 3px;
  background: #3fbbfe;
  position: absolute;
  bottom: -4px;
  left: 0;
  border-radius: 0px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 1;
  background: #fa4001;
}
.rs-footer .footer-top h3.footer-title:after {
  content: "";
  width: 60px;
  height: 3px;
  background: #CE1446;
  position: absolute;
  bottom: -4px;
  right: 0;
  left: 20px;
  margin-left: 0;
  border-radius: 0px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 0;
  background: #fa4001;
}
.rs-footer .footer-top .widget:hover h3.footer-title:after {
  width: 12px;
  left: 72px;
}
.rs-footer .footer-top .widget:hover h3.footer-title:before {
  width: 60px;
}
.rs-footer .footer-top .mc4wp-form-fields p {
  margin: 30px 0 0;
  position: relative;
}
.rs-footer .footer-top .mc4wp-form-fields input[type="email"] {
  background: none;
  border: none;
  width: 100%;
  font-size: 15px;
  padding: 18px 60px 18px 20px;
  margin: 28px 0 0;
  color: #111111;
  overflow: hidden;
  border-radius: 0px;
  background: #fff;
}
.rs-footer .footer-top .mc4wp-form-fields input[type="submit"] {
  border-radius: 0px;
  margin-top: 15px;
  text-transform: uppercase;
  font-weight: 600;
  width: 100%;
}
.rs-footer .footer-address {
  line-height: 35px;
}
.rs-footer li.about-widget-img img {
  margin-bottom: 10px;
  margin-top: 0px;
  height: 35px;
}
.rs-footer a {
  color: #fff;
}
.rs-footer a:hover {
  color: #ccc;
}
.rs-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.rs-footer ul li:last-child {
  padding-bottom: 0;
}
.rs-footer .recent-post-widget {
  margin-bottom: 0;
  margin-top: 30px;
}
.rs-footer .recent-post-widget .show-featured {
  overflow: hidden;
  margin-bottom: 15px;
}
.rs-footer .recent-post-widget .show-featured .post-img img {
  border-radius: 4px;
}
.rs-footer .recent-post-widget .show-featured .post-desc {
  line-height: 22px;
}
.rs-footer .recent-post-widget .show-featured .post-desc a {
  font-weight: 600;
}
.rs-footer .recent-post-widget .show-featured .post-desc i {
  margin-right: 3px;
  position: relative;
  font-size: 14px;
}
.rs-footer .recent-post-widget .show-featured .post-desc span {
  color: #e0e0e0;
  display: block;
  margin-top: 8px;
  font-size: 13.5px;
}
.rs-footer .recent-post-widget .show-featured .post-item {
  overflow: hidden;
}
.rs-footer .about-widget p img {
  margin-bottom: 22px;
}
.rs-footer .footer-logo-light {
  height: 25px;
  margin: 11px 0 20px;
}
.rs-footer .contact-intro {
  font-weight: 500;
  margin-bottom: 20px;
}
.rs-footer .fa-ul {
  margin-left: 0;
  text-align: left;
  padding-right: 40px;
  padding-bottom: 10px;
  padding-top: 6px;
}
.rs-footer .fa-ul li {
  padding: 0px 0px 16px 38px;
  position: relative;
}
.rs-footer .fa-ul li i {
  color: #fa4001;
  font-size: 20px !important;
  position: absolute;
  left: 0px;
}
.rs-footer .fa-ul li i:before {
  font-size: 20px;
  margin-left: 0;
}
.rs-footer .fa-ul li i.flaticon-clock:before {
  position: relative;
  top: -4px;
}
.rs-footer .fa-ul li i.flaticon-email:before {
  position: relative;
  top: -2px;
}
.rs-footer .fa-ul li i.fa-whatsapp {
  position: absolute;
  left: 0;
  margin-left: 0;
}
.rs-footer .fa-ul li i.fa-whatsapp:before {
  font-size: 23px;
}
.rs-footer .fa-ul li i.fa-fax {
  position: absolute;
  left: 0;
  margin-left: 0;
}
.rs-footer .fa-ul li i.fa-fax:before {
  font-size: 20px;
  position: relative;
  top: 3px;
}
.rs-footer .fa-ul li a {
  color: #fff;
}
.rs-footer .fa-ul li a:hover {
  color: #ccc;
}
.rs-footer .fa-ul li:last-child {
  padding-top: 3px;
}
.rs-footer.footerlight {
  color: #666666;
}
.rs-footer.footerlight .footer-logo img {
  height: 25px;
}
.rs-footer.footerlight .footer-top h3.footer-title {
  color: #212121;
}
.rs-footer.footerlight .footer-top h3.footer-title:after {
  background: #666666;
}
.rs-footer.footerlight .footer_social li a {
  color: #666666;
  border-color: #666666;
}
.rs-footer.footerlight .footer_social li a .fa {
  color: #061340;
}
.rs-footer.footerlight .footer_social li a:hover .fa {
  color: #fa4001;
}
.rs-footer.footerlight .footer_social li:last-child {
  margin-right: 0 !important;
}
.rs-footer.footerlight .footer-top .mc4wp-form-fields input[type="email"] li a,
.rs-footer.footerlight .footer-top .mc4wp-form-fields ul.footer_social li a {
  border-color: #666;
}
.rs-footer.footerlight .footer-bottom {
  border-color: #151923;
}
.rs-footer.footerlight .footer-bottom .copyright p {
  color: #fff;
  font-size: 15px;
}
.rs-footer.footerlight .footer-bottom .copyright a {
  color: #061340;
}
.rs-footer.footerlight .widget.widget_nav_menu ul li a {
  color: #666666;
}
.rs-footer.footerlight a {
  color: #fff;
}
.rs-footer.footerdark .footer-bottom {
  border-color: #eee6;
}
.rs-footer.footerdark .footer-top .mc4wp-form-fields input[type="email"] {
  border-color: #eee6;
}
.rs-footer .footer-logo img {
  height: 20px;
  margin: 0;
}
.rs-footer .footer-bottom .widget_medvillsocialiconwi_widget {
  justify-content: end;
  padding-right: 0;
  margin-bottom: 0;
}
.rs-footer .footer-bottom .copyright-widget p {
  margin-bottom: 0;
}
.rs-footer.footerlight .footer-top .mc4wp-form-fields input[type="email"] {
  border-color: #061340;
  color: #666;
}
.rs-footer .widget_mc4wp_form_widget {
  padding-right: 0;
}
.rs-footer.footerlight .footer-top .mc4wp-form-fields input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999;
}
.rs-footer.footerlight .footer-top .mc4wp-form-fields input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
}
.rs-footer.footerlight .footer-top .mc4wp-form-fields input[type="email"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
}
.rs-footer.footerlight .footer-top .mc4wp-form-fields input[type="email"]:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
}
.error404 .rs-footer {
  margin: 0;
}
.rs-footer,
.rs-footer .footer-top h3.footer-title,
.rs-footer a,
.rs-footer .fa-ul li a,
.rs-footer .widget.widget_nav_menu ul li a {
  color: #fff;
}
.rs-footer ul.footer_social li {
  display: inline-block;
  margin-right: 6px;
  text-align: center;
}
.rs-footer ul.footer_social li a {
  color: #ffffff;
  display: block;
}
.rs-footer ul.footer_social li:last-child {
  margin-right: 0 !important;
}
.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: #111111;
  display: block;
}
.bs-sidebar ul.footer_social li a:hover {
  color: #fa4001;
}
.bs-sidebar ul.footer_social li:last-child {
  margin-right: 0 !important;
}
.footer-bottom {
  background: #151923;
  border-top: 1px solid rgba(255, 255, 255, 0.102);
}
.footer-bottom .footer-border {
  padding: 20px 0 20px 0;
  position: relative;
}
.footer-bottom .container-fluid {
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer-bottom .row {
  align-items: center;
}
.footer-bottom .copyright {
  text-align: center;
}
.footer-bottom .copyright p {
  margin: 0;
  line-height: 35px;
  font-size: 15px;
}
a.footer-logo {
  display: block;
  margin-bottom: 26px;
}
.footer-subscribe .subscribe-bg {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 65px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 0;
  padding-right: 0;
}
.footer-subscribe .subscribe-bg .rs-footer-logo {
  flex: 0 0 35%;
}
.footer-subscribe .subscribe-bg .fa-ul li i:before {
  font-size: 36px;
  position: relative;
  top: -7px;
  background: #fa4001;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.footer-subscribe .subscribe-bg .fa-ul li i.flaticon-email:before {
  position: relative;
  top: -4px;
}
.footer-subscribe .subscribe-bg .fa-ul li i {
  left: -15px;
}
.footer-subscribe .subscribe-bg .rs-footer-contact {
  flex: 0 0 65%;
}
.footer-subscribe .subscribe-bg .rs-footer-contact .widget_footer_contact_widget {
  margin: 0;
}
.footer-subscribe .subscribe-bg .rs-footer-contact .widget_footer_contact_widget ul.fa-ul {
  display: flex;
  padding: 0;
  justify-content: flex-end;
}
.footer-subscribe .subscribe-bg .rs-footer-contact .widget_footer_contact_widget ul.fa-ul li.address1 {
  margin-right: 170px;
}
.footer-subscribe .subscribe-bg .rs-footer-contact .widget_footer_contact_widget ul.fa-ul li a {
  display: block;
  color: #fff;
}
.footer-subscribe .subscribe-bg .container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}
.rs-footer .widget.widget_nav_menu ul li a,
.rs-footer .widget.widget_pages ul li a,
.rs-footer .widget.widget_archive ul li a,
.rs-footer .widget .post-item .post-desc a,
.rs-footer .widget.widget_categories ul li a {
  position: relative;
  padding: 2px 0 2px 0px;
  display: inline;
  color: #fff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 100%;
  transition: all 0.7s;
}
.rs-footer .widget.widget_nav_menu ul li a:hover,
.rs-footer .widget.widget_pages ul li a:hover,
.rs-footer .widget.widget_archive ul li a:hover,
.rs-footer .widget .post-item .post-desc a:hover,
.rs-footer .widget.widget_categories ul li a:hover {
  background-size: 100% 1px;
}
.rs-footer .widget.widget_nav_menu ul li,
.rs-footer .widget.widget_pages ul li,
.rs-footer .widget.widget_archive ul li,
.rs-footer .widget .post-item .post-desc,
.rs-footer .widget.widget_categories ul li {
  margin-bottom: 10px;
}
.rs-footer .widget.widget_recent_comments ul li a {
  position: relative;
  padding: 6px 0 6px 0px !important;
  display: inline-block;
  color: #fff;
}
.rs-footer .widget.widget_recent_comments ul li a:hover {
  color: #ccc;
}
.rs-footer .widget.widget_nav_menu ul ul.sub-menu,
.rs-footer .widget.widget_pages ul ul.sub-menu,
.rs-footer .widget.widget_categories ul ul.sub-menu {
  padding-left: 15px;
}
.rs-footer .widget.widget_nav_menu ul ul.sub-menu li a,
.rs-footer .widget.widget_pages ul ul.sub-menu li a,
.rs-footer .widget.widget_recent_comments ul ul.sub-menu li a,
.rs-footer .widget.widget_archive ul ul.sub-menu li a,
.rs-footer .widget.widget_categories ul ul.sub-menu li a {
  position: relative;
}
.rs-footer .widget.widget_recent_comments ul li {
  display: block;
}
.rs-footer .widget.widget_recent_comments ul li:before {
  top: 4px;
}
.rs-footer a {
  color: #fff;
}
.rs-footer a:focus {
  color: #ccc;
}
#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: 0;
  color: #fff;
  line-height: 36px;
  transition: all 0.3s ease 0s;
  background: #fa4001;
  margin-left: 2px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}
#scrollUp i:hover {
  opacity: 0.8;
}
/*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"],
select,
input[type="password"] {
  padding: 18px 20px;
  border: 1px solid #f1f1f1;
  margin-bottom: 30px;
  outline: none;
}
.wp-block-search .wp-block-search__button {
  margin-left: 0;
}
.wp-block-search {
  margin-bottom: 20px;
}
.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;
}
.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: #061340;
}
div.wpcf7 .ajax-loader {
  position: absolute;
  top: 16px;
  right: -40px;
}
div.wpcf7-validation-errors {
  border-color: #ff0000;
  color: #ff0000;
}
div.wpcf7-acceptance-missing {
  border-color: #ff0000;
  color: #ff0000;
}
.overlap-form .rs-heading {
  position: relative;
  z-index: 99;
}
.overlap-form .wpcf7 {
  background: #fff;
  padding: 0 40px !important;
  position: relative;
}
.overlap-form .wpcf7:before {
  background: #fff;
  content: "";
  height: 145px;
  left: 0;
  position: absolute;
  top: -145px;
  width: 100%;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.08);
  outline: 1px solid transparent;
}
.overlap-form .wpcf7:after {
  background: #fff;
  content: "";
  height: 73px;
  left: 0;
  position: absolute;
  bottom: -73px;
  width: 100%;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.08);
  outline: 1px solid transparent;
}
.overlap-form .wpcf7 input[type="email"],
.overlap-form .wpcf7 input[type="text"] {
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
}
.overlap-form .wpcf7 textarea.wpcf7-textarea {
  width: 100%;
}
.overlap-form .submit-btn {
  margin: 0 auto;
}
.contact-details-address .rs-heading .title-inner h3.title {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500 !important;
}
body .miniform button,
body .miniform input,
body .miniform optgroup,
body .miniform select,
body .miniform textarea {
  margin-bottom: 15px;
}
body .miniform textarea {
  height: 65px;
}
.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 32px;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 500;
  background: #fa4001;
  color: #ffffff;
  z-index: 1;
}
.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: #fa4001;
  z-index: 1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-weight: 400;
}
.woocommerce #review_form #respond textarea {
  border: 1px solid rgba(54, 54, 54, 0.1);
}
.wc-forward:hover {
  background: transparent;
  color: #111111;
}
.woocommerce .woocommerce-ordering select {
  vertical-align: top;
  padding: 10px;
  border: none;
  border-radius: 0px;
  background: none;
  border-right: 10px solid #fff;
  box-shadow: 0 0 1px #999;
}
.bs-sidebar .widget_product_search .woocommerce-product-search {
  position: relative;
}
.bs-sidebar .widget_product_search .woocommerce-product-search button {
  border: none;
  font-size: 0;
  padding: 9px 18px 9px 18px;
  background: transparent;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 9;
  border-radius: 0;
}
.bs-sidebar .widget_product_search .woocommerce-product-search:hover:after {
  color: #fff;
  background: #fa4001;
}
.bs-sidebar .widget_product_search .woocommerce-product-search:after {
  content: "\f002";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  color: #666;
  padding: 9px 18px 9px 18px;
  transition: all 0.3s ease 0s;
  border-radius: 0 5px 5px 0;
}
.bs-sidebar .widget_product_search input[type="search"] {
  height: 44px;
  padding: 8px 15px;
  border-radius: 5px;
  width: 100%;
  position: relative;
  border: 1px solid #ddd;
}
.bs-sidebar .widget_product_search button {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
}
.bs-sidebar .widget_product_search button:hover {
  opacity: .95;
}
.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 20px 25px 0px;
  width: 180px;
}
.woocommerce-checkout table.shop_table td {
  padding: 20px 12px;
}
#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: #fa4001;
}
.grouped_form td ins {
  padding: 0;
}
.grouped_form del .woocommerce-Price-amount {
  font-weight: 600;
  color: #666666;
  display: block;
  font-size: 13px;
  line-height: 16px;
}
.grouped_form .woocommerce-grouped-product-list-item__label a {
  color: #111111 !important;
  font-weight: 700;
}
.woocommerce p.stars a {
  color: #ffb500;
}
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 15px;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  opacity: 1;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: #454545;
}
.woocommerce-product-details__short-description p {
  margin-bottom: 20px;
}
.woocommerce-product-details__short-description ul {
  margin: 25px 0 41px 15px;
  padding: 0;
}
.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;
  position: relative;
  top: 9px;
}
.woocommerce div.product form.grouped_form .group_table td.woocommerce-grouped-product-list-item__price del {
  margin-right: 8px;
  opacity: .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,
.woocommerce-page ul.products li.product {
  text-align: center;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  font-weight: 500;
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
  background: transparent;
  color: #061340;
}
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 {
  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: 100%;
  margin: 2px auto 5px !important;
}
.woocommerce .star-rating span::before,
.woocommerce .star-rating::before {
  color: #ffb500 !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,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #fa4001;
}
.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 #reviews #comments ol.commentlist li img.avatar {
  width: 80px;
  background: none;
  border: none;
  border-radius: 50%;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 110px;
}
.woocommerce #review_form #respond p {
  margin: 5px 0 20px;
}
.woocommerce .cart_totals h2 {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 17px;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
  color: #454545;
}
.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,
.woocommerce-checkout #payment .place-order {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.woocommerce-checkout #payment .place-order {
  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;
  font-size: 12px !important;
}
.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;
}
.woocommerce ul.products li .woocommerce-loop-product__title {
  font-size: 18px !important;
  padding-bottom: 0px !important;
  text-align: left;
  padding-top: 0 !important;
}
.woocommerce ul.products li .woocommerce-loop-product__title a {
  color: #111111;
}
.woocommerce ul.products li .woocommerce-loop-product__title a:hover {
  color: #061340;
}
.woocommerce ul.products li a.fa,
.woocommerce ul.products li .glyph-icon {
  background: #fa4001 !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: #fff;
  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 {
  border: 2px solid;
  border-color: #fa4001;
  background: #fff;
  color: #fa4001;
}
.woocommerce ul.products li:hover .wc-forward {
  border: 2px solid;
  border-color: #fa4001;
  background: #fff;
  color: #fa4001;
}
.woocommerce ul.products li ul li {
  background: none;
  border-radius: 0;
}
.related .star-rating::beforee {
  top: 50% !important;
  right: 50% !important;
  transform: translate(50%, -50%);
}
.woocommerce .star-rating span::before {
  color: #061340;
}
body.woocommerce-js ul.products li {
  margin-bottom: 35px !important;
}
/*-----------------------------
    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;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  transition: all .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: #111111;
  position: relative;
  padding-top: 50px;
}
.menu-cart-area .woocommerce-mini-cart__empty-message:before {
  position: absolute;
  content: "\f124";
  color: #111111;
  left: 50%;
  transform: translateX(-50%);
  bottom: 42px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 30px;
  font-style: normal;
}
.menu-cart-area .widget_shopping_cart .cart_list li {
  padding: 20px 30px;
  border-bottom: 1px solid rgba(170, 170, 170, 0.25);
}
.menu-cart-area .widget_shopping_cart .cart_list li a {
  color: #454545;
}
.menu-cart-area .widget_shopping_cart .cart_list li a img {
  width: 40px;
}
.menu-cart-area .widget_shopping_cart .cart_list li .quantity {
  color: #111111;
}
.menu-cart-area .widget_shopping_cart .cart_list li a.remove {
  color: #111111;
  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;
  -webkit-transform: scaleY(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 #061340;
  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: #061340;
}
.woocommerce ul.products li.product:hover .add-to-cart {
  background: #061340;
  color: #fff !important;
}
.woocommerce ul.products li.product:hover .images-product .overley {
  opacity: 1;
  transform: scaleY(1);
}
.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%;
  height: 100%;
  background: transparent;
  top: 0;
  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 {
  margin: 0;
  padding: 0px;
  list-style: none;
  bottom: 5px;
  position: absolute;
  transform: translateY(-55%);
  transition: all .9s;
  text-align: right;
  left: 0;
  right: 30px;
}
.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: inline-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: #fa4001 !important;
  text-transform: capitalize;
  text-decoration: none;
  width: 33px;
  border-radius: 0px;
  line-height: 33px;
  border: 1px solid #fa4001;
  text-align: center;
  transition: all 0.3s ease 0s;
  padding: 0 20px 1px;
}
.woocommerce ul.products li.product .images-product .overley .winners-details .product-info ul li a:hover {
  color: #fff;
}
.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: #061340;
}
.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: #111111;
  transition: all 0.3s ease 0s;
  font-size: 20px;
  margin: 0;
}
.woocommerce ul.products li.product h4 a:hover {
  color: #061340;
}
.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 #061340;
  padding: 8px 18px;
  color: #111111;
  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: #454545;
  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 div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
  color: #fa4001 !important;
  font-size: 16px !important;
  font-weight: 600;
  text-align: left;
  padding-top: 4px;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.woocommerce ul.products li.product .price ins {
  color: #fa4001 !important;
  font-size: 16px;
  font-weight: 600;
}
.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 {
  border: 2px solid #e6e6e6;
  border-radius: 0px;
}
.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: 40px;
  top: 6px;
}
.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 .panel ul {
  margin: 0 0 25px 15px;
}
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: #454545;
}
.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.active {
  background: #061340;
  color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
  background: #061340;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
  color: #fff;
}
.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 {
  padding-left: 0;
  border-radius: 5px 0 0 0;
  padding-top: 15px;
}
.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: #111111 !important;
  line-height: 23px;
  border: 1px solid #ddd;
  font-weight: 300 !important;
  font-size: 1.1em;
  height: 1.5em;
  width: 1.5em;
}
.woocommerce-cart table.cart .product-thumbnail img {
  width: 80px !important;
}
.woocommerce-cart table.cart .product-name a {
  color: #454545;
  font-weight: 600;
}
.woocommerce-cart table.cart .product-name a:hover {
  color: #111111;
  text-decoration: underline !important;
}
.woocommerce-cart table.cart .product-price span {
  font-weight: 600;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button {
  color: #454545;
}
.woocommerce-checkout .woocommerce form .form-row {
  margin: 0 0 15px;
}
.woocommerce button.button:disabled {
  opacity: .8 !important;
  background: none;
}
.coupon input#coupon_code {
  width: 320px !important;
  border-radius: 0px;
  height: 48px !important;
  margin-right: 20px;
  text-align: left !important;
  padding-left: 22px;
}
.coupon ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #111111 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.coupon ::-moz-placeholder {
  /* Firefox 19+ */
  color: #111111 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.coupon :-ms-input-placeholder {
  /* IE 10+ */
  color: #111111 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.coupon :-moz-placeholder {
  /* Firefox 18- */
  color: #111111 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.product_meta span.tagged_as {
  display: block;
}
.product_meta span {
  font-weight: 600;
}
.product_meta span a {
  font-weight: 400;
}
.single-product .bs-info {
  display: none;
}
.single-product .bs-img {
  display: none;
}
.single-product .bs-desc {
  margin-top: 0px !important;
}
.single-product div.product p.price {
  margin-bottom: 28px;
}
.single-product div.product form.cart {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px;
  padding-bottom: 40px;
}
.woocommerce-message,
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border-top-color: #fa4001;
}
.woocommerce-message::before,
.woocommerce-info::before {
  color: #fa4001;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.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;
}
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;
}
.woocommerce-checkout .woocommerce form .form-row.form-row-last button {
  margin-left: -40px;
}
body.woocommerce-page .main-contain input[type="text"],
body.woocommerce-page .main-contain input[type="password"],
body.woocommerce-page .main-contain input[type="email"],
body.woocommerce-page .select2-container--default .select2-selection--single,
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;
}
body.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #454545;
  opacity: .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: 150px;
}
.woocommerce-cart-form table.shop_table .quantity .qty_button {
  top: -1px;
  padding: 0px 6px;
}
.woocommerce-cart-form table.shop_table .quantity .qty {
  width: 50px;
  border-radius: 0 !important;
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  font-weight: 600;
}
.woocommerce table.shop_table {
  border-collapse: collapse !important;
}
.woocommerce .cart-collaterals .cart_totals,
.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 {
  font-size: 20px;
}
.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: 39px;
  padding: 0 35px !important;
}
.woocommerce button[disabled]:hover {
  color: #fa4001;
}
.woocommerce table.shop_table th {
  border: none;
  font-size: 18px;
  font-weight: 600;
  background: transparent;
  color: #111111;
}
.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;
}
#order_review {
  padding: 0 15px;
}
textarea.input-text {
  border: 1px solid #ccc;
}
.button.yith-wcqv-button {
  display: none !important;
}
.post-type-archive .learn-press-courses .course .course-title {
  display: none !important;
}
.woocommerce span.onsale {
  background: #fa4001 !important;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
  padding: 0 !important;
  right: 10px !important;
  margin: 0 !important;
  top: 10px !important;
  z-index: 1;
  font-weight: 500;
}
.woocommerce-info {
  border-top-color: #061340;
}
.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: #454545;
  display: block;
}
.woocommerce-MyAccount-navigation ul li.is-active {
  background: #fa4001;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #fff;
}
.woocommerce-MyAccount-navigation ul li:hover {
  background: #fa4001;
}
.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,
.woocommerce-input-wrapper #order_comments,
#order_comments {
  border: 1px solid rgba(54, 54, 54, 0.1) !important;
}
.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;
}
/* -----------------------------------
    01. General CSS
-------------------------------------*/
html,
body {
  font-size: 17px;
  color: #454545;
  font-family: 'Inter', sans-serif;
  vertical-align: baseline;
  line-height: 1.7;
  font-weight: 400;
  overflow-x: hidden;
}
/* Hide scrollbar for Chrome, Safari and Opera */
body.rs-scrollbar,
html.rs-scrollbar {
  overflow: hidden;
}
body.rs-scrollbar::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
body.rs-scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Inter', sans-serif;
  color: #111111;
  margin: 0 0 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 26px;
  padding: 0;
  letter-spacing: 0;
  font-weight: 400;
}
h1 {
  font-size: 52px;
  line-height: 62px;
  font-weight: 700;
}
h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
}
h3 {
  font-size: 28px;
  line-height: 42px;
  font-weight: 600;
}
h4 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
}
h5 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
h6 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
a {
  color: #061340;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  outline: none !important;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #fa4001;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
::-moz-selection {
  background: #fa4001;
  text-shadow: none;
  color: #ffffff;
}
::selection {
  background: #fa4001;
  text-shadow: none;
  color: #ffffff;
}
table th {
  background: #fa4001;
  color: #fff;
  padding: 10px;
}
table th a {
  color: #fff;
}
table td {
  padding: 10px;
}
.ball {
  position: absolute;
  border-radius: 100%;
  opacity: 1;
}
.rs-z_index_1,
.rs-z_index_10 {
  position: relative;
}
.rs-z_index_1 {
  z-index: 1;
}
.rs-z_index_10 {
  z-index: 10;
}
.border-left-radius > .vc_column-inner {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
.border-right-radius > .vc_column-inner {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}
.overflow-visible {
  overflow: visible !important;
  z-index: 1;
}
.overflow-hidden {
  overflow: hidden !important;
}
.max-width-700 {
  max-width: 700px;
  margin: 0 auto;
}
.white-color {
  color: #fff;
}
.white-color h1,
.white-color h2,
.white-color h3,
.white-color h4 {
  color: #fff;
}
iframe {
  width: 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: #fa4001;
  color: #fff;
}
.bs-sidebar table {
  margin-bottom: 0;
}
.bs-sidebar .widget select {
  margin: 0;
}
.common-shadow {
  box-shadow: 0 0 150px #eee;
  background: #fff;
}
ul.profile_info {
  padding-left: 0;
  margin-left: 0;
}
ul.profile_info li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 15px;
  padding: 5px 0px;
  position: relative;
}
ul.profile_info li .title {
  color: #444444;
  margin-right: 10px;
  position: relative;
}
ul.profile_info li .title:after {
  content: "";
  position: absolute;
  background: #fa4001;
  width: 30px;
  height: 3px;
  left: 0;
  z-index: -1;
  bottom: 5px;
  opacity: 0.6;
}
ul.profile_info li a {
  color: #454545;
}
.top__service .elementor-column-gap-default .elementor-element .elementor-widget-container:hover,
.top__service .elementor-column-gap-default:not(:hover) .elementor-element.d__active .elementor-widget-container {
  background-color: #FFCC00;
}
/* -----------------------
    404
--------------------------*/
.page-error {
  position: relative;
  display: table;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background: #000;
}
.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: #ffffff;
  font-size: 100px;
  margin-bottom: 30px;
  margin-top: 0px;
}
.page-error .content-area h2 {
  color: #ffffff;
  font-size: 35px;
  font-weight: 700 !important;
  margin-bottom: 50px;
  margin-top: 80px;
}
.page-error .content-area h2 span {
  display: block;
  font-size: 250px;
  line-height: 175px;
  margin: 0 0 60px;
}
.page-error .bs-sidebar {
  max-width: 400px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.page-error .bs-sidebar {
  padding: 10px 0 35px;
}
.page-error .flaticon-right-arrow:before {
  padding-left: 5px;
}
.page-error .readon {
  font-size: 18px;
  padding: 18px 40px 18px;
  background-image: linear-gradient(90deg, #fa4001 10%, #fa4001 100%);
  border-radius: 0;
  color: #fff;
}
.page-error .readon:focus {
  color: #ffffff;
}
.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: #061340;
  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: .9;
}
.page-error.coming-soon .follow-us-sbuscribe ul li i {
  line-height: 45px;
  font-size: 18px;
}
/* ------------------------------------
    02. Global Class
---------------------------------------*/
.rectangle {
  position: relative;
}
.rectangle:after {
  position: absolute;
  content: "";
  height: 120px;
  width: 1px;
  background: #404c51;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.orange {
  color: #fa4001;
}
span.yellow {
  color: #061340;
}
.overflow-show {
  overflow: visible !important;
}
input[type="checkbox"],
input[type="radio"] {
  margin-right: 8px;
  vertical-align: text-top;
}
.sticky .menu-area {
  padding: 0;
}
.alignleft {
  margin-bottom: 26px;
}
.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;
}
ul.stylelisting {
  list-style-type: none;
  margin-left: 20px !important;
}
ul.stylelisting li {
  position: relative;
  padding-left: 22px !important;
  line-height: 34px;
  border: none !important;
}
ul.stylelisting li:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: "\f054";
  font-family: 'FontAwesome';
  color: #437ff9;
  font-size: 12px;
}
.prelements-heading .title-inner .title span:not(.watermark) {
  position: relative;
  z-index: 1;
}
.prelements-heading .title-inner .title span:not(.watermark):after {
  content: "";
  height: 8px;
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: -1;
}
blockquote::before {
  color: #fa4001;
  content: "\f10d" !important;
  font-size: 22px;
  padding-bottom: 0;
  font-family: "Font Awesome 5 Free";
  text-align: center;
  top: 42px;
  background: 0 0 !important;
  font-weight: 700;
  font-style: normal;
  left: 50px;
  position: absolute;
}
blockquote {
  margin: 35px 0px !important;
  padding: 40px 60px 40px;
  color: #666;
  position: relative;
  background: #f9f9f9;
  text-align: left;
  clear: both;
  font-weight: 400;
  padding-left: 90px;
  font-style: italic;
}
blockquote cite {
  font-size: 15px;
  display: block;
  margin-top: 10px;
}
blockquote cite:before {
  content: "";
  font-size: 28px;
  color: #ff5421;
  padding-bottom: 0px;
  display: inline-block;
  background: #fa4001;
  height: 2px;
  width: 40px;
  font-weight: 400;
  text-align: center;
  top: -4px;
  margin-right: 10px;
  position: relative;
}
blockquote p {
  margin-bottom: 10px !important;
  font-size: 20px;
}
blockquote p strong {
  color: #000 !important;
  font-size: 18px;
  padding-top: 20px !important;
  margin-bottom: 10px;
  display: block;
}
mark,
ins,
kbd {
  background: #fa4001;
  color: #fff;
  padding: 0 4px;
}
code {
  background: #fa4001;
  color: #fff !important;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  color: #fff;
  padding: 17px 30px;
  font-size: 14px;
  text-transform: capitalize;
  outline: none;
  transition: all .5s ease;
  border-radius: 0 3px 3px 0;
  background: #fa4001;
  position: relative;
  border: none;
}
.mb-30 {
  margin-bottom: 30px;
}
.top-float {
  float: left;
}
.submit-btn {
  display: block;
  cursor: pointer;
  position: relative;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  z-index: 2;
  border: none;
}
.submit-btn .wpcf7-submit {
  position: relative;
  display: inline-block;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  color: #fff;
  background: none;
  border: none;
}
.submit-btn .wpcf7-submit:hover {
  color: #fa4001;
}
.submit-btn:hover {
  background: transparent;
  color: #fa4001;
  opacity: 0.99;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover {
  background: #061340;
  color: #ffffff;
}
input[type="submit"]:hover {
  opacity: .9;
}
.main-contain #content {
  padding-top: 60px;
  padding-bottom: 60px;
}
.main-contain .rs-porfolio-details #content {
  padding-bottom: 110px;
}
.main-contain .page-error #content {
  padding-top: 60px;
}
.main-contain .rs-archive #content {
  padding-bottom: 30px;
}
#content .project-gallery .p-gallery-title {
  margin: 0 0 40px;
}
.single-product .main-contain #content {
  padding-bottom: 45px;
}
.woocommerce-cart .main-contain #content {
  padding-bottom: 100px !important;
}
.sign {
  margin-top: 15px;
}
.rs-heading.bigger-text h2.title {
  font-size: 55px;
  line-height: 65px;
}
.rs-heading.bigger-text p {
  color: #fff;
  font-size: 18px;
}
ul.unorder-list {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
ul.unorder-list li {
  display: block;
  position: relative;
  padding-left: 25px;
  padding-bottom: 15px;
  font-weight: 500;
  line-height: 25px;
}
ul.unorder-list li:before {
  position: absolute;
  top: 0px;
  left: 0;
  content: "\f105";
  font-family: FontAwesome;
  color: #fa4001;
  font-size: 20px;
}
ul.check-icon {
  list-style: none;
  margin-left: 20px;
}
ul.check-icon li {
  position: relative;
  padding-left: 22px;
  padding-bottom: 4px;
  font-size: 16px;
}
ul.check-icon li:before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "\f11b";
  font-family: Flaticon;
  color: #061340;
  font-weight: 700;
  font-size: 14px;
}
ul.check-icon.two-call {
  column-count: 2;
}
ul.check-icon.two-call li {
  padding-right: 10px;
}
.post-password-required input[type="password"] {
  margin-left: 0;
  margin-top: 10px;
}
.post-password-required input[type="submit"] {
  margin-left: -4px;
  border-radius: 0 3px 3px 0;
  padding: 11px 20px;
}
input[type="text"],
input[type="number"],
input[type="password"],
textarea,
input[type="email"] {
  color: #454545;
  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,
textarea::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #4444447A;
  opacity: 1;
}
input[type="text"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #4444447A;
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #4444447A;
  opacity: 1;
}
input[type="text"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder,
input[type="email"]:-moz-placeholder {
  /* Firefox 18- */
  color: #4444447A;
  opacity: 1;
}
select {
  color: #454545;
  cursor: pointer;
}
select:valid {
  color: #454545;
}
/*--------------------------------------------------------------

## Links

--------------------------------------------------------------*/
a {
  color: #061340;
}
a:hover,
a:focus,
a:active {
  color: #fa4001;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
.wp-block-calendar tfoot a {
  color: #061340;
}
.wp-block-calendar tfoot a:hover {
  color: #fa4001;
}
/*--------------------------------------------------------------

--------------------------------------------------------------*/
.ceo-founder p {
  font-weight: 500;
  color: #111111;
}
.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: #fa4001;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.6s ease all;
  opacity: 0;
  visibility: hidden;
}
.owl-carousel .owl-nav [class*="owl-"]:before {
  font-family: Flaticon;
  position: absolute;
  font-size: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-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: #061340;
  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;
}
.sidenav {
  width: 100%;
}
.sidenav .widget-title {
  color: #fff !important;
  padding: 0 0 15px;
  font-size: 30px !important;
  line-height: 30px;
  font-weight: 600 !important;
  position: relative;
}
.sidenav .widget-title:before {
  content: "";
  position: absolute;
  background: #fff;
  height: 2px;
  width: 50px;
  left: 0;
  bottom: 0;
  display: block;
  z-index: 1;
}
.sidenav .offcanvas_logo {
  padding-bottom: 40px;
}
.sidenav .widget {
  padding: 0;
}
.sidenav .widget .widget-title {
  font-size: 26px;
  color: #fff;
  margin-bottom: 30px;
}
.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;
  -webkit-transition: 0.3s ease all;
  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: 7px 0;
  display: flex;
  align-items: center;
}
.sidenav .fa-ul li i {
  padding-right: 15px;
}
.sidenav .fa-ul li i:before {
  font-size: 26px;
  margin-left: 0 !important;
}
.sidenav .fa-ul li i.flaticon-email {
  position: relative;
  top: 1px;
}
.sidenav .fa-ul li.address1 {
  padding-left: 45px;
  padding-top: 0;
  font-size: 18px;
  margin-bottom: 4px;
  padding-right: 40px;
}
.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 {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  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: #fff;
  margin: 0 8px 0 0;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 0px;
}
.sidenav .offcanvas_social li a i:hover {
  background: #fa4001;
  border-color: #fa4001;
}
.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,
.sidenav .nav-close-menu-li a:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 14px;
  background-color: #fff;
  top: 9px;
}
.sidenav .nav-close-menu-li a:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sidenav .nav-close-menu-li a:after {
  -webkit-transform: rotate(-45deg);
  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: #061340;
}
.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: #fff;
  font-family: 'Inter', sans-serif;
  line-height: 45px;
  font-weight: 500 !important;
}
.sidenav .widget_nav_menu ul li a:hover {
  color: #ce1446;
}
.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: #fa4001;
  text-align: center;
  display: block;
  border-radius: 30px;
  height: 40px;
  right: 15px;
  width: 40px;
  top: 5px;
  position: absolute;
  -webkit-transition: transform .5s ease;
  -moz-transition: transform .5s ease;
  transition: transform .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: #061340 !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 {
  -webkit-transform: rotate(45deg) translate(0px, 0px);
  transform: rotate(45deg) translate(0px, 0px);
}
.rs-addon-slider .slick-dots li button,
.rs-testimonial-dots-style2 .slick-dots li button {
  border-radius: 0px !important;
}
.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 {
  -ms-transform: translate(0);
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  transform: translate(0);
}
.prelements-heading .pre-heading-line {
  height: 5px;
  width: 90px;
  background: #fa4001;
  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: #061340;
  -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.style12 .title-inner {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.prelements-heading.style12 .title-inner:before {
  content: "";
  position: absolute;
  background: #ff7f0d;
  width: 15px;
  height: 7px;
  top: -10px;
}
.prelements-heading.style12 .title-inner .title {
  display: inline-block;
  position: relative;
  padding-bottom: 40px;
  margin: 0;
  font-size: 28px;
}
.prelements-heading.style12 .title-inner .title:after {
  content: "";
  position: absolute;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 20px;
  bottom: 0px;
  left: 0;
  right: 0;
}
.prelements-heading.style12 .title-inner .title:before {
  content: "";
  position: absolute;
  background: #ff7f0d;
  width: 15px;
  height: 20px;
  bottom: 0px;
  right: 0;
}
.prelements-heading.style12.center .title-inner:before {
  display: none;
}
.prelements-heading.style12.center .title-inner .title {
  padding-bottom: 2px;
  margin-bottom: 20px;
}
.prelements-heading.style12.center .title-inner .title:before {
  width: 15px;
  height: 6px;
  bottom: -6px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.prelements-heading.style12.center .title-inner .title:after {
  border-left: 0;
  border-right: 0;
  height: 0;
}
.prelements-heading.style12.post__style2 .title-inner {
  border: none;
  display: flex;
  justify-content: flex-start;
  align-content: center;
}
.prelements-heading.style12.post__style2 .title-inner:before {
  display: none;
}
.prelements-heading.style12.post__style2 .title-inner .title {
  padding: 0;
  display: block ruby;
}
.prelements-heading.style12.post__style2 .title-inner .title:after {
  display: none;
}
.prelements-heading.style12.post__style2 .title-inner .title:before {
  width: 10px;
  height: 10px;
  top: 12px;
  right: -25px;
  bottom: 0;
  transform: translateY(50%);
  border-radius: 50%;
}
.prelements-heading.style12.post__style2 .title-inner .mullti-border {
  border-bottom: 1px solid #eee;
  width: 100%;
  margin-left: 40px;
  border-top: 1px solid #eee;
  height: 6px;
  margin-top: 18px;
}
.rs-addon-category .blog-item .single-category .category-part {
  padding: 20px 30px;
  margin-bottom: 10px;
  position: relative;
  background-size: cover !important;
  overflow: hidden;
}
.rs-addon-category .blog-item .single-category .category-part .cat_overlay_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: red;
  top: 0;
  left: 0;
  opacity: 0.5;
  transition: 0.4s;
}
.rs-addon-category .blog-item .single-category .category-part .category {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  position: relative;
  z-index: 3;
}
.rs-addon-category .blog-item .single-category .category-part .category a {
  color: #ffffff;
}
.rs-addon-category .blog-item .single-category .category-part .category span {
  background: #fff;
  display: block;
  padding: 0;
  color: #111111;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  z-index: 1;
}
.rs-addon-category .blog-item .single-category .category-part .category span em.cat_overlay_bg {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  right: 0;
  left: auto;
  opacity: 0;
  z-index: -1;
}
.rs-addon-category .blog-item .single-category .category-part:hover .cat_overlay_bg {
  opacity: 0;
}
.rs-addon-category .blog-item .single-category .category-part:hover .category span {
  background: none;
  color: #fff;
}
.rs-addon-category .blog-item .single-category .category-part:hover .category span em.cat_overlay_bg {
  opacity: 1;
}
.bs-sidebar .rs-addon-category .blog-item .single-category .category-part {
  padding: 20px 30px 20px 30px;
}
/** Blog List Style CSS --------------
-----------------------------------*/
.prelements-blog-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.prelements-blog-list ul li .pre-blog-item {
  position: relative;
}
.prelements-blog-list ul li .pre-blog-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 1px;
  width: 9px;
  height: 9px;
  background: none;
  z-index: 1;
  display: block;
}
.prelements-blog-list.pre-last-none ul li:last-child .pre-blog-item {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.prelements-blog-list.rs__scroll__yes {
  height: 540px;
  overflow-y: scroll;
}
.prelements-blog-list .pre-blog-item {
  overflow: visible;
  margin-bottom: 30px;
}
.prelements-blog-list .pre-blog-item .pre-avatar-image img {
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
}
.prelements-blog-list .pre-blog-item .blog-inner-wrap.pre-thum-left {
  display: inline-flex;
}
.prelements-blog-list .pre-blog-item .blog-inner-wrap.pre-thum-left.rs__center {
  align-items: center;
}
.prelements-blog-list .pre-blog-item .blog-inner-wrap.pre-thum-right {
  display: inline-flex;
}
.prelements-blog-list .pre-blog-item .blog-inner-wrap.pre-thum-right.rs__center {
  align-items: center;
}
.prelements-blog-list .pre-blog-item .blog-inner-wrap.pre-thum-right .pre-image-wrap {
  order: 2;
}
.prelements-blog-list .pre-blog-item .blog-inner-wrap.pre-thum-right .pre-blog-content {
  flex: 1;
}
.prelements-blog-list .pre-blog-item .blog-inner-wrap.pre-meta-blocks .pre-blog-content .pre-blog-meta {
  display: block;
  font-weight: 500;
}
.prelements-blog-list .pre-blog-item .blog-inner-wrap.pre-meta-blocks .pre-blog-content .pre-blog-meta span {
  margin-bottom: 15px;
  display: block;
}
.prelements-blog-list .pre-blog-item .blog-inner-wrap.pre-meta-blocks .pre-blog-content .pre-blog-meta span.pre-date {
  margin-right: 0;
  margin-left: 0;
}
.prelements-blog-list .pre-blog-item .blog-inner-wrap.no-thumbnail {
  display: block;
}
.prelements-blog-list .pre-blog-item .blog-inner-wrap .video__post a {
  position: absolute;
  top: 50%;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 14px;
  cursor: pointer;
  display: block;
  transform: translateY(-50%);
  z-index: 9;
}
.prelements-blog-list .pre-blog-item .blog-inner-wrap .video__post a i:before {
  background: #fff;
  width: 45px;
  height: 45px;
  display: block;
  line-height: 45px;
  border-radius: 50%;
  padding-left: 3px;
}
.prelements-blog-list .pre-blog-item span.number {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background: #061340;
  padding: 0px 9px;
  border: 1px solid #fff;
}
.prelements-blog-list .pre-blog-item .pre-image-wrap {
  position: relative;
}
.prelements-blog-list .pre-blog-item .pre-image-wrap img {
  transition: all 0.5s ease 0s;
}
.prelements-blog-list .pre-blog-item .pre-image-wrap .pre-cat-list {
  position: absolute;
  z-index: 111;
  top: 20px;
  left: 20px;
  z-index: 10;
}
.prelements-blog-list .pre-blog-item .pre-image-wrap .pre-cat-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.prelements-blog-list .pre-blog-item .pre-image-wrap .pre-cat-list ul li {
  display: inline-block;
}
.prelements-blog-list .pre-blog-item .pre-image-wrap .pre-cat-list ul li a {
  display: block;
  padding: 4px 10px;
  border-radius: 3px;
  color: #ffffff;
  background: #061340;
  transition: 0.4s;
}
.prelements-blog-list .pre-blog-item .pre-image-wrap .pre-cat-list ul li a:hover {
  opacity: 0.85;
}
.prelements-blog-list .pre-blog-item .pre-blog-content {
  border-radius: 0 0 4px 4px;
  padding: 40px 35px 40px;
  box-shadow: 0 5px 20px rgba(34, 34, 34, 0.03);
  background: #fff;
  position: unset;
  opacity: 1;
  position: relative;
}
.prelements-blog-list .pre-blog-item .pre-blog-content .pre-cat-list {
  display: inline-flex;
  align-items: center;
  margin: 0 0 0 20px;
  position: relative;
}
.prelements-blog-list .pre-blog-item .pre-blog-content .pre-cat-list a {
  margin-right: 5px;
  font-size: 13px;
}
.prelements-blog-list .pre-blog-item .pre-blog-content .pre-cat-list .post-categories {
  display: flex;
  font-size: 14px;
  margin: 0 0 0 3px;
  list-style: none;
}
.prelements-blog-list .pre-blog-item .pre-blog-content .pre-cat-list .post-categories li {
  position: relative;
}
.prelements-blog-list .pre-blog-item .pre-blog-content .pre-cat-list .post-categories li a {
  color: #454545;
}
.prelements-blog-list .pre-blog-item .pre-blog-content .pre-cat-list .post-categories li + li {
  margin-left: 8px;
}
.prelements-blog-list .pre-blog-item .pre-blog-content .pre-cat-list .post-categories li + li:before {
  content: ",";
  top: 0;
  left: -7px;
  position: absolute;
  z-index: 1;
}
.prelements-blog-list .pre-blog-item .pre-blog-content .pre-cat-list.pre-cat-list-top {
  margin-left: 0;
}
.prelements-blog-list .pre-blog-item .pre-blog-content .pre-cat-list.pre-cat-list-top .post-categories {
  margin-left: 5px;
}
.prelements-blog-list .pre-blog-item .pre-blog-content h3.pre-post-title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 1.4;
}
.prelements-blog-list .pre-blog-item .pre-blog-content h3.pre-post-title a {
  color: #111111;
  display: inline;
  background-image: linear-gradient(to bottom, #111111 0%, #111111 100%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  transition: all 0.7s;
}
.prelements-blog-list .pre-blog-item .pre-blog-content h3.pre-post-title a:hover {
  background-size: 100% 2px;
}
.prelements-blog-list .pre-blog-item .pre-blog-content .pre-blog-meta {
  margin-bottom: 0px;
  font-size: 14px;
  text-transform: capitalize;
  display: inline-flex;
  font-weight: 500;
}
.prelements-blog-list .pre-blog-item .pre-blog-content .pre-blog-meta .pre-date {
  margin-right: 20px;
}
.prelements-blog-list .pre-blog-item .pre-blog-content .pre-blog-meta.pre-reverse-meta .pre-date {
  margin-left: 20px;
  margin-right: 0;
}
.prelements-blog-list .pre-blog-item .pre-blog-content .pre-blog-meta i {
  margin-right: 6px;
  font-size: 14px;
}
.prelements-blog-list .pre-blog-item .pre-blog-content .pre-blog-meta i.fi-rr-calendar {
  position: relative;
  top: 1px;
}
.prelements-blog-list .pre-blog-item .pre-blog-content .pre-blog-meta svg {
  width: 15px;
}
.prelements-blog-list .pre-blog-item .pre-blog-content p {
  margin: 0 0 15px;
}
.prelements-blog-list .pre-blog-item .pre-blog-content .blog-btn-part {
  margin: 15px 0 0;
}
.prelements-blog-list .pre-blog-item .pre-blog-content .blog-btn-part .blog-btn {
  position: relative;
  display: inline-block;
  color: #111111;
  transition: all ease .3s;
}
.prelements-blog-list .pre-blog-item .pre-blog-content .blog-btn-part .blog-btn i {
  transition: all ease .3s;
}
.prelements-blog-list .pre-blog-item .pre-blog-content .blog-btn-part .blog-btn:hover {
  color: #061340;
}
.prelements-blog-list .pre-blog-item .pre-blog-content .blog-btn-part .blog-btn.icon-after span {
  float: left;
}
.prelements-blog-list .pre-blog-item .pre-blog-content .blog-btn-part .blog-btn.icon-after i {
  margin-left: 10px;
  transition: 0.4s;
}
.prelements-blog-list .pre-blog-item .pre-blog-content .blog-btn-part .blog-btn.icon-before span {
  float: right;
}
.prelements-blog-list .pre-blog-item .pre-blog-content .blog-btn-part .blog-btn.icon-before i {
  margin-right: 10px;
}
.prelements-blog-list .pre-blog-item.borders .pre-blog-content .pre-cat-list a {
  border-bottom: 2px solid;
  line-height: 1;
  font-size: 13px;
}
.prelements-blog-list .prelements-pagination-area {
  padding-top: 0px;
  clear: both;
  text-align: center;
  margin-top: 20px;
}
.prelements-blog-list .prelements-pagination-area .pagination {
  padding: 0;
  margin: 0;
}
.prelements-blog-list .prelements-pagination-area .nav-links {
  display: inline-block;
  border: 1px solid #f9f9f9;
  padding: 11px 0px;
  border-radius: 3px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  background: #fff;
}
.prelements-blog-list .prelements-pagination-area .nav-links span.current {
  padding: 2px 20px 0 21px;
  line-height: 23px;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  text-align: center;
  background: transparent;
  color: #061340;
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #E6E6E6;
}
.prelements-blog-list .prelements-pagination-area .nav-links > * {
  border-radius: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.prelements-blog-list .prelements-pagination-area .nav-links a {
  padding: 2px 20px 0 14px;
  line-height: 23px;
  color: #454545;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  text-align: center;
  background: transparent;
  opacity: .96;
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #E6E6E6;
}
.prelements-blog-list .prelements-pagination-area .nav-links span.current,
.prelements-blog-list .prelements-pagination-area .nav-links a:hover {
  color: #061340;
}
.prelements-blog-list .prelements-pagination-area .nav-links a.next.page-numbers {
  background: none !important;
  border-right: 0;
}
.prelements-blog-list .prelements-addon-slider .blog-item {
  padding: 0 15px;
}
.newsletter__form input[type="email"] {
  margin-bottom: 10px;
}
body.author .rs-author-area {
  display: flex;
  flex-wrap: wrap;
  background: #f9f9f9;
  padding: 35px 45px 40px 40px;
  margin-bottom: 50px;
  align-items: flex-start;
}
body.author .rs-author-area .author-img {
  flex: 0 0 15%;
  max-width: 15%;
}
body.author .rs-author-area .author-img img {
  border-radius: 50%;
}
body.author .rs-author-area .author-desc {
  flex: 0 0 85%;
  max-width: 85%;
  padding-left: 30px;
}
body.author .rs-author-area .author-desc p {
  margin: 0;
}
body.author .rs-author-area .author-desc .social-icons {
  margin-top: 25px;
}
body.author .rs-author-area .author-desc .social-icons .social-icon {
  display: inline-block;
  text-align: center;
  margin-right: 18px;
  border-radius: 50%;
  color: #333;
  font-size: 17px;
}
body.author .rs-author-area .author-desc .social-icons .social-icon:hover {
  color: #FA4001;
}
.blog-inner-wrap.eql-space-yes .pre-blog-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  right: -20px;
  padding-right: 0;
  width: 46px;
  text-align: center !important;
  border-radius: 50%;
  height: 46px;
}
@-webkit-keyframes pre-move-dot {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px);
  }
}
@keyframes pre-move-dot {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px);
  }
}
.rs-portfolio-style6 .portfolio-item .portfolio-content:before {
  border-radius: 0;
}
.prelements-heading .pre-heading-line1:after {
  content: "";
  width: 65px;
  height: 4px;
  background: #fa4001;
  position: absolute;
  bottom: -4px;
  right: 0;
  left: 50%;
  margin-left: -20px;
  border-radius: 2px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 0;
}
.prelements-heading .pre-heading-line1:before {
  content: "";
  width: 12px;
  height: 4px;
  background: #fa4001;
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -35px;
  transform: translateX(-50%);
  border-radius: 2px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 1;
}
.pre-heading-line1 {
  position: relative;
}
.prelements-heading.left .pre-heading-line1:before,
.prelements-heading.left .pre-heading-line1:after {
  left: 0;
}
.prelements-heading.left .pre-heading-line1 {
  position: relative;
  margin-left: 44px;
  margin-top: 20px;
}
.prelements-gradient-heading .title-inner .title,
.prelements-gradient-heading .title-inner span.subtitle {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rs-btn a {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.4s;
  padding: 8px 30px;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
  text-transform: uppercase;
  color: #ffffff;
  background: #fa4001;
  z-index: 1;
  border-radius: 30px;
}
.prelements-heading .sub-text .pre-heading-line {
  display: block;
}
.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:before,
.prelements-heading.right .pre-heading-line1:after {
  right: 0;
  left: auto;
}
.prelements-heading.right .pre-heading-line1 {
  position: relative;
  margin-left: 44px;
  margin-top: 20px;
}
.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: #fa4001;
}
.elementor-widget-container:hover .pre-heading-line1:after {
  width: 12px;
  margin-left: 35px;
  background: #fa4001;
}
.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: scaleY(0);
  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: scaleY(1);
  visibility: visible;
}
.secondarycolor {
  color: #fa4001;
}
#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: #061340;
}
.default_header .menu-area .navbar ul > li > a:after {
  background: #061340;
}
.elementor-widget-rs-logo .slick-track {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
/*------------------------------------
    04. Sticky Menu
--------------------------------------*/
.menu-sticky {
  margin: 0;
  width: 100%;
  z-index: 99;
  transition: all 300ms ease-in-out;
  background: transparent;
}
.menu-sticky.sticky {
  position: fixed !important;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.8);
  padding: 0;
}
.menu-sticky.sticky .toolbar-area {
  display: none;
}
.menu-sticky.sticky .navbar-menu {
  width: 100%;
  text-align: right;
}
.menu-sticky.sticky .navbar-menu ul.menu {
  text-align: right;
}
.menu-sticky.sticky .navbar ul li > a {
  color: #111111;
  font-size: 14px;
}
.menu-sticky.sticky .btn_quote {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}
.menu-sticky.sticky .nav-link-container i {
  color: #111111;
}
/* -----------------------
    17. Scroll Up
--------------------------*/
.clpricing-table .price-table.style1 {
  border: none;
}
.faq-simple .elementor-accordion-item {
  margin-bottom: 25px;
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.1);
}
.blog-page .cat_style2 .rs-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.blog-page .cat_style2 .rs-row .rs-col {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.blog-page .cat_style3 .rs-row .rs-col .blog-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.blog-page .cat_style3 .rs-row .rs-col .blog-item .blog-img {
  flex: 0 0 49%;
  max-width: 49%;
  margin-bottom: 0;
}
.blog-page .cat_style3 .rs-row .rs-col .blog-item .full-blog-content {
  flex: 0 0 51%;
  max-width: 51%;
  padding-left: 30px;
}
.blog-page .cat_style3 .rs-row .rs-col .blog-item .full-blog-content .blog-title {
  font-size: 22px;
  line-height: 1.25;
}
.blog-page .cat_style4 .rs-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.blog-page .cat_style4 .rs-row .rs-col {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.blog-page .cat_style4 .rs-row .rs-col .blog-item {
  position: relative;
  margin-bottom: 30px;
}
.blog-page .cat_style4 .rs-row .rs-col .blog-item:before {
  content: "";
  position: absolute;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
  transform: rotate(-180deg);
  border-radius: 4px;
  z-index: 1;
}
.blog-page .cat_style4 .rs-row .rs-col .blog-item .blog-img {
  margin: 0;
}
.blog-page .cat_style4 .rs-row .rs-col .blog-item .full-blog-content {
  position: absolute;
  bottom: 25px;
  left: 30px;
  right: 30px;
  z-index: 2;
}
.blog-page .cat_style4 .rs-row .rs-col .blog-item .full-blog-content .title-wrap .blog-title {
  font-size: 22px;
}
.blog-page .cat_style4 .rs-row .rs-col .blog-item .full-blog-content .title-wrap .blog-title a {
  color: #fff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
}
.blog-page .cat_style4 .rs-row .rs-col .blog-item .full-blog-content .blog-button {
  margin-top: 16px;
}
.blog-page .cat_style4 .rs-row .rs-col .blog-item .full-blog-content .blog-button a {
  color: #fff;
}
.blog-page .cat_style4 .rs-row .rs-col .blog-item .full-blog-content .btm-cate {
  margin-bottom: 0;
  padding-bottom: 0;
}
.blog-page .cat_style4 .rs-row .rs-col .blog-item .full-blog-content .author,
.blog-page .cat_style4 .rs-row .rs-col .blog-item .full-blog-content .blog-date {
  color: #fff;
}
.blog-page .cat_style4 .rs-row .rs-col .blog-item .full-blog-content .blog-desc {
  display: none;
}
/* ------------------------------------
    20. Breadcrumbs
  ---------------------------------------*/
.rs-breadcrumbs {
  position: relative;
  background: #fafafd;
}
.rs-breadcrumbs .breadcrumbs-title {
  font-size: 0;
  color: #8c8888;
  display: flex;
  margin-top: 15px;
  padding-left: 25px;
}
.rs-breadcrumbs .breadcrumbs-title > span {
  margin-right: 24px;
}
.rs-breadcrumbs .breadcrumbs-title > span a {
  display: block;
  padding: 0;
  position: relative;
}
.rs-breadcrumbs .breadcrumbs-title > span a:after {
  content: "";
  position: absolute;
  right: -13px;
  top: 5px;
  width: 1px;
  height: 12px;
  background: #454545;
  transform: skewX(-30deg);
}
.rs-breadcrumbs .breadcrumbs-title > span a.home:before {
  color: #8c8888;
  content: "\f1ec";
  font-size: 16px;
  padding-bottom: 0;
  font-family: "uicons-regular-rounded";
  top: -1px;
  font-weight: 700;
  left: -25px;
  position: absolute;
}
.rs-breadcrumbs .breadcrumbs-title span {
  font-size: 15px;
  position: relative;
  font-weight: 500;
  padding-right: 4px;
  line-height: 20px;
}
.rs-breadcrumbs .breadcrumbs-title span.current-item {
  margin-right: 0;
  padding-right: 0;
}
.rs-breadcrumbs .breadcrumbs-title span a span {
  color: #8c8888;
}
.rs-breadcrumbs .breadcrumbs-title span a span:hover {
  opacity: .7;
}
.rs-breadcrumbs .breadcrumbs-title .current-item {
  color: #8c8888;
}
.rs-breadcrumbs .breadcrumbs-inner {
  padding: 50px 0 50px;
  position: relative;
  max-width: 800px;
}
.rs-breadcrumbs .breadcrumbs-inner .banner-desc {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  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: #8c8888 !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 .breadcrumbs-inner .single-posts-meta {
  display: block;
  padding: 10px 0 0;
}
.rs-breadcrumbs .breadcrumbs-inner .category-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 15px;
}
.rs-breadcrumbs .breadcrumbs-inner .category-list .breadcrumbs-cat {
  margin: 0 8px 5px 0;
}
.rs-breadcrumbs .breadcrumbs-inner .category-list .breadcrumbs-cat a {
  display: block;
  background: #fa4001;
  color: #fff;
  font-size: 13px;
  padding: 3px 12px;
  text-transform: uppercase;
  font-weight: 500;
}
.rs-breadcrumbs .breadcrumbs-inner .category-list .breadcrumbs-cat a:hover {
  background: #061340;
  color: #fff;
}
.rs-breadcrumbs .container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}
.rs-breadcrumbs .breadcrumbs-single {
  background-size: cover;
  background-position: center top;
}
.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: Flaticon;
  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 {
  color: #111111 !important;
  font-size: 36px;
  margin-bottom: 0;
  margin-top: 0px;
  position: relative;
  display: inline-block;
  line-height: 1.2;
}
.rs-breadcrumbs .page-title-inner {
  border: none;
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.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: #8c8888;
  font-weight: 500;
  display: inline-block;
  font-size: 14px;
}
.rs-breadcrumbs ul li * {
  color: #8c8888;
  font-weight: 500;
}
.rs-breadcrumbs ul li a {
  padding: 0 8px;
  color: #000;
}
.rs-breadcrumbs ul li a:hover {
  color: #061340;
}
.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.porfolio-details .breadcrumbs-meta-inner {
  background: #fff;
  padding: 22px 0 0;
  margin-bottom: -50px;
  position: relative;
  z-index: 11;
}
.blog-align-image {
  margin-bottom: 20px;
}
.rs-skill-bar.style1 .skillbar .skill-bar-percent {
  right: 0;
  top: -25px;
}
.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: 600;
  margin-top: 14px;
}
.page .comments-title {
  font-size: 24px;
  font-weight: 600;
}
div .wpcf7 textarea:focus {
  outline: none;
}
.prelements-heading.default .sub-text {
  display: block;
}
.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: #fa4001;
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 0;
  border-color: #fa4001;
  padding: 12px 30px;
}
.dark-contact input[type="submit"]:hover {
  border-color: #fa4001;
  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,
.dark-contact input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1;
}
.dark-contact input[type="text"]::-moz-placeholder,
.dark-contact textarea::-moz-placeholder,
.dark-contact input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
.dark-contact input[type="text"]:-ms-input-placeholder,
.dark-contact textarea:-ms-input-placeholder,
.dark-contact input[type="email"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 1;
}
.dark-contact input[type="text"]:-moz-placeholder,
.dark-contact textarea:-moz-placeholder,
.dark-contact input[type="email"]:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
}
/** Blog Grid Style CSS --------------
-----------------------------------*/
.prelements-blog-grid .pre-blog-item {
  overflow: visible;
  margin-bottom: 30px;
}
.prelements-blog-grid .pre-blog-item .pre-avatar-image img {
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
}
.prelements-blog-grid .pre-blog-item .blog-inner-wrap.pre-thum-left {
  display: flex;
}
.prelements-blog-grid .pre-blog-item .blog-inner-wrap.pre-thum-left .pre-image-wrap {
  flex: 0 0 50%;
}
.prelements-blog-grid .pre-blog-item .blog-inner-wrap.pre-thum-left.rs__center {
  align-items: center;
}
.prelements-blog-grid .pre-blog-item .blog-inner-wrap.pre-thum-right {
  display: flex;
}
.prelements-blog-grid .pre-blog-item .blog-inner-wrap.pre-thum-right .pre-image-wrap {
  flex: 0 0 50%;
  order: 2;
}
.prelements-blog-grid .pre-blog-item .blog-inner-wrap.pre-thum-right .pre-blog-content {
  flex: 1;
}
.prelements-blog-grid .pre-blog-item .blog-inner-wrap.pre-thum-right.rs__center {
  align-items: center;
}
.prelements-blog-grid .pre-blog-item .blog-inner-wrap.pre-meta-blocks .pre-blog-content .pre-blog-meta {
  display: block;
}
.prelements-blog-grid .pre-blog-item .blog-inner-wrap.pre-meta-blocks .pre-blog-content .pre-blog-meta span {
  margin-bottom: 15px;
  display: block;
}
.prelements-blog-grid .pre-blog-item .blog-inner-wrap.pre-meta-blocks .pre-blog-content .pre-blog-meta span.pre-date {
  margin-right: 0;
  margin-left: 0;
}
.prelements-blog-grid .pre-blog-item .pre-image-wrap {
  position: relative;
}
.prelements-blog-grid .pre-blog-item .pre-image-wrap img {
  transition: all 0.5s ease 0s;
}
.prelements-blog-grid .pre-blog-item .pre-image-wrap .pre-cat-list {
  position: absolute;
  z-index: 111;
  top: 20px;
  left: 20px;
  z-index: 10;
}
.prelements-blog-grid .pre-blog-item .pre-image-wrap .pre-cat-list a {
  display: inline-block;
  padding: 3px 12px 2px;
  border-radius: 1px;
  color: #ffffff;
  background: #061340;
  transition: 0.4s;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 5px;
  margin-right: 5px;
}
.prelements-blog-grid .pre-blog-item .pre-image-wrap .pre-cat-list a:hover {
  opacity: 0.85;
}
.prelements-blog-grid .pre-blog-item .pre-image-wrap .pre-cat-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.prelements-blog-grid .pre-blog-item .pre-image-wrap .pre-cat-list ul li {
  display: inline-block;
}
.prelements-blog-grid .pre-blog-item .pre-image-wrap .pre-cat-list ul li a {
  display: block;
  padding: 3px 12px 2px;
  border-radius: 0px;
  color: #ffffff;
  background: #061340;
  transition: 0.4s;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 5px;
}
.prelements-blog-grid .pre-blog-item .pre-image-wrap .pre-cat-list ul li a:hover {
  opacity: 0.85;
}
.prelements-blog-grid .pre-blog-item .pre-image-wrap .video__post a {
  position: absolute;
  top: 50%;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 20px;
  z-index: 9;
  cursor: pointer;
  display: block;
  transform: translateY(-50%);
}
.prelements-blog-grid .pre-blog-item .pre-image-wrap .video__post a i:before {
  background: #fff;
  width: 75px;
  height: 75px;
  display: block;
  line-height: 75px;
  border-radius: 50%;
  padding-left: 2px;
}
.prelements-blog-grid .pre-blog-item.pre-blog-meta-style2 .pre-image-wrap {
  position: relative;
}
.prelements-blog-grid .pre-blog-item.pre-blog-meta-style2 .pre-image-wrap .pre-blog-meta {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #061340;
  color: #fff;
  padding: 10px 25px 7px;
  border-radius: 5px 5px 0 0;
  font-size: 14px;
  transform-origin: 0 0;
  min-width: 140px;
  text-align: center;
  z-index: 1;
}
.prelements-blog-grid .pre-blog-item .pre-blog-content {
  padding: 40px 35px 40px;
  box-shadow: 0 5px 20px rgba(34, 34, 34, 0.03);
  background: #fff;
  position: unset;
  opacity: 1;
}
.prelements-blog-grid .pre-blog-item .pre-blog-content h3.pre-post-title {
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 28px;
  line-height: 1.3;
}
.prelements-blog-grid .pre-blog-item .pre-blog-content h3.pre-post-title a {
  text-decoration: none;
  color: #111111;
  display: inline;
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  transition: all 0.7s;
}
.prelements-blog-grid .pre-blog-item .pre-blog-content h3.pre-post-title a:hover {
  background-size: 100% 2px;
}
.prelements-blog-grid .pre-blog-item .pre-blog-content .pre-cat-list {
  z-index: 111;
  top: 0;
  left: 0;
  z-index: 10;
  position: relative;
}
.prelements-blog-grid .pre-blog-item .pre-blog-content .pre-cat-list a {
  display: inline-block;
  padding: 3px 12px 2px;
  border-radius: 1px;
  color: #ffffff;
  background: #061340;
  transition: 0.4s;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 5px;
  margin-right: 5px;
}
.prelements-blog-grid .pre-blog-item .pre-blog-content .pre-cat-list a:hover {
  opacity: 0.85;
}
.prelements-blog-grid .pre-blog-item .pre-blog-content .pre-cat-list ul {
  margin: 0;
  padding: 0 0 25px;
  list-style: none;
}
.prelements-blog-grid .pre-blog-item .pre-blog-content .pre-cat-list ul li {
  display: inline-block;
}
.prelements-blog-grid .pre-blog-item .pre-blog-content .pre-cat-list ul li a {
  display: block;
  padding: 2px 12px 2px;
  border-radius: 0px;
  color: #ffffff;
  background: #061340;
  transition: 0.4s;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 5px;
}
.prelements-blog-grid .pre-blog-item .pre-blog-content .pre-cat-list ul li a:hover {
  opacity: 0.85;
}
.prelements-blog-grid .pre-blog-item .pre-blog-content .pre-blog-meta {
  margin-bottom: 10px;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
}
.prelements-blog-grid .pre-blog-item .pre-blog-content .pre-blog-meta .pre-date {
  margin-right: 20px;
}
.prelements-blog-grid .pre-blog-item .pre-blog-content .pre-blog-meta.pre-reverse-meta .pre-date {
  margin-left: 20px;
  margin-right: 0;
}
.prelements-blog-grid .pre-blog-item .pre-blog-content .pre-blog-meta i {
  margin-right: 6px;
  font-size: 14px;
}
.prelements-blog-grid .pre-blog-item .pre-blog-content .pre-blog-meta i.fi-rr-calendar {
  position: relative;
  top: 1px;
}
.prelements-blog-grid .pre-blog-item .pre-blog-content .pre-blog-meta svg {
  width: 15px;
}
.prelements-blog-grid .pre-blog-item .pre-blog-content p {
  margin: 0 0 15px;
}
.prelements-blog-grid .pre-blog-item .pre-blog-content .blog-btn-part {
  margin: 15px 0 0;
}
.prelements-blog-grid .pre-blog-item .pre-blog-content .blog-btn-part .blog-btn {
  position: relative;
  display: inline-block;
  color: #111111;
  transition: all ease .3s;
}
.prelements-blog-grid .pre-blog-item .pre-blog-content .blog-btn-part .blog-btn i {
  transition: all ease .3s;
}
.prelements-blog-grid .pre-blog-item .pre-blog-content .blog-btn-part .blog-btn:hover {
  color: #061340;
}
.prelements-blog-grid .pre-blog-item .pre-blog-content .blog-btn-part .blog-btn.icon-after span {
  float: left;
}
.prelements-blog-grid .pre-blog-item .pre-blog-content .blog-btn-part .blog-btn.icon-after i {
  margin-left: 10px;
  transition: 0.4s;
}
.prelements-blog-grid .pre-blog-item .pre-blog-content .blog-btn-part .blog-btn.icon-before span {
  float: right;
}
.prelements-blog-grid .pre-blog-item .pre-blog-content .blog-btn-part .blog-btn.icon-before i {
  margin-right: 10px;
}
.prelements-blog-grid .pre-blog-item.transparent .blog-inner-wrap {
  position: relative;
  overflow: hidden;
}
.prelements-blog-grid .pre-blog-item.transparent .blog-inner-wrap .pre-image-wrap {
  position: relative;
}
.prelements-blog-grid .pre-blog-item.transparent .blog-inner-wrap .pre-image-wrap img {
  transition: all 0.8s ease 0s;
  width: 100%;
}
.prelements-blog-grid .pre-blog-item.transparent .blog-inner-wrap .pre-image-wrap:before {
  opacity: .6;
  background: transparent;
  background: linear-gradient(transparent, #000000), linear-gradient(transparent, #000000);
  background: -moz-linear-gradient(transparent, #000000), -moz-linear-gradient(transparent, #000000);
  background: -o-linear-gradient(transparent, #000000), -o-linear-gradient(transparent, #000000);
  content: "";
  height: 60%;
  bottom: -2px;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
  transition: all 0.7s ease 0s;
}
.prelements-blog-grid .pre-blog-item.transparent .blog-inner-wrap .pre-blog-content {
  margin-bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  z-index: 1;
  background: transparent;
  color: #ffffff;
}
.prelements-blog-grid .pre-blog-item.transparent .blog-inner-wrap .pre-blog-content .pre-post-title a {
  color: #ffffff;
}
.prelements-blog-grid .pre-blog-item.transparent .blog-inner-wrap .pre-blog-content .pre-post-title a:hover {
  color: #ffffff;
}
.prelements-blog-grid .pre-blog-item.transparent .blog-inner-wrap .pre-blog-content .blog-btn-part .blog-btn {
  color: #ffffff;
}
.prelements-blog-grid .pre-blog-item.transparent .blog-inner-wrap .pre-blog-content .blog-btn-part .blog-btn:hover {
  color: #061340;
}
.prelements-blog-grid .pre-blog-item.transparent .blog-inner-wrap:hover .pre-image-wrap img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  -moz-transform: scale3d(1.1, 1.1, 1.1);
  -ms-transform: scale3d(1.1, 1.1, 1.1);
  -o-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.prelements-blog-grid .pre-blog-item:hover .pre-image-wrap .pre-pointer-events img {
  filter: grayscale(100%);
}
.prelements-blog-grid .pre-blog-item.icon_btn_style {
  position: relative;
}
.prelements-blog-grid .pre-blog-item.icon_btn_style .pre-blog-content {
  position: relative;
}
.prelements-blog-grid .pre-blog-item.icon_btn_style .pre-blog-content .btn-part {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  z-index: 1;
  transition: all 0.3s ease 0s;
}
.prelements-blog-grid .pre-blog-item.icon_btn_style .pre-blog-content .btn-part a {
  font-size: 20px;
  padding: 10px;
  color: #ffffff;
}
.prelements-blog-grid .pre-blog-item.icon_btn_style .pre-blog-content:after,
.prelements-blog-grid .pre-blog-item.icon_btn_style .pre-blog-content:before {
  position: absolute;
  content: '';
  right: 0;
  left: 0;
  margin: 0 auto;
  transition: all 0.3s ease 0s;
}
.prelements-blog-grid .pre-blog-item.icon_btn_style .pre-blog-content:before {
  width: 170px;
  height: 170px;
  border: 1px solid #f3f3f3;
  bottom: -125px;
}
.prelements-blog-grid .pre-blog-item.icon_btn_style .pre-blog-content:after {
  background: #f3f3f3;
  width: 126px;
  height: 126px;
  bottom: -98px;
}
.prelements-blog-grid .pre-blog-item.icon_btn_style:after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: #061340;
  transition: all 0.5s;
}
.prelements-blog-grid .pre-blog-item.icon_btn_style:hover .img-part img {
  filter: grayscale(1);
}
.prelements-blog-grid .pre-blog-item.icon_btn_style:hover .content-part .btn-part {
  bottom: 0;
}
.prelements-blog-grid .pre-blog-item.icon_btn_style:hover .content-part:before {
  width: 182px;
  height: 182px;
  border-color: #061340;
}
.prelements-blog-grid .pre-blog-item.icon_btn_style:hover .content-part:after {
  width: 140px;
  height: 140px;
  background: #061340;
}
.prelements-blog-grid .pre-blog-item.icon_btn_style:hover:after {
  width: 100%;
}
.prelements-blog-grid .pre-blog-item.borders .pre-blog-content .pre-cat-list a {
  border-bottom: 2px solid;
  line-height: 1;
  background: none;
  padding: 0;
  font-size: 13px;
}
.prelements-blog-grid .prelements-pagination-area {
  padding-top: 0px;
  clear: both;
  text-align: center;
  margin-top: 20px;
}
.prelements-blog-grid .prelements-pagination-area .pagination {
  padding: 0;
  margin: 0;
}
.prelements-blog-grid .prelements-pagination-area .nav-links {
  display: inline-block;
  border: 1px solid #f9f9f9;
  padding: 11px 0px;
  border-radius: 3px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  background: #fff;
}
.prelements-blog-grid .prelements-pagination-area .nav-links span.current {
  padding: 2px 20px 0 21px;
  line-height: 23px;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  text-align: center;
  background: transparent;
  color: #061340;
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #E6E6E6;
}
.prelements-blog-grid .prelements-pagination-area .nav-links > * {
  border-radius: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.prelements-blog-grid .prelements-pagination-area .nav-links a {
  padding: 2px 20px 0 14px;
  line-height: 23px;
  color: #454545;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  text-align: center;
  background: transparent;
  opacity: .96;
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #E6E6E6;
}
.prelements-blog-grid .prelements-pagination-area .nav-links span.current,
.prelements-blog-grid .prelements-pagination-area .nav-links a:hover {
  color: #061340;
}
.prelements-blog-grid .prelements-pagination-area .nav-links a.next.page-numbers {
  background: none !important;
  border-right: 0;
}
.prelements-unique-slider .pre-admin img {
  display: inline-block;
}
.prelements-blog-grid.no-grayscale .pre-blog-item:hover .pre-image-wrap .pre-pointer-events img {
  filter: grayscale(0);
}
.prelements-heading.default .title-inner .title {
  display: inline-block;
  position: relative;
}
.prelements-heading.default .title-inner .title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 6px;
  background: transparent;
  z-index: -1;
}
.prelements-unique-slider .slick-dots {
  line-height: 10px;
  bottom: -40px;
  z-index: 3;
}
.prelements-unique-slider .slick-dots li {
  display: inline-block;
  width: unset;
  height: unset;
  margin: 0 5px;
}
.prelements-unique-slider .slick-dots li button {
  width: 8px;
  height: 8px;
  display: inline-block;
  font-size: unset;
  line-height: unset;
  padding: unset;
  background: #d1d1d3;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  border-radius: 10px;
}
.prelements-unique-slider .slick-dots li button:before {
  display: none;
}
.prelements-unique-slider .slick-dots li button:hover {
  background: #fa4001;
  opacity: 1;
  width: 20px;
}
.prelements-unique-slider .slick-dots li.slick-active button {
  width: 20px;
  background: #fa4001;
  opacity: 1;
}
@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.woocommerce .loader:before {
  display: none;
}
.rs-blog-tab .nav-tabs {
  margin: 0;
  border: none;
  align-items: center;
}
.rs-blog-tab .nav-tabs li a {
  border: none;
}
.rs-blog-tab .nav-tabs li.rs-news-title {
  flex: 1;
  text-align: left;
}
.rs-blog-tab .nav-tabs li.rs-news-title h2 {
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  display: inline;
  margin: 0;
}
.rs-blog-tab .nav-tabs li.rs-news-title h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 100%;
  height: 6px;
  background: none;
  z-index: -1;
}
.rs-blog-tab .tab-content > .active {
  opacity: 1;
}
.rs-blog-tab .blog-tab-inner {
  display: flex;
  flex-wrap: wrap;
}
.rs-blog-tab .blog-tab-inner .blog-item .blog-img {
  overflow: hidden;
}
.rs-blog-tab .blog-tab-inner .blog-item .blog-img img {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  transition: 0.4s;
}
.rs-blog-tab .blog-tab-inner .blog-item:hover .blog-img img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  -moz-transform: scale3d(1.1, 1.1, 1.1);
  -ms-transform: scale3d(1.1, 1.1, 1.1);
  -o-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.rs-blog-tab .blog-tab-inner .blog-left-area {
  flex: 0 0 47%;
  max-width: 47%;
}
.rs-blog-tab .blog-tab-inner .blog-left-area .blog-item {
  position: relative;
}
.rs-blog-tab .blog-tab-inner .blog-left-area .blog-item .blog-content {
  position: absolute;
  left: 30px;
  bottom: 30px;
  right: 30px;
  z-index: 9;
}
.rs-blog-tab .blog-tab-inner .blog-left-area .blog-item .blog-content .blog-inner .p-category {
  margin: 0 0 12px;
}
.rs-blog-tab .blog-tab-inner .blog-left-area .blog-item .blog-content .blog-inner .p-category a {
  display: inline-block;
  padding: 3px 12px 2px;
  color: #ffffff;
  background: #00a4fc;
  transition: 0.4s;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 5px;
  margin-right: 5px;
}
.rs-blog-tab .blog-tab-inner .blog-left-area .blog-item .blog-content .blog-inner .p-title {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}
.rs-blog-tab .blog-tab-inner .blog-left-area .blog-item .blog-content .blog-inner .p-title a {
  color: #fff;
  display: inline;
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  transition: all 0.7s;
}
.rs-blog-tab .blog-tab-inner .blog-left-area .blog-item .blog-content .blog-inner .p-title a:hover {
  background-size: 100% 2px;
}
.rs-blog-tab .blog-tab-inner .blog-left-area .blog-item .blog-content .blog-inner .pre-blog-meta {
  color: #fff;
  margin-top: 15px;
  font-weight: 500;
}
.rs-blog-tab .blog-tab-inner .blog-left-area .blog-item .blog-content .blog-inner .pre-blog-meta .pre-admin i {
  margin-right: 5px;
}
.rs-blog-tab .blog-tab-inner .blog-left-area .blog-item .blog-content .blog-inner .pre-blog-meta .pre-admin img {
  margin-right: 5px;
}
.rs-blog-tab .blog-tab-inner .blog-left-area .blog-item .blog-content .blog-inner .pre-blog-meta .pre-date {
  padding-left: 20px;
}
.rs-blog-tab .blog-tab-inner .blog-left-area .blog-item .blog-content .blog-inner .pre-blog-meta .pre-date i {
  margin-right: 5px;
}
.rs-blog-tab .blog-tab-inner .blog-left-area .blog-item:before {
  opacity: .6;
  background: transparent;
  background: linear-gradient(transparent, #000000), linear-gradient(transparent, #000000);
  background: -moz-linear-gradient(transparent, #000000), -moz-linear-gradient(transparent, #000000);
  background: -o-linear-gradient(transparent, #000000), -o-linear-gradient(transparent, #000000);
  content: "";
  height: 100%;
  bottom: -2px;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
  transition: all 0.7s ease 0s;
}
.rs-blog-tab .blog-tab-inner .blog-right-area {
  flex: 0 0 53%;
  max-width: 53%;
}
.rs-blog-tab .blog-tab-inner .blog-right-area .blog-item {
  display: flex;
  padding-left: 26px;
  padding-right: 26px;
  flex-wrap: wrap;
  margin-bottom: 19px;
  align-items: center;
}
.rs-blog-tab .blog-tab-inner .blog-right-area .blog-item .blog-img {
  flex: 0 0 30%;
  max-width: 30%;
}
.rs-blog-tab .blog-tab-inner .blog-right-area .blog-item .blog-content {
  flex: 0 0 70%;
  max-width: 70%;
}
.rs-blog-tab .blog-tab-inner .blog-right-area .blog-item .blog-content .blog-inner .p-category {
  margin: 0 0 5px;
}
.rs-blog-tab .blog-tab-inner .blog-right-area .blog-item .blog-content .blog-inner .p-category a {
  border-bottom: 2px solid;
  line-height: 1;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  margin-right: 5px;
}
.rs-blog-tab .blog-tab-inner .blog-right-area .blog-item .blog-content .blog-inner .p-title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
.rs-blog-tab .blog-tab-inner .blog-right-area .blog-item .blog-content .blog-inner .p-title a {
  color: #111111;
  display: inline;
  background-image: linear-gradient(to bottom, #111111 0%, #111111 100%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  transition: all 0.7s;
}
.rs-blog-tab .blog-tab-inner .blog-right-area .blog-item .blog-content .blog-inner .p-title a:hover {
  background-size: 100% 2px;
}
.rs-blog-tab .blog-tab-inner .blog-right-area .blog-item .blog-content .blog-inner {
  padding-left: 15px;
}
.rs-blog-filter-style .blog-item {
  position: relative;
}
.rs-blog-filter-style .blog-item .blog-content {
  position: absolute;
  left: 30px;
  bottom: 30px;
  right: 30px;
  z-index: 9;
}
.rs-blog-filter-style .blog-item .blog-content .blog-inner .p-category {
  margin: 0 0 12px;
}
.rs-blog-filter-style .blog-item .blog-content .blog-inner .p-category a {
  display: inline-block;
  padding: 3px 12px 2px;
  color: #ffffff;
  background: #00a4fc;
  transition: 0.4s;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 5px;
  margin-right: 5px;
}
.rs-blog-filter-style .blog-item .blog-content .blog-inner .p-title {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}
.rs-blog-filter-style .blog-item .blog-content .blog-inner .p-title a {
  color: #fff;
  display: inline;
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  transition: all 0.7s;
}
.rs-blog-filter-style .blog-item .blog-content .blog-inner .p-title a:hover {
  background-size: 100% 2px;
}
.rs-blog-filter-style .blog-item .blog-content .blog-inner .pre-blog-meta {
  color: #fff;
  margin-top: 15px;
  font-weight: 500;
}
.rs-blog-filter-style .blog-item .blog-content .blog-inner .pre-blog-meta .pre-admin i {
  margin-right: 5px;
}
.rs-blog-filter-style .blog-item .blog-content .blog-inner .pre-blog-meta .pre-admin img {
  border-radius: 50%;
  margin-right: 5px;
}
.rs-blog-filter-style .blog-item .blog-content .blog-inner .pre-blog-meta .pre-date {
  padding-left: 20px;
}
.rs-blog-filter-style .blog-item .blog-content .blog-inner .pre-blog-meta .pre-date i {
  margin-right: 5px;
}
.rs-blog-filter-style .blog-item:before {
  opacity: .6;
  background: transparent;
  background: linear-gradient(transparent, #000000), linear-gradient(transparent, #000000);
  background: -moz-linear-gradient(transparent, #000000), -moz-linear-gradient(transparent, #000000);
  background: -o-linear-gradient(transparent, #000000), -o-linear-gradient(transparent, #000000);
  content: "";
  height: 100%;
  bottom: -2px;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
  transition: all 0.7s ease 0s;
}
.rs-blog-filter-style .blog-filter {
  display: flex;
  align-items: center;
}
.rs-blog-filter-style .blog-filter button {
  outline: none;
}
.rs-blog-filter-style .blog-filter .news__title {
  background: none;
  padding: 0;
  border: none;
  color: #111;
  outline: none;
  flex: 1;
  text-align: left;
}
.rs-blog-filter-style .blog-filter .news__title span {
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  display: inline;
  margin: 0;
}
.rs-blog-filter-style .blog-filter .news__title span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 6px;
  background: #000;
  z-index: -1;
}
/*----------------------------------------------
    Preloader
----------------------------------------------*/
#pre-load {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  top: 0px;
  z-index: 9999;
}
.loader .loader-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border: 5px 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: 4px solid #f00c46;
  border-radius: 50%;
  animation: loaderspin 1.8s infinite ease-in-out;
  -webkit-animation: loaderspin 1.8s infinite ease-in-out;
}
.loader .loader-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  text-align: center;
}
.loader .loader-icon img {
  animation: loaderpulse alternate 900ms infinite;
  width: 30px;
}
.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;
}
@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);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
/*-------------------------
    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: #fa4001;
  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% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
  }
}
.flaticon-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;
}
@-webkit-keyframes braintech-loader-anim {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  70% {
    opacity: .5;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  95% {
    opacity: 0;
  }
}
@-moz-keyframes braintech-loader-anim {
  0% {
    opacity: 1;
    -moz-transform: scale(0.1);
    transform: scale(0.1);
  }
  70% {
    opacity: .5;
    -moz-transform: scale(1);
    transform: scale(1);
  }
  95% {
    opacity: 0;
  }
}
@-o-keyframes braintech-loader-anim {
  0% {
    opacity: 1;
    -o-transform: scale(0.1);
    transform: scale(0.1);
  }
  70% {
    opacity: .5;
    -o-transform: scale(1);
    transform: scale(1);
  }
  95% {
    opacity: 0;
  }
}
@keyframes braintech-loader-anim {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
  }
  70% {
    opacity: .5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    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-addon-slider .slick-next,
.prelements-unique-slider .slick-next {
  z-index: 2;
  width: 50px;
  height: 50px;
  border-radius: 1px;
  right: -100px;
  position: all .5s ease;
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.rs-addon-slider .slick-next:before,
.prelements-unique-slider .slick-next:before {
  content: "\f11a";
  font-size: 15px;
  color: #061340;
  margin: 0;
  display: inline-block;
  font-family: flaticon !important;
  font-weight: 600;
  text-align: center;
  transform: rotate(180deg);
  right: 3px;
  position: relative;
}
.rs-addon-slider .slick-prev,
.prelements-unique-slider .slick-prev {
  z-index: 2;
  width: 50px;
  height: 50px;
  border-radius: 1px;
  left: -100px;
  position: all .5s ease;
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.rs-addon-slider .slick-prev:before,
.prelements-unique-slider .slick-prev:before {
  content: "\f11a";
  font-size: 15px;
  color: #061340;
  margin: 0;
  display: inline-block;
  font-family: flaticon !important;
  font-weight: 600;
  text-align: center;
  left: 3px;
  position: relative;
}
.rs-addon-slider .arrow__style2 .slick-prev,
.prelements-unique-slider .arrow__style2 .slick-prev {
  visibility: visible;
  left: 95% !important;
  top: -50px;
  opacity: 1;
  background: transparent;
  box-shadow: none;
  width: auto;
  height: auto;
}
.rs-addon-slider .arrow__style2 .slick-prev:after,
.prelements-unique-slider .arrow__style2 .slick-prev:after {
  content: "";
  background: #ccc;
  height: 100%;
  width: 1px;
  position: absolute;
  right: -10px;
  top: 0;
  display: block;
}
.rs-addon-slider .arrow__style2 .slick-next,
.prelements-unique-slider .arrow__style2 .slick-next {
  visibility: visible;
  right: 10px !important;
  top: -50px;
  opacity: 1;
  background: transparent;
  box-shadow: none;
  width: auto;
  height: auto;
}
.rs-addon-slider:hover .slick-next,
.prelements-unique-slider:hover .slick-next {
  right: -25px;
  visibility: visible;
  opacity: 1;
}
.rs-addon-slider:hover .slick-prev,
.prelements-unique-slider:hover .slick-prev {
  left: -25px;
  visibility: visible;
  opacity: 1;
}
.rs-icon-figure {
  background: #061340;
  margin: 0 0 15px;
}
.rs-icon-figure a {
  background: #ffffff;
  display: inline-block;
  padding: 12px 0 10px;
  width: 80px;
  border-radius: 0 0 85% 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  font-size: 20px;
}
.rs-icon-figure a i {
  color: #fff;
  font-size: 14px;
}
.rs-icon-figure a svg {
  width: 20px;
  height: 20px;
}
.rs-icon-figure .des__social {
  font-size: 15px;
  color: #ffffff;
  padding-left: 13px;
}
.rs-icon-figure .des__social span {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 10px;
  font-family: 'Inter', sans-serif;
}
.social_style2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.social_style2 .grid-item {
  flex: 0 0 49%;
}
.social_style2 .grid-item .logo-img {
  display: flex;
}
.social_style2 .grid-item .rs-icon-figure {
  padding: 10px 15px;
  margin-bottom: 10px;
}
.social_style2 .grid-item .rs-icon-figure a {
  width: 30px;
  height: 30px;
  line-height: 27px;
  text-align: center;
  border-radius: 100%;
  padding: 0;
}
.social_style2 .grid-item .rs-icon-figure a i {
  color: #fff;
  font-size: 14px;
}
.social_style2 .grid-item .rs-icon-figure a svg {
  width: 15px;
  height: 15px;
}
.newsletter__form p {
  margin: 0 0 0;
}
.newsletter__form label {
  width: 100%;
}
.newsletter__form input[type="text"],
.newsletter__form input[type="number"],
.newsletter__form input[type="password"],
.newsletter__form textarea,
.newsletter__form input[type="email"] {
  background: #f9f9f9;
  border: none;
  padding: 18px 22px;
}
.newsletter__form input[type="submit"] {
  background: #fa4001;
  width: 100%;
}
.rs-contact-box .address-item.boxstyle1 .address-text .text,
.rs-contact-box .address-item.boxstyle1 .address-text .text .label {
  display: block;
}
.rs-contact-box .address-item.boxstyle1 .address-text .text .label {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #111111;
}
.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;
  white-space: nowrap;
  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;
}
body .wpcf7 form.invalid .wpcf7-response-output,
body .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #fa4001;
}
.dark-border-color .wpcf7 form.invalid .wpcf7-response-output,
.dark-border-color .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #fa4001;
  color: #fff;
}
.blog-btn i,
.rs-btn .rs_button i {
  transition: 0.4s;
}
.blog-btn i:before,
.rs-btn .rs_button i:before {
  font-weight: 500;
  font-size: 17px;
  margin: 0;
}
/* -------------------------------- 

xrotate-1 

-------------------------------- */
.cd-headline.rotate-1 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.cd-headline.rotate-1 p {
  opacity: 0;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.cd-headline.rotate-1 p.is-visible {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-animation: cd-rotate-1-in 1.2s;
  -moz-animation: cd-rotate-1-in 1.2s;
  animation: cd-rotate-1-in 1.2s;
}
.cd-headline.rotate-1 p.is-hidden {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-animation: cd-rotate-1-out 1.2s;
  -moz-animation: cd-rotate-1-out 1.2s;
  animation: cd-rotate-1-out 1.2s;
}
@-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;
  }
}
@-moz-keyframes cd-rotate-1-in {
  0% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -moz-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(360deg);
    opacity: 1;
  }
}
@keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    -moz-transform: rotateX(120deg);
    -ms-transform: rotateX(120deg);
    -o-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    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;
  }
}
@-moz-keyframes cd-rotate-1-out {
  0% {
    -moz-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -moz-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
}
@keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    -moz-transform: rotateX(-40deg);
    -ms-transform: rotateX(-40deg);
    -o-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
}
/* -------------------------------- 

xtype 

-------------------------------- */
.cd-headline.type .cd-words-wrapper {
  vertical-align: top;
  overflow: hidden;
}
.cd-headline.type .cd-words-wrapper::after {
  /* vertical bar */
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 90%;
  width: 1px;
  background-color: #aebcb9;
}
.cd-headline.type .cd-words-wrapper.waiting::after {
  -webkit-animation: cd-pulse 1s infinite;
  -moz-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;
}
@-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;
  }
}
@-moz-keyframes cd-pulse {
  0% {
    -moz-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -moz-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    -moz-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    -o-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
/* -------------------------------- 

xrotate-2 

-------------------------------- */
.cd-headline.rotate-2 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  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 {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-20px) rotateX(90deg);
  -moz-transform: translateZ(-20px) rotateX(90deg);
  -ms-transform: translateZ(-20px) rotateX(90deg);
  -o-transform: translateZ(-20px) rotateX(90deg);
  transform: translateZ(-20px) rotateX(90deg);
  opacity: 0;
}
.is-visible .cd-headline.rotate-2 i {
  opacity: 1;
}
.cd-headline.rotate-2 i.in {
  -webkit-animation: cd-rotate-2-in 0.4s forwards;
  -moz-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;
  -moz-animation: cd-rotate-2-out 0.4s forwards;
  animation: cd-rotate-2-out 0.4s forwards;
}
.cd-headline.rotate-2 em {
  -webkit-transform: translateZ(20px);
  -moz-transform: translateZ(20px);
  -ms-transform: translateZ(20px);
  -o-transform: translateZ(20px);
  transform: translateZ(20px);
}
.no-csstransitions .cd-headline.rotate-2 i {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 0;
}
.no-csstransitions .cd-headline.rotate-2 i em {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.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);
  }
}
@-moz-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0deg);
  }
}
@keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    -moz-transform: translateZ(-20px) rotateX(90deg);
    -ms-transform: translateZ(-20px) rotateX(90deg);
    -o-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
    -moz-transform: translateZ(-20px) rotateX(-10deg);
    -ms-transform: translateZ(-20px) rotateX(-10deg);
    -o-transform: translateZ(-20px) rotateX(-10deg);
    transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
    -moz-transform: translateZ(-20px) rotateX(0deg);
    -ms-transform: translateZ(-20px) rotateX(0deg);
    -o-transform: translateZ(-20px) rotateX(0deg);
    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);
  }
}
@-moz-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-90deg);
  }
}
@keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    -moz-transform: translateZ(-20px) rotateX(0);
    -ms-transform: translateZ(-20px) rotateX(0);
    -o-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
    -moz-transform: translateZ(-20px) rotateX(-100deg);
    -ms-transform: translateZ(-20px) rotateX(-100deg);
    -o-transform: translateZ(-20px) rotateX(-100deg);
    transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
    -moz-transform: translateZ(-20px) rotateX(-90deg);
    -ms-transform: translateZ(-20px) rotateX(-90deg);
    -o-transform: translateZ(-20px) rotateX(-90deg);
    transform: translateZ(-20px) rotateX(-90deg);
  }
}
/* -------------------------------- 

xloading-bar 

-------------------------------- */
.cd-headline.loading-bar span {
  display: inline-block;
  padding: .2em 0;
}
.cd-headline.loading-bar .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.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;
  -webkit-transition: width 0.3s -0.1s;
  -moz-transition: width 0.3s -0.1s;
  transition: width 0.3s -0.1s;
}
.cd-headline.loading-bar .cd-words-wrapper.is-loading::after {
  width: 100%;
  -webkit-transition: width 3s;
  -moz-transition: width 3s;
  transition: width 3s;
}
.cd-headline.loading-bar p {
  top: .2em;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cd-headline.loading-bar p.is-visible {
  opacity: 1;
  top: 0;
}
/* -------------------------------- 

xslide 

-------------------------------- */
.cd-headline.slide span {
  display: inline-block;
  padding: .2em 0;
}
.cd-headline.slide .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.slide p {
  opacity: 0;
  top: .2em;
}
.cd-headline.slide p.is-visible {
  top: 0;
  opacity: 1;
  -webkit-animation: slide-in 0.6s;
  -moz-animation: slide-in 0.6s;
  animation: slide-in 0.6s;
}
.cd-headline.slide p.is-hidden {
  -webkit-animation: slide-out 0.6s;
  -moz-animation: slide-out 0.6s;
  animation: slide-out 0.6s;
}
@-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);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    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%);
  }
}
@-moz-keyframes slide-out {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
}
@keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -ms-transform: translateY(120%);
    -o-transform: translateY(120%);
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}
/* -------------------------------- 

xclip 

-------------------------------- */
.cd-headline.clip span {
  display: inline-block;
  padding: .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;
}
/* -------------------------------- 

xzoom 

-------------------------------- */
.cd-headline.zoom .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.cd-headline.zoom p {
  opacity: 0;
}
.cd-headline.zoom p.is-visible {
  opacity: 1;
  -webkit-animation: zoom-in 0.8s;
  -moz-animation: zoom-in 0.8s;
  animation: zoom-in 0.8s;
}
.cd-headline.zoom p.is-hidden {
  -webkit-animation: zoom-out 0.8s;
  -moz-animation: zoom-out 0.8s;
  animation: zoom-out 0.8s;
}
#rs-newsletter-subscribe .newsletter-title {
  color: #ffffff;
  margin-bottom: 0px;
  font-size: 36px;
}
#rs-newsletter-subscribe .text-right {
  position: relative;
  text-align: left !important;
}
#rs-newsletter-subscribe .text-right input[type="email"] {
  margin-bottom: 0px;
  max-width: 390px;
  padding-top: 19px;
  padding-bottom: 19px;
  border-radius: 5px;
}
#rs-newsletter-subscribe .text-right input[type="submit"] {
  position: absolute;
  z-index: 2;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 600;
  height: 60px;
  border-radius: 5px;
  background: #032e42;
  transition: all 0.3s ease 0s;
}
#rs-newsletter-subscribe .row {
  align-items: center;
}
@-webkit-keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
}
@-moz-keyframes zoom-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }
}
@keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
    -moz-transform: translateZ(100px);
    -ms-transform: translateZ(100px);
    -o-transform: translateZ(100px);
    transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
  }
}
@-moz-keyframes zoom-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-100px);
  }
}
@keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
    -moz-transform: translateZ(-100px);
    -ms-transform: translateZ(-100px);
    -o-transform: translateZ(-100px);
    transform: translateZ(-100px);
  }
}
/* -------------------------------- 

xrotate-3 

-------------------------------- */
.cd-headline.rotate-3 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.cd-headline.rotate-3 p {
  opacity: 0;
}
.cd-headline.rotate-3 i {
  display: inline-block;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.is-visible .cd-headline.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.cd-headline.rotate-3 i.in {
  -webkit-animation: cd-rotate-3-in 0.6s forwards;
  -moz-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;
  -moz-animation: cd-rotate-3-out 0.6s forwards;
  animation: cd-rotate-3-out 0.6s forwards;
}
.no-csstransitions .cd-headline.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  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);
  }
}
@-moz-keyframes cd-rotate-3-in {
  0% {
    -moz-transform: rotateY(180deg);
  }
  100% {
    -moz-transform: rotateY(0deg);
  }
}
@keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
  }
}
@-moz-keyframes cd-rotate-3-out {
  0% {
    -moz-transform: rotateY(0);
  }
  100% {
    -moz-transform: rotateY(-180deg);
  }
}
@keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
}
/* -------------------------------- 

xscale 

-------------------------------- */
.cd-headline.scale p {
  opacity: 0;
}
.cd-headline.scale i {
  display: inline-block;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.is-visible .cd-headline.scale i {
  opacity: 1;
}
.cd-headline.scale i.in {
  -webkit-animation: scale-up 0.6s forwards;
  -moz-animation: scale-up 0.6s forwards;
  animation: scale-up 0.6s forwards;
}
.cd-headline.scale i.out {
  -webkit-animation: scale-down 0.6s forwards;
  -moz-animation: scale-down 0.6s forwards;
  animation: scale-down 0.6s forwards;
}
.no-csstransitions .cd-headline.scale i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  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;
  }
}
@-moz-keyframes scale-up {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }
  60% {
    -moz-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
}
@-moz-keyframes scale-down {
  0% {
    -moz-transform: scale(1);
    opacity: 1;
  }
  60% {
    -moz-transform: scale(0);
    opacity: 0;
  }
}
@keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    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;
  -moz-animation: push-in 0.6s;
  animation: push-in 0.6s;
}
.cd-headline.push p.is-hidden {
  -webkit-animation: push-out 0.6s;
  -moz-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);
  }
}
@-moz-keyframes push-in {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    -o-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    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%);
  }
}
@-moz-keyframes push-out {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
}
@keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -o-transform: translateX(110%);
    transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
