@charset "utf-8";
/**
*
* -----------------------------------------------------------------------------
*
* Template : Advokat - Lawyer & Lawfirm 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: 45px;
  padding: 10px 18px;
  border: 1px solid #f1f1f1;
  margin-bottom: 20px;
  outline: none;
}
div textarea {
  border: 1px solid #f1f1f1;
  margin-bottom: 30px;
}
input[type="submit"] {
  background: #b69d74;
}
div.wpcf7 .ajax-loader {
  position: absolute;
  top: 16px;
  right: -40px;
}
.rs-contact .contact-address .address-item {
  overflow: hidden;
  margin-top: 20px;
}
.rs-contact .contact-address .address-item .address-icon {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.rs-contact .contact-address .address-item .address-icon i {
  font-size: 25px;
}
.rs-contact .contact-address .address-item .address-text {
  float: left;
  width: 80%;
  padding-left: 15px;
}
.rs-contact .contact-address .address-item .address-text h3.contact-title {
  font-size: 16px;
  margin: 0;
  color: #1f2839;
}
.rs-contact .contact-address .address-item .address-text a {
  color: #1f2839;
}
.rs-contact .contact-address .address-item .address-text a:hover {
  color: #b69d74;
}
.rs-contact .contact-address.style3 .address-icon:after {
  background: transparent !important;
}
.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;
}
.googlemap iframe {
  filter: grayscale(100%);
}
/* 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: #1f2839;
}
.rs-blog .blog-meta .blog-title a:hover {
  color: #1f2839;
}
.rs-blog .full-blog-content {
  padding: 0px 0 0 0;
}
.rs-blog .blog-slider .bottom-shadow1 {
  padding: 36px 20px 35px;
  background: #fff;
}
.rs-blog .blog-slider .blog-meta {
  margin-top: 0;
  padding-left: 0 !important;
}
.rs-blog .blog-slider .blog-meta .blog-title {
  font-size: 22px;
}
.rs-blog .blog-slider .blog-img .post-metas {
  position: absolute;
  bottom: 0;
  background: #b69d74;
  color: #fff;
  padding: 8px 20px;
  z-index: 99;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 140px;
  text-align: center;
  border-radius: 3px;
}
.rs-blog .blog-slider .category i:before {
  font-size: 16px;
}
body.blog {
  background: #f9f9f9 !important;
}
.rs-blog-grid.rs-blog .blog-meta .blog-title {
  line-height: 35px !important;
  font-size: 24px;
}
.rs-blog-grid.rs-blog .blog-item {
  margin-bottom: 30px;
}
.rs-blog-grid.rs-blog .style1 .bottom-shadow1 {
  padding: 40px 25px 36px;
  background: #fff;
  box-shadow: 0px 15px 34px -5px rgba(193, 193, 193, 0.3);
}
.rs-blog-grid.rs-blog .style2 .blog-desc {
  margin-top: 20px !important;
}
.rs-blog-grid.rs-blog .style2 .meta-class-grid {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rs-blog-grid.rs-blog .style2 .meta-class-grid li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  text-transform: capitalize;
}
.rs-blog-grid.rs-blog .style2 .meta-class-grid li a {
  color: #767676;
}
.rs-blog-grid.rs-blog .style2 .meta-class-grid li:after {
  content: "";
  font-size: 16px;
  color: #111;
  position: absolute;
  top: 13px;
  right: -12px;
  background: #1f2839;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  display: block;
}
.rs-blog-grid.rs-blog .style2 .meta-class-grid li:last-child:after {
  display: none;
}
.rs-blog-grid.rs-blog .style3 {
  margin: 0 0 30px;
}
.rs-blog-grid.rs-blog .style3 .blog-img.image-scale {
  padding: 0;
}
.rs-blog-grid.rs-blog .style3 .bottom-shadow1.blog3-details {
  background: #ffffff;
  padding: 27px 30px 30px;
  border: none;
  border-left: 0;
  text-align: left;
}
.rs-blog-grid.rs-blog .style3 .bottom-shadow1.blog3-details .blog-meta .blog-date i {
  margin-right: 10px;
}
.rs-blog-grid.rs-blog .style3 .bottom-shadow1.blog3-details .blog-meta .blog-title {
  margin: 0 0 5px;
}
.rs-blog-grid.rs-blog .style3 .bottom-shadow1.blog3-details .categories {
  padding: 0;
  color: #999999;
  margin-bottom: 5px;
  margin-left: 0;
  position: relative;
  font-size: 13px;
  text-transform: inherit;
  display: inline-block;
}
.rs-blog-grid.rs-blog .style3 .bottom-shadow1.blog3-details .categories a {
  color: #999;
}
.rs-blog-grid.rs-blog .style3 .bottom-shadow1.blog3-details .categories a:hover {
  color: #b69d74;
}
.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 15px;
  line-height: 30px;
  font-weight: 500;
  font-size: 26px;
}
.full-blog-content .blog-title a {
  color: #1f2839;
}
.full-blog-content .blog-title a:hover {
  color: #b69d74;
}
.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;
}
li.recent-widget {
  list-style: none;
}
.title-area-blog {
  overflow: hidden;
  clear: both;
  padding-bottom: 43px;
}
.blog .rs-blog .col-md-9 article:first-child .blog-item {
  border-top: none !important;
  padding-top: 0 !important;
}
.home-blog .rs-blog .blog-item {
  margin-bottom: 15px;
}
.blog .rs-blog .blog-item .blog-img {
  margin-bottom: 43px !important;
}
.rs-blog article:first-child .blog-item:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: none;
}
.rs-blog article .blog-item {
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
.rs-blog article .blog-item .content-wrapper {
  padding: 0 50px 45px;
}
.rs-blog article .blog-item.no-thumbs .content-wrapper {
  padding-top: 43px;
}
.blog-item .seperator {
  padding: 0 12px;
}
.blog .rs-blog .blog-item.default-meta .blog-img .blog-img-content {
  padding: 27px 40px 0;
}
.blog .rs-blog .blog-item .default-date {
  background: #b69d74;
  color: #fff !important;
  border-radius: 0;
  font-size: 13px;
  display: inline-block;
}
.blog .rs-blog .blog-item.no-thumbs.default-meta .blog-img .blog-img-content {
  padding-top: 40px;
}
.blog .rs-blog .blog-item.no-thumbs.default-meta .blog-img .default-date.meta.meta-date {
  position: relative;
  left: 0;
  transform: translate(0);
}
.blog .rs-blog .blog-item .blog-img {
  position: relative;
  border-radius: 0px;
}
.blog .rs-blog .blog-item .meta-date {
  background: #b69d74;
  border-radius: 3px 3px 0 0;
  color: #ffffff !important;
  width: 120px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-weight: 500;
  position: relative;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  z-index: 100;
}
.blog .rs-blog .blog-item .default-date i:before {
  font-size: 16px;
}
.blog .rs-blog .blog-item .blog-img-content {
  position: relative;
}
.blog .rs-blog .blog-item .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-content .blog-link:hover {
  opacity: 0.75;
}
.blog .rs-blog .blog-item .blog-img-content .blog-title a {
  color: #1f2839;
}
.blog .rs-blog .blog-item .blog-img-content .blog-title a:hover {
  color: #b69d74;
}
.blog .rs-blog .blog-item .blog-img-content:hover .blog-img-content {
  top: 0;
}
.archive .blog-item.default-meta .blog-img .blog-img-content {
  padding: 27px 40px 0;
}
.archive .blog-item.no-thumbs .blog-img .blog-img-content {
  padding-top: 40px;
}
.archive .blog-item .default-date {
  background: #b69d74;
  color: #fff !important;
  padding: 2px 15px 2px;
  border-radius: 3px;
  font-size: 13px;
}
.archive .meta-date,
.archive .default-date {
  background: #8d6e63;
  border-radius: 3px 3px 0 0;
  color: #ffffff !important;
  width: 120px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-weight: 500;
  position: relative;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  z-index: 100;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.archive .blog-img-content {
  position: relative;
}
.archive .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;
}
.archive .blog-img-content .blog-link:hover {
  opacity: 0.75;
}
.archive .blog-img-content .meta {
  display: inline-block;
  margin-right: 24px;
  position: relative;
  z-index: 15;
  font-size: 14px;
  color: #767676;
}
.archive .blog-img-content .meta i {
  margin-right: 7px;
}
.archive .blog-img-content .meta .author {
  margin-left: 15px;
}
.archive .blog-img-content .meta .category-name a {
  color: #909090;
}
.archive .blog-img-content .meta .category-name a:hover {
  color: #b69d74;
}
.archive .blog-img-content .meta .category-name i:before {
  font-size: 16px;
}
.archive .blog-img-content .author.meta {
  text-transform: capitalize;
}
.archive .blog-img-content .author.meta i:before {
  font-size: 16px;
}
.archive .blog-img-content .blog-title a {
  color: #1f2839;
}
.archive .blog-img-content .blog-title a:hover {
  color: #1f2839;
}
.archive .blog-img-content:hover .blog-img-content {
  top: 0;
}
.archive .rs-blog .blog-item .blog-img {
  margin-bottom: 40px;
}
.single-post {
  background: #f9f9f9 !important;
}
.single-post .single-content-full.no-thumbs {
  padding-top: 0 !important;
}
.single-post .single-content-full.no-thumbs .bs-desc {
  margin-top: 0;
}
.single-post .single-content-full .bs-info {
  margin-top: -10px;
}
.single-post .single-content-full .bs-info.default-meta .blog-img .blog-img-content {
  padding: 27px 40px 0;
}
.single-post .single-content-full .bs-info.no-thumbs .blog-img .blog-img-content {
  padding-top: 0;
}
.single-post .single-content-full .bs-info .default-date {
  background: #b69d74;
  color: #fff !important;
  padding: 2px 15px 2px;
  border-radius: 3px;
  font-size: 13px;
}
.single-post .single-content-full .bs-info .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;
}
.single-post .single-content-full .bs-info .blog-link:hover {
  opacity: 0.75;
}
.single-post .single-content-full .bs-info .default-date i:before {
  font-size: 16px;
}
.single-post .single-content-full .bs-info .meta {
  display: inline-block;
  margin-right: 24px;
  position: relative;
  z-index: 15;
  font-size: 14px;
  color: #b69d74;
}
.single-post .single-content-full .bs-info .meta .post-view {
  margin-right: 24px;
}
.single-post .single-content-full .bs-info .meta .post-view .flaticon-eye:before {
  font-size: 16px;
}
.single-post .single-content-full .bs-info .meta .flaticon-comment:before {
  font-size: 16px;
}
.single-post .single-content-full .bs-info .meta i {
  margin-right: 7px;
}
.single-post .single-content-full .bs-info .meta .author {
  margin-left: 15px;
}
.single-post .single-content-full .bs-info .meta .category-name a {
  color: #b69d74;
}
.single-post .single-content-full .bs-info .meta .category-name i:before {
  font-size: 16px;
}
.single-post .single-content-full .bs-info .author.meta {
  text-transform: capitalize;
}
.single-post .single-content-full .bs-info .author.meta i:before {
  font-size: 16px;
}
.single-post .single-content-full .bs-info .blog-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
  margin-top: 15px;
  color: #b69d74;
  margin-bottom: 0;
}
.single-post .single-content-full .bs-info .blog-title a {
  color: #b69d74;
}
.single-post .single-content-full .bs-info .blog-title a:hover {
  color: #1f2839;
}
.single-post .single-content-full .bs-info:hover .blog-img-content {
  top: 0;
}
.single-post .single-content-full .bs-tags {
  padding-top: 28px;
  border-top: 1px solid rgba(170, 170, 170, 0.25);
  padding-bottom: 3px;
  clear: both;
}
.single-post .single-content-full .bs-tags a {
  color: #fff;
  background: #b69d74;
  margin-left: 6px;
  padding: 0px 10px;
  font-size: 14px;
  border-radius: 3px;
  margin-bottom: 5px;
  display: inline-block;
}
.single-post .single-content-full .bs-tags a:hover {
  background: #b69d74;
  color: #fff;
}
.single-post .rs-blog-details .bs-info {
  margin-bottom: 20px;
}
.blog-item.no-thumbs .categories {
  margin-bottom: 15px;
  position: static;
}
.blog-item.no-thumbs .categories .category-name a {
  background: #b69d74;
  color: #fff;
  padding: 5px 19px 6px;
  border-radius: 13px;
  font-size: 13px;
  margin-right: 10px;
}
.blog-item.no-thumbs .categories .category-name a:hover {
  background: #1f2839;
}
.rs-blog .blog-item.no-thumb.style1 .blog-img {
  padding-top: 0;
}
.rs-blog .blog-item.no-thumb.style3 .blog3-details {
  border-top: 1px solid #e1e1e1;
}
.rs-blog .blog-item.no-thumb.style3 .blog-img {
  padding-top: 0;
}
.rs-blog .blog-item.no-thumb.style2 .blog-img {
  padding-bottom: 15px !important;
}
.rs-blog .blog-item.no-thumb.style2 .bottom-shadow1 {
  padding-top: 15px !important;
}
.rs-blog .blog-item.no-thumb .blog-img {
  padding: 20px 25px 0 25px;
}
.rs-blog .blog-item.no-thumb .blog-img .meta-date {
  margin-top: 0px;
  position: relative;
  top: 10px;
  margin-left: 0;
}
.rs-blog .blog-item.no-thumb .category,
.rs-blog .blog-item.no-thumb .categories {
  position: static !important;
  margin-top: 1px;
  display: inline-block;
}
.rs-blog .blog-item.no-thumb .blogfull {
  padding-top: 15px !important;
}
.rs-blog article {
  margin-bottom: 60px;
}
.rs-blog .blog-item.default-meta .title-wrap.has-date {
  padding-left: 0;
}
.rs-blog .blog-item.default-meta .title-wrap .default-meta {
  float: left;
  margin-right: 24px;
  color: #b69d74;
}
.rs-blog .blog-item.default-meta .title-wrap .default-meta i {
  margin-right: 7px;
}
.rs-blog .blog-item.default-meta .title-wrap .default-meta i:before {
  font-size: 16px;
}
.blog .rs-blog .blog-item.no-thumbs .blog-img {
  margin-bottom: 0px !important;
}
.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;
}
.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: #1f2839;
  border-top: 80px solid transparent;
  border-right: 100px solid #1f2839;
}
.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: #1f2839;
  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: #b69d74;
  color: #fff;
  padding: 5px 19px 6px;
  border-radius: 13px;
  font-size: 13px;
  margin-right: 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: #1f2839;
}
.rs-blog-details .post-meta,
.rs-blog .post-meta,
.blog .post-meta {
  font-size: 14px;
  text-transform: capitalize;
}
.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: 12px;
}
.rs-blog-details .blog-item.style1 .blog-img .image-wrap,
.rs-blog .blog-item.style1 .blog-img .image-wrap,
.blog .blog-item.style1 .blog-img .image-wrap {
  overflow: hidden;
}
.rs-blog-details .blog-item.style1 .blog-img img,
.rs-blog .blog-item.style1 .blog-img img,
.blog .blog-item.style1 .blog-img img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.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: 15px;
}
.rs-blog-details .blog-item.style1 .blog-slidermeta span,
.rs-blog .blog-item.style1 .blog-slidermeta span,
.blog .blog-item.style1 .blog-slidermeta span,
.rs-blog-details .blog-item.style1 .blog-slidermeta a,
.rs-blog .blog-item.style1 .blog-slidermeta a,
.blog .blog-item.style1 .blog-slidermeta a {
  color: #d1d1d1;
}
.rs-blog-details .blog-item.style1 .blog-slidermeta span.post-meta,
.rs-blog .blog-item.style1 .blog-slidermeta span.post-meta,
.blog .blog-item.style1 .blog-slidermeta span.post-meta {
  position: relative;
}
.rs-blog-details .blog-item.style1 .blog-slidermeta span.post-meta:before,
.rs-blog .blog-item.style1 .blog-slidermeta span.post-meta:before,
.blog .blog-item.style1 .blog-slidermeta span.post-meta:before {
  content: "";
  font-size: 16px;
  color: #111;
  position: absolute;
  top: 11px;
  right: -14px;
  background: #d1d1d1;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  display: block;
}
.rs-blog-details .blog-item.style1 .blog-desc,
.rs-blog .blog-item.style1 .blog-desc,
.blog .blog-item.style1 .blog-desc {
  color: #d1d1d1;
}
.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 a,
.rs-blog .blog-item.style1 .category a,
.blog .blog-item.style1 .category a {
  font-size: 14px;
  color: #b69d74 !important;
}
.rs-blog-details .blog-item.style1 .blogfull,
.rs-blog .blog-item.style1 .blogfull,
.blog .blog-item.style1 .blogfull {
  padding: 25px 25px 30px;
  background: #fff;
  border: none;
  border-radius: 0 0 5px 5px;
}
.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.style1 .blogfull .blog-button,
.rs-blog .blog-item.style1 .blogfull .blog-button,
.blog .blog-item.style1 .blogfull .blog-button {
  padding-top: 5px;
}
.rs-blog-details .blog-item.style1 .blogfull .post-meta.author,
.rs-blog .blog-item.style1 .blogfull .post-meta.author,
.blog .blog-item.style1 .blogfull .post-meta.author {
  margin-right: 22px;
}
.rs-blog-details .blog-item.style1 .blog-meta,
.rs-blog .blog-item.style1 .blog-meta,
.blog .blog-item.style1 .blog-meta {
  position: relative;
  padding-left: 86px;
}
.rs-blog-details .blog-item.style1 .date-meta,
.rs-blog .blog-item.style1 .date-meta,
.blog .blog-item.style1 .date-meta {
  position: absolute;
  z-index: 100;
  display: table;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  color: #8d6e63;
  font-size: 28px;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  line-height: 25px;
  border-right: 2px solid #eee;
}
.rs-blog-details .blog-item.style1 .date-meta span,
.rs-blog .blog-item.style1 .date-meta span,
.blog .blog-item.style1 .date-meta span {
  font-size: 15px;
  display: block;
  text-transform: uppercase;
  padding-top: 10px;
}
.rs-blog-details .blog-item.style2 .blog-img .image-wrap,
.rs-blog .blog-item.style2 .blog-img .image-wrap,
.blog .blog-item.style2 .blog-img .image-wrap {
  overflow: hidden;
  position: relative;
}
.rs-blog-details .blog-item.style2 .blog-img .image-wrap .category,
.rs-blog .blog-item.style2 .blog-img .image-wrap .category,
.blog .blog-item.style2 .blog-img .image-wrap .category {
  right: 20px;
  left: auto;
}
.rs-blog-details .blog-item.style2 .blog-img .all-meta .author,
.rs-blog .blog-item.style2 .blog-img .all-meta .author,
.blog .blog-item.style2 .blog-img .all-meta .author {
  float: right;
  margin-right: 0;
}
.rs-blog-details .blog-item.style2 .blog-img .all-meta .author i:before,
.rs-blog .blog-item.style2 .blog-img .all-meta .author i:before,
.blog .blog-item.style2 .blog-img .all-meta .author i:before {
  font-size: 14px;
  font-weight: 600;
}
.rs-blog-details .blog-item.style2 .blog-img .all-meta .author .author,
.rs-blog .blog-item.style2 .blog-img .all-meta .author .author,
.blog .blog-item.style2 .blog-img .all-meta .author .author {
  margin: 0;
}
.rs-blog-details .blog-item.style2 .blog-img img,
.rs-blog .blog-item.style2 .blog-img img,
.blog .blog-item.style2 .blog-img img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.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: 15px 25px 0px 25px;
}
.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: 15px;
}
.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 .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 {
  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: 15px;
}
.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 .all-meta,
.rs-blog .blog-item.style2 .all-meta,
.blog .blog-item.style2 .all-meta {
  padding: 15px 25px 0;
}
.rs-blog-details .blog-item.style2 .meta-date,
.rs-blog .blog-item.style2 .meta-date,
.blog .blog-item.style2 .meta-date {
  text-align: center;
  font-weight: 500;
  position: relative;
  transition: 0.4s;
  -webkit-transition: 0.4s;
}
.rs-blog-details .blog-item.style2 .meta-date .month-name,
.rs-blog .blog-item.style2 .meta-date .month-name,
.blog .blog-item.style2 .meta-date .month-name {
  margin-top: 2px;
}
.rs-blog-details .blog-item.style2 .meta-date span,
.rs-blog .blog-item.style2 .meta-date span,
.blog .blog-item.style2 .meta-date span {
  display: block;
}
.rs-blog-details .blog-item.style2 .meta,
.rs-blog .blog-item.style2 .meta,
.blog .blog-item.style2 .meta {
  display: inline-block;
  font-size: 14px;
}
.rs-blog-details .blog-item.style2 .meta .post-view,
.rs-blog .blog-item.style2 .meta .post-view,
.blog .blog-item.style2 .meta .post-view {
  margin-right: 24px;
}
.rs-blog-details .blog-item.style2 .meta .post-view .flaticon-eye:before,
.rs-blog .blog-item.style2 .meta .post-view .flaticon-eye:before,
.blog .blog-item.style2 .meta .post-view .flaticon-eye:before {
  font-size: 16px;
}
.rs-blog-details .blog-item.style2 .meta .flaticon-comment:before,
.rs-blog .blog-item.style2 .meta .flaticon-comment:before,
.blog .blog-item.style2 .meta .flaticon-comment:before {
  font-size: 16px;
}
.rs-blog-details .blog-item.style2 .meta i,
.rs-blog .blog-item.style2 .meta i,
.blog .blog-item.style2 .meta i {
  margin-right: 7px;
}
.rs-blog-details .blog-item.style2 .meta .author,
.rs-blog .blog-item.style2 .meta .author,
.blog .blog-item.style2 .meta .author {
  margin-left: 15px;
}
.rs-blog-details .blog-item.style2:hover .blog-img img,
.rs-blog .blog-item.style2:hover .blog-img img,
.blog .blog-item.style2:hover .blog-img img {
  transform: scale(1.1);
}
.rs-blog-details .blog-item.style3,
.rs-blog .blog-item.style3,
.blog .blog-item.style3 {
  text-align: center;
  align-items: center;
}
.rs-blog-details .blog-item.style3 .blog3-details,
.rs-blog .blog-item.style3 .blog3-details,
.blog .blog-item.style3 .blog3-details {
  padding: 20px 13px 30px;
  border-top: 0;
  border: 1px solid #f1f1f1;
}
.rs-blog-details .blog-item.style3 .image-wrap,
.rs-blog .blog-item.style3 .image-wrap,
.blog .blog-item.style3 .image-wrap {
  overflow: hidden;
}
.rs-blog-details .blog-item.style3 img,
.rs-blog .blog-item.style3 img,
.blog .blog-item.style3 img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.rs-blog-details .blog-item.style3 .blog3-details.no-thumb,
.rs-blog .blog-item.style3 .blog3-details.no-thumb,
.blog .blog-item.style3 .blog3-details.no-thumb {
  flex: 100%;
  max-width: 100%;
}
.rs-blog-details .blog-item.style3 .image-scale.blog-no-thumb,
.rs-blog .blog-item.style3 .image-scale.blog-no-thumb,
.blog .blog-item.style3 .image-scale.blog-no-thumb {
  display: none;
}
.rs-blog-details .blog-item.style3 .blog-meta,
.rs-blog .blog-item.style3 .blog-meta,
.blog .blog-item.style3 .blog-meta {
  margin-top: 0px !important;
}
.rs-blog-details .blog-item.style3 .blog-meta .blog-title,
.rs-blog .blog-item.style3 .blog-meta .blog-title,
.blog .blog-item.style3 .blog-meta .blog-title {
  margin: 6px 0 0;
}
.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-meta,
.rs-blog .blog-item.style3 .blog-img .blog-meta,
.blog .blog-item.style3 .blog-img .blog-meta {
  margin-top: 30px !important;
}
.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: #1f2839;
}
.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: #b69d74;
}
.rs-blog-details .blog-item.style3:hover .blog-img img,
.rs-blog .blog-item.style3:hover .blog-img img,
.blog .blog-item.style3:hover .blog-img img {
  transform: scale(1.1);
}
.categorys i {
  margin-right: 6px;
}
.categorys i:before {
  font-size: 16px;
  color: #b69d74;
}
.rs-blog-grid .blog-img a.float-cat {
  background: #b69d74;
  color: #fff;
  padding: 6px 19px;
  border-radius: 13px;
  font-size: 13px;
  margin-right: 8px;
}
.rs-blog-grid .blog-img a.float-cat:hover {
  background: #1f2839;
}
.rs-blog-grid .blog-item.style3 .image-wrap a img {
  width: 100%;
}
.rs-blog-grid .blog-item.style3 .style-new {
  padding-bottom: 15px;
}
.rs-blog-grid .blog-item.style3 .style-new span.author {
  position: relative;
  margin-right: 18px;
}
.rs-blog-grid .blog-item.style3 .style-new span.author:after {
  content: "";
  font-size: 16px;
  position: absolute;
  top: 13px;
  right: -12px;
  background: #1f2839;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  display: block;
}
.rs-blog-grid .blog-item.style2 .bottom-shadow1 {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  padding: 30px 38px;
}
.rs-blog-grid .blog-item .blog-desc {
  margin: 0 0 15px !important;
}
.rs-blog-grid .blog-item .blog-date i:before {
  font-size: 16px;
  font-weight: 600;
}
.rs-blog-grid .blog-item.style1 .blog-date,
.rs-blog-grid .blog-item.style2 .blog-date {
  margin-bottom: 15px;
}
.blog-date-style1 .post-meta.author {
  margin-right: 22px;
}
#blog-home .owl-navigation-yes .owl-nav {
  top: -80px;
}
.bs-img {
  border-radius: 0;
  position: relative;
  overflow: hidden;
}
.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 .blog-img {
  position: relative;
  margin-bottom: 0;
  border-radius: 0;
  background: #ffffff;
  z-index: 1;
}
.rs-blog .blog-item .blog-img a {
  z-index: 11;
  position: relative;
}
.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: #b69d74;
  color: #fff !important;
}
.rs-blog .blog-item .blog-img .blog-img-content .blog-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  margin-top: 15px;
  color: #fff;
  margin-bottom: 0;
}
.rs-blog .blog-item .blog-img .blog-img-content .blog-title a {
  color: #fff;
}
.rs-blog .blog-item .blog-img .blog-img-content .blog-title a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.rs-blog .blog-item .blog-img:hover .blog-img-content {
  top: 0px;
  opacity: 1;
}
.rs-blog .blog-item .blog-meta {
  transition: all 0.3s ease 0s;
}
.rs-blog .blog-item .blog-meta .seperator {
  padding-left: 7px;
}
.rs-blog .blog-item .blog-meta .blog-date {
  display: inline-block;
  font-weight: 400;
  font-size: 13px;
}
.rs-blog .blog-item .blog-meta .blog-date i {
  color: #aaa;
  margin-right: 7px;
}
.rs-blog .blog-item .blog-meta .categories a:hover {
  color: #b69d74;
}
.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;
  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-left: 0;
  display: inline-block;
  position: relative;
  font-size: 14px;
}
.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:hover {
  color: #767676;
}
.rs-blog .blog-item div.comment {
  padding: 0;
  color: #1f2839;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 13px !important;
  line-height: normal;
}
.rs-blog .blog-item .blog-author {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.rs-blog .blog-item .blog-author .author-img {
  float: left;
}
.rs-blog .blog-item .blog-author .author-img img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
}
.rs-blog .blog-item .blog-author .author-info {
  margin-left: 15px;
}
.rs-blog .blog-item .blog-author .author-info .author-name {
  font-size: 15px;
  margin-bottom: 0;
}
.rs-blog .blog-item .blog-author .author-info .author-title {
  font-size: 12px;
}
.rs-blog .blog-item .blog-desc {
  margin: 40px 0 15px;
  clear: both;
}
.rs-blog .blog-item .blog-desc p {
  margin-bottom: 0;
}
.rs-blog .blog-item .blog-button a {
  box-shadow: none;
  display: inline-block;
  color: #b69d74;
  font-size: 16px;
  position: relative;
  padding-right: 24px;
}
.rs-blog .blog-item .blog-button a:before {
  position: absolute;
  padding: 0;
  content: "\f133";
  font-family: Flaticon;
  font-style: normal;
  font-weight: 300;
  display: block !important;
  top: 1px;
  right: 0;
}
.rs-blog .blog-item .blog-button a:hover {
  color: #b69d74;
  padding-right: 30px;
}
.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;
}
.zindex9 {
  z-index: 9;
}
.home3counter .counter-top-area.style1 {
  box-shadow: none;
  background: #faf9f7 !important;
}
.home5testimonial .sliderthum .content7 {
  max-width: 790px;
  margin: 0 auto;
}
.search-results .blog-button a {
  box-shadow: none;
  display: inline-block;
  color: #1f2839;
  font-size: 16px;
  position: relative;
  padding-right: 24px;
}
.search-results .blog-button a:before {
  position: absolute;
  padding: 0;
  content: "\f133";
  font-family: Flaticon;
  font-style: normal;
  font-weight: 300;
  display: block !important;
  top: 1px;
  right: 0;
}
.search-results .blog-button a:hover {
  color: #b69d74;
  padding-right: 30px;
}
.comment i {
  color: #999;
  font-size: 12px;
}
.single-post .rs-blog-details .bs-meta {
  margin-top: 0px;
  margin-bottom: 18px;
}
.single-post .rs-blog-details .type-post .single-content-full {
  padding: 20px 40px 24px;
  overflow: visible;
  margin-bottom: 60px;
}
.single-post .rs-blog-details .type-post .single-content-full.no-thumbs .bs-desc {
  padding-top: 30px;
}
.single-post .comments-area p.comment-form-comment textarea,
.single-post .comments-area p.comment-form-email input,
.single-post .comments-area p.comment-form-author input {
  border: 0;
}
.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: 0;
}
.home-blog-area .blog-item .home_full_blog.slider-blog-title .blog-desc {
  margin-top: 0;
  margin-bottom: 2px;
}
.home-blog-area .home_full_blog {
  border: none;
  border-radius: 0 0 5px 5px;
}
.home-blog-area .blog-meta {
  margin-top: 20px;
}
.blog-seo .rs-blog .blog-item div.comment {
  padding: 6px 28px 5px;
}
#blog-home.blog-personel .owl-nav {
  display: none !important;
}
.ps-navigation {
  margin-top: 50px;
  margin-bottom: 50px;
}
.ps-navigation ul {
  margin: 0 !important;
  list-style: none;
}
.ps-navigation ul a {
  text-transform: uppercase;
  background: transparent;
  color: #767676;
  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: #b69d74;
}
.ps-navigation ul a:hover span {
  color: #b69d74 !important;
}
.ps-navigation ul li.next {
  float: right;
}
.ps-navigation ul li.prev {
  float: left;
}
.ps-navigation ul li:nth-child(2) {
  text-align: right;
}
/* ------------------------------------
    22. Blog Details
  ---------------------------------------*/
.rs-blog-details .type-post {
  background: #fff;
}
.rs-blog-details .type-post .single-content-full {
  padding: 12px 0 0px;
  overflow: hidden;
}
.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: #b69d74;
}
.rs-blog-details .bs-img .meta {
  background: #b69d74;
  border-radius: 3px 3px 0 0;
  color: #ffffff !important;
  width: 120px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-weight: 500;
  position: relative;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  z-index: 100;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.rs-blog-details .bs-info {
  margin-bottom: 10px;
}
.rs-blog-details .bs-info.tags {
  margin-top: 25px;
}
.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: 14px;
  line-height: 20px;
}
.rs-blog-details .bs-info.tags a:hover {
  background: #b69d74;
  border-color: #b69d74;
  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;
  line-height: 24px;
  display: inline-block;
  margin-bottom: 0;
}
.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: 7px;
  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: 10px;
}
.rs-blog-details .bs-desc p:last-child {
  margin-bottom: 10px;
}
.rs-blog-details .blockquote {
  padding-left: 30px;
  border-left: 4px solid #767676;
  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: 10px;
  font-size: 16px;
  font-weight: 500;
}
.rs-blog-details .related-post .blog-title a {
  color: #1f2839;
}
.rs-blog-details .related-post .blog-title a:hover {
  color: #1f2839;
}
.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: #b69d74;
  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: 30px;
  margin-bottom: 40px;
}
.rs-blog-details #reply-title {
  margin-bottom: 30px;
  margin-top: 40px;
  position: relative;
  padding: 0 0 12px;
}
.rs-blog-details #reply-title:before {
  content: "";
  position: absolute;
  background: #b69d74;
  height: 2px;
  width: 50px;
  left: 0;
  bottom: 0;
  display: block;
  z-index: 1;
}
.rs-blog-details #reply-title small {
  font-size: 80%;
}
.rs-blog-details #reply-title small a {
  color: #1f2839;
}
.rs-blog-details #reply-title small a:hover {
  color: #b69d74;
}
.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;
}
.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 {
  width: 50%;
}
.single .ps-navigation .prev i {
  margin-right: 10px;
}
.single .ps-navigation .prev .next_link {
  margin-left: 23px;
}
.single .ps-navigation .next {
  width: 50%;
}
.single .ps-navigation .next .next_link {
  margin-right: 22px;
}
.single .ps-navigation .next i {
  margin-left: 10px;
}
.single .ps-navigation .next_link {
  text-transform: uppercase;
  color: #909090 !important;
}
.single .ps-navigation .link_text {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  color: #1f2839;
}
.single .ps-navigation .link_text i {
  color: #909090;
  margin-top: -25px;
}
.single-post .ps-navigation {
  border-bottom: 1px solid rgba(170, 170, 170, 0.25);
  padding: 0 0 30px 0;
  margin: 0 0 55px 0;
}
.single-post .ps-navigation .link_text {
  font-size: 13px;
}
.btm-cate {
  overflow: hidden;
  list-style: none;
  margin: 0 0 5px;
  padding: 0 0 12px;
  position: relative;
  font-size: 13px;
}
.btm-cate li {
  float: left;
  margin-right: 10px;
}
.btm-cate li a {
  color: #999999;
}
.btm-cate li a:hover {
  color: #1f2839;
}
.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);
}
.comment-respond .form-field #comment {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.comment-respond .form-submit {
  clear: both;
  position: relative;
  display: inline-block;
}
.comment-respond .form-submit #submit {
  background: #b69d74;
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  line-height: normal;
  font-size: 16px;
  color: #fff;
  transition: all 0.3s ease 0s;
  text-transform: uppercase;
  padding-right: 50px;
  border-radius: 3px;
}
.comment-respond .form-submit #submit:hover {
  background: #b69d74;
  color: #fff;
}
.comment-respond .form-submit:before {
  position: absolute;
  height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  right: 25px;
  opacity: 1;
  top: 12px;
  right: 28;
  font-size: 15px;
  content: "\f133";
  font-family: Flaticon;
  display: inline-block;
  font-weight: normal;
  z-index: 1;
  color: #ffffff;
}
.comment-respond .form-submit:hover:before {
  right: 20px;
}
.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: 5px;
  list-style: none;
}
.comments-area .comment-list li.comment .comment-full {
  padding: 0;
  border-radius: 0px;
  position: relative;
}
.comments-area .comment-list li.comment .comment-body {
  padding-bottom: 0;
  position: relative;
  padding-left: 98px;
  padding-bottom: 30px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ddd;
}
.comments-area .comment-list li.comment #respond {
  padding-left: 98px;
  padding-bottom: 12px;
  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: #1f2839;
}
.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;
}
.comments-area .comment-list li.comment .comment-metadata a time {
  color: #909090;
}
.comments-area .comment-list li.comment .comment-content {
  margin-top: 0;
  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 {
  position: relative;
  margin-left: 0;
  background: #b69d74;
  color: #ffffff;
  padding: 3px 17px 5px;
  border-radius: 3px;
}
.comments-area .comment-list li.comment .reply a:hover {
  background: #b69d74;
  color: #fff;
}
.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;
}
.comments-area .comment-list li.comment:last-child .comment-full {
  border-bottom: none;
  padding-bottom: 0 !important;
}
.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;
}
.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;
}
.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;
}
.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 {
  background: #fff;
  padding: 35px 40px 40px;
  margin: 0 0 0 25px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
.dynamic-sidebar section.widget,
.dynamic-sidebar .recent-widget {
  border-radius: 5px;
}
.dynamic-sidebar .recent-widget {
  margin: 0 0 3em;
}
.padding-left-sidebar .dynamic-sidebar section.widget,
.padding-left-sidebar .dynamic-sidebar .recent-widget {
  padding: 0 25px 0 0px;
}
.padding-left-sidebar .rs-galleys {
  margin-left: 0 !important;
}
.padding-left-sidebar .gallery-grid {
  margin-right: 0;
  margin-left: 0;
}
#respond {
  border-radius: 5px;
}
li.comment #respond {
  background: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}
.check-arrow {
  padding: 0;
}
.check-arrow li {
  position: relative;
  list-style: none;
  padding: 0 0 0 26px;
}
.check-arrow li:before {
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  left: 4px;
  right: auto;
  top: 0px;
  font-size: 14px;
  color: #1f2839;
}
.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: #b69d74;
  width: 40px;
  height: 40px;
}
/* ------------------------------------
    23. Blog Sidebar 
---------------------------------------*/
.bs-sidebar .rs-galleys {
  margin: 0;
  overflow: hidden;
}
.bs-sidebar ul.footer_social li + li {
  border: 0;
}
.bs-sidebar ul.footer_social li a {
  border: none !important;
  background: #b69d74;
}
.bs-sidebar a {
  font-weight: 500;
}
.bs-sidebar .widget-title {
  color: #1f2839;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400 !important;
  position: relative;
}
.bs-sidebar .widget:last-child {
  margin-bottom: 0;
}
.bs-sidebar .widget-title {
  font-weight: 600;
  margin-bottom: 30px;
}
.bs-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bs-sidebar ul a {
  color: #101010;
  transition: all 0.3s ease 0s;
}
.bs-sidebar ul a:hover {
  color: #b69d74;
}
.bs-sidebar ul li {
  margin-top: 10px;
  padding-top: 10px;
}
.bs-sidebar ul li + li {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.bs-sidebar .widget_categories {
  margin-bottom: 22px;
}
.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: #1f2839;
}
.bs-sidebar .widget_recent_comments ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: none;
}
.bs-sidebar .widget_recent_comments ul li:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.bs-sidebar .recent-widget .widget-title {
  margin-bottom: 22px;
}
.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:after {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  left: 0;
  top: 6px;
  color: #767676;
}
.bs-sidebar .bs-search {
  overflow: hidden;
  position: relative;
}
.bs-sidebar .bs-search input {
  border: 1px solid rgba(170, 170, 170, 0.25);
  color: #767676;
  padding: 12px 17px;
  width: 100%;
}
.bs-sidebar .bs-search button {
  background: transparent;
  border: medium none;
  color: #767676;
  padding: 8px 16px;
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 10;
  font-size: 20px;
  outline: none;
  border-radius: 0 5px 5px 0;
}
.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 .show-featured:first-child {
  margin-top: 8px;
}
.bs-sidebar .recent-post-widget > div + div {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.bs-sidebar .recent-post-widget .post-date {
  font-size: 13px;
  color: #999999;
}
.bs-sidebar .recent-post-widget .post-title {
  font-weight: 500;
  margin-bottom: 0;
}
.bs-sidebar .recent-post-widget .post-title a {
  font-size: 15px;
}
.bs-sidebar .recent-post-widget .post-desc a {
  display: block;
  line-height: 22px;
  color: #101010;
  transition: all 0.3s ease 0s;
}
.bs-sidebar .recent-post-widget .post-desc a:hover {
  color: #b69d74;
}
.bs-sidebar .recent-post-widget .post-desc span {
  display: block;
  font-size: 13px;
  color: #888;
}
.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: #767676;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
}
.bs-sidebar .tagcloud a:hover {
  background-color: #b69d74;
  color: #fff;
  border: 1px solid #b69d74;
}
.bottom-shadow1 {
  padding: 32px 0 20px 0;
}
.archive .main-contain #content {
  padding-bottom: 40px;
}
.page-header {
  margin: 0 0 20px;
}
.page-header h1 {
  margin-top: 0;
}
body.search .entry-summary .blog-button a.readmore i {
  position: relative;
  top: 1px;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}
body.search article:hover .blog-button a.readmore i {
  margin-left: 10px;
}
.bs-search {
  overflow: hidden;
  position: relative;
}
.bs-search input {
  border: 1px solid #ddd;
  color: #767676;
  padding: 10px;
  width: 100%;
}
.bs-search button {
  background: transparent;
  border: medium none;
  color: #1f2839;
  padding: 7px 16px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  font-size: 20px;
  outline: none;
  border-radius: 0 5px 5px 0;
}
.bs-search button i:before {
  font-size: 18px;
  font-weight: 600;
}
.bs-search label {
  display: inline;
  font-weight: normal;
}
article.sticky .blog-title a {
  color: #b69d74 !important;
  position: relative;
  padding-left: 25px;
}
article.sticky .blog-title a:after {
  font-family: FontAwesome;
  content: "\f08d";
  position: absolute;
  left: 0;
  top: 4px;
  color: #b69d74;
  font-size: 25px;
}
.archive-post h3.blog-title a {
  color: #1f2839;
}
.archive-post h3.blog-title a:hover {
  color: #b69d74;
}
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: 202px 0 150px;
}
.rs-blog .blog-item .title-area-blog h3 {
  line-height: 35px !important;
}
.rs-blog .blog-item .title-area-blog li {
  margin-right: 0 !important;
}
.blog-title.blog-title-blog {
  font-size: 30px;
}
.has-date-sec {
  margin: 0;
  padding: 0;
  line-height: 0;
  list-style: none;
}
.has-date-sec li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  text-transform: capitalize;
}
.has-date-sec li:after {
  content: "";
  font-size: 16px;
  color: #111;
  position: absolute;
  top: 0;
  right: -14px;
  background: #1f2839;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  display: block;
}
.has-date-sec li:last-child:after {
  display: none;
}
.has-date-sec li .category-name a {
  color: #767676;
}
/* ------------------------------------
    24. Blog Pagination
---------------------------------------*/
.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);
}
.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: #b69d74;
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #f2f2f2;
}
.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: #767676;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  text-align: center;
  background: transparent;
  opacity: .96;
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #E6E6E6;
}
.pagination-area .nav-links a:hover {
  color: #b69d74;
}
.pagination-area .nav-links a.next.page-numbers {
  background: none !important;
  border-right: 0;
}
.pagination-area .nav-links a.next.page-numbers:hover {
  color: #b69d74 !important;
}
body.blog .pagination-area .nav-links {
  border: 1px solid #fff;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
.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;
}
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: #b69d74;
}
/*-------------------
    Search Results
---------------------*/
body.search-results .site-main > article {
  background: #fff;
  padding: 45px 0 0;
  border-top: 1px solid #ededed;
}
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: #1f2839;
}
body.search-results .site-main > article .entry-title a:hover {
  color: #b69d74;
}
body.search-results .site-main > article .entry-summary {
  padding: 0 0 5px;
}
body.search-results .site-main > article .entry-summary p:last-child {
  margin-bottom: 0;
}
body.search-results .site-main > article .entry-summary .search-button {
  margin-top: 20px;
}
body.search-results .site-main > article .entry-summary .search-button a {
  color: #1f2839;
}
body.search-results .site-main > article .entry-summary .search-button a:hover {
  color: #b69d74;
}
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: #767676;
}
body.search-results .site-main > article .entry-footer span a:hover {
  color: #b69d74;
}
body.search-results .site-main > article:first-child {
  border: none;
  padding-top: 0;
}
body.search-results .pagination-area .pagination {
  margin: 30px 0 0;
}
/* ---------------------------
    Header Section 
------------------------------*/
#rs-header {
  width: 100%;
  z-index: 9999;
}
#rs-header .sticky_form3 .search-wrap button {
  padding: 0;
}
#rs-header .sticky_form3 .search-wrap button i {
  display: none;
}
#rs-header .sticky_form3 .close-full {
  position: absolute;
  right: 50px;
  top: 45px;
}
#rs-header .sticky_form3 .bs-search input {
  border: none;
}
#rs-header .bs-search button {
  border-radius: 0;
  padding: 8px 16px;
}
#rs-header .sticky_forms {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.98);
  width: 100%;
  height: 100%;
  z-index: 99;
  left: 0;
}
#rs-header .sticky_forms .flaticon-cross:before {
  font-size: 22px;
  cursor: pointer;
  color: #fff;
}
#rs-header .sticky_forms .flaticon-cross:hover:before {
  color: #b69d74;
}
#rs-header .sticky_forms .bs-search.search-form {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 600px;
  margin: 0 auto;
}
#rs-header .sticky_forms .search-wrap .search-input {
  background: transparent;
  border: none;
  border-bottom: 3px solid #111;
  font-size: 25px;
  outline: none;
  color: #fff;
}
#rs-header .sticky_forms .search-wrap button {
  background: none;
  padding-top: 10px;
}
#rs-header .container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}
#rs-header .toolbar-area {
  background: #1f2839;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #fff;
}
#rs-header .toolbar-area .toolbar-contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#rs-header .toolbar-area .toolbar-contact ul li {
  display: inline-block;
  margin-right: 25px;
  color: #fff;
}
#rs-header .toolbar-area .toolbar-contact ul li i {
  font-size: 15px;
  margin-right: 6px;
  vertical-align: middle;
  color: #fff;
}
#rs-header .toolbar-area .toolbar-contact ul li i.flaticon-mail {
  position: relative;
  top: 1px;
}
#rs-header .toolbar-area .toolbar-contact ul li i:before {
  font-size: 15px;
}
#rs-header .toolbar-area .toolbar-contact ul li a {
  transition: all 0.3s ease 0s;
  color: #fff;
}
#rs-header .toolbar-area .toolbar-contact ul li a:hover {
  color: #b69d74;
}
#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: right;
  margin: 0px;
}
#rs-header .toolbar-area .toolbar-sl-share ul li {
  display: inline-block;
  font-size: 13px;
}
#rs-header .toolbar-area .toolbar-sl-share ul li + li {
  margin-left: 15px;
}
#rs-header .toolbar-area .toolbar-sl-share ul li a {
  display: block;
  color: #1f2839;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
#rs-header .toolbar-area .toolbar-sl-share ul li a:hover {
  color: #b69d74;
}
#rs-header .toolbar-area .toolbar-sl-share ul li a i {
  text-align: center;
  display: inline-block;
}
#rs-header .toolbar-area .toolbar-sl-share ul li a.quote-button {
  font-size: 15px;
  padding: 0 15px;
  background-color: #fff;
  color: #767676;
  border-radius: 2px;
}
#rs-header .row-table {
  display: table;
  width: 100%;
  position: relative;
}
#rs-header .row-table .col-cell {
  display: table-cell;
  vertical-align: middle;
}
#rs-header .logo-area {
  position: relative;
  z-index: 9;
  float: left;
  margin-right: 20px;
}
#rs-header .logo-area a {
  font-weight: 700;
  color: #b69d74;
  transition: all 0.3s ease 0s;
}
#rs-header .logo-area a img {
  display: inline-block;
  vertical-align: middle;
}
#rs-header .menu-responsive .sidebarmenu-area {
  float: right;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 17px;
  position: relative;
}
#rs-header .menu-responsive .sidebarmenu-area.off-border-left {
  padding-left: 5px;
  margin-left: 15px;
}
#rs-header .menu-responsive .sidebarmenu-search {
  float: right;
  padding-left: 10px;
}
#rs-header .menu-responsive .sidebarmenu-search .sticky_search {
  padding-top: 30px;
  padding-bottom: 30px;
  cursor: pointer;
  color: #28406d;
}
#rs-header .menu-responsive .sidebarmenu-search .sticky_search i:before {
  font-size: 18px;
  font-weight: 600;
}
#rs-header .menu-responsive .sidebarmenu-search .sticky_form {
  position: absolute;
  bottom: -53px;
  right: 0;
  width: 100%;
  max-width: 300px;
  z-index: 99;
}
#rs-header .menu-sticky.sticky {
  backface-visibility: hidden;
}
#rs-header .menu-sticky.sticky .logo-area.sticky-logo img {
  height: 32px;
}
#rs-header .menu-sticky.sticky .menu-area .navbar ul li a {
  color: #494949;
}
#rs-header.header-style3 .header-logo {
  padding-top: 15px;
}
#rs-header.header-style3 .header-logo .logo-area {
  float: none;
  margin: 0;
}
#rs-header.header-style3 .nav.navbar {
  float: none;
}
#rs-header.header-style3 .table_row .col-cell {
  width: 33.33%;
}
#rs-header.header-style3 .table_row .col-cell.header-logo {
  text-align: center;
}
#rs-header.header-style3 .menu-cart-area > a {
  border-left: 1px solid #000;
  padding-left: 15px;
}
#rs-header.header-style3 .sticky_form {
  right: 15px !important;
}
#rs-header.header-style3 .widget_shopping_cart_content ul li a {
  padding: 0;
  border: none;
}
#rs-header.header-style3 .menu-area .navbar ul li ul.sub-menu {
  min-width: 200px;
}
#rs-header .sticky_search {
  font-size: 18px;
}
#rs-header .toolbar-contact,
#rs-header .btn_quote,
#rs-header .toolbar-sl-share {
  padding: 15px 0;
}
#rs-header .menu-sticky .menu-area {
  background: #fff;
}
#rs-header.header-transparent {
  position: absolute;
}
#rs-header.header-transparent .menu-area .navbar ul li a {
  color: #fff;
}
#rs-header.header-transparent .menu-area .navbar ul li a:hover {
  color: #b69d74;
}
#rs-header.header-transparent .menu-area .navbar ul li.current-menu-ancestor a,
#rs-header.header-transparent .menu-area .navbar ul li.current_page_item a {
  color: #b69d74;
}
#rs-header.header-transparent .menu-area .navbar ul li .sub-menu li a {
  color: #333;
}
#rs-header.header-transparent .menu-area .navbar ul li .sub-menu li a:hover {
  color: #b69d74;
}
#rs-header.header-transparent .menu-area .navbar ul li .sub-menu li.current-menu-ancestor > a,
#rs-header.header-transparent .menu-area .navbar ul li .sub-menu li.current_page_item > a {
  color: #b69d74;
}
#rs-header.header-transparent .menu-area .navbar ul li .sub-menu li:hover > a {
  color: #b69d74;
}
#rs-header.header-transparent .menu-area .navbar ul li:hover > a {
  color: #b69d74;
}
#rs-header.header-transparent .menu-area.dark .navbar ul li a {
  color: #1f2839;
}
#rs-header.header-transparent .menu-area.dark .navbar ul li a:hover {
  color: #1f2839;
}
#rs-header.header-transparent .menu-area.dark .navbar ul li.current-menu-ancestor > a,
#rs-header.header-transparent .menu-area.dark .navbar ul li.current_page_item > a {
  color: #1f2839;
}
#rs-header.header-transparent .menu-area.dark .navbar ul li .sub-menu li a {
  color: #fff;
}
#rs-header.header-transparent .menu-area.dark .menu-responsive .sidebarmenu-search .sticky_search {
  color: #1f2839;
}
#rs-header.header-transparent .menu-area.dark ul.offcanvas-icon .nav-link-container .nav-menu-link span {
  background: #1f2839;
}
#rs-header.header-transparent .menu-area.dark .menu-cart-area i {
  color: #1f2839;
}
#rs-header.header-transparent .menu-responsive .sidebarmenu-search .sticky_search {
  color: #fff;
  margin-left: 20px;
}
#rs-header.header-transparent .menu-cart-area i {
  color: #fff;
}
.transparent_head .rs-breadcrumbs .breadcrumbs-inner,
.search .rs-breadcrumbs .breadcrumbs-inner {
  padding: 202px 0 150px;
  min-height: 400px;
}
.transparent_head .rs-breadcrumbs .breadcrumbs-inner:before,
.search .rs-breadcrumbs .breadcrumbs-inner:before {
  top: auto;
  bottom: 40px;
}
#rs-header.header-style5 .toolbar-area {
  background: #fff;
}
#rs-header.header-style5 .toolbar-area .toolbar-contact ul.rs-contact-info li a {
  color: #767676;
}
#rs-header.header-style5 .toolbar-area .toolbar-contact ul.rs-contact-info li a:hover {
  color: #b69d74;
}
#rs-header.header-style5 .toolbar-area .toolbar-contact ul.rs-contact-info li i {
  color: #767676;
}
#rs-header.header-style5 .toolbar-area .row-table .col-cell {
  width: 33.33%;
}
#rs-header.header-style5 .toolbar-area .toolbar-sl-share ul li a i {
  color: #767676;
  padding-right: 8px;
}
#rs-header.header-style5 .toolbar-area .toolbar-sl-share ul li.rs-contact-phone a {
  color: #767676;
}
#rs-header.header-style5 .toolbar-area .toolbar-sl-share ul li.rs-contact-phone a i:before {
  font-size: 22px;
}
#rs-header.header-style5 .toolbar-area .toolbar-sl-share ul li.rs-contact-phone a:hover {
  color: #b69d74;
}
#rs-header.header-style5 .header-inner .menu-area {
  background: #1f2839;
  padding-top: 1px;
  padding-bottom: 0px;
}
#rs-header.header-style5 .header-inner .menu-area .navbar {
  float: none;
}
#rs-header.header-style5 .header-inner .menu-area .navbar ul li a {
  color: #fff;
}
#rs-header.header-style5 .header-inner .menu-area .navbar ul li a:hover {
  color: #b69d74;
}
#rs-header.header-style5 .header-inner .menu-area .navbar ul li ul li a {
  color: #fff;
}
#rs-header.header-style5 .header-inner .menu-area .navbar ul li.current_page_item > a,
#rs-header.header-style5 .header-inner .menu-area .navbar ul li.current-menu-ancestor > a {
  color: #b69d74;
}
#rs-header.header-style5 .header-inner .menu-area .navbar ul li:hover > a {
  color: #b69d74;
}
#rs-header.header-style5 .header-inner .menu-area .navbar ul li .sub-menu li:hover > a {
  color: #b69d74;
}
#rs-header.header-style5 .header-inner.menu-sticky.sticky .menu-area {
  background: #fff;
}
#rs-header.header-style5 .header-inner.menu-sticky.sticky .menu-area .navbar {
  float: none;
}
#rs-header.header-style5 .header-inner.menu-sticky.sticky .menu-area .navbar ul li a {
  color: #1f2839;
}
#rs-header.header-style5 .header-inner.menu-sticky.sticky .menu-area .navbar ul li a:hover {
  color: #1f2839;
}
#rs-header.header-style5 .header-inner.menu-sticky.sticky .menu-area .navbar ul li ul li a {
  color: #1f2839;
}
#rs-header.header-style5 .header-inner.menu-sticky.sticky .menu-area .navbar ul li.current_page_item > a,
#rs-header.header-style5 .header-inner.menu-sticky.sticky .menu-area .navbar ul li.current-menu-ancestor > a {
  color: #b69d74;
}
#rs-header.header-style5 .header-inner.menu-sticky.sticky .menu-cart-area i {
  color: #222;
}
#rs-header.header-style5 .header-inner.menu-sticky.sticky .sticky_search i {
  color: #222;
}
#rs-header.header-style5 .header-inner.menu-sticky.sticky .sidebarmenu-area .offcanvas-icon .nav-link-container a span {
  background: #222;
}
#rs-header.header-style5 .menu-responsive .sidebarmenu-search .sticky_search {
  color: #fff;
}
#rs-header.header-style5 .menu-responsive ul.offcanvas-icon .nav-link-container .nav-menu-link span {
  background: #fff;
}
#rs-header.header-style5 .menu-cart-area i {
  color: #fff;
}
#rs-header.header-style5 .logo-area {
  float: none;
  text-align: center;
  margin: 0;
}
.menu-area {
  padding-top: 0;
  padding-bottom: 0;
}
.menu-area .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.menu-area .navbar {
  margin-bottom: 0;
  border: 0;
  float: right;
  padding: 0;
  margin-right: 10px;
}
.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: 38px 0;
  font-size: 15px;
  line-height: 28px;
  /*Dropdown Menu area*/
}
.menu-area .navbar ul li.current-menu-ancestor a,
.menu-area .navbar ul li.current_page_item a {
  color: #b69d74;
}
.menu-area .navbar ul li a {
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  overflow: hidden;
  padding: 0 20px;
  font-weight: 600;
}
.menu-area .navbar ul li a span {
  position: relative;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.menu-area .navbar ul li a span:before {
  position: absolute;
  top: 100%;
  content: attr(data-hover);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.menu-area .navbar ul li:hover span {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
  display: inline-block;
}
.menu-area .navbar ul li:hover a {
  color: #b69d74;
}
.menu-area .navbar ul li ul.sub-menu {
  min-width: 250px;
  padding-bottom: 20px;
  padding-top: 18px;
}
.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: 26px;
  padding: 10px 40px;
  color: #1f2839;
  font-size: 15px;
}
.menu-area .navbar ul li ul.sub-menu li:last-child a {
  border-bottom: none;
}
.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: #b69d74;
}
.menu-area .navbar ul li ul.sub-menu li:hover > a {
  color: #b69d74;
}
.menu-area .navbar ul li:hover ul {
  opacity: 1;
  position: absolute;
}
.menu-area .navbar ul li > a {
  display: block;
  text-decoration: none;
  font-weight: 400;
  transition: all 0.3s ease 0s;
}
.menu-area .navbar ul li.active a {
  color: #b69d74;
}
.menu-area .navbar ul li.active li a {
  color: #1f2839;
}
.menu-area .navbar ul li.active li ahover {
  color: #1f2839;
}
.menu-area .navbar ul li .sub-menu {
  background: #fff;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.3s ease 0s;
  width: 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);
  border-radius: 3px;
}
.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: #fff;
  font-weight: 400;
}
.menu-area .navbar ul li .sub-menu li a:hover {
  color: #b69d74;
}
.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: #b69d74;
}
.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: #b69d74;
  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;
}
#rs-header.header-style-4 .menu-area .navbar ul li .sub-menu,
#rs-header.header-style5 .menu-area .navbar ul li .sub-menu {
  top: 100%;
}
.menu-sticky.sticky .menu-area .navbar ul > li.current-menu-ancestor > a,
.menu-sticky.sticky .menu-area .navbar ul > li.current_page_item > a {
  color: #1f2839 !important;
}
.menu-sticky.sticky .menu-area .navbar ul li ul li a:hover {
  color: #1f2839 !important;
}
#rs-header.header-transparent .menu-sticky.sticky .menu-area .navbar ul > li.current_page_item > a,
#rs-header.header-transparent .menu-sticky.sticky .menu-area .navbar ul > li.current-menu-ancestor > a,
#rs-header.header-style-4 .menu-sticky.sticky .menu-area .menu > li.current_page_item > a,
#rs-header.header-style-4 .menu-sticky.sticky .menu-area .menu > li.current-menu-ancestor > a,
#rs-header.header-transparent .menu-sticky.sticky .menu-area.dark .navbar ul > li:hover > a,
#rs-header.header-transparent .menu-sticky.sticky .menu-cart-area i,
#rs-header.header-transparent .menu-sticky.sticky .menu-responsive .sidebarmenu-search .sticky_search .fa,
#rs-header.header-style5 .header-inner.menu-sticky.sticky .menu-area .navbar ul > li.current-menu-ancestor > a,
#rs-header.header-style5 .header-inner.menu-sticky.sticky .menu-area .navbar ul > li.current_page_item > a {
  color: #1f2839 !important;
}
#rs-header.header-transparent .menu-sticky.sticky ul.offcanvas-icon .nav-link-container .nav-menu-link span {
  background: #1f2839 !important;
}
header.header-style3 .menu-area .navbar ul li .sub-menu li ul {
  left: 100% !important;
  padding-bottom: 0;
}
#rs-header.header-style3 .menu-area .navbar ul li .sub-menu li:hover > a {
  color: #b69d74;
}
/*******off Canvas css********/
ul.offcanvas-icon {
  margin: 6px 0 0;
  padding: 0;
  list-style: none;
}
ul.offcanvas-icon.nav-active-menu-container {
  margin-top: 0;
}
.nav-link-container .nav-menu-link span {
  height: 2px;
  width: 20px;
  display: block;
  background: #494949;
  margin-bottom: 4px;
  border-radius: 30px;
  transition: all .5s ease;
  cursor: pointer;
  list-style: none;
}
.nav-link-container .nav-menu-link span:hover {
  background: #b69d74;
}
.nav-link-container a {
  display: block;
}
ul.sidenav.nav-active-menu-container {
  overflow-y: auto;
  padding: 50px 50px 0;
}
ul.sidenav .sub-menu {
  display: none;
}
ul.sidenav .widget_advokat_flickr #rsflicker {
  margin-left: 0;
}
ul.sidenav .widget_advokat_flickr #rsflicker li {
  list-style-type: none;
  position: relative;
  width: 33.33%;
  display: inline-block;
}
ul.sidenav .widget_advokat_flickr #rsflicker li a img {
  opacity: 1;
  width: 100%;
}
ul.sidenav .widget_advokat_flickr #rsflicker li a:hover img {
  opacity: .9;
}
.mobile-menu-container div ul {
  position: relative;
}
.mobile-menu-container div ul li {
  position: relative !important;
}
.mobile-menu-container div ul li a {
  border-bottom: 1px solid #f0f0f0;
}
.mobile-menu-container div ul li a:hover {
  color: #b69d74 !important;
}
.mobile-menu-container div ul > li.current_page_parent > a {
  color: #b69d74 !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;
}
ul.sidenav .menu > li.menu-item-has-children:before {
  font-family: FontAwesome;
  content: "\f107";
  position: absolute;
  left: auto;
  right: 0;
  top: 11px;
  color: #222222 !important;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  z-index: 9999;
  font-size: 15px;
  display: block !important;
  cursor: pointer;
  background: #f0f0f0;
}
.sidenav .menu > li > .sub-menu li ul {
  display: block !important;
}
.sidenav .menu > li > .sub-menu li ul > li a {
  padding-left: 60px;
}
body.logged-in ul.sidenav {
  top: 30px;
}
.sidenav .menu li ul.sub-menu li a {
  padding-left: 40px;
  font-size: 13px;
}
.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 .right-sidebar-content {
  overflow: hidden;
}
#rs-header .toolbar-sl-share {
  float: right;
}
#rs-header .btn_quote {
  float: right;
  position: relative;
  margin-left: 20px;
}
#rs-header .btn_quote a {
  font-size: 14px;
  padding: 21px 15px;
  line-height: 27px;
  letter-spacing: 1px;
  color: #fff;
  font-family: 'Playfair Display', serif;
  background: #b69d74;
  text-transform: capitalize;
}
#rs-header .btn_quote a:hover {
  color: #1f2839;
  opacity: 0.9;
}
#rs-header .menu-area .navbar ul > li.mega.mega-two-cols > ul {
  max-width: 560px;
  right: auto;
  left: auto;
}
#rs-header.header-transparent .menu-area {
  background: transparent !important;
}
#rs-header.header-style-4 .header-inner {
  background: #ffffff;
}
#rs-header.header-style-4 .header-inner .logo-section {
  padding: 20px 0 20px;
}
#rs-header.header-style-4 .header-inner .logo-section .toolbar-contact-style4 ul {
  float: none;
  text-align: right;
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
}
#rs-header.header-style-4 .header-inner .logo-section .toolbar-contact-style4 ul li {
  display: inline-block;
  padding-right: 20px;
  padding-left: 20px;
  border-right: 1px solid #eee;
}
#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: #b69d74;
  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: #1f2839;
  display: block;
  text-align: left;
  font-size: 100%;
  padding: 0;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 0;
}
#rs-header.header-style-4 .header-inner .logo-section .toolbar-contact-style4 ul li .contact-inf a {
  color: #767676;
}
#rs-header.header-style-4 .header-inner .logo-section .toolbar-contact-style4 ul li .contact-inf a:hover {
  color: #b69d74;
}
#rs-header.header-style-4 .header-quote {
  text-align: right;
  position: relative;
}
#rs-header.header-style-4 .btn_quote {
  float: none;
  display: inline-block;
  padding-left: 25px;
  z-index: 999;
  position: relative;
}
#rs-header.header-style-4 .btn_quote .quote-button {
  color: #fff;
  border: 1px solid;
  border-color: #fff;
  font-size: 15px;
  padding: 5px 18px;
  display: block;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 500;
}
#rs-header.header-style-4 .btn_quote .quote-button:hover {
  color: #1f2839;
  background: #fff;
}
#rs-header.header-style-4 .menu-area {
  background: #1f2839;
  padding: 0;
}
#rs-header.header-style-4 .menu-area .menu-responsive .navbar {
  float: none;
}
#rs-header.header-style-4 .menu-area .menu li a {
  color: #fff;
}
#rs-header.header-style-4 .menu-area .menu li a:hover {
  color: #b69d74;
}
#rs-header.header-style-4 .menu-area .menu li.current-menu-ancestor > a,
#rs-header.header-style-4 .menu-area .menu li.current_page_item > a {
  color: #b69d74;
}
#rs-header.header-style-4 .menu-area .menu li ul li a {
  color: #fff;
}
#rs-header.header-style-4 .menu-area .menu li ul li.current-menu-ancestor > a,
#rs-header.header-style-4 .menu-area .menu li ul li.current_page_item > a {
  color: #b69d74;
}
#rs-header.header-style-4 .menu-area .menu li:hover > a {
  color: #b69d74;
}
#rs-header.header-style-4 .sidebarmenu-area {
  display: inline-block;
  position: relative;
  top: 5px;
}
#rs-header.header-style-4 .sidebarmenu-search {
  display: inline-block;
  margin-right: 15px;
  cursor: pointer;
}
#rs-header.header-style-4 .sidebarmenu-search .sticky_search i {
  color: #fff;
}
#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;
}
#rs-header.header-style-4 .menu-cart-area i {
  color: #fff;
}
#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: #1f2839;
}
#rs-header.header-style-4 .nav-link-container .nav-menu-link span {
  background: #ffffff;
}
#rs-header.single-header.header-style1 .menu-cart-area,
#rs-header.single-header.header-style1 .menu-responsive .sidebarmenu-search .sticky_search.sticky_search2,
#rs-header.single-header.header-style1 .menu-area .navbar ul > li {
  padding-top: 40px;
  padding-bottom: 40px;
}
#rs-header.single-header.header-style1 .menu-cart-area ul.sub-menu li,
#rs-header.single-header.header-style1 .menu-responsive .sidebarmenu-search .sticky_search.sticky_search2 ul.sub-menu li,
#rs-header.single-header.header-style1 .menu-area .navbar ul > li ul.sub-menu li {
  padding: 6px 0;
}
#rs-header.single-header.header-style1 .menu-cart-area ul.sub-menu li a,
#rs-header.single-header.header-style1 .menu-responsive .sidebarmenu-search .sticky_search.sticky_search2 ul.sub-menu li a,
#rs-header.single-header.header-style1 .menu-area .navbar ul > li ul.sub-menu li a {
  line-height: 24px;
}
#rs-header.header-style-3 .menu-area {
  background: none;
}
#rs-header.header-style-3 .menu-cart-area,
#rs-header.header-style-3 .menu-area .navbar ul > li {
  padding-top: 35px;
  padding-bottom: 35px;
}
#rs-header.header-style-3 .menu-cart-area ul.sub-menu li,
#rs-header.header-style-3 .menu-area .navbar ul > li ul.sub-menu li {
  padding: 6px 0;
}
#rs-header.header-style-3 .menu-cart-area ul.sub-menu li a,
#rs-header.header-style-3 .menu-area .navbar ul > li ul.sub-menu li a {
  line-height: 24px;
}
#rs-header.header-style-3 .container {
  top: 10px;
  z-index: 9;
  border-radius: 5px;
  padding: 0 30px;
}
#rs-header.header-style-3 .sticky-wrapper {
  position: absolute;
  width: 100%;
  z-index: 9;
}
#rs-header.header-style-3 .header-inner {
  background: none;
}
#rs-header.header-style-3 .header-inner .logo-section {
  padding: 20px 0 12px;
}
#rs-header.header-style-3 .header-inner .logo-section .toolbar-contact-style4 ul {
  float: none;
  text-align: right;
  list-style: none;
  padding: 15px 0;
  margin: 0;
}
#rs-header.header-style-3 .header-inner .logo-section .toolbar-contact-style4 ul li {
  display: inline-flex;
  align-items: center;
  padding-right: 20px;
  padding-left: 20px;
  border-right: 1px solid #263043;
  line-height: 30px;
}
#rs-header.header-style-3 .header-inner .logo-section .toolbar-contact-style4 ul li:first-child {
  padding-left: 0;
}
#rs-header.header-style-3 .header-inner .logo-section .toolbar-contact-style4 ul li:last-child {
  padding-right: 0;
  border-right: none;
}
#rs-header.header-style-3 .header-inner .logo-section .toolbar-contact-style4 ul li i {
  float: left;
  margin-right: 15px;
  color: #b69d74;
  line-height: 25px;
}
#rs-header.header-style-3 .header-inner .logo-section .toolbar-contact-style4 ul li i:before {
  font-size: 25px;
}
#rs-header.header-style-3 .header-inner .logo-section .toolbar-contact-style4 ul li .contact-inf {
  float: left;
  text-align: left;
}
#rs-header.header-style-3 .header-inner .logo-section .toolbar-contact-style4 ul li .contact-inf span {
  color: #fff;
  display: block;
  text-align: left;
  font-size: 100%;
  padding: 0;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 0;
}
#rs-header.header-style-3 .header-inner .logo-section .toolbar-contact-style4 ul li .contact-inf a {
  color: #767676;
  opacity: .5;
}
#rs-header.header-style-3 .header-inner .logo-section .toolbar-contact-style4 ul li .contact-inf a:hover {
  color: #b69d74;
}
#rs-header.header-style-3 .header-inner .logo-section .toolbar-contact-style4 ul li .contact-inf div.location-level {
  opacity: .5;
}
#rs-header.header-style-3 .header-inner.sticky {
  background: #fff !important;
}
#rs-header.header-style-3 .header-inner.sticky .container {
  top: 0;
  z-index: 0;
}
#rs-header.header-style-3 .header-inner.sticky .logo-section {
  display: none;
}
#rs-header.header-style-3 .header-inner.sticky .menu-cart-area,
#rs-header.header-style-3 .header-inner.sticky .sidebarmenu-area,
#rs-header.header-style-3 .header-inner.sticky .sidebarmenu-search {
  display: inline-block !important;
}
#rs-header.header-style-3 .header-inner.sticky .menu-cart-area .fa-shopping-cart,
#rs-header.header-style-3 .header-inner.sticky .sidebarmenu-area .fa-shopping-cart,
#rs-header.header-style-3 .header-inner.sticky .sidebarmenu-search .fa-shopping-cart {
  color: #494949;
}
#rs-header.header-style-3 .header-quote {
  text-align: right;
  position: relative;
}
#rs-header.header-style-3 .btn_quote {
  float: none;
  display: inline-block;
  padding-left: 15px;
  z-index: 999;
  position: relative;
}
#rs-header.header-style-3 .btn_quote .quote-button {
  font-size: 15px;
  border: none;
  padding: 18px 22px;
  border-radius: 5px;
  color: #fff;
  background: #b69d74;
  text-transform: capitalize;
}
#rs-header.header-style-3 .btn_quote .quote-button:hover {
  color: #b69d74;
}
#rs-header.header-style-3 .menu-area .menu-responsive .navbar {
  float: none;
}
#rs-header.header-style-3 .sidebarmenu-area {
  display: inline-block;
  position: relative;
  top: 5px;
}
#rs-header.header-style-3 .sidebarmenu-search {
  display: inline-block;
  cursor: pointer;
  margin-left: 25px;
}
#rs-header.header-style-3 .sidebarmenu-search .sticky_form {
  position: absolute;
  bottom: -53px;
  right: 0;
  z-index: 9;
  width: 250px;
}
#rs-header.header-style-3 .menu-cart-area {
  float: none;
  display: inline-block;
}
#rs-header.header-style-3 .widget_shopping_cart_content {
  text-align: center;
}
#rs-header.header-style-3 .menu-sticky.sticky .sidebarmenu-search .sticky_form {
  bottom: -40px;
}
.language-widget-sec {
  padding-left: 13px;
  font-size: 13px;
  padding-right: 13px;
  font-style: normal;
  background: none !important;
  position: relative;
  margin: 0 !important;
}
.language-widget-sec ul {
  padding: 0;
}
.language-widget-sec a {
  background: none !important;
  width: auto !important;
  padding: 8px 0;
}
.language-widget-sec a:hover {
  color: #b69d74 !important;
}
.language-widget-sec li {
  margin: 0;
}
.language-widget-sec li ul {
  margin: 0;
  padding: 0;
}
.language-widget-sec li ul li {
  display: block !important;
  position: relative;
  margin: 0 !important;
}
.language-widget-sec li ul li a {
  background: none !important;
  display: block !important;
  width: 100% !important;
  text-align: left !important;
  padding: 0;
}
.language-widget-sec li ul li a:hover {
  color: #b69d74 !important;
}
.language-widget-sec ul li a:before {
  font-family: "FontAwesome";
  content: "\f107";
  padding-right: 3px;
  font-weight: 400;
  position: absolute;
  right: -2px;
  top: 9px;
}
.language-widget-sec ul li ul li a:before {
  display: none;
}
.language-widget-sec ul li ul {
  position: absolute;
  left: 0;
  top: 0px;
  opacity: 0;
  transform: scaleY(0);
  visibility: hidden;
  transition: all 0.3s ease;
  background: #fff;
  padding: 0 10px 0 10px;
  width: 100px;
  z-index: 1;
  box-shadow: 0 5px 20px rgba(34, 34, 34, 0.1);
}
.language-widget-sec ul li:hover ul {
  opacity: 1;
  top: 100%;
  transform: scaleY(1);
  visibility: visible;
}
.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: #767676;
  padding-right: 8px;
}
.header-share ul li a:hover i {
  color: #b69d74;
}
#rs-header .sticky .menu-cart-area,
#rs-header .sticky .sidebarmenu-area,
#rs-header .sticky .sidebarmenu-search {
  display: none !important;
}
#rs-header .sticky_search i:before {
  font-size: 18px;
  font-weight: 600;
}
#rs-header .menu-cart-area span.icon-num {
  background: #f2f2f2;
  color: #212121;
}
.sticky .menu-area .navbar ul li .sub-menu {
  top: 100%;
}
.header-transparent .menu-cart-area span.icon-num,
.header-style-4 .menu-cart-area span.icon-num,
.header-style5 .menu-cart-area span.icon-num {
  background: #fff;
  color: #000;
}
/******* Mega Menu css ********/
.mega {
  position: static !important;
}
#rs-header .menu-area .navbar ul > li.mega > ul {
  width: 100%;
  padding: 22px 20px;
}
#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 ul > li {
  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;
  padding-left: 20px;
  background: none;
  color: #333 !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;
}
#rs-header .menu-area nav.navbar ul li.mega ul li .sub-menu li a {
  padding: 10px 20px;
}
nav.nav.navbar,
.menu-area .col-sm-9.menu-responsive {
  position: static !important;
}
.menu-area .container {
  position: relative;
}
/* ---------------------------
    Footer Css 
------------------------------*/
.footertop {
  padding: 100px 0 90px;
  background: #faf9f7;
}
.footer-contact-desc ul.fa-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-contact-desc ul.fa-ul li {
  padding: 5px 0;
}
.footer-contact-desc ul.fa-ul li i {
  font-size: 15px;
  margin-right: 7px;
}
.footer-contact-desc ul.fa-ul li i.fa-phone,
.footer-contact-desc ul.fa-ul li i.fa-clock-o {
  font-size: 18px;
}
.rs-footer {
  background: #21202e;
  color: #d1d1d1;
}
.rs-footer .mid2 .widget_text {
  padding-left: 80px;
}
.rs-footer .widget {
  margin: 0 0 45px;
}
.rs-footer .widget strong {
  font-weight: 500;
  display: inline-block;
  margin-bottom: 10px;
}
.rs-footer .widget ul li .fa {
  padding-right: 10px;
}
.rs-footer .widget.widget_nav_menu ul li {
  position: relative;
}
.rs-footer .widget.widget_nav_menu ul li a:hover {
  color: #b69d74;
}
.rs-footer b,
.rs-footer strong {
  color: #fff;
}
.rs-footer .container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}
.footer-top-section {
  padding-top: 35px;
}
.footer-top-section .border-link {
  display: block;
  border-bottom: 2px solid #2f2f2f;
  padding-bottom: 25px;
}
.footer-top-section #footer-menu li {
  display: inline-block;
  padding-right: 34px;
  padding-bottom: 0;
}
.footer-top-section #footer-menu li ul {
  display: none;
}
.footer-top-section #footer-menu li:last-child {
  padding-right: 0;
}
.footer-top-section #footer-menu li a {
  color: #fff;
  display: block;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  padding-top: 5px;
}
.footer-top-section #footer-menu li a:hover {
  color: #b69d74;
}
.footer-top-section .footer-share ul {
  text-align: right;
}
.footer-top-section .footer-share ul li {
  display: inline-block;
}
.footer-top-section .footer-share ul li a {
  font-size: 13px;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  color: #fff;
  transition: all .3s ease 0s;
  background-color: #b69d74;
}
.footer-top-section .footer-share ul li a:hover {
  opacity: 0.8;
}
.footer-top-section .footer-share ul li + li {
  margin-left: 5px;
}
.rs-footer {
  background: #1f2839;
  font-size: 14px;
}
.rs-footer .col-lg-3.col1 .widget_media_image {
  margin-bottom: 30px;
}
.rs-footer .col-lg-3.col1 .widget_media_image img {
  max-width: 240px !important;
}
.rs-footer .divider {
  border-top: 2px solid #2f2f2f;
  max-width: 580px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.rs-footer .footer-top {
  position: relative;
  padding: 100px 0 68px;
}
.rs-footer .footer-top input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ccc;
}
.rs-footer .footer-top input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
}
.rs-footer .footer-top input[type="email"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #ccc;
}
.rs-footer .footer-top input[type="email"]:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc;
}
.rs-footer .footer-top h4.footer-title {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  margin-bottom: 45px;
  padding-left: 18px;
  padding-bottom: 0;
}
.rs-footer .footer-top h4.footer-title:after {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  transform: translateY(-50%);
  left: 0;
  width: 2px;
  height: 25px;
  background: #b69d74;
}
.rs-footer .footer-top .mc4wp-form-fields {
  max-width: 300px;
}
.rs-footer .footer-top .mc4wp-form-fields p {
  position: relative;
}
.rs-footer .footer-top .mc4wp-form-fields .news-form {
  position: relative;
}
.rs-footer .footer-top .mc4wp-form-fields input[type="email"] {
  background: #263043;
  height: 50px;
  outline: 0 none;
  padding: 5px 15px;
  padding-left: 20px;
  width: 100%;
  border-radius: 3px;
  border: none;
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
}
.rs-footer .footer-top .mc4wp-form-fields input[type="submit"] {
  background: #b69d74;
  border: none;
  color: #ffffff;
  font-size: 14px;
  height: 100%;
  position: absolute;
  font-weight: 600;
  right: 0;
  top: 0;
  width: 75px;
  transition: all 0.3s ease 0s;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
  padding: 0;
  height: 50px;
  font-size: 0;
}
.rs-footer .footer-top .mc4wp-form-fields input[type="submit"]:hover {
  background: #1f2839;
  opacity: 1;
}
.rs-footer .footer-top .mc4wp-form-fields i {
  position: absolute;
  right: 28px;
  top: 13px;
  font-size: 22px;
  pointer-events: none;
  color: #fff;
}
.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: #d1d1d1;
}
.rs-footer a:hover {
  color: #eee;
}
.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;
  padding-top: 9px;
}
.rs-footer .recent-post-widget .show-featured {
  clear: both;
  overflow: hidden;
  margin-bottom: 30px;
}
.rs-footer .recent-post-widget .show-featured .post-img img {
  border-radius: 3px;
}
.rs-footer .recent-post-widget .show-featured .post-desc {
  line-height: 22px;
}
.rs-footer .recent-post-widget .show-featured .post-desc a {
  color: #b69d74;
}
.rs-footer .recent-post-widget .show-featured .post-desc a:hover {
  color: #fff;
}
.rs-footer .recent-post-widget .show-featured .post-desc i {
  margin-right: 3px;
  position: relative;
  bottom: 1px;
  font-size: 12px;
}
.rs-footer .recent-post-widget .show-featured .post-desc span {
  color: #d1d1d1;
  display: block;
  font-size: 13px;
  margin-top: 4px;
}
.rs-footer .about-widget p {
  padding-right: 20px;
}
.rs-footer .about-widget p img {
  margin-bottom: 22px;
}
.rs-footer .footer-logo-light {
  margin: 11px 0 29px;
}
.rs-footer .fa-ul {
  margin-left: 0;
  text-align: left;
}
.rs-footer .fa-ul li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
}
.rs-footer .fa-ul li i {
  color: #b69d74;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}
.rs-footer .fa-ul li a {
  color: #d1d1d1;
}
.rs-footer .fa-ul li a:hover {
  color: #b69d74;
}
.rs-footer.footerlight {
  color: #666666;
}
.rs-footer.footerlight .footer-top h4.footer-title {
  color: #212121;
}
.rs-footer.footerlight .footer-top h4.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: #666666;
}
.rs-footer.footerlight .footer_social li a:hover .fa {
  color: #fff;
}
.rs-footer.footerlight .footer-top .mc4wp-form-fields input[type="email"] li a,
.rs-footer.footerlight .footer-top .mc4wp-form-fields ul.footer_social li a {
  border-color: #666;
}
.rs-footer.footerlight .footer-bottom .copyright p {
  color: #666;
}
.rs-footer.footerlight .fa-ul li a {
  color: #666666;
}
.rs-footer.footerlight .fa-ul li .fa {
  color: #666666;
}
.rs-footer.footerlight .widget.widget_nav_menu ul li a {
  color: #666666;
}
.rs-footer.footerlight a {
  color: #666666;
}
.rs-footer.footerdark .footer-bottom {
  border-color: #eee6;
}
.rs-footer.footerdark .footer-top .mc4wp-form-fields input[type="email"] {
  border-color: #eee6;
}
.rs-footer .footer-logo img {
  margin: 0 0 30px;
}
.rs-footer .rs-contact-intro {
  padding-bottom: 25px;
}
.rs-footer.footerlight .footer-top .mc4wp-form-fields input[type="email"] {
  border-color: #b69d74;
  color: #666;
}
.rs-footer.footerlight .footer-top .mc4wp-form-fields input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #d1d1d1;
}
.rs-footer.footerlight .footer-top .mc4wp-form-fields input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #d1d1d1;
}
.rs-footer.footerlight .footer-top .mc4wp-form-fields input[type="email"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #d1d1d1;
}
.rs-footer.footerlight .footer-top .mc4wp-form-fields input[type="email"]:-moz-placeholder {
  /* Firefox 18- */
  color: #d1d1d1;
}
.error404 .rs-footer {
  margin: 0;
}
ul.footer_social li {
  display: inline-block;
  margin-right: 7px;
  text-align: center;
}
ul.footer_social li a {
  color: #d1d1d1;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  display: block;
  background: #263043;
  font-size: 13px;
}
ul.footer_social li a:hover {
  background: #b69d74;
  color: #ffffff !important;
}
ul.footer_social li a i {
  padding: 0 !important;
}
.footer-bottom {
  border-top: 1px solid #192336;
  padding: 15px 0;
}
.footer-bottom .copyright {
  text-align: center;
}
.footer-bottom .copyright p {
  margin: 0;
}
.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 li,
.rs-footer .widget.widget_pages ul li,
.rs-footer .widget.widget_categories ul li,
.rs-footer .widget.widget_archive ul li,
.rs-footer .widget.widget_recent_comments ul li,
.rs-footer .widget.widget_meta ul li {
  position: relative;
  padding: 0;
}
.rs-footer .widget.widget_nav_menu ul li a,
.rs-footer .widget.widget_pages ul li a,
.rs-footer .widget.widget_categories ul li a,
.rs-footer .widget.widget_archive ul li a,
.rs-footer .widget .widget_recent_comments ul li span a,
.rs-footer .widget.widget_meta ul li a {
  padding: 6px 0 6px 15px !important;
  display: inline-block;
  color: #d1d1d1;
  position: relative;
  padding-left: 15px;
}
.rs-footer .widget.widget_nav_menu ul li a:hover,
.rs-footer .widget.widget_pages ul li a:hover,
.rs-footer .widget.widget_categories ul li a:hover,
.rs-footer .widget.widget_archive ul li a:hover,
.rs-footer .widget .widget_recent_comments ul li span a:hover,
.rs-footer .widget.widget_meta ul li a:hover {
  color: #b69d74;
}
.rs-footer .widget.widget_nav_menu ul li a:before,
.rs-footer .widget.widget_pages ul li a:before,
.rs-footer .widget.widget_categories ul li a:before,
.rs-footer .widget.widget_archive ul li a:before,
.rs-footer .widget .widget_recent_comments ul li span a:before,
.rs-footer .widget.widget_meta ul li a:before {
  content: "\f105";
  position: absolute;
  left: 0;
  top: 5px;
  color: #b69d74;
  font-family: fontawesome;
}
.rs-footer .widget a:hover {
  color: #b69d74;
}
.rs-footer a:focus {
  color: #fff;
}
.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 {
  padding: 12px 35px;
  line-height: normal;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  background: #b69d74;
  color: #fff;
  border-radius: 3px;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce .wc-forward:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  color: #fff;
  background: #b69d74;
  opacity: 0.9;
}
.woocommerce #review_form #respond textarea {
  border: 1px solid rgba(54, 54, 54, 0.1);
}
.woocommerce div.product div.images .flex-control-thumbs li {
  margin-bottom: 20px;
}
.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
  margin-right: 0;
  margin-top: 5px;
}
.wc-forward:hover {
  background: transparent;
  color: #1f2839;
}
.woocommerce .woocommerce-ordering select {
  vertical-align: top;
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 5px;
}
#review_form_wrapper .comment-respond .form-submit:before {
  display: none;
}
.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: #1f2839;
}
.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;
  border-radius: 3px 3px 0 0 !important;
  margin-left: 0 !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: #1f2839;
}
.grouped_form td ins {
  padding: 0;
}
.grouped_form del .woocommerce-Price-amount {
  font-weight: 600;
  color: #666666;
  display: block;
  font-size: 13px;
  line-height: 16px;
}
.grouped_form .woocommerce-grouped-product-list-item__label a {
  color: #1f2839 !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: #767676;
}
.woocommerce-product-details__short-description p {
  margin-bottom: 35px;
}
.woocommerce div.product .product_meta {
  font-size: 13px;
}
.woocommerce div.product .product_meta .sku {
  font-weight: normal;
}
.woocommerce div.product .product_meta .posted_in {
  display: block;
  font-weight: 700;
}
.woocommerce div.product .product_meta .posted_in a {
  color: #767676;
}
.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 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 .woocommerce-Tabs-panel--reviews .woocommerce-noreviews {
  margin-bottom: 10px;
}
.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: #b69d74;
}
body .woocommerce-pagination ul {
  border-color: #f2f2f2 !important;
  border-radius: 3px;
  border-width: 1px !important;
  border-right: 1px solid #f2f2f2 !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: #b69d74 !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: #1f2839;
}
.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: #767676;
}
.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;
}
.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;
  margin-top: 40px;
}
.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: 20px !important;
  padding-bottom: 0px !important;
}
.woocommerce ul.products li .woocommerce-loop-product__title a {
  color: #1f2839;
}
.woocommerce ul.products li .woocommerce-loop-product__title a:hover {
  color: #b69d74;
}
.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: 25px !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: #1f2839;
  background: #fff;
  color: #1f2839;
}
.woocommerce ul.products li:hover .wc-forward {
  border: 2px solid;
  border-color: #1f2839;
  background: #fff;
  color: #1f2839;
}
.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: #b69d74;
}
body.woocommerce-js ul.products li {
  margin-bottom: 35px !important;
}
/*-----------------------------
    Cart icon design
-------------------------------*/
.menu-cart-area {
  float: right;
  position: relative;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.menu-cart-area .cart-icon-total-products {
  font-size: 13px;
  line-height: 20px;
  background-color: #fff;
  position: absolute;
  right: 0;
  font-size: 14px;
  top: 100%;
  width: 278px;
  z-index: 10000;
  opacity: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  transition: all .2s ease 0s;
}
.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: #1f2839;
  position: relative;
  padding-top: 50px;
}
.menu-cart-area .woocommerce-mini-cart__empty-message:before {
  position: absolute;
  content: "\f131";
  color: #1f2839;
  left: 50%;
  transform: translateX(-50%);
  bottom: 42px;
  font-family: Flaticon;
  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: #767676;
}
.menu-cart-area .widget_shopping_cart .cart_list li a img {
  width: 40px;
}
.menu-cart-area .widget_shopping_cart .cart_list li .quantity {
  color: #1f2839;
}
.menu-cart-area .widget_shopping_cart .cart_list li a.remove {
  color: #1f2839 !important;
  top: 22px;
  font-size: 16px;
  font-weight: 400;
  height: 20px;
  width: 20px;
  line-height: 18px;
  text-align: center;
}
.menu-cart-area .widget_shopping_cart .cart_list li a.remove:hover {
  color: #fff !important;
}
.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: 1px;
}
.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 #b69d74;
  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: #b69d74;
}
.woocommerce ul.products li.product:hover .add-to-cart {
  background: #b69d74;
  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;
  background: #fff;
}
.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: #ffffff;
  text-transform: capitalize;
  text-decoration: none;
  width: 33px;
  height: 33px;
  line-height: 33px;
  border: 1px solid #ffffff;
  text-align: center;
  transition: all 0.3s ease 0s;
  border-radius: 0;
}
.woocommerce ul.products li.product .images-product .overley .winners-details .product-info ul li a:hover {
  color: #b69d74;
  border: 1px solid #b69d74;
}
.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: #b69d74;
}
.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: #1f2839;
  transition: all 0.3s ease 0s;
  font-size: 20px;
  margin: 0;
}
.woocommerce ul.products li.product h4 a:hover {
  color: #b69d74;
}
.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 #b69d74;
  padding: 8px 18px;
  color: #1f2839;
  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: #767676;
  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: #b69d74 !important;
  font-size: 20px !important;
  font-weight: 600;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.woocommerce ul.products li.product .price ins {
  color: #b69d74 !important;
  font-size: 20px;
  font-weight: 600;
}
.single-product div.product div.images .woocommerce-product-gallery__wrapper {
  background: #fff;
}
.woocommerce .quantity .qty {
  height: 39px !important;
  width: 50px;
  appearance: textfield;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin-bottom: 0;
  padding: 3px 0;
  border-left: 2px solid #e6e6e6;
  border-right: 2px solid #e6e6e6;
  border-radius: 0 !important;
}
.woocommerce .quantity {
  border: 2px solid #e6e6e6;
  border-radius: 3px;
  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: 2px;
}
.woocommerce .quantity .qty_button:hover {
  border: none;
  background: none !important;
  box-shadow: none;
}
.woocommerce input[type="number"] {
  border: 0;
}
.woocommerce .quantity input::-webkit-outer-spin-button,
.woocommerce .quantity input::-webkit-inner-spin-button {
  display: none;
  margin: 0;
}
body.woocommerce ins {
  background: none !important;
}
body.woocommerce .panel {
  border: none;
  box-shadow: none;
}
body.woocommerce .woocommerce-product-gallery ol.flex-control-nav {
  padding: 15px 0 0 !important;
  text-align: center;
}
body.woocommerce .woocommerce-product-gallery ol.flex-control-nav li {
  float: none !important;
  display: inline-block;
}
body.woocommerce .woocommerce-product-gallery ol.flex-control-nav li img {
  width: 120px;
  display: inline;
}
.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 ul.tabs li {
  border: 1px solid #e4e4e4;
  background-color: #e4e4e4;
  margin-right: 8px;
  border-radius: 0;
  border: none !important;
}
.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: #b69d74;
  color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
  background: #b69d74;
}
.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 li a {
  font-weight: 500 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding-left: 0;
  border-radius: 5px 0 0 0;
  padding-top: 15px;
  margin-bottom: 40px;
}
.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;
  border: 1px solid #ddd;
  font-size: 16px;
  font-weight: 400;
  height: 20px;
  width: 20px;
  line-height: 18px;
  text-align: center;
}
.woocommerce-cart table.cart .product-thumbnail img {
  width: 80px !important;
}
.woocommerce-cart table.cart .product-name a {
  color: #767676;
  font-weight: bold;
}
.woocommerce-cart table.cart .product-name a:hover {
  color: #b69d74;
  text-decoration: underline !important;
}
.woocommerce-cart table.cart .product-price span {
  font-weight: bold;
}
.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: 3px;
  height: 43px !important;
  margin-right: 20px;
  text-align: left !important;
  padding-left: 22px;
}
.coupon ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1f2839 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.coupon ::-moz-placeholder {
  /* Firefox 19+ */
  color: #1f2839 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.coupon :-ms-input-placeholder {
  /* IE 10+ */
  color: #1f2839 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.coupon :-moz-placeholder {
  /* Firefox 18- */
  color: #1f2839 !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: #1f2839;
}
.woocommerce-message::before,
.woocommerce-info::before {
  color: #1f2839;
}
.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: 0;
  height: 40px;
  line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 8px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 37px;
}
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: #767676;
  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: 30px;
  padding: 0 0px;
  max-width: 130px;
  margin: 0 auto;
}
.woocommerce-cart-form table.shop_table .quantity .qty_button {
  top: -1px;
  padding: 0px 6px;
}
.woocommerce-cart-form table.shop_table .quantity .qty {
  width: 40px;
  border-radius: 0 !important;
}
.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 {
  padding: 10px 24px;
  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: #1f2839;
}
.woocommerce table.shop_table th {
  border: none;
  font-size: 18px;
}
.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: #b69d74;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
  font-weight: 500 !important;
  padding: 0 !important;
  right: 10px !important;
  margin: 0 !important;
  top: 10px !important;
}
.woocommerce-info {
  border-top-color: #b69d74;
}
.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: 12px 20px;
  color: #767676;
  display: block;
  font-size: 16px;
  text-transform: capitalize;
}
.woocommerce-MyAccount-navigation ul li.is-active {
  background: #1f2839;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #fff;
}
.woocommerce-MyAccount-navigation ul li:hover {
  background: #1f2839;
}
.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: 100%;
  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;
}
/*--------------------------------------------------------------
Heading  css
--------------------------------------------------------------*/
.rs-heading .title-inner .sub-text {
  margin: 0 0 5px;
  display: block;
  color: #b69d74;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  font-family: 'Playfair Display', serif;
}
.rs-heading .title-inner .sub-text.title-upper {
  text-transform: uppercase;
}
.rs-heading .title-inner .title {
  color: #1f2839;
  line-height: 40px;
  margin-bottom: 15px;
}
.rs-heading .title-inner .title.title-upper {
  text-transform: uppercase;
}
.rs-heading .title-inner .title span.watermark {
  position: absolute;
  font-size: 80px;
  text-transform: uppercase;
  font-weight: 800;
  z-index: -1;
  opacity: 0.05;
  width: 100%;
  left: 0;
  color: inherit;
}
.rs-heading .title-inner h2.title {
  line-height: 48px !important;
}
.rs-heading.big .title-inner h2 {
  font-size: 36px;
  line-height: 44px;
}
.rs-heading.big .description p {
  font-size: 20px;
  line-height: 32px;
}
.rs-heading.style4 .title-inner .title {
  margin-bottom: 8px;
}
.rs-heading.style4 .title-inner .title-img {
  margin-bottom: 12px;
}
.rs-heading.style5 .sub-text {
  display: inline-block;
}
.rs-heading.style2 {
  position: relative;
  padding-bottom: 7px;
  margin-bottom: 23px;
}
.rs-heading.style2:after {
  content: "";
  position: absolute;
  border: 0;
  width: 100px;
  height: 3px;
  background: #b69d74;
  z-index: 1;
  margin-left: 0;
  left: 0;
  bottom: 0;
}
.rs-heading.style2.text-center:after {
  transform: translateX(-50%);
  left: 50%;
}
.rs-heading.style2 h2 {
  margin-bottom: 12px;
}
.rs-heading.style2 .description p {
  margin-bottom: 12px;
}
.rs-heading.style2.light:after {
  background: #fff !important;
}
.rs-heading.style3 {
  position: relative;
  padding-bottom: 12px;
}
.rs-heading.style3 h2 {
  margin-bottom: 12px;
}
.rs-heading.style3 .description {
  position: relative;
  padding-left: 80px;
}
.rs-heading.style3 .description:after {
  content: "";
  position: absolute;
  border: 0;
  width: 60px;
  height: 2px;
  background: #b69d74;
  z-index: 9;
  margin-left: 0;
  left: 0;
  top: 14px;
}
.rs-heading.style3 .description p {
  margin-bottom: 12px;
}
.rs-heading.style3.light .description:after {
  background: #fff !important;
}
.rs-heading.style1 {
  position: relative;
  padding-bottom: 12px;
}
.rs-heading.style1 h2 {
  margin-bottom: 12px;
}
.rs-heading.style1 .description {
  position: relative;
  padding-right: 80px;
}
.rs-heading.style1 .description:after {
  content: "";
  position: absolute;
  border: 0;
  width: 60px;
  height: 2px;
  background: #b69d74;
  z-index: 9;
  margin-left: 0;
  right: 0;
  top: 14px;
}
.rs-heading.style1 .description p {
  margin-bottom: 12px;
}
.rs-heading.style1.light .description:after {
  background: #fff !important;
}
.rs-heading.style8 {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 10px;
}
.rs-heading.style8 .title-inner {
  padding-left: 25px;
  position: relative;
  display: inline-block;
}
.rs-heading.style8 .title-inner .sub-text {
  margin-bottom: 5px;
}
.rs-heading.style8 .title-inner:after {
  content: "";
  position: absolute;
  border: 0;
  width: 2px;
  height: 100%;
  background: #b69d74;
  z-index: 9;
  margin-left: 0;
  left: 0;
  top: 0;
}
.rs-heading.style8 .description {
  padding-left: 25px;
  position: relative;
  padding-top: 15px;
}
.rs-heading.style8 h2 {
  margin-bottom: 0 !important;
}
.rs-heading.style8.text-center .description {
  padding-top: 15px;
  padding-left: 0px;
}
.rs-heading.style8.text-center .description:after {
  display: none;
}
.rs-heading.style8.light .title-inner:after {
  background: #fff;
}
.rs-heading.style8.light .description:after {
  background: #fff !important;
}
.rs-heading.style6 .title-inner {
  position: relative;
  padding-bottom: 12px;
}
.rs-heading.style6 .title-inner h2 {
  margin-bottom: 12px;
}
.rs-heading.style6 .title-inner .sub-text {
  position: relative;
  padding-left: 65px;
  color: #1f2839;
}
.rs-heading.style6 .title-inner .sub-text:after {
  content: "";
  position: absolute;
  border: 0;
  width: 50px;
  height: 2px;
  background: #b69d74;
  z-index: 9;
  margin-left: 0;
  left: 0;
  top: 12px;
}
.rs-heading.style6 .title-inner .sub-text p {
  margin-bottom: 12px;
}
.rs-heading.style6.text-center .title-inner .sub-text,
.rs-heading.style6.text-right .title-inner .sub-text {
  display: inline-block;
}
.rs-heading.style6.text-center .sub-text {
  position: relative;
  padding-left: 0px;
  padding-top: 60px;
  color: #1f2839;
}
.rs-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.light .sub-text:after {
  background: #fff !important;
}
.rs-heading.style6.dark .sub-text:after {
  background: #232023 !important;
}
.rs-heading.style4 .title-inner {
  text-align: center;
  position: relative;
  padding-bottom: 12px;
}
.rs-heading.style4 .title-inner h2 {
  margin-bottom: 12px;
  display: block;
}
.rs-heading.style4 .title-inner .sub-text {
  position: relative;
  color: #1f2839;
  display: inline-block;
}
.rs-heading.style4 .title-inner .sub-text:before,
.rs-heading.style4 .title-inner .sub-text:after {
  content: "";
  position: absolute;
  border: 0;
  width: 30px;
  height: 1px;
  background: #b69d74;
  z-index: 1;
  margin-left: 0;
  left: -20px;
  top: 12px;
}
.rs-heading.style4 .title-inner .sub-text:before {
  left: -40px;
}
.rs-heading.style4 .title-inner .sub-text:after {
  left: auto;
  right: -40px;
}
.rs-heading.style4 .title-inner .sub-text p {
  margin-bottom: 12px;
}
.rs-heading.style4.light .sub-text:before,
.rs-heading.style4.light .sub-text:after {
  background: #fff !important;
}
.rs-heading.style4.text-center .title-inner .sub-text,
.rs-heading.style4.text-right .title-inner .sub-text {
  display: inline-block;
}
.rs-heading.style7 .title-inner {
  position: relative;
  padding-bottom: 12px;
}
.rs-heading.style7 .title-inner h2 {
  margin-bottom: 12px;
}
.rs-heading.style7 .title-inner .sub-text {
  position: relative;
  padding-right: 65px;
  display: inline-block;
  color: #1f2839;
}
.rs-heading.style7 .title-inner .sub-text:after {
  content: "";
  position: absolute;
  border: 0;
  width: 50px;
  height: 2px;
  background: #b69d74;
  z-index: 9;
  margin-left: 0;
  right: 0;
  top: 12px;
}
.rs-heading.style7 .title-inner .sub-text p {
  margin-bottom: 12px;
}
.rs-heading.style7 .title-inner.light .sub-text:after {
  background: #fff !important;
}
.rs-heading.style7 .title-inner.text-center .title-inner .sub-text,
.rs-heading.style7 .title-inner.text-right .title-inner .sub-text {
  display: inline-block;
}
.rs-heading.style9 .title-inner {
  margin-bottom: 15px;
}
.rs-heading.style9 .title-inner .title-img.top {
  margin-bottom: 15px;
}
.rs-heading.style9 .title-upper {
  margin-bottom: 5px;
}
.rs-heading.style9 .bottom-line .title {
  margin-bottom: 8px;
  position: relative;
}
.rs-heading.style9.text-center .bottom-line .title:after {
  transform: translateX(-50%);
  left: 50%;
}
.rs-heading.style10 .sub-text {
  display: inline-block;
  padding: 1px 6px;
  border-radius: 3px;
  background: #b69d74;
}
.rs-heading.style10 .title {
  display: block;
}
.rs-heading.style11 {
  text-align: right !important;
}
.rs-heading.style11.text-center {
  text-align: right !important;
}
.rs-heading.style11.text-center .title-inner {
  text-align: center;
}
.rs-heading.style11.text-right {
  text-align: right !important;
}
.rs-heading.style11.text-right .title-inner {
  text-align: right;
}
.rs-heading.style11 .title-inner {
  transform: rotate(90deg);
  display: inline-block;
}
.rs-heading.style11 .description {
  transform: rotate(90deg);
  display: inline-block;
}
.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;
}
.course-image {
  position: relative;
  overflow: hidden;
}
.course-image img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.course-image .course-cat {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.course-image .course-cat a {
  color: #fff;
  background: #b69d74;
  padding: 3px 20px;
  margin-right: 6px;
  font-size: 13px;
  border-radius: 3px;
  display: inline-block;
  line-height: 25px;
}
.course-image .course-cat a:hover {
  background: #b69d74;
}
.single-classes .course-image {
  position: relative;
}
.single-classes .course-image img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.single-classes:hover .course-image img {
  transform: scale(1.1);
}
.rs-popular-classes2 .single-classes {
  position: relative;
  overflow: hidden;
}
.rs-popular-classes2 .single-classes:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(234, 76, 35, 0.8);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.rs-popular-classes2 .single-classes .defult-title {
  position: absolute;
  z-index: 1;
  background: rgba(234, 76, 35, 0.8);
  bottom: 0;
  left: 0;
  text-align: center;
  display: block;
  margin: 0;
  padding: 19px 0;
  width: 100%;
  font-size: 20px;
  font-weight: 600 !important;
}
.rs-popular-classes2 .single-classes h3 a {
  color: #fff;
}
.rs-popular-classes2 .single-classes .classes-details {
  position: absolute;
  width: 100%;
  top: 101%;
  left: 0;
  text-align: center;
  z-index: 11;
  color: #fff;
  padding: 0 12px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.rs-popular-classes2 .single-classes .classes-details h3 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 600 !important;
}
.rs-popular-classes2 .single-classes .classes-details h3 a {
  color: #fff;
}
.rs-popular-classes2 .single-classes .classes-details a.transfarent-btn {
  border: 2px solid #fff;
  line-height: 48px;
  height: 52px;
  background: #fff;
  color: #b69d74;
  padding: 0 20px;
  display: block;
  width: 150px;
  margin: 0 auto;
}
.rs-popular-classes2 .single-classes .classes-details a.transfarent-btn:hover {
  background: #b69d74;
  color: #fff;
}
.rs-popular-classes2 .single-classes:hover:after {
  opacity: 1;
  visibility: visible;
}
.rs-popular-classes2 .single-classes:hover .classes-details {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50% 0);
}
.rs-popular-classes2 .single-classes:hover .defult-title {
  display: none;
}
.transfarent-btn {
  height: 55px;
  line-height: 55px;
  border-radius: 30px;
  text-align: center;
  display: inline-block;
  color: #fff;
  padding: 0 50px;
  position: relative;
  font-weight: 600;
  font-size: 15px;
  z-index: 1;
}
.transfarent-btn:hover {
  background: #b69d74;
  color: #fff;
}
.transfarent-btn {
  background: transparent;
}
.transfarent-btn:hover {
  background: #b69d74;
}
/*--------------------------------------------------------------
    Call to Actiobn
--------------------------------------------------------------*/
.rs-cta a {
  height: auto;
  line-height: 25px;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  color: #ffffff;
  padding: 10px 30px;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  z-index: 1;
  box-shadow: none;
  border: 2px solid;
  padding-right: 50px;
}
.rs-cta .description {
  margin-top: 25px;
  font-size: 15px;
  line-height: 28px;
  font-weight: normal;
}
.rs-cta .description p:first-child {
  margin: 0;
}
.rs-cta .description p:last-child {
  margin: 0;
}
.rs-cta .description ul {
  margin: 0 0 0 18px;
}
.rs-cta .title-wrap .exp-title {
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 0px;
  text-align: left;
}
.rs-cta .title-wrap .eta-subtitle {
  margin-bottom: 0;
  margin-top: 10px;
  line-height: 1.12;
}
.rs-cta .button-wrap .cta-hints {
  margin-bottom: 0;
  margin-top: 10px;
  margin-right: 10px;
}
.rs-cta .style1 .hidden-md {
  padding-right: 40px;
}
.rs-cta .style1 .title-wrap .eta-subtitle {
  margin-top: 0;
  margin-bottom: 7px;
}
.rs-cta .style1 .title-wrap .description {
  margin-top: 18px;
}
.rs-cta .style1 .eta-subtitle {
  font-weight: 600;
}
.rs-cta .style2 {
  text-align: center;
}
.rs-cta .style2 .title-wrap {
  padding: 25px 0 40px;
}
.rs-cta .style2 .button-wrap {
  margin-bottom: 10px;
}
.rs-cta.text-left .style2 {
  text-align: left;
}
.rs-cta.text-left .style2 .title-wrap h2 {
  text-align: left;
}
.rs-cta.text-right .style2 {
  text-align: right;
}
.rs-cta.text-right .style2 .title-wrap h2 {
  text-align: right;
}
.rs-cta .style2 .title-wrap .eta-subtitle {
  margin-top: 10px;
  margin-bottom: 10px;
}
.rs-cta .style2 .title-wrap .exp-title {
  text-align: center;
}
.rs-cta.rs-cat-style3 {
  padding-bottom: 37px;
}
.rs-cta.rs-cat-style3 .pry-btn {
  height: 55px;
  line-height: 52px;
  border-radius: 30px;
  text-align: center;
  display: inline-block;
  color: #ffffff;
  padding: 0 50px;
  margin-top: 15px;
  position: relative;
  font-weight: 600;
  font-size: 15px;
  z-index: 1;
  background: #b69d74;
  border: 2px solid #ffffff;
}
.rs-cta.rs-cat-style3 .pry-btn:hover {
  border-width: 2px;
  background: #b69d74;
  opacity: 0.8;
  border-color: #fff;
}
.rs-cta.rs-cat-style3 .cta-wrap .title-wrap .button-wrap {
  padding-top: 20px;
}
/*--------------------------------------------------------------
services css
--------------------------------------------------------------*/
.rs-services .services-style-8 {
  border: 1px solid #b69d74;
  position: relative;
  padding: 30px 10px;
  margin-bottom: 30px;
  text-align: center;
}
.rs-services .services-style-8:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.6);
  transition: all 0.3s ease 0s;
}
.rs-services .services-style-8 .watermark {
  display: block;
  color: #b69d74;
  font-size: 80px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0.2;
}
.rs-services .services-style-8.services-center .services-item {
  text-align: center;
}
.rs-services .services-style-8.services-right .services-item {
  text-align: right;
}
.rs-services .services-style-8 .services-desc .services-title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
  padding-top: 16px;
  position: relative;
  z-index: 10;
}
.rs-services .services-style-8.icon-rounded .services-icon img {
  border-radius: 100%;
}
.rs-services .services-style-8:hover:before {
  background: #1f2839;
}
.rs-services-default .services-wrap .services-item {
  padding: 50px 30px 16px;
  border: 1px solid #534a46;
  margin-bottom: 30px;
  transition: 0.3s;
}
.rs-services-default .services-wrap .services-item .services-icon {
  line-height: 60px;
  width: 100%;
}
.rs-services-default .services-wrap .services-item .services-icon i:before,
.rs-services-default .services-wrap .services-item .services-icon i {
  font-size: 40px;
}
.rs-services-default .services-wrap .services-item h4 {
  margin-bottom: 0;
  font-size: 16px;
  text-transform: lowercase;
}
.rs-services-default .services-wrap .services-item .services-title {
  font-size: 24px;
  margin: 0 0 10px;
}
.rs-services-default .services-wrap .services-item:hover {
  background: #b69d74;
}
.rs-services-default.services-center .services-icon {
  display: block;
  font-size: 40px;
  float: none;
  width: 100%;
  top: 8px;
  text-align: center;
}
.rs-services-default.services-center .services-icon i {
  margin: 0 auto;
}
.rs-services-default.services-center .services-desc {
  width: 100%;
  text-align: center;
}
.rs-services-default.services-right .services-icon {
  display: block;
  font-size: 40px;
  float: none;
  width: 100%;
  text-align: right;
}
.rs-services-default.services-right .services-icon i {
  margin: 0 auto;
  margin-right: 0;
}
.rs-services-default.services-right .services-desc {
  width: 100%;
  text-align: right;
}
.service_box .rs-services-default .services-wrap .services-item {
  margin-bottom: 25px;
}
.service_box .rs-services-default .services-wrap .services-item p {
  margin: 0;
}
.service_box .rs-services-default .services-wrap .services-item .readon {
  background: #ffffff;
  color: #b69d74;
  border-color: #ffffff;
  margin-top: 15px;
}
.service_box .rs-services-default .services-wrap .services-item .readon i:before {
  font-size: 20px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.service_box .rs-services-default .services-wrap .services-item .readon a {
  color: #ffffff;
}
.rs-services1 .services-title {
  font-size: 20px;
}
.rs-services1 .services-wrap .services-item {
  border-bottom: none;
  margin: 0;
  padding: 5px 0 0px;
}
.rs-services1 .services-wrap .services-item .services-icon {
  font-size: 30px;
  width: 100%;
}
.rs-services1 .services-wrap .services-item .services-icon i {
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.rs-services1 .services-wrap .services-item .services-desc {
  width: 100%;
}
.rs-services1 .services-wrap .services-item .services-desc .services-title {
  margin: 28px 0 10px;
}
.rs-services1 .services-wrap .services-item:hover .services-title a {
  color: #1f2839;
}
.rs-services1 .services-wrap .services-item:hover .services-icon {
  background: #b69d74;
}
.rs-services1.services-center .services-item {
  position: relative;
  z-index: 110;
  overflow: hidden;
  transition: all 0.6s ease 0s;
  background: #fff;
}
.rs-services1.services-center .services-item .services-icon {
  background: #fff;
  border: 1px solid #b69d74;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.6s ease 0s;
  padding: 30px 0;
  margin-bottom: 15px;
}
.rs-services1.services-center .services-item .services-icon i {
  font-size: 130px;
  color: #b69d74;
  transition: all 0.6s ease 0s;
}
.rs-services1.services-center .services-item:hover .services-icon {
  background: #b69d74;
}
.rs-services1.services-center .services-item:hover .services-icon i {
  color: #fff;
}
.rs-services1.services-center .services-title {
  margin: 0 !important;
  text-transform: capitalize;
}
.rs-services1.services-right .services-item,
.rs-services1.services-left .services-item {
  position: relative;
  overflow: hidden;
  transition: all 0.6s ease 0s;
}
.rs-services1.services-right .services-item .services-title,
.rs-services1.services-left .services-item .services-title {
  font-size: 17px;
  line-height: 24px;
}
.rs-services1.services-right .services-item .services-icon,
.rs-services1.services-left .services-item .services-icon {
  float: left;
  margin-right: 15px;
  width: 80px;
  text-align: center;
  height: 80px;
  line-height: 80px;
  font-size: 45px;
  border: 2px solid #b69d74;
  border-radius: 50%;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
}
.rs-services1.services-right .services-item .services-desc,
.rs-services1.services-left .services-item .services-desc {
  position: relative;
  float: left;
  text-align: left;
  line-height: 25px;
  font-size: 14px;
  width: auto;
}
.rs-services1.services-right .services-item .services-desc .services-title,
.rs-services1.services-left .services-item .services-desc .services-title {
  margin-top: 0;
}
.rs-services1.services-right .services-item .services-icon {
  float: right;
}
.rs-services1.services-right .services-item .services-desc {
  float: left;
}
.rs-services1.services-center .services-icon {
  display: block;
  font-size: 36px;
  float: none;
  width: 100%;
  top: 8px;
  text-align: center;
}
.rs-services1.services-center .services-icon i {
  margin: 0 auto;
}
.rs-services1.services-center .services-desc {
  float: none;
  width: 100%;
  text-align: center;
}
.rs-services1.services-right .services-icon {
  display: block;
  font-size: 36px;
  float: none;
  width: 100%;
  top: 8px;
  text-align: right;
}
.rs-services1.services-right .services-icon i {
  margin: 0 auto;
  margin-right: 0;
}
.rs-services1.services-right .services-desc {
  float: none;
  width: 100%;
  text-align: right;
}
.services-style-2 {
  border-radius: 6px;
  transition: all .5s ease;
}
.services-style-2 .services-wrap .services-item .services-desc {
  transition: all .5s ease;
  color: #fff;
  padding: 0 15px;
  max-width: 530px;
  margin: 0 auto;
}
.services-style-2 .services-wrap .services-item .services-desc p {
  color: #fff;
  margin-bottom: 0;
}
.services-style-2 .services-wrap .services-item .services-desc .services-title2 {
  font-size: 20px;
  margin: 20px 0 15px;
  line-height: normal;
  color: #1f2839;
}
.services-style-2 .services-wrap .services-item .services-desc .services-title2 a {
  color: #1f2839;
}
.services-style-2.services-center .services-icon {
  text-align: center;
}
.services-style-2.services-center .services-title2 {
  text-align: center;
}
.services-style-2.services-center .services-desc {
  text-align: center;
}
.services-style-2.service-active {
  background: #b69d74;
}
.services-style-2.service-active .services-wrap .services-item .services-desc {
  color: #fff;
}
.services-style-2.service-active .services-wrap .services-item .services-desc .services-title2 {
  color: #fff;
}
.services-style-2.service-active .services-wrap .services-item .services-desc .services-title2 a {
  color: #fff;
}
.services-style-2.services-left {
  margin-bottom: 30px;
}
.services-style-2.services-left .services-wrap {
  overflow: hidden;
}
.services-style-2.services-left .services-wrap .services-item {
  display: flex;
  justify-content: center;
}
.services-style-2.services-left .services-wrap .services-item .services-title2 {
  text-align: left;
  margin: 0 0 10px;
}
.services-style-2.services-left .services-wrap .services-item .services-icon {
  margin-top: 7px;
  max-width: 70px;
}
.services-style-2.services-left .services-wrap .services-item .services-desc {
  text-align: left;
  width: calc(100% - 70px);
  padding-left: 20px;
  padding-right: 0;
  max-width: 100%;
}
.services-style-2.services-right {
  margin-bottom: 30px;
}
.services-style-2.services-right .services-wrap {
  overflow: hidden;
}
.services-style-2.services-right .services-wrap .services-item {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}
.services-style-2.services-right .services-wrap .services-item .services-title2 {
  text-align: right;
  margin: 0 0 12px;
}
.services-style-2.services-right .services-wrap .services-item .services-icon {
  margin-top: 7px;
}
.services-style-2.services-right .services-wrap .services-item .services-desc {
  text-align: right;
  width: calc(100% - 60px);
  padding-right: 30px;
  padding-left: 0;
}
.service-inner.no-rounded {
  border-radius: 0 !important;
}
.services-style-7.services-center {
  text-align: center;
}
.emergency-services .services-style-2 {
  max-width: 650px;
  margin: -100px auto 0;
}
.emergency-services .services-style-2.services-left .services-wrap .services-icon {
  margin-top: 10px;
}
.emergency-services .services-style-2.services-left .services-wrap .services-icon,
.emergency-services .services-style-2.services-left .services-wrap .services-desc {
  width: auto;
}
.emergency-services .services-style-2.services-left .services-wrap .services-desc {
  padding-left: 35px;
}
.emergency-services .services-style-2.services-left .services-wrap .services-desc h3 {
  color: #fff;
  font-size: 24px;
}
.emergency-services .services-style-2.services-left .services-wrap .services-desc p {
  margin: 8px 0 20px;
  font-size: 25px;
}
/* Service Box Border Style*/
.rs-services1.services-left.border_style {
  margin-bottom: 30px;
}
.rs-services1.services-left.border_style .services-wrap .services-item {
  background: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-align: center;
}
.rs-services1.services-left.border_style .services-wrap .services-item .services-icon {
  width: 80px;
}
.rs-services1.services-left.border_style .services-wrap .services-item .services-icon i {
  border: 2px solid #1f2839;
  border-radius: 50%;
  line-height: 70px;
  height: 80px;
  width: 80px;
  font-size: 40px;
  cursor: pointer;
  background: #ffffff;
  color: #28406d;
}
.rs-services1.services-left.border_style .services-wrap .services-item:hover .services-icon i {
  background: #1f2839;
  color: #b69d74;
}
.rs-services1.services-left.border_style .services-wrap .services-item .services-desc {
  width: calc(100% - 80px);
  padding-left: 15px;
}
.rs-services1.services-left.border_style .services-wrap .services-item .services-desc p {
  margin-bottom: 0;
}
.rs-services1.services-right {
  margin-bottom: 30px;
}
.rs-services1.services-right .services-wrap .services-item {
  background: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.rs-services1.services-right .services-wrap .services-item .services-icon {
  width: 80px;
  float: right;
}
.rs-services1.services-right .services-wrap .services-item .services-icon i {
  border: 2px solid #1f2839;
  border-radius: 50%;
  line-height: 70px;
  height: 80px;
  width: 80px;
  font-size: 40px;
  cursor: pointer;
  background: #ffffff;
  color: #28406d;
}
.rs-services1.services-right .services-wrap .services-item .services-icon i:hover {
  background: #1f2839;
  color: #b69d74;
}
.rs-services1.services-right .services-wrap .services-item .services-desc {
  width: calc(100% - 80px);
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
}
.rs-services1.services-right .services-wrap .services-item .services-desc p {
  margin-bottom: 0;
}
.dark-bg .rs-services-style3.services-left {
  background: #263043;
}
.rs-services-style3 {
  position: relative;
  overflow: hidden;
  padding: 50px 30px;
}
.rs-services-style3.primary .bg-img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #b69d74;
  transition: 0.7s;
  opacity: 0.8;
}
.rs-services-style3.secondary .bg-img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #1f2839;
  transition: 0.7s;
}
.rs-services-style3 .bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  background-size: cover;
}
.rs-services-style3 .bg-img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #222;
  transition: 0.7s;
  opacity: 0.8;
}
.rs-services-style3 .bg-img a {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  font-size: 15px;
  height: 45px;
  line-height: 43px;
  padding: 0 35px;
  color: #fff;
  background: #1f2839;
  border-color: #1f2839;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  box-shadow: none;
  min-width: 160px;
}
.rs-services-style3 .bg-img a:hover {
  opacity: .9 !important;
  background: #1f2839;
}
.rs-services-style3 .bg-img a:before {
  display: none;
}
.rs-services-style3 .services-item {
  position: relative;
  z-index: 1;
}
.rs-services-style3 .services-item .services-icon {
  font-size: 44px;
  width: 220px;
  border-radius: 50%;
  font-size: 45px;
  margin: 0;
  transition: all 0.3s ease 0s;
  color: #b69d74;
}
.rs-services-style3 .services-item .services-icon span {
  display: inline-block;
  width: 100%;
  border-radius: 50%;
  height: 100%;
  text-align: center;
}
.rs-services-style3 .services-item .services-icon .service-img-icon {
  width: 60px;
}
.rs-services-style3 .services-item .services-desc .services-title {
  margin-bottom: 10px;
}
.rs-services-style3 .services-item .services-desc p:last-child {
  margin-bottom: 0;
}
.rs-services-style3:hover .bg-img {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 9;
}
.rs-services-style3:hover .bg-img a {
  top: 50%;
  opacity: 99;
  visibility: visible;
}
.rs-services-style3:hover .bg-img:after {
  opacity: 0 !important;
}
.rs-services-style3.services-center {
  text-align: center;
}
.rs-services-style3.services-center .services-item .services-icon {
  margin: 0 auto;
}
.rs-services-style3.services-center .services-item .services-icon .service-img-icon {
  width: 60px;
  margin: 0 auto 20px;
}
.rs-services-style3.services-right {
  text-align: right;
}
.rs-services-style3.services-right .services-item .services-icon {
  margin-left: auto;
  margin-right: 0;
}
.rs-services-style3.services-left {
  background: #1f2839;
  transition: 0.4s;
}
.rs-services-style3.services-left.dark-bg {
  background: #282828;
}
.rs-services-style3.services-left .services-item {
  display: -ms-flexbox;
  display: flex;
}
.rs-services-style3.services-left .services-icon {
  margin-right: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .rs-services-style3.services-left .services-icon {
    margin-right: 15px;
  }
}
.rs-services-style3.services-left .services-icon .service-img-icon img {
  width: 64px;
}
.rs-services-style3.services-left:hover .services-icon:before {
  background: #ffffff;
}
.rs-services-style3.services-left:hover .services-icon i {
  color: #ffffff !important;
}
.service-carousel .owl-stage-outer,
.department-carousel .owl-stage-outer {
  overflow: hidden;
}
.service-carousel .rs-services-style3,
.department-carousel .rs-services-style3 {
  max-width: 100%;
}
.rs-about .about-skill {
  padding: 25px 30px 40px;
  width: 420px;
  background: #444444;
  opacity: 0.9;
  position: absolute;
  top: 100%;
  right: -100px;
  overflow: hidden;
  transform: translateY(-40%);
  -webkit-transform: translateY(-40%);
  z-index: 10;
  box-shadow: 9px 15px 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 9px 15px 15px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 9px 15px 15px rgba(0, 0, 0, 0.2);
}
.rs-about .about-skill h2 {
  font-size: 25px !important;
  margin: 0px 0 50px !important;
  color: #ffffff !important;
  font-weight: 600 !important;
}
.rs-about .about-skill.vc_progress_bar .vc_single_bar {
  line-height: 7px !important;
  height: 7px !important;
  background: #fff !important;
}
.rs-about .about-skill.vc_progress_bar .vc_single_bar .vc_label {
  color: #fff !important;
}
.service-carousel {
  position: relative;
  z-index: 1;
}
.service-carousel .single-postion {
  position: relative;
}
.service-carousel .single-postion:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 100%;
  background: rgba(16, 16, 16, 0.7);
  z-index: 1;
  position: absolute;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
}
.service-carousel .single-postion .position-details .hover-text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 101%;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  z-index: 1;
  padding: 0 15px;
}
.service-carousel .single-postion .position-details .hover-text p {
  color: #ccc;
  margin: 0 0 8px;
}
.service-carousel .single-postion .position-details .hover-text .link a {
  font-weight: 600;
}
.service-carousel .single-postion .position-details .hover-text .link i {
  font-weight: 700;
  color: #b69d74;
  display: inline-block;
  position: relative;
  padding-left: 5px;
}
.service-carousel .single-postion .position-details h4 {
  margin: 0 0 8px;
  color: #b69d74;
}
.service-carousel .single-postion .position-details h4.htitle {
  background: rgba(16, 16, 16, 0.7);
  color: #fff;
  height: 70px;
  line-height: 70px !important;
  position: relative;
  z-index: 11;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.service-carousel .single-postion .position-details h4.htitle a {
  color: #ffffff !important;
}
.service-carousel .single-postion:hover:before {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.service-carousel .single-postion:hover a:hover {
  color: #b69d74 !important;
}
.service-carousel .single-postion:hover .position-details h4.htitle {
  display: none;
}
.service-carousel .single-postion:hover .position-details .hover-text {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.slider-services-style2 {
  background: transparent;
  margin-bottom: 30px;
  padding: 51px 30px 50px;
  transition: all 0.3s ease 0s;
  background-image: url(../images/test_wraper_bg.png);
  background-repeat: repeat;
  position: relative;
  text-align: center;
}
.slider-services-style2:before {
  background: url(../images/practice-item-bg.png);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 260px;
  height: 286px;
}
.slider-services-style2 .service-img {
  overflow: hidden;
}
.slider-services-style2 .service-img img {
  max-width: 100%;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  width: 36px;
  margin: 0 auto;
}
.slider-services-style2 .services-desc {
  position: relative;
  z-index: 1;
  padding: 0 20px;
}
.slider-services-style2 .services-desc .services-title {
  margin-top: 18px;
  margin-bottom: 4px;
  font-size: 20px;
}
.slider-services-style2 .services-desc .services-title a {
  color: #1f2839;
}
.slider-services-style2 .services-desc .services-title a:hover {
  color: #b69d74;
}
.slider-services-style2 .services-desc .readon {
  height: 44px;
  line-height: 42px;
  margin-bottom: 25px;
}
.slider-services-style2 .services-desc .readon:hover {
  padding-right: 45px;
}
.slider-services-style2 .services-desc p {
  margin: 0 0 20px;
}
.service-carousel .owl-stage-outer,
.department-carousel .owl-stage-outer {
  overflow: hidden;
}
.service-carousel .owl-nav.disabled,
.department-carousel .owl-nav.disabled {
  display: none;
}
.service-carousel .owl-dots,
.department-carousel .owl-dots {
  text-align: center;
  margin-top: 25px;
}
.service-carousel .owl-dots .owl-dot,
.department-carousel .owl-dots .owl-dot {
  height: 8px;
  width: 20px;
  border-radius: 30px;
  border: 1px solid #b69d74;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}
.service-carousel .owl-dots .owl-dot.active,
.department-carousel .owl-dots .owl-dot.active {
  background: #b69d74;
  cursor: inherit;
}
.service-carousel .rs-services-style3,
.department-carousel .rs-services-style3 {
  max-width: 100%;
}
.light-arrow .owl-carousel .owl-nav [class*="owl-"] {
  background: #fbfbfb !important;
  color: #1f2839;
}
.light-arrow .owl-carousel .owl-nav [class*="owl-"]:hover {
  background: #fff !important;
  color: #1f2839;
}
.department-carousel .department-item {
  padding: 50px 30px 35px;
  text-align: center;
}
.department-carousel .department-item .department-img img {
  transition: all 0.7s;
  transform: scale(1);
  max-width: 64px;
}
.department-carousel .department-item .department-desc .services-title {
  margin: 17px 0 15px;
}
.department-carousel .department-item .department-desc .services-title a:hover {
  opacity: 0.85;
}
.department-carousel .department-item .department-desc p {
  margin-bottom: 15px;
}
.department-carousel .department-item:hover .department-img img {
  transform: scale(0.9);
}
.department-carousel .department-item:hover .service-readon {
  padding-right: 24px;
}
.department-carousel .department-item .service-readon {
  color: #fff;
  padding: 6px 17px;
  display: inline-block;
  font-size: 20px;
  margin-top: 0px;
  border-radius: 18px;
  margin-bottom: 20px;
  position: relative;
}
.department-carousel .department-item .service-readon:after {
  position: absolute;
  height: 100%;
  right: 0;
  opacity: 1;
  top: 4px;
  font-size: 14px;
  content: "\f133";
  font-family: Flaticon;
  display: inline-block;
  font-weight: normal;
}
.department-carousel .owl-nav .owl-next {
  position: absolute;
  right: -20px;
  top: 50%;
  color: #fff;
  transition: all 0.4s;
  opacity: 0;
  cursor: pointer;
  background: #b69d74;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  text-align: center;
  transform: translateY(-50%);
}
.department-carousel .owl-nav .owl-next i:before {
  font-size: 20px;
}
.department-carousel .owl-nav .owl-prev {
  position: absolute;
  left: -20px;
  top: 50%;
  color: #fff;
  background: #b69d74;
  transition: all 0.4s;
  opacity: 0;
  cursor: pointer;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  text-align: center;
  transform: translateY(-50%);
}
.department-carousel .owl-nav .owl-prev i:before {
  font-size: 20px;
}
.department-carousel:hover .owl-nav .owl-next {
  right: -40px;
  opacity: 1;
}
.department-carousel:hover .owl-nav .owl-prev {
  left: -40px;
  opacity: 1;
}
.rs-partner .partner-carousel .partner-item a img {
  width: 150px;
  filter: grayscale(100%);
  transition: all .5s ease;
}
.rs-partner .partner-carousel .partner-item a:hover img {
  filter: grayscale(0);
}
.rs-services-style4 {
  position: relative;
  transition: all .5s ease;
  padding: 50px 30px 20px;
  margin-bottom: 0;
  overflow: hidden;
  background-size: cover;
}
.rs-services-style4 .bg-img {
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: all .5s ease;
}
.rs-services-style4 .services-item .services-icon i {
  font-size: 50px;
}
.rs-services-style4 .services-item .services-icon i {
  color: #b69d74;
  font-size: 55px;
  display: block;
  color: #ffffff;
  border-radius: 50%;
  font-size: 30px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
}
.rs-services-style4 .services-item .services-desc {
  transition: all .5s ease;
}
.rs-services-style4 .services-item .services-desc p {
  padding: 0 50px;
}
.rs-services-style4 .services-item .services-desc .services-title {
  font-size: 20px;
  margin: 10px 0 10px;
  line-height: normal;
  color: #1f2839;
  font-weight: 500;
}
.rs-services-style4 .services-item .services-desc .services-title a {
  color: #1f2839;
}
.rs-services-style4.services-center {
  border-radius: 5px;
  position: relative;
}
.rs-services-style4.services-center:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background: #263043;
  transition: all 0.3s ease 0s;
}
.rs-services-style4.services-center .services-icon,
.rs-services-style4.services-center .services-title,
.rs-services-style4.services-center .services-desc {
  position: relative;
  z-index: 10;
}
.rs-services-style4.services-center .services-icon {
  text-align: center;
}
.rs-services-style4.services-center .services-icon img {
  width: 60px;
}
.rs-services-style4.services-center .services-title2 {
  text-align: center;
}
.rs-services-style4.services-center .services-desc {
  text-align: center;
}
.rs-services-style4.services-center .contact-phone a {
  color: #767676;
}
.rs-services-style4.services-center .contact-phone a:hover {
  color: #b69d74;
}
.rs-services-style4.services-center:hover:before {
  background: #263043;
}
.rs-services-style4.services-left {
  position: relative;
}
.rs-services-style4.services-left:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background: rgba(51, 51, 51, 0.9);
  transition: all 0.3s ease 0s;
}
.rs-services-style4.services-left .services-item .services-icon,
.rs-services-style4.services-left .services-item .services-title,
.rs-services-style4.services-left .services-item .services-desc {
  position: relative;
  z-index: 10;
}
.rs-services-style4.services-left .services-item .services-icon i {
  text-align: left;
}
.rs-services-style4.services-left .services-item .services-title {
  text-align: left;
  margin: 10px 0 8px;
}
.rs-services-style4.services-left .services-item .services-desc {
  text-align: left;
}
.rs-services-style4.services-left:hover:before {
  background: rgba(141, 110, 99, 0.9);
}
.rs-services-style4.services-right {
  overflow: hidden;
}
.rs-services-style4.services-right .services-item .services-icon {
  margin-left: auto;
  margin-right: 0;
  width: 70px;
}
.rs-services-style4.services-right .services-item .services-title {
  text-align: right;
  margin: 0;
}
.rs-services-style4.services-right .services-item .services-desc {
  text-align: right;
}
.rs-services-style4:hover .bg-img {
  opacity: 1;
}
.contact-item-inner .rs-services-style4.services-center:before {
  background: #ffffff;
}
.rs-services-style3 .services-item:hover .services-desc .services-title a {
  color: #b69d74 !important;
}
.services-style-home1 {
  position: relative;
  transition: all .5s ease;
  padding: 40px 40px 30px;
  margin-bottom: 0;
  overflow: hidden;
  background: #263043;
}
.services-style-home1 .services-item {
  display: flex;
}
.services-style-home1 .services-item .services-title {
  font-size: 20px;
  margin: 0 0 8px;
  line-height: normal;
  color: #b69d74;
}
.services-style-home1 .services-item .services-title a {
  color: #b69d74;
}
.services-style-home1 .services-item p {
  color: #d1d1d1;
}
.services-style-home1 .services-item:hover a {
  color: #b69d74 !important;
}
.services-style-home1 .services-item .services-icon {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 0 0;
}
.services-style-home1 .services-item .services-icon i {
  color: #1f2839;
  background-color: transparent;
  font-size: 30px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  text-align: center;
  float: left;
  margin-right: 12px;
}
.services-style-home1 .services-item .service-img-icon {
  margin: 15px;
}
.services-style-home1 .services-item .services-desc {
  transition: all .5s ease;
  margin-top: 10px;
  margin-left: 20px;
}
.rs-services-style5 {
  position: relative;
  transition: all .5s ease;
  padding: 0px 10px 0;
  margin-bottom: 0;
  overflow: hidden;
}
.rs-services-style5 .bg-img {
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: all .5s ease;
}
.rs-services-style5 .services-item .services-title {
  font-size: 20px;
  margin: 0;
  line-height: normal;
  color: #1f2839;
}
.rs-services-style5 .services-item .services-title a {
  color: #1f2839;
}
.rs-services-style5 .services-item .services-icon {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 0 0;
}
.rs-services-style5 .services-item .services-icon i {
  color: #1f2839;
  background-color: transparent;
  font-size: 30px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  text-align: center;
  float: left;
  margin-right: 12px;
}
.rs-services-style5 .services-item .services-desc {
  transition: all .5s ease;
}
.rs-services-style5.services-left {
  margin-bottom: 15px;
}
.rs-services-style5.services-left .services-item .services-title2 {
  text-align: left;
  margin: 0 0 10px;
}
.rs-services-style5.services-left .services-item .services-desc {
  text-align: left;
  padding-right: 0;
}
.rs-services-style5.services-left .services-item .services-desc p {
  margin-bottom: 15px;
}
.rs-services-style5.services-right {
  margin-bottom: 30px;
}
.rs-services-style5.services-right .services-item {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}
.rs-services-style5.services-right .services-item .services-title2 {
  text-align: right;
  margin: 0 0 12px;
}
.rs-services-style5.services-right .services-item .services-icon {
  margin-top: 7px;
}
.rs-services-style5.services-right .services-item .services-desc {
  text-align: right;
  width: calc(100% - 70px);
  padding-right: 30px;
  padding-left: 0;
}
.rs-services-style5:hover .bg-img {
  opacity: 1;
}
.rs-services-bg-style {
  position: relative;
  transition: all .5s ease;
  padding: 35px 30px 5px;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 0 0 20px 0;
  background: #b69d74;
}
.rs-services-bg-style:before {
  position: absolute;
  content: "";
  top: -14px;
  left: -7px;
  width: 100%;
  height: 100%;
  background: #b69d74;
  opacity: 1;
  border-radius: 0 0 100px 0;
  transform: rotate(4deg);
}
.rs-services-bg-style:after {
  position: absolute;
  content: "";
  top: -6px;
  left: -30px;
  width: 100%;
  height: 100%;
  background: #b69d74;
  opacity: 1;
  border-radius: 0 0 84px 0;
  transform: rotate(-3deg);
}
.rs-services-bg-style .services-item {
  position: relative;
  z-index: 1;
}
.rs-services-bg-style .services-item .services-title {
  font-size: 20px;
  margin: 0;
  line-height: normal;
  color: #1f2839;
}
.rs-services-bg-style .services-item .services-title a {
  color: #1f2839;
}
.rs-services-bg-style .services-item .services-icon {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 0 12px;
}
.rs-services-bg-style .services-item .services-icon i {
  color: #1f2839;
  background-color: transparent;
  font-size: 40px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  text-align: center;
  float: left;
  margin-right: 12px;
}
.rs-services-bg-style .services-item .services-desc {
  transition: all .5s ease;
}
.service-img-icon-six img {
  max-width: 55px;
}
.service-img-icon-six h3.services-title {
  line-height: 28px !important;
}
.rs-services .services-style-9 .services-wrap {
  padding: 78px 35px 45px 35px;
  border-bottom-width: 4px;
  transition: all 0.3s ease 0s;
  box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.04);
  position: relative;
  background: #fff;
  border-radius: 7px;
}
.rs-services .services-style-9 .services-wrap:after {
  content: "";
  width: 0;
  height: 4px;
  background: #b69d74;
  position: absolute;
  transition: all 0.5s ease 0s;
  bottom: 0;
  left: 50%;
  z-index: 9;
  transform: translateX(-50%);
}
.rs-services .services-style-9 .services-wrap .services-item .services-icon {
  width: 90px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: -45px;
  transform: translateX(-50%);
  background: #fff;
  transition: all 0.3s ease 0s;
  height: 90px;
  line-height: 90px;
  text-align: center;
  background: #b69d74;
  border-radius: 100%;
}
.rs-services .services-style-9 .services-wrap .services-item .services-icon img {
  max-width: 45px;
}
.rs-services .services-style-9 .services-wrap .services-item .services-desc {
  max-width: 245px;
  margin: auto;
}
.rs-services .services-style-9 .services-wrap .services-item .services-desc .services-title {
  margin-bottom: 15px;
  font-size: 20px;
}
.rs-services .services-style-9 .services-wrap .services-item .services-desc .services-title.title-upper {
  text-transform: uppercase;
}
.rs-services .services-style-9 .services-wrap .services-item .services-desc .services-title a:hover {
  color: #b69d74;
}
.rs-services .services-style-9 .services-wrap .services-item .services-desc p {
  margin-bottom: 0;
}
.rs-services .services-style-9 .services-wrap:hover:after {
  width: 100%;
}
.rs-services .services-style-9 .services-wrap:hover .services-item .services-icon {
  top: -35px;
}
.rs-services .services-style-9.services-center .services-desc {
  text-align: center;
}
.rs-services-style6 .services-item {
  margin-bottom: 0px;
  border-left: 0 !important;
  padding-left: 0 !important;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
}
.rs-services-style6 .services-icon {
  font-size: 30px;
  color: #b69d74;
  margin-right: 20px;
}
.rs-services-style6 .services-title {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 20px !important;
}
/*Counter Style*/
.counter-top-area {
  background-size: 100%;
  background-repeat: no-repeat;
}
.counter-top-area .count-number span {
  margin: 5px 0 6px;
  display: inline-block;
  font-size: 30px;
  font-family: 'Playfair Display', serif !important;
}
.counter-top-area .count-number h4 {
  font-weight: 400 !important;
}
.counter-top-area.right .rs-counter-list {
  text-align: right;
}
.counter-top-area .counter-icon img {
  max-width: 90px;
}
.counter-top-area.border-style {
  border: 1px solid #f7efef;
  padding: 30px 20px 8px;
  transition: all 0.3s ease 0s;
  border-radius: 7px;
}
.counter-top-area.border-style:hover {
  border-color: #b69d74 !important;
}
.counter-top-area.border-style.right {
  text-align: right;
}
.counter-top-area.style3,
.counter-top-area.style1 {
  padding: 15px 20px 15px;
}
.counter-top-area.style3.left .rs-counter-list,
.counter-top-area.style1.left .rs-counter-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.counter-top-area.style3.left .count-text,
.counter-top-area.style1.left .count-text {
  margin-left: 20px;
}
.counter-top-area.style3.left h3,
.counter-top-area.style1.left h3 {
  margin-bottom: 0;
}
.counter-top-area.style2 .rs-counter-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.counter-top-area.style2 .rs-counter-list .count-icon {
  display: inline-block;
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
  margin-top: 5px;
}
.counter-top-area.style2 .rs-counter-list .count-icon:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 60px;
  background: #b69d74;
  top: 2px;
  right: 0;
}
.counter-top-area.style2 .rs-counter-list .counter-icon {
  max-width: 90px;
  margin-right: 15px;
}
.counter-top-area.style2 .rs-counter-list .count-text {
  text-align: left;
  display: inline-block;
}
.counter-top-area.style2.border-style {
  padding: 20px 20px 8px;
}
.counter-top-area.style2.text-center .count-text {
  text-align: center;
}
.counter-top-area.style2.right .count-text {
  text-align: right;
}
.counter-top-area.style3 {
  box-shadow: none;
}
.style-bg .counter-top-area {
  padding: 60px 0 30px;
}
.style-bg .counter-top-area .count-number h3 {
  margin: 0;
}
.rs-popular-yoga-classes .single-service {
  position: relative;
  overflow: hidden;
}
.rs-popular-yoga-classes .single-service:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 100%;
  background: rgba(16, 16, 16, 0.7);
  z-index: 1;
  position: absolute;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
}
.rs-popular-yoga-classes .single-service .service-content .hover-text {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  max-width: 350px;
  margin: 0 auto;
  top: 101%;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  padding: 0 15px;
}
.rs-popular-yoga-classes .single-service .service-content .hover-text h4 {
  margin: 0 0 4px;
  color: #fff;
}
.rs-popular-yoga-classes .single-service .service-content .hover-text p {
  color: #ccc;
  margin: 0 0 28px;
}
.rs-popular-yoga-classes .single-service .service-content .hover-text .link {
  display: block;
}
.rs-popular-yoga-classes .single-service .service-content .hover-text .link a {
  display: inline-block;
  border: 1px solid #b69d74;
  color: #fff;
  border-radius: 30px;
  padding: 6px 15px;
  padding: 10px 28px;
  background: transparent;
}
.rs-popular-yoga-classes .single-service .service-content .hover-text .link a:hover {
  background: #b69d74;
}
.rs-popular-yoga-classes .single-service .service-content .htitle {
  color: #fff;
  z-index: 11;
  margin: 0;
  position: absolute;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.rs-popular-yoga-classes .single-service .service-content .htitle a {
  color: #fff;
  background: #b69d74;
  padding: 4px 20px;
  border-radius: 5px 5px 0 0;
}
.rs-popular-yoga-classes .single-service:hover:before {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.rs-popular-yoga-classes .single-service:hover .htitle {
  opacity: 0;
  visibility: hidden;
}
.rs-popular-yoga-classes .single-service:hover .service-content .hover-text {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
}
/* -------------------------------- 

Vertical Timeline CSS

-------------------------------- */
@media only screen and (min-width: 1170px) {
  .cd-is-hidden {
    visibility: hidden;
  }
}
.cd-timeline {
  overflow: hidden;
  margin: 2em auto;
}
.cd-timeline__container {
  position: relative;
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0;
}
.cd-timeline__container iframe {
  margin-bottom: 15px;
}
.cd-timeline__container::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #1f2839;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline {
    margin-top: 34px;
    margin-bottom: 3em;
  }
  .cd-timeline__container::before {
    left: 50%;
    margin-left: -2px;
  }
}
.cd-timeline__block {
  position: relative;
  margin: 80px 0;
}
.cd-timeline__content .event-shedule-info {
  color: #fff;
}
.cd-timeline__content .event-shedule-info .speaker-name,
.cd-timeline__content .event-shedule-info .speaker-name a {
  color: #f5f5f5;
  margin-bottom: 0;
  font-size: 14px;
  padding-bottom: 0;
}
.cd-timeline__content .event-shedule-info .event-des {
  font-size: 15px;
  line-height: 22px;
}
.cd-timeline__content .event-shedule-info .event-title {
  color: #fff !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  font-size: 24px;
}
.cd-timeline__content .event-shedule-info .event-title a {
  color: #fff !important;
}
.cd-timeline__content .event-shedule-info p {
  margin-top: 10px;
}
.cd-timeline__block:after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}
.cd-timeline__block:first-child {
  margin-top: 0;
}
.cd-timeline__block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline__block {
    margin: 4em 0;
  }
}
.cd-timeline__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cd-timeline__img img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
  margin-left: 0;
  margin-top: 0;
  border-radius: 100% !important;
}
.cd-timeline__img.cd-timeline__img--picture {
  background: #1f2839;
}
.cd-timeline__img.cd-timeline__img--picture span {
  color: #fff;
}
.cd-timeline__img.cd-timeline__img--movie {
  background: #c03b44;
}
.cd-timeline__img.cd-timeline__img--location {
  background: #f0ca45;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline__img {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    left: 50%;
    margin-left: -40px;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .cd-timeline__img.cd-timeline__img--bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}
@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline__content {
  position: relative;
  margin-left: 60px;
  background: #f3f5f4;
  border-radius: 0.25em;
  padding: 1em;
  border-top: 4px solid #1f2839;
}
.cd-timeline__content .short-info {
  background: #f3f5f4;
  padding: 20px 20px 0;
}
.cd-timeline__content .short-info h3 {
  color: #1f2839;
  font-size: 20px;
  line-height: 28px !important;
  margin-bottom: 14px;
}
.cd-timeline__content .short-info h3 a {
  color: #1f2839;
}
.cd-timeline__content .short-info .career_thumb {
  margin-bottom: 23px;
}
.cd-timeline__content .cd_timeline_desc {
  margin-left: 60px;
  background: #f3f5f4;
  border-radius: 0.25em;
  padding: 20px;
  font-size: 16px;
  color: #1f2839;
  opacity: 1;
  border-top: 4px solid #1f2839;
}
.cd-timeline__content .cd_timeline_desc h3 {
  color: #1f2839;
  font-size: 20px;
  line-height: 28px !important;
  margin-bottom: 14px;
}
.cd-timeline__content .cd_timeline_desc p {
  font-size: 16px;
  color: #1f2839;
}
.cd-timeline__content:after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}
.cd-timeline__content::before {
  /* triangle next to content block */
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 15px solid transparent;
  border-right: 15px solid  #f3f5f4;
}
.cd-timeline__content h2 {
  color: #fff;
}
.cd-timeline__content p,
.cd-timeline__read-more,
.cd-timeline__date {
  font-size: 16px;
  color: #1f2839;
}
.cd-timeline__read-more,
.cd-timeline__date {
  display: inline-block;
}
.cd-block-start {
  padding-bottom: 100px;
}
.cd-block-start .cd-timeline__img {
  line-height: 24px;
  padding: 10px;
}
.cd-block-start .cd-timeline__img .timeline-year {
  position: relative;
  top: 5px;
}
.cd-block-done {
  padding-bottom: 80px;
}
.cd-timeline__read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}
.cd-timeline__read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline__date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}
@media only screen and (min-width: 768px) {
  .cd-timeline__content h2 {
    font-size: 2rem;
  }
  .cd-timeline__content p {
    font-size: 16px;
    color: #1f2839;
  }
  .cd-timeline__read-more,
  .cd-timeline__date {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline__content {
    margin-left: 0;
    padding: 0;
    width: 43%;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .cd-timeline__content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #f3f5f4;
  }
  .cd-timeline__read-more {
    float: left;
  }
  .cd-timeline__date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 1.6rem;
  }
  .cd-timeline__block:nth-child(odd) .cd-timeline__content {
    float: right;
  }
  .cd-timeline__block:nth-child(odd) .cd-timeline__content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #f3f5f4;
  }
  .cd-timeline__block:nth-child(odd) .cd-timeline__read-more {
    float: right;
  }
  .cd-timeline__block:nth-child(odd) .cd-timeline__date {
    left: auto;
    right: 133%;
    text-align: left;
  }
  .cd-timeline__content.cd-timeline__content--bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}
@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cd-timeline__block:nth-child(odd) .cd-timeline__content.cd-timeline__content--bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/* -------------------------------- 

Horizontal Timeline CSS

-------------------------------- */
.wrap-list {
  overflow-x: hidden;
}
.wrap-index {
  overflow-x: hidden;
  -webkit-box-sizing: unset !important;
  -moz-box-sizing: unset !important;
  box-sizing: unset !important;
}
.over-wrap-index .prev {
  position: absolute;
  left: -1px;
  top: 61%;
  transform: translateY(-50%);
  font-size: 30px;
  background: #1f2839;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}
.over-wrap-index .prev:hover {
  color: #b69d74;
}
.over-wrap-index .prev.disabled {
  background: #f2f2f2;
  cursor: default;
  color: #fff !important;
}
.over-wrap-index .next {
  position: absolute;
  right: -1px;
  top: 61%;
  transform: translateY(-50%);
  font-size: 30px;
  background: #1f2839;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}
.over-wrap-index .next:hover {
  color: #b69d74;
}
.over-wrap-index .next.disabled {
  background: #f2f2f2;
  cursor: default;
  color: #fff !important;
}
.over-wrap-list {
  position: relative;
}
.over-wrap-list .prev,
.over-wrap-list .next {
  position: absolute;
  top: 50%;
  margin-top: -80px;
  font-size: 80px;
  text-decoration: none;
  color: #A09F9F;
  text-shadow: 1px 1px #fff;
}
.over-wrap-list .prev.disabled,
.over-wrap-list .next.disabled {
  color: #DFDFDF;
}
.over-wrap-list .prev {
  left: 30px;
}
.over-wrap-list .prev:active {
  left: 29px;
}
.over-wrap-list .next {
  right: 30px;
}
.over-wrap-list .next:active {
  right: 29px;
}
.over-wrap-index {
  position: relative;
}
.over-wrap-index:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 200px;
  z-index: 999;
  background: url('../images/about-overlay-l.png') 0px top no-repeat;
  background-size: cover;
  background-position-x: right;
  display: none;
}
.over-wrap-index:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 200px;
  z-index: 999;
  background: url('../images/about-overlay-r.png') right top no-repeat;
  background-size: cover;
  background-position-x: left;
  display: none;
}
ul.index {
  padding-left: 0;
  list-style: none;
  font-size: 0;
  position: relative;
  padding-top: 30px;
  padding-bottom: 50px;
}
ul.index li {
  font-size: 14px;
  display: inline-block;
  width: 200px;
  text-align: center;
  position: relative;
  vertical-align: bottom;
  padding-bottom: 15px;
  min-height: 40px;
}
ul.index li:after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #1f2839;
  position: absolute;
  bottom: -8px;
  left: 90px;
  z-index: 99;
  overflow: hidden;
}
.content-wrap {
  display: flex;
}
.content-wrap.col-full {
  display: block;
}
.content-wrap .date {
  margin-left: 15px;
  background: transparent;
  color: #777;
  font-size: 100%;
}
.content-wrap .clear-both {
  clear: both;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 13px;
  display: block;
  max-width: 360px;
}
.content-wrap .career-title {
  text-transform: capitalize;
  color: #1f2839;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 8px;
}
.col-left {
  width: 45%;
  padding-right: 35px;
}
.col-right {
  width: 55%;
  padding-left: 15px;
}
ul.index li.active:after {
  background: #1f2839;
}
ul.index li a {
  text-decoration: none;
  font-size: 24px;
  color: #646464;
  outline: none;
}
ul.index li a:hover {
  color: #7e7e7e;
}
ul.index li.active a {
  font-size: 48px;
  color: #1f2839;
}
ul.index:after {
  content: "";
  position: absolute;
  bottom: 0px;
  height: 50px;
  left: 0;
  right: 0;
  border-top: 1px dotted #1f2839;
}
ul.list {
  padding-left: 0;
  list-style: none;
  font-size: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
ul.list > li {
  font-size: 14px;
  display: inline-block;
  padding-top: 20px;
  vertical-align: top;
}
ul.list > li .image {
  width: 200px;
  float: left;
  position: relative;
  z-index: 2;
}
.over-wrap-list iframe {
  display: none;
}
.over-wrap-list .show-me iframe {
  display: block !important;
}
.content-wrap .post_image,
.content-wrap .content {
  display: none;
}
.content-wrap .post_image img {
  border-radius: 5px;
}
.over-wrap-list .show-me .content-wrap .post_image,
.over-wrap-list .show-me .content-wrap .content {
  display: block !important;
}
#wrap-list iframe {
  margin-top: 10px;
}
ul.list > li .image:before,
ul.list > li .image:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 50%;
  height: 80%;
  max-height: 60px;
  -webkit-box-shadow: 0 15px 40px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 15px 40px 5px rgba(0, 0, 0, 0.5);
  bottom: 20px;
}
ul.list > li .image:before {
  left: 20px;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
ul.list > li .image:after {
  right: 20px;
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
}
ul.list > li .image img {
  min-width: 100%;
  min-height: 150px;
  display: block;
  max-width: 100%;
  height: auto;
  border: 1px solid #C0C0C0;
  padding: 7px;
  background: #1f2839;
  border-radius: 2px;
}
ul.list > li .content {
  color: #767676;
  font-size: 16px;
  line-height: 28px;
}
ul.list > li .content .title {
  text-transform: capitalize;
  color: #1f2839;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 5px;
}
.designation {
  color: #777;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 30px;
  float: left;
}
.designation i {
  margin-right: 10px;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.one-line {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.arrow-up {
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-style: none;
}
.arrow-down {
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-style: none;
}
.arrow-right {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-style: none;
}
.arrow-left {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-style: none;
}
.arrow {
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  border-color: white;
  border-width: 5px;
  border-style: solid;
}
.arrow.up {
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-style: none;
}
.arrow.down {
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-style: none;
}
.arrow.right {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-style: none;
}
.arrow.left {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-style: none;
}
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   Responsive
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* ==========================================================================
   End Horizontal timeline
========================================================================== */
/*--------------------------------------------------------------
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-2 {
  position: relative;
}
.rs-video-2 .video-desc {
  position: absolute;
  top: 70%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
  font-size: 20px;
}
.rs-video-2 .overly-border {
  border: 1px solid #b69d74;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  z-index: 0;
}
.rs-video-2 .video-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
}
.rs-video-2 .video-content h4 {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 30px;
  color: #fff;
}
.rs-video-2:hover .popup-videos {
  animation-duration: 0.8s;
}
.rs-video-2 .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: #b69d74;
}
.rs-video-2 .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-2 .popup-videos:before {
  background: #b69d74;
  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-2 .popup-videos i {
  text-indent: 5px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  font-size: 30px;
  color: #1f2839;
  position: relative;
}
.rs-video-2 .popup-videos i:before {
  color: #1f2839;
}
.rs-video-2 .popup-videos:hover {
  border-color: rgba(255, 255, 255, 0.7);
}
.rs-video-2 .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-2:hover .overly-border:before,
.rs-video-2:hover .overly-border:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.rs-video-2.Style2 .video-circle1 {
  height: 415px;
  width: 415px;
  animation: banner-right-circle 5s linear infinite;
}
.rs-video-2.Style2 .video-circle1,
.rs-video-2.Style2 .video-circle2 {
  border: 1px solid #b69d74;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: banner-right-circle 5s linear infinite;
  z-index: 1;
}
.rs-video-2.Style2 .video-circle2 {
  height: 350px;
  width: 350px;
  animation: banner-right-circle2 5s linear infinite;
}
@keyframes banner-right-circle {
  0% {
    height: 250px;
    width: 250px;
    opacity: 1;
  }
  100% {
    height: 415px;
    width: 415px;
    opacity: .1;
  }
}
@keyframes banner-right-circle2 {
  0% {
    height: 150px;
    width: 150px;
    opacity: 1;
  }
  100% {
    height: 405px;
    width: 405px;
    opacity: .1;
  }
}
.readon {
  background: #b69d74;
  line-height: normal;
  color: #ffffff;
  transition: all 0.3s ease 0s;
  border-radius: 3px;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  position: relative;
  font-weight: 400;
  padding-right: 50px;
  display: inline-block;
}
.readon:before {
  position: absolute;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  right: 25px;
  opacity: 1;
  font-size: 15px;
  content: "\f133";
  font-family: Flaticon;
  display: inline-block;
  font-weight: normal;
}
.readon:hover {
  color: #ffffff;
}
.readon:hover:before {
  right: 20px;
}
.service-readon {
  line-height: normal;
  color: #b69d74;
  transition: all 0.3s ease 0s;
  border-radius: 3px;
  padding: 0 14px;
  height: 40px;
  line-height: 37px;
  position: relative;
  font-weight: 400;
  padding-right: 40px;
  display: inline-block;
  border: 1px solid #b69d74;
}
.service-readon:before {
  position: absolute;
  height: 100%;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  right: 20px;
  opacity: 1;
  top: 2px;
  font-size: 15px;
  content: "\f133";
  font-family: Flaticon;
  display: inline-block;
  font-weight: normal;
}
.service-readon:hover {
  color: #b69d74;
}
.service-readon:hover:before {
  right: 15px;
}
.remove-box-shadow .readon {
  box-shadow: none;
}
.transparent-btn {
  background: #ffffff;
  color: #767676;
  border: 1px solid;
  border-color: #b69d74;
  border-radius: 3px;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 500;
}
.transparent-btn:before {
  position: absolute;
  height: 100%;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  right: 50px;
  opacity: 0;
  top: 0px;
  content: "\f054";
  font-size: 15px;
  font-family: fontawesome;
}
.transparent-btn:hover {
  padding-right: 40px;
  border-color: #b69d74;
  background: #b69d74;
  color: #ffffff;
}
.transparent-btn:hover:before {
  right: 20px;
  opacity: 1;
}
/*--------------------------------
    Latest News
----------------------------------*/
.rs-latest-news .news-normal-block {
  padding: 0px;
  transition: 0.3s;
  background-size: cover !important;
}
.rs-latest-news .news-normal-block .news-img {
  margin-bottom: 0px;
  padding: 13px 13px 8px;
}
.rs-latest-news .news-normal-block .news-img img {
  width: 100%;
}
.rs-latest-news .news-normal-block .news-info {
  padding: 50px 30px;
  padding-right: 30%;
  color: #fff;
}
.rs-latest-news .news-normal-block .news-info a {
  color: #fff;
}
.rs-latest-news .news-normal-block .news-info a:hover {
  color: #b69d74;
}
.rs-latest-news .news-normal-block .news-info .categories {
  font-size: 16px;
  margin: 0 0 16px;
}
.rs-latest-news .news-normal-block .news-title {
  font-size: 28px;
  margin-bottom: 20px;
  line-height: 38px !important;
}
.rs-latest-news .news-normal-block .news-title a:hover,
.rs-latest-news .news-normal-block .news-title a:focus {
  color: #b69d74;
}
.rs-latest-news .news-normal-block .news-desc p {
  margin-bottom: 30px;
}
.rs-latest-news .news-normal-block .news-btn a {
  display: inline-block;
  margin-left: auto;
  padding: 4px 20px;
  font-size: 13px;
  text-decoration: none;
  background-color: #b69d74;
  color: #fff;
  border-radius: 35px;
}
.rs-latest-news .news-normal-block .news-btn a:hover {
  background-color: #1f2839;
}
.rs-latest-news .news-list-block .news-list-item {
  transition: 0.3s;
  background: #fff;
}
.rs-latest-news .news-list-block .news-list-item:hover {
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.rs-latest-news .news-list-block .news-list-item .news-title {
  font-size: 18px !important;
  margin-bottom: 10px;
}
.rs-latest-news .news-list-block .news-list-item .news-title a {
  color: #212121;
}
.rs-latest-news .news-list-block .news-list-item .news-title a:hover,
.rs-latest-news .news-list-block .news-list-item .news-title a:focus {
  color: #b69d74;
}
.rs-latest-news .news-list-block .news-list-item .news-desc p {
  margin-bottom: 0;
}
.rs-latest-news .news-list-block .news-list-item .categories {
  font-size: 14px;
  margin: 0 0 10px;
}
.rs-latest-news .news-list-block .news-list-item .categories a {
  color: #181818;
}
.rs-latest-news .news-list-block .news-list-item .categories a:hover {
  color: #b69d74;
}
.rs-latest-news .news-list-block .news-list-item .news-content {
  padding: 20px;
  background: #ffffff;
}
.latest-news-slider .news-normal-block {
  box-shadow: none !important;
}
.latest-news-slider .slick-arrow {
  position: absolute;
  z-index: 11;
  bottom: 0;
  right: -104px;
  height: 42px;
  width: 42px;
  font-size: 0;
  border: 0;
  background-color: rgba(0, 0, 0, 0.1);
  color: #b69d74;
  cursor: pointer;
  outline: 0;
  border-radius: 50%;
  transition: 0.3s;
  top: auto;
}
.latest-news-slider .slick-arrow:after {
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 22px;
  color: inherit;
  text-indent: 2px;
}
.latest-news-slider .slick-arrow.slick-prev {
  left: auto;
}
.latest-news-slider .slick-arrow.slick-prev:after {
  content: "\f104";
}
.latest-news-slider .slick-arrow.slick-next {
  right: -160px;
}
.latest-news-slider .slick-arrow.slick-next:after {
  content: "\f105";
}
.latest-news-slider .slick-arrow:hover {
  background-color: #b69d74;
  color: #fff !important;
}
.latest-news-nav .slick-track {
  width: 100% !important;
}
.latest-news-nav .slick-slide {
  width: calc(100% - 2px) !important;
  margin-bottom: 12px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid rgba(34, 34, 34, 0.1);
  padding: 13px;
  transition: 0.3s;
}
.latest-news-nav .slick-slide.slick-current,
.latest-news-nav .slick-slide:hover {
  background-color: #b69d74;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.latest-news-nav .slick-slide.slick-current img,
.latest-news-nav .slick-slide:hover img {
  opacity: 0.8;
}
.rs-case-result-slider .owl-stage .case-item .casestudy-inner .image-wrap {
  position: relative;
  overflow: hidden;
}
.rs-case-result-slider .owl-stage .case-item .casestudy-inner .image-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: block;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all .5s ease;
}
.rs-case-result-slider .owl-stage .case-item .casestudy-inner .image-wrap img {
  transition: all .5s ease;
}
.rs-case-result-slider .owl-stage .case-item .casestudy-inner .image-wrap .case-title {
  position: absolute;
  bottom: -62px;
  width: 100%;
  text-align: center;
  opacity: 0;
  transition: all .5s ease;
  z-index: 9;
}
.rs-case-result-slider .owl-stage .case-item .casestudy-inner .image-wrap .case-title h3 {
  margin: 0;
  color: #fff;
  padding: 15px 10px;
  position: relative;
  z-index: 9;
}
.rs-case-result-slider .owl-stage .case-item .casestudy-inner .image-wrap .case-title h3 a {
  color: #fff;
  font-size: 22px;
}
.rs-case-result-slider .owl-stage .case-item .casestudy-inner .image-wrap .case-title h3 a:hover {
  color: #b69d74;
}
.rs-case-result-slider .owl-stage .case-item .casestudy-inner .image-wrap .case-title h3 span {
  display: block;
  line-height: 20px;
}
.rs-case-result-slider .owl-stage .case-item .casestudy-inner .image-wrap .case-title h3 span a {
  font-size: 15px;
  color: #b69d74;
}
.rs-case-result-slider .owl-stage .case-item .casestudy-inner .image-wrap .case-title h3 span a:hover {
  color: #fff;
}
.rs-case-result-slider .owl-stage .case-item .casestudy-inner .image-wrap:hover .case-title {
  opacity: 1;
  bottom: 20px;
}
.rs-case-result-slider .owl-stage .case-item .casestudy-inner .image-wrap:hover:after {
  opacity: 1;
}
.rs-case-result-slider .owl-stage .case-item .casestudy-inner .image-wrap:hover img {
  transform: scale(1.1);
}
.rs-latest-news.style2 .latest-news-nav .slick-track {
  width: 100% !important;
}
.rs-latest-news.style2 .latest-news-nav .slick-slide {
  width: calc(100% - 2px) !important;
  margin-bottom: 12px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid rgba(34, 34, 34, 0.1);
  padding: 13px;
}
.rs-latest-news.style2 .latest-news-nav .slick-slide.slick-current,
.rs-latest-news.style2 .latest-news-nav .slick-slide:hover {
  background: #fff;
  border-color: #ccc;
  -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
}
.rs-latest-news.style2 .latest-news-nav .slick-slide.slick-current img,
.rs-latest-news.style2 .latest-news-nav .slick-slide:hover img {
  opacity: 0.8;
}
.rs-latest-news.style2 .news-list-block .news-list-item + .news-list-item {
  margin-top: 15px;
}
.rs-latest-news.style2 .slick-arrow {
  bottom: -95px;
  right: -10px;
}
.rs-latest-news.style2 .slick-arrow.slick-next {
  right: -65px;
}
.rs-services3 {
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.rs-services3 .col-services10 {
  float: right;
  width: 80%;
}
.rs-services3 .col-services10 .feature-title {
  padding-top: 26px;
  margin: 0 0 13px;
  font-size: 22px;
}
.rs-services3 .col-services10 .feature-title a {
  color: #1f2839;
}
.rs-services3 .col-services10 .slick-list {
  padding: 0 0 0 25px;
}
.rs-services3.services-right .col-services10 {
  float: left;
  width: 80%;
}
.rs-services3.services-right .col-services10 .slick-list {
  padding: 0 25px 0 0;
}
.rs-services3.services-right .col-services2 {
  float: left;
  width: 20%;
}
.rs-services3 .col-services2 {
  float: left;
  width: 20%;
}
.rs-services3 .heading-block {
  text-align: center;
}
.rs-services3 .heading-block h4 {
  font-size: 16px;
  margin: 15px 0;
}
.rs-services3 .slick-vertical .slick-slide {
  padding: 0 5px;
}
.rs-services3 .item-thumb img {
  border-radius: 0 !important;
  cursor: pointer;
}
.rs-services3 .slider-nav {
  margin: 0 !important;
}
.rs-services3 .slick-arrow {
  display: block;
  position: absolute;
  top: 10px;
  z-index: 9999;
  left: 45%;
  transform: translateY(-50%);
  transform: rotate(90deg);
  width: 42px;
  height: 42px;
  line-height: 42px;
  background: #1f2839;
  color: #fff;
  border-radius: 50%;
  transition: 0.6s ease all;
  opacity: 1;
  opacity: 0;
  visibility: hidden;
}
.rs-services3 .slick-arrow:after {
  top: -2px;
}
.rs-services3 .slick-arrow.slick-next {
  bottom: 28px;
  top: auto;
}
.rs-services3 .slick-arrow:hover {
  background: #b69d74;
  color: #1f2839;
}
.rs-services3 .col-services2 .slick-arrow {
  opacity: 1;
  visibility: visible;
}
.rs-services3 .col-services2:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}
/* ----------------------------------
    09. Team
-------------------------------------*/
/* -----------------------
    11. Team Member
--------------------------*/
.rs-team .team-item {
  position: relative;
  overflow: hidden;
}
.rs-team .team-item .team-img img {
  width: 100%;
}
.rs-team .team-item .team-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 10%;
  left: 0;
  text-align: center;
  z-index: 10;
  padding: 30px;
  opacity: 0;
  -webkit-transition: 0.3s all ease-out;
  background: #b69d74;
  transition: 0.3s all ease-out;
}
.rs-team .team-item .team-content h3.team-name a:hover {
  color: #fff;
}
.rs-team .team-item i {
  color: #fff;
}
.rs-team .team-item .team-name {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: normal;
}
.rs-team .team-item .team-name a {
  color: #fff;
}
.rs-team .team-item .team-title {
  color: #fff;
  font-weight: normal;
}
.rs-team .team-item .team-desc {
  color: #fff;
  margin-bottom: 0;
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid;
  line-height: 22px;
}
.rs-team .team-item .team-social {
  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;
}
.rs-team .team-item .team-social .social-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #b69d74;
  margin-right: 6px;
  border-radius: 50%;
}
.rs-team .team-item .team-social .social-icon i {
  font-size: 14px;
  color: #fff !important;
}
.rs-team .team-item .team-social .social-icon:hover {
  background: #b69d74;
}
.rs-team .team-item:hover .team-content {
  opacity: .9;
  top: 0;
}
.rs-team .team-item:hover .team-social {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}
.rs-team.team-slider-style1 .team-item .team-inner-wrap .team-content1 {
  background: #263043;
}
.rs-team.team-slider-style1 .team-item .team-inner-wrap .image-wrap:before {
  display: none;
}
.rs-team.team-slider-style1 .team-item .team-inner-wrap .image-wrap .team-hover-content {
  bottom: -40px;
  top: auto;
  transform: none;
  left: 0;
  right: auto;
  transition: all .5s ease;
}
.rs-team.team-slider-style1 .team-item .team-inner-wrap .image-wrap .team-hover-content .social-icons1 {
  background: #b69d74;
  padding: 5px 9px;
  border-radius: 5px 5px 0 0;
}
.rs-team.team-slider-style1 .team-item .team-inner-wrap .image-wrap .team-hover-content .social-icons1 .social-icon {
  background: none;
}
.rs-team.team-slider-style1 .team-item .team-inner-wrap .image-wrap .team-hover-content .social-icons1 .social-icon i {
  color: #fff;
}
.rs-team.team-slider-style1 .team-item .team-inner-wrap .image-wrap .team-hover-content .social-icons1 .social-icon i:hover {
  color: #1f2839;
}
.rs-team.team-slider-style1 .team-item .team-inner-wrap .image-wrap:hover .team-hover-content {
  bottom: 0;
}
.rs-team.team-slider-style1 .owl-item.active.center .team-item .team-inner-wrap .image-wrap .team-hover-content {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.rs-team .team-style5 .owl-stage-outer {
  overflow-y: visible;
}
.rs-team .team-style5 .team-item {
  overflow: visible;
  margin-bottom: 60px;
}
.rs-team .team-style5 .team-item:before {
  display: none;
}
.rs-team .team-style5 .team-item .image-wrapper .team-img img {
  border: 3px solid #b69d74;
}
.rs-team .team-style5 .team-item .image-wrapper .team-img svg path {
  -webkit-transition: all 1.5s ease-out;
  -moz-transition: all 1.5s ease-out;
  -ms-transition: all 1.5s ease-out;
  -o-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}
.rs-team .team-style5 .team-item .image-wrapper .team-img .normal-text {
  bottom: -25px;
  width: 100%;
  border-radius: 50px;
  clip-path: none;
  background: transparent;
  left: auto;
  right: -107px;
  transform: rotate(-30deg);
  transition: all 0.5s;
}
.rs-team .team-style5 .team-item .image-wrapper .team-img .normal-text .team-name,
.rs-team .team-style5 .team-item .image-wrapper .team-img .normal-text .subtitle {
  color: #1f2839;
  padding-bottom: 0;
  line-height: 20px !important;
  margin-bottom: 0;
}
.rs-team .team-style5 .team-item .image-wrapper .team-img .normal-text.slider-text {
  bottom: -22px !important;
  right: -35px;
  max-width: 196px;
}
.rs-team .team-style5 .team-item .team-content {
  background: transparent !important;
}
.rs-team .team-style5 .team-item .team-content:before {
  display: none;
}
.rs-team .team-style5 .team-item .team-content .team-social {
  transform: translate(0) !important;
  position: static;
  margin-bottom: 15px;
}
.rs-team .team-style5 .team-item .team-content .team-social a {
  border: 1px solid #fff;
}
.rs-team .team-style5 .team-item:before {
  background: transparent;
}
.rs-team .team-style5 .team-item:hover .image-wrapper .team-img .normal-text {
  opacity: 0;
  visibility: hidden;
  right: -80px;
  bottom: 35px;
}
.rs-team .team-style5 .team-item:hover .team-img img {
  border: 3px solid transparent !important;
}
.rs-team .team-style5 .team-item:hover .team-img svg path {
  fill: #b69d74;
}
.rs-team .team-style5 .team-item:hover .team-content .team-name {
  margin-bottom: 0;
}
.rs-team .team-style5 .team-item:hover .team-content .team-social a {
  background: #fff !important;
}
.rs-team .team-style5 .team-item:hover .team-content .team-social a:hover {
  background: #f1f1f1 !important;
}
.rs-team .team-style5 .team-item:hover .team-content .team-social a i {
  color: #b69d74 !important;
}
.rs-team .team-style5 .team-item.team-rounded:before {
  background: transparent;
}
.rs-team .team-style5 .team-item.team-rounded .team-img {
  border-radius: 100%;
}
.rs-team .team-style5 .team-item.team-rounded .team-img img {
  border-radius: 100%;
}
.rs-team .team-style5 .team-item.team-rounded .team-content {
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
}
.rs-team .team-style5 .team-item.team-square .team-img .normal-text {
  bottom: 20px;
  width: 84%;
  border-radius: 0;
}
.rs-team .team-style5 .team-item .team-social li {
  padding: 20px;
}
.rs-team .team-style5 .team-item .team-social.icons-1:before {
  height: 70px;
}
.rs-team .team-style5 .team-item .team-social.icons-1:after {
  height: 70px;
}
.rs-team .team-carousel .team-img {
  position: relative;
}
.rs-team .team-carousel .team-img .img-title-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #b69d74;
  padding: 14px 20px;
  width: 100%;
  text-align: center;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rs-team .team-carousel .team-item .team-name {
  line-height: normal !important;
  margin-bottom: 2px;
  font-size: 17px;
}
.rs-team .team-carousel .team-item:hover .img-title-wrap {
  opacity: 0;
  transform: translateY(10px);
}
.rs-team .ap_text {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 17px;
}
.rs-team .ap_text li {
  padding-bottom: 4px;
  display: block;
  text-align: left;
  overflow: hidden;
}
.rs-team .ap_text li span {
  float: right;
}
.team-slider .slick-next i:before,
.team-slider .slick-prev i:before {
  font-size: 20px;
  height: 42px;
  width: 42px;
  background: #b69d74;
  display: block;
  line-height: 42px;
  color: #fff;
  outline: none;
  border-radius: 50%;
}
.team-slider .slick-prev {
  position: absolute;
  left: -15px;
  z-index: 99;
  background: transparent !important;
  height: 0;
  width: 0;
  padding: 0;
  border: none;
  top: 35%;
  transform: translateY(-65%);
  outline: none;
  opacity: 0;
}
.team-slider .slick-next {
  position: absolute;
  right: -15px;
  z-index: 99;
  background: transparent !important;
  height: 0;
  padding: 0;
  width: 0;
  border: none;
  top: 35%;
  transform: translateY(-65%);
  outline: none;
  opacity: 0;
}
.team-slider:hover .slick-prev {
  left: 0px;
  opacity: 1;
}
.team-slider:hover .slick-next {
  right: 50px;
  opacity: 1;
}
.team-slider .slick-dots {
  text-align: center;
  margin: 0;
}
.team-slider .slick-dots li {
  display: inline-block;
  margin-right: 10px;
}
.team-slider .slick-dots li button {
  padding: 0;
  font-size: 0;
  border: none;
  outline: none;
}
.team-grid-style1 .team-item,
.team-slider-style1 .team-item,
.team-grid-style2 .team-item,
.team-slider-style2 .team-item,
.team-grid-style3 .team-item,
.team-slider-style3 .team-item {
  overflow: visible;
}
.team-grid-style1 .team-item .image-wrap,
.team-slider-style1 .team-item .image-wrap,
.team-grid-style2 .team-item .image-wrap,
.team-slider-style2 .team-item .image-wrap,
.team-grid-style3 .team-item .image-wrap,
.team-slider-style3 .team-item .image-wrap {
  position: relative;
  overflow: hidden;
}
.team-grid-style1 .team-item .image-wrap:before,
.team-slider-style1 .team-item .image-wrap:before,
.team-grid-style2 .team-item .image-wrap:before,
.team-slider-style2 .team-item .image-wrap:before,
.team-grid-style3 .team-item .image-wrap:before,
.team-slider-style3 .team-item .image-wrap:before {
  content: "";
  background: #b69d74;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.team-grid-style1 .team-item .image-wrap .team-hover-content,
.team-slider-style1 .team-item .image-wrap .team-hover-content,
.team-grid-style2 .team-item .image-wrap .team-hover-content,
.team-slider-style2 .team-item .image-wrap .team-hover-content,
.team-grid-style3 .team-item .image-wrap .team-hover-content,
.team-slider-style3 .team-item .image-wrap .team-hover-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 100%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
}
.team-grid-style1 .team-item .image-wrap .team-hover-content > a,
.team-slider-style1 .team-item .image-wrap .team-hover-content > a,
.team-grid-style2 .team-item .image-wrap .team-hover-content > a,
.team-slider-style2 .team-item .image-wrap .team-hover-content > a,
.team-grid-style3 .team-item .image-wrap .team-hover-content > a,
.team-slider-style3 .team-item .image-wrap .team-hover-content > a {
  color: #ffffff;
  display: block;
  margin-bottom: 52px;
  margin-top: 7px;
}
.team-grid-style1 .team-item .image-wrap .team-hover-content > a i,
.team-slider-style1 .team-item .image-wrap .team-hover-content > a i,
.team-grid-style2 .team-item .image-wrap .team-hover-content > a i,
.team-slider-style2 .team-item .image-wrap .team-hover-content > a i,
.team-grid-style3 .team-item .image-wrap .team-hover-content > a i,
.team-slider-style3 .team-item .image-wrap .team-hover-content > a i,
.team-grid-style1 .team-item .image-wrap .team-hover-content > a i:before,
.team-slider-style1 .team-item .image-wrap .team-hover-content > a i:before,
.team-grid-style2 .team-item .image-wrap .team-hover-content > a i:before,
.team-slider-style2 .team-item .image-wrap .team-hover-content > a i:before,
.team-grid-style3 .team-item .image-wrap .team-hover-content > a i:before,
.team-slider-style3 .team-item .image-wrap .team-hover-content > a i:before {
  font-size: 40px;
}
.team-grid-style1 .team-item .image-wrap .team-hover-content .social-icons1,
.team-slider-style1 .team-item .image-wrap .team-hover-content .social-icons1,
.team-grid-style2 .team-item .image-wrap .team-hover-content .social-icons1,
.team-slider-style2 .team-item .image-wrap .team-hover-content .social-icons1,
.team-grid-style3 .team-item .image-wrap .team-hover-content .social-icons1,
.team-slider-style3 .team-item .image-wrap .team-hover-content .social-icons1 {
  display: inline-block;
  padding: 0 3px;
}
.team-grid-style1 .team-item .image-wrap .team-hover-content .social-icons1 a,
.team-slider-style1 .team-item .image-wrap .team-hover-content .social-icons1 a,
.team-grid-style2 .team-item .image-wrap .team-hover-content .social-icons1 a,
.team-slider-style2 .team-item .image-wrap .team-hover-content .social-icons1 a,
.team-grid-style3 .team-item .image-wrap .team-hover-content .social-icons1 a,
.team-slider-style3 .team-item .image-wrap .team-hover-content .social-icons1 a {
  width: 30px;
  height: 30px;
  background: #ffffff;
  border-radius: 100px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  margin: 0 4px;
}
.team-grid-style1 .team-item .image-wrap .team-hover-content .social-icons1 a i,
.team-slider-style1 .team-item .image-wrap .team-hover-content .social-icons1 a i,
.team-grid-style2 .team-item .image-wrap .team-hover-content .social-icons1 a i,
.team-slider-style2 .team-item .image-wrap .team-hover-content .social-icons1 a i,
.team-grid-style3 .team-item .image-wrap .team-hover-content .social-icons1 a i,
.team-slider-style3 .team-item .image-wrap .team-hover-content .social-icons1 a i {
  color: #b69d74;
  transition: 0.4s;
}
.team-grid-style1 .team-item .image-wrap .team-hover-content .social-icons1 a i:hover,
.team-slider-style1 .team-item .image-wrap .team-hover-content .social-icons1 a i:hover,
.team-grid-style2 .team-item .image-wrap .team-hover-content .social-icons1 a i:hover,
.team-slider-style2 .team-item .image-wrap .team-hover-content .social-icons1 a i:hover,
.team-grid-style3 .team-item .image-wrap .team-hover-content .social-icons1 a i:hover,
.team-slider-style3 .team-item .image-wrap .team-hover-content .social-icons1 a i:hover {
  color: #1f2839;
}
.team-grid-style1 .team-item .image-wrap:hover .team-hover-content,
.team-slider-style1 .team-item .image-wrap:hover .team-hover-content,
.team-grid-style2 .team-item .image-wrap:hover .team-hover-content,
.team-slider-style2 .team-item .image-wrap:hover .team-hover-content,
.team-grid-style3 .team-item .image-wrap:hover .team-hover-content,
.team-slider-style3 .team-item .image-wrap:hover .team-hover-content,
.team-grid-style1 .team-item .image-wrap:hover:before,
.team-slider-style1 .team-item .image-wrap:hover:before,
.team-grid-style2 .team-item .image-wrap:hover:before,
.team-slider-style2 .team-item .image-wrap:hover:before,
.team-grid-style3 .team-item .image-wrap:hover:before,
.team-slider-style3 .team-item .image-wrap:hover:before {
  opacity: 0.9;
  visibility: visible;
}
.team-grid-style1 .team-item .image-wrap:hover .team-hover-content,
.team-slider-style1 .team-item .image-wrap:hover .team-hover-content,
.team-grid-style2 .team-item .image-wrap:hover .team-hover-content,
.team-slider-style2 .team-item .image-wrap:hover .team-hover-content,
.team-grid-style3 .team-item .image-wrap:hover .team-hover-content,
.team-slider-style3 .team-item .image-wrap:hover .team-hover-content {
  opacity: 1;
}
.team-grid-style1 .team-item .team-content1,
.team-slider-style1 .team-item .team-content1,
.team-grid-style2 .team-item .team-content1,
.team-slider-style2 .team-item .team-content1,
.team-grid-style3 .team-item .team-content1,
.team-slider-style3 .team-item .team-content1 {
  padding: 24px 25px;
  background: #1f2839;
  border-radius: 0 0 3px 3px;
  margin-bottom: 30px;
  text-align: center;
}
.team-grid-style1 .team-item .team-content1 h3.team-name,
.team-slider-style1 .team-item .team-content1 h3.team-name,
.team-grid-style2 .team-item .team-content1 h3.team-name,
.team-slider-style2 .team-item .team-content1 h3.team-name,
.team-grid-style3 .team-item .team-content1 h3.team-name,
.team-slider-style3 .team-item .team-content1 h3.team-name {
  font-size: 22px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.team-grid-style1 .team-item .team-content1 h3.team-name a,
.team-slider-style1 .team-item .team-content1 h3.team-name a,
.team-grid-style2 .team-item .team-content1 h3.team-name a,
.team-slider-style2 .team-item .team-content1 h3.team-name a,
.team-grid-style3 .team-item .team-content1 h3.team-name a,
.team-slider-style3 .team-item .team-content1 h3.team-name a {
  color: #fff;
}
.team-grid-style1 .team-item .team-content1 h3.team-name a:hover,
.team-slider-style1 .team-item .team-content1 h3.team-name a:hover,
.team-grid-style2 .team-item .team-content1 h3.team-name a:hover,
.team-slider-style2 .team-item .team-content1 h3.team-name a:hover,
.team-grid-style3 .team-item .team-content1 h3.team-name a:hover,
.team-slider-style3 .team-item .team-content1 h3.team-name a:hover {
  color: #fff;
}
.team-grid-style1 .team-item .team-content1 span.team-title,
.team-slider-style1 .team-item .team-content1 span.team-title,
.team-grid-style2 .team-item .team-content1 span.team-title,
.team-slider-style2 .team-item .team-content1 span.team-title,
.team-grid-style3 .team-item .team-content1 span.team-title,
.team-slider-style3 .team-item .team-content1 span.team-title {
  color: #d1d1d1;
  display: block;
  margin: 5px 0 10px;
}
.team-grid-style3 .team-item .team-content1,
.team-slider-style3 .team-item .team-content1 {
  text-align: center;
  border: none;
  background-image: url(../images/test_wraper_bg.png);
  background-repeat: repeat;
  padding: 30px 15px 20px;
}
.team-grid-style3 .team-item .team-content1 h3.team-name a,
.team-slider-style3 .team-item .team-content1 h3.team-name a {
  color: #1f2839;
}
.team-grid-style3 .team-item .team-content1 span.team-title,
.team-slider-style3 .team-item .team-content1 span.team-title {
  color: #767676;
}
.rs-team.team-slider-style3 .team-item .team-inner-wrap .image-wrap:before {
  display: none;
}
.rs-team.team-slider-style3 .team-item .team-inner-wrap .image-wrap .team-hover-content {
  position: absolute;
  top: auto;
  bottom: -45px;
  transform: translate(0);
  content: '';
  width: 100%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  left: 0;
  transition: all .5s ease;
}
.rs-team.team-slider-style3 .team-item .team-inner-wrap .image-wrap .team-hover-content .social-icons1 {
  background: #b69d74;
  padding: 5px 9px;
  border-radius: 5px 5px 0 0;
}
.rs-team.team-slider-style3 .team-item .team-inner-wrap .image-wrap .team-hover-content .social-icons1 a {
  background: none;
}
.rs-team.team-slider-style3 .team-item .team-inner-wrap .image-wrap .team-hover-content .social-icons1 a i {
  color: #fff;
}
.rs-team.team-slider-style3 .team-item .team-inner-wrap .image-wrap .team-hover-content .social-icons1 a:hover i {
  color: #1f2839;
}
.rs-team.team-slider-style3 .team-item .team-inner-wrap .image-wrap:hover .team-hover-content {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.team-slider-style1 .team-item .team-inner-wrap {
  padding-bottom: 30px;
}
.team-slider-style2 .team-item .team-content1 {
  text-align: center;
  border: none;
  background: #1f2839;
  color: #ffffff;
}
.team-slider-style2 .team-item .team-content1 .team-title,
.team-slider-style2 .team-item .team-content1 .team-name a {
  color: #ffffff !important;
}
.team-grid-style2 .team-item-wrap,
.team-slider-style2 .team-item-wrap {
  position: relative;
  margin-bottom: 35px;
  padding: 0 7px;
}
.team-grid-style2 .team-item-wrap .team-item,
.team-slider-style2 .team-item-wrap .team-item {
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid #b69d74;
}
.team-grid-style2 .team-item-wrap a,
.team-slider-style2 .team-item-wrap a {
  text-decoration: none;
}
.team-grid-style2 .team-item-wrap .team-details,
.team-slider-style2 .team-item-wrap .team-details {
  padding: 20px 0 16px;
  background: #b69d74;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -101%;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
}
.team-grid-style2 .team-item-wrap .team-details .team-name,
.team-slider-style2 .team-item-wrap .team-details .team-name {
  font-size: 22px;
  margin: 0 0 2px;
}
.team-grid-style2 .team-item-wrap .team-details .team-title,
.team-slider-style2 .team-item-wrap .team-details .team-title {
  font-size: 15px;
  display: block;
  padding-bottom: 10px;
}
.team-grid-style2 .team-item-wrap .team-details .icon-social,
.team-slider-style2 .team-item-wrap .team-details .icon-social {
  display: block;
  text-align: center;
}
.team-grid-style2 .team-item-wrap .team-details .icon-social i,
.team-slider-style2 .team-item-wrap .team-details .icon-social i {
  font-size: 15px;
}
.team-grid-style2 .team-item-wrap .team-details .icon-social a,
.team-slider-style2 .team-item-wrap .team-details .icon-social a {
  color: #fff;
  display: inline-block;
  padding: 0 7px;
}
.team-grid-style2 .team-item-wrap:hover .team-details,
.team-slider-style2 .team-item-wrap:hover .team-details {
  bottom: 0;
}
.team-grid-style2 .owl-item.center .team-details,
.team-slider-style2 .owl-item.center .team-details {
  bottom: 0;
}
.icon-button a {
  background: #b69d74;
  color: #fff;
  padding: 3px 17px;
  display: inline-block;
  font-size: 20px;
  margin-bottom: 25px;
  border-radius: 18px;
}
.icon-button a:hover {
  color: #fff;
  background: #1f2839;
}
.icon-button a i:before {
  font-size: inherit;
}
.blogfull .icon-button a {
  margin-bottom: 0px;
}
.blog-dark.rs-blog .blog-item.style1 .blogfull {
  background-color: #263043;
  padding: 40px 40px 40px;
}
.blog-dark.rs-blog .blog-item.style1 .blogfull .blog-title a {
  color: #FFF;
}
.blog-dark.rs-blog .blog-item.style1 .blogfull .blog-title:hover a {
  color: #b69d74;
}
.blog-dark.rs-blog .blog-item.style1 .post-metas {
  border-radius: 3px 3px 0 0 !important;
}
.rs-team-grid .team-item-wrap {
  margin-bottom: 60px;
}
.rs-team-grid .team-item {
  margin-bottom: 30px;
}
.rs-team-grid.team-grid-style1 .social-icons1 {
  display: inline-block;
  padding: 0 3px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.rs-team-grid.team-grid-style1 .social-icons1 a {
  width: 30px;
  height: 30px;
  background: #ffffff;
  border-radius: 100px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  margin: 0 4px;
}
.rs-team-grid.team-grid-style1 .social-icons1 a i {
  color: #b69d74;
  transition: 0.4s;
}
.rs-team-grid.team-grid-style1 .social-icons1 a i:hover {
  color: #1f2839;
}
.rs-team-grid.team-grid-style1 .image-wrap:hover .social-icons1 {
  opacity: 1;
  visibility: visible;
}
.rs-team-grid.team-style4 .team-wrapper {
  position: relative;
  overflow: hidden;
  padding-bottom: 95px;
  background: #fff;
  border-radius: 5px;
}
.rs-team-grid.team-style4 .team-wrapper .team_photo img {
  width: 100%;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.rs-team-grid.team-style4 .team-wrapper .team_desc {
  height: 100px;
  width: 100%;
  bottom: 0;
  position: absolute;
  padding: 15px 20px;
  color: #767676;
  text-align: center;
  overflow: hidden;
  background: #ffffff;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rs-team-grid.team-style4 .team-wrapper .team_desc:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #1f2839;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  transition: 0.4s all ease;
  left: 0;
}
.rs-team-grid.team-style4 .team-wrapper .team_desc .name {
  font-size: 20px;
  margin: 10px 0;
}
.rs-team-grid.team-style4 .team-wrapper .team_desc .name a {
  color: #1f2839;
}
.rs-team-grid.team-style4 .team-wrapper .team_desc .name a:hover {
  color: #eee;
}
.rs-team-grid.team-style4 .team-wrapper .team_desc .name .designation {
  font-size: 15px;
  text-transform: capitalize;
  color: #1f2839;
  float: none;
  text-align: center;
}
.rs-team-grid.team-style4 .team-wrapper .team_desc .team-social {
  bottom: -100px !important;
  transition: all 0.3s ease 0s;
}
.rs-team-grid.team-style4 .team-wrapper .team_desc .team-social a {
  font-size: 17px;
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  padding: 0px;
  border: none;
  text-align: center;
  color: #fff;
  display: inline-block;
  transition: all 0.3s ease 0s;
  background: transparent !important;
  margin-right: 8px;
}
.rs-team-grid.team-style4 .team-wrapper .team_desc .team-social a:last-child {
  margin-right: 0;
}
.rs-team-grid.team-style4 .team-wrapper .team_desc .team-social a i {
  font-size: 16px;
}
.rs-team-grid.team-style4 .team-wrapper:hover .team_desc {
  opacity: 1;
  width: 100%;
  visibility: visible;
  transform: translate(0, 0);
  bottom: 0;
  height: 140px;
  color: #fff;
  background: #1f2839;
}
.rs-team-grid.team-style4 .team-wrapper:hover .team_desc .name a {
  color: #ffffff;
}
.rs-team-grid.team-style4 .team-wrapper:hover .team_desc .name .designation {
  color: #ffffff;
}
.rs-team-grid.team-style4 .team-wrapper:hover .team_photo img {
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.rs-team-grid.team-style4 .team-wrapper:hover .team-social {
  bottom: 25px !important;
}
.rs-team-grid.team-style5 .team-item {
  margin-bottom: 125px;
  position: relative;
}
.rs-team-grid.team-style5 .team-item .team-img {
  position: relative;
  overflow: hidden;
}
.rs-team-grid.team-style5 .team-item .team-img img {
  width: 100%;
  transform: scale(1.15);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.rs-team-grid.team-style5 .team-item .normal-text {
  background: #f7f7f7;
  color: #1f2839;
  padding: 20px;
  text-align: center;
  z-index: 9;
  position: absolute;
  z-index: 1;
  left: 40px;
  bottom: -85px;
  background: #fff;
  width: calc(100% - 80px);
  padding: 20px 20px 25px;
  -webkit-box-shadow: 0px 15px 34px -5px rgba(193, 193, 193, 0.3);
  -moz-box-shadow: 0px 15px 34px -5px rgba(193, 193, 193, 0.3);
  box-shadow: 0px 15px 34px -5px rgba(193, 193, 193, 0.3);
  font-family: 'Playfair Display', serif;
}
.rs-team-grid.team-style5 .team-item .normal-text .designation {
  font-size: 13px;
  float: none;
  color: #767676;
  margin-bottom: 0;
}
.rs-team-grid.team-style5 .team-item .normal-text .team-text {
  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;
}
.rs-team-grid.team-style5 .team-item .normal-text .team-text:before {
  content: '';
  position: absolute;
  z-index: 1;
  background: #b69d74;
  top: 0;
  left: 50%;
  width: 50px;
  height: 2px;
  margin-left: -25px;
}
.rs-team-grid.team-style5 .team-item .normal-text .social-icons {
  text-align: center;
  margin-top: 12px;
}
.rs-team-grid.team-style5 .team-item .normal-text .social-icons a i {
  color: #bbb;
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-radius: 50%;
  margin: 0;
}
.rs-team-grid.team-style5 .team-item .normal-text .social-icons a:hover i {
  color: #b69d74;
}
.rs-team-grid.team-style5 .team-item .normal-text .person-name {
  display: block;
  font-size: 22px;
  margin-bottom: 0px;
  text-transform: capitalize;
}
.rs-team-grid.team-style5 .team-item .normal-text .person-name a {
  color: #1f2839;
}
.rs-team-grid.team-style5 .team-item .normal-text .person-name a:hover {
  color: #b69d74;
}
.rs-team-grid.team-style5 .team-item .normal-text .person-designation {
  font-size: 12px;
  color: #1f2839;
  font-weight: normal;
}
.rs-team-grid.team-style5 .team-item:hover .normal-text .team-text {
  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-team-grid.team-style5 .team-item .overlay-element .social-icons {
  margin-top: 5px;
}
.rs-team-grid.team-style5 .team-item .overlay-element .social-icons i {
  font-size: 15px;
  margin: 0 5px;
}
.rs-team-grid.team-style5 .team-item .team-content {
  padding: 10px;
}
.rs-team-grid.team-style5 .team-item .team-content h3.team-name {
  font-size: 22px;
  margin-bottom: 4px;
  line-height: normal !important;
  text-transform: capitalize;
}
.rs-team-grid.team-style5 .team-item .team-content h3.team-name a {
  color: #fff;
}
.rs-team-grid.team-style5 .team-item .team-content h3.team-name a:hover {
  opacity: 0.8;
  color: #fff !important;
}
.rs-team-grid.team-style5 .team-item .team-content .designation {
  font-size: 16px;
}
.rs-team-grid.team-style5 .team-item .team-title {
  font-size: 14px;
  font-weight: 400;
}
.rs-team-grid.team-style5 .team-item .team-desc {
  margin-bottom: 0;
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid;
  line-height: 22px;
}
.rs-team-grid.team-style5 .team-item .team-title,
.rs-team-grid.team-style5 .team-item .team-desc {
  color: #ffffff;
}
.rs-team-grid.team-style5 .team-item:hover .team-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.rs-team-grid.team-style5 .team-item:hover .designation {
  float: none;
  font-size: 13px;
}
.team-slider-style4 .owl-stage-outer {
  padding-bottom: 30px;
}
.team-slider-style4 .team-item {
  position: relative;
  overflow: hidden;
}
.team-slider-style4 .team-item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  transition: all 0.3s ease 0s;
  width: 100%;
  height: 100%;
  background: #1f2839;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.team-slider-style4 .team-item .team-item-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.team-slider-style4 .team-item .team-item-wrap .team-img {
  position: relative;
}
.team-slider-style4 .team-item .team-item-wrap .team-img img {
  width: auto;
}
.team-slider-style4 .team-item .team-item-wrap .team-img .team-content-style4 .subtitle,
.team-slider-style4 .team-item .team-item-wrap .team-img .team-content-style4 .team-name {
  background: #b69d74;
  border-radius: 0 30px 30px 0;
}
.team-slider-style4 .team-item .team-item-wrap .team-img .team-content-style4 .team-name {
  margin-bottom: 10px;
  display: block;
  padding: 13px 20px;
}
.team-slider-style4 .team-item .team-item-wrap .team-img .team-content-style4 .team-name a {
  color: #fff;
  position: relative;
  margin-bottom: 6px;
  font-size: 22px;
  z-index: 1;
}
.team-slider-style4 .team-item .team-item-wrap .team-img .team-content-style4 .name-info {
  position: absolute;
  left: 0;
  opacity: 1;
  transition: all 0.3s ease 0s;
  bottom: 50px;
  width: auto;
}
.team-slider-style4 .team-item .team-item-wrap .team-img .team-content-style4 .team-social-4 {
  position: absolute;
  left: 50%;
  opacity: 0;
  transition: all 0.3s ease 0s;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  z-index: 99;
}
.team-slider-style4 .team-item .team-item-wrap .team-img .team-content-style4 .team-social-4 .team-link {
  font-size: 22px;
}
.team-slider-style4 .team-item .team-item-wrap .team-img .team-content-style4 .team-social-4 .team-link a {
  color: #fff;
}
.team-slider-style4 .team-item .team-item-wrap .team-img .team-content-style4 .team-social-4 .team-link a:hover {
  color: #b69d74;
}
.team-slider-style4 .team-item .team-item-wrap .team-img .team-content-style4 .designation {
  padding: 8px 20px;
  color: #fff;
  margin-bottom: 8px;
  display: block;
  font-size: 15px;
  background: #b69d74;
  border-radius: 0 30px 30px 0;
  float: none;
}
.team-slider-style4 .team-item .team-item-wrap .team-img .team-content-style4 .team-social-4 {
  margin-left: 10px;
  margin-top: 10px;
  display: block;
}
.team-slider-style4 .team-item .team-item-wrap .team-img .team-content-style4 .team-social-4 a {
  padding: 0 3px;
}
.team-slider-style4 .team-item .team-item-wrap .team-img .team-content-style4 .team-social-4 a i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  color: #b69d74;
  transition: all 0.3s ease 0s;
}
.team-slider-style4 .team-item .team-item-wrap .team-img .team-content-style4 .team-social-4 a:hover i {
  background: #b69d74;
  color: #fff;
}
.team-slider-style4 .team-item:hover {
  box-shadow: 0px 4px 12px #b69d74;
}
.team-slider-style4 .team-item:hover:before {
  top: 0;
  opacity: 0.8;
  visibility: visible;
}
.team-slider-style4 .team-item:hover .team-item-wrap .team-img .team-content-style4 .name-info {
  left: -30px;
  opacity: 0;
}
.team-slider-style4 .team-item:hover .team-item-wrap .team-img .team-content-style4 .team-social-4 {
  opacity: 1;
  left: 50%;
}
.team-slider-style4 .team-item:hover .team-item-wrap {
  position: relative;
  overflow: hidden;
}
.team-slider-style4 .team-item:hover .team-item-wrap:before {
  border-left: 52px solid #fff;
}
.team-slider-style4 .team-item:hover .team-item-wrap .team-content .subtitle,
.team-slider-style4 .team-item:hover .team-item-wrap .team-content .team-name {
  background: #fff;
}
.team-slider-style4 .team-item:hover .team-item-wrap .team-content .subtitle,
.team-slider-style4 .team-item:hover .team-item-wrap .team-content .team-name a {
  color: #b69d74;
}
.team-slider-style5 .team-item {
  margin-bottom: 0;
  padding: 15px;
}
.team-slider-style5 .team-item .team-item-inner {
  background: #fff;
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.07);
}
.team-slider-style5 .team-item .team-info {
  margin: 0;
  list-style: none;
}
.team-slider-style5 .team-item .team-info i {
  color: #212121;
  padding-right: 10px;
}
.team-slider-style5 .team-item .team-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.team-slider-style5 .team-item .team-item-inner .team-image {
  max-width: 40%;
  padding-right: 25px;
}
.team-slider-style5 .team-item .team-item-inner .normal-text {
  max-width: 60%;
  padding-left: 25px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 13px;
  padding-bottom: 20px;
  padding-right: 20px;
}
.team-slider-style5 .team-item .team-item-inner .normal-text .team-text {
  margin-bottom: 15px;
}
.team-slider-style5 .team-item .team-item-inner .normal-text .team-detail-wrap {
  margin-top: 1px;
  max-width: 380px;
}
.team-slider-style5 .team-item .team-item-inner .normal-text .team-detail-wrap .table-background td,
.team-slider-style5 .team-item .team-item-inner .normal-text .team-detail-wrap .table-background th {
  padding: 10px 15px;
}
.team-slider-style5 .team-item .team-item-inner .normal-text .team-detail-wrap .table-background tr td:last-child {
  padding-left: 100px;
}
.team-slider-style5 .team-item .team-item-inner .normal-text .team-detail-wrap .table-background tr th:last-child {
  padding-left: 100px;
}
.team-slider-style5 .team-item .team-item-inner .normal-text .person-name {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 5px;
}
.team-slider-style5 .team-item .team-item-inner .normal-text .social-icons {
  display: flex;
}
.team-slider-style5 .team-item .team-item-inner .normal-text .social-icons a {
  margin-right: 15px;
  margin-top: 5px;
}
.team-slider-style5 .team-item .team-item-inner .normal-text .social-icons a i {
  color: #bbb;
  font-size: 15px;
  text-align: center;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-radius: 50%;
  margin: 0;
}
.team-slider-style5 .team-item .team-item-inner .normal-text .social-icons a:hover i {
  color: #b69d74;
}
.team-slider-style5 .team-item .team-item-inner .normal-text .appointment-bottom-area {
  display: flex;
  margin-top: 25px;
}
.team-slider-style5 .team-item .team-item-inner .normal-text .appointment-bottom-area .app_details {
  margin-right: 30px;
}
.team-slider-style5 .team-item .team-item-inner .normal-text .appointment-bottom-area .app_btn a,
.team-slider-style5 .team-item .team-item-inner .normal-text .appointment-bottom-area .app_details a {
  color: #fff;
  background: #b69d74;
  padding: 12px 25px;
  border-radius: 4px;
  line-height: 44px;
  height: 44px;
  position: relative;
  padding-right: 50px;
  border: 1px solid #b69d74;
}
.team-slider-style5 .team-item .team-item-inner .normal-text .appointment-bottom-area .app_btn a:after,
.team-slider-style5 .team-item .team-item-inner .normal-text .appointment-bottom-area .app_details a:after {
  position: absolute;
  height: 100%;
  font-size: 18px;
  right: 30px;
  opacity: 1;
  top: 0px;
  content: "\f054";
  font-size: 15px;
  content: "\f137";
  font-family: Flaticon;
  display: inline-block;
  transition: all 0.3s ease 0s;
  font-weight: normal;
}
.team-slider-style5 .team-item .team-item-inner .normal-text .appointment-bottom-area .app_btn a:hover,
.team-slider-style5 .team-item .team-item-inner .normal-text .appointment-bottom-area .app_details a:hover {
  color: #b69d74;
  background: transparent;
}
.team-slider-style5 .team-item .team-item-inner .normal-text .appointment-bottom-area .app_btn a:hover:after,
.team-slider-style5 .team-item .team-item-inner .normal-text .appointment-bottom-area .app_details a:hover:after {
  right: 25px;
}
.team-slider-style5 .team-item .team-item-inner .designation {
  float: none;
  color: #767676;
  margin-right: 15px;
}
#team-list-style .team-img {
  background: #fbfbfb;
}
#team-list-style .team-img .wrap-text {
  padding: 30px 20px;
}
#team-list-style .team-name {
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 30px;
}
#team-list-style .team-name a {
  color: #b69d74;
}
#team-list-style .team-name a:hover {
  color: #1f2839;
}
#team-list-style .team-title {
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}
#team-list-style .social-info {
  overflow: hidden;
}
#team-list-style .social-info .phone {
  float: left;
}
#team-list-style .social-info .phone:first-child {
  margin-right: 18px;
}
#team-list-style .social-info .phone a {
  color: #767676;
}
#team-list-style .social-info .phone a:hover {
  color: #b69d74;
}
#team-list-style .social-info .phone i {
  margin-right: 6px;
  position: relative;
  top: 2px;
}
#team-list-style .social-info .phone i:before {
  font-size: 20px;
}
#team-list-style .team-social {
  margin-top: 20px;
  margin-bottom: 24px;
}
#team-list-style .team-social .social-icon {
  margin-right: 13px;
}
#team-list-style .team-social i {
  font-size: 16px;
  transition: 0.4s;
  color: #767676;
  text-align: center;
}
#team-list-style .team-social i:hover {
  color: #b69d74;
}
/* ----------------------------------
    09. Portfolio
-------------------------------------*/
.rs-portfolio.col-filter .portfolio-content .portfolio-filter {
  text-align: center !important;
}
.rs-case-result .casestudy-inner .case-content h4 {
  color: #ffffff;
}
.rs-case-result .casestudy-inner .case-content .des {
  color: #cccccc;
}
.rs-portfolio {
  position: relative;
}
.rs-portfolio .case-result-grid .row {
  margin-bottom: 50px;
}
.rs-portfolio .case-result-grid .row:last-child {
  margin-bottom: 0;
}
.rs-portfolio .case-result-imge {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ddd;
}
.rs-portfolio .casestudy-inner .case-content {
  overflow: hidden;
  padding-right: 30px;
}
.rs-portfolio .casestudy-inner .case-content h4 {
  float: left;
  width: 140px;
}
.rs-portfolio .casestudy-inner .case-content .des {
  overflow: hidden;
  color: #cccccc;
}
.rs-portfolio .casestudy-inner .case-content p {
  margin-bottom: 20px;
}
.rs-portfolio .casestudy-inner .case-content .readon {
  margin-top: 22px;
}
.rs-portfolio .casestudy-inner .container {
  padding-bottom: 60px;
}
.rs-portfolio .team-carousel .owl-dots {
  position: absolute;
  left: 230px;
  bottom: -20px;
}
.rs-portfolio .team-carousel .owl-dots .owl-dot {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 0;
  width: 15px;
  height: 15px;
  background: #ffffff;
  margin-bottom: 20px;
  transition: 0.3s;
  border-radius: 50px;
}
.rs-portfolio .team-carousel .owl-dots .owl-dot:hover,
.rs-portfolio .team-carousel .owl-dots .owl-dot.active {
  background: #b69d74;
}
.thums-sicks {
  margin: 0 8px;
  position: relative;
  padding-top: 72px;
  outline: none;
}
.thums-sicks img {
  border-radius: 100%;
  cursor: pointer;
}
.thums-sicks.slick-active.slick-center img {
  border: 2px solid;
  border-color: #b69d74;
  opacity: .5;
}
.thums-sicks.slick-active.slick-center {
  position: relative;
}
.thums-sicks.slick-active.slick-center:after,
.thums-sicks.slick-active.slick-center:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  background: #b69d74;
  left: 50%;
  transform: translateX(-50%);
}
.thums-sicks.slick-active.slick-center:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.thums-sicks.slick-active.slick-center:after {
  width: 2px;
  height: 72px;
}
.testimonial-style7 .testimonials-nav {
  max-width: 370px;
  margin: 0 auto;
}
.testimonial-style7 .content7 {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.testimonial-style7 .content7 i {
  display: block;
  font-size: 50px;
  opacity: .5;
  margin-bottom: 20px;
  color: #b69d74;
}
.testimonial-style7 .content7 ul {
  padding: 0;
  margin: 0;
}
.testimonial-style7 .content7 .cl-author-info {
  padding: 0;
  position: relative;
  margin: 60px 0 25px;
}
.testimonial-style7 .content7 .cl-author-info:after {
  content: "";
  top: -26px;
  height: 2px;
  width: 60px;
  position: absolute;
  background: #b69d74;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.testimonial-style7 .content7 .cl-author-info li {
  padding: 0;
  margin: 0;
  color: #767676;
}
.testimonial-style7 .content7 .cl-author-info li:first-child {
  font-family: 'Playfair Display', serif;
  color: #1f2839;
}
.testimonial-style7 .slick-arrow {
  background: none !important;
  border: none;
  padding: 0;
  outline: none;
}
.testimonial-style7 .slick-arrow.slick-prev {
  position: absolute;
  font-size: 0;
  top: 78%;
  transform: translateY(-78%);
  left: -35px;
}
.testimonial-style7 .slick-arrow.slick-prev:before {
  content: "\f104";
  font-family: FontAwesome;
  position: absolute;
  font-size: 26px;
  top: 50%;
  color: #b69d74;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.testimonial-style7 .slick-arrow.slick-next {
  position: absolute;
  font-size: 0;
  top: 78%;
  transform: translateY(-78%);
  right: -35px;
}
.testimonial-style7 .slick-arrow.slick-next:before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  font-size: 26px;
  top: 50%;
  color: #b69d74;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.testimonial-style7 .slick-arrow:hover:before {
  color: #fff;
}
ul.ratings-secs {
  list-style: none;
  margin: 0;
  padding: 0;
  opacity: 0.6;
}
ul.ratings-secs li img {
  display: block;
  margin: 0 auto;
  height: 22px;
}
/* ----------------------------------
    10. cl-testimonial style 7

-------------------------------------*/
#cl-testimonial .testimonial-slide7 .slick-track {
  padding-bottom: 40px;
}
#cl-testimonial .testimonial-slide7 .single-testimonial {
  padding: 0;
  background: #ffffff;
  border-radius: 0;
  padding: 40px 20px 20px 140px;
  position: relative;
  margin: 0 15px;
  border-radius: 5px;
}
#cl-testimonial .testimonial-slide7 .single-testimonial:after,
#cl-testimonial .testimonial-slide7 .single-testimonial:before {
  content: '';
  position: absolute;
  display: block;
  background: transparent;
  transition: all 0.2s;
  width: 0px;
  height: 0px;
  z-index: 100;
  top: -3px;
  border: none !important;
  right: 0;
}
#cl-testimonial .testimonial-slide7 .single-testimonial:after {
  top: auto;
  bottom: 0;
  border-bottom: 0 solid;
  border-top: 30px solid transparent;
  border-bottom-color: #1f2839;
}
#cl-testimonial .testimonial-slide7 .right-content,
#cl-testimonial .testimonial-slide7 .testimonial-left {
  width: 100%;
  float: none;
}
#cl-testimonial .testimonial-slide7 .testimonial-left img {
  border: 2px solid #1f2839;
}
#cl-testimonial .testimonial-slide7 .right-content {
  position: relative;
}
#cl-testimonial .testimonial-slide7 .right-content i {
  top: 5px;
  padding-right: 0;
  position: absolute;
  left: -18px;
}
#cl-testimonial .testimonial-slide7 .testimonial-left {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%;
  width: auto;
}
#cl-testimonial .testimonial-slide7 p {
  margin: 0;
  padding: 0;
}
#cl-testimonial .testimonial-slide7 ul.slick-dots li button {
  padding: 2px 0;
  height: 8px;
}
#cl-testimonial .testimonial-slide7 ul.slick-dots li.slick-active button {
  background: #1f2839;
  border-color: #b69d74 !important;
}
#cl-testimonial .testimonial-content p {
  margin-bottom: 15px;
}
#cl-testimonial.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 12px;
}
#cl-testimonial.owl-carousel .owl-dots button {
  width: 12px;
  height: 12px;
  margin-right: 10px;
  background: #ddd;
  border-radius: 50%;
  outline: none;
}
#cl-testimonial.cl-testimonial1 .testimonial-item {
  padding-top: 50px;
}
#cl-testimonial.cl-testimonial1 .testimonial-item .testimonial-content {
  border: 2px solid #b69d74;
}
.dark #cl-testimonial.slider3 .testimonial-content .description:after {
  background: transparent;
}
.cl-author-info li:first-child {
  padding-bottom: 5px !important;
  font-size: 18px;
}
#cl-testimonial.style1 .testimonial-wrap {
  display: flex;
  justify-content: center;
}
#cl-testimonial.style1 .testimonial-wrap .author-image {
  width: 100px;
}
#cl-testimonial.style1 .testimonial-wrap .author-image img {
  border-radius: 100%;
}
#cl-testimonial.style1 .testimonial-wrap .testi-desc {
  padding-left: 30px;
  width: calc(100% - 100px);
  margin-right: 35px;
}
#cl-testimonial.style1 .testimonial-wrap .testi-desc.no-image {
  padding-left: 0;
  width: 100%;
}
#cl-testimonial.style1 .testimonial-wrap .testi-desc p {
  padding-left: 0;
  padding-top: 0;
  margin-bottom: 15px;
}
#cl-testimonial.style1 .testimonial-content p {
  margin-bottom: 15px;
}
#cl-testimonial.style1 .testimonial-content .cl-author-info {
  margin-left: 0;
}
#cl-testimonial.slider6 .testimonial-item .single-testimonial {
  display: flex;
  justify-content: center;
  align-items: center;
}
#cl-testimonial.slider6 .testimonial-item .single-testimonial .testimonial-content img {
  max-width: 100px;
}
#cl-testimonial.slider6 .testimonial-item .single-testimonial .testimonial-content {
  width: 170px;
  float: none;
  margin-right: 0;
}
#cl-testimonial.slider6 .testimonial-item .single-testimonial .testimonial-content img {
  border-radius: 100%;
}
#cl-testimonial.slider6 .testimonial-item .single-testimonial .testimonial-content .cl-author-info li:first-child {
  padding-bottom: 0px !important;
  font-size: 15px;
}
#cl-testimonial.slider6 .testimonial-item .single-testimonial .right-content {
  padding-left: 15px;
  width: calc(100% - 170px);
  margin-right: 35px;
  float: none;
}
#cl-testimonial.slider6 .testimonial-item .single-testimonial .right-content p {
  padding-left: 0;
  padding-top: 0;
  margin-bottom: 15px;
}
#cl-testimonial.slider3 .testimonial-content .description {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #696969;
  padding: 25px 20px;
  border: 1px solid #333;
  border-radius: 5px;
}
#cl-testimonial.slider3 .testimonial-content .description:after {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  border-style: none none solid solid;
  border-width: 0 0 1px 1px;
  border-color: #333;
  position: absolute;
  bottom: -11px;
  left: 60px;
  transform: skewY(-45deg);
}
#cl-testimonial.slider3 .testimonial-content .image {
  width: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin: 20px 30px 30px 0;
  display: inline-block;
  float: left;
}
#cl-testimonial.slider3 .testimonial-content .testimonial-title {
  display: inline-block;
  text-transform: capitalize;
  margin-top: 35px;
}
#cl-testimonial.testimonial-slide5 .testimonial-content {
  display: flex;
  justify-content: center;
  padding-left: 8px;
}
#cl-testimonial.testimonial-slide5 .testimonial-content .author-image {
  width: 140px;
}
#cl-testimonial.testimonial-slide5 .testimonial-content .author-image .image:after {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  z-index: -1;
  bottom: 11px;
  right: -6px;
  background: #b69d74;
}
#cl-testimonial.testimonial-slide5 .testimonial-content .author-image .image:before {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  z-index: -1;
  top: 11px;
  left: -6px;
  background: #b69d74;
}
#cl-testimonial.testimonial-slide5 .testimonial-content .testi-desc {
  padding-left: 40px;
  padding-right: 30px;
  width: calc(100% - 140px);
}
#cl-testimonial.testimonial-slide5 .testimonial-content .testi-desc p {
  padding: 0;
}
#cl-testimonial.testimonial-slide5 .owl-dots {
  margin-top: 40px;
}
#cl-testimonial.testimonials-area.slider8 {
  position: relative;
}
#cl-testimonial.testimonials-area.slider8 .images-testimonial p {
  margin: 0;
  padding: 0 !important;
  text-align: center !important;
  font-size: 15px;
  line-height: 28px;
  max-width: 800px;
  margin: 0 auto;
}
#cl-testimonial.testimonials-area.slider8 .images-testimonial p i {
  display: block;
  text-align: center;
  font-size: 50px;
  opacity: 0.05;
  margin: 35px 0 13px;
}
#cl-testimonial.testimonials-area.slider8 .images-testimonial img {
  width: 120px;
  margin: 0 auto 29px;
  box-shadow: 0 20px 68px rgba(34, 34, 34, 0.4);
}
#cl-testimonial.testimonials-area.slider8 .testimonials-nav {
  width: 230px;
  top: 60px;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
#cl-testimonial.testimonials-area.slider8 .testimonials-nav .slick-list.draggable {
  display: none;
}
#cl-testimonial.testimonials-area.slider8 .testimonials-nav .slick-prev,
#cl-testimonial.testimonials-area.slider8 .testimonials-nav .slick-next {
  opacity: 1;
}
#cl-testimonial.testimonials-area.slider8 .testimonials-nav .slick-prev {
  left: 20px;
}
#cl-testimonial.testimonials-area.slider8 .testimonials-nav .slick-prev:after {
  font-size: 18px;
  content: "\f138";
  font-family: Flaticon;
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  position: absolute;
  font-weight: normal;
  color: #fff;
  transform: translateX(-50%);
}
#cl-testimonial.testimonials-area.slider8 .testimonials-nav .slick-next {
  right: 20px;
}
#cl-testimonial.testimonials-area.slider8 .testimonials-nav .slick-next:after {
  font-size: 18px;
  content: "\f137";
  font-family: Flaticon;
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  position: absolute;
  font-weight: normal;
  color: #fff;
  transform: translateX(-50%);
}
#cl-testimonial.testimonials-area.slider8 p {
  margin: 0 auto !important;
}
#cl-testimonial.testimonials-area.slider8 ul.author {
  text-align: center;
  padding: 37px 0 0 !important;
}
#cl-testimonial.testimonials-area.slider8 ul.author li {
  font-size: 20px;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 500;
}
#cl-testimonial.testimonials-area.slider8 ul.author li:last-child {
  text-transform: capitalize;
  font-size: 14px;
  padding-top: 5px;
}
#cl-testimonial.testimonials-area.slider8.text-left .images-testimonial {
  padding-left: 20px;
  padding-top: 45px;
}
#cl-testimonial.testimonials-area.slider8.text-left .images-testimonial p {
  position: relative;
  max-width: 100%;
  text-align: left;
  margin: 0 auto !important;
}
#cl-testimonial.testimonials-area.slider8.text-left .images-testimonial i {
  font-size: 80px;
  position: absolute;
  left: -18px;
  opacity: 1;
  top: -30px;
  z-index: -1;
}
#cl-testimonial.testimonials-area.slider8.text-left .images-testimonial ul.author,
#cl-testimonial.testimonials-area.slider8.text-left .images-testimonial p {
  text-align: left !important;
}
#cl-testimonial.testimonials-area.slider8.text-left .testimonials-nav {
  overflow: hidden;
}
#cl-testimonial.testimonials-area.slider8.text-left .testimonials-nav .slick-list {
  float: right;
}
#cl-testimonial.testimonials-area.slider8.text-left .testimonials-nav .slick-track {
  width: 100% !important;
  float: right;
}
#cl-testimonial.testimonials-area.slider8.text-left .testimonials-nav .slick-slide {
  width: 15px !important;
  height: 6px;
  border-radius: 3px;
  background: #1f2839;
  display: inline-block;
  margin: 0 4px;
  cursor: pointer;
  transition: 0.3s;
}
#cl-testimonial.testimonials-area.slider8.text-left .testimonials-nav .slick-slide:hover,
#cl-testimonial.testimonials-area.slider8.text-left .testimonials-nav .slick-slide.slick-current {
  background: #b69d74;
}
#cl-testimonial.testimonials-area.slider8:hover .slick-prev {
  left: 00px;
}
#cl-testimonial.testimonials-area.slider8:hover .slick-next {
  right: 0px;
}
.testimonial-light #cl-testimonial .testimonial-slide7 .single-testimonial {
  margin: 0;
  border-left: 4px solid #b69d74;
  box-shadow: none;
}
.testimonial-light #cl-testimonial .testimonial-slide7 .single-testimonial:before,
.testimonial-light #cl-testimonial .testimonial-slide7 .single-testimonial:after {
  border-top-color: #b69d74;
  border-right-color: #b69d74;
  border-right: 30px solid #b69d74;
}
.testimonial-light #cl-testimonial .testimonial-slide7 .single-testimonial:after {
  border-top: 30px solid transparent;
  border-bottom-color: #b69d74;
}
.testimonial-light #cl-testimonial .testimonial-slide7 .single-testimonial .cl-author-info li:first-child {
  font-size: 18px;
  color: #1f2839;
  margin-bottom: 0;
  padding-bottom: 0 !important;
  line-height: 28px;
  margin-top: 5px;
}
.testimonial-light #cl-testimonial .slick-dots {
  text-align: right;
  bottom: -4px;
}
.testimonial-light #cl-testimonial .slick-dots li button {
  background: #fff !important;
  border: 1px solid #ffff !important;
}
.light-button #cl-testimonial ul.slick-dots li button {
  border: 1px solid #fff !important;
}
.mfp-close-btn-in .mfp-close {
  top: 10px;
  right: -30px;
  text-align: right;
  padding-right: 0;
  display: inline-block;
  text-align: center;
  background: #b69d74;
  width: 44px;
  border-radius: 50%;
  font-size: 27px;
}
.rs_button.btn-border {
  border-width: 2px;
  border-style: solid;
  border-color: #b69d74;
  line-height: 55px;
  background: transparent;
}
.rs-btn.btn-center {
  text-align: center;
}
.rs-btn.btn-left {
  text-align: left;
}
.rs-btn.btn-right {
  text-align: right;
}
.portfolio-filter {
  margin-bottom: 20px;
}
.portfolio-filter.filter-center {
  text-align: center;
}
.portfolio-filter.filter-right {
  text-align: right;
}
.portfolio-filter.filter-left {
  text-align: left;
}
.portfolio-filter button {
  font-size: 16px;
  background: transparent !important;
  color: #fff;
  background: #1f2839 !important;
  margin: 0 20px 12px 0;
  display: inline-block;
  padding: 0;
  transition: 0.4s;
  outline: none;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  position: relative;
  padding: 6px 24px;
  border-radius: 30px;
  border: 0;
}
.portfolio-filter button:hover,
.portfolio-filter button.active {
  color: #fff !important;
  background: #b69d74 !important;
}
.rs-vertical-middle {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.rs-vertical-bottom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.gutter-no-gap .row {
  margin: 0 !important;
}
.gutter-no-gap .row [class*="col-"] {
  padding: 0 !important;
  margin: 0 !important;
}
.portfolio-item {
  border-radius: 5px;
}
.rs-portfolio-style1 .portfolio-item {
  position: relative;
  overflow: hidden;
}
.rs-portfolio-style1 .portfolio-item .portfolio-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 30%;
  left: 0;
  text-align: center;
  z-index: 10;
  padding: 25px;
  opacity: 0;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  border-radius: 5px;
}
.rs-portfolio-style1 .portfolio-item .portfolio-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease 0s;
  border-radius: 5px;
}
.rs-portfolio-style1 .portfolio-item .portfolio-content .vertical-middle {
  position: relative;
  z-index: 9;
}
.rs-portfolio-style1 .portfolio-item .portfolio-content .p-category {
  color: #fff;
  margin-bottom: 0;
}
.rs-portfolio-style1 .portfolio-item .portfolio-content .p-category a {
  color: #fff;
}
.rs-portfolio-style1 .portfolio-item .portfolio-content .p-category a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.rs-portfolio-style1 .portfolio-item .portfolio-content .vertical-middle-cell {
  display: table-cell;
  vertical-align: middle;
}
.rs-portfolio-style1 .portfolio-item .portfolio-img img {
  width: 100%;
  border-radius: 5px;
}
.rs-portfolio-style1 .portfolio-item .p-link {
  transition: all 0.3s ease 0s;
  display: inline-block;
  font-size: 19px;
  width: 52px;
  line-height: 54px;
  height: 52px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
}
.rs-portfolio-style1 .portfolio-item .p-link i {
  margin-left: 2px;
}
.rs-portfolio-style1 .portfolio-item .p-link:hover {
  background-color: #b69d74;
  color: #fff;
}
.rs-portfolio-style1 .portfolio-item .p-title {
  font-size: 20px;
  line-height: normal;
  margin-top: 15px;
  color: #fff;
  margin-bottom: 0;
}
.rs-portfolio-style1 .portfolio-item .p-title a {
  color: #fff;
}
.rs-portfolio-style1 .portfolio-item .p-title a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.rs-portfolio-style1 .portfolio-item .p-desc {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
  margin-top: 10px;
}
.rs-portfolio-style1 .portfolio-item:hover .portfolio-content {
  opacity: 1;
  top: 0;
}
.rs-portfolio-style1 .portfolio-item:hover .portfolio-content:before {
  opacity: 1;
}
.rs-portfolio-style2 .portfolio-item {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.rs-portfolio-style2 .portfolio-item .portfolio-img {
  position: relative;
  z-index: 10;
}
.rs-portfolio-style2 .portfolio-item .portfolio-img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease 0s;
  border-radius: 5px;
}
.rs-portfolio-style2 .portfolio-item .portfolio-img img {
  width: 100%;
}
.rs-portfolio-style2 .portfolio-item .portfolio-img .read_more {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  color: #fff;
  border-radius: 30px;
  padding: 12px 25px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.rs-portfolio-style2 .portfolio-item .portfolio-img .read_more:hover {
  background: #b69d74 !important;
  border-color: #b69d74 !important;
}
.rs-portfolio-style2 .portfolio-item .portfolio-content {
  position: absolute;
  bottom: -50px;
  width: 100%;
  padding: 22px 30px;
  z-index: 10;
  transition: all 0.3s ease;
  opacity: 0;
}
.rs-portfolio-style2 .portfolio-item .portfolio-content a {
  color: #fff;
}
.rs-portfolio-style2 .portfolio-item .portfolio-content h4 {
  margin-bottom: 5px;
}
.rs-portfolio-style2 .portfolio-item .portfolio-content p {
  margin-bottom: 0;
  color: #cccccc;
}
.rs-portfolio-style2 .portfolio-item:hover .portfolio-content {
  bottom: 0;
  opacity: 1;
}
.rs-portfolio-style2 .portfolio-item:hover .portfolio-img:before {
  opacity: 1;
}
.rs-portfolio-style2 .portfolio-item:hover .read_more {
  opacity: 1;
  visibility: visible;
}
.rs-portfolio-style3 .portfolio-item {
  position: relative;
  overflow: hidden;
}
.rs-portfolio-style3 .portfolio-item .portfolio-img {
  position: relative;
  z-index: 10;
}
.rs-portfolio-style3 .portfolio-item .portfolio-img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1f2839;
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.rs-portfolio-style3 .portfolio-item .portfolio-img img {
  width: 100%;
  border-radius: 5px;
}
.rs-portfolio-style3 .portfolio-item .portfolio-img .p-link {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: inline-block;
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease;
  opacity: 0;
}
.rs-portfolio-style3 .portfolio-item .portfolio-img .p-link i {
  margin-left: 2px;
}
.rs-portfolio-style3 .portfolio-item .portfolio-img .p-link:hover {
  opacity: 0.7 !important;
}
.rs-portfolio-style3 .portfolio-item .portfolio-content {
  position: absolute;
  padding: 15px 20px;
  opacity: 0;
  z-index: 10;
  top: 0;
  width: 100%;
}
.rs-portfolio-style3 .portfolio-item .portfolio-content a {
  color: #fff;
}
.rs-portfolio-style3 .portfolio-item .portfolio-content h3 {
  margin-bottom: 5px;
  font-size: 20px;
  transition: 0.3s ease all;
}
.rs-portfolio-style3 .portfolio-item .portfolio-content p {
  margin-bottom: 0;
  color: #fff;
  transition: 0.3s ease all;
}
.rs-portfolio-style3 .portfolio-item:hover .portfolio-content {
  opacity: 1;
}
.rs-portfolio-style3 .portfolio-item:hover .portfolio-img:before {
  opacity: 0.7;
}
.rs-portfolio-style3 .portfolio-item:hover .portfolio-img .p-link {
  opacity: 1;
}
.rs-portfolio-style4 .portfolio-item {
  position: relative;
  overflow: hidden;
}
.rs-portfolio-style4 .portfolio-item .portfolio-img {
  position: relative;
  z-index: 10;
}
.rs-portfolio-style4 .portfolio-item .portfolio-img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1f2839;
  transition: all 0.4s ease 0s;
  opacity: 0;
  z-index: 10;
  border-radius: 5px;
}
.rs-portfolio-style4 .portfolio-item .portfolio-img img {
  width: 100%;
  -webkit-transition: 1.3s all ease;
  transition: 1.3s all ease;
  border-radius: 5px;
}
.rs-portfolio-style4 .portfolio-item .portfolio-img .p-link {
  display: none;
}
.rs-portfolio-style4 .portfolio-item .portfolio-content {
  position: absolute;
  padding: 15px 20px;
  opacity: 0;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  width: 100%;
}
.rs-portfolio-style4 .portfolio-item .portfolio-content a {
  color: #fff;
}
.rs-portfolio-style4 .portfolio-item .portfolio-content h3 {
  margin-bottom: 5px;
  font-size: 20px;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.rs-portfolio-style4 .portfolio-item .portfolio-content h3 a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.rs-portfolio-style4 .portfolio-item .portfolio-content .p-title {
  margin-bottom: 15px;
}
.rs-portfolio-style4 .portfolio-item .portfolio-content p {
  margin-bottom: 0;
  color: #fff;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.rs-portfolio-style4 .portfolio-item .portfolio-content p a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.rs-portfolio-style4 .portfolio-item:hover .portfolio-content {
  opacity: 1;
}
.rs-portfolio-style4 .portfolio-item:hover .portfolio-content h3 {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.rs-portfolio-style4 .portfolio-item:hover .portfolio-content p {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.rs-portfolio-style4 .portfolio-item:hover .portfolio-img:before {
  opacity: 0.7;
}
.rs-portfolio-style4 .portfolio-item:hover .portfolio-img img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.rs-portfolio-style5 .portfolio-item {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.rs-portfolio-style5 .portfolio-item .portfolio-img {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.rs-portfolio-style5 .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-style5 .portfolio-item .portfolio-img img {
  width: 100%;
  -webkit-transition: 1.3s all ease;
  transition: 1.3s all ease;
  border-radius: 0px;
}
.rs-portfolio-style5 .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-style5 .portfolio-item .portfolio-img .p-link i {
  margin-left: 2px;
  display: none;
}
.rs-portfolio-style5 .portfolio-item .portfolio-content {
  position: relative;
  padding: 15px 20px;
  opacity: 1;
  z-index: 999;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
  width: 100%;
  border: 1px solid #ebebeb;
  border-top: 0;
}
.rs-portfolio-style5 .portfolio-item .portfolio-content a {
  color: #1f2839;
}
.rs-portfolio-style5 .portfolio-item .portfolio-content h4 {
  margin-bottom: 0;
  font-size: 20px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
  line-height: 30px !important;
}
.rs-portfolio-style5 .portfolio-item .portfolio-content h4 a:hover {
  color: #b69d74;
}
.rs-portfolio-style5 .portfolio-item .portfolio-content p {
  margin-bottom: 0;
  color: #1f2839;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}
.rs-portfolio-style5 .portfolio-item:hover .portfolio-content {
  opacity: 1;
}
.rs-portfolio-style5 .portfolio-item:hover .portfolio-content h3 {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.rs-portfolio-style5 .portfolio-item:hover .portfolio-content p {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.rs-portfolio-style5 .portfolio-item:hover .portfolio-img:before {
  opacity: 1;
}
.rs-portfolio-style5 .portfolio-item:hover .portfolio-img img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.rs-portfolio-style5 .portfolio-item:hover .portfolio-img .p-link {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.light .rs-portfolio-style5 .portfolio-item .portfolio-content {
  background: #fff;
}
.rs-portfolio .portfolio-item .portfolio-img img,
.rs-portfolio .portfolio-item .portfolio-content::before {
  border-radius: 5px;
}
.rs-portfolio-agency .portfolio-filter {
  margin-bottom: 30px;
}
.single-portfolios .project-img {
  margin-bottom: 50px;
}
.single-portfolios .ps-informations {
  padding: 40px 40px 45px;
  background: rgba(16, 16, 16, 0.05);
  margin-top: 10px;
}
.ps-navigation {
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.ps-navigation ul {
  margin: 0 !important;
  list-style: none;
}
.ps-navigation ul .prev {
  display: inline-block;
  text-align: left;
}
.ps-navigation ul .next {
  display: inline-block;
  text-align: right;
}
.ps-navigation ul a span {
  display: block;
  font-weight: normal;
  text-transform: capitalize;
}
.ps-navigation ul a span:first-child {
  margin-top: 0;
}
.ps-navigation ul a span.pagi-date {
  font-size: 13px;
  color: #aaa;
  line-height: normal;
  margin-top: 5px;
}
.ps-navigation ul a:hover {
  color: #b69d74 !important;
}
.single-events .ps-navigation {
  margin-bottom: 0;
}
/* ------------------------------------
    21. Gallery Css
  ---------------------------------------*/
.rs-gallery .gallery-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  cursor: pointer;
}
.rs-gallery .gallery-item .zoom-icon i {
  text-align: center;
  font-size: 20px;
  display: inline-block;
  margin: 0 8px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  height: 45px;
  width: 45px;
  line-height: 45px;
}
.rs-gallery .gallery-item:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  opacity: 0.5;
  transform: scale(0);
  visibility: hidden;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
}
.rs-gallery .gallery-item:hover:after {
  opacity: 0.5;
  visibility: visible;
  transform: scale(1);
}
.rs-gallery .gallery-item:hover .zoom-icon i {
  opacity: 1;
  visibility: visible;
}
.rs-gallery.slider_style .owl-carousel .owl-item img {
  border-radius: 0px;
}
.rs-gallery.slider_style .owl-carousel .owl-item .gallery-item:after {
  content: "";
  width: 80%;
  height: 80%;
  position: absolute;
  top: 10%;
  left: 10%;
}
.rs-gallery .gallery-carousel .gallery-item {
  margin-bottom: 0;
}
.rs-gallery .slick-dots {
  margin-top: 20px;
}
.slick-dots {
  margin: 0;
  text-align: center;
}
.slick-dots li {
  list-style: none;
  display: inline-block;
  margin-right: 12px;
}
.slick-dots li button {
  font-size: 0;
  padding: 0;
  width: 12px;
  height: 12px;
  line-height: 12px;
  border-radius: 100%;
  margin: 0 4px;
  border: 1px solid transparent;
  background: #b69d74;
  outline: none;
}
.slick-dots li.slick-active button {
  background: transparent;
  border: 1px solid #b69d74;
}
.rs-galleys .galley-img {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.rs-galleys .galley-img .zoom-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 100px;
  transition: all 0.5s ease-in-out;
}
.rs-galleys .galley-img .zoom-icon i {
  font-size: 15px;
}
.rs-galleys .galley-img .zoom-icon i:before {
  font-size: 45px;
}
.rs-galleys .galley-img .zoom-icon:hover {
  color: #1f2839;
}
.rs-galleys .galley-img .p-title {
  font-size: 18px;
  position: absolute;
  bottom: -40px;
  left: 25px;
  padding: 14px 0 10px;
  font-weight: 500;
  margin: 0;
  color: #fff;
  opacity: 0;
  z-index: 9;
  transition: 0.3s all ease-out;
}
.rs-galleys .galley-img:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 101%;
  left: 0;
  background: #1f2839;
  content: "";
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  visibility: hidden;
  opacity: 0;
}
.rs-galleys .galley-img:hover:before {
  width: 100%;
  opacity: 0.8;
  visibility: visible;
  top: 0;
}
.rs-galleys .galley-img:hover .zoom-icon {
  visibility: visible;
  opacity: 1;
  color: #fff !important;
}
.rs-galleys .galley-img:hover .p-title {
  opacity: 1;
  bottom: 20px;
}
.rs-galleys .gallery-space {
  padding: 0;
}
.rs-galleys .gallery-space .galley-img {
  margin: 0;
}
.rs-galleys.spaceing .gallery-space {
  padding: 0 15px;
}
.rs-galleys.spaceing .gallery-space .galley-img {
  margin: 0 0 30px;
}
.rs-galleys.style2 {
  position: relative;
}
.rs-galleys.style2 .gallery-desc {
  max-width: 630px;
  background: #b69d74;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 70px 0;
  z-index: 10;
  text-align: center;
}
.rs-galleys.style2 .gallery-desc .title {
  font-size: 48px;
  color: #ffffff;
  line-height: 50px;
  margin-bottom: 0;
}
.rs-galleys.style2 .gallery-desc .sub-title {
  font-size: 32px;
  line-height: 42px;
  color: #1f2839;
  margin-bottom: 0;
}
.rs-galleys.style2 .galley-img:hover:before {
  top: 0;
  visibility: visible;
  opacity: 0.5;
}
.mfp-bg {
  z-index: 99999;
  opacity: 0.88;
}
.mfp-wrap {
  z-index: 99999;
}
/* ------------------------------------
    21. Portfolio Details
  ---------------------------------------*/
.rs-porfolio-details .ps-informations ul {
  margin: 0;
  list-style: none;
  text-align: left;
}
.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;
}
.rs-porfolio-details .ps-image-wrap {
  margin-bottom: 50px;
}
.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;
  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 #b69d74;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.rs-porfolio-details .ps-share ul li a:hover {
  background-color: #b69d74;
  color: #1f2839;
}
.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;
  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 #b69d74;
  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: #b69d74;
  color: #ffffff;
}
/*--------------------------------------------------------------
Rs service slider css
--------------------------------------------------------------*/
#rs-services-slider {
  padding-bottom: 30px;
}
#rs-services-slider .item-thumb {
  width: 100%;
  padding-right: 16px;
}
#rs-services-slider .item-thumb img {
  border-radius: 5px;
}
#rs-services-slider .item-thumb .owl-dot {
  width: 48%;
  display: inline-block;
  justify-content: center;
  padding: 10px;
  float: left;
  cursor: pointer;
  margin-left: 10px;
  margin-bottom: 10px;
}
#rs-services-slider .device-lg .item-thumb .owl-dot,
#rs-services-slider .device-sm .item-thumb .owl-dot {
  height: 150px;
}
#rs-services-slider .device-xs .item-thumb .owl-dot {
  width: 50%;
  padding: 10px;
  height: 100px;
}
#rs-services-slider .feature-content {
  margin-bottom: 12px;
}
#rs-services-slider .img_wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
}
#rs-services-slider .img_wrap .feature-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 33px;
  z-index: 9;
  color: #fff;
}
#rs-services-slider .img_wrap .feature-title a {
  color: #fff;
}
#rs-services-slider .img_wrap .feature-title a:hover {
  color: #b69d74;
}
#rs-services-slider .img_wrap a img {
  width: 100%;
}
#rs-services-slider .img_wrap:before {
  content: "";
  position: absolute;
  background: #1f2839;
  left: -60px;
  right: 0;
  bottom: -80px;
  display: block;
  height: 192px;
  opacity: .8;
  z-index: 1;
  transform: rotate(-3deg);
  width: 150%;
}
#rs-services-slider .img_wrap:after {
  content: "";
  position: absolute;
  background: #1f2839;
  left: -150px;
  right: 0;
  bottom: -80px;
  display: block;
  height: 204px;
  opacity: .8;
  z-index: 1;
  transform: rotate(-3deg);
  width: 150%;
}
#rs-services-slider .item-thumb .owl-dot span {
  position: relative;
  display: block;
  background-size: cover;
  background-position: center center;
  width: auto;
  height: 100%;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.05);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#rs-services-slider .item-thumb .owl-dot.active span,
#rs-services-slider .item-thumb .owl-dot:hover span {
  opacity: .7;
}
#rs-services-slider .menu-carousel .heading-block h4 {
  margin-bottom: 7px;
  margin-top: 10px;
  letter-spacing: 2px;
  font-size: 20px;
  line-height: 20px;
}
#rs-services-slider .menu-carousel .heading-block h4 a {
  color: #1f2839;
  transition: .20s;
}
#rs-services-slider .menu-carousel .heading-block h4 a:hover {
  color: #b69d74;
}
#rs-services-slider .menu-carousel .feature-content {
  position: relative;
  padding: 16px 0 0;
  border-radius: 0 0 5px 0px;
  text-align: left;
}
#rs-services-slider .menu-carousel .feature-content .service_details {
  padding-top: 36px;
}
#rs-services-slider .menu-carousel .heading-block p {
  margin-bottom: 0;
}
#rs-services-slider .menu-carousel .heading-block .readon {
  margin-top: 20px;
}
#rs-services-slider .menu-carousel .heading-block .food-info {
  color: #BBB;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 14px;
}
#rs-services-slider .food-price {
  position: absolute;
  top: 40px;
  right: 50px;
  font-size: 20px;
  letter-spacing: -1px;
  font-weight: 500;
}
#rs-services-slider .menu-carousel .more-link {
  margin-top: 35px;
  border-bottom: 1px solid #333 !important;
}
#rs-services-slider .more-link {
  font-style: normal;
  border-bottom: 0;
  color: #333;
  margin-top: 10px;
  font-size: 14px;
}
#rs-services-slider .team-title h4 {
  font-size: 15px;
}
#rs-services-slider .team-title span {
  font-style: normal;
  margin-bottom: 15px;
  color: #aaa !important;
  font-size: 12px;
  letter-spacing: 1px;
}
#rs-services-slider .entry {
  padding: 0;
  margin: 0;
  border-bottom: 0;
  -webkit-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.08);
}
#rs-services-slider .entry-title {
  background-color: #FFF;
  padding: 15px;
}
#rs-services-slider .entry-title h2 {
  text-transform: none;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
}
#rs-services-slider .entry-meta {
  margin: 8px 0 0;
}
#rs-services-slider .ipost .entry-meta li a {
  font-size: 11px;
  font-style: normal;
  letter-spacing: 1px;
  color: #999;
}
#rs-services-slider .entry-meta li:before {
  content: '\00b7';
  opacity: 1;
}
#rs-services-slider .service-button {
  margin: 80px 0 80px 15px;
}
#rs-services-slider .device-sm .service-button,
#rs-services-slider .device-xs .service-button {
  margin: 30px 0 0;
}
#rs-services-slider .clfeatures .cl-ft-item {
  border-radius: 5px;
}
#rs-services-slider .clfeatures .cl-ft-item img {
  display: block;
  margin: 0;
  border-radius: 5px;
}
#rs-services-slider .item-thumb .owl-dot {
  position: relative;
}
#rs-services-slider .item-thumb .owl-dot:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 99;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background: rgba(0, 0, 0, 0.8);
  transition: all 500ms ease;
  opacity: 0;
  border-radius: 5px;
}
#rs-services-slider h5.overlay-feature-title {
  font-size: 16px;
  line-height: 140%;
  font-weight: normal;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999;
  text-align: center;
  width: calc(80%);
  transition: all 500ms ease;
  opacity: 0;
}
#rs-services-slider h5.overlay-feature-title a {
  color: #fff;
  pointer-events: none;
}
#rs-services-slider .item-thumb .owl-dot:hover:before,
#rs-services-slider .item-thumb .owl-dot.active:before {
  opacity: 1;
}
#rs-services-slider .item-thumb .owl-dot.service_icon_style {
  float: none;
  text-align: center;
  background: #ffffff;
  padding-top: 28px;
  padding-bottom: 22px;
  border-radius: 3px;
  box-shadow: 0 0 7px 7px rgba(0, 0, 0, 0.02);
}
#rs-services-slider .item-thumb .owl-dot.service_icon_style:before {
  display: none;
}
#rs-services-slider .item-thumb .owl-dot.service_icon_style .tile-content {
  margin-top: 10px;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 16px;
}
#rs-services-slider .item-thumb .owl-dot.service_icon_style .tile-content a {
  color: #1f2839;
}
#rs-services-slider .item-thumb .owl-dot.service_icon_style.active .tile-content a,
#rs-services-slider .item-thumb .owl-dot.service_icon_style:hover .tile-content a {
  color: #1f2839;
}
#rs-services-slider .item-thumb .owl-dot:hover h5.overlay-feature-title,
#rs-services-slider .item-thumb .owl-dot.active h5.overlay-feature-title {
  opacity: 1;
}
@media (min-width: 992px) {
  #rs-services-slider #header,
  #rs-services-slider #header-wrap {
    z-index: 200;
    background-color: transparent !important;
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: auto 100%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }
  #rs-services-slider #primary-menu ul li > a {
    padding-top: 32px;
    padding-bottom: 10px;
  }
  #rs-services-slider #header.sticky-header #header-wrap {
    background-color: transparent !important;
    box-shadow: none;
  }
  #rs-services-slider .slider-caption h2 {
    font-size: 76px;
  }
  #rs-services-slider .food-price {
    font-size: 24px;
    top: 50px;
    right: 60px;
  }
}
#rs-services-slider .services-wrap .services-item {
  position: relative;
  padding: 0px 25px 65px;
  z-index: 10;
}
#rs-services-slider .services-wrap .services-item:after {
  content: '';
  position: absolute;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #fff;
  transition: all 0.3s ease 0s;
  top: 50%;
  transform: scale(1, 0.9) translateY(-50%);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  opacity: 0;
}
#rs-services-slider .services-wrap .services-item:hover .services-desc:after {
  background: #b69d74;
  width: 100px;
}
#rs-services-slider .services-wrap .services-item:hover:after {
  opacity: 1;
  transform: scale(1, 1) translateY(-50%);
}
#rs-services-slider .services-wrap .services-icon {
  position: relative;
  display: inline-block;
  font-size: 64px;
  color: #b69d74;
}
#rs-services-slider .services-wrap .services-title {
  font-size: 20px;
  margin-top: 35px;
  margin-bottom: 25px;
}
#rs-services-slider .services-wrap .services-desc {
  position: relative;
}
#rs-services-slider .services-wrap .services-desc:after {
  content: '';
  position: absolute;
  left: 0;
  height: 2px;
  width: 50px;
  bottom: -45px;
  background: rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
}
#rs-services-slider .services-wrap .services-desc p {
  margin-bottom: 55px;
}
/*--------------------------------------------------------------
Rs service Grid css
--------------------------------------------------------------*/
.rs-service-grid .service-item {
  position: relative;
}
.rs-service-grid .service-item .service-img {
  position: relative;
  overflow: hidden;
}
.rs-service-grid .service-item .service-img img {
  border-radius: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.4s linear;
}
.rs-service-grid .service-item .service-img:before {
  content: "";
  position: absolute;
  background: #1f2839;
  left: -73px;
  right: 0;
  bottom: -28px;
  display: block;
  height: 155px;
  opacity: .8;
  z-index: 1;
  transform: rotate(-8deg);
  width: 150%;
  transition: all 0.4s ease-in-out;
}
.rs-service-grid .service-item .service-img:after {
  content: "";
  position: absolute;
  background: #1f2839;
  left: -73px;
  right: 0;
  bottom: -28px;
  display: block;
  height: 136px;
  opacity: .6;
  z-index: 1;
  transform: rotate(-8deg);
  width: 150%;
  transition: all 0.4s ease-in-out;
}
.rs-service-grid .service-item .service-img .p-title {
  font-size: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 28px 0;
  font-weight: 500;
  margin: 0;
  z-index: 9;
}
.rs-service-grid .service-item .service-img .p-title a {
  color: #fff;
  opacity: 1;
}
.rs-service-grid .service-item .service-content {
  display: block;
}
.rs-service-grid .service-item .service-content .service-excerpt {
  padding-top: 0;
}
.rs-service-grid .service-item .service-content .service-excerpt p {
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 0 25px;
}
.rs-service-grid .service-item .service-content {
  position: absolute;
  opacity: 0;
  padding: 20px;
  color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  z-index: 9;
}
.rs-service-grid .service-item .service-content:before {
  content: "";
  position: absolute;
  background: #1f2839;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  top: 0;
  opacity: 0;
  z-index: 0;
}
.rs-service-grid .service-item .service-content .service-button {
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.4s linear;
}
.rs-service-grid .service-item .service-content .service-button .readon.rs_button {
  height: 50px;
  line-height: 48px;
  background: #fff;
  border: 2px solid;
  border-color: #fff;
  color: #1f2839;
}
.rs-service-grid .service-item .service-content .service-button .readon.rs_button:hover {
  background: #fff;
  padding-right: 55px;
  border: 2px solid;
  border-color: #1f2839;
  color: #1f2839;
}
.rs-service-grid .service-item .service-content .service-button .readon.rs_button:hover:before {
  right: 35px;
  color: #1f2839;
}
.rs-service-grid .service-item:hover .service-content {
  opacity: 1;
}
.rs-service-grid .service-item:hover .service-content:before {
  opacity: .8;
}
.rs-service-grid .service-item:hover .service-button {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
.rs-service-grid .service-item:hover .service-img h3.p-title {
  display: none;
}
.rs-service-grid .service-item:hover .service-img:before,
.rs-service-grid .service-item:hover .service-img:after {
  opacity: 0;
  height: 0;
}
.rs-service-grid .service-item:hover .service-img img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.rs-service-grid .service-item:hover .service-content .service-excerpt p {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
.rs-service-grid.rs-service-style2 .service-item .service-img:before,
.rs-service-grid.rs-service-style2 .service-item .service-img:after {
  height: 90px;
  transform: rotate(0deg);
  bottom: 0;
  z-index: 0;
}
.rs-service-grid.rs-service-style2 .service-item .service-img h3.p-title {
  padding: 20px 0 14px;
}
.rs-service-grid.rs-service-style2 .service-item .service-content .service-excerpt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
.rs-service-grid.rs-service-stylestyle4 .service-item-four {
  position: relative;
  overflow: hidden;
  border-radius: 7px;
}
.rs-service-grid.rs-service-stylestyle4 .service-item-four:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
  content: "";
  position: absolute;
  background: transparent;
  border-radius: 0;
  z-index: 1;
  transition: 0.4s;
}
.rs-service-grid.rs-service-stylestyle4 .service-item-four:hover:before {
  background-color: #b69d74;
}
.rs-service-grid.rs-service-stylestyle4 .service-item-four .service-content {
  padding: 0 20px;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  transition: 0.4s;
  bottom: 15px;
}
.rs-service-grid.rs-service-stylestyle4 .service-item-four .service-content .p-title {
  margin-bottom: 12px;
  font-size: 20px;
}
.rs-service-grid.rs-service-stylestyle4 .service-item-four .service-content p {
  line-height: 22px;
  opacity: 0;
  visibility: hidden;
  margin-bottom: 0;
  height: 0;
  transition: 0.4s;
  color: #ffffff;
  display: block;
}
.rs-service-grid.rs-service-stylestyle4 .service-item-four .service-content h3 {
  color: #1f2839;
  padding: 12px 15px;
  background: rgba(255, 255, 255, 0.8);
  display: inline-block;
  font-size: 18px;
}
.rs-service-grid.rs-service-stylestyle4 .service-item-four .service-content:after,
.rs-service-grid.rs-service-stylestyle4 .service-item-four .service-content:before {
  background: transparent;
}
.rs-service-grid.rs-service-stylestyle4 .service-item-four:hover .service-content {
  bottom: 30px;
}
.rs-service-grid.rs-service-stylestyle4 .service-item-four:hover .service-content h3 {
  color: #fff;
  padding: 0;
  background: transparent;
}
.rs-service-grid.rs-service-stylestyle4 .service-item-four:hover .service-content p {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.rs-service-grid .show_cate_ser {
  display: block;
  font-size: 14px;
}
.box-service .rs-services-default .services-wrap .services-item {
  padding: 25px 25px 25px 10px;
  transition: all 0.6s ease 0s;
  background: #fff;
  box-shadow: 0 14px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  border-radius: 5px;
}
/* Processbar CSS */
.cdev div {
  position: absolute;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}
.skillbar-wrap {
  position: relative;
  height: 150px;
  width: 150px;
}
.skillbar-wrap .skill-title {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 113px;
}
.skillbar-wrap .skill-title:after {
  content: '';
  position: absolute;
  height: 113px;
  width: 1px;
  border: 1px dashed #1f2839;
  display: block;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
}
.cdev div span {
  position: absolute;
  font-family: Arial;
  font-size: 25px;
  line-height: 105px;
  height: 70%;
  width: 70%;
  left: 15%;
  top: 15%;
  text-align: center;
  border-radius: 50%;
  background-color: white;
}
.case-result-grid .content-inner {
  background: #1f2839;
  padding: 70px 50px 50px;
}
.case-result-grid .content-inner .rs-title h2 {
  font-size: 30px;
  line-height: 40px;
}
.case-result-grid .content-inner .rs-title h4 {
  font-size: 18px;
  font-weight: 25px;
}
.case-result-grid .content-inner .case-content {
  overflow: hidden;
}
.case-result-grid .content-inner .case-content h4 {
  color: #ffffff;
  float: left;
  width: 140px;
  margin: 0 0 8px;
  font-size: 18px;
}
.case-result-grid .content-inner .case-content .des {
  overflow: hidden;
}
.case-result-grid .content-inner .rs-title h4 {
  color: #b69d74;
  margin: 0 0 8px;
}
.case-result-grid .content-inner .rs-title a:hover {
  color: #b69d74;
}
.cdev .background {
  background-color: #b3cef6;
}
.cdev .rotate {
  clip: rect(0 75px 150px 0);
  background-color: #4b86db;
}
.cdev .left {
  clip: rect(0 75px 150px 0);
  opacity: 1;
  background-color: #b3cef6;
}
.cdev .right {
  clip: rect(0 75px 150px 0);
  transform: rotate(180deg);
  opacity: 0;
  background-color: #4b86db;
}
@keyframes toggle {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*--------------------------------------------------------------
    Price Table
--------------------------------------------------------------*/
.clpricing-table .price-table.style1 .cl-pricetable-wrap .bottom .btn-table {
  margin: 34px auto 0;
}
.clpricing-table .cl-pricetable-wrap .top {
  background-size: cover !important;
}
.clpricing-table .cl-pricetable-wrap .top .popular {
  background: #b69d74 !important;
  box-shadow: 0px 5px 40px 0px rgba(230, 230, 230, 0.2);
}
.clpricing-table .price-table.style1 .cl-pricetable-wrap .bottom {
  padding-top: 10px;
}
.clpricing-table .price-table.style4 .cl-pricetable-wrap .bottom .btn-table:hover,
.clpricing-table .price-table.style2 .cl-pricetable-wrap .top .btn-table:hover,
.clpricing-table .price-table.style1 .cl-pricetable-wrap .bottom .btn-table:hover {
  background: #b69d74;
  color: #fff;
  border-color: #b69d74;
}
.clpricing-table .price-table.style15 .cl-pricetable-wrap .top .popular {
  background: #bba47e;
}
.clpricing-table .price-table.style1 .cl-pricetable-wrap .top h5,
.clpricing-table .price-table.style1 .cl-pricetable-wrap .top h3,
.clpricing-table .price-table.style1 .cl-pricetable-wrap .top h3 .dolar {
  font-weight: 600 !important;
}
.clpricing-table .price-table.style1 .cl-pricetable-wrap .bottom p {
  line-height: 32px;
}
/*--------------------------------------------------------------
    Floating CSS
--------------------------------------------------------------*/
.floating-top {
  position: relative;
  z-index: 1;
}
/*--------------------------------------------------------------
   Latest product slider
--------------------------------------------------------------*/
.rs-products-slider .product-item {
  background: #fff;
  text-align: center;
  padding: 0px 10px 30px;
}
.rs-products-slider .product-item .product-title {
  padding-top: 15px;
  margin-bottom: 15px;
  font-size: 20px;
}
.rs-products-slider .product-item .product-title a {
  color: #1f2839;
}
.rs-products-slider .product-item .product-title a:hover {
  color: #b69d74;
}
.rs-products-slider .product-item .product-img img {
  width: auto;
  margin: 0 auto;
}
.rs-products-slider .product-item .product-price {
  font-size: 16px;
  color: #767676;
}
.rs-products-slider .product-item .product-price ins {
  background: transparent !important;
  color: #b69d74;
}
.rs-products-slider .product-item .product-btn {
  padding-top: 15px;
}
.rs-products-slider .product-item .product-btn a {
  padding: 0 30px;
  height: 44px;
  line-height: 44px;
  display: inline-block;
  position: relative;
  font-size: 16px;
  background: #b69d74;
  font-weight: 500;
  border-radius: 30px;
  color: #fff;
}
.rs-products-slider .product-item .product-btn a:hover {
  background: #b69d74;
}
.rs-latest-classes .section-title2 {
  margin-bottom: 25px;
}
.rs-latest-classes .gridFilter {
  margin-bottom: 35px;
}
.rs-latest-classes .single-classes {
  box-shadow: 0 3px 10px #ccc;
  margin-bottom: 30px;
}
.rs-latest-classes .single-classes .classes-details {
  padding: 20px 20px 24px;
}
.rs-latest-classes .single-classes .classes-price {
  overflow: hidden;
  margin-top: -67px;
  position: relative;
  z-index: 1;
}
.rs-latest-classes .single-classes .classes-price .cat,
.rs-latest-classes .single-classes .classes-price .price {
  background: #b69d74;
}
.rs-latest-classes .single-classes .classes-price .cat {
  float: left;
  border-radius: 5px;
  margin-top: 8px;
  padding: 4px 15px;
}
.rs-latest-classes .single-classes .classes-price .cat a {
  color: #fff !important;
}
.rs-latest-classes .single-classes .classes-price .price {
  float: right;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
}
.rs-latest-classes .single-classes .classes-img {
  margin-bottom: 20px;
}
.rs-latest-classes .single-classes .classes-title {
  font-size: 20px;
  margin-bottom: 7px;
  margin-top: 10px;
}
.rs-latest-classes .single-classes .classes-title a {
  color: #1f2839;
}
.rs-latest-classes .single-classes .classes-title a:hover {
  color: #b69d74;
}
.rs-latest-classes .single-classes .date-meta {
  font-size: 14px;
}
.rs-latest-classes .single-classes .date-meta > div {
  display: inline-block;
}
.rs-latest-classes .single-classes .date-meta > div i {
  font-size: 14px;
  display: inline-block;
  margin-right: 3px;
  color: #b69d74;
}
.rs-latest-classes .single-classes .date-meta .classes-date {
  margin-right: 10px;
}
.single-mp-event .events-list {
  list-style: none;
}
.single-mp-event .events-list li {
  list-style: none;
}
.single-mp-event tr.mptt-shortcode-row th {
  padding: 5px !important;
}
.single-mp-event .mptt-inner-event-content {
  font-size: 11px !important;
}
.single-mp-event .mptt-shortcode-wrapper {
  padding: 10px 0 30px;
}
.single-mp-event .single-instructors {
  background: #f7f7f7;
  padding: 30px;
}
.single-mp-event .single-instructors ul {
  margin: 0;
  list-style: none;
}
.single-mp-event .single-instructors ul li {
  width: 31%;
  display: inline-block;
  text-align: center;
  margin-right: 20px;
}
.single-mp-event .single-instructors ul li:last-child {
  margin-right: 0;
}
.single-mp-event .single-instructors ul li .thumb {
  border: 1px solid #f8f3f3;
  padding: 5px;
  display: block;
}
.single-mp-event .single-instructors ul li a {
  color: #1f2839;
}
.single-mp-event .single-instructors ul li a:hover {
  color: #b69d74;
}
.single-mp-event .single-instructors ul li span {
  color: #767676;
}
.single-mp-event .single-instructors ul li h5 {
  margin: 13px 0 5px;
}
.single-mp-event .single-instructors h3 {
  padding-bottom: 20px;
}
.single-mp-event .bs-sidebar li {
  list-style: none;
}
.single-mp-event #comments {
  display: none;
}
.single-mp-event .course-features-info {
  margin-bottom: 30px;
  background: #b69d74;
  padding: 30px 30px 30px;
  color: #fff;
  border-radius: 2px;
}
.single-mp-event .course-features-info h3 {
  color: #fff;
  position: relative;
  font-size: 20px;
  line-height: 26px;
  padding: 0 0 15px;
}
.single-mp-event .course-features-info h3:before {
  content: "";
  position: absolute;
  background: #fff;
  height: 2px;
  width: 50px;
  left: 0;
  bottom: 0;
  display: block;
  z-index: 1;
}
.single-mp-event .course-features-info li {
  display: block;
  overflow: hidden;
}
.single-mp-event .course-features-info li:first-child {
  border-top: none;
}
.single-mp-event .course-features-info li + li {
  border-top: 1px solid #db360b;
}
.single-mp-event .course-features-info li .label {
  font-weight: 500;
}
.single-mp-event .course-features-info li .value {
  float: right;
  padding-right: 5px;
}
.single-mp-event .course-features-info .readon.join-now {
  display: block;
  text-align: center;
  background: #fff;
  color: #b69d74;
  box-shadow: none;
  border: none;
  height: inherit !important;
  margin: 0 auto;
  padding-bottom: 10px;
  padding-top: 10px;
  line-height: 30px;
  margin-top: 30px;
  max-width: 150px;
}
.single-mp-event .course-features-info .readon.join-now:hover {
  background: #1f2839;
  color: #fff;
}
.related_trainer {
  background: #f8f8f8;
  padding: 93px 0 60px;
}
.class-details p:first-child:first-letter {
  font-size: 55px;
  font-weight: 700;
  color: #b69d74;
  float: left;
  padding-top: 7px;
  padding-right: 15px;
  padding-left: 10px;
}
.class-details ul {
  padding-left: 20px;
  column-count: 2;
}
/* -----------------------------------
    01. General CSS
-------------------------------------*/
html,
body {
  font-size: 15px;
  color: #767676;
  font-family: 'Open Sans', sans-serif;
  vertical-align: baseline;
  line-height: 26px;
  font-weight: 400;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 26px;
  line-height: 1.8;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Playfair Display', serif;
  color: #1f2839;
  margin: 0 0 26px;
}
h1 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
}
h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}
h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
}
h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
h5 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
a {
  color: #b69d74;
  transition: all 0.3s ease 0s;
  text-decoration: none !important;
  outline: none !important;
}
b,
strong {
  color: #1f2839;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #1f2839;
}
.primaryColor {
  color: #b69d74;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
::-moz-selection {
  background: #b69d74;
  text-shadow: none;
  color: #ffffff;
}
::selection {
  background: #b69d74;
  text-shadow: none;
  color: #ffffff;
}
.mt-40 {
  margin-top: 40px;
}
.box-shadow {
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  position: relative;
  z-index: 1;
}
.right-bg.vc_row {
  background-position: bottom right !important;
}
.rs-services-style4.right-bg {
  background-position: 50% 10% !important;
}
.light .rs-calculate-valu .fitness-chart ul:after {
  background: #fff;
}
.rs-cta ul.stylelisting li {
  line-height: inherit;
}
.course-slider .rs-heading.style10 .title-inner .title {
  left: 15px;
}
.position-relative {
  position: relative;
}
.team-slider-style2 .team-item-wrap {
  margin-bottom: 0;
}
body .bg-fixed {
  background-attachment: fixed !important;
  background-position: center top !important;
}
body .bg-top {
  background-position: center top !important;
}
.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;
  position: relative;
  z-index: 9;
}
.opening-time > .vc_column-inner {
  border-radius: 7px;
}
.title-upper {
  text-transform: uppercase !important;
}
.position-absoult .vc_single_image-img {
  position: absolute;
  bottom: 0;
}
.overflow-visible {
  overflow: visible;
}
body .sec-bg-left-postion {
  background-position: left bottom !important;
}
body .sec-bg-right-postion {
  background-position: right bottom !important;
}
body .bg_100 {
  background-size: 100% !important;
}
.white-color {
  color: #fff;
}
.white-color h1,
.white-color h2,
.white-color h3,
.white-color h4 {
  color: #fff;
}
iframe {
  width: 100%;
}
.floating-box {
  position: relative;
  z-index: 9;
  top: 160px;
}
.padding-0 {
  padding: 0 !important;
}
.cl-count-2 {
  column-count: 2;
}
.cl-count-3 {
  column-count: 3;
}
.sec-border-radius {
  border-radius: 3px 3px 0 0;
  position: relative;
}
body .bg_position_top {
  background-position: top center !important;
}
.rs-left-border-title {
  padding-left: 20px;
  position: relative;
}
.rs-left-border-title:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #b69d74;
}
.rs-left-border-title h4,
.rs-left-border-title h2 {
  text-transform: uppercase;
}
.rs-left-border-title h4 {
  color: #b69d74;
  margin-bottom: 8px;
  line-height: 16px;
}
.rs-left-border-title.white-color h2 {
  color: #ffffff;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after,
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::after,
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before {
  border-color: #d1d1d1 !important;
}
.home-faq .vc_active .wpb_wrapper p {
  color: #d1d1d1;
}
.page-numbers.dots {
  padding-left: 13px;
  border-right: 1px solid #E6E6E6;
  padding-right: 20px;
  line-height: 24px;
  display: inline-block;
}
/* -----------------------
    404
--------------------------*/
.page-error {
  position: relative;
  background: #fff;
  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 .bs-sidebar .bs-search button {
  top: 3px;
}
.page-error .content-area {
  position: relative;
  z-index: 101;
  margin: 0 auto;
  text-align: center;
}
.page-error .content-area h1.page-title {
  color: #b69d74;
  font-size: 100px;
  margin-bottom: 30px;
  margin-top: 0px;
}
.page-error .content-area h3 {
  color: #1f2839;
  font-size: 35px;
  font-weight: 700;
}
.page-error .content-area h3 span {
  display: block;
  font-size: 250px;
  line-height: 250px;
  margin: 0 0 60px;
}
.page-error .bs-sidebar {
  max-width: 400px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.page-error .bs-sidebar {
  padding: 10px 0 35px;
}
/* ------------------------------------
    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: #b69d74;
}
.overflow-show {
  overflow: visible !important;
}
input[type="checkbox"],
input[type="radio"] {
  margin-right: 8px;
  vertical-align: text-top;
}
.rs-vertical-middle {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.rs-vertical-bottom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.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;
}
.images-shadow {
  box-shadow: 2px 3px 8px #ccc;
}
ul.stylelisting {
  list-style-type: none;
  margin-left: 3px !important;
}
ul.stylelisting li {
  position: relative;
  padding-left: 30px !important;
  line-height: 34px;
  border: none !important;
}
ul.stylelisting li:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: "\f05d";
  font-family: 'FontAwesome';
  color: #b69d74;
  font-size: 20px;
}
#practice-tabs-areas .vc_tta-tabs-list {
  text-align: center;
  margin-left: -20px;
}
#practice-tabs-areas .vc_tta-tabs-list li {
  border: 1px solid #374257;
  padding-top: 25px;
  padding-bottom: 10px;
  border-radius: 3px;
  margin-left: 20px;
  width: 18.2%;
}
#practice-tabs-areas .vc_tta-tabs-list li a {
  border: none;
  border-radius: 0;
  background: transparent;
  display: block;
  padding-left: 16px;
  padding-right: 16px;
}
#practice-tabs-areas .vc_tta-tabs-list li a i {
  display: block;
  color: #b69d74;
  margin: 10px 0 34px;
  font-size: 35px;
}
#practice-tabs-areas .vc_tta-tabs-list li a .vc_tta-title-text {
  color: #fff;
  font-size: 20px;
  font-family: 'Playfair Display', serif;
  transition: 0.3s;
  margin-left: 0;
}
#practice-tabs-areas .vc_tta-tabs-list li:hover,
#practice-tabs-areas .vc_tta-tabs-list li.vc_active {
  border-color: #b69d74;
}
#practice-tabs-areas .vc_tta-tabs-list li:hover a .vc_tta-title-text,
#practice-tabs-areas .vc_tta-tabs-list li.vc_active a .vc_tta-title-text {
  color: #b69d74;
}
#practice-tabs-areas .vc_tta-panel-body {
  padding: 0 15px !important;
  border: none !important;
}
#practice-tabs-areas .vc_tta-panels {
  background: transparent;
  border: none;
}
#practice-tabs-areas .vc_tta-panels .vc_tta-panel-body {
  padding: 0;
}
#practice-tabs-areas ul.stylelisting {
  padding-bottom: 14px;
  padding-top: 10px;
}
#practice-tabs-areas ul.stylelisting li {
  color: #ffffff;
}
.home2blog.home2blogtraffic .home-blog-area .blog-item .home_full_blog.slider-blog-title .blog-desc,
.home2blog.home2blogtraffic .rs-blog .blog-item.style1 .blog-slidermeta span,
.home2blog.home2blogtraffic .rs-blog .blog-item.style1 .blog-slidermeta a {
  color: #767676;
}
.home2blog.home2blogtraffic .rs-blog .blog-item.style1 .blogfull {
  padding: 40px 40px 40px;
}
#cl-testimonial .testimonial-content {
  font-size: 15px;
}
.horizontal .team-slider-style1 .team-item .team-content1 {
  margin-bottom: 0;
}
.horizontal .team-slider-style1 .team-item .team-inner-wrap {
  padding-bottom: 0;
}
.discount-title {
  font-size: 60px;
  font-weight: 700;
  display: block;
  color: #b69d74;
  line-height: 90px;
  margin: 0 0 35px;
}
.discount-title h2 {
  font-weight: 800px !important;
}
.discount-title a {
  height: 55px;
  line-height: 55px;
  border-radius: 30px;
  text-align: center;
  display: inline-block;
  color: #ffffff;
  padding: 0 30px;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  z-index: 1;
  background: #b69d74;
  border: none;
}
.discount-title a:hover {
  opacity: 1;
  color: #fff;
}
blockquote {
  margin: 40px 0 !important;
  padding: 45px 60px 35px 85px;
  color: #666;
  position: relative;
  background-repeat: no-repeat;
  background-position: left 20px top 20px;
  background-size: 55px;
  font-size: 18px;
  font-weight: normal;
  font-style: italic;
  line-height: 30px;
  background: #f8f8f8;
}
blockquote:before {
  font-family: Flaticon;
  content: "\f150" !important;
  position: absolute;
  left: 40px;
  top: 36px;
  z-index: 99;
  font-size: 60px;
  font-weight: 600;
  display: block;
  color: #101010;
  opacity: 0.05;
  transform: rotate(180deg);
}
blockquote p {
  margin-bottom: 10px !important;
}
mark,
ins {
  background: #b69d74;
  color: #fff;
  padding: 0 4px;
}
code {
  background: #b69d74;
  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 #1f2839;
  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 #1f2839;
  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 #1f2839;
  border-right: 250px solid transparent;
  left: -21px;
  top: -21px;
}
.border-image.small-border .vc_single_image-wrapper:before {
  border-bottom: 250px solid #1f2839;
  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;
  padding: 14px 35px;
  background: #b69d74;
  position: relative;
}
.mb-30 {
  margin-bottom: 30px;
}
.submit-btn {
  margin: 35px 0 0;
  padding: 0;
  position: relative;
  width: 170px;
}
.submit-btn .wpcf7-submit {
  margin: 0 !important;
  padding: 0 20px;
  font-weight: 400;
  border: none;
  border-color: #1f2839;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  border-radius: 3px;
  font-size: 16px;
  padding-right: 55px;
  height: 50px;
  line-height: 50px;
}
.submit-btn i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -4px;
  transition: 0.4s;
  color: #fff;
}
.submit-btn i:before {
  font-size: 15px;
}
.submit-btn:hover .wpcf7-submit {
  border-color: #b69d74;
  background: #b69d74 !important;
  color: #fff !important;
}
.submit-btn:hover i {
  right: -15px;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover {
  background: #b69d74;
  color: #1f2839;
}
input[type="submit"]:hover {
  opacity: .9;
}
.single-attorneys .project-desc p {
  margin: 20px 0;
}
.rs-porfolios-details .ps-informations {
  margin-top: 25px;
}
.rs-porfolios-details .ps-informations ul {
  list-style: none;
  margin: 0;
}
.rs-porfolios-details .ps-informations ul li {
  margin-bottom: 15px;
}
.rs-porfolios-details .ps-informations ul li i {
  padding-right: 5px;
}
.rs-porfolios-details .ps-informations ul li i:before {
  font-size: 18px;
  color: #b69d74;
}
.rs-porfolios-details .ps-informations ul li.designation-info {
  font-size: 18px;
  margin-bottom: 0;
}
.rs-porfolios-details .ps-informations ul li.phone {
  padding-right: 8px;
  position: relative;
  top: 3px;
}
.rs-porfolios-details .ps-informations ul li.phone a {
  width: auto;
}
.rs-porfolios-details .ps-informations ul li.designation-info {
  color: #1f2839;
}
.rs-porfolios-details .ps-informations ul li.email {
  padding-right: 15px;
  position: relative;
  top: 3px;
}
.rs-porfolios-details .ps-informations ul li.email i:before {
  font-size: 15px;
  position: relative;
  top: -2px;
}
.rs-porfolios-details .ps-informations ul li.email a {
  position: relative;
  width: auto;
  top: -3px;
  color: #767676;
}
.rs-porfolios-details .ps-informations ul li.email a:hover {
  color: #b69d74;
}
.rs-porfolios-details .ps-informations h4.single-title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600 !important;
  margin: 0 0 30px !important;
  display: inline-block;
  background: #b69d74;
  padding: 10px 35px;
  color: #fff;
  position: relative;
}
.rs-porfolios-details .ps-informations h4.single-title:before {
  content: '';
  position: absolute;
  right: -48px;
  top: 0;
  transition: all 0.3s ease 0s;
  z-index: 11;
  width: 0px;
  height: 0px;
  border-bottom: 48px solid transparent;
  border-left: 48px solid transparent;
  border-right: none;
  z-index: 100;
  top: 0px;
  border-left: 48px solid #b69d74;
}
.rs-porfolios-details .project-desc {
  clear: both;
}
.rs-porfolios-details .team-social-icons ul {
  margin: 0;
  text-align: left;
  padding-top: 0;
}
.rs-porfolios-details .team-social-icons ul li {
  display: inline-block;
  border: none;
}
.rs-porfolios-details .team-social-icons ul li a {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  margin-right: 2px;
  border-radius: 0;
  color: #b69d74;
  border: none;
  transition: all 0.3s ease 0s;
}
.rs-porfolios-details .team-social-icons ul li a i {
  padding: 0;
}
.rs-porfolios-details .team-social-icons ul li a i:before {
  font-size: 14px;
}
.rs-porfolios-details .team-social-icons ul li a:hover i {
  padding: 0;
}
.rs-porfolios-details .team-social-icons ul li a:hover i:before {
  color: #ffffff;
}
.rs-porfolios-details .team-social-icons ul li.social-icon a {
  background: #f0f0f0;
  border-radius: 5px;
  margin-right: 12px;
}
.rs-porfolios-details .team-social-icons ul li.social-icon a:hover {
  background: #b69d74;
}
.rs-porfolios-details .team-social-icons ul li.social-icon a:hover i:before {
  color: #ffffff;
}
.rs-porfolios-details .team-skill {
  padding-left: 0;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.rs-porfolios-details .team-skill h3 {
  font-weight: 500;
  margin-bottom: 20px;
}
.rs-porfolios-details .team-skill .rs-progress {
  height: 8px;
  border: 1px solid #b69d74;
  border-radius: 0;
  overflow: visible;
  padding: 1px;
  background: #fff;
  margin-top: 45px;
}
.rs-porfolios-details .team-skill .rs-progress .progress-bar {
  position: relative;
  text-align: left;
  line-height: 4px;
  border-radius: 0;
  box-shadow: none;
  background-color: #b69d74;
  font-size: 16px;
}
.rs-porfolios-details .team-skill .rs-progress .progress-bar .pb-label {
  position: absolute;
  left: 0px;
  top: -24px;
  color: #767676;
}
.rs-porfolios-details .team-skill .rs-progress .progress-bar .pb-percent {
  position: absolute;
  right: -13px;
  top: -30px;
  padding: 8px 5px;
  color: #767676;
}
.rs-porfolios-details .innertrainers {
  padding-left: 20px;
}
.rs-porfolios-details .innertrainers h2.attorney_title {
  margin-bottom: 7px;
  font-size: 30px;
  line-height: 40px;
}
.rs-porfolios-details .innertrainers .team-social-icons {
  padding-top: 15px;
}
.rs-education-training {
  background: #faf8f7;
  padding-top: 105px;
  padding-bottom: 84px;
}
.rs-education-training h2.title {
  margin-bottom: 6px;
  font-size: 30px;
  line-height: 40px;
}
.rs-education-training .details .title {
  margin-bottom: 6px;
}
.rs-education-training .details .years {
  margin-bottom: 10px;
  font-weight: 500;
}
.rs-education-training .col-md-6:nth-child(odd) {
  padding-right: 35px;
}
.rs-education-training .col-md-6:nth-child(even) {
  padding-left: 35px;
}
.rs-practice-areas .rs-title,
.rs-education-training .rs-title {
  margin-bottom: 45px;
}
.rs-practice-areas .rs-title .title,
.rs-education-training .rs-title .title {
  line-height: 48px;
}
.rs-practice-areas {
  padding-top: 110px;
  padding-bottom: 100px;
}
.rs-practice-areas ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rs-practice-areas ul li {
  display: block;
  margin-bottom: 15px;
  position: relative;
}
.rs-practice-areas ul li:before {
  content: '\f058';
  font-family: FontAwesome;
  color: #b69d74;
  margin-right: 10px;
}
.main-contain #content {
  padding-top: 120px;
  padding-bottom: 120px;
}
.main-contain .rs-porfolio-details #content {
  padding-bottom: 90px;
}
.main-contain .page-error #content {
  padding-top: 60px;
}
.single-attorneys .main-contain #content {
  padding-bottom: 120px;
}
body.single-teams .main-contain #content {
  padding-bottom: 100px;
}
.single-product .main-contain #content {
  padding-bottom: 37px;
}
.post-type-archive-product .main-contain #content {
  padding-bottom: 110px;
}
.traffic-counter div[class*="col-"] + div[class*="col-"] .counter-top-area {
  position: relative;
}
.traffic-counter div[class*="col-"] + div[class*="col-"] .counter-top-area:before {
  content: '';
  position: absolute;
  height: calc(80%);
  width: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  bottom: 0;
  display: block;
  left: 1px;
}
.traffic-counter div[class*="col-"] + div[class*="col-"] .counter-top-area:after {
  content: '';
  position: absolute;
  height: calc(80%);
  width: 1px;
  top: 0;
  background-color: rgba(255, 255, 255, 0.5);
  left: -3px;
}
.home-appointment > .vc_column-inner {
  background: #b69d74;
  padding: 45px 45px 23px !important;
}
.home-appointment > .vc_column-inner input[type="submit"]:hover,
.home-appointment > .vc_column-inner input[type="submit"] {
  background: #ffffff !important;
  border-color: #ffffff !important;
}
.home-appointment > .vc_column-inner input[type="submit"],
.home-appointment > .vc_column-inner i {
  color: #b69d74 !important;
}
.sign {
  margin-top: 15px;
}
.rs-heading.bigger-text h2.title {
  font-size: 55px;
  line-height: 65px;
}
.rs-heading.bigger-text p {
  color: #fff;
  font-size: 18px;
}
.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: #767676;
  opacity: 1;
}
input[type="text"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #767676;
  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: #767676;
  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: #767676;
  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: #767676;
  opacity: 1;
}
select {
  color: #767676;
  cursor: pointer;
}
body #repeat_shape_bg {
  background-repeat: repeat-x !important;
  height: 90px;
  background-size: contain !important;
}
/*--------------------------------------------------------------

## Links

--------------------------------------------------------------*/
a {
  color: #b69d74;
}
a:hover,
a:focus,
a:active {
  color: #767676;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
/*--------------------------------------------------------------

--------------------------------------------------------------*/
.sticky-logo {
  display: none;
}
.sticky .logo-area {
  display: none;
}
.sticky .logo-area.sticky-logo {
  display: block;
}
.owl-carousel {
  padding-top: 0;
}
.owl-carousel .owl-nav {
  right: 0;
}
.owl-carousel .owl-nav [class*="owl-"] {
  font-size: 0;
  width: 42px;
  height: 42px;
  line-height: 42px;
  background: #1f2839;
  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: "\f138";
}
.owl-carousel .owl-nav [class*="owl-"].owl-next {
  right: 0;
}
.owl-carousel .owl-nav [class*="owl-"].owl-next:before {
  content: "\f137";
  margin-left: 0;
}
.owl-carousel .owl-nav [class*="owl-"]:hover {
  background: #b69d74;
  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 {
  float: none;
  background: #fafafa;
  list-style: none;
  width: 480px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  padding: 30px 30px 0 30px;
  z-index: 99999;
  -ms-transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  transform: translateX(100%);
  text-align: left;
}
.sidenav .widget-title {
  color: #1f2839 !important;
  padding: 0 0 15px;
  font-size: 20px !important;
  line-height: 26px;
  font-weight: 600 !important;
  position: relative;
}
.sidenav .widget-title:before {
  content: "";
  position: absolute;
  background: #b69d74;
  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: 14px;
}
.sidenav .fa-ul li {
  padding: 5px 0;
}
.sidenav .fa-ul li i {
  padding-right: 10px;
  color: #767676;
}
.sidenav .fa-ul li a {
  color: #767676;
}
.sidenav .fa-ul li a:hover {
  color: #b69d74;
}
.sidenav .offcanvas_social {
  margin-left: 0;
  list-style-type: none;
  padding-bottom: 90px;
  padding-top: 7px;
}
.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: 12px;
}
.sidenav .offcanvas_social li a i {
  font-size: 18px;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #b69d74;
  text-align: center;
  border-radius: 50%;
}
.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: #b69d74;
}
.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;
}
.sidenav .widget_nav_menu ul li a {
  font-size: 17px;
  padding: 8px 0;
  display: block;
  color: #1f2839;
}
.sidenav .widget_nav_menu ul li a:hover {
  color: #b69d74;
}
.sidenav .widget_nav_menu ul li:before {
  display: none;
}
.sidenav .bs-search button {
  padding: 5px 11px;
}
.sidenav li.nav-link-container {
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 30px;
  height: 40px;
  right: 16px;
  width: 40px;
  top: 22px;
  background: #b69d74;
  position: absolute;
  -webkit-transition: transform .5s ease;
  -moz-transition: transform .5s ease;
  transition: transform .5s ease;
}
.sidenav li.nav-link-container:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sidenav li.nav-link-container a {
  display: block;
}
.sidenav li.nav-link-container a span {
  background: #fff !important;
}
.sidenav li.nav-link-container .nav-menu-link {
  padding: 13px 15px 15px 10px !important;
}
.sidenav li.nav-link-container .nav-menu-link span.hamburger1 {
  transform: rotate(-45deg) translate(-4px, 4px);
}
.sidenav li.nav-link-container .nav-menu-link span.hamburger3 {
  -webkit-transform: rotate(45deg) translate(0px, 0px);
  transform: rotate(45deg) translate(0px, 0px);
}
.fa-ul {
  list-style: none;
}
.mobile-menu-container .nav-close-menu-li {
  padding-top: 50px;
}
.mobile-menu-container .nav-close-menu-li a {
  padding: 0;
}
.mobile-menu-container ul {
  padding-left: 0;
  margin: 0;
  text-align: left;
}
.mobile-menu-container ul li {
  list-style: none;
  border: none !important;
  margin-left: 0;
  padding: 0;
}
.mobile-menu-container ul li a {
  font-size: 15px;
  padding: 12px 20px;
  display: block;
  color: #222;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.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.header-transparent .menu-sticky.sticky ul.offcanvas-icon.sidenav .nav-link-container .nav-menu-link span {
  background: #fff !important;
}
#rs-header .menu-area .navbar ul li ul li:hover ul.sub-menu {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}
#rs-header .menu-area .navbar ul li.three-col ul > li {
  width: 33.33%;
}
#rs-header .menu-area .navbar ul li.four-col ul > li {
  width: 25%;
}
.transparent_header {
  position: absolute;
}
.transparent_header .menu-area .navbar ul > li > a:after {
  background: #fff;
}
.transparent_header .sticky .navbar ul > li > a:after {
  background: #b69d74;
}
.default_header .menu-area .navbar ul > li > a:after {
  background: #b69d74;
}
/*------------------------------------
    04. Sticky Menu
--------------------------------------*/
.menu-sticky {
  margin: 0;
  width: 100%;
  z-index: 999;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  transition: all .7s;
  background: transparent;
}
.menu-sticky.sticky {
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.8);
  padding: 0;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-name: sticky-animation;
  animation-name: sticky-animation;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.menu-sticky.sticky .toolbar-area {
  display: none;
}
.menu-sticky.sticky .navbar ul li {
  padding-top: 20px;
  padding-bottom: 20px;
}
.menu-sticky.sticky .navbar ul li > a {
  color: #1f2839;
  font-size: 12px;
}
.menu-sticky.sticky .btn_quote {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.menu-sticky.sticky .quote-button {
  color: #fff;
  border-color: #b69d74;
  background: #b69d74;
}
.menu-sticky.sticky .quote-button:hover {
  border-color: #b69d74;
  color: #b69d74;
}
.menu-sticky.sticky .nav-link-container i {
  color: #1f2839;
}
.app-store a {
  margin: 0 10px;
  display: inline-block;
}
.over-text {
  position: relative;
  z-index: 99 !important;
}
.round-shape {
  position: relative;
  padding: 45px 0 100px;
  width: 600px !important;
  height: 400px !important;
  z-index: -1;
}
.round-shape:after {
  position: absolute;
  content: '';
  background: transparent;
  width: 90%;
  height: 90%;
  bottom: 0;
  right: 0px;
  border-bottom: 8px solid #1f2839;
  border-right: 8px solid #1f2839;
  transition: all 0.3s ease 0s;
  z-index: -1;
  background-size: 90%;
  background-repeat: no-repeat;
  background-position-x: -8px;
  background-position-y: -1px;
}
.round-shape:before {
  position: absolute;
  content: '';
  background: transparent;
  width: 90%;
  height: 90%;
  top: 0;
  left: 0;
  border-top: 8px solid #1f2839;
  border-left: 8px solid #1f2839;
  transition: all 0.3s ease 0s;
  z-index: -1;
}
.round-shape .coming-soon-text {
  position: relative;
  z-index: 99;
}
.home2-video .rs-video-2 img {
  border-radius: 10px;
}
.overlap-video .rs-video-2 img {
  box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
}
.border-shadow img {
  box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
}
.bottom-dark .team-grid-style1 .team-item .team-content1,
.bottom-dark .team-slider-style1 .team-item .team-content1 {
  background: #f8f8f8;
}
.cl-testimonial2 .image-testimonial .testimonial-content {
  max-width: 700px;
}
.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
  right: 20px;
  left: auto !important;
}
.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title > a {
  padding-left: 20px !important;
}
/* -----------------------
    05. Slider Section
--------------------------*/
#banner-slider .slotholder {
  position: relative;
}
#banner-slider .slotholder:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9;
  width: 100%;
  height: 100%;
}
#banner-slider .text-shadow {
  text-shadow: 1px 0px 13px rgba(0, 0, 0, 0.7);
}
.rs-banner {
  width: 100%;
  height: 100vh;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
}
.rs-banner.full-screen {
  height: calc(100vh - 100px);
}
.rs-banner #particles-js {
  background-size: cover;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.rs-banner .banner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.rs-banner .banner-content.balign-center {
  text-align: center;
  width: 100%;
}
.rs-banner .banner-content.balign-left {
  text-align: left;
}
.rs-banner .banner-content.balign-left .banner-introtext {
  max-width: 100%;
}
.rs-banner .banner-content.balign-right {
  text-align: right;
}
.rs-banner .banner-content.balign-right .banner-introtext {
  max-width: 100%;
}
.rs-banner .banner-content .greeting_title {
  margin-bottom: 12px;
  position: relative;
  padding-left: 65px;
}
.rs-banner .banner-content .greeting_title:before {
  content: "";
  position: absolute;
  border: 0;
  width: 50px;
  height: 2px;
  background: #b69d74;
  z-index: 9;
  margin-left: 0;
  left: 0;
  top: 12px;
}
.rs-banner .banner-content .banner_title {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 64px;
  line-height: 74px;
  position: relative;
  z-index: 9;
  color: #b69d74;
}
.rs-banner .banner-content .banner-button {
  margin-top: 40px;
}
.rs-banner .banner-content .banner-button a.readon {
  border-radius: 35px;
  box-shadow: none;
}
.rs-banner .banner-content .banner-button a.readon:hover {
  color: #fff !important;
  background: #b69d74 !important;
}
.rs-banner .banner-content .banner-button a.readon.border {
  background: transparent !important;
  color: #fff;
  border-color: #b69d74 !important;
}
.rs-banner .banner-content .banner-button a.readon.border:hover {
  background: #b69d74 !important;
  border-color: #b69d74 !important;
  color: #fff !important;
}
.rs-banner .banner-content .work-position h3 {
  display: inline-block;
  font-size: 35px;
  line-height: 45px !important;
  margin-bottom: 0;
}
.rs-banner .banner-content .work-position .cd-headline {
  display: inline-block;
  font-size: 35px;
  line-height: 45px;
  font-weight: 600;
}
.rs-banner .banner-content .banner-introtext {
  max-width: 75%;
  display: block;
  margin: 15px auto 0;
  font-size: 17px;
}
.rs-banner .cd-words-wrapper p {
  line-height: 45px;
}
.rs-banner .cd-words-wrapper:after {
  background-color: #b69d74;
  height: 90%;
  top: 10px;
  width: 0;
}
.rs-banner ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.rs-banner ul li {
  display: inline-block;
  margin: 0 25px 25px 0;
}
.rs-banner .arrow-btn {
  width: 26px;
  height: 55px;
  bottom: 7%;
  left: 50%;
  z-index: 99;
  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-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-banner .arrow-btn i:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none;
}
/* -----------------------
    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: #b69d74;
  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: #1f2839;
}
.rs-breadcrumbs .breadcrumbs-inner {
  padding: 115px 0 115px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.rs-breadcrumbs .breadcrumbs-inner .banner-desc {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  text-align: left;
}
.rs-breadcrumbs .breadcrumbs-inner .meta {
  text-align: center;
}
.rs-breadcrumbs .breadcrumbs-inner .meta .category-name a {
  color: #fff;
}
.rs-breadcrumbs .breadcrumbs-inner .meta .category-name a:hover {
  color: #ccc;
}
.rs-breadcrumbs .breadcrumbs-inner .meta .category-name i:before {
  font-size: 16px;
}
.rs-breadcrumbs .breadcrumbs-inner .meta {
  color: #fff;
  display: inline;
  position: relative;
  z-index: 1;
}
.rs-breadcrumbs .breadcrumbs-inner .meta i {
  margin-right: 0;
}
.rs-breadcrumbs .breadcrumbs-inner .meta i:before {
  font-size: 16px;
  display: none;
}
.rs-breadcrumbs .breadcrumbs-inner .meta.author {
  margin-right: 20px;
  position: relative;
  text-transform: capitalize;
}
.rs-breadcrumbs .breadcrumbs-inner .meta.author:after {
  content: "";
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: -10px;
  background: #fff;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  display: block;
}
.rs-breadcrumbs .breadcrumbs-inner .cate-single .post-categories {
  padding: 0 0 12px 0;
}
.rs-breadcrumbs .breadcrumbs-inner .cate-single .post-categories a {
  background: #fbfbfb;
  color: #767676 !important;
  padding: 4px 19px 5px;
  border-radius: 13px;
  font-size: 13px;
  margin-right: 10px;
}
.rs-breadcrumbs .breadcrumbs-inner .cate-single .post-categories a:hover {
  background: #ffffff;
}
.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: 100px;
  padding-right: 100px;
}
.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-bottom: 5px !important;
  letter-spacing: 1px;
  margin: 0;
  line-height: 50px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 45px;
  position: relative;
  text-align: center;
}
.rs-breadcrumbs .breadcrumbs,
.rs-breadcrumbs .breadcrumbs-title {
  text-align: center;
  margin-top: 10px;
  display: inline-block;
  border-radius: 0;
  position: relative;
}
.rs-breadcrumbs .breadcrumbs span,
.rs-breadcrumbs .breadcrumbs-title span {
  color: #fff;
  position: relative;
  padding-right: 30px;
}
.rs-breadcrumbs .breadcrumbs span.current-item,
.rs-breadcrumbs .breadcrumbs-title span.current-item {
  color: #b69d74;
}
.rs-breadcrumbs .breadcrumbs span a:before,
.rs-breadcrumbs .breadcrumbs-title span a:before {
  content: "";
  right: 0px;
  position: absolute;
  padding: 0 8px 0 0;
  content: "\f133";
  font-family: Flaticon;
  font-style: normal;
  font-weight: 300;
  display: block !important;
  top: -1px;
  color: #767676;
  font-size: 12px;
}
.rs-breadcrumbs .breadcrumbs span:last-child,
.rs-breadcrumbs .breadcrumbs-title span:last-child {
  padding-right: 0;
}
.rs-breadcrumbs .breadcrumbs span:hover a span,
.rs-breadcrumbs .breadcrumbs-title span:hover a span {
  color: #ccc;
}
.rs-breadcrumbs .breadcrumbs span:hover a span:after,
.rs-breadcrumbs .breadcrumbs-title span:hover a span:after {
  display: none;
}
.rs-breadcrumbs .trail-items li::after {
  font-size: 12px;
}
.rs-breadcrumbs ul {
  display: inline-block;
  padding: 5px 20px;
  margin: 0px;
}
.rs-breadcrumbs ul li {
  color: #fff;
  display: inline-block;
  font-size: 14px;
}
.rs-breadcrumbs ul li * {
  color: #fff;
}
.rs-breadcrumbs ul li a {
  padding: 0 8px;
  color: #fff;
}
.rs-breadcrumbs ul li a:hover {
  color: #b69d74;
}
.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;
}
body.single-post .rs-breadcrumbs {
  position: relative;
  background: #1f2839;
}
body.single-post .rs-breadcrumbs .rs-breadcrumbs-inner {
  position: relative;
  overflow: hidden;
}
body.single-post .rs-breadcrumbs .rs-breadcrumbs-inner .breadcrumbs-inner {
  padding-left: 0;
}
body.single-post .rs-breadcrumbs .page-title {
  text-align: center;
}
.mc4wp-form-fields input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999;
}
.mc4wp-form-fields input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
}
.mc4wp-form-fields input[type="email"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
}
.mc4wp-form-fields input[type="email"]:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
}
.entry-content .page-links {
  padding-top: 30px;
}
.comment-reply-title {
  margin-top: 14px;
}
.single-post .comment-respond .form-submit {
  margin-bottom: 0;
}
.single-post .page-links {
  padding-bottom: 25px;
}
.page-links span {
  padding: 3px 5px;
  margin: 0 0 0 5px;
}
.page-links .current span {
  color: #b69d74;
}
.page-links a span {
  background: transparent !important;
  color: #757575;
}
.page-links span:hover {
  color: #b69d74;
}
.single-post .bs-sidebar h2 {
  margin-top: 0;
}
.recent-widget .show-featured .post-img img {
  border-radius: 3px;
}
.format-aside .single-content-full .bs-desc {
  margin-top: 0;
}
.creative-collaboration .vc_toggle_default .vc_toggle_icon,
.creative-collaboration .vc_toggle_default .vc_toggle_icon:before {
  border: 1px solid #1f2839;
}
.creative-collaboration .vc_toggle {
  border-bottom: 1px solid #e8e8e9;
}
.creative-collaboration .vc_toggle_content,
.creative-collaboration .vc_toggle_title {
  padding-left: 0;
}
.creative-collaboration .vc_toggle_title .vc_toggle_icon {
  left: auto;
  right: 0;
}
.creative-collaboration .vc_toggle_title h3,
.creative-collaboration .vc_toggle {
  margin: 15px 0;
}
.slidervideo {
  position: relative;
}
.slidervideo .video-desc {
  position: absolute;
  top: 70%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
  font-size: 20px;
}
.slidervideo:hover .popup-videos {
  animation-duration: 0.8s;
}
.slidervideo .slider-videos {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 90px;
  padding: 0;
  margin: 0 auto !important;
  left: 50%;
  top: 50%;
  text-align: center !important;
  background: #b69d74;
  cursor: pointer;
}
.slidervideo .slider-videos:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: all 200ms;
}
.slidervideo .slider-videos:before {
  background: #b69d74;
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.slidervideo .slider-videos i {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  font-size: 25px !important;
  color: #28406d;
  top: 19px;
  position: absolute;
  left: 23px;
}
.slidervideo .slider-videos i:before {
  color: #1f2839;
}
.slidervideo .slider-videos:hover {
  border-color: rgba(255, 255, 255, 0.7);
}
.slidervideo .slider-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;
}
.slidervideo:hover .overly-border:before,
.slidervideo:hover .overly-border:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.close5 {
  background: #28406d;
  color: #fff;
  border-radius: 50%;
}
.clients-partners .wpb_single_image {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  padding: 8px;
}
.home4blog .rs-blog .blog-item.style1 .blogfull {
  background: #faf9f7;
  padding: 35px 40px 38px;
}
.home4blog .rs-blog .blog-item.style1 .blog-desc,
.home4blog .rs-blog .blog-item.style1 .blog-slidermeta a,
.home4blog .rs-blog .blog-item.style1 .blogfull .post-meta.author {
  color: #767676;
}
.home3blog .rs-blog-grid.rs-blog .style3 .bottom-shadow1.blog3-details {
  background: #faf9f7;
}
.home3bloginjury .rs-blog-grid.rs-blog .style3 .bottom-shadow1.blog3-details {
  background: #faf9f7;
  min-height: 280px;
}
.rs-blog-grid .blog-item.style3 .col-lg-7.bottom-shadow1 {
  display: inline-flex;
  align-items: center;
  min-height: 280px;
}
.home-schedulefor strong {
  color: #fff;
}
.home-schedulefor strong a {
  color: #fff;
}
.home-schedulefor strong a:hover {
  color: #b69d74;
}
.single-mp-event #container .mptt-main-wrapper .mptt-event.events-list {
  margin: 0;
  text-align: left;
  padding-bottom: 40px;
}
.single-mp-event #container .mptt-main-wrapper .mptt-event.events-list li {
  list-style: none !important;
  display: inline-block;
  width: 32%;
  box-shadow: -1px 3px 17px 0px rgba(193, 193, 193, 0.2);
  padding: 20px 30px;
  margin-bottom: 15px;
  margin-right: 10px;
  border: 1px solid transparent;
}
.single-mp-event #container .mptt-main-wrapper .mptt-event.events-list li:hover {
  box-shadow: 0px 5px 40px 0px rgba(230, 230, 230, 0.6);
}
.single-mp-event #container .mptt-main-wrapper .mptt-event.events-list li:nth-child(3n+3) {
  margin-right: 0px;
}
.single-mp-event #container .mptt-main-wrapper .mptt-event.events-list li .event-title {
  margin: 0 0 5px;
  font-weight: 600 !important;
  font-size: 20px;
}
.single-mp-event #container .mptt-main-wrapper .mptt-event.events-list li .event-title a {
  color: #1f2839;
}
.single-mp-event #container .mptt-main-wrapper .mptt-event.events-list li .event-title a:hover {
  color: #b69d74;
}
.single-mp-event #container .mptt-main-wrapper .single-instructors h3 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600 !important;
  margin: 0 0 40px !important;
  display: inline-block;
  background: #8d6e63;
  padding: 10px 35px 8px 25px;
  color: #fff;
  position: relative;
}
.single-mp-event #container .mptt-main-wrapper .single-instructors h3:before {
  content: '';
  position: absolute;
  right: -48px;
  top: 0;
  transition: all 0.3s ease 0s;
  z-index: 11;
  width: 0px;
  height: 0px;
  border-bottom: 48px solid transparent;
  border-left: 48px solid transparent;
  border-right: none;
  z-index: 100;
  top: 0px;
  border-left: 48px solid #8d6e63;
}
.single-mp-event #container .mptt-main-wrapper .single-instructors li {
  text-align: left;
}
.single-mp-event #container .mptt-main-wrapper .single-instructors li a.thumb {
  border: none;
  padding: 0;
}
.single-mp-event #container .mptt-main-wrapper .schedule-title {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600 !important;
  margin: 0 0 40px !important;
  display: inline-block;
  background: #8d6e63;
  padding: 10px 35px 8px 25px;
  color: #fff;
  position: relative;
}
.single-mp-event #container .mptt-main-wrapper .schedule-title:before {
  content: '';
  position: absolute;
  right: -48px;
  top: 0;
  transition: all 0.3s ease 0s;
  z-index: 11;
  width: 0px;
  height: 0px;
  border-bottom: 48px solid transparent;
  border-left: 48px solid transparent;
  border-right: none;
  z-index: 100;
  top: 0px;
  border-left: 48px solid #8d6e63;
}
.mptt-main-wrapper .mptt-sidebar {
  padding-left: 20px;
}
.light-dots .owl-dots .owl-dot {
  background: #666;
}
.why-choose .rs-services-default .services-wrap {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
  padding: 50px 20px 20px 20px;
  border-radius: 5px;
  text-align: center;
  margin: 0;
}
.why-choose .rs-services-default .services-wrap .services-item {
  margin: 0;
}
.practice-area-border .rs-services-default .services-wrap .services-item {
  border-color: #29303c;
}
.practice-area-border .rs-services-default .services-wrap .services-item:hover {
  background: rgba(41, 48, 60, 0.8);
}
.free-consulting-btn strong {
  background: #b69d74;
  display: inline-block;
  border-radius: 3px;
  transition: all .5s ease;
}
.free-consulting-btn strong a {
  display: inline-block;
  padding: 8px 35px;
  color: #fff;
}
.free-consulting-btn strong:hover {
  opacity: .9;
}
.shadow-service .rs-services-style4 {
  border: none;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
}
.full-creative .vc_toggle_default {
  max-width: 490px;
}
.full-creative .vc_single_image-img {
  border-radius: 0;
}
.map iframe {
  filter: grayscale(1);
}
.map .wpb_gmaps_widget {
  margin: 0;
}
.map .wpb_wrapper {
  padding: 0 !important;
}
.map .vc_column-inner {
  padding: 0 !important;
}
.vc_row.home2-testimonial {
  background-position: center top !important;
}
.contact-sec {
  overflow: visible;
}
.contact-sec .vc_col-sm-12 {
  background: rgba(255, 255, 255, 0.8);
  padding: 45px 40px 56px !important;
  position: relative;
  margin-top: 80px;
  margin-bottom: 80px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
}
.contact-sec .wpcf7-form .wpcf7-text {
  border: none;
  border-bottom: 2px solid #1f2839;
  background: none;
  border-radius: 0;
  width: 100%;
}
.contact-sec .wpcf7-form .wpcf7-textarea {
  border: none;
  border-bottom: 2px solid #1f2839;
  background: none;
  height: 100px;
  border-radius: 0;
  width: 100%;
}
.contact-sec .wpcf7-form .wpcf7-textarea .wpcf7-form-control {
  margin-bottom: 20px;
}
.contact-sec .wpcf7-form .wpcf7-submit {
  margin-top: 20px;
}
.contact-sec.personal .vc_col-sm-12 {
  padding: 18px 40px 30px !important;
}
.contact-sec .contact {
  position: relative;
}
.contact-sec .contact:before {
  content: '';
  position: absolute;
  height: 60%;
  width: 2px;
  background-color: #1f2839;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: block;
}
.contact-sec .contact:after {
  content: '';
  position: absolute;
  height: 40%;
  width: 2px;
  background-color: #1f2839;
  top: 50%;
  left: auto;
  right: 6px;
  transform: translateY(-50%);
  display: block;
}
.contact-sec .contact2 {
  position: relative;
}
.contact-sec .contact2:before {
  content: '';
  position: absolute;
  height: 40%;
  width: 2px;
  background-color: #1f2839;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  display: block;
}
.full-video .rs-services1.services-left {
  padding: 0;
  max-width: 500px;
}
.full-video .rs-services1.services-left .services-wrap .services-item {
  background: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.full-video .rs-services1.services-left .services-wrap .services-item .services-icon {
  width: 18%;
}
.full-video .rs-services1.services-left .services-wrap .services-item .services-icon i {
  background: #1f2839;
  border-radius: 100%;
  line-height: 80px;
  height: 80px;
  width: 80px;
  font-size: 35px;
  cursor: pointer;
  color: #b69d74;
  margin-top: 8px;
}
.full-video .rs-services1.services-left .services-wrap .services-item .services-desc {
  width: 82%;
}
.related-title {
  text-align: center;
  margin: 0 0 43px;
  font-size: 36px;
  text-transform: uppercase;
}
/* ----------------------------------
    09. Testitmoial
-------------------------------------*/
#cl-testimonial.cl-testimonial9 {
  padding: 0;
}
#cl-testimonial.cl-testimonial9 .single-testimonial {
  text-align: center;
}
#cl-testimonial.cl-testimonial9 .single-testimonial .image-testimonial {
  background: url(../images/style9.png) no-repeat center top;
  padding-top: 60px;
}
#cl-testimonial.cl-testimonial9 .single-testimonial .image-testimonial p {
  text-align: center;
  padding: 0 30px;
  font-size: 15px;
}
#cl-testimonial.cl-testimonial9 .single-testimonial .image-testimonial p i {
  display: block;
  padding: 0;
  font-size: 35px;
}
#cl-testimonial.cl-testimonial9 .single-testimonial .testimonial-image {
  text-align: center;
}
#cl-testimonial.cl-testimonial9 .single-testimonial .testimonial-image img {
  display: inline;
  width: 80px;
  border-radius: 50px;
  border: 2px solid #1f2839;
}
#cl-testimonial.cl-testimonial9 .single-testimonial .cl-author-info li {
  font-size: 18px;
}
#cl-testimonial.cl-testimonial9 ul.testimonial-slide9 ul.slick-dots li button {
  border: 1px solid #1f2839;
}
#cl-testimonial.cl-testimonial9 ul.testimonial-slide9 ul.slick-dots li.slick-active button {
  border: 1px solid #1f2839;
}
#cl-testimonial.cl-testimonial10 {
  padding: 0;
}
#cl-testimonial.cl-testimonial10 .single-testimonial {
  text-align: center;
  padding-top: 50px;
}
#cl-testimonial.cl-testimonial10 .single-testimonial .image-testimonial {
  padding: 25px 15px;
  background: #f3f5f4;
  position: relative;
  border-radius: 7px;
}
#cl-testimonial.cl-testimonial10 .single-testimonial .image-testimonial p {
  text-align: center;
  padding: 0 10px;
  font-size: 15px;
}
#cl-testimonial.cl-testimonial10 .single-testimonial .image-testimonial p i {
  display: block;
  padding: 0;
  font-size: 70px;
}
#cl-testimonial.cl-testimonial10 .single-testimonial .testimonial-image {
  text-align: center;
  margin-top: -60px;
  margin-bottom: 25px;
}
#cl-testimonial.cl-testimonial10 .single-testimonial .testimonial-image img {
  display: inline;
  width: 120px;
  border-radius: 50%;
  box-shadow: 0 0px 68px rgba(34, 34, 34, 0.3);
}
#cl-testimonial.cl-testimonial10 .single-testimonial .cl-author-info li {
  font-size: 18px;
}
#cl-testimonial.cl-testimonial10 .slick-arrow {
  border: 1px solid #1f2839;
  background: #1f2839;
  border-radius: 100%;
  z-index: 99;
  line-height: 33px;
  top: 54%;
}
#cl-testimonial.cl-testimonial10 .slick-arrow:after {
  color: #fff;
}
#cl-testimonial.cl-testimonial10 .slick-arrow:hover {
  background: #1f2839;
  border-color: #1f2839;
}
#cl-testimonial.cl-testimonial10 .slick-arrow:hover:after {
  color: #fff;
}
#cl-testimonial.cl-testimonial10 .slick-arrow.slick-prev {
  left: 0;
}
#cl-testimonial.cl-testimonial10 .slick-arrow.slick-next {
  right: 0;
}
/*Best Quality Advice*/
#best-quality-advice .vc_tta-container {
  margin-bottom: 0;
}
#best-quality-advice .vc_tta-tabs-container {
  top: 60%;
  transform: translateY(-50%);
  left: 18.5%;
  max-width: 100%;
  list-style: none;
  position: absolute;
  z-index: 99999;
  overflow: visible !important;
}
#best-quality-advice .vc_tta-tabs-container .vc_tta-tabs-list {
  overflow: visible !important;
}
#best-quality-advice .vc_tta-tabs-container .vc_tta-tab {
  padding-bottom: 92px;
  position: relative;
  display: block !important;
}
#best-quality-advice .vc_tta-tabs-container .vc_tta-tab:after {
  content: "";
  height: 89%;
  width: 1px;
  background: #fff;
  position: absolute;
  top: 10px;
  left: 4px;
  z-index: -1;
}
#best-quality-advice .vc_tta-tabs-container .vc_tta-tab:last-child {
  padding-right: 0;
}
#best-quality-advice .vc_tta-tabs-container .vc_tta-tab:last-child:after {
  display: none;
}
#best-quality-advice .vc_tta-tabs-container .vc_tta-tab a {
  padding: 0;
  text-indent: -9999px;
  background: transparent;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
#best-quality-advice .vc_tta-tabs-container .vc_tta-tab.vc_active a {
  background: #fff;
  border-color: #fff !important;
  position: relative;
}
#best-quality-advice .vc_tta-tabs-container .vc_tta-tab.vc_active a:after,
#best-quality-advice .vc_tta-tabs-container .vc_tta-tab.vc_active a:before {
  display: none;
}
#best-quality-advice .vc_tta-panels-container .vc_tta-panel-body {
  padding: 0;
  border-radius: 0;
  overflow: visible !important;
  border: none;
}
#best-quality-advice .vc_tta-panels-container .tabs_content > div {
  padding-left: 42% !important;
}
#best-quality-advice .vc_tta-panel-heading {
  background: #fff;
  border-radius: 0;
}
#best-quality-advice .vc_tta-panel-heading a {
  color: #1f2839;
}
#best-quality-advice .vc_tta-panel-heading:hover {
  background: #b69d74;
}
#best-quality-advice .vc_tta-panel-heading:hover a {
  color: #ffffff;
}
.overlay_image .wpb_single_image img {
  opacity: 0.7;
  transition: 0.4s;
}
.overlay_image .wpb_single_image:hover img {
  opacity: 1;
}
#slider-form-area .form-area {
  z-index: 11;
  background: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 20px 14px 25px;
  margin-top: -662px;
  max-width: 380px;
  margin-right: 15px;
  float: right;
}
#slider-form-area .form-area h2.title {
  text-transform: uppercase;
  margin: 0 0 18px;
}
#slider-form-area .form-area p {
  margin-bottom: 0;
}
#slider-form-area .form-area .submit-btn {
  margin: 0 auto;
}
#slider-form-area .form-area input {
  margin-bottom: 20px;
}
#slider-form-area .form-area textarea,
#slider-form-area .form-area input {
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
#slider-form-area .form-area textarea {
  min-height: 120px;
}
#slider-form-area .form-area input[type="submit"] {
  margin: 0 auto;
  height: 55px;
  line-height: 55px;
  min-width: 200px;
  text-align: center;
  border: 0;
  padding: 0;
  width: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  bottom: -50px;
  z-index: 1;
  text-transform: uppercase;
  background: #b69d74;
  color: #1f2839;
  font-weight: 700;
  border-radius: 30px !important;
}
#slider-form-area .form-area input[type="submit"]:hover {
  color: #ffffff;
  background: #1f2839;
}
.main-contain .bg-bottom {
  background-position: center bottom !important;
}
.tp-caption.rev-btn.rev-withicon > i.flaticon-right-arrow:before {
  font-size: 14px;
}
.tp-caption.rev-btn.rev-withicon > i.flaticon-right-arrow {
  margin-left: 3px !important;
  transition: all 0.3s ease 0s;
}
.tp-caption.rev-btn.rev-withicon:hover > i.flaticon-right-arrow {
  margin-left: 8px !important;
}
.counter_style9 .count-icon {
  font-size: 38px !important;
}
.counter_style9 h3 {
  font-size: 48px !important;
  margin: 28px 0 18px !important;
}
.counter_style9 h4 {
  font-size: 16px !important;
  font-weight: 500 !important;
}
.main-contain .skew-banner {
  background-position: center top !important;
}
body .vc_tta-container .tab-style-left .vc_tta-tabs-container {
  float: left;
}
body .vc_tta-container .tab-style-left .vc_tta-tabs-container .vc_tta-tabs-list li {
  display: block !important;
  text-align: center;
}
body .vc_tta-container .tab-style-left .vc_tta-tabs-container .vc_tta-tabs-list li a {
  background-color: #f3f5f4 !important;
  border: none;
  color: #1f2839 !important;
  font-weight: 700;
  padding: 33px 17px 12px;
  border-radius: 0;
}
body .vc_tta-container .tab-style-left .vc_tta-tabs-container .vc_tta-tabs-list li a i {
  display: block;
  font-size: 25px;
  color: #1f2839;
  margin-bottom: 13px;
}
body .vc_tta-container .tab-style-left .vc_tta-tabs-container .vc_tta-tabs-list li a .vc_tta-title-text {
  margin-left: 0 !important;
}
body .vc_tta-container .tab-style-left .vc_tta-tabs-container .vc_tta-tabs-list li.vc_active a {
  background-color: #1f2839 !important;
  color: #fff !important;
}
body .vc_tta-container .tab-style-left .vc_tta-tabs-container .vc_tta-tabs-list li.vc_active a i {
  color: #fff !important;
}
body .vc_tta-container .tab-style-left .vc_tta-panels-container .vc_tta-panels {
  background: transparent !important;
  border: none !important;
}
body .vc_tta-container .tab-style-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
  padding-top: 0;
}
body .vc_tta-container .tab-style-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body ul {
  line-height: 30px;
}
body .vc_tta-container .tab-style-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .rating ul {
  margin: 0;
  list-style-type: none;
}
body .vc_tta-container .tab-style-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .rating ul li {
  padding: 9px 0;
  border-top: 1px solid #f3f5f4;
}
body .vc_tta-container .tab-style-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .rating ul li:first-child {
  padding-top: 0;
  border-top: none;
}
body .vc_tta-container .tab-style-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .rating .rating-price {
  background: #1f2839;
  color: #b69d74;
  padding: 12px 23px;
  margin-top: 33px !important;
  display: block;
  max-width: 146px;
  text-align: center;
  border-radius: 3px;
}
body .vc_tta-container .tab-style-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body img {
  border-radius: 5px;
}
body .vc_tta-container .tab-style-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body h3 {
  margin-bottom: 10px;
}
/* Skill bar */
#rs-skills {
  z-index: 9;
}
#rs-skills h3 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 45px;
  color: #1f2839;
}
#rs-skills p {
  color: #fff;
}
#rs-skills .vc_progress_bar {
  margin-bottom: 0;
}
#rs-skills .vc_progress_bar h2 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 50px;
  color: #1f2839;
  font-weight: 500 !important;
}
#rs-skills .vc_progress_bar .vc_single_bar {
  margin-top: 23px;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  line-height: 12px;
  height: 12px;
  background: #f3f3f3;
}
#rs-skills .vc_progress_bar .vc_single_bar + .vc_single_bar {
  margin-top: 50px;
}
#rs-skills .vc_progress_bar .vc_single_bar .vc_label {
  font-size: 15px;
  color: #fff;
  text-shadow: none;
  padding: 0;
  position: absolute;
  top: -22px;
  width: 100%;
}
#rs-skills .vc_progress_bar .vc_single_bar .vc_label_units {
  margin-left: 6px;
  float: right;
}
#rs-skills .vc_progress_bar .vc_single_bar .vc_bar {
  background: #b69d74;
}
#rs-skills .vc_progress_bar.dark .vc_single_bar .vc_label {
  color: #fff;
}
#rs-skills .vc_progress_bar.dark .vc_single_bar {
  background: #ccc !important;
}
.box-show-item .service-inner {
  box-shadow: 0px 10px 27px 0px rgba(0, 0, 0, 0.08);
}
.box-shadow-col > .vc_column-inner {
  box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.04);
  z-index: 9 !important;
  border-radius: 7px;
}
.col-border1100 > .vc_column-inner {
  border-radius: 5px 5px 0 0;
}
.col-border1001 > .vc_column-inner {
  border-radius: 5px 0 0 5px;
}
.col-border0110 > .vc_column-inner {
  border-radius: 0 5px 5px 0;
}
.border-radius .rs-video-2 img {
  border-radius: 5px;
}
.border-radius-3 {
  position: relative;
  border-radius: 3px;
}
.btn-noshadow .readon {
  box-shadow: none;
}
.box-shadow-col2 > .vc_column-inner {
  -webkit-box-shadow: 0 8px 16px 0 rgba(59, 59, 59, 0.15);
  -moz-box-shadow: 0 8px 16px 0 rgba(59, 59, 59, 0.15);
  box-shadow: 0 8px 16px 0 rgba(59, 59, 59, 0.15);
  z-index: 9 !important;
}
#about-history-tabs .wpb_text_column h4 {
  margin: 0 0 15px;
}
#about-history-tabs .vc_tta-tabs-container {
  margin: 0;
}
#about-history-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list {
  display: flex;
}
#about-history-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list .vc_tta-tab {
  margin: 3px 20px 0 0;
  flex: auto;
  text-align: center;
  border: none !important;
  overflow: hidden;
}
#about-history-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list .vc_tta-tab a {
  background: #f7f7f7;
  color: #1f2839;
  font-size: 20px;
  font-weight: 600;
  border: none !important;
  overflow: hidden;
  border-radius: 30px;
}
#about-history-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list .vc_tta-tab a:hover {
  background: #1f2839 !important;
  color: #ffffff;
}
#about-history-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list .vc_tta-tab .vc_active a,
#about-history-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list .vc_tta-tab.vc_active a {
  border-color: #b69d74 !important;
  background: #1f2839;
  color: #ffffff;
}
#about-history-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list .vc_tta-tab:last-child {
  margin-right: 0;
}
#about-history-tabs .vc_tta-tabs-container .vc_tta-panels .vc_tta-panel {
  margin: 3px 20px 0 0;
  flex: auto;
  text-align: center;
}
#about-history-tabs .vc_tta-tabs-container .vc_tta-panels .vc_tta-panel a {
  border: none !important;
  background: #1d3450;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
}
#about-history-tabs .vc_tta-tabs-container .vc_tta-panels .vc_tta-panel a:hover {
  background: #b69d74;
  color: #1f2839;
}
#about-history-tabs .vc_tta-tabs-container .vc_tta-panels .vc_tta-panel .vc_active a,
#about-history-tabs .vc_tta-tabs-container .vc_tta-panels .vc_tta-panel.vc_active a {
  background: #b69d74;
  color: #1f2839;
}
#about-history-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-title a {
  border: none !important;
  background: #1d3450;
  color: #fff;
  font-size: 16px;
}
#about-history-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-title a:hover {
  background: #b69d74;
  color: #1f2839;
}
#about-history-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-title .vc_active a,
#about-history-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-title.vc_active a {
  background: #b69d74;
  color: #1f2839;
}
#about-history-tabs .vc_tta-panels {
  border: none;
  background: transparent;
}
#about-history-tabs .vc_tta-panels .vc_tta-panel-body {
  padding: 50px 0 0;
  border: none;
}
#about-history-tabs ul.tabs-list_content {
  margin: 0;
  padding: 0;
  list-style: none;
}
#about-history-tabs ul.tabs-list_content li {
  position: relative;
  padding: 7px 0 7px 23px;
  border-bottom: none;
  line-height: 22px;
  float: left;
  width: 50%;
}
#about-history-tabs ul.tabs-list_content li:before {
  content: "\f05d";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  left: 1px;
  top: auto;
  display: block !important;
  color: #b69d74;
}
.testimonials-area.slider8.text-center .images-testimonial p {
  max-width: 700px;
  margin: 0 auto !important;
}
body .vc_tta-container .tab-style-left .vc_tta-panel-heading {
  border-radius: 0 !important;
  margin-bottom: 20px !important;
}
body .vc_tta-container .tab-style-left .vc_tta-panel-heading .vc_tta-panel-title {
  font-weight: 600 !important;
}
body .vc_tta-container .tab-style-left .vc_tta-panel-heading .vc_tta-panel-title a,
body .vc_tta-container .tab-style-left .vc_tta-panel-heading .vc_tta-panel-title i {
  color: #1f2839 !important;
}
body .vc_tta-container .tab-style-left .vc_tta-panel-heading .vc_tta-panel-title a {
  background: #f3f5f4 !important;
}
body .vc_tta-container .tab-style-left .vc_active .vc_tta-panel-heading .vc_tta-panel-title a,
body .vc_tta-container .tab-style-left .vc_active .vc_tta-panel-heading .vc_tta-panel-title i {
  color: #ffffff !important;
}
body .vc_tta-container .tab-style-left .vc_active .vc_tta-panel-heading .vc_tta-panel-title a {
  background: #1f2839 !important;
}
body .vc_tta-container .tab-style-left .vc_tta-panel-body {
  margin-bottom: 20px;
  padding-top: 20px !important;
}
body .vc_tta-container .tab-style-left .vc_tta-panel-body h3 {
  color: #1f2839 !important;
  font-size: 20px !important;
}
.apoints-sec form p {
  margin-bottom: 0;
}
.apoints-sec .wpcf7-text,
.apoints-sec select,
.apoints-sec .wpcf7-textarea {
  width: 100%;
  border: none;
  box-shadow: 0 0 20px #3333331a;
}
.apoints-sec .description {
  max-width: 570px;
  margin: 0 auto;
}
.apoints-sec .submit-btn {
  margin: 0 auto;
}
.apoints-sec select {
  margin-bottom: 30px;
}
.widget.woocommerce.widget_shopping_cart .widgettitle {
  display: none;
}
.contact-page1 input,
.contact-page1 select,
.contact-page1 textarea {
  border: none;
  background: #faf8f7;
}
.contact-page1 input.wpcf7-text,
.contact-page1 select,
.contact-page1 textarea {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 3px;
  border: none;
  background: #faf8f7;
}
.contact-page1 input.wpcf7-text,
.contact-page1 select {
  height: 50px;
}
.contact-page1 textarea {
  height: 130px;
}
.contact-page1 .submit-btn {
  margin: 0;
  position: relative;
}
.contact-page2.contact-page1 input[type='text'],
.fre-consultation-form.fre-consultation-form2 .contact-page2 input[type='text'],
.contact-page2.contact-page1 input[type='email'],
.fre-consultation-form.fre-consultation-form2 .contact-page2 input[type='email'],
.contact-page2.contact-page1 select,
.fre-consultation-form.fre-consultation-form2 .contact-page2 select,
.contact-page2.contact-page1 textarea,
.fre-consultation-form.fre-consultation-form2 .contact-page2 textarea {
  background: transparent;
}
.fre-consultation-form.fre-consultation-form2 .contact-page2 input[type='text'],
.fre-consultation-form.fre-consultation-form2 .contact-page2 input[type='email'],
.fre-consultation-form.fre-consultation-form2 .contact-page2 select,
.fre-consultation-form.fre-consultation-form2 .contact-page2 textarea {
  border: 1px solid #f1f1f1;
}
.free-con-view .fre-consultation-form {
  position: relative;
  z-index: 9;
}
.free-con-view .contact-page2.contact-page1 .wpcf7-text,
.free-con-view .contact-page2.contact-page1 .wpcf7-select,
.free-con-view .contact-page2.contact-page1 .wpcf7-textarea {
  border: 1px solid #374257;
  color: #767676;
}
.free-con-view .contact-page2.contact-page1 .wpcf7-text,
.free-con-view .contact-page2.contact-page1 .wpcf7-select {
  height: 56px;
  margin-bottom: 22px;
}
.free-con-view .contact-page2.contact-page1 .wpcf7-textarea {
  height: 140px;
  margin-bottom: 12px;
}
.free-con-view .contact-page2.contact-page1 .form-button .submit-btn {
  margin: 10px 0 0;
}
.free-con-view input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #767676 !important;
}
.free-con-view input::-moz-placeholder {
  /* Firefox 19+ */
  color: #767676 !important;
}
.free-con-view input:-ms-input-placeholder {
  /* IE 10+ */
  color: #767676 !important;
}
.free-con-view input:-moz-placeholder {
  /* Firefox 18- */
  color: #767676 !important;
}
.free-con-view textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #767676 !important;
}
.free-con-view textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #767676 !important;
}
.free-con-view textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #767676 !important;
}
.free-con-view textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #767676 !important;
}
.free-con-view .contact-page2 .business-law::before {
  color: #767676 !important;
}
.sidebar-logo .rs-heading .title-inner {
  margin-bottom: 30px;
}
.sidebar-logo .rs-heading .title {
  font-size: 22px;
}
.contact-page2 input,
.contact-page2 select,
.contact-page2 textarea {
  background: transparent;
  border-radius: 3px;
  color: #b69d74;
}
.contact-page2 input::-webkit-input-placeholder,
.contact-page2 select::-webkit-input-placeholder,
.contact-page2 textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b69d74;
  opacity: 1;
}
.contact-page2 input::-moz-placeholder,
.contact-page2 select::-moz-placeholder,
.contact-page2 textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #b69d74;
  opacity: 1;
}
.contact-page2 input:-ms-input-placeholder,
.contact-page2 select:-ms-input-placeholder,
.contact-page2 textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #b69d74;
  opacity: 1;
}
.contact-page2 input:-moz-placeholder,
.contact-page2 select:-moz-placeholder,
.contact-page2 textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #b69d74;
  opacity: 1;
}
.contact-page2 textarea {
  height: 130px;
}
.contact-page2 .submit-btn {
  margin: 20px 0 0;
}
.contact-page2 .submit-btn input[type="submit"] {
  color: #ffffff;
}
.contact-page2 .business-law:before {
  content: '\f107';
  font-family: FontAwesome;
  color: #b69d74;
  right: 20px;
  position: absolute;
  top: -3px;
  font-size: 20px;
  z-index: 11;
}
.contact-page2 .business-law select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 11;
}
.family-doctor .submit-btn {
  margin: 0;
}
.family-doctor .submit-btn i {
  color: #b69d74 !important;
}
.family-doctor input[type="submit"],
.family-doctor .submit-btn:hover input[type="submit"] {
  background: #ffffff !important;
  color: #b69d74 !important;
}
.family-doctor input[type="text"],
.family-doctor input[type="email"],
.family-doctor select {
  height: 66px;
  padding-top: 21px;
  padding-bottom: 21px;
}
.family-doctor input[type="text"],
.family-doctor input[type="email"],
.family-doctor select,
.family-doctor textarea {
  background: transparent;
  border-color: #74a2ff;
  font-size: 12px;
  color: #ffffff;
}
.family-doctor select option {
  color: #767676;
}
.family-doctor input[type="text"]::-webkit-input-placeholder,
.family-doctor textarea::-webkit-input-placeholder,
.family-doctor input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}
.family-doctor input[type="text"]::-moz-placeholder,
.family-doctor textarea::-moz-placeholder,
.family-doctor input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
.family-doctor input[type="text"]:-ms-input-placeholder,
.family-doctor textarea:-ms-input-placeholder,
.family-doctor input[type="email"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}
.family-doctor input[type="text"]:-moz-placeholder,
.family-doctor textarea:-moz-placeholder,
.family-doctor input[type="email"]:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
.select-doctors {
  position: relative;
}
.select-doctors select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  background-image: none;
  -ms-word-break: normal;
  word-break: normal;
  position: relative;
  z-index: 11;
}
.select-doctors:after {
  content: '\f107';
  font: normal normal normal 17px/1 FontAwesome;
  color: #767676;
  right: 30px;
  position: absolute;
  top: 13px;
  font-size: 20px;
  z-index: 11;
}
body .bg_top_position {
  background-position: top center !important;
}
.appointment-services .services-style-2.services-left .services-wrap .services-item .services-title2 {
  margin-top: 0;
  margin-bottom: 4px;
}
.contact-bg {
  box-shadow: 0px 5px 40px 0px rgba(230, 230, 230, 0.5);
}
.fre-consultation-form .vc_column-inner {
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
}
.fre-consultation-form.border-radius {
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.07);
  z-index: 9;
}
.fre-consultation-form > div {
  border-radius: 5px;
}
#rs-contact .contact-address {
  text-align: left;
}
#rs-contact .contact-address .address-item {
  display: flex;
  padding-bottom: 20px;
  position: relative;
  padding-top: 20px;
  background: #f7f7f7;
  padding-left: 26px;
  margin-bottom: 22px;
}
#rs-contact .contact-address .address-item .address-icon {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  background: #1f2839;
  height: 70px;
  width: 70px;
  line-height: 70px;
  border-radius: 100%;
  text-align: center;
}
#rs-contact .contact-address .address-item .address-icon:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  background: #b69d74;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
}
#rs-contact .contact-address .address-item .address-icon:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  background: #b69d74;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  opacity: 0;
  visibility: hidden;
}
#rs-contact .contact-address .address-item .address-icon:hover {
  border-color: rgba(255, 255, 255, 0.7);
}
#rs-contact .contact-address .address-item .address-icon i {
  text-align: center;
  color: #fff;
  border-radius: 100%;
  font-size: 30px;
  position: relative;
  line-height: 70px;
  z-index: 9;
  width: 100%;
  vertical-align: middle;
  margin-left: 0;
  height: auto;
  margin-top: 7px;
}
#rs-contact .contact-address .address-item:last-child .address-icon:after {
  display: none;
}
#rs-contact .contact-address .address-item .address-text .contact-title {
  margin-bottom: 1px;
  font-weight: 500;
  font-size: 20px;
  margin-top: 6px;
}
#rs-contact .contact-address .address-item .address-text a {
  color: #767676;
  word-break: break-all;
}
#rs-contact .contact-address .address-item .address-text a:hover {
  color: #b69d74;
}
#rs-contact .contact-address .address-item:hover .address-icon:after,
#rs-contact .contact-address .address-item:hover .address-icon:before {
  opacity: 1;
  visibility: visible;
}
#rs-contact .contact-address.style2 {
  display: flex;
}
#rs-contact .contact-address.style2.text-center {
  text-align: center;
}
#rs-contact .contact-address.style2 .address-text {
  width: auto;
  padding: 0;
  float: none;
}
#rs-contact .contact-address.style2 .address-item {
  display: block;
  padding-right: 30px;
  position: relative;
  overflow: visible;
  width: 33%;
  background: #fff;
  box-shadow: 0px 5px 40px 0px rgba(230, 230, 230, 0.5);
  padding: 50px;
  margin: 0 10px;
  border-radius: 5px;
}
#rs-contact .contact-address.style2 .address-item .address-icon {
  margin-right: 0;
  margin-bottom: 15px;
  float: none;
  z-index: 9;
}
#rs-contact .contact-address.style2 .address-item .address-icon:after {
  display: none;
}
#rs-contact .contact-address.style2 .address-item .address-icon i {
  margin-left: 0;
  vertical-align: middle;
  width: 100%;
  height: auto;
  font-size: 33px;
  margin-top: 7px;
}
#rs-contact .contact-address.style3 .address-item {
  background: transparent;
  margin-top: 0;
  margin-bottom: 0;
}
#rs-contact .contact-address.style3 .address-item .address-icon {
  background: transparent !important;
  height: 40px;
  width: 35px;
  line-height: 35px;
  margin-right: 10px;
}
#rs-contact .contact-address.style3 .address-item .address-icon:before {
  display: none !important;
}
#rs-contact .contact-address.style3 .address-item .address-icon i {
  color: #1f2839;
  line-height: 45px;
  font-size: 35px;
  width: 100%;
  height: auto;
  margin-left: 0;
}
#rs-contact .contact-address.style3 .address-item .address-text .contact-title {
  margin-top: 0;
}
.home5injury .contact-page2 textarea {
  height: 50px;
}
.team-detail-wrap {
  margin-top: 70px;
}
h3.title-bg-gray {
  position: relative;
  background: #fbfbfb;
  padding: 15px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 20px;
}
.table-background {
  border: none;
}
.table-background tr,
.table-background td,
.table-background th {
  border: none !important;
  padding: 15px 15px;
}
.table-background tbody tr:nth-child(odd) {
  background: #fbfbfb;
}
.sidebar-team .team-slider-style1 .team-item .team-content1,
.single-mp-event .team-slider-style1 .team-item .team-content1 {
  box-shadow: none;
  background: #fbfbfb;
  margin-bottom: 0;
}
.sidebar-team .team-slider-style1 .team-item .team-inner-wrap,
.single-mp-event .team-slider-style1 .team-item .team-inner-wrap {
  padding-bottom: 0;
}
ul.mptt-navigation-tabs {
  overflow: hidden;
  margin-bottom: 35px !important;
  background: transparent;
  text-align: center;
}
ul.mptt-navigation-tabs li {
  position: relative;
  overflow: hidden;
  display: inline-block;
  background: #f7f7f7;
  border-radius: 30px;
  margin-right: 5px;
  padding: 4px 3px !important;
  transition: all 0.3s ease 0s;
}
ul.mptt-navigation-tabs li:last-child {
  border-right-width: 1px;
}
ul.mptt-navigation-tabs li:hover {
  background: #b69d74;
}
ul.mptt-navigation-tabs li:hover a {
  color: #fff;
}
ul.mptt-navigation-tabs li a {
  padding: 3px 24px;
  display: block;
  font-weight: 500;
  color: #101010;
}
ul.mptt-navigation-tabs li.active {
  border-top-color: transparent;
  background: #b69d74;
}
ul.mptt-navigation-tabs li.active a {
  color: #fff;
}
ul.mptt-navigation-tabs li.active:before {
  bottom: 0;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tr.mptt-shortcode-row th {
  background-color: #282828;
  color: #fff;
  font-weight: 600 !important;
  border: 1px solid #333;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody tr:nth-child(2n+2) {
  background-color: #282828;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td {
  border: 1px solid #333;
  color: #fff;
}
.mptt-shortcode-wrapper .mptt-shortcode-table {
  box-shadow: none;
  margin-bottom: 0;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container {
  outline-color: #333;
}
.light-schedule .mptt-shortcode-wrapper .mptt-shortcode-table tr.mptt-shortcode-row th {
  background-color: #f8f8f8;
  color: #1f2839;
  font-weight: 600 !important;
  border: 1px solid #eaeaea;
}
.light-schedule .mptt-shortcode-wrapper .mptt-shortcode-table tbody tr:nth-child(2n+2) {
  background-color: #f8f8f8;
}
.light-schedule .mptt-shortcode-wrapper .mptt-shortcode-table tbody td {
  border: 1px solid #eaeaea;
  color: #767676;
}
.light-schedule .mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container {
  outline-color: #eaeaea;
}
.vc_tta-panel .vc_tta-panel-heading,
.vc_tta-panel .vc_tta-panel-body {
  background: 0 0 !important;
  margin-bottom: 12px !important;
}
.vc_tta-panel.vc_active .vc_tta-panel-body {
  padding-bottom: 30px !important;
  padding-top: 25px !important;
}
.vc_tta-panel.vc_active .vc_tta-panel-heading {
  margin-bottom: 0px !important;
  border-bottom: 0 !important;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title {
  font-size: 17px !important;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
  color: #fff !important;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading,
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after,
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before {
  border-color: #263043 !important;
}
#google-map .wpb_wrapper {
  padding: 0;
}
#google-map .wpb_gmaps_widget {
  margin: 0;
}
#google-map iframe {
  filter: grayscale(1);
}
.contact2-map iframe {
  filter: grayscale(1);
}
.main-contain .contact-map2 .wpb_wrapper {
  padding: 0;
}
.main-contain .contact-map2 iframe {
  filter: grayscale(0.6);
}
.main-contain .contact-map2 iframe:hover {
  filter: grayscale(0);
}
.home2blog {
  bottom: 322px;
}
.fre-consultation-form2 .contact-page2 .submit-btn {
  margin: 0px auto 20px;
}
.sliderthum .content7 {
  text-align: center;
}
.sliderthum .content7 i {
  display: block;
  font-size: 50px;
  opacity: .5;
  margin-bottom: 20px;
}
.sliderthum .content7 p {
  margin: 0;
}
.sliderthum .content7 .cl-author-info {
  padding: 0;
  position: relative;
  margin: 60px 0 23px;
}
.sliderthum .content7 .cl-author-info:after {
  content: "";
  top: -26px;
  height: 2px;
  width: 60px;
  position: absolute;
  background: #b69d74;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.sliderthum .content7 .cl-author-info li {
  padding: 0;
  margin: 0;
  color: #767676;
}
.sliderthum .content7 .cl-author-info li:first-child {
  font-family: 'Playfair Display', serif;
  color: #1f2839;
  text-transform: uppercase;
}
.owlstheme {
  max-width: 300px;
  margin: 0 auto;
}
.button-left .submit-btn {
  margin-left: 0;
}
.time-listing {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.time-listing li {
  display: inline-block;
  width: 100%;
  padding-bottom: 10px;
}
.time-listing li span {
  float: right;
}
.time-listing li:last-child {
  border-bottom: none;
}
.service-call .description p {
  margin-bottom: 0;
}
.service-call ul {
  margin: 0;
  padding: 0;
}
.service-call ul li {
  display: inline-block;
  font-family: 'Playfair Display', serif;
}
.service-call ul li a {
  display: block;
  color: #767676;
  border-bottom: 2px solid #b69d74;
}
.service-call ul li a:hover {
  color: #b69d74;
}
.readon .vc_btn3 {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  margin-top: -5px !important;
}
.readon .vc_btn3:hover {
  color: #1f2839 !important;
}
.appointment-medical {
  width: 100%;
  overflow: hidden;
}
.appointment-medical textarea,
.appointment-medical input[type="text"],
.appointment-medical select {
  width: 100%;
  border-color: #f1f1f1;
  color: #767676;
}
.appointment-medical select {
  padding: 0 14px;
  margin-bottom: 20px;
}
.appointment-medical .submit-btn i {
  right: 30px;
}
.appointment-medical .submit-btn:hover i {
  right: 25px;
}
.appointment-medical .submit-btn {
  margin-top: 0;
  width: 225px;
}
.appointment-medical textarea {
  width: 100%;
  max-height: 90px;
}
.bookappointments {
  background: #fff;
  padding: 42px 20px 46px !important;
  box-shadow: 0 5px 20px rgba(34, 34, 34, 0.1);
}
.home-appointment > .vc_column-inner {
  padding: 45px 45px 48px !important;
}
.departments-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.departments-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 5px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.departments-list li:last-child {
  border-bottom: none;
}
.departments-list li:before {
  content: "\f0a9";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  color: #1f2839;
}
.home2-boxes4 {
  z-index: 1;
}
.fre-consultation-form.fre-consultation-form2 .vc_column-inner {
  box-shadow: none;
}
#cl-testimonial.cl-testimonial10 ul.slick-dots li button {
  border: 1px solid #ffffff;
}
#cl-testimonial.cl-testimonial10 .slick-active button {
  background: #183e8a;
}
#cl-testimonial.owl-carousel .owl-dots button.active {
  background: #b69d74;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tr.mptt-shortcode-row th {
  padding: 1rem 1rem;
  overflow-wrap: normal;
  text-transform: uppercase;
  font-weight: 500;
}
.team-carousel-single .owl-nav.disabled {
  display: block !important;
}
.circle-icon {
  margin: 0;
  padding: 0;
  list-style: none;
}
.circle-icon li {
  position: relative;
  padding-left: 23px;
  padding-bottom: 6px;
}
.circle-icon li:after {
  position: absolute;
  left: 0px;
  top: 0;
  content: "\f05d";
  font-family: fontawesome;
  color: #b69d74;
}
.case-result-sidebar .widget ul,
.practice-sidebar-details .widget ul {
  margin: 0;
}
.case-result-sidebar .widget ul li,
.practice-sidebar-details .widget ul li {
  position: relative;
  padding: 3px 0 3px 15px;
  list-style-type: none;
}
.case-result-sidebar .widget ul li:before,
.practice-sidebar-details .widget ul li:before {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  position: absolute;
  left: 0;
  top: auto;
  color: #b69d74 !important;
  display: block !important;
}
.case-result-sidebar .widget ul li a,
.practice-sidebar-details .widget ul li a {
  color: #1f2839;
}
.case-result-sidebar .widget ul li a:hover,
.practice-sidebar-details .widget ul li a:hover {
  color: #b69d74;
}
.case-result-sidebar .widget ul li.current-menu-item a,
.practice-sidebar-details .widget ul li.current-menu-item a {
  color: #b69d74;
}
.case-result-sidebar .widgettitle,
.practice-sidebar-details .widgettitle,
.case-result-sidebar .widget-title,
.practice-sidebar-details .widget-title {
  font-size: 22px;
  line-height: 30px !important;
}
.practice-areas-form {
  background-color: #FAF9F7;
  padding: 45px 30px 25px;
}
.practice-areas-form textarea,
.practice-areas-form input {
  width: 100%;
  border: none;
}
.practice-areas-form h3.widgettitle {
  margin-bottom: 35px;
}
.case-result-sidebar .widgettitle,
.practice-sidebar-details .widgettitle {
  position: relative;
}
#practice-areas-faq .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
  background: #faf9f7;
  border: 1px solid #f0f0f0 !important;
}
#practice-areas-faq .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading {
  border-bottom: 0px solid #f0f0f0 !important;
}
#practice-areas-faq .vc_tta-panels .vc_tta-panel-body {
  background: #fff !important;
  border: 1px solid #f0f0f0 !important;
}
#practice-areas-faq .vc_tta-panel-title > a {
  color: #1f2839 !important;
}
#practice-areas-faq .vc_tta-controls-icon:before {
  border-color: #b69d74 !important;
}
.gray-background {
  background: #faf9f7;
  padding: 45px 30px;
}
.gray-background .widget_nav_menu {
  margin-bottom: 0;
}
.gray-background .title-inner .title {
  margin-bottom: 0 !important;
}
.gray-background .title-inner:after {
  top: 3px !important;
}
#faq-section-area .vc_toggle {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
  padding: 15px;
}
#faq-section-area i.vc_toggle_icon {
  left: auto !important;
  right: 12px;
}
#faq-section-area .vc_toggle_title {
  padding-left: 15px !important;
}
#faq-section-area .vc_toggle_content {
  margin-bottom: 0;
  margin-top: 8px;
  padding-left: 15px;
  padding-bottom: 8px;
  padding-top: 6px;
}
#faq-section-area .vc_toggle_content p {
  margin-bottom: 0;
}
#faq-section-area .vc_toggle_title > h4 {
  font-size: 20px;
  font-weight: 400 !important;
}
.slick-dots {
  bottom: -60px;
}
.slick-dots li {
  width: 12px;
  height: 12px;
}
.slick-dots li button {
  width: 12px;
  height: 12px;
  background: #ddd;
  border-radius: 50%;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active button {
  background: #b69d74;
}
.owl-dots {
  text-align: center;
  margin-top: 25px;
}
.owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  margin-right: 10px;
  background: #ddd;
}
.owl-dots .owl-dot.active {
  background: #b69d74;
}
.slick-next,
.slick-prev {
  background: #b69d74;
  width: 40px;
  height: 40px;
}
.slick-next:after,
.slick-prev:after {
  color: #fff;
}
.slick-next:hover,
.slick-prev:hover,
.slick-next:focus,
.slick-prev:focus {
  background: #b69d74;
}
.slick-next {
  right: -60px;
}
.slick-prev {
  left: -60px;
}
.home1top-service .rs-services-style3.services-left .services-item .services-desc {
  margin-top: -10px;
}
.single-mp-event .event-content {
  overflow: hidden;
}
.single-mp-event .event-content .timeslots-title {
  margin-top: 50px;
  text-transform: uppercase;
  display: none;
}
.single-mp-event .event-content .timeslot {
  display: none;
}
.single-mp-event .form-submit {
  margin-bottom: 0;
}
.single-mp-event .mptt-shortcode-wrapper .timeslot {
  display: block;
}
.single-mp-event .comments-area {
  padding-top: 57px;
}
ul.chevron-right-icon {
  margin-left: 25px;
  padding: 0;
  list-style: none;
}
ul.chevron-right-icon li {
  position: relative;
  margin: 10px 0;
}
ul.chevron-right-icon li:last-child {
  margin-top: 0;
}
ul.chevron-right-icon li:before {
  position: absolute;
  top: 1px;
  left: -25px;
  z-index: 0;
  content: "\f054";
  font-family: 'FontAwesome';
  color: #b69d74;
  font-size: 12px;
}
ul.chevron-right-icon.white-color li,
ul.chevron-right-icon.white-color li:before {
  color: #ffffff;
}
.contact-btm .services-style-2 .services-wrap .services-item:hover .services-icon img {
  transform: scale(1);
}
.contact-btm .services-style-2 .services-wrap .services-item .services-icon img {
  transform: scale(1);
  width: 80px;
}
.footer-top-widgets .textwidget {
  text-align: center;
  background: #fff;
  padding: 44px 12px 36px;
  border: 1px solid rgba(237, 237, 237, 0.75);
  min-height: 194px;
}
.footer-top-widgets .textwidget p {
  margin: 0;
}
.footer-top-widgets .helpline-number h5 {
  margin-bottom: 5px;
}
.footer-top-widgets .helpline-number i {
  margin-right: 10px;
}
.footer-top-widgets .helpline-number i:before {
  font-size: 30px;
}
.services-style-7.text-white i:before {
  font-size: 30px;
}
.services-style-7.text-white a {
  color: #ffffff;
}
#sidebar-services .rs-contact {
  background: #fbfbfb;
  padding: 0 15px;
}
#sidebar-services .rs-heading .title-inner h3 {
  margin-bottom: 0;
  position: relative;
  padding-bottom: 20px;
}
#sidebar-services .rs-heading .title-inner h3:before {
  content: "";
  position: absolute;
  background: #b69d74;
  height: 2px;
  width: 50px;
  left: 0;
  bottom: 0;
  display: block;
  z-index: 1;
}
#sidebar-services .rs-contact .contact-address .address-item .address-icon i {
  vertical-align: top;
}
#sidebar-services .widget.widget_nav_menu ul {
  list-style: none;
  margin: 0;
  background: #fbfbfb;
  padding-bottom: 55px;
}
#sidebar-services .widget.widget_nav_menu ul li {
  padding: 0 40px;
  position: relative;
  transition: 0.4s;
}
#sidebar-services .widget.widget_nav_menu ul li:before {
  color: #1f2839;
  left: 18px;
}
#sidebar-services .widget.widget_nav_menu ul li a {
  color: #767676;
  display: block;
  border-bottom: 1px solid #eee;
  padding: 13px 0;
}
#sidebar-services .widget.widget_nav_menu ul li a:hover {
  color: #b69d74;
}
#sidebar-services .widget.widget_nav_menu ul li.current-menu-item a {
  color: #b69d74;
}
#sidebar-services .download-btn {
  border-bottom: 5px solid #28406d;
  margin: 0;
  padding-bottom: 22px;
}
#sidebar-services .download-btn ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sidebar-services .download-btn ul li {
  background: #1f2839;
  padding: 12px 40px;
  margin: 0 0 15px;
  position: relative;
}
#sidebar-services .download-btn ul li a {
  color: #fff;
  display: block;
}
#sidebar-services .download-btn ul li:hover {
  opacity: .9;
}
#sidebar-services .download-btn ul li:first-child:before {
  font-family: FontAwesome;
  content: "\f1c1";
  position: absolute;
  left: 15px;
  color: #fff;
}
#sidebar-services .download-btn ul li:last-child:before {
  font-family: FontAwesome;
  content: "\f1c2";
  position: absolute;
  left: 15px;
  color: #fff;
}
#sidebar-services .wpb_widgetised_column {
  border-bottom: 5px solid #1f2839;
  margin: 0;
}
#sidebar-services .bs-search button {
  color: #666;
  border-radius: 0;
  padding: 7px 11px;
}
#sidebar-services .bs-search button:hover {
  background: #1f2839;
  color: #fff;
}
#sidebar-services .contact-address {
  padding-bottom: 30px;
}
#sidebar-services .contact-address .address-item {
  margin: 0 0 15px;
}
#sidebar-services .rs-galleys {
  padding: 0 14px;
}
#sidebar-services .rs-galleys .col-md-4 {
  padding: 0;
}
#sidebar-services .rs-galleys .col-md-4 .galley-img {
  margin-bottom: 0;
}
#sidebar-services .time-listing {
  background: #fbfbfb;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 12px;
}
#sidebar-services .time-listing li {
  border-bottom: 1px solid #eee;
  padding-bottom: 13px;
  margin-bottom: 13px;
}
.case-result-single .content-inner {
  background: #1f2839;
  padding: 50px 30px 22px;
}
.case-result-single .content-inner h4 {
  color: #b69d74;
  position: relative;
}
.case-result-single .case-result-imge {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.case-result-single .des p {
  color: #ccc;
}
.case-result-single .rs-title h2 {
  color: #ffffff;
}
.case-result-single .case-result-content {
  margin-top: 40px;
}
.single-portfolios .owl-carousel .owl-nav [class*="owl-"] {
  top: calc(50%);
}
.single-portfolios .ps-navigation {
  margin-bottom: 0;
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.single-portfolios .ps-navigation ul li a {
  font-size: 15px;
}
.single-portfolios .ps-navigation ul li a span {
  font-size: 15px  !important;
}
.single-portfolios .owl-stage-outer {
  height: auto !important;
  margin-bottom: 50px;
}
.single-portfolios .main-contain #content {
  padding-bottom: 75px;
}
.container .sidebar-title {
  padding: 10px 15px 13px 15px !important;
}
.container .sidebar-title .title {
  margin-bottom: 0;
}
.uppercase {
  text-transform: uppercase;
}
.about-award strong {
  font-weight: 500;
}
.about-award a {
  color: #767676;
  border-bottom: 2px solid #767676;
  font-size: 18px;
}
.about-award a:hover {
  color: #b69d74;
  border-bottom: 2px solid #b69d74;
}
.about-award h5 {
  margin-top: 0px;
  margin-bottom: 18px;
}
.about-award .phone-contact {
  font-size: 18px;
  padding-top: 2px;
}
.about-award .phone-contact a:first-child {
  margin-right: 13px;
}
.about-award .phone-contact a:last-child {
  margin-left: 13px;
}
.opening-time tr:first-child td {
  padding-top: 0;
}
.opening-time tr td {
  border: none;
  color: #ffffff;
}
.opening-time tr td:last-child {
  text-align: right;
}
.no-border tr td {
  border: none;
}
body.single-services .rs-porfolio-details {
  padding: 100px 0 0;
}
#feedback .vc_tta-panel-heading,
#feedback .vc_tta-panel-body,
#management .vc_tta-panel-heading,
#management .vc_tta-panel-body,
#collaboration .vc_tta-panel-heading,
#collaboration .vc_tta-panel-body {
  border-left: 0 !important;
  border-right: 0 !important;
  background: none !important;
}
#feedback .vc_tta-title-text,
#management .vc_tta-title-text,
#collaboration .vc_tta-title-text {
  color: #1f2839;
  font-size: 17px;
}
.faq-style1 .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
  border: none !important;
  background: #b69d74 !important;
}
.faq-style1 .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-title-text {
  color: #fff !important;
}
.faq-style1 .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-controls-icon.vc_tta-controls-icon-plus:before,
.faq-style1 .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-controls-icon.vc_tta-controls-icon-plus:after {
  border-color: #fff  !important;
}
.faq-style1 .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
  background: #fff !important;
}
.faq-style2 .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
  border: 1px solid #f3f6f9 !important;
  background: #f3f6f9 !important;
  position: relative;
  left: -1px;
}
.faq-style2 .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
  background: #fff !important;
  border: 1px solid #f3f6f9 !important;
}
.no-results.not-found {
  max-width: 700px;
}
/****************/
/****************/
.loading {
  background-color: #b69d74;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0px;
  top: 0px;
  z-index: 999999;
}
.loading .loading-wrap {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.loading.image-preloader .loader {
  position: absolute;
  width: 300px;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loading-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 100%;
  height: 100px;
  line-height: 100px;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.loader {
  font-size: 5px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/********loader********/
/******** loader********/
.cssload-loader {
  width: 195px;
  position: absolute;
  left: 50%;
  margin: 0;
  top: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  -o-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -moz-transform: translate(-50%, -50%) rotate(180deg);
}
.cssload-loader .cssload-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  top: 0px;
  background: #fff;
  animation: cssload-sway 0.46s ease infinite;
  -o-animation: cssload-sway 0.46s ease infinite;
  -ms-animation: cssload-sway 0.46s ease infinite;
  -webkit-animation: cssload-sway 0.46s ease infinite;
  -moz-animation: cssload-sway 0.46s ease infinite;
}
.cssload-loader .cssload-dot:nth-child(1) {
  left: 14.28571%;
  animation-delay: 0.29s;
  -o-animation-delay: 0.29s;
  -ms-animation-delay: 0.29s;
  -webkit-animation-delay: 0.29s;
  -moz-animation-delay: 0.29s;
}
.cssload-loader .cssload-dot:nth-child(2) {
  left: 28.57143%;
  animation-delay: 0.58s;
  -o-animation-delay: 0.58s;
  -ms-animation-delay: 0.58s;
  -webkit-animation-delay: 0.58s;
  -moz-animation-delay: 0.58s;
}
.cssload-loader .cssload-dot:nth-child(3) {
  left: 42.85714%;
  animation-delay: 0.86s;
  -o-animation-delay: 0.86s;
  -ms-animation-delay: 0.86s;
  -webkit-animation-delay: 0.86s;
  -moz-animation-delay: 0.86s;
}
.cssload-loader .cssload-dot:nth-child(4) {
  left: 57.14286%;
  animation-delay: 1.15s;
  -o-animation-delay: 1.15s;
  -ms-animation-delay: 1.15s;
  -webkit-animation-delay: 1.15s;
  -moz-animation-delay: 1.15s;
}
.cssload-loader .cssload-dot:nth-child(5) {
  left: 71.42857%;
  animation-delay: 1.44s;
  -o-animation-delay: 1.44s;
  -ms-animation-delay: 1.44s;
  -webkit-animation-delay: 1.44s;
  -moz-animation-delay: 1.44s;
}
.cssload-loader .cssload-dot:nth-child(6) {
  left: 85.71429%;
  animation-delay: 1.73s;
  -o-animation-delay: 1.73s;
  -ms-animation-delay: 1.73s;
  -webkit-animation-delay: 1.73s;
  -moz-animation-delay: 1.73s;
}
.cssload-loader .cssload-dot:nth-child(7) {
  left: 100%;
  animation-delay: 2.01s;
  -o-animation-delay: 2.01s;
  -ms-animation-delay: 2.01s;
  -webkit-animation-delay: 2.01s;
  -moz-animation-delay: 2.01s;
}
.cssload-loader .cssload-dotb {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  top: 0px;
  background: #ccc;
  animation: cssload-swayb 0.46s ease infinite 3.45s, reset 1.15s ease forwards 5.75s;
  -o-animation: cssload-swayb 0.46s ease infinite 3.45s, reset 1.15s ease forwards 5.75s;
  -ms-animation: cssload-swayb 0.46s ease infinite 3.45s, reset 1.15s ease forwards 5.75s;
  -webkit-animation: cssload-swayb 0.46s ease infinite 3.45s, reset 1.15s ease forwards 5.75s;
  -moz-animation: cssload-swayb 0.46s ease infinite 3.45s, reset 1.15s ease forwards 5.75s;
}
.cssload-loader .cssload-dotb:nth-child(1) {
  left: 14.28571%;
  animation-delay: 0.29s;
  -o-animation-delay: 0.29s;
  -ms-animation-delay: 0.29s;
  -webkit-animation-delay: 0.29s;
  -moz-animation-delay: 0.29s;
}
.cssload-loader .cssload-dotb:nth-child(2) {
  left: 28.57143%;
  animation-delay: 0.58s;
  -o-animation-delay: 0.58s;
  -ms-animation-delay: 0.58s;
  -webkit-animation-delay: 0.58s;
  -moz-animation-delay: 0.58s;
}
.cssload-loader .cssload-dotb:nth-child(3) {
  left: 42.85714%;
  animation-delay: 0.86s;
  -o-animation-delay: 0.86s;
  -ms-animation-delay: 0.86s;
  -webkit-animation-delay: 0.86s;
  -moz-animation-delay: 0.86s;
}
.cssload-loader .cssload-dotb:nth-child(4) {
  left: 57.14286%;
  animation-delay: 1.15s;
  -o-animation-delay: 1.15s;
  -ms-animation-delay: 1.15s;
  -webkit-animation-delay: 1.15s;
  -moz-animation-delay: 1.15s;
}
.cssload-loader .cssload-dotb:nth-child(5) {
  left: 71.42857%;
  animation-delay: 1.44s;
  -o-animation-delay: 1.44s;
  -ms-animation-delay: 1.44s;
  -webkit-animation-delay: 1.44s;
  -moz-animation-delay: 1.44s;
}
.cssload-loader .cssload-dotb:nth-child(6) {
  left: 85.71429%;
  animation-delay: 1.73s;
  -o-animation-delay: 1.73s;
  -ms-animation-delay: 1.73s;
  -webkit-animation-delay: 1.73s;
  -moz-animation-delay: 1.73s;
}
.cssload-loader .cssload-dotb:nth-child(7) {
  left: 100%;
  animation-delay: 2.01s;
  -o-animation-delay: 2.01s;
  -ms-animation-delay: 2.01s;
  -webkit-animation-delay: 2.01s;
  -moz-animation-delay: 2.01s;
}
@keyframes cssload-sway {
  from {
    top: 0px;
  }
  to {
    top: 39px;
    transform: scale(0.75);
    z-index: 1;
    opacity: 0;
  }
}
@-o-keyframes cssload-sway {
  from {
    top: 0px;
  }
  to {
    top: 39px;
    -o-transform: scale(0.75);
    z-index: 1;
    opacity: 0;
  }
}
@-ms-keyframes cssload-sway {
  from {
    top: 0px;
  }
  to {
    top: 39px;
    -ms-transform: scale(0.75);
    z-index: 1;
    opacity: 0;
  }
}
@-webkit-keyframes cssload-sway {
  from {
    top: 0px;
  }
  to {
    top: 39px;
    -webkit-transform: scale(0.75);
    z-index: 1;
    opacity: 0;
  }
}
@-moz-keyframes cssload-sway {
  from {
    top: 0px;
  }
  to {
    top: 39px;
    -moz-transform: scale(0.75);
    z-index: 1;
    opacity: 0;
  }
}
@keyframes cssload-swayb {
  from {
    top: 39px;
    transform: scale(0.75);
    z-index: 2;
  }
  to {
    top: 0px;
  }
}
@-o-keyframes cssload-swayb {
  from {
    top: 39px;
    -o-transform: scale(0.75);
    z-index: 2;
  }
  to {
    top: 0px;
  }
}
@-ms-keyframes cssload-swayb {
  from {
    top: 39px;
    -ms-transform: scale(0.75);
    z-index: 2;
  }
  to {
    top: 0px;
  }
}
@-webkit-keyframes cssload-swayb {
  from {
    top: 39px;
    -webkit-transform: scale(0.75);
    z-index: 2;
  }
  to {
    top: 0px;
  }
}
@-moz-keyframes cssload-swayb {
  from {
    top: 39px;
    -moz-transform: scale(0.75);
    z-index: 2;
  }
  to {
    top: 0px;
  }
}
@keyframes reset {
  from {
    top: 0px;
  }
  to {
    top: 0px;
  }
}
@-o-keyframes reset {
  from {
    top: 0px;
  }
  to {
    top: 0px;
  }
}
@-ms-keyframes reset {
  from {
    top: 0px;
  }
  to {
    top: 0px;
  }
}
@-webkit-keyframes reset {
  from {
    top: 0px;
  }
  to {
    top: 0px;
  }
}
@-moz-keyframes reset {
  from {
    top: 0px;
  }
  to {
    top: 0px;
  }
}
.spinner {
  width: 50px;
  height: 50px;
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #b69d74;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
