@import url('../../../css');

@import url('../../../css-1');
/**
* -----------------------------------------------------------------------------
*
* Template : Archtek - Architecture Consulting Business HTML Template
* Author : reacthemes
* Author URI : https://reactheme.com/
* Version: 1.0
*
* -----------------------------------------------------------------------------
    TABLE OF CONTENT
---------------------------------------------------------
   01. General CSS
   02. Global Class CSS
   03. Header Section CSS
   04. Sticky Menu CSS
   05. About Section CSS
   06. Breadcrumbs Section CSS
   07. Banner Section CSS
   08. Slider Section CSS
   09. Video Section CSS
   10. Skill-bar Section CSS
   11. Services Section CSS
   12. Faq Section CSS
   13. Counter Section CSS
   14. Choose Us Section CSS
   15. Team Section CSS
   16. Process Section CSS
   17. Pricing Section CSS
   18. Project Section CSS
   19. Progress Section CSS
   20. Partner Section CSS
   21. Blog Section CSS
   22. Testimonial Section CSS
   23. Shop Section CSS
   24. Single Shop Section CSS
   25. Cart Section CSS
   26. Checkout Section CSS
   27. Contact Section CSS
   28. Footer Section CSS
   29. Scroll Up CSS
   30. Preloader CSS
   31. Animation Part CSS

--------------------------------------------------------*/
@charset "utf-8";
/* -----------------------------------
    01. General CSS
-------------------------------------*/
html,
body {
  font-size: 16px;
  color: black;
  font-family: 'Montserrat', sans-serif;
  vertical-align: baseline;
  line-height: 1.7;
  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: #1AB248;
  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;
}
.text-md-left {
  text-align: left;
}
.text-md-right {
  text-align: right;
}
.text-right {
  text-align: right;
}
.no-border {
  border: none !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.capitalize {
  text-transform: capitalize !important;
}
.extra-bold {
  font-weight: 800 !important;
}
.gray-bg {
  background: #f9f9f9;
}
.white-color {
  color: #ffffff !important;
}
.title-color {
  color: #1AB248 !important;
}
.body-color {
  color: #1AB248 !important;
}
.white-bg {
  background: #fff;
}
a {
  color: #1AB248;
  transition: all 0.3s ease;
  text-decoration: none !important;
  outline: none !important;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #1AB248;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
::-moz-selection {
  background: #1AB248;
  text-shadow: none;
  color: #ffffff;
}
::selection {
  background: #1AB248;
  text-shadow: none;
  color: #ffffff;
}
.bg1 {
  background: url(assets/images/bg/counter-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.bg2 {
  background: url(assets/images/bg/process-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.bg3 {
  background: url(assets/images/bg/testi.png);
  background-repeat: no-repeat;
}
.bg4 {
  background-color: #F8F8F8;
  background-image: url(assets/images/bg/team.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.bg5 {
  background-image: url(assets/images/bg/about-bg2.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg6 {
  background-image: url(assets/images/bg/counter-bg2.jpg);
  background-repeat: no-repeat;
  opacity: 1;
}
.bg7 {
  background-image: url(assets/images/bg/about-bg3.jpg);
  background-repeat: no-repeat;
  padding: 185px 0px 185px 0px;
}
.bg8 {
  background-image: url(assets/images/bg/project-bg3.jpg);
  background-repeat: no-repeat;
}
.bg9 {
  background-image: url(assets/images/bg/guality-bg.jpg);
  background-repeat: no-repeat;
}
.bg10 {
  background-image: url(assets/images/bg/team-bg3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.bg11 {
  background-image: url(assets/images/bg/testi-bg4.png);
  background-position: -380px 0px;
  background-repeat: no-repeat;
}
.bg12 {
  background-image: url(assets/images/bg/counter-bg3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.bg13 {
  background-image: url(assets/images/bg/contact-bg.png);
  background-repeat: no-repeat;
}
.bg14 {
  background-color: #F8F8F8;
  background-image: url(assets/images/bg/map.png);
  background-repeat: no-repeat;
}
.offwrap {
  cursor: url(assets/images/close.png), auto;
  width: 100%;
  left: 100%;
  transition: all 0.8s ease-out 0s;
  position: fixed;
  background: #fff;
  height: 100vh;
  top: 0;
  bottom: 0;
  opacity: .6;
  z-index: 999;
}
body.nav-expanded .offwrap {
  left: 0%;
  transition: all 0.8s ease-out 0s;
}
.bg-unset {
  background: unset !important;
}
.rs-menu-toggle {
  color: #1AB248;
  text-align: right;
}
button {
  cursor: pointer;
}
.glyph-icon:before {
  margin: 0;
}
.z-index-1 {
  position: relative;
  z-index: 1;
}
ul.services-list li a {
  display: block;
  border: 1px solid #e8e8e8;
  padding: 16px 18px;
  transition: all .5s ease;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #1AB248;
  margin-bottom: 15px;
}
ul.services-list li a:before {
  content: "\f113";
  position: absolute;
  right: 12px;
  top: 16px;
  font-family: Flaticon;
  color: #1c1b1b;
}
ul.services-list li a:hover,
ul.services-list li a.active {
  background: #1AB248;
  color: #ffffff;
}
ul.services-list li a:hover:before,
ul.services-list li a.active:before {
  color: #ffffff;
}
ul.listing-style li {
  margin-bottom: 7px;
}
ul.listing-style li i {
  color: #1AB248;
  font-size: 16px;
  line-height: 31px;
  margin-right: 10px;
}
.features-content {
  padding: 98px 150px 97px 100px;
}
.features-content ul.rs-features-list li {
  margin: 0px 0px 21px 0px;
  display: flex;
  align-items: center;
}
.features-content ul.rs-features-list li i {
  color: #ffffff;
  background-color: transparent;
  background-image: linear-gradient(180deg, #e78b0e 0%, #d22511 100%);
  padding: 15px 15px 15px 15px;
  margin: 0px 25px 0px 0px;
  border-radius: 50px 50px 50px 50px;
}
.features-content ul.rs-features-list li .feature-text {
  color: #000000;
  font-weight: 500;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important;
}
.pagination-part {
  display: inline-block;
  border: 1px solid #f9f9f9;
  padding: 11px 0;
  border-radius: 3px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  background: #fff;
}
.pagination-part li {
  padding: 2px 20px 0 21px;
  line-height: 23px;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.4s ease-in-out 0s;
  text-align: center;
  background: 0 0;
  color: #000;
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #e6e6e6;
}
.pagination-part li a {
  color: #1AB248;
}
.pagination-part li:last-child {
  border-right: unset;
}
.pagination-part .next-page {
  position: relative;
  transition: all 0.4s ease-in-out 0s;
  padding-right: 12px;
}
.pagination-part .next-page:before,
.pagination-part .next-page:after {
  content: "\f105";
  position: absolute;
  top: 4px;
  right: 0;
  color: #1AB248;
  line-height: 16px;
  font-family: fontawesome;
  font-size: 12px;
}
.pagination-part .next-page:before {
  right: 4px;
}
.pagination-part .active a {
  color: #1AB248;
}
blockquote {
  margin: 35px 0!important;
  padding: 40px;
  color: #666;
  position: relative;
  background: #fff!important;
  font-weight: 400;
  font-style: italic;
  text-align: left;
  clear: both;
  box-shadow: 0 0 150px #eee!important;
}
blockquote:before {
  background: #1AB248;
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 10px;
}
blockquote cite {
  font-size: 15px;
  display: block;
  margin-top: 10px;
}
blockquote cite:before {
  content: "";
  font-size: 28px;
  color: #ff5421;
  padding-bottom: 0px;
  display: inline-block;
  background: #1AB248;
  height: 2px;
  width: 40px;
  font-weight: 400;
  text-align: center;
  top: -4px;
  margin-right: 10px;
  position: relative;
}
.unorder-list {
  margin-left: 20px;
}
.unorder-list li {
  display: block;
  position: relative;
  padding-left: 28px;
  padding-bottom: 15px;
  font-weight: 500;
  line-height: 25px;
}
.unorder-list li:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f105";
  font-family: FontAwesome;
  color: #1AB248;
  font-size: 20px;
}
.arrow-btn {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -15%);
}
.arrow-btn a {
  font-weight: 400;
  font-size: 17px;
  border-color: #1AB248;
  border-style: solid;
  border-width: 1px;
  margin: 0px;
  border-radius: 23px;
  padding: 12px 15px;
  color: #1AB248;
}
.arrow-btn a span {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  border-radius: 50%;
  background: #1AB248;
}
.rs-carousel.nav-style1 {
  position: relative;
}
.rs-carousel.nav-style1 .owl-nav {
  display: block;
}
.rs-carousel.nav-style1 .owl-nav .owl-next,
.rs-carousel.nav-style1 .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  background: #1AB248;
  text-align: center;
  color: #ffffff;
  transition: all 0.5s;
  transition-delay: 0.70s;
  opacity: 0;
  visibility: hidden;
}
.rs-carousel.nav-style1 .owl-nav .owl-next i:before,
.rs-carousel.nav-style1 .owl-nav .owl-prev i:before {
  content: "\f138";
  font-family: Flaticon;
}
.rs-carousel.nav-style1 .owl-nav .owl-next {
  right: 30px;
  left: unset;
}
.rs-carousel.nav-style1 .owl-nav .owl-next i:before {
  content: "\f137";
}
.rs-carousel.nav-style1:hover .owl-nav .owl-next,
.rs-carousel.nav-style1:hover .owl-nav .owl-prev {
  left: -50px;
  transition-delay: 0s;
  visibility: visible;
  opacity: 1;
}
.rs-carousel.nav-style1:hover .owl-nav .owl-next {
  right: -50px;
  left: unset;
}
.rs-carousel.nav-style2 {
  position: relative;
}
.rs-carousel.nav-style2 .owl-nav {
  display: block;
  position: absolute;
  top: -80px;
  right: 0;
}
.rs-carousel.nav-style2 .owl-nav .owl-prev,
.rs-carousel.nav-style2 .owl-nav .owl-next {
  display: inline-block;
}
.rs-carousel.nav-style2 .owl-nav .owl-prev i,
.rs-carousel.nav-style2 .owl-nav .owl-next i {
  transition: all 0.3s ease;
}
.rs-carousel.nav-style2 .owl-nav .owl-prev i:before,
.rs-carousel.nav-style2 .owl-nav .owl-next i:before {
  font-family: Flaticon;
  font-size: 22px;
}
.rs-carousel.nav-style2 .owl-nav .owl-prev:hover i,
.rs-carousel.nav-style2 .owl-nav .owl-next:hover i {
  color: #1AB248;
}
.rs-carousel.nav-style2 .owl-nav .owl-prev i:before {
  content: "\f134";
}
.rs-carousel.nav-style2 .owl-nav .owl-prev:after {
  content: "/";
  padding: 0 5px 0 5px;
  position: relative;
  top: -3px;
}
.rs-carousel.nav-style2 .owl-nav .owl-next i:before {
  content: "\f133";
}
.rs-carousel .owl-dots {
  text-align: center;
  margin-top: 50px;
}
.rs-carousel .owl-dots .owl-dot {
  width: 25px;
  height: 8px;
  display: inline-block;
  margin: 0 6px;
  padding: 3px 0;
  border-radius: 0;
  border: none;
  transition: all 0.3s ease;
  background: #BB0B0B;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
}
.rs-carousel .owl-dots .owl-dot:hover,
.rs-carousel .owl-dots .owl-dot.active {
  width: 40px;
  background: #BB0B0B;
  opacity: .5;
}
/* ------------------------------------
    02. Global Class CSS
---------------------------------------*/
.y-middle {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.y-bottom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.project-item .vertical-middle {
  position: relative;
  z-index: 9;
}
.vertical-middle {
  display: table;
  height: 100%;
  width: 100%;
}
.vertical-middle-cell {
  display: table-cell;
  vertical-align: middle;
}
.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: #1AB248;
  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: #1AB248;
  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: #1AB248;
  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: #1AB248;
  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: #1AB248;
  -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: #1AB248;
}
.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: #1AB248;
}
.readon.project.read-more .text-btn span:after {
  background-color: #1AB248;
}
.readon.project.read-more .text-btn:before {
  background-color: #1AB248;
}
.readon.project.read-more .text-btn:after {
  background-color: #1AB248;
}
.readon.project.read-more:before {
  background-color: #1AB248;
}
.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: #1AB248;
  color: #ffffff;
}
.readon.view:hover {
  background-color: #dec9bb;
}
.readon.more {
  color: #1AB248;
  font-weight: 400;
  position: relative;
  padding: 0px 0px 4px 0px;
  border-style: solid;
  border-width: 0px 0px 2px 0px;
  border-color: #1AB248;
}
.readon.more:hover {
  color: #1AB248;
}
.readon.price {
  font-weight: 400;
  border-radius: 40px;
  background-color: #1AB248;
  color: #fff;
  padding: 9px 35px 9px 35px;
}
.readon.price:hover {
  background-color: #1AB248;
}
.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: #1AB248;
  border-color: #1AB248;
  border: 1px solid;
  font-weight: 500;
}
.readon.post:hover {
  opacity: 0.75;
}
.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"] {
  background: no-repeat !important;
  color: #1AB248 !important;
  padding: 0px !important;
  font-size: 16px;
  font-weight: 600;
  border: 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;
}
.services-btn a {
  position: relative;
  display: inline-block;
  transition: all ease .3s;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #1AB248;
  padding-left: 50px;
}
.services-btn a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  background: #1AB248;
  width: 40px;
  height: 1px;
  display: block;
}
.add-btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  padding: 10px 40px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  background: #1AB248;
  color: #ffffff;
  border: none;
}
.add-btn:hover {
  opacity: 0.7;
}
.margin-remove {
  margin: 0 !important;
}
.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.no-gutter [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  margin: 0;
}
.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.container-fluid2 {
  padding-left: 100px;
  padding-right: 100px;
}
.display-table {
  display: table;
  height: 100%;
  width: 100%;
}
.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.relative {
  position: relative;
}
.pt-relative {
  position: relative !important;
}
.spacer-inner .spacer {
  height: 57px;
  border-right: 1px solid #e1d9d8;
  width: 1px;
  margin: 0 auto;
}
.spacer-inner .spacer.inner-style {
  height: 70px;
}
.sec-title {
  position: relative;
}
.sec-title .sub-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #1AB248;
  text-transform: uppercase;
  display: block;
  margin: 0px 0px 7px 0px;
}
.sec-title .sub-text.sub-new {
  font-weight: 300;
}
.sec-title .title {
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
  color: black;
  margin: 0;
}
.sec-title .title.title2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
  color: #1AB248;
  font-family: "Playfair Display", Sans-serif;
}
.sec-title .title.title3 {
  font-weight: 500;
}
.sec-title .icon-part {
  position: absolute;
  right: 10%;
  top: 40%;
}
.sec-title .icon-part i {
  font-size: 50px;
}
.sec-title2 .title {
  position: relative;
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
  color: black;
  font-family: "Playfair Display", Sans-serif;
  margin: 0;
}
.sec-title2 .title .watermark {
  position: absolute;
  font-size: 130px;
  text-transform: uppercase;
  font-weight: 800;
  z-index: 1;
  opacity: 0.05;
  width: 100%;
  left: 0;
  color: inherit;
}
.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: #1AB248;
}
/* -----------------------
    03. Header Section CSS
--------------------------*/
.full-width-header {
  position: relative;
}
.full-width-header .rs-header {
  position: relative;
}
.full-width-header .rs-header .topbar-area {
  background: #1AB248;
  padding: 12px 0;
}
.full-width-header .rs-header .topbar-area .toolbar-contact {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
}
.full-width-header .rs-header .topbar-area .toolbar-contact .rs-contact-info .rs-sms {
  color: #fff;
  font-size: 14px;
}
.full-width-header .rs-header .topbar-area .toolbar-sl-share {
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
}
.full-width-header .rs-header .topbar-area .toolbar-sl-share li {
  padding-left: 14px;
}
.full-width-header .rs-header .topbar-area .toolbar-sl-share li a i {
  font-size: 13px;
  background: #fff;
  color: #1AB248;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
}
.full-width-header .rs-header .topbar-area .toolbar-sl-share li a i:hover {
  opacity: .9;
}
.full-width-header .rs-header .menu-area {
  transition: all 0.3s ease 0s;
  background: transparent;
}
.full-width-header .rs-header .menu-area .row-table {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.full-width-header .rs-header .menu-area .row-table .col-cell {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.full-width-header .rs-header .menu-area .row-table .col-cell.header-logo .logo-area a {
  position: relative;
  z-index: 9;
  float: left;
  background: #fff;
  font-weight: 500;
  color: #1AB248;
  transition: all 0.3s ease 0s;
  display: inline-block;
  line-height: 20px;
  padding: 47px 55px 45px 55px;
}
.full-width-header .rs-header .menu-area .row-table .col-cell.header-logo .logo-area a img {
  max-height: 30px;
}
.full-width-header .rs-header .menu-area .rs-menu-area {
  padding-left: 17px;
}
.full-width-header .rs-header .menu-area .main-menu {
  position: unset;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu > ul > li:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0px;
  width: 1px;
  height: 0px;
  background: #1AB248;
  transition: all .8s ease;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu > ul > li:hover:after,
.full-width-header .rs-header .menu-area .main-menu .rs-menu > ul > li.current-menu-item:after {
  height: 30px;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu {
  position: relative;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
  display: inline-block;
  margin-right: 35px;
  padding: 0;
  position: relative;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
  transition: all 0.3s ease;
  font-size: 18px;
  font-weight: 500;
  margin-right: 10px;
  height: 95px;
  line-height: 95px;
  padding: 0;
  color: #ffffff;
  position: relative;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
  color: #1AB248;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu {
  background: #ffffff;
  margin: 0;
  padding: 20px 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li {
  margin: 0 !important;
  border: none;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0;
  font-size: 14px;
  color: #101010;
  font-weight: 500;
  height: unset;
  line-height: 25px;
  text-transform: uppercase;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
  color: black;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li:last-child {
  margin: 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu.right {
  left: auto;
  right: 100%;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li a:hover,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a:before {
  color: black !important;
}
.full-width-header .rs-header .menu-area.sticky {
  background: #fff;
}
.full-width-header .rs-header .menu-area.sticky .row-table .col-cell.header-logo .logo-area a {
  padding: 22px 45px 22px 45px;
}
.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu > ul > li:after {
  display: none;
}
.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu li a {
  height: 70px;
  line-height: 70px;
  color: #1AB248;
}
.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu li a:hover {
  color: black;
}
.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.sub-menu li a {
  height: unset;
  line-height: 25px;
  color: #101010;
}
.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.sub-menu li a:hover {
  color: black;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul li {
  display: block;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .contact-phone {
  display: none;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .search-parent {
  display: none;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .humburger .nav-expander {
  display: block;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .humburger .nav-expander .bar {
  padding: 25px 47px 25px;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .humburger .nav-expander .bar span {
  height: 2px;
  display: block;
  background: #fff;
  margin: 6px 0 0;
  transition: all .5s ease;
  cursor: pointer;
  list-style: none;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .humburger .nav-expander .bar span.dot1,
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .humburger .nav-expander .bar span.dot3 {
  width: 30px;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .humburger .nav-expander .bar span.dot2 {
  width: 22px;
}
.full-width-header .rs-header .expand-btn-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.full-width-header .rs-header .expand-btn-inner ul {
  display: flex;
  align-items: center;
}
.full-width-header .rs-header .expand-btn-inner ul .contact-phone {
  border-right: 1px solid #fff;
  padding-right: 41px;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
  align-items: center;
}
.full-width-header .rs-header .expand-btn-inner ul .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;
}
.full-width-header .rs-header .expand-btn-inner ul .contact-phone a {
  color: #fff;
}
.full-width-header .rs-header .expand-btn-inner ul .contact-phone a:hover {
  color: black;
}
.full-width-header .rs-header .expand-btn-inner ul li {
  display: inline-block;
  margin-right: 30px;
}
.full-width-header .rs-header .expand-btn-inner ul li > a {
  color: #ffffff;
  display: block;
  cursor: pointer;
}
.full-width-header .rs-header .expand-btn-inner ul li > a i:before {
  font-size: 26px;
  font-weight: 600;
}
.full-width-header .rs-header .expand-btn-inner ul li > a i.flaticon-shopping-bag-1:before {
  font-weight: normal;
}
.full-width-header .rs-header .expand-btn-inner ul li > a:hover {
  color: #1AB248;
}
.full-width-header .rs-header .expand-btn-inner ul li:last-child {
  margin-right: 0;
}
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar {
  background: #1AB248;
  padding: 50px 47px 47px;
  overflow: hidden;
}
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span {
  height: 2px;
  display: block;
  background: #fff;
  margin: 6px 0 0;
  transition: all .5s ease;
  cursor: pointer;
  list-style: none;
}
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot1,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot3 {
  width: 30px;
}
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot2 {
  width: 22px;
}
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar:hover span.dot2 {
  width: 30px;
}
.full-width-header .rs-header.home2-header-style1 .menu-area .row-table .col-cell.header-logo .logo-area a {
  background: unset;
}
.full-width-header .rs-header.home2-header-style1 .menu-area.sticky .col-cell.header-logo .logo-area a img,
.full-width-header .rs-header.home2-header-style1 .menu-area .row-table .col-cell.header-logo .logo-area a .sticky-logo {
  display: none;
}
.full-width-header .rs-header.home2-header-style1 .menu-area.sticky .col-cell.header-logo .logo-area a .sticky-logo {
  display: block;
}
.full-width-header .rs-header.home3-header-style1 .menu-area.menu-area2 .menu-type-style {
  background: #ffffff;
  padding: 22px 0;
}
.full-width-header .rs-header.home3-header-style1 .menu-area.menu-area2 .menu-type-style .col-cell {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.full-width-header .rs-header.home3-header-style1 .menu-area.menu-area2 .menu-type-style .logo-area a img {
  max-height: 88px;
}
.full-width-header .rs-header.home3-header-style1 .menu-area.menu-area2 .menu-type-style .rs-contact-info .contact-part {
  display: inline-block;
  text-align: center;
  padding-right: 25px;
  padding-left: 25px;
  border-right: 1px solid #1AB248;
}
.full-width-header .rs-header.home3-header-style1 .menu-area.menu-area2 .menu-type-style .rs-contact-info .contact-part i {
  float: left;
  border: 2px solid #1AB248;
  width: 38px;
  height: 38px;
  text-align: center;
  border-radius: 30px;
  line-height: 36px;
  margin-right: 14px;
  margin-top: 7px;
}
.full-width-header .rs-header.home3-header-style1 .menu-area.menu-area2 .menu-type-style .rs-contact-info .contact-part i:before {
  font-size: 16px;
}
.full-width-header .rs-header.home3-header-style1 .menu-area.menu-area2 .menu-type-style .rs-contact-info .contact-part .contact-info {
  float: left;
  text-align: left;
  display: block;
}
.full-width-header .rs-header.home3-header-style1 .menu-area.menu-area2 .menu-type-style .rs-contact-info .contact-part .contact-info span {
  display: block;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  padding: 0;
  margin-bottom: 5px;
}
.full-width-header .rs-header.home3-header-style1 .menu-area.menu-area2 .menu-type-style .rs-contact-info .contact-part .contact-info a {
  color: black;
}
.full-width-header .rs-header.home3-header-style1 .menu-area.menu-area2 .menu-type-style .rs-contact-info .contact-part .contact-info a:hover {
  color: black;
}
.full-width-header .rs-header.home3-header-style1 .menu-area.menu-area2 .expand-btn-inner ul .humburger .nav-expander .bar {
  background: unset;
  padding: unset;
}
.full-width-header .rs-header.home3-header-style1 .menu-area.menu-area2 .expand-btn-inner ul .humburger .nav-expander .bar span {
  background: #1AB248;
}
.full-width-header .rs-header.home3-header-style1 .menu-area.menu-area2 .header-inner {
  position: absolute;
  left: 15px;
  right: 15px;
}
.full-width-header .rs-header.home3-header-style1 .menu-area.menu-area2 .header-inner .col-cell.menu-responsive {
  flex: 1;
  background: #1AB248;
  padding: 0 48px 0 35px;
}
.full-width-header .rs-header.home3-header-style1 .menu-area.menu-area2 .header-inner .btn-quotes {
  background: black;
  display: block;
  padding: 32px 70px;
  margin-left: 12px;
  transition: all .5s ease;
}
.full-width-header .rs-header.home3-header-style1 .menu-area.menu-area2 .header-inner .btn-quotes a {
  color: #fff;
  font-weight: 500;
  transition: all .5s ease;
}
.full-width-header .rs-header.home3-header-style1 .menu-area.menu-area2 .header-inner .btn-quotes:hover {
  opacity: .9;
}
.full-width-header .rs-header.home3-header-style1 .menu-area.menu-area2 .header-inner .expand-btn-inner ul li > a {
  color: #ffffff;
}
.full-width-header .rs-header.home3-header-style1 .menu-area.menu-area2 .header-inner .expand-btn-inner ul li > a i:before {
  font-size: 18px;
  font-weight: 600;
}
.full-width-header .rs-header.home3-header-style1 .menu-area.menu-area2 .main-menu .rs-menu ul.nav-menu li a {
  height: 90px;
  line-height: 90px;
}
.full-width-header .rs-header.home3-header-style1 .menu-area.menu-area2 .main-menu .rs-menu ul.sub-menu li a {
  height: unset;
  line-height: unset;
}
.full-width-header .rs-header.home3-header-style1 .menu-area.menu-area2 .main-menu .rs-menu > ul > li.current-menu-item:after {
  height: 20px;
}
.full-width-header .rs-header.home3-header-style1 .menu-area.menu-area2 .main-menu .rs-menu > ul > li:after {
  top: 7px;
}
.full-width-header .rs-header.home3-header-style1 .menu-area.menu-area2 .main-menu .rs-menu > ul > li:after {
  top: 7px;
}
.full-width-header .rs-header.home3-header-style1 .menu-area.menu-area2 .main-menu .rs-menu > ul > li:hover:after,
.full-width-header .rs-header.home3-header-style1 .menu-area.menu-area2 .full-width-header .rs-header .menu-area .main-menu .rs-menu > ul > li.current-menu-item:after {
  height: 20px;
}
.full-width-header .rs-header.home3-header-style1 .menu-area.menu-area2.menu-area.sticky .menu-type-style {
  display: none;
}
.full-width-header .rs-header.home3-header-style1 .menu-area.menu-area2.menu-area.sticky .menu-area.menu-area2 .header-inner {
  position: relative;
}
.full-width-header .rs-header.home3-header-style1 .menu-area.menu-area2.menu-area.sticky .header-inner {
  position: relative;
  left: 15px;
  right: 15px;
}
.full-width-header .rs-header.home3-header-style1 .menu-area.menu-area2.menu-area.sticky .col-cell.menu-responsive {
  background: unset;
  padding: 0 20px 0 0;
}
.full-width-header .rs-header.home3-header-style1 .menu-area.menu-area2.menu-area.sticky .expand-btn-inner ul .search-parent {
  display: unset;
}
.full-width-header .rs-header.home3-header-style1 .menu-area.menu-area2.menu-area.sticky .expand-btn-inner ul .search-parent {
  display: unset;
}
.full-width-header .rs-header.home3-header-style1 .menu-area.menu-area2.menu-area.sticky .expand-btn-inner ul li > a {
  color:black;
}
.full-width-header .rs-header.home3-header-style1 .menu-area.menu-area2 .menu-area.sticky .expand-btn-inner ul .search-parent {
  display: unset;
}
.full-width-header .rs-header.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.full-width-header .mobile-menu {
  display: none;
}

.arxa{
   color: #fff;
}

.full-width-header .mobile-menu .mobile-logo {
  float: left;
}
.full-width-header .mobile-menu .mobile-logo img {
  max-height: 30px;
}
.full-width-header .mobile-menu .rs-menu-toggle {
  color: #ffffff;
  float: right;
}
.full-width-header .mobile-menu .rs-menu-toggle.primary {
  color: #1AB248;
}
.full-width-header .mobile-menu .rs-menu-toggle.secondary {
  color: #1AB248;
}
.full-width-header .mobile-menu .rs-menu-toggle .nav-dots {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  background: #fff;
  z-index: 11;
  top: 23px;
}
.full-width-header .mobile-menu .rs-menu-toggle .dot1,
.full-width-header .mobile-menu .rs-menu-toggle .dot3 {
  width: 15px;
}
.full-width-header .mobile-menu .rs-menu-toggle .dot2 {
  top: 28px;
}
.full-width-header .mobile-menu .rs-menu-toggle .dot3 {
  top: 34px;
}
.full-width-header .mobile-menu .rs-menu-toggle .dot4 {
  top: 40px;
}
.full-width-header .right_menu_togle {
  background: #000000;
  padding: 46px 40px 50px 50px;
  font-size: 1.15em;
  max-width: 480px;
  width: 100%;
  right: -500px;
  z-index: 999999;
  transition: all 0.3s ease;
  position: fixed;
  overflow-y: auto;
}
.full-width-header .right_menu_togle .close-btn {
  overflow: visible;
}
.full-width-header .right_menu_togle .close-btn .nav-close {
  position: absolute;
  top: 25px;
  display: block;
  z-index: 99;
  right: 35px;
  cursor: pointer;
  transition: all .3s ease;
}
.full-width-header .right_menu_togle .close-btn .nav-close .line {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #1AB248;
}
.full-width-header .right_menu_togle .close-btn .nav-close .line span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 2px !important;
  height: 20px !important;
  background: #ffffff;
  border: none !important;
  transition: all 0.3s ease;
}
.full-width-header .right_menu_togle .close-btn .nav-close .line span.line2 {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.full-width-header .right_menu_togle .close-btn:hover .nav-close .line {
  opacity: 0.9;
}
.full-width-header .right_menu_togle .canvas-logo {
  padding-left: 0;
  padding-bottom: 25px;
}
.full-width-header .right_menu_togle .canvas-logo img {
  max-height: 28px;
}
.full-width-header .right_menu_togle .offcanvas-text p {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  margin: 5px 0 45px;
}
.full-width-header .right_menu_togle .canvas-contact {
  padding: 30px 0 0;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list {
  display: flex;
  margin-top: 18px;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-icon i:before {
  margin: 0 20px 0 0;
  font-size: 25px;
  color: #1AB248;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content .title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 5px;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em {
  display: block;
  font-style: normal;
  line-height: 22px;
  font-size: 15px;
  color: #ffffff;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em a {
  color: #ffffff;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em a:hover {
  color: black;
}
.full-width-header .right_menu_togle .canvas-contact .social {
  margin: 40px 0 0;
}
.full-width-header .right_menu_togle .canvas-contact .social li {
  display: inline-block;
}
.full-width-header .right_menu_togle .canvas-contact .social li a i {
  font-size: 15px;
  color: #fff;
  margin: 0 8px 0 0;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 0px;
}
.full-width-header .right_menu_togle .canvas-contact .social li a i:hover {
  background: black;
  color: #ffffff;
}
.full-width-header .right_menu_togle .canvas-contact .social li:last-child {
  margin: 0;
}
.full-width-header .mobile-navbar-menu .sub-menu {
  display: none;
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: left;
}
.full-width-header .mobile-navbar-menu .nav-menu li {
  position: relative;
}
.full-width-header .mobile-navbar-menu .nav-menu li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  display: block;
  color: #fff;
  padding: 10px 0;
  line-height: 30px;
  width: 100%;
}
.full-width-header .mobile-navbar-menu .nav-menu li li a {
  padding-left: 25px;
}
.full-width-header .mobile-navbar-menu .nav-menu li li li a {
  padding-left: 50px;
}
.full-width-header .mobile-navbar-menu span.submenu-button {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 5px;
  display: block;
  height: 40px;
  width: 40px;
  cursor: pointer;
}
.full-width-header .mobile-navbar-menu span.submenu-button:before,
.full-width-header .mobile-navbar-menu span.submenu-button:after {
  position: absolute;
  top: 24px;
  right: 10px;
  width: 20px;
  height: 1px;
  display: block;
  background: #fff;
  z-index: 2;
  content: '';
  right: 12px;
  width: 12px;
}
.full-width-header .mobile-navbar-menu span.submenu-button:before {
  width: 1px;
  height: 12px;
  right: 17px;
  top: 18px;
}
.full-width-header .mobile-navbar-menu span.submenu-button em {
  display: block;
  position: absolute;
  right: 0;
  border-radius: 4px;
  top: 50%;
  transform: translateY(-50%);
}
.full-width-header .mobile-navbar-menu .hash-has-sub span.submenu-button {
  width: 100%;
  cursor: pointer;
  top: 0;
  height: 50px;
}
.full-width-header .mobile-navbar-menu .submenu-button.submenu-opened:before {
  display: none;
}
.full-width-header .mobile-navbar-menu ul ul li,
.full-width-header .mobile-navbar-menu li:hover > ul > li {
  height: auto;
}
.full-width-header .mobile-navbar-menu ul.nav-menu > li:first-child > span.submenu-button:after {
  top: 19px;
}
.full-width-header .mobile-navbar-menu ul.nav-menu > li:first-child > span.submenu-button:before {
  top: 13px;
}
.full-width-header .mobile-navbar-menu .nav-menu li.active-menu a,
.full-width-header .mobile-navbar-menu .nav-menu li a:hover {
  color: black;
}
body.modal-open {
  padding: 0 !important;
}
body .modal.show .modal-dialog {
  width: 100%;
  max-width: 900px;
}
body .search-modal {
  padding: 0 !important;
  background: #000;
}
body .search-modal .modal-content {
  position: initial;
  border: 0;
  background: unset;
}
body .search-modal .search-block form {
  position: relative;
}
body .search-modal .search-block form input {
  background: none;
  border: none;
  color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  outline: none;
  font-size: 35px;
}
body .search-modal .search-block form button {
  background: #000;
  border: none;
  padding: 5px 20px;
  color: #ffffff;
  border-radius: 0 5px 5px 0;
  font-size: 16px;
  position: absolute;
  content: '';
  right: 0;
  top: 11px;
}
body .search-modal .search-block form button i:before {
  color: #fff;
  font-size: 35px;
  font-weight: 600;
}
body .search-modal .search-block ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #fff;
  opacity: 1;
}
body .search-modal .search-block ::-moz-placeholder {
  /* Firefox 19+ */

  color: #fff;
  opacity: 0.3;
}
body .search-modal .search-block :-ms-input-placeholder {
  /* IE 10+ */

  color: #fff;
  opacity: 1;
}
body .search-modal .search-block :-moz-placeholder {
  /* Firefox 18- */

  color: #fff;
  opacity: 1;
}
body .search-modal .close {
  position: fixed;
  right: 50px;
  top: 50px;
  background: #ffffff;
  color: #0a0a0a;
  width: 55px;
  height: 55px;
  line-height: 58px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  transition: all .5s ease;
  opacity: unset;
  box-shadow: unset;
  border: none;
}
body .search-modal .close span:before {
  font-size: 14px;
  position: relative;
  top: -2px;
  left: 0px;
  font-weight: 700;
}
body .search-modal .close:hover {
  opacity: 0.8 !important;
}
/*------------------------------------
    04. Sticky Menu CSS
--------------------------------------*/
.menu-sticky {
  background: #fff;
  margin: 0;
  z-index: 999;
  width: 100%;
  top: 0;
  position: relative;
}
@-webkit-keyframes sticky-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes sticky-animation {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ------------------------------------
    05. About Section CSS
---------------------------------------*/
.rs-about.style1 .box-wrapper {
  display: flex;
  align-items: center;
}
.rs-about.style1 .box-wrapper .icon-box i {
  fill: #1AB248;
  color: #1AB248;
  border-color: #1AB248;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  width: 1em;
  height: 1em;
  text-align: center;
  transform: rotate(0deg);
  position: relative;
  display: block;
}
.rs-about.style1 .box-wrapper .box-title {
  padding-left: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #0a0a0a;
  font-family: Playfair Display;
  margin: 0;
}
.rs-about.style2 {
  margin: -278px 0px 0px 0px;
}
.rs-about.style2 .about-content {
  padding: 0px 130px 0px 90px;
}
.rs-about.style2 .about-content .text-part {
  font-size: 30px;
  font-weight: 500;
  line-height: 45px;
  color: #ffffff;
  padding: 0px 0px 115px 0px;
}
.rs-about.style2 .about-content .content-information {
  position: relative;
  padding-top: 20px;
}
.rs-about.style2 .about-content .content-information .title-name {
  color: #1AB248;
  font-family: "Montserrat", Sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.rs-about.style2 .about-content .content-information .title {
  color: #666666;
}
.rs-about.style2 .about-content .content-information .images-part {
  position: absolute;
  left: 35%;
  top: 37%;
}
.rs-about.style2 .about-content .content-information .images-part img {
  width: 130px;
  max-width: 130px;
  top: 355px;
}
.rs-about.style2.modify1 {
  margin: unset;
}
.rs-about.style2.modify1 .design-content {
  max-width: 336px;
  margin: 40px 0px 0px 0px;
  padding: 30px 33px 28px 30px;
  background-color: #1AB248;
  border-radius: 3px 3px 3px 3px;
}
.rs-about.style2.modify1 .design-content .heading-title {
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
}
.rs-about.style3 .residential-item {
  background-image: url(assets/images/about/style2/1.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 250px 30px 30px 36px;
  transition: all .8s ease;
}
.rs-about.style3 .residential-item.interiors-bg {
  background-image: url(assets/images/about/style2/2.jpg);
}
.rs-about.style3 .residential-item.renovation-bg {
  background-image: url(assets/images/about/style2/3.jpg);
}
.rs-about.style3 .residential-item .text-part a {
  color: #ffffff;
  font-family: "Playfair Display", Sans-serif;
  font-size: 30px;
}
.rs-about.style3 .residential-item:hover {
  opacity: .6;
}
.rs-about.home4-about-style .about-section-inner {
  display: inline-block;
}
.rs-about.home4-about-style .about-section-inner .img-part {
  width: 35%;
  float: left;
}
.rs-about.home4-about-style .about-section-inner .about-content {
  width: 65%;
  float: left;
  margin: -4px 0px 0px 0px;
  padding: 0px 27px 0px 30px;
}
.rs-about.home4-about-style .about-section-inner .about-content .text-part {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  color: black;
  padding: 0px 0px 0px 0px;
}
.rs-about.home4-about-style .about-section-inner .about-content .content-information {
  position: relative;
  padding-top: 40px;
}
.rs-about.home4-about-style .about-section-inner .about-content .content-information .title-name {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  color: #1AB248;
  font-family: "Montserrat", Sans-serif;
  margin-bottom: 15px;
}
.rs-about.home4-about-style .about-section-inner .about-content .content-information .title {
  color: #666666;
}
.rs-about.home4-about-style .about-section-inner .about-content .content-information .images-part {
  position: absolute;
  left: 54%;
  top: 43%;
}
.rs-about.home4-about-style .about-section-inner .about-content .content-information .images-part img {
  width: 130px;
  max-width: 130px;
  top: 355px;
}
/* ------------------------------------
    06. Breadcrumbs Section CSS
---------------------------------------*/
.rs-breadcrumbs {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}
.rs-breadcrumbs .breadcrumbs-inner {
  padding: 300px 0 300px;
  text-align: center;
  position: relative;
}
.rs-breadcrumbs .breadcrumbs-inner .page-title {
  font-size: 52px;
  font-weight: 700;
  line-height: 62px;
  color: #ffffff;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
.rs-breadcrumbs .breadcrumbs-inner .breadcrumbs-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs-breadcrumbs .breadcrumbs-inner .breadcrumbs-title span a {
  display: block;
  padding: 0 41px 0 0;
  position: relative;
}
.rs-breadcrumbs .breadcrumbs-inner .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;
}
.rs-breadcrumbs .breadcrumbs-inner .breadcrumbs-title span a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 16px;
  width: 26px;
  height: 1px;
  background: #ffffff;
}
.rs-breadcrumbs .breadcrumbs-inner .breadcrumbs-title span.new-page a {
  font-size: 16px;
  position: relative;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  color: #ffffff;
  padding-left: 14px;
}
.rs-breadcrumbs .breadcrumbs-inner .breadcrumbs-title span.new-page a:before {
  display: none;
}
.rs-breadcrumbs .breadcrumbs-inner .breadcrumbs-title span.new-page a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 26px;
  height: 1px;
  background: #ffffff;
}
.rs-breadcrumbs .breadcrumbs-inner .breadcrumbs-title .post {
  font-size: 16px;
  position: relative;
  padding-left: 14px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  color: #ffffff;
}
.rs-breadcrumbs .breadcrumbs-inner:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 85px;
  background: #ffffff;
  width: 70px;
  height: 1px;
  display: block;
  right: 0;
  margin: 0 auto;
  transform: rotate(90deg);
}
.rs-breadcrumbs.img1 {
  background: url(assets/images/breadcrumbs/inr-1.jpg);
}
/* ------------------------------------
    07. Banner Section CSS
---------------------------------------*/
.rs-banner.style1 {
  background-image: url(assets/images/banner/banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
}
.rs-banner.style1 .content-part {
  padding: 320px 0 200px;
}
.rs-banner.style1 .content-part .title {
  position: relative;
  font-size: 80px;
  line-height: 80px;
  font-weight: 400;
  color: #ffffff;
  font-family: "Playfair Display", Sans-serif;
  margin: 0;
  z-index: 11;
}
.rs-banner.style1 .content-part .title .watermark {
  position: absolute;
  font-size: 200px;
  font-weight: 700;
  font-family: "Playfair Display";
  text-shadow: 1px 1px 0 #474a4c, 1px -1px 0 #474a4c, -1px 1px 0 #474a4c, -1px -1px 0 #474a4c, 1px 0px 0 #474a4c, 0px 1px 0 #474a4c, -1px 0px 0 #474a4c, 0px -1px 0 #474a4c;
  text-transform: uppercase;
  z-index: -11;
  width: 100%;
  left: 0;
  opacity: 1;
  color: #000000;
  border-color: #555555;
}
.rs-banner.style2 {
  background-image: url(https://press.zf.com/press/media/press_media/2021/img_2/releases_7/global_en_de_7/2021-11-17_ZF-Fleet-Management_Lannutti.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.rs-banner.style2 .content-part {
  padding: 305px 0 225px;
}
.rs-banner.style2 .content-part .sub-text {
  font-size: 35px;
  line-height: 38px;
  color: #1AB248;
  font-weight: 700;
  font-family: "Playfair Display";
  display: block;
  margin-bottom: 10px;
}
.rs-banner.style2 .content-part .title {
  font-size: 65px;
  line-height: 70px;
  font-weight: 900;
  color: #fff;
  font-family: "Playfair Display";
  margin: 0;
}
.rs-banner.style2 .content-part .desc-part {
  font-size: 18px;
  line-height: 29px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
.rs-banner.style2 .content-part .btn-part li {
  display: inline-block;
  margin-right: 30px;
}
.rs-banner.style2 .content-part .btn-part li:last-child {
  margin: 0;
}
/*---------------------------------------
    08. Slider Section CSS
---------------------------------------*/
.rs-slider {
  position: relative;
  overflow: hidden;
  text-align: left;
}
.rs-slider.slider1 {
  position: relative;
  z-index: 11;
  /*-- Animations Start --*/

  /*-- Animations End --*/

}
.rs-slider.slider1 .sl-subtitle {
  -webkit-animation: fadeInDown 1.7s ease-in-out;
  animation: fadeInDown 1.7s ease-in-out;
}
.rs-slider.slider1 .sl-title {
  -webkit-animation: fadeInUp 1.2s ease-in-out;
  animation: fadeInUp 1.2s ease-in-out;
}
.rs-slider.slider1 .slider-bottom {
  -webkit-animation: fadeInUp 1.8s ease-in-out;
  animation: fadeInUp 1.8s ease-in-out;
}
.rs-slider.slider1 .content-part {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.rs-slider.slider1 .content-part .sl-subtitle {
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #1AB248;
}
.rs-slider.slider1 .content-part .sl-title {
  font-size: 60px;
  line-height: 80px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 36px;
}
.rs-slider.slider1 .content-part .slider-bottom {
  display: inline-block;
}
.rs-slider.slider1 .content-part .drowbd::before,
.rs-slider.slider1 .content-part .drowbd::after {
  box-sizing: inherit;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
}
.rs-slider.slider1 .content-part .drowbd {
  border: 0;
  box-sizing: border-box;
  margin: 0;
  height: 450px;
  width: 280px;
  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;
}
.rs-slider.slider1 .content-part .draw {
  transition: color 0.25s;
}
.rs-slider.slider1 .content-part .draw::before,
.rs-slider.slider1 .content-part .draw::after {
  border: 4px solid transparent;
  width: 100%;
  height: 100%;
}
.rs-slider.slider1 .content-part .draw::before {
  top: 0;
  left: 0;
  border-top-color: #1AB248;
  border-right-color: #1AB248;
  transition: width 1.5s ease-out, height 1.5s ease-out 1.5s;
}
.rs-slider.slider1 .content-part .draw::after {
  bottom: 0;
  right: 0;
  border-bottom-color: #1AB248;
  border-left-color: #1AB248;
  transition: border-color 0s ease-out 0.99s, width 0.5s ease-out 4s, height 0.5s ease-out 5s;
}
.rs-slider.slider1 .content-part .container {
  position: relative;
}
.rs-slider.slider1 .nivo-caption {
  padding: 0;
}
.rs-slider.slider1 .nivo-directionNav > a {
  background: rgba(0, 0, 0, 0.2);
}
.rs-slider.slider1 .nivo-directionNav > a:before {
  color: #ffffff;
}
.rs-slider.slider1 .social-icons {
  position: absolute;
  left: 16%;
  bottom: 6%;
}
.rs-slider.slider1 .social-icons li {
  display: inline-block;
  margin-right: 20px;
}
.rs-slider.slider1 .social-icons li:last-child {
  margin-right: 0;
}
.rs-slider.slider1 .social-icons li a i {
  font-size: 18px;
  color: #ffffff;
}
.rs-slider.slider1 .social-icons li a i:hover {
  color: black;
}
.rs-slider.slider1 .spacer-border {
  position: absolute;
  left: 50%;
  bottom: 6%;
}
.rs-slider.slider1 .spacer-border .spacer {
  height: 70px;
  border-right: 1px solid #1AB248;
  width: 1px;
  margin: 0 auto;
}
.rs-slider .sl-wrap {
  padding: 50px 0;
}
.rs-slider .nivo-directionNav > a {
  font-size: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: none;
  background: #f9f9f9;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 1;
}
.rs-slider .nivo-directionNav > a.nivo-prevNav,
.rs-slider .nivo-directionNav > a.nivo-nextNav {
  left: unset;
  right: 50px;
  background: #1AB248;
}
.rs-slider .nivo-directionNav > a.nivo-prevNav {
  top: 44.4%;
}
.rs-slider .nivo-directionNav > a.nivo-prevNav:before {
  content: "\f104";
}
.rs-slider .nivo-directionNav > a.nivo-nextNav {
  top: 53%;
}
.rs-slider .nivo-directionNav > a.nivo-nextNav:before {
  content: "\f105";
}
.rs-slider .nivo-directionNav > a:before {
  font-family: FontAwesome;
  position: absolute;
  font-size: 28px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  transition: all 0.3s ease;
  color: #1AB248;
}
.rs-slider .nivo-directionNav > a:hover {
  opacity: 95;
}
.rs-slider .nivo-controlNav {
  position: absolute;
  bottom: 50px;
  z-index: 11;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none !important;
}
.rs-slider .nivo-controlNav .nivo-control {
  width: 26px;
  height: 7px;
  border: 1px solid #fff;
  font-size: 0px;
  display: inline-block;
  margin-right: 7px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.rs-slider .nivo-controlNav .nivo-control.active {
  background: #1AB248;
  border-color: #1AB248;
}
.rs-slider.home2-slider-style.slider1 {
  position: relative;
  text-align: center;
  height: 100%;
  z-index: 11;
  /*-- Animations Start --*/

  /*-- Animations End --*/

}
.rs-slider.home2-slider-style.slider1 .sl-title {
  -webkit-animation: fadeInUp 1.2s ease-in-out;
  animation: fadeInUp 1.2s ease-in-out;
}
.rs-slider.home2-slider-style.slider1 .slider-bottom {
  -webkit-animation: fadeInUp 1.8s ease-in-out;
  animation: fadeInUp 1.8s ease-in-out;
}
.rs-slider.home2-slider-style.slider1 .content-part {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.rs-slider.home2-slider-style.slider1 .content-part .sl-title {
  font-size: 70px;
  line-height: 91px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 2px;
  margin-bottom: 36px;
  position: relative;
}
.rs-slider.home2-slider-style.slider1 .content-part .slider-bottom {
  display: inline-block;
}
.rs-slider.home2-slider-style.slider1 .content-part:after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -11;
  width: 600px;
  height: 600px;
  background-color: rgba(20, 20, 20, 0.63);
  border-radius: 50%;
  opacity: 1;
}
.rs-slider.home2-slider-style.slider1 .nivo-caption {
  padding: 0;
}
.rs-slider.home2-slider-style.slider1 .nivo-directionNav > a {
  background: rgba(0, 0, 0, 0.2);
}
.rs-slider.home2-slider-style.slider1 .nivo-directionNav > a:before {
  color: #ffffff;
}
.rs-slider.home2-slider-style .sl-wrap {
  padding: 50px 0;
}
.rs-slider.home2-slider-style .nivo-directionNav > a {
  border-radius: 50%;
  opacity: 1;
}
.rs-slider.home2-slider-style .nivo-directionNav > a.nivo-prevNav,
.rs-slider.home2-slider-style .nivo-directionNav > a.nivo-nextNav {
  left: 30px;
  background: rgba(61, 61, 61, 0.58);
}
.rs-slider.home2-slider-style .nivo-directionNav > a.nivo-prevNav {
  top: 50%;
  transform: translateY(-50%);
}
.rs-slider.home2-slider-style .nivo-directionNav > a.nivo-prevNav:before {
  content: "\f104";
  color: #ffffff;
}
.rs-slider.home2-slider-style .nivo-directionNav > a.nivo-nextNav {
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  left: unset;
}
.rs-slider.home2-slider-style .nivo-directionNav > a.nivo-nextNav:before {
  content: "\f105";
  color: #ffffff;
}
.rs-slider.home2-slider-style .nivo-directionNav > a:before {
  background: rgba(61, 61, 61, 0.58);
}
/* ------------------------------------
    09. Video Section CSS
---------------------------------------*/
.rs-videos .overly-border {
  border: 1px solid #1AB248;
  border-radius: 50%;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rs-videos .overly-border .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: #1AB248;
}
.rs-videos .overly-border .popup-videos i {
  text-indent: 5px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  font-size: 30px;
  color: #ffffff;
  position: relative;
}
.rs-videos .overly-border .popup-videos:before {
  background: #1AB248;
  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-videos .overly-border .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-videos.choose-video {
  position: relative;
}
.rs-videos.choose-video .animate-border .popup-border {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.rs-videos.choose-video .images-video {
  background: url(assets/images/services/services-single/img-1.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 360px 0 360px;
}
/* ------------------------------------
    10. Skill-bar Section CSS
---------------------------------------*/
.rs-skillbar.style1 .cl-skill-bar .skillbar-title {
  color: #1AB248;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}
.rs-skillbar.style1 .cl-skill-bar .skillbar {
  height: 16px;
  line-height: 16px;
  background-color: #F5F5F5;
  margin: 10px 0 24px;
  position: relative;
  width: 100%;
}
.rs-skillbar.style1 .cl-skill-bar .skillbar .skillbar-bar {
  height: 16px;
  line-height: 16px;
  background-color: #1AB248;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  margin-bottom: 0;
  overflow: visible !important;
  background-size: 1rem 1rem;
  width: 0;
  animation: rs-progress-pie-stripes 1s linear infinite;
}
.rs-skillbar.style1 .cl-skill-bar .skillbar .skill-bar-percent {
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 0;
  top: -38px;
  font-size: 13px;
  font-weight: 500;
  color: #1AB248;
}
.rs-skillbar.style1 .cl-skill-bar .skillbar.margin-no {
  margin: 10px 0 0;
}
.rs-skillbar.style2 .cl-skill-bar .skillbar-title {
  color: #1AB248;
}
.rs-skillbar.style2 .cl-skill-bar .skillbar {
  background: #ffffff;
  border: 1px solid #000000;
  height: 8px;
  margin: 10px 0 24px;
  position: relative;
  width: 100%;
}
.rs-skillbar.style2 .cl-skill-bar .skillbar .skillbar-bar {
  background: #1AB248;
  height: 4px;
  margin: 1px;
  width: 0;
}
.rs-skillbar.style2 .cl-skill-bar .skillbar .skill-bar-percent {
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 0;
  top: -45px;
  font-size: 13px;
  font-weight: 500;
  color: #1AB248;
}
/* ------------------------------------
    11. Services Section CSS
---------------------------------------*/
.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;
}
.rs-services.style1 .services-item .services-icon img {
  width: 50px;
  height: 50px;
  max-width: unset;
}
.rs-services.style1 .services-item .services-content {
  padding-left: 25px;
}
.rs-services.style1 .services-item .services-content .title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}
.rs-services.style1 .services-item .services-content .title a {
  color: #1AB248;
}
.rs-services.style1 .services-item .services-content .title a:hover {
  color: black;
}
.rs-services.style1 .services-item .services-content .desc {
  margin-bottom: 20px;
}
.rs-services.style1 .services-item:hover .services-content .services-btn a,
.rs-services.style1 .services-item:hover .services-content .title a {
  color: black;
}
.rs-services.style1.home4-services-style .services-item {
  background-image: url(assets/images/bg/service-bg4.jpg);
  background-repeat: no-repeat;
  background-position: center;
}
.rs-services.style1.home4-services-style .services-item .services-content {
  padding: 0px 45px 0px 45px;
}
.rs-services.style1.home4-services-style .services-item .services-content .desc {
  color: #666666;
  font-size: 16px;
}
.rs-services.style1.home4-services-style .services-item .services-content .services-btn a {
  padding-right: 0;
  padding-left: 52px;
}
.rs-services.style1.home4-services-style .services-item .services-content .services-btn a:before {
  left: 0;
}
.rs-services.style2 .rs-addon-number .addon-wrap {
  padding: 50px 50px 60px 50px;
  margin: 0 -10px 0 0;
  background-color: #1AB248;
  height: 330px;
  border-radius: 20px;
  position: relative;
}
.rs-services.style2 .rs-addon-number .addon-wrap .number-part {
  margin: 0px 0px 12px 0px;
}
.rs-services.style2 .rs-addon-number .addon-wrap .number-part .number-prefix {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  display: block;
}
.rs-services.style2 .rs-addon-number .addon-wrap .icon-img {
  position: absolute;
  bottom: 2%;
  right: 2%;
}
.rs-services.style2 .rs-addon-number .addon-wrap .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin: 0 0 18px;
}
.rs-services.style2 .rs-addon-number .addon-wrap .title a {
  color: #fff;
}
.rs-services.style2 .rs-addon-number .addon-wrap .title a:hover {
  color: black;
}
.rs-services.style2 .rs-addon-number .addon-wrap .number-txt {
  color: #fff;
  margin: 0;
  padding-bottom: 15px;
}
.rs-services.style3 .services-item {
  background-color: #ffffff;
  background-image: url(assets/images/bg/services-bg3.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  margin: 0px 20px 0px 7px;
  padding: 50px 50px 50px 50px;
}
.rs-services.style3 .services-item .services-icon i {
  font-size: 50px;
  margin-bottom: 30px;
}
.rs-services.style3 .services-item .services-content .title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin: 0 0 10px;
}
.rs-services.style3 .services-item .services-content .title a {
  color: #1AB248;
}
.rs-services.style3 .services-item .services-content .title a:hover {
  color: black;
}
.rs-services.style3 .services-item .services-content .number-txt {
  color: #1AB248;
  margin: 0;
}
.rs-services.style3 .services-item:hover .services-content .title a {
  color: black;
}
.rs-services.style4 .services-item {
  display: flex;
}
.rs-services.style4 .services-item .services-icon img {
  max-width: unset;
  width: 70px;
  height: 70px;
  padding: 10px 8px 0px 0px;
}
.rs-services.style4 .services-item .services-content {
  padding-left: 20px;
}
.rs-services.style4 .services-item .services-content .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: #1AB248;
  margin: 0 0 13px;
}
.rs-services.style4 .services-item .services-content .services-txt {
  margin: 0;
}
.rs-services-single .services-add {
  background: url(assets/images/bg/call-now.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 25px 50px 25px;
}
.rs-services-single .services-add .address-item {
  text-align: center;
}
.rs-services-single .services-add .address-item .title {
  font-size: 30px;
  color: #ffffff;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.rs-services-single .services-add .address-item .contact-title {
  font-size: 24px;
  font-weight: 800;
  line-height: 34px;
  color: #ffffff;
  letter-spacing: 0.2px;
  font-family: Playfair Display;
  margin: 0;
}
/* ------------------------------------
    12. Faq Section CSS
---------------------------------------*/
.rs-faq.style1 {
  background: #131313;
}
.rs-faq.style1 .faq-content .accordion {
  border-width: 12px;
}
.rs-faq.style1 .faq-content .accordion .card {
  border-radius: unset;
  border: 1px solid #383535;
}
.rs-faq.style1 .faq-content .accordion .card:last-child {
  margin-bottom: 0;
}
.rs-faq.style1 .faq-content .accordion .card .card-header {
  display: flex;
  align-items: center;
  padding: 0 !important;
  border: none;
}
.rs-faq.style1 .faq-content .accordion .card .card-header .card-link {
  position: relative;
  display: block;
  width: 100%;
  padding: 24px 20px 55px 60px;
  height: 65px;
  line-height: 1.3;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  font-family: Playfair Display;
  background: #131313;
}
.rs-faq.style1 .faq-content .accordion .card .card-header .card-link:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f068";
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 100%;
}
.rs-faq.style1 .faq-content .accordion .card .card-header .card-link.collapsed:after {
  color: #ffffff;
  content: "\f067";
}
.rs-faq.style1 .faq-content .accordion .card .card-header.active {
  border-top: unset;
  border-bottom: 1px solid #383535;
}
.rs-faq.style1 .faq-content .accordion .card .card-header.active .card-link {
  color: #1AB248;
}
.rs-faq.style1 .faq-content .accordion .card .card-header.active .card-link:after {
  color: #1AB248;
}
.rs-faq.style1 .faq-content .accordion .card .card-body {
  color: #ffffff;
  padding: 24px 20px 55px 60px !important;
  width: 100%;
  background: #131313;
}
.rs-faq.style1 .faq-content .accordion .card.border-no {
  border-top: unset;
}
/* ------------------------------------
    13. Counter Section CSS
---------------------------------------*/
.rs-counter.about {
  padding: 17px 30px 40px 0px;
  border-style: solid;
  border-width: 5px 5px 5px 5px;
  border-color: #1AB248;
  border-radius: 3px 3px 3px 3px;
}
.rs-counter.about .counter-item .rs-count {
  font-size: 70px;
  font-weight: 600;
  line-height: 70px;
  color: #1AB248;
  font-family: "Playfair Display", Sans-serif;
  margin: 0;
  position: relative;
  text-align: center;
}
.rs-counter.about .counter-item .rs-count:after {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.rs-counter.about .counter-item.plus .rs-count:after {
  content: "+";
}
.rs-counter.about.home2-about {
  background-color: #9A827D;
  background-image: url(assets/images/about/yesrs.jpg);
  border-width: unset;
  border-color: unset;
  border-style: unset;
  padding: 28px 30px 34px 50px;
  border-radius: unset;
}
.rs-counter.about.home2-about .counter-item .rs-count {
  font-size: 80px;
  font-weight: 500;
  line-height: 100px;
  color: #ffffff;
  padding-right: 39px;
  padding-bottom: 18px;
}
.rs-counter.about.home2-about .counter-item .heading-title {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}
.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;
}
.rs-counter.style1 .counter-item .rs-count {
  font-size: 50px;
  line-height: 50px;
  font-weight: 600;
  color: #1AB248;
  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: #1AB248;
  width: 40px;
  height: 1px;
  display: block;
  transform: translateY(-50%);
}
.rs-counter.style1 .counter-item .rs-count:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.rs-counter.style1 .counter-item.plus .rs-count:after {
  content: "+";
}
.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-counter.style1.home2-counter-style .counter-item {
  background-color: unset;
  padding: unset;
  margin: unset;
}
.rs-counter.style1.home2-counter-style.home3-counter-style .counter-item .title {
  color: #1AB248;
}
.rs-counter.style1.home2-counter-style.home3-counter-style .counter-item .rs-count {
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
}
/* ------------------------------------
    14. Choose Us Section CSS
---------------------------------------*/
.rs-why-choose.style1 .choose-content {
  padding: 100px 130px 100px;
}
/* ------------------------------------
    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;
}
.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 .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: black;
}
.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;
}
.rs-team.style2 .slick-list {
  padding: 0 !important;
}
.rs-team.style2 .team-item {
  padding: 0 15px;
}
.rs-team.style2 .team-item .team-wrap {
  position: relative;
  overflow: hidden;
  padding-bottom: 95px;
  background: #fff;
  border-radius: 5px;
}
.rs-team.style2 .team-item .team-wrap .team-img img {
  transition: all .7s;
}
.rs-team.style2 .team-item .team-wrap .team-content {
  height: 100px;
  width: 100%;
  bottom: 0;
  position: absolute;
  padding: 20px 20px;
  color: #444;
  text-align: center;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 0px 0px 0px #eee;
  transition: .3s all ease;
}
.rs-team.style2 .team-item .team-wrap .team-content .team-info .name {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin: 0;
  font-family: Playfair Display;
  text-transform: uppercase;
}
.rs-team.style2 .team-item .team-wrap .team-content .team-info .name a {
  color: #1AB248;
}
.rs-team.style2 .team-item .team-wrap .team-content .team-info .post {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #1AB248;
  text-transform: capitalize;
}
.rs-team.style2 .team-item .team-wrap .team-content .social-icon {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 100;
  left: 50%;
  transform: translateX(-50%) scale(0.5);
  transition: all 0.4s ease-in-out 0s;
  opacity: 0;
}
.rs-team.style2 .team-item .team-wrap .team-content .social-icon li {
  display: inline-block;
  margin-right: 30px;
}
.rs-team.style2 .team-item .team-wrap .team-content .social-icon li a {
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: #ffffff;
  transition: all 0.3s ease 0s;
  background: transparent;
}
.rs-team.style2 .team-item .team-wrap .team-content .social-icon li a i {
  font-size: 30px;
  color: #ffffff;
}
.rs-team.style2 .team-item .team-wrap .team-content .social-icon li a i:hover {
  color: #ccc;
}
.rs-team.style2 .team-item .team-wrap .team-content .social-icon li:last-child {
  margin-right: 0;
}
.rs-team.style2 .team-item .team-wrap:hover .team-img img {
  transform: scale(1.1);
}
.rs-team.style2 .team-item .team-wrap:hover .team-content {
  opacity: 1;
  width: 100%;
  visibility: visible;
  transform: translate(0, 0);
  bottom: 0;
  height: 140px;
  color: #fff;
  box-shadow: 0px 0px 0px 0px #222222;
  background: #222;
}
.rs-team.style2 .team-item .team-wrap:hover .team-content .team-info .name a {
  color: #ffffff;
}
.rs-team.style2 .team-item .team-wrap:hover .team-content .team-info .post {
  color: #ffffff;
}
.rs-team.style2 .team-item .team-wrap:hover .team-content .social-icon {
  bottom: 20px;
  opacity: 1;
}
.rs-team.style3 .team-item .images-part {
  position: relative;
  overflow: hidden;
}
.rs-team.style3 .team-item .images-part .social-icon {
  position: absolute;
  bottom: 0;
  right: -50px;
  width: 50px;
  background: #1AB248;
  padding: 12px 6px 12px;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  opacity: 0;
}
.rs-team.style3 .team-item .images-part .social-icon a i {
  font-size: 15px;
  line-height: 35px;
  width: 35px;
  height: 35px;
  color: #ffffff;
  background: #1AB248;
  text-align: center;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
  margin: 0;
}
.rs-team.style3 .team-item .images-part .social-icon a i:hover {
  color: #1AB248;
}
.rs-team.style3 .team-item .team-content {
  text-align: center;
  margin: 0;
  padding: 20px 20px 25px;
  box-shadow: 0 5px 20px #eee;
  background: #ffffff;
}
.rs-team.style3 .team-item .team-content .person-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.rs-team.style3 .team-item .team-content .person-name a {
  color: #1AB248;
}
.rs-team.style3 .team-item .team-content .person-name a:hover {
  color: black;
}
.rs-team.style3 .team-item .team-content .designation {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #1AB248;
  display: block;
}
.rs-team.style3 .team-item:hover .images-part .social-icon {
  right: 0;
  width: 50px;
  opacity: 1;
  visibility: visible;
}
.rs-team-single .ps-information {
  padding: 40px;
  text-align: left;
  overflow: hidden;
  background: #f7f7fc;
  position: relative;
}
.rs-team-single .ps-information .title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  color: #1AB248;
  margin: 0;
}
.rs-team-single .ps-information .personal-info li {
  margin: 7px 0 0;
  padding: 0;
  display: block;
}
.rs-team-single .ps-information .personal-info li span i {
  margin-right: 10px;
  font-weight: 500;
}
.rs-team-single .ps-information .personal-info li span i:before {
  font-size: 18px;
  color: #1AB248;
}
.rs-team-single .ps-information .personal-info li a {
  color: #1AB248;
}
.rs-team-single .ps-information .personal-info li a:hover {
  color: black;
}
.rs-team-single .ps-information .social-info li {
  display: inline-block;
  margin-right: 9px;
}
.rs-team-single .ps-information .social-info li a i {
  text-align: center;
  line-height: 35px;
  width: 35px;
  background: #fff;
  color: #1AB248;
  border-radius: 50px;
  height: 35px;
  font-size: 14px;
  transition: 0.4s;
}
.rs-team-single .ps-information .social-info li a i:hover {
  color: #1AB248;
}
.rs-team-single .ps-information .social-info li:last-child {
  margin-right: 0;
}
.rs-team-single .designation-info {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #1AB248;
}
.rs-team-single .name {
  font-size: 30px;
  line-height: 22px;
  font-weight: 700;
  color: #1AB248;
  margin: 0;
}
.rs-team-single .short-desc {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: #1AB248;
  margin: 0;
}
.rs-team-single .team-skill {
  background: #f7f7fc;
  padding: 40px 40px 25px;
}
/* ------------------------------------
    16. Process Section CSS
---------------------------------------*/
.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-icon img {
  max-width: unset;
  width: 100px;
  height: 100px;
}
.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;
}
.rs-process.style2 .rs-addon-item {
  background-image: url(assets/images/process/style2/1.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 20px 20px 20px 20px;
  transition: all .8s ease;
}
.rs-process.style2 .rs-addon-item .addon-number {
  font-size: 150px;
  font-weight: 400;
  line-height: 44px;
  color: #DDD8D4;
  font-family: "Playfair Display", Sans-serif;
  text-align: right;
  padding: 0 20px 0 0;
}
.rs-process.style2 .rs-addon-item .addon-content {
  padding: 220px 0px 0px 20px;
}
.rs-process.style2 .rs-addon-item .addon-content .title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin: 0 0 10px;
}
.rs-process.style2 .rs-addon-item .addon-content .title a {
  color: #1AB248;
}
.rs-process.style2 .rs-addon-item.Public-bg {
  background-image: url(assets/images/process/style2/2.jpg);
}
.rs-process.style2 .rs-addon-item.commercial-bg {
  background-image: url(assets/images/process/style2/3.jpg);
}
.rs-process.style2 .rs-addon-item:hover {
  opacity: .6;
}
/*------------------------------------
    17. Pricing Section CSS
------------------------------------*/
.rs-pricing.style1 .pricing-table {
  padding: 52px 40px 52px 40px;
  border-radius: 5px 5px 5px 5px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0.2rem 2.8rem #eee;
}
.rs-pricing.style1 .pricing-table .pricing-table-header .table-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  color: #1AB248;
  margin-bottom: 22px;
}
.rs-pricing.style1 .pricing-table .pricing-table-price .pricing-table-bags {
  margin-bottom: .5rem;
  color: #242424;
  font-weight: 700;
  font-size: 60px;
  line-height: normal;
  margin-bottom: 20px;
}
.rs-pricing.style1 .pricing-table .pricing-table-price .pricing-table-bags .pricing-currency {
  font-size: 24px;
  font-weight: 700;
  color: #1AB248;
}
.rs-pricing.style1 .pricing-table .pricing-table-price .pricing-table-bags .table-price-text {
  font-weight: 700;
  color: #1AB248;
}
.rs-pricing.style1 .pricing-table .pricing-table-price .pricing-table-bags .table-period {
  color: #8c8c8c;
  font-size: 16px;
  display: block;
}
.rs-pricing.style1 .pricing-table .pricing-table-body {
  padding: 10px 15px 34px 15px;
}
.rs-pricing.style1 .pricing-table .pricing-table-body ul li {
  margin-bottom: 8px;
  font-size: 16px;
}
.rs-pricing.style1 .pricing-table .pricing-table-body ul li i {
  margin-right: 10px;
  min-width: 15px;
  font-size: 16px;
}
/*------------------------------------
    18. Project Section CSS
------------------------------------*/
.rs-project.style1 .slick-list {
  padding: 0 175px;
}
.rs-project.style1 .slick-slide {
  padding: 0 50px;
}
.rs-project.style1 .project-item .project-content {
  opacity: 0;
  visibility: hidden;
}
.rs-project.style1 .project-item.slick-current .project-content {
  opacity: 1;
  visibility: visible;
}
.rs-project.style1 .slider .project-item {
  position: relative;
  overflow: hidden;
}
.rs-project.style1 .slider .project-item .project-img {
  overflow: hidden;
}
.rs-project.style1 .slider .project-item .project-img a img {
  border-radius: 5px;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  width: 100%;
}
.rs-project.style1 .slider .project-item .project-content {
  position: absolute;
  width: 100%;
  height: 120px;
  text-align: center;
  z-index: 10;
  padding: 20px 60px;
  transform: rotate(-90deg);
  opacity: 1;
  transition: 0.3s all ease-out;
  border-radius: 5px;
  display: block;
  transform-origin: 59px;
}
.rs-project.style1 .slider .project-item .project-content .title {
  font-size: 22px;
  line-height: normal;
  margin-top: 15px;
  color: #fff;
  margin-bottom: 0;
  max-width: 335px;
  transform: translate(36%, 0px);
  position: relative;
}
.rs-project.style1 .slider .project-item .project-content .title a {
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
  font-family: "Montserrat", Sans-serif;
}
.rs-project.style1 .slider .project-item .project-content .title a:hover {
  color: #CCCCCC;
}
.rs-project.style1 .slider .project-item .project-content .title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background: black;
  width: 70px;
  height: 1px;
  display: block;
  border-radius: 5px;
  transform: translateY(-50%);
}
.rs-project.style1 .slider .project-item .project-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.61);
  transition: all 0.3s ease 0s;
}
.rs-project.style1 .slider .project-item:hover .project-img a img {
  transform: scale(1.05);
}
.rs-project.style1 .slick-arrow {
  position: absolute;
  font-size: 0;
  border: none;
  right: 55% !important;
  transform: rotate(180deg);
  background: #1AB248;
  color: #ffffff;
  top: 100% !important;
  bottom: 0;
  visibility: visible;
  opacity: 1;
  border-radius: 0;
  width: 80px;
  height: 80px;
}
.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: #1AB248;
}
.rs-project.style1 .slick-arrow.slick-next:before {
  content: "\f115";
}
.rs-project.style1 .recently-project .project-all {
  margin: -200px 80px 0px 0px;
  padding: 50px 60px 50px 60px;
  background: #f9f9f9;
  position: relative;
  z-index: 11;
}
.rs-project.style1.home2-project-style .slick-list {
  padding: 0 0 !important;
}
.rs-project.style1.home2-project-style .project-item .project-content {
  opacity: unset;
  visibility: unset;
}
.rs-project.style1.home2-project-style .project-item.slick-current .project-content {
  opacity: unset;
  visibility: unset;
}
.rs-project.style1.home2-project-style .slick-slide {
  padding: 0 5px;
}
.rs-project.style1.home2-project-style .slider .project-item .project-img {
  overflow: hidden;
}
.rs-project.style1.home2-project-style .slider .project-item .project-img a img {
  border-radius: unset;
}
.rs-project.style1.home2-project-style .slider .project-item .project-content {
  width: 130%;
}
.rs-project.style2 .project-item {
  position: relative;
  overflow: hidden;
}
.rs-project.style2 .project-item .overlay {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  z-index: 11;
  border-radius: 5px;
  opacity: .6;
  background: #000;
}
.rs-project.style2 .project-item .project-content .p-icon {
  transition: all .4s ease 0s;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #1AB248;
  border-radius: 50%;
  position: absolute;
  z-index: 11;
  margin: 0;
  bottom: -120px;
  left: 40px;
  opacity: 0;
  visibility: hidden;
}
.rs-project.style2 .project-item .project-content .p-icon a {
  color: #ffffff;
}
.rs-project.style2 .project-item .project-content .project-inner {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  line-height: 1.6;
  text-align: right;
}
.rs-project.style2 .project-item .project-content .project-inner .category {
  color: #ffffff;
  display: block;
}
.rs-project.style2 .project-item .project-content .project-inner .title {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 0;
}
.rs-project.style2 .project-item .project-content .project-inner .title a {
  color: #ffffff;
}
.rs-project.style2 .project-item .project-content .project-inner .title a:hover {
  color: black;
}
.rs-project.style2 .project-item:hover .project-content .p-icon {
  bottom: 40px;
  opacity: 1;
  visibility: visible;
}
.rs-project.style2 .project-item:hover .project-content .project-inner {
  opacity: 1;
  visibility: visible;
}
.rs-project.style2 .project-item:hover .project-content .project-inner .title a {
  color: #ffffff;
}
.rs-project.style2 .project-item:hover .project-content .project-inner .title a:hover {
  color: black;
}
.rs-project.style2.home4-project-style .project-item {
  margin: 0 5px 0 5px;
}
.rs-project.style3 .project-item {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.rs-project.style3 .project-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: .75;
  visibility: hidden;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  transition: 1.5s cubic-bezier(0.47, 0.97, 0.79, 1.32);
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: transform,opacity;
  transition-property: transform,opacity;
  transition-property: transform, opacity, -webkit-transform;
  border-radius: 5px;
  width: 100%;
  content: '';
  height: 100%;
  display: inline-block;
  background: #000;
}
.rs-project.style3 .project-item .project-img img {
  transition: 0.3s ease-in-out;
  border-radius: 5px;
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
.rs-project.style3 .project-item .project-img .p-icon {
  transition: 0.6s;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #1AB248;
  border-radius: 50%;
  position: absolute;
  z-index: 11;
  margin: 0;
  top: -120px;
  right: 40px;
  opacity: 0;
  visibility: hidden;
}
.rs-project.style3 .project-item .project-img .p-icon a {
  color: #ffffff;
}
.rs-project.style3 .project-item .project-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  transition: all .2s ease;
  opacity: 0;
  visibility: hidden;
}
.rs-project.style3 .project-item .project-content .project-inner {
  position: absolute;
  bottom: 40px;
  right: 40px;
  left: 40px;
  z-index: 99;
}
.rs-project.style3 .project-item .project-content .project-inner .category {
  color: #ffffff;
  font-weight: 500;
}
.rs-project.style3 .project-item .project-content .project-inner .title {
  font-size: 16px;
  font-weight: 500;
  font-family: Montserrat;
  margin-bottom: 0;
}
.rs-project.style3 .project-item .project-content .project-inner .title a {
  color: #ffffff;
}
.rs-project.style3 .project-item .project-content .project-inner .title a:hover {
  color: #1AB248;
}
.rs-project.style3 .project-item:hover .overlay {
  transform: none;
  visibility: visible;
}
.rs-project.style3 .project-item:hover .project-img img {
  transform: scale(1.05);
}
.rs-project.style3 .project-item:hover .project-img .p-icon {
  opacity: 1;
  visibility: visible;
  top: 40px;
}
.rs-project.style3 .project-item:hover .project-content {
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.rs-project.style4 .project-item {
  position: relative;
  overflow: hidden;
}
.rs-project.style4 .project-item .overlay {
  content: '';
  position: absolute;
  display: inline-block;
  z-index: 11;
  border-radius: 5px;
  background: #000;
  width: 90%;
  height: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.rs-project.style4 .project-item .project-img a img {
  transition: 1.3s all ease;
  width: 100%;
}
.rs-project.style4 .project-item .project-content {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 75%;
  left: 50%;
  text-align: center;
  z-index: 12;
  padding: 25px;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
  border-radius: 5px;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  width: 100%;
}
.rs-project.style4 .project-item .project-content .category {
  color: #ffffff;
}
.rs-project.style4 .project-item .project-content .title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  margin: 0;
}
.rs-project.style4 .project-item .project-content .title a {
  color: #ffffff;
}
.rs-project.style4 .project-item .project-content .title a:hover {
  color: #1AB248;
}
.rs-project.style4 .project-item .project-content .plus-icon {
  position: relative;
}
.rs-project.style4 .project-item .project-content .plus-icon:before {
  font-family: FontAwesome;
  content: "+";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  bottom: -40px;
  width: 0;
  height: 30px;
  line-height: 30px;
  text-align: center;
  z-index: 9999;
  font-size: 35px;
  display: block;
  cursor: pointer;
}
.rs-project.style4 .project-item:hover .overlay {
  opacity: 0.76;
  visibility: visible;
}
.rs-project.style4 .project-item:hover .project-img a img {
  transform: scale(1.2);
}
.rs-project.style4 .project-item:hover .project-content {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.rs-project.style5 .project-item {
  position: relative;
}
.rs-project.style5 .project-item .project-img .p-icon {
  position: absolute;
  background: #1AB248;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 51px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  opacity: 0;
  transition: all .8s ease;
}
.rs-project.style5 .project-item .project-img .p-icon a i {
  color: #fff;
}
.rs-project.style5 .project-item .project-content {
  text-align: center;
  padding: 22px 0 0;
}
.rs-project.style5 .project-item .project-content .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 0;
}
.rs-project.style5 .project-item .project-content .title a {
  color: #0a0a0a;
}
.rs-project.style5 .project-item .project-content .title a:hover {
  color: #1AB248;
}
.rs-project.style5 .project-item:hover .project-img img {
  width: 100%;
}
.rs-project.style5 .project-item:hover .project-img .p-icon {
  opacity: 1;
}
.rs-portfolio-details .ps-informations .info-title {
  padding: 14px 20px;
  background: #1AB248;
  border-radius: 0;
  font-size: 20px;
  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);
}
.rs-portfolio-details .ps-informations ul li span {
  width: 150px;
  display: inline-block;
  color: #1AB248;
  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: #1AB248;
  text-align: center;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: .4s ease all;
}
.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: #1AB248;
  color: #ffffff;
  border: 1px solid #1AB248;
}
.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;
}
/*------------------------------------
    19. Progress Section CSS
------------------------------------*/
.progress-pie-part .box {
  width: 100%;
  display: block;
  text-align: center;
  color: #101010;
  padding: 25px 15px 25px 15px;
  box-shadow: 0px 0px 10px 0px #eee;
  background: #ffffff;
}
.progress-pie-part .box .chart {
  position: relative;
}
.progress-pie-part .box .chart span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: 500;
  color: #1AB248;
}
.progress-pie-part .box .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #1AB248;
  margin: 14px 0 0;
  font-family: 'Montserrat', sans-serif;
}
/*------------------------------------
    20. Partner Section CSS
------------------------------------*/
.rs-partner.style1 .partner-item .logo-img a img {
  max-width: 180px;
    height: 150px;
    object-fit: contain;
}
.rs-partner.style1.home3-partner-style {
  margin-top: -250px;
  margin-bottom: 0px;
  padding: 242px 0px 90px 0px;
  background-color: #F8F8F8;
}
/*------------------------------------
    21. Blog Section CSS
------------------------------------*/
.rs-blog .slick-list {
  padding: 0 0 15px 0 !important;
}
.rs-blog.blog-main-home .slick-slide {
  margin: 0 15px;
}
.rs-blog.blog-main-home .blog-inner-wrap {
  position: relative;
  margin-top: 15px;
}
.rs-blog.blog-main-home .blog-inner-wrap .images-wrap {
  position: relative;
  transition: all .8s ease;
}
.rs-blog.blog-main-home .blog-inner-wrap .images-wrap img {
  height: 462px;
  width: 100%;
  transition: all 0.5s ease 0s;
  opacity: 0;
  visibility: hidden;
}
.rs-blog.blog-main-home .blog-inner-wrap .blog-content {
  position: absolute;
  margin: 0;
  padding: 60px 45px 60px;
  box-shadow: 0 5px 20px #eee;
  top: 0;
  transition: all .8s ease;
  bottom: 0;
  opacity: 1;
}
.rs-blog.blog-main-home .blog-inner-wrap .blog-content .blog-meta {
  color: #666;
  font-size: 15px;
}
.rs-blog.blog-main-home .blog-inner-wrap .blog-content .blog-meta .date i {
  margin-right: 6px;
  font-size: 13px;
}
.rs-blog.blog-main-home .blog-inner-wrap .blog-content .blog-meta .admin {
  margin-left: 12px;
}
.rs-blog.blog-main-home .blog-inner-wrap .blog-content .blog-meta .admin i {
  font-size: 14px;
  margin-right: 6px;
}
.rs-blog.blog-main-home .blog-inner-wrap .blog-content .title-name {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 40px;
  margin-top: 15px;
}
.rs-blog.blog-main-home .blog-inner-wrap .blog-content .title-name a {
  color: black;
}
.rs-blog.blog-main-home .blog-inner-wrap .blog-content .blog-desc {
  margin: 0 0 25px;
  color: #666;
}
.rs-blog.blog-main-home .blog-inner-wrap .blog-content .blog-btn .readon.project.continue {
  color:black;
}
.rs-blog.blog-main-home .blog-inner-wrap .blog-content .blog-btn .readon.project.continue:before {
  background-color: #1AB248;
}
.rs-blog.blog-main-home .blog-inner-wrap.slick-current .images-wrap,
.rs-blog.blog-main-home .blog-inner-wrap:hover .images-wrap {
  display: block;
}
.rs-blog.blog-main-home .blog-inner-wrap.slick-current .images-wrap img,
.rs-blog.blog-main-home .blog-inner-wrap:hover .images-wrap img {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.rs-blog.blog-main-home .blog-inner-wrap.slick-current .blog-content,
.rs-blog.blog-main-home .blog-inner-wrap:hover .blog-content {
  background: rgba(0, 0, 0, 0.6);
}
.rs-blog.blog-main-home .blog-inner-wrap.slick-current .blog-content .blog-meta,
.rs-blog.blog-main-home .blog-inner-wrap:hover .blog-content .blog-meta {
  color: #fff;
}
.rs-blog.blog-main-home .blog-inner-wrap.slick-current .blog-content .title-name a,
.rs-blog.blog-main-home .blog-inner-wrap:hover .blog-content .title-name a {
  color: #fff;
}
.rs-blog.blog-main-home .blog-inner-wrap.slick-current .blog-content .blog-desc,
.rs-blog.blog-main-home .blog-inner-wrap:hover .blog-content .blog-desc {
  color: #fff;
}
.rs-blog.blog-main-home .blog-inner-wrap.slick-current .blog-content .blog-btn .readon.project.continue,
.rs-blog.blog-main-home .blog-inner-wrap:hover .blog-content .blog-btn .readon.project.continue {
  color: #ffffff;
}
.rs-blog.blog-main-home .blog-inner-wrap.slick-current .blog-content .blog-btn .readon.project.continue:before,
.rs-blog.blog-main-home .blog-inner-wrap:hover .blog-content .blog-btn .readon.project.continue:before {
  background-color: #ffffff;
}
.rs-blog.blog-home3-style .blog-item .blog-wrap .rs-articles {
  overflow: visible;
}
.rs-blog.blog-home3-style .blog-item .blog-wrap .rs-articles .figure {
  position: relative;
  overflow: hidden;
  display: block;
}
.rs-blog.blog-home3-style .blog-item .blog-wrap .rs-articles .figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: -68%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
  transform: skewX(-25deg);
}
.rs-blog.blog-home3-style .blog-item .blog-wrap .rs-articles .figure:hover:before {
  animation: shine .75s;
}
.rs-blog.blog-home3-style .blog-item .blog-wrap .rs-articles .article-content {
  background: #ffffff;
  box-shadow: 0 0 20px #eee;
  padding: 2px 43px 28px;
}
.rs-blog.blog-home3-style .blog-item .blog-wrap .rs-articles .article-content .blog-name {
  font-size: 20px;
  font-weight: 600;
  min-height: 70px;
  line-height: 30px;
  margin: 25px 0px 15px 0px;
}
.rs-blog.blog-home3-style .blog-item .blog-wrap .rs-articles .article-content .blog-name a {
  color: #1AB248;
}
.rs-blog.blog-home3-style .blog-item .blog-wrap .rs-articles .article-content .blog-name a:hover {
  color: #1AB248;
}
.rs-blog.blog-home3-style .blog-item .blog-wrap .rs-articles .article-content p {
  margin-bottom: 25px;
}
.rs-blog.blog-home3-style .blog-item .blog-wrap .rs-articles .article-content .blog-meta .date {
  font-size: 14px;
  margin-right: 15px;
}
.rs-blog.blog-home3-style .blog-item .blog-wrap .rs-articles .article-content .blog-meta .date i {
  margin-right: 6px;
  font-size: 13px;
}
.rs-blog.blog-home3-style .blog-item .blog-wrap .rs-articles .article-content .blog-meta .admin a {
  color: #555;
}
.rs-blog.blog-home3-style .blog-item .blog-wrap .rs-articles .article-content .blog-meta .admin a img {
  border-radius: 50%;
  margin-right: 10px;
  border: 2px solid #fff;
  box-shadow: 0 0 1px #b5b5b5;
}
.rs-inner-blog .blog-item {
  background: #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}
.rs-inner-blog .blog-item .blog-content {
  padding: 60px 45px 45px;
  overflow: hidden;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate {
  overflow: hidden;
  margin: 0 0 5px;
  padding: 0 0 12px;
  display: flex;
  align-items: center;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li {
  margin-right: 15px;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .blog-date {
  display: inline-block;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .blog-date i {
  margin-right: 8px;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .author {
  display: inline-block;
  padding: 0;
  margin-right: 0;
  line-height: normal;
  color: #555;
  font-size: 14px;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .author i {
  color: #1AB248;
  margin-right: 3px;
  font-size: 15px;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li:last-child {
  margin-right: 0;
}
.rs-inner-blog .blog-item .blog-content .blog-title {
  margin: 4px 0 10px;
  font-size: 22px;
  line-height: 35px;
  font-weight: 700;
  position: relative;
  padding-left: 25px;
}
.rs-inner-blog .blog-item .blog-content .blog-title a {
  color: #1AB248;
}
.rs-inner-blog .blog-item .blog-content .blog-title a:hover {
  color: #1AB248;
}
.rs-inner-blog .blog-item .blog-content .blog-title:after {
  font-family: FontAwesome;
  content: "\f08d";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 35px;
  color: #1AB248;
  font-size: 25px;
  display: block;
}
.rs-inner-blog .widget-area .widget-title .title {
  color: #1AB248;
  font-size: 18px;
  line-height: 26px;
  position: relative;
  z-index: 1;
}
.rs-inner-blog .widget-area .widget-title .title span {
  position: relative;
  padding: 0 20px;
}
.rs-inner-blog .widget-area .widget-title .title span:after {
  content: '';
  position: absolute;
  background: #1AB248;
  left: unset;
  right: 0;
  top: 10px;
  width: 8px;
  height: 2px;
}
.rs-inner-blog .widget-area .widget-title .title span:before {
  content: '';
  position: absolute;
  background: #1AB248;
  left: 0;
  top: 10px;
  width: 8px;
  height: 2px;
}
.rs-inner-blog .widget-area .search-widget {
  background: #fff;
  padding: 40px 30px 40px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}
.rs-inner-blog .widget-area .search-widget .search-wrap {
  position: relative;
}
.rs-inner-blog .widget-area .search-widget .search-wrap [type=search] {
  border: 1px solid #ddd;
  color: #bcbbbb;
  padding: 12px 17px;
  width: 100%;
  border-radius: 5px;
  outline: none;
}
.rs-inner-blog .widget-area .search-widget .search-wrap button {
  background: transparent;
  border: medium none;
  color: #1AB248;
  padding: 11px 15px 12px;
  position: absolute;
  display: block;
  right: 0px;
  top: 0;
  z-index: 10;
  font-size: 20px;
  border-radius: 0 5px 5px;
}
.rs-inner-blog .widget-area .search-widget .search-wrap button i:before {
  font-weight: 600;
  font-size: 18px;
}
.rs-inner-blog .widget-area .search-widget .search-wrap button:hover {
  color: #1AB248;
}
.rs-inner-blog .widget-area .recent-posts {
  background: #fff;
  padding: 40px 30px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  overflow: hidden;
  display: flex;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-img {
  flex: 0 0 30%;
  overflow: hidden;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-img a img {
  transition: 0.3s ease-in-out;
  height: 70px;
  border-radius: 3px 0 0 3px;
  transform: scale(1);
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc {
  flex: 0 0 70%;
  overflow: hidden;
  margin-top: -8px;
  padding: 0 15px;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc a {
  font-size: 15px;
  line-height: 21px;
  font-weight: 600;
  color: #1AB248;
  margin-bottom: 5px;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc a:hover {
  color: #1AB248;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc li {
  display: inline-block;
  margin-right: 12px;
  font-size: 12px;
  color: #999;
  text-transform: capitalize;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc li i {
  margin-right: 10px;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc li .date-post {
  display: block;
  font-size: 12px;
  color: #888;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc li .date-post i {
  margin-right: 5px;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc li .date-post i:before {
  font-size: 12px;
  color: #999;
}
.rs-inner-blog .widget-area .categories {
  background: #fff;
  padding: 40px 30px 40px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}
.rs-inner-blog .widget-area .categories li {
  border-top: none;
  padding: 6px 0px 6px 14px;
  border: none;
  margin-top: 0px;
  position: relative;
}
.rs-inner-blog .widget-area .categories li a {
  color: #101010;
}
.rs-inner-blog .widget-area .categories li a:hover {
  color: #1AB248;
}
.rs-inner-blog .widget-area .categories li:after {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  left: 0;
  top: 6px;
  color: #1AB248;
}
.rs-inner-blog .widget-area .categories.contact-style ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  margin-top: 10px;
  padding-top: 10px;
}
.rs-inner-blog .widget-area .categories.contact-style ul li:after {
  display: none;
}
.rs-inner-blog .widget-area .categories.contact-style ul li i {
  font-size: 17px;
  color: #1AB248;
  margin-right: 10px;
}
.rs-inner-blog .widget-area .categories.contact-style ul li i:before {
  font-size: 16px;
}
.rs-inner-blog .widget-area .categories.contact-style ul li a {
  color: #101010;
}
.rs-inner-blog .widget-area .categories.contact-style ul li a:hover {
  color: #1AB248;
}
.rs-inner-blog .blog-single {
  background: #fff;
  box-shadow: 0 0 30px #eee;
  margin-bottom: 0;
}
.rs-inner-blog .blog-single .blog-full {
  padding: 38px 40px 35px;
}
.rs-inner-blog .blog-single .blog-full .single-post-meta {
  display: flex;
  align-items: center;
  padding: 0 0 30px;
}
.rs-inner-blog .blog-single .blog-full .single-post-meta li .p-date {
  color: #555;
  font-size: 14px;
  margin-right: 8px;
}
.rs-inner-blog .blog-single .blog-full .single-post-meta li .p-date i {
  margin-right: 3px;
  color: #999;
}
.rs-inner-blog .blog-single .blog-full .single-post-meta li .p-date i:before {
  margin-right: 5px;
}
.rs-inner-blog .blog-single .blog-full .single-post-meta .Post-cate {
  list-style: none;
  display: inline-block;
  padding-right: 10px;
  color: #555;
  font-size: 14px;
}
.rs-inner-blog .blog-single .blog-full .single-post-meta .Post-cate .tag-line i {
  color: #999;
  margin-right: 3px;
}
.rs-inner-blog .blog-single .blog-full .single-post-meta .Post-cate .tag-line i:before {
  margin-right: 4px;
}
.rs-inner-blog .blog-single .blog-full .single-post-meta .Post-cate .tag-line a {
  color: #999;
}
.rs-inner-blog .blog-single .blog-full .single-post-meta .Post-cate .tag-line a:hover {
  color: #1AB248;
}
.rs-inner-blog .blog-single .blog-full .single-post-meta .post-comment {
  color: #999;
}
.rs-inner-blog .blog-single .blog-full .single-post-meta .post-comment i:before {
  color: #999;
}
.rs-inner-blog .blog-single .blog-full .comment-title {
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
  color: #0a0a0a;
  margin: 0;
}
.rs-inner-blog .blog-single .blog-full .comment-title.title2 {
  font-size: 30px;
  line-height: 40px;
}
.rs-inner-blog .blog-single .blog-full .comment-title.title3 {
  font-size: 20px;
  line-height: 30px;
}
.rs-inner-blog .comment-note .ps-navigation {
  border-top: 1px dashed #e1e1e1;
  border-bottom: 1px dashed #e1e1e1;
  padding: 30px 0;
}
.rs-inner-blog .comment-note .ps-navigation ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rs-inner-blog .comment-note .ps-navigation ul li {
  word-break: break-word;
}
.rs-inner-blog .comment-note .ps-navigation ul li a {
  text-transform: uppercase;
  background: transparent;
  color: #bcbbbb;
  border-radius: 3px;
  font-weight: bold;
}
.rs-inner-blog .comment-note .ps-navigation ul li a .next-link {
  margin-left: 0;
  font-weight: 500;
  font-size: 14px;
  display: block;
  text-transform: uppercase;
  vertical-align: middle;
  color: #bcbbbb;
  margin-bottom: 10px;
}
.rs-inner-blog .comment-note .ps-navigation ul li a .next-link i {
  margin-right: 10px;
  position: relative;
  top: 0;
  transform: rotate(180deg);
  display: inline-block;
}
.rs-inner-blog .comment-note .ps-navigation ul li a .next-link i:before {
  margin-left: 2px;
  font-size: 16px;
}
.rs-inner-blog .comment-note .ps-navigation ul li a .next-link.prev-link i {
  margin-right: unset;
  transform: unset;
  margin-left: 10px;
}
.rs-inner-blog .comment-note .ps-navigation ul li a .next-link.prev-link i:before {
  margin-left: 2px;
  font-size: 16px;
}
.rs-inner-blog .comment-note .ps-navigation ul li a .link-text {
  font-size: 15px;
  font-weight: 600;
  color: #1AB248;
}
.rs-inner-blog .comment-note .ps-navigation ul li a:hover .link-text,
.rs-inner-blog .comment-note .ps-navigation ul li a:hover .next-link {
  color: #1AB248;
}
.rs-inner-blog .comment-note .ps-navigation ul li:nth-child(2) {
  text-align: right;
}
.rs-inner-blog .comment-note .title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #0a0a0a;
  margin: 0;
}
.rs-inner-blog .comment-note .form-group label {
  font-weight: 400;
  margin-bottom: 10px;
  display: block;
}
.rs-inner-blog .comment-note .form-group .form-control-mod {
  width: 100%;
  height: 50px;
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  outline: none;
}
.rs-inner-blog .comment-note .form-group textarea {
  width: 100%;
  height: 160px;
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.rs-inner-blog .comment-note ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #777777;
  opacity: 1;
}
.rs-inner-blog .comment-note ::-moz-placeholder {
  /* Firefox 19+ */

  color: #777777;
  opacity: 1;
}
.rs-inner-blog .comment-note :-ms-input-placeholder {
  /* IE 10+ */

  color: #777777;
  opacity: 1;
}
.rs-inner-blog .comment-note :-moz-placeholder {
  /* Firefox 18- */

  color: #777777;
  opacity: 1;
}
/* ------------------------------------
    22. Testimonial Section CSS
---------------------------------------*/
.rs-testimonial.style1 .testi-item {
  padding: 0px 143px 0px 50px;
}
.rs-testimonial.style1 .testi-item .item-content p {
  font-size: 23px;
  font-weight: 400;
  font-style: italic;
  color: #555555;
  padding-bottom: 20px;
}
.rs-testimonial.style1 .testi-item .testi-content {
  display: flex;
}
.rs-testimonial.style1 .testi-item .testi-content .image-wrap img {
  height: 65px;
  width: 65px;
  border-radius: 50%;
  position: relative;
}
.rs-testimonial.style1 .testi-item .testi-content .testi-information {
  padding-left: 25px;
}
.rs-testimonial.style1 .testi-item .testi-content .testi-information .testi-name {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
}
.rs-testimonial.style1 .testi-item .testi-content .testi-information .testi-title {
  color: #878787;
}
.rs-testimonial.style1.home4-testimonial-style .testi-item {
  padding: 0px 120px 0px 50px;
}
.rs-testimonial.style1.about-testimonial-style .testi-item {
  padding: 0px 68px 0px 0px;
}
.rs-testimonial.style1.architecture-testi-style {
  background-image: url(assets/images/bg/testi-service.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.rs-testimonial.style1.architecture-testi-style .testi-item .testi-content .testi-information .testi-name,
.rs-testimonial.style1.architecture-testi-style .testi-item .item-content p {
  color: #ffffff;
}
.rs-testimonial.style1.architecture-testi-style .testi-item .testi-content .testi-information .testi-title {
  color: #878787;
}
.rs-testimonial.main-home .testi-item {
  text-align: center;
}
.rs-testimonial.main-home .testi-item p {
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
  line-height: 42px;
  max-width: 750px;
  margin: 0 auto;
}
.rs-testimonial.main-home .testi-item .testi-content {
  display: flex;
  justify-content: center;
  padding-top: 60px;
}
.rs-testimonial.main-home .testi-item .testi-content .image-wrap img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  position: relative;
}
.rs-testimonial.main-home .testi-item .testi-content .testi-information {
  padding-left: 17px;
  text-align: left;
}
.rs-testimonial.main-home .testi-item .testi-content .testi-information .testi-name {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
}
.rs-testimonial.main-home .testi-item .testi-content .testi-information .testi-title {
  color: #878787;
}
/*----------------------------------------
    23. Shop Section CSS
----------------------------------------*/
.rs-shop-part .woocommerce-result-count {
  font-size: 15px;
  line-height: 26px;
  color: #1AB248;
  font-weight: 400;
  margin: 0;
}
.rs-shop-part .from-control {
  float: right;
  font-size: 15px;
  color: #1AB248;
  font-weight: 400;
  vertical-align: top;
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 5px;
}
.rs-shop-part .product-list .image-product {
  position: relative;
}
.rs-shop-part .product-list .image-product .overley i {
  position: absolute;
  bottom: 150px;
  right: 13px;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.rs-shop-part .product-list .image-product .overley i:before {
  font-size: 30px;
  color: #1AB248;
  font-weight: 400;
  background: #ffffff;
  border: none ;
  padding: 8px 10px 8px;
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 5px;
}
.rs-shop-part .product-list .image-product .onsale {
  font-size: 13px;
  color: #ffffff;
  font-weight: 700;
  line-height: 40px;
  background: #1AB248;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 13px;
  right: 13px;
}
.rs-shop-part .product-list .content-desc .loop-product-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-top: 30px;
}
.rs-shop-part .product-list .content-desc .loop-product-title a {
  color: #1AB248;
}
.rs-shop-part .product-list .content-desc .loop-product-title a:hover {
  color: #1AB248;
}
.rs-shop-part .product-list .content-desc .price {
  font-size: 16px;
  line-height: 27px;
  color: #1AB248;
  font-weight: 600;
  margin: 0;
}
.rs-shop-part .product-list .content-desc .price del {
  opacity: 0.6;
  padding-right: 10px;
}
.rs-shop-part .product-list:hover .image-product .overley i {
  opacity: 1;
  visibility: visible;
  bottom: 13px;
}
/*----------------------------------------
    24. Single Shop Section CSS
----------------------------------------*/
.rs-single-shop .single-product-image .images-single {
  z-index: 1 !important;
}
.rs-single-shop .single-product-image img {
  width: 100%;
}
.rs-single-shop .single-price-info .product-title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 12px;
}
.rs-single-shop .single-price-info .single-price {
  color: #1AB248;
  font-weight: 600;
}
.rs-single-shop .single-price-info .some-text {
  margin-top: 15px;
}
.rs-single-shop .single-price-info form {
  margin-bottom: 30px;
}
.rs-single-shop .single-price-info form input {
  height: 40px;
  width: 70px;
  line-height: 40px;
  text-align: center;
  padding-left: 10px;
  border: 1px solid rgba(54, 54, 54, 0.1);
  outline: none;
}
.rs-single-shop .single-price-info p.category {
  margin: 0;
  padding-top: 25px;
  border-top: 1px solid #e6e6e6;
  font-size: 14px;
}
.rs-single-shop .single-price-info p.category span {
  font-weight: 700;
  padding-right: 10px;
}
.rs-single-shop .single-price-info p.category a {
  color: #1AB248;
}
.rs-single-shop .single-price-info p.category a:hover {
  color: #1AB248;
}
.rs-single-shop .single-price-info .tag {
  margin: 0;
}
.rs-single-shop .single-price-info .tag span {
  font-weight: 700;
}
.rs-single-shop .tab-area {
  margin-top: 50px;
}
.rs-single-shop .tab-area ul.nav-tabs {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 32px;
}
.rs-single-shop .tab-area ul.nav-tabs li {
  margin-right: 10px;
}
.rs-single-shop .tab-area ul.nav-tabs li .nav-link {
  padding: 20px 45px;
  display: inline-block;
  border-radius: 0;
  font-size: 18px;
  background: #fbfbfb;
  border: 1px solid #fbfbfb;
  background-color: #fbfbfb;
  color: #1AB248;
  font-weight: 400;
}
.rs-single-shop .tab-area ul.nav-tabs li .nav-link:hover,
.rs-single-shop .tab-area ul.nav-tabs li .nav-link.active {
  background: #1AB248;
  color: #ffffff;
}
.rs-single-shop .tab-area ul.nav-tabs li:last-child {
  margin-right: 0;
}
.rs-single-shop .tab-area .tab-content .tab-pane .tab-title {
  font-weight: 700;
  margin-bottom: 34px;
}
.rs-single-shop .tab-area .tab-content .tab-pane .dsc-p {
  margin: 0;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .top-area {
  margin-bottom: 5px;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .top-area p {
  margin-bottom: 23px;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .top-area h6 {
  font-size: 15px;
  font-weight: 600;
  color: #1AB248;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form {
  max-width: 600px;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form p.comment-notes {
  margin-bottom: 15px;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .placeholder-cntrl label {
  font-weight: 600;
  display: block;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .placeholder-cntrl input {
  border: 1px solid rgba(54, 54, 54, 0.1);
  padding: 10px 15px;
  margin-bottom: 10px;
  width: 100%;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .placeholder-cntrl textarea {
  width: 100%;
  padding: 10px 15px;
  height: 75px;
  border: 1px solid rgba(54, 54, 54, 0.1);
  margin-bottom: 20px;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .ratings {
  font-weight: 600;
  margin-bottom: 18px;
  display: block;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .ratings ul li {
  display: inline;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .ratings ul li i {
  color: #1AB248;
  font-weight: normal;
}
/*----------------------------------------
    25. Cart Section CSS
----------------------------------------*/
.rs-cart .cart-wrap table.cart-table {
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  border-collapse: collapse;
}
.rs-cart .cart-wrap table.cart-table td,
.rs-cart .cart-wrap table.cart-table th {
  padding: 25px;
  text-align: center;
  border: 1px solid #ccc;
}
.rs-cart .cart-wrap table.cart-table th {
  border: none;
  font-size: 18px;
  padding: 25px;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
}
.rs-cart .cart-wrap table.cart-table td {
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: 1px solid #e6e6e6;
}
.rs-cart .cart-wrap table.cart-table .product-remove a {
  margin: 0 auto;
  color: #1AB248;
  display: block;
  border-radius: 100%;
  border: 1px solid #ddd;
  font-size: 16px;
  font-weight: 400;
  height: 20px;
  width: 20px;
  line-height: 17px;
  text-align: center;
}
.rs-cart .cart-wrap table.cart-table .product-remove a:hover {
  background: #ff0000;
  color: #ffffff;
}
.rs-cart .cart-wrap table.cart-table .product-thumbnail {
  min-width: 32px;
}
.rs-cart .cart-wrap table.cart-table .product-thumbnail a img {
  width: 80px;
  height: auto;
}
.rs-cart .cart-wrap table.cart-table .product-name a {
  color: #1AB248;
  font-weight: 700;
}
.rs-cart .cart-wrap table.cart-table .product-name a:hover {
  color: #1AB248;
}
.rs-cart .cart-wrap table.cart-table .product-price {
  font-weight: 700;
}
.rs-cart .cart-wrap table.cart-table .product-quantity input {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 0 0 0 10px;
  max-width: 65px;
  margin: 0 auto;
  outline: none;
}
.rs-cart .cart-wrap table.cart-table .action .coupon {
  float: left;
}
.rs-cart .cart-wrap table.cart-table .action .coupon input {
  box-sizing: border-box;
  border: 1px solid #d3ced2;
  padding: 6px 6px 5px;
  margin: 0 4px 0 0;
  outline: none;
  width: 320px;
  border-radius: 4px;
  height: 45px;
  margin-right: 20px;
  text-align: left;
  padding-left: 22px;
}
.rs-cart .cart-collaterals {
  width: 100%;
  overflow: hidden;
}
.rs-cart .cart-collaterals .cart-totals {
  float: right;
  width: 48%;
}
.rs-cart .cart-collaterals .cart-totals .title {
  font-weight: 700;
  color: #1AB248;
  text-transform: capitalize;
}
.rs-cart .cart-collaterals .cart-totals table.cart-total-table {
  text-align: left;
  width: 100%;
  border-collapse: collapse;
  border-radius: 5px;
}
.rs-cart .cart-collaterals .cart-totals table.cart-total-table tr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.rs-cart .cart-collaterals .cart-totals table.cart-total-table tr th {
  font-size: 18px;
  font-weight: 700;
}
.rs-cart .cart-collaterals .cart-totals table.cart-total-table tr td,
.rs-cart .cart-collaterals .cart-totals table.cart-total-table tr th {
  padding: 30px 10px;
}
/*----------------------------------------
    26. Checkout Section CSS
----------------------------------------*/
.rs-checkout .checkout-title {
  margin-bottom: 30px;
}
.rs-checkout .checkout-title h3 {
  font-size: 26px;
  margin: 0;
}
.rs-checkout .coupon-toggle .accordion .card {
  border: unset;
  border-top: 3px solid #1AB248;
  border-radius: 0;
}
.rs-checkout .coupon-toggle .accordion .card .card-header {
  border: none;
  margin: 0;
  border-radius: unset;
}
.rs-checkout .coupon-toggle .accordion .card .card-header .card-title {
  margin: 0;
}
.rs-checkout .coupon-toggle .accordion .card .card-header .card-title span i {
  margin-right: 10px;
}
.rs-checkout .coupon-toggle .accordion .card .card-header .card-title button {
  background: unset;
  border: none;
  color: #1AB248;
  transition: all 0.3s ease;
  outline: none;
  cursor: pointer;
}
.rs-checkout .coupon-toggle .accordion .card .card-header .card-title button:hover {
  color: #1AB248;
}
.rs-checkout .coupon-toggle .accordion .card .card-body {
  border: 1px solid #d3ced2;
  padding: 20px 20px 50px 20px;
  margin-top: 2em;
  text-align: left;
}
.rs-checkout .coupon-toggle .accordion .card .card-body .coupon-code-input {
  width: 47%;
  float: left;
  margin-right: 50px;
}
.rs-checkout .coupon-toggle .accordion .card .card-body .coupon-code-input input {
  width: 100%;
  height: 45px;
  outline: none;
  padding: 10px 18px;
  color: #1AB248;
  border: 1px solid rgba(54, 54, 54, 0.1);
}
.rs-checkout .full-grid {
  margin-top: 25px;
}
.rs-checkout .full-grid .form-content-box {
  margin-bottom: 50px;
}
.rs-checkout .full-grid .form-content-box .form-group label {
  line-height: 2;
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}
.rs-checkout .full-grid .form-content-box .form-group select {
  color: #666666;
  opacity: .5;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid #ccc;
  border-radius: 0;
  height: 45px;
  line-height: 45px;
  cursor: pointer;
  width: 100%;
  outline: none;
}
.rs-checkout .full-grid .form-content-box .form-group textarea {
  height: 4em;
  line-height: 1.5;
  display: block;
  box-shadow: none;
  width: 100%;
  border: 1px solid rgba(54, 54, 54, 0.1);
  padding: 10px 18px;
  margin: 0;
  outline: none;
}
.rs-checkout .full-grid .form-content-box .form-group .form-control-mod {
  border: 1px solid rgba(54, 54, 54, 0.1);
  height: 45px;
  padding: 10px 18px;
  width: 100%;
  margin: 0;
  outline: none;
  line-height: normal;
  border-radius: unset;
}
.rs-checkout .full-grid .form-content-box .form-group .form-control-mod.margin-bottom {
  margin-bottom: 10px !important;
}
.rs-checkout .full-grid .ordered-product table {
  width: 100%;
}
.rs-checkout .full-grid .ordered-product table tr th {
  border: 1px solid #ccc;
  padding: 9px 12px;
}
.rs-checkout .full-grid .ordered-product table tr td {
  border: 1px solid #ccc;
  padding: 6px 12px;
}
.rs-checkout .full-grid .payment-method .top-area {
  border-bottom: 1px solid #d3ced2;
}
.rs-checkout .full-grid .payment-method .top-area .payment-co {
  margin-bottom: 20px;
}
.rs-checkout .full-grid .payment-method .top-area .payment-co span {
  font-weight: 600;
  margin-right: 10px;
}
.rs-checkout .full-grid .payment-method .top-area .p-msg {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0 2em;
  font-size: .92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #f9f9f9;
}
.rs-checkout .full-grid .payment-method .top-area .p-msg:before {
  content: '';
  display: block;
  border: 1em solid #f9f9f9;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -0.75em;
  left: 0;
  margin: -1em 0 0 2em;
}
/* ------------------------------------
    27. Contact Section CSS
---------------------------------------*/
.rs-contact.main-home .contact-address {
  background-image: url(assets/images/contact/img-1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px 30px 0px 0px;
  padding: 110px 40px 110px 280px;
}
.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: #1AB248;
}
.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: #1AB248;
}
.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: #1AB248;
}
.rs-contact.main-home .contact-address .footer-social li:last-child {
  margin-right: 0;
}
.rs-contact.main-home .contact-section .from-control {
  padding: 10px 18px;
  border: 1px solid #f7f3f3;
  box-shadow: 0 0px 50px 0px #eee;
  background: #fff;
  color: #1AB248;
  width: 100%;
  max-width: 100%;
  opacity: 1;
}
.rs-contact.main-home .contact-section textarea {
  height: 150px;
}
.rs-contact.main-home .contact-section ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #1AB248;
  opacity: 0.45;
}
.rs-contact.main-home .contact-section ::-moz-placeholder {
  /* Firefox 19+ */

  color: #1AB248;
  opacity: 0.45;
}
.rs-contact.main-home .contact-section :-ms-input-placeholder {
  /* IE 10+ */

  color: #1AB248;
  opacity: 1;
  opacity: 0.45;
}
.rs-contact.main-home .contact-section :-moz-placeholder {
  /* Firefox 18- */

  color: #1AB248;
  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;
}
/*------------------------------------
    28. Footer Section CSS
------------------------------------*/
.rs-footer.style1 {
  background: url(assets/images/bg/footer-bg.jpg);
}
.rs-footer.style1 .footer-top {
  padding: 70px 0 50px;
}
.rs-footer.style1 .footer-top .footer-logo img {
  max-height: 60px;
}
.rs-footer.style1 .footer-top .footer-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
}
.rs-footer.style1 .footer-top .site-map li {
  margin-bottom: 14px;
}
.rs-footer.style1 .footer-top .site-map li a {
  font-size: 15px;
  color: #ffffff;
}
.rs-footer.style1 .footer-top .site-map li a:hover {
  color: #1AB248;
}
.rs-footer.style1 .footer-top .site-map li:last-child {
  margin-bottom: 0;
}
.rs-footer.style1 .footer-top .footer-social li {
  display: inline;
  margin-right: 25px;
}
.rs-footer.style1 .footer-top .footer-social li a i {
  padding: 0 0px 0 0;
  font-size: 18px;
  margin-right: 3px;
  transition: all .8s ease;
  color: #fff;
  text-align: center;
}
.rs-footer.style1 .footer-top .footer-social li a i:hover {
  color: #1AB248;
}
.rs-footer.style1 .footer-top .footer-social li:last-child {
  margin: 0;
}
.rs-footer.style1 .footer-top .address-widget li {
  padding: 0px 0px 21px 40px;
  position: relative;
}
.rs-footer.style1 .footer-top .address-widget li .desc {
  color: #ffffff;
}
.rs-footer.style1 .footer-top .address-widget li .desc a {
  color: #ffffff;
}
.rs-footer.style1 .footer-top .address-widget li .desc a:hover {
  color: #1AB248;
}
.rs-footer.style1 .footer-top .address-widget li i {
  color: #1AB248;
  position: absolute;
  left: 0px;
}
.rs-footer.style1 .footer-top .address-widget li i:before {
  font-size: 20px;
}
.rs-footer.style1 .footer-top .widget-desc {
  margin: 0;
}
.rs-footer.style1 .footer-top .rs-view-btn {
  margin: 25px 0 0;
  position: relative;
}
.rs-footer.style1 .footer-top .rs-view-btn input[type="email"] {
  background: none;
  border: 2px solid #1AB248;
  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: #1AB248;
}
.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: #1AB248;
  border-radius: 0;
  padding: 0 14px 0 14px;
  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;
}
.rs-footer.style1 .footer-bottom {
  padding: 20px 0;
  border-top: 1px solid;
  border-color: #f9f9f921;
}
.rs-footer.style1 .footer-bottom .copyright p {
  margin: 0;
  color: #ffffff;
}
/* -----------------------
    29. Scroll Up CSS
--------------------------*/
#scrollUp {
  text-align: center;
  bottom: 40px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 999;
  border-radius: 50px 50px 4px 4px;
}
#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: #1AB248;
  margin-left: 2px;
}
#scrollUp i:hover {
  opacity: 0.8;
}
.pl-30 {
  padding-left: 30px;
}
.pr-30 {
  padding-right: 30px;
}
/*----------------------------------------------
    30. Preloader CSS
----------------------------------------------*/
.contact-business {
  z-index: 9;
}
.contact-business .form-button {
  margin: 20px auto 0;
}
.contact-business.content-center .form-button {
  margin: 0 auto;
}
.contact-business.content-center .form-button p {
  text-align: center;
  margin: 0 auto;
  display: block;
}
#archtek-load {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  margin-top: 0px;
  top: 0px;
  background: #1AB248;
}
#archtek-load img {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 15px;
  transform: translate(-50%, -50%);
}
.sidenav .widget_nav_menu ul li.mega {
  position: relative !important;
}
.archtek-loader,
.archtek-loader > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.archtek-loader {
  font-size: 0;
  color: #1AB248;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.archtek-loader.la-dark {
  color: #333;
}
.archtek-loader > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}
.archtek-loader {
  width: 32px;
  height: 32px;
}
.archtek-loader > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background: transparent;
  border-width: 2px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: archtek-loader-anim 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  -moz-animation: archtek-loader-anim 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  -o-animation: archtek-loader-anim 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: archtek-loader-anim 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}
.archtek-loader > div:nth-child(1) {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}
.archtek-loader > div:nth-child(2) {
  -webkit-animation-delay: .25s;
  -moz-animation-delay: .25s;
  -o-animation-delay: .25s;
  animation-delay: .25s;
}
.archtek-loader > div:nth-child(3) {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  -o-animation-delay: .5s;
  animation-delay: .5s;
}
.archtek-loader.la-sm {
  width: 16px;
  height: 16px;
}
.archtek-loader.la-sm > div {
  width: 16px;
  height: 16px;
  border-width: 1px;
}
.archtek-loader.la-2x {
  width: 64px;
  height: 64px;
}
.archtek-loader.la-2x > div {
  width: 64px;
  height: 64px;
  border-width: 4px;
}
.archtek-loader.la-3x {
  width: 96px;
  height: 96px;
}
.archtek-loader.la-3x > div {
  width: 96px;
  height: 96px;
  border-width: 6px;
}
@-webkit-keyframes archtek-loader-anim {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  70% {
    opacity: .5;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  95% {
    opacity: 0;
  }
}
@-moz-keyframes archtek-loader-anim {
  0% {
    opacity: 1;
    -moz-transform: scale(0.1);
    transform: scale(0.1);
  }
  70% {
    opacity: .5;
    -moz-transform: scale(1);
    transform: scale(1);
  }
  95% {
    opacity: 0;
  }
}
@-o-keyframes archtek-loader-anim {
  0% {
    opacity: 1;
    -o-transform: scale(0.1);
    transform: scale(0.1);
  }
  70% {
    opacity: .5;
    -o-transform: scale(1);
    transform: scale(1);
  }
  95% {
    opacity: 0;
  }
}
@keyframes archtek-loader-anim {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
  }
  70% {
    opacity: .5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  95% {
    opacity: 0;
  }
}
@-webkit-keyframes anim {
  from {
    left: -100%;
  }
  to {
    left: 100%;
  }
}
@keyframes anim {
  from {
    left: -100%;
  }
  to {
    left: 100%;
  }
}
/* ------------------------------------
    31. Animation Part CSS
---------------------------------------*/
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@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;
  }
}
@-webkit-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;
  }
}
.move-y {
  animation: move-y 2s alternate infinite;
  -webkit-animation: move-y 2s alternate infinite;
}
@keyframes move-y {
  0% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
  }
}
.scale {
  animation: scale 2s alternate infinite;
}
@-webkit-keyframes scale {
  0% {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.dance2 {
  -webkit-animation: dance2 4s alternate infinite;
}
@keyframes dance2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(15px, -15px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -15px, 15px);
  }
}
.up-down {
  animation: up-down 7s alternate infinite;
  -webkit-animation: up-down 7s alternate infinite;
}
@keyframes up-down {
  0% {
    transform: translateY(20px);
    -webkit-transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes up-down {
  0% {
    transform: translateY(30px);
    -webkit-transform: translateY(0);
  }
  50% {
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
.spine {
  animation: spine 8s linear infinite;
}
@keyframes spine {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spine {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
.horizontal {
  animation-name: horizontal;
  animation-duration: 12s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.horizontal.new-style {
  animation-duration: 15s;
}
@keyframes horizontal {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(100px);
  }
  100% {
    transform: translateX(0);
  }
}
.vertical {
  animation-name: vertical;
  animation-duration: 12s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.vertical.new-style {
  animation-duration: 15s;
}
@keyframes vertical {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0);
  }
}
.fadeinup {
  animation-duration: 4s;
  animation-name: fadeInUp;
}
.fadeinup.new {
  animation-duration: 3s;
}
@keyframes fadeinup {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeinright {
  animation-duration: 3s;
  animation-name: fadeInRight;
}
@keyframes fadeinup {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.rs-articles figure:hover:before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
/*Image Shine Image*/
@keyframes shine {
  100% {
    left: 125%;
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
