@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Play:400,700');
/**
*
* -----------------------------------------------------------------------------
*
* Template : RS-Construction - Construction HTML5 Template 
* Author : rs-theme
* Author URI : http://www.rstheme.com/
*
* -----------------------------------------------------------------------------
*
**/
/* Table Of Content
---------------------------------------------------------
01. General CSS
02. Global Class
03. Header Section 
04. Sticky Menu
05. Slider Section
06. About Us
07. Services
08. Services Pages
09. Project
10. Team Member
11. Team details
12. Newsletter
13. Testimonial
14. Blog Post
15. Contact Page
16. Footer
17. Scroll Up
18. 404 Page Area Start Here 
19. Counter up
20. Breadcrumbs
21. Project Details
22. Blog Details
23. Blog Sidebar
24. Blog Pagination
25. Home Banner
26. Blog Pages
27. Preloader
--------------------------------------------------------*/
/* -----------------------------------
    01. General CSS
-------------------------------------*/
html,
body {
  font-size: 15px;
  color: #505050;
  font-family: 'Play', sans-serif;
  vertical-align: baseline;
  line-height: 26px;
  font-weight: 400;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Play', sans-serif;
  color: #101010;
  margin: 0 0 26px;
  font-weight: 700;
}
a {
  color: #fad417;
  transition: all 0.3s ease 0s;
  text-decoration: none !important;
  outline: none !important;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #fdd835;
  font-family: 'Play', sans-serif;
  font-weight: 400;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
::-moz-selection {
  background: #fad417;
  text-shadow: none;
  color: #ffffff;
}
::selection {
  background: #fad417;
  text-shadow: none;
  color: #ffffff;
}
.sec-spacer {
  padding: 100px 0;
}
.sec-color {
  background-color: #f9f9f9;
}
.drak-color {
  background-color: #252525;
}
.gray-color {
  background-color: #f0f0f0;
}
.primary-bg {
  background: #fad417;
}
.bg-fixed {
  background-attachment: fixed;
  background-repeat: no-repeat;
}
/********************************/
/*       Slides backgrounds     */
/********************************/
.bg1 {
  background-image: url(images/bg/bg1.jpg);
  background-size: cover;
  background-attachment: fixed;
}
.bg2 {
  background-image: url(images/bg/bg2.jpg);
  background-size: cover;
  background-attachment: fixed;
}
/* ------------------------------------
    02. Global Class
---------------------------------------*/
.drak-color .owl-nav .owl-prev,
.drak-color .owl-nav .owl-next,
.drak-color .sec-title h3 {
  color: #ffffff;
}
.sec-title {
  margin-bottom: 50px;
}
.sec-title h4 {
  font-size: 15px;
  margin-bottom: 8px;
  color: #fad417;
}
.sec-title h3 {
  font-size: 30px;
  line-height: 20px;
  margin-bottom: 0;
  position: relative;
  display: block;
  padding-bottom: 25px;
  text-transform: uppercase;
}
.sec-title h3:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 0;
  height: 5px;
  width: 100px;
  background: #fad417;
}
.readon {
  position: relative;
  display: inline-block;
  padding: 12px 20px;
  line-height: normal;
  background: #fad417;
  color: #fff;
  transition: all 0.3s ease 0s;
  border-radius: 2px;
}
.readon:hover,
.readon:focus {
  background: #fdd835;
  color: rgba(255, 255, 255, 0.8);
}
.readon.border {
  background: transparent;
  border: 1px solid #fad417;
  color: #fad417;
}
.readon.border:hover {
  color: #fff;
  background: #fad417;
}
.readon.border.white {
  border-color: #fff;
  color: #fff;
}
.readon.border.white:hover {
  color: #fad417;
  background: #fff;
}
/*overly border*/
.overly-border::before,
.overly-border::after {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  z-index: 1;
}
.about-right-img .overly-border::before,
.about-right-img .overly-border::after {
  top: 50px;
  right: 50px;
  bottom: 50px;
  left: 50px;
}
.overly-border::before {
  border-top: 5px solid #fad417;
  border-bottom: 5px solid #fad417;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.rs-blog .blog-item.slick-current .team-content {
  opacity: 1;
  top: 0;
}
.overly-border::after {
  border-right: 5px solid #fad417;
  border-left: 5px solid #fad417;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.single-member-area figure .overly-border:before,
.single-member-area figure .overly-border:after,
.rs-blog .blog-item.slick-current .overly-border:before,
.rs-blog .blog-item.slick-current .overly-border:after,
.single-member-area:hover .overly-border:before,
.single-member-area:hover .overly-border:after,
.team-content:hover .overly-border:before,
.team-content:hover .overly-border:after,
.blog-content:hover .overly-border:before,
.blog-content:hover .overly-border:after,
.project-content:hover .overly-border:before,
.project-content:hover .overly-border:after,
.about-right-img:hover .overly-border:before,
.about-right-img:hover .overly-border:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.padding-0 {
  padding: 0;
}
.pt-45 {
  padding-top: 45px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-45 {
  padding-bottom: 45px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-80 {
  padding-bottom: 80px;
}
.mt-5 {
  margin-top: 5px;
}
.sparator-15 {
  height: 15px;
  clear: both;
}
.mt-30 {
  margin-top: 30px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-100 {
  margin-top: 100px;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mr-25 {
  margin-right: 25px;
}
.mr-30 {
  margin-right: 30px;
}
.margin-remove {
  margin: 0 !important;
}
.display-table {
  display: table;
  height: 100%;
  width: 100%;
}
.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.white-color {
  color: #fff !important;
}
.sitemap-widget p a{
  color: #afb0b2;
}
.sitemap-widget p a:hover{
  color: #ffffff;
}
/* ---------------------------
03.Header Section 
------------------------------*/
#rs-header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 111;
  bottom: auto;
}
#rs-header .rs-menu ul ul {
  background: #ffffff !important;
  border-top: 4px solid #fad417;
}
#rs-header #logo-sticky {
  display: none;
}
#rs-header .menu-sticky1.sticky1 {
  padding: 15px 0 0;
}
#rs-header .menu-sticky1.sticky1 #logo-sticky {
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  z-index: 999;
}
#rs-header .menu-sticky1.sticky1 #logo-sticky img {
  max-width: 270px;
}
#rs-header .menu-sticky1.sticky1 .rs-menu ul {
  text-align: right;
}
#rs-header .menu-sticky1.sticky1 .rs-menu ul li a {
  padding: 16px 14px 30px;
}
#rs-header .menu-sticky1.sticky1 .rs-menu ul li ul li a {
  padding: 10px 14px;
}
#rs-header.error-page {
  position: static !important;
  background-color: rgba(37, 37, 37, 0.8);
}
.full-width-header {
  position: relative;
}
.full-width-header #rs-header {
  position: absolute;
  width: 100%;
  bottom: 0 !important;
  top: auto;
  z-index: 111;
}
.full-width-header #rs-header .main-menu {
  border-top: 1px solid #464646;
  border-bottom: 1px solid #464646;
}
.full-width-header #rs-header .menu-area.menu-sticky.sticky,
.full-width-header #rs-header .menu-area.menu-sticky4.sticky4 {
  background-color: rgba(37, 37, 37, 0.9);
}
.full-width-header #rs-header .menu-area.menu-sticky.sticky .logo-area,
.full-width-header #rs-header .menu-area.menu-sticky4.sticky4 .logo-area {
  line-height: 85px !important;
}
.full-width-header #rs-header .menu-area.menu-sticky.sticky .navbar ul li,
.full-width-header #rs-header .menu-area.menu-sticky4.sticky4 .navbar ul li {
  height: 85px !important;
  line-height: 85px !important;
}
.full-width-header #rs-header .menu-area {
  background: transparent;
}
.full-width-header #rs-header .menu-area .navbar ul {
  text-align: center;
}
.full-width-header #rs-header .menu-area .navbar ul li {
  height: 60px;
  line-height: 60px;
}
.full-width-header #rs-header .menu-area .toolbar-contact a,
.full-width-header #rs-header .menu-area .toolbar-contact i {
  font-size: 14px;
  color: #fff;
}
.full-width-header #rs-header .menu-area .toolbar-contact i {
  margin-right: 10px;
}
.full-width-header #rs-header .menu-area .toolbar-contact,
.full-width-header #rs-header .menu-area .toolbar-share-icon,
.full-width-header #rs-header .menu-area .logo-area {
  line-height: 62px;
  margin-bottom: 40px;
}
.full-width-header #rs-header .menu-area .toolbar-share-icon ul {
  text-align: right;
}
.full-width-header #rs-header .menu-area .toolbar-share-icon ul li {
  display: inline-block;
  padding-left: 25px;
}
.full-width-header #rs-header .menu-area .toolbar-share-icon ul li a {
  display: block;
  color: #ffffff;
}
.full-width-header #rs-header .menu-area .toolbar-share-icon ul li a:hover {
  color: #fad417;
}
.full-width-header #first-slider h1 {
  background: rgba(217, 184, 38, 0.6);
  padding: 10px 20px;
  font-size: 58px;
  color: #101010;
}
.full-width-header #first-slider .item p {
  margin-bottom: 30px;
}
.full-width-header .carousel-inner .item .container {
  top: -26%;
}
.full-width-header #first-slider .carousel .item .content-details {
  margin: 0 auto;
}
.full-width-header .menu-area.menu-sticky1.sticky1,
.full-width-header .main-menu.menu-sticky.sticky {
  background: rgba(37, 37, 37, 0.9) !important;
}
.full-width-header .menu-sticky1.sticky1 .btm-toolbar {
  display: none;
}
.full-width-header .menu-sticky1.sticky1 .main-menu {
  border-top: 0 !important;
}
/*defoult header css*/
#rs-header .toolbar-top-area {
  background: #101010;
  padding: 7px 0;
}
#rs-header .toolbar-top-area .toolbar-contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#rs-header .toolbar-top-area .toolbar-contact ul li {
  display: inline-block;
  margin-right: 25px;
  color: #fff;
}
#rs-header .toolbar-top-area .toolbar-contact ul li i {
  font-weight: 600;
  font-size: 14px;
  margin-right: 10px;
  color: #ffffff;
}
#rs-header .toolbar-top-area .toolbar-contact ul li a {
  transition: all 0.3s ease 0s;
  color: #fff;
}
#rs-header .toolbar-top-area .toolbar-contact ul li a:hover {
  color: rgba(255, 255, 255, 0.7);
}
#rs-header .toolbar-top-area .toolbar-sl-share ul {
  text-align: right;
}
#rs-header .toolbar-top-area .toolbar-sl-share ul li {
  display: inline-block;
}
#rs-header .toolbar-top-area .toolbar-sl-share ul li + li {
  margin-left: 15px;
}
#rs-header .toolbar-top-area .toolbar-sl-share ul li a {
  display: block;
  color: #fff;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
#rs-header .toolbar-top-area .toolbar-sl-share ul li a:hover {
  color: rgba(255, 255, 255, 0.7);
}
#rs-header .toolbar-top-area .toolbar-sl-share ul li a i {
  text-align: center;
  display: inline-block;
  color: #ffffff;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -mzs-transition: 0.4s;
}
#rs-header .toolbar-top-area .toolbar-sl-share ul li a i:hover {
  color: #203643;
}
#rs-header .toolbar-top-area .toolbar-sl-share ul li a.quote-button {
  font-size: 14px;
  padding: 0 10px;
  background-color: #fff;
  color: #666;
}
#rs-header .toolbar-area {
  background: #fad417;
  padding: 7px 0;
}
#rs-header .toolbar-area .toolbar-contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#rs-header .toolbar-area .toolbar-contact ul li {
  display: inline-block;
  margin-right: 25px;
  color: #fff;
}
#rs-header .toolbar-area .toolbar-contact ul li i {
  font-weight: 600;
  font-size: 14px;
  margin-right: 10px;
  color: #fff;
}
#rs-header .toolbar-area .toolbar-contact ul li a {
  transition: all 0.3s ease 0s;
  color: #fff;
}
#rs-header .toolbar-area .toolbar-contact ul li a:hover {
  color: rgba(255, 255, 255, 0.7);
}
#rs-header .toolbar-area .toolbar-sl-share ul {
  text-align: right;
}
#rs-header .toolbar-area .toolbar-sl-share ul li {
  display: inline-block;
}
#rs-header .toolbar-area .toolbar-sl-share ul li + li {
  margin-left: 15px;
}
#rs-header .toolbar-area .toolbar-sl-share ul li a {
  display: block;
  color: #fff;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
