<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/**
*
* -----------------------------------------------------------------------------
*
* Template : Mifo - Creative Portfolio WordPress Theme
* 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. Calltoaction
09. Portfolio
10. Pricing Tables
11. Team Member
12. Newsletter
13. Testimonial
14. Blog Post
15. Contact Us
16. Footer
17. Scroll Up
18. Video
19. Counter up
20. Breadcrumbs
21. Portfolio Details
22. Blog Details
23. Blog Sidebar
24. Blog Pagination
25. Home Banner
26. Preloader
27. TEAM
28. Floating Bar
--------------------------------------------------------*/
.primary-bg {
  background: #000000;
}
.banner-dark.rs-banner .banner-content .banner_title {
  color: #fff !important;
}
.banner-dark.rs-banner .banner-content .readon {
  color: #fff !important;
}
.banner-dark.rs-banner .banner-content .readon:hover {
  background: #fff !important;
  border-color: #fff !important;
  color: #444 !important;
}
.width40 {
  max-width: 40%;
}
.width50 {
  max-width: 50%;
}
.width60 {
  max-width: 60%;
}
.about-dark .about-right .about-title h3 {
  color: #bbb !important;
}
.about-dark .about-right .about-title h2 {
  color: #fff !important;
}
.about-dark .about-right p {
  color: #bbb !important;
}
.about-dark .about-right a {
  color: #fff !important;
}
.about-dark .about-right a:hover {
  background: #fff !important;
  color: #444 !important;
}
.services-dark .rs-heading .title-inner h2 {
  color: #fff !important;
}
.services-dark .rs-heading .description {
  color: #fff !important;
}
.services-dark .rs-services .services-details {
  background: rgba(255, 255, 255, 0.1) !important;
}
.services-dark .rs-services .services-details .single-services i {
  color: #fff !important;
}
.services-dark .rs-services .display-table-cell h4 {
  color: #fff !important;
}
.services-dark .services-details .middle-content {
  background: #949494 !important;
  color: #fff !important;
}
.acheivements-dark #acheivements-title {
  text-transform: uppercase !important;
}
.acheivements-dark .wpb_wrapper p {
  color: #bbb !important;
}
.acheivements-dark .counter-top-area {
  background: rgba(255, 255, 255, 0.1);
}
.acheivements-dark .counter-top-area .rs-counter-list i {
  color: #bbb !important;
}
.acheivements-dark .counter-top-area:hover {
  background: rgba(255, 255, 255, 0.15);
}
.acheivements-dark .counter-top-area h2 {
  color: #bbb !important;
}
#rs-cta.cta-dark .cta-inner p,
#rs-cta.cta-dark .cta-inner h3 {
  color: #bbb !important;
}
#rs-cta.cta-dark .cta-inner h2 {
  color: #fff !important;
}
#rs-cta.cta-dark .cta-inner .readon:hover {
  background: #fff !important;
}
#rs-portfolio.portfolio-dark .title-inner h2 {
  color: #fff !important;
}
#rs-portfolio.portfolio-dark .portfolio-content .portfolio-filter button {
  color: #fff !important;
}
.rs-portfolio.overlay-top {
  margin-top: -140px;
}
[class*="-dark"] img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.testimonial-dark .rs-heading .title-inner h2 {
  color: #fff !important;
}
.testimonial-dark .testimonial-content p {
  color: #bbb !important;
}
.testimonial-dark .fa-quote-left {
  display: none;
}
.testimonial-dark ul li {
  color: #bbb !important;
}
.blog-dark .rs-heading .title-inner h2 {
  color: #fff !important;
}
.blog-dark .rs-heading .description {
  color: #bbb !important;
}
.blog-dark .rs-blog .blog-slider .single-blog-slide .blog-informations {
  color: #bbb !important;
  background: rgba(255, 255, 255, 0.1);
}
.blog-dark .rs-blog .blog-slider .single-blog-slide .blog-informations ul li i {
  color: #bbb !important;
}
.blog-dark .rs-blog .blog-slider .single-blog-slide .blog-informations .blog-details {
  color: #fff !important;
}
.blog-dark .rs-blog .blog-slider .single-blog-slide .blog-informations .blog-details h3 a {
  color: #fff !important;
}
.blog-dark .rs-blog .blog-slider .single-blog-slide .blog-informations .blog-details h3 a:hover {
  color: #ccc !important;
}
.blog-dark .rs-blog .blog-slider .single-blog-slide .blog-informations .blog-details p {
  color: #bbb !important;
}
.blog-dark .rs-blog .blog-slider .single-blog-slide .blog-informations .blog-details .read-more a {
  color: #bbb !important;
}
.blog-dark .rs-blog .blog-slider .single-blog-slide .blog-informations .blog-details .read-more a:after {
  color: #fff !important;
}
.blog-dark .rs-blog .blog-slider .single-blog-slide .blog-informations .blog-details .read-more a:hover {
  color: #f9f9f9;
}
.blog-dark .owl-navigation-yes .owl-nav [class*="owl-"] {
  color: #666;
}
#contact-address.contact-dark {
  background: #000;
}
#contact-address.contact-dark .rs-heading .title-inner h2 {
  color: #fff !important;
}
#contact-address.contact-dark .rs-heading .description {
  color: #bbb !important;
}
#contact-address.contact-dark input[type="text"],
#contact-address.contact-dark input[type="number"],
#contact-address.contact-dark input[type="password"],
#contact-address.contact-dark input[type="email"],
#contact-address.contact-dark textarea,
#contact-address.contact-dark input[type="submit"],
#contact-address.contact-dark #address-box,
#contact-address.contact-dark #phone-box,
#contact-address.contact-dark #email-box {
  background: rgba(255, 255, 255, 0.05);
  color: #bbb !important;
}
#contact-address.contact-dark input[type="text"]::-webkit-input-placeholder,
#contact-address.contact-dark input[type="number"]::-webkit-input-placeholder,
#contact-address.contact-dark input[type="password"]::-webkit-input-placeholder,
#contact-address.contact-dark input[type="email"]::-webkit-input-placeholder,
#contact-address.contact-dark textarea::-webkit-input-placeholder,
#contact-address.contact-dark input[type="submit"]::-webkit-input-placeholder,
#contact-address.contact-dark #address-box::-webkit-input-placeholder,
#contact-address.contact-dark #phone-box::-webkit-input-placeholder,
#contact-address.contact-dark #email-box::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #bbb !important;
}
#contact-address.contact-dark input[type="text"]::-moz-placeholder,
#contact-address.contact-dark input[type="number"]::-moz-placeholder,
#contact-address.contact-dark input[type="password"]::-moz-placeholder,
#contact-address.contact-dark input[type="email"]::-moz-placeholder,
#contact-address.contact-dark textarea::-moz-placeholder,
#contact-address.contact-dark input[type="submit"]::-moz-placeholder,
#contact-address.contact-dark #address-box::-moz-placeholder,
#contact-address.contact-dark #phone-box::-moz-placeholder,
#contact-address.contact-dark #email-box::-moz-placeholder {
  /* Firefox 19+ */
  color: #bbb !important;
}
#contact-address.contact-dark input[type="text"]:-ms-input-placeholder,
#contact-address.contact-dark input[type="number"]:-ms-input-placeholder,
#contact-address.contact-dark input[type="password"]:-ms-input-placeholder,
#contact-address.contact-dark input[type="email"]:-ms-input-placeholder,
#contact-address.contact-dark textarea:-ms-input-placeholder,
#contact-address.contact-dark input[type="submit"]:-ms-input-placeholder,
#contact-address.contact-dark #address-box:-ms-input-placeholder,
#contact-address.contact-dark #phone-box:-ms-input-placeholder,
#contact-address.contact-dark #email-box:-ms-input-placeholder {
  /* IE 10+ */
  color: #bbb !important;
}
#contact-address.contact-dark input[type="text"]:-moz-placeholder,
#contact-address.contact-dark input[type="number"]:-moz-placeholder,
#contact-address.contact-dark input[type="password"]:-moz-placeholder,
#contact-address.contact-dark input[type="email"]:-moz-placeholder,
#contact-address.contact-dark textarea:-moz-placeholder,
#contact-address.contact-dark input[type="submit"]:-moz-placeholder,
#contact-address.contact-dark #address-box:-moz-placeholder,
#contact-address.contact-dark #phone-box:-moz-placeholder,
#contact-address.contact-dark #email-box:-moz-placeholder {
  /* Firefox 18- */
  color: #bbb !important;
}
#contact-address.contact-dark #address-box,
#contact-address.contact-dark #phone-box,
#contact-address.contact-dark #email-box {
  color: #bbb !important;
}
#contact-address.contact-dark #address-box h3,
#contact-address.contact-dark #phone-box h3,
#contact-address.contact-dark #email-box h3 {
  color: #fff !important;
}
#contact-address.contact-dark #address-box a,
#contact-address.contact-dark #phone-box a,
#contact-address.contact-dark #email-box a {
  color: #bbb !important;
}
#contact-address.contact-dark input[type="submit"]:hover {
  background: rgba(255, 255, 255, 0.1);
}
.services-sec .rs-services1 {
  box-shadow: none;
}
/* Water Mark Service Icons Style */
.rs-services1 {
  position: relative;
}
.rs-services1 i.watermark {
  position: absolute;
  color: inherit;
  font-size: 120px;
  opacity: 0.07;
  left: 50%;
  top: 64%;
  transform: translate(-50%, -46%);
}
.services-details .middle-content .single-conent {
  position: relative;
}
.services-details .middle-content .single-conent .watermark-circle {
  position: absolute;
  color: inherit;
  font-size: 120px;
  opacity: 0.07;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.rs-blog-sec .blog-item {
  margin-bottom: 60px;
}
.rs-blog-sec .blog-item .blog-img {
  position: relative;
}
.rs-blog-sec .blog-item .blog-img img {
  width: 100%;
}
.rs-blog-sec .blog-item .blog-img .blog-img-content {
  top: 0 !important;
}
.rs-blog-sec .blog-item .blog-img .blog-img-content .display-table-cell {
  display: block;
  position: relative;
  height: 100%;
}
.rs-blog-sec .blog-item .blog-img .blog-img-content .display-table-cell .blog-link {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff !important;
  font-size: 16px;
  border: 1px solid #fff;
  width: 46px;
  height: 46px;
  line-height: 45px;
  border-radius: 50px;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.rs-blog-sec .blog-item .blog-img .blog-img-content .display-table-cell .blog-link:hover {
  background: #fff;
  color: #000000;
}
.rs-blog-sec .blog-item .blog-img .date {
  position: absolute;
  font-family: 'Poppins', sans-serif;
  left: 20px;
  line-height: 22px;
  background: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  padding: 2px;
  text-align: center;
  z-index: 99;
  padding: 8px;
  width: 128px;
  bottom: 19px;
  font-size: 13px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.rs-blog-sec .blog-item .blog-img .date a {
  color: #fff !important;
}
.rs-blog-sec .blog-item .blog-img:hover .date {
  background: transparent;
}
.rs-blog-sec .blog-item .blog-meta .blog-title {
  margin: 25px 0 4px;
}
.rs-blog-sec .blog-item .blog-meta .cate_sec {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #999;
}
.rs-blog-sec .blog-item .blog-meta .cate_sec li {
  display: inline-block;
  padding: 0 15px 0 0;
}
.rs-blog-sec .blog-item .blog-meta .cate_sec li i {
  color: #999;
}
.rs-blog-sec .blog-item .blog-meta .cate_sec li a {
  color: #999;
}
.rs-blog-sec .blog-item .blog-meta .cate_sec li a:hover {
  color: #212121;
}
.rs-blog-sec .blog-item .blog-desc {
  margin-top: 15px;
  margin-bottom: 25px;
}
.rs-blog-sec .blog-item:hover .date {
  background: #333;
}
.rs-blog-sec .blog-item:hover .blog-img-content {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.rs-blog-sec .blog-item:hover a {
  color: #212121;
}
/* -----------------------
    15. Contact Us
--------------------------*/
#contact-form-title {
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
}
#contact-form-title .wpcf7-form {
  padding-left: 70px;
  padding-bottom: 15px;
}
#contact-form-title .wpcf7-form .wpcf7-submit {
  height: 60px;
  letter-spacing: 2px;
}
#contact-form-title .wpcf7-form .wpcf7-submit:hover {
  background: #444444;
}
#contact-form-title .wpcf7-form p {
  margin-bottom: 30px;
}
#contact-form-title .address p {
  color: #fff;
}
.about-dark .rs-heading .title-inner h2,
.acheivements-dark .rs-heading .title-inner h2 {
  color: #fff !important;
}
#page.dark .rs-footer .copyright p a,
#page.dark .rs-footer .copyright p {
  color: #bbb;
}
#page.dark .rs-footer .copyright p a:hover {
  color: #fff;
}
.contact-dark .rs-heading .title-inner h2 {
  color: #fff !important;
}
.contact-dark #contact-address .phone-area,
.contact-dark #contact-address .email-area,
.contact-dark #contact-address .address-box {
  background: #000;
}
.contact-dark #contact-address .phone-area h3,
.contact-dark #contact-address .email-area h3,
.contact-dark #contact-address .address-box h3 {
  color: #fff;
}
.contact-dark #contact-address .phone-area h3:before,
.contact-dark #contact-address .email-area h3:before,
.contact-dark #contact-address .address-box h3:before {
  color: #fff;
}
.contact-dark #contact-address .phone-area p a,
.contact-dark #contact-address .email-area p a,
.contact-dark #contact-address .address-box p a,
.contact-dark #contact-address .phone-area p,
.contact-dark #contact-address .email-area p,
.contact-dark #contact-address .address-box p {
  color: #ddd;
}
.contact-dark #location-address .form-row textarea,
.contact-dark #location-address .form-row [type="email"],
.contact-dark #location-address .form-row input[type="submit"],
.contact-dark #location-address .form-row input[type="text"] {
  background: #000 !important;
}
.contact-dark #location-address .form-row input[type="submit"]:hover {
  background: #444 !important;
}
.contact-dark ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1 !important;
}
.contact-dark ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1 !important;
}
.contact-dark :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 1 !important;
}
.contact-dark :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1 !important;
}
#contact2 .rs-map {
  margin: 0 !important;
}
.rs-partner .owl-carousel .owl-nav.disabled,
.rs-partner .owl-carousel .owl-dots.disabled {
  display: none !important;
}
.slider5 .image::after {
  bottom: 6px;
}
#contact-form-title .wpcf7-form {
  padding-left: 70px;
  padding-right: 70px;
}
#map .wpb_gmaps_widget {
  margin: 0 !important;
}
#map2 .wpb_wrapper {
  padding: 0 !important;
}
#map {
  background: #fff;
}
#map .vc_column-inner {
  padding: 0 !important;
}
#map .wpb_wrapper {
  padding: 0 !important;
}
#map iframe {
  filter: grayscale(100%);
}
#map iframe:hover {
  filter: grayscale(0);
}
#location-address .rs-heading,
#contact-address .rs-heading {
  margin-bottom: 45px;
}
#location-address .rs-heading h2,
#contact-address .rs-heading h2 {
  text-transform: uppercase;
}
#location-address #address-box,
#contact-address #address-box,
#location-address #phone-box,
#contact-address #phone-box,
#location-address #email-box,
#contact-address #email-box {
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.13);
  text-align: center;
  padding: 25px 0 0;
}
#location-address #address-box h3,
#contact-address #address-box h3,
#location-address #phone-box h3,
#contact-address #phone-box h3,
#location-address #email-box h3,
#contact-address #email-box h3 {
  margin-bottom: 4px;
  font-size: 25px;
}
#location-address #address-box ul,
#contact-address #address-box ul,
#location-address #phone-box ul,
#contact-address #phone-box ul,
#location-address #email-box ul,
#contact-address #email-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#location-address .address,
#contact-address .address {
  overflow: hidden;
}
#location-address .sppb-addon-title,
#contact-address .sppb-addon-title {
  margin: 0 0 15px;
  text-align: center;
  text-transform: uppercase;
}
#location-address .form-row .col-sm-12,
#contact-address .form-row .col-sm-12 {
  margin-top: 15px;
  padding: 0;
}
#location-address .form-row .col-sm-12.first-form,
#contact-address .form-row .col-sm-12.first-form {
  margin-top: 0;
}
#location-address .form-row .pl-0,
#contact-address .form-row .pl-0 {
  padding-left: 0;
}
#location-address .form-row .pr-0,
#contact-address .form-row .pr-0 {
  padding-right: 0;
}
#location-address .form-row .name,
#contact-address .form-row .name,
#location-address .form-row .email,
#contact-address .form-row .email {
  margin-bottom: 15px;
}
#location-address .form-row input[type="text"],
#contact-address .form-row input[type="text"],
#location-address .form-row input[type="number"],
#contact-address .form-row input[type="number"],
#location-address .form-row input[type="password"],
#contact-address .form-row input[type="password"],
#location-address .form-row input[type="email"],
#contact-address .form-row input[type="email"],
#location-address .form-row textarea,
#contact-address .form-row textarea {
  background: #fff;
  border: 1px solid #e9e9e9;
}
#location-address input[type="submit"],
#contact-address input[type="submit"] {
  height: 54px;
  width: 100%;
}
#location-address input[type="text"],
#contact-address input[type="text"],
#location-address input[type="number"],
#contact-address input[type="number"],
#location-address input[type="password"],
#contact-address input[type="password"],
#location-address input[type="email"],
#contact-address input[type="email"] {
  padding: 10px 18px;
}
#location-address textarea,
#contact-address textarea {
  height: 205px;
  padding: 12px 18px;
}
#location-address .form-area .wpb_text_column,
#contact-address .form-area .wpb_text_column {
  margin: 0;
}
#location-address .phone-area,
#contact-address .phone-area,
#location-address .email-area,
#contact-address .email-area,
#location-address .address-box,
#contact-address .address-box {
  padding: 40px 24px;
  text-align: center;
  border: 1px solid #e9e9e9;
}
#location-address .phone-area h3,
#contact-address .phone-area h3,
#location-address .email-area h3,
#contact-address .email-area h3,
#location-address .address-box h3,
#contact-address .address-box h3 {
  font-size: 22px;
  position: relative;
  margin-bottom: 10px;
}
#location-address .phone-area h3:before,
#contact-address .phone-area h3:before,
#location-address .email-area h3:before,
#contact-address .email-area h3:before,
#location-address .address-box h3:before,
#contact-address .address-box h3:before {
  display: none !important;
}
#location-address .phone-area,
#contact-address .phone-area {
  margin-bottom: 0;
}
#location-address .phone-area h3:before,
#contact-address .phone-area h3:before {
  content: "\f095";
}
#location-address .email-area h3:before,
#contact-address .email-area h3:before {
  content: "\f003";
}
#location-address .address-box h3:before,
#contact-address .address-box h3:before {
  content: "\f041";
}
#location-address iframe,
#contact-address iframe {
  filter: grayscale(100%);
}
#location-address iframe:hover,
#contact-address iframe:hover {
  filter: grayscale(0);
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999;
  opacity: 1;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
  opacity: 1;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
  opacity: 1;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
  opacity: 1;
}
#prograss-bottom-style,
#rs-about3 {
  position: relative;
  top: 95px;
  z-index: 11;
}
#prograss-bottom-style .about-skill,
#rs-about3 .about-skill {
  position: static;
  width: 100%;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
