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

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700,900&display=swap');
/**  
* -----------------------------------------------------------------------------
*
* 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: #454545;
  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: #333333;
  margin: 0 0 26px;
  line-height: 1.2;
}

h1 {
  font-size: 52px;
  line-height: 62px;
  font-weight: 700;
}

h2 {
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
}

h3 {
  font-size: 28px;
  line-height: 42px;
  font-weight: 700;
}

h4 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
}

h5 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

h6 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

.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: #333333 !important;
}

.body-color {
  color: #454545 !important;
}

.white-bg {
  background: #fff;
}

a {
  color: #B57E60;
  transition: all 0.3s ease;
  text-decoration: none !important;
  outline: none !important;
}

a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #B57E60;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}

::-moz-selection {
  background: #B57E60;
  text-shadow: none;
  color: #ffffff;
}

::selection {
  background: #B57E60;
  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: #B57E60;
  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: #333333;
  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: #B57E60;
  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: #B57E60;
  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: #454545;
}

.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: #454545;
  line-height: 16px;
  font-family: fontawesome;
  font-size: 12px;
}

.pagination-part .next-page:before {
  right: 4px;
}

.pagination-part .active a {
  color: #B57E60;
}

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: #B57E60;
  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: #B57E60;
  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: #B57E60;
  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: #B57E60;
  border-style: solid;
  border-width: 1px;
  margin: 0px;
  border-radius: 23px;
  padding: 12px 15px;
  color: #B57E60;
}

.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: #B57E60;
}

.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: #B57E60;
  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: #B57E60;
}

.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.default {
  color: #333333;
  width: auto;
}

.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: #B57E60;
  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: #B57E60;
  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: #B57E60;
  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: #B57E60;
  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: #B57E60;
  -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: #333333;
}

.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: #333333;
}

.readon.project.read-more .text-btn span:after {
  background-color: #333333;
}

.readon.project.read-more .text-btn:before {
  background-color: #333333;
}

.readon.project.read-more .text-btn:after {
  background-color: #333333;
}

.readon.project.read-more:before {
  background-color: #333333;
}

.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: #B57E60;
  color: #ffffff;
}

.readon.view:hover {
  background-color: #dec9bb;
}

.readon.more {
  color: #333333;
  font-weight: 400;
  position: relative;
  padding: 0px 0px 4px 0px;
  border-style: solid;
  border-width: 0px 0px 2px 0px;
  border-color: #B57E60;
}

.readon.more:hover {
  color: #B57E60;
}

.readon.price {
  font-weight: 400;
  border-radius: 40px;
  background-color: #B57E60;
  color: #fff;
  padding: 9px 35px 9px 35px;
}

.readon.price:hover {
  background-color: #333333;
}

.readon.post {
  padding: 14px 26px;
  border-radius: 3px;
  line-height: normal;
  font-size: 14px;
  color: #fff;
  transition: all 0.3s ease 0s;
  text-transform: uppercase;
  background: #B57E60;
  border-color: #B57E60;
  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: #333333 !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: #333333;
  padding-left: 50px;
}

.services-btn a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  background: #B57E60;
  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: #B57E60;
  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: #B57E60;
  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: #333333;
  margin: 0;
}

.sec-title .title.title2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
  color: #333333;
  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: #333333;
  font-family: "Playfair Display", Sans-serif;
  margin: 0;
}

.sec-title2 .title .watermark {
  position: absolute;
  font-size: 77px;
  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: #B57E60;
}

/* -----------------------
    03. Header Section CSS
--------------------------*/
.full-width-header {
  position: relative;
}

.full-width-header .rs-header {
  position: relative;
}

.full-width-header .rs-header .topbar-area {
  background: #333333;
  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: #333333;
  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: #333333;
  transition: all 0.3s ease 0s;
  display: inline-block;
  line-height: 20px;
  padding: 5px 50px;
}

.full-width-header .rs-header .menu-area .row-table .col-cell.header-logo .logo-area a img {
  max-height: 90px;
}

.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: #B57E60;
  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: 15px;
  font-weight: 500;
  margin-right: 10px;
  height: 95px;
  line-height: 95px;
  padding: 0;
  color: #ffffff;
  position: relative;
  text-transform: uppercase;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
  color: #B57E60;
}

.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: #B57E60;
}

.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: #B57E60 !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: 5px 50px;
}

.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: #333333;
}

.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu li a:hover {
  color: #B57E60;
}

.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: #B57E60;
}

.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: #B57E60;
}

.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: #B57E60;
}

.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: #B57E60;
  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: 30px;
}

.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 #B57E60;
}

.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 #B57E60;
  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: #454545;
}

.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: #B57E60;
}

.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: #B57E60;
}

.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: #333333;
  padding: 0 48px 0 35px;
}

.full-width-header .rs-header.home3-header-style1 .menu-area.menu-area2 .header-inner .btn-quotes {
  background: #B57E60;
  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: #333333;
}

.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 .rs-header:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  opacity: .3;
}

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

.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: #B57E60;
}

.full-width-header .mobile-menu .rs-menu-toggle.secondary {
  color: #333333;
}

.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: #B57E60;
}

.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: #B57E60;
}

.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: #B57E60;
}

.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: #B57E60;
  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: #B57E60;
}

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: #B57E60;
  color: #B57E60;
  border-color: #B57E60;
  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: #333333;
  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: #B57E60;
  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: #333333;
  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: #333333;
  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(assets/images/banner/banner4.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

.rs-banner.style2 .content-part {
  padding: 305px 0 225px;
}

.rs-banner.style2 .content-part .sub-text {
  font-size: 35px;
  line-height: 38px;
  color: #333333;
  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: #333333;
  font-family: "Playfair Display";
  margin: 0;
}

.rs-banner.style2 .content-part .desc-part {
  font-size: 18px;
  line-height: 29px;
  font-weight: 400;
  color: #333333;
  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: #B57E60;
}

.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: #B57E60;
  border-right-color: #B57E60;
  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: #B57E60;
  border-left-color: #B57E60;
  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: #B57E60;
}

.rs-slider.slider1 .spacer-border {
  position: absolute;
  left: 50%;
  bottom: 6%;
}

.rs-slider.slider1 .spacer-border .spacer {
  height: 70px;
  border-right: 1px solid #B57E60;
  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: #B57E60;
}

.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: #B57E60;
}

.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%);
}

.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: #B57E60;
  border-color: #B57E60;
}

.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: 56px;
  line-height: 93px;
  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: 1100px;
  height: 351px;
  background-color: rgba(20, 20, 20, 0.63);
  border-radius: 0%;
  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 #B57E60;
  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: #B57E60;
}

.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: #B57E60;
  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: #333333;
  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: #B57E60;
  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: #333333;
}

.rs-skillbar.style1 .cl-skill-bar .skillbar.margin-no {
  margin: 10px 0 0;
}

.rs-skillbar.style2 .cl-skill-bar .skillbar-title {
  color: #333333;
}

.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: #B57E60;
  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: #454545;
}