#rs-header .toolbar-area .toolbar-sl-share ul li a:hover {
  color: rgba(255, 255, 255, 0.7);
}
#rs-header .toolbar-area .toolbar-sl-share ul li a i {
  text-align: center;
  display: inline-block;
}
#rs-header .toolbar-area .toolbar-sl-share ul li a.quote-button {
  font-size: 14px;
  padding: 0 10px;
  background-color: #fff;
  color: #666;
}
#rs-header .menu-area {
  background-color: #203643;
}
#rs-header .menu-area.sticky {
  background-color: #203643;
}
#rs-header .menu-area .logo-area {
  line-height: 90px;
}
#rs-header .menu-area .logo-area a {
  font-weight: 700;
  font-size: 27px;
  color: #fad417;
  display: block;
  text-transform: lowercase;
  transition: all 0.3s ease 0s;
}
#rs-header .menu-area .logo-area a img {
  display: inline-block;
  vertical-align: middle;
  width: 102px;
}
#rs-header .menu-area ul.nav-menu li:hover ul li a,
#rs-header .menu-area ul.nav-menu li ul li:hover ul li a {
  color: #101010;
}
#rs-header .menu-area ul.nav-menu li.current-menu-item a,
#rs-header .menu-area ul.nav-menu li ul li.active a,
#rs-header .menu-area ul.nav-menu li ul li ul li.active a,
#rs-header .menu-area ul.nav-menu li:hover a,
#rs-header .menu-area ul.nav-menu li ul li:hover a,
#rs-header .menu-area ul.nav-menu li ul li ul li a:hover {
  color: #fad417;
}
#rs-header .menu-area .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
#rs-header .menu-area .navbar {
  margin-bottom: 0;
  border: 0;
}
#rs-header .menu-area .navbar ul {
  margin: 0;
  padding: 0;
  text-align: right;
}
#rs-header .menu-area .navbar ul li {
  height: 120px;
  line-height: 120px;
  position: relative;
  display: inline-block;
  transition: all 0.3s ease 0s;
  /* Dropdown Menu area */
}
#rs-header .menu-area .navbar ul li + li {
  margin-left: 36px;
}
#rs-header .menu-area .navbar ul li > a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  transition: all 0.3s ease 0s;
}
#rs-header .menu-area .navbar ul li > a i {
  margin-left: 5px;
}
#rs-header .menu-area .navbar ul li .navbar-dropdown {
  background: #ffffff;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.3s ease 0s;
  width: 200px;
  z-index: 99999 !important;
  text-align: left;
  visibility: hidden;
}
#rs-header .menu-area .navbar ul li .navbar-dropdown li {
  line-height: normal;
  height: auto;
  display: block;
  border-top: 1px dashed #dddddd;
  margin: 0;
  padding: 0;
  border-right: 0px solid transparent;
}
#rs-header .menu-area .navbar ul li .navbar-dropdown li:last-child {
  border-bottom: 0;
}
#rs-header .menu-area .navbar ul li .navbar-dropdown li a {
  display: block;
  padding: 12px 20px;
  text-transform: none;
  transition: all 0.3s ease 0s;
  color: #444444 !important;
  font-weight: 300;
}
#rs-header .menu-area .navbar ul li .navbar-dropdown li a:hover {
  padding-left: 30px;
  color: #fad417 !important;
}
#rs-header .menu-area .navbar ul li .navbar-dropdown li a:before,
#rs-header .menu-area .navbar ul li .navbar-dropdown li a:after {
  display: none;
}
#rs-header .menu-area .navbar ul li.active a,
#rs-header .menu-area .navbar ul li:hover a {
  color: #fad417;
}
#rs-header .menu-area .navbar ul li:hover ul {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}
#rs-header .menu-area .navbar .navbar-toggle {
  background-color: #fad417;
  border-radius: 2px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
#rs-header .menu-area .navbar .navbar-toggle .icon-bar {
  background-color: #fff;
}
#rs-header .menu-area .navbar .navbar-toggle:hover {
  opacity: 0.8;
}
#rs-header.rs-header2 .toolbar-top-area,
#rs-header.rs-header3 .toolbar-top-area,
#rs-header.inner-pages .toolbar-top-area {
  background-color: #fad417;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/*Home Style 2 CSS*/
.home2 #rs-header.rs-header2 {
  position: relative;
  z-index: 111;
  top: 0;
  width: 100%;
}
/* -----------------------
Home 3 Video Style Slider
--------------------------*/
.home3 .rs-video-area {
  position: relative;
  overflow: hidden;
}
.home3 .rs-video-area:before {
  background-color: rgba(0, 0, 0, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.home3 .rs-video-area .rs-video-content-wrap {
  height: 100vh;
  position: relative;
  color: #ffffff;
  width: 100%;
}
.home3 .rs-video-area .rs-video-content-wrap:before {
  background-color: rgba(0, 0, 0, 0.55);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.home3 .rs-video-area .rs-video-content-wrap .content-details {
  position: absolute;
  top: 60%;
  width: 100%;
  max-width: 700px;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 11;
}
.home3 .rs-video-area .rs-video-content-wrap .sl-title {
  color: #ffffff;
  display: block;
  margin-bottom: 35px;
  font-size: 60px;
  font-weight: 700;
  position: relative;
  z-index: 9;
  text-transform: uppercase;
}
.home3 .rs-video-area .rs-video-content-wrap .sl-title span {
  color: #fad417;
}
.home3 .rs-video-area .rs-video-content-wrap .sl-desc {
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 50px;
}
.home3 #rs-header.rs-header3 {
  position: absolute;
  z-index: 111;
  top: 0;
  width: 100%;
}
/*Home Style 5 CSS*/
.home5 #rs-header,
.home5.icon-header {
  position: static !important;
}
.home5 #rs-header .menu-area,
.home5.icon-header .menu-area {
  background: #ffffff;
}
.home5 #rs-header .middle-header-home5,
.home5.icon-header .middle-header-home5 {
  padding: 40px 0 70px;
  position: relative;
}
.home5 #rs-header .middle-header-home5 .logo img,
.home5.icon-header .middle-header-home5 .logo img {
  max-width: 260px;
}
.home5 #rs-header .middle-header-home5 .header-contact,
.home5.icon-header .middle-header-home5 .header-contact {
  float: right;
}
.home5 #rs-header .middle-header-home5 .header-contact .widget-text,
.home5.icon-header .middle-header-home5 .header-contact .widget-text {
  position: relative;
  padding-left: 70px;
}
.home5 #rs-header .middle-header-home5 .header-contact .widget-text i,
.home5.icon-header .middle-header-home5 .header-contact .widget-text i {
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  left: 0;
  line-height: 50px;
  background: #fad417;
  color: #101010;
  font-size: 18px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.home5 #rs-header .middle-header-home5 .header-contact .widget-text .info-text,
.home5.icon-header .middle-header-home5 .header-contact .widget-text .info-text {
  line-height: 1.4;
}
.home5 #rs-header .middle-header-home5 .header-contact .widget-text .info-text span,
.home5.icon-header .middle-header-home5 .header-contact .widget-text .info-text span {
  display: block;
  font-weight: 700;
  color: #101010;
}
.home5 #rs-header .middle-header-home5 .menu-sticky.sticky,
.home5.icon-header .middle-header-home5 .menu-sticky.sticky,
.home5 #rs-header .middle-header-home5 .menu-sticky4.sticky4,
.home5.icon-header .middle-header-home5 .menu-sticky4.sticky4 {
  background: #363636;
}
.home5 #rs-header .middle-header-home5 .menu-sticky.sticky .header-bottom-area,
.home5.icon-header .middle-header-home5 .menu-sticky.sticky .header-bottom-area,
.home5 #rs-header .middle-header-home5 .menu-sticky4.sticky4 .header-bottom-area,
.home5.icon-header .middle-header-home5 .menu-sticky4.sticky4 .header-bottom-area {
  position: static;
}
.home5 #rs-header .middle-header-home5 .header-bottom-area,
.home5.icon-header .middle-header-home5 .header-bottom-area {
  background: #363636;
  position: absolute;
  top: 38px;
  border-radius: 0;
  width: 100%;
  z-index: 999;
  left: 0;
  max-width: 1170px;
  margin: 0 auto;
}
.home5 #rs-header .middle-header-home5 .header-bottom-area .navbar ul,
.home5.icon-header .middle-header-home5 .header-bottom-area .navbar ul {
  text-align: left;
}
.home5 #rs-header .middle-header-home5 .header-bottom-area .navbar ul li,
.home5.icon-header .middle-header-home5 .header-bottom-area .navbar ul li {
  margin-right: 0;
  margin-left: 36px;
  line-height: 70px;
  height: 70px;
}
.home5 #rs-header .middle-header-home5 .header-bottom-area .navbar ul li a,
.home5.icon-header .middle-header-home5 .header-bottom-area .navbar ul li a {
  color: #ffffff;
}
.home5 #rs-header .middle-header-home5 .header-bottom-area .navbar ul li a:hover,
.home5.icon-header .middle-header-home5 .header-bottom-area .navbar ul li a:hover {
  color: #fad417;
}
.home5 #rs-header .middle-header-home5 .header-bottom-area .navbar ul li.active a,
.home5.icon-header .middle-header-home5 .header-bottom-area .navbar ul li.active a {
  color: #fad417;
}
.home5 #rs-header .middle-header-home5 .header-bottom-area .get-quote,
.home5.icon-header .middle-header-home5 .header-bottom-area .get-quote {
  position: absolute;
  right: 0;
  top: 0;
}
.home5 #rs-header .middle-header-home5 .header-bottom-area .get-quote a,
.home5.icon-header .middle-header-home5 .header-bottom-area .get-quote a {
  line-height: 70px;
  height: 70px;
  padding: 0 20px;
  background: #fad417;
  display: block;
  color: #101010;
}
.home5 #rs-header .middle-header-home5 .header-bottom-area .get-quote a:hover,
.home5.icon-header .middle-header-home5 .header-bottom-area .get-quote a:hover {
  background: #fdd835;
}
.home5 .carousel-inner .item .container {
  top: 0;
}
.home5 #first-slider .item p {
  margin-bottom: 50px;
}
.home5 #first-slider .item h1 {
  margin-bottom: 20px;
}
.home5 #rs-header .menu-sticky4.sticky4 ul li ul li a {
  padding: 16px 14px;
}
/*------------------------------------
    04. Sticky Menu
--------------------------------------*/
.menu-sticky1.sticky1 {
  background: #ffffff;
  position: fixed !important;
  top: 0;
  z-index: 9999;
  margin: 0 auto !important;
  padding: 0;
  left: 0;
  right: 0;
  -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;
}
.menu-sticky.sticky,
.menu-sticky4.sticky4 {
  background: #ffffff;
  position: fixed !important;
  z-index: 9999;
  width: 100%;
  top: 0;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -ms-transition: 0.8s;
}
#rs-header .menu-sticky.sticky .logo-area {
  height: 90px;
  line-height: 90px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
}
#rs-header .menu-sticky.sticky .rs-menu ul li a {
  padding: 32px 14px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
}
#rs-header .menu-sticky.sticky .rs-menu ul li ul li a {
  padding: 10px 14px;
}
@-webkit-keyframes sticky-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes sticky-animation {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*------------------------------------
    05. Slider Section
--------------------------------------*/
#first-slider .main-container {
  padding: 0;
}
#first-slider .slide1 h3,
#first-slider .slide2 h3,
#first-slider .slide3 h3,
#first-slider .slide4 h3 {
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
}
#first-slider .item {
  background-size: cover;
  background-repeat: no-repeat;
}
#first-slider .item p {
  padding: 0;
  color: #ffffff;
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 50px;
  letter-spacing: 1px;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
#first-slider .slide1 h4,
#first-slider .slide2 h4,
#first-slider .slide3 h4,
#first-slider .slide4 h4 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
}
#first-slider .slide1 .text-left,
#first-slider .slide3 .text-left {
  padding-left: 40px;
}
/*---------- INDICATORS CONTROL ----------*/
#first-slider .carousel-indicators {
  right: 45%;
  bottom: 3%;
  left: auto;
  width: 90%;
  height: 20px;
  font-size: 0;
  overflow-x: auto;
  text-align: right;
  overflow-y: hidden;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 1px;
  white-space: nowrap;
}
#first-slider .carousel-indicators li {
  padding: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #9e9e9e;
  text-indent: 0;
  overflow: hidden;
  text-align: left;
  position: relative;
  letter-spacing: 1px;
  background: #9e9e9e;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
  -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
  transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
  z-index: 10;
  cursor: pointer;
}
#first-slider .carousel-indicators li:last-child {
  margin-right: 0;
}
#first-slider .carousel-indicators .active {
  margin: 1px 5px 1px 1px;
  box-shadow: 0 0 0 2px #ffd200;
  background-color: transparent;
  position: relative;
  -webkit-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