#skill-style3 .about-skill2 h2 {
  color: #444 !important;
}
/* -----------------------
     Footer
--------------------------*/
.rs-footer {
  font-size: 13px;
  -webkit-box-shadow: inset 0 30px 30px -20px rgba(245, 245, 245, 0.8);
  -moz-box-shadow: inset 0 30px 30px -20px rgba(245, 245, 245, 0.8);
  box-shadow: inset 0 30px 30px -20px rgba(245, 245, 245, 0.8);
}
.rs-footer .widget ul li {
  border-top: 1px solid #eee;
  padding: 9px 0 9px 0px;
}
.rs-footer .widget ul li i {
  padding-right: 10px;
}
.rs-footer .widget ul li:before {
  display: none;
}
.rs-footer .about-widget ul li,
.rs-footer .widget_contact_widget ul li {
  padding: 6px 0 6px 0px;
  border: none;
}
.rs-footer .about-widget img,
.rs-footer .widget_contact_widget img {
  margin-bottom: 28px;
}
.rs-footer .col-md-3:first-child img {
  margin-bottom: 28px;
}
.rs-footer .footer-top .mc4wp-form {
  padding-top: 0;
}
.rs-footer .footer-top .mc4wp-form .mc4wp-form-fields {
  position: relative;
}
.rs-footer .footer-top .mc4wp-form .mc4wp-form-fields input[type="email"] {
  font-size: 13px;
  padding: 8px 15px;
  border: 1px solid #eee;
  height: 48px;
  position: relative;
  width: 186px;
  border-radius: 0;
  display: block;
  color: #000000;
  background-color: transparent;
  outline: none;
  width: 100%;
}
.rs-footer .footer-top .mc4wp-form .mc4wp-form-fields input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  height: 48px;
  border: none;
  color: #fff;
  padding: 10px 18px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background: #000000;
  min-width: 64px;
  font-size: 13px;
}
.rs-footer .footer-top .mc4wp-form .mc4wp-form-fields input[type="submit"]:hover {
  background: #121212 !important;
  color: #fff;
}
.rs-footer .footer-bottom .copyright a:hover {
  opacity: 0.8;
}
.rs-footer.footer-style-3 .widget_contact_widget {
  margin-bottom: 6px;
}
.rs-footer.footer-style-3 .widget_contact_widget ul li:hover i {
  color: #ffce00;
}
.rs-footer.footer-style-3 .footer-top .footer-bottom-share ul li {
  display: inline-block;
  margin-right: 14px;
}
.rs-footer.footer-style-3 .footer-top .footer-bottom-share ul li a:hover {
  color: #ffce00;
}
.rs-footer.footer-style-3 .logo {
  margin-bottom: 35px;
  margin-top: 5px;
}
.rs-footer.footer-style-3 .widget ul li:first-child {
  padding-top: 0px;
}
.rs-footer.footer-style-3 .footer-bottom2 {
  padding: 20px;
  background: #f5f5f5;
}
.rs-footer.footer-style-3 .footer-bottom2 .copyright a:hover {
  opacity: 0.8;
}
.rs-footer.footer-style-3 .footer-bottom2 .copyright p {
  border: 0 !important;
  margin: 0 !important;
}
#page #rs-footer.footer-style-4 .copyright p {
  margin-bottom: 0;
}
#page .footer-top .mc4wp-form .mc4wp-form-fields input[type="email"] {
  color: #000000;
}
#page .footer-top .mc4wp-form .mc4wp-form-fields input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000 !important;
}
#page .footer-top .mc4wp-form .mc4wp-form-fields input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000 !important;
}
#page .footer-top .mc4wp-form .mc4wp-form-fields input[type="email"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000 !important;
}
#page .footer-top .mc4wp-form .mc4wp-form-fields input[type="email"]:-moz-placeholder {
  /* Firefox 18- */
  color: #000000 !important;
}
.rs-contact .contact-address {
  margin-bottom: 45px;
}
.rs-contact .contact-address .address-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.rs-contact .contact-address .address-item .address-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid;
  text-align: center;
  font-size: 24px;
  margin-right: 20px;
  transition: all .3s ease 0s;
}
.rs-contact .contact-address .address-item .address-icon i {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.rs-contact .wpb_gmaps_widget .wpb_wrapper {
  background-color: #ffffff;
  padding: 5px;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}
/*Canvas menu*/
.sidenav .menu-main-menu-container .menu &gt; li a::after {
  display: none;
}
.sidenav.offcanvas-full {
  width: 100%;
  opacity: 0.96;
  height: 100vh;
}
.sidenav.offcanvas-full .nav-close-menu-li {
  padding-bottom: 0;
}
.sidenav.offcanvas-full .widget_nav_menu {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 76.5%;
  margin-bottom: 0;
}
.sidenav.offcanvas-full .widget_nav_menu ul {
  text-align: center;
}
.sidenav.offcanvas-full .widget_nav_menu ul li a {
  font-weight: 400;
  border: none;
}
.sidenav.offcanvas-full .widget_nav_menu ul li a:hover {
  background: transparent;
  color: #ccc;
}
.sidenav.offcanvas-full .widget_nav_menu ul li .sub-menu li {
  background: transparent;
}
.sidenav.offcanvas-full .widget_nav_menu ul li .sub-menu li a {
  padding: 6px 0;
}
.sidenav.offcanvas-full .widget_nav_menu .menu-main-menu-container &gt; ul &gt; li &gt; a {
  font-size: 23px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
.sidenav.offcanvas-full .widget_nav_menu .menu-main-menu-container {
  min-width: 400px;
  margin: 0 auto;
}
.sidenav.offcanvas-full ul.menu li.menu-item-has-children a:before {
  right: 0;
  width: auto;
  height: auto;
  line-height: 30px;
  background: transparent;
  border: none;
  font-size: 18px;
  top: 14px;
}
.sidenav.offcanvas-full ul.menu li.menu-item-has-children.active-open &gt; a:before {
  content: "\f106";
}
.sidenav.offcanvas-full .menu &gt; li.menu-item-has-children {
  cursor: pointer;
}
.sidenav.offcanvas-full .menu &gt; li.menu-item-has-children:before {
  content: "" !important;
  height: 2px;
  width: 12px;
  right: 0;
  top: 23px;
  cursor: pointer;
  pointer-events: none;
  background: #bbb;
}
.sidenav.offcanvas-full .menu &gt; li.menu-item-has-children:after {
  content: "" !important;
  height: 12px;
  width: 2px;
  right: 5px;
  top: 18px;
  display: block;
  position: absolute;
  background: #bbb;
  cursor: pointer;
  pointer-events: none;
}
.sidenav.offcanvas-full .menu &gt; li.menu-item-has-children.active_menu:after {
  opacity: 0;
}
.sidenav.offcanvas-full ul.social {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
  bottom: 6%;
}
.sidenav.offcanvas-full ul.social:after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  height: 1px;
  width: 475px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.3);
}
.sidenav .menu &gt; li &gt; .sub-menu li {
  background: transparent !important;
}
.sidenav .menu &gt; li &gt; .sub-menu li a {
  background: transparent !important;
}
.sidenav .menu &gt; li &gt; .sub-menu li:before {
  display: none;
}
.sidenav .menu &gt; li &gt; .sub-menu li ul {
  display: block !important;
}
.sidenav .menu &gt; li &gt; .sub-menu li ul &gt; li a {
  font-size: 13px;
  padding-left: 60px;
}
.sidenav ul.social {
  margin: 0;
  padding: 0;
  text-align: center;
}
.sidenav ul.social li {
  display: inline-block;
}
.sidenav ul.social li a {
  display: block;
  color: #fff;
  padding: 0 12px;
  font-size: 16px;
}
.sidenav ul.social li a:hover {
  color: #ccc;
}
.mainmenu-hide {
  display: none;
}
.rs-about .about-skill2 {
  padding: 30px 0 0;
  width: 100%;
}
.rs-about .about-skill2 h2 {
  font-size: 22px !important;
  text-transform: uppercase;
  margin: 0 0 40px;
  color: #ffffff;
}
.rs-about .about-skill2 .vc_single_bar {
  background: #bbb;
  margin-bottom: 48px;
  height: 12px;
}
.rs-about .about-skill2 .vc_single_bar .vc_bar {
  background: #000000;
}
.rs-about .about-skill2 .vc_single_bar .vc_label {
  top: -28px;
  color: #000000;
  padding: 0;
  font-size: 13px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}