/* ------------------------------------
    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: #333333;
}

.rs-services.style1 .services-item .services-content .title a:hover {
  color: #B57E60;
}

.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: #B57E60;
}

.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: #fff;
  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: #B57E60;
  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;
}

@media(min-width:992px) {
  .rs-services.style2 .rs-addon-number .addon-wrap .title {
    height: 65px;
  }
}

.rs-services.style2 .rs-addon-number .addon-wrap .title a {
  color: #333333;
}

.rs-services.style2 .rs-addon-number .addon-wrap .title a:hover {
  color: #B57E60;
}

.rs-services.style2 .rs-addon-number .addon-wrap .number-txt {
  color: #333333;
  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: #333333;
}

.rs-services.style3 .services-item .services-content .title a:hover {
  color: #B57E60;
}

.rs-services.style3 .services-item .services-content .number-txt {
  color: #333333;
  margin: 0;
}

.rs-services.style3 .services-item:hover .services-content .title a {
  color: #B57E60;
}

.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: #333333;
  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: #B57E60;
}

.rs-faq.style1 .faq-content .accordion .card .card-header.active .card-link:after {
  color: #B57E60;
}

.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: #B57E60;
  border-radius: 3px 3px 3px 3px;
}

.rs-counter.about .counter-item .rs-count {
  font-size: 70px;
  font-weight: 600;
  line-height: 70px;
  color: #333333;
  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: #B57E60;
  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: #B57E60;
  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.plus .rs-count-percent: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: #333333;
}

.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: #B57E60;
}

.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;
  height: 317px;
  object-fit: cover;
}

.rs-team.style2 .team-item .team-wrap .team-content {
  height: 175px;
  width: 100%;
  bottom: 0;
  position: absolute;
  padding: 10px;
  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;
}

.rs-team.style2 .team-item .team-wrap .team-content .team-info .name a {
  color: #333333;
}

.rs-team.style2 .team-item .team-wrap .team-content .team-info .post {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #333333;
}

.rs-team.style2 .team-item .team-wrap .team-content .team-info .post.post-unvan {
  height: 0px;
  display: inherit;
}

.rs-team.style2 .team-item .team-wrap .team-content .team-info .post i {
  width: 16px;
}

.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: 175px;
  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: #B57E60;
  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: #B57E60;
  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: #333333;
}

.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: #333333;
}

.rs-team.style3 .team-item .team-content .person-name a:hover {
  color: #B57E60;
}

.rs-team.style3 .team-item .team-content .designation {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #333333;
  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: #B57E60;
  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: #B57E60;
}

.rs-team-single .ps-information .personal-info li a {
  color: #333333;
}

.rs-team-single .ps-information .personal-info li a:hover {
  color: #B57E60;
}

.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: #333333;
  border-radius: 50px;
  height: 35px;
  font-size: 14px;
  transition: 0.4s;
}

.rs-team-single .ps-information .social-info li a i:hover {
  color: #B57E60;
}

.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: #B57E60;
}

.rs-team-single .name {
  font-size: 30px;
  line-height: 22px;
  font-weight: 700;
  color: #333333;
  margin: 0;
}

.rs-team-single .short-desc {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: #454545;
  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: #333333;
}

.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: #333333;
  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: #333333;
}

.rs-pricing.style1 .pricing-table .pricing-table-price .pricing-table-bags .table-price-text {
  font-weight: 700;
  color: #333333;
}

.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;
  text-align: left;
  padding-left: 35px;
}

.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: #B57E60;
  width: 30px;
  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: #333333;
  color: #ffffff;
  top: 45% !important;
  bottom: 0;
  visibility: visible;
  opacity: 1;
  border-radius: 0;
  width: 80px;
  height: 80px;
  display: none;
  z-index: 9;
}

.rs-project.style1 .slick-arrow:before {
  content: "\f114";
  font-family: Flaticon;
  font-size: 18px;
  font-weight: 400;
}

.rs-project.style1 .slick-arrow.slick-prev {
  left: 1% !important;
}

.rs-project.style1 .slick-arrow.slick-next {
  background: #B57E60;
  right: 1% !important;
  left: auto;
}

.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;
  height: 500px;
  object-fit: cover;
}

.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: #B57E60;
  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: #B57E60;
}

.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: #B57E60;
}

.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: #B57E60;
  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: #B57E60;
}

.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: #B57E60;
}

.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: #B57E60;
  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: #B57E60;
}

.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: #B57E60;
  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: #333333;
  font-weight: 600;
}

.rs-portfolio-details .ps-informations ul li:first-child {
  border-top: none;
}

.rs-portfolio-details .ps-image-wrap .ps-item .images-part a img {
  border-radius: 5px;
}

.rs-portfolio-details .ps-image-wrap .owl-nav .owl-next,
.rs-portfolio-details .ps-image-wrap .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  background: #333333;
  text-align: center;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: .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: #B57E60;
  color: #ffffff;
  border: 1px solid #B57E60;
}

.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: #333333;
}

.progress-pie-part .box .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #333333;
  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;
}

.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: #333333;
}

.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: #333333;
}

.rs-blog.blog-main-home .blog-inner-wrap .blog-content .blog-btn .readon.project.continue:before {
  background-color: #333333;
}

.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: #333333;
}

.rs-blog.blog-home3-style .blog-item .blog-wrap .rs-articles .article-content .blog-name a:hover {
  color: #B57E60;
}

.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: #333333;
  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: #B57E60;
}

.rs-inner-blog .blog-item .blog-content .blog-title a:hover {
  color: #333333;
}

.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: #B57E60;
  font-size: 25px;
  display: block;
}

.rs-inner-blog .widget-area .widget-title .title {
  color: #333333;
  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: #B57E60;
  left: unset;
  right: 0;
  top: 10px;
  width: 8px;
  height: 2px;
}

.rs-inner-blog .widget-area .widget-title .title span:before {
  content: '';
  position: absolute;
  background: #B57E60;
  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: #B57E60;
  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: #B57E60;
}

.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: #333333;
  margin-bottom: 5px;
}

.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc a:hover {
  color: #B57E60;
}

.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: #B57E60;
}

.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: #B57E60;
}

.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: #B57E60;
  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: #B57E60;
}

.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: #B57E60;
}

.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: #333333;
}

.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: #B57E60;
}

.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: #454545;
  font-weight: 400;
  margin: 0;
}

.rs-shop-part .from-control {
  float: right;
  font-size: 15px;
  color: #454545;
  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: #B57E60;
  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: #B57E60;
  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: #333333;
}

.rs-shop-part .product-list .content-desc .loop-product-title a:hover {
  color: #B57E60;
}

.rs-shop-part .product-list .content-desc .price {
  font-size: 16px;
  line-height: 27px;
  color: #B57E60;
  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: #B57E60;
  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: #454545;
}

.rs-single-shop .single-price-info p.category a:hover {
  color: #B57E60;
}

.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: #333333;
  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: #B57E60;
  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: #454545;
}

.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: #B57E60;
  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: #333333;
  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: #454545;
  font-weight: 700;
}

.rs-cart .cart-wrap table.cart-table .product-name a:hover {
  color: #B57E60;
}

.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: #454545;
  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 #B57E60;
  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: #B57E60;
  transition: all 0.3s ease;
  outline: none;
  cursor: pointer;
}

.rs-checkout .coupon-toggle .accordion .card .card-header .card-title button:hover {
  color: #B57E60;
}

.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: #454545;
  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: #B57E60;
}

.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: #B57E60;
}

.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: #B57E60;
}

.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 #b98163;
  box-shadow: 0 0px 50px 0px #eee;
  background: #fff;
  color: #333333;
  width: 100%;
  max-width: 100%;
  opacity: 1;
}

.rs-contact.main-home .contact-section .from-control::placeholder {
  color: #000;
  font-weight: bold;
}

.rs-contact.main-home .contact-section textarea {
  height: 150px;
}

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

  color: #454545;
  opacity: 0.45;
}

.rs-contact.main-home .contact-section ::-moz-placeholder {
  /* Firefox 19+ */

  color: #454545;
  opacity: 0.45;
}

.rs-contact.main-home .contact-section :-ms-input-placeholder {
  /* IE 10+ */

  color: #454545;
  opacity: 1;
  opacity: 0.45;
}

.rs-contact.main-home .contact-section :-moz-placeholder {
  /* Firefox 18- */

  color: #454545;
  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: 100px;
}

.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: #B57E60;
}

.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: #B57E60;
}

.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: #B57E60;
}

.rs-footer.style1 .footer-top .address-widget li i {
  color: #B57E60;
  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 #B57E60;
  width: 100%;
  font-size: 13px;
  padding: 10px;
  margin: 0;
  color: #fff;
  height: 60px;
}

.rs-footer.style1 .footer-top .rs-view-btn input[type="email"] {
  border-color: #333333;
}

.rs-footer.style1 .footer-top .rs-view-btn .subscribebtn {
  position: relative;
}

.rs-footer.style1 .footer-top .rs-view-btn .subscribebtn [type="submit"] {
  position: absolute;
  background: #B57E60;
  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: 10px;
  width: 55px;
  height: 55px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 10px;
  z-index: 999;
  border-radius: 50px 50px 4px 4px;
}

#scrollUp i {
  font-size: 24px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  color: #fff;
  line-height: 55px;
  transition: all 0.3s ease 0s;
  background-color: #B57E60;
  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: #333333;
}

#archtek-load img {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 15px;
  transform: translate(-50%, -50%);
}

.sidenav .widget_nav_menu ul li.mega {
  position: relative !important;
}

.archtek-loader,
.archtek-loader>div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.archtek-loader {
  font-size: 0;
  color: #B57E60;
  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;
}

.team-style2 .slick-prev.slick-arrow {
  position: absolute;
  top: -10%;
  left: 1%;
}

.team-style2 .slick-next.slick-arrow {
  position: absolute;
  top: -10%;
  right: 1%;
}

@-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%;
  }
}
@charset "utf-8";