#first-slider .carousel-indicators .active:before {
  transform: scale(0.5);
  background-color: #ffd200;
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
#first-slider .carousel-control.right,
#first-slider .carousel-control.left {
  background-image: none;
}
#first-slider .carousel .item img {
  width: 100%;
}
#first-slider .carousel .item .content-details {
  z-index: 1000;
  position: relative;
  max-width: 725px;
}
#first-slider .carousel .item:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
.carousel-inner .item .container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 22%;
  left: 0;
  right: 0;
}
#first-slider h3 {
  animation-delay: 1s;
}
#first-slider h4 {
  animation-delay: 2s;
}
#first-slider h2 {
  animation-delay: 3s;
}
#first-slider .carousel-control {
  width: 6%;
  text-shadow: none;
}
#first-slider h1 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
}
#first-slider h1 span {
  color: #fad417;
}
#first-slider .p {
  padding-top: 125px;
  text-align: center;
}
a.sl-btn {
  background: #fad417;
  display: inline-block;
  padding: 14px 52px;
  font-size: 15px;
  text-transform: uppercase;
  color: #101010;
  font-weight: 400;
}
a.sl-btn i {
  font-weight: 700;
  margin-left: 12px;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  position: relative;
  left: 0;
}
a.sl-btn:hover i {
  left: 10px;
}
#first-slider .p a {
  text-decoration: underline;
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-control .fa-angle-right,
.carousel-control .fa-angle-left {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  transition: all 0.8s ease 0s;
  left: -100px;
  width: 60px;
  height: 60px;
  margin-top: -15px;
  font-size: 30px;
  color: #ffd200;
  border: 1px solid #ffd200;
  line-height: 58px;
}
.carousel-control .fa-angle-right {
  left: auto;
  right: -100px;
}
#first-slider:hover .carousel-control .fa-angle-right {
  right: 50%;
}
#first-slider:hover .carousel-control .fa-angle-left {
  left: 50%;
}
.hvr-ripple-out::before {
  border: 2px solid;
}
.carousel-control .fa-angle-left:hover,
.carousel-control .fa-angle-right:hover {
  background: #fad417;
  color: #101010;
}
.carousel-control {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* ------------------------------------
    06. About Us
---------------------------------------*/
.rs-about.primary-section .panel .panel-heading a {
  background: #fad417;
}
.rs-about .panel-group {
  margin-bottom: 0;
}
.rs-about .sec-title {
  margin-bottom: 20px;
}
.rs-about .sec-title h3:after {
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rs-about .panel {
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.rs-about .panel .panel-heading {
  border-radius: 0;
  position: relative;
  background: #f0f0f0;
  padding: 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -mz-transition: 0.4s;
}
.rs-about .panel .panel-heading.active,
.rs-about .panel .panel-heading:hover {
  background: #101010;
}
.rs-about .panel .panel-heading.active h4.panel-title a,
.rs-about .panel .panel-heading:hover h4.panel-title a {
  color: #ffffff;
}
.rs-about .panel .panel-heading.active:after,
.rs-about .panel .panel-heading:hover:after {
  background: #ffffff;
}
.rs-about .panel .panel-heading.active h4.panel-title a {
  background: #252525;
}
.rs-about .panel .panel-heading h4.panel-title a {
  font-size: 20px;
  color: #101010;
  font-weight: 700;
  padding: 14px 20px;
  display: block;
}
.rs-about .panel .panel-heading h4.panel-title a:hover {
  background: #252525;
}
.rs-about .panel .panel-body {
  padding: 10px 0 0;
}
.rs-about .panel-group .panel + .panel {
  margin-top: 18px !important;
}
.rs-about .panel-heading.active .accordion-toggle:after {
  font-family: 'FontAwesome';
  content: "\f0d7";
  float: none;
  color: #252525;
  display: block;
  background: #fad417;
  padding: 14px 19px;
  right: 0;
  position: absolute;
  top: 0;
}
.rs-about .panel-heading .accordion-toggle:after {
  font-family: 'FontAwesome';
  content: "\f0da";
  float: none;
  color: #fff;
  display: block;
  background: #252525;
  padding: 14px 19px;
  right: 0;
  position: absolute;
  top: 0;
}
.rs-about .panel-heading:hover .accordion-toggle:after {
  color: #ffffff;
}
.rs-about .about-right-img {
  background: #000;
  position: relative;
}
.rs-about .about-right-img img.video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  ms-transform: translate(-50%, -50%);
  z-index: 11;
}
.rs-about .about-right-img img {
  opacity: 0.6;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  z-index: 1;
}
h3.title-border {
  font-size: 30px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 25px;
}
h3.title-border:after {
  position: absolute;
  content: "";
  height: 5px;
  width: 100px;
  background: #fad417;
  bottom: 0;
  left: 0;
}
.vision-section .vision-img {
  position: relative;
}
.vision-section .vision-img:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #101010;
  opacity: 0.4;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -mz-transition: 0.4s;
}
.vision-section .vision-img:hover:after {
  opacity: 0.6;
}
.vision-section .vision-img img.video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  ms-transform: translate(-50%, -50%);
  z-index: 999;
}
.about-section-2 {
  padding-bottom: 70px;
}
.about-section-2 .company-overview {
  margin-top: 30px;
}
.about-section-2 .about-details {
  margin-bottom: 30px;
}
.about-section-2 .about-details h3 {
  font-size: 20px;
  text-transform: uppercase;
  margin: 15px 0 8px;
  padding-bottom: 12px;
}
.about-section-2 .about-details h3:after {
  height: 3px;
}
.about-section-2 .about-details p {
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 15px;
}
.history-details p:last-child {
  margin-bottom: 0;
}
/* ----------------------------------
    07. Services
-------------------------------------*/
.rs-services .services-list .single-services {
  padding: 50px 25px;
  float: left;
  width: 33.333%;
  overflow: hidden;
  transition: 0.4s;
  -webkit-transition: 0.4s;
}
.rs-services .services-list .single-services:nth-child(2n+1) {
  background: #e1e1e1;
}
.rs-services .services-list .single-services:nth-child(2n) {
  background: #e7e7e7;
}
.rs-services .services-list .single-services .serivec-icon {
  float: left;
  margin-right: 25px;
  font-size: 40px;
  line-height: 50px;
  color: #fad417;
}
.rs-services .services-list .single-services .serivec-icon .glyph-icon:before {
  margin-left: 0;
  font-size: 50px;
}
.rs-services .services-list .single-services .serices-details {
  overflow: hidden;
}
.rs-services .services-list .single-services .serices-details h3 {
  font-size: 22px;
  margin: 0 0 20px;
  color: #101010;
  font-weight: 700;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
}
.rs-services .services-list .single-services .serices-details p {
  margin-bottom: 0;
  font-size: 14px;
  color: #505050;
  font-weight: 400;
}
.rs-services .services-list .single-services:hover .serices-details h3 {
  color: #fad417;
}
.rs-services.drak-color .services-list .single-services:nth-child(2n+1) {
  background: #0f0f0f;
}
.rs-services.drak-color .services-list .single-services:nth-child(2n) {
  background: #181818;
}
.rs-services.drak-color .services-list .single-services h3 {
  color: #ffffff;
}
.rs-services.drak-color .services-list .single-services:hover {
  background: #fad417;
}
.rs-services.drak-color .services-list .single-services:hover .serivec-icon,
.rs-services.drak-color .services-list .single-services:hover .serices-details p,
.rs-services.drak-color .services-list .single-services:hover h3 {
  color: #101010 !important;
}
.rs-services.drak-color .serices-details h3 a {
  color: #fff;
  font-weight: 700;
}
.rs-services.drak-color .serices-details p {
  color: #ddd !important;
}
.rs-services.drak-color .serices-details p:hover {
  color: #101010 !important;
}
/* ----------------------------------
    08. Services Pages
-------------------------------------*/
.services-section#homepages-services,
.services-section#services-sections {
  padding-bottom: 50px;
}
@media screen and (max-width: 590px) {
  .services-section .col-xs-6 {
    width: 100%;
  }
}
.services-section .single-service {
  margin-bottom: 50px;
  border: 1px solid #d7d7d7;
}
@media screen and (max-width: 991px) {
  .services-section .single-service {
    margin-bottom: 30px;
  }
}
.services-section .single-service .service-img {
  position: relative;
}
.services-section .single-service .service-img:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #101010;
  opacity: 0.7;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -mz-transition: 0.4s;
}
.services-section .single-service .service-img i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  ms-transform: translate(-50%, -50%);
  z-index: 999;
  font-size: 30px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
}
.services-section .single-service .service-details {
  padding: 0 9px;
}
.services-section .single-service .service-details h3 {
  margin: 18px 0 8px;
}
.services-section .single-service .service-details h3 a {
  font-weight: 700;
  font-size: 20px;
  color: #101010;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -mz-transition: 0.4s;
}
.services-section .single-service .service-details a.primary-btn {
  background: #fad417;
  color: #101010;
  font-size: 15px;
  padding: 5px 24px;
  display: inline-block;
  margin-bottom: 25px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
}
.services-section .single-service:hover .service-img:after {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
}
.services-section .single-service:hover .service-details a.primary-btn {
  color: #ffffff;
  background: #101010;
}
.services-section .single-service:hover .service-details h3 a {
  color: #fad417;
}
.services-section .single-service:hover i {
  opacity: 1;
  visibility: visible;
}
.services-section .service-list-sidebar ul#service-menu li {
  display: block;
  position: relative;
}
.services-section .service-list-sidebar ul#service-menu li a {
  color: #505050;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 0;
  border-bottom: 1px solid #ebebeb;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -mz-transition: 0.4s;
}
.services-section .service-list-sidebar ul#service-menu li a:after {
  content: "›";
  font-size: 17px;
  font-family: Georgia, serif;
  position: absolute;
  right: 11px;
  top: 7px;
  color: #505050;
}
.services-section .service-list-sidebar ul#service-menu li a:hover:after,
.services-section .service-list-sidebar ul#service-menu li a:hover {
  color: #fad417;
}
.services-section .service-list-sidebar ul#service-menu li.active a {
  color: #fad417;
}
.services-section .services-left-side {
  margin-top: 40px;
}
.services-section .services-left-side h3 {
  font-weight: 400px;
  font-size: 18px;
  text-transform: uppercase;
  margin: 15px 0 8px;
  padding-bottom: 12px;
}
.services-section .services-left-side h3:after {
  height: 3px;
}
.services-section .services-left-side ul#brochures-list {
  margin-top: 30px;
}
.services-section .services-left-side ul#brochures-list li {
  border: 1px solid #ebebeb;
  margin-bottom: 20px;
}
.services-section .services-left-side ul#brochures-list li a {
  color: #505050;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
}
.services-section .services-left-side ul#brochures-list li a i {
  background: #ccc;
  padding: 14px;
  color: #505050;
  margin-right: 20px;
}
.services-section .services-left-side ul#brochures-list li a:hover {
  color: #fad417;
}
.services-section .services-left-side.our-office {
  margin-top: 48px;
}
.services-section .services-left-side.our-office ul#office-address {
  margin-top: 30px;
}
.services-section .services-left-side.our-office ul#office-address li {
  margin-bottom: 20px;
  color: #505050;
  font-size: 15px;
  font-weight: 400;
  overflow: hidden;
  padding-left: 35px;
  position: relative;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
}
.services-section .services-left-side.our-office ul#office-address li a {
  color: #505050;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
}
.services-section .services-left-side.our-office ul#office-address li i {
  color: #505050;
  position: absolute;
  left: 0;
  top: 5px;
}
.services-section .services-left-side.our-office ul#office-address li span {
  overflow: hidden;
}
.services-section .services-left-side.our-office ul#office-address li a:hover {
  color: #fad417;
}
.services-section#services-sliders {
  padding-bottom: 100px;
}
.services-section#services-sliders .single-service {
  margin-bottom: 1px;
}
.services-section .include {
  margin-top: 35px;
}
.services-section .include .panel-body p {
  margin: 12px 0;
}
.services-section .include .panel-body .panel-title a.collapsed {
  background: #000;
}
.services-section .services-btm {
  margin-top: 35px;
}
.services-section .services-btm .title-border {
  margin-left: 15px;
}
.services-section .services-btm ul li {
  position: relative;
  padding-left: 30px;
}
.services-section .services-btm ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 99999;
  color: #fad417;
  font-size: 18px;
}
/* ----------------------------------
    09. Project
-------------------------------------*/
.rs-project {
  overflow: hidden !important;
}
.rs-project #demos {
  padding-bottom: 8px;
}
.rs-project #demos .owl-carousel .item {
  transition: .8s;
  -webkit-transition: .8s;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 1;
}
.rs-project #demos .owl-carousel .item.__loading {
  transition: .8s;
  -webkit-transition: .8s;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 0;
  transform: translateX(40px);
  -webkit-transform: translateX(40px);
}
.rs-project .sec-title {
  margin-bottom: 25px;
}
.rs-project .container-full {
  margin: 0 auto;
  width: 100%;
  overflow-x: hidden;
}
.rs-project .container-full .project-filter {
  padding: 0 30px;
}
.rs-project .project-filter {
  margin-bottom: 30px;
  text-align: center;
}
.rs-project .project-filter button {
  background: transparent;
  position: relative;
  display: inline-block;
  border: 0;
  outline: none;
  font-weight: 400;
  font-size: 18px;
  color: #505050;
  transition: all 0.3s ease 0s;
  margin: 0 30px 15px 0;
}
.rs-project .project-filter button:last-child {
  margin-right: 0;
}
.rs-project .project-filter button:hover,
.rs-project .project-filter button.active {
  color: #fad417;
}
.rs-project .project-item {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.rs-project .project-item .headding-title {
  padding: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  background: rgba(0, 0, 0, 0.8);
}
.rs-project .project-item .headding-title h3 {
  margin: 0 0 20px;
}
.rs-project .project-item .headding-title h3 a {
  font-size: 30px;
  color: #fff;
}
.rs-project .project-item .headding-title a.project-link {
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
}
.rs-project .project-item .project-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 110%;
  left: 0;
  text-align: left;
  z-index: 11;
  padding: 15px 35px;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
.rs-project .project-item .project-content:before {
  content: '';
  position: absolute;
  left: 0;
  top: 12%;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
  -webkit-transition: .25s opacity ease;
  transition: .25s opacity ease;
}
.rs-project .project-item .project-img img {
  width: 100%;
}
.rs-project .project-item a.image-popup i,
.rs-project .project-item .p-title,
.rs-project .project-item .p-desc,
.rs-project .project-item a.project-link {
  position: relative;
  z-index: 11;
}
.rs-project .project-item a.project-link:hover {
  color: #ffffff;
}
.rs-project .project-item .p-title {
  line-height: normal;
  color: #fff;
  margin-bottom: 20%;
}
.rs-project .project-item .p-title a {
  line-height: 35px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}
.rs-project .project-item .p-title a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.rs-project .project-item .p-desc {
  font-size: 15px;
  color: #ccc;
  margin-bottom: 20%;
  margin-top: 10px;
}
.rs-project .project-item:hover .project-content {
  opacity: 1;
  top: 0;
  text-align: center;
}
.rs-project .project-item:hover .project-content:before {
  top: 0;
}
.rs-project .project-item:hover .headding-title {
  opacity: 0;
  visibility: hidden;
}
.rs-project #filter-list {
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px;
}
.rs-project #filter-list .grid-item {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  width: 25%;
}
.rs-project.innner-project .project-filter {
  text-align: left;
  margin-bottom: 35px;
}
.rs-project.innner-project .project-filter button {
  background: transparent;
  position: relative;
  display: inline-block;
  border: 0;
  outline: none;
  font-weight: 400;
  transition: all 0.3s ease 0s;
  margin: 0 0px 15px 0;
}
.rs-project.innner-project .project-filter button.active {
  color: #fad417;
}
.rs-project.innner-project .project-item {
  position: relative;
  overflow: hidden;
}
.rs-project.innner-project .project-item .project-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 30%;
  left: 0;
  text-align: center;
  z-index: 10;
  padding: 25px;
  opacity: 0;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.rs-project.innner-project .project-item .project-content:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
  -webkit-transition: .25s opacity ease;
  transition: .25s opacity ease;
}
.rs-project.innner-project .project-item .project-img img {
  width: 100%;
}
.rs-project.innner-project .project-item .p-zoom {
  display: inline-block;
  font-size: 50px;
  position: relative;
  z-index: 11;
  color: #fad417;
  transition: all 0.3s ease 0s;
}
.rs-project.innner-project .project-item .p-zoom:hover {
  opacity: 0.6;
}
.rs-project.innner-project .project-item .p-title {
  line-height: normal;
  margin-top: 18px;
  color: #fff;
  margin-bottom: 6px;
}
.rs-project.innner-project .project-item .p-title a {
  font-size: 20px;
  color: #fff;
}
.rs-project.innner-project .project-item .p-title a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.rs-project.innner-project .project-item .p-desc {
  font-size: 15px;
  color: #fff;
  line-height: normal;
  margin-bottom: 0;
  margin-top: 10px;
}
.rs-project.innner-project .project-item:hover .project-content {
  opacity: 1;
  top: 0;
}
.rs-project.filter-slider {
  padding-bottom: 92px;
}
.rs-project.project-style-2 {
  padding-bottom: 80px;
}
.rs-project .default-pagination {
  padding-top: 5px;
}
/* -----------------------
    10. Team Member
--------------------------*/
.rs-team .team-item {
  position: relative;
  overflow: hidden;
}
.rs-team .team-item .team-img {
  position: relative;
}
.rs-team .team-item .team-img .normal-text {
  position: absolute;
  left: -57px;
  bottom: 56px;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.rs-team .team-item .team-img .normal-text .team-name {
  background: #fad417;
  color: #101010;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px !important;
}
.rs-team .team-item .team-img .normal-text span.subtitle {
  background: #333;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}
.rs-team .team-item .team-img .normal-text span.subtitle,
.rs-team .team-item .team-img .normal-text .team-name {
  margin: 0;
  padding: 10px 20px;
  display: block;
}
.rs-team .team-item .team-img img {
  width: 100%;
}
.rs-team .team-item .team-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 10%;
  left: 0;
  text-align: center;
  z-index: 11;
  padding: 30px;
  opacity: 0;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.rs-team .team-item .team-content:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
  -webkit-transition: .25s opacity ease;
  transition: .25s opacity ease;
}
.rs-team .team-item .team-name a {
  margin-bottom: 6px;
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
}
.rs-team .team-item .team-name a:hover {
  color: #fad417;
}
.rs-team .team-item .team-name a,
.rs-team .team-item .team-title {
  position: relative;
  z-index: 111;
}
.rs-team .team-item .team-title {
  font-size: 14px;
  color: #fad417;
  padding-bottom: 12px;
}
.rs-team .team-item .team-title:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #fad417;
  content: "";
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  mz-transform: translateX(-50%);
}
.rs-team .team-item .team-desc {
  color: #fff;
  margin-bottom: 0;
  padding-top: 12px;
  margin-top: 8px;
}
.rs-team .team-item .team-social {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 111;
  opacity: 0;
  margin-top: 25px;
  -webkit-transition: .4s all ease;
  transition: .4s all ease;
}
.rs-team .team-item .team-social .social-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ffffff;
  margin-right: 6px;
  border-radius: 50%;
}
.rs-team .team-item .team-social .social-icon i {
  font-size: 14px;
  color: #101010;
}
.rs-team .team-item .team-social .social-icon:hover {
  background-color: #fdd835;
}
.rs-team .team-item:hover .team-content {
  opacity: 1;
  top: 0;
}
.rs-team .team-item:hover .team-social {
  opacity: 1;
}
.rs-team .team-item:hover .normal-text {
  opacity: 0;
  visibility: hidden;
}
.rs-team-pages .team-item {
  margin-bottom: 30px;
}
.rs-team-pages .default-pagination {
  padding-top: 10px;
}
/* ------------------------------------
    11. Team details
---------------------------------------*/
.rs-team-details {
  padding: 100px 0 90px;
}
.rs-team-details .figure img {
  margin-bottom: 30px;
}
.rs-team-details .clear-it {
  clear: both;
  padding-top: 20px;
}
.rs-team-details .description .member-title h2 {
  margin-bottom: 0;
  text-transform: uppercase;
}
.rs-team-details .description .social-share .social-icons {
  padding: 10px 0;
}
.rs-team-details .description .social-share .social-icons a i {
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  margin-right: 7px;
  text-align: center;
  width: 32px;
  background: #fdd835;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.rs-team-details .description .social-share .social-icons a:hover i {
  background: #fad417;
}
.rs-team-details .contact-details {
  margin-bottom: 30px;
}
.rs-team-details .contact-details ul li {
  padding: 6px 0;
}
.rs-team-details .contact-details ul li a {
  color: #505050;
}
.rs-team-details .contact-details ul li a:hover {
  color: #fad417;
}
.rs-team-details .contact-details ul li i {
  border: 1px solid #fdd835;
  color: #fdd835;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.rs-team-details .contact-details ul li span {
  margin-left: 10px;
}
.rs-team-details .contact-details ul li:hover i {
  background: #fdd835;
  color: #fff;
}
.rs-team-details .cl-skill-bar .skillbar {
  background: #eeeeee;
  border-radius: 3px;
  display: inline-block;
  height: 30px;
  margin: 5px 0;
  position: relative;
  width: 100%;
}
.rs-team-details .cl-skill-bar .skillbar .skillbar-title {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  color: #101010;
  font-size: 12px;
  font-weight: 700;
  height: 30px;
  left: 0;
  line-height: 30px;
  padding: 0 20px;
  position: absolute;
  top: 0;
  width: 150px;
  background: #fad417;
}
.rs-team-details .cl-skill-bar .skillbar .skillbar-bar {
  background: #fdd835;
  border-radius: 3px;
  display: inline-block;
  height: 30px;
  width: 0;
  margin-bottom: 0;
}
.rs-team-details .cl-skill-bar .skillbar .skill-bar-percent {
  color: rgba(0, 0, 0, 0.4);
  font-size: 11px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 10px;
  top: 0;
}
.rs-team-pages2 .single-member-area {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.rs-team-pages2 .single-member-area figure {
  overflow: hidden;
  position: relative;
}
.rs-team-pages2 .single-member-area figure img {
  transform: scale(1.15);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.rs-team-pages2 .single-member-area figure .overly-border:after,
.rs-team-pages2 .single-member-area figure .overly-border:before {
  opacity: 0;
  visibility: hidden;
  transtion: 0.4s;
  -webkit-transtion: 0.4s;
  -ms-transtion: 0.4s;
  z-index: 11;
}
.rs-team-pages2 .single-member-area .overlay {
  bottom: 0;
  color: #ffffff;
  height: 100%;
  left: 0;
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out 0.15s;
  -moz-transition: all 0.5s ease-out 0.15s;
  -o-transition: all 0.5s ease-out 0.15s;
  -ms-transition: all 0.5s ease-out 0.15s;
  transition: all 0.5s ease-out 0.15s;
  width: 100%;
  background-color: rgba(8, 8, 8, 0.7);
  opacity: 0;
  transform: scaleX(0);
  transform-origin: 50% 50% 0;
}
.rs-team-pages2 .single-member-area .overlay .overlay-element {
  position: relative;
  height: 100%;
}
.rs-team-pages2 .single-member-area .overlay .overlay-element .social-icons {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  padding: 20% 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 111 !important;
}
.rs-team-pages2 .single-member-area .overlay .overlay-element .social-icons a {
  color: #fff;
  padding-right: 10px;
  font-size: 20px;
}
.rs-team-pages2 .single-member-area .overlay .overlay-element .social-icons a:hover {
  color: #fdd835;
}
.rs-team-pages2 .single-member-area:hover figure .overly-border:after,
.rs-team-pages2 .single-member-area:hover figure .overly-border:before {
  opacity: 1;
  visibility: visible;
}
.rs-team-pages2 .single-member-area:hover img {
  transform: scale(1);
}
.rs-team-pages2 .single-member-area:hover .overlay {
  opacity: 1;
  transform: scale(1);
}
.rs-team-pages2 .single-member-area:hover article {
  background: #fdd835;
}
.rs-team-pages2 .single-member-area article {
  background: #fad417;
  position: relative;
  z-index: 11;
}
.rs-team-pages2 .single-member-area article .content {
  text-align: center;
  padding: 12px 6px;
}
.rs-team-pages2 .single-member-area article .content h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.rs-team-pages2 .single-member-area article .content h3 a {
  color: #101010;
  font-weight: 700;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
}
.rs-team-pages2 .single-member-area article .content .member-title {
  color: #101010;
  font-size: 15px;
}
@media screen and (max-width: 500px) {
  .rs-team-pages2 .col-md-3 {
    width: 100%;
  }
}
.rs-team-pages2#homepages {
  padding-bottom: 100px;
}
.rs-team-pages2#homepages .single-member-area {
  margin-bottom: 0;
}
/* -----------------------
    12. Newsletter
--------------------------*/
.rs-newsletter {
  background-attachment: fixed;
  transition: all 0.3s ease 0s;
  background-size: cover;
  background-position: center center;
  padding: 100px 0;
  line-height: 0;
  position: relative;
}
.rs-newsletter .overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
}
.rs-newsletter .news-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.rs-newsletter .news-note {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 0;
  color: #fad417 !important;
}
.rs-newsletter .news-form {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 10px;
}
.rs-newsletter .news-form .form-input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 5px 20px;
  background: transparent;
  outline: none;
  color: #fff;
  border: 1px solid #fad417;
}
.rs-newsletter .news-form .form-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.rs-newsletter .news-form .form-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.rs-newsletter .news-form .form-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.rs-newsletter .news-form .form-input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.rs-newsletter .news-form .form-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  min-width: 200px;
  background-color: #fad417;
  font-size: 15px;
  text-transform: uppercase;
  border: 0;
  color: #101010;
  transition: all 0.3s ease 0s;
}
.rs-newsletter .news-form .form-button:hover {
  background-color: #fdd835;
}
/* -----------------------
    13. Testimonial
--------------------------*/
.rs-testimonial.gray-color #testimonial-slider10 .testimonial {
  border-color: #ddd;
}
.rs-testimonial.gray-color #testimonial-slider10 .testimonial:hover .testimonial-content .testimonial-profile .post {
  color: #fad417;
}
.rs-testimonial.gray-color #testimonial-slider10 .testimonial .description {
  color: #000;
  border-color: #ddd;
}
.rs-testimonial.gray-color #testimonial-slider10 .testimonial .testimonial-content .testimonial-profile .post {
  color: #000;
}
.rs-testimonial.drak-color .single-test {
  background: #181818;
}
.rs-testimonial.drak-color .single-test .test-details h3 {
  color: #ffffff;
}
.rs-testimonial.drak-color .single-test .test-details h3 span {
  color: #999999;
}
.rs-testimonial.drak-color .single-test .test-details p {
  color: #f5f5f5;
}
.rs-testimonial .single-test {
  background: #e1e1e1;
  margin-top: 56px;
  position: relative;
}
.rs-testimonial .single-test:before,
.rs-testimonial .single-test:after {
  content: "\f10e";
  font-family: "FontAwesome";
  font-size: 26px;
  left: 40px;
  position: absolute;
  color: #fad417;
  top: 40px;
  font-weight: 700;
  display: block;
  transition: 0.4s;
}
.rs-testimonial .single-test:before {
  content: "\f10d";
}
.rs-testimonial .single-test:after {
  left: auto;
  right: 40px;
  top: auto;
  bottom: 40px;
}
.rs-testimonial .single-test .test-img {
  position: relative;
  top: -56px;
  z-index: 11;
  text-align: center;
  margin: 0 auto;
  width: 105px;
  overflow: hidden;
  border-radius: 50%;
}
.rs-testimonial .single-test .test-img img {
  max-width: 100%;
  width: auto;
}
.rs-testimonial .single-test .test-details {
  padding: 0 40px 80px 40px;
}
.rs-testimonial .single-test .test-details h3 {
  font-size: 16px;
  color: #101010;
  margin: -20px 0 30px;
}
.rs-testimonial #testimonial-slider10 .testimonial {
  padding-top: 70px;
  margin: 50px 0 0;
  border: 1px solid #333;
  text-align: center;
  position: relative;
  transition: all 0.7s ease 0s;
}
.rs-testimonial #testimonial-slider10 .testimonial:hover {
  border-color: #fad417;
}
.rs-testimonial #testimonial-slider10 .testimonial:hover .image {
  border-color: #fad417;
}
.rs-testimonial #testimonial-slider10 .testimonial:hover .testimonial-content {
  background-color: #333;
}
.rs-testimonial #testimonial-slider10 .testimonial:hover .testimonial-content .testimonial-profile .name {
  color: #fff;
}
.rs-testimonial #testimonial-slider10 .testimonial:hover .testimonial-content .social-links li {
  background-color: #fff;
}
.rs-testimonial #testimonial-slider10 .testimonial:hover .testimonial-content .social-links li a i {
  color: #fad417;
}
.rs-testimonial #testimonial-slider10 .testimonial .image {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: -50px;
  left: 50%;
  overflow: hidden;
  transform: translateX(-50%);
  transition: all 0.7s ease 0s;
  border: 5px solid #f2f2f2;
}
.rs-testimonial #testimonial-slider10 .testimonial .image img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.rs-testimonial #testimonial-slider10 .testimonial .title {
  font-size: 16px;
  font-weight: 700;
  color: #fad417;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.rs-testimonial #testimonial-slider10 .testimonial .description {
  font-size: 15px;
  color: #fff;
  line-height: 25px;
  padding: 0 25px 15px;
  margin: 0;
}
.rs-testimonial #testimonial-slider10 .testimonial .testimonial-content {
  padding: 15px 25px 12px;
  border-top: none;
  text-align: center;
  transition: all 500ms ease 0s;
}
.rs-testimonial #testimonial-slider10 .testimonial .testimonial-content .testimonial-profile .name {
  font-size: 16px;
  font-weight: bold;
  color: #fad417;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 0;
  transition: all 700ms ease 0s;
}
.rs-testimonial #testimonial-slider10 .testimonial .testimonial-content .testimonial-profile .post {
  font-size: 14px;
  color: #fff;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.rs-testimonial #testimonial-slider10 .testimonial .testimonial-content .rating {
  display: inline-block;
  margin-bottom: 14px;
  margin-top: 0;
  list-style: none;
}
.rs-testimonial #testimonial-slider10 .testimonial .testimonial-content .rating li {
  display: inline-block;
  font-size: 14px;
  color: #ffd906;
}
.rs-testimonial #testimonial-slider10 .testimonial .testimonial-content .social-links {
  padding: 0;
  margin: 0;
}
.rs-testimonial #testimonial-slider10 .testimonial .testimonial-content .social-links li {
  list-style: none;
  margin-right: 5px;
  display: inline-block;
  background-color: #fad417;
}
.rs-testimonial #testimonial-slider10 .testimonial .testimonial-content .social-links li a i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}
.rs-testimonial #testimonial-slider10 .testimonial .testimonial-content .social-links li a i:hover {
  text-decoration: none;
  color: #fad417;
}
.rs-testimonial #testimonial-slider10 .owl-theme .owl-controls {
  width: 100%;
  position: absolute;
  top: 50%;
}
.rs-testimonial #testimonial-slider10 .owl-theme .owl-controls .owl-buttons div {
  width: 45px;
  height: 40px;
  line-height: 37px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #ececec;
  padding: 0;
  opacity: 1;
  transition: all 0.4s ease-in-out 0s;
}
.rs-testimonial #testimonial-slider10 .owl-theme .owl-controls .owl-buttons div:hover {
  background: #eabd44;
  border-color: #fad417;
}
.rs-testimonial #testimonial-slider10 .owl-prev,
.rs-testimonial #testimonial-slider10 .owl-next {
  position: absolute;
  left: -3%;
}
.rs-testimonial #testimonial-slider10 .owl-next {
  left: auto;
  right: -3%;
}
.rs-testimonial #testimonial-slider10 .owl-prev:before {
  content: "\f104";
  font-family: "fontAwesome";
  font-size: 25px;
  color: #ececec;
}
.rs-testimonial #testimonial-slider10 .owl-next:before {
  content: "\f105";
  font-family: "fontAwesome";
  font-size: 25px;
  color: #ececec;
}
#services-sliders .owl-dots,
.rs-project .owl-dots,
.rs-testimonial .owl-dots,
.rs-team .owl-dots,
.test-list .owl-dots {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 5px;
}
#services-sliders .owl-dots .owl-dot,
.rs-project .owl-dots .owl-dot,
.rs-testimonial .owl-dots .owl-dot,
.rs-team .owl-dots .owl-dot,
.test-list .owl-dots .owl-dot {
  width: 6px;
  height: 8px;
  background: #fad417;
  display: inline-block;
  margin: 0 5px;
  position: relative;
  top: 14px;
}
#services-sliders .owl-dots .owl-dot.active,
.rs-project .owl-dots .owl-dot.active,
.rs-testimonial .owl-dots .owl-dot.active,
.rs-team .owl-dots .owl-dot.active,
.test-list .owl-dots .owl-dot.active {
  height: 20px;
  width: 8px;
}
.rs-partner {
  padding: 70px 0 65px;
}
.rs-testimonial-pages {
  padding-top: 70px;
}
.rs-testimonial-pages #testimonial-slider10 .testimonial {
  margin: 80px 0 0;
}
.rs-testimonial-pages .single-test {
  margin-bottom: 40px;
}
.rs-testimonial-pages .single-testimonial {
  margin-top: 30px;
  background-color: #fafafa;
  border-radius: 3px;
  padding: 18px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.19);
  overflow: auto;
}
.rs-testimonial-pages .single-testimonial .cl-client-img {
  width: 80px;
  margin: 0 auto 20px;
}
.rs-testimonial-pages .single-testimonial .cl-client-img img {
  border-radius: 100%;
}
.rs-testimonial-pages .single-testimonial .cl-client-testimonial {
  text-align: center;
  font-style: italic;
  padding-left: 10px;
  font-size: 14px;
}
.rs-testimonial-pages .single-testimonial .fa-quote-left {
  color: #fad417;
}
.rs-testimonial-pages .single-testimonial .cl-client-info {
  text-align: center;
  padding-top: 10px;
}
.rs-testimonial-pages .single-testimonial .cl-client-info .cl-client-name {
  font-size: 14px;
  color: #101010;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
.rs-testimonial-pages .single-testimonial .cl-client-info .cl-client-designation {
  font-size: 14px;
  color: #000;
  margin: 10px 0;
}
.rs-testimonial-pages .single-testimonial .cl-client-info .cl-client-rating i {
  color: #fad417;
}
.rs-testimonial-pages .single-testimonial .testimonial-left {
  float: left;
  margin-right: 15px;
  width: 30%;
}
@media screen and (max-width: 600px) {
  .rs-testimonial-pages .single-testimonial .testimonial-left {
    width: 100%;
  }
}
.rs-testimonial-pages .single-testimonial .right-content {
  width: 66%;
  float: left;
}
.rs-testimonial-pages .single-testimonial .right-content .cl-client-testimonial {
  text-align: left;
}
@media screen and (max-width: 600px) {
  .rs-testimonial-pages .single-testimonial .right-content {
    width: 100%;
  }
}
.rs-testimonial-pages .single-testimonial:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.19);
}
.testimonial-style1 .owl-item .testimonial .title {
  color: #505050 !important;
}
.testimonial-style1 .owl-item .testimonial .testimonial-profile .name {
  color: #505050 !important;
}
.testimonial-style1 .owl-item .testimonial .social-links li {
  background: #505050 !important;
}
.testimonial-style1 .owl-item:hover .social-links li {
  background: #fad417 !important;
}
.testimonial-style1 .owl-item:hover .social-links li a i {
  color: #fff !important;
}
.testimonial-style1 .owl-item:hover .social-links li a i:hover {
  color: #505050 !important;
}
.testimonial-style1 .owl-item:hover .testimonial-profile .name {
  color: #fff !important;
}
.services-logo {
  background: #f9f9f9;
  margin-top: 100px;
}
/* -----------------------
    14. Blog Post
--------------------------*/
.rs-blog .blog-item {
  margin: 35px 10px;
  position: relative;
  overflow: hidden;
}
.rs-blog .blog-item .blog-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 10%;
  left: 0;
  text-align: center;
  z-index: 999;
  padding: 30px 40px;
  opacity: 0;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -mz-transform: scaleY(1);
}
.rs-blog .blog-item .blog-content:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
  -webkit-transition: .25s opacity ease;
  transition: .25s opacity ease;
}
.rs-blog .blog-item .blog-content .blog-date {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  color: #fad417;
  margin-bottom: 16px;
}
.rs-blog .blog-item .blog-content h3 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
.rs-blog .blog-item .blog-content h3 a {
  color: #ffffff;
  font-weight: 700;
}
.rs-blog .blog-item .blog-content h3 a:hover {
  color: #fad417;
}
.rs-blog .blog-item .blog-content h3 a,
.rs-blog .blog-item .blog-content p,
.rs-blog .blog-item .blog-content .blog-link a {
  position: relative;
  z-index: 999;
}
.rs-blog .blog-item .blog-content p {
  font-size: 15px;
  color: #ccc;
}
.rs-blog .blog-item .blog-content .blog-link a {
  font-size: 15px;
  color: #fad417;
  font-weight: 400;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
}
.rs-blog .blog-item .blog-content .blog-link a:hover {
  color: #ffffff;
}
.rs-blog .blog-item .blog-img {
  position: relative;
}
.rs-blog .blog-item .blog-img img {
  width: 100%;
}
.rs-blog .blog-item.slick-current,
.rs-blog .blog-item:hover {
  transform: scaleY(1.2);
  -webkit-transform: scaleY(1.2);
  -mz-transform: scaleY(1.2);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
}
.rs-blog .blog-item.slick-current .blog-content,
.rs-blog .blog-item:hover .blog-content {
  opacity: 1;
  top: 0;
}
.rs-blog ul.slick-dots {
  text-align: center;
  margin-top: 40px;
}
.rs-blog ul.slick-dots li {
  display: inline-block;
}
.rs-blog ul.slick-dots li button {
  border: 1px solid #fad417;
  color: #101010;
  background: transparent;
  border-radius: 0;
  height: 40px;
  width: 40px;
}
.rs-blog ul.slick-dots li button:hover button,
.rs-blog ul.slick-dots li.slick-active button {
  background: #fad417;
  color: #101010;
  outline: none !important;
}
.rs-blog.drak-color ul.slick-dots li button {
  color: #ffffff;
}
/* ------------------------------------
    15. Contact Page
---------------------------------------*/
.contact-page #googleMap {
  height: 485px;
}
.contact-page .location-details {
  margin-top: 20px;
}
.contact-page .location-details h3 {
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.contact-page .contact-form-area {
  padding-top: 20px;
}
.contact-page .contact-form-area .form-group {
  margin-bottom: 20px;
}
.contact-page .contact-form-area h4 {
  font-size: 18px;
  text-transform: uppercase;
  padding-left: 15px;
  font-weight: 500;
  margin-bottom: 19px;
}
.contact-page .contact-form-area label {
  color: #505050;
  font-weight: normal;
  letter-spacing: 1px;
}
.contact-page .contact-form-area input,
.contact-page .contact-form-area textarea {
  background: transparent;
  border: 1px solid #ddd;
  box-shadow: none;
  border-radius: 0;
  height: 45px;
  width: 100%;
}
.contact-page .contact-form-area textarea {
  height: 150px;
  width: 100%;
  max-width: 100%;
}
.contact-page .contact-form-area .btn-send {
  background: #fad417;
  font-weight: 700;
  color: #101010;
  font-size: 15px;
  line-height: 24px;
  border: none;
  border-radius: 0px;
  padding: 14px 23px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 14px;
  transition: all 0.3s ease 0s;
}
.contact-page .contact-form-area .btn-send:hover {
  background: #252525;
  color: #ffffff;
}
.contact-page ul#contact-list {
  background: #f0f0f0;
  padding: 25px;
}
.contact-page ul#contact-list li {
  font-size: 15px;
  font-weight: 400;
  color: #434343;
  padding-bottom: 20px;
}
.contact-page ul#contact-list li:last-child {
  padding-bottom: 0;
}
.contact-page ul#contact-list li i {
  float: left;
  font-size: 24px;
  font-weight: 700;
  color: #fad417;
  margin-top: 5px;
  width: 40px;
}
.contact-page ul#contact-list li .info-text {
  overflow: hidden;
}
.contact-page.contact-page3 .location-details,
.contact-page.contact-page2 .location-details,
.contact-page.contact-page3 .contact-form-area,
.contact-page.contact-page2 .contact-form-area {
  margin-top: 0;
  padding-top: 0;
}
#about-slider {
  position: relative;
}
#about-slider img {
  /* webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; */
}
#about-slider .owl-item {
  overflow: hidden;
}
#about-slider .owl-nav {
  text-align: center;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