.rs-about .about-skill2 .vc_single_bar .vc_label span {
  margin-left: 5px;
}
.rs-about .left-image .about-skill {
  box-shadow: 9px 15px 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 9px 15px 15px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 9px 15px 15px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 9px 15px 15px rgba(0, 0, 0, 0.2);
}
.rs-about .left-image img {
  box-shadow: 9px 15px 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 9px 15px 15px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 9px 15px 15px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 9px 15px 15px rgba(0, 0, 0, 0.2);
}
#rs-testimonial .testimonial-content img {
  box-shadow: 1px 13px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 13px 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 13px 20px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 1px 13px 20px rgba(0, 0, 0, 0.2);
}
#rs-testimonial .img img {
  box-shadow: 1px 13px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 13px 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 13px 20px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 1px 13px 20px rgba(0, 0, 0, 0.2);
}
.clpricing-table .price-table.style15 .cl-pricetable-wrap .top .popular {
  background: #000000;
  font-size: 14px;
  left: -40px;
  padding: 1px 43px 4px;
  top: 20px;
  font-weight: 400;
  text-transform: capitalize;
}
.clpricing-table .price-table.style15 .cl-pricetable-wrap .top .cl-header h4 {
  font-size: 24px;
}
.clpricing-table .price-table.style15 .cl-pricetable-wrap .top .cl-subheader h3 {
  font-size: 38px;
  font-weight: 400;
  margin: 10px 0;
}
.clpricing-table .price-table.style14 .cl-pricetable-wrap .top .popular {
  background: #000000;
  font-size: 14px;
  left: -40px;
  padding: 1px 43px 4px;
  top: 20px;
  font-weight: 400;
  text-transform: capitalize;
}
.clpricing-table .price-table.style14 .cl-pricetable-wrap .top .cl-header h4 {
  font-size: 24px;
  color: #000000;
}
.clpricing-table .price-table.style14 .cl-pricetable-wrap .top .cl-subheader h3 {
  font-size: 38px;
  font-weight: 400;
  margin: 10px 0;
}
#rs-cta {
  padding-top: 36px;
  padding-bottom: 72px;
}
#rs-cta .title-inner h2 {
  margin-bottom: 0;
}
#rs-cta .text-right {
  margin-bottom: 0;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: #000000;
  color: #fff;
  padding: 10px 18px;
  height: 40px;
  border-radius: 0 !important;
  line-height: 21px;
  text-transform: uppercase;
  font-weight: 300;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: #121212 !important;
  color: #fff;
  opacity: 0.8;
}
.woocommerce nav.woocommerce-pagination ul {
  margin-bottom: 35px;
  border: none !important;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: none !important;
  margin-right: 5px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #000000 !important;
  color: #fff !important;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  padding: 10px 15px !important;
}
.woocommerce ul.products li.product a img {
  margin-bottom: 0 !important;
}
.woocommerce div.product .product_title {
  font-size: 30px !important;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
  color: #000000 !important;
  font-size: 15px !important;
}
.woocommerce .quantity .qty {
  height: 40px !important;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  font-size: 16px;
}
.woocommerce table.shop_table {
  border-collapse: collapse !important;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding: 10px;
  text-align: center;
}
.woocommerce .woocommerce-ordering {
  margin: 0 0 2em;
}
.single-product .bs-info {
  display: none;
}
.single-product .bs-img {
  display: none;
}
.single-product .bs-desc {
  margin-top: 0px !important;
}
.woocommerce-message,
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border-top-color: #ffce00;
}
.woocommerce-message::before,
.woocommerce-info::before {
  color: #ffce00;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 110px;
  height: 40px;
}
.select2-container--default .select2-selection--single {
  border: 1px solid #ccc;
  border-radius: 0;
  height: 40px;
  line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 8px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 37px;
}
input[type="tel"] {
  padding: 10px 14px;
  border: none;
  background: #f1f1f1;
  outline: none;
  width: 100%;
  height: 50px;
}
.woocommerce-form__label span {
  padding-left: 18px;
}
.woocommerce-form__label .input-checkbox {
  margin: 7px 0 0 !important;
}
.woocommerce ul.products li.product .price ins {
  color: #000000;
}
/* -----------------------------------
    01. General CSS
-------------------------------------*/
html,
body {
  font-size: 14px;
  color: #000000;
  font-family: 'Poppins', sans-serif;
  vertical-align: baseline;
  line-height: 25px;
  font-weight: 300;
  overflow-x: hidden;
  letter-spacing: 1px;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  color: #212121;
  margin: 0 0 26px;
}
h1 {
  font-size: 34px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  font-size: 28px;
  line-height: 40px;
  font-weight: 500;
}
h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}
h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
h5 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
a {
  color: #000000;
  transition: all 0.3s ease 0s;
  text-decoration: none !important;
  outline: none !important;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #ffce00;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
label {
  font-weight: 400;
}
.clear {
  clear: both;
}
::-moz-selection {
  background: #000000;
  text-shadow: none;
  color: #ffffff;
}
::selection {
  background: #000000;
  text-shadow: none;
  color: #ffffff;
}
.sec-spacer {
  padding: 100px 0;
}
.sec-color {
  background-color: #f9f9f9;
}
.primary-bg {
  background: #000000;
}
.bg-fixed {
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.gray-bg {
  background: #e0dbe2;
}
.bg1 {
  background-image: url(images/bg/bg1.jpg);
  background-size: cover;
  background-attachment: fixed;
}
.home .entry-header {
  display: none;
}
.pt-45 {
  padding-top: 45px;
}
.pt-70 {
  padding-top: 70px;
}
.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;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-80 {
  margin-top: 80px;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-70 {
  margin-bottom: 70px;
}
.mr-25 {
  margin-right: 25px;
}
.mr-30 {
  margin-right: 30px;
}
.margin-remove {
  margin: 0 !important;
}
.main-contain #content {
  padding: 100px 0;
}
.bg-fixed {
  background-attachment: fixed;
  background-position: 50% 14px !important;
}
/* ------------------------------------
    02. Global Class
---------------------------------------*/
.sec-title h4 {
  font-size: 15px;
  margin-bottom: 8px;
  color: #000000;
  text-transform: uppercase;
}
.sec-title h3 {
  font-size: 36px;
  line-height: 45px;
  color: #212121;
  margin-bottom: 0;
}
.display-table {
  display: table;
  height: 100%;
  width: 100%;
}
.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.readon {
  font-size: 14px;
  display: inline-block;
  color: #000000 !important;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  letter-spacing: 1px;
  font-weight: 500;
  padding-right: 20px;
  position: relative;
}
.readon:after {
  font-family: linea-arrows-10;
  content: "\e068";
  position: absolute;
  color: inherit;
  top: 50%;
  right: 4px;
  font-size: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  opacity: 0;
  line-height: 0;
}
.readon:hover {
  color: #000000 !important;
  opacity: 0.8;
}
.readon:hover:after {
  right: 0px;
  opacity: 1;
}
/*--------------------------------------------------------------

## Links

--------------------------------------------------------------*/
a {
  color: #000000;
}
a:hover,
a:focus,
a:active {
  color: #000000;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
/* ---------------------------
    03.Header Section 
------------------------------*/
#rs-header {
  width: 100%;
  z-index: 9999;
}
#rs-header .toolbar-area {
  padding: 10px 0;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#rs-header .toolbar-area:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.05;
  background: #000000;
}
#rs-header .toolbar-area .toolbar-contact ul {
  margin: 0 !important;
  padding: 0;
  list-style: none;
}
#rs-header .toolbar-area .toolbar-contact ul li {
  display: inline-block;
  margin-right: 25px;
  color: #aaa;
}
#rs-header .toolbar-area .toolbar-contact ul li i {
  font-size: 14px;
  margin-right: 10px;
  color: #aaa;
}
#rs-header .toolbar-area .toolbar-contact ul li a {
  transition: all 0.3s ease 0s;
  color: #aaa;
}
#rs-header .toolbar-area .toolbar-contact ul li a:hover {
  color: #000000;
}
#rs-header .toolbar-area .toolbar-sl-share ul {
  text-align: right;
  margin: 0px;
}
#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: #aaa;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
#rs-header .toolbar-area .toolbar-sl-share ul li a:hover {
  color: #000000;
}
#rs-header .toolbar-area .toolbar-sl-share ul li a i {
  text-align: center;
  display: inline-block;
}
#rs-header.default_header .toolbar-area:before {
  opacity: 1;
}
#rs-header .logo-area {
  line-height: 100px;
  position: relative;
  z-index: 9;
  float: left;
  margin-right: 20px;
}
#rs-header .logo-area a {
  color: #000000;
  transition: all 0.3s ease 0s;
}
#rs-header .logo-area a img {
  display: inline-block;
  vertical-align: middle;
}
#rs-header .logo-area.sticky-logo {
  display: none;
}
#rs-header .menu-area .navbar ul.sub-menu li:first-child {
  border: none;
}
.menu-area .container {
  position: relative;
}
.nav-link-container {
  list-style: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  line-height: 11px;
}
.nav-link-container i {
  font-size: 19px;
}
.sidenav {
  overflow-y: auto;
  float: none;
  background: #000000;
  list-style: none;
  width: 360px;
  height: 100vh;
  margin: 0;
  position: fixed;
  right: 0;
  padding-top: 20px;
  font-size: 11px;
  z-index: 99999;
  -ms-transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  transform: translateX(100%);
  text-align: center;
}
.sidenav .widget {
  padding: 0 12px;
}
.sidenav .widget.widget_search {
  padding: 0 20px;
}
.sidenav .widget.widget_media_image {
  margin-bottom: 45px;
}
.sidenav .widget .widget-title {
  font-size: 26px;
  color: #fff;
  margin-bottom: 17px;
}
.sidenav .widget .search-form .search-input {
  height: 42px;
  background: rgba(255, 255, 255, 0.1);
  border: 0 !important;
  color: #fff;
  font-size: 14px;
  outline: none;
}
.sidenav .widget .search-form .search-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.sidenav .widget .search-form .search-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.sidenav .widget .search-form .search-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.sidenav .widget .search-form .search-input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.sidenav .widget .search-form button {
  color: #fff;
  background: transparent;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  width: 36px;
  height: 40px;
  font-size: 14px;
  padding: initial;
  top: 1px;
}
.sidenav .widget .search-form button:hover {
  opacity: 0.7;
}
.sidenav .nav-close-menu-li {
  margin: 0;
  padding-bottom: 30px;
  text-align: right;
}
.sidenav .nav-close-menu-li button {
  font-size: 0;
  text-align: center;
  display: inline-block;
  border: 2px solid #fff;
  background: transparent;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 100%;
  margin-right: 19px;
  position: relative;
  padding: 0;
}
.sidenav .nav-close-menu-li button:after,
.sidenav .nav-close-menu-li button:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 14px;
  background-color: #fff;
  top: 9px;
  transition: 0.3s ease all;
  left: 16px;
}
.sidenav .nav-close-menu-li button:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sidenav .nav-close-menu-li button:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sidenav .nav-close-menu-li button:hover {
  background: #fff;
  color: #000;
  border-color: #fff;
  -webkit-transform: rotate(-180deg);
  transform: rotate(180deg);
}
.sidenav .nav-close-menu-li button:hover:after,
.sidenav .nav-close-menu-li button:hover:before {
  background-color: #000000;
  left: 14px;
}
.sidenav .widget_nav_menu ul {
  padding: 0;
  margin: 0;
  text-align: left;
}
.sidenav .widget_nav_menu ul li {
  list-style: none;
  border: none !important;
  margin-left: 0;
  padding: 0;
}
.sidenav .widget_nav_menu ul li a {
  font-size: 15px;
  padding: 12px 25px;
  display: block;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  margin-left: -12px;
  margin-right: -12px;
}
.sidenav .widget_nav_menu ul li a:hover {
  background: rgba(255, 255, 255, 0.05);
}
.sidenav .widget_nav_menu ul li:before {
  display: none;
}
.sidenav .bs-search button {
  padding: 5px 11px;
}
.search .page-title {
  padding-bottom: 0 !important;
}
.mobile-menu-container .nav-close-menu-li {
  padding-top: 17px;
  padding-bottom: 20px;
  padding-right: 10px;
}
.mobile-menu-container .nav-close-menu-li button {
  padding: 0;
  margin-right: 8px;
}
.mobile-menu-container ul {
  padding: 0;
  margin: 0;
  text-align: left;
}
.mobile-menu-container ul li {
  list-style: none;
  border: none !important;
  margin-left: 0;
  padding: 0;
}
.mobile-menu-container ul li a {
  font-size: 15px;
  padding: 12px 20px;
  display: block;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.02);
}
.mobile-menu-container ul li a:hover {
  background: rgba(255, 255, 255, 0.1);
}
.mobile-menu-container ul li:before {
  display: none;
}
.mobile-menu-container .menu-main-menu-single-container {
  background: transparent;
}
.sidenav .sub-menu {
  display: none;
}
.sidenav .menu li ul.sub-menu li {
  background: rgba(255, 255, 255, 0.01);
}
.sidenav .menu li ul.sub-menu li a {
  padding-left: 40px;
}
ul.sidenav li.menu-item-has-children {
  position: relative !important;
}
ul.sidenav .menu &gt; li.menu-item-has-children:before {
  font-family: FontAwesome;
  content: "\f107";
  position: absolute;
  left: auto;
  right: 8px;
  top: 11px;
  color: #fff !important;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  z-index: 9999;
  display: block !important;
  cursor: pointer;
}
ul.sidenav ul.menu ul.sub-menu a:before {
  display: none;
}
.sidenav .off-sl-share ul {
  margin: 0;
}
.sidenav .off-sl-share ul li {
  border: 0;
  padding: 0;
  display: inline-block;
  margin: 10px;
  line-height: normal;
}
.sidenav .off-sl-share ul li:before {
  display: none;
}
.sidenav .off-sl-share ul li a {
  color: #fff;
  font-size: 20px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.sidenav .off-sl-share ul li a:hover {
  opacity: 0.7;
}
.sidenav .readon:hover {
  background: transparent !important;
}
body.search input[type="search"] {
  border: 1px solid #000000;
  padding: 6px 10px;
}
body.search ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
  opacity: 1;
}
body.search ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
  opacity: 1;
}
body.search :-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
  opacity: 1;
}
body.search :-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
  opacity: 1;
}
.nav-active-menu-container {
  -ms-transform: translate(0);
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  transform: translate(0);
}
.menu-area .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.menu-area .navbar {
  margin-bottom: 0;
  border: 0;
}
.menu-area .navbar ul {
  margin: 0;
  padding: 0;
  text-align: right;
}
.menu-area .navbar ul li {
  height: 100px;
  line-height: 100px;
  position: relative;
  display: inline-block;
  transition: all 0.3s ease 0s;
  padding: 0 12px;
  /*Dropdown Menu area*/
}
.menu-area .navbar ul li ul.sub-menu {
  min-width: 260px;
  padding: 0;
}
.menu-area .navbar ul li ul.sub-menu li {
  float: none;
  display: block;
  margin: 0;
  text-align: left;
  line-height: 25px;
}
.menu-area .navbar ul li ul.sub-menu li a {
  line-height: 25px;
  padding: 7px 15px;
  color: #000000;
  text-transform: uppercase;
  font-size: 11px;
  transition: 0.3s ease all;
}
.menu-area .navbar ul li ul.sub-menu li a:hover {
  margin-left: 2px;
}
.menu-area .navbar ul li:hover ul {
  opacity: 1;
  position: absolute;
}
.menu-area .navbar ul li &gt; a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.5px;
  color: #000000;
}
.menu-area .navbar ul li &gt; a i {
  margin-left: 5px;
}
.menu-area .navbar ul li &gt; a:hover {
  color: #000000 !important;
}
.menu-area .navbar ul li.active a {
  color: #000000;
}
.menu-area .navbar ul li.active li a {
  color: #000000;
}
.menu-area .navbar ul li.active li a:hover {
  color: #000000;
}
.menu-area .navbar ul li .sub-menu {
  background: #ffffff;
  border: 1px solid #f5f5f5;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.3s ease 0s;
  width: 250px;
  z-index: 99999 !important;
  text-align: left;
  visibility: hidden;
}
.menu-area .navbar ul li .sub-menu li {
  line-height: normal;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
}
.menu-area .navbar ul li .sub-menu li a {
  display: block;
  padding: 12px 0;
  text-transform: none;
  transition: all 0.3s ease 0s;
  color: #000000;
}
.menu-area .navbar ul li:hover ul {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}
.menu-area .navbar .navbar-toggle {
  background-color: #000000;
  border-radius: 2px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.menu-area .navbar .navbar-toggle .icon-bar {
  background-color: #fff;
}
.menu-area .navbar .navbar-toggle:hover {
  opacity: 0.8;
}
.menu-area .menu-main-menu-container .menu &gt; li a {
  position: relative;
}
.menu-area .menu-main-menu-container .menu &gt; li a:after {
  content: '';
  position: absolute;
  height: 20px;
  width: 50%;
  background: #ffce00;
  top: 50%;
  left: 45%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
}
.menu-area .menu-main-menu-container .menu &gt; li a:hover:after {
  opacity: 0.3;
}
.menu-area .menu-main-menu-container .menu &gt; li.current-menu-item &gt; a:after,
.menu-area .menu-main-menu-container .menu &gt; li.current-menu-parent &gt; a:after,
.menu-area .menu-main-menu-container .menu &gt; li.current-menu-ancestor &gt; a:after {
  opacity: 0.3;
}
#rs-header .menu-area .navbar ul ul li a:hover,
#rs-header .menu-area .navbar ul ul li.current-menu-item a {
  color: #363636 !important;
}
#rs-header .menu-area .navbar ul &gt; li &gt; .sub-menu a:after {
  display: none;
}
li.menu-item-has-children {
  position: relative;
}
li.mega:before {
  font-family: FontAwesome;
  content: "\f107";
  position: absolute;
  right: auto;
  top: 0;
  width: 14px;
  color: #fff;
}
#rs-header .menu-area .navbar ul li ul li:before {
  top: 15px;
  color: #fff;
  right: 8px;
}
#rs-header .menu-area ul li ul li {
  position: relative;
}
#rs-header .menu-area .navbar ul li ul li .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 0;
  transform: scaleY(0);
  visibility: hidden;
}
#rs-header .menu-area .navbar ul li ul li:hover ul.sub-menu {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}
li.left-dev ul.sub-menu {
  left: -100% !important;
}
#rs-header .menu-area .navbar ul li.three-col ul &gt; li {
  width: 33.33%;
}
#rs-header .menu-area .navbar ul li.four-col ul &gt; li {
  width: 25%;
}
.transparent_header {
  position: absolute;
}
.default_header .menu-area .navbar ul li &gt; a {
  color: #000000;
}
.logo-area h1 {
  margin: 0;
  line-height: 100px;
}
#page.dark .menu-area:not(.sticky) .navbar .menu &gt; li &gt; a,
#page.dark .menu-area:not(.sticky) .nav-link-container a {
  color: #fff !important;
}
#page.dark .menu-area:not(.sticky) .navbar .menu &gt; li &gt; a:hover,
#page.dark .menu-area:not(.sticky) .nav-link-container a:hover,
#page.dark .menu-area:not(.sticky) .navbar .menu &gt; li.active &gt; a {
  color: rgba(255, 255, 255, 0.6) !important;
}
#page.dark .sidenav {
  background: #ffce00;
}
/*------------------------------------
    04. Sticky Menu
--------------------------------------*/
.menu-area .container {
  z-index: 999;
}
.menu-sticky {
  margin: 0;
  width: 100%;
  z-index: 999;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  transition: all .7s;
  background: transparent;
}
.menu-sticky.sticky {
  position: fixed;
  background: #fff;
  opacity: .9;
  box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.8);
  padding: 0;
  -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 .toolbar-area {
  display: none;
}
.menu-sticky.sticky .logo-area {
  display: none;
}
.menu-sticky.sticky .logo-area.sticky-logo {
  display: block !important;
}
@-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);
  }
}
#rs-header .menu-area .navbar {
  margin-bottom: 0;
  padding-right: 25px;
  float: right;
}
/* ------------------------------------
    05. Slider Section
---------------------------------------*/
.sl-title {
  font-size: 62px !important;
}
.rs-banner {
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
}
.rs-banner.full-screen {
  height: calc(100vh - 100px);
}
.rs-banner #particles-js {
  background-size: cover;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.rs-banner .banner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.rs-banner .banner-content.balign-center {
  text-align: center;
  width: 100%;
}
.rs-banner .banner-content.balign-left {
  text-align: left;
}
.rs-banner .banner-content.balign-left .banner-introtext {
  max-width: 100%;
}
.rs-banner .banner-content.balign-right {
  text-align: right;
}
.rs-banner .banner-content.balign-right .banner-introtext {
  max-width: 100%;
}
.rs-banner .banner-content .banner_title {
  display: inline-block;
  margin-bottom: 0px;
  font-size: 64px;
  line-height: 74px;
  position: relative;
  z-index: 9;
  color: #000000;
}
.rs-banner .banner-content .banner-button {
  margin-top: 25px;
}
.rs-banner .banner-content .work-position h3 {
  display: inline-block;
  font-size: 48px;
  line-height: 60px !important;
  margin-bottom: 0;
}
.rs-banner .banner-content .work-position .cd-headline {
  display: inline-block;
  font-size: 48px;
  line-height: 60px;
}
.rs-banner .banner-content .banner-introtext {
  max-width: 75%;
  display: block;
  margin: 15px auto 0;
  font-size: 17px;
}
.rs-banner .cd-words-wrapper:after {
  background-color: #000000;
  height: 90%;
  top: 10px;
  width: 0;
}
.rs-banner ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.rs-banner ul li {
  display: inline-block;
  margin: 0 25px 25px 0;
}
.rs-banner .arrow-btn {
  width: 26px;
  height: 55px;
  bottom: 7%;
  left: 50%;
  z-index: 99;
  text-align: center;
  position: absolute;
  border: 1px solid #999;
  border-radius: 20px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.rs-banner .arrow-btn i {
  color: #999;
  font-size: 22px;
  line-height: 80px;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -ms-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.rs-banner .arrow-btn i:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.rs-video-slider .wpb_content_element,
#slider-btn .wpb_content_element {
  margin-bottom: 0;
}
.rs-slider * {
  outline: none;
}
.rs-slider .slider-item {
  background-size: cover;
  background-repeat: no-repeat;
}
.rs-slider .slide-description {
  max-width: 750px;
}
.rs-slider .slide-description p {
  margin-bottom: 0;
}
.rs-slider .slide-title {
  font-size: 42px;
  line-height: 52px;
}
.rs-slider .slide-content {
  max-width: 1140px;
  margin: 0 auto;
  padding: 150px 0;
}
.rs-slider .slide-content.center {
  text-align: center;
}
.rs-slider .slide-content.center .slide-description {
  margin-left: auto;
  margin-right: auto;
}
.rs-slider .slide-content.right {
  text-align: right;
}
.rs-slider .slide-content.right .slide-description {
  margin-left: auto;
}
.rs-slider .slide-content.right .readon {
  padding-right: 0;
  padding-left: 20px;
}
.rs-slider .slide-content.right .readon:after {
  left: 4px;
  right: auto;
  content: "\e066" !important;
}
.rs-slider .slide-content.right .readon:hover:after {
  left: 0;
}
.rs-slider .slider-button {
  margin-top: 30px;
}
.rs-slider .slider-button ul {
  margin: 0;
  list-style-type: none;
}
.rs-slider .slider-button ul li {
  display: inline-block;
}
.rs-slider .slider-button ul li + li {
  margin-left: 10px;
}
.rs-slider .slick-arrow {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #000000;
  opacity: 0;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  top: auto;
  bottom: 0;
}
.rs-slider .slick-arrow:after {
  color: inherit;
  top: -2px;
  font-family: linea-arrows-10;
  font-size: 26px;
}
.rs-slider .slick-prev {
  left: 100px;
  z-index: 9;
}
.rs-slider .slick-prev:after {
  content: "\e066" !important;
}
.rs-slider .slick-next {
  left: auto;
  right: 100px;
}
.rs-slider .slick-next:after {
  content: "\e068" !important;
}
.rs-slider:hover .slick-arrow {
  opacity: 1;
}
/* ------------------------------------
    04. Header Title
---------------------------------------*/
.header-right {
  text-align: right;
}
.header-center {
  text-align: center;
}
.rs-header-title .title {
  margin-top: 0;
  margin-bottom: 15px;
  display: inline-block;
}
.rs-header-title.header-left {
  margin-right: auto;
}
.rs-header-title.header-right {
  margin-right: auto;
}
.rs-header-title.header-center {
  margin-left: auto;
  margin-right: auto;
}
.rs-header-title .introtext {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 50px !important;
}
.rs-header-title .header-button {
  margin-top: 20px;
}
.rs-header-title .header-button.btn-light a {
  color: #fff !important;
  border-color: #fff !important;
}
.rs-header-title .header-button.btn-light a:hover {
  background: #fff !important;
  color: #000000 !important;
}
/* ------------------------------------
    05. Heading
---------------------------------------*/
.rs-heading .title-inner h3 {
  margin-top: 5px;
  margin-bottom: 17px;
}
.rs-heading .title-inner h2 {
  margin-bottom: 17px;
  position: relative;
  z-index: 1;
}
.rs-heading .title-inner h2 span.watermark {
  position: absolute;
  font-size: 80px;
  text-transform: uppercase;
  font-weight: 800;
  z-index: -1;
  opacity: 0.07;
  width: 100%;
  left: 0;
  color: inherit;
}
.rs-heading .description {
  max-width: 780px;
}
.rs-heading.center {
  text-align: center;
}
.rs-heading.center .description {
  margin-left: auto;
  margin-right: auto;
}
.rs-heading.center .title-inner h2 span.watermark {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.rs-heading.right {
  text-align: right;
}
.rs-heading.right .description {
  margin-left: auto;
}
.rs-heading.right .title-inner h2 span.watermark {
  left: auto;
  right: 0;
}
/* ------------------------------------
    06. particles
---------------------------------------*/
.particles-section {
  z-index: 99;
  background: #50d2c2;
  padding: 0;
  position: relative;
}
.particles-section h4 {
  text-align: center;
  margin: 0;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 2px;
}
.particles-section h3 {
  text-align: center;
  margin: 23px 0 28px;
  font-size: 65px;
  letter-spacing: 4px;
  line-height: 50px !important;
}
.particles-section p {
  text-align: center;
  margin: 25px 0 40px;
  font-size: 18px;
  color: #fff;
}
.particles-section .particle-btn {
  padding: 0;
  margin: 0;
  text-align: center;
}
.particles-section .particle-btn li {
  display: inline-block;
  list-style: none;
}
.particles-section .particle-btn li a {
  padding: 15px 25px 15px 55px;
  border: 2px solid #fff;
  display: inline-block;
  border-radius: 30px;
  letter-spacing: 2px;
  transition: all 0.3s ease 0s;
  margin: 0 10px;
}
.particles-section .particle-btn li a:hover {
  color: #212121 !important;
}
.particles-section .particle-btn li a:hover:after {
  color: #212121 !important;
}
.particles-section .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Safari */
  transform: translate(-50%, -50%);
}
.particles-section .particle-btn li:first-child a {
  position: relative;
  background: #000000;
  color: #fff;
  border: 2px solid #000000;
}
.particles-section .particle-btn li:first-child a:after {
  content: "\f179";
  font-family: FontAwesome;
  font-style: normal;
  text-decoration: inherit;
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 14px;
  left: 23px;
}
.particles-section .particle-btn li:last-child a {
  position: relative;
}
.particles-section .particle-btn li:last-child a:hover {
  background: #fff;
}
.particles-section .particle-btn li:last-child a:after {
  content: "\f17b";
  font-family: FontAwesome;
  font-style: normal;
  text-decoration: inherit;
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 14px;
  left: 23px;
}
/* ------------------------------------
    08. About Us
---------------------------------------*/
.rs-about .about-title {
  margin-bottom: 25px;
}
.rs-about .about-title h2 {
  font-size: 36px;
  line-height: 27px;
  color: #212121;
  margin: 0 0 17px;
  text-transform: uppercase;
}
.rs-about .about-title h3 {
  font-size: 20px !important;
  margin: 8px 0 0;
  color: #606060;
  font-family: 'Poppins', sans-serif !important;
}
.rs-about .vc_column-inner {
  padding-top: 0 !important;
}
.rs-about .about-desc {
  font-size: 15px;
  line-height: 30px;
}
.rs-about .wpb_single_image {
  margin-bottom: 0;
}
.rs-about .about-skill {
  padding: 25px 30px 40px;
  width: 420px;
  background: #000000;
  opacity: 0.9;
  position: absolute;
  top: 100%;
  right: -40px;
  overflow: hidden;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 10;
}
.rs-about .about-skill h2 {
  font-size: 22px !important;
  text-transform: uppercase;
  margin: 0 0 40px;
  color: #ffffff;
}
.rs-about .about-skill .vc_single_bar {
  background: #bbb;
  margin-bottom: 48px;
  height: 5px;
}
.rs-about .about-skill .vc_single_bar .vc_bar {
  background: #fff !important;
}
.rs-about .about-skill .vc_single_bar .vc_label {
  top: -28px;
  color: #fff;
  padding: 0;
  font-size: 13px;
  font-family: 'Poppins', sans-serif;
}
.rs-about .about-skill .vc_single_bar .vc_label span {
  margin-left: 5px;
}
.rs-about .about-right {
  padding-left: 65px;
}
.rs-about .about-right .sec-title {
  margin: 0 0 20px !important;
}
.rs-about .about-right p {
  margin: 0 0 40px;
}
.rs-about .about-right ul li {
  display: inline-block;
}
.rs-about .about-right ul li a {
  display: block;
  border: 1px solid #000000;
}
.rs-about .about-right ul li a:hover {
  background: transparent;
  color: #000000;
}
.rs-about .about-right ul li a.white-color {
  background: transparent;
  color: #000000 !important;
}
.rs-about .about-right ul li a.white-color:hover {
  background: #000000;
  color: #ffffff !important;
}
.rs-about .about-resume {
  max-width: 950px;
  margin: 0 auto;
}
#about-me .rs-header-title .title {
  margin-bottom: 5px;
}
#about-me .rs-header-title .introtext {
  font-weight: 600;
  font-style: italic;
  font-size: 17px;
  color: #777777;
  margin-bottom: 20px;
  display: block;
}
#about-me blockquote {
  background: #f9f9f9;
}
/* ----------------------------------
    10. Resume
-------------------------------------*/
.rs-resume .resume-title {
  font-size: 30px;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.rs-resume .resume-title i {
  font-size: 36px;
  vertical-align: bottom;
}
.rs-resume .rs-heading .title-inner h2 span.watermark {
  font-size: 70px;
}
.rs-resume .resume-item {
  padding: 25px 28px;
  background-color: #fff;
  margin-bottom: 30px;
  border: 1px solid #eee;
  transition: 0.3s all ease;
  border-left: 3px solid #000000;
}
.rs-resume .resume-item h3 {
  margin-bottom: 10px;
  font-size: 22px;
}
.rs-resume .resume-item span {
  display: block;
  font-size: 14px;
  font-weight: 600;
}
.rs-resume .resume-item p {
  margin-top: 8px;
  margin-bottom: 17px;
}
.rs-resume .resume-item h5 {
  margin-bottom: 0;
  color: #777;
  font-size: 18px;
}
.rs-resume .resume-item:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.rs-resume .pr-20 {
  padding-right: 20px;
}
.rs-resume .pl-20 {
  padding-left: 20px;
}
/* ----------------------------------
    11. Skills
-------------------------------------*/
#rs-skills .vc_progress_bar {
  margin-bottom: 0;
}
#rs-skills .vc_progress_bar h2 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 45px;
  text-transform: uppercase;
}
#rs-skills .vc_progress_bar .vc_single_bar {
  background: #fff;
  margin-top: 23px;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  line-height: 12px;
  height: 12px;
}
#rs-skills .vc_progress_bar .vc_single_bar .vc_label {
  font-size: 13px;
  text-transform: uppercase;
  color: #000000;
  text-shadow: none;
  padding: 0;
  position: absolute;
  top: -22px;
}
#rs-skills .vc_progress_bar .vc_single_bar .vc_label_units {
  margin-left: 6px;
}
#rs-skills .vc_progress_bar .vc_single_bar .vc_bar {
  background-color: #000000;
}
#rs-skills .vc_progress_bar .vc_single_bar + .vc_single_bar {
  margin-top: 50px;
}
#rs-skills .resume-item {
  margin-bottom: 25px;
}
#rs-skills .resume-item h4 {
  margin-bottom: 3px;
  display: inline-block;
}
#rs-skills .resume-item .duration {
  font-style: italic;
  font-size: 13px;
  color: #777777;
  display: inline-block;
  margin-bottom: 10px;
}
#rs-skills .resume-item p {
  margin-bottom: 10px;
}
#rs-skills .resume-item h5 {
  font-size: 15px;
  font-weight: 500 !important;
}
.dark .rs-about {
  background: #000;
}
.dark .sec-title h3 {
  color: #ffff;
}
.services-style-2 {
  position: relative;
  margin-bottom: 30px;
}
.services-style-2 .services-icon {
  margin-bottom: 32px;
}
.services-style-2 .services-title {
  margin-bottom: 20px;
}
.services-style-2.center {
  text-align: center;
}
.services-style-2.center .services-desc:after {
  left: 50%;
}
.header-title-square-effect .title {
  position: relative;
  padding: 12px 0;
  z-index: 10;
}
.header-title-square-effect .title:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 50%;
  background: #ffce00;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0.2;
  z-index: -1;
}
.header-title-square-effect.light .title:after {
  background: #fff !important;
  opacity: 0.6;
}
.service-square-effect .services-desc {
  position: relative;
  padding: 12px 0;
  z-index: 10;
}
.service-square-effect .services-desc:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 50%;
  background: #ffce00;
  top: 50%;
  left: 45%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0.2;
  z-index: -1;
}
.service-square-effect.light .services-desc:after {
  background: #fff !important;
  opacity: 0.6;
}
.square-effect {
  position: relative;
  padding: 12px 0;
  z-index: 10;
}
.square-effect:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 50%;
  background: #ffce00;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0.2;
  z-index: -1;
}
.square-effect.light:after {
  background: #fff !important;
  opacity: 0.6;
}
.banner-title-square-effect .work-position {
  position: relative;
  padding: 12px 0;
  display: inline-block;
  z-index: 10;
}
.banner-title-square-effect .work-position:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 25%;
  background: #ffce00;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
  opacity: 0.2;
}
.banner-title-square-effect.light .work-position:after {
  background: #fff !important;
  opacity: 0.6;
}
.slider-title-square-effect .slide-title {
  position: relative;
  padding: 12px 0;
  display: inline-block;
  z-index: 10;
}
.slider-title-square-effect .slide-title:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 50%;
  background: #ffce00;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
  opacity: 0.2;
}
.slider-title-square-effect.light .slide-title:after {
  background: #fff !important;
  opacity: 0.6;
}
/* ----------------------------------
    10. services
-------------------------------------*/
.rs-services .sec-title {
  margin: 0 0 50px;
}
.rs-services.dark-service {
  background: #000;
}
.rs-services .services-details {
  width: 670px;
  height: 670px;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.rs-services .services-details ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.rs-services .services-details .single-services {
  float: left;
  width: 50%;
  height: 335px;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.rs-services .services-details .single-services:hover {
  background: #000000;
  color: #ffffff;
}
.rs-services .services-details .single-services:hover h4,
.rs-services .services-details .single-services:hover i {
  color: #ffffff;
}
.rs-services .services-details .single-services h4 {
  font-size: 14px;
  transition: all 0.3s ease 0s;
  margin: 5px 0 0;
  text-transform: uppercase;
}
.rs-services .services-details .single-services i {
  color: #000000;
  font-size: 24px;
}
.rs-services .services-details .single-services:hover,
.rs-services .services-details .single-services.active {
  background: #000000 !important;
  color: #ffffff;
}
.rs-services .services-details .single-services:hover h4,
.rs-services .services-details .single-services.active h4,
.rs-services .services-details .single-services:hover i,
.rs-services .services-details .single-services.active i {
  color: #ffffff;
}
.rs-services .services-details .middle-content {
  padding: 24px;
  color: #000000;
  width: 340px;
  position: absolute;
  border: 10px solid #000000;
  border-radius: 50%;
  height: 340px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -web-transform: translate(-50%, -50%);
  background: #ffffff;
}
.rs-services .services-details .middle-content .single-conent {
  height: 100%;
}
.rs-services .services-details .bt-10 {
  border-top: 10px solid #000000;
}
.rs-services .services-details .br-10 {
  border-right: 10px solid #000000;
}
.rs-services.services-list {
  padding-bottom: 70px;
}
.rs-services.services-list .single-service {
  padding: 30px 15px 0;
  margin-bottom: 30px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
}
.rs-services.services-list .single-service .service-icon i {
  color: #000000;
  font-size: 40px;
  margin: 0 0 20px;
}
.rs-services.services-list .single-service .services-content h3 {
  margin: 0 0 10px;
  font-size: 24px;
}
.rs-services.services-list .single-service .services-content h3,
.rs-services.services-list .single-service .services-content p {
  padding-bottom: 20px;
  margin: 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
}
.rs-services.services-list .single-service:hover,
.rs-services.services-list .single-service.sevice-active {
  box-shadow: 0 3px 12px rgba(58, 78, 95, 0.05);
  background-color: #fff;
}
.rs-services.services-list .single-service:hover .services-content h3,
.rs-services.services-list .single-service.sevice-active .services-content h3 {
  color: #000000;
}
.rs-services.services-list.border-area .single-service {
  border: 1px solid #ddd;
  margin-bottom: 30px;
}
.rs-services.box-services .single-service {
  background: #ddd;
  padding: 30px 15px;
  margin: 0 0 30px;
}
.rs-services.box-services .single-service p {
  margin-bottom: 0;
}
.rs-services.box-services .single-service.box-border {
  background: transparent;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  box-shadow: rgba(58, 78, 95, 0.2) 0 10px 16px, rgba(58, 78, 95, 0.05) 0 -5px 16px;
}
.rs-services.box-services .single-service.box-border .service-icon i {
  font-size: 30px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  background: #000000;
  color: #ffffff;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
}
.rs-services.box-services .single-service.box-border:hover {
  background: #000000;
}
.rs-services.box-services .single-service.box-border:hover .service-icon i {
  background: #ffffff;
  color: #000000;
}
.rs-services.box-services .single-service.box-border:hover .services-content h3,
.rs-services.box-services .single-service.box-border:hover .services-content p {
  color: #ffffff;
}
.rs-services.services-dash {
  padding-bottom: 75px;
}
.rs-services.services-dash .single-service .service-icon i {
  border: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 26px;
  width: 78px;
  height: 78px;
  line-height: 78px;
  transition: 0.25s;
  border-radius: 50%;
  background: #fff;
  color: #888;
}
.rs-services.gray-color .services-details .single-services {
  background: #ffffff;
}
.rs-services1 {
  margin: 0 0 30px;
  text-align: center;
}
.rs-services1 .services-icon {
  display: inline-block;
  font-size: 30px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  margin: 0 0 20px;
  background: #f8f8f8;
  color: #000000;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
}
.rs-services1 .services-title {
  font-size: 18px;
  margin-bottom: 10px;
}
.rs-services1 .services-desc p {
  margin-bottom: 0;
}
.rs-services1:hover .services-icon {
  color: #ffce00;
}
.rs-services1.border-style {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #eee;
}
.rs-services1.border-style .services-icon {
  border: 1px solid transparent;
}
.rs-services1.border-style:hover .services-icon {
  color: #000000;
  background: #fff;
  border-color: #ddd;
}
.rs-services1.border-style:hover .services-title {
  color: #000000;
}
.rs-services1.border-style:hover .services-desc p {
  color: #000000;
}
/* ----------------------------------
    08. Ratings
-------------------------------------*/
#ratings h3 {
  font-size: 36px;
  color: #50d2c2;
  margin-bottom: 50px;
}
#ratings .vc_bar {
  text-align: center;
  display: block;
  background: #212121 !important;
  border-radius: 0;
}
#ratings p {
  line-height: 25px;
}
#ratings .vc_progress_bar .vc_single_bar {
  background: #f2f2f2;
  border-radius: 0;
  box-shadow: none;
  padding: 5px 0;
  margin-bottom: 25px;
}
#ratings .vc_chart-legend li {
  line-height: 30px;
  margin-bottom: 10px;
  color: #50d2c2;
}
#ratings .vc_chart-legend li em {
  display: block;
  margin-left: 27px;
  font-style: normal;
  color: #50d2c2;
}
#ratings #total-rat strong {
  font-size: 40px;
  color: #50d2c2;
  display: block;
  margin-top: 5px;
}
#ratings #total-rat img {
  margin: 11px 0 4px;
}
/* ----------------------------------
    08. Gallery
-------------------------------------*/
.rs-partner .partner-item {
  margin: 0 10px;
}
.rs-partner .partner-item a {
  cursor: pointer;
}
.rs-partner .partner-item img {
  border: 1px solid #50d2c2;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.rs-partner .partner-item img:hover {
  box-shadow: 0px 0px 12px 0px #0000007d;
}
.rs-partner .slick-next {
  right: 50px;
  z-index: 999;
  padding: 0;
  width: 50px;
  height: 50px;
  background: #000000;
  border-radius: 50%;
}
.rs-partner .slick-next:after {
  color: #fff;
  font-size: 30px;
  position: absolute;
  z-index: 99;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  display: block;
}
.rs-partner .slick-prev {
  left: 50px;
  z-index: 999;
  width: 50px;
  height: 50px;
  background: #000000;
  border-radius: 50%;
}
.rs-partner .slick-prev:after {
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
  position: relative;
  z-index: 99;
  padding: 0;
  display: block;
}
.rs-partner .slick-arrow {
  display: none !important;
  transition: 0.3s ease all;
}
.rs-partner .slick-arrow:hover {
  background: #ffce00;
}
.rs-partner:hover .slick-arrow {
  display: block !important;
}
.rs-partner.navigation-hidden .slick-arrow {
  display: none !important;
}
/* ----------------------------------
    08. video
------------------------------------*/
.rs-video {
  padding: 60px 0 100px;
}
.rs-video .videos-icon {
  text-align: center;
}
.rs-video .videos-icon span {
  display: inline-block;
  line-height: 1;
  padding: 2px;
  color: #ffffff;
  border-style: solid;
  border-color: #ffffff;
  border-width: 3px;
  border-radius: 64px;
}
.rs-video .videos-icon span i {
  font-size: 64px;
  width: 65px;
  height: 64px;
  line-height: 65px;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.rs-video .videos-icon span:hover {
  background: #fff;
}
.rs-video .videos-icon span:hover i {
  color: #212121;
}
.rs-video .title-dsc h4 {
  text-align: center;
  position: relative;
  color: #fff;
  margin: 0 0 47px;
  font-size: 36px;
}
.rs-video .title-dsc h4:before {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 3px;
  background: #fff;
}
.rs-video .title-dsc p {
  text-align: center;
  color: #fff;
  margin: 0;
  line-height: 25px;
}
/* ----------------------------------
    08. Calltoaction
-------------------------------------*/
.rs-cta .cta-inner {
  max-width: 780px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.rs-cta .cta-inner h3 {
  display: block;
  color: #000000;
  font-size: 28px;
  margin-bottom: 20px;
}
.rs-cta .cta-inner h1 {
  font-size: 36px;
  line-height: 27px;
  color: #212121;
  margin: 0 0 25px;
  text-transform: uppercase;
}
/* ----------------------------------
    12. Portfolio
-------------------------------------*/
.portfolio-filter {
  margin-bottom: 45px;
}
.portfolio-filter.filter-center {
  text-align: center;
}
.portfolio-filter.filter-left {
  text-align: left;
}
.portfolio-filter.filter-right {
  text-align: right;
}
.portfolio-filter button {
  background-color: transparent;
  color: #000000;
  overflow: hidden;
  text-transform: uppercase;
  display: inline-block;
  padding: 0px;
  letter-spacing: 2px;
  border-radius: 25px;
  outline: none;
  width: auto;
  transition: 0.4s;
  font-size: 13px;
}
.portfolio-filter button + button {
  margin-left: 30px;
}
.portfolio-filter button:hover,
.portfolio-filter button.active {
  color: #000000 !important;
}
.portfolio-filter button.active {
  position: relative;
}
.portfolio-filter button.active:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 50%;
  background: #ffce00;
  top: 50%;
  left: 45%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0.2;
}
.gutter-no-gap .row {
  margin: 0 !important;
}
.gutter-no-gap .row [class*="col-"] {
  padding: 0 !important;
  margin: 0 !important;
}
.rs-portfolio-style1 .portfolio-item {
  position: relative;
  overflow: hidden;
}
.rs-portfolio-style1 .portfolio-item .portfolio-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-portfolio-style1 .portfolio-item .portfolio-content:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #000000;
  opacity: 0.8;
  z-index: -1;
  -webkit-transition: .25s opacity ease;
  transition: .25s opacity ease;
}
.rs-portfolio-style1 .portfolio-item .portfolio-content .p-category a {
  color: #fff;
}
.rs-portfolio-style1 .portfolio-item .portfolio-content .p-category a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.rs-portfolio-style1 .portfolio-item .portfolio-content .vertical-middle {
  display: table;
  height: 100%;
  width: 100%;
}
.rs-portfolio-style1 .portfolio-item .portfolio-content .vertical-middle-cell {
  display: table-cell;
  vertical-align: middle;
}
.rs-portfolio-style1 .portfolio-item .portfolio-img img {
  width: 100%;
}
.rs-portfolio-style1 .portfolio-item .p-zoom {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  transition: all 0.3s ease 0s;
  height: 46px;
  line-height: 44px;
  width: 46px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
}
.rs-portfolio-style1 .portfolio-item .p-zoom i {
  margin-left: 2px;
}
.rs-portfolio-style1 .portfolio-item .p-zoom:hover {
  background-color: #fff;
  color: #000000;
}
.rs-portfolio-style1 .portfolio-item .p-title {
  font-size: 20px;
  line-height: normal;
  margin-top: 25px;
  color: #fff;
  margin-bottom: 0;
}
.rs-portfolio-style1 .portfolio-item .p-title a {
  color: #fff;
}
.rs-portfolio-style1 .portfolio-item .p-title a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.rs-portfolio-style1 .portfolio-item .p-desc {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
  margin-top: 10px;
}
.rs-portfolio-style1 .portfolio-item:hover .portfolio-content {
  opacity: 1;
  top: 0;
}
.rs-portfolio-style2 .portfolio-item {
  position: relative;
  overflow: hidden;
}
.rs-portfolio-style2 .portfolio-item .portfolio-img {
  position: relative;
  z-index: 10;
}
.rs-portfolio-style2 .portfolio-item .portfolio-img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease 0s;
}
.rs-portfolio-style2 .portfolio-item .portfolio-img img {
  width: 100%;
}
.rs-portfolio-style2 .portfolio-item .portfolio-img .p-zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
  transform: translateX(-50%) translateY(-50%) scale(0.8);
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  transition: all 0.3s ease;
  height: 46px;
  line-height: 44px;
  width: 46px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  opacity: 0;
}
.rs-portfolio-style2 .portfolio-item .portfolio-img .p-zoom i {
  margin-left: 2px;
}
.rs-portfolio-style2 .portfolio-item .portfolio-img .p-zoom:hover {
  background-color: #fff;
  color: #000000;
}
.rs-portfolio-style2 .portfolio-item .portfolio-content {
  position: absolute;
  bottom: -50px;
  width: 100%;
  padding: 15px 20px;
  z-index: 10;
  transition: all 0.3s ease;
  opacity: 0;
}
.rs-portfolio-style2 .portfolio-item .portfolio-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: -1;
  transition: all 0.3s ease 0s;
}
.rs-portfolio-style2 .portfolio-item .portfolio-content a {
  color: #fff;
}
.rs-portfolio-style2 .portfolio-item .portfolio-content h3 {
  margin-bottom: 5px;
  font-size: 20px;
}
.rs-portfolio-style2 .portfolio-item .portfolio-content p {
  margin-bottom: 0;
  color: #ffffff;
}
.rs-portfolio-style2 .portfolio-item:hover .portfolio-content {
  bottom: 0;
  opacity: 1;
}
.rs-portfolio-style2 .portfolio-item:hover .portfolio-img:before {
  opacity: 1;
}
.rs-portfolio-style2 .portfolio-item:hover .p-zoom {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
  opacity: 1;
}
.rs-portfolio-style3 .portfolio-item {
  position: relative;
  overflow: hidden;
}
.rs-portfolio-style3 .portfolio-item .portfolio-img {
  position: relative;
  z-index: 10;
}
.rs-portfolio-style3 .portfolio-item .portfolio-img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.rs-portfolio-style3 .portfolio-item .portfolio-img img {
  width: 100%;
}
.rs-portfolio-style3 .portfolio-item .portfolio-img .p-zoom {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: inline-block;
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease;
  opacity: 0;
}
.rs-portfolio-style3 .portfolio-item .portfolio-img .p-zoom i {
  margin-left: 2px;
}
.rs-portfolio-style3 .portfolio-item .portfolio-img .p-zoom:hover {
  opacity: 0.7 !important;
}
.rs-portfolio-style3 .portfolio-item .portfolio-content {
  position: absolute;
  padding: 15px 20px;
  opacity: 0;
  z-index: 10;
  top: 0;
  width: 100%;
}
.rs-portfolio-style3 .portfolio-item .portfolio-content a {
  color: #fff;
}
.rs-portfolio-style3 .portfolio-item .portfolio-content h3 {
  margin-bottom: 5px;
  font-size: 20px;
  transition: 0.3s ease all;
}
.rs-portfolio-style3 .portfolio-item .portfolio-content p {
  margin-bottom: 0;
  color: #fff;
  transition: 0.3s ease all;
}
.rs-portfolio-style3 .portfolio-item:hover .portfolio-content {
  opacity: 1;
}
.rs-portfolio-style3 .portfolio-item:hover .portfolio-img:before {
  opacity: 0.7;
}
.rs-portfolio-style3 .portfolio-item:hover .portfolio-img .p-zoom {
  opacity: 1;
}
.rs-portfolio-style4 .portfolio-item {
  position: relative;
  overflow: hidden;
}
.rs-portfolio-style4 .portfolio-item .portfolio-img {
  position: relative;
  z-index: 10;
}
.rs-portfolio-style4 .portfolio-item .portfolio-img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  transition: all 0.4s ease 0s;
  opacity: 0;
  z-index: 10;
}
.rs-portfolio-style4 .portfolio-item .portfolio-img img {
  width: 100%;
  -webkit-transition: 1.3s all ease;
  transition: 1.3s all ease;
}
.rs-portfolio-style4 .portfolio-item .portfolio-img .p-zoom {
  display: none;
}
.rs-portfolio-style4 .portfolio-item .portfolio-content {
  position: absolute;
  padding: 15px 20px;
  opacity: 0;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  width: 100%;
}
.rs-portfolio-style4 .portfolio-item .portfolio-content a {
  color: #fff;
}
.rs-portfolio-style4 .portfolio-item .portfolio-content h3 {
  margin-bottom: 5px;
  font-size: 20px;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}