/**
*
* -----------------------------------------------------------------------------
*
* Template : Archtek - Architecture Consulting Business HTML Template
* Author : reacthemes
* Author URI : https://reactheme.com/ 
*
* -----------------------------------------------------------------------------
*
**/
@media only screen and (min-width: 1300px) {
    .container {
        max-width: 1200px;
        width: 100%;
    }

    .container.custom-for-sl {
        max-width: 1230px;
    }
}

/* container control end */

@media only screen and (min-width: 1300px) {
    .container {
        max-width: 1410px;
        width: 100%;
    }

    .container.custom {
        max-width: 1200px;
        width: 100%;
    }

    .container.custom2 {
        max-width: 1320px;
        width: 100%;
    }

    .container.custom3 {
        max-width: 1340px;
        width: 100%;
    }

    .container.custom3 {
        max-width: 1275px;
        width: 100%;
    }

    .container.custom4 {
        max-width: 1250px;
        width: 100%;
    }
}

@media only screen and (max-width: 1366px) {
    .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
        margin-right: 5px;
    }

    .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
        font-size: 14px;
    }

    .full-width-header .rs-header .expand-btn-inner ul .btn-quote a {
        padding: 10px 18px;
        font-size: 14px;
    }

    .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu {
        min-width: 1000px;
    }

    .rs-slider.slider1 .nivoSlider img {
        height: 715px !important;
        width: auto !important;
    }

    .full-width-header .rs-header .expand-btn-inner ul .contact-phone {
        display: none;
    }

    .readon.project.continue .text-btn {
        padding: 14px 32px;
        font-size: 12px;
    }

    .rs-blog.blog-main-home .blog-inner-wrap .blog-content {
        padding: 50px 36px 55px;
    }

    .rs-blog.blog-main-home .blog-inner-wrap .blog-content .title-name {
        font-size: 19px;
        margin-bottom: 27px;
        margin-top: 12px;
    }

    .rs-blog.blog-main-home .blog-inner-wrap .blog-content .blog-desc {
        margin: 0px 0 15px;
    }

    .rs-services.style2 .rs-addon-number .addon-wrap {
        padding: 50px 40px 60px 40px;
    }

    .rs-services.style1.home4-services-style .services-item .services-content {
        padding: 0px 35px 0px 35px;
    }

    .progress-pie-part .box .title {
        font-size: 17px;
        line-height: 27px;
    }

    .rs-services-single .services-add .address-item .title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 12px;
    }

    .rs-services.style4 .responsive-padding {
        padding: 0px 20px 0px;
    }
}

