@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,500,600,700,800,900 | Muli:300,400,600,700');
/**
*
* -----------------------------------------------------------------------------
*
* Template : Kulluu | Creative Agency Responsive HTML5 Template
* Author : rs-theme
* Author URI : http://www.rstheme.com/
*
* -----------------------------------------------------------------------------
*
**/
/* Table Of Content
---------------------------------------------------------
    01. General CSS
    02. Common CSS
    03. Header CSS
    04. Full-width slider Section CSS
    05. Video Section CSS
    06. Breadcrumbs CSS
    07. About Section CSS
    08. Service Section CSS
    09. Service Single CSS
    10. Service Sidebar CSS
    11. Feature Section CSS
    12. Counter Section CSS
    13. Our Skill CSS
    14. ProgressBar Section CSS
    15. Team Section CSS
    16. Team Details CSS
    17. Pricing Plan CSS
    18. CTA Section CSS
    19. Account Login CSS
    20. Checkout Section CSS
    21. Cart Section CSS
    22. Shop Section CSS
    23. Shop Single CSS
    24. Project Style CSS
    25. Portfolio Section CSS
    26. Testimonial Section CSS
    27. Blog Section CSS
    28. Blog Details CSS
    29. Blog Sidebar CSS
    30. Contact Section CSS
    31. Map Section CSS
    32. Error 404 CSS
    33. Footer Section CSS
    34. Pre-loading CSS
--------------------------------------------------------*/
/* -----------------------------------
    01. General CSS
-------------------------------------*/
html,
body {
  font-size: 15px;
  color: #666666;
  font-family: 'Montserrat', sans-serif;
  vertical-align: baseline;
  font-weight: 400;
  overflow-x: hidden;
  line-height: 25px;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  color: #232023;
  /*margin: 0 0 26px;*/
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 15px;
}
h6 {
  font-size: 13px;
}
a {
  color: #f7c808;
  transition: all 0.3s ease 0s;
  text-decoration: none !important;
  outline: none !important;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #232023;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
/* -----------------------------------
    02. Common CSS
-------------------------------------*/
.clear {
  clear: both;
}
.z-index-0 {
  z-index: 0 !important;
}
.primary-color {
  color: #f7c808;
}
.bold {
  font-weight: 700;
}
.text-center {
  text-align: center;
}
.no-border {
  border: none !important;
}
.no-background {
  background-color: unset !important;
}
.relative {
  position: relative !important;
}
.capitalize {
  text-transform: capitalize !important;
}
.normal-font-weight {
  font-weight: 400 !important;
}
.medium {
  font-weight: 500 !important;
}
.semi-bold {
  font-weight: 600 !important;
}
.bold {
  font-weight: 700 !important;
}
.bold {
  font-weight: 700 !important;
}
.box-shadow-none {
  box-shadow: none !important;
}
.sec-spacer {
  padding: 100px 0;
}
.sec-spacer2 {
  padding: 70px 0;
}
.sec-spacer3 {
  padding: 92px 0 100px;
}
.margin-0 {
  margin: 0 !important;
}
.padding-0 {
  padding: 0 !important;
}
.mt-100 {
  margin-top: 100px;
}
.mb-100 {
  margin-bottom: 100px;
}
.pr-15 {
  padding-right: 15px;
}
.pr-15p {
  padding-right: 15%;
}
.pl-15 {
  padding-left: 15px;
}
.pr-100 {
  padding-right: 100px;
}
.pl-100 {
  padding-left: 100px;
}
.pt-325 {
  padding-top: 325px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pt-50 {
  padding-top: 50px;
}
.pl-40 {
  padding-left: 40px;
}
.pl-0 {
  padding-left: 0px;
}
.pr-0 {
  padding-right: 0px;
}
.pr-40 {
  padding-right: 40px;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-59 {
  padding-bottom: 59px;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.pt-94 {
  padding-top: 94px;
}
.pb-94 {
  padding-bottom: 94px;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pb-175 {
  padding-bottom: 175px !important;
}
.pb-250 {
  padding-bottom: 250px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.container-fluid {
  padding: 0 100px;
}
.sec-color {
  color: #fbfbfb !important;
}
.sec-bg {
  background-color: #fbfbfb !important;
}
.radius-0 {
  border-radius: unset !important;
}
.gray-color {
  color: #fbfbfb !important;
}
.gray-bg {
  background-color: #fbfbfb !important;
}
.white-color {
  color: #ffffff !important;
}
.secondary-color {
  color: #232023 !important;
}
.white-bg {
  background-color: #ffffff !important;
}
.primary-color {
  color: #f7c808 !important;
}
.primary-bg {
  background: #f7c808 !important;
}
.secondary-bg {
  background: #232023 !important;
}
.bg-fixed {
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.sec-title {
  margin-bottom: 43px;
}
.sec-title .sub-title {
  font-weight: 500;
  margin: 0 0 4px;
  display: block;
  font-size: 15px;
  line-height: 26px;
  text-transform: uppercase;
}
.sec-title .sub-title.primary {
  color: #f7c808;
}
.sec-title .title {
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  color: #232023;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
}
.sec-title .title .water-mark {
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  font-size: 80px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  bottom: 20px;
  opacity: 0.05;
}
.sec-title .title .water-mark.secondary {
  color: #232023;
}
.sec-title .title-desc {
  color: #666666;
}
.sec-title .left-line {
  padding-left: 80px;
  position: relative;
}
.sec-title .left-line:after {
  position: absolute;
  content: '';
  top: 10px;
  left: 0;
  width: 60px;
  height: 2px;
}
.sec-title .left-line.primary:after {
  background: #f7c808;
}
.sec-title .left-line.secondary:after {
  background: #232023;
}
.sec-title .left-line.white:after {
  background: #ffffff;
}
.sec-title .top-line {
  padding-top: 60px;
  position: relative;
}
.sec-title .top-line:after {
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 50px;
}
.sec-title .top-line.primary:after {
  background: #f7c808;
}
.sec-title .top-line.secondary:after {
  background: #232023;
}
.sec-title .top-line.white:after {
  background: #ffffff;
}
.readon {
  background: #f7c808;
  color: #232023;
  border: 2px solid;
  border-color: #f7c808;
  border-radius: 25px;
  padding: 0 40px;
  height: 50px;
  line-height: 46px !important;
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  transition: all ease-in-out 0.5s;
  outline: none;
}
.readon:hover {
  border-color: #f7c808;
  background: #f7c808;
  color: #232023;
  opacity: 0.82;
}
.readon.default-style {
  font-size: 17px;
  font-weight: 500;
}
.readon.default-style:hover {
  border-color: #232023;
  background: #232023;
  color: #ffffff;
  opacity: 1;
}
.readon2 i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  border-radius: 50%;
  background: #f7c808;
  color: #232023;
  text-align: center;
  transition: all 0.3s;
}
.readon2 i:before {
  margin: 0;
}
.readon2 i:hover {
  color: #ffffff;
  background: #232023;
}
.readon2.primary i {
  background: #f7c808;
  color: #232023;
}
.readon2.primary i:hover {
  background: #232023;
  color: #ffffff;
}
.readon2.secondary i {
  background: #232023;
  color: #ffffff;
}
.readon2.secondary i:hover {
  background: #ffffff;
  color: #232023;
}
.readon2.primary-opacity i {
  background: #f7c808;
  color: #232023;
}
.readon2.primary-opacity i:hover {
  opacity: 0.8;
  background: #f7c808;
  color: #232023;
}
.readon2.transparent-white i {
  background: transparent;
  border: 2px solid;
  border-color: #232023;
  color: #232023;
  line-height: 36px;
}
.readon2.transparent-white i:hover {
  background: #ffffff;
  border-color: #ffffff;
}
.rs-vertical-bottom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.rs-vertical-middle {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
::-moz-selection {
  background: #f7c808;
  text-shadow: none;
  color: #ffffff;
}
::selection {
  background: #f7c808;
  text-shadow: none;
  color: #ffffff;
}
.dot-none .owl-controls .owl-dots {
  display: none !important;
}
.nav-none .owl-controls .owl-nav {
  display: none !important;
}
.grayscale img {
  filter: gray;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.3s ease 0s;
}
.grayscale img:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}
/*-----------------------------------
    #. Nav Style
-----------------------------------*/
.nav-style .owl-controls .owl-nav .owl-prev {
  display: inline-block !important;
  position: absolute;
  content: '';
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  opacity: 0;
  z-index: -1;
}
.nav-style .owl-controls .owl-nav .owl-prev i {
  color: #232023;
  transition: all 0.3s ease 0s;
}
.nav-style .owl-controls .owl-nav .owl-prev i:before {
  content: "\f138";
  font-size: 20px;
  font-family: Flaticon;
}
.nav-style .owl-controls .owl-nav .owl-prev:hover i {
  color: #f7c808;
}
.nav-style .owl-controls .owl-nav .owl-next {
  display: inline-block !important;
  position: absolute;
  content: '';
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  opacity: 0;
  z-index: -1;
}
.nav-style .owl-controls .owl-nav .owl-next i {
  color: #232023;
  transition: all 0.3s ease 0s;
}
.nav-style .owl-controls .owl-nav .owl-next i:before {
  content: "\f137";
  font-size: 20px;
  font-family: Flaticon;
}
.nav-style .owl-controls .owl-nav .owl-next:hover i {
  color: #f7c808;
}
.nav-style:hover .owl-controls .owl-nav .owl-prev {
  left: -30px;
  opacity: 1;
}
.nav-style:hover .owl-controls .owl-nav .owl-next {
  right: -30px;
  opacity: 1;
}
/* ------------------------------------
    #. Page Nav CSS
  ---------------------------------------*/
.page-nav ul {
  display: inline-block;
  border: 2px solid #f2f2f2;
  padding: 10px 30px;
  border-radius: 30px;
}
.page-nav ul li {
  display: inline;
  font-size: 18px;
  border-right: 1px solid #E6E6E6;
  padding-right: 15px;
  margin-right: 15px;
}
.page-nav ul li a {
  color: #666666;
}
.page-nav ul li a i:before {
  margin: 0;
  font-size: 18px;
}
.page-nav ul li a:hover {
  color: #f7c808;
}
.page-nav ul li.active a {
  color: #f7c808;
}
.page-nav ul li:last-child {
  padding: 0;
  margin: 0;
  border: none;
}
#scrollUp {
  text-align: center;
  bottom: 40px;
  cursor: pointer;
  position: fixed;
  right: 40px;
  z-index: 999;
  background: #f7c808;
  color: #232023;
  border-radius: 50%;
  width: 45px;
  line-height: 40px;
  font-size: 24px;
  height: 45px;
  transition: all 0.3s ease 0s;
}
#scrollUp:hover {
  opacity: 0.8;
}

#scrollDown, #backToProposal {
	top: 120px;
	right: 40px;
	z-index: 999;
	position: fixed;
	font-weight: bold;
	/*text-align: center;
	cursor: pointer;
	background: #f7c808;
	color: #232023;
	border-radius: 50%;
	width: 45px;
	line-height: 40px;
	font-size: 24px;
	height: 45px;
	transition: all 0.3s ease 0s;*/
}
#scrollDown.round-yellow-btn:hover {
	/*opacity: 0.8;*/
	background: #F7C808FF;
}
/* -----------------------
    03. Header CSS
--------------------------*/

.header-sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	background: #FFFFFF;
}

.full-width-header .rs-header {
  /*z-index: 9999;*/
  /*------Transparent Header------*/
}
.full-width-header .rs-header .sticky-logo {
  display: none;
}
.full-width-header .rs-header .menu-area .logo-area {
  position: relative;
  width: 150px;
  height: 90px;
  line-height: 88px;
}
.full-width-header .rs-header .menu-area .logo-area img {
  max-width: 100%;
  max-height: 25px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu {
  padding-right: 84px;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu {
  text-align: right;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
  /* display: inline-block; */
  margin-right: 15px;
  padding: 5px 0px 0px 0px;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
  transition: all 0.3s ease 0s;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  height: 90px;
  line-height: 90px;
  padding: 0 0 0 13px;
  color: #232023;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
  color: #f7c808;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li:last-child {
  margin-right: 0 !important;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li:last-child i {
  margin: 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu {
  background-color: #ffffff;
  margin: 0;
  padding: 0px 0px;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li {
  margin: 0;
  border: none;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a.dropdown {
	padding-bottom: 5px;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a {
  padding: 0px 15px;
  height: unset;
  text-transform: capitalize;
  line-height: unset;
  color: #232023;
  font-weight: 400;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
  color: #f7c808 !important;
}
.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 li.active a {
  color: #f7c808 !important;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu {
  background-color: #ffffff;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container {
  padding: 0;
  margin: 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu {
  width: 33%;
  float: left;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu .sub-menu .menu-title {
  font-size: 20px;
  font-weight: 700;
  padding: 10px 15px;
  color: #232023;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu:hover .sub-menu .menu-title {
  color: #f7c808;
}
.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 {
  color: #f7c808;
}
.full-width-header .rs-header .menu-area .main-menu .nav-expander {
  font-size: 20px;
  -webkit-transition: all all 0.3s ease 0s ease;
  -ms-transition: all all 0.3s ease 0s ease;
  transition: all all 0.3s ease 0s ease;
  display: block;
  color: #92278f;
  position: absolute;
  right: 15px;
  top: 26px;
}
.full-width-header .rs-header .menu-area .main-menu .nav-expander:hover {
  transform: scale(1.1);
  color: #f7c808;
}
.full-width-header .rs-header .menu-area .cart-btn {
  position: relative;
}
.full-width-header .rs-header .menu-area .cart-btn .cart-counter {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  top: 23px;
  right: -20px;
  background: #232023;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
}
.full-width-header .rs-header .menu-area .cart-btn a i {
  display: inline-block;
}
.full-width-header .rs-header .menu-area .cart-btn a i:before {
  margin: 0;
  font-size: 18px;
}
.full-width-header .rs-header .menu-area .appointment-cart {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
}
.full-width-header .rs-header .menu-area .appointment-cart .search i {
  font-size: 18px;
}
.full-width-header .rs-header .menu-area .appointment-cart ul.cart {
  text-align: right;
}
.full-width-header .rs-header .menu-area .appointment-cart ul.cart li {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-right: 15px;
}
.full-width-header .rs-header .menu-area .appointment-cart ul.cart li i {
  color: #232023;
}
.full-width-header .rs-header .menu-area .appointment-cart .search-bar {
  text-align: right;
  position: absolute;
  right: 0;
  bottom: -70px;
  display: none;
}
.full-width-header .rs-header .menu-area .appointment-cart .search-bar input {
  border: none;
  padding: 6px 15px;
  width: 200px;
}
.full-width-header .rs-header .menu-area .appointment-cart .search-bar input[type="search"] {
  border-radius: 5px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #eaedef;
  color: #222;
}
.full-width-header .rs-header .menu-area .appointment-cart .search-bar button {
  position: absolute;
  border: none;
  top: 0;
  height: 40px;
  line-height: 40px;
  width: 50px;
  background: transparent;
  right: 0;
  outline: none;
  border-radius: 5px;
}
.full-width-header .rs-header .menu-area.menu-sticky {
  box-shadow: none;
}
.full-width-header .rs-header .menu-area.menu-sticky.sticky {
  background: #ffffff;
  position: fixed;
  z-index: 999;
  margin: 0 auto;
  padding: 0;
  top: 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;
}
.full-width-header .rs-header .right_menu_togle {
  background: #fafafa;
  padding: 30px;
  z-index: 999999;
}
.full-width-header .rs-header .right_menu_togle .close-btn {
  overflow: visible;
  padding: 0;
}
.full-width-header .rs-header .right_menu_togle .close-btn span {
  width: 45px !important;
  height: 45px !important;
  line-height: 44px !important;
  border-radius: 100%;
  background: #232023;
  color: #ffffff;
  border: none !important;
  transition: all 0.3s ease 0s;
}
.full-width-header .rs-header .right_menu_togle .close-btn span i {
  transition: all 0.3s ease 0s;
}
.full-width-header .rs-header .right_menu_togle .close-btn span:hover i {
  transform: rotate(90deg);
}
.full-width-header .rs-header .right_menu_togle .canvas-logo {
  padding-left: 0;
  padding-bottom: 25px;
}
.full-width-header .rs-header .right_menu_togle .canvas-logo img {
  width: auto;
  height: 30px;
}
.full-width-header .rs-header .right_menu_togle .sidebarnav_menu li a {
  font-size: 17px;
  color: #222;
  padding-left: 0;
}
.full-width-header .rs-header .right_menu_togle .sidebarnav_menu li a:hover {
  color: #f7c808;
}
.full-width-header .rs-header .right_menu_togle .canvas-contact {
  padding: 25px 0 0;
}
.full-width-header .rs-header .right_menu_togle .canvas-contact .canvas-contact-title {
  padding: 0 0 15px;
  font-size: 20px;
  font-weight: 600;
  position: relative;
}
.full-width-header .rs-header .right_menu_togle .canvas-contact .canvas-contact-title:before {
  content: "";
  position: absolute;
  background: #f7c808;
  height: 2px;
  width: 50px;
  left: 0;
  bottom: 0;
  display: block;
  z-index: 1;
}
.full-width-header .rs-header .right_menu_togle .canvas-contact .contact {
  padding: 0 0 30px;
}
.full-width-header .rs-header .right_menu_togle .canvas-contact .contact li {
  padding: 0 0 13px;
}
.full-width-header .rs-header .right_menu_togle .canvas-contact .contact li i {
  padding-right: 10px;
}
.full-width-header .rs-header .right_menu_togle .canvas-contact .contact li a {
  color: #666666;
}
.full-width-header .rs-header .right_menu_togle .canvas-contact .contact li a:hover {
  color: #f7c808;
}
.full-width-header .rs-header .right_menu_togle .canvas-contact .contact li:last-child {
  padding: 0;
}
.full-width-header .rs-header .right_menu_togle .canvas-contact .social li {
  display: inline-block;
  padding-right: 10px;
}
.full-width-header .rs-header .right_menu_togle .canvas-contact .social li a i {
  font-size: 18px;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #232023;
  text-align: center;
  border-radius: 50%;
}
.full-width-header .rs-header .right_menu_togle .canvas-contact .social li a:hover {
  opacity: 0.82;
}
.full-width-header .rs-header .right_menu_togle .canvas-contact .social li:last-child {
  padding: 0;
}
.full-width-header .rs-header.transparent-header {
  position: absolute;
  content: '';
  width: 100%;
  top: 0;
  left: 0;
}
.full-width-header .rs-header.transparent-header .menu-area .logo-area .sticky-logo {
  display: none;
}
.full-width-header .rs-header.transparent-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
  color: #ffffff !important;
}
.full-width-header .rs-header.transparent-header .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
  color: #f7c808 !important;
}
.full-width-header .rs-header.transparent-header .menu-area .main-menu .rs-menu ul.nav-menu li .sub-menu li a {
  color: #232023 !important;
}
.full-width-header .rs-header.transparent-header .menu-area .main-menu .rs-menu ul.nav-menu li .sub-menu li a:hover {
  color: #f7c808 !important;
}
.full-width-header .rs-header.transparent-header .menu-area .main-menu .rs-menu ul.nav-menu li .sub-menu li.active a {
  color: #f7c808 !important;
}
.full-width-header .rs-header.transparent-header .menu-area .main-menu .rs-menu ul.nav-menu .cart-btn .cart-counter {
  background: #ffffff;
  color: #232023;
}
.full-width-header .rs-header.transparent-header .menu-area .main-menu .rs-menu ul.nav-menu .current-menu-item > a {
  color: #f7c808 !important;
}
.full-width-header .rs-header.transparent-header .menu-area .appointment-cart ul.cart li i {
  color: #ffffff;
}
.full-width-header .rs-header.transparent-header .menu-area.menu-sticky.sticky .logo-area .sticky-logo {
  display: block;
}
.full-width-header .rs-header.transparent-header .menu-area.menu-sticky.sticky .logo-area .normal-logo {
  display: none;
}
.full-width-header .rs-header.transparent-header .menu-area.menu-sticky.sticky .main-menu .rs-menu ul.nav-menu li a {
  color: #232023 !important;
}
.full-width-header .rs-header.transparent-header .menu-area.menu-sticky.sticky .main-menu .rs-menu ul.nav-menu li a:hover {
  color: #f7c808 !important;
}
.full-width-header .rs-header.transparent-header .menu-area.menu-sticky.sticky .main-menu .rs-menu ul.nav-menu li .sub-menu li a {
  color: #232023 !important;
}
.full-width-header .rs-header.transparent-header .menu-area.menu-sticky.sticky .main-menu .rs-menu ul.nav-menu li .sub-menu li a:hover {
  color: #f7c808 !important;
}
.full-width-header .rs-header.transparent-header .menu-area.menu-sticky.sticky .main-menu .rs-menu ul.nav-menu li .sub-menu li.active a {
  color: #f7c808 !important;
}
.full-width-header .rs-header.transparent-header .menu-area.menu-sticky.sticky .main-menu .rs-menu ul.nav-menu .cart-btn .cart-counter {
  background: #232023;
  color: #ffffff;
}
.full-width-header .rs-header.transparent-header .menu-area.menu-sticky.sticky .main-menu .rs-menu ul.nav-menu .current-menu-item > a {
  color: #f7c808 !important;
}
.full-width-header .rs-header.transparent-header .menu-area.menu-sticky.sticky .appointment-cart ul.cart li i {
  color: #232023;
}
.full-width-header .rs-header.transparent-header.black-text .menu-area .logo-area .sticky-logo {
  display: none;
}
.full-width-header .rs-header.transparent-header.black-text .menu-area .main-menu .rs-menu ul.nav-menu li a {
  color: #232023 !important;
}
.full-width-header .rs-header.transparent-header.black-text .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
  color: #f7c808 !important;
}
.full-width-header .rs-header.transparent-header.black-text .menu-area .main-menu .rs-menu ul.nav-menu li .sub-menu li a {
  color: #232023 !important;
}
.full-width-header .rs-header.transparent-header.black-text .menu-area .main-menu .rs-menu ul.nav-menu li .sub-menu li a:hover {
  color: #f7c808 !important;
}
.full-width-header .rs-header.transparent-header.black-text .menu-area .main-menu .rs-menu ul.nav-menu li .sub-menu li.active a {
  color: #f7c808 !important;
}
.full-width-header .rs-header.transparent-header.black-text .menu-area .main-menu .rs-menu ul.nav-menu .cart-btn .cart-counter {
  background: #232023;
  color: #ffffff;
}
.full-width-header .rs-header.transparent-header.black-text .menu-area .main-menu .rs-menu ul.nav-menu .current-menu-item > a {
  color: #f7c808 !important;
}
.full-width-header .rs-header.transparent-header.black-text .menu-area .appointment-cart ul.cart li i {
  color: #232023;
  font-size: 18px;
}
.full-width-header .rs-header.transparent-header.black-text .menu-area.menu-sticky.sticky .logo-area .sticky-logo {
  display: block;
}
.full-width-header .rs-header.transparent-header.black-text .menu-area.menu-sticky.sticky .logo-area .normal-logo {
  display: none;
}
.full-width-header .rs-header.transparent-header.black-text .menu-area.menu-sticky.sticky .main-menu .rs-menu ul.nav-menu li a {
  color: #232023 !important;
}
.full-width-header .rs-header.transparent-header.black-text .menu-area.menu-sticky.sticky .main-menu .rs-menu ul.nav-menu li a:hover {
  color: #f7c808 !important;
}
.full-width-header .rs-header.transparent-header.black-text .menu-area.menu-sticky.sticky .main-menu .rs-menu ul.nav-menu li .sub-menu li a {
  color: #232023 !important;
}
.full-width-header .rs-header.transparent-header.black-text .menu-area.menu-sticky.sticky .main-menu .rs-menu ul.nav-menu li .sub-menu li a:hover {
  color: #f7c808 !important;
}
.full-width-header .rs-header.transparent-header.black-text .menu-area.menu-sticky.sticky .main-menu .rs-menu ul.nav-menu li .sub-menu li.active a {
  color: #f7c808 !important;
}
.full-width-header .rs-header.transparent-header.black-text .menu-area.menu-sticky.sticky .main-menu .rs-menu ul.nav-menu .current-menu-item > a {
  color: #f7c808 !important;
}
.full-width-header .rs-header.transparent-header.black-text .menu-area.menu-sticky.sticky .appointment-cart ul.cart li i {
  color: #232023;
}
/* -----------------------
    04. Full-width slider Section CSS
--------------------------*/
.rs-home-slider.rs-home-slider-one .slider-text .sl-desc {
  line-height: 30px;
  margin-bottom: 40px;
}
.rs-home-slider img {
  width: 100%;
}
.rs-home-slider .content-inner2,
.rs-home-slider .content-inner {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.rs-home-slider .content-inner .slider-text .sl-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 35px;
  text-transform: uppercase;
  line-height: 40px;
  font-weight: 700;
  color: #f7c808;
  margin-bottom: 10px;
}
.rs-home-slider .content-inner .slider-text .sl-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 60px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 15px;
  line-height: 90px;
  text-transform: uppercase;
}
.rs-home-slider .content-inner .slider-text .sl-desc {
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
}
.rs-home-slider.home-three-slider .content-inner .slider-text .slider-pretitle {
  font-size: 20px;
  line-height: 20px;
  margin: 0 0 10px;
}
.rs-home-slider.home-three-slider .content-inner .slider-text .slider-title {
  font-size: 110px;
  line-height: 110px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  z-index: 1;
}
.rs-home-slider.home-three-slider .content-inner .slider-text .slider-title:after {
  position: absolute;
  content: '';
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  background: #f7c808;
  width: 180px;
  height: 15px;
  z-index: -1;
}
.rs-home-slider.home-three-slider .content-inner .slider-text .slider-subtitle {
  font-size: 70px;
  line-height: 70px;
  font-weight: 900;
  margin: 0 0 30px;
}
.rs-home-slider.home-three-slider .owl-nav .owl-prev,
.rs-home-slider.home-three-slider .owl-nav .owl-next {
  width: 70px;
  height: 70px;
  line-height: 73px;
  display: block;
  z-index: 100;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.1);
}
.rs-home-slider.home-three-slider .owl-nav .owl-prev:hover,
.rs-home-slider.home-three-slider .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.5);
}
.rs-home-slider .owl-nav .owl-prev,
.rs-home-slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  color: #ffffff;
  line-height: 60px;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}
.rs-home-slider .owl-nav .owl-prev i,
.rs-home-slider .owl-nav .owl-next i {
  font-size: 25px;
}
.rs-home-slider .owl-nav .owl-next {
  left: auto;
  right: 20px;
}
.rs-home-slider:hover .owl-nav .owl-prev,
.rs-home-slider:hover .owl-nav .owl-next {
  opacity: 1;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}
.rs-home-slider.home2-slider .content-inner2 .slider-text {
  padding-top: 50px;
}
.rs-home-slider.home2-slider .content-inner2 .slider-text .sl-subtitle {
  text-transform: uppercase;
  color: #232023;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
}
.rs-home-slider.home2-slider .content-inner2 .slider-text .sl-title {
  color: #232023;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 80px;
  font-weight: 800;
}
.rs-home-slider.home2-slider .content-inner2 .slider-text .sl-desc {
  color: #232023;
}
.rs-home-slider.home2-slider .content-inner2 .slider-text ul li {
  display: inline;
  margin-right: 30px;
}
.rs-home-slider.home2-slider .content-inner2 .slider-text ul li .readon {
  font-weight: 600;
}
.rs-home-slider.home2-slider .content-inner2 .slider-text ul li .sl-video-btn {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  font-size: 20px;
  text-align: center;
  background: #f7c808;
  color: #232023;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.rs-home-slider.home2-slider .content-inner2 .slider-text ul li .sl-video-btn:after {
  content: "";
  position: absolute;
  z-index: -3;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 57px;
  height: 57px;
  background: transparent;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  transition: all 0.3s ease 0s;
  border: 1px solid #f7c808;
}
.rs-home-slider.home2-slider .content-inner2 .slider-text ul li .sl-video-btn:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 65px;
  height: 65px;
  background: transparent;
  border: 1px solid #f7c808;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  transition: all 0.3s ease 0s;
  z-index: -2;
}
.rs-home-slider.home2-slider .content-inner2 .slider-text ul li:last-child {
  margin-right: 0;
}
.rs-home-slider.portfolio-slider .content-inner {
  top: 55%;
}
.rs-home-slider.portfolio-slider .content-inner7 .slider-text .sl-subtitle {
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}
.rs-home-slider.portfolio-slider .content-inner7 .slider-text .sl-subtitle a {
  color: #ffffff;
}
.rs-home-slider.portfolio-slider .content-inner7 .slider-text .sl-subtitle a:hover {
  color: #f7c808;
}
.rs-home-slider.portfolio-slider .content-inner7 .slider-text .sl-title {
  color: #ffffff;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 42px;
  line-height: 52px;
  text-transform: uppercase;
}
.rs-home-slider.portfolio-slider .content-inner7 .slider-text .sl-desc {
  font-size: 18px;
  color: #ffffff;
}
.rs-home-slider.portfolio-slider .content-inner7 .slider-text ul li {
  display: inline;
  margin-right: 30px;
}
.rs-home-slider.portfolio-slider .content-inner7 .slider-text ul li .view-btn {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease 0s;
}
.rs-home-slider.portfolio-slider .content-inner7 .slider-text ul li .view-btn i {
  margin-left: 3px;
  transition: all 0.3s ease 0s;
  color: #ffffff;
}
.rs-home-slider.portfolio-slider .content-inner7 .slider-text ul li .view-btn i:before {
  margin: 0;
}
.rs-home-slider.portfolio-slider .content-inner7 .slider-text ul li .view-btn:hover {
  color: #f7c808;
}
.rs-home-slider.portfolio-slider .content-inner7 .slider-text ul li .view-btn:hover i {
  margin-left: 10px;
  color: #f7c808;
}
.rs-home-slider.portfolio-slider .content-inner7 .slider-text ul li:last-child {
  margin-right: 0;
}
.rs-home-slider.portfolio-slider .owl-nav .owl-prev,
.rs-home-slider.portfolio-slider .owl-nav .owl-next {
  position: absolute;
  top: unset;
  left: unset;
  transform: unset;
  bottom: 50px;
  right: 50px;
  color: #ffffff;
  padding: 0;
  margin: 0;
  width: 60px;
  height: 60px;
  line-height: 65px;
  background: #ffffff;
  text-align: center;
  opacity: 0.5;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}
.rs-home-slider.portfolio-slider .owl-nav .owl-prev i,
.rs-home-slider.portfolio-slider .owl-nav .owl-next i {
  font-size: 25px;
  color: #232023;
}
.rs-home-slider.portfolio-slider .owl-nav .owl-prev:hover,
.rs-home-slider.portfolio-slider .owl-nav .owl-next:hover {
  opacity: 1;
}
.rs-home-slider.portfolio-slider .owl-nav .owl-prev {
  left: unset;
  right: 112px;
}
.rs-home-slider.portfolio2-slider .single-slider {
  position: relative;
}
.rs-home-slider.portfolio2-slider .content-inner8 {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  padding: 0 100px;
}
.rs-home-slider.portfolio2-slider .content-inner8 .slider-text .sl-subtitle {
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}
.rs-home-slider.portfolio2-slider .content-inner8 .slider-text .sl-subtitle a {
  color: #666666;
}
.rs-home-slider.portfolio2-slider .content-inner8 .slider-text .sl-title {
  color: #232023;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 42px;
  line-height: 52px;
  text-transform: uppercase;
}
.rs-home-slider.portfolio2-slider .content-inner8 .slider-text .sl-desc {
  max-width: 90%;
  font-size: 18px;
}
.rs-home-slider.portfolio2-slider .content-inner8 .slider-text ul li {
  display: inline;
  margin-right: 30px;
}
.rs-home-slider.portfolio2-slider .content-inner8 .slider-text ul li .view-btn {
  color: #666666;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
}
.rs-home-slider.portfolio2-slider .content-inner8 .slider-text ul li .view-btn i {
  margin-left: 3px;
  transition: all 0.3s ease 0s;
}
.rs-home-slider.portfolio2-slider .content-inner8 .slider-text ul li .view-btn i:before {
  margin: 0;
}
.rs-home-slider.portfolio2-slider .content-inner8 .slider-text ul li .view-btn:hover {
  color: #232023;
}
.rs-home-slider.portfolio2-slider .content-inner8 .slider-text ul li .view-btn:hover i {
  margin-left: 10px;
}
.rs-home-slider.portfolio2-slider .content-inner8 .slider-text ul li:last-child {
  margin-right: 0;
}
.rs-home-slider.portfolio2-slider .owl-nav .owl-prev,
.rs-home-slider.portfolio2-slider .owl-nav .owl-next {
  position: absolute;
  top: unset;
  left: unset;
  transform: unset;
  bottom: 30px;
  right: 30px;
  color: #ffffff;
  padding: 0;
  margin: 0;
  width: 60px;
  height: 60px;
  line-height: 65px;
  background: #ffffff;
  text-align: center;
  opacity: 0.5;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}
.rs-home-slider.portfolio2-slider .owl-nav .owl-prev i,
.rs-home-slider.portfolio2-slider .owl-nav .owl-next i {
  font-size: 25px;
  color: #232023;
}
.rs-home-slider.portfolio2-slider .owl-nav .owl-prev:hover,
.rs-home-slider.portfolio2-slider .owl-nav .owl-next:hover {
  opacity: 1;
}
.rs-home-slider.portfolio2-slider .owl-nav .owl-prev {
  left: unset;
  right: 92px;
}

.owl-controls { clear: both; }

.owl-buttons .owl-prev,
.owl-buttons .owl-next {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  padding: 5px;
  font-size: 3em;
  color: #fff;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}

.owl-buttons .owl-next {
  left: auto;
  right: 20px;
}

.rs-home-slider .slider-text .slider-map {
  width: 275px;
  max-width: 40%;
}

.rs-home-slider .slider-text .slider-map .slider-map-image {
  min-height: 0;
}

#rs-home-slider ~ * {
  clear: both;
}

/* -----------------------
    05. Banner Section
--------------------------*/
.rs-home-banner {
  position: relative;
}
.rs-home-banner .banner-img {
  width: 100%;
}
.rs-home-banner .banner-content {
  position: absolute;
  content: '';
  top: 50%;
  left: 43%;
  transform: translateY(-50%);
}
.rs-home-banner .banner-content .sub-title {
  font-size: 24px;
  line-height: 24px;
}
.rs-home-banner .banner-content .title {
  font-size: 64px;
  line-height: 74px;
}
.rs-home-banner .banner-content .cd-intro .cd-headline {
  font-size: 35px;
}
.rs-home-banner .banner-content .cd-intro .cd-headline .cd-words-wrapper span {
  color: #f7c808;
  text-transform: uppercase;
}
.rs-home-banner .banner-content .banner-btn .readon.banner-btn {
  background: transparent;
  color: #ffffff;
  border: 2px solid #f7c808;
  border-radius: 0;
  opacity: 1;
}
.rs-home-banner .banner-content .banner-btn .readon.banner-btn:hover {
  background: #f7c808;
  color: #232023;
}
/* -----------------------
    05. Video Section CSS
--------------------------*/
.video-section-area .image-here {
  padding: 300px 0;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.video-section-area .image-here .video-icon-here {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-section-area .image-here .video-icon-here .popup-videos {
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 6px 33px;
  margin: 0 auto;
}
.video-section-area .image-here .video-icon-here .popup-videos i {
  display: none;
}
.video-section-area .image-here .video-icon-here .popup-videos:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #f7c808;
  border-radius: 50%;
  transition: all 200ms;
}
.video-section-area .image-here .video-icon-here .popup-videos:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #f7c808;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.video-section-area .image-here .video-icon-here .popup-videos:hover {
  border-color: rgba(255, 255, 255, 0.7);
}
.video-section-area .image-here .video-icon-here .popup-videos span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 27px solid #232023;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
}
.video-section-area .image-here.bg-1 {
  background: url(images/videos/progress-video.jpg);
}
.video-section-area .image-here.bg-2 {
  background: url(images/videos/progress-video-personal.jpg);
}
/* ------------------------------------
    06. Breadcrumbs CSS
  ---------------------------------------*/
