@import url("https://fonts.googleapis.com/css?family=Playfair+Display:300,400,500,600,700,800,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700,900&amp;display=swap");

html,
body {
  font-family: "Montserrat", sans-serif !important;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
p {
  margin: 0 0 26px;
  line-height: 1.8;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif !important;
  color: #333333;
  margin: 0 0 26px;
  line-height: 1.2;
}
h1 {
  font-size: 52px;
  line-height: 62px;
  font-weight: 700;
}
h2 {
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
}
h3 {
  font-size: 28px;
  line-height: 42px;
  font-weight: 700;
}
h4 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
}
h5 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
h6 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
[class^="flaticon-"]::before,
[class*=" flaticon-"]::before,
[class^="flaticon-"]::after,
[class*=" flaticon-"]::after {
  margin: 0;
}
.text-justify {
  text-align: justify;
}
.pt-0 {
  padding-top: 0;
}
.mt-0 {
  margin-top: 0;
}
.pb-100 {
  padding-bottom: 100px;
}
.pt-100 {
  padding-top: 100px;
}
/** Top Bar **/

/** Main Menu **/
.off-canvas-right .mfp-container .mfp-content {
  background-color: #000;
}
.off-canvas-right .mfp-container .mobile-sidebar .nav-sidebar li {
  border-top: 0;
}
.off-canvas-right .mfp-container .mobile-sidebar .nav-sidebar .menu-item a {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

ul .humburger .nav-expander .bar {
  background: var(--fs-color-secondary);
  padding: 50px 47px 47px;
  overflow: hidden;
}
.header-wrapper.stuck ul .humburger .nav-expander .bar {
  padding: 25px 47px 25px;
}
ul .humburger .nav-expander .bar span {
  height: 2px;
  display: block;
  background: #fff;
  margin: 6px 0 0;
  transition: all 0.5s ease;
  cursor: pointer;
  list-style: none;
}
ul .humburger .nav-expander .bar span.dot1,
ul .humburger .nav-expander .bar span.dot3 {
  width: 30px;
}
ul .humburger .nav-expander .bar span.dot2 {
  width: 22px;
}
ul .humburger .nav-expander .bar:hover span.dot2 {
  width: 30px;
}
.nav.header-nav-main > li > a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.nav.header-nav-main li a {
  transition: all 0.3s ease;
  font-size: 15px;
  font-weight: 500;
  margin-right: 10px;
  height: 95px;
  line-height: 95px;
  padding: 0;
  position: relative;
  text-transform: uppercase;
}
.header-wrapper.stuck .nav.header-nav-main li a {
  height: 0;
}
.nav.header-nav-main > li:hover::after,
.nav.header-nav-main > li.active:after {
  height: 30px;
}
.nav.header-nav-main > li:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0px;
  width: 1px;
  height: 0px;
  background: var(--fs-color-secondary);
  transition: all 0.8s ease;
}
.header-wrapper.stuck .nav.header-nav-main > li::after,
.header-wrapper.stuck .contact-phone,
.header-wrapper.stuck .header-search {
  display: none;
}
.contact-phone {
  padding-right: 41px;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
  align-items: center;
}
.contact-phone i::before {
  width: 35px;
  height: 35px;
  display: inline-block;
  border: 2px solid #fff;
  color: #ffffff;
  border-radius: 50%;
  line-height: 32px;
  text-align: center;
  margin-right: 10px;
}
.contact-phone a,
.contact-phone a:hover {
  color: #fff;
}
.breadcrumbs-inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 300px;
  background: #ffffff;
  width: 70px;
  height: 1px;
  display: block;
  right: 0;
  margin: 0 auto;
  transform: rotate(90deg);
}
.breadcrumbs-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.breadcrumbs-title span a {
  display: block;
  padding: 0 41px 0 0;
  position: relative;
}
.breadcrumbs-title span a::before {
  content: "\f015";
  position: relative;
  display: block;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  font-size: 20px;
}
.breadcrumbs-title span a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 16px;
  width: 26px;
  height: 1px;
  background: #ffffff;
}
.breadcrumbs-title .post {
  font-size: 16px;
  position: relative;
  padding-left: 14px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 0;
}
/** Slider **/
.sl-subtitle {
  -webkit-animation: fadeInDown 1.7s ease-in-out;
  animation: fadeInDown 1.7s ease-in-out;
}
.sl-title {
  -webkit-animation: fadeInUp 1.2s ease-in-out;
  animation: fadeInUp 1.2s ease-in-out;
}
.slider-bottom {
  -webkit-animation: fadeInUp 1.8s ease-in-out;
  animation: fadeInUp 1.8s ease-in-out;
}
.content-part {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.content-part .sl-subtitle {
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: var(--fs-color-secondary);
}
.content-part .sl-title {
  font-size: 60px;
  line-height: 80px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 36px;
}
.content-part .slider-bottom {
  display: inline-block;
}
.content-part .drowbd::before,
.content-part .drowbd::after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.content-part .drowbd {
  border: 0;
  box-sizing: border-box;
  margin-top: 24px;
  height: 400px;
  width: 380px;
  padding: 10px;
  font-size: inherit;
  font-weight: 700;
  position: relative;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  z-index: -1;
  transform: translateY(-51%);
  left: -45px;
}
.content-part .draw {
  transition: color 0.25s;
}
.content-part .draw::before,
.content-part .draw::after {
  border: 4px solid transparent;
  width: 100%;
  height: 100%;
}
.content-part .draw::before {
  top: 0;
  left: 0;
  border-top-color: var(--fs-color-secondary);
  border-right-color: var(--fs-color-secondary);
  transition: width 1.5s ease-out, height 1.5s ease-out 1.5s;
}
.content-part .draw::after {
  bottom: 0;
  right: 0;
  border-bottom-color: var(--fs-color-secondary);
  border-left-color: var(--fs-color-secondary);
  transition: border-color 0s ease-out 0.99s, width 0.5s ease-out 4s,
    height 0.5s ease-out 5s;
}
/* Readon Button*/
.readon {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-transform: capitalize;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.4s;
}
.readon.project {
  position: relative;
  outline: none;
  color: #ffffff;
  font-weight: 600;
  margin-left: 40px;
  margin-top: 20px;
}
.readon.project .text-btn {
  position: relative;
  padding: 14px 32px;
  line-height: 1.5;
  text-transform: uppercase;
  display: inline-block;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.readon.project .text-btn span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 2px;
  background-color: var(--fs-color-secondary);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
}
.readon.project .text-btn span:after {
  content: "";
  position: absolute;
  width: 2px;
  background-color: var(--fs-color-secondary);
  height: 0;
  right: 0;
  top: 0;
  transition: height 0.15s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.readon.project .text-btn:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 0;
  background-color: var(--fs-color-secondary);
  top: 0;
  left: 0;
  transition: width 0.15s 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.readon.project .text-btn:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 0;
  background-color: var(--fs-color-secondary);
  bottom: 0;
  right: 0;
  transition: width 0.15s 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.readon.project:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -2.4em;
  height: 1px;
  width: 3em;
  background-color: var(--fs-color-secondary);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.readon.project:hover .text-btn {
  transform: translateX(-2.2em);
  transition: transform 0.5s ease, width 1s ease, -webkit-transform 0.5s ease;
}
.readon.project:hover .text-btn span:before {
  left: 0;
  height: 100%;
  transition: height 0.15s 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.readon.project:hover .text-btn span:after {
  right: 0;
  height: 100%;
  transition: height 0.15s 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.readon.project:hover .text-btn:before {
  width: 100%;
  max-width: 100%;
  -webkit-transition: width 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.readon.project:hover .text-btn:after {
  width: 100%;
  -webkit-transition: width 0.15s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.15s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.readon.project:hover:before {
  width: 0;
  transition: all 0.4s ease;
}
.readon.project.read-more {
  color: var(--primary-color);
}
.readon.project.read-more .text-btn {
  position: relative;
  padding: 14px 32px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.readon.project.read-more .text-btn span:before {
  background-color: var(--primary-color);
}
.readon.project.read-more .text-btn span:after {
  background-color: var(--primary-color);
}
.readon.project.read-more .text-btn:before {
  background-color: var(--primary-color);
}
.readon.project.read-more .text-btn:after {
  background-color: var(--primary-color);
}
.readon.project.read-more:before {
  background-color: var(--primary-color);
}
.readon.project.read-more.submit {
  font-weight: 600;
}
.readon.project.continue {
  color: #ffffff;
}
.readon.project.continue .text-btn {
  position: relative;
  padding: 14px 32px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.readon.project.continue .text-btn span:before {
  background-color: #ffffff;
}
.readon.project.continue .text-btn span:after {
  background-color: #ffffff;
}
.readon.project.continue .text-btn:before {
  background-color: #ffffff;
}
.readon.project.continue .text-btn:after {
  background-color: #ffffff;
}
.readon.project.continue:before {
  background-color: #ffffff;
}
.readon.view {
  font-weight: 400;
  font-size: 16px;
  border-radius: 3px;
  padding: 15px 35px;
  background-color: var(--fs-color-secondary);
  color: #ffffff;
}
.readon.view:hover {
  background-color: #dec9bb;
}
.readon.more {
  color: #333333;
  font-weight: 400;
  position: relative;
  padding: 0px 0px 4px 0px;
  border-style: solid;
  border-width: 0px 0px 2px 0px;
  border-color: var(--fs-color-secondary);
}
.readon.more:hover {
  color: var(--fs-color-secondary);
}
.readon.price {
  font-weight: 400;
  border-radius: 40px;
  background-color: var(--fs-color-secondary);
  color: #fff;
  padding: 9px 35px 9px 35px;
}
.readon.price:hover {
  background-color: #333333;
}
.readon.post {
  padding: 14px 26px;
  border-radius: 3px;
  line-height: normal;
  font-size: 14px;
  color: #fff;
  transition: all 0.3s ease 0s;
  text-transform: uppercase;
  background: var(--fs-color-secondary);
  border-color: var(--fs-color-secondary);
  border: 1px solid;
  font-weight: 500;
}
.readon.post:hover {
  opacity: 0.75;
}
.rs-counter.about {
  border-style: solid;
  border-width: 5px 5px 5px 5px;
  border-color: var(--fs-color-secondary);
  border-radius: 3px 3px 3px 3px;
}
.rs-counter.about .counter-item .rs-count {
  font-size: 70px;
  font-weight: 600;
  line-height: 70px;
  color: var(--primary-color);
  font-family: "Playfair Display", Sans-serif;
  margin: 0;
  position: relative;
  text-align: center;
}
.rs-counter.about .counter-item.plus .rs-count::after {
  content: "+";
}
.rs-counter.about .counter-item .rs-count::after {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.sec-title .title {
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
  margin: 0;
}
.rs-counter.style1 .counter-item {
  padding: 50px 0px 40px 0px;
  margin: 0 -6px 0 0;
  background-color: rgba(51, 51, 51, 0.49);
  border-radius: 0px 0px 0px 0px;
  text-align: center;
}
.spacer-inner .spacer {
  height: 57px;
  border-right: 1px solid var(--fs-color-secondary);
  width: 1px;
  margin: 0 auto;
}
.rs-counter.style1 .counter-item .rs-count {
  font-size: 50px;
  line-height: 50px;
  font-weight: 600;
  color: var(--fs-color-secondary);
  font-family: "Playfair Display", Sans-serif;
  position: relative;
  padding-right: 18px;
}

.rs-counter.style1 .counter-item .rs-count::before {
  content: "";
  position: absolute;
  right: 72%;
  top: 65%;
  background: var(--fs-color-secondary);
  width: 40px;
  height: 1px;
  display: block;
  transform: translateY(-50%);
}
.rs-counter.style1 .counter-item.plus .rs-count::after {
  content: "+";
}
.rs-counter.style1 .counter-item .rs-count::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.rs-counter.style1 .counter-item .title {
  font-size: 19px;
  line-height: 70px;
  font-weight: 400;
  font-family: "Montserrat", Sans-serif;
  color: #ffffff;
  margin-bottom: 0;
}

.rs-services.style1 .services-item {
  display: flex;
  padding: 38px 30px 36px 30px;
  margin: 0 -5px 0 0;
  background-color: #ffffff;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  box-shadow: 0px 0px 40px 0px #eee;
}

.services-btn a {
  position: relative;
  display: inline-block;
  transition: all ease 0.3s;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 50px;
}
.services-btn a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  background: var(--fs-color-secondary);
  width: 40px;
  height: 1px;
  display: block;
}
.rs-project.style1 .recently-project .project-all {
  padding: 50px 60px 50px 60px;
  background: #f9f9f9;
  position: relative;
  z-index: 11;
}
.rs-project.style1 .slick-arrow {
  position: absolute;
  font-size: 0;
  border: none;
  right: 55% !important;
  transform: rotate(180deg);
  background: #333333;
  color: #ffffff;
  top: 100% !important;
  bottom: 0;
  visibility: visible;
  opacity: 1;
  border-radius: 0;
  width: 80px;
  height: 80px;
  z-index: 1;
}
.rs-project.style1 .slick-arrow:before {
  content: "\f114";
  font-family: Flaticon;
  font-size: 18px;
  font-weight: 400;
}
.rs-project.style1 .slick-arrow.slick-prev {
  right: 20%;
}
.rs-project.style1 .slick-arrow.slick-next {
  left: 45%;
  background: var(--fs-color-secondary);
}
.rs-project.style1 .slick-arrow.slick-next:before {
  content: "\f115";
}
.rs-process.style1 .rs-addon-number {
  background-color: rgba(51, 51, 51, 0.65);
  margin: 0 -8px 0 0;
  padding: 40px 20px 40px 20px;
  text-align: center;
}
.rs-process.style1 .rs-addon-number .addon-icon {
  margin-bottom: 10px;
}
.rs-process.style1 .rs-addon-number .addon-content .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 52px;
  color: #ffffff;
  margin: 0 0 10px;
}
.rs-process.style1 .rs-addon-number .addon-content .addon-txt {
  margin: 0;
  color: #ffffff;
}
/* Banner */

/** Widget **/
.blog-.widget-area .widget_search {
}

/** Blog **/
.rs-inner-blog .entry-header-text-bottom {
  padding: 15px 25px;
}
.rs-inner-blog article.post {
  background: #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}
.rs-inner-blog .entry-content {
  padding: 60px 45px 45px;
  overflow: hidden;
}
.rs-inner-blog .entry-content .entry-header-text {
  padding: 0;
}
.xem-them {
  border: var(--fs-color-secondary) solid 1px;
  border-radius: 4px;
  padding: 15px 0 0;
  position: relative;
  overflow: visible;
  margin: 30px 0 0;
  width: 100%;
}
.xem-them .tieu-de-xem-them {
  background: var(--fs-color-secondary);
  border-radius: 13px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  top: -13px;
  left: 10px;
  vertical-align: middle;
  line-height: 26px;
  clear: both;
  padding: 0 15px;
  text-transform: uppercase;
}
.list-news {
  padding: 10px 0;
}
.xem-them ul li {
  margin-bottom: 3px;
}
.xem-them ul li a {
  font-weight: 400;
  font-size: 16px;
}
ul.list-news {
  list-style-type: none;
}
.xem-them ul li a:hover {
}
.contact-address .address-item {
  display: flex;
}

.contact-address .address-item .address-text {
  padding-left: 18px;
  color: #ffffff;
}
.sec-title2 .title2 {
  position: relative;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #ffffff;
}
.sec-title2 .title2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -16px;
  width: 70px;
  height: 2px;
  background: var(--fs-color-secondary);
}
.rs-inner-blog .widget-area .widget_search {
  background-color: #fff;
  padding: 40px 30px 40px;
  box-shadow: 0 6px 25px rgb(0 0 0 / 7%);
  margin-bottom: 50px;
}
.rs-inner-blog .widget-area .searchform {
  margin-bottom: 0px;
}
.rs-inner-blog .widget-area .flatsome_recent_posts {
  background-color: #fff;
  padding: 40px 30px 40px;
  box-shadow: 0 6px 25px rgb(0 0 0 /7%);
}
.rs-inner-blog .search-field[type="search"] {
  border: 1px solid #ddd;
  color: #bcbbbb;
  padding: 12px 17px;
  width: 100%;
  border-radius: 5px;
  outline: none;
  height: auto;
  box-shadow: none;
}
.rs-inner-blog .widget-area .widget_search .ux-search-submit {
  background: transparent;
  border: medium none;
  color: var(--fs-color-secondary);
  padding: 11px 15px 12px;
  position: absolute;
  display: block;
  right: 0px;
  top: 1px;
  z-index: 10;
  font-size: 18px;
  font-weight: 100;
  border-radius: 0 5px 5px;
  line-height: 0px;
}
button.ux-search-submit:hover {
  box-shadow: inset 0 0 0 100px rgb(0 0 0 / 0%);
}
.rs-inner-blog .flatsome_recent_posts .is-divider {
  display: none;
}
.widget-area .flatsome_recent_posts .widget-title span {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}
.widget-area .flatsome_recent_posts .widget-title span:before {
  content: "";
  position: absolute;
  background: var(--fs-color-secondary);
  left: -15px;
  top: 6px;
  width: 8px;
  height: 2px;
}
.widget-area .flatsome_recent_posts .widget-title span:after {
  content: "";
  position: absolute;
  background: var(--fs-color-secondary);
  left: unset;
  right: -15px;
  top: 6px;
  width: 8px;
  height: 2px;
}
#comments.comments-area .comment-respond {
  background-color: var(--primary-color);
}
#reply-title.comment-reply-title,
.comment-form p,
.comment-form .comment-notes,
.comment-form a,
.comment-form label {
  color: #fff;
}
.comment-form .form-submit .submit {
  background-color: var(--fs-color-secondary);
}

/* Porfolio */
.rs-portfolio-details .ps-informations .info-title {
  padding: 14px 20px;
  background: var(--fs-color-secondary);
  border-radius: 0;
  color: #fff;
  line-height: 26px;
  margin: 0;
}
.rs-portfolio-details .ps-informations ul {
  margin: 0;
  list-style: none;
  text-align: left;
  padding: 25px 30px;
  background: #fbfbfb;
}
.rs-portfolio-details .ps-informations ul li {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid rgba(54, 54, 54, 0.05);
  margin-left: 0;
  color: #000;
}
.rs-portfolio-details .ps-informations ul li span {
  width: 150px;
  display: inline-block;
  color: #333333;
  font-weight: 600;
}
.rs-portfolio-details .ps-informations ul li:first-child {
  border-top: none;
}
.rs-portfolio-details .ps-image-wrap .ps-item .images-part a img {
  border-radius: 5px;
}
.rs-portfolio-details .ps-image-wrap .owl-nav .owl-next,
.rs-portfolio-details .ps-image-wrap .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  background: #333333;
  text-align: center;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease all;
  margin-bottom: 0;
  padding: 0;
}
.rs-portfolio-details .ps-image-wrap .owl-nav .owl-next i:before,
.rs-portfolio-details .ps-image-wrap .owl-nav .owl-prev i:before {
  content: "\f112";
  font-family: Flaticon;
}
.rs-portfolio-details .ps-image-wrap .owl-nav .owl-next {
  right: -44px;
  left: unset;
}
.rs-portfolio-details .ps-image-wrap .owl-nav .owl-next i:before {
  content: "\f113";
}
.rs-portfolio-details .ps-image-wrap:hover .owl-nav .owl-next,
.rs-portfolio-details .ps-image-wrap:hover .owl-nav .owl-prev {
  left: 20px;
  transition-delay: 0s;
  visibility: visible;
  opacity: 1;
}
.rs-portfolio-details .ps-image-wrap:hover .owl-nav .owl-next {
  right: 20px;
  left: unset;
}
.rs-portfolio-details .project-gallery .gallery-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
  color: #0a0a0a;
  margin: 0;
}
.rs-portfolio-details .project-gallery .file-list-image {
  position: relative;
  background: #000000;
  border-radius: 5px;
}
.rs-portfolio-details .project-gallery .file-list-image .img-part {
  position: relative;
}
.rs-portfolio-details .project-gallery .file-list-image .img-part img {
  transition: 0.3s all ease;
  border-radius: 5px;
}
.rs-portfolio-details .project-gallery .file-list-image .img-part .image-popup {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  transition: all 0.3s ease 0s;
  height: 46px;
  line-height: 44px;
  width: 46px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 60%;
  opacity: 0;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rs-portfolio-details
  .project-gallery
  .file-list-image
  .img-part
  .image-popup:hover {
  background: var(--fs-color-secondary);
  color: #ffffff;
  border: 1px solid var(--fs-color-secondary);
}
.rs-portfolio-details .project-gallery .file-list-image:hover .img-part img {
  opacity: 0.4;
}
.rs-portfolio-details
  .project-gallery
  .file-list-image:hover
  .img-part
  .image-popup {
  top: 50%;
  opacity: 1;
}
/* ------------------------------------
    15. Team Section CSS
---------------------------------------*/
.rs-team.style1 .slick-list {
  padding: 0 !important;
}
.rs-team.style1 .slick-slide {
  padding: 0 47px;
}
.rs-team.style1 .team-item-wrap .images-wrap {
  position: relative;
  overflow: visible;
}
.rs-team.style1 .team-item-wrap .images-wrap a img {
  border-radius: 4px;
}
.rs-team.style1 .team-item-wrap .images-wrap .footer-social {
  text-align: center;
  margin-top: 14px;
  position: absolute;
  bottom: 0;
  width: 50px;
  padding: 12px 0;
  transition: all 0.3s ease 0s;
  background: none;
  right: -55px !important;
  top: 50px;
  opacity: 0;
  list-style: none;
}
.rs-team.style1 .team-item-wrap .images-wrap .footer-social li a i {
  line-height: 35px;
  text-align: center;
  font-size: 15px;
  color: #ffffff;
  margin: 5px 0;
}
.rs-team.style1 .team-item-wrap .images-wrap .footer-social li a i:hover {
  color: #ccc;
}
.rs-team.style1 .team-item-wrap .images-wrap:before {
  content: "";
  width: 100%;
  background: #1b1b1b;
  height: 100%;
  right: -60px;
  top: 60px;
  position: absolute;
  z-index: -1;
  border-radius: 4px;
  opacity: 0;
  transition: all 0.5s ease;
}
.rs-team.style1 .team-item-wrap .team-content {
  margin: 0;
  padding: 13px 0 15px 90px;
  background: none;
  text-align: left;
  box-shadow: none;
  display: none;
}
.rs-team.style1 .team-item-wrap .team-content .title-name {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0px;
  text-transform: capitalize;
}
.rs-team.style1 .team-item-wrap .team-content .title-name a {
  color: #ffffff;
}
.rs-team.style1 .team-item-wrap .team-content .title-name a:hover {
  color: var(--fs-color-secondary);
}
.rs-team.style1 .team-item-wrap.slick-current .images-wrap,
.rs-team.style1 .team-item-wrap:hover .images-wrap {
  position: relative;
  overflow: visible;
}
.rs-team.style1 .team-item-wrap.slick-current .images-wrap a img,
.rs-team.style1 .team-item-wrap:hover .images-wrap a img {
  border-radius: 4px;
}
.rs-team.style1 .team-item-wrap.slick-current .images-wrap .footer-social,
.rs-team.style1 .team-item-wrap:hover .images-wrap .footer-social {
  opacity: 1;
  visibility: visible;
}
.rs-team.style1 .team-item-wrap.slick-current .images-wrap:before,
.rs-team.style1 .team-item-wrap:hover .images-wrap:before {
  opacity: 1;
}
.rs-team.style1 .team-item-wrap.slick-current .team-content,
.rs-team.style1 .team-item-wrap:hover .team-content {
  display: block;
}

/** Home Blog Posts **/
.rs-blog.blog-main-home .blog-style1 .box-blog-post {
  box-shadow: 0 5px 20px #eee;

  transition: all 0.8s ease;

  opacity: 1;
}
.blog-style1 .box-overlay.dark .box-text,
.blog-style1 .box-shade.dark .box-text {
  text-shadow: none;
}
.blog-style1 .box-text.text-left .cat-label,
.blog-style1 .box-text.text-left .box-text p,
.blog-style1 .box-text.text-left .post-title,
.blog-style1 .box-text.text-left .post-meta,
.blog-style1 .box-text.text-left .from_the_blog_excerpt {
  color: #000;
}

.blog-style1 a:hover .box-text.text-left .cat-label,
.blog-style1 a:hover .box-text.text-left .box-text p,
.blog-style1 a:hover .box-text.text-left .post-title,
.blog-style1 a:hover .box-text.text-left .post-meta,
.blog-style1 a:hover .box-text.text-left .from_the_blog_excerpt {
  color: #fff;
}

/** Contact Form 7 **/
.rs-contact.main-home .contact-address .address-item {
  display: flex;
}
.rs-contact.main-home .contact-address .address-item .address-icon i {
  font-size: 22px;
  color: var(--fs-color-secondary);
}
.rs-contact.main-home .contact-address .address-item .address-text {
  padding-left: 18px;
  color: #ffffff;
}
.rs-contact.main-home .contact-address .address-item .address-text .label {
  color: #ffffff;
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}
.rs-contact.main-home .contact-address .address-item .address-text a {
  color: #ffffff;
}
.rs-contact.main-home .contact-address .address-item .address-text a:hover {
  color: var(--fs-color-secondary);
}
.rs-contact.main-home .contact-address .footer-social li {
  display: inline-block;
  margin-right: 20px;
}
.rs-contact.main-home .contact-address .footer-social li a i {
  color: #ffffff;
}
.rs-contact.main-home .contact-address .footer-social li a i:hover {
  color: var(--fs-color-secondary);
}
.rs-contact.main-home .contact-address .footer-social li:last-child {
  margin-right: 0;
}
.rs-contact.main-home .contact-section .wpcf7-form-control {
  padding: 10px 18px;
  border: 1px solid #f7f3f3;
  box-shadow: 0 0px 50px 0px #eee;
  background: #fff;
  color: #333333;
  width: 100%;
  max-width: 100%;
  opacity: 1;
  margin-bottom: 0;
}
.rs-contact.main-home .contact-section textarea {
  height: 150px;
}

.rs-contact.main-home .contact-section ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: var(--primary-color);
  opacity: 0.45;
}
.rs-contact.main-home .contact-section ::-moz-placeholder {
  /* Firefox 19+ */

  color: var(--primary-color);
  opacity: 0.45;
}
.rs-contact.main-home .contact-section :-ms-input-placeholder {
  /* IE 10+ */

  color: var(--primary-color);
  opacity: 0.45;
}
.rs-contact.main-home .contact-section :-moz-placeholder {
  /* Firefox 18- */

  color: var(--primary-color);
  opacity: 0.45;
}
.rs-contact.main-home .contact-section.onepage textarea {
  height: 220px;
}
.rs-contact.main-home .contact-map {
  overflow: hidden;
}
.rs-contact.main-home .contact-map iframe {
  float: left;
  width: 100%;
  height: 500px;
  border: none;
}
.btnblack {
  position: relative;
  margin-left: 40px;
}
.btnblack .btn-text {
  position: relative;
  padding: 14px 32px;
  line-height: 1.5;
  display: inline-block;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.btnblack .btn-text:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 0;
  background-color: #333;
  top: 0;
  left: 0;
  transition: width 0.15s 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.btnblack .btn-text:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 0;
  background-color: #333;
  bottom: 0;
  right: 0;
  transition: width 0.15s 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.btnblack .btn-text span:before {
  content: "";
  position: absolute;
  height: 0;
  width: 2px;
  background-color: #333;
  left: 0;
  bottom: 0;
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
}
.btnblack .btn-text span input[type="submit"] {
  box-shadow: none !important;
  background: no-repeat !important;
  color: #333333 !important;
  padding: 0px !important;
  font-size: 16px;
  font-weight: 600;
  border: none;
  margin: 0;
  border: 0 none !important;
}
.btnblack .btn-text span input[type="submit"]:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btnblack .btn-text span:after {
  content: "";
  position: absolute;
  height: 0;
  width: 2px;
  background-color: #333;
  right: 0;
  top: 0;
  transition: height 0.15s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
}
.btnblack:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -2.4em;
  height: 1px;
  width: 3em;
  background-color: #333;
  transition: all 0.25s ease;
}
.btnblack:hover .btn-text {
  transform: translateX(-2.2em);
  transition: transform 0.5s ease, width 1s ease, -webkit-transform 0.5s ease;
}
.btnblack:hover .btn-text:before {
  width: 100%;
  max-width: 100%;
  transition: width 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.btnblack:hover .btn-text:after {
  width: 100%;
  transition: width 0.15s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.btnblack:hover .btn-text span:before {
  left: 0;
  height: 100%;
  transition: height 0.15s 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.btnblack:hover .btn-text span:after {
  right: 0;
  height: 100%;
  transition: height 0.15s 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.btnblack:hover:before {
  width: 0;
  transition: all 0.4s ease;
}
/*back to top button*/
a.button.is-outline {
  color: #fff;
  background-color: var(--fs-color-secondary);
  border: transparent;
}
a.button.is-outline:hover {
  opacity: 0.8;
}
/** Footer **/
ul.address-widget {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.col-inner .address-widget li {
  padding: 0px 0px 21px 40px;
  position: relative;
  margin-left: 0;
}
.address-widget li i {
  color: var(--fs-color-secondary);
  position: absolute;
  left: 0px;
}
.address-widget li .desc {
  color: #ffffff;
}
.rs-footer.style1 .footer-top .rs-view-btn {
  margin: 25px 0 0;
  position: relative;
}
.rs-footer.style1 .footer-top .wpcf7 .wpcf7-form-control-wrap {
  display: inline-block;
}
.rs-footer.style1 .footer-top .wpcf7 .wpcf7-not-valid-tip {
  display: none;
}
.rs-footer.style1 .footer-top .rs-view-btn input[type="email"] {
  background: none;
  border: 2px solid var(--fs-color-secondary);
  width: 100%;
  font-size: 13px;
  padding: 10px;
  margin: 0;
  color: #fff;
  height: 60px;
}
.rs-footer.style1 .footer-top .rs-view-btn input[type="email"] {
  border-color: #333333;
}
.rs-footer.style1 .footer-top .rs-view-btn .subscribebtn {
  position: relative;
}
.rs-footer.style1 .footer-top .rs-view-btn .subscribebtn [type="submit"] {
  position: absolute;
  background: var(--fs-color-secondary);
  border-radius: 0;
  padding: 0 30px 0 30px;
  height: 59px;
  font-size: 0;
  width: 60px;
  top: -20px;
  right: -1px;
  border: none;
}
.rs-footer.style1 .footer-top .rs-view-btn .subscribebtn:before {
  content: "\f1d8";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  right: 23px;
  top: -4px;
  color: #fff;
  display: block;
  z-index: 9;
  pointer-events: none;
}
.rs-footer.style1
  .footer-top
  .rs-view-btn
  .subscribebtn
  input[type="submit"]:hover {
  background: #555555 !important;
}
.rs-footer.style1 .footer-top .rs-view-btn ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #ffffff;
}
.rs-footer.style1 .footer-top .rs-view-btn ::-moz-placeholder {
  /* Firefox 19+ */

  color: #ffffff;
}
.rs-footer.style1 .footer-top .rs-view-btn :-ms-input-placeholder {
  /* IE 10+ */

  color: #ffffff;
}
.rs-footer.style1 .footer-top .rs-view-btn :-moz-placeholder {
  /* Firefox 18- */

  color: #ffffff;
}
@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  /*main menu mobile*/
  ul .humburger .nav-expander .bar {
    background: var(--fs-color-secondary);
    padding: 25px 9px 25px;
    overflow: hidden;
  }
  .header-wrapper.stuck ul .humburger .nav-expander .bar {
    padding: 25px 25px 25px;
  }
  ul .humburger .nav-expander .bar span {
    height: 2px;
    display: block;
    background: #fff;
    margin: 6px 0 0;
    transition: all 0.5s ease;
    cursor: pointer;
    list-style: none;
  }
  ul .humburger .nav-expander .bar span.dot1,
  ul .humburger .nav-expander .bar span.dot3 {
    width: 30px;
  }
  ul .humburger .nav-expander .bar span.dot2 {
    width: 22px;
  }
  ul .humburger .nav-expander .bar:hover span.dot2 {
    width: 30px;
  }
  .mobile-nav .humburger .nav-expander {
    padding: 0;
  }
  .header-wrapper .header-main .show-for-medium {
    margin-right: -15px;
  }
}