@media only screen and (max-width: 1199px) {

    .lg-pl-pr-15,
    .lg-col-padding>[class*="col-"] {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu {
        min-width: 900px;
    }

    .full-width-header .rs-header.rs-header-style2 .toolbar-sl-share {
        display: none;
    }

    .full-width-header .rs-header .topbar-area.style1 .topbar-contact li {
        margin-right: 3px;
        padding-right: 7px;
    }

    .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar {
        padding: 48px 48px 47px;
    }

    .full-width-header .rs-header .menu-area .row-table .col-cell.header-logo .logo-area a {
        padding: 5px 15px;
    }

    .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar {
        padding: 35px 48px 37px;
    }

    .rs-counter.style1 .counter-item .rs-count {
        font-size: 37px;
        line-height: 37px;
        padding-right: 10px;
    }

    .rs-services.style1 .services-item .services-content .title {
        font-size: 22px;
        line-height: 32px;
    }

    .rs-project.style1 .recently-project .project-all {
        margin: 40px 0px 0px 0px;
    }

    div.rs-image-comparision {
        height: 400px;
        width: 100%;
    }

    .full-width-header .rs-header.home3-header-style1 .menu-area.menu-area2 .menu-type-style .rs-contact-info .contact-part {
        padding-right: 8px;
        padding-left: 8px;
    }

    .full-width-header .rs-header.home3-header-style1 .menu-area.menu-area2 .menu-type-style .rs-contact-info .contact-part i {
        width: 32px;
        height: 32px;
        line-height: 30px;
    }

    .full-width-header .rs-header.home3-header-style1 .menu-area.menu-area2 .menu-type-style .rs-contact-info .contact-part .contact-info span,
    .full-width-header .rs-header.home3-header-style1 .menu-area.menu-area2 .menu-type-style .rs-contact-info .contact-part .contact-info a {
        font-size: 14px;
        line-height: 18px;
    }

    .sec-title .icon-part {
        right: 6%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .full-width-header .rs-header .expand-btn-inner ul .contact-phone {
        display: none;
    }

    .rs-slider .nivo-directionNav>a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .recently-project .col-lg-6 {
        width: 100%;
    }

    .rs-footer.style1 .footer-top .rs-view-btn .subscribebtn [type="submit"] {
        padding: 0 10px 0 10px;
        height: 57px;
        width: 52px;
        top: -19px;
    }

    .rs-services.style2 .rs-addon-number .addon-wrap {
        padding: 50px 26px 60px 26px;
    }

    .rs-services.style2 .rs-addon-number .addon-wrap .icon-img img {
        width: 40px;
        height: 40px;
    }

    .rs-counter.about.home2-about .counter-item .rs-count {
        font-size: 70px;
        line-height: 90px;
    }

    .rs-counter.about.home2-about {
        padding: 18px 20px 34px 34px;
    }

    .rs-counter.about.home2-about .counter-item .heading-title {
        font-size: 13px;
    }

    .full-width-header .rs-header.home3-header-style1 .menu-area.menu-area2 .header-inner .btn-quotes {
        padding: 32px 43px;
    }

    .rs-blog.blog-home3-style .blog-item .blog-wrap .rs-articles .article-content .blog-name {
        font-size: 18px;
        line-height: 30px;
    }

    .rs-services.style1.home4-services-style .services-item .services-content {
        padding: 0px 20px 0px 20px;
    }

    .rs-services.style1 .services-item {
        padding: 38px 15px 36px 15px;
    }

    .rs-testimonial.style1.home4-testimonial-style .testi-item {
        padding: 0px 50px 0px 40px;
    }

    .progress-pie-part .box .title {
        font-size: 14px;
        line-height: 24px;
    }

    .rs-services-single .services-add .address-item .title {
        font-size: 22px;
        line-height: 28px;
    }

    .rs-faq.style1 .sec-title .title {
        font-size: 27px;
        line-height: 37px;
    }

    .rs-faq.style1 .faq-content .accordion .card .card-header .card-link {
        padding: 24px 14px 55px 45px;
        font-size: 14px;
    }

    .rs-faq.style1 .faq-content .accordion .card .card-body {
        padding: 22px 10px 55px 30px !important;
        font-size: 14px;
    }

    .rs-faq.style1 .faq-content .accordion .card .card-header .card-link::after {
        top: 43%;
    }

    .rs-contact.main-home .contact-address {
        padding: 80px 40px 80px 166px;
    }

    .rs-slider.slider1 .content-part .drowbd {
        left: -12px;
    }
}

@media screen and (min-width: 992px) {

    .nav-menu .rs-mega-menu>a:after,
    .nav-menu>.menu-item-has-children>a:after {
        content: "\f107";
        font-family: FontAwesome;
        float: right;
        margin: 2px 0 0 5px;
        display: none;
    }

    .sticky {
        background: #fff !important;
        position: fixed !important;
        top: 0px;
        z-index: 999;
        margin: 0 auto !important;
        padding: 0;
        left: 0;
        right: 0;
        width: 100%;
        -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-name: sticky-animation;
        animation-name: sticky-animation;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .right_menu_togle.mobile-navbar-menu {
        display: none;
    }

    .nav-menu ul {
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
}

@media only screen and (max-width: 991px) {
    .hidden-md {
        display: none !important;
    }

    .full-width-header .rs-header .menu-area .rs-menu-area {
        margin-right: 40px;
    }

    .order-first,
    .order-last {
        order: unset;
    }

    .order-last {
        order: unset !important;
    }

    .md-pl-15 {
        padding-left: 15px;
    }

    .md-left {
        text-align: left !important;
    }

    .d-flex {
        display: block !important;
    }

    .md-text-center {
        text-align: center !important;
    }

    .rs-process.style1 .process-effects-layer {
        background-image: unset;
    }

    .full-width-header .rs-header .menu-area .custom-row,
    .full-width-header .rs-header .menu-area .custom-row .col-cell {
        display: block;
    }

    .full-width-header .rs-header.style2 .menu-area .rs-menu-area,
    .full-width-header .rs-header .menu-area .rs-menu-area {
        display: block;
    }

    .full-width-header .mobile-menu {
        display: block;
        height: 65px;
        line-height: 65px;
    }

    .full-width-header .rs-header .topbar-area .toolbar-sl-share,
    .rs-slider.slider1 .content-part .draw,
    .rs-slider .nivo-directionNav>a,
    .full-width-header .rs-header.home3-header-style1 .menu-area.menu-area2 .header-inner .btn-quotes,
    .full-width-header .rs-header.home3-header-style1 .menu-area.menu-area2 .header-inner .col-cell.menu-responsive,
    .full-width-header .rs-header.home3-header-style1 .menu-area.menu-area2 .menu-type-style .rs-contact-info .contact-part,
    .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu.onepage li a::after,
    .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children::after,
    .full-width-header .rs-header .menu-area.sticky .logo-area a .sticky-logo,
    .full-width-header .rs-header.style1 .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children>a::before,
    .full-width-header .rs-header.style2.modify1 .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children>a::before,
    .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children>a::before {
        display: none;
    }

    .full-width-header .rs-header.style2.header-home4-style .expand-btn-inner ul .humburger,
    .full-width-header .rs-header.style3 .box-layout .row-table .header-logo,
    .full-width-header .rs-header.style3 .box-layout .row-table .rightbar-menu .expand-btn-inner .humburger {
        display: block;
    }

    .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar {
        padding: 26px 48px 28px;
    }

    .full-width-header .rs-header .menu-area .row-table .col-cell.header-logo .logo-area a img {
        max-height: 50px;
    }

    .rs-team-single .ps-image img {
        width: 100%;
    }

    .rs-slider.slider1 .content-part .sl-title {
        font-size: 50px;
        line-height: 70px;
        margin-bottom: 30px;
    }

    .rs-counter.about {
        max-width: 360px;
    }

    .rs-counter.about .counter-item .rs-count {
        font-size: 60px;
        line-height: 60px;
    }

    .rs-counter.style1 .counter-item .rs-count::before {
        right: 65%;
    }

    .rs-project.style1 .slick-list {
        padding: unset;
    }

    .rs-project.style1 .slider .project-item .project-content {
        height: 80px;
        transform: rotate(0deg);
        top: 0;
        padding: 20px;
    }

    .rs-project.style1 .slick-slide {
        padding: 0;
        margin: 0 20px 0;
    }

    .rs-project.style1 .slider .project-item .project-content .title {
        font-size: 16px;
        transform: translate(10%, 0px);
    }

    .rs-project.style1 .slider .project-item .project-content .title a {
        font-size: 16px;
    }

    div.rs-image-comparision {
        width: 100%;
        height: 370px;
    }

    .rs-blog.blog-main-home .blog-inner-wrap .blog-content {
        padding: 45px 20px 45px;
    }

    .rs-slider.home2-slider-style.slider1 .content-part .sl-title {
        font-size: 60px;
        line-height: 79px;
    }

    .rs-slider.home2-slider-style.slider1 .content-part::after {
        width: 550px;
        height: 550px;
    }

    .rs-project.style1.home2-project-style .slick-slide {
        padding: 0;
    }

    .bg10,
    .bg8,
    .rs-about.style3 .residential-item,
    .rs-banner.style1 {
        background-size: cover;
    }

    .full-width-header .rs-header.home3-header-style1 .menu-area.menu-area2 .menu-type-style {
        padding: 30px 0;
    }

    .rs-banner.style1 .content-part .title .watermark {
        font-size: 145px;
    }

    .rs-banner.style1 .content-part .title {
        font-size: 60px;
        line-height: 60px;
    }

    .rs-banner.style1 .content-part .desc {
        font-size: 13px;
        line-height: 20px;
    }

    .rs-banner.style1 .content-part {
        padding: 270px 0 170px;
    }

    .rs-about.style2 .about-content .text-part {
        font-size: 20px;
        line-height: 31px;
        color: #666666;
        padding: 20px 0px 0px 0px;
    }

    .rs-about.style2 .about-content {
        padding: 0px 30px 0px 0px;
    }

    .rs-partner.style1.home3-partner-style {
        padding: 225px 0px 69px 0px;
    }

    .rs-banner.style2 .content-part {
        padding: 265px 0 195px;
    }

    .sec-title .desc br {
        display: none;
    }

    .rs-breadcrumbs .breadcrumbs-inner .page-title {
        font-size: 38px;
        line-height: 48px;
    }

    .rs-testimonial.style1.about-testimonial-style .testi-item {
        padding: 0px 0px 0px 0px;
    }

    .rs-breadcrumbs .breadcrumbs-inner {
        padding: 270px 0 270px;
    }

    h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .rs-faq.style1 .content-part {
        padding: 50px 20px 50px 20px;
    }

    .rs-videos.choose-video .images-video {
        padding: 260px 0 260px;
    }

    .rs-services.style4 .services-img img {
        width: 100%;
    }

    .rs-services.style4 .responsive-padding {
        padding: 0px 15px 0px;
    }

    .rs-inner-blog .blog-single .blog-full .comment-title {
        font-size: 33px;
        line-height: 45px;
    }

    .rs-contact.main-home .contact-address {
        margin: unset;
        padding: 80px 40px 80px 280px;
    }

    .rs-shop-part .from-control {
        float: left;
        margin-top: 20px;
    }

    .add-btn {
        padding: 10px 21px;
        font-size: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .hidden-sm {
        display: none !important;
    }

    .sec-title2 .title,
    .sec-title .title {
        font-size: 30px;
        line-height: 38px;
    }

    .rs-services.style1 .services-item,
    .rs-counter.style1 .counter-item {
        margin: unset;
    }

    .rs-counter.style1 .counter-item .rs-count::before {
        right: 65%;
        left: 32%;
    }

    div.rs-image-comparision {
        height: 270px;
    }

    .rs-blog.blog-main-home .blog-inner-wrap .images-wrap img {
        height: 400px;
    }

    .rs-testimonial.main-home .testi-item p {
        font-size: 16px;
    }

    .rs-process.style1 .rs-addon-number .addon-icon img {
        width: 70px;
        height: 70px;
    }

    .rs-process.style1 .rs-addon-number .addon-content .title {
        font-size: 22px;
        line-height: 44px;
    }

    .rs-services.style2 .rs-addon-number .addon-wrap,
    .rs-process.style1 .rs-addon-number {
        margin: unset;
    }

    .container-fluid2 {
        padding-left: 25px;
        padding-right: 25px;
    }

    .bg6 {
        background-size: cover;
    }

    .sec-title2 .title .watermark {
        font-size: 90px;
    }

    .rs-testimonial.style1 .testi-item {
        padding: 0px 30px 0px 40px;
    }

    .rs-slider.home2-slider-style.slider1 .content-part .sl-title {
        font-size: 50px;
        line-height: 69px;
    }

    .rs-slider.home2-slider-style.slider1 .content-part::after {
        width: 450px;
        height: 450px;
    }

    .pl-70 {
        padding-left: unset;
    }

    .rs-testimonial.style1 .testi-item .item-content p {
        font-size: 18px;
    }

    .rs-services.style2 .rs-addon-number .addon-wrap .icon-img img {
        height: 50px;
        width: 50px;
    }

    .rs-banner.style1 .content-part .title {
        font-size: 34px;
        line-height: 34px;
    }

    .rs-banner.style1 .content-part .title .watermark {
        font-size: 90px;
    }

    .rs-banner.style1 .content-part .desc br {
        display: none;
    }

    .rs-counter.style1.home2-counter-style.home3-counter-style .counter-item .rs-count {
        font-size: 50px;
        line-height: 60px;
    }

    .rs-project.style2 .project-item .project-img img {
        width: 100%;
    }

    .rs-project.style2 .project-item .project-content .project-inner .title {
        font-size: 18px;
        line-height: 28px;
    }

    .rs-blog.blog-home3-style .blog-item .blog-wrap .rs-articles .article-content .blog-name {
        font-size: 18px;
        min-height: unset;
        margin: 20px 0px 8px 0px;
    }

    .rs-blog.blog-home3-style .blog-item .blog-wrap .rs-articles .article-content p {
        margin-bottom: 15px;
    }

    .rs-blog.blog-home3-style .blog-item .blog-wrap .rs-articles .article-content {
        padding: 2px 30px 28px;
    }

    .rs-banner.style2 .content-part {
        padding: 245px 0 175px;
    }

    .rs-banner.style2 .content-part .title {
        font-size: 55px;
        line-height: 60px;
    }

    .rs-about.home4-about-style .about-section-inner .about-content {
        width: 100%;
        float: unset;
        margin: 30px 0px 0px 0px;
        padding: 0px 0 0px 0px;
    }

    .rs-about.home4-about-style .about-section-inner .img-part {
        width: 100%;
        float: unset;
    }

    .rs-testimonial.style1.home4-testimonial-style .testi-item {
        padding: 0px 15px 0px 15px;
    }

    .rs-services.style1 .services-item {
        padding: 38px 20px 36px 20px;
    }

    .rs-services.style1.home4-services-style .services-item .services-content {
        padding: 0px 25px 0px 25px;
    }

    .rs-process.style2 .rs-addon-item .addon-number {
        font-size: 120px;
    }

    .rs-process.style2 .rs-addon-item .addon-content .title {
        font-size: 20px;
        line-height: 28px;
    }

    .rs-breadcrumbs .breadcrumbs-inner {
        padding: 250px 0 250px;
    }

    .rs-team-single .name {
        font-size: 22px;
        line-height: 22px;
    }

    .rs-pricing.style1 .pricing-table {
        max-width: 400px;
        margin: 0 auto;
    }

    .rs-pricing.style1 .pricing-table .pricing-table-price .pricing-table-bags {
        font-size: 48px;
    }

    .rs-pricing.style1 .pricing-table .pricing-table-header .table-title {
        font-size: 22px;
        margin-bottom: 18px;
    }

    .rs-project.style5 .project-item .project-content .title {
        font-size: 18px;
        line-height: 26px;
    }

    .rs-portfolio-details .project-gallery .gallery-title {
        font-size: 26px;
        line-height: 29px;
    }

    .rs-videos.choose-video .images-video {
        padding: 200px 0 200px;
    }

    .rs-contact.main-home .contact-address {
        padding: 80px 40px 80px 200px;
    }

    .rs-cart .cart-wrap table.cart-table td,
    .rs-cart .cart-wrap table.cart-table th {
        display: block;
    }

    .rs-cart .cart-collaterals .cart-totals {
        float: left;
        width: 100%;
    }

    .rs-cart .cart-wrap table.cart-table th {
        display: none;
    }

    .rs-cart .cart-wrap table.cart-table .action .coupon input {
        padding: 0 20px;
        margin: 0 10px 10px 0;
    }

    .rs-cart .cart-wrap table.cart-table .action .update-cart button.add-btn,
    .rs-cart .cart-wrap table.cart-table .action .coupon input {
        width: 100%;
    }

    .rs-cart .cart-collaterals .cart-totals .wc-proceed-to-checkout a.readon,
    .rs-cart .cart-wrap table.cart-table .action .coupon button {
        display: block;
        text-align: center;
        width: 100%;
    }

    .rs-cart .cart-wrap table.cart-table .action {
        text-align: left !important;
    }

    .rs-cart .cart-wrap table.cart-table .action .coupon {
        float: none;
        margin-bottom: 30px;
        text-align: left !important;
        display: block;
        width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .rs-inner-blog .comment-note .title {
        font-size: 22px;
        line-height: 30px;
    }

    .rs-inner-blog .comment-note .ps-navigation ul li a .link-text {
        font-size: 13px;
    }

    .rs-inner-blog .comment-note .form-group textarea {
        height: 130px;
    }

    .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar {
        padding: 18px 30px 20px;
    }

    .sec-title .icon-part,
    .rs-slider.slider1 .spacer-border,
    .full-width-header .rs-header .expand-btn-inner ul li>a i::before {
        display: none;
    }

    .rs-counter.style1 .counter-item {
        padding: 40px 0px 30px 0px;
    }

    .rs-project.style1 .recently-project .project-all {
        padding: 50px 20px 50px 20px;
    }

    div.rs-image-comparision {
        height: 240px;
    }

    .sec-title2 .desc br,
    .sec-title .desc br {
        display: none;
    }

    .rs-blog.blog-main-home .blog-inner-wrap .blog-content .title-name {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .rs-blog.blog-main-home .blog-inner-wrap .blog-content .blog-desc {
        margin: 0 0 15px;
    }

    .rs-testimonial.style1 .testi-item {
        padding: 0px 10px 0px 15px;
        padding-bottom: 10px;
    }

    .rs-banner.style2 .content-part .title {
        font-size: 50px;
        line-height: 55px;
    }

    .rs-banner.style2 .content-part .sub-text {
        font-size: 30px;
        line-height: 35px;
    }

    .rs-banner.style2 .content-part .desc-part {
        font-size: 16px;
        line-height: 27px;
    }

    .rs-team.style3 .team-item .team-content .person-name {
        font-size: 18px;
        line-height: 1.2;
    }
}

@media only screen and (max-width: 480px) {
    .rs-checkout .checkout-title h3 {
        font-size: 20px;
    }

    .page-title br {
        display: none;
    }

    .rs-checkout .full-grid .payment-method {
        background: #ebe9eb;
        border-radius: 5px;
        margin-top: 25px;
        padding: 20px;
    }

    .rs-checkout .coupon-toggle .accordion .card .card-body .coupon-code-input {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }

    .rs-single-shop .tab-area ul.nav-tabs li .nav-link {
        padding: 14px 20px;
        font-size: 16px;
    }

    .rs-contact.main-home .contact-address {
        background-position: right;
        margin: 0px 0px 0px 0px;
        padding: 80px 40px 80px 30px;
        background: #000;
    }

    .rs-inner-blog .blog-single .blog-full .single-post-meta .Post-cate {
        display: none;
    }

    .rs-inner-blog .blog-single .blog-full .comment-title {
        font-size: 26px;
        line-height: 36px;
    }

    .rs-inner-blog .blog-single .blog-full .comment-title.title2 {
        font-size: 25px;
        line-height: 35px;
    }

    .rs-inner-blog .blog-single .blog-full {
        padding: 28px 20px 25px;
    }

    .rs-services.style4 .services-item .services-content .title {
        font-size: 20px;
        line-height: 30px;
    }

    .rs-services.style4 .services-item .services-icon img {
        width: 60px;
        height: 60px;
    }

    .rs-faq.style1 .faq-content .accordion .card .card-body {
        padding: 24px 14px 30px 30px !important;
        font-size: 14px;
    }

    .rs-faq.style1 .faq-content .accordion .card .card-header .card-link {
        padding: 18px 11px 34px 46px;
        font-size: 14px;
    }

    .rs-faq.style1 .faq-content .accordion .card .card-header .card-link::after {
        top: 44%;
    }

    .rs-videos.choose-video .images-video {
        padding: 170px 0 170px;
    }

    .rs-portfolio-details .ps-informations ul {
        padding: 10px 13px;
        font-size: 14px;
    }

    .rs-portfolio-details .ps-informations .info-title {
        font-size: 18px;
        line-height: 24px;
    }

    h2 {
        font-size: 25px;
        line-height: 35px;
    }

    .rs-pricing.style1 .pricing-table {
        max-width: 350px;
    }

    .rs-process.style2 .rs-addon-item .addon-number {
        font-size: 100px;
    }

    .rs-project.style2 .project-item:hover .project-content .p-icon {
        bottom: 20px;
    }

    .rs-project.style2 .project-item .project-content .project-inner {
        top: 20px;
        right: 40px;
    }

    .rs-services.style1 .services-item {
        padding: 38px 15px 36px 15px;
    }

    .full-width-header .rs-header .menu-area .row-table .col-cell.header-logo .logo-area a img {
        max-height: 75px;
    }

    .full-width-header .rs-header.header-transparent {
        height: 75px;
        padding: 7px 0px;
    }

    .full-width-header .rs-header:before {
        top: 0;
    }

    .rs-slider.slider1 .nivoSlider img {
        height: 615px !important;
        width: auto !important;
    }

    .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar {
        padding: 21px 25px 22px;
    }

    .rs-slider.slider1 .content-part .sl-title {
        font-size: 36px;
        line-height: 46px;
        margin-bottom: 25px;
    }

    .rs-slider.slider1 .content-part .sl-subtitle {
        font-size: 15px;
        line-height: 27px;
    }

    .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar {
        padding: 17px 24px 20px;
    }

    .rs-counter.about {
        max-width: 260px;
        padding: 15px 26px 27px 0px;
    }

    .rs-counter.about .counter-item .rs-count {
        font-size: 60px;
        line-height: 60px;
    }

    .sec-title .title.title2 {
        font-size: 20px;
        line-height: 28px;
    }

    .rs-counter.style1 .counter-item .rs-count::before {
        right: 62%;
        left: unset;
    }

    div.rs-image-comparision {
        height: 158px;
    }

    .rs-blog.blog-main-home .blog-inner-wrap .images-wrap img {
        height: 470px;
    }

    .readon.project.continue .text-btn {
        padding: 14px 30px;
        font-size: 11px;
    }

    .rs-slider.home2-slider-style.slider1 .content-part .sl-title {
        font-size: 22px;
        line-height: 34px;
    }

    .rs-slider.home2-slider-style.slider1 .content-part::after {
        width: 362px;
        height: 284px;
    }

    .sec-title2 .title .watermark {
        font-size: 40px;
    }
    .rs-slider.home2-slider-style .nivo-directionNav>a.nivo-prevNav,
    .rs-slider.home2-slider-style .nivo-directionNav>a.nivo-nextNav {
        display: block;
        top: 90%;
    }

    .rs-slider.home2-slider-style .nivo-directionNav>a.nivo-prevNav {
        left: 1%;
    }

    .rs-slider.home2-slider-style .nivo-directionNav>a.nivo-nextNav {
        right: 1%;
    }

    .rs-banner.style1 .content-part {
        padding: 230px 0 130px;
    }

    .rs-banner.style1 .content-part .title {
        font-size: 24px;
        line-height: 24px;
    }

    .rs-banner.style1 .content-part .title .watermark {
        font-size: 56px;
    }

    .rs-banner.style1 .content-part .desc {
        font-size: 12px;
        line-height: 19px;
    }

    .rs-about.style2.modify1 .design-content .heading-title {
        font-size: 18px;
    }

    .rs-blog.blog-home3-style .blog-item .blog-wrap .rs-articles .article-content {
        padding: 2px 20px 28px;
    }

    .rs-services.style3 .services-item {
        padding: 35px 30px 35px 30px;
    }

    .rs-banner.style2 .content-part .sub-text {
        font-size: 25px;
        line-height: 30px;
    }

    .rs-banner.style2 .content-part .title {
        font-size: 36px;
        line-height: 41px;
    }

    .rs-banner.style2 .content-part {
        padding: 225px 0 155px;
    }

    .rs-breadcrumbs .breadcrumbs-inner .breadcrumbs-title {
        display: block;
    }

    .rs-banner.style2 .content-part .btn-part li {
        display: block;
        margin: 0 0 15px;
    }

    .rs-breadcrumbs .breadcrumbs-inner {
        padding: 100px 0px;
    }

    .rs-contact.main-home .contact-address {
        background-image: url("../images/contact/img-1-mobile.png") !important;
    }

    .rs-breadcrumbs .breadcrumbs-inner .page-title {
        font-size: 30px;
        line-height: 40px;
    }

    .rs-breadcrumbs .breadcrumbs-inner .breadcrumbs-title span a::after {
        display: none;
    }

    .rs-breadcrumbs .breadcrumbs-inner .breadcrumbs-title span.new-page a {
        font-size: 14px;
    }

    .rs-breadcrumbs .breadcrumbs-inner .breadcrumbs-title .post {
        font-size: 14px;
        padding-left: 0px;
    }

    .rs-breadcrumbs .breadcrumbs-inner .breadcrumbs-title span a {
        padding: 0 0px 10px 0;
    }

    .rs-services-single .services-add .address-item .title {
        font-size: 23px;
        line-height: 33px;
    }

    blockquote {
        padding: 28px;
    }

    .rs-portfolio-details .project-gallery .gallery-title {
        font-size: 22px;
        line-height: 23px;
    }

    .rs-inner-blog .blog-item .blog-content {
        padding: 50px 20px 35px;
    }

    .rs-inner-blog .blog-item .blog-content .blog-title {
        font-size: 20px;
        line-height: 33px;
    }
}
/* çerez cerez */

#cerez-sozlesme {
    position: fixed;
    transform: translate(0, 100px);
    left: 0;
    bottom: 100px;
    z-index: 100;
    background-color: rgb(0 0 0 / 60%);
    width: 100%;
    padding: 20px 30px;
}

#cerez-sozlesme p,
#cerez-sozlesme p a {
    color: #fff !important;
    padding-top: 10px;
}

#cerez-sozlesme p a {
    text-decoration: underline;
}

#cerez-sozlesme .btn-sozlesme {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #fff;
    font-weight: 700;
    font-size: 12px;
    color: var(--renk-yazi) !important;
    text-decoration: none;
}

@media (min-width: 576px) {
    #cerez-sozlesme {
        display: flex;
        justify-content: center;
        padding: 10px;
    }
    #cerez-sozlesme p {
        margin: 0;
    }
    #cerez-sozlesme .btn-sozlesme {
        width: 20%;
    }
}