.rs-portfolio-style4 .portfolio-item .portfolio-content h3 a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.rs-portfolio-style4 .portfolio-item .portfolio-content p {
  margin-bottom: 0;
  color: #fff;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}
.rs-portfolio-style4 .portfolio-item .portfolio-content p a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.rs-portfolio-style4 .portfolio-item:hover .portfolio-content {
  opacity: 1;
}
.rs-portfolio-style4 .portfolio-item:hover .portfolio-content h3 {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.rs-portfolio-style4 .portfolio-item:hover .portfolio-content p {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.rs-portfolio-style4 .portfolio-item:hover .portfolio-img:before {
  opacity: 0.7;
}
.rs-portfolio-style4 .portfolio-item:hover .portfolio-img img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.rs-portfolio-style5 .portfolio-item {
  position: relative;
  overflow: hidden;
}
.rs-portfolio-style5 .portfolio-item .portfolio-img {
  position: relative;
  z-index: 10;
}
.rs-portfolio-style5 .portfolio-item .portfolio-img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  transition: all 0.4s ease 0s;
  opacity: 0;
  z-index: 10;
}
.rs-portfolio-style5 .portfolio-item .portfolio-img img {
  width: 100%;
  -webkit-transition: 1.3s all ease;
  transition: 1.3s all ease;
}
.rs-portfolio-style5 .portfolio-item .portfolio-img .p-zoom {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  font-size: 32px;
  color: #ffffff;
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
  opacity: 0;
  z-index: 10;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}
.rs-portfolio-style5 .portfolio-item .portfolio-img .p-zoom i {
  margin-left: 2px;
}
.rs-portfolio-style5 .portfolio-item .portfolio-img .p-zoom:hover {
  opacity: 0.7 !important;
}
.rs-portfolio-style5 .portfolio-item .portfolio-content {
  position: absolute;
  padding: 15px 20px;
  opacity: 0;
  z-index: 10;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}
.rs-portfolio-style5 .portfolio-item .portfolio-content a {
  color: #fff;
}
.rs-portfolio-style5 .portfolio-item .portfolio-content h3 {
  margin-bottom: 5px;
  font-size: 20px;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}
.rs-portfolio-style5 .portfolio-item .portfolio-content h3 a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.rs-portfolio-style5 .portfolio-item .portfolio-content p {
  margin-bottom: 0;
  color: #fff;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}
.rs-portfolio-style5 .portfolio-item .portfolio-content p a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.rs-portfolio-style5 .portfolio-item:hover .portfolio-content {
  opacity: 1;
}
.rs-portfolio-style5 .portfolio-item:hover .portfolio-content h3 {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.rs-portfolio-style5 .portfolio-item:hover .portfolio-content p {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.rs-portfolio-style5 .portfolio-item:hover .portfolio-img:before {
  opacity: 0.7;
}
.rs-portfolio-style5 .portfolio-item:hover .portfolio-img img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.rs-portfolio-style5 .portfolio-item:hover .portfolio-img .p-zoom {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.owl-navigation-yes .owl-nav {
  right: 0;
  top: -40px;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.owl-navigation-yes .owl-nav [class*="owl-"] {
  font-size: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease 0s;
}
.owl-navigation-yes .owl-nav [class*="owl-"]:before {
  font-family: linea-arrows-10;
  position: absolute;
  font-size: 26px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.owl-navigation-yes .owl-nav [class*="owl-"].owl-prev {
  left: -8px;
}
.owl-navigation-yes .owl-nav [class*="owl-"].owl-prev:before {
  content: "\e066" !important;
}
.owl-navigation-yes .owl-nav [class*="owl-"].owl-next:before {
  content: "\e068" !important;
  margin-left: 2px;
}
.owl-navigation-yes .owl-nav [class*="owl-"]:hover {
  color: #000000;
  border-color: #000000;
}
.owl-navigation-yes:hover .owl-nav {
  opacity: 1;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: block !important;
}
/* -----------------------
    12. Newsletter
--------------------------*/
.mc4wp-form {
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 15px;
}
.mc4wp-form input[type=submit] {
  position: absolute;
  top: 15px;
  right: 0;
  height: 60px;
  min-width: 200px;
  background-color: #4caf50;
  border: 0;
  color: #fff;
  transition: all 0.3s ease 0s;
  text-transform: uppercase;
}
.mc4wp-form input[type=text],
.mc4wp-form input[type=url],
.mc4wp-form input[type=tel],
.mc4wp-form input[type=number],
.mc4wp-form input[type=email] {
  width: 100%;
  height: 60px;
  padding: 5px 20px;
  background: #fff;
  outline: none;
  color: #000;
  border: none;
}
.mc4wp-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
  opacity: 1;
}
.mc4wp-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  opacity: 1;
}
.mc4wp-form :-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
  opacity: 1;
}
.mc4wp-form :-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  opacity: 1;
}
/* -----------------------
    13. Testimonial
--------------------------*/
#rs-testimonial .slider3 * {
  outline: none;
}
#rs-testimonial .slider3 .testimonial-content {
  padding: 0;
}
#rs-testimonial .slider3 .testimonial-content img {
  margin-bottom: 12px;
}
#rs-testimonial .slider3 .testimonial-content p {
  margin-bottom: 15px;
  font-style: normal;
  font-size: 15px;
}
#rs-testimonial .slider3 .testimonial-content i {
  position: absolute;
  font-size: 72px;
  left: 0;
  z-index: -1;
  opacity: 0.08;
}
#rs-testimonial .slider3 ul li:first-child {
  font-size: 19px;
}
#rs-testimonial .slider3 ul li:last-child {
  font-size: 13px;
}
#rs-testimonial .slick-dots {
  bottom: 0;
}
#rs-testimonial .slick-dots button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #000000;
}
#rs-testimonial .slick-dots .slick-active button {
  background: #000000;
}
.rs-testimonial.slider8#cl-testimonial ul {
  margin-bottom: 25px;
}
.rs-testimonial.slider8#cl-testimonial ul li:first-child {
  font-size: 20px;
}
.rs-testimonial.slider8#cl-testimonial * {
  outline: none;
}
.rs-testimonial.slider8#cl-testimonial p {
  font-style: normal;
  position: relative;
  padding: 12px 0;
  margin-top: 24px;
}
.rs-testimonial.slider8#cl-testimonial p:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 200px;
  background: #ffce00;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0.2;
}
.rs-testimonial.slider8#cl-testimonial .testimonials-nav {
  margin-bottom: 0;
}
.rs-testimonial.slider8#cl-testimonial .testimonials-nav .slick-track {
  padding-bottom: 0;
}
#cl-testimonial .testimonial-content {
  box-shadow: none !important;
  border: 1px solid #e9e9e9;
  position: relative;
  z-index: 99;
}
#cl-testimonial .testimonial-content p {
  position: relative;
  padding: 12px 0;
  margin-top: 24px;
}
#cl-testimonial .testimonial-content p:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 50%;
  background: #ffce00;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0.2;
}
#cl-testimonial i {
  top: 50%;
  padding-right: 4px;
  position: absolute;
  left: 50%;
  font-size: 76px;
  color: #f0f0f0 !important;
  z-index: -1;
  transform: translate(-50%, -50%);
}
.rs-partner .wpb_single_image {
  padding: 20px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.rs-partner .wpb_single_image .vc_box_shadow img {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.rs-partner .wpb_single_image .vc_single_image-wrapper {
  border: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.rs-partner .wpb_single_image:hover {
  opacity: 0.8;
}
#blog-home .cat_name {
  display: none;
}
#blog-home .blog-meta .blog-title {
  font-size: 17px;
  margin: 12px 0 0;
}
#blog-home .blog-meta .blog-title a {
  color: #000000;
}
#blog-home .blog-meta .blog-title a:hover {
  color: #000000;
}
.full-layout-left {
  float: right;
}
.full-blog-content .blog-title {
  font-size: 22px !important;
  margin: 0 0 10px;
}
.full-blog-content .blog-title a {
  color: #000;
}
.full-blog-content:hover a {
  color: #000000;
}
button.mfp-close,
button.mfp-arrow {
  background: transparent !important;
}
/* -----------------------
    14. Blog Post
--------------------------*/
.blog h3 {
  font-weight: 600 !important;
}
.rs-blog.dark-blog {
  background: #000;
}
.rs-blog.dark-blog .blog-details h3 a {
  color: #fff;
}
.rs-blog.dark-blog .blog-details h3 a:hover {
  color: #000000 !important;
}
.rs-blog.dark-blog .blog-details .read-more a {
  color: #bbb !important;
}
.rs-blog.dark-blog .blog-details .read-more a:hover {
  color: #000000 !important;
}
.rs-blog .blog-item .blog-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}
.rs-blog .blog-item .blog-img .blog-img-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 10;
  padding: 0px;
  opacity: 0;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.rs-blog .blog-item .blog-img .blog-img-content:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  background: #000000;
  opacity: 0.8;
  z-index: -1;
  -webkit-transition: .25s opacity ease;
  transition: .25s opacity ease;
}
.rs-blog .blog-item .blog-img .blog-img-content .blog-link {
  display: inline-block;
  font-size: 19px;
  width: 52px;
  line-height: 54px;
  height: 52px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #fff;
  transition: all .3s ease 0s;
  color: #fff;
}
.rs-blog .blog-item .blog-img .blog-img-content .blog-link:hover {
  background: #fff !important;
  color: #000000 !important;
}
.rs-blog .blog-item .blog-img:hover .blog-img-content {
  opacity: 1;
  top: 0%;
}
.rs-blog .blog-item .blog-img:hover .blog-img-content:before {
  top: 0;
}
.rs-blog .blog-item .blog-title {
  margin-bottom: 5px;
}
.rs-blog .blog-item .blog-lc {
  display: inline-block;
  font-size: 13px;
}
.rs-blog .blog-item .blog-date {
  display: inline-block;
  margin-right: 10px;
  font-size: 13px;
}
.rs-blog .blog-item .blog-meta {
  margin-bottom: 15px;
}
.rs-blog .blog-item .blog-meta i {
  margin-right: 6px;
}
.rs-blog .blog-item .blog-desc p {
  margin-bottom: 18px;
}
.rs-blog .blog-item .blog-button i {
  margin-left: 2px;
}
.rs-blog .blog-slider .single-blog-slide {
  position: relative;
  width: 100% !important;
}
.rs-blog .blog-slider .single-blog-slide .images {
  position: relative;
  overflow: hidden;
}
.rs-blog .blog-slider .single-blog-slide .images a {
  display: block;
}
.rs-blog .blog-slider .single-blog-slide .images a img {
  width: 100%;
}
.rs-blog .blog-slider .single-blog-slide .images span {
  position: absolute;
  font-family: 'Poppins', sans-serif;
  left: 20px;
  line-height: 22px;
  background: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  padding: 2px;
  text-align: center;
  z-index: 99;
  padding: 8px;
  width: 128px;
  bottom: 19px;
  font-size: 13px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.rs-blog .blog-slider .single-blog-slide .images .overley {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  background: #000000;
  top: 0;
  transform-origin: 0 1 0;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.rs-blog .blog-slider .single-blog-slide .images .overley ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  top: 45%;
  transform: rotate(0deg);
  transition: all .9s;
}
.rs-blog .blog-slider .single-blog-slide .images .overley ul li {
  display: inline-block;
  color: #ffffff;
  margin-right: 5px;
}
.rs-blog .blog-slider .single-blog-slide .images:hover .overley {
  opacity: 0.8;
}
.rs-blog .blog-slider .single-blog-slide .images:hover span {
  background: transparent;
}
.rs-blog .blog-slider .single-blog-slide .blog-informations {
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.rs-blog .blog-slider .single-blog-slide .blog-informations ul {
  margin: 0 0 4px;
  padding: 0;
  list-style: none;
}
.rs-blog .blog-slider .single-blog-slide .blog-informations ul li {
  display: inline-block;
  margin-right: 15px;
  text-transform: capitalize;
}
.rs-blog .blog-slider .single-blog-slide .blog-informations ul li:last-child {
  margin-right: 0;
}
.rs-blog .blog-slider .single-blog-slide .blog-informations ul li i {
  color: #000000;
  margin-right: 5px;
}
.rs-blog .blog-slider .single-blog-slide .blog-informations .blog-details h3 {
  margin-bottom: 10px;
}
.rs-blog .blog-slider .single-blog-slide .blog-informations .blog-details h3 a {
  color: #212121;
  transition: all 0.3s ease 0s;
  font-size: 18px;
}
.rs-blog .blog-slider .single-blog-slide .blog-informations .blog-details h3 a:hover {
  color: #000000;
}
.rs-blog .blog-slider .single-blog-slide .blog-informations .blog-details p {
  margin-bottom: 20px;
  font-size: 13px;
}
.rs-blog .blog-slider .single-blog-slide .blog-informations .blog-details .read-more {
  display: block;
}
.rs-blog .blog-slider .single-blog-slide .blog-informations .blog-details .read-more a {
  display: inline-block;
  color: #000000;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 14px;
}
.rs-blog .blog-slider .single-blog-slide .blog-informations .blog-details .read-more a:after {
  font-family: linea-arrows-10;
  content: "\e068" !important;
  color: #000000;
  font-size: 17px;
  position: absolute;
  top: 2px;
  right: 0px;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.rs-blog .blog-slider .single-blog-slide .blog-informations .blog-details .read-more a:hover {
  color: #000000;
  opacity: 0.8;
}
.rs-blog .blog-slider .single-blog-slide .blog-informations .blog-details .read-more a:hover:after {
  right: -23px;
  opacity: 1;
}
.rs-blog .blog-slider .owl-stage-outer {
  padding-bottom: 20px;
}
.rs-blog .blog-slider .owl-nav div {
  opacity: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent;
}
.rs-blog .blog-slider .owl-nav div.owl-prev,
.rs-blog .blog-slider .owl-nav div.owl-next {
  position: absolute;
  left: -5%;
  text-align: center;
  transition: 0.4s;
  -webkit-transition: 0.4s;
}
.rs-blog .blog-slider .owl-nav div.owl-next {
  left: auto;
  right: -5%;
}
body.blog .main-contain #content,
body.archive .main-contain #content {
  padding: 100px 0 50px;
}
body.blog .pagination-area,
body.archive .pagination-area {
  margin-bottom: 30px;
}
.comment i {
  color: #000000;
}
.single-blog-slide .overley i {
  color: #fff;
  margin-right: 10px;
  font-size: 13px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
}
.single-blog-slide .overley i:hover {
  background: #fff;
  color: #212121;
}
/* -----------------------
    404
--------------------------*/
.page-error {
  position: relative;
}
.page-error .content-area {
  position: relative;
  z-index: 101;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  height: calc(-490vh);
  height: calc(100vh - 690px);
}
.page-error .content-area h1.page-title {
  color: #000000 !important;
  font-size: 100px !important;
  margin-bottom: 30px;
  margin-top: 0px;
}
.page-error .content-area h3 {
  color: #000000;
}
.page-error .bs-sidebar {
  max-width: 400px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.page-error .bs-sidebar {
  padding: 0 0 20px !important;
}
.page-error .not-found {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}
.no-results input[type="search"] {
  padding: 15px 20px !important;
}
.no-results .bs-search button {
  padding: 12px 17px !important;
  background: transparent !important;
  width: auto;
}
.no-results .bs-search button:hover {
  opacity: 0.8;
}
/* -----------------------
    16. Footer
--------------------------*/
div.wpcf7-response-output {
  border: 0 !important;
  margin: 0 !important;
  color: #ff0000;
}
.footer-bottom {
  padding: 40px 0 30px;
  background: #f5f5f5;
}
.footer-bottom .copyright p {
  margin: 0;
}
.footer-bottom .copyright p a:hover {
  color: #ffce00;
}
/* ---------------------------
    Footer Style 1
------------------------------ */
.footer-style-1 .footer-bottom-share ul {
  margin: 0;
  list-style-type: none;
}
.footer-style-1 .footer-bottom-share ul li {
  display: inline-block;
}
.footer-style-1 .footer-bottom-share ul li + li {
  margin-left: 15px;
}
.footer-style-1 .footer-bottom-share ul li a:hover {
  opacity: 0.8;
}
/* ------------------------
    Footer Style 4
--------------------------- */
.footer-style-4 {
  text-align: center;
  padding: 60px 0 50px;
  background: #f5f5f5;
}
.footer-style-4 .footer-bottom-share ul {
  list-style-type: none;
  margin: 30px 0 30px 0;
}
.footer-style-4 .footer-bottom-share ul li {
  display: inline-block;
}
.footer-style-4 .footer-bottom-share ul li + li {
  margin-left: 10px;
}
.footer-style-4 .footer-bottom-share ul li a {
  font-size: 16px;
}
/* -----------------------
    17. Scroll Up
--------------------------*/
#scrollUp {
  text-align: center;
  bottom: 40px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 40px;
  z-index: 10;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
#scrollUp i {
  height: 40px;
  font-size: 20px;
  width: 40px;
  color: #000000;
  line-height: 36px;
  transition: all 0.3s ease 0s;
  margin-left: 2px;
}
#scrollUp i:hover {
  color: #000000;
}
#scrollUp:hover {
  bottom: 45px;
}
/* -----------------------
    18. Video 
--------------------------*/
.rs-video-area {
  position: relative;
  overflow: hidden;
}
.rs-video-area:before {
  background-color: rgba(0, 0, 0, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.rs-video-area .rs-video-content-wrap {
  height: 600px;
  position: relative;
}
.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%;
}
.rs-video-area .rs-video-content-wrap .display-table-cell {
  text-align: center;
}
.rs-video-area .rs-video-content-wrap .sl-subtitle {
  font-size: 36px;
  margin-bottom: 10px;
  position: relative;
  z-index: 9;
}
.rs-video-area .rs-video-content-wrap .sl-title {
  display: inline-block;
  margin-bottom: 30px;
  font-size: 52px;
  position: relative;
  z-index: 9;
}
.rs-video-area .rs-video-content-wrap .sl-desc {
  font-size: 18px;
  position: relative;
  z-index: 9;
}
.rs-video-area .rs-video-content-wrap .slider-botton {
  display: inline-block;
  margin-top: 50px;
}
.rs-video-area .rs-video-content-wrap .slider-botton ul li {
  display: inline-block;
}
.rs-video-area .rs-video-content-wrap a.white-color {
  background: #000000;
}
.rs-video-area .rs-video-content-wrap a.white-color:hover {
  background: #ffce00;
}
.slider-botton .white-color {
  background: #000000;
}
.slider-botton .white-color:hover {
  background: #ffce00;
}
.category .dynamic-sidebar {
  margin-top: 14px;
}
/* ------------------------------------
    19. Counter up
  ---------------------------------------*/
.rs-counter {
  position: relative;
}
.rs-counter:before {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
}
.counter-top-area {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  background: #fff;
  text-align: center;
  padding: 25px;
  transition: .3s all ease;
}
.counter-top-area:hover {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.13);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.13);
}
.counter-top-area h2 {
  font-size: 38px;
  color: #000000;
  margin-bottom: 6px;
  transition: all 0.3s ease 0s;
}
.counter-top-area h3 {
  color: #888;
  margin-bottom: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}