.rs-breadcrumbs .breadcrumbs-image {
  position: relative;
  overflow: hidden;
}
.rs-breadcrumbs .breadcrumbs-image img {
  width: 100%;
}
.rs-breadcrumbs .breadcrumbs-image .breadcrumbs-inner {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.rs-breadcrumbs .breadcrumbs-image .breadcrumbs-inner .breadcrumbs-text .breadcrumbs-title {
  width: 100%;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0 0 10px;
  color: #ffffff;
  float: left;
  line-height: 42px;
}
.rs-breadcrumbs .breadcrumbs-image .breadcrumbs-inner .breadcrumbs-text .breadcrumbs-subtitle li {
  color: #ddd;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.rs-breadcrumbs .breadcrumbs-image .breadcrumbs-inner .breadcrumbs-text .breadcrumbs-subtitle li a {
  color: #ddd;
  position: relative;
  padding-right: 24px;
}
.rs-breadcrumbs .breadcrumbs-image .breadcrumbs-inner .breadcrumbs-text .breadcrumbs-subtitle li a i {
  color: #ddd;
  padding-right: 5px;
}
.rs-breadcrumbs .breadcrumbs-image .breadcrumbs-inner .breadcrumbs-text .breadcrumbs-subtitle li a:after {
  background-color: #ffffff;
  content: "";
  height: 15px;
  width: 2px;
  position: absolute;
  right: 8px;
  top: 1px;
  transform: rotate(20deg);
}
.rs-breadcrumbs .breadcrumbs-image .breadcrumbs-inner .breadcrumbs-text .breadcrumbs-subtitle li a:hover {
  opacity: 0.7;
}
/* -----------------------
    07. About Section CSS
--------------------------*/
.rs-about .about-img .author-info {
  position: absolute;
  left: 100px;
  bottom: -75px;
  width: 450px;
  margin: 0 auto;
  padding: 40px 35px;
  border-radius: 10px;
  box-shadow: 0px 0px 30px 14px rgba(0, 0, 0, 0.04);
  background-color: #ffffff;
}
.rs-about .about-img .author-info .author-signature {
  display: inline-block;
}
.rs-about .about-img .author-info .author-signature .author-name {
  float: left;
  margin-right: 10px;
}
.rs-about .about-img .author-info .author-signature .author-designation {
  float: left;
  font-weight: 500;
  color: #232023;
}
.rs-about .about-right-text {
  padding: 35px;
  margin: 0px;
  border-radius: 10px;
  margin-left: -100px;
  background-color: #f7c808;
}
.rs-about2 .sec-title {
  margin-bottom: 0;
}
.rs-about2 .sec-title .btn-about {
  margin-top: 30px;
  padding-left: 80px;
}
.left-right-padding .container {
  padding-left: 30px;
  padding-right: 30px;
}
.rs-about4 {
  position: relative;
}
.rs-about4 .banner-img {
  width: 100%;
}
.rs-about4 .about-inner {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.rs-about4 .sec-title {
  margin-bottom: 30px;
}
.rs-about4 .content-box {
  max-width: 650px;
  padding: 50px;
  margin: 0 auto;
  border-radius: 10px;
}
/*-----------------------------------
    08. Service Section CSS
-----------------------------------*/
.rs-creative-service .services-part {
  padding: 50px;
  border-radius: 7px;
  box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.04);
  margin-bottom: -225px;
  position: relative;
}
.rs-creative-service .services-part .single-services {
  padding: 30px 20px;
  border-radius: 3px;
}
.rs-creative-service .services-part .single-services .single-service-icon i {
  transition: all 0.3s ease 0s;
}
.rs-creative-service .services-part .single-services .single-service-icon i:before {
  color: #f7c808;
  font-size: 60px;
  margin: 0;
  line-height: 1;
}
.rs-creative-service .services-part .single-services .single-service-title {
  margin: 20px 0;
}
.rs-creative-service .services-part .single-services .single-service-title a {
  color: #ffffff;
}
.rs-creative-service .services-part .single-services .single-service-title a:hover {
  color: #f7c808;
}
.rs-creative-service .services-part .single-services .single-service-desc {
  color: #ffffff;
}
.rs-creative-service .services-part .single-services:hover .single-service-icon i {
  filter: grayscale(1);
}
.rs-creative-service .services-part.default-style {
  padding: 0;
  margin: 0;
  box-shadow: none;
}
.rs-creative-service .services-part.default-style .single-services {
  padding: 0;
}
.rs-creative-service .services-part.default-style .single-services .single-service-icon i {
  color: #f7c808;
}
.rs-creative-service .services-part.default-style .single-services .single-service-icon:hover i {
  color: #ccc;
}
.rs-creative-service .services-part.default-style .single-services .single-service-title {
  margin: 15px 0 10px;
  font-size: 24px;
  font-weight: 600;
}
.rs-creative-service .services-part.default-style .single-services .single-service-title a {
  color: #232023;
}
.rs-creative-service .services-part.default-style .single-services .single-service-title a:hover {
  color: #232023;
}
.rs-creative-service .services-part.default-style .single-services .single-service-desc {
  color: #666666;
}
.rs-creative-service .service-img-box img {
  margin-bottom: -225px;
}
.rs-creative-service.before-bg {
  position: relative;
}
.rs-creative-service.before-bg:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 500px;
  width: 100%;
  background: url(images/services/services-bg.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.rs-creative-service.bg-2 {
  background: url(images/services/bg2.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.rs-creative-service.bg-3 {
  background: url(images/services/bg3.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.rs-services3 .services-box {
  border-radius: 3px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.03);
}
.rs-services3 .services-box .service-img {
  overflow: hidden;
}
.rs-services3 .services-box .service-img img {
  transition: all 0.3s ease 0s;
}
.rs-services3 .services-box .services-text {
  padding: 30px 20px;
}
.rs-services3 .services-box .services-text .title {
  margin: 0 0 10px 0;
  font-size: 20px;
  font-weight: 600;
}
.rs-services3 .services-box .services-text .title a {
  color: #232023;
}
.rs-services3 .services-box .services-text .title a:hover {
  color: #f7c808;
}
.rs-services3 .services-box .services-text .desc {
  margin: 0 0 20px 0;
}
.rs-services3 .services-box:hover .service-img img {
  transform: scale(1.1, 1.1);
}
.rs-services-slider .services-part .service-slider-nav .slick-arrow {
  background: transparent;
  border: none;
  border-radius: unset;
  outline: none;
  position: relative;
  padding: 0;
  cursor: pointer;
  z-index: 11;
  font-size: 0;
  width: 40px;
  height: 40px;
  top: 50px;
}
.rs-services-slider .services-part .service-slider-nav .slick-arrow.slick-next {
  top: auto;
  bottom: 50px;
}
.rs-services-slider .services-part .service-slider-nav .slick-arrow:after {
  position: absolute;
  font-size: 18px;
  color: #ffffff;
  background: #f7c808;
  width: 40px;
  height: 40px;
  line-height: 35px;
  border-radius: 50%;
  outline: none;
  z-index: 11;
  border: none;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.rs-services-slider .services-part .service-slider-nav .slick-arrow.slick-prev,
.rs-services-slider .services-part .service-slider-nav .slick-arrow.slick-next {
  left: 50%;
  transform: translateX(-50%);
}
.rs-services-slider .services-part .service-slider-nav .slick-arrow.slick-prev:after,
.rs-services-slider .services-part .service-slider-nav .slick-arrow.slick-next:after {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
  position: absolute;
}
.rs-services-slider .services-part .service-slider-nav .slick-arrow.slick-prev:after {
  content: "↑";
}
.rs-services-slider .services-part .service-slider-nav .slick-arrow.slick-next:after {
  content: "↓";
}
.rs-services-slider .services-part .service-slider-nav .slick-arrow:hover:after {
  color: #232023;
}
.rs-services-slider .services-part .service-slider-nav .images-slide-single img {
  width: 100% !important;
}
.rs-services-slider .services-part .inner-single-product-slider .slider .slider-text {
  padding: 30px 30px;
}
.rs-services-slider .services-part .inner-single-product-slider .slider .slider-text .sec-title .title {
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
}
.rs-services-slider .services-part .inner-single-product-slider .slider .slider-text .sec-title .title a {
  color: #ffffff;
}
.rs-services-slider .services-part .inner-single-product-slider .slider .slider-text .sec-title .title a:hover {
  color: #f7c808;
}
.rs-services4 {
  background: url(images/services/bg4.jpg);
  background-repeat: no-repeat;
}
.rs-services4 .services-box .right-part {
  padding: 50px 100px 20px 50px;
}
.rs-services4 .services-box .right-part .service-item .service-icon {
  margin-bottom: 20px;
}
.rs-services4 .services-box .right-part .service-item .service-icon i:before {
  font-size: 60px;
  line-height: 1;
  margin: 0;
  color: #f7c808;
  transition: all 0.3s ease 0s;
}
.rs-services4 .services-box .right-part .service-item .title {
  margin-bottom: 10px;
}
.rs-services4 .services-box .right-part .service-item .desc {
  margin: 0;
}
.rs-services4 .services-box .right-part .service-item:hover .service-icon i:before {
  filter: grayscale(1);
}
/*----------------------------------------
    09. Service Single CSS
----------------------------------------*/
.services-single .left-side .col-title {
  margin-bottom: 30px;
}
.services-single .left-side .col-title .title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 10px;
}
.services-single .left-side ul {
  padding-left: 20px;
}
.services-single .left-side ul li {
  margin-bottom: 10px;
}
.services-single .left-side ul li:before {
  font-family: Flaticon;
  content: "\f137";
  margin-right: 10px;
}
.services-single .left-side ul li:last-child {
  margin: 0;
}
/*-------------------------------------
    10. Service Sidebar CSS
-------------------------------------*/
.service-sidebar .sidebar .search-bar form {
  position: relative;
}
.service-sidebar .sidebar .search-bar form input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ddd;
  border-radius: 3px;
  outline: none;
  padding: 0 10px;
}
.service-sidebar .sidebar .search-bar form button {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  background: transparent;
  color: #232023;
  width: 40px;
  height: 40px;
  line-height: 40px;
  outline: none;
  border: none;
  opacity: 1;
  cursor: pointer;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  transition: all 0.3s ease 0s;
}
.service-sidebar .sidebar .search-bar form button:hover {
  background: #232023;
  color: #ffffff;
}
.service-sidebar .sidebar .service-list .title {
  background: #232023;
  color: #ffffff;
  padding: 14px 25px;
  font-size: 24px;
  font-weight: 600;
}
.service-sidebar .sidebar .service-list ul.services-item-list {
  list-style: none;
  margin: 0;
}
.service-sidebar .sidebar .service-list ul.services-item-list li {
  border-top: 1px solid #eee;
  background: #f9f9f9;
  padding: 15px 25px;
}
.service-sidebar .sidebar .service-list ul.services-item-list li a {
  color: #232023;
  display: block;
}
.service-sidebar .sidebar .service-list ul.services-item-list li a:hover {
  color: #f7c808;
}
.service-sidebar .sidebar .service-list ul.services-item-list li:first-child {
  border-top: none;
}
.service-sidebar .sidebar .service-list ul.contact-list {
  padding: 40px 30px 40px 30px;
  background: #f9f9f9;
}
.service-sidebar .sidebar .service-list ul.contact-list li {
  margin: 0 0 25px;
  color: #232023;
}
.service-sidebar .sidebar .service-list ul.contact-list li i {
  float: left;
  font-size: 25px;
  margin-right: 10px;
  width: 40px;
  line-height: 50px;
  text-align: center;
  height: 50px;
}
.service-sidebar .sidebar .service-list ul.contact-list li span {
  display: block;
  font-weight: 600;
  font-size: 18px;
  color: #232023;
}
.service-sidebar .sidebar .service-list ul.contact-list li a {
  color: #232023;
}
.service-sidebar .sidebar .service-list ul.contact-list li a:hover {
  color: #f7c808;
}
.service-sidebar .sidebar .service-list ul.contact-list li:last-child {
  margin: 0;
}
.service-sidebar .sidebar .service-list ul.contact-list li .contact-info {
  overflow: hidden;
}
.service-sidebar .sidebar .sidebar-gallery .images-item {
  position: relative;
  overflow: hidden;
}
.service-sidebar .sidebar .sidebar-gallery .images-item a {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #232023;
  color: #ffffff;
  text-align: center;
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease 0s;
}
.service-sidebar .sidebar .sidebar-gallery .images-item:after {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  left: -100px;
  top: 0;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.service-sidebar .sidebar .sidebar-gallery .images-item:hover a {
  opacity: 1;
}
.service-sidebar .sidebar .sidebar-gallery .images-item:hover:after {
  left: 0;
  opacity: 1;
}
.service-sidebar .full-content .services-single .top-side blockquote {
  margin: 20px !important;
  padding: 45px 60px 35px 60px;
  color: #666;
  position: relative;
  background: url(images/quote-left.png);
  background-repeat: no-repeat;
  background-position: left 20px top 20px;
  background-size: 55px;
  font-size: 18px;
  font-weight: normal;
  font-style: italic;
  line-height: 30px;
}
.service-sidebar .full-content .services-single .top-side blockquote p {
  margin: 0;
}
/*-----------------------------------
    11. Feature Section CSS
-----------------------------------*/
.rs-feature .feature-box {
  text-align: center;
}
.rs-feature .feature-box .icon-img img {
  transition: all 0.3s ease 0s;
}
.rs-feature .feature-box .title {
  font-size: 24px;
  font-weight: 600;
  position: relative;
  margin: 15px 0 10px 0;
  display: inline-block;
  transition: all 0.3s ease 0s;
}
.rs-feature .feature-box .title:before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 2px;
  opacity: 0;
  background: #f7c808;
  transition: all 0.3s ease 0s;
}
.rs-feature .feature-box:hover .icon-img img {
  filter: grayscale(1);
}
.rs-feature .feature-box:hover .title {
  padding-left: 50px;
}
.rs-feature .feature-box:hover .title:before {
  width: 40px;
  opacity: 1;
}
.rs-feature .feature-box.padding-feature {
  padding: 50px 20px 45px;
}
.rs-feature.bg-7 {
  background: #111111;
}
/*-----------------------------------
    12. Counter Section CSS
-----------------------------------*/
.rs-counter .counter-top-area .rs-count .rs-counter-list {
  text-align: center;
}
.rs-counter .counter-top-area .rs-count .rs-counter-list i {
  font-size: 40px;
  color: #f7c808;
}
.rs-counter .counter-top-area .rs-count .rs-counter-list h3 {
  color: #ffffff;
  font-weight: 900;
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.rs-counter .counter-top-area .rs-count .rs-counter-list h4 {
  color: #ffffff;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0;
}
.rs-counter.default-style .rs-count .rs-counter-list {
  text-align: left;
}
.rs-counter.default-style .rs-count .rs-counter-list h3 {
  color: #f7c808;
  display: inline-block;
}
.rs-counter.default-style .rs-count .rs-counter-list span {
  color: #f7c808;
  font-size: 30px;
  line-height: 30px;
  font-weight: 900;
}
.rs-counter.default-style .rs-count .rs-counter-list h4 {
  color: #232023;
}
.rs-counter.default-style .rs-count h4 {
  color: #232023;
}
.rs-counter.bg1 {
  background: url(images/counter/bg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.rs-counter.bg2 {
  background: url(images/counter/bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
/*-----------------------------------
    13. Our Skill CSS
-----------------------------------*/
.rs-our-skills .video-img {
  background: url(images/about/about-video-main.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 265px 0 278px 0;
}
.rs-our-skills .video-img .play-btn {
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin: 0 auto;
  border-radius: 50%;
  text-align: center;
  font-size: 23px;
  display: block;
  background: #f7c808;
  position: relative;
}
.rs-our-skills .video-img .play-btn i {
  color: #232023;
}
.rs-our-skills .video-img .play-btn:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 75px;
  height: 75px;
  background: transparent;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  transition: all 0.3s ease 0s;
  border: 1px solid #f7c808;
}
.rs-our-skills .video-img .play-btn:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 85px;
  height: 85px;
  background: transparent;
  border: 1px solid #f7c808;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  transition: all 0.3s ease 0s;
  z-index: 0;
}
.rs-our-skills .cl-skill-bar .skillbar {
  background: #232023;
  border-radius: 3px;
  height: 12px;
  margin: 3px 0 18px;
  position: relative;
  width: 100%;
}
.rs-our-skills .cl-skill-bar .skillbar .skillbar-bar {
  background: #f7c808;
  border-radius: 3px;
  height: 12px;
  width: 0;
  margin-bottom: 0;
}
.rs-our-skills .cl-skill-bar .skillbar .skill-bar-percent {
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 0;
  top: -30px;
}
.rs-personal-skill .single-item .skill-title span.year-top {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
}
.rs-personal-skill .single-item .skill-content {
  padding-left: 80px;
  position: relative;
}
.rs-personal-skill .single-item .skill-content:before {
  position: absolute;
  content: '';
  left: 0;
  top: 10px;
  width: 60px;
  height: 2px;
  background: #f7c808;
}
/* -----------------------
    14. ProgressBar Section CSS
--------------------------*/
.rs-progressbar-video .progressbar-area {
  position: relative;
  padding: 40px 50px;
  margin-right: -90px;
  background-color: #ffffff;
  border-radius: 7px;
  box-shadow: 0px 18px 21px rgba(0, 0, 0, 0.04);
  z-index: 9;
}
.rs-progressbar-video .progressbar-area.default-style {
  width: unset;
  margin-right: -90px;
}
.rs-progressbar-video .progressbar-area.default-style .cl-skill-bar .skillbar {
  margin-bottom: 20px;
}
.rs-progressbar-video .progressbar-area.default-style .cl-skill-bar .skillbar:last-child {
  margin-bottom: 0;
}
/* ------------------------------------
    15. Team Section CSS
---------------------------------------*/
.rs-team .single-team {
  padding-bottom: 30px;
}
.rs-team .single-team .team-img {
  position: relative;
  overflow: hidden;
}
.rs-team .single-team .team-img a img {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.rs-team .single-team .team-img .team-social {
  position: absolute;
  bottom: 0;
  right: -50px;
  opacity: 0;
  padding: 10px 0;
  background: #232023;
  width: 50px;
  z-index: 2;
  text-align: center;
  transition: all 0.3s;
}
.rs-team .single-team .team-img .team-social a {
  color: #fff;
  display: block;
  padding: 6px 8px;
  transition: all 0.3s;
}
.rs-team .single-team .team-img .team-social a:hover {
  color: #f7c808;
}
.rs-team .single-team .team-img .team-social a:last-child {
  margin-right: 0;
}
.rs-team .single-team .team-item-text .team-details {
  color: #232023;
  padding: 15px 10px;
  text-transform: capitalize;
  background: #fff;
  box-shadow: 0 5px 20px rgba(34, 34, 34, 0.1);
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  z-index: 1;
  position: relative;
  text-align: center;
}
.rs-team .single-team .team-item-text .team-details .team-name {
  font-weight: 700;
  font-size: 22px;
  margin: 0 0 5px;
}
.rs-team .single-team .team-item-text .team-details .team-name a {
  color: #232023;
}
.rs-team .single-team .team-item-text .team-details .team-name a:hover {
  color: #f7c808;
}
.rs-team .single-team:hover .team-img .team-social {
  right: 0;
  opacity: 1;
}
.rs-team .single-team .fyl-caption {
  display: none;
}
.rs-team.style-2 .single-team .team-img {
  position: relative;
}
.rs-team.style-2 .single-team .team-img .team-social {
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translate(-50%, 50%);
  opacity: 0;
  padding: 0;
  background: unset;
  width: 100%;
  z-index: 2;
  text-align: center;
  transition: all 0.3s;
  right: unset;
  bottom: unset;
}
.rs-team.style-2 .single-team .team-img .team-social a {
  color: #ffffff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  padding: 0;
  margin-right: 3px;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.rs-team.style-2 .single-team .team-img .team-social a:hover {
  color: #232023;
  background: #ffffff;
}
.rs-team.style-2 .single-team .team-img .team-social a:last-child {
  margin-right: 0;
}
.rs-team.style-2 .single-team .team-img:after {
  position: absolute;
  content: '';
  background: #232023;
  opacity: 0;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease 0s;
}
.rs-team.style-2 .single-team .team-item-text .team-details {
  color: #232023;
  padding: 15px 10px;
  text-transform: capitalize;
  background: #fff;
  box-shadow: 0 5px 20px rgba(34, 34, 34, 0.1);
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  z-index: 1;
  position: relative;
  text-align: center;
}
.rs-team.style-2 .single-team .team-item-text .team-details .team-name {
  font-weight: 700;
  font-size: 22px;
  margin: 0 0 5px;
}
.rs-team.style-2 .single-team .team-item-text .team-details .team-name a {
  color: #232023;
}
.rs-team.style-2 .single-team .team-item-text .team-details .team-name a:hover {
  color: #f7c808;
}
.rs-team.style-2 .single-team:hover .team-img .team-social {
  opacity: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rs-team.style-2 .single-team:hover .team-img:after {
  bottom: 0;
  opacity: 0.7;
}
.rs-team.style-2 .single-team .fyl-caption {
  display: none;
}
.rs-team-inner3 .team-item {
  position: relative;
  text-align: center;
  padding: 25px;
}
.rs-team-inner3 .team-item .team-img {
  position: relative;
}
.rs-team-inner3 .team-item .team-img:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #232023;
  transition: all 0.4s;
}
.rs-team-inner3 .team-item .team-item-text .team-content {
  display: block;
  z-index: 3;
  color: #fff;
  position: absolute;
  content: '';
  top: 40%;
  left: 50%;
  width: 100%;
  padding: 50px;
  opacity: 0;
  transform: translate(-50%, -60%);
  transition: all 0.3s;
}
.rs-team-inner3 .team-item .team-item-text .team-content .bottom-content .team-name {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
}
.rs-team-inner3 .team-item .team-item-text .team-content .bottom-content .team-name a {
  color: #ffffff;
}
.rs-team-inner3 .team-item .team-item-text .team-content .bottom-content .team-name a:hover {
  color: #f7c808;
}
.rs-team-inner3 .team-item .team-item-text .team-content .bottom-content .team-title {
  color: #fff;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 5px;
}
.rs-team-inner3 .team-item .team-item-text .team-content .bottom-content .team-title:after {
  position: absolute;
  content: '';
  width: 170px;
  height: 2px;
  background: #f2f2f2;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.rs-team-inner3 .team-item .team-item-text .team-content .social-icons {
  margin-top: 7px;
  margin-bottom: 5px;
}
.rs-team-inner3 .team-item .team-item-text .team-content .social-icons a {
  color: #fff;
  margin-right: 10px;
  font-size: 20px;
}
.rs-team-inner3 .team-item .team-item-text .team-content .social-icons a:hover {
  color: #cccccc;
}
.rs-team-inner3 .team-item .team-item-text .team-content .social-icons a:last-child {
  margin: 0;
}
.rs-team-inner3 .team-item .team-item-text .team-content .team-desc {
  margin-bottom: 0;
}
.rs-team-inner3 .team-item:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-bottom: 200px solid #232023;
  border-left: 200px solid transparent;
  right: 0;
  bottom: 0px;
  z-index: -1;
}
.rs-team-inner3 .team-item:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-top: 200px solid #232023;
  border-right: 200px solid transparent;
  left: 0;
  top: 0px;
  z-index: -1;
}
.rs-team-inner3 .team-item:hover .team-img:after {
  opacity: 0.7;
}
.rs-team-inner3 .team-item:hover .team-item-text .team-content {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
.rs-team-inner4 .team-grid {
  overflow: hidden;
  position: relative;
}
.rs-team-inner4 .team-grid .team-image {
  margin-bottom: 107px;
}
.rs-team-inner4 .team-grid .team-image img {
  transition: all 0.3s ease 0s;
}
.rs-team-inner4 .team-grid .text-bottom {
  text-align: center;
  border-bottom: 3px solid #f7c808;
  border-radius: 0 0 3px 3px;
  background: #ffffff;
  padding: 30px 0 15px 0;
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s ease 0s;
}
.rs-team-inner4 .team-grid .text-bottom h4.person-name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.rs-team-inner4 .team-grid .text-bottom h4.person-name a {
  color: #232023;
}
.rs-team-inner4 .team-grid .text-bottom h4.person-name a:hover {
  color: #f7c808;
}
.rs-team-inner4 .team-grid .text-bottom span.designation {
  display: block;
  color: #212121;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  transition: all 0.3s ease 0s;
}
.rs-team-inner4 .team-grid .social-links {
  margin-top: 20px;
  padding-bottom: 10px;
  transition: all 0.3s ease 0s;
  margin-bottom: -50px;
  opacity: 0;
}
.rs-team-inner4 .team-grid .social-links ul li {
  display: inline;
  padding: 0 5px;
}
.rs-team-inner4 .team-grid .social-links ul li a i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #232023;
  border-radius: 30px;
  transition: all 0.3s ease 0s;
  background: #f7c808;
}
.rs-team-inner4 .team-grid .social-links ul li a:hover i {
  background: #ffffff;
  color: #f7c808;
}
.rs-team-inner4 .team-grid:hover .team-image img {
  transform: scale(1.1);
}
.rs-team-inner4 .team-grid:hover .text-bottom {
  background: #232023;
}
.rs-team-inner4 .team-grid:hover .text-bottom .person-name a {
  color: #ffffff;
}
.rs-team-inner4 .team-grid:hover .text-bottom .person-name a:hover {
  color: #f7c808;
}
.rs-team-inner4 .team-grid:hover .text-bottom .designation {
  color: #ffffff;
}
.rs-team-inner4 .team-grid:hover .text-bottom .social-links {
  margin-bottom: 0;
  opacity: 1;
}
.rs-team-inner5 .team-item {
  margin-bottom: 125px;
  position: relative;
  overflow: visible;
}
.rs-team-inner5 .team-item .normal-text {
  color: #222222;
  text-align: center;
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: -85px;
  background: #fff;
  transform: translateX(-50%);
  width: 80%;
  padding: 20px 20px 25px;
  -webkit-box-shadow: 10px 17px 38px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 10px 17px 38px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 10px 17px 38px 0 rgba(0, 0, 0, 0.1);
}
.rs-team-inner5 .team-item .normal-text .person-name {
  display: block;
  font-size: 22px;
  margin-bottom: 0px;
  text-transform: capitalize;
  font-weight: 600;
}
.rs-team-inner5 .team-item .normal-text .person-name a {
  color: #232023;
}
.rs-team-inner5 .team-item .normal-text .person-name a:hover {
  color: #f7c808;
}
.rs-team-inner5 .team-item .normal-text .designation {
  font-size: 15px;
  font-weight: 500;
  float: none;
  color: #232023;
  margin-bottom: 0;
  line-height: 30px;
}
.rs-team-inner5 .team-item .normal-text .team-text {
  font-size: 14px;
  margin-bottom: 0;
  color: #777;
  position: relative;
  z-index: 1;
  max-height: 0;
  opacity: 0;
  line-height: 24px;
  -webkit-transition: all 0.6s, max-height 0.5s;
  -o-transition: all 0.6s, max-height 0.5s;
  -moz-transition: all 0.6s, max-height 0.5s;
  transition: all 0.6s, max-height 0.5s;
  overflow: hidden;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  -o-transform-origin: bottom;
  transform-origin: bottom;
}
.rs-team-inner5 .team-item .normal-text .team-text:before {
  content: '';
  position: absolute;
  z-index: 1;
  background: #232023;
  top: 0;
  left: 50%;
  width: 50px;
  height: 2px;
  margin-left: -25px;
}
.rs-team-inner5 .team-item .normal-text .social-icons {
  text-align: center;
  margin-top: 12px;
}
.rs-team-inner5 .team-item .normal-text .social-icons a i {
  color: #ffffff;
  font-size: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #232023;
  text-align: center;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-radius: 50%;
  margin: 0;
}
.rs-team-inner5 .team-item .normal-text .social-icons a:hover i {
  background: #f7c808;
  color: #232023;
}
.rs-team-inner5 .team-item:hover .normal-text .team-text {
  position: relative;
  max-height: 400px;
  opacity: 1;
  text-align: center;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: all 0.4s, max-height 1.5s;
  -o-transition: all 0.4s, max-height 1.5s;
  -moz-transition: all 0.4s, max-height 1.5s;
  transition: all 0.4s, max-height 1.5s;
  padding-top: 18px;
  margin-top: 8px;
}
/*-------------------------------------------
    16. Team Details CSS
-------------------------------------------*/
.rs-team-details .left-side img {
  width: 100%;
}
.rs-team-details .left-side .details-box {
  padding: 20px;
  background: #232023;
}
.rs-team-details .left-side .details-box ul li {
  color: #ffffff;
  margin-bottom: 5px;
}
.rs-team-details .left-side .details-box ul li span {
  font-weight: 600;
  width: 100px;
  display: inline-block;
}
.rs-team-details .left-side .details-box ul li:last-child {
  margin-bottom: 0;
}
.rs-team-details .right-side .main-title {
  font-size: 30px;
  font-weight: 600;
}
.rs-team-details .right-side .details-list li {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid rgba(54, 54, 54, 0.05);
  color: #232023;
}
.rs-team-details .right-side .details-list li span {
  width: 150px;
  display: inline-block;
  font-weight: 600;
}
.rs-team-details .right-side .details-list li:first-child {
  padding-top: 0;
  border-top: none;
  margin-top: 0;
}
.rs-team-details .right-side .social-list {
  margin-top: 30px;
}
.rs-team-details .right-side .social-list li {
  display: inline-block;
  margin-right: 5px;
}
.rs-team-details .right-side .social-list li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: transparent;
  border-color: #232023;
  border: 1px solid;
  border-radius: 50%;
  color: #232023;
  text-align: center;
}
.rs-team-details .right-side .social-list li a:hover {
  color: #f7c808;
  border-color: #f7c808;
}
.rs-team-details .right-side .social-list li:last-child {
  margin: 0;
}
.rs-team-details .right-side .bottom-part {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding-top: 30px;
  margin-top: 30px;
}
/*-----------------------------------------
    17. Pricing Plan CSS
-----------------------------------------*/
.rs-price-plan .price-table {
  padding: 40px;
  background: #232023;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.rs-price-plan .price-table .top-part .title {
  color: #ffffff;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 20px;
  transition: all 0.3s ease 0s;
}
.rs-price-plan .price-table .top-part .price {
  font-family: Muli;
  color: #ffffff;
  transition: all 0.3s ease 0s;
}
.rs-price-plan .price-table .top-part .price span.value {
  font-size: 90px;
  font-weight: 300;
  line-height: 1;
  display: inline-block;
  padding-left: 6px;
}
.rs-price-plan .price-table .top-part .price span.value sup {
  font-size: 25px;
  font-weight: 300;
  position: relative;
  left: -7px;
  top: -40px;
}
.rs-price-plan .price-table .top-part .price span.duration {
  font-size: 15px;
}
.rs-price-plan .price-table .middle-part {
  padding-top: 20px;
  transition: all 0.3s ease 0s;
}
.rs-price-plan .price-table .middle-part ul li {
  font-size: 14px;
  margin-bottom: 7px;
  color: #ffffff;
  transition: all 0.3s ease 0s;
}
.rs-price-plan .price-table .middle-part ul li:last-child {
  margin-bottom: 0;
}
.rs-price-plan .price-table .bottom-part {
  margin-top: 20px;
}
.rs-price-plan .price-table .bottom-part a {
  padding: 0 30px;
  height: 40px;
  line-height: 40px !important;
  font-size: 15px;
  transition: all 0.3s ease 0s;
  opacity: 1;
  border: none;
}
.rs-price-plan .price-table.active {
  background: #f7c808;
  color: #232023;
}
.rs-price-plan .price-table.active .top-part .title {
  color: #232023;
}
.rs-price-plan .price-table.active .top-part .price {
  color: #232023;
}
.rs-price-plan .price-table.active .middle-part {
  padding-top: 30px;
}
.rs-price-plan .price-table.active .middle-part ul li {
  color: #232023;
}
.rs-price-plan .price-table.active .bottom-part a {
  background: #232023;
  color: #ffffff;
}
.rs-price-plan .price-table:hover {
  background: #f7c808;
  color: #232023;
}
.rs-price-plan .price-table:hover .top-part .title {
  color: #232023;
}
.rs-price-plan .price-table:hover .top-part .price {
  color: #232023;
}
.rs-price-plan .price-table:hover .middle-part {
  padding-top: 30px;
}
.rs-price-plan .price-table:hover .middle-part ul li {
  color: #232023;
}
.rs-price-plan .price-table:hover .bottom-part a {
  background: #232023;
  color: #ffffff;
}
/* -----------------------
    18. CTA Section CSS
--------------------------*/
.rs-cta .cta-part {
  border-radius: 10px;
  margin: 0 auto;
  padding: 50px;
}
.rs-cta .cta-part.default-style {
  max-width: 825px;
  margin-top: -150px;
  box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.04);
  position: relative;
  z-index: 1;
}
.rs-cta .cta-subtitle {
  font-size: 20px;
  margin: 0;
}
.rs-cta .btn-cta {
  text-align: right;
}
.rs-cta.bg-1 {
  background: url(images/cta/bg1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.rs-cta.bg-2 {
  background: url(images/cta/bg2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.rs-cta.bg-7 {
  background: #111111;
}
/*-------------------------------------------
    19. Account Login SS
-------------------------------------------*/
.rs-my-account .login-side,
.rs-my-account .recover-psw-side {
  padding: 30px 40px;
}
.rs-my-account .login-side form.login-form.border-style,
.rs-my-account .recover-psw-side form.login-form.border-style {
  border: 1px solid rgba(54, 54, 54, 0.1);
  padding: 20px;
  border-radius: 5px;
}
.rs-my-account .login-side form.login-form .input-label,
.rs-my-account .recover-psw-side form.login-form .input-label {
  font-weight: 600;
  margin-bottom: 15px;
}
.rs-my-account .login-side form.login-form .input-label span,
.rs-my-account .recover-psw-side form.login-form .input-label span {
  color: red;
  font-weight: 700;
  font-size: 18px;
}
.rs-my-account .login-side form.login-form .input-control,
.rs-my-account .recover-psw-side form.login-form .input-control {
  width: 100%;
  display: block;
  border: 1px solid rgba(54, 54, 54, 0.1);
  height: 45px;
  outline: none;
  padding: 10px 18px;
  line-height: 50px;
  margin-bottom: 15px;
  border-radius: 30px;
}
.rs-my-account .login-side form.login-form .login-control,
.rs-my-account .recover-psw-side form.login-form .login-control {
  margin-bottom: 15px;
}
.rs-my-account .login-side form.login-form .login-control ul li,
.rs-my-account .recover-psw-side form.login-form .login-control ul li {
  margin-right: 15px;
  display: inline;
}
.rs-my-account .login-side form.login-form .login-control ul li .readon,
.rs-my-account .recover-psw-side form.login-form .login-control ul li .readon {
  padding: 0 25px;
  height: 40px;
  font-size: 15px;
  outline: none;
  line-height: 40px !important;
}
.rs-my-account .login-side form.login-form .login-control ul li:last-child,
.rs-my-account .recover-psw-side form.login-form .login-control ul li:last-child {
  margin-right: 0;
}
.rs-my-account .login-side .recover-info,
.rs-my-account .recover-psw-side .recover-info {
  margin-bottom: 50px;
}
.rs-my-account .regi-side {
  padding: 30px 40px;
  background: #f9f9f9;
  border-radius: 10px;
}
.rs-my-account .regi-side form.register-form.border-style {
  border: 1px solid rgba(54, 54, 54, 0.1);
  padding: 20px;
  border-radius: 5px;
}
.rs-my-account .regi-side form.register-form label.input-label {
  font-weight: 600;
  margin-bottom: 15px;
}
.rs-my-account .regi-side form.register-form label.input-label span.req {
  color: red;
  font-weight: 700;
  font-size: 17px;
}
.rs-my-account .regi-side form.register-form input.custom-placeholder {
  width: 100%;
  display: block;
  border: 1px solid rgba(54, 54, 54, 0.1);
  height: 45px;
  outline: none;
  padding: 10px 18px;
  line-height: 50px;
  margin-bottom: 15px;
  border-radius: 30px;
}
.rs-my-account .regi-side form.register-form .margin-space {
  margin-bottom: 25px;
}
.rs-my-account .regi-side form.register-form .gender-detect label span {
  margin-left: 5px;
  margin-right: 5px;
}
.rs-my-account .regi-side form.register-form .gender-detect label:last-child span {
  margin-right: 0;
}
.rs-my-account .regi-side form.register-form .date {
  padding: 7px;
  color: #666666;
  border-radius: 3px;
  outline: unset;
  border: 1px solid #e4e4e4;
  margin-right: 15px;
}
.rs-my-account .regi-side form.register-form .checkbox {
  margin-bottom: 25px;
}
.rs-my-account .regi-side form.register-form .readon {
  padding: 0 25px;
  height: 40px;
  line-height: 36px !important;
  font-size: 15px;
  outline: none;
}
/*-----------------------------------------
    20. 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 #f7c808;
}
.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: #f7c808;
  transition: all 0.3s ease 0s;
  outline: none;
}
.rs-checkout .coupon-toggle .accordion .card .card-header .card-title button:hover {
  color: #232023;
}
.rs-checkout .coupon-toggle .accordion .card .card-body {
  border: 1px solid #d3ced2;
  padding: 20px 20px 30px 20px;
  margin-top: 2em;
  text-align: left;
  border-radius: 5px;
}
.rs-checkout .coupon-toggle .accordion .card .card-body .coupon-code-input {
  width: 47%;
  float: left;
  margin-right: 70px;
}
.rs-checkout .coupon-toggle .accordion .card .card-body .coupon-code-input input {
  width: 100%;
  height: 45px;
  outline: none;
  padding: 10px 18px;
  color: #666666;
  border: 1px solid rgba(54, 54, 54, 0.1);
}
.rs-checkout .coupon-toggle .accordion .card .card-body .readon {
  border: 1px solid #f7c808;
  outline: none;
  padding: 0 22px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
}
.rs-checkout .coupon-toggle .accordion .card .card-body .readon:focus {
  background: unset;
  color: unset;
}
.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 {
  background: #ebe9eb;
  border-radius: 5px;
  margin-top: 25px;
}
.rs-checkout .full-grid .payment-method .top-area {
  border-bottom: 1px solid #d3ced2;
  padding: 1em;
}
.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;
  font-size: .92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #dfdcde;
  color: #515151;
}
.rs-checkout .full-grid .payment-method .top-area .p-msg:before {
  content: '';
  display: block;
  border: 1em solid #dfdcde;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -0.75em;
  left: 0;
  margin: -1em 0 0 2em;
}
.rs-checkout .full-grid .payment-method .bottom-area {
  padding: 1em;
  text-align: right;
}
.rs-checkout .full-grid .payment-method .bottom-area .readon {
  padding: 0 22px;
  border: 1px solid #f7c808;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  outline: none;
}
/*-----------------------------------------
    21. Cart Section CSS
-----------------------------------------*/
.rs-cart .cart-body .cart-detail table {
  width: 100%;
}
.rs-cart .cart-body .cart-detail table tr th,
.rs-cart .cart-body .cart-detail table tr td {
  padding: 25px;
  text-align: center;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.rs-cart .cart-body .cart-detail table tr .product-remove i {
  color: red;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  background: transparent;
  transition: all 0.3s ease 0s;
}
.rs-cart .cart-body .cart-detail table tr .product-remove i:hover {
  background: red;
  color: #ffffff;
}
.rs-cart .cart-body .cart-detail table tr .product-thumbnail img {
  width: 50px;
}
.rs-cart .cart-body .cart-detail table tr .product-quantity input {
  width: 70px;
  height: 40px;
  border: 1px solid #ccc;
  text-align: center;
}
.rs-cart .cart-body .cart-detail .action {
  padding: 25px;
  border: 1px solid #ccc;
  border-top: none;
}
.rs-cart .cart-body .cart-detail .action .cupon {
  display: initial;
}
.rs-cart .cart-body .cart-detail .action .cupon form {
  display: inline;
}
.rs-cart .cart-body .cart-detail .action .cupon form input {
  height: 40px;
  width: 140px;
  text-align: center;
  border-radius: 30px;
  border: 1px solid #ccc;
  outline: none;
}
.rs-cart .cart-body .cart-detail .action .cupon form input::placeholder {
  color: #232023;
  font-weight: 500;
  opacity: 1;
}
.rs-cart .cart-body .cart-detail .action .cupon form .apply-cupon {
  height: 40px;
  width: 140px;
  line-height: 40px !important;
  font-size: 15px;
  padding: 0;
  text-align: center;
  border: 1px solid #f7c808;
  text-transform: uppercase;
  font-weight: 500;
  outline: none;
  cursor: pointer;
}
.rs-cart .cart-body .cart-detail .action span {
  float: right;
}
.rs-cart .cart-body .cart-detail .action span .update-cart {
  height: 40px;
  width: 140px;
  line-height: 40px !important;
  font-size: 15px;
  padding: 0;
  text-align: center;
  border: 1px solid #f7c808;
  text-transform: uppercase;
  font-weight: 500;
  outline: none;
  cursor: pointer;
}
.rs-cart .cart-body .cart-total {
  padding-top: 62px;
}
.rs-cart .cart-body .cart-total table {
  width: 100%;
}
.rs-cart .cart-body .cart-total table tbody tr {
  border: 1px solid #ccc;
}
.rs-cart .cart-body .cart-total table tbody tr th {
  padding: 20px;
  width: 40%;
}
.rs-cart .cart-body .cart-total table tbody tr td {
  padding: 20px;
}
.rs-cart .cart-body .cart-total .proceed-checkout {
  width: 100%;
  height: 40px;
  padding: 0;
  text-align: center;
  margin-top: 20px;
  text-transform: uppercase;
  border: 1px solid #f7c808;
  outline: none;
  cursor: pointer;
  line-height: 40px !important;
  font-size: 15px;
  background: #f7c808;
  color: #232023;
}
/*-----------------------------------------
    22. Shop Section CSS
-----------------------------------------*/
.rs-shop .product-grid .shop-item,
.shop-rp .product-grid .shop-item {
  position: relative;
  overflow: hidden;
  text-align: center;
  background: #f8f8f8;
}
.rs-shop .product-grid .shop-item img,
.shop-rp .product-grid .shop-item img {
  width: 100%;
}
.rs-shop .product-grid .shop-item .icon-area,
.shop-rp .product-grid .shop-item .icon-area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.rs-shop .product-grid .shop-item .icon-area ul li,
.shop-rp .product-grid .shop-item .icon-area ul li {
  display: inline;
}
.rs-shop .product-grid .shop-item .icon-area ul li i,
.shop-rp .product-grid .shop-item .icon-area ul li i {
  width: 30px;
  height: 30px;
  line-height: 27px;
  border: 1px solid #ffffff;
  color: #ffffff;
  transition: all 0.3s ease 0s;
  text-align: center;
}
.rs-shop .product-grid .shop-item .icon-area ul li i:hover,
.shop-rp .product-grid .shop-item .icon-area ul li i:hover {
  border-color: #f7c808;
  color: #f7c808;
}
.rs-shop .product-grid .shop-item:after,
.shop-rp .product-grid .shop-item:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease 0s;
}
.rs-shop .product-grid .shop-content,
.shop-rp .product-grid .shop-content {
  text-align: center;
  background: #fbfbfb;
  padding: 30px 10px 35px 10px;
}
.rs-shop .product-grid .shop-content h4.title,
.shop-rp .product-grid .shop-content h4.title {
  margin-bottom: 10px;
}
.rs-shop .product-grid .shop-content span.price,
.shop-rp .product-grid .shop-content span.price {
  display: block;
  margin-bottom: 11px;
  font-weight: 700;
  color: #f7c808;
}
.rs-shop .product-grid .shop-content span.price del,
.shop-rp .product-grid .shop-content span.price del {
  opacity: .4;
  margin-right: 5px;
}
.rs-shop .product-grid .shop-content a.readon,
.shop-rp .product-grid .shop-content a.readon {
  padding: 0 30px;
  height: 40px;
  line-height: 37px !important;
  font-size: 15px;
}
.rs-shop .product-grid:hover .shop-item:after,
.shop-rp .product-grid:hover .shop-item:after {
  opacity: 1;
}
.rs-shop .product-grid:hover .shop-item .icon-area,
.shop-rp .product-grid:hover .shop-item .icon-area {
  opacity: 1;
}
.rs-shop .product-grid:hover .shop-content a.readon,
.shop-rp .product-grid:hover .shop-content a.readon {
  background: transparent;
  color: #232023;
}
.rs-shop .product-grid:hover .shop-content a.readon:hover,
.shop-rp .product-grid:hover .shop-content a.readon:hover {
  color: #f7c808;
}
.rs-shop .product-grid.offer-product,
.shop-rp .product-grid.offer-product {
  position: relative;
}
.rs-shop .product-grid.offer-product:after,
.shop-rp .product-grid.offer-product:after {
  position: absolute;
  content: "Sale!";
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-weight: 600;
  border-radius: 50%;
  text-align: center;
  background: #f7c808;
  color: #ffffff;
  z-index: 1;
}
.rs-shop .rp-title,
.shop-rp .rp-title {
  margin-top: 65px;
  font-weight: 700;
  margin-bottom: 30px;
}
.rs-shop .bullet,
.shop-rp .bullet {
  text-align: center;
  margin-top: 25px;
}
.rs-shop .bullet ul li,
.shop-rp .bullet ul li {
  display: inline;
  margin-right: 10px;
}
.rs-shop .bullet ul li a,
.shop-rp .bullet ul li a {
  border-radius: 50%;
  background: transparent;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  color: #232023;
}
.rs-shop .bullet ul li a i:before,
.shop-rp .bullet ul li a i:before {
  margin: 0;
  font-size: 15px;
}
.rs-shop .bullet ul li:last-child,
.shop-rp .bullet ul li:last-child {
  margin-right: 0;
}
.rs-shop .bullet ul li.active a,
.shop-rp .bullet ul li.active a {
  background: #f7c808;
  color: #ffffff;
}
.rs-shop .bullet ul li:hover a,
.shop-rp .bullet ul li:hover a {
  background: #f7c808;
  color: #ffffff;
}
/* ------------------------------------
    23. Shop Single CSS
---------------------------------------*/
.rs-single-product .single-product-nav {
  margin-top: 15px;
  text-align: center;
}
.rs-single-product .single-product-nav .images-slide-single img {
  opacity: .5;
}
.rs-single-product .single-product-nav .images-slide-single img:hover {
  opacity: 1;
}
.rs-single-product .single-product-nav .slick-list .slick-track {
  margin: 0 auto;
}
.rs-single-product .single-product-nav .slick-current img {
  opacity: 1;
}
.rs-single-product .single-price-info .product-title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 12px;
}
.rs-single-product .single-price-info .single-price {
  color: #f7c808;
  font-weight: 600;
}
.rs-single-product .single-price-info .some-text {
  margin-top: 15px;
}
.rs-single-product .single-price-info form {
  margin-bottom: 30px;
}
.rs-single-product .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-product .single-price-info form .readon {
  outline: none;
  font-weight: 500;
  border: 1px solid #f7c808;
  text-transform: uppercase;
  font-size: 15px;
  padding: 0 25px;
  height: 40px;
  line-height: 40px !important;
  margin-left: 10px;
}
.rs-single-product .single-price-info p.category {
  margin: 0;
  padding-top: 25px;
  border-top: 1px solid #e6e6e6;
}
.rs-single-product .single-price-info p.category span {
  font-weight: 700;
}
.rs-single-product .single-price-info .tag {
  margin: 0;
}
.rs-single-product .single-price-info .tag span {
  font-weight: 700;
}
.rs-single-product .tab-area {
  margin-top: 50px;
}
.rs-single-product .tab-area ul.nav-tabs {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 32px;
}
.rs-single-product .tab-area ul.nav-tabs li {
  margin-right: 3px;
}
.rs-single-product .tab-area ul.nav-tabs li a {
  padding: 10px 15px;
  display: inline-block;
  border-radius: 5px 5px 0 0;
  background: #f0f0f0;
  color: #232023;
  font-weight: 600;
}
.rs-single-product .tab-area ul.nav-tabs li a:hover,
.rs-single-product .tab-area ul.nav-tabs li a.active {
  background: #f7c808;
}
.rs-single-product .tab-area ul.nav-tabs li:last-child {
  margin-right: 0;
}
.rs-single-product .tab-area .tab-content .tab-pane .tab-title {
  font-weight: 700;
  margin-bottom: 34px;
}
.rs-single-product .tab-area .tab-content .tab-pane .dsc-p {
  margin: 0;
}
.rs-single-product .tab-area .tab-content .tab-pane table .table-box tr {
  border: 1px solid #f0f0f0;
}
.rs-single-product .tab-area .tab-content .tab-pane table .table-box tr th {
  padding: 10px 20px;
  width: 150px;
  border-right: 1px solid #f0f0f0;
  display: inline-block;
}
.rs-single-product .tab-area .tab-content .tab-pane table .table-box tr td {
  width: 100%;
  padding: 10px 20px;
  font-style: italic;
}
.rs-single-product .tab-area .tab-content .tab-pane .reviews-grid .top-area {
  margin-bottom: 5px;
}
.rs-single-product .tab-area .tab-content .tab-pane .reviews-grid .top-area p {
  margin-bottom: 23px;
}
.rs-single-product .tab-area .tab-content .tab-pane .reviews-grid .top-area h4 {
  font-weight: 400;
  color: unset;
}
.rs-single-product .tab-area .tab-content .tab-pane .reviews-grid .comment-form p.comment-notes {
  margin-bottom: 15px;
}
.rs-single-product .tab-area .tab-content .tab-pane .reviews-grid .comment-form .placeholder-cntrl label {
  font-weight: 600;
}
.rs-single-product .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;
}
.rs-single-product .tab-area .tab-content .tab-pane .reviews-grid .comment-form .placeholder-cntrl textarea {
  display: block;
  width: 100%;
  padding: 10px 15px;
  height: 75px;
  border: 1px solid rgba(54, 54, 54, 0.1);
  margin-bottom: 20px;
}
.rs-single-product .tab-area .tab-content .tab-pane .reviews-grid .comment-form .ratings {
  font-weight: 600;
  margin-bottom: 18px;
  display: block;
}
.rs-single-product .tab-area .tab-content .tab-pane .reviews-grid .comment-form .ratings ul li {
  display: inline;
}
.rs-single-product .tab-area .tab-content .tab-pane .reviews-grid .comment-form .ratings ul li i {
  color: #f7c808;
  font-weight: normal;
}
.rs-single-product .tab-area .tab-content .tab-pane .reviews-grid .comment-form .readon {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  padding: 0 22px;
}
.single-product-page .single-product-area .inner-single-product-slider .inner {
  margin-bottom: 26px;
}
.single-product-page .single-product-area .single-product-nav {
  max-width: 570px;
  margin-top: 30px;
}
.single-product-page .single-product-area .single-product-nav .slick-slide {
  position: relative;
  margin: 0 5px;
  cursor: pointer;
}
.single-product-page .single-product-area .single-product-nav .slick-slide:after {
  background: rgba(0, 0, 0, 0.7);
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.single-product-page .single-product-area .single-product-nav .images-slide-single img {
  width: 100%;
}
.single-product-page .single-product-area .single-product-nav .slick-current:after {
  opacity: 0;
}
.single-product-page .single-product-area .single-product-nav .slick-prev,
.single-product-page .single-product-area .single-product-nav .slick-next {
  width: 120px;
  height: 120px;
  background: #f7c808;
  position: absolute;
  font-size: 0;
  top: 0;
  border: none;
  cursor: pointer;
  line-height: 130px;
  outline: none;
  display: none !important;
}
.single-product-page .single-product-area .single-product-nav .slick-prev {
  left: -125px;
  border-radius: 5px 0 0 5px;
}
.single-product-page .single-product-area .single-product-nav .slick-prev:before {
  content: "\f104";
}
.single-product-page .single-product-area .single-product-nav .slick-next {
  right: -125px;
  border-radius: 0 5px 5px 0;
}
.single-product-page .single-product-area .single-product-nav .slick-next:before {
  content: "\f105";
}
.single-product-page .single-product-area .single-product-nav .slick-prev::before,
.single-product-page .single-product-area .single-product-nav .slick-next::before {
  color: #232023;
  font-family: FontAwesome;
  opacity: 1;
  transition: all 0.5s ease 0s;
  font-size: 25px;
  line-height: 20px;
  font-weight: 700;
}
.single-product-page .single-product-area .single-product-nav .slick-prev:hover::before,
.single-product-page .single-product-area .single-product-nav .slick-prev:focus::before,
.single-product-page .single-product-area .single-product-nav .slick-next:hover::before,
.single-product-page .single-product-area .single-product-nav .slick-next:focus::before {
  opacity: 1;
  color: #fff;
}
.single-product-page .single-price-info h4 {
  font-size: 20px;
  margin: 0 0 15px;
  font-weight: 700;
}
.single-product-page .single-price-info a.primary-btn {
  font-size: 15px;
  color: #fff;
  max-width: 305px;
  display: block;
  text-align: center;
}
.single-product-page .single-price-info a.primary-btn:hover {
  background: #232023;
}
.single-product-page .single-price-info .hostlab-btn {
  border: 2px solid #f7c808;
}
.single-product-page .single-price-info .hostlab-btn:hover {
  background: transparent;
  color: #f7c808;
}
.single-product-page .single-price-info ul.single-product-icons {
  margin: 20px 0 10px;
}
.single-product-page .single-price-info ul.single-product-icons li {
  display: inline-block;
}
.single-product-page .single-price-info ul.single-product-icons li a {
  display: block;
  color: #666666;
  margin-right: 10px;
}
.single-product-page .single-price-info ul.single-product-icons li a:hover {
  color: #f7c808;
}
.single-product-page .single-price-info p.cat strong,
.single-product-page .single-price-info p.tag strong {
  font-weight: 400;
  color: #f7c808;
}
.single-product-page .single-price-info p.cat {
  margin: 0 0 0px;
}
.single-product-page .single-price-info p.tag {
  margin: 0;
}
.single-product-page .single-price-info span.single-price {
  color: #f7c808;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 15px;
  display: block;
}
.single-product-page .recent-post-area {
  margin-top: 44px;
}
.single-product-page .recent-post-area ul li {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #ddd;
}
.single-product-page .recent-post-area ul li img {
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.single-product-page .recent-post-area ul li h4 {
  margin: 0;
  line-height: 20px;
}
.single-product-page .recent-post-area ul li h4 a {
  font-size: 15px;
  font-weight: 500;
  color: #232023;
}
.single-product-page .recent-post-area ul li span {
  font-size: 12px;
  margin-right: 12px;
}
.single-product-page .recent-post-area ul li span a {
  font-size: 12px;
  font-weight: 300;
  color: #666666;
}
.single-product-page .recent-post-area ul li span a i {
  font-size: 12px;
}
.single-product-page .recent-post-area ul li span i {
  font-size: 12px;
  margin-right: 4px;
}
.single-product-page .recent-post-area ul li:last-child {
  border-bottom: none;
}
.single-product-page .recent-post-area ul li:hover a {
  color: #f7c808;
}
.single-product-page .recent-post-area ul li:hover img {
  opacity: .5;
}
.single-product-page .product-description ul.nav-menus {
  border-bottom: 1px solid #e5e5e5;
  margin: 50px 0 26px;
  padding-bottom: 30px;
}
.single-product-page .product-description ul.nav-menus li {
  display: inline-block;
}
.single-product-page .product-description ul.nav-menus li a {
  display: block;
  font-weight: 600;
  font-size: 20px;
  color: #232023;
  margin-right: 30px;
}
.single-product-page .product-description ul.nav-menus li.active a,
.single-product-page .product-description ul.nav-menus li a:hover {
  color: #f7c808;
}
.single-product-page .our-products-section {
  margin-top: 40px;
  padding-bottom: 70px;
}
.single-product-page .our-products-section .title-bar {
  overflow: hidden;
  clear: both;
  display: block;
}
.single-product-page .our-products-section .title-bar h4 {
  font-size: 20px;
}
.single-product-page .tab-btm ul.nav {
  border-bottom: 1px solid #ddd;
  margin-top: 75px;
}
.single-product-page .tab-btm ul.nav li a {
  border: none;
  padding: 20px 30px 20px 0;
  font-size: 18px;
  font-weight: 600;
  color: #232023;
}
.single-product-page .tab-btm .tab-content {
  border: none;
  padding-top: 40px;
}
.single-product-page .tab-btm ul.nav li a.active {
  color: #f7c808;
}
.single-product-page .single-product-area .single-product-nav .slick-slide:first-child {
  margin-left: 0;
}
.rs-partner .owl-carousel .owl-item img {
  width: unset;
  max-width: 100%;
  margin: 0 auto;
}
/*-----------------------------------------
    24. Project Style CSS
-----------------------------------------*/
.rs-project-style .project-desc h3 {
  line-height: 23px;
  font-size: 24px;
  margin-bottom: 32px;
  font-weight: 600;
}
.rs-project-style .project-img {
  margin-bottom: 47px;
}
.rs-project-style .ps-informations {
  padding: 40px 40px 45px;
  background: rgba(16, 16, 16, 0.05);
}
.rs-project-style .ps-informations .info-title {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.rs-project-style .ps-informations ul li {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid rgba(54, 54, 54, 0.05);
}
.rs-project-style .ps-informations ul li span {
  width: 150px;
  display: inline-block;
  font-weight: 700;
}
.rs-project-style .ps-informations ul li:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
.rs-project-style .p-style-wrap .p-style-title {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
}
.rs-project-style .p-style-wrap .item-grid .image-icon {
  position: relative;
  overflow: hidden;
}
.rs-project-style .p-style-wrap .item-grid .image-icon img {
  border-radius: 5px;
  transition: all 0.3s ease 0s;
}
.rs-project-style .p-style-wrap .item-grid .image-icon a i {
  position: absolute;
  content: '';
  left: 50%;
  top: 55%;
  transform: translate(-50%, -45%);
  text-align: center;
  margin: 0 auto;
  color: #f7c808;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  opacity: 0;
  background: transparent;
  line-height: 50px;
  border: 1px solid #f7c808;
  transition: all 0.3s ease 0s;
  z-index: 1;
}
.rs-project-style .p-style-wrap .item-grid .image-icon a i:hover {
  color: #ffffff;
  background: #f7c808;
}
.rs-project-style .p-style-wrap .item-grid .image-icon:after {
  position: absolute;
  content: '';
  width: 100%;
  border-radius: 5px;
  height: 100%;
  top: 0;
  opacity: 0;
  transition: all 0.3s ease 0s;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}
.rs-project-style .p-style-wrap .item-grid:hover .image-icon img {
  transform: scale(1.1);
}
.rs-project-style .p-style-wrap .item-grid:hover .image-icon a i {
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
.rs-project-style .p-style-wrap .item-grid:hover .image-icon:after {
  opacity: 1;
}
/*-----------------------------------------
    25. Portfolio Section CSS
------------------------------------------*/
.rs-portfolio {
  padding-bottom: 68px !important;
}
.rs-portfolio .gridFilter {
  margin-bottom: 60px;
}
.rs-portfolio .gridFilter button {
  background: unset;
  border: none;
  padding: 0;
  outline: none;
  font-size: 16px;
  color: #232023;
  margin-right: 23px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.rs-portfolio .gridFilter button:last-child {
  margin-right: 0;
}
.rs-portfolio .gridFilter button:hover {
  color: #f7c808;
}
.rs-portfolio .gridFilter .active {
  color: #f7c808;
}
.rs-portfolio .gallery-item .gallery-content {
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.rs-portfolio .gallery-item .gallery-content .popup-text {
  position: absolute;
  content: '';
  width: 100%;
  opacity: 0;
  height: 100%;
  top: 50%;
  left: 0;
  transition: all 0.3s ease 0s;
  background: rgba(0, 0, 0, 0.7);
}
.rs-portfolio .gallery-item .gallery-content .popup-text .contents-here {
  position: absolute;
  content: '';
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rs-portfolio .gallery-item .gallery-content .popup-text .contents-here .icon-part {
  text-align: center;
}
.rs-portfolio .gallery-item .gallery-content .popup-text .contents-here .icon-part i {
  color: #f7c808;
  margin-bottom: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background: #ffffff;
  font-size: 20px;
  transition: all 0.3s ease 0s;
}
.rs-portfolio .gallery-item .gallery-content .popup-text .contents-here .icon-part i:hover {
  color: #ffffff;
  background: #f7c808;
}
.rs-portfolio .gallery-item .gallery-content .popup-text .contents-here .title {
  margin: 0;
}
.rs-portfolio .gallery-item .gallery-content .popup-text .contents-here .title a {
  color: #ffffff;
}
.rs-portfolio .gallery-item .gallery-content .popup-text .contents-here .title a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.rs-portfolio .gallery-item .gallery-content .popup-text .contents-here ul li {
  display: inline;
  margin-top: 5px;
}
.rs-portfolio .gallery-item .gallery-content .popup-text .contents-here ul li .desination {
  color: #ffffff;
}
.rs-portfolio .gallery-item .gallery-content .popup-text .contents-here ul li .desination:hover {
  color: rgba(255, 255, 255, 0.7);
}
.rs-portfolio .gallery-item:hover .gallery-content .popup-text {
  top: 0;
  opacity: 1;
}
.rs-portfolio.style2 .gridFilter {
  margin-bottom: 40px;
}
.rs-portfolio .margin-style {
  margin-bottom: -600px;
}
.rs-portfolio.bg-4 {
  background: url(images/work-showcase/bg-4.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/*----------------------------------------
    26. Testimonial Section CSS
----------------------------------------*/
.rs-testimonial .rs-carousel {
  position: relative;
}
.rs-testimonial .rs-carousel .owl-controls .owl-nav .owl-prev {
  position: absolute;
  content: '';
  top: 13%;
  left: 43%;
  transition: all 0.3s ease 0s;
}
.rs-testimonial .rs-carousel .owl-controls .owl-nav .owl-prev i {
  color: #ffffff;
}
.rs-testimonial .rs-carousel .owl-controls .owl-nav .owl-prev i:before {
  content: "\f138";
  font-size: 20px;
  font-family: Flaticon;
}
.rs-testimonial .rs-carousel .owl-controls .owl-nav .owl-next {
  position: absolute;
  content: '';
  top: 13%;
  right: 43%;
  transition: all 0.3s ease 0s;
}
.rs-testimonial .rs-carousel .owl-controls .owl-nav .owl-next i {
  color: #ffffff;
}
.rs-testimonial .rs-carousel .owl-controls .owl-nav .owl-next i:before {
  content: "\f137";
  font-size: 20px;
  font-family: Flaticon;
}
.rs-testimonial .rs-carousel .owl-controls .owl-dots {
  text-align: center;
}
.rs-testimonial .rs-carousel .owl-controls .owl-dots .owl-dot {
  width: 20px;
  height: 8px;
  display: inline-block;
  margin: 0 6px;
  padding: 3px 0;
  border-radius: 30px;
  border: 1px solid #f7c808;
}
.rs-testimonial .rs-carousel .owl-controls .owl-dots .owl-dot:hover {
  background: #f7c808;
}
.rs-testimonial .rs-carousel .owl-controls .owl-dots .active {
  background: #f7c808;
}
.rs-testimonial .rs-carousel:hover .owl-controls .owl-nav .owl-prev {
  left: 42%;
}
.rs-testimonial .rs-carousel:hover .owl-controls .owl-nav .owl-next {
  right: 42%;
}
.rs-testimonial .customer-item {
  text-align: center;
  background: unset !important;
  padding: 0;
  border-radius: 3px;
  transition: all 0.3s ease 0s;
}
.rs-testimonial .customer-item .item-img {
  margin-bottom: 25px;
}
.rs-testimonial .customer-item .item-img img {
  width: 90px;
  border-radius: 50%;
  margin: 0 auto;
}
.rs-testimonial .customer-item .item-details {
  font-style: italic;
}
.rs-testimonial .customer-item .item-details p {
  margin: 0 auto 30px auto;
  color: #ffffff;
  max-width: 800px;
}
.rs-testimonial .customer-item .item-author .item-name {
  color: #ffffff;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  margin: 10px 0 19px;
}
.rs-testimonial .customer-item .item-author .item-designation {
  color: #ffffff;
  font-size: 17px;
  font-weight: normal;
  display: block;
  text-transform: capitalize;
}
.rs-testimonial.default-stle .customer-item .item-details p {
  color: #232023;
  position: relative;
  padding-top: 45px;
}
.rs-testimonial.default-stle .customer-item .item-details p:before {
  content: "\f10d";
  position: absolute;
  font-family: FontAwesome;
  opacity: 0.05;
  font-size: 50px;
  top: 0;
  left: 50%;
  font-style: normal;
  transform: translateX(-50%);
}
.rs-testimonial.default-stle .customer-item .item-author .item-name {
  color: #666666;
}
.rs-testimonial.default-stle .customer-item .item-author .item-designation {
  color: #232023;
}
.rs-testimonial.default-stle .rs-carousel .owl-controls .owl-nav .owl-prev i {
  color: #232023;
}
.rs-testimonial.default-stle .rs-carousel .owl-controls .owl-nav .owl-prev i:hover {
  color: #f7c808;
}
.rs-testimonial.default-stle .rs-carousel .owl-controls .owl-nav .owl-next i {
  color: #232023;
}
.rs-testimonial.default-stle .rs-carousel .owl-controls .owl-nav .owl-next i:hover {
  color: #f7c808;
}
.rs-testimonial.tesi-margin-style {
  margin-top: 630px;
}
.rs-testimonial.bg-2 {
  background: url(images/testimonial/bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  transition: all 0.3s ease 0s;
}
.rs-testimonial.bg-3 {
  background: url(images/testimonial/bg3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  transition: all 0.3s ease 0s;
}
/* -------------------------------------
   27. Blog Section CSS
--------------------------------------*/
.rs-blog .single-blog .blog-img {
  position: relative;
  overflow: hidden;
}
.rs-blog .single-blog .blog-img .blog-date {
  position: absolute;
  left: 15px;
  bottom: 15px;
  text-align: center;
  padding: 6px 20px;
  background: #f7c808;
  color: #232023;
  z-index: 99;
  font-weight: 500;
  border-radius: 3px;
}
.rs-blog .single-blog .blog-item-text .blog-details {
  margin-top: 30px;
}
.rs-blog .single-blog .blog-item-text .blog-details .blog-title {
  margin: 0px 0 10px;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  text-transform: capitalize;
}
.rs-blog .single-blog .blog-item-text .blog-details .blog-title a {
  color: #232023;
}
.rs-blog .single-blog .blog-item-text .blog-details .blog-title a:hover {
  color: #f7c808;
}
.rs-blog .single-blog .blog-item-text .blog-details .blog-author {
  margin: 0 0 5px;
}
.rs-blog .single-blog .blog-item-text .blog-details .blog-author .author {
  text-transform: capitalize;
}
.rs-blog .single-blog .blog-item-text .blog-details .blog-author .seperator {
  margin: 0 5px;
}
.rs-blog .single-blog .blog-item-text .blog-details .blog-author .category a {
  color: #666666;
}
.rs-blog .single-blog .blog-item-text .blog-details .blog-author .category a:hover {
  color: #f7c808;
}
.rs-blog .single-blog .blog-item-text .blog-details .blog-author .tags a {
  color: #666666;
}
.rs-blog .single-blog .blog-item-text .blog-details .blog-author .tags a:hover {
  color: #f7c808;
}
.rs-blog .single-blog.inner-page-blog .blog-item-text .blog-details .blog-author {
  margin-bottom: 15px;
}
.rs-blog .single-blog.inner-page-blog .blog-item-text .blog-details .readmore-btn {
  color: #232023;
  font-size: 17px;
  transition: all 0.3s ease 0s;
  font-weight: 600;
  position: relative;
}
.rs-blog .single-blog.inner-page-blog .blog-item-text .blog-details .readmore-btn:after {
  position: absolute;
  content: "\f137";
  font-family: Flaticon;
  font-size: 15px;
  color: #232023;
  transition: all 0.3s ease 0s;
  font-weight: 400;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.rs-blog .single-blog.inner-page-blog .blog-item-text .blog-details .readmore-btn:hover {
  color: #f7c808;
}
.rs-blog .single-blog.inner-page-blog .blog-item-text .blog-details .readmore-btn:hover:after {
  right: -25px;
  color: #f7c808;
}
.rs-blog .single-blog.border-style {
  padding-bottom: 47px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 50px;
}
.rs-blog2 .single-blog .blog-details {
  position: relative;
  overflow: hidden;
}
.rs-blog2 .single-blog .blog-details img {
  transition: all 0.3s ease 0s;
}
.rs-blog2 .single-blog .blog-details .fly-content {
  position: absolute;
  content: '';
  left: 0;
  bottom: -100px;
  width: 100%;
  padding: 0 30px 30px 30px;
  z-index: 1;
  transition: all 0.3s ease 0s;
}
.rs-blog2 .single-blog .blog-details .fly-content .blog-date {
  color: #f7c808;
  margin-bottom: 10px;
}
.rs-blog2 .single-blog .blog-details .fly-content .blog-title {
  font-size: 22px;
  margin-bottom: 15px;
  max-width: 70%;
}
.rs-blog2 .single-blog .blog-details .fly-content .blog-title a {
  color: #ffffff;
}
.rs-blog2 .single-blog .blog-details .fly-content .blog-title a:hover {
  color: #f7c808;
}
.rs-blog2 .single-blog .blog-details .fly-content .blog-desc {
  color: #ffffff;
}
.rs-blog2 .single-blog .blog-details:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent, #333333), linear-gradient(transparent, #333333);
  opacity: 0.85;
}
.rs-blog2 .single-blog:hover .blog-details img {
  transform: scale(1.1);
}
.rs-blog2 .single-blog:hover .blog-details .fly-content {
  bottom: 0;
}
/* ------------------------------------
    28. Blog Details CSS
---------------------------------------*/
.rs-blog-details .h-sidebar {
  padding-bottom: 0;
}
.rs-blog-details .h-img img {
  width: 100%;
}
.rs-blog-details .blog-author {
  margin: 30px 0 20px;
}
.rs-blog-details .blog-author .author {
  text-transform: capitalize;
}
.rs-blog-details .blog-author .seperator {
  margin: 0 5px;
}
.rs-blog-details .blog-author .category a {
  color: #666666;
}
.rs-blog-details .blog-author .category a:hover {
  color: #f7c808;
}
.rs-blog-details .blog-author .tags a {
  color: #666666;
}
.rs-blog-details .blog-author .tags a:hover {
  color: #f7c808;
}
.rs-blog-details blockquote {
  margin: 20px !important;
  padding: 45px 60px 35px 60px;
  color: #666;
  position: relative;
  background: url(images/quote-left.png);
  background-repeat: no-repeat;
  background-position: left 20px top 20px;
  background-size: 55px;
  font-size: 18px;
  font-weight: normal;
  font-style: italic;
  line-height: 30px;
}
.rs-blog-details .stylelisting {
  margin-left: 20px;
}
.rs-blog-details .stylelisting li {
  position: relative;
  padding-left: 22px;
  line-height: 34px;
  border: none;
}
.rs-blog-details .stylelisting li:before {
  font-family: Flaticon;
  content: "\f137";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  font-size: 14px;
  display: block;
  color: #232023;
}
.rs-blog-details .blog-nav {
  padding: 30px 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.rs-blog-details .blog-nav ul li {
  display: inline-block;
  color: #232023;
}
.rs-blog-details .blog-nav ul li .next_link {
  display: block;
  color: #666666;
  text-transform: uppercase;
}
.rs-blog-details .blog-nav ul li .link_text {
  font-size: 12px;
  font-weight: 600;
  color: #232023;
}
.rs-blog-details .blog-nav ul li .link_text i {
  color: #666666;
  position: absolute;
}
.rs-blog-details .blog-nav ul li .link_text:hover {
  color: #f7c808;
}
.rs-blog-details .blog-nav ul .prev {
  padding-left: 20px;
}
.rs-blog-details .blog-nav ul .prev .link_text i {
  left: 10px;
}
.rs-blog-details .blog-nav ul .next {
  float: right;
  text-align: right;
  padding-right: 20px;
}
.rs-blog-details .blog-nav ul .next .link_text i {
  right: 10px;
}
.rs-blog-details .author-comment {
  margin-top: 65px;
}
.rs-blog-details .author-comment span {
  font-size: 14px;
}
.rs-blog-details .author-comment span a {
  font-size: 14px;
  font-weight: 600;
}
.rs-blog-details .author-comment span i {
  font-size: 13px;
}
.rs-blog-details .author-comment h6 {
  font-weight: 600;
  margin: 0 0 8px;
  display: inline;
}
.rs-blog-details .author-comment h6 a {
  color: #232023;
}
.rs-blog-details .author-comment ul {
  padding: 0;
  margin: 0;
}
.rs-blog-details .author-comment ul li {
  padding: 20px 22px;
  padding-left: 0;
  border-bottom: 1px solid #ddd;
}
.rs-blog-details .author-comment ul li:nth-child(2) {
  margin-left: 50px;
}
.rs-blog-details .author-comment ul li:nth-child(3) {
  margin-left: 100px;
}
.rs-blog-details .author-comment ul li .single-comment .cmt-img {
  float: left;
  margin-right: 30px;
}
.rs-blog-details .author-comment ul li .single-comment .cmt-img .image-comments {
  margin-top: 0;
}
.rs-blog-details .author-comment ul li .single-comment .cmt-img .image-comments img {
  width: 70px;
  border-radius: 5px;
}
.rs-blog-details .author-comment ul li .single-comment .cmt-content .dsc-comments .date {
  margin-left: 10px;
}
.rs-blog-details .author-comment ul li .single-comment .cmt-content .dsc-comments .date a {
  font-weight: normal;
  color: #909090;
}
.rs-blog-details .author-comment ul li .single-comment .cmt-content .dsc-comments .readon {
  height: 35px;
  line-height: 31px !important;
  padding: 0 20px;
  font-size: 15px;
}
.rs-blog-details .author-comment ul li .single-comment .cmt-content .dsc-comments h4 {
  margin: 0 0 12px;
}
.rs-blog-details .author-comment ul li .single-comment .cmt-content .dsc-comments p {
  margin: 0 0 15px 0;
}
.rs-blog-details .comment-block {
  background: transparent;
}
.rs-blog-details .comment-block .comment-title {
  font-weight: 600;
  margin-bottom: 48px;
  font-size: 22px;
  position: relative;
}
.rs-blog-details .comment-block .comment-title:after {
  position: absolute;
  content: '';
  height: 2px;
  width: 50px;
  background: #f7c808;
  left: 0;
  top: 40px;
}
.rs-blog-details .comment-block .contact-form {
  padding: 0;
  max-width: 100%;
}
.rs-blog-details .comment-block .contact-form .form-field {
  margin-bottom: 22px;
}
.rs-blog-details .comment-block .contact-form .form-field label {
  display: block;
}
.rs-blog-details .comment-block .contact-form .form-field input,
.rs-blog-details .comment-block .contact-form .form-field textarea {
  width: 100%;
  padding: 20px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
}
.rs-blog-details .comment-block .contact-form .form-field input {
  height: 50px;
  line-height: 50px;
}
/* ------------------------------------
    29. Blog Sidebar CSS
---------------------------------------*/
.cb-sidebar .cb-widget-title {
  font-weight: 500;
  margin-bottom: 48px;
  position: relative;
}
.cb-sidebar .cb-widget-title:after {
  position: absolute;
  content: '';
  height: 2px;
  width: 50px;
  background: #f7c808;
  left: 0;
  top: 40px;
}
.cb-sidebar .cb-search {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.cb-sidebar .cb-search input {
  border: 1px solid #ddd;
  color: #444444;
  padding: 10px 17px;
  width: 100%;
  border-radius: 5px;
}
.cb-sidebar .cb-search button {
  background: transparent;
  border: medium none;
  color: #666666;
  padding: 11px 16px;
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 10;
  font-size: 20px;
  outline: none;
  transition: all 0.3s ease 0s;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
}
.cb-sidebar .cb-search button:hover {
  background: #232023;
  color: #ffffff;
}
.cb-sidebar .cb-recentpost ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding: 10px 0;
}
.cb-sidebar .cb-recentpost ul li a {
  color: #505050;
}
.cb-sidebar .cb-recentpost ul li a:hover {
  color: #f7c808;
}
.cb-sidebar .cb-recentpost ul li:last-child {
  padding-bottom: 0;
}
.cb-sidebar .cb-recentpost ul li:first-child {
  padding-top: 0;
  border-top: none;
}
.cb-sidebar .cb-recent-comments ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding: 10px 0;
}
.cb-sidebar .cb-recent-comments ul li .author {
  color: #505050;
}
.cb-sidebar .cb-recent-comments ul li .author:hover {
  color: #f7c808;
}
.cb-sidebar .cb-recent-comments ul li .comment-text {
  color: #505050;
}
.cb-sidebar .cb-recent-comments ul li .comment-text:hover {
  color: #f7c808;
}
.cb-sidebar .cb-recent-comments ul li:last-child {
  padding-bottom: 0;
}
.cb-sidebar .cb-recent-comments ul li:first-child {
  padding-top: 0;
  border-top: none;
}
.cb-sidebar .cb-archives ul li + li {
  padding-top: 14px;
}
.cb-sidebar .cb-archives ul li a {
  color: #444;
  transition: all 0.3s ease 0s;
}
.cb-sidebar .cb-archives ul li a:hover {
  color: #f7c808;
}
.cb-sidebar .cb-archives ul li:before {
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 5px;
  color: #444;
}
.cb-sidebar .cb-categories ul li + li {
  padding-top: 14px;
}
.cb-sidebar .cb-categories ul li a {
  color: #444;
  transition: all 0.3s ease 0s;
}
.cb-sidebar .cb-categories ul li a:hover {
  color: #f7c808;
}
.cb-sidebar .cb-categories ul li:before {
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 5px;
  color: #444;
}
.cb-sidebar .cb-meta ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding: 10px 0;
}
.cb-sidebar .cb-meta ul li a {
  color: #505050;
}
.cb-sidebar .cb-meta ul li a:hover {
  color: #f7c808;
}
.cb-sidebar .cb-meta ul li:last-child {
  padding-bottom: 0;
}
.cb-sidebar .cb-meta ul li:first-child {
  padding-top: 0;
  border-top: none;
}
.cb-sidebar .cb-tags a {
  display: inline-block;
  margin: 10px 3px 0px 0;
  line-height: 20px;
  padding: 6px 11px;
  font-size: 13px !important;
  text-transform: capitalize;
  -webkit-transition: all .3s ease;
  transition: all 0.3s ease 0s;
  background: #ffffff;
  color: #666666;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
}
.cb-sidebar .cb-tags a:hover {
  background-color: #f7c808;
  color: #fff;
  border: 1px solid #f7c808;
}
/*--------------------------------------
    30. Contact Section CSS
--------------------------------------*/
.rs-contact .container-fluid {
  padding: 0;
}
.rs-contact .rs-contact-icon .single-icon {
  position: relative;
}
.rs-contact .rs-contact-icon .single-icon .icon-part {
  width: 65px;
  height: 65px;
  line-height: 65px;
  border-radius: 50%;
  font-size: 30px;
  background: #232023;
  position: relative;
  z-index: 5;
  text-align: center;
  transition: all 0.3s;
}
.rs-contact .rs-contact-icon .single-icon .icon-part a {
  color: #ffffff;
  position: relative;
}
.rs-contact .rs-contact-icon .single-icon .icon-part:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  background: #232023;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
}
.rs-contact .rs-contact-icon .single-icon .icon-part .fa-mobile {
  font-size: 40px;
  margin-top: 13px;
}
.rs-contact .rs-contact-icon .single-icon .icon-text .icon-title {
  margin: 20px 0 0;
}
.rs-contact .rs-contact-icon .single-icon .icon-text .icon-info {
  color: #666666;
}
.rs-contact .rs-contact-icon .single-icon .icon-text .icon-info:hover {
  color: #f7c808;
}
.rs-contact .rs-contact-icon .single-icon:after {
  content: "";
  font-family: Flaticon;
  position: absolute;
  right: 17px;
  bottom: 10px;
  font-size: 100px;
  opacity: 0.05;
  line-height: 1;
}
.rs-contact .rs-contact-icon .single-icon.mobile-icon:after {
  content: "\f12a";
}
.rs-contact .rs-contact-icon .single-icon.message-icon:after {
  content: "\f12c";
}
.rs-contact .rs-contact-icon .single-icon.fax-icon:after {
  content: "\f122";
}
.rs-contact .rs-contact-icon .single-icon.map-icon:after {
  content: "\f12d";
}
.rs-contact .rs-contact-icon .single-icon:hover .icon-part:before {
  opacity: 1;
  visibility: visible;
}
.rs-contact .rs-contact-icon .single-icon.default-style {
  display: flex;
}
.rs-contact .rs-contact-icon .single-icon.default-style .icon-part {
  background: none;
  width: auto;
  height: auto;
  margin-right: 30px;
}
.rs-contact .rs-contact-icon .single-icon.default-style .icon-part a {
  color: #232023;
}
.rs-contact .rs-contact-icon .single-icon.default-style .icon-part a i {
  font-size: 35px;
}
.rs-contact .rs-contact-icon .single-icon.default-style .icon-part:before {
  display: none;
}
.rs-contact .rs-contact-icon .single-icon.default-style .icon-text .icon-title {
  margin: 0;
}
.rs-contact .rs-contact-icon .single-icon.box-style {
  padding: 30px;
  box-shadow: -1px 9px 18px 0px rgba(75, 81, 91, 0.1);
  background: #ffffff;
}
.rs-contact .rs-contact-icon .contact-side-padding {
  padding: 0 70px;
}
.rs-contact .contact-form {
  padding-top: 70px;
  padding-right: 150px;
  padding-bottom: 50px;
  padding-left: 80px;
  margin-top: -100px;
  margin-left: -100px;
  border-radius: 3px;
}
.rs-contact .contact-form.secondary-bg {
  color: #ffffff;
}
.rs-contact .contact-form .form-field input,
.rs-contact .contact-form .form-field textarea {
  background: #fff;
  color: #212121;
  border: 1px solid #ccc;
  border-radius: 0px;
  padding: 20px;
  transition: .35s;
  width: 100%;
  outline: none;
  box-shadow: none;
}
.rs-contact .contact-form .form-field input {
  height: 48px;
  margin: 0 0 20px;
}
.rs-contact .contact-image {
  background: url(images/about/contact-about.jpg);
  padding: 360px 0;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
/*--------------------------------------
    31. Map Section CSS
--------------------------------------*/
.rs-map.gmap-one iframe {
  height: 700px;
  filter: grayscale(1);
}
.rs-map.gmap-two iframe {
  height: 585px;
}
.rs-map iframe {
  width: 100%;
  border: none;
}
/* -------------------------------------
    32. Error 404 CSS
--------------------------------------*/
.rs-page-error {
  background: url(images/404.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 127px 0 145px 0;
}
.rs-page-error .error-text {
  color: #232023;
  text-align: center;
}
.rs-page-error .error-text .error-code {
  font-size: 110px;
  line-height: 110px;
  font-weight: 800;
  margin-bottom: 5px;
  color: #232023;
}
.rs-page-error .error-text h3.error-message {
  color: #666666;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
}
.rs-page-error .error-text form {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
.rs-page-error .error-text form input {
  border: 1px solid #ddd;
  color: #444444;
  padding: 0 17px;
  height: 50px;
  line-height: 50px;
  width: 100%;
  border-radius: 5px;
  outline: none;
  margin-bottom: 30px;
}
.rs-page-error .error-text form button {
  background: transparent;
  border: medium none;
  color: #666666;
  padding: 0 16px;
  height: 48px;
  line-height: 48px;
  position: absolute;
  right: 0px;
  top: 1px;
  z-index: 10;
  font-size: 20px;
  cursor: pointer;
  border-top-right-radius: 5px;
  outline: none;
  border-bottom-right-radius: 5px;
  transition: all 0.3s ease 0s;
}
.rs-page-error .error-text form button:hover {
  background: #232023;
  color: #ffffff;
}
/* -----------------------
    33. Footer Section CSS
--------------------------*/
.rs-footer {
  background-color: #232023;
  color: #ffffff;
}
.rs-footer .footer-top {
  padding: 57px 0;
  background: #232023;
}
.rs-footer .footer-top .footer-title {
  margin-bottom: 40px;
  padding-bottom: 5px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  position: relative;
}
.rs-footer .footer-top .footer-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 2px;
  width: 50px;
  transition: all 0.3s ease 0s;
  background-color: #ffffff;
}
.rs-footer .footer-top .about-widget {
  font-size: 14px;
}
.rs-footer .footer-top .about-widget img {
  margin: 5px 0 32px;
  height: 25px;
}
.rs-footer .footer-top .about-widget .social-links {
  padding-top: 20px;
  margin-top: 20px;
  font-size: 14px;
}
.rs-footer .footer-top .about-widget .social-links li {
  display: inline;
  margin-right: 10px;
}
.rs-footer .footer-top .about-widget .social-links li a {
  color: #232023;
}
.rs-footer .footer-top .about-widget .social-links li a i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #f7c808;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.rs-footer .footer-top .about-widget .social-links li a i:hover {
  opacity: 0.82;
}
.rs-footer .footer-top .about-widget .social-links li:last-child {
  margin-right: 0;
}
.rs-footer .footer-top .footer-menu ul li {
  display: block;
  position: relative;
  margin: 0 0 10px;
  font-size: 14px;
}
.rs-footer .footer-top .footer-menu ul li a {
  color: #ffffff;
}
.rs-footer .footer-top .footer-menu ul li a:hover {
  color: #f7c808;
}
.rs-footer .footer-top .footer-menu ul li:last-child {
  margin: 0;
}
.rs-footer .footer-top .recent-post-widget .post-item {
  overflow: hidden;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-image {
  width: 75px;
  margin-right: 15px;
  float: left;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-image img {
  border-radius: 3px;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-desc {
  overflow: hidden;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-desc a {
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-desc a:hover {
  color: #f7c808;
}
.rs-footer .footer-top .footer-address li {
  font-size: 15px;
  margin-bottom: 10px;
}
.rs-footer .footer-top .footer-address li i {
  margin-right: 10px;
}
.rs-footer .footer-top .footer-address li a {
  color: #ffffff;
}
.rs-footer .footer-top .footer-address li a:hover {
  color: #f7c808;
}
.rs-footer .footer-top .footer-address li p {
  display: inline;
}
.rs-footer .footer-top .footer-address li:last-child {
  margin-bottom: 0;
}
.rs-footer .footer-top .footer-form {
  position: relative;
  max-width: 280px;
  outline: unset;
  margin: 30px 0 0;
  overflow: hidden;
  font-size: 13px;
}
.rs-footer .footer-top .footer-form .form-input {
  border: none;
  padding: 10px 0 10px 16px;
  background: transparent;
  color: #ffffff;
  outline: none;
  width: 100%;
  border: 1px solid #f7c808;
}
.rs-footer .footer-top .footer-form .form-input ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
  opacity: 1;
}
.rs-footer .footer-top .footer-form .form-input ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
  opacity: 1;
}
.rs-footer .footer-top .footer-form .form-input :-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
  opacity: 1;
}
.rs-footer .footer-top .footer-form .form-input :-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
  opacity: 1;
}
.rs-footer .footer-top .footer-form .form-button {
  position: absolute;
  top: 0;
  right: 0;
  background: #f7c808;
  color: #232023;
  padding: 11px 7px;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.rs-footer .footer-top .footer-form .form-button i {
  padding: 0 13px;
}
.rs-footer .footer-top .footer-form .form-button:hover {
  opacity: 0.8;
}
.rs-footer .footer-top .single-footer-column:hover .footer-title:after {
  width: 125px;
}
.rs-footer .footer-bottom {
  padding: 20px 0 20px;
  background: #232023;
  border-top: 1px solid #3a363a;
}
.rs-footer .footer-bottom .copyright p {
  margin: 5px 0 0;
  font-size: 14px;
}
.rs-footer .footer-bottom .copyright a {
  color: #fff;
}
.rs-footer .footer-bottom .copyright a:hover,
.rs-footer .footer-bottom .copyright a:focus {
  color: #afb0b2;
}
/* -----------------------
    34. Pre-loading CSS
--------------------------*/
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #232023;
  z-index: 99999;
}
.loading-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 100%;
  height: 100px;
  line-height: 100px;
}
.loading-text span {
  display: inline-block;
  margin: 0 5px;
  color: #fff;
  font-family: 'Quattrocento Sans', sans-serif;
}
.loading-text span:nth-child(1) {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0s infinite linear alternate;
  animation: blur-text 1.5s 0s infinite linear alternate;
}
.loading-text span:nth-child(2) {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0.2s infinite linear alternate;
  animation: blur-text 1.5s 0.2s infinite linear alternate;
}
.loading-text span:nth-child(3) {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0.4s infinite linear alternate;
  animation: blur-text 1.5s 0.4s infinite linear alternate;
}
.loading-text span:nth-child(4) {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0.6s infinite linear alternate;
  animation: blur-text 1.5s 0.6s infinite linear alternate;
}
.loading-text span:nth-child(5) {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0.8s infinite linear alternate;
  animation: blur-text 1.5s 0.8s infinite linear alternate;
}
.loading-text span:nth-child(6) {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 1s infinite linear alternate;
  animation: blur-text 1.5s 1s infinite linear alternate;
}
.loading-text span:nth-child(7) {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 1.2s infinite linear alternate;
  animation: blur-text 1.5s 1.2s infinite linear alternate;
}
@-webkit-keyframes blur-text {
  0% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
  100% {
    -webkit-filter: blur(4px);
    filter: blur(4px);
  }
}
@keyframes blur-text {
  0% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
  100% {
    -webkit-filter: blur(4px);
    filter: blur(4px);
  }
}
/*Pulse Border Animation*/
@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;
  }
}

@media only screen and (max-width: 576px) {
	.pl-40 {
		padding-left: 10px;
	}
	.pr-40 {
		padding-right: 10px;
	}
}

@media only screen and (max-width: 900px) {
	.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu {
		display:block;
		background-color: #232023;
		margin: 0;
	}

	.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu a{
		padding-left: 35px !important;
	}

	.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu-two a{
		padding-left: 55px !important;
	}

	.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu-two a{
		font-color: #55a51c;
	}
}

label.error {
	color: red;
}