@media (min-width: 760px) {
    #cerez-sozlesme {
        padding: 15px 20px;
    }
}

@media (min-width: 992px) {
    #cerez-sozlesme p {
        font-size: 12px;
        padding: 5px 0;
    }
    #cerez-sozlesme .btn-sozlesme {
        width: 100px;
        margin-left: 10px;
    }
}

.whatsapp {
    width: 55px;
    left: 10px;
    z-index: 101;
    height: 55px;
    bottom: 10px;
    position: fixed;
    border-radius: 100%;
    line-height: 55px;
    background-color: #25d366;
}

.wpicon {
    display: block;
}

.wpicon i {
    color: #fff;
    font-size: 30px;
    padding: 13px 0px;
}

.wpicon img {
    filter: brightness(0) invert(1);
}

.glightbox {
    cursor: pointer;
}

/* çerez cerez */.swal2-popup.swal2-toast{flex-direction:row;align-items:center;width:auto;padding:.625em;overflow-y:hidden;background:#fff;box-shadow:0 0 .625em #d9d9d9}.swal2-popup.swal2-toast .swal2-header{flex-direction:row;padding:0}.swal2-popup.swal2-toast .swal2-title{flex-grow:1;justify-content:flex-start;margin:0 .6em;font-size:1em}.swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-popup.swal2-toast .swal2-close{position:static;width:.8em;height:.8em;line-height:.8}.swal2-popup.swal2-toast .swal2-content{justify-content:flex-start;padding:0;font-size:1em}.swal2-popup.swal2-toast .swal2-icon{width:2em;min-width:2em;height:2em;margin:0}.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content{display:flex;align-items:center;font-size:1.8em;font-weight:700}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content{font-size:.25em}}.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-popup.swal2-toast .swal2-actions{flex-basis:auto!important;width:auto;height:auto;margin:0 .3125em}.swal2-popup.swal2-toast .swal2-styled{margin:0 .3125em;padding:.3125em .625em;font-size:1em}.swal2-popup.swal2-toast .swal2-styled:focus{box-shadow:0 0 0 1px #fff,0 0 0 3px rgba(50,100,150,.4)}.swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:1.6em;height:3em;transform:rotate(45deg);border-radius:50%}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.8em;left:-.5em;transform:rotate(-45deg);transform-origin:2em 2em;border-radius:4em 0 0 4em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.25em;left:.9375em;transform-origin:0 1.5em;border-radius:0 4em 4em 0}.swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip{-webkit-animation:swal2-toast-animate-success-line-tip .75s;animation:swal2-toast-animate-success-line-tip .75s}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long{-webkit-animation:swal2-toast-animate-success-line-long .75s;animation:swal2-toast-animate-success-line-long .75s}.swal2-popup.swal2-toast.swal2-show{-webkit-animation:swal2-toast-show .5s;animation:swal2-toast-show .5s}.swal2-popup.swal2-toast.swal2-hide{-webkit-animation:swal2-toast-hide .1s forwards;animation:swal2-toast-hide .1s forwards}.swal2-container{display:flex;position:fixed;z-index:1060;top:0;right:0;bottom:0;left:0;flex-direction:row;align-items:center;justify-content:center;padding:.625em;overflow-x:hidden;transition:background-color .1s;-webkit-overflow-scrolling:touch}.swal2-container.swal2-backdrop-show,.swal2-container.swal2-noanimation{background:rgba(0,0,0,.4)}.swal2-container.swal2-backdrop-hide{background:0 0!important}.swal2-container.swal2-top{align-items:flex-start}.swal2-container.swal2-top-left,.swal2-container.swal2-top-start{align-items:flex-start;justify-content:flex-start}.swal2-container.swal2-top-end,.swal2-container.swal2-top-right{align-items:flex-start;justify-content:flex-end}.swal2-container.swal2-center{align-items:center}.swal2-container.swal2-center-left,.swal2-container.swal2-center-start{align-items:center;justify-content:flex-start}.swal2-container.swal2-center-end,.swal2-container.swal2-center-right{align-items:center;justify-content:flex-end}.swal2-container.swal2-bottom{align-items:flex-end}.swal2-container.swal2-bottom-left,.swal2-container.swal2-bottom-start{align-items:flex-end;justify-content:flex-start}.swal2-container.swal2-bottom-end,.swal2-container.swal2-bottom-right{align-items:flex-end;justify-content:flex-end}.swal2-container.swal2-bottom-end>:first-child,.swal2-container.swal2-bottom-left>:first-child,.swal2-container.swal2-bottom-right>:first-child,.swal2-container.swal2-bottom-start>:first-child,.swal2-container.swal2-bottom>:first-child{margin-top:auto}.swal2-container.swal2-grow-fullscreen>.swal2-modal{display:flex!important;flex:1;align-self:stretch;justify-content:center}.swal2-container.swal2-grow-row>.swal2-modal{display:flex!important;flex:1;align-content:center;justify-content:center}.swal2-container.swal2-grow-column{flex:1;flex-direction:column}.swal2-container.swal2-grow-column.swal2-bottom,.swal2-container.swal2-grow-column.swal2-center,.swal2-container.swal2-grow-column.swal2-top{align-items:center}.swal2-container.swal2-grow-column.swal2-bottom-left,.swal2-container.swal2-grow-column.swal2-bottom-start,.swal2-container.swal2-grow-column.swal2-center-left,.swal2-container.swal2-grow-column.swal2-center-start,.swal2-container.swal2-grow-column.swal2-top-left,.swal2-container.swal2-grow-column.swal2-top-start{align-items:flex-start}.swal2-container.swal2-grow-column.swal2-bottom-end,.swal2-container.swal2-grow-column.swal2-bottom-right,.swal2-container.swal2-grow-column.swal2-center-end,.swal2-container.swal2-grow-column.swal2-center-right,.swal2-container.swal2-grow-column.swal2-top-end,.swal2-container.swal2-grow-column.swal2-top-right{align-items:flex-end}.swal2-container.swal2-grow-column>.swal2-modal{display:flex!important;flex:1;align-content:center;justify-content:center}.swal2-container.swal2-no-transition{transition:none!important}.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)>.swal2-modal{margin:auto}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-container .swal2-modal{margin:0!important}}.swal2-popup{display:none;position:relative;box-sizing:border-box;flex-direction:column;justify-content:center;width:32em;max-width:100%;padding:1.25em;border:none;border-radius:.3125em;background:#fff;font-family:inherit;font-size:1rem}.swal2-popup:focus{outline:0}.swal2-popup.swal2-loading{overflow-y:hidden}.swal2-header{display:flex;flex-direction:column;align-items:center;padding:0 1.8em}.swal2-title{position:relative;max-width:100%;margin:0 0 .4em;padding:0;color:#595959;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word}.swal2-actions{display:flex;z-index:1;flex-wrap:wrap;align-items:center;justify-content:center;width:100%;margin:1.25em auto 0}.swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.swal2-actions:not(.swal2-loading) .swal2-styled:hover{background-image:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))}.swal2-actions:not(.swal2-loading) .swal2-styled:active{background-image:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2))}.swal2-actions.swal2-loading .swal2-styled.swal2-confirm{box-sizing:border-box;width:2.5em;height:2.5em;margin:.46875em;padding:0;-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border:.25em solid transparent;border-radius:100%;border-color:transparent;background-color:transparent!important;color:transparent!important;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.swal2-actions.swal2-loading .swal2-styled.swal2-cancel{margin-right:30px;margin-left:30px}.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after{content:"";display:inline-block;width:15px;height:15px;margin-left:5px;-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border:3px solid #999;border-radius:50%;border-right-color:transparent;box-shadow:1px 1px 1px #fff}.swal2-styled{margin:.3125em;padding:.625em 2em;box-shadow:none;font-weight:500}.swal2-styled:not([disabled]){cursor:pointer}.swal2-styled.swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#3085d6;color:#fff;font-size:1.0625em}.swal2-styled.swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#aaa;color:#fff;font-size:1.0625em}.swal2-styled:focus{outline:0;box-shadow:0 0 0 1px #fff,0 0 0 3px rgba(50,100,150,.4)}.swal2-styled::-moz-focus-inner{border:0}.swal2-footer{justify-content:center;margin:1.25em 0 0;padding:1em 0 0;border-top:1px solid #eee;color:#545454;font-size:1em}.swal2-timer-progress-bar-container{position:absolute;right:0;bottom:0;left:0;height:.25em;overflow:hidden;border-bottom-right-radius:.3125em;border-bottom-left-radius:.3125em}.swal2-timer-progress-bar{width:100%;height:.25em;background:rgba(0,0,0,.2)}.swal2-image{max-width:100%;margin:1.25em auto}.swal2-close{position:absolute;z-index:2;top:0;right:0;align-items:center;justify-content:center;width:1.2em;height:1.2em;padding:0;overflow:hidden;transition:color .1s ease-out;border:none;border-radius:0;background:0 0;color:#ccc;font-family:serif;font-size:2.5em;line-height:1.2;cursor:pointer}.swal2-close:hover{transform:none;background:0 0;color:#f27474}.swal2-close::-moz-focus-inner{border:0}.swal2-content{z-index:1;justify-content:center;margin:0;padding:0 1.6em;color:#545454;font-size:1.125em;font-weight:400;line-height:normal;text-align:center;word-wrap:break-word}.swal2-checkbox,.swal2-file,.swal2-input,.swal2-radio,.swal2-select,.swal2-textarea{margin:1em auto}.swal2-file,.swal2-input,.swal2-textarea{box-sizing:border-box;width:100%;transition:border-color .3s,box-shadow .3s;border:1px solid #d9d9d9;border-radius:.1875em;background:inherit;box-shadow:inset 0 1px 1px rgba(0,0,0,.06);color:inherit;font-size:1.125em}.swal2-file.swal2-inputerror,.swal2-input.swal2-inputerror,.swal2-textarea.swal2-inputerror{border-color:#f27474!important;box-shadow:0 0 2px #f27474!important}.swal2-file:focus,.swal2-input:focus,.swal2-textarea:focus{border:1px solid #b4dbed;outline:0;box-shadow:0 0 3px #c4e6f5}.swal2-file::-moz-placeholder,.swal2-input::-moz-placeholder,.swal2-textarea::-moz-placeholder{color:#ccc}.swal2-file:-ms-input-placeholder,.swal2-input:-ms-input-placeholder,.swal2-textarea:-ms-input-placeholder{color:#ccc}.swal2-file::-ms-input-placeholder,.swal2-input::-ms-input-placeholder,.swal2-textarea::-ms-input-placeholder{color:#ccc}.swal2-file::placeholder,.swal2-input::placeholder,.swal2-textarea::placeholder{color:#ccc}.swal2-range{margin:1em auto;background:#fff}.swal2-range input{width:80%}.swal2-range output{width:20%;color:inherit;font-weight:600;text-align:center}.swal2-range input,.swal2-range output{height:2.625em;padding:0;font-size:1.125em;line-height:2.625em}.swal2-input{height:2.625em;padding:0 .75em}.swal2-input[type=number]{max-width:10em}.swal2-file{background:inherit;font-size:1.125em}.swal2-textarea{height:6.75em;padding:.75em}.swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;background:inherit;color:inherit;font-size:1.125em}.swal2-checkbox,.swal2-radio{align-items:center;justify-content:center;background:#fff;color:inherit}.swal2-checkbox label,.swal2-radio label{margin:0 .6em;font-size:1.125em}.swal2-checkbox input,.swal2-radio input{margin:0 .4em}.swal2-validation-message{display:none;align-items:center;justify-content:center;padding:.625em;overflow:hidden;background:#f0f0f0;color:#666;font-size:1em;font-weight:300}.swal2-validation-message::before{content:"!";display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center}.swal2-icon{position:relative;box-sizing:content-box;justify-content:center;width:5em;height:5em;margin:1.25em auto 1.875em;border:.25em solid transparent;border-radius:50%;font-family:inherit;line-height:5em;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.swal2-icon .swal2-icon-content{display:flex;align-items:center;font-size:3.75em}.swal2-icon.swal2-error{border-color:#f27474;color:#f27474}.swal2-icon.swal2-error .swal2-x-mark{position:relative;flex-grow:1}.swal2-icon.swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;transform:rotate(45deg)}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;transform:rotate(-45deg)}.swal2-icon.swal2-error.swal2-icon-show{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark{-webkit-animation:swal2-animate-error-x-mark .5s;animation:swal2-animate-error-x-mark .5s}.swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee}.swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.swal2-icon.swal2-success{border-color:#a5dc86;color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;transform:rotate(45deg);border-radius:50%}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.4375em;left:-2.0635em;transform:rotate(-45deg);transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.6875em;left:1.875em;transform:rotate(-45deg);transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}.swal2-icon.swal2-success .swal2-success-ring{position:absolute;z-index:2;top:-.25em;left:-.25em;box-sizing:content-box;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%}.swal2-icon.swal2-success .swal2-success-fix{position:absolute;z-index:1;top:.5em;left:1.625em;width:.4375em;height:5.625em;transform:rotate(-45deg)}.swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;z-index:2;height:.3125em;border-radius:.125em;background-color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.8125em;width:1.5625em;transform:rotate(45deg)}.swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;transform:rotate(-45deg)}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip{-webkit-animation:swal2-animate-success-line-tip .75s;animation:swal2-animate-success-line-tip .75s}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long{-webkit-animation:swal2-animate-success-line-long .75s;animation:swal2-animate-success-line-long .75s}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right{-webkit-animation:swal2-rotate-success-circular-line 4.25s ease-in;animation:swal2-rotate-success-circular-line 4.25s ease-in}.swal2-progress-steps{align-items:center;margin:0 0 1.25em;padding:0;background:inherit;font-weight:600}.swal2-progress-steps li{display:inline-block;position:relative}.swal2-progress-steps .swal2-progress-step{z-index:20;width:2em;height:2em;border-radius:2em;background:#3085d6;color:#fff;line-height:2em;text-align:center}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#3085d6}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step{background:#add8e6;color:#fff}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{background:#add8e6}.swal2-progress-steps .swal2-progress-step-line{z-index:10;width:2.5em;height:.4em;margin:0 -1px;background:#3085d6}[class^=swal2]{-webkit-tap-highlight-color:transparent}.swal2-show{-webkit-animation:swal2-show .3s;animation:swal2-show .3s}.swal2-hide{-webkit-animation:swal2-hide .15s forwards;animation:swal2-hide .15s forwards}.swal2-noanimation{transition:none}.swal2-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.swal2-rtl .swal2-close{right:auto;left:0}.swal2-rtl .swal2-timer-progress-bar{right:0;left:auto}@supports (-ms-accelerator:true){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@-moz-document url-prefix(){.swal2-close:focus{outline:2px solid rgba(50,100,150,.4)}}@-webkit-keyframes swal2-toast-show{0%{transform:translateY(-.625em) rotateZ(2deg)}33%{transform:translateY(0) rotateZ(-2deg)}66%{transform:translateY(.3125em) rotateZ(2deg)}100%{transform:translateY(0) rotateZ(0)}}@keyframes swal2-toast-show{0%{transform:translateY(-.625em) rotateZ(2deg)}33%{transform:translateY(0) rotateZ(-2deg)}66%{transform:translateY(.3125em) rotateZ(2deg)}100%{transform:translateY(0) rotateZ(0)}}@-webkit-keyframes swal2-toast-hide{100%{transform:rotateZ(1deg);opacity:0}}@keyframes swal2-toast-hide{100%{transform:rotateZ(1deg);opacity:0}}@-webkit-keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}100%{top:1.125em;left:.1875em;width:.75em}}@keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}100%{top:1.125em;left:.1875em;width:.75em}}@-webkit-keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}100%{top:.9375em;right:.1875em;width:1.375em}}@keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}100%{top:.9375em;right:.1875em;width:1.375em}}@-webkit-keyframes swal2-show{0%{transform:scale(.7)}45%{transform:scale(1.05)}80%{transform:scale(.95)}100%{transform:scale(1)}}@keyframes swal2-show{0%{transform:scale(.7)}45%{transform:scale(1.05)}80%{transform:scale(.95)}100%{transform:scale(1)}}@-webkit-keyframes swal2-hide{0%{transform:scale(1);opacity:1}100%{transform:scale(.5);opacity:0}}@keyframes swal2-hide{0%{transform:scale(1);opacity:1}100%{transform:scale(.5);opacity:0}}@-webkit-keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.8125em;width:1.5625em}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.8125em;width:1.5625em}}@-webkit-keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}@-webkit-keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}100%{transform:rotate(-405deg)}}@keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}100%{transform:rotate(-405deg)}}@-webkit-keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(.4);opacity:0}50%{margin-top:1.625em;transform:scale(.4);opacity:0}80%{margin-top:-.375em;transform:scale(1.15)}100%{margin-top:0;transform:scale(1);opacity:1}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(.4);opacity:0}50%{margin-top:1.625em;transform:scale(.4);opacity:0}80%{margin-top:-.375em;transform:scale(1.15)}100%{margin-top:0;transform:scale(1);opacity:1}}@-webkit-keyframes swal2-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}100%{transform:rotateX(0);opacity:1}}@keyframes swal2-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}100%{transform:rotateX(0);opacity:1}}@-webkit-keyframes swal2-rotate-loading{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes swal2-rotate-loading{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}body.swal2-height-auto{height:auto!important}body.swal2-no-backdrop .swal2-container{top:auto;right:auto;bottom:auto;left:auto;max-width:calc(100% - .625em * 2);background-color:transparent!important}body.swal2-no-backdrop .swal2-container>.swal2-modal{box-shadow:0 0 10px rgba(0,0,0,.4)}body.swal2-no-backdrop .swal2-container.swal2-top{top:0;left:50%;transform:translateX(-50%)}body.swal2-no-backdrop .swal2-container.swal2-top-left,body.swal2-no-backdrop .swal2-container.swal2-top-start{top:0;left:0}body.swal2-no-backdrop .swal2-container.swal2-top-end,body.swal2-no-backdrop .swal2-container.swal2-top-right{top:0;right:0}body.swal2-no-backdrop .swal2-container.swal2-center{top:50%;left:50%;transform:translate(-50%,-50%)}body.swal2-no-backdrop .swal2-container.swal2-center-left,body.swal2-no-backdrop .swal2-container.swal2-center-start{top:50%;left:0;transform:translateY(-50%)}body.swal2-no-backdrop .swal2-container.swal2-center-end,body.swal2-no-backdrop .swal2-container.swal2-center-right{top:50%;right:0;transform:translateY(-50%)}body.swal2-no-backdrop .swal2-container.swal2-bottom{bottom:0;left:50%;transform:translateX(-50%)}body.swal2-no-backdrop .swal2-container.swal2-bottom-left,body.swal2-no-backdrop .swal2-container.swal2-bottom-start{bottom:0;left:0}body.swal2-no-backdrop .swal2-container.swal2-bottom-end,body.swal2-no-backdrop .swal2-container.swal2-bottom-right{right:0;bottom:0}@media print{body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}}body.swal2-toast-shown .swal2-container{background-color:transparent}body.swal2-toast-shown .swal2-container.swal2-top{top:0;right:auto;bottom:auto;left:50%;transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{top:0;right:0;bottom:auto;left:auto}body.swal2-toast-shown .swal2-container.swal2-top-left,body.swal2-toast-shown .swal2-container.swal2-top-start{top:0;right:auto;bottom:auto;left:0}body.swal2-toast-shown .swal2-container.swal2-center-left,body.swal2-toast-shown .swal2-container.swal2-center-start{top:50%;right:auto;bottom:auto;left:0;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-center{top:50%;right:auto;bottom:auto;left:50%;transform:translate(-50%,-50%)}body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right{top:50%;right:0;bottom:auto;left:auto;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-left,body.swal2-toast-shown .swal2-container.swal2-bottom-start{top:auto;right:auto;bottom:0;left:0}body.swal2-toast-shown .swal2-container.swal2-bottom{top:auto;right:auto;bottom:0;left:50%;transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{top:auto;right:0;bottom:0;left:auto}body.swal2-toast-column .swal2-toast{flex-direction:column;align-items:stretch}body.swal2-toast-column .swal2-toast .swal2-actions{flex:1;align-self:stretch;height:2.2em;margin-top:.3125em}body.swal2-toast-column .swal2-toast .swal2-loading{justify-content:center}body.swal2-toast-column .swal2-toast .swal2-input{height:2em;margin:.3125em auto;font-size:1em}body.swal2-toast-column .swal2-toast .swal2-validation-message{font-size:1em}