.counter-top-area .rs-count {
  padding: 0 0 25px 0;
}
.counter-top-area .rs-counter-list {
  text-align: center;
}
.counter-top-area .rs-counter-list i {
  display: inline-block;
  font-size: 53px;
  margin-bottom: 15px;
  color: #999;
  transition: .3s all ease;
}
.counter-top-area:hover i {
  color: #ffce00;
}
.counter-top-area.left {
  overflow: hidden;
  text-align: left;
  padding: 40px 20px 40px 20px;
}
.counter-top-area.left h2 {
  margin-bottom: 0;
}
.counter-top-area.left h3 {
  font-size: 13px;
}
.counter-top-area.left .count-icon {
  float: left;
  padding-right: 20px;
}
.counter-top-area.left .count-text {
  float: left;
  text-align: left;
}
.counter-top-area.left i {
  font-size: 40px;
}
.rs-map .wpb_wrapper {
  padding: 0 !important;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title &gt; a {
  padding: 8px 20px !important;
}
/* ------------------------------------
    20. Breadcrumbs
  ---------------------------------------*/
.rs-breadcrumbs {
  position: relative;
}
.rs-breadcrumbs .trail-browse {
  display: none !important;
}
.rs-breadcrumbs .trail-items li::after {
  right: 0px;
  position: relative;
  padding: 0;
}
.rs-breadcrumbs .page-title {
  margin-bottom: 15px;
  letter-spacing: 0.5px;
  margin: 0;
  float: left;
  font-size: 34px !important;
  line-height: 34px !important;
}
.rs-breadcrumbs .breadcrumbs {
  float: right;
  margin-top: 3px;
  text-transform: uppercase;
}
.rs-breadcrumbs .trail-items li::after {
  font-size: 12px;
}
.rs-breadcrumbs ul {
  display: inline-block;
  padding: 5px 20px;
  margin: 0px;
}
.rs-breadcrumbs ul li {
  color: #707070;
  display: inline-block;
  font-size: 13px;
}
.rs-breadcrumbs ul li a {
  padding: 0 8px;
  color: #707070;
}
.rs-breadcrumbs ul li a:hover {
  color: #000000;
}
.rs-breadcrumbs ul li.trail-begin a {
  position: relative;
  display: inline-block;
  padding-left: 20px !important;
}
.rs-breadcrumbs ul li.trail-begin a:hover {
  opacity: 0.7;
}
.rs-breadcrumbs ul li.trail-begin a:before {
  font-family: FontAwesome;
  content: "\f015";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 13px;
}
.rs-breadcrumbs ul li.trail-end {
  padding-left: 8px;
}
.rs-breadcrumbs.porfolio-details {
  position: relative;
}
.rs-breadcrumbs .breadcrumbs-single {
  min-height: 400px;
  background-size: cover;
  background-position: center;
}
.breadcrumbs-inner .fbc-page {
  text-align: center;
  display: inline-block;
}
.breadcrumbs-inner ol {
  padding: 5px 6px !important;
}
.fbc-page .fbc-wrap .fbc-items li {
  padding: 5px 0;
}
.rs-breadcrumbs {
  background: #f5f5f5;
  padding: 40px 0;
}
.rs-breadcrumbs .breadcrumbs-inner {
  margin-top: -5px;
}
/* ------------------------------------
    21. Portfolio Details
  ---------------------------------------*/
.rs-porfolio-details .ps-informations ul {
  margin: 0;
  list-style: none;
  text-align: left;
}
.rs-porfolio-details .ps-informations .info-title {
  font-size: 20px;
  margin-bottom: 20px;
}
.rs-porfolio-details .ps-informations ul li + li {
  padding-top: 7px;
  margin-top: 7px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.rs-porfolio-details .ps-informations ul li span {
  width: 120px;
  display: inline-block;
}
.rs-porfolio-details .ps-image-wrap {
  margin-bottom: 25px;
}
.rs-porfolio-details .ps-image {
  float: left;
  margin-bottom: 10px;
  margin-right: 35px;
}
.rs-porfolio-details .ps-image ul {
  margin-left: 0;
  margin-top: 20px;
}
.rs-porfolio-details .ps-image ul li {
  font-size: 14px;
  color: #000;
  list-style-type: none;
}
.rs-porfolio-details .ps-image ul li span {
  font-weight: bold;
  color: #000;
  font-size: 15px;
}
.rs-porfolio-details .ps-image ul li.social-icon {
  float: left;
  border: none;
  text-align: center;
  margin-right: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.rs-porfolio-details .ps-image ul li.social-icon i {
  line-height: 40px;
  width: 40px;
  height: 40px;
  border: 1px solid #000000;
  font-size: 15px;
}
.rs-porfolio-details .ps-informations {
  float: left;
}
.rs-porfolio-details .ps-share {
  margin-top: 40px;
}
.rs-porfolio-details .ps-share ul {
  margin: 0;
}
.rs-porfolio-details .ps-share .share-title {
  font-size: 20px;
  margin-bottom: 20px;
}
.rs-porfolio-details .ps-share ul li {
  display: inline-block;
  margin: 0 10px 14px 0;
}
.rs-porfolio-details .ps-share ul li a {
  font-size: 20px;
  display: block;
  width: 50px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #000000;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.rs-porfolio-details .ps-share ul li a:hover {
  background-color: #000000;
  color: #fff;
}
.rs-porfolio-details .project-desc {
  line-height: 30px;
}
.rs-porfolio-details .project-desc .ps-title {
  margin-bottom: 20px;
}
.rs-porfolio-details .ps-related-project {
  margin-top: 50px;
}
.rs-porfolio-details .ps-related-project .ps-related-title {
  font-size: 20px;
  margin-bottom: 30px;
}
.rs-porfolio-details .ps-related-project .portfolio-item {
  margin-bottom: 20px;
}
.ps-navigation {
  margin-top: 50px;
}
.ps-navigation ul {
  display: -webkit-flex;
  /* Safari */
  -webkit-justify-content: space-between;
  /* Safari 6.1+ */
  display: flex;
  justify-content: space-between;
  margin: 0 !important;
  list-style: none;
}
.ps-navigation ul a {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 27px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.single-teams .rs-porfolio-details {
  background: #fcfcfc;
  padding: 100px 0 72px;
}
.single-teams .rs-porfolio-details .project-desc {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 15px;
}
#rs-clients .client-logo img {
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  padding: 20px;
  -webkit-filter: grayscale(100%);
}
#rs-clients .client-logo img:hover {
  opacity: .9;
  border: 1px solid rgba(0, 0, 0, 0.26);
  -webkit-filter: grayscale(40%);
  filter: grayscale(40%);
}
/* ------------------------------------
    22. Blog Details
  ---------------------------------------*/
.rs-blog-details .bs-img {
  margin-bottom: 30px;
}
.rs-blog-details .tag-line {
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}
.rs-blog-details .tag-line i {
  font-size: 13px;
  margin-right: 5px;
}
.rs-blog-details .bs-info {
  margin-bottom: 15px;
}
.rs-blog-details .ps-navigation ul {
  list-style: none;
  margin: 0;
}
.rs-blog-details .bs-title {
  margin-top: 0px;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 5px;
}
.rs-blog-details .bs-meta {
  font-size: 16px;
  margin: 15px 0 0;
  padding: 0;
}
.rs-blog-details .bs-meta li {
  display: inline-block;
  line-height: 10px;
  margin-right: 15px;
}
.rs-blog-details .bs-meta li i {
  margin-right: 5px;
  color: #000000;
}
.rs-blog-details .bs-meta li a {
  color: #000000;
}
.rs-blog-details .bs-meta li.category-name ul {
  margin: 0;
  float: left;
  padding-left: 8px;
}
.rs-blog-details .bs-desc {
  margin-top: 20px;
  line-height: 32px;
}
.rs-blog-details .bs-desc p:last-child {
  margin-bottom: 5px;
}
.rs-blog-details .blockquote {
  padding-left: 30px;
  border-left: 5px solid #000000;
  display: block;
  background: rgba(0, 0, 0, 0.05);
  font-size: 18px;
  line-height: 1.5;
  margin: 25px 0;
}
.rs-blog-details .related-post {
  margin-top: 40px;
  padding: 0 15px;
}
.rs-blog-details .related-post .related-title {
  font-size: 20px;
  margin-bottom: 30px;
}
.rs-blog-details .related-post .blog-title {
  margin-bottom: 10px;
  font-size: 16px;
}
.rs-blog-details .related-post .blog-title a {
  color: #000000;
}
.rs-blog-details .related-post .blog-title a:hover {
  color: #000000;
}
.rs-blog-details .author-block {
  align-items: center;
  margin-top: 100px;
  border: 1px solid #eee;
  padding: 0 35px 35px;
  text-align: center;
}
.rs-blog-details .author-block .author-img {
  text-align: center;
  margin-top: -60px;
}
.rs-blog-details .author-block .author-img img {
  border-radius: 50%;
  width: 120px;
}
.rs-blog-details .author-block .author-title {
  margin: 15px 0;
  font-size: 20px;
  position: relative;
}
.rs-blog-details .author-block .author-title:after {
  background: #000000;
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  right: 0;
  width: 120px;
  height: 1px;
  margin: 0 auto;
}
.rs-blog-details .author-block .author-title a {
  color: #212121;
}
.rs-blog-details .author-block p {
  margin-bottom: 15px;
}
.rs-blog-details .comment-respond {
  margin-top: 0px;
}
.rs-blog-details .comments-title {
  font-size: 20px;
  margin-bottom: 30px;
}
.rs-blog-details #reply-title {
  font-size: 20px;
  margin-bottom: 30px;
  margin-top: 18px;
}
.rs-blog-details .comment-block {
  margin-top: 50px;
}
.rs-blog-details .comment-block .comment {
  padding: 25px;
  background: #fff;
  -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 35px;
}
.rs-blog-details .comment-block .comment .comment-header {
  margin-bottom: 10px;
}
.rs-blog-details .comment-block .comment .comment-header:before,
.rs-blog-details .comment-block .comment .comment-header:after {
  content: "";
  display: table;
}
.rs-blog-details .comment-block .comment .comment-header:after {
  clear: both;
}
.rs-blog-details .comment-block .comment img {
  float: left;
  margin-right: 15px;
}
.rs-blog-details .comment-block .comment h3 {
  margin: 5px 0 0 0;
  font-size: 16px;
  line-height: 22px;
}
.rs-blog-details .comment-block .comment .comment-body p.desc {
  margin-bottom: 10px;
}
.rs-blog-details .comment-block .comment .comment-reply {
  margin-bottom: 0;
}
blockquote {
  background: rgba(0, 0, 0, 0.05);
}
.btm-cate {
  overflow: hidden;
  list-style: none;
  margin: 0 0 50px;
  padding-top: 3px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f1f1f1;
}
.btm-cate li {
  float: left;
  margin-right: 25px;
}
.btm-cate li a {
  color: #000;
}
.btm-cate li a:hover {
  color: #000000;
}
.btm-cate .category-name i {
  margin-right: 5px;
  color: #000000;
}
.btm-cate .tag-line {
  position: relative;
  padding-left: 22px;
}
.btm-cate .tag-line::before {
  font-family: FontAwesome;
  content: "\f02b";
  position: absolute;
  left: 0;
  top: 2px;
  width: 14px;
  color: #000000;
}
.comment-respond .form-field {
  margin-bottom: 30px;
  position: relative;
}
.comment-respond .form-field i {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}
.comment-respond .form-field input {
  width: 100%;
  height: 50px;
  padding: 5px 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.comment-respond .form-field #comment {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.comment-respond .form-submit {
  clear: both;
  margin-bottom: 0;
}
.comment-respond .form-submit #submit {
  position: relative;
  display: inline-block;
  padding: 12px 30px;
  line-height: normal;
  background: #000000;
  color: #fff;
  transition: all 0.3s ease 0s;
  border: none;
  text-transform: uppercase;
}
.comment-respond .form-submit #submit:hover {
  background: #212121;
  color: rgba(255, 255, 255, 0.8);
}
.comments-area {
  margin-top: 40px;
}
.comments-area ol.children {
  padding: 0;
}
.comments-area .comment-list {
  margin: 0;
  padding: 0;
}
.comments-area .comment-list li.comment {
  padding: 20px 20px;
  background: #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
  margin: 20px 0;
  list-style: none;
}
.comments-area .comment-list li.comment .comment-author img {
  margin-right: 15px;
}
.comments-area .comment-list li.comment .comment-metadata {
  margin-left: 50px;
}
.comments-area .comment-list li.comment .comment-metadata a {
  color: #666666;
}
.comments-area .comment-list li.comment .comment-content {
  margin-top: 20px;
}
.comments-area .comment-list li.comment .reply a {
  position: relative;
  padding-left: 20px;
}
.comments-area .comment-list li.comment .reply a:before {
  content: "\f112";
  font-family: FontAwesome;
  left: 0px;
  position: absolute;
  top: 0;
}
.comments-area p.comment-form-author {
  float: left;
  width: 50%;
  padding-right: 10px;
}
.comments-area p.comment-form-author label {
  display: block;
}
.comments-area p.comment-form-author input {
  width: 100%;
  height: 50px;
  padding: 5px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.comments-area #commentform input,
.comments-area #commentform textarea {
  background: transparent;
  outline: none;
}
.comments-area p.comment-form-email {
  float: left;
  width: 50%;
}
.comments-area p.comment-form-email label {
  display: block;
}
.comments-area p.comment-form-email input {
  width: 100%;
  height: 50px;
  padding: 5px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.comments-area p.comment-form-url {
  clear: both;
}
.comments-area p.comment-form-url label {
  display: block;
}
.comments-area p.comment-form-url input {
  width: 100%;
  height: 50px;
  padding: 5px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.comments-area p.comment-form-comment {
  clear: both;
}
.comments-area p.comment-form-comment label {
  display: block;
}
.comments-area p.comment-form-comment textarea {
  width: 100%;
  height: 120px;
  padding: 5px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.comments-area [type="checkbox"] {
  margin-right: 9px;
  top: 2px;
  position: relative;
}
.comments-area .comment-navigation {
  overflow: hidden;
}
.comments-area .comment-navigation .nav-previous {
  position: relative;
  padding-left: 18px;
}
.comments-area .comment-navigation .nav-previous:before {
  content: "\f104";
  font-family: FontAwesome;
  font-style: normal;
  text-decoration: inherit;
  position: absolute;
  left: 0;
  top: 1px;
  color: #4caf50;
}
.comments-area .comment-navigation .nav-next {
  position: relative;
  padding-right: 18px;
}
.comments-area .comment-navigation .nav-next:before {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  text-decoration: inherit;
  position: absolute;
  right: 0;
  top: 1px;
  color: #4caf50;
}
.img-shadow {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.inner-page-title {
  padding-top: 70px;
}
/* Archive Post */
.archive-post {
  margin-bottom: 40px;
}
.archive-post .archive-item .blog-date {
  font-size: 14px;
}
.archive-post .archive-item .blog-date i {
  margin-right: 5px;
}
.archive-post .archive-item .blog-desc p {
  margin-bottom: 7px;
}
.archive-post .archive-item .blog-desc a:hover {
  color: #000000;
}
.readmore i {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.readmore:hover i {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}
/* ------------------------------------
    23. Blog Sidebar 
---------------------------------------*/
.bs-sidebar .widget-title {
  font-size: 22px !important;
  margin-bottom: 15px;
}
.bs-sidebar .widget:last-child {
  margin-bottom: 0;
}
.bs-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bs-sidebar ul a {
  color: #000000;
  transition: all 0.3s ease 0s;
}
.bs-sidebar ul a:hover {
  color: #000000;
}
.bs-sidebar .bs-search {
  overflow: hidden;
  position: relative;
}
.bs-sidebar .bs-search .search-wrap {
  position: relative;
}
.bs-sidebar .bs-search input {
  border: 1px solid #eee;
  color: #000000;
  padding: 10px;
  width: 100%;
}
.bs-sidebar .bs-search button {
  background: transparent;
  border: medium none;
  color: #999;
  padding: 8px 11px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  font-size: 20px;
  outline: none;
  width: auto;
}
.bs-sidebar .bs-search label {
  display: inline;
}
.bs-sidebar .widget_categories ul,
.bs-sidebar .widget_recent_entries ul,
.bs-sidebar .widget_archive ul,
.bs-sidebar .widget_meta ul {
  list-style: none;
}
.bs-sidebar .recent-post-widget .post-item {
  margin-bottom: 20px;
}
.bs-sidebar .recent-post-widget .post-desc {
  padding: 15px 0;
}
.bs-sidebar .recent-post-widget .post-desc a {
  display: block;
  font-size: 17px;
  color: #747474;
  transition: all 0.3s ease 0s;
}
.bs-sidebar .recent-post-widget .post-desc a:hover {
  color: #000000;
}
.bs-sidebar .recent-post-widget .post-desc span {
  display: block;
  font-size: 13px;
  color: #888;
}
.bs-sidebar .tagcloud a {
  display: inline-block;
  margin: 10px 3px 0px 0;
  line-height: 20px;
  padding: 6px 12px;
  font-size: 13px !important;
  text-transform: capitalize;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background: #000000;
  color: #fff;
  border-radius: 2px;
}
.bs-sidebar .tagcloud a:hover {
  background-color: #212121;
  color: #fff;
}
.widget ul li {
  position: relative;
  padding: 9px 0 9px 0;
  border-top: 1px solid #f5f5f5;
}
.widget ul li:first-child {
  border-top: 0;
}
.page-header {
  margin: 0 0 20px;
}
.page-header h1 {
  margin-top: 0;
}
.bs-search {
  overflow: hidden;
  position: relative;
}
.bs-search input {
  border: 1px solid #eee;
  color: #000000;
  padding: 10px;
  width: 100%;
}
.bs-search button {
  background: transparent;
  border: medium none;
  color: #999;
  padding: 8px 11px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  font-size: 20px;
  outline: none;
}
.bs-search label {
  display: inline;
}
article.sticky .blog-title a {
  color: #000000;
  position: relative;
  padding-left: 25px;
}
article.sticky .blog-title a:after {
  font-family: FontAwesome;
  content: "\f08d";
  position: absolute;
  left: 0;
  top: -2px;
  color: #000000;
  font-size: 25px;
}
/* ------------------------------------
    24. Blog Pagination
---------------------------------------*/
.pagination-area {
  overflow: hidden;
  clear: both;
  text-align: center;
}
.pagination-area .nav-links {
  text-align: center;
}
.pagination-area .nav-links span.current {
  padding: 5px 15px;
  line-height: 40px;
  background: transparent;
  border: 1px solid #000000;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  text-align: center;
  background: #000000;
  color: #ffffff;
}
.pagination-area .nav-links a {
  padding: 5px 15px;
  line-height: 40px;
  background: transparent;
  border: 1px solid #000000;
  color: #000000;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  text-align: center;
}
.pagination-area .nav-links a:hover {
  background: #000000;
  color: #ffffff;
}
.pagination-area .nav-links &gt; * {
  margin: 4px;
}
/* ------------------------------------
    26. Preloader CSS
---------------------------------------*/
#loader-wrapper {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
#loader-wrapper #loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #000;
  -webkit-animation: spin 2s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 2s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
  z-index: 99999;
}
#loader-wrapper #loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #fff;
  -webkit-animation: spin 3s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 3s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}
#loader-wrapper #loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #ff0;
  -webkit-animation: spin 1.5s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 1.5s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #4caf50;
  z-index: 99998;
}
#loader-wrapper .loader-section.section-left {
  left: 0;
}
#loader-wrapper .loader-section.section-right {
  right: 0;
}
/* Loaded styles */
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(-100%);
  /* IE 9 */
  transform: translateX(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}
