@charset "utf-8";
/**
*
* -----------------------------------------------------------------------------
*
* Template : archtek - Architecture 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
--------------------------------------------------------*/
/*contact layout*/
input[type="submit"] {
  border: none;
  padding: 10px 18px;
}
textarea {
  border: none;
  padding: 10px 18px;
  height: 150px;
}
input[type="text"],
input[type="number"],
input[type="email"],
input[type="url"],
select,
input[type="password"] {
  height: 50px;
  padding: 10px 18px;
  border: 1px solid #f7f3f3;
  margin-bottom: 30px;
  outline: none;
  box-shadow: 0 0px 50px 0px rgba(0, 0, 0, 0.05);
  background: #fff;
}
div textarea {
  border: 1px solid #f7f3f3;
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 0 0px 50px 0px rgba(0, 0, 0, 0.05);
}
input[type="submit"] {
  background: #baa08f;
}
div.wpcf7 .ajax-loader {
  position: absolute;
  top: 16px;
  right: -40px;
}
.rs-contact .contact-address .address-item {
  overflow: hidden;
  margin-top: 15px;
}
.rs-contact .contact-address .address-item .address-icon {
  float: left;
  width: 50px;
  height: 40px;
  text-align: left;
  vertical-align: middle;
}
.rs-contact .contact-address .address-item .address-icon i {
  font-size: 30px;
  color: #baa08f;
  margin-left: 0;
  text-align: left;
}
.rs-contact .contact-address .address-item .address-text {
  float: left;
  width: 80%;
  padding-left: 5px;
}
.rs-contact .contact-address .address-item .address-text h3.contact-title {
  font-size: 20px;
  margin: 0;
}
.rs-contact .contact-address .address-item .address-text a {
  color: #333333;
}
.rs-contact .contact-address .address-item .address-text a:hover {
  color: #baa08f;
}
.rs-contact .contact-address.style2 {
  box-shadow: 0 0 150px #eee;
}
.rs-contact .contact-address.style3 .address-item {
  margin: 0;
  text-align: center;
}
.rs-contact .contact-address.style3 .address-item .address-icon {
  float: none;
  width: auto;
  height: auto;
}
.rs-contact .contact-address.style3 .address-item .address-icon i {
  height: auto;
  width: auto;
}
.rs-contact .contact-address.style3 .address-item .address-text {
  float: none;
  width: auto;
  padding-left: 0;
  padding-top: 20px;
}
.rs-contact .contact-address.light-color .address-item .address-text {
  color: #fff !important;
}
.rs-contact .contact-address.light-color .address-item .address-text a {
  color: #fff !important;
}
.rs-contact .rs-services-default .services-desc p {
  margin-bottom: 10px !important;
}
.contact-2-info .rs-contact .contact-address .address-item .address-icon i {
  color: #fff !important;
}
.contact-2-info .rs-contact .contact-address .address-item .address-text {
  color: #fff;
}
.contact-2-info .rs-contact .contact-address .address-item .address-text h3.contact-title {
  color: #fff;
}
.contact-2-info .rs-contact .contact-address .address-item .address-text a {
  color: #fff !important;
}
.contact-2-info .submit-btn {
  margin: 0 !important;
}
.contact-2-info select {
  color: #bbb;
}
.contact-2-info .select-doctors::after {
  color: #bbb;
}
.contact-2-info input[type="text"] {
  margin-bottom: 28px;
}
.contact-2-info input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #d1d1d1 !important;
  opacity: 1;
}
.contact-2-info input::-moz-placeholder {
  /* Firefox 19+ */
  color: #d1d1d1 !important;
  opacity: 1;
}
.contact-2-info input:-ms-input-placeholder {
  /* IE 10+ */
  color: #d1d1d1 !important;
  opacity: 1;
}
.contact-2-info input:-moz-placeholder {
  /* Firefox 18- */
  color: #d1d1d1 !important;
  opacity: 1;
}
.contact-2-info textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #bbb !important;
  opacity: 1;
}
.contact-2-info textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #d1d1d1 !important;
  opacity: 1;
}
.contact-2-info textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #d1d1d1 !important;
  opacity: 1;
}
.contact-2-info textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #d1d1d1 !important;
  opacity: 1;
}
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;
}
/* Blog Design */
.rs-blog-grid .pagination-area,
.rs-team .pagination-area {
  padding-bottom: 30px;
}
.rs-blog-grid .pagination-area {
  padding-bottom: 84px;
}
.rs-blog .cat_name {
  display: none;
}
.rs-blog .blog-meta .blog-title {
  margin: 0px 0 10px;
  font-weight: 500;
  line-height: 26px !important;
}
.rs-blog .blog-meta .blog-title a {
  color: #333333;
}
.rs-blog .blog-meta .blog-title a:hover {
  color: #f6866f;
}
.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: 20px;
  font-weight: 500;
}
.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: 4px 0 14px;
  line-height: 30px;
  font-weight: 700;
  font-size: 27px;
}
.full-blog-content .blog-title a {
  color: #333333;
}
.full-blog-content .blog-title a:hover {
  color: #f6866f;
}
.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: 15px;
}
.full-blog-content .btm-cate li i:before {
  font-size: 14px;
  font-weight: 600;
}
.full-blog-content .btm-cate .tag-line i {
  margin-right: 3px;
}
.full-blog-content .blog-date {
  padding: 0;
  color: #999999;
  margin-right: 0;
  line-height: normal;
  padding: 1px;
}
.full-blog-content .blog-date i:before {
  font-size: 14px;
  font-weight: 600;
}
.full-blog-content .author {
  display: inline-block;
  padding: 0;
  margin-right: 0;
  line-height: normal;
  color: #999999;
}
.full-blog-content .author i {
  color: #aaa;
  margin-right: 3px;
}
.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: 55px;
  padding-bottom: 50px;
  border-bottom: 1px dashed #e1e1e1;
}
.blog .rs-blog .blog-item .full-blog-content,
.archive .rs-blog .blog-item .full-blog-content {
  padding: 0;
  overflow: hidden;
  margin-top: -85px;
}
.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: 40px;
  padding-top: 30px;
}
.blog .rs-blog .blog-item .full-blog-content .blog_cat_list ul.post-categories,
.archive .rs-blog .blog-item .full-blog-content .blog_cat_list ul.post-categories {
  margin: 0;
  padding: 15px 25px 15px 31px;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 0 3px 0 0;
}
.blog .rs-blog .blog-item .comment-readmore,
.archive .rs-blog .blog-item .comment-readmore {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.blog .rs-blog .blog-item .comment-readmore .comments a,
.archive .rs-blog .blog-item .comment-readmore .comments a {
  color: #999;
}
.blog .rs-blog .blog-item .comment-readmore .comments a:hover,
.archive .rs-blog .blog-item .comment-readmore .comments a:hover {
  color: #000;
}
.blog .rs-blog .blog-item .comment-readmore .blog-button a,
.archive .rs-blog .blog-item .comment-readmore .blog-button a {
  min-height: 33px;
}
.blog .rs-blog .blog-item .comment-readmore .blog-button a:before,
.archive .rs-blog .blog-item .comment-readmore .blog-button a:before {
  top: 0px;
  right: 0;
  color: #fff;
  background: #333333;
  width: 40px;
  border-radius: 50%;
  height: 40px;
  line-height: 41px;
}
.blog .rs-blog .blog-item .comment-readmore .blog-button a:hover:before,
.archive .rs-blog .blog-item .comment-readmore .blog-button a:hover:before {
  opacity: .8;
}
.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 .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: #101010;
  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: #101010;
}
.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: #f6866f;
}
.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.no-thumbs .full-blog-content,
.archive .rs-blog .blog-item.no-thumbs .full-blog-content {
  margin-top: 0;
}
.blog .rs-blog .blog-item.no-thumbs .full-blog-content .blog_cat_list ul.post-categories,
.archive .rs-blog .blog-item.no-thumbs .full-blog-content .blog_cat_list ul.post-categories {
  padding: 0;
}
.blog .rs-blog .blog-item.no-thumbs .full-blog-content .title-wrap .blog-title,
.archive .rs-blog .blog-item.no-thumbs .full-blog-content .title-wrap .blog-title {
  padding-top: 6px;
}
.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;
}
.blog .rs-btn.rs-btnblack,
.archive .rs-btn.rs-btnblack {
  text-transform: uppercase;
}
body.blog .blog-meta {
  font-size: 14px;
  color: #888;
}
body.blog .blog-meta .date i {
  margin-right: 8px;
}
body.blog .blog-meta .fa.fa-user {
  margin-right: 7px;
  font-size: 15px;
}
.date-meta-style2 a {
  color: #999;
}
.date-meta-style2 a:hover {
  color: #baa08f;
}
.owl-stage .blog-item {
  margin-bottom: 0 !important;
}
.post-meta-dates {
  display: inline-block;
  position: absolute;
  padding: 8px 20px;
  bottom: 0;
  background: #baa08f;
  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: #baa08f;
  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: #333333;
}
.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: #333333;
  border-top: 80px solid transparent;
  border-right: 100px solid #333333;
}
.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: #333333;
  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: #baa08f;
  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: #333333;
}
.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: 20px;
  color: #999;
}
.rs-blog-details .post-meta.author,
.rs-blog .post-meta.author,
.blog .post-meta.author {
  color: #999;
}
.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: #101010;
  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: #f6866f;
}
.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: 20px;
}
.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: #101010;
  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: #f6866f;
}
.rs-blog-details .blog-item.style3 .blog-img .blog-date,
.rs-blog .blog-item.style3 .blog-img .blog-date,
.blog .blog-item.style3 .blog-img .blog-date {
  right: 10px;
  left: auto;
  top: 10px;
  bottom: auto;
}
.rs-blog-details .blog-item.style3 .blog-img .blog-date .categories,
.rs-blog .blog-item.style3 .blog-img .blog-date .categories,
.blog .blog-item.style3 .blog-img .blog-date .categories {
  top: 30px;
}
.rs-blog-details .blog-item.style3 .blog-img .blog-meta,
.rs-blog .blog-item.style3 .blog-img .blog-meta,
.blog .blog-item.style3 .blog-img .blog-meta {
  margin-top: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #333333;
  width: 100%;
  padding: 20px 25px;
  opacity: 0.8;
}
.rs-blog-details .blog-item.style3 .blog-img .blog-meta .blog-title,
.rs-blog .blog-item.style3 .blog-img .blog-meta .blog-title,
.blog .blog-item.style3 .blog-img .blog-meta .blog-title {
  margin-bottom: 0;
  position: relative;
  z-index: 9;
}
.rs-blog-details .blog-item.style3 .blog-img .blog-meta .blog-title a,
.rs-blog .blog-item.style3 .blog-img .blog-meta .blog-title a,
.blog .blog-item.style3 .blog-img .blog-meta .blog-title a {
  color: #fff;
}
.rs-blog-details .blog-item.style3 .blog-img .blog-meta .blog-title a:hover,
.rs-blog .blog-item.style3 .blog-img .blog-meta .blog-title a:hover,
.blog .blog-item.style3 .blog-img .blog-meta .blog-title a:hover {
  color: #baa08f;
}
.rs-blog-grid .blog-img a.float-cat {
  background: #baa08f;
  color: #fff;
  padding: 6px 19px;
  border-radius: 10px;
  font-size: 13px;
  margin-right: 8px;
}
.rs-blog-grid .blog-img a.float-cat:hover {
  background: #333333;
}
.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;
}
.rs-blog-grid.rs-inner-blog .blog-item .blog-inner-wrap {
  position: relative;
}
.rs-blog-grid.rs-inner-blog .blog-item .blog-content {
  margin-top: 0;
}
.rs-blog-grid.rs-inner-blog .blog-item p,
.rs-blog-grid.rs-inner-blog .blog-item .blog-meta,
.rs-blog-grid.rs-inner-blog .blog-item .blog-name a,
.rs-blog-grid.rs-inner-blog .blog-item .rs-view-btn .rs-btn {
  transition: 0.4s;
  position: relative;
}
.rsaddon-unique-slider.rs-blog-grid .blog_meta_style1 .blog-inner-wrap {
  position: relative;
  margin-top: 15px;
}
.rsaddon-unique-slider.rs-blog-grid .blog_meta_style1 .blog-inner-wrap .image-wrap {
  transition: all .8s ease;
}
.rsaddon-unique-slider.rs-blog-grid .blog_meta_style1 .blog-inner-wrap .blog-content {
  position: absolute;
  margin: 0;
  padding: 60px 45px 60px;
  box-shadow: 0 5px 20px rgba(34, 34, 34, 0.1);
  top: 0;
  transition: all .8s ease;
  bottom: 0;
}
.rsaddon-unique-slider.rs-blog-grid .blog_meta_style1 .blog-inner-wrap:hover .image-wrap {
  display: block;
  transition: all .8s ease;
}
.rsaddon-unique-slider.rs-blog-grid .blog_meta_style1 .blog-inner-wrap:hover .blog-content {
  background: rgba(0, 0, 0, 0.6);
}
.rsaddon-unique-slider.rs-blog-grid .blog_meta_style1 .blog-inner-wrap:hover .blog-content .rs-view-btn a {
  color: #fff;
}
.rsaddon-unique-slider.rs-blog-grid .blog_meta_style1 .blog-inner-wrap:hover .blog-content .rs-view-btn .rs-btn.rs-btnblack::before,
.rsaddon-unique-slider.rs-blog-grid .blog_meta_style1 .blog-inner-wrap:hover .blog-content .rs-view-btn .rs-btn.rs-btnblack .rs_btn__text span::before,
.rsaddon-unique-slider.rs-blog-grid .blog_meta_style1 .blog-inner-wrap:hover .blog-content .rs-view-btn .rs-btn.rs-btnblack .rs_btn__text span::after,
.rsaddon-unique-slider.rs-blog-grid .blog_meta_style1 .blog-inner-wrap:hover .blog-content .rs-view-btn .rs-btn.rs-btnblack .rs_btn__text::before,
.rsaddon-unique-slider.rs-blog-grid .blog_meta_style1 .blog-inner-wrap:hover .blog-content .rs-view-btn .rs-btn.rs-btnblack .rs_btn__text::after {
  background: #fff;
}
.rsaddon-unique-slider.rs-blog-grid .blog_meta_style1 .blog-inner-wrap:hover .blog-content h3.blog-name a {
  color: #fff;
}
.rsaddon-unique-slider.rs-blog-grid .blog_meta_style1 .blog-inner-wrap:hover .blog-content .blog-meta {
  color: #fff;
}
.rsaddon-unique-slider.rs-blog-grid .blog_meta_style1 .blog-inner-wrap:hover .blog-content p {
  color: #fff;
}
.rsaddon-unique-slider.rs-blog-grid .blog_meta_style1 .blog-inner-wrap:hover .blog-content .blog-btn .btn-txt {
  color: #fff;
}
.rsaddon-unique-slider.rs-blog-grid .blog_meta_style1 .blog-inner-wrap:hover .blog-content .blog-btn .btn-txt:hover {
  opacity: .8;
}
.rsaddon-unique-slider.rs-blog-grid .blog_meta_style1 .blog-inner-wrap:hover .blog-content .blog-btn span::before {
  background: #fff;
}
.rs-blog-grid2 .blog-item.blog_meta_style1 {
  margin-bottom: 15px;
}
.rs-blog-grid2 .blog-item.blog_meta_style1 .blog-inner-wrap {
  position: relative;
}
.rs-blog-grid2 .blog-item.blog_meta_style1 .blog-inner-wrap .image-wrap .pointer-events img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  border-radius: 4px;
  opacity: 0;
  transition: all .8s ease;
}
.rs-blog-grid2 .blog-item.blog_meta_style1 .blog-inner-wrap .image-wrap .blog-content {
  position: relative;
  z-index: 1;
  border-radius: 4px;
  padding: 49px 45px 49px;
  transition: all .8s ease;
}
.rs-blog-grid2 .blog-item.blog_meta_style1 .blog-inner-wrap .image-wrap .blog-content:before {
  content: "";
  background: #333333;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 0;
  display: block;
  position: absolute;
}
.rs-blog-grid2 .blog-item.blog_meta_style1:hover .blog-inner-wrap .image-wrap .pointer-events img {
  opacity: 1;
}
.rs-blog-grid2 .blog-item.blog_meta_style1:hover .blog-inner-wrap .image-wrap .blog-content {
  background: none;
}
.rs-blog-grid2 .blog-item.blog_meta_style1:hover .blog-inner-wrap .image-wrap .blog-content h3.blog-name a,
.rs-blog-grid2 .blog-item.blog_meta_style1:hover .blog-inner-wrap .image-wrap .blog-content p {
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.rs-blog-grid2 .blog-item.blog_meta_style1:hover .blog-inner-wrap .image-wrap .blog-content:before {
  opacity: .6;
}
.rs-blog-grid2 .blog-item.blog_meta_style1:hover .blog-content .blog-meta {
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.rs-blog-grid2 .blog-item.blog_meta_style1:hover .rs-view-btn .rs-btn.rs-btnblack .rs_btn__text::before,
.rs-blog-grid2 .blog-item.blog_meta_style1:hover .rs-view-btn .rs-btn.rs-btnblack::before,
.rs-blog-grid2 .blog-item.blog_meta_style1:hover .rs-view-btn .rs-btn.rs-btnblack .rs_btn__text span::before,
.rs-blog-grid2 .blog-item.blog_meta_style1:hover .rs-view-btn .rs-btn.rs-btnblack .rs_btn__text span::after,
.rs-blog-grid2 .blog-item.blog_meta_style1:hover .rs-view-btn .rs-btn.rs-btnblack .rs_btn__text::after {
  background: #ffffff;
}
.rs-blog-grid2 .blog-item.blog_meta_style1:hover .rs-view-btn a {
  color: #ffffff;
}
.rs-blog-grid2 .blog-meta i {
  margin-right: 4px;
}
.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: #333333;
  border-top: 80px solid transparent;
  border-right: 100px solid #333333;
}
.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: #333333;
  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;
}
#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: #baa08f;
  color: #fff !important;
}
.rs-blog .blog-item .blog-img .blog-img-content .blog-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  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;
}
.rs-blog .blog-item .blog-meta .blog-date i {
  color: #aaa;
  margin-right: 3px;
}
.rs-blog .blog-item .blog-meta .categories a {
  color: #999999;
}
.rs-blog .blog-item .blog-meta .categories a:hover {
  color: #baa08f;
}
.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;
}
.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: #baa08f;
}
.rs-blog .blog-item div.comment {
  padding: 0;
  color: #f6866f;
  border-radius: 30px;
  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 {
  margin: 18px 0 25px;
  clear: both;
}
.rs-blog .blog-item .blog-desc p {
  margin-bottom: 0;
}
.rs-blog .blog-item .blog-button a {
  text-align: center;
  display: inline-block;
  color: #333333;
  padding-right: 25px;
  position: relative;
  z-index: 1;
  font-weight: 600;
}
.rs-blog .blog-item .blog-button a:before {
  content: "\f100";
  position: absolute;
  font-family: flaticon;
  font-size: 15px;
  top: 2px;
  right: 0;
  opacity: 1;
  transition: all 0.3s;
}
.rs-blog .blog-item .blog-button a:hover {
  color: #baa08f;
}
.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: 30px;
}
.archive .rs-blog-grid .blog-item .blog-content h3.blog-name,
.blog .rs-blog-grid .blog-item .blog-content h3.blog-name {
  font-weight: 700;
}
.single-post .rs-blog-details .single-content-full ul {
  margin-bottom: 16px;
  margin-left: 20px;
}
.single-post .bs-img {
  margin-bottom: 0px;
}
.single-post .rs-blog-details .bs-meta {
  margin-top: 0px;
  margin-bottom: 18px;
}
.single-post .comment-respond .form-submit {
  margin-bottom: 0;
}
.single-post .rs-blog-details .type-post .single-content-full {
  overflow: visible;
  margin-bottom: 60px;
}
.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;
}
.author-bio p:empty {
  display: none;
}
.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;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ps-navigation ul a {
  text-transform: uppercase;
  background: transparent;
  color: #bcbbbb;
  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: #baa08f;
}
.ps-navigation ul a:hover span {
  color: #baa08f !important;
}
.ps-navigation ul li {
  word-break: break-word;
}
.ps-navigation ul li:nth-child(2) {
  text-align: right;
}
/* ------------------------------------
    22. Blog Details
  ---------------------------------------*/
.rs-blog-details .padding-left-sidebar {
  overflow: hidden;
}
.rs-blog-details .type-post {
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
}
.rs-blog-details .type-post .single-content-full {
  padding: 24px 40px;
  overflow: hidden;
}
.rs-blog-details .type-post .single-content-full .videos-single {
  padding-bottom: 25px;
}
.rs-blog-details .type-post .tag-line {
  padding: 0;
}
.rs-blog-details .type-post .tag-line a {
  font-weight: 400;
  color: #999999;
}
.rs-blog-details .type-post .tag-line a:hover {
  color: #baa08f;
}
.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;
  margin-left: 7px;
  border-radius: 5px;
  line-height: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.rs-blog-details .bs-info.tags a:hover {
  background: #baa08f;
  border-color: #baa08f;
  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: #999999;
  line-height: 24px;
  display: inline-block;
  margin-bottom: 0;
}
.rs-blog-details .single-page-info .author-name {
  color: #999999;
}
.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: #999999;
}
.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: 10px;
}
.rs-blog-details .blockquote {
  padding-left: 30px;
  border-left: 4px solid #bcbbbb;
  display: block;
  margin: 40px 0;
  background: #f7f7f7;
  padding-bottom: 30px;
  padding-top: 30px;
  font-size: 14px !important;
  border-radius: 5px;
}
.rs-blog-details .related-post {
  margin-top: 40px;
  padding: 0 15px;
}
.rs-blog-details .related-post .related-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}
.rs-blog-details .related-post .blog-title {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
}
.rs-blog-details .related-post .blog-title a {
  color: #333333;
}
.rs-blog-details .related-post .blog-title a:hover {
  color: #f6866f;
}
.rs-blog-details .author-block {
  align-items: center;
  margin-top: 50px;
  padding: 35px 0px 30px;
  text-align: center;
  overflow: hidden;
  border-radius: 0px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.rs-blog-details .author-block .author-img {
  float: left;
  width: 17%;
  padding-right: 30px;
}
.rs-blog-details .author-block .author-img img {
  border-radius: 5px;
  width: 120px;
}
.rs-blog-details .author-block .author-desc {
  float: left;
  width: 83%;
  text-align: left;
}
.rs-blog-details .author-block .author-title {
  margin: -10px 0 8px 0;
  font-size: 20px;
  position: relative;
}
.rs-blog-details .author-block .author-title:after {
  background: #baa08f;
  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;
}
.rs-blog-details #reply-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 0;
  position: relative;
  padding: 0 0 12px;
}
.rs-blog-details #reply-title small {
  font-size: 80%;
}
.rs-blog-details #reply-title small a {
  color: #333333;
}
.rs-blog-details #reply-title small a:hover {
  color: #baa08f;
}
.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;
}
body.single-post .rs-breadcrumbs ul li *,
body.single-post .rs-breadcrumbs ul li.trail-begin a::before,
body.single-post .rs-breadcrumbs ul li {
  color: #555 !important;
}
body.single-post .blog_cat_list ul.post-categories li a {
  padding-left: 0;
  text-transform: uppercase;
  color: #333333 !important;
  font-weight: 500;
  font-size: 13px;
}
body.single-post .blog_cat_list ul.post-categories li::after {
  background: #333333;
}
body.single-post .single-posts-meta {
  margin: 0!important;
  padding: 38px 40px 0;
}
body.single-post .single-posts-meta .p-user img {
  border-radius: 50%;
  margin-right: 10px;
  border: 1px solid #ccc;
  padding: 1px;
}
.col-lg-8.sidebar-sticky {
  padding-right: 45px;
}
.single-post .single-posts-meta li:last-child {
  padding-right: 0;
}
ol.comment-list .comment-respond .form-submit {
  margin-bottom: 50px;
}
.single .tag-line {
  position: relative;
  color: #999999;
}
.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: 30px 0;
}
.single .ps-navigation .prev i {
  margin-right: 10px;
  position: relative;
  top: -8px;
  transform: rotate(180deg);
  display: inline-block;
}
.single .ps-navigation .prev .next_link {
  margin-left: 0;
  font-weight: 500;
  font-size: 14px;
}
.single .ps-navigation .next .next_link {
  margin-right: 0;
  font-weight: 500;
  font-size: 14px;
}
.single .ps-navigation .next i {
  margin-left: 10px;
  position: relative;
  top: -5px;
}
.single .ps-navigation .next_link {
  text-transform: uppercase;
}
.single .ps-navigation .link_text {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  color: #333333;
}
.single .ps-navigation .link_text i {
  color: #909090;
  margin-top: -9px;
}
/* ------------------------------------
    23. Related Posts Here 
---------------------------------------*/
.related-posts {
  padding-top: 35px;
  padding-bottom: 30px;
}
.related-posts .blog_cat_list .post-categories {
  margin: 15px 0 0px;
}
.related-posts ul {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
}
.related-posts ul li .related-thum {
  margin: 0;
}
.related-posts ul li span.date {
  color: #333333;
  display: block;
  margin: 3px 0 20px;
  font-size: 14px;
}
.related-posts ul li i {
  margin-right: 5px;
  font-size: 13px;
}
.related-posts ul li h3 {
  font-size: 15px;
  margin: 0;
  line-height: 22px !important;
  margin-top: 15px !important;
  font-weight: 600 !important;
}
.related-posts ul li h3 a {
  color: #333333;
}
.related-posts ul li:hover h3 a {
  color: #333333;
}
.single-post .ps-navigation {
  border-top: 1px dashed #e1e1e1;
  border-bottom: 1px dashed #e1e1e1;
  padding: 30px 0;
}
.single-post .ps-navigation .link_text {
  font-size: 15px;
}
.single-post .single-posts-meta {
  margin: 0 !important;
  padding: 0;
}
.single-post .single-posts-meta li {
  list-style: none;
  display: inline-block;
  padding-right: 10px;
  color: #999;
}
.single-post .single-posts-meta li.post-comment {
  padding-right: 0 !important;
}
.single-post .single-posts-meta li span i {
  font-size: 13px;
  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;
}
.single-post .single-posts-meta li ul li a {
  color: #999;
}
.single-post .single-posts-meta li ul li a:hover {
  color: #baa08f;
}
.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: #999;
  font-family: FontAwesome;
  font-size: 13px;
  font-style: normal;
  left: 0;
  top: 3px;
}
.btm-cate {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.btm-cate li {
  float: left;
  margin-right: 10px;
}
.btm-cate li a {
  color: #999999;
}
.btm-cate li a:hover {
  color: #f6866f;
}
.btm-cate li .blog-date {
  padding: 0;
  font-size: 13px;
  font-weight: 500;
  position: relative;
}
.btm-cate li .blog-date:before {
  content: '';
  margin: 0 0 0 5px;
  width: 6px;
  height: 6px;
  background: #999;
  display: inline-block;
  top: -1px;
  position: relative;
  border-radius: 50%;
  margin-right: 15px;
}
.btm-cate .category-name i {
  margin-right: 3px;
  color: #aaa;
}
.btm-cate .tag-line {
  position: relative;
  padding-left: 2px;
  color: #999999;
}
.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);
  outline: none;
}
.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 {
  border: 1px solid;
  border-color: #baa08f;
  background: #baa08f;
  position: relative;
  display: inline-block;
  padding: 14px 26px;
  border-radius: 3px;
  line-height: normal;
  font-size: 14px;
  color: #fff;
  transition: all 0.3s ease 0s;
  text-transform: uppercase;
}
.comment-respond .form-submit #submit:hover {
  background: #333333;
  border-color: #333333;
}
.post-gallery-slider {
  overflow: hidden;
  margin-bottom: 40px;
}
.post-gallery-slider img {
  width: auto;
}
.post-gallery-slider .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  opacity: 0;
  transition: all .5s ease;
}
.post-gallery-slider.cate-post-slider {
  position: relative;
}
.post-gallery-slider.cate-post-slider .owl-nav {
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
}
.post-gallery-slider.cate-post-slider .owl-nav .owl-next {
  float: right;
  background: none;
  transition: all .8s ease;
  margin-right: 20px;
}
.post-gallery-slider.cate-post-slider .owl-nav .owl-next .flaticon-next:before {
  font-size: 17px;
  color: #ffffff;
  background: #baa08f;
  padding: 10px;
  border-radius: 3px;
  cursor: pointer;
}
.post-gallery-slider.cate-post-slider .owl-prev {
  background: none;
  transition: all .8s ease;
  margin-left: 20px;
}
.post-gallery-slider.cate-post-slider .owl-prev .flaticon-back:before {
  font-size: 17px;
  color: #ffffff;
  background: #baa08f;
  padding: 10px;
  border-radius: 3px;
  cursor: pointer;
}
.post-gallery-slider.cate-post-slider:hover .owl-nav {
  opacity: 1;
}
.post-gallery-slider.cate-post-slider:hover .owl-nav .owl-next {
  padding-right: 10px;
}
.post-gallery-slider.cate-post-slider:hover .owl-nav .owl-prev {
  padding-left: 10px;
}
.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: 3px;
  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 dashed #e1e1e1;
}
.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: #333333;
}
.comments-area .comment-list li.comment .comment-author img {
  float: left;
  border-radius: 5px;
  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: 5px;
  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: 5px 20px 5px;
  line-height: 22px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  background: #baa08f;
  z-index: 1;
  border: none;
}
.comments-area .comment-list li.comment .reply a:hover {
  background: #baa08f;
  opacity: .7;
}
.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 {
  margin-bottom: 18px;
}
.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: 8px;
}
.comments-area p.comment-form-author label {
  display: block;
}
.comments-area p.comment-form-author input {
  width: 100%;
  height: 50px;
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  outline: none;
}
.comments-area p.comment-form-email {
  float: left;
  width: 50%;
  margin-bottom: 8px;
}
.comments-area p.comment-form-email label {
  display: block;
}
.comments-area p.comment-form-email input {
  width: 100%;
  height: 50px;
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  outline: none;
}
.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: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  outline: none;
}
.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: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.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 .recent-widget {
  margin: 0 0 3em;
}
.padding-left-sidebar .dynamic-sidebar {
  margin-left: 0;
  margin-right: 0px;
  padding: 0px 20px 20px 20px;
}
#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: #f6866f;
}
.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: #baa08f;
  width: 40px;
  height: 40px;
}
.single article.format-audio .bs-desc .wp-audio-shortcode {
  margin-bottom: 30px;
}
.single article.format-audio .bs-img {
  margin-bottom: 0;
}
/* ------------------------------------
    23. Blog Sidebar 
---------------------------------------*/
.bs-sidebar .widget {
  background: #fff;
  padding: 40px 30px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}
.bs-sidebar .widget-title {
  color: #333333;
  font-size: 18px;
  line-height: 26px;
  position: relative;
  z-index: 1;
}
.bs-sidebar .widget_media_image {
  padding: 0;
  background: none;
}
.bs-sidebar .widget:last-child {
  margin-bottom: 0;
}
.bs-sidebar .widget-title {
  margin-bottom: 30px;
}
.bs-sidebar a {
  color: #101010;
}
.bs-sidebar a:hover {
  color: #333333;
}
.bs-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bs-sidebar ul a {
  transition: all 0.3s ease 0s;
}
.bs-sidebar ul a:hover {
  color: #333333;
}
.bs-sidebar .widget_meta.widget_nav_menu li,
.bs-sidebar .widget_pages.widget_nav_menu li,
.bs-sidebar .widget_recent_entries.widget_nav_menu li,
.bs-sidebar .widget_nav_menu.widget_nav_menu li,
.bs-sidebar #recentcomments.widget_nav_menu li,
.bs-sidebar .widget_meta.widget_pages li,
.bs-sidebar .widget_pages.widget_pages li,
.bs-sidebar .widget_recent_entries.widget_pages li,
.bs-sidebar .widget_nav_menu.widget_pages li,
.bs-sidebar #recentcomments.widget_pages li,
.bs-sidebar .widget_meta#recentcomments li,
.bs-sidebar .widget_pages#recentcomments li,
.bs-sidebar .widget_recent_entries#recentcomments li,
.bs-sidebar .widget_nav_menu#recentcomments li,
.bs-sidebar #recentcomments#recentcomments li {
  position: relative;
  padding-left: 18px;
}
.bs-sidebar .widget_meta.widget_nav_menu li:before,
.bs-sidebar .widget_pages.widget_nav_menu li:before,
.bs-sidebar .widget_recent_entries.widget_nav_menu li:before,
.bs-sidebar .widget_nav_menu.widget_nav_menu li:before,
.bs-sidebar #recentcomments.widget_nav_menu li:before,
.bs-sidebar .widget_meta.widget_pages li:before,
.bs-sidebar .widget_pages.widget_pages li:before,
.bs-sidebar .widget_recent_entries.widget_pages li:before,
.bs-sidebar .widget_nav_menu.widget_pages li:before,
.bs-sidebar #recentcomments.widget_pages li:before,
.bs-sidebar .widget_meta#recentcomments li:before,
.bs-sidebar .widget_pages#recentcomments li:before,
.bs-sidebar .widget_recent_entries#recentcomments li:before,
.bs-sidebar .widget_nav_menu#recentcomments li:before,
.bs-sidebar #recentcomments#recentcomments li:before {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  position: absolute;
  left: 0;
  top: 0;
  color: #333333;
}
.bs-sidebar .widget_meta.widget_nav_menu li + li,
.bs-sidebar .widget_pages.widget_nav_menu li + li,
.bs-sidebar .widget_recent_entries.widget_nav_menu li + li,
.bs-sidebar .widget_nav_menu.widget_nav_menu li + li,
.bs-sidebar #recentcomments.widget_nav_menu li + li,
.bs-sidebar .widget_meta.widget_pages li + li,
.bs-sidebar .widget_pages.widget_pages li + li,
.bs-sidebar .widget_recent_entries.widget_pages li + li,
.bs-sidebar .widget_nav_menu.widget_pages li + li,
.bs-sidebar #recentcomments.widget_pages li + li,
.bs-sidebar .widget_meta#recentcomments li + li,
.bs-sidebar .widget_pages#recentcomments li + li,
.bs-sidebar .widget_recent_entries#recentcomments li + li,
.bs-sidebar .widget_nav_menu#recentcomments li + li,
.bs-sidebar #recentcomments#recentcomments li + li {
  margin-top: 6px;
  padding-top: 6px;
}
.bs-sidebar .widget_meta.widget_nav_menu li + li:before,
.bs-sidebar .widget_pages.widget_nav_menu li + li:before,
.bs-sidebar .widget_recent_entries.widget_nav_menu li + li:before,
.bs-sidebar .widget_nav_menu.widget_nav_menu li + li:before,
.bs-sidebar #recentcomments.widget_nav_menu li + li:before,
.bs-sidebar .widget_meta.widget_pages li + li:before,
.bs-sidebar .widget_pages.widget_pages li + li:before,
.bs-sidebar .widget_recent_entries.widget_pages li + li:before,
.bs-sidebar .widget_nav_menu.widget_pages li + li:before,
.bs-sidebar #recentcomments.widget_pages li + li:before,
.bs-sidebar .widget_meta#recentcomments li + li:before,
.bs-sidebar .widget_pages#recentcomments li + li:before,
.bs-sidebar .widget_recent_entries#recentcomments li + li:before,
.bs-sidebar .widget_nav_menu#recentcomments li + li:before,
.bs-sidebar #recentcomments#recentcomments li + li:before {
  top: 6px;
}
.bs-sidebar .widget_categories h2.widget-title {
  margin-bottom: 18px;
}
.bs-sidebar .widget_categories ul li {
  border-top: none;
  padding: 6px 0px 6px 14px;
  border: none;
  margin-top: 0px;
  position: relative;
}
.bs-sidebar .widget_categories ul li:after {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  left: 0;
  top: 6px;
  color: #baa08f;
}
.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: none;
  position: relative;
  padding: 6px 0px 6px 14px;
  margin: 0;
}
.bs-sidebar .widget_archive ul li:first-child {
  padding-top: 0;
}
.bs-sidebar .widget_archive ul li:first-child:after {
  top: 0px;
}
.bs-sidebar .widget_archive ul li:last-child {
  padding-bottom: 0;
}
.bs-sidebar .widget_archive ul li:after {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  left: 0;
  top: 6px;
  color: #baa08f;
}
.bs-sidebar .bs-search {
  overflow: hidden;
  position: relative;
}
.bs-sidebar .bs-search input {
  border: 1px solid #ddd;
  color: #bcbbbb;
  padding: 12px 17px;
  width: 100%;
  border-radius: 5px;
  outline: none;
}
.bs-sidebar .bs-search button {
  background: transparent;
  border: medium none;
  color: #333333;
  padding: 7px 16px;
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 0;
  font-size: 16px;
  outline: none;
  border-radius: 0 5px 5px 0;
}
.bs-sidebar .bs-search button:hover {
  background: transparent;
}
.bs-sidebar .bs-search label {
  display: inline;
  font-weight: normal;
}
.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 .post-date {
  font-size: 13px;
  color: #999999;
}
.bs-sidebar .recent-post-widget .post-title {
  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: #333333;
  transition: all 0.3s ease 0s;
}
.bs-sidebar .recent-post-widget .post-desc a:hover {
  color: #333333;
}
.bs-sidebar .recent-post-widget .post-desc span {
  display: block;
  font-size: 12px;
  color: #888;
}
.bs-sidebar .recent-post-widget .post-desc span i {
  margin-right: 5px;
}
.bs-sidebar .recent-post-widget .post-desc span i:before {
  font-size: 12px;
}
.bs-sidebar .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: #666;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
}
.bs-sidebar .tagcloud a:hover {
  background-color: #baa08f;
  color: #fff;
  border: 1px solid #baa08f;
}
.bottom-shadow1 {
  padding: 32px 0 20px 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 #content {
  padding-top: 100px !important;
  padding-bottom: 100px!important;
  padding-left: 30px;
  padding-right: 30px;
}
body.search .entry-summary .blog-button a {
  color: #333333;
  font-weight: 600;
  padding-right: 25px;
  position: relative;
}
body.search .entry-summary .blog-button a:before {
  content: "\f100";
  position: absolute;
  font-family: flaticon;
  font-size: 15px;
  top: 50%;
  right: 0;
  opacity: 1;
  transition: all 0.3s;
  transform: translateY(-50%);
}
body.search .entry-summary .blog-button a:hover {
  color: #baa08f;
}
.bs-search {
  overflow: hidden;
  position: relative;
}
.bs-search input {
  border: 1px solid #ddd;
  color: #bcbbbb;
  padding: 10px;
  width: 100%;
  outline: none;
}
.bs-search button {
  background: transparent;
  border: medium none;
  padding: 3px 11px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  font-size: 16px;
  outline: none;
  border-radius: 0;
}
.bs-search button i:before {
  font-size: 18px;
  font-weight: 600;
}
.bs-search label {
  display: inline;
  font-weight: normal;
}
article.sticky .blog-name a {
  color: #baa08f !important;
  position: relative;
  padding-left: 25px;
}
article.sticky .blog-name a:after {
  font-family: FontAwesome;
  content: "\f08d";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 30px;
  color: #baa08f;
  font-size: 25px;
  display: block;
}
article.sticky .blog-name:hover a {
  color: #333333 !important;
}
article.sticky .blog-name:hover a:after {
  color: #333333;
}
.archive-post h3.blog-title a {
  color: #f6866f;
}
.archive-post h3.blog-title a:hover {
  color: #baa08f;
}
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: 300px 0 300px;
}
/* ------------------------------------
    24. Blog Pagination
---------------------------------------*/
.page-numbers.dots {
  padding-left: 13px;
  border-right: 1px solid #E6E6E6;
  padding-right: 20px;
  line-height: 24px;
  display: inline-block;
}
.pagination-area {
  padding-top: 0px;
  clear: both;
  text-align: center;
}
.pagination-area .pagination {
  padding: 0;
  margin: 0;
}
.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;
}
.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: #baa08f;
  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 20px 0 14px;
  line-height: 23px;
  color: #333333;
  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.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;
  display: block;
}
.page-links {
  display: block;
  clear: both;
}
.page-links span {
  padding: 3px 5px;
  margin: 0 0 0 5px;
}
.page-links .current span {
  color: #baa08f;
}
.page-links a span {
  background: transparent !important;
  color: #757575;
}
.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: #baa08f;
}
/*-------------------
    Search Results
---------------------*/
body.search-results .site-main > article {
  background: #fff;
  padding: 60px 45px 45px;
  border-top: none;
  box-shadow: 0 5px 20px rgba(34, 34, 34, 0.1);
}
body.search-results .site-main > article .entry-title {
  padding: 0;
  font-weight: 600;
  margin-bottom: 12px;
}
body.search-results .site-main > article .entry-title a {
  color: #333333;
}
body.search-results .site-main > article .entry-title a:hover {
  color: #baa08f;
}
body.search-results .site-main > article .entry-summary {
  padding: 0px;
}
body.search-results .site-main > article .entry-summary p:last-child {
  margin-bottom: 0;
}
body.search-results .site-main > article .entry-summary .search-button {
  margin-top: 20px;
}
body.search-results .site-main > article .entry-summary .search-button a {
  color: #333333;
}
body.search-results .site-main > article .entry-summary .search-button a:hover {
  color: #baa08f;
}
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: #333333;
}
body.search-results .site-main > article .entry-footer span a:hover {
  color: #baa08f;
}
body.search-results .site-main > article:first-child {
  border: none;
}
body.search-results .pagination-area .pagination {
  margin: 30px 0 0;
}
/* ---------------------------
    Header Section 
------------------------------*/
#rs-header {
  position: relative;
  z-index: 99;
}
#rs-header .header-inner {
  position: absolute;
  width: 100%;
  z-index: 1;
}
#rs-header .header-inner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}
#rs-header.header-style5 .header-inner:before {
  opacity: .3;
}
#rs-header.header-style3 .header-inner {
  position: relative;
  background: #fff;
}
#rs-header.header-style3 .header-inner .menu-area .navbar ul li a,
#rs-header.header-style3 .header-inner .menu-responsive .rs-contact-phone a {
  color: #333333;
}
#rs-header.header-style3 .header-inner .container-fluid {
  padding-left: 35px;
  padding-right: 35px;
}
#rs-header.header-style3 .header-inner .menu-responsive .rs-contact-phone i::before {
  color: #333333;
  border: 2px solid #333333;
}
#rs-header.header-style3 .header-inner .menu-responsive .sidebarmenu-search .sticky_search i:before {
  color: #333333;
}
#rs-header.header-style3 .header-inner .nav-link-container .nav-menu-link {
  background: transparent;
  padding: 0 0 6px 0;
}
#rs-header.header-style3 .header-inner .menu-responsive ul.offcanvas-icon .nav-link-container .nav-menu-link span {
  background: #333333 !important;
}
#rs-header.header-style3 .header-inner .sticky_search {
  margin-left: 50px;
}
#rs-header.header-style3 .header-inner .logo-area a {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 0;
}
#rs-header.header-style3 .header-inner .menu-area .navbar ul > li {
  padding-top: 0;
  padding-bottom: 0;
}
#rs-header.header-style3 .header-inner .menu-area .navbar ul {
  padding-top: 8px;
}
#rs-header.header-style3 .header-inner .menu-area .navbar ul ul {
  padding-top: 25px;
}
#rs-header.header-style3 .header-inner .menu-area .navbar ul > li:before {
  top: 0;
}
#rs-header.header-style3 .header-inner .menu-area .navbar ul > li:hover::before {
  width: 20px;
}
#rs-header.header-style3 .header-inner.menu-sticky.sticky .menu-area .navbar ul {
  padding-top: 0;
}
#rs-header.header-style3 .header-inner.menu-sticky.sticky .menu-area .navbar ul ul {
  padding-top: 25px;
}
#rs-header.header-style3 .header-inner.menu-sticky.sticky .nav-link-container .nav-menu-link {
  padding: 0 0 10px 0;
}
#rs-header.header-style4 .header-inner {
  position: relative;
  background: transparent;
}
#rs-header.header-style4 .header-inner:before {
  display: none;
}
#rs-header.header-style4 .header-inner .col-cell.header-logos {
  display: none;
}
#rs-header.header-style4 .header-inner .menu-area2 .col-cell.menu-responsive {
  flex: 1;
  background: #333333;
  padding: 0 48px 0 35px;
}
#rs-header.header-style4 .header-inner .menu-area2 .rs_btn_quotes {
  background: #baa08f;
  display: block;
  padding: 29px 70px;
  margin-left: 12px;
  transition: all .5s ease;
}
#rs-header.header-style4 .header-inner .menu-area2 .rs_btn_quotes a {
  color: #fff;
  font-weight: 500;
  transition: all .5s ease;
}
#rs-header.header-style4 .header-inner .menu-area2 .rs_btn_quotes:hover {
  opacity: .9;
}
#rs-header.header-style4 .header-inner.menu-sticky.sticky {
  background: #fff;
}
#rs-header.header-style4 .header-inner.menu-sticky.sticky .menu-area.menu-area1 {
  display: none;
}
#rs-header.header-style4 .header-inner.menu-sticky.sticky .toolbar-areas {
  display: none;
}
#rs-header.header-style4 .header-inner.menu-sticky.sticky .menu-area2 {
  position: relative;
  left: 0;
  right: 0;
}
#rs-header.header-style4 .header-inner.menu-sticky.sticky .menu-area2 .col-cell.menu-responsive {
  background: transparent;
  padding-left: 0;
  padding-right: 20px;
}
#rs-header.header-style4 .header-inner.menu-sticky.sticky .sidebarmenu-search {
  display: block !important;
}
#rs-header.header-style4 .header-inner.menu-sticky.sticky .col-cell.header-logos {
  display: block;
}
#rs-header.header-style4 .header-inner.menu-sticky.sticky .col-cell.header-logos .logo-area {
  background: transparent !important;
}
#rs-header.header-style4 .header-inner.menu-sticky.sticky .sticky_search .flaticon-search::before {
  color: #333;
}
#rs-header.header-style4 .header-inner .container {
  position: relative;
}
#rs-header.header-style4 .header-inner .menu-area2 {
  position: absolute;
  left: 15px;
  right: 15px;
  padding-right: 0px;
  padding-left: 0px;
}
#rs-header.header-style4 .header-inner .menu-area1 {
  padding: 14px 0;
}
#rs-header.header-style4 .header-inner .sticky_search {
  cursor: pointer;
}
#rs-header.header-style4 .header-inner .sticky_search .flaticon-search:before {
  color: #fff;
  font-size: 18px;
}
#rs-header.header-style4 .header-inner .nav-link-container .nav-menu-link span {
  background: #baa08f;
}
#rs-header.header-style4 .header-inner .sidebarmenu-area.default-sidebarmenu {
  margin-left: 120px;
}
#rs-header.header-style4 .header-inner .rs-contacts {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#rs-header.header-style4 .header-inner .rs-contacts.borders-contacts {
  padding-right: 50px;
  border-right: 1px solid #baa08f;
  margin-right: 45px;
}
#rs-header.header-style4 .header-inner .rs-contacts i.flaticon-call,
#rs-header.header-style4 .header-inner .rs-contacts i.flaticon-location,
#rs-header.header-style4 .header-inner .rs-contacts .flaticon-email {
  border: 2px solid #baa08f;
  width: 38px;
  height: 38px;
  text-align: center;
  border-radius: 30px;
  line-height: 36px;
  margin-right: 14px;
}
#rs-header.header-style4 .header-inner .rs-contacts .rs-phone span {
  display: block;
  font-weight: 600;
  line-height: 20px;
}
#rs-header.header-style4 .header-inner .toolbar-areas {
  background: #333333;
  padding: 8px 0;
}
#rs-header.header-style4 .header-inner .toolbar-areas .rs-contact-info {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
}
#rs-header.header-style4 .header-inner .toolbar-areas .rs-contact-info li {
  padding-right: 25px;
}
#rs-header.header-style4 .header-inner .toolbar-areas .rs-contact-info li a {
  color: #fff;
  font-size: 14px;
}
#rs-header.header-style4 .header-inner .toolbar-areas .rs-contact-info li i:before {
  color: #fff;
  position: relative;
  top: 2px;
  padding-right: 6px;
}
#rs-header.header-style4 .header-inner .toolbar-areas .rs-contact-info li:hover {
  opacity: .9;
}
#rs-header.header-style4 .header-inner .toolbar-areas .toolbar-sl-shares ul {
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
}
#rs-header.header-style4 .header-inner .toolbar-areas .toolbar-sl-shares ul li {
  padding-left: 14px;
}
#rs-header.header-style4 .header-inner .toolbar-areas .toolbar-sl-shares ul li a {
  color: #fff;
}
#rs-header.header-style4 .header-inner .toolbar-areas .toolbar-sl-shares ul li a i {
  font-size: 13px;
  background: #fff;
  color: #333333;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
}
#rs-header.header-style4 .header-inner .toolbar-areas .toolbar-sl-shares ul li a i:hover {
  opacity: .9;
}
#rs-header.header-style4 .header-inner .nav-link-container .nav-menu-link {
  background: transparent;
  padding: 0 0 6px 0;
}
#rs-header.header-style4 .header-inner .menu-responsive ul.offcanvas-icon .nav-link-container .nav-menu-link span {
  background: #333333 !important;
}
#rs-header.header-style4 .header-inner .sticky_search {
  margin-left: 50px;
}
#rs-header.header-style4 .header-inner .logo-area a {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 0;
}
#rs-header.header-style4 .header-inner .menu-area .navbar ul > li {
  padding-top: 0;
  padding-bottom: 0;
}
#rs-header.header-style4 .header-inner .menu-area .navbar ul {
  padding-top: 8px;
}
#rs-header.header-style4 .header-inner .menu-area .navbar ul ul {
  padding-top: 25px;
}
#rs-header.header-style4 .header-inner .menu-area .navbar ul > li:before {
  top: 0;
}
#rs-header.header-style4 .header-inner .menu-area .navbar ul > li:hover::before {
  width: 20px;
}
#rs-header.header-style4 .header-inner .menu-area .navbar ul > li.current-menu-ancestor > a::before,
#rs-header.header-style4 .header-inner .menu-area .navbar ul > li.current_page_item > a::before {
  width: 20px;
  top: 0;
}
#rs-header.header-style4 .header-inner.menu-sticky.sticky .menu-area .navbar ul {
  padding-top: 0;
}
#rs-header.header-style4 .header-inner.menu-sticky.sticky .menu-area .navbar ul ul {
  padding-top: 25px;
}
#rs-header.header-style4 .header-inner.menu-sticky.sticky .nav-link-container .nav-menu-link {
  padding: 0 0 10px 0;
}
#rs-header .container-fluid {
  padding-left: 0;
  padding-right: 0px;
}
#rs-header .container-fluid.container_right_padding {
  padding-right: 30px;
}
#rs-header .header-logo {
  padding: 0;
}
#rs-header .top-bar-right {
  display: flex;
  flex-direction: row-reverse;
}
#rs-header .btn_quote {
  position: relative;
  margin-left: 30px;
}
#rs-header .btn_quote a {
  padding: 8px 15px;
  color: #fff;
  text-transform: uppercase;
  transition: .5s;
  font-weight: 500;
  background: #baa08f;
  border-radius: 3px;
  display: inline-block;
}
#rs-header .btn_quote a:hover {
  background: #f6866f;
}
#rs-header .toolbar-area {
  border-bottom: 1px solid #eee;
  padding: 0px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #333333;
}
#rs-header .toolbar-area .container-fluid {
  padding-right: 40px;
  padding-left: 40px;
}
#rs-header .toolbar-area hr {
  margin: 10px 0 0;
  opacity: 0.5;
}
#rs-header .toolbar-area .toolbar-contact {
  text-align: right;
}
#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;
  margin-left: 25px;
  line-height: 43px;
  color: #333333;
}
#rs-header .toolbar-area .toolbar-contact ul li i {
  font-size: 14px;
  margin-right: 6px;
  vertical-align: middle;
  color: #333333;
}
#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;
}
#rs-header .toolbar-area .toolbar-contact ul li a {
  transition: all 0.3s ease 0s;
  color: #333333 !important;
}
#rs-header .toolbar-area .toolbar-contact ul li a:hover {
  color: #baa08f !important;
}
#rs-header .toolbar-area .toolbar-contact ul li.rs-contact-phone {
  border-left: 1px solid #eee;
  padding-left: 20px;
}
#rs-header .toolbar-area .opening {
  margin-right: 20px;
}
#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: left;
  margin: 0px;
}
#rs-header .toolbar-area .toolbar-sl-share ul li {
  display: inline-block;
  font-size: 14px;
  line-height: 45px;
}
#rs-header .toolbar-area .toolbar-sl-share ul li + li {
  margin-left: 22px;
}
#rs-header .toolbar-area .toolbar-sl-share ul li a {
  display: block;
  color: #333333;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
#rs-header .toolbar-area .toolbar-sl-share ul li a:hover {
  color: #baa08f;
}
#rs-header .toolbar-area .toolbar-sl-share ul li a i {
  text-align: center;
  display: inline-block;
  color: #333333;
}
#rs-header .toolbar-area .toolbar-sl-share ul li a i:hover {
  color: #baa08f;
}
#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: #baa08f;
  position: absolute;
  content: "\f100";
  right: 0;
  top: 0;
}
#rs-header .toolbar-area .toolbar-sl-share ul li a.quote-buttons:hover {
  color: #baa08f;
}
#rs-header .row-table {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#rs-header .row-table .col-cell {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#rs-header .logo-area {
  position: relative;
  z-index: 9;
  float: left;
  padding-right: 23px;
}
#rs-header .logo-area a {
  font-weight: 500;
  color: #333333;
  transition: all 0.3s ease 0s;
  font-size: 37px;
  display: inline-block;
  line-height: 20px;
  padding: 45px 35px 45px 55px;
}
#rs-header .logo-area a:hover {
  color: #baa08f;
}
#rs-header .logo-area a img {
  display: inline-block;
  vertical-align: middle;
}
#rs-header .logo-area .site-title a {
  line-height: inherit;
  padding: 10px 20px 12px 25px;
}
#rs-header .rs-sms {
  color: #fff;
  font-size: 14px;
}
#rs-header .menu-responsive .sidebarmenu-search .sticky_search {
  padding-top: 32px;
  padding-bottom: 30px;
  cursor: pointer;
  color: #28406d;
}
#rs-header .menu-responsive .sidebarmenu-search .sticky_search i:before {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
}
#rs-header .menu-responsive .sidebarmenu-search .sticky_search i:hover:before {
  color: #baa08f;
}
#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-responsive .rs-contact-phone {
  padding-right: 41px;
  padding-top: 7px;
  padding-bottom: 7px;
}
#rs-header .menu-responsive .rs-contact-phone.borders-none {
  border-right: 1px solid #baa08f;
}
#rs-header .menu-responsive .rs-contact-phone i:before {
  color: #fff;
  width: 35px;
  height: 35px;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 50%;
  line-height: 32px;
  text-align: center;
  margin-right: 10px;
}
#rs-header .menu-responsive .rs-contact-phone a {
  color: #fff;
}
#rs-header .menu-responsive .rs-contact-phone a:hover {
  color: #baa08f;
}
#rs-header .logo-area.custom-sticky-logo {
  display: none;
}
#rs-header .menu-sticky.sticky {
  backface-visibility: hidden;
}
#rs-header .menu-sticky.sticky .btn_quote a {
  border-color: #baa08f;
}
#rs-header .menu-sticky.sticky .logo-area.custom-sticky-logo {
  display: block;
}
#rs-header .menu-sticky.sticky .logo-area.custom-logo-area {
  display: none;
}
#rs-header .menu-sticky.sticky .rs-contact-phone {
  display: none;
}
#rs-header .menu-sticky.sticky .logo-area a {
  padding-top: 0;
  padding-bottom: 0;
}
#rs-header .menu-sticky.sticky .logo-area {
  margin-top: 4px;
  background: none !important;
}
#rs-header .menu-sticky.sticky .menu-area .navbar ul > li {
  padding-top: 0;
  padding-bottom: 0;
}
#rs-header .menu-sticky.sticky .nav-link-container .nav-menu-link {
  padding: 23px 47px 31px;
}
#rs-header .menu-sticky.sticky .menu-area .navbar ul > li > a {
  padding: 21px 0 12px;
}
#rs-header .menu-sticky.sticky .menu-area .navbar {
  margin-right: 0;
}
#rs-header .menu-sticky.sticky .menu-area .navbar ul li:before {
  display: none;
}
#rs-header .menu-sticky.sticky .menu-area .navbar ul li a {
  color: #555;
}
#rs-header .menu-sticky.sticky .menu-area .navbar ul li a:before {
  display: none;
}
#rs-header .menu-sticky.sticky .menu-area .navbar ul li .sub-menu li {
  padding: 0 !important;
}
#rs-header .menu-sticky.sticky .menu-area .navbar ul li .sub-menu li a {
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 6px;
  padding-bottom: 6px;
}
#rs-header .sticky_search {
  font-size: 18px;
}
#rs-header .sidebarmenu-area {
  margin-left: 40px;
}
#rs-header .sticky_search {
  margin-left: 25px;
  cursor: pointer;
}
.nav-link-container .nav-menu-link {
  background: #baa08f;
  padding: 46px 47px 50px;
  overflow: hidden;
}
.nav-link-container a {
  display: block;
}
.site.offcan_lefts .menu-wrap-off {
  left: 0;
  right: auto;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.show-offcan .offcan_lefts .menu-wrap-off {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.menu-area {
  padding-top: 0;
  padding-bottom: 0;
}
.menu-area .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.menu-area .navbar {
  margin-bottom: 0;
  border: 0;
  padding: 0;
  margin-right: 0;
}
.menu-area .navbar ul {
  margin: 0;
  padding: 0;
  text-align: left;
}
.menu-area .navbar ul li {
  position: relative;
  display: inline-block;
  transition: all 0.3s ease 0s;
  padding: 20px 25px 27px;
  /*Dropdown Menu area*/
}
.menu-area .navbar ul li.current-menu-ancestor a,
.menu-area .navbar ul li.current_page_item a {
  color: #baa08f;
}
.menu-area .navbar ul li a {
  color: #ffffff;
  font-size: 15px;
}
.menu-area .navbar ul li:hover a {
  color: #baa08f;
}
.menu-area .navbar ul li ul.sub-menu {
  min-width: 250px;
  padding-bottom: 30px;
  padding-top: 30px;
}
.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 a {
  line-height: 25px;
  padding: 8px 44px;
  font-size: 12px;
}
.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: #baa08f;
}
.menu-area .navbar ul li ul.sub-menu li:hover > a {
  color: #baa08f;
}
.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: all 0.3s ease 0s;
}
.menu-area .navbar ul li.active a {
  color: #baa08f;
}
.menu-area .navbar ul li.active li a {
  color: #baa08f;
}
.menu-area .navbar ul li.active li ahover {
  color: #baa08f;
}
.menu-area .navbar ul li .sub-menu {
  background: #ffffff;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 100%;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.3s ease 0s;
  width: 220px;
  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: #333333;
  font-weight: 600;
}
.menu-area .navbar ul li .sub-menu li a:hover {
  color: #baa08f;
}
.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: #baa08f;
}
.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: #baa08f;
  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: #333333;
}
.menu-area.menu_type_dark .sticky_search i::before,
.menu-area.menu_type_dark .menu-cart-area i::before {
  color: #333333;
}
.menu-area .navbar ul > li.current-menu-ancestor > a::before,
.menu-area .navbar ul > li.current_page_item > a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 10px;
  width: 30px;
  height: 1px;
  background: #baa08f;
  transform: rotate(90deg);
  transform-origin: 0;
  display: none;
}
.menu-area .navbar ul > li:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 10px;
  width: 0px;
  display: none;
  height: 1px;
  background: #baa08f;
  transform: rotate(90deg);
  transform-origin: 0;
  transition: all .8s ease;
}
.menu-area .navbar ul > li:hover:before {
  width: 30px;
}
.menu-area .navbar ul > li.active:before {
  width: 24px;
  display: block !important;
  top: 0;
}
body.page-template-page-single .menu-area .navbar ul > li.active a {
  color: #baa08f !important;
}
.menu-area .navbar ul li ul li:before {
  display: none !important;
}
.menu-area .navbar ul li ul li a:before {
  display: none !important;
}
#rs-header.header-style5 .header-inner .menu-area.menu_type_dark .navbar ul li a {
  color: #333333;
}
#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%;
}
#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;
}
/*******off Canvas css********/
.sidenav.offcanvas-icon.nav-active-menu-container {
  margin-top: 0;
}
.offcanvas-icon {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-link-container .nav-menu-link span {
  height: 2px;
  width: 30px;
  display: block;
  background: #fff;
  margin: 6px 0 0;
  transition: all .5s ease;
  cursor: pointer;
  list-style: none;
}
.nav-link-container .nav-menu-link span.hamburger2 {
  width: 22px;
}
.nav-link-container .nav-menu-link span:hover {
  background: #baa08f;
}
.nav-link-container .nav-menu-link:hover span {
  width: 30px;
}
.nav-link-container a {
  display: block;
}
.nav-link-container #close-button2.close-button span {
  margin: 0 0 4px !important;
}
.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;
}
.menu-wrap-off .logo-area {
  display: block;
  width: 100%;
  padding-bottom: 30px;
}
.sidenav.nav-active-menu-container {
  overflow-y: auto;
  padding: 50px 50px 0;
}
.sidenav .sub-menu {
  display: none;
}
.sidenav.offcanvas-icon .rs-offcanvas-right {
  font-size: 14px;
}
.sidenav.offcanvas-icon .rs-offcanvas-right span {
  display: block;
  padding-bottom: 8px;
}
.sidenav.offcanvas-icon .rs-offcanvas-right a.quote-btn {
  margin-bottom: 25px;
  margin-top: 8px;
  display: block;
}
.sidenav.offcanvas-icon .rs-offcanvas-right a.quote-btn span {
  background: #baa08f;
  color: #ffffff;
  border-radius: 1px;
  display: inline-block;
  padding: 5px 40px 11px;
  transition: all .5s ease;
}
.sidenav.offcanvas-icon .rs-offcanvas-right a.quote-btn:hover span {
  background: #f6866f;
}
.sidenav .widget_archtek_flickr #rsflicker {
  margin-left: 0;
}
.sidenav .widget_archtek_flickr #rsflicker li {
  list-style-type: none;
  position: relative;
  width: 33.33%;
  display: inline-block;
}
.sidenav .widget_archtek_flickr #rsflicker li a img {
  opacity: 1;
  width: 100%;
}
.sidenav .widget_archtek_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;
  cursor: pointer;
}
.mobile-menu-container div ul li a:hover {
  color: #baa08f;
}
.mobile-menu-container div ul > li.current_page_parent > a {
  color: #baa08f !important;
}
.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 .navbar-menu #primary-menu-single {
  display: none;
}
.inner-offcan .sidenav .menu > li > .sub-menu li ul > li a {
  padding-left: 60px;
}
body.logged-in .sidenav {
  top: 30px;
}
.inner-offcan .sidenav ul ul,
.inner-offcan .sidenav ul ul ul,
.inner-offcan .sidenav.align-right ul ul {
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: left;
}
.inner-offcan .sidenav > ul > li.has-sub > a:after,
.inner-offcan .sidenav > ul > li.has-sub > a:before,
.inner-offcan .sidenav ul ul > li.has-sub > a:after,
.inner-offcan .sidenav ul ul > li.has-sub > a:before {
  display: none;
}
.inner-offcan .sidenav #menu-button {
  display: block;
  padding: 17px;
  color: #dddddd;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
.inner-offcan .sidenav #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: '';
}
.inner-offcan .sidenav #menu-button:before {
  position: absolute;
  top: 16px;
  right: 17px;
  display: block;
  height: 2px;
  width: 20px;
  background: #dddddd;
  content: '';
}
.inner-offcan .sidenav #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);
}
.inner-offcan .sidenav #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);
}
.inner-offcan .sidenav .submenu-button {
  position: absolute;
  z-index: 99;
  right: -25px;
  top: 0px;
  display: block;
  background: #eee;
  height: 40px;
  width: 40px;
  cursor: pointer;
  border-radius: 3px;
}
.inner-offcan .menu-main-menu-container ul > li.menu-minimize > .submenu-button:before {
  display: none;
}
.mobile-menu-container ul li a {
  padding: 10px 0;
}
.inner-offcan .sidenav .submenu-button.submenu-opened {
  background: #262626;
}
.inner-offcan .sidenav ul ul .submenu-button {
  height: 34px;
  width: 34px;
}
.inner-offcan .sidenav .submenu-button:after {
  position: absolute;
  top: 19px;
  right: 14px;
  width: 11px;
  height: 1px;
  display: block;
  background: #000;
  content: '';
}
.inner-offcan .sidenav ul ul .submenu-button:after {
  top: 16px;
  right: 11px;
}
.inner-offcan .sidenav .submenu-button.submenu-opened:after {
  background: #ffffff;
}
.inner-offcan .sidenav .submenu-button:before {
  position: absolute;
  top: 14px;
  right: 19px;
  display: block;
  width: 1px;
  height: 11px;
  background: #000;
  content: '';
}
.inner-offcan .sidenav ul ul .submenu-button:before {
  top: 11px;
  right: 16px;
}
.inner-offcan .sidenav .submenu-button.submenu-opened:before {
  display: none;
}
.sidenav .menu li ul.sub-menu li a {
  padding-left: 40px;
  font-size: 16px;
}
.sidenav .menu li ul.sub-menu li a:before {
  display: none;
}
.sidenav .widget_nav_menu {
  padding: 0 !important;
}
.sidenav .widget_media_image {
  text-align: left;
}
.sidenav .widget_media_image img {
  width: auto;
  margin-top: 4px;
}
.sidenav p {
  font-size: 15px;
  line-height: 28px;
}
.sidenav #contact_widget-3 {
  margin: 35px 0 50px;
}
.sidenav #text-9 {
  padding-top: 20px;
}
#rs-header.header-style1 .header-inner.stuck.sticky .menu-responsive .sidebarmenu-area {
  padding-top: 14px;
  padding-bottom: 14px;
}
#rs-header.header-style1 .header-inner.stuck.sticky .menu-area .navbar ul > li {
  padding-top: 30px;
  padding-bottom: 30px;
}
.responsive-menus,
.sidebarmenu-area.text-right.mobilehum {
  display: none !important;
}
#rs-header.header-transparent .menu-area {
  background: transparent !important;
}
#rs-header.header-transparent .header-inner.sticky .btn_quote:hover a.quote-button {
  color: #baa08f;
}
#rs-header.header-style-3.header-style-2.margin_minus .sticky-wrapper {
  margin-bottom: 0;
}
.single-header.logo_hide .logo-area {
  display: none;
}
#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: #baa08f;
  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: #333333;
  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: #101010;
}
#rs-header.header-style-4 .header-inner .logo-section .toolbar-contact-style4 ul li .contact-inf a:hover {
  color: #baa08f;
}
#rs-header.header-style-4 .header-quote {
  text-align: right;
  position: relative;
}
#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: #333333;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 30%;
}
#rs-header.header-style-4 .logo-section .times-sec {
  position: relative;
  background: #333333;
}
#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: #baa08f;
  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: 25px;
  padding-bottom: 25px;
}
#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;
  top: 9px;
}
#rs-header.header-style-4 .sidebarmenu-search {
  display: inline-block;
  margin-right: 15px;
  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: 15px;
  vertical-align: top;
  padding: 20px 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: #333333;
}
#rs-header.header-style-4 .nav-link-container .nav-menu-link span {
  background: #101010;
}
.menu-area .navbar ul li > a {
  overflow: hidden;
  padding: 21px 0;
}
[class^="flaticon-"]::before,
[class*=" flaticon-"]::before,
[class^="flaticon-"]::after,
[class*=" flaticon-"]::after {
  margin-left: 2px !important;
}
.menu-area .navbar ul > li > a span {
  position: relative;
  transition: 0.5s;
  display: inline-block;
}
.menu-area .navbar ul > li > a span:before {
  content: attr(data-hover);
  position: absolute;
  top: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.menu-area .navbar ul > li > a:hover span {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}
ul.sub-menu li a:before,
ul.sub-menu ul ul li a:before {
  display: none;
}
.text-transform-title .page-title {
  text-transform: uppercase;
}
/*Full Search sec*/
#rs-header .sticky_form {
  position: fixed;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  z-index: 9999;
  left: 0;
}
#rs-header .sticky_form button {
  background: none;
}
#rs-header .sticky_form button:hover {
  opacity: .7;
  color: #fff;
}
.sticky_form_full {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 500px;
}
.sticky_form_full button {
  color: #fff;
  opacity: .7;
  padding: 20px 11px;
}
.sticky_form .search-input {
  background: none;
  border: none;
  color: #fff;
  font-size: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  outline: none;
  letter-spacing: 3px;
}
.close-search {
  position: fixed;
  right: 50px;
  top: 50px;
  background: #ffffff;
  color: #baa08f;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  transition: all .5s ease;
}
.close-search:before {
  font-size: 16px;
}
.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: #101010;
  padding-right: 8px;
}
.header-share ul li a:hover i {
  color: #baa08f;
}
#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;
}
.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;
}
@media screen and (min-width: 991px) {
  .search-results .site-main {
    padding-right: 30px;
  }
}
/******* 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.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 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: #333333 !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 .container {
  position: relative;
}
/* Menu */
.menu-wrap-off {
  position: fixed;
  z-index: 999999;
  width: 450px;
  right: 0;
  top: -1px;
  height: 100%;
  background: #fff;
  padding: 46px 50px 50px 50px;
  font-size: 1.15em;
  -webkit-transform: translate3d(450px, 0, 0);
  transform: translate3d(450px, 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);
}
.menu-wrap-off .inner-offcan {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
.menu-wrap-off .inner-offcan .nav-link-container {
  position: absolute;
  right: 22px;
  top: 20px;
  display: block;
}
.menu-wrap-off .inner-offcan .nav-link-container .close-button {
  background: #baa08f;
  color: #ffffff;
  padding: 15px 11px 16px;
  border-radius: 50%;
}
.menu-wrap-off .inner-offcan .nav-link-container .close-button span {
  background: #ffffff;
}
.menu-wrap-off .inner-offcan .nav-link-container .close-button:hover {
  opacity: .7;
}
body.show-offcan {
  position: relative;
}
.offwrap {
  transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.8s;
  transition: transform .8s;
  transition-timing-function: ease;
  -webkit-transition-timing-function: cubic-bezier(0.1, 0, 0.1, 1);
  transition-timing-function: cubic-bezier(0.1, 0, 0.1, 1);
}
.offwrap {
  cursor: url(../images/close.png), auto;
}
body.show-offcan .offwrap {
  position: absolute;
  width: 100%;
  background: #fff;
  height: 100%;
  top: 0;
  bottom: 0;
  opacity: .3;
  z-index: 9999;
  transform: translate3d(0%, 0, 0);
  -webkit-transform: translate3d(0%, 0, 0);
}
body.show-offcan .offwrapcon::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  content: '';
  opacity: 1;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: opacity 0.4s, -webkit-transform 0s 0.4s;
  transition: opacity 0.4s, transform 0s 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.9, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.9, 0, 0.3, 1);
}
/* Shown menu */
.show-offcan .menu-wrap-off {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.9, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.9, 0, 0.3, 1);
  overflow-y: auto;
}
.show-offcan .icon-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.show-offcan .icon-list {
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
}
.offcanvas-align-left .menu-wrap-off {
  right: auto;
  left: 0;
  -webkit-transform: translate3d(-450px, 0, 0);
  transform: translate3d(-450px, 0, 0);
}
.show-offcan .offcanvas-align-left .menu-wrap-off {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
body.align-left .offwrap {
  left: 0;
  right: auto;
  transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
}
body.align-left.show-offcan .offwrap {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
/* ---------------------------
    Footer Css 
------------------------------*/
.rs-footer {
  background: #000;
  position: relative;
  background-position: center top !important;
}
.rs-footer #wp-calendar td {
  color: #333333 !important;
  border: 1px solid #333333;
  padding: 10px;
}
.rs-footer .widget_contact_widget ul li {
  margin-top: 5px;
  border: none;
}
.rs-footer .widget_contact_widget ul li.address1 {
  max-width: 340px;
}
.rs-footer .widget_nav_menu {
  padding-left: 50px;
}
.rs-footer .col-lg-5.footer1 {
  padding-left: 125px;
}
.rs-footer #wp-calendar th {
  background: #333333;
  color: #fff !important;
  padding: 10px;
}
.rs-footer .toolbar-sl-share {
  padding-right: 60px;
}
.rs-footer .toolbar-sl-share ul {
  display: flex;
}
.rs-footer .toolbar-sl-share ul li a {
  background: #baa08f;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  border-radius: 50%;
  text-align: center;
  margin: 0 0 0 20px;
}
.rs-footer .toolbar-sl-share ul li a i {
  color: #fff;
}
.rs-footer .toolbar-sl-share ul li a:hover {
  opacity: .8;
}
.rs-footer .widget {
  margin: 0 0 30px;
}
.rs-footer .widget ul li .fa {
  padding-right: 5px;
  font-size: 18px;
}
.rs-footer .widget.widget_nav_menu ul li {
  position: relative;
}
.rs-footer .widget.widget_nav_menu ul li a:hover {
  color: #baa08f;
}
.rs-footer .container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}
.mc4wp-form-fields {
  max-width: 100%;
}
.widget_medvillsocialiconwi_widget {
  display: block;
}
.border-btm .vc_col-sm-12 {
  border-bottom: 1px solid #181c5d;
}
.footer-logo-box .footer-logo-wrap {
  display: block;
  margin: 0px auto 30px;
}
.footer-logo-box .footer-top-logo {
  display: block;
  margin: 0 auto;
}
.rs-footer {
  font-size: 15px;
  padding: 70px 0 0;
}
.rs-footer .rs-view-btn .rs-btn.rs-btnblack .rs_btn__text {
  position: unset;
  padding: unset;
  line-height: unset;
  display: unset;
}
.rs-footer .rs-view-btn .rs-btn.rs-btnblack .rs_btn__text:before,
.rs-footer .rs-view-btn .rs-btn.rs-btnblack .rs_btn__text:after {
  display: none;
}
.rs-footer .mc4wp-form-fields .subscribebtn {
  position: relative;
}
.rs-footer .mc4wp-form-fields .subscribebtn:before {
  content: "\f1d8";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  right: 23px;
  top: -4px;
  color: #fff;
  display: block;
  z-index: 9;
  pointer-events: none;
}
.rs-footer .mc4wp-form-fields .subscribebtn input[type="submit"] {
  padding: 16px 0;
  font-size: 0;
  width: 60px;
  height: 50px;
  top: -20px;
  right: -1px;
  border-radius: 0 1px 1px 0;
}
.rs-footer .widget.widget_nav_menu ul li {
  margin-bottom: 12px;
}
.rs-footer .widget.widget_nav_menu ul li a {
  position: relative;
  display: inline-block;
  color: #fff;
}
.rs-footer .widget.widget_nav_menu ul.menu {
  margin-top: -5px;
}
.rs-footer .footer-top {
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
}
.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 .footer-logo-box,
.rs-footer .footer-top .toolbar-sl-share {
  flex: 0 0 17%;
}
.rs-footer .footer-top h3.footer-title {
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  position: relative;
  margin-bottom: 20px;
}
.rs-footer .footer-top .mc4wp-form-fields {
  max-width: 380px;
}
.rs-footer .footer-top .mc4wp-form-fields p {
  margin: 25px 0 0;
  position: relative;
}
.rs-footer .footer-top .mc4wp-form-fields input[type="email"] {
  background: none;
  border: 2px solid #baa08f;
  width: 100%;
  font-size: 13px;
  padding: 10px;
  margin: 0;
  color: #fff;
  height: 60px;
}
.rs-footer .footer-top .mc4wp-form-fields input[type="submit"] {
  position: absolute;
  background: #baa08f;
  border-radius: 0;
  padding: 0 14px 0 14px;
  height: 59px;
}
.rs-footer .footer-top .mc4wp-form-fields i {
  position: absolute;
  right: 0;
  transform: rotate(-90deg);
  top: 0;
  bottom: 0;
  padding: 16px 20px;
  pointer-events: none;
  color: #baa08f;
}
.rs-footer .footer-top .mc4wp-form-fields i:hover {
  color: #baa08f;
}
.rs-footer .footer-top .menu-footer-menu-container {
  margin: 15px 0 40px;
  position: relative;
  padding: 35px 0 25px;
}
.rs-footer .footer-top .menu-footer-menu-container:before {
  content: "";
  position: absolute;
  border-top: 2px dashed #d7d7d7;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 350px;
  top: 0;
}
.rs-footer .footer-top .menu-footer-menu-container:after {
  content: "";
  position: absolute;
  border-bottom: 2px dashed #d7d7d7;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 350px;
  bottom: 0;
}
.rs-footer .footer-top .menu-footer-menu-container ul.menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.rs-footer .footer-top .menu-footer-menu-container ul.menu li {
  margin: 0;
  padding: 10px 12px;
}
.rs-footer .footer-top .menu-footer-menu-container ul.menu li a {
  padding: 0 !important;
  text-transform: uppercase;
}
.rs-footer .footer-top .menu-footer-menu-container ul.menu li a:before {
  display: none;
}
.rs-footer .footer-top .footer-one-active.widget .footer_social {
  text-align: center;
}
.rs-footer .footer-top .footer-one-active.widget .footer_social li a i {
  padding: 0;
  background: #baa08f;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  transition: all .5s ease;
}
.rs-footer .footer-top .footer-one-active.widget .footer_social li a i:hover {
  background: #333333;
}
.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: #baa08f;
}
.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;
}
.rs-footer .recent-post-widget .show-featured .post-desc {
  line-height: 22px;
}
.rs-footer .recent-post-widget .show-featured .post-desc i {
  margin-right: 3px;
  position: relative;
  font-size: 12px;
}
.rs-footer .recent-post-widget .show-featured .post-desc span {
  color: #aaa;
  display: block;
  margin-top: 4px;
  font-size: 12px;
}
.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 .fa-ul {
  margin-left: 0;
  text-align: left;
}
.rs-footer .fa-ul li {
  padding: 0px 0px 15px 45px;
  vertical-align: top;
}
.rs-footer .fa-ul li i {
  position: absolute;
  top: 4px;
  display: inline-block;
  left: 0;
  color: #baa08f;
  font-size: 20px !important;
  vertical-align: top;
}
.rs-footer .fa-ul li a {
  color: #666;
}
.rs-footer .fa-ul li a:hover {
  color: #baa08f;
}
.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: #baa08f;
}
.rs-footer.footerlight .footer_social li a:hover .fa {
  color: #333333;
}
.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: #baa08f;
}
.rs-footer.footerlight .footer-bottom {
  border-color: #000;
}
.rs-footer.footerlight .footer-bottom .copyright p {
  color: #fff;
}
.rs-footer.footerlight .footer-bottom .copyright a {
  color: #fff;
}
.rs-footer.footerlight .widget.widget_nav_menu ul li a {
  color: #fff;
}
.rs-footer.footerlight a {
  color: #fff;
}
.rs-footer.footerdark {
  color: #fff;
}
.rs-footer.footerdark .footer-logo img {
  height: 25px;
}
.rs-footer.footerdark .fa-ul li a {
  color: #fff;
}
.rs-footer.footerdark .footer-top h3.footer-title {
  color: #fff;
}
.rs-footer.footerdark .footer-top h3.footer-title:after {
  background: #fff;
}
.rs-footer.footerdark .mc4wp-form-fields input[type="email"] {
  color: #fff;
}
.rs-footer.footerdark .footer_social li a {
  color: #fff;
  border-color: #fff;
}
.rs-footer.footerdark .footer_social li a .fa {
  color: #baa08f;
}
.rs-footer.footerdark .footer_social li a:hover .fa {
  color: #ccc;
}
.rs-footer.footerdark .footer-top .mc4wp-form-fields input[type="email"] li a,
.rs-footer.footerdark .footer-top .mc4wp-form-fields ul.footer_social li a {
  border-color: #baa08f;
}
.rs-footer.footerdark .footer-bottom {
  border: none;
}
.rs-footer.footerdark .footer-bottom .copyright p {
  color: #fff;
}
.rs-footer.footerdark .footer-bottom .copyright a {
  color: #fff;
}
.rs-footer.footerdark .widget.widget_nav_menu ul li a {
  color: #fff;
}
.rs-footer.footerdark a {
  color: #fff;
}
.rs-footer .footer-logo img {
  height: 20px;
  margin: 0;
}
.rs-footer.footerlight .footer-top .mc4wp-form-fields input[type="email"] {
  border-color: #baa08f;
  color: #666;
}
.rs-footer.footerlight .footer-top .mc4wp-form-fields input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #666666;
}
.rs-footer.footerlight .footer-top .mc4wp-form-fields input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
}
.rs-footer.footerlight .footer-top .mc4wp-form-fields input[type="email"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #666666;
}
.rs-footer.footerlight .footer-top .mc4wp-form-fields input[type="email"]:-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
}
.error404 .rs-footer {
  margin: 0;
}
ul.footer_social li {
  display: inline-block;
  margin-right: 20px;
  text-align: center;
}
ul.footer_social li a {
  color: #fff;
  display: block;
}
#rs-footer ul.footer_social {
  justify-content: left;
}
.footer-bottom {
  padding: 20px 0;
  background: #000;
  border-top: 1px solid;
  border-color: #f9f9f921;
}
.footer-bottom .copyright {
  text-align: center;
}
.footer-bottom .copyright p {
  margin: 0;
  line-height: 35px;
}
a.footer-logo {
  display: block;
  margin-bottom: 26px;
}
.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.widget_categories ul li a {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.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.widget_categories ul li a:hover {
  color: #baa08f;
}
.rs-footer .widget.widget_recent_comments ul li a {
  position: relative;
  display: inline-block;
  color: #fff;
}
.rs-footer .widget.widget_recent_comments ul li a:hover {
  color: #baa08f;
}
.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;
  padding: 0;
}
.rs-footer .widget.widget_recent_comments ul li {
  display: block;
}
.rs-footer .widget.widget_recent_comments ul li:before {
  top: 4px;
}
.rs-footer a:focus {
  color: #333333;
}
/*--------------------------------------------------------------
Heading  css
--------------------------------------------------------------*/
.rs-heading .description p:last-child {
  margin-bottom: 0;
}
.rs-heading .title-inner .sub-text,
.rs-dual-heading .title-inner .sub-text {
  margin: 0 0 10px;
  display: block;
  color: #baa08f;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  text-transform: uppercase;
}
.rs-heading .title-inner .title,
.rs-dual-heading .title-inner .title {
  color: #333333;
  margin-bottom: 15px;
  margin-top: 0;
}
.rs-heading .title-inner .title.title-upper,
.rs-dual-heading .title-inner .title.title-upper {
  text-transform: uppercase;
}
.rs-heading .title-inner .title span.watermark,
.rs-dual-heading .title-inner .title span.watermark {
  position: absolute;
  font-size: 130px;
  text-transform: uppercase;
  font-weight: 800;
  z-index: 1;
  opacity: 0.05;
  width: 100%;
  left: 0;
  color: inherit;
}
.rs-heading.big .title-inner h2,
.rs-dual-heading.big .title-inner h2 {
  font-size: 36px;
  line-height: 44px;
}
.rs-heading.big .description p,
.rs-dual-heading.big .description p {
  font-size: 20px;
  line-height: 32px;
}
.rs-heading.style4 .title-inner .title,
.rs-dual-heading.style4 .title-inner .title {
  margin-bottom: 8px;
}
.rs-heading.style4 .title-inner .title-img,
.rs-dual-heading.style4 .title-inner .title-img {
  margin-bottom: 12px;
}
.rs-heading.style5 .sub-text,
.rs-dual-heading.style5 .sub-text {
  display: inline-block;
}
.rs-heading.style2,
.rs-dual-heading.style2 {
  position: relative;
  padding-bottom: 15px;
}
.rs-heading.style2:after,
.rs-dual-heading.style2:after {
  content: "";
  position: absolute;
  border: 0;
  width: 100px;
  height: 3px;
  background: #baa08f;
  z-index: 9;
  margin-left: 0;
  left: 0;
  bottom: 0;
}
.rs-heading.style2.center:after,
.rs-dual-heading.style2.center:after {
  transform: translateX(-50%);
  left: 50%;
}
.rs-heading.style2.right:after,
.rs-dual-heading.style2.right:after {
  left: auto;
  right: 0;
}
.rs-heading.style2 h2,
.rs-dual-heading.style2 h2 {
  margin-bottom: 12px;
}
.rs-heading.style2 .description p,
.rs-dual-heading.style2 .description p {
  margin-bottom: 12px;
}
.rs-heading.style2.Lite:after,
.rs-dual-heading.style2.Lite:after {
  background: #fff !important;
}
.rs-heading.style3,
.rs-dual-heading.style3 {
  position: relative;
  padding-bottom: 12px;
}
.rs-heading.style3 h2,
.rs-dual-heading.style3 h2 {
  margin-bottom: 12px;
}
.rs-heading.style3 .description,
.rs-dual-heading.style3 .description {
  position: relative;
  padding-left: 80px;
}
.rs-heading.style3 .description:after,
.rs-dual-heading.style3 .description:after {
  content: "";
  position: absolute;
  border: 0;
  width: 60px;
  height: 2px;
  background: #baa08f;
  z-index: 9;
  margin-left: 0;
  left: 0;
  top: 14px;
}
.rs-heading.style3 .description p,
.rs-dual-heading.style3 .description p {
  margin-bottom: 12px;
}
.rs-heading.style3.Lite .description:after,
.rs-dual-heading.style3.Lite .description:after {
  background: #fff !important;
}
.rs-heading.style1,
.rs-dual-heading.style1 {
  position: relative;
  padding-bottom: 12px;
}
.rs-heading.style1 h2,
.rs-dual-heading.style1 h2 {
  margin-bottom: 12px;
}
.rs-heading.style1 .description,
.rs-dual-heading.style1 .description {
  position: relative;
  padding-right: 80px;
}
.rs-heading.style1 .description:after,
.rs-dual-heading.style1 .description:after {
  content: "";
  position: absolute;
  border: 0;
  width: 60px;
  height: 2px;
  background: #baa08f;
  z-index: 9;
  margin-left: 0;
  right: 0;
  top: 14px;
}
.rs-heading.style1 .description p,
.rs-dual-heading.style1 .description p {
  margin-bottom: 12px;
}
.rs-heading.style1.Lite .description:after,
.rs-dual-heading.style1.Lite .description:after {
  background: #fff !important;
}
.rs-heading.style8,
.rs-dual-heading.style8 {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 10px;
}
.rs-heading.style8 .title-inner,
.rs-dual-heading.style8 .title-inner {
  padding-left: 25px;
  position: relative;
  display: inline-block;
}
.rs-heading.style8 .title-inner .sub-text,
.rs-dual-heading.style8 .title-inner .sub-text {
  margin-bottom: 5px;
}
.rs-heading.style8 .title-inner:after,
.rs-dual-heading.style8 .title-inner:after {
  content: "";
  position: absolute;
  border: 0;
  width: 2px;
  height: 100%;
  background: #baa08f;
  z-index: 9;
  margin-left: 0;
  left: 0;
  top: 0;
}
.rs-heading.style8 .description,
.rs-dual-heading.style8 .description {
  padding-left: 25px;
  position: relative;
}
.rs-heading.style8 .description:after,
.rs-dual-heading.style8 .description:after {
  content: "";
  position: absolute;
  border: 0;
  width: 2px;
  height: 100%;
  background: #baa08f;
  z-index: 9;
  margin-left: 0;
  left: 0;
  top: 0;
}
.rs-heading.style8 h2,
.rs-dual-heading.style8 h2 {
  margin-bottom: 5px;
}
.rs-heading.style8.text-center .description,
.rs-dual-heading.style8.text-center .description {
  padding-top: 15px;
  padding-left: 0px;
}
.rs-heading.style8.text-center .description:after,
.rs-dual-heading.style8.text-center .description:after {
  display: none;
}
.rs-heading.style8.Lite .title-inner:after,
.rs-dual-heading.style8.Lite .title-inner:after {
  background: #fff;
}
.rs-heading.style8.Lite .description:after,
.rs-dual-heading.style8.Lite .description:after {
  background: #fff !important;
}
.rs-heading.style6 .title-inner,
.rs-dual-heading.style6 .title-inner {
  position: relative;
  padding-bottom: 12px;
}
.rs-heading.style6 .title-inner h2,
.rs-dual-heading.style6 .title-inner h2 {
  margin-bottom: 12px;
}
.rs-heading.style6 .title-inner .sub-text,
.rs-dual-heading.style6 .title-inner .sub-text {
  position: relative;
  padding-left: 65px;
  color: #333333;
}
.rs-heading.style6 .title-inner .sub-text:after,
.rs-dual-heading.style6 .title-inner .sub-text:after {
  content: "";
  position: absolute;
  border: 0;
  width: 50px;
  height: 2px;
  background: #baa08f;
  z-index: 9;
  margin-left: 0;
  left: 0;
  top: 12px;
}
.rs-heading.style6 .title-inner .sub-text p,
.rs-dual-heading.style6 .title-inner .sub-text p {
  margin-bottom: 12px;
}
.rs-heading.style6.text-center .title-inner .sub-text,
.rs-dual-heading.style6.text-center .title-inner .sub-text,
.rs-heading.style6.text-right .title-inner .sub-text,
.rs-dual-heading.style6.text-right .title-inner .sub-text {
  display: inline-block;
}
.rs-heading.style6.text-center .sub-text,
.rs-dual-heading.style6.text-center .sub-text {
  position: relative;
  padding-left: 0px;
  padding-top: 60px;
  color: #333333;
}
.rs-heading.style6.text-center .sub-text:after,
.rs-dual-heading.style6.text-center .sub-text:after {
  content: '';
  width: 77px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -1px;
  width: 2px;
  height: 50px;
}
.rs-heading.style6.Lite .sub-text:after,
.rs-dual-heading.style6.Lite .sub-text:after {
  background: #fff !important;
}
.rs-heading.style6.dark .sub-text:after,
.rs-dual-heading.style6.dark .sub-text:after {
  background: #232023 !important;
}
.rs-heading.style4.left .title-inner .sub-text,
.rs-dual-heading.style4.left .title-inner .sub-text {
  padding-left: 43px;
}
.rs-heading.style4.left .title-inner .sub-text:before,
.rs-dual-heading.style4.left .title-inner .sub-text:before {
  left: 0;
}
.rs-heading.style4.right .title-inner .sub-text,
.rs-dual-heading.style4.right .title-inner .sub-text {
  padding-right: 43px;
}
.rs-heading.style4.right .title-inner .sub-text:after,
.rs-dual-heading.style4.right .title-inner .sub-text:after {
  right: 0;
}
.rs-heading.style4 .title-inner,
.rs-dual-heading.style4 .title-inner {
  position: static;
  padding-bottom: 12px;
}
.rs-heading.style4 .title-inner h2,
.rs-dual-heading.style4 .title-inner h2 {
  margin-bottom: 12px;
  display: block;
}
.rs-heading.style4 .title-inner .sub-text,
.rs-dual-heading.style4 .title-inner .sub-text {
  position: relative;
  color: #333333;
  display: inline-block;
  padding: 0 20px;
}
.rs-heading.style4 .title-inner .sub-text:before,
.rs-dual-heading.style4 .title-inner .sub-text:before,
.rs-heading.style4 .title-inner .sub-text:after,
.rs-dual-heading.style4 .title-inner .sub-text:after {
  content: "";
  position: absolute;
  border: 0;
  width: 8px;
  height: 2px;
  background: #baa08f;
  z-index: 9;
  margin-left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.rs-heading.style4 .title-inner .sub-text:before,
.rs-dual-heading.style4 .title-inner .sub-text:before {
  left: 0px;
}
.rs-heading.style4 .title-inner .sub-text:after,
.rs-dual-heading.style4 .title-inner .sub-text:after {
  left: auto;
  right: 0px;
}
.rs-heading.style4 .title-inner .sub-text p,
.rs-dual-heading.style4 .title-inner .sub-text p {
  margin-bottom: 12px;
}
.rs-heading.style4.Lite .sub-text:before,
.rs-dual-heading.style4.Lite .sub-text:before,
.rs-heading.style4.Lite .sub-text:after,
.rs-dual-heading.style4.Lite .sub-text:after {
  background: #fff !important;
}
.rs-heading.style4.text-center .title-inner .sub-text,
.rs-dual-heading.style4.text-center .title-inner .sub-text,
.rs-heading.style4.text-right .title-inner .sub-text,
.rs-dual-heading.style4.text-right .title-inner .sub-text {
  display: inline-block;
}
.rs-heading.style7 .title-inner,
.rs-dual-heading.style7 .title-inner {
  position: relative;
  padding-bottom: 12px;
}
.rs-heading.style7 .title-inner h2,
.rs-dual-heading.style7 .title-inner h2 {
  margin-bottom: 12px;
}
.rs-heading.style7 .title-inner .sub-text,
.rs-dual-heading.style7 .title-inner .sub-text {
  position: relative;
  padding-right: 65px;
  display: inline-block;
  color: #333333;
}
.rs-heading.style7 .title-inner .sub-text:after,
.rs-dual-heading.style7 .title-inner .sub-text:after {
  content: "";
  position: absolute;
  border: 0;
  width: 50px;
  height: 2px;
  background: #baa08f;
  z-index: 9;
  margin-left: 0;
  right: 0;
  top: 12px;
}
.rs-heading.style7 .title-inner .sub-text p,
.rs-dual-heading.style7 .title-inner .sub-text p {
  margin-bottom: 12px;
}
.rs-heading.style7 .title-inner.Lite .sub-text:after,
.rs-dual-heading.style7 .title-inner.Lite .sub-text:after {
  background: #fff !important;
}
.rs-heading.style7 .title-inner.text-center .title-inner .sub-text,
.rs-dual-heading.style7 .title-inner.text-center .title-inner .sub-text,
.rs-heading.style7 .title-inner.text-right .title-inner .sub-text,
.rs-dual-heading.style7 .title-inner.text-right .title-inner .sub-text {
  display: inline-block;
}
.rs-heading.style9 .title-inner,
.rs-dual-heading.style9 .title-inner {
  margin-bottom: 35px;
}
.rs-heading.style9 .title-inner .title-img.top,
.rs-dual-heading.style9 .title-inner .title-img.top {
  margin-bottom: 15px;
}
.rs-heading.style9 .title-upper,
.rs-dual-heading.style9 .title-upper {
  margin-bottom: 5px;
}
.rs-heading.style9 .bottom-line .title,
.rs-dual-heading.style9 .bottom-line .title {
  margin-bottom: 8px;
  position: relative;
  padding-bottom: 20px;
}
.rs-heading.style9 .bottom-line .title:after,
.rs-dual-heading.style9 .bottom-line .title:after {
  content: "";
  position: absolute;
  border: 0;
  width: 80px;
  height: 2px;
  background: #baa08f;
  z-index: 9;
  margin-left: 0;
  bottom: 0;
  left: 0;
}
.rs-heading.style9.text-center .bottom-line .title:after,
.rs-dual-heading.style9.text-center .bottom-line .title:after {
  transform: translateX(-50%);
  left: 50%;
}
.rs-heading.style10.text-center,
.rs-dual-heading.style10.text-center {
  text-align: left !important;
}
.rs-heading.style10.text-center .title-inner,
.rs-dual-heading.style10.text-center .title-inner {
  text-align: center;
}
.rs-heading.style10.text-right,
.rs-dual-heading.style10.text-right {
  text-align: left !important;
}
.rs-heading.style10.text-right .title-inner,
.rs-dual-heading.style10.text-right .title-inner {
  text-align: right;
}
.rs-heading.style10 .title-inner,
.rs-dual-heading.style10 .title-inner {
  transform: rotate(-90deg) translatex(-50%);
  display: inline-block;
  transform-origin: left center 0;
}
.rs-heading.style10 .title-inner .title,
.rs-dual-heading.style10 .title-inner .title {
  white-space: nowrap;
  position: relative;
  top: 40px;
  left: 10px;
  margin-bottom: 0;
}
.rs-heading.style10 .description,
.rs-dual-heading.style10 .description {
  transform: rotate(-90deg);
  display: inline-block;
}
.rs-heading.style11,
.rs-dual-heading.style11 {
  text-align: right !important;
}
.rs-heading.style11.text-center,
.rs-dual-heading.style11.text-center {
  text-align: right !important;
}
.rs-heading.style11.text-center .title-inner,
.rs-dual-heading.style11.text-center .title-inner {
  text-align: center;
}
.rs-heading.style11.text-right,
.rs-dual-heading.style11.text-right {
  text-align: right !important;
}
.rs-heading.style11.text-right .title-inner,
.rs-dual-heading.style11.text-right .title-inner {
  text-align: right;
}
.rs-heading.style11 .title-inner,
.rs-dual-heading.style11 .title-inner {
  transform: rotate(90deg);
  display: inline-block;
}
.rs-heading.style11 .description,
.rs-dual-heading.style11 .description {
  transform: rotate(90deg);
  display: inline-block;
}
.rs-animated-heading .title span,
.rs-dual-heading .title span {
  display: inline-block;
}
.rs-animated-heading .title-inner .title,
.rs-animated-heading .title-inner .title .cd-headline {
  color: #333333;
  line-height: 52px;
}
.rs-animated-heading .title-inner .title {
  margin-bottom: 10px;
}
.rs-animated-heading .title-inner .title.title-upper {
  text-transform: uppercase;
}
.rs-animated-heading .title-inner .title .cd-headline {
  font-weight: 700;
  margin-left: 10px;
  color: #333333;
}
.rs-animated-heading .title-inner .title .cd-headline p {
  margin-bottom: 0;
}
.rs-animated-heading .cd-words-wrapper {
  text-align: center;
}
.title-no-margin h4.title {
  margin-bottom: 5px;
}
.title-no-margin h3.title {
  margin-bottom: 3px !important;
  font-size: 20px;
}
.list-style {
  padding: 0;
  margin: 0;
  list-style: none;
}
.list-style li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 5px;
}
.list-style li:before {
  content: "\f0a9";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
}
.no-padding {
  padding: 0 !important;
}
.rs-contact-box {
  text-align: left;
}
.rs-contact-box .address-item {
  display: flex;
  position: relative;
  margin-bottom: 20px;
}
.rs-contact-box .address-item:last-child {
  margin-bottom: 0 !important;
}
.rs-contact-box .address-item .address-icon {
  display: inline-block;
}
.rs-contact-box .address-item .address-icon i {
  text-align: center;
  color: #fff;
  border-radius: 100%;
  font-size: 30px;
  position: relative;
  line-height: 52px;
  z-index: 9;
  width: 100%;
  vertical-align: middle;
  margin-left: 0;
  height: auto;
}
.rs-contact-box .address-item:last-child .address-icon:after {
  display: none;
}
.rs-contact-box .address-item .address-text {
  padding-top: 10px;
}
.rs-contact-box .address-item .address-text .contact-title {
  margin-bottom: 1px;
  font-weight: 500;
  font-size: 20px;
  margin-top: 10px;
}
.rs-contact-box .address-item .address-text a {
  color: #fff;
}
.rs-contact-box .address-item .address-text a:hover {
  color: #baa08f;
}
.rs-contact-box .address-item:hover .address-icon:after,
.rs-contact-box .address-item:hover .address-icon:before {
  opacity: 1;
  visibility: visible;
}
.rs-contact-box .address-item.vertical {
  display: block;
  text-align: center;
}
.rs-contact-box .address-item.vertical .address-text span.label {
  display: block;
  font-weight: 500;
  font-size: 20px;
  margin-top: 15px;
}
.rs-contact-box .address-item.horizontal .address-icon {
  margin-right: 20px;
}
.rs-contact-box .address-item.horizontal .address-text > div {
  display: block;
}
.rs-contact-box .address-item.horizontal .label {
  display: block;
  font-weight: 600;
}
/** video css --------------------------
--------------------------------------*/
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.rs-video {
  position: relative;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 100px 20px;
}
.rs-video.center .overly-border {
  margin: 0 auto;
}
.rs-video.left .overly-border {
  margin-left: 0;
  margin-right: auto;
}
.rs-video.right .overly-border {
  margin-left: auto;
  margin-right: 0;
}
.rs-video.style1 .video-desc {
  top: 60px;
}
.rs-video .video-desc {
  z-index: 1;
  font-size: 20px;
  position: relative;
}
.rs-video .video-desc span {
  display: block;
  font-size: 22px;
  font-weight: 400;
}
.rs-video .overly-border {
  border: 1px solid #baa08f;
  border-radius: 50%;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rs-video .video-content {
  z-index: 10;
}
.rs-video .video-content h4 {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
}
.rs-video:hover .popup-videos {
  animation-duration: 0.8s;
}
.rs-video .popup-videos {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  line-height: 90px;
  padding: 0;
  margin: 0 auto;
  left: 50%;
  top: 50%;
  z-index: 9;
  text-align: center;
  background: #baa08f;
}
.rs-video .popup-videos:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  transition: all 200ms;
}
.rs-video .popup-videos:before {
  background: #baa08f;
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.rs-video .popup-videos i {
  text-indent: 5px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  font-size: 30px;
  color: #baa08f;
  position: relative;
}
.rs-video .popup-videos i:before {
  color: #fff;
}
.rs-video .popup-videos:hover {
  border-color: rgba(255, 255, 255, 0.7);
}
.rs-video .popup-videos span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 27px solid #fff;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
}
.rs-video:hover .overly-border:before,
.rs-video:hover .overly-border:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.rs-video.style2 .rs-icon-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 60px;
}
.rs-video.style2 .rs-icon-inner .rs-icon-btn {
  margin-right: 0;
}
.rs-video.style2 .rs-icon-inner .rs-icon-btn a {
  display: block;
  background: #ffffff;
  color: #baa08f;
  padding: 8px 34px;
  border-radius: 30px;
  transition: 0.4s;
  font-size: 16px;
  position: relative;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  z-index: 1;
  overflow: hidden;
  border: 3px solid #ffffff;
}
.rs-video.style2 .rs-icon-inner .rs-icon-btn a:before {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 0px;
  height: 100%;
  z-index: -1;
  content: '';
  background: #baa08f;
  border-radius: 30px;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.rs-video.style2 .rs-icon-inner .rs-icon-btn a:hover {
  background: #baa08f;
  color: #ffffff;
  opacity: 0.9;
}
.rs-video.style2 .rs-icon-inner .rs-icon-btn a:hover:before {
  left: 0%;
  right: auto;
  width: 100%;
}
.rs-video.style2 .rs-icon-inner .icon-area {
  position: relative;
  display: none;
  left: -60px;
}
.rs-video.style2 .rs-icon-inner .icon-area .overly-border {
  width: 60px;
  height: 60px;
}
.rs-video.style2 .rs-icon-inner .icon-area .popup-videos {
  width: 50px;
  height: 50px;
  line-height: 56px;
}
.rs-video.style2 .rs-icon-inner .icon-area .popup-videos i {
  font-size: 24px;
}
/** Counter up CSS ----------------------
----------------------------------------*/
.counter-top-area {
  position: relative;
  padding: 0 !important;
}
.counter-top-area .rs-counter-list .counter-icon {
  display: inline-block;
}
.counter-top-area .rs-counter-list .counter-icon i {
  font-size: 50px;
  color: #dcdcdc;
  line-height: 60px;
  transition: all 0.3s ease 0s;
}
.counter-top-area .rs-counter-list .count-text .rs-counter {
  font-size: 50px;
  color: #baa08f;
  line-height: 60px;
  display: inline-block;
  transition: all 0.3s ease 0s;
}
.counter-top-area .rs-counter-list .count-text .title {
  font-size: 18px;
  color: #666;
  line-height: 18px;
  transition: all 0.3s ease 0s;
}
.counter-top-area.style1 {
  text-align: center;
}
.counter-top-area.style1 .count-number span {
  padding: 10px 0px 10px 0px;
}
.counter-top-area.style2 .rs-counter-list {
  display: flex;
  align-items: center;
}
.counter-top-area.style2 .rs-counter-list .counter-icon {
  display: inline-block;
  padding-right: 15px;
}
/* Services CSS ----------------------
----------------------------------------*/
.elementor-widget-container:hover .rs-addon-services.services-style2::before {
  transform: scaleY(1);
}
.rs-addon-services .services-part {
  position: relative;
}
.rs-addon-services .services-part .services-icon {
  display: inline-block;
  padding: 5px;
  font-size: 50px;
  line-height: 50px;
  color: #baa08f;
  transition: all ease .3s;
}
.rs-addon-services .services-part .services-icon i {
  transition: all ease .3s;
}
.rs-addon-services .services-part .services-icon i:before {
  margin: 0;
}
.rs-addon-services .services-part .services-icon img {
  max-width: unset;
  width: 50px;
  height: 50px;
}
.rs-addon-services .services-part .services-icon.grayscale img {
  filter: gray;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.3s ease 0s;
}
.rs-addon-services .services-part .services-icon.grayscale img:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}
.rs-addon-services .services-part .services-icon:hover {
  color: #333333;
}
.rs-addon-services .services-part .services-icon:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 90px;
  height: 90px;
  background: #baa08f;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  opacity: 0;
  transition: all 0.3s ease 0s;
  visibility: hidden;
}
.rs-addon-services .services-part .services-text {
  padding: 10px 0 0;
  position: relative;
  font-family: 'Montserrat', sans-serif;
}
.rs-addon-services .services-part .services-text .services-title {
  position: relative;
}
.rs-addon-services .services-part .services-text .services-title .title {
  font-size: 24px;
  margin: 0 0 10px;
  color: #333333;
}
.rs-addon-services .services-part .services-text .services-title .title a {
  color: #333333;
}
.rs-addon-services .services-part .services-text .services-title .title a:hover {
  color: #f6866f;
}
.rs-addon-services .services-part .services-text .services-title .title:before {
  content: "01.";
  font-size: 50px;
  font-weight: bold;
  color: #baa08f;
  position: absolute;
  transition: all .3s ease 0s;
  top: 0;
  left: 0;
  z-index: 9;
}
.rs-addon-services .services-part .services-text .services-txt {
  color: #333333;
  margin: 0;
  transition: 0.4s;
}
.rs-addon-services .services-part .services-text .services-btn-part {
  margin: 15px 0 0;
}
.rs-addon-services .services-part .services-text .services-btn-part .services-btn {
  position: relative;
  display: inline-block;
  color: #333333;
  transition: all ease .3s;
}
.rs-addon-services .services-part .services-text .services-btn-part .services-btn i {
  transition: all ease .3s;
}
.rs-addon-services .services-part .services-text .services-btn-part .services-btn:hover {
  color: #baa08f;
}
.rs-addon-services .services-part .services-text .services-btn-part .services-btn.icon-after span {
  float: left;
}
.rs-addon-services .services-part .services-text .services-btn-part .services-btn.icon-after i {
  margin-left: 10px;
}
.rs-addon-services .services-part .services-text .services-btn-part .services-btn.icon-before span {
  float: right;
}
.rs-addon-services .services-part .services-text .services-btn-part .services-btn.icon-before i {
  margin-right: 10px;
}
.rs-addon-services .services-part:after {
  content: "";
  width: 0;
  height: 4px;
  background: #baa08f;
  position: absolute;
  transition: all .3s ease 0s;
  bottom: 0;
  left: 50%;
  z-index: 9;
  transform: translateX(-50%);
}
.rs-addon-services .services-part:hover .services-icon {
  color: #333333;
}
.rs-addon-services .services-part:hover .services-icon:after {
  opacity: 1;
  visibility: visible;
}
.rs-addon-services .services-part:hover .services-text .services-title .title {
  color: #baa08f;
  transition: 0.4s;
}
.rs-addon-services .services-part:hover .services-text .services-title .title a {
  color: #baa08f;
}
.rs-addon-services .services-part:hover:after {
  width: 100%;
}
.rs-addon-services.services-style2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #baa08f;
  transform: scaleY(0);
  transition: all .3s ease 0s;
}
.rs-addon-services.services-style2 .services-part {
  background: 0 0;
  padding: 30px 0;
  text-align: left;
  position: relative;
  z-index: 1;
}
.rs-addon-services.services-style2 .services-part:hover .services-icon,
.rs-addon-services.services-style2 .services-part:hover .services-title .title,
.rs-addon-services.services-style2 .services-part:hover .services-txt {
  color: #fff;
}
.rs-addon-services.services-style2:hover:before {
  transform: scaleY(1);
}
.rs-addon-services.services-style3 {
  position: relative;
}
.rs-addon-services.services-style3 .services-part {
  border-bottom-width: 4px;
  transition: all .3s ease 0s;
  position: relative;
}
.rs-addon-services.services-style3 .services-part .services-icon {
  width: 90px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: -45px;
  transform: translateX(-50%);
  color: #fff;
  background: #baa08f;
  box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.04);
  transition: all .3s ease 0s;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 100%;
}
.rs-addon-services.services-style3 .services-part .services-icon i {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.rs-addon-services.services-style3 .services-part .services-icon img {
  width: 45px;
  height: 45px;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.rs-addon-services.services-style3 .services-part:hover .services-icon {
  top: -35px;
}
.rs-addon-services.services-style3 .services-part .services-text {
  padding: 90px 30px 50px;
}
.rs-addon-services.services-style4 {
  text-align: left;
}
.rs-addon-services.services-style4 .services-part {
  display: inline-flex;
}
.rs-addon-services.services-style4 .services-btn {
  position: relative;
  padding-left: 50px;
}
.rs-addon-services.services-style4 .services-btn i {
  display: none;
}
.rs-addon-services.services-style4 .services-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  background: #baa08f;
  width: 40px;
  height: 1px;
  display: block;
}
/* Number CSS ----------------------
----------------------------------------*/
.rs-addon-number .number-part {
  position: relative;
  text-align: center;
}
.rs-addon-number .number-part .number-icon {
  display: inline-block;
  padding: 5px;
  font-size: 50px;
  color: #baa08f;
  transition: all ease .3s;
}
.rs-addon-number .number-part .number-icon i {
  transition: all ease .3s;
}
.rs-addon-number .number-part .number-icon img {
  max-width: unset;
  width: 50px;
  height: 50px;
}
.rs-addon-number .number-part .number-icon.grayscale img {
  filter: gray;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.3s ease 0s;
}
.rs-addon-number .number-part .number-icon.grayscale img:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}
.rs-addon-number .number-part .number-icon:hover {
  color: #333333;
}
.rs-addon-number .number-part .number-icon:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 90px;
  height: 90px;
  background: #baa08f;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  opacity: 0;
  transition: all 0.3s ease 0s;
  visibility: hidden;
}
.rs-addon-number .number-part .number-text {
  position: relative;
}
.rs-addon-number .number-part .number-text .number-area {
  display: inline-block;
  width: 50px;
  line-height: 50px;
  z-index: 1;
  position: relative;
  transition: all 0.3s ease 0s;
  text-align: center;
}
.rs-addon-number .number-part .number-text .number-area:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: rotate(45deg);
  transition: all 0.3s ease 0s;
}
.rs-addon-number .number-part .number-text .number-prefix {
  display: block;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.4;
  color: #333333;
}
.rs-addon-number .number-part .number-text .number-title {
  position: relative;
}
.rs-addon-number .number-part .number-text .number-title .title {
  font-size: 24px;
  margin: 0 0 10px;
  color: #333333;
}
.rs-addon-number .number-part .number-text .number-title .title a {
  color: #333333;
}
.rs-addon-number .number-part .number-text .number-title .title a:hover {
  color: #f6866f;
}
.rs-addon-number .number-part .number-text .number-txt {
  color: #333333;
  margin: 0;
}
.rs-addon-number .number-part .number-text .number-btn-part {
  margin: 15px 0 0;
}
.rs-addon-number .number-part .number-text .number-btn-part .number-btn {
  position: relative;
  display: inline-block;
  color: #333333;
  transition: all ease .3s;
}
.rs-addon-number .number-part .number-text .number-btn-part .number-btn i {
  transition: all ease .3s;
}
.rs-addon-number .number-part .number-text .number-btn-part .number-btn:hover {
  color: #baa08f;
}
.rs-addon-number .number-part .number-text .number-btn-part .number-btn.icon-after span {
  float: left;
}
.rs-addon-number .number-part .number-text .number-btn-part .number-btn.icon-after i {
  margin-left: 10px;
}
.rs-addon-number .number-part .number-text .number-btn-part .number-btn.icon-before span {
  float: right;
}
.rs-addon-number .number-part .number-text .number-btn-part .number-btn.icon-before i {
  margin-right: 10px;
}
.rs-addon-number .number-part:after {
  content: "";
  width: 0;
  height: 4px;
  background: #baa08f;
  position: absolute;
  transition: all .3s ease 0s;
  bottom: 0;
  left: 50%;
  z-index: 9;
  transform: translateX(-50%);
}
.rs-addon-number .number-part:hover .number-icon {
  color: #333333;
}
.rs-addon-number .number-part:hover .number-icon:after {
  opacity: 1;
  visibility: visible;
}
.rs-addon-number .number-part:hover .number-text .number-title .title {
  color: #baa08f;
}
.rs-addon-number .number-part:hover .number-text .number-title .title a {
  color: #baa08f;
}
.rs-addon-number .number-part:hover:after {
  width: 100%;
}
.rs-addon-number.number-style2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #baa08f;
  transform: scaleY(0);
  transition: all .3s ease 0s;
}
.rs-addon-number.number-style2 .number-part {
  background: 0 0;
  text-align: left;
  position: relative;
  z-index: 1;
}
.rs-addon-number.number-style2:hover:before {
  transform: scaleY(1);
}
.rs-addon-number.number-style3 .number-part {
  border-bottom-width: 4px;
  transition: all .3s ease 0s;
  position: relative;
}
.rs-addon-number.number-style3 .number-part .number-icon {
  width: 90px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: -45px;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.04);
  transition: all .3s ease 0s;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 100%;
}
.rs-addon-number.number-style3 .number-part .number-icon i {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.rs-addon-number.number-style3 .number-part .number-icon img {
  width: 45px;
  height: 45px;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.rs-addon-number.number-style3 .number-part:hover .number-icon {
  top: -35px;
}
.rs-addon-number.number-style4 .number-part {
  display: inline-flex;
}
/* Icon Box CSS ----------------------
----------------------------------------*/
.rs-iconbox-area .box-inner {
  position: relative;
  padding: 40px 25px 20px;
  box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.12);
  transition: 0.4s;
  overflow: hidden;
}
.rs-iconbox-area .box-inner:hover {
  box-shadow: 0 8px 38px 0 rgba(0, 0, 0, 0.2);
}
.rs-iconbox-area .box-inner .rs-badge {
  position: absolute;
  background: #baa08f;
  padding: 3px 8px 0;
  color: #ffffff;
  top: 5px;
  left: 5px;
  z-index: 1;
  transform: rotate(0deg);
}
.rs-iconbox-area .box-inner .icon-area {
  display: inline-block;
  color: #baa08f;
  transition: all ease .3s;
}
.rs-iconbox-area .box-inner .icon-area i {
  transition: all ease .3s;
  font-size: 50px;
}
.rs-iconbox-area .box-inner .text-area {
  padding: 10px 0 0;
  position: relative;
}
.rs-iconbox-area .box-inner .text-area .iconbox-title {
  position: relative;
}
.rs-iconbox-area .box-inner .text-area .iconbox-title .title {
  font-size: 20px;
  margin: 0;
  color: #333333;
  font-weight: 500;
  line-height: 1.5;
}
.rs-iconbox-area .box-inner .text-area .iconbox-title .title a {
  text-decoration: none !important;
  color: #333333;
}
.rs-iconbox-area .box-inner .text-area .iconbox-title .title a:hover {
  color: #f6866f;
}
.rs-iconbox-area .box-inner .text-area .iconbox-title .title:before {
  content: "01.";
  font-size: 50px;
  font-weight: bold;
  color: #baa08f;
  position: absolute;
  transition: all .3s ease 0s;
  top: 0;
  left: 0;
  z-index: 9;
}
.rs-iconbox-area .box-inner .text-area .services-txt {
  font-size: 15px;
  margin: 0;
}
.rs-iconbox-area .box-inner .services-btn-part {
  margin: 15px 0 0;
}
.rs-iconbox-area .box-inner .services-btn-part .services-btn {
  position: relative;
  display: inline-block;
  color: #333333;
  transition: all ease .3s;
}
.rs-iconbox-area .box-inner .services-btn-part .services-btn i {
  transition: all ease .3s;
}
.rs-iconbox-area .box-inner .services-btn-part .services-btn:hover {
  color: #baa08f;
}
.rs-iconbox-area .box-inner .services-btn-part .services-btn.icon-after span {
  float: left;
}
.rs-iconbox-area .box-inner .services-btn-part .services-btn.icon-after i {
  margin-left: 10px;
  transition: 0.4s;
}
.rs-iconbox-area .box-inner .services-btn-part .services-btn.icon-before span {
  float: right;
}
.rs-iconbox-area .box-inner .services-btn-part .services-btn.icon-before i {
  margin-right: 10px;
}
/* RS Static Products ----------------------
----------------------------------------*/
.rs-static-products .box-inner {
  position: relative;
  padding: 40px 25px 30px;
  box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.12);
  transition: 0.4s;
  overflow: hidden;
}
.rs-static-products .box-inner:hover {
  box-shadow: 0 8px 38px 0 rgba(0, 0, 0, 0.2);
}
.rs-static-products .box-inner .text-area {
  padding: 30px 0 0;
  position: relative;
}
.rs-static-products .box-inner .text-area .product-title {
  position: relative;
}
.rs-static-products .box-inner .text-area .product-title .title {
  font-size: 20px;
  margin: 0 0 10px;
  color: #333333;
  font-weight: 500;
  line-height: 1.5;
}
.rs-static-products .box-inner .text-area .product-title .title a {
  color: #333333;
}
.rs-static-products .box-inner .text-area .product-title .title a:hover {
  color: #f6866f;
}
.rs-static-products .box-inner .text-area .product-des {
  font-size: 15px;
  margin: 0;
}
.rs-static-products .box-inner .rs-product-button {
  margin: 15px 0 0;
}
.rs-static-products .box-inner .rs-product-button .product-button {
  position: relative;
  display: inline-block;
  color: #333333;
  transition: all ease .3s;
}
.rs-static-products .box-inner .rs-product-button .product-button i {
  transition: all ease .3s;
}
.rs-static-products .box-inner .rs-product-button .product-button:hover {
  color: #baa08f;
}
.rs-static-products .box-inner .rs-product-button .product-button.icon-after span {
  float: left;
}
.rs-static-products .box-inner .rs-product-button .product-button.icon-after i {
  margin-left: 10px;
  transition: 0.4s;
}
.rs-static-products .box-inner .rs-product-button .product-button.icon-before span {
  float: right;
}
.rs-static-products .box-inner .rs-product-button .product-button.icon-before i {
  margin-right: 10px;
}
/* Tooltip CSS ----------------------
----------------------------------------*/
.rs-tooltip-area .box-inner {
  position: relative;
  padding: 50px 15px 40px;
  box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.12);
  transition: 0.4s;
  cursor: pointer;
}
.rs-tooltip-area .box-inner .rs-tooltip {
  position: absolute;
  width: max-content;
  background-color: #000;
  color: #ffffff;
  border-radius: 3px;
  padding: 2px 10px;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  max-width: 270px;
  text-decoration: none;
}
.rs-tooltip-area .box-inner .rs-tooltip:before {
  content: "";
  position: absolute;
  border-width: 5px;
  border-style: solid;
  margin-top: 0;
  top: 100%;
  left: calc(45%);
}
.rs-tooltip-area .box-inner .rs-tooltip.bottom,
.rs-tooltip-area .box-inner .rs-tooltip.top {
  left: 50%;
  transform: translateX(-50%);
}
.rs-tooltip-area .box-inner .rs-tooltip.top {
  bottom: 110%;
  margin-bottom: 10px;
}
.rs-tooltip-area .box-inner .rs-tooltip.top:before {
  border-color: #000 transparent transparent transparent;
}
.rs-tooltip-area .box-inner .rs-tooltip.left,
.rs-tooltip-area .box-inner .rs-tooltip.right {
  top: 50%;
  transform: translateY(-50%);
}
.rs-tooltip-area .box-inner .rs-tooltip.right {
  left: 110%;
  margin-left: 10px;
}
.rs-tooltip-area .box-inner .rs-tooltip.right:before {
  left: auto;
  right: 100%;
  top: 50%;
  border-color: transparent #000 transparent transparent;
  transform: translateY(-50%);
}
.rs-tooltip-area .box-inner .rs-tooltip.left {
  left: auto;
  right: 110%;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 10px;
}
.rs-tooltip-area .box-inner .rs-tooltip.left:before {
  right: auto;
  left: 100%;
  top: 50%;
  border-color: transparent transparent transparent #000;
  transform: translateY(-50%);
}
.rs-tooltip-area .box-inner .rs-tooltip.bottom {
  bottom: auto;
  top: 110%;
  margin-top: 10px;
}
.rs-tooltip-area .box-inner .rs-tooltip.bottom:before {
  top: auto;
  bottom: 100%;
  left: 50%;
  border-color: transparent transparent #000 transparent;
  transform: translateX(-50%);
}
.rs-tooltip-area .box-inner .icon-area {
  display: inline-block;
  color: #baa08f;
  transition: all ease .3s;
}
.rs-tooltip-area .box-inner .icon-area i {
  transition: all ease .3s;
  font-size: 50px;
}
.rs-tooltip-area .box-inner .text-area {
  padding: 10px 0 0;
  position: relative;
}
.rs-tooltip-area .box-inner .text-area .iconbox-title {
  position: relative;
}
.rs-tooltip-area .box-inner .text-area .iconbox-title .title {
  font-size: 20px;
  margin: 0;
  color: #333333;
  font-weight: 500;
  line-height: 1.5;
}
.rs-tooltip-area .box-inner .text-area .iconbox-title .title a {
  text-decoration: none !important;
  color: #333333;
}
.rs-tooltip-area .box-inner .text-area .iconbox-title .title a:hover {
  color: #f6866f;
}
.rs-tooltip-area .box-inner .text-area .rs-tooltip-text {
  font-size: 15px;
  margin: 0;
}
.rs-tooltip-area .box-inner:hover {
  box-shadow: 0 8px 38px 0 rgba(0, 0, 0, 0.2);
}
.rs-tooltip-area .box-inner:hover .rs-tooltip {
  opacity: 1;
  visibility: visible;
}
.rs-tooltip-area .box-inner:hover .rs-tooltip.top {
  bottom: 100%;
}
.rs-tooltip-area .box-inner:hover .rs-tooltip.right {
  left: 100%;
}
.rs-tooltip-area .box-inner:hover .rs-tooltip.bottom {
  top: 100%;
}
.rs-tooltip-area .box-inner:hover .rs-tooltip.left {
  right: 100%;
}
/* ------------------------------------
 Gallery CSS
  ---------------------------------------*/
.rs-galleys .file-list-image,
.rs-galleys .galley-img {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.rs-galleys .file-list-image .p-zoom,
.rs-galleys .galley-img .p-zoom,
.rs-galleys .file-list-image .zoom-icon,
.rs-galleys .galley-img .zoom-icon {
  position: absolute;
  top: 45%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: hidden;
  background: transparent !important;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.rs-galleys .file-list-image .p-zoom i:before,
.rs-galleys .galley-img .p-zoom i:before,
.rs-galleys .file-list-image .zoom-icon i:before,
.rs-galleys .galley-img .zoom-icon i:before {
  font-size: 22px;
}
.rs-galleys .file-list-image .p-zoom:hover,
.rs-galleys .galley-img .p-zoom:hover,
.rs-galleys .file-list-image .zoom-icon:hover,
.rs-galleys .galley-img .zoom-icon:hover {
  opacity: 0.8 !important;
}
.rs-galleys .file-list-image .gallery-titles,
.rs-galleys .galley-img .gallery-titles {
  position: absolute;
  left: 43.5%;
  top: 110%;
  margin: 0;
  color: #fff;
  transition: all .8s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  text-align: center;
  font-size: 20px;
  line-height: 28px!important;
}
.rs-galleys .file-list-image:before,
.rs-galleys .galley-img:before {
  content: "";
  position: absolute;
  background: #000;
  top: 0;
  left: 0;
  z-index: 1;
  width: 0%;
  height: 100%;
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
}
.rs-galleys .file-list-image.right:before,
.rs-galleys .galley-img.right:before {
  left: auto;
  right: 0;
}
.rs-galleys .file-list-image.top:before,
.rs-galleys .galley-img.top:before {
  top: 0;
  width: 100%;
  height: 0;
}
.rs-galleys .file-list-image.bottom:before,
.rs-galleys .galley-img.bottom:before {
  top: auto;
  bottom: 0;
  width: 100%;
  height: 0;
}
.rs-galleys .file-list-image:hover:before,
.rs-galleys .galley-img:hover:before {
  width: 100%;
}
.rs-galleys .file-list-image:hover.bottom:before,
.rs-galleys .galley-img:hover.bottom:before,
.rs-galleys .file-list-image:hover.top:before,
.rs-galleys .galley-img:hover.top:before {
  height: 100%;
}
.rs-galleys .file-list-image:hover .p-zoom,
.rs-galleys .galley-img:hover .p-zoom,
.rs-galleys .file-list-image:hover .zoom-icon,
.rs-galleys .galley-img:hover .zoom-icon {
  visibility: visible;
  opacity: 1;
  color: #fff;
}
.rs-galleys .file-list-image:hover .gallery-titles,
.rs-galleys .galley-img:hover .gallery-titles {
  top: 55%;
  opacity: 1;
  visibility: visible;
}
.rs-galleys .file-list-image:hover.style2:before,
.rs-galleys .galley-img:hover.style2:before {
  top: 20px;
  left: 20px;
  width: 90% !important;
  height: 85% !important;
}
.rs-galleys .no-gutters .file-list-image {
  margin-bottom: 0;
}
.mfp-close {
  opacity: 0.9;
}
/* -----------------------
Team Member
--------------------------*/
.rs-addon-slider {
  margin: 0;
}
.rs-addon-slider .team-item {
  padding: 0 15px;
}
.rs-addon-slider .slick-dots {
  line-height: 10px;
  bottom: -15px;
}
.rs-addon-slider .slick-dots li {
  display: inline-block;
  width: unset;
  height: unset;
  margin: 0 5px;
}
.rs-addon-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  display: inline-block;
  font-size: unset;
  line-height: unset;
  padding: unset;
  border-radius: 50%;
  border: 1px solid #baa08f;
}
.rs-addon-slider .slick-dots li button:before {
  display: none;
}
.rs-addon-slider .slick-dots li button:hover {
  background: #baa08f;
}
.rs-addon-slider .slick-dots li.slick-active button {
  background: #baa08f;
}
.rs-addon-slider .slick-next,
.rs-addon-slider .slick-prev {
  width: 42px;
  height: 42px;
  line-height: 42px;
  background: #baa08f;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.6s ease all;
  z-index: 9;
  opacity: 0.75;
  visibility: hidden;
}
.rs-addon-slider .slick-next:before,
.rs-addon-slider .slick-prev:before {
  line-height: 37px;
  color: #fff;
}
.rs-addon-slider .slick-next:hover,
.rs-addon-slider .slick-prev:hover {
  opacity: 1;
}
.rs-addon-slider .slick-prev {
  left: 30px;
}
.rs-addon-slider .slick-next {
  right: 30px;
}
.rs-addon-slider:hover .slick-prev,
.rs-addon-slider:hover .slick-next {
  opacity: 1;
  visibility: visible;
}
.rs-addon-slider:hover .slick-prev {
  left: -45px;
}
.rs-addon-slider:hover .slick-next {
  right: -45px;
}
/*Slider Style 1*/
.team-grid-style1 .team-item,
.team-slider-style1 .team-item {
  overflow: visible;
}
.team-grid-style1 .team-item .social-icons1,
.team-slider-style1 .team-item .social-icons1 {
  text-align: center;
  margin-top: 14px;
}
.team-grid-style1 .team-item .social-icons1 a i,
.team-slider-style1 .team-item .social-icons1 a i {
  color: #fff;
  font-size: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-radius: 50%;
  margin: 0;
}
.team-grid-style1 .team-item .image-wrap,
.team-slider-style1 .team-item .image-wrap {
  position: relative;
  overflow: hidden;
}
.team-grid-style1 .team-item .image-wrap .social-icons1,
.team-slider-style1 .team-item .image-wrap .social-icons1 {
  position: absolute;
  right: -50px;
  bottom: 0;
  width: 50px;
  background: #baa08f;
  padding: 12px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}
.team-grid-style1 .team-item .image-wrap .social-icons1 a,
.team-slider-style1 .team-item .image-wrap .social-icons1 a {
  padding: 0;
  background: transparent;
}
.team-grid-style1 .team-item .image-wrap .social-icons1 a i,
.team-slider-style1 .team-item .image-wrap .social-icons1 a i {
  background: transparent;
}
.team-grid-style1 .team-item .image-wrap .social-icons1 a:hover i,
.team-slider-style1 .team-item .image-wrap .social-icons1 a:hover i {
  color: #ffffff;
  background: transparent;
}
.team-grid-style1 .team-item :hover .image-wrap .social-icons1,
.team-slider-style1 .team-item :hover .image-wrap .social-icons1 {
  right: 0;
  width: 50px;
  opacity: 1;
  visibility: visible;
}
.team-grid-style1 .team-item .team-content,
.team-slider-style1 .team-item .team-content {
  text-align: center;
  margin: 0;
  padding: 20px 20px 25px;
  box-shadow: 0 5px 20px rgba(34, 34, 34, 0.1);
  background: #baa08f;
  margin-bottom: 30px;
  position: unset;
  opacity: 1;
}
.team-grid-style1 .team-item .team-content h3.team-name,
.team-slider-style1 .team-item .team-content h3.team-name {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0px;
  text-transform: capitalize;
}
.team-grid-style1 .team-item .team-content h3.team-name a,
.team-slider-style1 .team-item .team-content h3.team-name a {
  text-decoration: none;
  color: #ffffff;
}
.team-grid-style1 .team-item .team-content h3.team-name a:hover,
.team-slider-style1 .team-item .team-content h3.team-name a:hover {
  color: #c4c4c4;
}
.team-grid-style1 .team-item .team-content span.team-title,
.team-slider-style1 .team-item .team-content span.team-title {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #baa08f;
}
.team-grid-style1 .team-item .social-icons,
.team-slider-style1 .team-item .social-icons {
  display: none;
}
.team-slider-style1 .team-item {
  padding: 0 70px;
}
.team-slider-style1 .team-item .team-content {
  margin: 0;
  padding: 13px 0 15px 90px;
  background: none;
  text-align: left;
  box-shadow: none;
  display: none;
}
.team-slider-style1 .team-item .team-content .team-title {
  display: none;
}
.team-slider-style1 .team-item .image-wrap {
  position: relative;
  overflow: visible;
}
.team-slider-style1 .team-item .image-wrap img {
  border-radius: 4px;
}
.team-slider-style1 .team-item .image-wrap:before {
  content: "";
  width: 100%;
  background: #1b1b1b;
  height: 100%;
  right: -60px;
  top: 60px;
  position: absolute;
  z-index: -1;
  border-radius: 4px;
  opacity: 0;
  transition: all .5s ease;
}
.team-slider-style1 .team-item .image-wrap .social-icons1 {
  visibility: visible;
  opacity: 1;
  background: none;
  right: -55px !important;
  top: 50px;
  opacity: 0;
  display: none;
}
.team-slider-style1 .team-item .image-wrap .social-icons1 a i {
  font-size: 18px;
  margin: 5px 0;
}
.team-slider-style1 .team-item .image-wrap .social-icons1 a:hover {
  opacity: .8;
}
.team-slider-style1 .team-item.slick-center .team-content {
  display: block;
}
.team-slider-style1 .team-item.slick-center .team-content .social-icons1 {
  display: block;
  opacity: 1;
}
.team-slider-style1 .team-item.slick-center .image-wrap:before {
  opacity: 1;
}
.team-slider-style1 .team-item.slick-center .image-wrap .social-icons1 {
  opacity: 1;
  display: block;
}
.team-slider-style1 .team-item.slick-center .team-inner-wrap {
  position: relative;
  right: 30px;
}
.team-slider-style1 .team-item:hover .image-wrap:before {
  opacity: 1;
}
.team-slider-style1 .team-item:hover .image-wrap .social-icons1 {
  opacity: 1;
  display: block;
}
.team-slider-style1 .team-item:hover .team-content {
  display: block;
}
.home-full-team .team-slider-style1 .rs-addon-slider {
  max-width: 1440px;
  margin: 0 auto;
}
.team-grid-style2 .team-inner-wrap,
.team-slider-style2 .team-inner-wrap {
  position: relative;
  margin-bottom: 35px;
  overflow: hidden;
}
.team-grid-style2 .team-inner-wrap a,
.team-slider-style2 .team-inner-wrap a {
  text-decoration: none;
}
.team-grid-style2 .team-inner-wrap .team-img-sec,
.team-slider-style2 .team-inner-wrap .team-img-sec {
  position: relative;
}
.team-grid-style2 .team-inner-wrap .wrap-text,
.team-slider-style2 .team-inner-wrap .wrap-text {
  box-shadow: 0 5px 20px rgba(34, 34, 34, 0.1);
  padding: 0 40px 12px;
  background: #fff;
}
.team-grid-style2 .team-inner-wrap .wrap-text .team-desc,
.team-slider-style2 .team-inner-wrap .wrap-text .team-desc {
  margin-bottom: 0;
}
.team-grid-style2 .team-inner-wrap .team-content,
.team-slider-style2 .team-inner-wrap .team-content {
  width: 100%;
  transition: all 0.5s ease 0s;
  position: relative;
  padding-bottom: 0;
  z-index: 1;
  margin-bottom: 0;
  background: #baa08f;
  border-radius: 3px 3px 0 0;
  padding: 8px 0 14px;
  margin-top: -35px;
  position: absolute;
  bottom: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 230px;
  transition: 0.4s;
  text-align: center;
}
.team-grid-style2 .team-inner-wrap .team-content .team-name,
.team-slider-style2 .team-inner-wrap .team-content .team-name {
  margin-top: 0 !important;
  line-height: 28px !important;
}
.team-grid-style2 .team-inner-wrap .team-content .team-name a,
.team-slider-style2 .team-inner-wrap .team-content .team-name a {
  text-decoration: none;
  position: relative;
  margin-bottom: 0;
  font-size: 20px;
  text-transform: capitalize;
  z-index: 111;
}
.team-grid-style2 .team-inner-wrap .team-content .social-icons a i,
.team-slider-style2 .team-inner-wrap .team-content .social-icons a i {
  height: 25px;
  width: 25px;
}
.team-grid-style2 .team-inner-wrap .team-content .social-icons,
.team-slider-style2 .team-inner-wrap .team-content .social-icons,
.team-grid-style2 .team-inner-wrap .team-content .team-name,
.team-slider-style2 .team-inner-wrap .team-content .team-name {
  color: #ffffff;
}
.team-grid-style2 .team-inner-wrap .team-content .social-icons a,
.team-slider-style2 .team-inner-wrap .team-content .social-icons a,
.team-grid-style2 .team-inner-wrap .team-content .team-name a,
.team-slider-style2 .team-inner-wrap .team-content .team-name a {
  text-decoration: none;
  color: #ffffff;
}
.team-grid-style2 .team-inner-wrap .team-content .social-icons a:hover,
.team-slider-style2 .team-inner-wrap .team-content .social-icons a:hover,
.team-grid-style2 .team-inner-wrap .team-content .team-name a:hover,
.team-slider-style2 .team-inner-wrap .team-content .team-name a:hover {
  color: #ffffff;
}
.team-grid-style2 .team-inner-wrap .team-content .team-title,
.team-slider-style2 .team-inner-wrap .team-content .team-title {
  color: #ffffff;
  font-weight: 500;
  line-height: 1.4;
  display: block;
  margin: 10px 0 5px;
}
.team-grid-style2 .team-inner-wrap .team-content .social-icons,
.team-slider-style2 .team-inner-wrap .team-content .social-icons {
  padding-top: 2px;
}
.team-grid-style2 .team-inner-wrap .team-content .social-icons a,
.team-slider-style2 .team-inner-wrap .team-content .social-icons a {
  padding: 0 3px;
}
.team-grid-style2 .team-inner-wrap .team-content .nolink,
.team-slider-style2 .team-inner-wrap .team-content .nolink {
  pointer-events: none;
}
.team-grid-style2 .team-inner-wrap .team-content .cat-doctor,
.team-slider-style2 .team-inner-wrap .team-content .cat-doctor {
  font-family: 'Playfair Display', sans-serif;
  font-size: 14px;
}
.team-grid-style2 .team-inner-wrap .team-content .cat-doctor a,
.team-slider-style2 .team-inner-wrap .team-content .cat-doctor a {
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
}
.team-grid-style2 .team-inner-wrap .team-content .team-name,
.team-slider-style2 .team-inner-wrap .team-content .team-name {
  margin: 18px 0 0;
  font-weight: 500;
}
.team-grid-style2 .team-inner-wrap .team-content .team-title,
.team-slider-style2 .team-inner-wrap .team-content .team-title {
  color: #eee;
  font-size: 13px;
  font-weight: 400;
  padding: 0;
  display: block;
  text-transform: uppercase;
}
.team-grid-style2 .team-inner-wrap .team-content .team-title a,
.team-slider-style2 .team-inner-wrap .team-content .team-title a {
  color: #eee;
  pointer-events: none;
}
.team-grid-style2 .team-inner-wrap:hover .team-content,
.team-slider-style2 .team-inner-wrap:hover .team-content {
  bottom: 0;
}
.team-grid-style2 .team-inner-wrap:hover .team-img-sec:before,
.team-slider-style2 .team-inner-wrap:hover .team-img-sec:before {
  height: 100%;
}
.icon-button a {
  background: #baa08f;
  color: #fff;
  padding: 3px 17px;
  display: inline-block;
  font-size: 20px;
  margin-bottom: 25px;
  border-radius: 18px;
}
.icon-button a:hover {
  color: #fff;
  background: #333333;
}
.icon-button a i:before {
  font-size: inherit;
}
.blogfull .icon-button a {
  margin-bottom: 0px;
}
.team-grid-style3 .team-item,
.team-slider-style3 .team-item {
  padding: 25px;
  position: relative;
}
.team-grid-style3 .team-item:after,
.team-slider-style3 .team-item:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-top: 200px solid #333333;
  border-right: 200px solid transparent;
  left: 0px;
  top: -10px;
}
.team-grid-style3 .team-item:before,
.team-slider-style3 .team-item:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-bottom: 200px solid #333333;
  border-left: 200px solid transparent;
  right: 0px;
  bottom: -10px;
}
.team-grid-style3 .team-item img,
.team-slider-style3 .team-item img {
  position: relative;
  z-index: 99;
}
.team-grid-style3 .team-item .team-inner-wrap,
.team-slider-style3 .team-item .team-inner-wrap {
  position: relative;
}
.team-grid-style3 .team-item .team-inner-wrap:before,
.team-slider-style3 .team-item .team-inner-wrap:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #333333;
  opacity: 0.8;
  left: 0;
  top: 0;
  z-index: 100;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.team-grid-style3 .team-item .team-content,
.team-slider-style3 .team-item .team-content {
  position: absolute;
  display: block;
  left: 50%;
  width: 100%;
  top: 30%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 110;
  color: #fff;
  padding: 15px;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.team-grid-style3 .team-item .team-content .team-name,
.team-slider-style3 .team-item .team-content .team-name {
  margin-bottom: 0;
  font-size: 20px;
}
.team-grid-style3 .team-item .team-content .team-name a,
.team-slider-style3 .team-item .team-content .team-name a {
  color: #fff;
}
.team-grid-style3 .team-item .team-content .team-title,
.team-slider-style3 .team-item .team-content .team-title {
  color: #fff;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 10px;
  font-size: 14px;
  display: block;
}
.team-grid-style3 .team-item .team-content .social-icons a,
.team-slider-style3 .team-item .team-content .social-icons a {
  color: #fff;
  margin-right: 12px;
  font-size: 16px;
}
.team-grid-style3 .team-item .team-content .social-icons a:last-child,
.team-slider-style3 .team-item .team-content .social-icons a:last-child {
  margin-right: 0;
}
.team-grid-style3 .team-item .team-content .social-icons a:hover,
.team-slider-style3 .team-item .team-content .social-icons a:hover {
  opacity: 0.8;
}
.team-grid-style3 .team-item:hover .team-content,
.team-slider-style3 .team-item:hover .team-content {
  opacity: 1;
  width: 100%;
  top: 50%;
}
.team-grid-style3 .team-item:hover .team-inner-wrap:before,
.team-slider-style3 .team-item:hover .team-inner-wrap:before {
  opacity: 0.8;
}
.team-grid-style3 .team-img:after {
  top: 0;
}
.team-grid-style3 .team-img:before {
  bottom: 0;
}
.team-grid-style4 .owl-stage-outer,
.team-slider-style4 .owl-stage-outer {
  overflow-y: visible;
}
.team-grid-style4 .team-item,
.team-slider-style4 .team-item {
  margin-bottom: 125px;
  position: relative;
  overflow: visible;
}
.team-grid-style4 .team-item:before,
.team-slider-style4 .team-item:before {
  display: none;
}
.team-grid-style4 .team-item .team-content,
.team-slider-style4 .team-item .team-content {
  color: #f8560c;
  background: #fff;
  padding: 20px;
  text-align: center;
  z-index: 9;
  position: absolute;
  z-index: 1;
  opacity: 1;
  width: unset;
  height: unset;
  display: inline-block;
  top: unset;
  bottom: -85px;
  padding: 20px 20px 25px;
  -webkit-box-shadow: 10px 17px 38px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 10px 17px 38px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 10px 17px 38px 0 rgba(0, 0, 0, 0.1);
  left: 50%;
  max-width: 310px;
  transform: translateX(-50%);
  width: 95%;
}
.team-grid-style4 .team-item .team-content .team-name,
.team-slider-style4 .team-item .team-content .team-name {
  display: block;
  font-size: 22px;
  margin-bottom: 0px;
  text-transform: capitalize;
  font-weight: 600;
}
.team-grid-style4 .team-item .team-content .team-name a,
.team-slider-style4 .team-item .team-content .team-name a {
  color: #baa08f;
}
.team-grid-style4 .team-item .team-content .team-name a:hover,
.team-slider-style4 .team-item .team-content .team-name a:hover {
  color: #ffffff;
}
.team-grid-style4 .team-item .team-content .team-title,
.team-slider-style4 .team-item .team-content .team-title {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  padding-top: 5px;
  display: block;
  font-family: 'Poppins', sans-serif;
  color: #0a0a0a;
}
.team-grid-style4 .team-item .team-content .team-desc,
.team-slider-style4 .team-item .team-content .team-desc {
  font-size: 14px;
  margin-bottom: 0;
  color: #777;
  position: relative;
  z-index: 1;
  max-height: 0;
  opacity: 0;
  line-height: 24px;
  -webkit-transition: all 0.6s, max-height 0.5s;
  -o-transition: all 0.6s, max-height 0.5s;
  -moz-transition: all 0.6s, max-height 0.5s;
  transition: all 0.6s, max-height 0.5s;
  overflow: hidden;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  -o-transform-origin: bottom;
  transform-origin: bottom;
}
.team-grid-style4 .team-item .team-content .team-desc:before,
.team-slider-style4 .team-item .team-content .team-desc:before {
  content: '';
  position: absolute;
  z-index: 1;
  background: #baa08f;
  top: 0;
  left: 50%;
  width: 50px;
  height: 2px;
  margin-left: -25px;
}
.team-grid-style4 .team-item .team-content .social-icons,
.team-slider-style4 .team-item .team-content .social-icons {
  text-align: center;
  margin-top: 12px;
}
.team-grid-style4 .team-item .team-content .social-icons a,
.team-slider-style4 .team-item .team-content .social-icons a {
  display: inline-block;
}
.team-grid-style4 .team-item .team-content .social-icons a i,
.team-slider-style4 .team-item .team-content .social-icons a i {
  color: #baa08f;
  font-size: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: transparent;
  text-align: center;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-radius: 50%;
  margin: 0;
}
.team-grid-style4 .team-item .team-content .social-icons a i:hover,
.team-slider-style4 .team-item .team-content .social-icons a i:hover {
  color: #ffffff;
}
.team-grid-style4 .team-item:before,
.team-slider-style4 .team-item:before {
  background: transparent;
}
.team-grid-style4 .team-item:hover .team-content,
.team-slider-style4 .team-item:hover .team-content {
  opacity: 1;
  top: unset;
}
.team-grid-style4 .team-item:hover .team-content .team-desc,
.team-slider-style4 .team-item:hover .team-content .team-desc {
  position: relative;
  max-height: 400px;
  opacity: 1;
  text-align: center;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: all 0.4s, max-height 1.5s;
  -o-transition: all 0.4s, max-height 1.5s;
  -moz-transition: all 0.4s, max-height 1.5s;
  transition: all 0.4s, max-height 1.5s;
  padding-top: 18px;
  margin-top: 8px;
}
.rs-portfolio-style1 .p-icons {
  position: absolute;
  background: #baa08f;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 51px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  opacity: 0;
  transition: all .8s ease;
}
.rs-portfolio-style1 .p-icons a i {
  color: #fff;
}
.rs-portfolio-style1 .grid-item:hover .p-icons {
  opacity: 1;
}
.rs-portfolio-style1 .p-title.p-titles {
  padding: 22px 0 0 !important;
  text-align: center !important;
  margin: 0;
}
.rs-portfolio-style1 .p-category {
  text-align: center;
  margin: 0 !important;
}
.team-grid-style5 .team-inner-wrap,
.team-slider-style5 .team-inner-wrap {
  position: relative;
  overflow: hidden;
  padding-bottom: 100px;
  background: #fff;
  border-radius: 5px;
}
.team-grid-style5 .team-inner-wrap .image-wrap img,
.team-slider-style5 .team-inner-wrap .image-wrap img {
  -webkit-transition: all .7s;
  transition: all .7s;
}
.team-grid-style5 .team-inner-wrap .team-content,
.team-slider-style5 .team-inner-wrap .team-content {
  height: 100px;
  width: 100%;
  top: unset;
  bottom: 0;
  opacity: 1;
  position: absolute;
  padding: 15px 20px;
  color: #444;
  text-align: center;
  overflow: hidden;
  background: #fff;
  -webkit-transition: .3s all ease;
  -moz-transition: .3s all ease;
  transition: .3s all ease;
}
.team-grid-style5 .team-inner-wrap .team-content .member-desc,
.team-slider-style5 .team-inner-wrap .team-content .member-desc {
  margin: 5px 0 0;
}
.team-grid-style5 .team-inner-wrap .team-content .member-desc .team-name,
.team-slider-style5 .team-inner-wrap .team-content .member-desc .team-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin: 0;
  text-transform: uppercase;
}
.team-grid-style5 .team-inner-wrap .team-content .member-desc .team-name a,
.team-slider-style5 .team-inner-wrap .team-content .member-desc .team-name a {
  color: #222;
}
.team-grid-style5 .team-inner-wrap .team-content .member-desc .team-title,
.team-slider-style5 .team-inner-wrap .team-content .member-desc .team-title {
  font-size: 15px;
  text-transform: capitalize;
  color: #222;
  float: none;
  text-align: center;
  font-weight: 400;
}
.team-grid-style5 .team-inner-wrap .team-content .team-desc,
.team-slider-style5 .team-inner-wrap .team-content .team-desc {
  display: none;
}
.team-grid-style5 .team-inner-wrap .team-content .social-icons,
.team-slider-style5 .team-inner-wrap .team-content .social-icons {
  bottom: -100px !important;
  transition: all .3s ease 0s;
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
  z-index: 100;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%) scale(0.5);
  -webkit-transition: .4s all ease;
  transition: .4s all ease;
}
.team-grid-style5 .team-inner-wrap .team-content .social-icons a,
.team-slider-style5 .team-inner-wrap .team-content .social-icons a {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  padding: 0;
  border: none;
  text-align: center;
  color: #fff;
  display: inline-block;
  transition: all .3s ease 0s;
  background: 0 0 !important;
  margin-right: 8px;
}
.team-grid-style5 .team-inner-wrap .team-content .social-icons a i,
.team-slider-style5 .team-inner-wrap .team-content .social-icons a i {
  transition: all .3s ease 0s;
}
.team-grid-style5 .team-inner-wrap .team-content .social-icons a i:hover,
.team-slider-style5 .team-inner-wrap .team-content .social-icons a i:hover {
  color: #ffffff;
}
.team-grid-style5 .team-inner-wrap .team-content:before,
.team-slider-style5 .team-inner-wrap .team-content:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #baa08f;
  -webkit-transition: .4s all ease;
  -moz-transition: .4s all ease;
  transition: .4s all ease;
  left: 0;
}
.team-grid-style5 .team-inner-wrap .team-content:hover,
.team-slider-style5 .team-inner-wrap .team-content:hover {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #baa08f;
  -webkit-transition: .4s all ease;
  -moz-transition: .4s all ease;
  transition: .4s all ease;
  left: 0;
}
.team-grid-style5 .team-inner-wrap:hover .image-wrap img,
.team-slider-style5 .team-inner-wrap:hover .image-wrap img {
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.team-grid-style5 .team-inner-wrap:hover .team-content,
.team-slider-style5 .team-inner-wrap:hover .team-content {
  opacity: 1;
  width: 100%;
  visibility: visible;
  transform: translate(0, 0);
  top: unset;
  bottom: 0;
  height: 140px;
  background: #222;
}
.team-grid-style5 .team-inner-wrap:hover .team-content:before,
.team-slider-style5 .team-inner-wrap:hover .team-content:before {
  background: #222;
}
.team-grid-style5 .team-inner-wrap:hover .team-content .member-desc .team-name a,
.team-slider-style5 .team-inner-wrap:hover .team-content .member-desc .team-name a {
  color: #fff;
}
.team-grid-style5 .team-inner-wrap:hover .team-content .member-desc .team-name a:hover,
.team-slider-style5 .team-inner-wrap:hover .team-content .member-desc .team-name a:hover {
  color: #ffffff;
}
.team-grid-style5 .team-inner-wrap:hover .team-content .member-desc .team-title,
.team-slider-style5 .team-inner-wrap:hover .team-content .member-desc .team-title {
  color: #fff;
}
.team-grid-style5 .team-inner-wrap:hover .team-content .member-desc:before,
.team-slider-style5 .team-inner-wrap:hover .team-content .member-desc:before {
  background: #222;
}
.team-grid-style5 .team-inner-wrap:hover .team-content .social-icons,
.team-slider-style5 .team-inner-wrap:hover .team-content .social-icons {
  bottom: 25px !important;
  opacity: 1;
  transform: translateX(-50%) scale(1);
}
.team-grid-style6 .team-item {
  overflow: visible;
}
.team-grid-style6 .team-item .image-wrap {
  text-align: center;
}
.team-grid-style6 .team-item .image-wrap img {
  border-radius: 50%;
}
.team-grid-style6 .team-item .social-icons {
  text-align: center;
  margin-top: 10px;
}
.team-grid-style6 .team-item .social-icons a {
  display: inline-block;
}
.team-grid-style6 .team-item .social-icons a i {
  color: #4a4a4a;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: transparent;
  text-align: center;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-radius: 50%;
  margin: 0;
}
.team-grid-style6 .team-item .team-content {
  text-align: center;
  margin: 0;
  padding: 20px 20px 25px;
  margin-bottom: 30px;
  position: unset;
  opacity: 1;
}
.team-grid-style6 .team-item .team-content h3.team-name {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0px;
  text-transform: capitalize;
}
.team-grid-style6 .team-item .team-content h3.team-name a {
  text-decoration: none;
  color: #333333;
}
.team-grid-style6 .team-item .team-content h3.team-name a:hover {
  color: #333333;
}
.team-grid-style6 .team-item .team-content span.team-title {
  font-family: 'Playfair Display', sans-serif;
  font-size: 14px;
  color: #666;
}
.rselements-single-member .single-member-title h2 {
  margin-bottom: 7px;
}
.rselements-single-member .single-member-title span {
  font-size: 18px;
}
.rselements-single-member .contact-info ul {
  list-style: none;
  margin: 20px 0;
}
.rselements-single-member .contact-info ul li i {
  margin-right: 7px;
}
.rselements-single-member .team-elements-social {
  margin: 0;
  list-style: none;
  display: flex;
}
.rselements-single-member .team-elements-social li {
  list-style: none;
  margin-right: 10px;
}
.rselements-porfolio-details .project-img {
  padding-bottom: 30px;
}
.rselements-porfolio-details .ps-informations {
  background: #f9f9f9;
  padding: 40px;
}
.rselements-porfolio-details .ps-informations ul {
  list-style: none;
  margin: 0;
}
.rselements-porfolio-details .ps-informations li {
  margin-bottom: 10px;
}
.rselements-porfolio-details .ps-informations li span {
  font-weight: bold;
  min-width: 150px;
  display: inline-block;
}
/** Blog Style CSS --------------
-----------------------------------*/
.rs-blog-grid .blog-item {
  overflow: visible;
  margin-bottom: 50px;
}
.rs-blog-grid .blog-item.transparent .cat_list li a {
  color: #fff;
}
.rs-blog-grid .blog-item.transparent .blog-name a {
  color: #fff;
}
.rs-blog-grid .blog-item .image-wrap {
  position: relative;
}
.rs-blog-grid .blog-item .image-wrap img {
  transition: all 0.5s ease 0s;
}
.rs-blog-grid .blog-item .image-wrap .author-avatar {
  position: absolute;
  bottom: -16px;
  left: 30px;
}
.rs-blog-grid .blog-item .image-wrap .author-avatar img {
  border-radius: 50%;
}
.rs-blog-grid .blog-item .image-wrap .cat_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rs-blog-grid .blog-item .image-wrap .cat_list ul li {
  display: inline-block;
}
.rs-blog-grid .blog-item .image-wrap .cat_list ul li a {
  display: block;
  padding: 4px 10px;
  border-radius: 3px;
  color: #ffffff;
  background: #baa08f;
  transition: 0.4s;
}
.rs-blog-grid .blog-item .image-wrap .cat_list ul li a:hover {
  opacity: 0.85;
}
.rs-blog-grid .blog-item.blog_meta_style2 .image-wrap {
  position: relative;
}
.rs-blog-grid .blog-item.blog_meta_style2 .image-wrap .blog-meta {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #baa08f;
  color: #fff;
  padding: 8px 14px 7px;
  border-radius: 5px 5px 0 0;
}
.rs-blog-grid .blog-item.blog_meta_style1 .blog-content .blog-meta {
  color: #666;
  font-size: 15px;
}
.rs-blog-grid .blog-item.blog_meta_style1 .blog-content .blog-meta .admin {
  text-transform: capitalize;
}
.rs-blog-grid .blog-item.blog_meta_style1 .blog-content h3.blog-name {
  margin-bottom: 40px;
}
.rs-blog-grid .blog-item.blog_meta_style1 .blog-content p {
  margin: 0 0 35px;
  color: #666;
}
.rs-blog-grid .blog-item.blog_meta_style1 .blog-content .blog-btn .fa {
  display: none;
}
.rs-blog-grid .blog-item.blog_meta_style1 .blog-content .blog-btn span {
  display: block;
  position: relative;
  padding-left: 80px;
  text-transform: uppercase;
  font-size: 14px;
  color: #333333;
  font-family: 'Playfair Display', sans-serif;
  font-weight: 500;
}
.rs-blog-grid .blog-item.blog_meta_style1 .blog-content .blog-btn span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 60px;
  height: 1px;
  background: #333;
}
.rs-blog-grid .blog-item .blog-content {
  margin: 15px 0 0;
  padding: 60px 45px 45px;
  box-shadow: 0 5px 20px rgba(34, 34, 34, 0.1);
  background: #fff;
  position: unset;
  opacity: 1;
}
.rs-blog-grid .blog-item .blog-content h3.blog-name {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 15px;
  line-height: 1.4;
}
.rs-blog-grid .blog-item .blog-content h3.blog-name a {
  text-decoration: none;
  color: #333333;
}
.rs-blog-grid .blog-item .blog-content .blog-meta {
  margin-bottom: 6px;
}
.rs-blog-grid .blog-item .blog-content .blog-meta .admin {
  margin-left: 12px;
}
.rs-blog-grid .blog-item .blog-content p {
  margin: 0 0 15px;
}
.rs-blog-grid .blog-item .blog-content:hover h3.blog-name a {
  color: #baa08f;
}
.rs-blog-grid .blog-item .blog-content .blog-btn-part {
  margin: 15px 0 0;
}
.rs-blog-grid .blog-item .blog-content .blog-btn-part .blog-btn {
  position: relative;
  display: inline-block;
  color: #baa08f;
  transition: all ease .3s;
}
.rs-blog-grid .blog-item .blog-content .blog-btn-part .blog-btn i {
  transition: all ease .3s;
}
.rs-blog-grid .blog-item .blog-content .blog-btn-part .blog-btn:hover {
  color: #baa08f;
}
.rs-blog-grid .blog-item .blog-content .blog-btn-part .blog-btn.icon-after span {
  float: left;
}
.rs-blog-grid .blog-item .blog-content .blog-btn-part .blog-btn.icon-after i {
  margin-left: 10px;
  transition: 0.4s;
}
.rs-blog-grid .blog-item .blog-content .blog-btn-part .blog-btn.icon-before span {
  float: right;
}
.rs-blog-grid .blog-item .blog-content .blog-btn-part .blog-btn.icon-before i {
  margin-right: 10px;
}
.rs-blog-grid .blog-item.transparent .blog-inner-wrap {
  position: relative;
  overflow: hidden;
}
.rs-blog-grid .blog-item.transparent .blog-inner-wrap .image-wrap {
  position: relative;
}
.rs-blog-grid .blog-item.transparent .blog-inner-wrap .image-wrap img {
  transition: all 0.8s ease 0s;
}
.rs-blog-grid .blog-item.transparent .blog-inner-wrap .blog-content {
  margin-bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  z-index: 1;
  background: transparent;
  text-align: center;
}
.rs-blog-grid .blog-item.transparent .blog-inner-wrap:hover .image-wrap img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  -moz-transform: scale3d(1.1, 1.1, 1.1);
  -ms-transform: scale3d(1.1, 1.1, 1.1);
  -o-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.rs-blog-grid .rs-pagination-area {
  padding-top: 0px;
  clear: both;
  text-align: center;
  margin-top: 20px;
}
.rs-blog-grid .rs-pagination-area .pagination {
  padding: 0;
  margin: 0;
}
.rs-blog-grid .rs-pagination-area .nav-links {
  display: inline-block;
  border: 1px solid #f9f9f9;
  padding: 11px 0px;
  border-radius: 3px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  background: #fff;
}
.rs-blog-grid .rs-pagination-area .nav-links span.current {
  padding: 2px 20px 0 21px;
  line-height: 23px;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  text-align: center;
  background: transparent;
  color: #baa08f;
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #E6E6E6;
}
.rs-blog-grid .rs-pagination-area .nav-links > * {
  border-radius: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.rs-blog-grid .rs-pagination-area .nav-links a {
  padding: 2px 20px 0 14px;
  line-height: 23px;
  color: #333333;
  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;
}
.rs-blog-grid .rs-pagination-area .nav-links span.current,
.rs-blog-grid .rs-pagination-area .nav-links a:hover {
  color: #baa08f;
}
.rs-blog-grid .rs-pagination-area .nav-links a.next.page-numbers {
  background: none !important;
  border-right: 0;
}
.rs-blog-grid .rs-addon-slider .blog-item {
  padding: 0 15px;
}
.rs-blog-grid.centermode .blog-item.slick-center .blog-content {
  display: block;
  transition: all .8s ease;
}
.rs-blog-grid.centermode .blog-item h3 {
  margin-top: 15px;
  transition: all .8s ease;
}
.rs-blog-grid.centermode .blog-item img {
  width: 100%;
}
.rs-blog-grid.centermode .blog-item.blog_meta_style1.slick-center .blog-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 0;
  box-shadow: 0 15px 15px #ddd;
  transition: all .8s ease;
}
.rs-blog-grid.centermode .blog-item.blog_meta_style1.slick-center .image-wrap {
  display: block;
  margin-top: 15px;
}
.rs-blog-grid.centermode .blog-item.blog_meta_style1.slick-center .blog-content {
  padding: 60px 45px 60px;
  margin-top: 0;
}
.rs-blog-grid.centermode .blog-item.blog_meta_style1.slick-center .blog-content .rs-view-btn a {
  color: #fff;
}
.rs-blog-grid.centermode .blog-item.blog_meta_style1.slick-center .blog-content .rs-view-btn .rs-btn.rs-btnblack::before,
.rs-blog-grid.centermode .blog-item.blog_meta_style1.slick-center .blog-content .rs-view-btn .rs-btn.rs-btnblack .rs_btn__text span::before,
.rs-blog-grid.centermode .blog-item.blog_meta_style1.slick-center .blog-content .rs-view-btn .rs-btn.rs-btnblack .rs_btn__text span::after,
.rs-blog-grid.centermode .blog-item.blog_meta_style1.slick-center .blog-content .rs-view-btn .rs-btn.rs-btnblack .rs_btn__text::before,
.rs-blog-grid.centermode .blog-item.blog_meta_style1.slick-center .blog-content .rs-view-btn .rs-btn.rs-btnblack .rs_btn__text::after {
  background: #fff;
}
.rs-blog-grid.centermode .blog-item.blog_meta_style1.slick-center .blog-content h3.blog-name a {
  color: #fff;
}
.rs-blog-grid.centermode .blog-item.blog_meta_style1.slick-center .blog-content .blog-meta {
  color: #fff;
}
.rs-blog-grid.centermode .blog-item.blog_meta_style1.slick-center .blog-content p {
  color: #fff;
}
.rs-blog-grid.centermode .blog-item.blog_meta_style1.slick-center .blog-content .blog-btn .btn-txt {
  color: #fff;
}
.rs-blog-grid.centermode .blog-item.blog_meta_style1.slick-center .blog-content .blog-btn .btn-txt:hover {
  opacity: .8;
}
.rs-blog-grid.centermode .blog-item.blog_meta_style1.slick-center .blog-content .blog-btn span::before {
  background: #fff;
}
.rs-blog-grid.centermode .rs-addon-slider:hover .slick-prev {
  left: 20px;
}
.rs-blog-grid.centermode .rs-addon-slider:hover .slick-next {
  right: 20px;
}
.rs-blog-grid.centermode .slick-list {
  padding: 0 !important;
}
.rs-blog-slider.centermode .blog-item img {
  height: 462px;
}
@-moz-document url-prefix() {
  .rs-blog-slider.centermode .blog-item img {
    height: 466px;
  }
}
.rs-blog-grid .rs-addon-slider .blog-item:focus {
  outline: none;
}
.cat_list ul {
  margin: 32px 0 14px;
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
}
.cat_list ul li {
  display: inline;
  color: #333333;
  position: relative;
  margin-right: 6px;
}
.cat_list ul li a {
  padding-right: 6px;
  color: #333333;
}
.cat_list ul li:after {
  content: '';
  margin: 0 0 0 5px;
  width: 6px;
  height: 6px;
  background: #333333;
  display: inline-block;
  top: -1px;
  position: relative;
  border-radius: 50%;
}
.cat_list ul li:last-child:after {
  display: none;
}
.sec-link .elementor-text-editor {
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
}
.sec-link .elementor-text-editor:before {
  content: "";
  position: absolute;
  right: 0;
  top: 13px;
  width: 60px;
  height: 1px;
  background: #333;
  margin-right: 140px;
}
/** Pricing Table CSS --------------
-----------------------------------*/
.elementor-widget-rsprice .elementor-widget-container {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0.2rem 2.8rem rgba(36, 36, 36, 0.1);
  word-wrap: break-word;
  overflow-wrap: break-word;
  position: relative;
  overflow: hidden;
  padding: 3em 4em;
}
.elementor-widget-rsprice .elementor-widget-container .rs-pricing-table-badge {
  position: absolute;
  top: 0;
  padding: 10px 10px;
  background-color: #baa08f;
  color: #fff;
  line-height: 1;
  z-index: 1;
}
.elementor-widget-rsprice .elementor-widget-container .rs-pricing-table-title {
  padding-top: 10px;
  margin-bottom: 20px;
  color: #333333;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
}
.elementor-widget-rsprice .elementor-widget-container .rs-pricing-table-price {
  margin-bottom: 30px;
}
.elementor-widget-rsprice .elementor-widget-container .rs-pricing-table-price .rs-pricing-table-price-tag {
  margin-bottom: .5rem;
  color: #242424;
  font-weight: 700;
  font-size: 60px;
  line-height: normal;
}
.elementor-widget-rsprice .elementor-widget-container .rs-pricing-table-price .rs-pricing-table-price-tag .rs-pricing-table-currency {
  font-size: 24px;
}
.elementor-widget-rsprice .elementor-widget-container .rs-pricing-table-price .rs-pricing-table-price-tag .rs-pricing-table-price-text {
  font-weight: 700;
}
.elementor-widget-rsprice .elementor-widget-container .rs-pricing-table-price .rs-pricing-table-period {
  color: #8c8c8c;
  font-size: 16px;
  display: block;
}
.elementor-widget-rsprice .elementor-widget-container .rs-pricing-table-price.display-inline .rs-pricing-table-period {
  position: relative;
  padding-left: 20px;
  display: inline-block;
}
.elementor-widget-rsprice .elementor-widget-container .rs-pricing-table-price.display-inline .rs-pricing-table-period:before {
  content: "";
  height: 20px;
  width: 2px;
  position: absolute;
  left: 0;
  transform: rotate(20deg) translateY(-50%);
  top: 50%;
  background: #f2f2f2;
}
.elementor-widget-rsprice .elementor-widget-container .rs-pricing-table-body {
  margin-bottom: 35px;
}
.elementor-widget-rsprice .elementor-widget-container .rs-pricing-table-body .rs-pricing-table-features-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
}
.elementor-widget-rsprice .elementor-widget-container .rs-pricing-table-body .rs-pricing-table-features-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.elementor-widget-rsprice .elementor-widget-container .rs-pricing-table-body .rs-pricing-table-features-list li {
  margin-bottom: 8px;
  font-size: 16px;
}
.elementor-widget-rsprice .elementor-widget-container .rs-pricing-table-body .rs-pricing-table-features-list li i {
  margin-right: 10px;
  min-width: 15px;
  font-size: 16px;
}
.elementor-widget-rsprice .elementor-widget-container .rs-pricing-table-btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 40px;
  background-color: #baa08f;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.elementor-widget-rsprice .elementor-widget-container .rs-pricing-icon {
  position: relative;
}
.elementor-widget-rsprice .elementor-widget-container .rs-pricing-icon i {
  position: relative;
  transition: all 0.3s ease 0s;
  text-align: center;
}
/** Portfolio CSS ---------------------
--------------------------------------*/
.portfolio-filter {
  margin-bottom: 20px;
}
.portfolio-filter span {
  color: #333;
  padding: 10px;
  cursor: pointer;
  display: inline-block;
}
.portfolio-filter span.active {
  color: #baa08f;
}
.portfolio-filter span:hover {
  color: #baa08f;
}
/*// Portfolio Style1*/
.rs-portfolio-style1.rs-portfolio-slider .portfolio-item {
  position: relative;
  overflow: hidden;
}
.rs-portfolio-style1.rs-portfolio-slider .portfolio-item .portfolio-content {
  position: absolute;
  width: 100%;
  height: 150px;
  text-align: center;
  z-index: 10;
  padding: 20px 60px;
  transform: rotate(-90deg);
  opacity: 1;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  border-radius: 5px;
  transform-origin: 59px;
  display: none;
}
.rs-portfolio-style1.rs-portfolio-slider .portfolio-item .portfolio-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease 0s;
}
.rs-portfolio-style1.rs-portfolio-slider .portfolio-item .portfolio-content .vertical-middle {
  position: relative;
  z-index: 9;
}
.rs-portfolio-style1.rs-portfolio-slider .portfolio-item .portfolio-content .p-category {
  color: #fff;
  margin-bottom: 0;
}
.rs-portfolio-style1.rs-portfolio-slider .portfolio-item .portfolio-content .p-category a {
  color: #fff;
}
.rs-portfolio-style1.rs-portfolio-slider .portfolio-item .portfolio-content .p-category a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.rs-portfolio-style1.rs-portfolio-slider .portfolio-item .portfolio-content .vertical-middle {
  display: table;
  height: 100%;
  width: 100%;
}
.rs-portfolio-style1.rs-portfolio-slider .portfolio-item .portfolio-content .vertical-middle-cell {
  display: table-cell;
  vertical-align: middle;
}
.rs-portfolio-style1.rs-portfolio-slider .portfolio-item .portfolio-img img {
  border-radius: 5px;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
.rs-portfolio-style1.rs-portfolio-slider .portfolio-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.rs-portfolio-style1.rs-portfolio-slider .portfolio-item .p-link {
  transition: all 0.3s ease 0s;
  display: inline-block;
  font-size: 19px;
  width: 52px;
  line-height: 54px;
  height: 52px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
}
.rs-portfolio-style1.rs-portfolio-slider .portfolio-item .p-link i {
  margin-left: 2px;
}
.rs-portfolio-style1.rs-portfolio-slider .portfolio-item .p-link:hover {
  background-color: #baa08f;
  color: #fff;
}
.rs-portfolio-style1.rs-portfolio-slider .portfolio-item .p-title {
  font-size: 22px;
  line-height: normal;
  margin-top: 15px;
  color: #fff;
  margin-bottom: 0;
  max-width: 490px;
  transform: translate(24%, 0px);
  position: relative;
  padding-left: 50px;
}
.rs-portfolio-style1.rs-portfolio-slider .portfolio-item .p-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background: #baa08f;
  width: 70px;
  height: 1px;
  display: block;
  transform: translateY(-50%);
}
.rs-portfolio-style1.rs-portfolio-slider .portfolio-item .p-title a {
  color: #fff;
}
.rs-portfolio-style1.rs-portfolio-slider .portfolio-item .p-title a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.rs-portfolio-style1.rs-portfolio-slider .portfolio-item .p-desc {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
  margin-top: 10px;
}
.rs-portfolio-style1.rs-portfolio-slider .slick-center .portfolio-content {
  display: block;
}
.rs-portfolio-style1.rs-portfolio-slider .rs-addon-slider .slick-next,
.rs-portfolio-style1.rs-portfolio-slider .rs-addon-slider .slick-prev {
  top: 100% !important;
  bottom: 0;
  visibility: visible;
  opacity: 1;
  right: 0 !important;
  border-radius: 0;
  width: 80px;
  height: 80px;
}
.rs-portfolio-style1.rs-portfolio-slider .rs-addon-slider .slick-next:before,
.rs-portfolio-style1.rs-portfolio-slider .rs-addon-slider .slick-prev:before {
  position: relative;
  top: 3px;
}
.rs-portfolio-style1.rs-portfolio-slider .rs-addon-slider .slick-next {
  right: 55% !important;
  transform: rotate(180deg);
  background: #333333;
}
.rs-portfolio-style1.rs-portfolio-slider .rs-addon-slider .slick-prev {
  left: 45% !important;
  transform: rotate(180deg);
}
.rs-view-btn2 {
  margin-top: 0 !important;
}
.rs-team.team-slider-style1 .slick-list {
  padding: 0 !important;
}
.rs-portfolio-style2 .portfolio-item {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.rs-portfolio-style2 .portfolio-item img {
  transition: 0.3s ease-in-out;
  border-radius: 5px;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
.rs-portfolio-style2 .portfolio-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.rs-portfolio-style2 .portfolio-item .overlay {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: .75;
  visibility: hidden;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  transition: 1.5s cubic-bezier(0.47, 0.97, 0.79, 1.32);
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: transform,opacity;
  transition-property: transform,opacity;
  transition-property: transform, opacity, -webkit-transform;
  border-radius: 5px;
}
.rs-portfolio-style2 .portfolio-item .portfolio-img .p-icons {
  transition: 0.6s;
  top: -100px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #baa08f;
  border-radius: 50%;
  position: absolute;
  z-index: 11;
  margin: 0;
  top: -120px;
  right: 40px;
  opacity: 0;
  visibility: hidden;
}
.rs-portfolio-style2 .portfolio-item .portfolio-img .p-icons i {
  color: #ffffff;
}
.rs-portfolio-style2 .portfolio-item .portfolio-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  transition: all .2s ease;
  opacity: 0;
  visibility: hidden;
}
.rs-portfolio-style2 .portfolio-item .portfolio-content .team-des {
  color: #ffffff;
  color: #fffefe;
  font-family: 'Montserrat', sans-serif;
  opacity: 0;
  transition: all .8s ease;
  position: relative;
  top: -10px;
}
.rs-portfolio-style2 .portfolio-item .portfolio-content .team-des p {
  margin: 0;
}
.rs-portfolio-style2 .portfolio-item .portfolio-content .rs-btmsec {
  position: absolute;
  bottom: 40px;
  right: 40px;
  left: 40px;
  z-index: 99;
}
.rs-portfolio-style2 .portfolio-item .portfolio-content .rs-view-btn {
  margin-left: 40px;
  margin-top: 20px;
}
.rs-portfolio-style2 .portfolio-item .portfolio-content .rs-view-btn a {
  color: #ffffff;
  position: relative;
  outline: none;
}
.rs-portfolio-style2 .portfolio-item .portfolio-content .rs-view-btn .rs-btn.rs-btnwhite .rs_btn__text span::before,
.rs-portfolio-style2 .portfolio-item .portfolio-content .rs-view-btn .rs-btn.rs-btnwhite .rs_btn__text span::after {
  content: '';
  position: absolute;
  height: 0;
  width: 1px;
  background-color: #fff;
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
}
.rs-portfolio-style2 .portfolio-item .portfolio-content .rs-view-btn .rs-btn.rs-btnwhite .rs_btn__text span::after {
  right: 0;
  top: 0;
  -webkit-transition: height 0.15s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.15s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.rs-portfolio-style2 .portfolio-item .portfolio-content .rs-view-btn .rs-btn.rs-btnwhite:hover::before,
.rs-portfolio-style2 .portfolio-item .portfolio-content .rs-view-btn a:hover .rs-btn.rs-btnwhite::before {
  width: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.rs-portfolio-style2 .portfolio-item .portfolio-content .rs-view-btn .rs-btn.rs-btnwhite::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -2.4em;
  height: 1px;
  width: 3em;
  background-color: #fff;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.rs-portfolio-style2 .portfolio-item .portfolio-content .rs-view-btn .rs-btn.rs-btnwhite .rs_btn__text::before {
  top: 0;
  left: 0;
  -webkit-transition: width 0.15s 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.15s 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.rs-portfolio-style2 .portfolio-item .portfolio-content .rs-view-btn .rs-btn.rs-btnwhite .rs_btn__text::before,
.rs-portfolio-style2 .portfolio-item .portfolio-content .rs-view-btn .rs-btn.rs-btnwhite .rs_btn__text::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  background-color: #fff;
}
.rs-portfolio-style2 .portfolio-item .portfolio-content .rs-view-btn .rs-btn.rs-btnwhite .rs_btn__text span::before {
  left: 0;
  bottom: 0;
  -webkit-transition: height 0.15s 0 cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.15s 0 cubic-bezier(0.4, 0, 0.2, 1);
}
.rs-portfolio-style2 .portfolio-item .portfolio-content .rs-view-btn .rs-btn.rs-btnwhite .rs_btn__text::after {
  bottom: 0;
  right: 0;
  -webkit-transition: width 0.15s 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.15s 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.rs-portfolio-style2 .portfolio-item .portfolio-content .rs-view-btn .rs-btn.rs-btnwhite:hover .rs_btn__text::before,
.rs-portfolio-style2 .portfolio-item .portfolio-content .rs-view-btn a:hover .rs-btn.rs-btnwhite .rs_btn__text::before {
  width: 100%;
  max-width: 100%;
  -webkit-transition: width 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.rs-portfolio-style2 .portfolio-item .portfolio-content .rs-view-btn .rs-btn.rs-btnwhite:hover .rs_btn__text::after,
.rs-portfolio-style2 .portfolio-item .portfolio-content .rs-view-btn a:hover .rs-btn.rs-btnwhite .rs_btn__text::after {
  width: 100%;
  -webkit-transition: width 0.15s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.15s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.rs-portfolio-style2 .portfolio-item .portfolio-content .rs-view-btn .rs-btn.rs-btnwhite:hover .rs_btn__text span::before,
.rs-portfolio-style2 .portfolio-item .portfolio-content .rs-view-btn a:hover .rs-btn.rs-btnwhite .rs_btn__text span::before {
  left: 0;
  height: 100%;
  -webkit-transition: height 0.15s 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.15s 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.rs-portfolio-style2 .portfolio-item .portfolio-content .rs-view-btn .rs-btn.rs-btnwhite:hover .rs_btn__text span::after,
.rs-portfolio-style2 .portfolio-item .portfolio-content .rs-view-btn a:hover .rs-btn.rs-btnwhite .rs_btn__text span::after {
  right: 0;
  height: 100%;
  -webkit-transition: height 0.15s 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.15s 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.rs-portfolio-style2 .portfolio-item .portfolio-content .rs-view-btn .rs-btn.rs-btnwhite .rs_btn__text {
  position: relative;
  padding: 14px 32px;
  line-height: 1.5;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.rs-portfolio-style2 .portfolio-item .portfolio-content .rs-view-btn .rs-btn.rs-btnwhite:hover .rs_btn__text,
.rs-portfolio-style2 .portfolio-item .portfolio-content .rs-view-btn a:hover .rs-btn.rs-btnwhite .rs_btn__text {
  -webkit-transform: translateX(-2.2em);
  transform: translateX(-2.2em);
  -webkit-transition: width 1s ease, -webkit-transform 0.5s ease;
  transition: width 1s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, width 1s ease;
  transition: transform 0.5s ease, width 1s ease, -webkit-transform 0.5s ease;
}
.rs-portfolio-style2 .portfolio-item .portfolio-content .p-title {
  font-weight: 500;
  position: relative;
  line-height: 35px;
  transition: all .4s ease;
}
.rs-portfolio-style2 .portfolio-item .portfolio-content .p-title .pointer-eventss {
  font-size: 22px;
}
.rs-portfolio-style2 .portfolio-item .portfolio-content .p-title .p-category {
  margin-bottom: 0;
}
.rs-portfolio-style2 .portfolio-item .portfolio-content .p-title span {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 5px;
  display: block;
}
.rs-portfolio-style2 .portfolio-item .portfolio-content .p-title span,
.rs-portfolio-style2 .portfolio-item .portfolio-content .p-title a {
  color: #ffffff;
}
.rs-portfolio-style2 .portfolio-item .portfolio-content .p-title a:hover {
  color: #baa08f;
}
.rs-portfolio-style2 .portfolio-item:hover .portfolio-content {
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.rs-portfolio-style2 .portfolio-item:hover .portfolio-content .team-des {
  opacity: 1;
  position: relative;
  top: 0;
}
.rs-portfolio-style2 .portfolio-item:hover .portfolio-img .p-icons {
  opacity: 1;
  visibility: visible;
  top: 40px;
}
.rs-portfolio-style2 .portfolio-item:hover .overlay {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
}
.rs-view-btn {
  margin-left: 40px;
  margin-top: 20px;
}
.rs-view-btn a {
  color: #ffffff;
  position: relative;
  outline: none;
}
.rs-view-btn .rs-btn.rs-btnwhite .rs_btn__text span::before,
.rs-view-btn .rs-btn.rs-btnwhite .rs_btn__text span::after {
  content: '';
  position: absolute;
  height: 0;
  width: 2px;
  background-color: #fff;
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
}
.rs-view-btn .rs-btn.rs-btnwhite .rs_btn__text span::after {
  right: 0;
  top: 0;
  -webkit-transition: height 0.15s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.15s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.rs-view-btn .rs-btn.rs-btnwhite:hover::before,
.rs-view-btn a:hover .rs-btn.rs-btnwhite::before {
  width: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.rs-view-btn .rs-btn.rs-btnwhite::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -2.4em;
  height: 2px;
  width: 3em;
  background-color: #fff;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.rs-view-btn .rs-btn.rs-btnwhite .rs_btn__text::before {
  top: 0;
  left: 0;
  -webkit-transition: width 0.15s 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.15s 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.rs-view-btn .rs-btn.rs-btnwhite .rs_btn__text::before,
.rs-view-btn .rs-btn.rs-btnwhite .rs_btn__text::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 0;
  background-color: #fff;
}
.rs-view-btn .rs-btn.rs-btnwhite .rs_btn__text span::before {
  left: 0;
  bottom: 0;
  -webkit-transition: height 0.15s 0 cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.15s 0 cubic-bezier(0.4, 0, 0.2, 1);
}
.rs-view-btn .rs-btn.rs-btnwhite .rs_btn__text::after {
  bottom: 0;
  right: 0;
  -webkit-transition: width 0.15s 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.15s 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.rs-view-btn .rs-btn.rs-btnwhite:hover .rs_btn__text::before,
.rs-view-btn a:hover .rs-btn.rs-btnwhite .rs_btn__text::before {
  width: 100%;
  max-width: 100%;
  -webkit-transition: width 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.rs-view-btn .rs-btn.rs-btnwhite:hover .rs_btn__text::after,
.rs-view-btn a:hover .rs-btn.rs-btnwhite .rs_btn__text::after {
  width: 100%;
  -webkit-transition: width 0.15s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.15s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.rs-view-btn .rs-btn.rs-btnwhite:hover .rs_btn__text span::before,
.rs-view-btn a:hover .rs-btn.rs-btnwhite .rs_btn__text span::before {
  left: 0;
  height: 100%;
  -webkit-transition: height 0.15s 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.15s 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.rs-view-btn .rs-btn.rs-btnwhite:hover .rs_btn__text span::after,
.rs-view-btn a:hover .rs-btn.rs-btnwhite .rs_btn__text span::after {
  right: 0;
  height: 100%;
  -webkit-transition: height 0.15s 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.15s 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.rs-view-btn .rs-btn.rs-btnwhite .rs_btn__text {
  position: relative;
  padding: 14px 32px;
  line-height: 1.5;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.rs-view-btn .rs-btn.rs-btnwhite:hover .rs_btn__text,
.rs-view-btn a:hover .rs-btn.rs-btnwhite .rs_btn__text {
  -webkit-transform: translateX(-2.2em);
  transform: translateX(-2.2em);
  -webkit-transition: width 1s ease, -webkit-transform 0.5s ease;
  transition: width 1s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, width 1s ease;
  transition: transform 0.5s ease, width 1s ease, -webkit-transform 0.5s ease;
}
.rs-view-btn {
  margin-left: 40px;
  margin-top: 20px;
}
.rs-view-btn a {
  color: #333333;
  position: relative;
  outline: none;
  font-weight: 600;
}
.rs-view-btn a:hover {
  color: #333333;
}
.rs-view-btn .rs-btn.rs-btnblack .rs_btn__text span::before,
.rs-view-btn .rs-btn.rs-btnblack .rs_btn__text span::after {
  content: '';
  position: absolute;
  height: 0;
  width: 2px;
  background-color: #333;
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
}
.rs-view-btn .rs-btn.rs-btnblack .rs_btn__text span::after {
  right: 0;
  top: 0;
  -webkit-transition: height 0.15s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.15s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.rs-view-btn .rs-btn.rs-btnblack:hover::before,
.rs-view-btn a:hover .rs-btn.rs-btnblack::before {
  width: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.rs-view-btn .rs-btn.rs-btnblack::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -2.4em;
  height: 1px;
  width: 3em;
  background-color: #333;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.rs-view-btn .rs-btn.rs-btnblack .rs_btn__text::before {
  top: 0;
  left: 0;
  -webkit-transition: width 0.15s 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.15s 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.rs-view-btn .rs-btn.rs-btnblack .rs_btn__text::before,
.rs-view-btn .rs-btn.rs-btnblack .rs_btn__text::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 0;
  background-color: #333;
}
.rs-view-btn .rs-btn.rs-btnblack .rs_btn__text span::before {
  left: 0;
  bottom: 0;
  -webkit-transition: height 0.15s 0 cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.15s 0 cubic-bezier(0.4, 0, 0.2, 1);
}
.rs-view-btn .rs-btn.rs-btnblack .rs_btn__text::after {
  bottom: 0;
  right: 0;
  -webkit-transition: width 0.15s 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.15s 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.rs-view-btn .rs-btn.rs-btnblack:hover .rs_btn__text::before,
.rs-view-btn a:hover .rs-btn.rs-btnblack .rs_btn__text::before {
  width: 100%;
  max-width: 100%;
  -webkit-transition: width 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.rs-view-btn .rs-btn.rs-btnblack:hover .rs_btn__text::after,
.rs-view-btn a:hover .rs-btn.rs-btnblack .rs_btn__text::after {
  width: 100%;
  -webkit-transition: width 0.15s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.15s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.rs-view-btn .rs-btn.rs-btnblack:hover .rs_btn__text span::before,
.rs-view-btn a:hover .rs-btn.rs-btnblack .rs_btn__text span::before {
  left: 0;
  height: 100%;
  -webkit-transition: height 0.15s 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.15s 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.rs-view-btn .rs-btn.rs-btnblack:hover .rs_btn__text span::after,
.rs-view-btn a:hover .rs-btn.rs-btnblack .rs_btn__text span::after {
  right: 0;
  height: 100%;
  -webkit-transition: height 0.15s 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.15s 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.rs-view-btn .rs-btn.rs-btnblack .rs_btn__text {
  position: relative;
  padding: 14px 32px;
  line-height: 1.5;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.rs-view-btn .rs-btn.rs-btnblack:hover .rs_btn__text,
.rs-view-btn a:hover .rs-btn.rs-btnblack .rs_btn__text {
  -webkit-transform: translateX(-2.2em);
  transform: translateX(-2.2em);
  -webkit-transition: width 1s ease, -webkit-transform 0.5s ease;
  transition: width 1s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, width 1s ease;
  transition: transform 0.5s ease, width 1s ease, -webkit-transform 0.5s ease;
}
/*Slider Button*/
.rs-slider-btn {
  margin-left: 40px;
}
.rs-slider-btn a {
  color: #fff;
  position: relative;
  outline: none;
}
.rs-slider-btn .rs_btn__text span {
  font-weight: 600 !important;
}
.rs-slider-btn .rs-btn.rs-btnblack .rs_btn__text span::before,
.rs-slider-btn .rs-btn.rs-btnblack .rs_btn__text span::after {
  content: '';
  position: absolute;
  height: 0;
  width: 2px;
  background-color: #baa08f;
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
}
.rs-slider-btn .rs-btn.rs-btnblack .rs_btn__text span::after {
  right: 0;
  top: 0;
  -webkit-transition: height 0.15s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.15s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.rs-slider-btn .rs-btn.rs-btnblack:hover::before,
.rs-slider-btn a:hover .rs-btn.rs-btnblack::before {
  width: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.rs-slider-btn .rs-btn.rs-btnblack::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -2.4em;
  height: 2px;
  width: 3em;
  background-color: #baa08f;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.rs-slider-btn .rs-btn.rs-btnblack .rs_btn__text::before {
  top: 0;
  left: 0;
  -webkit-transition: width 0.15s 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.15s 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.rs-slider-btn .rs-btn.rs-btnblack .rs_btn__text::before,
.rs-slider-btn .rs-btn.rs-btnblack .rs_btn__text::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 0;
  background-color: #baa08f;
}
.rs-slider-btn .rs-btn.rs-btnblack .rs_btn__text span::before {
  left: 0;
  bottom: 0;
  -webkit-transition: height 0.15s 0 cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.15s 0 cubic-bezier(0.4, 0, 0.2, 1);
}
.rs-slider-btn .rs-btn.rs-btnblack .rs_btn__text::after {
  bottom: 0;
  right: 0;
  -webkit-transition: width 0.15s 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.15s 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.rs-slider-btn .rs-btn.rs-btnblack:hover .rs_btn__text::before,
.rs-slider-btn a:hover .rs-btn.rs-btnblack .rs_btn__text::before {
  width: 100%;
  max-width: 100%;
  -webkit-transition: width 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.rs-slider-btn .rs-btn.rs-btnblack:hover .rs_btn__text::after,
.rs-slider-btn a:hover .rs-btn.rs-btnblack .rs_btn__text::after {
  width: 100%;
  -webkit-transition: width 0.15s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.15s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.rs-slider-btn .rs-btn.rs-btnblack:hover .rs_btn__text span::before,
.rs-slider-btn a:hover .rs-btn.rs-btnblack .rs_btn__text span::before {
  left: 0;
  height: 100%;
  -webkit-transition: height 0.15s 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.15s 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.rs-slider-btn .rs-btn.rs-btnblack:hover .rs_btn__text span::after,
.rs-slider-btn a:hover .rs-btn.rs-btnblack .rs_btn__text span::after {
  right: 0;
  height: 100%;
  -webkit-transition: height 0.15s 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.15s 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.rs-slider-btn .rs-btn.rs-btnblack .rs_btn__text {
  position: relative;
  padding: 14px 32px;
  line-height: 1.5;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.rs-slider-btn .rs-btn.rs-btnblack:hover .rs_btn__text,
.rs-slider-btn a:hover .rs-btn.rs-btnblack .rs_btn__text {
  -webkit-transform: translateX(-2.2em);
  transform: translateX(-2.2em);
  -webkit-transition: width 1s ease, -webkit-transform 0.5s ease;
  transition: width 1s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, width 1s ease;
  transition: transform 0.5s ease, width 1s ease, -webkit-transform 0.5s ease;
}
.rs-btn-input.rs-view-btn {
  margin-top: 0;
}
.rs-btn-input.rs-view-btn input[type="submit"] {
  background: no-repeat !important;
  color: #333333 !important;
  padding: 0px !important;
  font-size: 16px;
  font-weight: 600;
}
.portfolio-item {
  position: relative;
}
.portfolio-item .overlay {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  z-index: 11;
  border-radius: 5px;
  opacity: .6;
  background: #000;
}
.rs-portfolio-style3 .portfolio-item {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.rs-portfolio-style3 .portfolio-item .overlay {
  width: 90%;
  height: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.rs-portfolio-style3 .portfolio-item .portfolio-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.rs-portfolio-style3 .portfolio-item .portfolio-img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  transition: all 0.4s ease 0s;
  opacity: 0;
  z-index: 10;
  border-radius: 5px;
}
.rs-portfolio-style3 .portfolio-item .portfolio-img img {
  width: 100%;
  -webkit-transition: 1.3s all ease;
  transition: 1.3s all ease;
  border-radius: 0px;
}
.rs-portfolio-style3 .portfolio-item .portfolio-img .p-link {
  display: none !important;
  top: 20px;
  right: 20px;
  display: inline-block;
  font-size: 32px;
  color: #ffffff;
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
  opacity: 0;
  z-index: 10;
}
.rs-portfolio-style3 .portfolio-item .portfolio-img .p-link i {
  margin-left: 2px;
  display: none;
}
.rs-portfolio-style3 .portfolio-item .portfolio-content {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 75%;
  left: 50%;
  text-align: center;
  z-index: 12;
  padding: 25px;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
  border-radius: 5px;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  width: 100%;
}
.rs-portfolio-style3 .portfolio-item .portfolio-content h3 {
  margin-bottom: 0;
  font-size: 22px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
  font-weight: 500 !important;
  line-height: 30px !important;
}
.rs-portfolio-style3 .portfolio-item .portfolio-content h3 a:hover {
  color: #baa08f;
}
.rs-portfolio-style3 .portfolio-item .portfolio-content p {
  margin-bottom: 0;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}
.rs-portfolio-style3 .portfolio-item .portfolio-content a,
.rs-portfolio-style3 .portfolio-item .portfolio-content h3,
.rs-portfolio-style3 .portfolio-item .portfolio-content p {
  color: #ffffff;
}
.rs-portfolio-style3 .portfolio-item .portfolio-content .plus-icon {
  position: relative;
  color: #baa08f;
}
.rs-portfolio-style3 .portfolio-item .portfolio-content .plus-icon:before {
  font-family: FontAwesome;
  content: "+";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  bottom: -40px;
  width: 0;
  height: 30px;
  line-height: 30px;
  text-align: center;
  z-index: 9999;
  font-size: 35px;
  display: block;
  cursor: pointer;
}
.rs-portfolio-style3 .portfolio-item:hover .overlay,
.rs-portfolio-style3 .portfolio-item:hover .portfolio-content {
  opacity: 1;
  visibility: visible;
}
.rs-portfolio-style3 .portfolio-item:hover .overlay {
  opacity: 0.76;
}
.rs-portfolio-style3 .portfolio-item:hover .portfolio-content {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.rs-portfolio-style3 .portfolio-item:hover .portfolio-content h3 {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.rs-portfolio-style3 .portfolio-item:hover .portfolio-content p {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.rs-portfolio-style3 .portfolio-item:hover .portfolio-img:before {
  opacity: 1;
}
.rs-portfolio-style3 .portfolio-item:hover .portfolio-img img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.rs-portfolio-style3 .portfolio-item:hover .portfolio-img .p-link {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.rs-portfolio-style4 .portfolio-item {
  overflow: hidden;
}
.rs-portfolio-style4 .portfolio-item .portfolio-content .p-category {
  display: block;
}
.rs-portfolio-style4 .portfolio-item .portfolio-content .p-icon {
  transition: all .4s ease 0s;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #baa08f;
  border-radius: 50%;
  position: absolute;
  z-index: 11;
  margin: 0;
  bottom: -120px;
  left: 40px;
  opacity: 0;
  visibility: hidden;
}
.rs-portfolio-style4 .portfolio-item .portfolio-content .p-icon a {
  color: #ffffff;
}
.rs-portfolio-style4 .portfolio-item .portfolio-content .p-icon a:hover {
  opacity: 0.8;
}
.rs-portfolio-style4 .portfolio-item .portfolio-content .p-title {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  line-height: 1.6;
  text-align: right;
}
.rs-portfolio-style4 .portfolio-item .portfolio-content .p-title a {
  color: #ffffff;
}
.rs-portfolio-style4 .portfolio-item .portfolio-content .p-title h3 {
  font-size: 22px;
  margin-bottom: 0;
}
.rs-portfolio-style4 .portfolio-item:hover .portfolio-content .p-icon,
.rs-portfolio-style4 .portfolio-item:hover .portfolio-content .p-title {
  opacity: 1;
  visibility: visible;
}
.rs-portfolio-style4 .portfolio-item:hover .portfolio-content .p-icon {
  bottom: 40px;
}
.rspopup_style1 .team-des img {
  display: none;
}
/* Button CSS -----------------
-----------------------------*/
.rs-btn a {
  display: inline-block;
  color: #fff;
  padding: 10px 40px;
  font-size: 25px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  background-color: #baa08f;
  border-radius: 10px;
}
.rs-btn a:hover {
  background: #333333;
  color: #fff;
}
/*Logo CSS-----------------
--------------------------*/
.rs-logo-grid .rs-grid-figure .logo-img {
  overflow: hidden;
}
.rs-logo-grid .rs-grid-figure .logo-title {
  overflow: hidden;
}
.rs-logo-grid .rs-grid-figure .logo-title .title {
  margin: 0;
}
.rs-logo-grid .rs-grid-figure .logo-desc {
  overflow: hidden;
}
.rs-logo-grid .rs-grid-figure .logo-desc .description {
  margin: 0;
}
/*CTA CSS-----------------
--------------------------*/
.rs-cta {
  width: 100%;
  display: inline-flex;
  align-items: center;
}
.rs-cta .cta-content {
  float: left;
  width: 80%;
  text-align: left;
  order: unset;
}
.rs-cta .cta-content .cta-title h3.title {
  margin: 0 0 10px;
}
.rs-cta .cta-content .cta-text .desc {
  margin: 0;
}
.rs-cta .rs-btn {
  width: 20%;
  float: right;
  text-align: right;
  order: unset;
}
.rs-cta .rs-btn .readon {
  line-height: 1;
  color: #fff;
  background-color: #baa08f;
  padding: 15px 35px;
  font-size: 17px;
  border-radius: 0;
}
.rs-cta .rs-btn .readon:hover {
  background: #333333;
}
.rs-cta .rs-btn .readon i {
  margin: 0;
  transform: translateX(5px);
  transition: all ease .3s;
}
/*---------Testimonial CSS---------
-----------------------------------*/
.rs-testimonial p {
  margin: 0 0 15px;
  position: relative;
}
.rs-testimonial .image-wrap img {
  height: 65px;
  width: 65px;
  border-radius: 50%;
  position: relative;
}
.rs-testimonial .testimonial-item .item-content {
  position: relative;
}
.rs-testimonial .testimonial-item .item-content.bubble {
  position: relative;
}
.rs-testimonial .testimonial-item .item-content.bubble:after {
  top: 100%;
  left: 15%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #baa08f;
  border-width: 12px;
  margin-left: -30px;
}
.rs-testimonial .testimonial-item .item-content p {
  padding: 40px 40px 40px 40px;
  background-color: #baa08f;
  border-radius: 0px 0px 0px 0px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  margin-bottom: 28px;
  color: #fff;
}
.rs-testimonial .testimonial-item .testimonial-information {
  padding-left: 15px;
  position: relative;
}
.rs-testimonial .testimonial-item .testimonial-information .ratings img {
  width: 100px;
}
.rs-testimonial .testimonial-item .testimonial-information .testimonial-name {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
}
.rs-testimonial .testimonial-item .testimonial-information .testimonial-title {
  color: #878787;
}
.rs-testimonial .testimonial-item .testimonial-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.rs-testimonial--right .testimonial-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.rs-testimonial--right .rs-testimonial .item-content.bubble {
  position: relative;
}
.rs-testimonial--right .rs-testimonial .item-content.bubble:after {
  left: 94% !important;
}
.rs-testimonial--right .testimonial-information {
  padding-right: 15px;
}
.rs-testimonial--center .testimonial-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.rs-testimonial--center .rs-testimonial .item-content.bubble {
  position: relative;
}
.rs-testimonial--center .rs-testimonial .item-content.bubble:after {
  left: 55%;
}
.rs-testimonial--center .testimonial-information {
  padding-top: 15px;
}
/*Flip Box*/
.rs-flip-box .rs-flip-box-inner {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.rs-flip-box .rs-flip-box-inner .rs-flip-box-wrap {
  position: relative;
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.rs-flip-box .rs-flip-box-inner .front-part,
.rs-flip-box .rs-flip-box-inner .back-part {
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 300px;
  background-color: transparent;
  background-position: center;
  background-clip: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275), -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
}
.rs-flip-box .rs-flip-box-inner .front-part:before,
.rs-flip-box .rs-flip-box-inner .back-part:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9;
  width: 100%;
  height: 100%;
  background-color: transparent;
  content: "";
}
.rs-flip-box .rs-flip-box-inner .front-part {
  position: relative;
  bottom: 0;
  z-index: 10;
  padding: 30px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #6094da;
}
.rs-flip-box .rs-flip-box-inner .front-part .front-content-part .front-icon-part {
  margin-bottom: 10px;
}
.rs-flip-box .rs-flip-box-inner .front-part .front-content-part .front-icon-part span {
  display: inline-block;
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
}
.rs-flip-box .rs-flip-box-inner .front-part .front-content-part .front-icon-part span img {
  width: 60px;
  height: 60px;
}
.rs-flip-box .rs-flip-box-inner .front-part .front-content-part .front-title-part {
  margin-bottom: 10px;
}
.rs-flip-box .rs-flip-box-inner .front-part .front-content-part .front-title-part .front-title {
  margin: 0;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  color: #ffffff;
}
.rs-flip-box .rs-flip-box-inner .front-part .front-content-part .front-desc-part .front-desc {
  margin-bottom: 0;
  font-size: 16px;
  color: #ffffff;
}
.rs-flip-box .rs-flip-box-inner .front-part .front-content-part .front-btn-part .front-btn {
  display: inline-block;
  line-height: 1;
}
.rs-flip-box .rs-flip-box-inner .front-part .front-content-part .front-btn-part .front-btn i {
  transition: all 0.3s ease 0s;
}
.rs-flip-box .rs-flip-box-inner .back-part {
  position: absolute;
  z-index: -1;
  padding: 30px;
  border-radius: 5px;
  background-color: #562dd4;
}
.rs-flip-box .rs-flip-box-inner .back-part .back-content-part .back-icon-part {
  display: inline-block;
  margin-bottom: 20px;
  text-align: center;
}
.rs-flip-box .rs-flip-box-inner .back-part .back-content-part .back-icon-part .back-img {
  display: inline-block;
}
.rs-flip-box .rs-flip-box-inner .back-part .back-content-part .back-icon-part span {
  display: inline-block;
  text-align: center;
}
.rs-flip-box .rs-flip-box-inner .back-part .back-content-part .back-icon-part span img {
  width: 60px;
  height: 60px;
}
.rs-flip-box .rs-flip-box-inner .back-part .back-content-part .back-title-part {
  margin-bottom: 10px;
}
.rs-flip-box .rs-flip-box-inner .back-part .back-content-part .back-title-part .back-title {
  margin: 0;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
}
.rs-flip-box .rs-flip-box-inner .back-part .back-content-part .back-desc-part .back-desc {
  margin-bottom: 0;
  font-size: 16px;
}
.rs-flip-box .rs-flip-box-inner .back-part .back-content-part .back-btn-part .back-btn {
  display: inline-block;
  line-height: 1;
  padding: 10px 25px;
  color: #333333;
  background: #ffffff;
}
.rs-flip-box .rs-flip-box-inner .back-part .back-content-part .back-btn-part .back-btn i {
  transition: all 0.3s ease 0s;
}
.rs-flip-box .rs-flip-box-inner .back-part .back-content-part .back-btn-part .back-btn.icon-after span {
  float: left;
}
.rs-flip-box .rs-flip-box-inner .back-part .back-content-part .back-btn-part .back-btn.icon-after i {
  margin-left: 10px;
}
.rs-flip-box .rs-flip-box-inner .back-part .back-content-part .back-btn-part .back-btn.icon-before span {
  float: right;
}
.rs-flip-box .rs-flip-box-inner .back-part .back-content-part .back-btn-part .back-btn.icon-before i {
  margin-right: 10px;
}
.rs-flip-box .rs-flip-box-inner .back-part .back-content-part .back-btn-part .back-btn:hover {
  background: #1f1c51;
  color: #ffffff;
}
.rs-flip-box .rs-flip-box-inner .front-content-part,
.rs-flip-box .rs-flip-box-inner .back-content-part {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  transition: all .9s ease 0s;
}
.rs-flip-box .rs-flip-box-inner.rs-flip-right .front-part {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}
.rs-flip-box .rs-flip-box-inner.rs-flip-right .back-part {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.rs-flip-box .rs-flip-box-inner.rs-flip-right .back-content-part {
  right: 15px;
}
.rs-flip-box .rs-flip-box-inner.rs-flip-right:hover .back-part {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}
.rs-flip-box .rs-flip-box-inner.rs-flip-right:hover .front-part {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.rs-flip-box .rs-flip-box-inner.rs-flip-right:hover .back-content-part {
  right: 0;
}
.rs-flip-box .rs-flip-box-inner.rs-flip-left .front-part {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}
.rs-flip-box .rs-flip-box-inner.rs-flip-left .back-part {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.rs-flip-box .rs-flip-box-inner.rs-flip-left .back-content-part {
  left: 15px;
}
.rs-flip-box .rs-flip-box-inner.rs-flip-left:hover .front-part {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.rs-flip-box .rs-flip-box-inner.rs-flip-left:hover .back-part {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}
.rs-flip-box .rs-flip-box-inner.rs-flip-left:hover .back-content-part {
  left: 0;
}
.rs-flip-box .rs-flip-box-inner.rs-flip-up .front-part {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}
.rs-flip-box .rs-flip-box-inner.rs-flip-up .back-part {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.rs-flip-box .rs-flip-box-inner.rs-flip-up .back-content-part {
  top: 15px;
}
.rs-flip-box .rs-flip-box-inner.rs-flip-up:hover .front-part {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.rs-flip-box .rs-flip-box-inner.rs-flip-up:hover .back-part {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}
.rs-flip-box .rs-flip-box-inner.rs-flip-up:hover .back-content-part {
  top: 0;
}
.rs-flip-box .rs-flip-box-inner.rs-flip-down .front-part {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}
.rs-flip-box .rs-flip-box-inner.rs-flip-down .back-part {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.rs-flip-box .rs-flip-box-inner.rs-flip-down .back-content-part {
  bottom: 15px;
}
.rs-flip-box .rs-flip-box-inner.rs-flip-down:hover .front-part {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.rs-flip-box .rs-flip-box-inner.rs-flip-down:hover .back-part {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}
.rs-flip-box .rs-flip-box-inner.rs-flip-down:hover .back-content-part {
  bottom: 0;
}
.rs-flip-box .rs-flip-box-inner:hover .back-part {
  z-index: 1;
}
.rs-flip-box .rs-flip-box-inner:hover .front-part {
  z-index: -1;
}
.rs-flip-box:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
  font-size: 0;
}
/******* RS Tab CSS  **********
-----------------------------*/
.rstab-main ul.nav {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.rstab-main ul.nav.bubble li a.active {
  position: relative;
}
.rstab-main ul.nav.bubble li a.active:after {
  top: 100%;
  left: 15%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #baa08f;
  border-width: 12px;
  margin-left: -30px;
}
.rstab-main ul.nav li {
  flex: 1 1 0;
}
.rstab-main ul.nav li a {
  background: #f1f1f1;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 1px;
}
.rstab-main ul.nav li a.active {
  background: #baa08f;
  color: #fff;
}
.rstab-main ul.nav li:first-child {
  margin-left: 0 !important;
}
.rstab-main ul.nav li:last-child {
  margin-right: 0 !important;
}
.rstab-main ul.nav li a:hover {
  background: #baa08f;
}
.rstab-main ul.nav.icon_top li a,
.rstab-main ul.nav.icon_top li a img,
.rstab-main ul.nav.icon_top li a i {
  display: block;
}
.rstab-main .tab-content {
  background: #f9f9f9;
  padding: 10px;
  overflow: hidden;
}
.rstab-main .tab-content p:last-child {
  margin: 0;
}
.rstab-main.vertical {
  display: flex;
}
.rstab-main.vertical ul.nav {
  margin: 0 20px 0 0;
  display: block;
}
.rstab-main.vertical ul.nav.bubble li a.active {
  position: relative;
}
.rstab-main.vertical ul.nav.bubble li a.active:after {
  top: 100%;
  left: auto;
  right: -24px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #baa08f;
  border-width: 12px;
  margin-left: -30px;
}
.rstab-main .tab-pane.active {
  animation: slide-down 2s ease-out;
}
.rstab-main.no_item_menu ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.rstab-main.no_item_menu.left {
  text-align: left;
}
.rstab-main.no_item_menu.center {
  text-align: center;
}
.rstab-main.no_item_menu.right {
  text-align: right;
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  50% {
    opacity: 1;
    transform: translateY(0);
  }
}
.team-slider-style1 .rs-addon-slider .slick-next,
.team-slider-style1 .rs-addon-slider .slick-prev {
  top: -80px;
  right: 50px;
  visibility: visible;
  left: auto;
  background: none;
}
.team-slider-style1 .rs-addon-slider .slick-next:before,
.team-slider-style1 .rs-addon-slider .slick-prev:before {
  color: #333333;
}
.team-slider-style1 .rs-addon-slider .slick-prev {
  right: 100px;
}
.rsaddon_pro_box.default .pointer-events {
  pointer-events: none;
}
.rspopup_style1 {
  max-width: 900px;
  margin: 0 auto;
  background: #ffffff;
  padding: 40px;
  position: relative;
}
.rspopup_style1 .rsteam_content {
  padding-left: 15px;
}
.rspopup_style1 .rsteam_content .title {
  margin: 0 0 10px;
}
.rspopup_style1 .team-name {
  margin: 0 0 10px;
  color: #333;
}
.rspopup_style1 .team-heading {
  border-bottom: 1px solid #eee;
}
.rspopup_style1 .team-des,
.rspopup_style1 .team-heading {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.rspopup_style1 .team-des {
  margin-bottom: 0;
}
.rspopup_style1 .social-icons1 a {
  width: 35px;
  height: 35px;
  line-height: 40px;
  background: #baa08f;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}
.rspopup_style1 .social-icons1 a:hover {
  opacity: 0.9;
}
.rspopup_style1 .social-icons1 a:last-child {
  margin-right: 0;
  margin-left: 4px;
}
.rspopup_style1 .contact-info {
  margin-bottom: 15px;
  border-top: 1px solid #eee;
}
.rspopup_style1 .contact-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rspopup_style1 .contact-info ul li {
  display: block;
  border-bottom: 1px solid #eee;
  padding: 5px 0;
}
.rspopup_style1 .contact-info ul li a {
  color: #333333;
}
.rspopup_style1 .contact-info ul li a:hover {
  color: #baa08f;
}
.rspopup_style1 .project-info {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}
.rspopup_style1 .project-info li {
  display: block;
  padding: 2px 0;
}
.rspopup_style1 .project-info li span {
  font-weight: 700;
  margin-right: 8px;
  width: 146px;
  display: inline-block;
}
.rsaddon_pro_box .portfolio-item .portfolio-content .p-category a {
  pointer-events: none;
}
body .rspopup_style1 .mfp-close {
  color: #ffffff;
  right: 10px;
  top: 10px;
  border-radius: 50%;
  background: #ff0000;
  transition: 0.3s;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  text-align: center;
  padding: 0;
  width: 46px;
  height: 46px;
  line-height: 48px;
  outline: 0;
  background: #000;
  border-radius: 50%;
  top: -41px;
  right: -45px;
}
.mfp-image-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:hover {
  background: #baa08f;
}
.rs-skill-bar .skillbar {
  background: #eeeeee;
  display: inline-block;
  height: 16px;
  position: relative;
  width: 100%;
}
.rs-skill-bar .skillbar .skillbar-bar {
  background: #f6866f;
  height: 16px;
  width: 0;
  margin-bottom: 0;
}
.rs-skill-bar .skillbar .skillbar-title,
.rs-skill-bar .skillbar .skill-bar-percent {
  position: absolute;
}
.rs-skill-bar .skillbar .skillbar-title {
  color: #212121;
  font-size: 20px;
  font-weight: 600;
}
.rs-skill-bar .skillbar .skill-bar-percent {
  font-size: 15px;
  font-weight: 700;
  color: #333333;
}
.rs-skill-bar.animation .skillbar .skillbar-bar,
.rs-skill-bar.striped .skillbar .skillbar-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.rs-skill-bar.animation .skillbar .skillbar-bar {
  -webkit-animation: rs-progress-pie-stripes 1s linear infinite;
  animation: rs-progress-pie-stripes 1s linear infinite;
}
.rs-skill-bar.style1 .skillbar .skillbar-title {
  top: -35px;
}
.rs-skill-bar.style1 .skillbar .skill-bar-percent {
  right: 0;
  top: -30px;
}
.rs-skill-bar.style2 .skillbar .skillbar-title {
  left: 0;
  padding: 2px 20px 0;
  top: 0;
  width: 160px;
  background: #83b614;
}
.rs-skill-bar.style2 .skillbar .skill-bar-percent {
  right: 10px;
  top: 0;
}
.rs_accordion .card {
  border: none;
  border-radius: 0;
}
.rs_accordion .card-header {
  padding: 0;
  border: none;
}
.rs_accordion .card-header .rs-tab-title {
  display: flex;
  position: relative;
  padding: 10px 20px 6px 20px;
  line-height: 1.8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.rs_accordion .card-header span {
  margin-left: auto;
  width: 30px;
  text-align: center;
  height: 100%;
  border: 1px solid #ddd;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  position: relative;
  top: -2px;
}
.rs_accordion .card-header span.active {
  display: none;
}
.rs_accordion .card-header.active span.normal {
  display: none;
}
.rs_accordion .card-header.active span.active {
  display: block;
}
.rs_accordion .card-header.left_icon span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
.rs_accordion .card-body {
  border: 1px solid #eee;
}
.rs-price-table-menu ul {
  margin: 0;
}
.rs-price-table-menu ul,
.rs-price-table-menu li {
  list-style: none;
}
.rs-price-table-menu .rs-pricing-table-body h3.rs-pricing-menu-features-title {
  margin-bottom: 0px;
}
.rs-price-table-menu .rs-pricing-table-body .full-menu-item .price-menu {
  display: flex;
  flex-wrap: wrap;
}
.rs-price-table-menu .rs-pricing-table-body .full-menu-item .price-menu .rs-pricing-menu-image {
  margin-right: 10px;
  flex-grow: 0;
  width: 80px;
}
.rs-price-table-menu .rs-pricing-table-body .full-menu-item .price-menu .rs-pricing-table-feature-text {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  width: 100%;
}
.rs-price-table-menu .rs-pricing-table-body .full-menu-item .price-menu .rs-pricing-table-feature-text span.rs-price-title-connector {
  border-bottom: 1px dashed #ccc;
  height: 1px;
  flex-grow: 1;
  align-self: center;
  margin: 0 20px;
}
.rs-price-table-menu .rs-pricing-table-body .full-menu-item .price-menu .rs-pricing-table-feature-text span {
  align-self: center;
}
.rs-price-table-menu .rs-pricing-table-body .full-menu-item .price-menu .menu-price {
  display: inline-table;
  align-self: center;
}
.elementor-invisible.elementor-widget-rs-timecounter {
  visibility: visible;
}
.wpcf7 label {
  display: block;
}
.form_btn_center .wpcf7-submit {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.style-first .cat_list .post-categories:before {
  content: '';
  margin-right: 10px;
  width: 35px;
  height: 1px;
  background: #333333;
  display: inline-block;
  top: -4px;
  position: relative;
}
.style-first .cat_list .post-categories:after {
  content: '';
  margin-left: 1px;
  width: 35px;
  height: 1px;
  background: #333333;
  display: inline-block;
  top: -4px;
  position: relative;
}
.style-first.style-2nd .rs-articles {
  margin-bottom: 50px;
}
.style-first.style-2nd .article-content {
  position: relative;
}
.style-first.style-2nd .article-content:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  width: 170px;
  transform: translateX(-50%);
  border-bottom: 1px dashed #e1e1e1;
}
.form_btn_right .wpcf7-submit {
  position: relative;
  left: 100%;
  transform: translateX(-100%);
}
.rs-dual-heading .second_title {
  color: #333333;
}
.rs-faq-main .rs-faq-title {
  background: #f7f7f7;
  padding: 15px 20px;
  margin-bottom: 0;
}
.rs-faq-main .rs-faq-title span {
  padding-right: 10px;
}
.rs-faq-main .rs-faq-content {
  padding: 30px 20px 50px;
}
.rs-image {
  position: relative;
  width: 100%;
  height: 100%;
}
.rs-image.yes .veritcal {
  animation-name: veritcal;
  animation-timing-function: linear;
  animation-duration: 12s;
  animation-iteration-count: infinite;
}
@keyframes veritcal {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0);
  }
}
.rs-image.yes .horizontal {
  animation-name: horizontal;
  animation-timing-function: linear;
  animation-duration: 12s;
  animation-iteration-count: infinite;
}
@keyframes horizontal {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(100px);
  }
  100% {
    transform: translateX(0);
  }
}
/*Image Hover Effect*/
.rs-image-hover-effect {
  overflow: hidden;
  position: relative;
}
.rs-image-hover-effect .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 5px;
  transition: all 0.3s ease 0s;
}
.rs-image-hover-effect .image-part {
  overflow: hidden;
  border-radius: 5px;
}
.rs-image-hover-effect .image-part img {
  border-radius: 5px;
  transition: all 0.3s ease 0s;
}
.rs-image-hover-effect .image-content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  padding: 20px;
  transition: all 0.3s ease 0s;
  z-index: 2;
}
.rs-image-hover-effect .image-content .title-part .prefix-part .title-prefix {
  text-align: left;
  color: #333333;
  margin-bottom: 0;
}
.rs-image-hover-effect .image-content .title-part .image-title-part .image-title {
  margin-bottom: 10px;
}
.rs-image-hover-effect .image-content .title-part .image-title-part .image-title a {
  color: #333333;
}
.rs-image-hover-effect .image-content .description-part .description-text {
  text-align: left;
  color: #333333;
  margin-bottom: 10px;
}
.rs-image-hover-effect .image-content .button-part .image-btn {
  display: inline-block;
  color: #ffffff;
  background: #baa08f;
  font-size: 15px;
  line-height: 1;
  padding: 10px 25px;
  border-radius: 5px;
  transition: all 0.3s ease 0s;
}
.rs-image-hover-effect .image-content .button-part .image-btn.icon-before span {
  float: right;
}
.rs-image-hover-effect .image-content .button-part .image-btn.icon-before i {
  position: absolute;
  transition: all 0.3s ease 0s;
}
.rs-image-hover-effect .image-content .button-part .image-btn.icon-after span {
  float: left;
}
.rs-image-hover-effect .image-content .button-part .image-btn.icon-after i {
  margin-left: 10px;
  transition: all 0.3s ease 0s;
}
.rs-image-hover-effect .image-content .button-part .image-btn:hover {
  background: #333333;
}
.rs-image-hover-effect .image-content .button-part .image-btn:hover i {
  margin-left: 10px;
}
.rs-image-hover-effect:hover .image-overlay {
  background-color: rgba(0, 0, 0, 0.65);
}
.rs-image-hover-effect:hover .image-part img {
  transform: scale(1.15);
}
.rs-image-hover-effect:hover .image-content .title-part .prefix-part .title-prefix {
  color: #ffffff;
}
.rs-image-hover-effect:hover .image-content .title-part .image-title-part .image-title a {
  color: #ffffff;
}
.rs-image-hover-effect:hover .image-content .description-part .description-text {
  color: #ffffff;
}
/*RS Image Hover Effect Animation*/
.rs-image-hover-effect {
  /* rs-image-fade-in-up
       ----------------------------- */
  /* rs-image-fade-in-down
       ----------------------------- */
  /* rs-image-fade-in-left
       ----------------------------- */
  /* rs-image-fade-in-right
       ----------------------------- */
  /* rs-image-push-*
       ----------------------------- */
  /* rs-image-push-up
       ----------------------------- */
  /* rs-image-push-down
       ----------------------------- */
  /* rs-image-push-left
       ----------------------------- */
  /* rs-image-push--right
       ----------------------------- */
  /* rs-image-slide-*
       ----------------------------- */
  /* rs-image-slide-up
       ----------------------------- */
  /* rs-image-slide-down
       ----------------------------- */
  /* rs-image-slide-left
       ----------------------------- */
  /* rs-image-slide-right
       ----------------------------- */
  /* rs-image-reveal-*
       ----------------------------- */
  /* rs-image-reveal-up
       ----------------------------- */
  /* rs-image-reveal-down
       ----------------------------- */
  /* rs-image-reveal-left
       ----------------------------- */
  /* rs-image-reveal-right
       ----------------------------- */
  /* rs-image-hinge-*
       ----------------------------- */
  /* rs-image-hinge-up
       ----------------------------- */
  /* rs-image-hinge-down
       ----------------------------- */
  /* rs-image-hinge-left
       ----------------------------- */
  /* rs-image-hinge-right
       ----------------------------- */
  /* rs-image-flip-*
       ----------------------------- */
  /* rs-image-flip-horiz
       ----------------------------- */
  /* rs-image-flip-vert
       ----------------------------- */
  /* rs-image-flip-diag-1
       ----------------------------- */
  /* rs-image-flip-diag-2
       ----------------------------- */
  /* rs-image-shutter-out-*
       ----------------------------- */
  /* rs-image-shutter-out-horiz
       ----------------------------- */
  /* rs-image-shutter-out-vert
       ----------------------------- */
  /* rs-image-shutter-out-diag-1
       ----------------------------- */
  /* rs-image-shutter-out-diag-2
       ----------------------------- */
  /* rs-image-shutter-in-*
       ----------------------------- */
  /* rs-image-shutter-in-horiz
       ----------------------------- */
  /* rs-image-shutter-in-vert
       ----------------------------- */
  /* rs-image-shutter-in-out-horiz
       ----------------------------- */
  /* rs-image-shutter-in-out-vert
       ----------------------------- */
  /* rs-image-shutter-in-out-diag-1
       ----------------------------- */
  /* rs-image-shutter-in-out-diag-2
       ----------------------------- */
  /* rs-image-fold*
       ----------------------------- */
  /* rs-image-fold-up
       ----------------------------- */
  /* rs-image-fold-down
       ----------------------------- */
  /* rs-image-fold-left
       ----------------------------- */
  /* rs-image-fold-right
       ----------------------------- */
  /* rs-image-zoom-in
       ----------------------------- */
  /* rs-image-zoom-out*
       ----------------------------- */
  /* rs-image-zoom-out
       ----------------------------- */
  /* rs-image-zoom-out-up
       ----------------------------- */
  /* rs-image-zoom-out-down
       ----------------------------- */
  /* rs-image-zoom-out-left
       ----------------------------- */
  /* rs-image-zoom-out-right
       ----------------------------- */
  /* rs-image-zoom-out-flip-horiz
       ----------------------------- */
  /* rs-image-zoom-out-flip-vert
       ----------------------------- */
  /* rs-image-blur
       ----------------------------- */
  /*Image Moving Part CSS*/
  /*Long Image Top to Bottom CSS*/
  /*End RS Image Hover Effect Animation*/
}
.rs-image-hover-effect [class^='rs-image-fade'] .image-content,
.rs-image-hover-effect [class*=' rs-image-fade'] .image-content {
  opacity: 0;
}
.rs-image-hover-effect [class^='rs-image-fade']:hover .image-content,
.rs-image-hover-effect [class*=' rs-image-fade']:hover .image-content {
  opacity: 1;
}
.rs-image-hover-effect [class^='rs-image-fade']:hover .image-part img,
.rs-image-hover-effect [class^='rs-image-fade']:hover .image-content,
.rs-image-hover-effect [class*=' rs-image-fade']:hover .image-part img,
.rs-image-hover-effect [class*=' rs-image-fade']:hover .image-content {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.rs-image-hover-effect .rs-image-fade-in-up .image-content {
  -webkit-transform: translate(0, 15%);
  -moz-transform: translate(0, 15%);
  -ms-transform: translate(0, 15%);
  -o-transform: translate(0, 15%);
  transform: translate(0, 15%);
}
.rs-image-hover-effect .rs-image-fade-in-down .image-content {
  -webkit-transform: translate(0, -15%);
  -moz-transform: translate(0, -15%);
  -ms-transform: translate(0, -15%);
  -o-transform: translate(0, -15%);
  transform: translate(0, -15%);
}
.rs-image-hover-effect .rs-image-fade-in-left .image-content {
  -webkit-transform: translate(-15%, 0);
  -moz-transform: translate(-15%, 0);
  -ms-transform: translate(-15%, 0);
  -o-transform: translate(-15%, 0);
  transform: translate(-15%, 0);
}
.rs-image-hover-effect .rs-image-fade-in-right .image-content {
  -webkit-transform: translate(15%, 0);
  -moz-transform: translate(15%, 0);
  -ms-transform: translate(15%, 0);
  -o-transform: translate(15%, 0);
  transform: translate(15%, 0);
}
.rs-image-hover-effect [class^='rs-image-push-']:hover .image-content,
.rs-image-hover-effect [class*=' rs-image-push-']:hover .image-content {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.rs-image-hover-effect .rs-image-push-up .image-content {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.rs-image-hover-effect .rs-image-push-up:hover .image-part img {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.rs-image-hover-effect .rs-image-push-down .image-content {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.rs-image-hover-effect .rs-image-push-down:hover .image-part img {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.rs-image-hover-effect .rs-image-push-left .image-content {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.rs-image-hover-effect .rs-image-push-left:hover .image-part img {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.rs-image-hover-effect .rs-image-push-right .image-content {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.rs-image-hover-effect .rs-image-push-right:hover .image-part img {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.rs-image-hover-effect [class^='rs-image-slide-']:hover .image-content,
.rs-image-hover-effect [class*=' rs-image-slide-']:hover .image-content {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.rs-image-hover-effect .rs-image-slide-up .image-content {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.rs-image-hover-effect .rs-image-slide-down .image-content {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.rs-image-hover-effect .rs-image-slide-left .image-content {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.rs-image-hover-effect .rs-image-slide-right .image-content {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.rs-image-hover-effect [class^='rs-image-reveal-']:before,
.rs-image-hover-effect [class*=' rs-image-reveal-']:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
}
.rs-image-hover-effect [class^='rs-image-reveal-'] .image-content,
.rs-image-hover-effect [class*=' rs-image-reveal-'] .image-content {
  opacity: 0;
}
.rs-image-hover-effect [class^='rs-image-reveal-']:hover:before,
.rs-image-hover-effect [class*=' rs-image-reveal-']:hover:before {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.rs-image-hover-effect [class^='rs-image-reveal-']:hover .image-content,
.rs-image-hover-effect [class*=' rs-image-reveal-']:hover .image-content {
  opacity: 1;
  -webkit-transition-delay: 0.21s;
  -moz-transition-delay: 0.21s;
  transition-delay: 0.21s;
}
.rs-image-hover-effect .rs-image-reveal-up:before {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.rs-image-hover-effect .rs-image-reveal-down:before {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.rs-image-hover-effect .rs-image-reveal-left:before {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.rs-image-hover-effect .rs-image-reveal-right:before {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.rs-image-hover-effect [class^='rs-image-hinge-'],
.rs-image-hover-effect [class*=' rs-image-hinge-'] {
  -webkit-perspective: 50em;
  -moz-perspective: 50em;
  perspective: 50em;
}
.rs-image-hover-effect [class^='rs-image-hinge-'] .image-content,
.rs-image-hover-effect [class*=' rs-image-hinge-'] .image-content {
  opacity: 0;
  z-index: 1;
}
.rs-image-hover-effect [class^='rs-image-hinge-']:hover img,
.rs-image-hover-effect [class*=' rs-image-hinge-']:hover img {
  opacity: 0;
}
.rs-image-hover-effect [class^='rs-image-hinge-']:hover .image-content,
.rs-image-hover-effect [class*=' rs-image-hinge-']:hover .image-content {
  opacity: 1;
  -webkit-transition-delay: 0.21s;
  -moz-transition-delay: 0.21s;
  transition-delay: 0.21s;
}
.rs-image-hover-effect .rs-image-hinge-up img {
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.rs-image-hover-effect .rs-image-hinge-up .image-content {
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.rs-image-hover-effect .rs-image-hinge-up:hover .image-part img {
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
.rs-image-hover-effect .rs-image-hinge-up:hover .image-content {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
}
.rs-image-hover-effect .rs-image-hinge-down img {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.rs-image-hover-effect .rs-image-hinge-down .image-content {
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% -50%;
  -moz-transform-origin: 50% -50%;
  -ms-transform-origin: 50% -50%;
  -o-transform-origin: 50% -50%;
  transform-origin: 50% -50%;
}
.rs-image-hover-effect .rs-image-hinge-down:hover .image-part img {
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  opacity: 0;
}
.rs-image-hover-effect .rs-image-hinge-down:hover .image-content {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
}
.rs-image-hover-effect .rs-image-hinge-left img {
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.rs-image-hover-effect .rs-image-hinge-left .image-content {
  -webkit-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  -o-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.rs-image-hover-effect .rs-image-hinge-left:hover .image-part img {
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
.rs-image-hover-effect .rs-image-hinge-left:hover .image-content {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
}
.rs-image-hover-effect .rs-image-hinge-right img {
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.rs-image-hover-effect .rs-image-hinge-right .image-content {
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.rs-image-hover-effect .rs-image-hinge-right:hover .image-part img {
  -webkit-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  -o-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}
.rs-image-hover-effect .rs-image-hinge-right:hover .image-content {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
}
.rs-image-hover-effect [class^='rs-image-flip-'],
.rs-image-hover-effect [class*=' rs-image-flip-'] {
  -webkit-perspective: 50em;
  -moz-perspective: 50em;
  perspective: 50em;
}
.rs-image-hover-effect [class^='rs-image-flip-'] img,
.rs-image-hover-effect [class*=' rs-image-flip-'] img {
  backface-visibility: hidden;
}
.rs-image-hover-effect [class^='rs-image-flip-'] .image-content,
.rs-image-hover-effect [class*=' rs-image-flip-'] .image-content {
  opacity: 0;
}
.rs-image-hover-effect [class^='rs-image-flip-']:hover .image-part img,
.rs-image-hover-effect [class*=' rs-image-flip-']:hover .image-part img {
  opacity: 0;
}
.rs-image-hover-effect [class^='rs-image-flip-']:hover .image-content,
.rs-image-hover-effect [class*=' rs-image-flip-']:hover .image-content {
  opacity: 1;
  -webkit-transition-delay: 0.14s;
  -moz-transition-delay: 0.14s;
  transition-delay: 0.14s;
}
.rs-image-hover-effect .rs-image-flip-horiz .image-content {
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.rs-image-hover-effect .rs-image-flip-horiz:hover img {
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.rs-image-hover-effect .rs-image-flip-horiz:hover .image-content {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.rs-image-hover-effect .rs-image-flip-vert .image-content {
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.rs-image-hover-effect .rs-image-flip-vert:hover .image-part img {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.rs-image-hover-effect .rs-image-flip-vert:hover .image-content {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.rs-image-hover-effect .rs-image-flip-diag-1 .image-content {
  -webkit-transform: rotate3d(1, -1, 0, 100deg);
  -moz-transform: rotate3d(1, -1, 0, 100deg);
  -ms-transform: rotate3d(1, -1, 0, 100deg);
  -o-transform: rotate3d(1, -1, 0, 100deg);
  transform: rotate3d(1, -1, 0, 100deg);
}
.rs-image-hover-effect .rs-image-flip-diag-1:hover .image-part img {
  -webkit-transform: rotate3d(-1, 1, 0, 100deg);
  -moz-transform: rotate3d(-1, 1, 0, 100deg);
  -ms-transform: rotate3d(-1, 1, 0, 100deg);
  -o-transform: rotate3d(-1, 1, 0, 100deg);
  transform: rotate3d(-1, 1, 0, 100deg);
}
.rs-image-hover-effect .rs-image-flip-diag-1:hover .image-content {
  -webkit-transform: rotate3d(0, 0, 0, 0deg);
  -moz-transform: rotate3d(0, 0, 0, 0deg);
  -ms-transform: rotate3d(0, 0, 0, 0deg);
  -o-transform: rotate3d(0, 0, 0, 0deg);
  transform: rotate3d(0, 0, 0, 0deg);
}
.rs-image-hover-effect .rs-image-flip-diag-2 .image-content {
  -webkit-transform: rotate3d(1, 1, 0, 100deg);
  -moz-transform: rotate3d(1, 1, 0, 100deg);
  -ms-transform: rotate3d(1, 1, 0, 100deg);
  -o-transform: rotate3d(1, 1, 0, 100deg);
  transform: rotate3d(1, 1, 0, 100deg);
}
.rs-image-hover-effect .rs-image-flip-diag-2:hover .image-part img {
  -webkit-transform: rotate3d(-1, -1, 0, 100deg);
  -moz-transform: rotate3d(-1, -1, 0, 100deg);
  -ms-transform: rotate3d(-1, -1, 0, 100deg);
  -o-transform: rotate3d(-1, -1, 0, 100deg);
  transform: rotate3d(-1, -1, 0, 100deg);
}
.rs-image-hover-effect .rs-image-flip-diag-2:hover .image-content {
  -webkit-transform: rotate3d(0, 0, 0, 0deg);
  -moz-transform: rotate3d(0, 0, 0, 0deg);
  -ms-transform: rotate3d(0, 0, 0, 0deg);
  -o-transform: rotate3d(0, 0, 0, 0deg);
  transform: rotate3d(0, 0, 0, 0deg);
}
.rs-image-hover-effect [class^='rs-image-shutter-out-']:before,
.rs-image-hover-effect [class*=' rs-image-shutter-out-']:before {
  position: absolute;
  content: '';
  -webkit-transition-delay: 0.105s;
  -moz-transition-delay: 0.105s;
  transition-delay: 0.105s;
}
.rs-image-hover-effect [class^='rs-image-shutter-out-'] .image-content,
.rs-image-hover-effect [class*=' rs-image-shutter-out-'] .image-content {
  opacity: 0;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}
.rs-image-hover-effect [class^='rs-image-shutter-out-']:hover:before,
.rs-image-hover-effect [class*=' rs-image-shutter-out-']:hover:before {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}
.rs-image-hover-effect [class^='rs-image-shutter-out-']:hover .image-content,
.rs-image-hover-effect [class*=' rs-image-shutter-out-']:hover .image-content {
  opacity: 1;
  -webkit-transition-delay: 0.105s;
  -moz-transition-delay: 0.105s;
  transition-delay: 0.105s;
}
.rs-image-hover-effect .rs-image-shutter-out-horiz:before {
  left: 50%;
  right: 50%;
  top: 0;
  bottom: 0;
}
.rs-image-hover-effect .rs-image-shutter-out-horiz:hover:before {
  left: 0;
  right: 0;
}
.rs-image-hover-effect .rs-image-shutter-out-vert:before {
  top: 50%;
  bottom: 50%;
  left: 0;
  right: 0;
}
.rs-image-hover-effect .rs-image-shutter-out-vert:hover:before {
  top: 0;
  bottom: 0;
}
.rs-image-hover-effect .rs-image-shutter-out-diag-1:before {
  top: 50%;
  bottom: 50%;
  left: -35%;
  right: -35%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rs-image-hover-effect .rs-image-shutter-out-diag-1:hover:before {
  top: -35%;
  bottom: -35%;
}
.rs-image-hover-effect .rs-image-shutter-out-diag-2:before {
  top: 50%;
  bottom: 50%;
  left: -35%;
  right: -35%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.rs-image-hover-effect .rs-image-shutter-out-diag-2:hover:before {
  top: -35%;
  bottom: -35%;
}
.rs-image-hover-effect [class^='rs-image-shutter-in-']:after,
.rs-image-hover-effect [class^='rs-image-shutter-in-']:before,
.rs-image-hover-effect [class*=' rs-image-shutter-in-']:after,
.rs-image-hover-effect [class*=' rs-image-shutter-in-']:before {
  position: absolute;
  content: '';
}
.rs-image-hover-effect [class^='rs-image-shutter-in-']:after,
.rs-image-hover-effect [class*=' rs-image-shutter-in-']:after {
  top: 0;
  left: 0;
}
.rs-image-hover-effect [class^='rs-image-shutter-in-']:before,
.rs-image-hover-effect [class*=' rs-image-shutter-in-']:before {
  right: 0;
  bottom: 0;
}
.rs-image-hover-effect [class^='rs-image-shutter-in-'] .image-content,
.rs-image-hover-effect [class*=' rs-image-shutter-in-'] .image-content {
  opacity: 0;
  z-index: 1;
}
.rs-image-hover-effect [class^='rs-image-shutter-in-']:hover .image-content,
.rs-image-hover-effect [class*=' rs-image-shutter-in-']:hover .image-content {
  opacity: 1;
  -webkit-transition-delay: 0.21s;
  -moz-transition-delay: 0.21s;
  transition-delay: 0.21s;
}
.rs-image-hover-effect .rs-image-shutter-in-horiz:after,
.rs-image-hover-effect .rs-image-shutter-in-horiz:before {
  width: 0;
  height: 100%;
}
.rs-image-hover-effect .rs-image-shutter-in-horiz:hover:after,
.rs-image-hover-effect .rs-image-shutter-in-horiz:hover:before {
  width: 50%;
}
.rs-image-hover-effect .rs-image-shutter-in-vert:after,
.rs-image-hover-effect .rs-image-shutter-in-vert:before {
  height: 0;
  width: 100%;
}
.rs-image-hover-effect .rs-image-shutter-in-vert:hover:after,
.rs-image-hover-effect .rs-image-shutter-in-vert:hover:before {
  height: 50%;
}
.rs-image-hover-effect .rs-image-shutter-in-out-horiz:after,
.rs-image-hover-effect .rs-image-shutter-in-out-horiz:before {
  width: 0;
  height: 100%;
  opacity: 0.75;
}
.rs-image-hover-effect .rs-image-shutter-in-out-horiz:hover:after,
.rs-image-hover-effect .rs-image-shutter-in-out-horiz:hover:before {
  width: 100%;
}
.rs-image-hover-effect .rs-image-shutter-in-out-vert:after,
.rs-image-hover-effect .rs-image-shutter-in-out-vert:before {
  height: 0;
  width: 100%;
  opacity: 0.75;
}
.rs-image-hover-effect .rs-image-shutter-in-out-vert:hover:after,
.rs-image-hover-effect .rs-image-shutter-in-out-vert:hover:before {
  height: 100%;
}
.rs-image-hover-effect .rs-image-shutter-in-out-diag-1:after,
.rs-image-hover-effect .rs-image-shutter-in-out-diag-1:before {
  width: 200%;
  height: 200%;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0.75;
}
.rs-image-hover-effect .rs-image-shutter-in-out-diag-1:after {
  -webkit-transform: skew(-45deg) translateX(-150%);
  -moz-transform: skew(-45deg) translateX(-150%);
  -ms-transform: skew(-45deg) translateX(-150%);
  -o-transform: skew(-45deg) translateX(-150%);
  transform: skew(-45deg) translateX(-150%);
}
.rs-image-hover-effect .rs-image-shutter-in-out-diag-1:before {
  -webkit-transform: skew(-45deg) translateX(150%);
  -moz-transform: skew(-45deg) translateX(150%);
  -ms-transform: skew(-45deg) translateX(150%);
  -o-transform: skew(-45deg) translateX(150%);
  transform: skew(-45deg) translateX(150%);
}
.rs-image-hover-effect .rs-image-shutter-in-out-diag-1:hover:after {
  -webkit-transform: skew(-45deg) translateX(-50%);
  -moz-transform: skew(-45deg) translateX(-50%);
  -ms-transform: skew(-45deg) translateX(-50%);
  -o-transform: skew(-45deg) translateX(-50%);
  transform: skew(-45deg) translateX(-50%);
}
.rs-image-hover-effect .rs-image-shutter-in-out-diag-1:hover:before {
  -webkit-transform: skew(-45deg) translateX(50%);
  -moz-transform: skew(-45deg) translateX(50%);
  -ms-transform: skew(-45deg) translateX(50%);
  -o-transform: skew(-45deg) translateX(50%);
  transform: skew(-45deg) translateX(50%);
}
.rs-image-hover-effect .rs-image-shutter-in-out-diag-2:after,
.rs-image-hover-effect .rs-image-shutter-in-out-diag-2:before {
  width: 200%;
  height: 200%;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0.75;
}
.rs-image-hover-effect .rs-image-shutter-in-out-diag-2:after {
  -webkit-transform: skew(45deg) translateX(-100%);
  -moz-transform: skew(45deg) translateX(-100%);
  -ms-transform: skew(45deg) translateX(-100%);
  -o-transform: skew(45deg) translateX(-100%);
  transform: skew(45deg) translateX(-100%);
}
.rs-image-hover-effect .rs-image-shutter-in-out-diag-2:before {
  -webkit-transform: skew(45deg) translateX(100%);
  -moz-transform: skew(45deg) translateX(100%);
  -ms-transform: skew(45deg) translateX(100%);
  -o-transform: skew(45deg) translateX(100%);
  transform: skew(45deg) translateX(100%);
}
.rs-image-hover-effect .rs-image-shutter-in-out-diag-2:hover:after {
  -webkit-transform: skew(45deg) translateX(0%);
  -moz-transform: skew(45deg) translateX(0%);
  -ms-transform: skew(45deg) translateX(0%);
  -o-transform: skew(45deg) translateX(0%);
  transform: skew(45deg) translateX(0%);
}
.rs-image-hover-effect .rs-image-shutter-in-out-diag-2:hover:before {
  -webkit-transform: skew(45deg) translateX(0%);
  -moz-transform: skew(45deg) translateX(0%);
  -ms-transform: skew(45deg) translateX(0%);
  -o-transform: skew(45deg) translateX(0%);
  transform: skew(45deg) translateX(0%);
}
.rs-image-hover-effect [class^='rs-image-fold'],
.rs-image-hover-effect [class*=' rs-image-fold'] {
  -webkit-perspective: 50em;
  -moz-perspective: 50em;
  perspective: 50em;
}
.rs-image-hover-effect [class^='rs-image-fold'] img,
.rs-image-hover-effect [class*=' rs-image-fold'] img {
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.rs-image-hover-effect [class^='rs-image-fold'] .image-content,
.rs-image-hover-effect [class*=' rs-image-fold'] .image-content {
  z-index: 1;
  opacity: 0;
}
.rs-image-hover-effect [class^='rs-image-fold']:hover .image-part img,
.rs-image-hover-effect [class*=' rs-image-fold']:hover .image-part img {
  opacity: 0;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  transition-delay: 0;
}
.rs-image-hover-effect [class^='rs-image-fold']:hover .image-content,
.rs-image-hover-effect [class*=' rs-image-fold']:hover .image-content {
  -webkit-transform: rotateX(0) translate3d(0, 0%, 0) scale(1);
  -moz-transform: rotateX(0) translate3d(0, 0%, 0) scale(1);
  -ms-transform: rotateX(0) translate3d(0, 0%, 0) scale(1);
  -o-transform: rotateX(0) translate3d(0, 0%, 0) scale(1);
  transform: rotateX(0) translate3d(0, 0%, 0) scale(1);
  opacity: 1;
  -webkit-transition-delay: 0.21s;
  -moz-transition-delay: 0.21s;
  transition-delay: 0.21s;
}
.rs-image-hover-effect .rs-image-fold-up .image-part img {
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.rs-image-hover-effect .rs-image-fold-up .image-content {
  -webkit-transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6);
  -moz-transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6);
  -ms-transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6);
  -o-transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6);
  transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6);
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.rs-image-hover-effect .rs-image-fold-up:hover .image-part img {
  -webkit-transform: rotateX(90deg) scale(0.6) translateY(50%);
  -moz-transform: rotateX(90deg) scale(0.6) translateY(50%);
  -ms-transform: rotateX(90deg) scale(0.6) translateY(50%);
  -o-transform: rotateX(90deg) scale(0.6) translateY(50%);
  transform: rotateX(90deg) scale(0.6) translateY(50%);
}
.rs-image-hover-effect .rs-image-fold-down .image-part img {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.rs-image-hover-effect .rs-image-fold-down .image-content {
  -webkit-transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(0.6);
  -moz-transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(0.6);
  -ms-transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(0.6);
  -o-transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(0.6);
  transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(0.6);
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.rs-image-hover-effect .rs-image-fold-down:hover .image-part img {
  -webkit-transform: rotateX(-90deg) scale(0.6) translateY(-50%);
  -moz-transform: rotateX(-90deg) scale(0.6) translateY(-50%);
  -ms-transform: rotateX(-90deg) scale(0.6) translateY(-50%);
  -o-transform: rotateX(-90deg) scale(0.6) translateY(-50%);
  transform: rotateX(-90deg) scale(0.6) translateY(-50%);
}
.rs-image-hover-effect .rs-image-fold-left .image-part img {
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.rs-image-hover-effect .rs-image-fold-left .image-content {
  -webkit-transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6);
  -moz-transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6);
  -ms-transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6);
  -o-transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6);
  transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.rs-image-hover-effect .rs-image-fold-left:hover .image-part img {
  -webkit-transform: rotateY(-90deg) scale(0.6) translateX(50%);
  -moz-transform: rotateY(-90deg) scale(0.6) translateX(50%);
  -ms-transform: rotateY(-90deg) scale(0.6) translateX(50%);
  -o-transform: rotateY(-90deg) scale(0.6) translateX(50%);
  transform: rotateY(-90deg) scale(0.6) translateX(50%);
}
.rs-image-hover-effect .rs-image-fold-right .image-part img {
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.rs-image-hover-effect .rs-image-fold-right .image-content {
  -webkit-transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6);
  -moz-transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6);
  -ms-transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6);
  -o-transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6);
  transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6);
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.rs-image-hover-effect .rs-image-fold-right:hover .image-part img {
  -webkit-transform: rotateY(90deg) scale(0.6) translateX(-50%);
  -moz-transform: rotateY(90deg) scale(0.6) translateX(-50%);
  -ms-transform: rotateY(90deg) scale(0.6) translateX(-50%);
  -o-transform: rotateY(90deg) scale(0.6) translateX(-50%);
  transform: rotateY(90deg) scale(0.6) translateX(-50%);
}
.rs-image-hover-effect .rs-image-zoom-in .image-content {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
.rs-image-hover-effect .rs-image-zoom-in:hover .image-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.rs-image-hover-effect [class^='rs-image-zoom-out'] .image-content,
.rs-image-hover-effect [class*=' rs-image-zoom-out'] .image-content {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0;
}
.rs-image-hover-effect [class^='rs-image-zoom-out']:hover .image-content,
.rs-image-hover-effect [class^='rs-image-zoom-out'].hover .image-content,
.rs-image-hover-effect [class*=' rs-image-zoom-out']:hover .image-content,
.rs-image-hover-effect [class*=' rs-image-zoom-out'].hover .image-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  -moz-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.rs-image-hover-effect .rs-image-zoom-out:hover .image-part img {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}
.rs-image-hover-effect .rs-image-zoom-out-up:hover .image-part img,
.rs-image-hover-effect .rs-image-zoom-out-up.hover .image-part img {
  -webkit-animation: rs-image-zoom-out-up 0.4025s linear;
  -moz-animation: rs-image-zoom-out-up 0.4025s linear;
  animation: rs-image-zoom-out-up 0.4025s linear;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes rs-image-zoom-out-up {
  50% {
    -webkit-transform: scale(0.8) translateY(0%);
    -moz-transform: scale(0.8) translateY(0%);
    -ms-transform: scale(0.8) translateY(0%);
    -o-transform: scale(0.8) translateY(0%);
    transform: scale(0.8) translateY(0%);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.8) translateY(-150%);
    -moz-transform: scale(0.8) translateY(-150%);
    -ms-transform: scale(0.8) translateY(-150%);
    -o-transform: scale(0.8) translateY(-150%);
    transform: scale(0.8) translateY(-150%);
    opacity: 0.5;
  }
}
@keyframes rs-image-zoom-out-up {
  50% {
    -webkit-transform: scale(0.8) translateY(0%);
    -moz-transform: scale(0.8) translateY(0%);
    -ms-transform: scale(0.8) translateY(0%);
    -o-transform: scale(0.8) translateY(0%);
    transform: scale(0.8) translateY(0%);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.8) translateY(-150%);
    -moz-transform: scale(0.8) translateY(-150%);
    -ms-transform: scale(0.8) translateY(-150%);
    -o-transform: scale(0.8) translateY(-150%);
    transform: scale(0.8) translateY(-150%);
    opacity: 0.5;
  }
}
.rs-image-hover-effect .rs-image-zoom-out-down:hover .image-part img,
.rs-image-hover-effect .rs-image-zoom-out-down.hover .image-part img {
  -webkit-animation: rs-image-zoom-out-down 0.4025s linear;
  -moz-animation: rs-image-zoom-out-down 0.4025s linear;
  animation: rs-image-zoom-out-down 0.4025s linear;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes rs-image-zoom-out-down {
  50% {
    -webkit-transform: scale(0.8) translateY(0%);
    -moz-transform: scale(0.8) translateY(0%);
    -ms-transform: scale(0.8) translateY(0%);
    -o-transform: scale(0.8) translateY(0%);
    transform: scale(0.8) translateY(0%);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.8) translateY(150%);
    -moz-transform: scale(0.8) translateY(150%);
    -ms-transform: scale(0.8) translateY(150%);
    -o-transform: scale(0.8) translateY(150%);
    transform: scale(0.8) translateY(150%);
    opacity: 0.5;
  }
}
@keyframes rs-image-zoom-out-down {
  50% {
    -webkit-transform: scale(0.8) translateY(0%);
    -moz-transform: scale(0.8) translateY(0%);
    -ms-transform: scale(0.8) translateY(0%);
    -o-transform: scale(0.8) translateY(0%);
    transform: scale(0.8) translateY(0%);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.8) translateY(150%);
    -moz-transform: scale(0.8) translateY(150%);
    -ms-transform: scale(0.8) translateY(150%);
    -o-transform: scale(0.8) translateY(150%);
    transform: scale(0.8) translateY(150%);
    opacity: 0.5;
  }
}
.rs-image-hover-effect .rs-image-zoom-out-left:hover .image-part img,
.rs-image-hover-effect .rs-image-zoom-out-left.hover .image-part img {
  -webkit-animation: rs-image-zoom-out-left 0.4025s linear;
  -moz-animation: rs-image-zoom-out-left 0.4025s linear;
  animation: rs-image-zoom-out-left 0.4025s linear;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes rs-image-zoom-out-left {
  50% {
    -webkit-transform: scale(0.8) translateX(0%);
    -moz-transform: scale(0.8) translateX(0%);
    -ms-transform: scale(0.8) translateX(0%);
    -o-transform: scale(0.8) translateX(0%);
    transform: scale(0.8) translateX(0%);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.8) translateX(-150%);
    -moz-transform: scale(0.8) translateX(-150%);
    -ms-transform: scale(0.8) translateX(-150%);
    -o-transform: scale(0.8) translateX(-150%);
    transform: scale(0.8) translateX(-150%);
    opacity: 0.5;
  }
}
@keyframes rs-image-zoom-out-left {
  50% {
    -webkit-transform: scale(0.8) translateX(0%);
    -moz-transform: scale(0.8) translateX(0%);
    -ms-transform: scale(0.8) translateX(0%);
    -o-transform: scale(0.8) translateX(0%);
    transform: scale(0.8) translateX(0%);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.8) translateX(-150%);
    -moz-transform: scale(0.8) translateX(-150%);
    -ms-transform: scale(0.8) translateX(-150%);
    -o-transform: scale(0.8) translateX(-150%);
    transform: scale(0.8) translateX(-150%);
    opacity: 0.5;
  }
}
.rs-image-hover-effect .rs-image-zoom-out-right:hover .image-part img,
.rs-image-hover-effect .rs-image-zoom-out-right.hover .image-part img {
  -webkit-animation: rs-image-zoom-out-right 0.4025s linear;
  -moz-animation: rs-image-zoom-out-right 0.4025s linear;
  animation: rs-image-zoom-out-right 0.4025s linear;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes rs-image-zoom-out-right {
  50% {
    -webkit-transform: scale(0.8) translateX(0%);
    -moz-transform: scale(0.8) translateX(0%);
    -ms-transform: scale(0.8) translateX(0%);
    -o-transform: scale(0.8) translateX(0%);
    transform: scale(0.8) translateX(0%);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.8) translateX(150%);
    -moz-transform: scale(0.8) translateX(150%);
    -ms-transform: scale(0.8) translateX(150%);
    -o-transform: scale(0.8) translateX(150%);
    transform: scale(0.8) translateX(150%);
    opacity: 0.5;
  }
}
@keyframes rs-image-zoom-out-right {
  50% {
    -webkit-transform: scale(0.8) translateX(0%);
    -moz-transform: scale(0.8) translateX(0%);
    -ms-transform: scale(0.8) translateX(0%);
    -o-transform: scale(0.8) translateX(0%);
    transform: scale(0.8) translateX(0%);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.8) translateX(150%);
    -moz-transform: scale(0.8) translateX(150%);
    -ms-transform: scale(0.8) translateX(150%);
    -o-transform: scale(0.8) translateX(150%);
    transform: scale(0.8) translateX(150%);
    opacity: 0.5;
  }
}
.rs-image-hover-effect .rs-image-zoom-out-flip-horiz {
  -webkit-perspective: 50em;
  -moz-perspective: 50em;
  perspective: 50em;
}
.rs-image-hover-effect .rs-image-zoom-out-flip-horiz .image-content {
  opacity: 0;
  -webkit-transform: rotateX(90deg) translateY(-100%) scale(0.5);
  -moz-transform: rotateX(90deg) translateY(-100%) scale(0.5);
  -ms-transform: rotateX(90deg) translateY(-100%) scale(0.5);
  -o-transform: rotateX(90deg) translateY(-100%) scale(0.5);
  transform: rotateX(90deg) translateY(-100%) scale(0.5);
}
.rs-image-hover-effect .rs-image-zoom-out-flip-horiz:hover .image-part img,
.rs-image-hover-effect .rs-image-zoom-out-flip-horiz.hover .image-part img {
  -webkit-transform: rotateX(-100deg) translateY(50%) scale(0.5);
  -moz-transform: rotateX(-100deg) translateY(50%) scale(0.5);
  -ms-transform: rotateX(-100deg) translateY(50%) scale(0.5);
  -o-transform: rotateX(-100deg) translateY(50%) scale(0.5);
  transform: rotateX(-100deg) translateY(50%) scale(0.5);
  opacity: 0;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  transition-delay: 0;
}
.rs-image-hover-effect .rs-image-zoom-out-flip-horiz:hover .image-content,
.rs-image-hover-effect .rs-image-zoom-out-flip-horiz.hover .image-content {
  -webkit-transform: rotateX(0) translateY(0%) scale(1);
  -moz-transform: rotateX(0) translateY(0%) scale(1);
  -ms-transform: rotateX(0) translateY(0%) scale(1);
  -o-transform: rotateX(0) translateY(0%) scale(1);
  transform: rotateX(0) translateY(0%) scale(1);
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  -moz-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.rs-image-hover-effect .rs-image-zoom-out-flip-vert {
  -webkit-perspective: 50em;
  -moz-perspective: 50em;
  perspective: 50em;
}
.rs-image-hover-effect .rs-image-zoom-out-flip-vert .image-content {
  opacity: 0;
  -webkit-transform: rotateY(90deg) translate(50%, 0) scale(0.5);
  -moz-transform: rotateY(90deg) translate(50%, 0) scale(0.5);
  -ms-transform: rotateY(90deg) translate(50%, 0) scale(0.5);
  -o-transform: rotateY(90deg) translate(50%, 0) scale(0.5);
  transform: rotateY(90deg) translate(50%, 0) scale(0.5);
}
.rs-image-hover-effect .rs-image-zoom-out-flip-vert:hover .image-part img,
.rs-image-hover-effect .rs-image-zoom-out-flip-vert.hover .image-part img {
  -webkit-transform: rotateY(-100deg) translateX(50%) scale(0.5);
  -moz-transform: rotateY(-100deg) translateX(50%) scale(0.5);
  -ms-transform: rotateY(-100deg) translateX(50%) scale(0.5);
  -o-transform: rotateY(-100deg) translateX(50%) scale(0.5);
  transform: rotateY(-100deg) translateX(50%) scale(0.5);
  opacity: 0;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  transition-delay: 0;
}
.rs-image-hover-effect .rs-image-zoom-out-flip-vert:hover .image-content,
.rs-image-hover-effect .rs-image-zoom-out-flip-vert.hover .image-content {
  -webkit-transform: rotateY(0) translate(0, 0) scale(1);
  -moz-transform: rotateY(0) translate(0, 0) scale(1);
  -ms-transform: rotateY(0) translate(0, 0) scale(1);
  -o-transform: rotateY(0) translate(0, 0) scale(1);
  transform: rotateY(0) translate(0, 0) scale(1);
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  -moz-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.rs-image-hover-effect .rs-image-blur .image-content {
  opacity: 0;
}
.rs-image-hover-effect .rs-image-blur:hover .image-part img {
  -webkit-filter: blur(30px);
  filter: blur(30px);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
}
.rs-image-hover-effect .rs-image-blur:hover .image-content {
  opacity: 1;
  -webkit-transition-delay: 0.21s;
  -moz-transition-delay: 0.21s;
  transition-delay: 0.21s;
}
.rs-image-hover-effect .rs-image-move-left .image-part img,
.rs-image-hover-effect .rs-image-move-right .image-part img,
.rs-image-hover-effect .rs-image-move-top .image-part img,
.rs-image-hover-effect .rs-image-move-bottom .image-part img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.rs-image-hover-effect .rs-image-move-left .image-part img,
.rs-image-hover-effect .rs-image-move-right:hover .image-part img {
  -webkit-transform-origin: left;
  transform-origin: left;
}
.rs-image-hover-effect .rs-image-move-right .image-part img,
.rs-image-hover-effect .rs-image-move-left:hover .image-part img {
  -webkit-transform-origin: right;
  transform-origin: right;
}
.rs-image-hover-effect .rs-image-move-top .image-part img,
.rs-image-hover-effect .rs-image-move-bottom:hover .image-part img {
  -webkit-transform-origin: top;
  transform-origin: top;
}
.rs-image-hover-effect .rs-image-move-bottom .image-part img,
.rs-image-hover-effect .rs-image-move-top:hover .image-part img {
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}
.rs-image-hover-effect .rs-image-top-down .image-part {
  max-height: 400px;
  transition: 3s;
}
.rs-image-hover-effect .rs-image-top-down:hover .image-part {
  padding-top: 400px;
}
.rs-image-hover-effect .rs-image-top-down .image-part img {
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  vertical-align: bottom;
  transition: 3s;
}
.rs-image-hover-effect .rs-image-top-down:hover .image-part img {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.rs-business-hour .rs-business-schedule {
  display: flex;
  justify-content: space-between;
  padding: 8px;
}
@media only screen and (max-width: 1024px) {
  .rstab-main.no_item_menu ul,
  .rstab-main.vertical,
  .rstab-main ul.nav {
    display: block !important;
  }
  .rstab-main ul.nav li {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .rstab-main.vertical ul.nav {
    margin-right: 0;
  }
  .rstab-main.vertical ul.nav.bubble li a.active:after {
    display: none;
  }
}
/* -----------------------
    Features List CSS
--------------------------*/
.rs-features-list-content ul,
.rs-features-list-content li {
  list-style: none;
  margin: 0;
}
.rs-features-list-content li {
  margin-bottom: 7px;
}
.rs-features-list-content li:last-child {
  margin-bottom: 0px;
}
.rs-features-list-content li i {
  margin-right: 10px;
  color: #333333;
}
/*------------------------------
  Pie progress bar
  -----------------------------*/
.rs-pie-content {
  text-align: center;
}
.rs-pie-content .rspie-title-center {
  display: inline-block;
  position: relative;
  text-align: center;
}
.rs-pie-content .rspie-value {
  display: block;
  position: absolute;
  font-size: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rs-pie-content .number {
  text-align: center;
  display: block;
  padding: 10px 0 0;
  font-size: 20px;
}
/*-----------------------------
    RS DataTable CSS
-------------------------------*/
.elementor-widget-RS-Table .dataTables_filter {
  margin-bottom: 7px;
}
.elementor-widget-RS-Table .dataTables_filter input {
  margin: 0 0 0 10px;
  outline: 0;
  -webkit-appearance: none;
  tap-highlight-color: rgba(255, 255, 255, 0);
  line-height: 1.21428571em;
  padding: .67857143em 1em;
  font-size: 1em;
  background: #fff;
  border: 1px solid rgba(34, 36, 38, 0.15);
  color: rgba(0, 0, 0, 0.87);
  border-radius: .28571429rem;
  -webkit-box-shadow: 0 0 0 0 transparent inset;
  box-shadow: 0 0 0 0 transparent inset;
}
.elementor-widget-RS-Table .rsdatatable-select select {
  margin: 0 10px;
  height: auto;
  padding: 8px 18px;
  border-radius: 5px;
}
.elementor-widget-RS-Table table.dataTable thead th,
.elementor-widget-RS-Table table.dataTable thead td {
  border-bottom: 0;
}
.elementor-widget-RS-Table .dataTables_paginate {
  background: #fff;
  font-weight: 400;
  border: 1px solid rgba(34, 36, 38, 0.15);
  -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
  border-radius: .28571429rem;
  min-height: 2.85714286em;
  padding-top: 0 !important;
  margin-top: 10px;
}
.elementor-widget-RS-Table .dataTables_paginate a.paginate_button {
  background: none !important;
  box-shadow: none !important;
  border: none !important;
}
.elementor-widget-RS-Table .dataTables_paginate a.paginate_button.current {
  box-shadow: none !important;
  background: rgba(0, 0, 0, 0.05) !important;
}
.elementor-widget-RS-Table .dataTables_paginate a.paginate_button:hover {
  background: rgba(0, 0, 0, 0.05) !important;
  color: #333 !important;
}
.elementor-widget-RS-Table table.dataTable.no-footer {
  border: 0;
}
.elementor-widget-RS-Table table.dataTable {
  border-collapse: collapse;
}
/*------------------------------
  RS Timecounter
  -----------------------------*/
.rs-timecounter .time_circles {
  position: relative;
  width: 100%;
  height: 100%;
}
.rs-timecounter .time_circles canvas {
  opacity: 0;
}
.rs-timecounter .time_circles div {
  position: absolute;
  padding-right: 0;
  text-align: center;
  margin-top: -10px;
}
.rs-timecounter .time_circles div span {
  line-height: 1.2;
  font-size: 55px;
}
.rs-timecounter .time_circles div h4 {
  margin: 0;
}
.rs-timecounter.circle_border_on .time_circles canvas {
  opacity: 1;
}
.rs-timecounter.separator .time_circles > div:after {
  content: ":";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 30px;
}
.rs-timecounter.separator .time_circles > div:last-child:after {
  display: none;
}
.rs-timecounter.background_style .time_circles > div {
  padding: 20px 0 35px;
}
.rs-timecounter.background_style .time_circles > div span {
  background: transparent;
}
.rs-timecounter.background_style .time_circles > div span,
.rs-timecounter.background_style .time_circles > div h4 {
  position: relative;
  z-index: 1;
}
.rs-timecounter.background_style .time_circles > div:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  width: 90%;
  height: 100%;
}
.rs-timecounter.number_border .time_circles > div span {
  border: 4px solid #4a4a4a ;
  padding: 0 15px;
}
.rs-timecounter.number_border .time_circles > div h4 {
  margin-top: 30px;
}
.rs-timecounter.number_border .time_circles > div span,
.rs-timecounter.number_border .time_circles > div h4 {
  position: relative;
  z-index: 1;
}
/*Dual Button CSS-----------
---------------------------*/
.rselement-dual-btn,
.rselement-dual-btn-connector {
  display: inline-block;
}
.rselement-dual-btn-wrapper {
  position: relative;
  text-align: center;
  font-weight: 400;
}
.rselement-dual-btn {
  padding: 1.2rem 3rem;
  max-width: 100%;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
.rselement-dual-btn--left {
  background-color: #fe4d8b;
}
.rselement-dual-btn--left:hover,
.rselement-dual-btn--left:focus {
  background-color: #d00d51;
  color: #fff;
}
.rselement-dual-btn--right {
  background-color: #3023ae;
}
.rselement-dual-btn--right:hover,
.rselement-dual-btn--right:focus {
  background-color: #2e1cde;
  color: #fff;
}
.rselement-dual-btn-connector {
  position: absolute !important;
  z-index: 9;
  overflow: hidden;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
  color: #27374c;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 30px;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.rselement-dual-btn-icon > svg {
  width: 1em;
  height: auto;
}
.rselement-dual-btn-icon > i {
  font-size: 1em;
}
.rselement-dual-btn-icon--before {
  margin-right: 5px;
}
.rselement-dual-btn-icon--after {
  margin-left: 5px;
}
.elementor-widget-rs-dual-button > .elementor-widget-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.elementor-widget-rs-dual-button .rselement-dual-btn--left {
  border-radius: 0;
}
.elementor-widget-rs-dual-button .rselement-dual-btn--right {
  border-radius: 0;
}
.elementor-widget-rs-dual-button .rselement-dual-btn-connector {
  top: 50%;
  right: 0;
}
#load-more-view {
  text-align: center;
  padding: 50px 0 50px;
}
#load-more-view span {
  background: #baa08f;
  display: inline-block;
  padding: 8px 30px 11px;
  border-radius: 2px;
  border: none !important;
  cursor: pointer;
  transition: all .5s ease;
  position: relative;
  color: #ffffff;
}
#load-more-view span.inner-load.display-load {
  padding-right: 50px;
}
#load-more-view span.inner-load.display-load:after {
  content: " ";
  display: block;
  width: 1em;
  height: 1em;
  box-sizing: border-box;
  backface-visibility: hidden;
  border-radius: 50%;
  border: 2px solid currentColor;
  border-left-color: currentcolor;
  border-left-color: transparent;
  top: 15px;
  position: absolute;
  right: 24px;
  opacity: 1;
  animation: ld-spin 1s infinite linear;
}
#load-more-view span:hover {
  background: #333333;
}
/*woocommerce product list*/
.elementor-widget-rs-product-list .product-img,
.elementor-widget-rs-product-slider .product-img,
.elementor-widget-rs-productlist .product-img {
  position: relative;
}
.elementor-widget-rs-product-list .product-img span,
.elementor-widget-rs-product-slider .product-img span,
.elementor-widget-rs-productlist .product-img span {
  position: absolute;
  right: 10px;
  top: 10px;
  background: #fff;
  border-radius: 50%;
  color: #ff0000;
  font-weight: bold;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.elementor-widget-rs-product-list .product-img.overlay,
.elementor-widget-rs-product-slider .product-img.overlay,
.elementor-widget-rs-productlist .product-img.overlay {
  position: relative;
}
.elementor-widget-rs-product-list .product-img.overlay .product-btn,
.elementor-widget-rs-product-slider .product-img.overlay .product-btn,
.elementor-widget-rs-productlist .product-img.overlay .product-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 2s ease;
}
.elementor-widget-rs-product-list .product-img.overlay .product-btn a,
.elementor-widget-rs-product-slider .product-img.overlay .product-btn a,
.elementor-widget-rs-productlist .product-img.overlay .product-btn a {
  padding: 10px 20px;
  background: #000;
  color: #fff;
  font-size: 14px;
}
.elementor-widget-rs-product-list .product-img.overlay .product-btn a:hover,
.elementor-widget-rs-product-slider .product-img.overlay .product-btn a:hover,
.elementor-widget-rs-productlist .product-img.overlay .product-btn a:hover {
  background: #333;
}
.elementor-widget-rs-product-list .product-item .overlay:before,
.elementor-widget-rs-product-slider .product-item .overlay:before,
.elementor-widget-rs-productlist .product-item .overlay:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  transition: all 2s ease;
  position: absolute;
}
.elementor-widget-rs-product-list .product-item:hover .overlay,
.elementor-widget-rs-product-slider .product-item:hover .overlay,
.elementor-widget-rs-productlist .product-item:hover .overlay {
  position: relative;
}
.elementor-widget-rs-product-list .product-item:hover .overlay .product-btn,
.elementor-widget-rs-product-slider .product-item:hover .overlay .product-btn,
.elementor-widget-rs-productlist .product-item:hover .overlay .product-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  z-index: 9;
  text-align: center;
}
.elementor-widget-rs-product-list .product-item:hover .overlay .product-btn a,
.elementor-widget-rs-product-slider .product-item:hover .overlay .product-btn a,
.elementor-widget-rs-productlist .product-item:hover .overlay .product-btn a {
  padding: 10px 20px;
  background: #000;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 10px;
}
.elementor-widget-rs-product-list .product-item:hover .overlay .product-btn a:hover,
.elementor-widget-rs-product-slider .product-item:hover .overlay .product-btn a:hover,
.elementor-widget-rs-productlist .product-item:hover .overlay .product-btn a:hover {
  background: #333;
}
.elementor-widget-rs-product-list .product-item:hover .overlay:before,
.elementor-widget-rs-product-slider .product-item:hover .overlay:before,
.elementor-widget-rs-productlist .product-item:hover .overlay:before {
  opacity: 1;
}
.rselements-product-list {
  text-align: center;
  padding: 30px 15px;
  margin-bottom: 30px;
}
.rselements-product-list h4 {
  margin: 0 0 10px;
  font-size: 20px;
}
.rselements-product-list h4 a {
  color: #333;
}
.rselements-product-list h4 a:hover {
  color: #111;
}
.rselements-product-list .product-price {
  font-size: 16px;
}
.rselements-product-list .product-btn {
  margin-top: 25px;
}
.rselements-product-list .product-btn a {
  padding: 10px 20px;
  background: #000;
  color: #fff;
  font-size: 14px;
}
.rselements-product-list .product-btn a:hover {
  background: #333;
}
.elementor-widget-rs-productlist .product-item {
  padding-bottom: 35px;
}
.elementor-widget-rs-productlist .rselements-product-list {
  text-align: unset;
}
.thumbnail-slider {
  position: relative;
}
.thumbnail-slider .slider-section .item {
  position: relative;
}
.thumbnail-slider .slider-section .item .slider-content {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0 0 95px;
  max-width: 850px;
  margin: 0 auto;
}
.thumbnail-slider .slider-section .item .slider-content .blog-name {
  font-size: 60px;
  line-height: .9;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 14px;
}
.thumbnail-slider .slider-section .item .slider-content .blog-name a {
  color: #333333;
}
.thumbnail-slider .slider-section .item .slider-content .blog-name a:hover {
  color: #333333;
}
.thumbnail-slider .slider-section .item .slider-content .slider-admin .date {
  margin: 0 8px;
}
.thumbnail-slider .slider-section .item .slider-content .slider-admin .date i {
  font-size: 13px;
  position: relative;
  top: -1px;
}
.thumbnail-slider .slider-section .item .slider-content .slider-admin .blog-meta span i {
  margin-right: 5px;
}
.thumbnail-slider .cat_list {
  list-style: none;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.thumbnail-slider .cat_list li {
  position: relative;
}
.thumbnail-slider .cat_list li a {
  padding: 0 8px;
  color: #333333;
  text-transform: uppercase;
}
.thumbnail-slider .cat_list li a:hover {
  color: #ffffff;
}
.thumbnail-slider .cat_list li:after {
  content: '';
  margin: 0 4px 0 5px;
  width: 6px;
  height: 6px;
  background: #baa08f;
  display: inline-block;
  top: -1px;
  position: relative;
  border-radius: 50%;
}
.thumbnail-slider .cat_list li:last-child:after {
  display: none;
}
.thumbnail-slider .slider-nav-thumbnail {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 700px;
  z-index: 1;
}
.thumbnail-slider .slider-nav-thumbnail .item {
  margin: 0 5px;
  border: 5px solid #ffffff;
  cursor: pointer;
  overflow: hidden;
  outline: none;
}
.thumbnail-slider .slider-nav-thumbnail .item img {
  transition: 0.3s ease-in-out;
}
.thumbnail-slider .slider-nav-thumbnail .item.slick-current {
  border-color: rgba(0, 0, 0, 0.1);
}
.thumbnail-slider .slider-nav-thumbnail .item:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.thumbnail-slider .blog-btn .blog-btn {
  background: #333333;
  color: #ffffff;
  padding: 8px 20px 8px;
  transition: all .5s ease;
  border-radius: 3px;
  margin-top: 18px;
  display: inline-block;
}
.thumbnail-slider .blog-btn .blog-btn:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #000;
}
/* ------------------------------------
    07. Category CSS
  ---------------------------------------*/
.rs-category .blog-item {
  margin-bottom: 0;
}
.rs-category .single-category .category-part {
  position: relative;
}
.rs-category .single-category .category-part a {
  display: block;
  overflow: hidden;
}
.rs-category .single-category .category-part a img {
  transition: all .8s ease;
}
.rs-category .single-category .category-part:hover a img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.rs-category .single-category .category-part .category-title {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  width: 230px;
  padding: 15px 0;
  text-align: center;
  border-radius: 3px 3px 0 0;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.03);
}
.rs-category .single-category .category-part .category-title a {
  font-size: 20px;
  font-weight: 700;
}
.rs-category .single-category .category-part .category-title.home3style {
  bottom: unset;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 3px !important;
  background: rgba(255, 255, 255, 0.6);
}
.rs-category .single-category .category-part .category-title.home5style {
  bottom: 25px;
  left: 25px;
  border-radius: 3px;
  transform: unset;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  background: rgba(255, 255, 255, 0.6);
}
.rs-category.layout_2 .single-category .category-part .category-title {
  background: unset;
  width: unset;
  padding: 0;
  bottom: unset;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 230px;
  text-align: center;
  border-radius: 3px;
  padding: 15px 0;
}
.rs-category.layout_2 .single-category .category-part .category-title h3 a {
  color: #ffffff;
}
.rs-category.layout_2 .single-category .category-part .category-title h3 a:hover {
  color: #333333;
}
.rs-category.layout_2 .owl-carousel .owl-nav {
  display: none;
}
.rs-category.nav-style .owl-nav {
  top: 45% !important;
}
.fashion-category {
  overflow: hidden;
}
.fashion-category .rs-category .single-category .category-part .category-title {
  bottom: -22px;
  width: 150px;
  padding: 10px 0;
}
.fashion-category .slick-list {
  overflow: visible;
}
.fashion-category .rs-addon-slider:hover .slick-next {
  right: 45px;
}
.fashion-category .rs-addon-slider:hover .slick-prev {
  left: 45px;
}
.blogs-style3 .rs-articles.rs-articles .article-grid {
  text-align: center;
}
.blogs-style3 .rs-articles.rs-articles .article-grid figure {
  position: relative;
}
.blogs-style3 .rs-articles.rs-articles .article-grid figure .cat_list {
  max-width: 450px;
  z-index: 1;
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto 0;
  padding: 10px 0 10px;
}
.blogs-style3 .rs-articles.rs-articles .article-grid figure .cat_list ul {
  margin: 0;
  display: inline-block;
  background: #ffffff;
  padding: 16px 50px 16px;
  border-radius: 3px 3px 0 0;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.03);
}
.blogs-style3 .rs-articles.rs-articles .article-grid figure .cat_list ul li {
  display: inline;
  color: #999;
  margin-right: 6px;
}
.blogs-style3 .rs-articles.rs-articles .article-grid figure .cat_list ul li a {
  padding-right: 6px;
}
.blogs-style3 .rs-articles.rs-articles .article-grid figure .cat_list ul li a:hover {
  color: #4d4d4d;
}
.blogs-style3 .rs-articles.rs-articles .article-grid figure .cat_list ul li:after {
  content: '';
  margin: 0 0 0 5px;
  width: 6px;
  height: 6px;
  background: #999;
  display: inline-block;
  top: -1px;
  position: relative;
  border-radius: 50%;
}
.blogs-style3 .rs-articles.rs-articles .article-grid figure .cat_list ul li:last-child:after {
  content: unset;
  margin: 0;
}
.blogs-style3 .rs-articles.rs-articles .article-grid .article-content .blog-meta {
  margin: 22px 0 8px;
  color: #999;
}
.blogs-style3 .rs-articles.rs-articles .article-grid .article-content .blog-meta .date {
  margin-right: 20px;
}
.blogs-style3 .rs-articles.rs-articles .article-grid .article-content .blog-meta .date i {
  font-size: 13px;
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.blogs-style3 .rs-articles.rs-articles .article-grid .article-content .blog-meta .admin i {
  margin-right: 7px;
}
.blogs-style3 .rs-articles.rs-articles .article-grid .article-content .blog-name {
  max-width: 500px;
  margin: 0 auto 15px;
  line-height: .9;
}
.blogs-style3 .rs-articles.rs-articles .article-grid .article-content .blog-name a {
  font-weight: 700;
  font-size: 30px;
  color: #333333;
}
.blogs-style3 .rs-articles.rs-articles .article-grid .article-content .blog-name a:hover {
  color: #333333;
}
.blogs-style3 .rs-articles.rs-articles .article-grid .article-content .blog-btn-part .btn-txt {
  padding-right: 6px;
  font-size: 15px;
}
.blogs-style3 .rs-articles.rs-articles .article-grid .article-content .blog-btn-part .flaticon-next {
  transition: all .5s ease;
}
.blogs-style3 .rs-articles.rs-articles .article-grid .article-content .blog-btn-part .flaticon-next:before {
  font-size: 15px;
  position: relative;
}
.blogs-style7 {
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 35px;
  margin-bottom: 35px;
}
.blogs-style7 .article-content .cat_list {
  margin-top: 30px;
}
.blogs-style7 .article-content .cat_list li {
  margin-right: 6px;
}
.blogs-style7 .article-content .cat_list li a {
  padding-right: 6px;
}
.blogs-style7 .article-content .cat_list li:after {
  content: '';
  margin: 0 0 0 5px;
  width: 6px;
  height: 6px;
  background: #333333;
  display: inline-block;
  top: -1px;
  position: relative;
  border-radius: 50%;
}
.blogs-style7 .article-content .cat_list li:last-child:after {
  display: none;
}
.blogs-style7 .article-content .blog-name {
  margin: 4px 0 18px;
  font-size: 20px;
  font-weight: 600;
  min-height: 70px;
  line-height: 30px;
}
.blogs-style7 .article-content .blog-meta .date {
  margin-right: 15px;
}
.blogs-style7 .article-content .blog-meta .admin {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}
.blogs-style7 .article-content .blog-meta .admin a {
  color: #555;
}
.blogs-style7 .article-content .blog-meta .admin img {
  border-radius: 50%;
  margin-right: 10px;
  border: 2px solid #fff;
  box-shadow: 0 0 1px #b5b5b5;
}
.blogs-style7 .article-content .blog-btn-part {
  margin-top: 15px;
}
.blog-item .author {
  font-weight: 500;
  font-size: 13px;
}
.blog-item .author img {
  border-radius: 50%;
  margin-right: 10px;
  border: 1px solid #ccc;
  padding: 1px;
}
.blogs-style3.style5 .rs-articles .article-grid .article-content {
  text-align: left;
}
.blogs-style3.style5 .rs-articles .article-grid .article-content figure .cat-list {
  position: relative;
}
.blogs-style3.style5 .rs-articles .article-grid .article-content .blog-name {
  margin-bottom: 0;
}
.blogs-style3.style5 .rs-articles .article-grid .article-content .blog-meta {
  margin: 8px 0 14px;
}
.blogs-style3.style5 .rs-articles .article-grid .article-content p {
  margin-bottom: 15px;
}
.rs-articles figure {
  position: relative;
  overflow: hidden;
}
.rs-articles figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.rs-articles figure:hover:before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
/*Image Shine Image*/
@keyframes shine {
  100% {
    left: 125%;
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
.rs-articles .blog-meta i,
.rsaddon-unique-slider .blog-meta i {
  margin-right: 6px;
  font-size: 13px;
}
.rs-articles .blog-meta i.fa.fa-user,
.rsaddon-unique-slider .blog-meta i.fa.fa-user {
  font-size: 14px;
}
.layout_style5:nth-of-type(even) .article-grid {
  flex-direction: row-reverse;
}
.layout_style5 .social-icons:before {
  width: 100%;
}
.layout_style6:nth-of-type(odd) .article-grid {
  flex-direction: row-reverse;
}
.layout_style6:nth-of-type(odd) .article-grid .article-content {
  text-align: right;
  padding-left: 35px !important;
}
.layout_style6:nth-of-type(odd) .article-grid figure img {
  padding-left: 20px;
}
.layout_style6 .article-grid {
  align-items: center;
}
.layout_style6 .article-grid .article-content {
  text-align: left;
  padding-right: 35px !important;
}
.layout_style6 .article-grid .article-content .blog-name {
  max-width: unset !important;
}
.layout_style6 .article-grid figure img {
  margin-top: -100px;
  padding-right: 20px;
}
.layout_style6 .article-grid .blog-meta {
  margin-top: 5px !important;
  padding-top: 5px;
}
.layout_style6 .social-icons:before {
  display: none;
}
.layout_style6 .blog-item {
  border: 1px solid #f9f9f9;
  border-radius: 5px;
  padding: 0px 0 30px;
}
.blogs-style4 .rs-articles {
  text-align: center;
  background: #f7f7f7;
}
.blogs-style4 .rs-articles .blog-heading {
  padding: 30px 0 0;
}
.blogs-style4 .rs-articles .blog-heading .cat_list {
  position: relative;
}
.blogs-style4 .rs-articles .blog-heading .cat_list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blogs-style4 .rs-articles .blog-heading .cat_list ul li {
  display: inline;
  color: #999;
}
.blogs-style4 .rs-articles .blog-heading .cat_list ul li a {
  color: #999;
}
.blogs-style4 .rs-articles .blog-heading .blog-name {
  max-width: 80%;
  margin: 0 auto;
}
.blogs-style4 .rs-articles .blog-heading .blog-name a {
  font-size: 30px;
  color: #baa08f;
  font-weight: 700;
}
.blogs-style4 .rs-articles .blog-heading .post-date-author {
  margin: 0 0 20px;
}
.blogs-style4 .rs-articles .blog-heading .post-date-author span {
  display: inline;
  margin-right: 12px;
  color: #999;
  font-size: 14px;
}
.blogs-style4 .rs-articles .article-content {
  padding: 25px 30px 30px 30px;
}
.blogs-style4 .rs-articles .article-content .blog-btn-part .btn-txt {
  padding-right: 6px;
  font-size: 15px;
}
.blogs-style4 .rs-articles .article-content .blog-btn-part .flaticon-next {
  transition: all .5s ease;
}
.blogs-style4 .rs-articles .article-content .blog-btn-part .flaticon-next:before {
  font-size: 15px;
  position: relative;
}
.readon {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.4s;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  color: #ffffff;
  background: #baa08f;
  z-index: 1;
  border-radius: 3px;
}
.readon:hover {
  background: #f6866f;
  color: #ffffff;
}
.elementor-widget .recent-video-widget.widget #top-slider .post-item,
.bs-sidebar .recent-video-widget.widget #top-slider .post-item {
  position: relative;
}
.elementor-widget .recent-video-widget.widget #top-slider .post-item .post-desc,
.bs-sidebar .recent-video-widget.widget #top-slider .post-item .post-desc {
  padding: 30px 30px 24px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #ffffff;
  z-index: 1;
}
.elementor-widget .recent-video-widget.widget #top-slider .post-item .post-desc .cat_list ul,
.bs-sidebar .recent-video-widget.widget #top-slider .post-item .post-desc .cat_list ul {
  padding: 0;
}
.elementor-widget .recent-video-widget.widget #top-slider .post-item .post-desc .cat_list ul li a,
.bs-sidebar .recent-video-widget.widget #top-slider .post-item .post-desc .cat_list ul li a {
  color: #ffffff;
}
.elementor-widget .recent-video-widget.widget #top-slider .post-item .post-desc .cat_list ul li:after,
.bs-sidebar .recent-video-widget.widget #top-slider .post-item .post-desc .cat_list ul li:after {
  color: #ffffff;
}
.elementor-widget .recent-video-widget.widget #top-slider .post-item .post-desc h3,
.bs-sidebar .recent-video-widget.widget #top-slider .post-item .post-desc h3 {
  font-size: 16px;
  margin: 0;
}
.elementor-widget .recent-video-widget.widget #top-slider .post-item .post-desc h3 a,
.bs-sidebar .recent-video-widget.widget #top-slider .post-item .post-desc h3 a {
  color: #ffffff;
}
.elementor-widget .recent-video-widget.widget #top-slider .post-item .post-desc h3 a:hover,
.bs-sidebar .recent-video-widget.widget #top-slider .post-item .post-desc h3 a:hover {
  color: #bbb;
}
.elementor-widget .recent-video-widget.widget #top-slider .post-item .post-desc span i,
.bs-sidebar .recent-video-widget.widget #top-slider .post-item .post-desc span i {
  margin-right: 8px;
  font-size: 14px;
}
.elementor-widget .recent-video-widget.widget #top-slider .post-item .post-desc span.date-post,
.bs-sidebar .recent-video-widget.widget #top-slider .post-item .post-desc span.date-post {
  margin-right: 15px;
}
.elementor-widget .recent-video-widget.widget #top-slider .post-item.overlay1:before,
.bs-sidebar .recent-video-widget.widget #top-slider .post-item.overlay1: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;
}
.social-icons {
  padding-top: 20px;
  margin-top: 15px;
  position: relative;
}
.social-icons ul {
  margin: 0;
}
.social-icons ul li {
  display: inline;
  margin-right: 15px;
  font-size: 16px;
}
.social-icons ul li a {
  color: #999;
}
.social-icons ul li a:hover {
  color: #baa08f;
}
.social-icons ul li:last-child {
  margin-right: 0;
}
.social-icons.style2:before {
  width: 100%;
}
.social-icons.border-none:before {
  position: unset;
  content: unset;
}
.author-bio {
  text-align: center;
  padding: 0 25px;
}
.widget-center .widget-title,
.elementor-widget-container .widget-title {
  text-align: center;
}
.widget-title {
  font-size: 18px;
  line-height: 1.3;
}
.widget-title span {
  position: relative;
  padding: 0 20px;
}
.widget-title span:before {
  content: '';
  position: absolute;
  background: #baa08f;
  left: 0;
  top: 10px;
  width: 8px;
  height: 2px;
}
.widget-title span:after {
  content: '';
  position: absolute;
  background: #baa08f;
  left: unset;
  right: 0;
  top: 10px;
  width: 8px;
  height: 2px;
}
.elementor-widget-wp-widget-rs-categories .elementor-widget-container > h5,
.elementor-widget-container .widget > h5 {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.3;
  text-align: center;
}
.elementor-widget-wp-widget-rs-categories .elementor-widget-container > h5 span,
.elementor-widget-container .widget > h5 span {
  position: relative;
  padding: 0 20px;
}
.elementor-widget-wp-widget-rs-categories .elementor-widget-container > h5 span:before,
.elementor-widget-container .widget > h5 span:before {
  content: '';
  position: absolute;
  background: #baa08f;
  left: 0;
  top: 12px;
  width: 8px;
  height: 2px;
}
.elementor-widget-wp-widget-rs-categories .elementor-widget-container > h5 span:after,
.elementor-widget-container .widget > h5 span:after {
  content: '';
  position: absolute;
  background: #baa08f;
  left: unset;
  right: 0;
  top: 12px;
  width: 8px;
  height: 2px;
}
.recent-post-widget .show-featured.last-post {
  margin-bottom: 0;
}
ul.footer_social {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
ul.footer_social li {
  margin: 0 12px;
  font-size: 16px;
}
ul.footer_social li a {
  color: #fff;
}
ul.footer_social li a:hover {
  color: #baa08f;
}
ul.footer_social li:last-child {
  margin-right: 0;
}
.sidebar-newsletter {
  padding: 25px 30px 20px;
  background: #f7f7f7;
}
.sidebar-newsletter h2 {
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
}
.sidebar-newsletter .form-news {
  position: relative;
}
.sidebar-newsletter .form-news input[type=email] {
  border: none;
  padding: 14px 0 14px 16px;
  background: transparent;
  color: #baa08f;
  outline: none;
  background: #ffffff;
  width: 100%;
  font-size: 14px;
  border: 1px solid #f6f5f5;
  height: 51px;
  line-height: 50px;
}
.sidebar-newsletter .form-news input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  background: #333333;
  color: #ffffff;
  border: none;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  transition: all 0.3s ease 0s;
}
.sidebar-newsletter p {
  margin: 0;
}
.rs-addon-slider .cat_list ul {
  margin-bottom: 0;
}
.recent-post-widget .show-featured {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: inline-flex;
  align-items: center;
  border-radius: 3px;
  flex-wrap: wrap;
}
.recent-post-widget .show-featured .post-img {
  flex: 0 0 30%;
  overflow: hidden;
}
.recent-post-widget .show-featured .post-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: 70px;
}
.recent-post-widget .show-featured .post-img:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.recent-post-widget .show-featured .post-item {
  flex: 0 0 70%;
}
.recent-post-widget .show-featured .post-item ul {
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
.recent-post-widget .show-featured .post-item ul li {
  display: inline-block;
  margin-right: 12px;
  font-size: 12px;
  color: #999;
  text-transform: capitalize;
}
.recent-post-widget .show-featured .post-item ul li i {
  margin-right: 10px;
}
.recent-post-widget .show-featured .post-item h5 {
  font-size: 15px;
  margin: 4px 0 0;
  line-height: 1.3;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}
.recent-post-widget .show-featured .post-item .post-desc {
  padding: 0 15px;
}
.bs-sidebar .recent-post-widget > div + div,
.services-sidebar-area .recent-post-widget > div + div,
.bs-sidebar .recent-post-widget > div + div,
.services-sidebar-area .recent-post-widget > div + div {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.widget_contact_widget ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  margin-top: 10px;
  padding-top: 10px;
}
.widget_contact_widget ul li i {
  margin-right: 10px;
}
/*------------------------
----Instagram CSS---------
-------------------------*/
/*instagram CSS */
.pp-instagram-feed-carousel .swiper-button-prev,
.pp-instagram-feed-carousel .swiper-button-next {
  background: none !important;
}
.pp-instafeed-grid .pp-feed-item {
  float: left;
  position: relative;
}
.pp-instafeed-grid .pp-feed-item .pp-overlay-container {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  opacity: 0;
}
.pp-instafeed-grid .pp-feed-item .pp-overlay-container span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 5px;
}
.pp-instafeed-grid .pp-feed-item .pp-overlay-container .pp-if-icon {
  margin-right: 5px;
}
.pp-instafeed-grid .pp-feed-item:hover .pp-overlay-container {
  opacity: 1;
}
.pp-instagram-feed-gray .pp-feed-item img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: filter 0.25s linear 0s;
  transition: filter 0.25s linear 0s;
}
.pp-instagram-feed-gray .pp-feed-item:hover img {
  -webkit-filter: none;
  filter: none;
}
.pp-instagram-feed-hover-gray .pp-feed-item img {
  -webkit-filter: none;
  filter: none;
}
.pp-instagram-feed-hover-gray .pp-feed-item:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: filter 0.25s linear 0s;
  transition: filter 0.25s linear 0s;
}
.pp-instagram-feed-title-wrap {
  background: #fff;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pp-instagram-feed-title-wrap .pp-instagram-feed-title {
  padding: 10px 20px;
  display: block;
}
/*blockquote css here*/
blockquote {
  margin: 35px 0!important;
  padding: 40px;
  color: #666;
  position: relative;
  background: #fff!important;
  font-weight: 400;
  font-style: italic;
  text-align: left;
  clear: both;
  box-shadow: 0 0 150px #eee!important;
}
blockquote cite {
  margin-top: 10px;
  display: block;
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
}
blockquote:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 10px;
  background: #baa08f;
}
blockquote p {
  margin-bottom: 10px ;
}
blockquote p strong {
  color: #000 ;
  font-size: 18px;
  padding-top: 20px ;
  margin-bottom: 10px;
  display: block;
}
.rs-blockquote blockquote {
  margin: 35px 35px ;
  padding: 0;
  color: #666;
  position: relative;
  background: #fbfbfb ;
  font-weight: normal;
  font-style: italic;
  text-align: left;
  clear: both;
  border-left: 10px solid #baa08f;
  font-size: 22px;
  line-height: 25px;
  padding-left: 0;
}
.rs-blockquote blockquote:before {
  display: none;
}
.rs-blockquote blockquote p {
  padding-left: 30px;
  position: relative;
}
.rs-blockquote blockquote cite {
  font-weight: bold;
  padding: 20px 0 0 30px;
  display: block;
}
.rs-blockquote blockquote i.fa {
  position: absolute;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.home-2-portfolio .rs-portfolio-style1 .portfolio-item .portfolio-content {
  position: absolute;
  width: 130%;
  height: 150;
  text-align: center;
  z-index: 10;
  padding: 20px 60px;
  transform: rotate(-90deg);
  opacity: 1;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  border-radius: 5px;
  transform-origin: 59px;
  display: block;
}
.home-2-portfolio .rs-portfolio-style1 .portfolio-item .portfolio-content .p-title {
  max-width: unset;
}
.home-2-portfolio .rs-portfolio-style1 .portfolio-item .portfolio-img img {
  border-radius: 0;
}
.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: 9.5px 30px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  z-index: 1;
  border: 2px solid #baa08f;
  background: transparent;
}
.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 {
  background: #baa08f;
  color: #ffffff;
  opacity: 0.99;
}
.woocommerce #review_form #respond .form-submit input {
  padding: 13px 30px 11px;
}
body.single-product .main-contain #content {
  padding-bottom: 10px;
}
.woocommerce #review_form #respond textarea {
  border: 1px solid rgba(54, 54, 54, 0.1);
}
.wc-forward:hover {
  background: transparent;
  color: #333333;
}
.woocommerce .woocommerce-ordering select {
  vertical-align: top;
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 5px;
}
.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 5px 5px 0;
}
.bs-sidebar .widget_product_search .woocommerce-product-search:hover:after {
  color: #fff;
  background: #333333;
}
.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: 800;
  color: #333333;
}
.grouped_form td ins {
  padding: 0;
}
.grouped_form del .woocommerce-Price-amount {
  font-weight: 600;
  color: #333333;
  display: block;
  font-size: 13px;
  line-height: 16px;
}
.grouped_form .woocommerce-grouped-product-list-item__label a {
  color: #333333 !important;
  font-weight: 700;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  opacity: 1;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: #333333;
}
.woocommerce-product-details__short-description p {
  margin-bottom: 35px;
}
.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 20px 10px 0px;
}
.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: #baa08f;
}
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: 66px;
  margin: 2px auto 5px !important;
}
.woocommerce .star-rating span::before,
.woocommerce .star-rating::before {
  color: #baa08f !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: #333333;
}
.woocommerce .related .products li .add_to_cart_button,
.woocommerce .related .products li a.product_type_grouped {
  display: none;
}
.widget_product_categories ul li {
  text-transform: uppercase;
}
.widget_product_categories .sub-menu li a {
  font-size: 14px;
}
.woocommerce #commentform {
  max-width: 650px;
}
.woocommerce #commentform .comment-form-author label,
.woocommerce #commentform .comment-form-email label {
  min-width: 60px;
}
.woocommerce #commentform .comment-form-author input,
.woocommerce #commentform .comment-form-email input {
  width: 100%;
}
.woocommerce #commentform .comment-form-comment textarea {
  margin-bottom: 0;
}
.woocommerce #review_form #respond p {
  margin: 5px 0 20px;
}
.woocommerce .cart_totals h2 {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 17px;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
  color: #333333;
}
.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: 9px 30px;
  z-index: 99;
  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: 4px;
}
.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;
}
.woocommerce ul.products li .woocommerce-loop-product__title a {
  color: #333333;
}
.woocommerce ul.products li .woocommerce-loop-product__title a:hover {
  color: #baa08f;
}
.woocommerce ul.products li a.fa,
.woocommerce ul.products li .glyph-icon {
  background: #fff !important;
  border: none !important;
  font-size: 30px;
  padding: 0 !important;
  margin: 0 !important;
  height: 45px !important;
  width: 45px !important;
  line-height: 45px !important;
  color: #212121;
}
.woocommerce ul.products li a.fa:before,
.woocommerce ul.products li .glyph-icon:before {
  font-size: 27px;
  color: #212121;
}
.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: #333333;
  background: #fff;
  color: #333333;
}
.woocommerce ul.products li:hover .wc-forward {
  border: 2px solid;
  border-color: #333333;
  background: #fff;
  color: #333333;
}
.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: #baa08f;
}
body.woocommerce-js ul.products li {
  margin-bottom: 35px !important;
}
/*-----------------------------
    Cart icon design
-------------------------------*/
.menu-cart-area {
  position: relative;
}
.menu-cart-area .cart-icon-total-products {
  font-size: 13px;
  line-height: 20px;
  background-color: #f2f2f2;
  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;
}
.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: #333333;
  position: relative;
  padding-top: 50px;
}
.menu-cart-area .woocommerce-mini-cart__empty-message:before {
  position: absolute;
  content: "\f124";
  color: #333333;
  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: #333333;
}
.menu-cart-area .widget_shopping_cart .cart_list li a img {
  width: 40px;
}
.menu-cart-area .widget_shopping_cart .cart_list li .quantity {
  color: #333333;
}
.menu-cart-area .widget_shopping_cart .cart_list li a.remove {
  color: #333333 !important;
  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 #baa08f;
  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: #baa08f;
}
.woocommerce ul.products li.product:hover .add-to-cart {
  background: #baa08f;
  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: -14px;
  position: absolute;
  transform: translateY(-55%);
  transition: all .9s;
  text-align: right;
  left: 0;
  right: 14px;
}
.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: #333333;
  text-transform: capitalize;
  text-decoration: none;
  width: 33px;
  height: 33px;
  border-radius: 5px;
  line-height: 33px;
  border: 1px solid #baa08f;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.woocommerce ul.products li.product .images-product .overley .winners-details .product-info ul li a:hover {
  color: #titleColor !important;
}
.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: #baa08f;
}
.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: #333333;
  transition: all 0.3s ease 0s;
  font-size: 20px;
  margin: 0;
}
.woocommerce ul.products li.product h4 a:hover {
  color: #baa08f;
}
.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 #baa08f;
  padding: 8px 18px;
  color: #333333;
  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: #333333;
  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: #333333 !important;
  font-size: 20px !important;
  font-weight: 800;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.woocommerce ul.products li.product .price ins {
  color: #333333 !important;
  font-size: 20px;
  font-weight: 800;
}
.woocommerce .quantity .qty {
  height: 36px !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: 5px;
  padding: 0 10px;
}
.woocommerce .quantity .qty_button {
  border: none;
  background: none;
  box-shadow: none;
  color: #212121;
  font-size: 20px;
  padding: 0px 12px;
  position: relative;
  top: 1px;
}
.woocommerce .quantity .qty_button:hover {
  border: none;
  background: none !important;
  box-shadow: none;
}
.woocommerce input[type="number"] {
  border: 0;
}
.woocommerce .quantity input::-webkit-outer-spin-button,
.woocommerce .quantity input::-webkit-inner-spin-button {
  display: none;
  margin: 0;
}
body.woocommerce ins {
  background: none !important;
}
body.woocommerce .panel {
  border: none;
  box-shadow: none;
}
body.woocommerce .woocommerce-product-gallery ol.flex-control-nav {
  padding: 15px 0 0 !important;
  text-align: center;
}
body.woocommerce .woocommerce-product-gallery ol.flex-control-nav li {
  float: none !important;
  display: inline-block;
}
body.woocommerce .woocommerce-product-gallery ol.flex-control-nav li img {
  width: 98%;
  display: inline-block;
  margin-bottom: 10px !important;
}
.woocommerce-variation-price {
  margin-bottom: 30px;
}
.woocommerce table.shop_attributes td {
  font-style: normal;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  font-size: 16px;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews h2,
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description h2 {
  display: none;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-reply-title {
  font-size: 15px;
  font-weight: 600;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid #fbfbfb;
  background-color: #fbfbfb;
  margin-right: 8px;
  border-radius: 0;
  border: none !important;
}
.woocommerce div.product .product_meta .posted_in a {
  color: #333333;
}
.woocommerce div.product .woocommerce-tabs ul.wc-tabs li {
  font-size: 18px;
  margin-right: 12px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #333333;
  color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
  background: #333333;
}
.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: #333333 !important;
  border: 1px solid #ddd;
  font-weight: 400;
}
.woocommerce-cart table.cart .product-thumbnail img {
  width: 80px !important;
}
.woocommerce-cart table.cart .product-name a {
  color: #333333;
  font-weight: 600;
}
.woocommerce-cart table.cart .product-name a:hover {
  color: #333333;
  text-decoration: underline !important;
}
.woocommerce-cart table.cart .product-price span {
  font-weight: 600;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button {
  color: #333333;
}
.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: 5px;
  height: 39px !important;
  margin-right: 20px;
  text-align: left !important;
  padding-left: 22px;
}
.coupon ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333333 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.coupon ::-moz-placeholder {
  /* Firefox 19+ */
  color: #333333 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.coupon :-ms-input-placeholder {
  /* IE 10+ */
  color: #333333 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.coupon :-moz-placeholder {
  /* Firefox 18- */
  color: #333333 !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: #f6866f;
}
.woocommerce-message::before,
.woocommerce-info::before {
  color: #f6866f;
}
.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;
}
body.woocommerce-page input[type="text"],
body.woocommerce-page input[type="password"],
body.woocommerce-page 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: 45px;
}
body.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #333333;
  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 .bottom,
.woocommerce .featured {
  text-align: left;
}
.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: #333333;
}
.woocommerce table.shop_table th {
  border: none;
  font-size: 18px;
  font-weight: 600;
}
.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: #333333 !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;
}
.woocommerce-info {
  border-top-color: #baa08f;
}
.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: #333333;
  display: block;
}
.woocommerce-MyAccount-navigation ul li.is-active {
  background: #333333;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #fff;
}
.woocommerce-MyAccount-navigation ul li:hover {
  background: #333333;
}
.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: 15px;
  color: #333333;
  font-family: 'Montserrat', sans-serif;
  vertical-align: baseline;
  line-height: 1.9;
  font-weight: 400;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 26px;
}
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Playfair Display', sans-serif;
  color: #333333;
  margin: 0 0 26px;
  font-weight: 500;
}
h1 {
  font-size: 52px;
  line-height: 62px;
  font-weight: 500;
  font-family: 'Playfair Display', sans-serif;
}
h2 {
  font-size: 42px;
  line-height: 52px;
}
h3 {
  font-size: 30px;
  line-height: 40px;
}
h4 {
  font-size: 20px;
  line-height: 28px;
}
h5 {
  font-size: 18px;
  line-height: 28px;
}
h6 {
  font-size: 16px;
  line-height: 20px;
}
.wp-block-button__link {
  background: #333333;
  margin-bottom: 20px;
}
.wp-block-cover p:not(.has-text-color) {
  color: #ffffff;
}
.is-style-outline {
  color: #333333;
}
ul.blocks-gallery-grid {
  margin-left: 0 !important;
}
.blocks-gallery-caption {
  padding-bottom: 15px;
}
.wp-block-calendar #wp-calendar td {
  color: #333333 !important;
  border: 1px solid #333333;
  padding: 10px;
}
.wp-block-calendar #wp-calendar th {
  background: #333333;
  color: #fff !important;
  padding: 10px;
}
a {
  color: #333333;
  transition: all 0.3s ease 0s;
  text-decoration: none !important;
  outline: none !important;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #f6866f;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
::-moz-selection {
  background: #baa08f;
  text-shadow: none;
  color: #ffffff;
}
::selection {
  background: #baa08f;
  text-shadow: none;
  color: #ffffff;
}
.box-shadow {
  box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.07);
  border-radius: 7px;
}
.primary-bg {
  background: #baa08f;
}
.primary-color {
  color: #baa08f;
}
body .bg-fixed {
  background-attachment: fixed !important;
  background-position: center top !important;
}
body .bg-top {
  background-position: center top !important;
}
body .bg-left {
  background-position: bottom left !important;
}
body .bg-right {
  background-position: top right !important;
}
body .bg-bottom {
  background-position: center bottom !important;
}
body .main-contain {
  background-size: cover;
  background-repeat: no-repeat;
}
.ball {
  position: absolute;
  border-radius: 100%;
  opacity: 1;
}
.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;
}
.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%;
  filter: grayscale(100%);
}
.floating-box {
  position: relative;
  z-index: 9;
  top: 160px;
}
.custom-max-width {
  max-width: 800px;
}
.menu-cart-area h2 {
  display: none;
}
.bs-sidebar #wp-calendar th {
  background: #333333;
  color: #fff;
}
.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: #bcbbbb;
  margin-right: 10px;
  position: relative;
}
ul.profile_info li .title:after {
  content: "";
  position: absolute;
  background: #333333;
  width: 30px;
  height: 3px;
  left: 0;
  z-index: -1;
  bottom: 5px;
  opacity: 0.6;
}
ul.profile_info li a {
  color: #333333;
}
/* -----------------------
    404
--------------------------*/
.page-error {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.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: #baa08f;
  font-size: 100px;
  margin-bottom: 30px;
  margin-top: 0px;
}
.page-error .content-area h3 {
  color: #333333;
  font-size: 35px;
  font-weight: 700;
}
.page-error .content-area h3 span {
  display: block;
  font-size: 250px;
  line-height: 175px;
  margin: 0 0 75px;
}
.page-error .bs-sidebar {
  max-width: 400px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.page-error .bs-sidebar {
  padding: 10px 0 35px;
}
.page-error .readon:hover {
  background: #333333;
}
/* ------------------------------------
    02. Global Class
---------------------------------------*/
.rectangle {
  position: relative;
}
.rectangle:after {
  position: absolute;
  content: "";
  height: 120px;
  width: 1px;
  background: #404c51;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}
span.yellow {
  color: #baa08f;
}
.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;
}
mark,
ins {
  background: #333333;
  color: #fff;
  padding: 0 4px;
}
code {
  background: #333333;
  color: #fff !important;
}
.border-image .vc_single_image-wrapper {
  position: relative;
}
.border-image .vc_single_image-wrapper:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-top: 200px solid #333333;
  border-right: 200px solid transparent;
  left: -32px;
  top: -32px;
}
.border-image .vc_single_image-wrapper:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-bottom: 300px solid #333333;
  border-left: 300px solid transparent;
  right: -32px;
  bottom: -32px;
}
.border-image .vc_single_image-wrapper img {
  position: relative;
  z-index: 99;
}
.border-image.small-border .vc_single_image-wrapper:after {
  border-top: 250px solid #333333;
  border-right: 250px solid transparent;
  left: -21px;
  top: -21px;
}
.border-image.small-border .vc_single_image-wrapper:before {
  border-bottom: 250px solid #333333;
  border-left: 250px solid transparent;
  right: -21px;
  bottom: -21px;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  color: #fff;
  padding: 9px 50px;
  font-size: 14px;
  text-transform: capitalize;
  outline: none;
  transition: all .5s ease;
  border-radius: 10px;
  padding: 16px 35px;
  background: #333333;
  position: relative;
  font-weight: 500;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #333333;
}
.mb-30 {
  margin-bottom: 30px;
}
.submit-btn {
  width: 170px;
  background: #baa08f;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  z-index: 2;
  border: none;
}
.submit-btn .wpcf7-submit {
  position: relative;
  display: inline-block;
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  color: #ffffff;
  background: none;
  border: none;
}
.submit-btn:hover {
  background: #ffffff;
  color: #ffffff;
  opacity: 0.99;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover {
  background: #baa08f;
  color: #333333;
}
input[type="submit"]:hover {
  opacity: .9;
}
.main-contain #content {
  padding-top: 100px;
  padding-bottom: 100px;
}
.main-contain .rs-porfolio-details #content {
  padding-bottom: 110px;
}
.main-contain .page-error #content {
  padding-top: 60px;
}
#content .project-gallery .p-gallery-title {
  margin: 0 0 40px;
}
body.single-teams .main-contain #content {
  padding-bottom: 75px;
}
.post-type-archive-product .main-contain #content {
  padding-bottom: 110px;
}
body .blogs-style7 .article-content .blog-meta .admin {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 14px;
}
body .blogs-style7 .article-content .blog-meta .date {
  font-size: 14px;
}
.woocommerce-cart .main-contain #content {
  padding-bottom: 90px !important;
}
.sign {
  margin-top: 15px;
}
.srv.widget {
  padding: 0;
  box-shadow: none;
}
.srv.widget #menu-services {
  list-style: none;
}
.srv.widget #menu-services li {
  padding-left: 0;
}
.srv.widget #menu-services li.current_page_item a {
  background: #baa08f;
  color: #fff;
}
.srv.widget #menu-services li.current_page_item:before {
  color: #fff;
  z-index: 1;
}
.srv.widget #menu-services li:hover a {
  background: #baa08f;
  color: #fff;
}
.srv.widget #menu-services li:hover:before {
  color: #fff;
  z-index: 1;
}
.srv.widget #menu-services li:before {
  top: 53%;
  right: 16px;
  left: auto;
  transform: translateY(-50%);
  font-size: 22px;
}
.srv.widget #menu-services li a {
  display: block;
  border: 2px solid #baa08f5e;
  padding: 16px 18px;
  transition: all .5s ease;
  border-radius: 5px;
  position: relative;
  font-size: 16px;
  font-weight: 700;
}
.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: 28px;
  padding-bottom: 15px;
  font-weight: 500;
  line-height: 25px;
}
ul.unorder-list li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f105";
  font-family: FontAwesome;
  color: #baa08f;
  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: #baa08f;
  font-weight: 700;
  font-size: 14px;
}
ul.check-icon.two-call {
  column-count: 2;
}
ul.check-icon.two-call li {
  padding-right: 10px;
}
.light-faq .vc_toggle .vc_toggle_title h4 {
  color: #fff;
}
.light-faq .vc_toggle .vc_toggle_content {
  color: #fff;
}
.equal-spc {
  display: flex;
  align-items: center;
}
.post-password-required input[type="password"] {
  margin-left: 5px;
}
.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: #333333;
  width: 100%;
  max-width: 100%;
  opacity: 1;
  outline: none;
}
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: #d1d1d1;
  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: #d1d1d1;
  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: #d1d1d1;
  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: #d1d1d1;
  opacity: 1;
}
select {
  color: #333333;
  cursor: pointer;
}
select:valid {
  color: #333333;
}
/*--------------------------------------------------------------

## Links

--------------------------------------------------------------*/
a {
  color: #baa08f;
}
a:hover,
a:focus,
a:active {
  color: #baa08f;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
/********************* RS Particle Banner **************************/
.rs-particle-banner {
  width: 100%;
  position: relative;
}
.rs-particle-banner .particle-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.rs-particle-banner .particle-content .banner_title {
  display: inline-block;
  margin-bottom: 25px;
  font-size: 65px;
  position: relative;
  z-index: 9;
  color: #444;
  line-height: 70px;
}
.rs-particle-banner .particle-content .banner-button {
  margin-top: 20px;
}
.rs-particle-banner .particle-content .banner-button.btn-light .readon:not(.border):hover {
  background: transparent;
  border-color: #fff !important;
  color: #fff !important;
}
.rs-particle-banner .particle-content .banner-button.btn-light .readon.border {
  border-color: #fff !important;
  color: #fff !important;
}
.rs-particle-banner .particle-content .banner-button.btn-light .readon.border:hover {
  border-color: #baa08f !important;
}
.rs-particle-banner .particle-content .banner-button a:hover {
  opacity: .8;
}
.rs-particle-banner .particle-content .banner-introtext {
  display: block;
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 25px;
}
.rs-particle-banner ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.rs-particle-banner ul li {
  display: inline-block;
  margin: 0 25px 25px 0;
}
.rs-particle-banner .arrow-btn {
  width: 26px;
  height: 55px;
  bottom: 0%;
  left: 50%;
  z-index: 2;
  text-align: center;
  position: absolute;
  border: 1px solid #999;
  border-radius: 20px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.rs-particle-banner .arrow-btn i {
  color: #999;
  font-size: 22px;
  line-height: 80px;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -ms-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.rs-particle-banner .arrow-btn i:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
/*--------------------------------------------------------------

--------------------------------------------------------------*/
.ceo-founder p {
  font-weight: 500;
  color: #333333;
}
.sticky-logo {
  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: #333333;
  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: #baa08f;
  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: #333333 !important;
  padding: 0 0 15px;
  font-size: 18px !important;
  line-height: 26px;
  font-weight: 600 !important;
  position: relative;
}
.sidenav .widget-title:before {
  content: "";
  position: absolute;
  background: #baa08f;
  height: 2px;
  width: 50px;
  left: 0;
  bottom: 0;
  display: block;
  z-index: 1;
}
.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: 10px 0;
}
.sidenav .fa-ul li i {
  padding-right: 15px;
  color: #333333;
}
.sidenav .fa-ul li i:before {
  font-size: 20px;
}
.sidenav .fa-ul li i.flaticon-email,
.sidenav .fa-ul li i.flaticon-clock {
  position: relative;
  top: 4px;
}
.sidenav .fa-ul li a {
  color: #333333;
}
.sidenav .fa-ul li a:hover {
  color: #baa08f;
}
.sidenav .fa-ul li.address1 {
  padding-left: 36px;
  padding-top: 0;
}
.sidenav .fa-ul li.address1 i {
  position: absolute;
  top: 3px;
  left: 0;
}
.sidenav .offcanvas_social {
  list-style-type: none;
  padding-top: 8px;
  margin-left: 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: 10px;
}
.sidenav .offcanvas_social li a i {
  font-size: 14px;
  color: #baa08f;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid;
}
.sidenav .offcanvas_social li a i:hover {
  opacity: .9;
}
.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: #baa08f;
}
.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: 20px;
  margin: 0 0 12px;
  display: block;
  color: #333333;
  font-weight: 400;
}
.sidenav .widget_nav_menu ul li a:hover {
  color: #baa08f;
}
.sidenav .widget_nav_menu ul li:before {
  display: none;
}
.sidenav .widget_nav_menu ul li ul li a {
  text-transform: capitalize;
}
.sidenav .bs-search button {
  padding: 5px 11px;
}
.sidenav .nav-link-container {
  color: #333333;
  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 .nav-link-container:hover a {
  display: block;
}
.sidenav .nav-link-container:hover a span {
  background: #333333 !important;
}
.sidenav .nav-link-container a {
  display: block;
  background: none !important;
}
.sidenav .nav-link-container a span {
  background: #baa08f !important;
  height: 3px;
  width: 25px;
}
.sidenav .nav-link-container .nav-menu-link {
  padding: 13px 15px 15px 10px !important;
}
.sidenav .nav-link-container .nav-menu-link span.hamburger1 {
  transform: rotate(-45deg) translate(-5px, 5px);
}
.sidenav .nav-link-container .nav-menu-link span.hamburger3 {
  -webkit-transform: rotate(45deg) translate(0px, 0px);
  transform: rotate(45deg) translate(0px, 0px);
}
.contact-info .elementor-heading-title {
  position: relative;
}
.contact-info .elementor-heading-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -16px;
  width: 70px;
  height: 2px;
  background: #baa08f;
}
.contact-info .elementor-text-editor a {
  color: #ffffff;
}
.contact-info .footer_social {
  justify-content: left;
  margin-left: -12px;
}
body.arrows_style3 .slick-prev {
  right: 100px !important;
  left: auto !important;
  visibility: visible;
  bottom: -20px;
  top: auto;
  border-radius: 2px;
  z-index: 1;
}
body.arrows_style3 .slick-next {
  right: 50px !important;
  left: auto !important;
  visibility: visible;
  bottom: -20px;
  top: auto;
  border-radius: 2px;
  z-index: 1;
}
.slick-initialized .slick-slide {
  outline: none;
}
.blog_meta_style3 {
  position: relative;
}
.blog_meta_style3 .counts {
  font-size: 370px;
  font-weight: 700;
  color: #f0f0f0;
  position: absolute;
  left: 32px;
  bottom: -100px;
  z-index: -1;
  opacity: .6;
  line-height: 490px;
}
.blog_meta_style3.blog-item {
  padding: 0 !important;
  margin-bottom: 0;
}
.blog_meta_style3.blog-item .blog-content {
  background: transparent;
}
.rs-offcanvas-left {
  font-size: 14px;
}
.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);
}
#rs-header .menu-area .navbar ul li ul li .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 0;
  transform: scaleY(0);
  visibility: hidden;
}
#rs-header .menu-area .navbar ul li ul li:hover ul.sub-menu {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}
/*------------------------------------
    04. Sticky Menu
--------------------------------------*/
.menu-sticky {
  margin: 0;
  width: 100%;
  z-index: 9;
  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;
  width: 100%;
  z-index: 999;
}
.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: #333333;
  font-size: 14px;
}
.menu-sticky.sticky .btn_quote {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}
.menu-sticky.sticky .quote-button {
  color: #fff;
  border-color: #baa08f;
  background: #baa08f;
}
.menu-sticky.sticky .quote-button:hover {
  border-color: #baa08f;
  color: #baa08f;
  background: transparent !important;
}
.menu-sticky.sticky .nav-link-container i {
  color: #333333;
}
.menu-sticky.header-style1.sticky {
  position: relative !important;
}
.menu-sticky.header-style1.sticky .header-inner {
  position: fixed !important;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.8);
  padding: 0;
  width: 100%;
  z-index: 999;
}
.menu-sticky.header-style1.sticky .header-inner .toolbar-area {
  display: none;
}
.menu-sticky.header-style1.sticky .header-inner .navbar-menu {
  width: 100%;
  text-align: right;
}
.menu-sticky.header-style1.sticky .header-inner .navbar-menu ul.menu {
  text-align: right;
}
.menu-sticky.header-style1.sticky .header-inner .navbar ul li > a {
  color: #333333;
  font-size: 14px;
}
.menu-sticky.header-style1.sticky .header-inner .btn_quote {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}
.menu-sticky.header-style1.sticky .header-inner .quote-button {
  color: #fff;
  border-color: #baa08f;
  background: #baa08f;
}
.menu-sticky.header-style1.sticky .header-inner .quote-button:hover {
  border-color: #baa08f;
  color: #baa08f;
  background: transparent !important;
}
.menu-sticky.header-style1.sticky .header-inner .nav-link-container i {
  color: #333333;
}
.max900 .vc_column-inner {
  max-width: 900px;
  margin: 0 auto;
}
.formbtn .form-button {
  text-align: center;
}
/* -----------------------
    17. Scroll Up
--------------------------*/
#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: 50%;
  color: #fff;
  line-height: 36px;
  transition: all 0.3s ease 0s;
  background-color: #baa08f;
  margin-left: 2px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}
#scrollUp i:hover {
  opacity: 0.8;
}
/* ------------------------------------
    20. Breadcrumbs
  ---------------------------------------*/
.rs-breadcrumbs {
  position: relative;
  background: #333333;
}
.rs-breadcrumbs .breadcrumbs-title {
  font-size: 0;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs-breadcrumbs .breadcrumbs-title > span {
  margin-right: 12px;
  font-size: 0;
}
.rs-breadcrumbs .breadcrumbs-title > span a {
  position: relative;
  padding: 0 40px 0 0;
}
.rs-breadcrumbs .breadcrumbs-title > span a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 26px;
  height: 1px;
  background: #ffffff;
}
.rs-breadcrumbs .breadcrumbs-title > span a.home {
  display: block;
  padding: 0 41px 0 0;
}
.rs-breadcrumbs .breadcrumbs-title > span a.home span {
  display: none;
}
.rs-breadcrumbs .breadcrumbs-title > span a.home:before {
  content: "\f015";
  position: relative;
  display: block;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  font-size: 20px;
}
.rs-breadcrumbs .breadcrumbs-title > span a.home:hover {
  opacity: .6;
}
.rs-breadcrumbs .breadcrumbs-title > span a.post-root,
.rs-breadcrumbs .breadcrumbs-title > span a.portfolio-category {
  padding-right: 40px;
}
.rs-breadcrumbs .breadcrumbs-title > span a.post-root:after,
.rs-breadcrumbs .breadcrumbs-title > span a.portfolio-category:after {
  top: 10px;
}
.rs-breadcrumbs .breadcrumbs-title span {
  font-size: 16px;
  position: relative;
  padding-right: 4px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
}
.rs-breadcrumbs .breadcrumbs-title span.current-item {
  margin-right: 0;
  padding-right: 0;
  color: #ffffff;
}
.rs-breadcrumbs .breadcrumbs-title span a span {
  color: #ffffff;
}
.rs-breadcrumbs .breadcrumbs-title span a span:hover {
  opacity: .7;
}
.rs-breadcrumbs .breadcrumbs-title .current-item {
  color: #333333;
}
.rs-breadcrumbs .breadcrumbs-inner {
  padding: 300px 0 300px;
  text-align: center;
  position: relative;
}
.rs-breadcrumbs .breadcrumbs-inner:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 85px;
  background: #ffffff;
  width: 70px;
  height: 1px;
  display: block;
  right: 0;
  margin: 0 auto;
  transform: rotate(90deg);
}
.rs-breadcrumbs .breadcrumbs-inner .banner-desc {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #ffffff;
  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: #ffffff !important;
  padding: 6px 19px 5px;
  border-radius: 5px;
  font-size: 13px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.rs-breadcrumbs .breadcrumbs-inner .bs-meta {
  padding-left: 0;
}
.rs-breadcrumbs .breadcrumbs-inner .bs-meta li {
  margin-right: 13px;
  font-size: 13px;
}
.rs-breadcrumbs .breadcrumbs-inner .bs-meta li i {
  margin-right: 3px;
}
.rs-breadcrumbs .breadcrumbs-inner .bs-meta li i:before {
  font-size: 14px;
  font-weight: 600;
}
.rs-breadcrumbs .container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}
.rs-breadcrumbs .breadcrumbs-single {
  background-size: cover;
}
.rs-breadcrumbs .trail-browse {
  display: none !important;
}
.rs-breadcrumbs .trail-items li {
  position: relative;
}
.rs-breadcrumbs .trail-items li a {
  padding-right: 20px;
}
.rs-breadcrumbs .trail-items li::after {
  right: 0px;
  position: absolute;
  padding: 0;
  content: "\f147";
  font-family: 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 {
  margin: 0 auto;
  max-width: 950px;
  padding-bottom: 20px !important;
  color: #ffffff !important;
  letter-spacing: 1px;
}
.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: #ffffff;
  display: inline-block;
  font-size: 13px;
}
.rs-breadcrumbs ul li * {
  color: #ffffff;
}
.rs-breadcrumbs ul li a {
  padding: 0 8px;
  color: #ffffff;
}
.rs-breadcrumbs ul li a:hover {
  color: #baa08f;
}
.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;
}
.experience .services-style4 {
  padding-left: 20px;
}
.experience .services-style4 .services-title h2.title {
  position: relative;
}
.experience .services-style4 .services-title h2.title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  background: #baa08f;
  width: 60px;
  height: 1px;
  display: block;
}
.abouts-me {
  border: 1px solid #f5f5f5;
  padding: 45px 0 45px 0;
  margin: 0 0 3em;
}
.abouts-me .social-icon {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  padding: 0 20px;
  list-style: none;
  margin: 0;
}
.abouts-me .social-icon li {
  margin: 0 10px;
}
.abouts-me .widget {
  margin-bottom: 0;
}
.single-teams .ps-image {
  background: #fff;
  padding: 0px;
}
.single-teams .details-tabs-area {
  margin-right: 30px;
}
.single-teams .details-tabs-area .team-detail-wrap {
  background: #fff;
  padding: 25px 50px 30px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
  margin-bottom: 40px;
}
.single-teams .title-bg-gray {
  color: #333333;
  padding-bottom: 0px;
  margin-bottom: 10px;
}
.single-teams .designation-info {
  display: block;
  color: #baa08f;
  margin-top: 0;
  padding-bottom: 5px;
}
.single-teams .team-skill {
  background: #f7f7fc;
  padding: 20px 40px 50px !important;
}
.single-teams .short-desc,
.single-teams .team-skill {
  display: block;
  margin-bottom: 50px;
}
.single-teams .ps-informations {
  padding: 40px;
  text-align: left;
  overflow: hidden;
  background: #f7f7fc;
  position: relative;
}
.single-teams .ps-informations h4.single-title {
  margin: -8px 0 0px;
  font-weight: 600 !important;
  font-size: 24px;
  color: #baa08f;
}
.single-teams .ps-informations .designation-info {
  font-size: 16px;
  font-weight: 500;
}
.single-teams .ps-informations ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.single-teams .ps-informations ul li {
  border: none !important;
  margin: 8px 4px 0 0;
  color: #333333;
}
.single-teams .ps-informations ul li span {
  width: auto;
  color: #333333;
}
.single-teams .ps-informations ul li.social-icon {
  border: none;
  display: inline-block;
  padding-top: 0;
}
.single-teams .ps-informations ul li.social-icon i {
  line-height: 35px;
  width: 35px;
  background: #fff;
  border-radius: 50px;
  height: 35px;
  font-size: 14px;
  transition: 0.4s;
}
.single-teams .ps-informations ul li.phone,
.single-teams .ps-informations ul li.email {
  margin: 5px 0 0;
  padding: 0;
  display: block;
}
.single-teams .ps-informations ul li.phone a,
.single-teams .ps-informations ul li.email a {
  color: #333333;
}
.single-teams .ps-informations ul li.phone a:hover,
.single-teams .ps-informations ul li.email a:hover {
  color: #baa08f;
}
.single-teams .ps-informations ul li.phone i,
.single-teams .ps-informations ul li.email i {
  color: #333333;
  margin-right: 10px;
  position: relative;
  top: 2px;
  font-weight: 500;
}
.single-teams .ps-informations ul li.phone i:before,
.single-teams .ps-informations ul li.email i:before {
  font-size: 18px;
  color: #baa08f;
}
.single-teams .ps-informations ul li.phone i .fa.fa-phone:before,
.single-teams .ps-informations ul li.email i .fa.fa-phone:before {
  font-size: 21px;
}
.single-teams .ps-informations ul li.phone {
  margin-left: 0;
}
.single-teams .ps-informations .social-info {
  margin-top: 10px;
}
.single-teams .ps-informations .social-info li {
  text-align: center;
}
.single-teams .project-desc {
  margin-bottom: 20px;
  background: #fff;
  overflow: hidden;
}
.single-teams .project-desc p {
  margin-bottom: 18px;
}
.single-teams .project-desc .nav {
  margin-left: 0;
  background: #f4f7fc;
}
.single-teams .project-desc .nav li {
  width: 33.333%;
  text-align: center;
}
.single-teams .project-desc .nav li + li {
  border-left: 1px solid #ddd;
}
.single-teams .project-desc .nav .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  font-size: 20px;
  padding: 15px 0;
}
.single-teams .project-desc .nav .nav-link:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background: #baa08f;
  bottom: -5px;
  left: 0;
  transition: 0.4s;
}
.single-teams .project-desc .nav .nav-link.active:before {
  bottom: 0;
}
.single-teams .inner-images {
  padding: 0;
  background: #f7f7fc;
  margin-bottom: 40px;
  text-align: center;
}
.single-teams .team-detail-wrap-btm.team-inner {
  background: #baa08f;
  padding-bottom: 54px;
  margin-top: 40px;
}
.single-teams .team-detail-wrap-btm.team-inner .siderbar-title {
  color: #fff;
}
.single-teams .team-detail-wrap-btm.team-inner .siderbar-title:before {
  background: #fff;
}
.single-teams .team-detail-wrap-btm.team-inner tbody tr {
  background: none;
}
.single-teams .team-detail-wrap-btm.team-inner tbody tr td {
  padding: 8px 0;
  color: #fff;
}
.single-teams .team-inner {
  padding: 40px 40px 44px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
}
.single-teams .team-inner h3 {
  margin-bottom: 0;
  position: relative;
  padding-bottom: 6px;
  font-size: 20px;
  text-transform: capitalize;
}
.single-teams .team-inner h3:before {
  content: "";
  position: absolute;
  background: #baa08f;
  height: 2px;
  width: 50px;
  left: 0;
  bottom: 0;
  display: block;
  z-index: 1;
  opacity: .5;
}
.single-teams .team-inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-teams .team-inner ul li {
  display: block;
  border-bottom: 1px solid #eee;
  padding: 13px 0;
}
.single-teams .team-inner ul li i {
  color: #baa08f;
  margin-right: 5px;
  display: none;
}
.single-teams .team-inner ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.single-teams .doctor-awardss.team-inner {
  padding-top: 25px;
}
.single-teams .siderbar-title {
  margin: 0 0 30px;
  color: #baa08f;
  text-transform: capitalize;
}
.single-teams .chevron-right-icon li {
  float: left;
  width: 50%;
  margin: 4px 0;
}
.single-teams h3.title-left-border {
  margin-top: 45px;
}
.single-teams .emergency-time {
  padding: 40px 15px 32px;
}
.single-teams .emergency-time .emergency-title {
  margin: 14px 0 4px;
}
.single-teams .emergency-time i {
  color: #baa08f;
}
.single-teams .emergency-time i:before {
  font-size: 50px;
}
.single-teams .emergency-time p {
  margin-bottom: 0;
}
.single-teams .team-skill {
  padding-left: 0;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.single-teams .team-skill h3 {
  font-weight: 500;
  margin-bottom: 20px;
}
.single-teams .team-skill .rs-progress {
  height: 8px;
  border: 1px solid #baa08f;
  border-radius: 0;
  overflow: visible;
  padding: 1px;
  background: #fff;
  margin-top: 45px;
}
.single-teams .team-skill .rs-progress .progress-bar {
  position: relative;
  text-align: left;
  line-height: 4px;
  border-radius: 0;
  box-shadow: none;
  background-color: #baa08f;
  font-size: 16px;
}
.single-teams .team-skill .rs-progress .progress-bar .pb-label {
  position: absolute;
  left: 0px;
  top: -24px;
  color: #333333;
}
.single-teams .team-skill .rs-progress .progress-bar .pb-percent {
  position: absolute;
  right: -13px;
  top: -30px;
  padding: 8px 5px;
  color: #333333;
}
.rsbtnw {
  position: relative;
  color: #ffffff;
  padding-left: 56px;
  font-weight: 600;
  display: inline-block;
  margin-top: 20px;
}
.rsbtnw:before {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  width: 40px;
  height: 1px;
  background: #ffffff;
}
.rs-porfolio-details .owl-stage-outer {
  margin-bottom: 50px;
}
.rs-porfolio-details .rs-details {
  max-width: 690px;
  margin: 25px auto 0;
  border: 1px solid #ccc;
}
.rs-porfolio-details .rs-details .ps-informations {
  padding: 35px 50px 25px 50px;
}
.rs-porfolio-details .rs-details .ps-informations ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rs-porfolio-details .rs-details .ps-informations ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  font-size: 16px;
  padding: 0 0 8px;
}
.rs-porfolio-details .rs-details .ps-informations ul li span {
  font-weight: 600;
}
.rs-porfolio-details .rs-details .ps-informations .info-title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: #333333;
}
.rs-porfolio-details .project-img {
  text-align: center;
  margin: 0 0 50px;
}
.rs-porfolio-details .social-info {
  margin: 0;
  padding: 4px 20px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
}
.rs-porfolio-details .social-info li {
  padding: 0 12px;
}
.rs-porfolio-details .social-info li a {
  font-size: 14px;
}
.rs-porfolio-details .ps-informations ul {
  margin: 0;
  list-style: none;
  text-align: left;
  padding: 25px 30px;
  background: #fbfbfb;
}
.rs-porfolio-details .ps-informations ul li + li {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid rgba(54, 54, 54, 0.05);
}
.rs-porfolio-details .ps-informations ul li span {
  width: 150px;
  display: inline-block;
  color: #333333;
  font-weight: 600;
}
.rs-porfolio-details .ps-image {
  text-align: center;
  margin-bottom: 10px;
}
.rs-porfolio-details .ps-share {
  margin-top: 40px;
}
.rs-porfolio-details .ps-share ul {
  margin: 0;
}
.rs-porfolio-details .ps-share .share-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.rs-porfolio-details .ps-share ul li {
  display: inline-block;
  margin: 0 10px 14px 0;
}
.rs-porfolio-details .ps-share ul li a {
  font-size: 20px;
  display: block;
  width: 50px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #baa08f;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.rs-porfolio-details .ps-share ul li a:hover {
  background-color: #baa08f;
  color: #333333;
}
.rs-porfolio-details .project-desc {
  line-height: 30px;
}
.rs-porfolio-details .project-desc p:last-child {
  margin-bottom: 0;
}
.rs-porfolio-details .project-desc .ps-title {
  margin-bottom: 20px;
}
.rs-porfolio-details .ps-related-project {
  margin-top: 50px;
}
.rs-porfolio-details .ps-related-project .ps-related-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}
.rs-porfolio-details .ps-related-project .portfolio-item {
  margin-bottom: 20px;
}
.rs-porfolio-details .portfolio-carousel .owl-dots {
  display: none;
}
.rs-porfolio-details .portfolio-carousel .owl-stage-outer {
  height: auto !important;
}
.rs-porfolio-details .portfolio-carousel .owl-nav {
  display: none;
}
.rs-porfolio-details .portfolio-carousel .owl-nav .owl-prev {
  left: 10px  !important;
  min-height: 1px;
  transition: all .5s ease;
}
.rs-porfolio-details .portfolio-carousel .owl-nav .owl-next {
  right: 10px  !important;
  min-height: 1px;
  transition: all .5s ease;
}
.rs-porfolio-details .portfolio-carousel:hover .owl-nav {
  display: block;
}
.rs-porfolio-details .portfolio-carousel .file-list-image img {
  border-radius: 5px;
}
.rs-porfolio-details.project-gallery .ps-image-wrap {
  margin-top: 28px;
}
.rs-porfolio-details.project-gallery .file-list-image {
  margin-bottom: 30px;
  position: relative;
  background: #000000;
  border-radius: 5px;
}
.rs-porfolio-details.project-gallery .file-list-image a:hover i {
  color: #fff;
}
.rs-porfolio-details.project-gallery .file-list-image img {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-radius: 5px;
}
.rs-porfolio-details.project-gallery .file-list-image .p-zoom {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  transition: all 0.3s ease 0s;
  height: 46px;
  line-height: 44px;
  width: 46px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 60%;
  opacity: 0;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rs-porfolio-details.project-gallery .file-list-image:hover img {
  opacity: 0.4;
}
.rs-porfolio-details.project-gallery .file-list-image:hover .p-zoom {
  top: 50%;
  opacity: 1;
}
.rs-porfolio-details.project-gallery .file-list-image:hover .p-zoom:hover {
  background: #baa08f;
  color: #ffffff;
  border: 1px solid #baa08f;
}
.rs-related-section {
  padding-bottom: 100px;
}
.rs-related-section .portfolio-item:hover .portfolio-content .rs-btmsec .p-title {
  opacity: 0;
  visibility: hidden;
}
.rs-related-section .portfolio-item:hover .portfolio-content .p-title {
  margin: 0 0 8px;
}
.rs-related-section .rs-related-title {
  padding-bottom: 8px;
  position: relative;
  padding-top: 50px;
}
.rs-related-section .rs-related-title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 70px;
  height: 1px;
  display: block;
  background: #baa08f;
  transform: rotate(90deg);
  top: -40px;
}
.rs-related-section .rs-related-title h2 {
  font-size: 42px;
  line-height: 52px;
  color: #333333;
}
.rs-related-section .container {
  padding-left: 30px;
  padding-right: 30px;
}
.sticky-slide-hide .recent-video-widget {
  margin: 0;
}
.sticky-slide-hide .recent-video-widget .post-item {
  position: relative;
}
.sticky-slide-hide .recent-video-widget .post-item .post-desc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 50px;
  border-radius: 5px;
  width: 100%;
  max-width: 750px;
}
.sticky-slide-hide .recent-video-widget .post-item .post-desc h3 {
  text-transform: uppercase;
  line-height: 50px !important;
  font-size: 40px;
  font-weight: 700;
  margin: 0 !important;
  padding-bottom: 8px;
}
.sticky-slide-hide .recent-video-widget .post-item .post-desc h3 a {
  color: #333333;
}
.sticky-slide-hide .recent-video-widget .post-item .post-desc h3 a:hover {
  color: #f6866f;
}
.sticky-slide-hide .recent-video-widget .post-item .post-desc .date-post {
  color: #555;
  margin-right: 12px;
}
.sticky-slide-hide .recent-video-widget .post-item .post-desc .date-post i {
  font-size: 13px;
  margin-right: 6px;
}
.sticky-slide-hide .recent-video-widget .post-item .post-desc .post-user {
  color: #555;
}
.sticky-slide-hide .recent-video-widget .post-item .post-desc .post-user i {
  font-size: 13px;
  margin-right: 6px;
}
.sticky-slide-hide .recent-video-widget .post-item .post-desc .cat_list ul {
  margin: 0 0 15px;
  display: block;
  padding: 0;
}
.sticky-slide-hide .recent-video-widget .post-item .post-desc .cat_list ul li {
  display: inline;
  color: #999;
  position: relative;
}
.sticky-slide-hide .recent-video-widget .post-item .post-desc .cat_list ul li:after {
  content: '';
  margin: 0 0 0 5px;
  width: 6px;
  height: 6px;
  background: #baa08f;
  display: inline-block;
  top: -1px;
  position: relative;
  border-radius: 50%;
}
.sticky-slide-hide .recent-video-widget .post-item .post-desc .cat_list ul li:last-child:after {
  display: none;
}
.cat_list ul li a {
  font-weight: 500;
}
.home-counter-sec .elementor-counter-number-prefix {
  position: relative;
}
.home-counter-sec .elementor-counter-number-prefix:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 65%;
  background: #baa08f;
  width: 40px;
  height: 1px;
  display: block;
  transform: translateY(-50%);
}
.home-counter-sec .newsletters {
  background: #ffffff;
  box-shadow: 0 70px 140px #f4f4f4;
  border-radius: 5px;
  position: relative;
  top: 123px;
  max-width: 1440px;
  margin: 0 auto;
  z-index: 1;
}
.home-counter-sec .newsletters .rs-view-btn .rs-btn.rs-btnblack .rs_btn__text {
  padding-top: 4px;
  padding-bottom: 4px;
}
.home-counter-sec .newsletters .title-inner h2.title {
  margin: 0;
}
.home-counter-sec .newsletters .mc4wp-form-fields p {
  margin: 0;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.home-counter-sec .newsletters .mc4wp-form-fields p input[type="email"] {
  border: none;
  width: 80%;
  border-radius: 3px;
  height: 60px;
  margin: 0;
  background: transparent;
  border: 2px solid #333;
  color: #baa08f;
}
.home-counter-sec .newsletters .mc4wp-form-fields p input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #baa08f;
}
.home-counter-sec .newsletters .mc4wp-form-fields p input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #baa08f;
}
.home-counter-sec .newsletters .mc4wp-form-fields p input[type="email"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #baa08f;
}
.home-counter-sec .newsletters .mc4wp-form-fields p input[type="email"]:-moz-placeholder {
  /* Firefox 18- */
  color: #baa08f;
}
.home-counter-sec .newsletters .mc4wp-form-fields p input[type="submit"] {
  color: #baa08f;
  background: none;
  width: auto;
  height: auto;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 0 20px;
  padding-right: 20px;
  padding-left: 20px;
  border: 2px solid #333;
  border-radius: 0;
  height: 60px;
}
.home-counter-sec .newsletters .mc4wp-form-fields p .newsletter-input {
  display: block;
  width: 100%;
  margin-right: 70px;
}
.home-counter-sec .newsletters.newsletters2 {
  top: 0;
  box-shadow: none;
}
.home-counter-sec .newsletters.newsletters2 .mc4wp-form-fields p input[type="submit"] {
  padding-right: 0;
}
.home-counter-sec .newsletters.newsletters2 .mc4wp-form-fields p span.btns:before {
  right: 146px;
}
.home-counter-sec .newsletters .rs-view-btn .rs-btn.rs-btnblack:before {
  width: 0;
}
.home-counter-sec .newsletters .rs-view-btn .rs-btn.rs-btnblack .rs_btn__text span:after,
.home-counter-sec .newsletters .rs-view-btn .rs-btn.rs-btnblack .rs_btn__text span:before {
  height: 100%;
}
.home-counter-sec .newsletters .rs-view-btn .rs-btn.rs-btnblack .rs_btn__text::after,
.home-counter-sec .newsletters .rs-view-btn .rs-btn.rs-btnblack .rs_btn__text::before {
  width: 100%;
}
.home-counter-sec .newsletters .rs-view-btn .rs-btn.rs-btnblack .rs_btn__text {
  -webkit-transform: translateX(-3.2em);
  transform: translateX(-3.2em);
  -webkit-transition: width 1s ease, -webkit-transform 0.5s ease;
}
.home-counter-sec.home-counter-sec2 {
  box-shadow: 0 0 22px #f5f5f5;
}
.home-counter-sec.home-counter-sec-inner .newsletters {
  top: 0;
}
.awards {
  margin: 0 auto !important;
}
.hovers {
  transition: all .8s ease;
}
.blogs-style7.blog_meta_style2 .article-content {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 2px 40px 28px;
}
.hovers:hover {
  opacity: .6;
}
.single-portfolios .ps-informations .info-title {
  padding: 14px 20px;
  background: #baa08f;
  border-radius: 0;
  font-size: 20px;
  color: #fff;
  line-height: 26px !important;
  margin: 0 !important;
}
.single-portfolios .ps-informations ul {
  margin: 0;
  list-style: none;
  text-align: left;
  padding: 25px 30px;
  background: #fbfbfb;
}
.single-portfolios .ps-informations ul li + li {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid rgba(54, 54, 54, 0.05);
}
.single-portfolios .ps-informations ul span {
  width: 150px;
  display: inline-block;
  color: #1c1b1b;
  font-weight: 600;
}
.home-testimonial .elementor-text-editor strong.name {
  font-weight: 500;
  font-size: 24px;
  position: relative;
  padding-left: 54px;
  color: #333333;
}
.home-testimonial .elementor-text-editor strong.name:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background: #baa08f;
  width: 40px;
  height: 1px;
  display: block;
  transform: translateY(-50%);
}
.home-testimonial .elementor-text-editor h2 {
  font-size: 42px;
  font-weight: 500;
  color: #333333;
  font-weight: 300;
  line-height: 54px;
  padding-bottom: 30px;
}
.home-testimonial .elementor-text-editor h2 strong {
  font-weight: 600;
}
.home-testimonial.home-testimonial2 .elementor-text-editor h2,
.home-testimonial.home-testimonial2 .elementor-text-editor strong.name {
  color: #fff !important;
}
body .fa,
body .fas {
  font-family: "FontAwesome" !important;
}
.blog_cat_list ul.post-categories {
  margin: 0 0 8px;
  display: block;
  padding: 0;
}
.blog_cat_list ul.post-categories li {
  display: inline;
  position: relative;
  color: #999;
  margin-right: 6px;
}
.blog_cat_list ul.post-categories li a {
  padding-right: 6px;
}
.blog_cat_list ul.post-categories li:after {
  content: '';
  margin: 0 0 0 5px;
  width: 6px;
  height: 6px;
  background: #999;
  display: inline-block;
  top: -1px;
  position: relative;
  border-radius: 50%;
}
.blog_cat_list ul.post-categories li:last-child:after {
  display: none;
}
.blog_cat_list ul.post-categories li a {
  color: #333333;
  font-size: 13px;
  font-weight: 500;
}
.blog_cat_list ul.post-categories li a:hover {
  color: #baa08f;
}
.rs-view-btn.rs-btn-input .rs-btn.rs-btnblack {
  position: relative;
}
.drowbd {
  border: 0;
  box-sizing: border-box;
  margin: 0;
  height: 80px;
  width: 280px;
  padding: 10px;
  font-size: inherit;
  font-weight: 700;
  position: relative;
  vertical-align: middle;
}
.drowbd::before,
.drowbd::after {
  box-sizing: inherit;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
}
.draw {
  transition: color 0.25s;
}
.draw::before,
.draw::after {
  border: 4px solid transparent;
  width: 100%;
  height: 100%;
}
.draw::before {
  top: 0;
  left: 0;
  border-top-color: #baa08f;
  border-right-color: #baa08f;
  transition: width 1.5s ease-out, height 1.5s ease-out 1.5s;
}
.draw::after {
  bottom: 0;
  right: 0;
  border-bottom-color: #baa08f;
  border-left-color: #baa08f;
  transition: border-color 0s ease-out 0.99s, width 0.5s ease-out 4s, height 0.5s ease-out 5s;
}
.rs-contact_info .elementor-widget-wrap {
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (min-width: 1400px) {
  #rs-contact_info .elementor-widget-wrap {
    padding-left: 30px;
  }
}
.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;
}
.mc4wp-form-fields .rs-btn.rs-btnblack {
  position: relative;
}
.mc4wp-form-fields .rs-view-btn .rs-btn.rs-btnblack .rs_btn__text::before,
.mc4wp-form-fields .rs-view-btn .rs-btn.rs-btnblack .rs_btn__text::after,
.mc4wp-form-fields .rs-view-btn .rs-btn.rs-btnblack .rs_btn__text span::before,
.mc4wp-form-fields .rs-view-btn .rs-btn.rs-btnblack .rs_btn__text span::after {
  background: #333;
}
.entry-content .page-links {
  padding-top: 30px;
}
.comment-reply-title {
  font-size: 24px;
  font-weight: 700;
  margin-top: 14px;
}
.page .comments-title {
  font-size: 24px;
  font-weight: 700;
}
body.search article {
  margin-bottom: 50px;
}
body.search-no-results #main {
  padding-right: 30px;
}
body.search-no-results .no-results.not-found .bs-search.search-form {
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
  background: #fff;
  padding: 40px 30px;
}
body.search-no-results .no-results.not-found .bs-search.search-form .search-wrap {
  position: relative;
}
body.search-no-results .no-results.not-found .bs-search.search-form .search-input {
  border-radius: 5px;
  padding: 12px 17px;
}
body.search-no-results .no-results.not-found .bs-search.search-form button {
  padding: 5px 17px;
  background: transparent !important;
}
.bs-sidebar .widget_contact_widget ul li .fa.fa-map-o {
  font-size: 15px;
}
.bs-sidebar .widget_contact_widget ul li .fa.flaticon-call {
  margin-right: 12px;
}
.bs-sidebar .widget_contact_widget ul li .fa.flaticon-call:before {
  font-size: 18px;
}
.bs-sidebar .widget_contact_widget ul li .fa.fa-clock-o {
  font-size: 19px;
  margin-right: 15px;
}
.bs-sidebar .fa-ul li i {
  font-size: 17px;
  color: #baa08f;
}
.single-post .bs-sidebar h2 {
  margin-top: 0;
}
.recent-widget .show-featured .post-img img {
  border-radius: 3px 0 0 3px;
}
.format-aside .single-content-full .bs-desc {
  margin-top: 0;
}
.close5 {
  background: #28406d;
  color: #fff;
  border-radius: 50%;
}
.i-small .fa-plus:before {
  font-size: 11px;
  font-weight: 300;
  top: -4px;
  position: relative;
}
.i-small .fa-window-minimize:before {
  font-size: 14px;
  position: relative;
  top: -7px;
}
.home1-contact input.wpcf7-text,
.home1-contact select,
.home1-contact textarea {
  background: #333333;
  border: none;
  color: #fff;
  width: 100%;
  margin-bottom: 30px;
  outline: none;
}
.home1-contact input[type="submit"] {
  background: #ffffff;
  width: 100%;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: -7px;
  border-radius: 0;
  color: #f5f5f5;
}
.home1-contact input.wpcf7-text {
  height: 55px;
}
.home1-contact textarea {
  height: 170px;
}
.home1-contact input[type="text"]::-webkit-input-placeholder,
.home1-contact textarea::-webkit-input-placeholder,
.home1-contact input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999;
  opacity: 1;
}
.home1-contact input[type="text"]::-moz-placeholder,
.home1-contact textarea::-moz-placeholder,
.home1-contact input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
  opacity: 1;
}
.home1-contact input[type="text"]:-ms-input-placeholder,
.home1-contact textarea:-ms-input-placeholder,
.home1-contact input[type="email"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
  opacity: 1;
}
.home1-contact input[type="text"]:-moz-placeholder,
.home1-contact textarea:-moz-placeholder,
.home1-contact input[type="email"]:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
  opacity: 1;
}
.footer-top-contact .rs-contact {
  color: #fff;
}
.footer-top-contact .rs-contact .contact-address .address-text h3 {
  color: #fff;
  font-weight: 500;
}
.footer-top-contact .rs-contact .contact-address .address-text a {
  color: #fff;
}
.footer-top-contact .rs-contact .contact-address .address-text a:hover {
  color: #baa08f;
}
.readon .vc_btn3 {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  margin-top: -5px !important;
}
.readon .vc_btn3:hover {
  color: #333333 !important;
}
.shadows {
  box-shadow: 0 0 30px #efefef;
}
.entry-footer {
  display: none;
}
.elementor-spacer-inner {
  border-right: 1px solid #e1d9d8;
  width: 1px;
  margin: 0 auto;
}
.subscribe-form p {
  text-align: center;
  margin: 0 auto;
}
.subscribe-form .mc4wp-form-fields {
  margin: 0 auto;
}
.subscribe-form input {
  display: inline-block;
  height: 70px;
  line-height: 70px;
  padding: 0 30px;
  outline: none;
}
.subscribe-form input[type="email"] {
  width: 70%;
  border-radius: 30px 0 0 30px;
}
.subscribe-form input[type="submit"] {
  border-radius: 0 30px 30px 0;
  position: relative;
}
.subscribe-form .signup-post {
  display: none;
}
/*********************
    FAQ
**********************/
.home-faq .vc_toggle {
  color: #999;
  background: #333;
  padding: 16px 20px;
}
.home-faq .vc_toggle .vc_toggle_title > h4 {
  color: #f5f5f5;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
  font-size: 16px;
  font-weight: 600;
}
.home-faq .vc_toggle .vc_toggle_content {
  margin-bottom: 0 !important;
}
.home-faq .vc_toggle .vc_toggle_content p {
  margin-bottom: 5px;
}
.home-faq .vc_toggle .vc_toggle_icon:before,
.home-faq .vc_toggle .vc_toggle_icon:after {
  background-color: #999 !important;
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel .vc_tta-panel-title {
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
  font-size: 16px;
  font-weight: 600;
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-title a,
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel .vc_tta-panel-title:hover a {
  color: #999;
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-title a > i.vc_tta-controls-icon:before,
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel .vc_tta-panel-title:hover a > i.vc_tta-controls-icon:before,
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-title a > i.vc_tta-controls-icon:after,
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel .vc_tta-panel-title:hover a > i.vc_tta-controls-icon:after {
  border-color: #999;
}
/*********************
    Contact
**********************/
.contact-business {
  z-index: 9;
}
.contact-business .form-button {
  margin: 20px auto 0;
}
.contact-business.content-center .form-button {
  margin: 0 auto;
}
.contact-business.content-center .form-button p {
  text-align: center;
  margin: 0 auto;
  display: block;
}
#archtek-load {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  margin-top: 0px;
  top: 0px;
  background: #333333;
}
#archtek-load img {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 15px;
  transform: translate(-50%, -50%);
}
.sidenav .widget_nav_menu ul li.mega {
  position: relative !important;
}
.archtek-loader,
.archtek-loader > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.archtek-loader {
  font-size: 0;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.archtek-loader.la-dark {
  color: #333;
}
.archtek-loader > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}
.archtek-loader {
  width: 32px;
  height: 32px;
}
.archtek-loader > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background: transparent;
  border-width: 2px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: archtek-loader-anim 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  -moz-animation: archtek-loader-anim 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  -o-animation: archtek-loader-anim 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: archtek-loader-anim 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}
.archtek-loader > div:nth-child(1) {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}
.archtek-loader > div:nth-child(2) {
  -webkit-animation-delay: .25s;
  -moz-animation-delay: .25s;
  -o-animation-delay: .25s;
  animation-delay: .25s;
}
.archtek-loader > div:nth-child(3) {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  -o-animation-delay: .5s;
  animation-delay: .5s;
}
.archtek-loader.la-sm {
  width: 16px;
  height: 16px;
}
.archtek-loader.la-sm > div {
  width: 16px;
  height: 16px;
  border-width: 1px;
}
.archtek-loader.la-2x {
  width: 64px;
  height: 64px;
}
.archtek-loader.la-2x > div {
  width: 64px;
  height: 64px;
  border-width: 4px;
}
.archtek-loader.la-3x {
  width: 96px;
  height: 96px;
}
.archtek-loader.la-3x > div {
  width: 96px;
  height: 96px;
  border-width: 6px;
}
@-webkit-keyframes archtek-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 archtek-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 archtek-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 archtek-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%;
  }
}