#about-slider .owl-nav .owl-prev {
  display: block !important;
  text-align: left;
  position: relative;
  left: 0;
  font-size: 0;
}
#about-slider .owl-nav .owl-prev:before {
  content: "\f104";
  font-family: FontAwesome;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 99999;
  color: #fff;
  background: #fad417;
  width: 45px;
  text-align: center;
  padding: 7px 0;
  font-size: 30px;
  border-radius: 0 3px 3px 0;
}
#about-slider .owl-nav .owl-next {
  display: block !important;
  text-align: right;
  right: 0;
  font-size: 0;
}
#about-slider .owl-nav .owl-next:before {
  content: "\f105";
  font-family: FontAwesome;
  right: 0;
  position: absolute;
  top: 0;
  z-index: 99999;
  color: #fff;
  background: #fad417;
  width: 45px;
  text-align: center;
  padding: 7px 0;
  font-size: 30px;
  border-radius: 3px 0 0 3px;
}
#about-slider:hover .owl-next:before,
#about-slider:hover .owl-prev:before {
  background: #000;
}
#about-slider:hover img {
  webkit-transform: scale(1);
  transform: scale(1);
}


/* -----------------------
    16. Footer
--------------------------*/
.rs-footer {
  background-color: #203643;
  color: #afb0b2;
}
.rs-footer .footer-title {
  margin-bottom: 40px;
  padding-bottom: 5px;
  color: #fff;
  font-size: 16px;
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
}
.rs-footer .footer-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 1px;
  width: 50px;
  background-color: #fad417;
}
.rs-footer .footer-top {
  padding: 40px 0;
}
.rs-footer .footer-top .about-widget img {
  margin-bottom: 15px;
  width: 110px;
}
.rs-footer .footer-top .recent-post-widget .post-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-date {
  width: 70px;
  height: 65px;
  flex: 0 0 70px;
  text-align: center;
  background-color: #fad417;
  color: #101010;
  margin-right: 15px;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-date > span {
  display: block;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-date > span:first-child {
  margin-top: 6px;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-date > span:last-child {
  font-size: 13px;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-title {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-title a {
  color: #afb0b2;
  font-weight: 400;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-title a:hover,
.rs-footer .footer-top .recent-post-widget .post-item .post-title a:focus {
  color: #fff;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-category {
  font-size: 13px;
}
.rs-footer .footer-top .recent-post-widget .post-item + .post-item {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(102, 102, 102, 0.5);
}
.rs-footer .footer-top .sitemap-widget {
  overflow: hidden;
}
.rs-footer .footer-top .sitemap-widget li a {
  color: #afb0b2;
  display: block;
  border-bottom: 1px solid rgba(102, 102, 102, 0.5);
  position: relative;
  padding: 4px 0 4px 14px;
}
.rs-footer .footer-top .sitemap-widget li a:hover,
.rs-footer .footer-top .sitemap-widget li a:focus {
  color: #fff;
}
.rs-footer .footer-top .sitemap-widget li a:after {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 14px;
  left: 0;
  position: absolute;
  top: 4px;
  color: #afb0b2;
  font-weight: 400;
}
.rs-footer .footer-top .recent-project li {
  display: inline-block;
  margin: 2px 3px;
  overflow: hidden;
  position: relative;
  width: 78px;
}
.rs-footer .footer-top .recent-project li img {
  height: 100%;
}
.rs-footer .footer-top .recent-project li a {
  display: block;
}
.rs-footer .footer-top .recent-project li a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease 0s;
}
.rs-footer .footer-top .recent-project li a:hover:after {
  opacity: 1;
}
.rs-footer .footer-subscribe {
  position: relative;
}
.rs-footer .footer-subscribe input {
  font-size: 14px;
  padding: 8px 15px;
  border: none;
  border-radius: 0;
  height: 45px;
  position: relative;
  width: 186px;
  border-radius: 25px;
  display: block;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  outline: none;
  width: 100%;
}
.rs-footer .footer-subscribe button {
  position: absolute;
  right: -2px;
  top: 0;
  height: 45px;
  border: none;
  background: #fad417;
  color: #fff;
  font-size: 0;
  padding: 10px 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.rs-footer .footer-subscribe button:after {
  content: "\f1d8";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fff;
  font-size: 18px;
  padding-right: 0;
  position: absolute;
  top: 10px;
  left: 14px;
  transition: all 0.3s ease 0s;
}
.footer-bottom {
  padding: 20px 0;
  border-top: 1px solid #3f361f;
  font-size: 14px;
}
.footer-bottom .copyright p {
  margin-bottom: 0;
}
.footer-bottom .copyright a {
  color: #fff;
}
.footer-bottom .copyright a:hover,
.footer-bottom .copyright a:focus {
  color: #afb0b2;
}
.footer-bottom .footer-bottom-menu {
  display: inline-block;
}
.footer-bottom .footer-bottom-menu ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  padding: 0;
  list-style: none;
}
.footer-bottom .footer-bottom-menu ul > * {
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  padding-left: 10px;
  position: relative;
}
.footer-bottom .footer-bottom-menu ul li:before {
  display: inline-block;
}
.footer-bottom .footer-bottom-menu ul li:nth-child(n+2):before {
  content: ":";
  margin-right: 10px;
}
.footer-bottom .footer-bottom-menu ul li a {
  color: #afb0b2;
}
.footer-bottom .footer-bottom-menu ul li a:hover,
.footer-bottom .footer-bottom-menu ul li a:focus {
  color: #fff;
}
.footer-bottom .footer-bottom-share {
  display: inline-block;
}
.footer-bottom .footer-bottom-share ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-bottom .footer-bottom-share ul li {
  display: inline-block;
}
.footer-bottom .footer-bottom-share ul li + li {
  margin-left: 10px;
}
.footer-bottom .footer-bottom-share ul li a {
  font-size: 15px;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 32px;
  text-align: center;
  color: #fff;
  transition: all 0.3s ease 0s;
  background: #383838;
}
.footer-bottom .footer-bottom-share ul li a:hover {
  color: #fad417;
}
.rs-contact .contact-top-section {
  position: relative;
}
.rs-contact .contact-top-section #googleMap {
  width: 100%;
  height: 660px;
}
.rs-contact .contact-top-section .contact-box-area {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 111;
}
.rs-contact .contact-top-section .contact-box-area .contact-box-inner {
  background: #fad417;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}
.rs-contact .contact-top-section .contact-box-area .contact-box-inner .contact-form {
  background: #ffffff;
  padding: 100px;
}
.rs-contact .contact-top-section .contact-box-area .contact-box-inner .contact-form .form-control {
  width: 100%;
  box-shadow: none;
  color: #2b323f;
  height: auto;
  margin-bottom: 30px;
  padding: 10px;
  border-radius: 0;
}
.rs-contact .contact-top-section .contact-box-area .contact-box-inner .contact-form textarea.form-control {
  height: 150px;
}
.rs-contact .contact-top-section .contact-box-area .contact-box-inner .contact-form .btn {
  background: #fad417;
  color: #101010;
  border-radius: 0;
  padding: 10px 20px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  font-weight: 700;
}
.rs-contact .contact-top-section .contact-box-area .contact-box-inner .contact-form .btn:hover {
  background: #101010;
  color: #ffffff;
}
.rs-contact .contact-top-section .contact-box-area .contact-box-inner .address-box {
  padding: 100px;
  padding-left: calc(70px);
  color: #101010;
}
.rs-contact .contact-top-section .contact-box-area .contact-box-inner .address-box h2 {
  color: #101010;
}
.rs-contact .contact-top-section .contact-box-area .contact-box-inner .address-box .address-details li {
  margin-bottom: 15px;
}
.rs-contact .contact-top-section .contact-box-area .contact-box-inner .address-box .address-details li .info-icon {
  width: 30px;
}
.rs-contact .contact-top-section .contact-box-area .contact-box-inner .address-box .address-details li .info-icon i {
  font-size: 30px;
}
.rs-contact .contact-top-section .contact-box-area .contact-box-inner .address-box .address-details li .info-icon .fa-envelope-o {
  font-size: 25px;
}
.rs-contact .contact-top-section .contact-box-area .contact-box-inner .address-box .address-details li .info-details {
  padding-left: 20px;
}
.rs-contact .contact-top-section .contact-box-area .contact-box-inner .address-box .address-details li .info-details p {
  margin: 0;
}
.rs-contact .contact-top-section .contact-box-area .contact-box-inner .address-box .address-details li .info-details,
.rs-contact .contact-top-section .contact-box-area .contact-box-inner .address-box .address-details li .info-icon {
  display: table-cell;
  vertical-align: top;
}
.rs-contact .footer-bottom {
  background-color: #252525;
  padding-bottom: 50px;
  padding-top: 30em;
}
/* -----------------------
    17. Scroll Up
--------------------------*/
#scrollUp {
  text-align: center;
  bottom: 40px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 40px;
  z-index: 999;
}
#scrollUp i {
  border: 1px solid #fad417;
  height: 40px;
  font-size: 24px;
  width: 42px;
  color: #fad417;
  line-height: 36px;
  transition: all 0.3s ease 0s;
  margin-left: 2px;
}
#scrollUp i:hover {
  color: #fff;
  background-color: #fad417;
}
/* ------------------------------------
18.404 Page Area Start Here 
---------------------------------------*/
.error-page-area {
  text-align: center;
}
.error-page-area .error-page {
  background: #f0f0f0;
  background-position: center center;
  background-size: cover;
  padding: 60px 0 100px;
}
.error-page-area .error-page h1 {
  font-size: 250px;
  color: #101010;
  line-height: 230px;
  margin: 0;
}
.error-page-area .error-page p {
  font-size: 18px;
  color: #101010;
  font-weight: 500;
  letter-spacing: 3px;
  margin-bottom: 50px;
}
.error-page-area .error-page-message {
  margin-top: 0;
}
.error-page-area .error-page-message p {
  font-size: 18px;
  color: #000000;
}
.error-page-area .error-page-message .home-page a {
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
  color: #101010;
  background: #fad417;
  padding: 15px 35px;
  transition: all 0.3s ease 0s;
  font-weight: 700;
}
.error-page-area .error-page-message .home-page a:hover {
  background: #101010;
  color: #ffffff;
}
/* ------------------------------------
    19. Counter up
  ---------------------------------------*/
.counter-top-area {
  background: url(images/about/counter-up.jpg) no-repeat scroll 0 0;
  background-attachment: fixed;
  transition: all 0.3s ease 0s;
  background-size: cover;
  background-position: center center;
  padding: 100px 0;
  line-height: 0;
  position: relative;
}
.counter-top-area.secondary-bg {
  background: url(images/about/counter-up2.jpg) no-repeat scroll 0 0;
}
.counter-top-area .overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(37, 37, 37, 0.8);
  width: 100%;
  height: 100%;
}
.counter-top-area .rs-counter-list {
  text-align: center;
}
.counter-top-area h2 {
  font-size: 30px;
  font-weight: 700;
  padding: 0;
  color: #ffffff;
  margin-top: 26px !important;
  margin-bottom: 7px !important;
}
.counter-top-area h2.percent {
  position: relative;
  margin-right: 30px;
}
.counter-top-area h2.percent:after {
  position: absolute;
  top: 0;
  left: 62%;
  content: "%";
}
.counter-top-area h3 {
  color: #cacaca;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 0;
  margin-left: 5px;
  font-size: 18px;
}
.counter-top-area .rs-count {
  padding: 0 0 25px 0;
}
.counter-top-area .rs-counter-list .glyph-icon {
  color: #fad417;
  display: inline-block;
}
.counter-top-area .rs-counter-list .glyph-icon:after,
.counter-top-area .rs-counter-list .glyph-icon:before {
  font-size: 60px;
}
.counter-top-area .rs-counter-list .glyph-icon:hover {
  color: #fdd835;
}
/* ------------------------------------
    20. Breadcrumbs
  ---------------------------------------*/
.rs-breadcrumbs {
  position: relative;
  overflow: hidden;
}
.rs-breadcrumbs:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(37, 37, 37, 0.7);
}
.rs-breadcrumbs img {
  width: 100%;
}
.rs-breadcrumbs .breadcrumbs-inner {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 11;
  top: 65%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  max-width: 100%;
}
.rs-breadcrumbs .page-title {
  font-size: 36px;
  margin-bottom: 0;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.rs-breadcrumbs ul {
  display: inline-block;
  padding: 4px 20px;
}
.rs-breadcrumbs ul li {
  color: #fad417;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
}
.rs-breadcrumbs ul li a {
  position: relative;
  padding-right: 30px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  color: #ffffff;
}
.rs-breadcrumbs ul li a:before,
.rs-breadcrumbs ul li a:after {
  background-color: #cccccc;
  content: "";
  height: 15px;
  width: 2px;
  position: absolute;
  right: 7px;
  top: 2px;
  transform: rotate(33deg);
}
.rs-breadcrumbs ul li a:before {
  right: 15px;
}
.rs-breadcrumbs ul li a:hover {
  color: #fad417;
}
.collto-action,
.footer-collto-action {
  padding: 40px 0;
}
.collto-action h2,
.footer-collto-action h2 {
  font-size: 25px;
  font-weight: 700;
  color: #101010;
  text-transform: uppercase;
  margin-bottom: 0px;
  line-height: 40px;
}
.collto-action .get-quite,
.footer-collto-action .get-quite {
  margin-top: 8px;
}
.collto-action .get-quite a,
.footer-collto-action .get-quite a {
  font-size: 20px;
  text-transform: uppercase;
  background: #252525;
  color: #ffffff;
  padding: 12px 20px;
  font-weight: 700;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
}
.collto-action .get-quite a:hover,
.footer-collto-action .get-quite a:hover {
  color: #fad417;
}
.footer-collto-action {
  padding: 0;
  margin-top: 45px;
}
.footer-collto-action .primary-bg {
  padding: 35px;
  position: relative;
  margin-top: -60px;
  top: -76px;
}
/* ------------------------------------
    21. Project Details
  ---------------------------------------*/
.rs-project-details .display-table {
  top: 35%;
  position: absolute;
  width: 210px !important;
}
.rs-project-details .portfolio-content:after {
  content: '';
  position: absolute;
  left: 15px;
  top: 15px;
  right: 15px;
  border: 1px solid #ccc;
  -webkit-transition: .25s opacity ease;
  transition: .25s opacity ease;
  height: 90%;
  z-index: -1;
}
.rs-project-details .sec-sub-title {
  margin: 5px 0 41px;
}
.rs-project-details .top-images .top-img {
  margin-bottom: 45px;
}
.rs-project-details .top-images .inner-top {
  background: #f0f0f0;
  padding: 15px;
}
.rs-project-details .top-images .inner-top .inner {
  border: 1px solid #fad417;
  margin: 0;
  border-radius: 4px;
  position: relative;
  left: -3px;
  top: -3px;
}
.rs-project-details .top-images .inner-top .inner .details {
  border: 1px solid #fad417;
  margin: -1px -1px -2px -1px;
  border-radius: 4px;
  position: relative;
  left: 6px;
  top: 6px;
  padding: 22px 35px 44px;
}
.rs-project-details .top-images .inner-top .inner .details h3 {
  font-size: 30px;
  font-weight: normal;
  margin: 0 0 26px;
  text-align: center;
  color: #101010;
  position: relative;
  padding-bottom: 12px;
}
.rs-project-details .top-images .inner-top .inner .details h3:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #ccc;
}
.rs-project-details .top-images .inner-top .inner .details h3:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 75%;
  bottom: -2px;
  left: 0;
  background: #ccc;
  margin: 0 auto;
  right: 0;
}
.rs-project-details .top-images .inner-top .inner .details ul {
  padding: 0;
  margin: 0;
}
.rs-project-details .top-images .inner-top .inner .details ul li {
  list-style: none;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  font-weight: 700;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.rs-project-details .top-images .inner-top .inner .details ul li span {
  float: right;
  text-transform: capitalize;
  font-weight: normal;
}
.rs-project-details .inner2 {
  margin-top: -7px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
}
.rs-project-details .bottom-inner h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: #101010;
  margin: 0 0 20px;
}
.rs-project-details .bottom-inner ul {
  overflow: hidden;
  margin-bottom: 20px;
}
.rs-project-details .bottom-inner ul li {
  float: left;
  width: 50%;
  margin-bottom: 8px;
}
.rs-project-details .bottom-inner ul li a {
  color: #505050;
  font-size: 15px;
  padding-right: 15px;
}
.rs-project-details .bottom-inner ul li a i {
  margin-right: 3px;
}
.rs-project-details .bottom-inner ul li a:hover {
  color: #fad417;
}
#relatade-project {
  padding-top: 70px;
}
#relatade-project .sec-title {
  margin-bottom: 50px;
}
/* ------------------------------------
22.Blog Details 
---------------------------------------*/
.single-blog-details .single-image {
  margin-bottom: 25px;
  overflow: hidden;
}
.single-blog-details .single-image img {
  filter: grayscale(0%);
  transition: all 0.8s ease-in-out 0s;
}
.single-blog-details .single-image img:hover {
  filter: grayscale(100%);
  transform: scale(1.1);
}
.single-blog-details h3 {
  font-size: 18px;
  color: #101010;
  margin: 20px 0;
  padding: 0;
  line-height: 25px;
}
.single-blog-details blockquote {
  background: #f0f0f0;
  border: medium none;
  margin: 25px 0 25px;
  padding: 24px 25px 24px 63px;
  font-size: 18px;
  color: #101010;
  font-style: italic;
  position: relative;
  font-weight: 400;
}
.single-blog-details blockquote i {
  position: absolute;
  left: 22px;
  font-size: 25px;
  top: 21px;
}
.single-blog-details h2 {
  font-size: 20px;
  margin: 0 0 25px;
}
.single-blog-details .share-section {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  padding-bottom: 20px;
}
.single-blog-details .share-section .share-link1 {
  padding: 0;
  margin: 0;
  float: right;
}
.single-blog-details .share-section .share-link1 li {
  float: left;
  list-style: none;
}
.single-blog-details .share-section .share-link1 li:first-child a {
  margin-left: 0;
}
.single-blog-details .share-section .share-link1 li a {
  padding: 7px 8px;
  border: 1px solid #ddd;
  font-size: 12px;
  font-weight: 400;
  color: #505050;
  border-radius: 4px;
  margin-left: 14px;
}
.single-blog-details .share-section .share-link1 li a:hover {
  background: #fad417;
  color: #101010;
  border: 1px solid #fad417;
}
.single-blog-details .share-section .share-link1 li:first-child a {
  background: #fad417;
  color: #101010;
  border: 1px solid #fad417;
}
.single-blog-details .share-section .life-style span {
  font-size: 12px;
  font-weight: 400;
  color: #505050;
  margin-right: 12px;
}
.single-blog-details .share-section .life-style span:last-child {
  margin-right: 0;
}
.single-blog-details .share-section .life-style span i {
  margin-right: 4px;
}
.single-blog-details .share-section .life-style span a {
  font-size: 12px;
  font-weight: 400;
  color: #505050;
}
.single-blog-details .share-section .life-style span a i {
  font-size: 12px;
  margin-right: 4px;
}
.single-blog-details .share-section .life-style span a:hover {
  color: #fad417;
}
.single-blog-details .share-section .life-style span.author a {
  color: #777777;
}
.single-blog-details .share-section .life-style span.author a:hover {
  color: #fad417;
}
.single-blog-details .share-section2 {
  border: 1px solid #ddd;
  padding: 15px 15px 15px 15px;
}
.single-blog-details .share-section2 span {
  font-size: 15px;
  font-weight: 400;
  color: #101010;
}
.single-blog-details .share-section2 .share-link {
  float: right;
}
.single-blog-details .share-section2 .share-link li {
  float: left;
  list-style: none;
}
.single-blog-details .share-section2 .share-link li:first-child a {
  margin-left: 0;
}
.single-blog-details .share-section2 .share-link li a {
  font-size: 12px;
  font-weight: 400;
  color: #505050;
  padding: 7px 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-left: 14px;
}
.single-blog-details .share-section2 .share-link li a:hover {
  background: #fad417;
  color: #fff;
  border: 1px solid #fad417;
}
.single-blog-details .like-section .col-xs-12 h3 {
  margin: 14px 0 6px;
}
.single-blog-details .like-section .col-xs-12 h3 a {
  font-size: 15px;
  font-weight: 400;
  color: #101010;
}
.single-blog-details .like-section .col-xs-12 span {
  font-size: 12px;
  font-weight: 400;
}
.single-blog-details .like-section .col-xs-12 span i {
  font-size: 12px;
}
.single-blog-details .like-section .col-xs-12 .popular-post-img img {
  transition: all 0.3s ease 0s;
}
.single-blog-details .like-section .col-xs-12:hover a {
  color: #fad417;
}
.single-blog-details .like-section .col-xs-12:hover .popular-post-img img {
  opacity: .5;
}
.single-blog-details .next-pre-section {
  padding: 23px 0 15px;
  margin: 0;
  overflow: hidden;
}
.single-blog-details .next-pre-section li {
  margin: 0;
}
.single-blog-details .next-pre-section li a {
  font-size: 15px;
  color: #505050;
}
.single-blog-details .next-pre-section li a i {
  padding: 0;
  font-size: 15px;
  font-weight: 500;
  color: #101010;
}
.single-blog-details .next-pre-section li a:hover {
  color: #fad417;
}
.single-blog-details .next-pre-section li a:hover i {
  color: #fad417;
}
.single-blog-details .next-pre-section li.left-arrow {
  float: left;
  width: 50%;
}
.single-blog-details .next-pre-section li.left-arrow a {
  font-size: 15px;
  font-weight: 500;
  color: #505050;
}
.single-blog-details .next-pre-section li.left-arrow a i {
  padding-right: 5px;
}
.single-blog-details .next-pre-section li.right-arrow {
  float: right;
  width: 50%;
  text-align: right;
}
.single-blog-details .next-pre-section li.right-arrow a {
  font-size: 15px;
  font-weight: 500;
}
.single-blog-details .next-pre-section li.right-arrow a i {
  padding-left: 5px;
}
.single-blog-details .author-comment h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 42px 0 6px;
}
.single-blog-details .author-comment span {
  font-size: 12px;
  font-weight: 500;
}
.single-blog-details .author-comment span a {
  font-size: 12px;
  font-weight: 500;
}
.single-blog-details .author-comment span i {
  font-size: 12px;
}
.single-blog-details .author-comment h4 {
  font-size: 15px;
  font-weight: 700;
}
.single-blog-details .author-comment ul {
  padding: 0;
  margin: 0;
}
.single-blog-details .author-comment ul li {
  margin: 0 0 2px;
  padding: 20px 22px;
  border-bottom: 1px solid #ddd;
}
.single-blog-details .author-comment ul li:nth-child(2) {
  margin-left: 100px;
}
.single-blog-details .author-comment ul li:nth-child(2) .col-sm-2 {
  padding: 0;
}
.single-blog-details .author-comment ul li:last-child {
  border-bottom: none;
}
.single-blog-details .author-comment ul li .image-comments {
  margin-top: 0;
}
.single-blog-details .author-comment ul li .image-comments img {
  width: 90px;
  border-radius: 100%;
}
.single-blog-details .author-comment ul li .reply {
  display: block;
  position: absolute;
  text-align: right;
  width: 95%;
}
.single-blog-details .author-comment ul li .reply a {
  color: #101010;
}
.single-blog-details .author-comment ul li .reply a:hover {
  color: #fad417;
}
.single-blog-details .author-comment ul li .reply i {
  color: #101010;
}
.single-blog-details .author-comment ul li .dsc-comments h4 {
  margin: 0 0 12px;
}
.single-blog-details .author-comment ul li .dsc-comments a {
  color: #fad417;
}
.single-blog-details .author-comment ul li .dsc-comments p {
  margin: 6px 0 0;
}
.single-blog-details .leave-comments-area {
  padding-top: 20px;
}
.single-blog-details .leave-comments-area .form-group {
  margin-bottom: 20px;
}
.single-blog-details .leave-comments-area h4 {
  font-size: 20px;
  text-transform: uppercase;
  padding-left: 15px;
  font-weight: 700;
  margin-bottom: 19px;
}
.single-blog-details .leave-comments-area label {
  color: #505050;
  font-weight: normal;
  letter-spacing: 1px;
}
.single-blog-details .leave-comments-area input,
.single-blog-details .leave-comments-area textarea {
  background: transparent;
  border: 1px solid #ddd;
  box-shadow: none;
  border-radius: 0;
  height: 45px;
  width: 100%;
}
.single-blog-details .leave-comments-area textarea {
  height: 150px;
  width: 100%;
  max-width: 100%;
}
.single-blog-details .leave-comments-area .btn-send {
  background: #fad417;
  font-weight: 400;
  color: #101010;
  font-size: 15px;
  line-height: 24px;
  border: none;
  border-radius: 0px;
  padding: 14px 23px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 14px;
  transition: all 0.3s ease 0s;
}
.single-blog-details .leave-comments-area .btn-send:hover {
  background: #101010;
  color: #ffffff;
}
/* ------------------------------------
    23. Blog Sidebar 
---------------------------------------*/
.sidebar-area .search-box {
  margin-top: -6px;
}
.sidebar-area .search-box span {
  font-size: 20px;
  color: #101010;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 25px;
}
.sidebar-area .search-box .box-search {
  position: relative;
}
.sidebar-area .search-box .box-search .form-control {
  border-radius: 0;
  box-shadow: none;
  color: #101010;
  padding: 5px 20px;
  height: 45px;
}
.sidebar-area .search-box .btn {
  position: absolute;
  right: 5px;
  background: transparent;
  border: none;
  top: 6px;
}
.sidebar-area .search-box .btn:hover i {
  color: #fad417;
}
.sidebar-area .cate-box {
  margin-top: 44px;
}
.sidebar-area .cate-box span.title {
  font-size: 20px;
  color: #101010;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}
.sidebar-area .cate-box ul {
  padding: 0;
  margin: 0;
}
.sidebar-area .cate-box ul li {
  list-style: none;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  cursor: pointer;
}
.sidebar-area .cate-box ul li a {
  color: #505050;
  padding: 0 0 0 5px;
}
.sidebar-area .cate-box ul li a span {
  float: right;
}
.sidebar-area .cate-box ul li:hover a {
  color: #fad417;
}
.sidebar-area .cate-box ul li:first-child {
  padding-top: 0;
}
.sidebar-area .recent-post-area {
  margin-top: 44px;
}
.sidebar-area .recent-post-area span.title {
  font-size: 20px;
  color: #101010;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 25px;
}
.sidebar-area .recent-post-area ul li {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #ddd;
}
.sidebar-area .recent-post-area ul li img {
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.sidebar-area .recent-post-area ul li h4 {
  margin: 0;
  line-height: 24px;
}
.sidebar-area .recent-post-area ul li a {
  font-size: 15px;
  font-weight: 400;
  color: #101010;
}
.sidebar-area .recent-post-area ul li span {
  font-size: 12px;
  margin-right: 12px;
}
.sidebar-area .recent-post-area ul li span a {
  font-size: 12px;
  font-weight: 300;
  color: #505050;
}
.sidebar-area .recent-post-area ul li span a i {
  font-size: 12px;
}
.sidebar-area .recent-post-area ul li span i {
  font-size: 12px;
  margin-right: 4px;
}
.sidebar-area .recent-post-area ul li:last-child {
  border-bottom: none;
}
.sidebar-area .recent-post-area ul li:hover a {
  color: #fad417;
}
.sidebar-area .recent-post-area ul li:hover img {
  opacity: .5;
}
.sidebar-area .tag-area {
  margin-top: 24px;
  overflow: hidden;
}
.sidebar-area .tag-area span.title {
  font-size: 20px;
  color: #101010;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 17px;
}
.sidebar-area .tag-area ul {
  padding: 0;
  margin: 0;
}
.sidebar-area .tag-area ul li {
  float: left;
  list-style: none;
}
.sidebar-area .tag-area ul li a {
  border: 1px solid #ddd;
  padding: 5px 10px;
  margin: 0 5px 5px 0;
  display: block;
  color: #505050;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 28px;
}
.sidebar-area .tag-area ul li a:hover {
  background: #fad417;
  border-color: #fad417;
}
.sidebar-area .newsletter-area {
  background: #f9f9f9;
  margin-top: 48px;
  text-align: center;
  padding: 30px 50px;
}
.sidebar-area .newsletter-area h3 {
  font-size: 20px;
  color: #101010;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin: 0;
}
.sidebar-area .newsletter-area p {
  font-size: 15px;
  color: #505050;
  margin: 7px 0 20px;
}
.sidebar-area .newsletter-area .box-newsletter {
  position: relative;
}
.sidebar-area .newsletter-area .box-newsletter .form-control {
  border-radius: 0;
  box-shadow: none;
  color: #101010;
  padding: 5px 20px;
  height: 50px;
}
.sidebar-area .newsletter-area .btn {
  position: absolute;
  right: 0;
  background: #fad417;
  border: none;
  top: 0;
  color: #101010;
  display: block;
  padding: 15px 20px;
  border-radius: 0;
}
.sidebar-area .newsletter-area .btn i {
  transition: all 0.3s ease 0s;
}
.sidebar-area .newsletter-area .btn:hover i {
  color: #101010;
}
/* ------------------------------------
    24. Blog Pagination
---------------------------------------*/
.rs-team-pages2 .default-pagination {
  padding-top: 10px;
}
.default-pagination {
  padding-top: 40px;
}
.default-pagination ul {
  text-align: center;
  overflow: hidden;
  max-width: 350px;
  margin: 0 auto;
}
.default-pagination ul li {
  float: left;
}
.default-pagination ul li.active a,
.default-pagination ul li a:hover {
  background: #fad417;
  color: #101010;
}
.default-pagination ul li a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: transparent;
  border: 1px solid #d7d7d7;
  color: #505050;
  font-size: 18px;
  text-decoration: none;
  font-weight: 400;
  transition: all 0.3s ease 0s;
  text-align: center;
}
/* ------------------------------------
    25. Home Banner
---------------------------------------*/
.rs-banner-area {
  background: url("images/banner/1.jpg") no-repeat top center;
  line-height: 0;
  padding: 150px 0;
  position: relative;
  background-size: cover;
  transition: all 0.3s ease 0s;
  overflow: hidden;
}
.rs-banner-area ul li {
  margin-right: 20px;
  float: left;
  margin-bottom: 14px;
}
.rs-banner-area .sl-subtitle {
  font-size: 45px;
}
.rs-banner-area .sl-title {
  font-size: 50px;
}
.rs-banner-area .sl-desc {
  margin-bottom: 20px;
  line-height: 22px;
  font-size: 22px;
}
.rs-banner-area .display-table-cell {
  position: relative;
  z-index: 10;
}
.rs-banner-area .overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.rs-breadcrumbs img {
  height: 300px;
}
.cmap2#googleMap {
  height: 420px;
}
.contact-page3 .control-inner {
  margin-bottom: 40px;
}
.contact-page3 .control-inner .info-details {
  background: #ddd;
  padding: 20px 15px;
  text-align: center;
}
.contact-page3 .control-inner .info-details i {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #fad417;
  color: #101010;
  margin: 0 auto 15px;
  font-size: 20px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
.contact-page3 .control-inner .info-details .info-text a,
.contact-page3 .control-inner .info-details .info-text {
  color: #101010;
}
.contact-page3 .control-inner .info-details .info-text a:hover {
  color: #fad417;
}
.contact-page3 .cmap2#googleMap {
  height: 460px;
}
/* ------------------------------------
    26. Blog Pages
---------------------------------------*/
.blog-page-area .inner {
  background: #f0f0f0;
  border-top: 5px solid #fad417;
  padding: 30px 15px;
  overflow: hidden;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
}
.blog-page-area .inner .blog-content ul.blog-meta {
  margin: 0 0 5px;
}
.blog-page-area .inner .blog-content ul.blog-meta li {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #505050;
  padding-right: 18px;
}
.blog-page-area .inner .blog-content ul.blog-meta li:last-child {
  padding-right: 0;
}
.blog-page-area .inner .blog-content ul.blog-meta li i {
  font-size: 12px;
}
.blog-page-area .inner .blog-content ul.blog-meta li a {
  display: block;
}
.blog-page-area .inner .blog-content h4 {
  margin: 0 0 10px;
}
.blog-page-area .inner .blog-content h4 a {
  font-size: 20px;
  font-weight: 700;
  color: #101010;
}
.blog-page-area .inner .blog-content a {
  font-weight: 400;
  color: #fad417;
}
.blog-page-area .inner .blog-images {
  overflow: hidden;
  position: relative;
}
.blog-page-area .inner .blog-images i {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Safari */
  transform: translate(-50%, -50%);
  z-index: 99;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 100%;
  border: 1px solid #fad417;
  color: #fad417;
  opacity: 0;
}
.blog-page-area .inner .blog-images:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
}
.blog-page-area .inner .blog-images img {
  transform: scale(1);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  width: 100%;
}
.blog-page-area .inner:hover .blog-images i {
  opacity: 1;
}
.blog-page-area .inner:hover .blog-images img {
  transform: scale(1.1);
  transition: all 0.3s ease 0s;
}
.blog-page-area .inner:hover .blog-images:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transform: scale(1) !important;
  -webkit-transform: scale(1) !important;
  ms-transform: scale(1) !important;
}
.blog-page-area .inner:hover .blog-content h4 a {
  color: #fad417;
}
.blog-page-area.sidebar-blog-section .inner {
  padding: 30px;
}
.blog-page-area.sidebar-blog-section .inner .blog-content h4 {
  margin-top: 20px;
}
/* ------------------------------------
27.Preloader  
---------------------------------------*/
.preloader {
  background-color: #fad417;
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  top: 0px;
  z-index: 9999999;
}
.sk-cube-grid {
  width: 60px;
  height: 60px;
  margin: 40px auto;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -mz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.sk-cube-grid .sk-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: #fff;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0.0s;
  animation-delay: 0.0s;
}
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@-webkit-keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}


#wa_btn-content {
  box-sizing: border-box;
  display: inline-flex;
  padding: 10px 14px;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  font-family: inherit, Roboto;
}
#wa_btn-content p {
  margin-left: 8px !important;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
}
#wa_btn-content p, svg {
  box-sizing: border-box;
  display: inline-block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
.pdf-container {
  height: 300px; /* Limited height */
  overflow: hidden;
  position: relative;
  border: 1px solid #ddd;
}

.pdf-viewer {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.3s ease;
}

/* .pdf-container:hover .pdf-viewer {
  transform: scale(1.2); 
} */