.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(100%);
  /* IE 9 */
  transform: translateX(100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}
.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.3s ease-out;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}
.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateY(-100%);
  /* IE 9 */
  transform: translateY(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.3s 1s ease-out;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.3s 1s ease-out;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}
/*unit test css*/
.footer-top {
  padding-top: 70px;
  padding-bottom: 34px;
}
.footer-top ul {
  list-style: none !important;
  margin: 0 !important;
}
.footer-top li {
  list-style: none;
}
h2 .rsswidget {
  color: #fff !important;
}
.single .tag-line a {
  display: inline-block;
  font-size: 13px;
  line-height: normal;
  text-transform: uppercase;
}
.single .tag-line a + a {
  margin-left: 5px;
}
.single .tag-line a:hover {
  color: #000000;
}
ul.sidenav li.page_item_has_children {
  position: relative;
}
ul.sidenav li.page_item_has_children &gt; a:before {
  font-family: FontAwesome;
  content: "\f107";
  position: absolute;
  right: 8px;
  top: 11px;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
}
.entry-footer {
  padding-top: 20px;
}
.entry-footer span {
  margin-right: 10px;
}
#page {
  word-wrap: break-word;
}
.comments-area .comment-list li.comment .comment-author img {
  padding-top: 12px;
}
.archive .display-table {
  word-wrap: break-word;
  display: block;
}
.breadcrumbs-inner {
  max-width: 1170px;
  margin: 0 auto;
}
blockquote {
  border-color: #000000;
}
mark,
ins {
  background: #000000;
  color: #fff;
  padding: 0 4px;
}
code {
  background: #000000;
  color: #fff;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #000000;
  border: 0;
  color: #fff;
  padding: 9px 30px;
  font-size: 15px;
  text-transform: uppercase;
  outline: none;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  opacity: 0.85;
}
.post-password-required input[type="submit"] {
  margin-left: -4px;
  border-radius: 0 3px 3px 0;
  padding: 13px 20px 14px;
}
input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"] {
  padding: 10px 14px;
  border: none;
  background: #f1f1f1;
  outline: none;
  width: 100%;
  height: 50px;
}
input[type="submit"] {
  transition: 0.3s ease all;
}
textarea {
  padding: 10px 14px;
  border: none;
  background: #f1f1f1;
  outline: none;
  width: 100%;
  height: 120px;
}
.entry-content .page-links {
  padding-top: 30px;
}
.comment-reply-title {
  font-size: 20px;
  margin-top: 14px;
}
.page-links span {
  border: 1px solid #000000;
  padding: 3px 12px;
  font-size: 18px;
  margin: 0 0 0 5px;
  background: #000000;
  color: #fff;
}
.page-links a span {
  background: transparent !important;
  color: #000000;
}
.page-links span:hover {
  background: #000000 !important;
  color: #fff;
}
.single-post h2 {
  margin-top: 25px;
}
.single-post .bs-sidebar h2 {
  margin-top: 0;
}
.comment-list .pingback,
.comment-list .trackback {
  list-style: none;
  padding-bottom: 15px;
  padding-top: 15px;
}
.rs-blog-details .bs-meta li.category-name a {
  line-height: 22px;
}
li.category-name ul.post-categories {
  position: relative;
  float: none !important;
  padding-left: 22px !important;
}
li.category-name ul.post-categories:before {
  content: "\f115";
  font-family: FontAwesome;
  font-style: normal;
  text-decoration: inherit;
  position: absolute;
  left: 0;
  top: 7px;
  color: #000000;
}
.format-aside .single-content-full .bs-desc {
  margin-top: 0;
}
.error404 .rs-footer {
  margin: 0;
}
/* ------------------------------------
    27. TEAM
---------------------------------------*/
/* -----------------------
    11. Team Member
--------------------------*/
.rs-team .team-item {
  position: relative;
  overflow: hidden;
}
.rs-team .team-item .team-img img {
  width: 100%;
  transition: all 0.5s;
}
.rs-team .team-item .team-content {
  text-align: center;
  z-index: 10;
  padding: 30px;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  position: relative;
}
.rs-team .team-item .team-content:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #000000;
  z-index: -1;
  -webkit-transition: .25s opacity ease;
  transition: .25s opacity ease;
}
.rs-team .team-item .team-content h3.team-name a:hover {
  color: #fff;
}
.rs-team .team-item i {
  font-size: 52px;
  margin-bottom: 20px;
  color: #fff;
}
.rs-team .team-item i.fa-users {
  display: none;
}
.rs-team .team-item .team-name {
  margin-bottom: 0;
  font-size: 18px;
  color: #fff;
  line-height: 25px !important;
}
.rs-team .team-item .team-name a {
  color: #fff;
}
.rs-team .team-item .team-name a:hover {
  color: #ffce00 !important;
}
.rs-team .team-item .team-title {
  font-size: 12px;
  color: #fff;
}
.rs-team .team-item .team-desc {
  color: #fff;
  margin-bottom: 0;
}
.rs-team .team-item .team-social {
  position: absolute;
  bottom: 130px;
  width: 100%;
  text-align: center;
  z-index: 100;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%) scale(0.5);
  -webkit-transition: .4s all ease;
  transition: .4s all ease;
}
.rs-team .team-item .team-social .social-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #fff !important;
  margin-right: 6px;
  border-radius: 50%;
}
.rs-team .team-item .team-social .social-icon i {
  font-size: 14px;
  color: #fff !important;
  transition: all 0.3s ease 0s;
}
.rs-team .team-item .team-social .social-icon:hover {
  background: rgba(0, 0, 0, 0.7);
}
.rs-team .team-item:hover .team-content {
  opacity: 1;
  top: 0;
}
.rs-team .team-item:hover .team-img img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.rs-team .team-item:hover .team-social {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}
.rs-team .team-gird .inner {
  margin: 0 15px;
  position: relative;
  overflow: hidden;
}
.rs-team .team-gird .team-item {
  border: none;
  margin-bottom: 25px;
  padding: 0;
}
.rs-team .team-carousel .team-desc {
  border: none;
  position: relative;
  margin: 0;
  padding: 0;
}
.rs-team .team-carousel .team-title {
  font-size: 15px;
}
.rs-team .team-style2 .team-social {
  position: relative;
  bottom: 0;
  padding: 10px 0;
}
.rs-team .team-style2 .team-desc {
  padding: 0;
  margin: 0;
  border: none;
}
.rs-team .team-style2 .team-content {
  top: 0;
  transform: scaleX(0);
}
.rs-team .team-style2:hover .team-content {
  transform: scaleX(1);
}
.rs-team .team-style3 .team-social {
  opacity: 1;
  transform: translateX(-50%) scale(1);
  position: relative;
  bottom: 0;
  padding: 10px 0;
}
.rs-team .team-style3 .team-desc {
  padding: 0;
  margin: 0;
  border: none;
}
.rs-team .team-style3 .team-content {
  top: 92%;
  opacity: 1;
}
.rs-team .team-style3 .team-content .display-table {
  position: relative;
}
.rs-team .team-style3 .team-content .display-table:before {
  content: "\f102";
  font-family: FontAwesome;
  left: auto;
  text-align: center;
  position: absolute;
  top: -25px;
  color: #fff;
  font-size: 18px;
  width: 100%;
}
.rs-team .team-style4 .inner {
  padding: 7px 0 34px;
}
.rs-team .team-style4 .team-social {
  opacity: 1;
  transform: translateX(-50%) scale(1);
  position: relative;
  bottom: 0;
  padding: 10px 0;
  text-align: left;
}
.rs-team .team-style4 .team-desc {
  padding: 0;
  margin: 0;
  border: none;
}
.rs-team .team-style4 .team-content {
  padding: 0 0 0 25px;
  top: 0;
  opacity: 1;
  color: #444;
  text-align: left;
}
.rs-team .team-style4 .team-content .team-desc {
  color: #444;
}
.rs-team .team-style4 .team-content:before {
  opacity: 0;
}
.rs-team .team-style4 .team-content .team-name {
  font-size: 25px;
  text-transform: uppercase;
}
.rs-team .team-style4 .team-content .team-name a:hover {
  color: #444 !important;
}
.rs-team .team-style4 .team-content .team-title {
  font-size: 16px;
  display: block;
  margin: 15px 0 0;
  position: relative;
}
.rs-team .team-style4 .team-content .team-desc {
  line-height: 30px;
  margin: 10px 0 10px;
}
.single-teams .ps-informations {
  padding-left: 10px;
}
.single-teams .ps-informations .info-title {
  font-size: 30px !important;
}
.single-teams .ps-informations ul li {
  font-size: 14px;
  color: #000;
}
.single-teams .ps-informations ul li span {
  font-weight: bold;
  color: #000;
  font-size: 15px;
}
.single-teams .ps-informations ul li.social-icon {
  float: left;
  border: none;
  text-align: center;
  margin-right: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.single-teams .ps-informations ul li.social-icon i {
  line-height: 40px;
  width: 40px;
  height: 40px;
  border: 1px solid #000000;
  font-size: 15px;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: block !important;
}
#page .rs-team .team-item .team-social .social-icon {
  background: #fff !important;
}
#page .rs-team .team-item .team-social .social-icon i {
  color: #000000 !important;
}
#page .rs-team .team-item .team-social .social-icon:hover i {
  color: #ffce00 !important;
}
/* ------------------------------------
    28. Floating Bar
---------------------------------------*/
.floating-bar {
  padding: 0 60px;
  z-index: 99999 !important;
  box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.2);
}
.floating-bar .floating-contact {
  overflow: hidden;
  width: 30%;
}
.floating-bar .floating-contact ul {
  margin: 0;
  list-style-type: none;
  text-align: right;
}
.floating-bar .floating-contact ul li {
  display: inline-block;
  margin-right: 14px;
}
.floating-bar .floating-contact ul li .fa-mobile {
  font-size: 26px;
}
.floating-bar .floating-contact ul li a {
  font-size: 18px;
}
.floating-bar .floating-share {
  width: 70%;
  float: left;
}
.floating-bar .floating-share ul {
  margin: 0;
  list-style-type: none;
}
.floating-bar .floating-share ul li {
  display: inline-block;
  margin-left: 25px;
}
.floating-bar .floating-share ul li:first-child {
  margin-left: 0;
}
.floating-bar .floating-share ul li a {
  font-size: 18px;
}
.floating-bar.left {
  width: 100vh;
  position: fixed;
  left: 0;
  bottom: 0;
  height: 80px;
  background: #fff;
  z-index: 999;
  display: none;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: rotateZ(-90deg) translateY(100%);
  transform: rotateZ(-90deg) translateY(100%);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.floating-bar.left ul li {
  -webkit-transform: rotateZ(90deg) translateY(100%);
  transform: rotateZ(90deg) translateY(100%);
}
.floating-bar.right {
  width: 100vh;
  position: fixed;
  right: 0;
  bottom: 0;
  height: 80px;
  background: #fff;
  z-index: 999;
  display: none;
  -webkit-transform-origin: left bottom;
  transform-origin: right bottom;
  -webkit-transform: rotateZ(90deg) translateY(100%);
  transform: rotateZ(90deg) translateY(100%);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.floating-bar.right .floating-contact ul {
  text-align: center;
}
.floating-bar.right ul li {
  -webkit-transform: rotateZ(-90deg) translateY(100%);
  transform: rotateZ(-90deg) translateY(100%);
}
.floating-bar.bottom {
  width: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  height: 80px;
  background: #fff;
  z-index: 999;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.floating-bar.left.show,
.floating-bar.right.show {
  display: flex !important;
}
.icon-left {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateX(-50%);
  z-index: 99999;
  cursor: pointer;
  transition: all 0.5s;
}
.icon-left:after {
  content: "\e048";
  position: absolute;
  font-family: "linea-arrows-10";
  left: 0;
  font-size: 28px !important;
  bottom: 0;
  display: block;
  background: #363434;
  color: #fff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 600;
}
.icon-left.float-close {
  position: fixed;
  top: 50%;
  left: 79px;
  transform: translateX(-50%);
  z-index: 99999;
  cursor: pointer;
}
.icon-left.float-close:after {
  content: "\e04a";
}
.icon-right {
  position: fixed;
  top: 50%;
  right: 39px;
  transform: translateX(-50%);
  z-index: 99999;
  cursor: pointer;
  transition: all 0.5s;
}
.icon-right:after {
  content: "\e048";
  position: absolute;
  font-family: "linea-arrows-10";
  left: 0;
  font-size: 28px !important;
  bottom: 0;
  display: block;
  background: #363434;
  color: #fff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 600;
}
.icon-right.float-close {
  position: fixed;
  top: 50%;
  right: 118px;
  transform: translateX(-50%);
  z-index: 99999;
  cursor: pointer;
}
.icon-right.float-close:after {
  content: "\e04a";
}
</pre></body></html>