@charset "utf-8";
/**
*
* -----------------------------------------------------------------------------
*
* Template : Appone - App Landing 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
15. Contact Us
16. Footer
17. Scroll Up
18. Video
19. Counter up
20. Breadcrumbs
21. Portfolio Details
25. Home Banner
26. Preloader
27. FAQ
--------------------------------------------------------*/
/*contact layout*/
input[type="text"],
input[type="number"],
input[type="email"],
input[type="submit"],
input[type="url"],
input[type="password"] {
  border: none;
  padding: 10px 18px;
}
textarea {
  border: none;
  padding: 10px 18px;
  height: 150px;
}
input[type="text"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="password"] {
  height: 45px;
}
input[type="submit"] {
  background: #5c3bd3;
}
/* -----------------------
    15. Contact Us
--------------------------*/
#rs-contact {
  background: #f6f6f6;
  position: relative;
}
#rs-contact .contact-form .col-md-12 {
  padding: 0;
  margin-bottom: 22px;
}
#rs-contact .contact-form .col-md-12 .wpcf7-text,
#rs-contact .contact-form .col-md-12 textarea {
  width: 100%;
}
#rs-contact .contact-form .col-md-12 textarea {
  height: 120px;
}
#rs-contact .contact-form .wpcf7-submit {
  height: 55px;
}
#rs-contact .wpb_text_column {
  margin: 0;
}
#rs-contact .address h3 {
  margin: -5px 0 3px;
  font-size: 20px;
  line-height: 22px;
}
#rs-contact .address .vc_icon_element {
  margin: 30px 0 36px;
  background: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
  transition: all .5s ease;
}
#rs-contact .address .vc_icon_element:hover {
  background: #5c3bd3;
}
#rs-contact .address .vc_icon_element:hover .vc_icon_element-icon:before {
  color: #fff !important;
}
/* Blog Design */
#blog-home .cat_name {
  display: none;
}
#blog-home .blog-meta .blog-title {
  font-size: 20px;
  margin: 12px 0 0;
  font-weight: 500;
}
#blog-home .blog-meta .blog-title a {
  color: #444;
}
#blog-home .blog-meta .blog-title a:hover {
  color: #5c3bd3;
}
.full-blog-content {
  padding: 20px 20px 25px;
}
.full-blog-content .blog-title {
  font-size: 22px;
  margin: 0 0 10px;
  line-height: 30px;
}
.full-blog-content .blog-title a {
  color: #000;
}
.full-blog-content:hover a {
  color: #5c3bd3;
}
body.blog,
body.archive {
  background: #f9f9f9 !important;
}
.archive .rs-blog .blog-item {
  margin-bottom: 50px;
  background: #fff;
}
.blog .rs-blog .blog-item {
  margin-bottom: 50px;
  background: #fff;
}
.blog .rs-blog .blog-item .blog-img {
  position: relative;
  overflow: hidden;
}
.blog .rs-blog .blog-item .blog-img .blog-img-content {
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  text-align: center;
  z-index: 10;
  padding: 0px;
  opacity: 1;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.blog .rs-blog .blog-item .blog-img .blog-img-content:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  background: #5c3bd3;
  opacity: 0.8;
  z-index: -1;
  -webkit-transition: .25s opacity ease;
  transition: .25s opacity ease;
}
.blog .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%;
  background: #fff;
  transition: all .3s ease 0s;
}
.blog .rs-blog .blog-item .blog-img .blog-img-content .blog-link:hover {
  opacity: 0.75;
}
.blog .rs-blog .blog-item .blog-img .blog-img-content .blog-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
  margin-top: 15px;
  color: #5c3bd3;
  margin-bottom: 0;
}
.blog .rs-blog .blog-item .blog-img .blog-img-content .blog-title a {
  color: #5c3bd3;
}
.blog .rs-blog .blog-item .blog-img .blog-img-content .blog-title a:hover {
  color: #444;
}
.blog .rs-blog .blog-item .blog-img:hover .blog-img-content {
  top: 0%;
}
.blog .rs-blog .blog-item .blog-img:hover .blog-img-content:before {
  top: 0;
}
.widget-title a {
  color: #fff;
}
.widget-title a:hover {
  color: #fff;
}
.widget-title a:visited {
  color: #fff;
}
/* -----------------------
    14. Blog Post
--------------------------*/
.rs-blog .grid-blog {
  margin-top: 50px;
}
.rs-blog .blog-item {
  margin-bottom: 30px;
}
.rs-blog .blog-item .blog-img {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}
.rs-blog .blog-item .blog-img .blog-img-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 0;
  text-align: center;
  z-index: 10;
  padding: 20px;
  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;
  height: 100%;
  width: 100%;
  background: #5c3bd3;
  opacity: 0.8;
  z-index: -1;
  -webkit-transition: .25s opacity ease;
  transition: .25s opacity ease;
  display: block;
}
.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%;
  background: #fff;
  transition: all .3s ease 0s;
}
.rs-blog .blog-item .blog-img .blog-img-content .blog-link:hover {
  background: #5c3bd3;
  color: #fff !important;
}
.rs-blog .blog-item .blog-img .blog-img-content .blog-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  margin-top: 15px;
  color: #fff;
  margin-bottom: 0;
}
.rs-blog .blog-item .blog-img .blog-img-content .blog-title a {
  color: #fff;
}
.rs-blog .blog-item .blog-img .blog-img-content .blog-title a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.rs-blog .blog-item .blog-meta {
  transition: all 0.3s ease 0s;
}
.rs-blog .blog-item .blog-meta .blog-date {
  display: inline-block;
  font-weight: 400;
  color: #000;
  font-size: 13px;
}
.rs-blog .blog-item .blog-meta .blog-date i {
  color: #999;
  margin-right: 5px;
  font-size: 12px;
}
.rs-blog .blog-item .blog-meta .blog-lc {
  float: right;
}
.rs-blog .blog-item .blog-meta .blog-lc > div {
  display: inline-block;
}
.rs-blog .blog-item .blog-meta .blog-lc > div:first-child {
  margin-right: 10px;
}
.rs-blog .blog-item .blog-author {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.rs-blog .blog-item .blog-author .author-img {
  float: left;
}
.rs-blog .blog-item .blog-author .author-img img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
}
.rs-blog .blog-item .blog-author .author-info {
  margin-left: 15px;
}
.rs-blog .blog-item .blog-author .author-info .author-name {
  font-size: 15px;
  margin-bottom: 0;
}
.rs-blog .blog-item .blog-author .author-info .author-title {
  font-size: 12px;
}
.rs-blog .blog-item .blog-desc {
  margin: 16px 0;
  clear: both;
  line-height: 25px;
}
.rs-blog .blog-item .blog-desc p {
  margin-bottom: 0;
}
.rs-blog .blog-item .blog-button a {
  color: #444;
  transition: all 0.3s ease 0s;
}
.rs-blog .blog-item:hover .blog-button a {
  color: #5c3bd3;
}
.rs-blog .blog-item:hover .blog-img-content {
  top: 0;
  opacity: 1;
}
.rs-blog .full-layout {
  width: 100%;
}
.rs-blog .sidebar-none {
  display: none;
}
.rs-blog .owl-nav {
  display: none;
}
.comment i {
  color: #999;
  font-size: 12px;
}
.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 {
  text-transform: uppercase;
  background: transparent;
  color: #999;
  border-radius: 3px;
  font-weight: bold;
}
.ps-navigation ul a span {
  display: block;
  font-weight: normal;
  text-transform: capitalize;
}
.ps-navigation ul a span.pagi-date {
  font-size: 12px;
  color: #ccc;
}
.ps-navigation ul a span.pagi-date:hover {
  color: #2f2f2f;
}
.ps-navigation ul a:hover {
  color: #2f2f2f;
}
.ps-navigation ul a:hover span {
  color: #2f2f2f !important;
}
.ps-navigation ul li:nth-child(2) {
  text-align: right;
}
/* ------------------------------------
    22. Blog Details
  ---------------------------------------*/
.rs-blog-details .type-post {
  background: #fafafa;
}
.rs-blog-details .type-post .single-content-full {
  padding: 20px;
  overflow: hidden;
}
.rs-blog-details .type-post .single-content-full .bs-desc img {
  box-shadow: 0 0 10px #999;
}
.rs-blog-details .type-post .tag-line {
  background: #f1f1f1;
  padding: 20px;
  font-weight: bold;
}
.rs-blog-details .type-post .tag-line a {
  font-weight: 400;
}
.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: 13px;
  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: #999;
  font-size: 12px;
}
.rs-blog-details .bs-meta li a {
  color: #666666;
}
.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 #444;
  display: block;
  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;
  font-weight: 500;
  margin-bottom: 30px;
}
.rs-blog-details .related-post .blog-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}
.rs-blog-details .related-post .blog-title a {
  color: #444;
}
.rs-blog-details .related-post .blog-title a:hover {
  color: #5c3bd3;
}
.rs-blog-details .author-block {
  align-items: center;
  margin-top: 100px;
  border: 1px solid #5c3bd3;
  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: #5c3bd3;
  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;
  margin-bottom: 30px;
}
.rs-blog-details .comments-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}
.rs-blog-details #reply-title {
  font-size: 20px;
  font-weight: 500;
  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;
}
.btm-cate {
  overflow: hidden;
  list-style: none;
  background: #f1f1f1;
  margin: 0;
  padding: 20px;
}
.btm-cate li {
  float: left;
  margin-right: 25px;
}
.btm-cate li a {
  color: #000;
}
.btm-cate li a:hover {
  color: #5c3bd3;
}
.btm-cate .category-name i {
  margin-right: 5px;
  color: #999;
}
.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: #999999;
}
.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;
}
.comment-respond .form-submit #submit {
  position: relative;
  display: inline-block;
  padding: 12px 30px;
  line-height: normal;
  color: #fff;
  transition: all 0.3s ease 0s;
  border: none;
  text-transform: uppercase;
}
.comment-respond .form-submit #submit:hover {
  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.2);
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  margin: 20px 0;
  list-style: none;
}
.comments-area .comment-list li.comment .comment-author img {
  margin-right: 15px;
  padding-top: 13px;
}
.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 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 .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;
  font-weight: 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;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  right: 0;
  top: 1px;
  color: #4caf50;
}
.inner-page-title {
  padding-top: 70px;
}
/* ------------------------------------
    23. Blog Sidebar 
---------------------------------------*/
.bs-sidebar .widget-title {
  background: #5c3bd3;
  color: #fff;
  padding: 11px 10px 10px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
}
.bs-sidebar .widget:last-child {
  margin-bottom: 0;
}
.bs-sidebar .widget-title {
  font-weight: 600;
  margin-bottom: 25px;
}
.bs-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bs-sidebar ul a {
  color: #666666;
  transition: all 0.3s ease 0s;
}
.bs-sidebar ul a:hover {
  color: #5c3bd3;
}
.bs-sidebar .bs-search {
  overflow: hidden;
  position: relative;
}
.bs-sidebar .bs-search input {
  border: 1px solid #5c3bd3;
  color: #000000;
  padding: 10px;
  width: 100%;
}
.bs-sidebar .bs-search button {
  background: transparent;
  border: medium none;
  color: #5c3bd3;
  padding: 8px 11px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  font-size: 20px;
  outline: none;
}
.bs-sidebar .bs-search label {
  display: inline;
  font-weight: normal;
}
.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: #444444;
  transition: all 0.3s ease 0s;
}
.bs-sidebar .recent-post-widget .post-desc a:hover {
  color: #5c3bd3;
}
.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: #5c3bd3;
  color: #fff;
  border-radius: 2px;
}
.bs-sidebar .tagcloud a:hover {
  background-color: #5c3bd3;
  color: #fff;
}
.widget ul li {
  position: relative;
  padding: 9px 0 9px 15px;
  border-top: 1px solid #f5f5f5;
}
.widget ul li:first-child {
  border-top: 0;
}
.widget ul li:before {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  left: 0;
  top: auto;
  color: #5c3bd3;
}
.page-header {
  margin: 0 0 20px;
}
.page-header h1 {
  margin-top: 0;
}
.bs-search {
  overflow: hidden;
  position: relative;
}
.bs-search input {
  border: 1px solid #5c3bd3;
  color: #000000;
  padding: 10px;
  width: 100%;
}
.bs-search button {
  background: transparent;
  border: medium none;
  color: #5c3bd3;
  padding: 8px 11px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  font-size: 20px;
  outline: none;
}
.bs-search label {
  display: inline;
  font-weight: normal;
}
article.sticky .blog-title a {
  color: #5c3bd3;
  position: relative;
  padding-left: 25px;
}
article.sticky .blog-title a:after {
  font-family: FontAwesome;
  content: "\f08d";
  position: absolute;
  left: 0;
  top: 2px;
  color: #5c3bd3;
  font-size: 25px;
}
.archive-post h3.blog-title a {
  color: #000;
}
.archive-post h3.blog-title a:hover {
  color: #5c3bd3;
}
/* ------------------------------------
    24. Blog Pagination
---------------------------------------*/
.pagination-area {
  padding-top: 0px;
  overflow: hidden;
  clear: both;
}
.pagination-area .pagination {
  padding: 0;
  margin: 0 0 0 14px;
}
.pagination-area .nav-links {
  text-align: center;
}
.pagination-area .nav-links span.current {
  padding: 8px 15px;
  line-height: 40px;
  background: transparent;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  text-align: center;
  background: #5c3bd3;
  color: #ffffff;
}
.pagination-area .nav-links a {
  padding: 8px 15px;
  line-height: 40px;
  color: #000000;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  text-align: center;
  background: #f1f1f1;
}
.pagination-area .nav-links a:hover {
  background: #5c3bd3;
  color: #ffffff !important;
}
.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;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  left: 0;
  top: 7px;
  color: #5c3bd3;
}
/* -----------------------------------
    01. General CSS
-------------------------------------*/
html,
body {
  font-size: 15px;
  color: #666666;
  font-family: 'Open Sans', sans-serif;
  vertical-align: baseline;
  line-height: 26px;
  font-weight: 400;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  color: #212121;
  margin: 0 0 26px;
  font-weight: 700;
}
h1 {
  font-size: 38px;
  line-height: 46px;
}
h2 {
  font-size: 33px;
  line-height: 40px;
}
h3 {
  font-size: 28px;
  line-height: 36px;
}
h4 {
  font-size: 25px;
  line-height: 32px;
}
h5 {
  font-size: 21px;
  line-height: 28px;
}
h6 {
  font-size: 18px;
  line-height: 26px;
}
a {
  color: #5c3bd3;
  transition: all 0.3s ease 0s;
  text-decoration: none !important;
  outline: none !important;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #4628b3;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
::-moz-selection {
  background: #5c3bd3;
  text-shadow: none;
  color: #ffffff;
}
::selection {
  background: #5c3bd3;
  text-shadow: none;
  color: #ffffff;
}
.sec-spacer {
  padding: 100px 0;
}
.sec-color {
  background-color: #f9f9f9;
}
.primary-bg {
  background: #5c3bd3;
}
.bg-fixed {
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.home .entry-header {
  display: none;
}
.main-contain #content {
  padding-top: 100px;
  padding-bottom: 100px;
}
/* ------------------------------------
    02. Global Class
---------------------------------------*/
.sec-title h4 {
  font-size: 15px;
  margin-bottom: 8px;
  color: #5c3bd3;
  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 {
  position: relative;
  display: inline-block;
  padding: 12px 30px;
  line-height: normal;
  background: #5c3bd3;
  color: #fff;
  transition: all 0.3s ease 0s;
  text-transform: uppercase;
  border-radius: 3px;
}
.readon:hover,
.readon:focus {
  background: #4628b3;
  color: rgba(255, 255, 255, 0.8);
}
.readon.border {
  background: transparent;
  border: 1px solid #5c3bd3;
  color: #fff;
}
.readon.border:hover {
  color: #fff;
  opacity: .8;
}
.readon.border.white {
  border-color: #fff;
  color: #fff;
}
.readon.border.white:hover {
  color: #5c3bd3;
  background: #fff;
}
/*--------------------------------------------------------------

## Links

--------------------------------------------------------------*/
a {
  color: #5c3bd3;
}
a:visited {
  color: #5c3bd3;
}
a:hover,
a:focus,
a:active {
  color: #444;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
/*--------------------------------------------------------------

--------------------------------------------------------------*/
/* ---------------------------
    03.Header Section 
------------------------------*/
#rs-header {
  width: 100%;
  z-index: 9999;
}
#rs-header .quote-button {
  position: absolute;
  right: 0;
  color: #fff;
  top: 13px;
  text-transform: uppercase;
  border: 2px solid #fff;
  border-radius: 35px;
  padding: 5px 15px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}
#rs-header .quote-button:hover {
  background: #fff;
  color: #212121 !important;
}
#rs-header .quote-button .quote-button:visited {
  color: #fff;
}
#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.3;
  background: #5c3bd3;
  background: -moz-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: -webkit-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: -ms-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: linear-gradient(60deg, #5c3bd3, #4319dd);
}
#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: #fff;
}
#rs-header .toolbar-area .toolbar-contact ul li i {
  font-weight: 600;
  font-size: 14px;
  margin-right: 10px;
  color: #fff;
}
#rs-header .toolbar-area .toolbar-contact ul li a {
  transition: all 0.3s ease 0s;
  color: #fff;
}
#rs-header .toolbar-area .toolbar-contact ul li a:hover {
  color: rgba(255, 255, 255, 0.7);
}
#rs-header .toolbar-area .toolbar-sl-share ul {
  text-align: right;
  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: #fff;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
#rs-header .toolbar-area .toolbar-sl-share ul li a:hover {
  color: rgba(255, 255, 255, 0.7);
}
#rs-header .toolbar-area .toolbar-sl-share ul li a i {
  text-align: center;
  display: inline-block;
}
#rs-header .toolbar-area .toolbar-sl-share ul li a.quote-button {
  font-size: 14px;
  padding: 0 14px;
  background-color: #fff;
  color: #666;
  border-radius: 2px;
}
#rs-header.default_header .toolbar-area:before {
  opacity: 1;
}
#rs-header .logo-area {
  line-height: 70px;
  position: relative;
  z-index: 9;
  float: left;
  margin-right: 20px;
}
#rs-header .logo-area a {
  font-weight: 700;
  color: #5c3bd3;
  transition: all 0.3s ease 0s;
}
#rs-header .logo-area a img {
  display: inline-block;
  vertical-align: middle;
}
.sticky-logo {
  display: none;
}
.sticky .logo-area {
  display: none;
}
.sticky .logo-area.sticky-logo {
  display: block;
}
#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 {
  color: #fff;
  font-size: 20px;
}
.sidenav {
  overflow-y: auto;
  float: none;
  background: #5c3bd3;
  background: -moz-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: -webkit-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: -ms-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: linear-gradient(60deg, #5c3bd3, #4319dd);
  list-style: none;
  width: 310px;
  height: 100vh;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  padding-top: 20px;
  font-size: 11px;
  z-index: 99999;
  opacity: 0.9;
  -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-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-color: rgba(255, 255, 255, 0.3) !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 {
  padding: 8px 12px;
  color: #fff;
  background: transparent;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.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 a {
  font-size: 0;
  text-align: center;
  display: inline-block;
  border: 2px solid #fff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 100%;
  margin-right: 10px;
  position: relative;
}
.sidenav .nav-close-menu-li a:after,
.sidenav .nav-close-menu-li a:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 14px;
  background-color: #fff;
  top: 9px;
}
.sidenav .nav-close-menu-li a:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sidenav .nav-close-menu-li a:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sidenav .nav-close-menu-li a:hover {
  background: #fff;
  color: #000;
  border-color: #fff;
}
.sidenav .nav-close-menu-li a:hover:after,
.sidenav .nav-close-menu-li a:hover:before {
  background-color: #5c3bd3;
}
.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 20px;
  display: block;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.sidenav .widget_nav_menu ul li a:hover {
  background: #5c3bd3;
  background: -moz-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: -webkit-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: -ms-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: linear-gradient(60deg, #5c3bd3, #4319dd);
  opacity: 0.7;
}
.sidenav .widget_nav_menu ul li:before {
  display: none;
}
.sidenav .bs-search button {
  padding: 5px 11px;
}
.mobile-menu-container .nav-close-menu-li {
  padding-top: 50px;
}
.mobile-menu-container .nav-close-menu-li a {
  padding: 0;
}
.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.1);
}
.mobile-menu-container ul li a:hover {
  background: #5c3bd3;
  background: -moz-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: -webkit-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: -ms-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: linear-gradient(60deg, #5c3bd3, #4319dd);
  opacity: 0.95;
}
.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 ul.menu li.menu-item-has-children a:before {
  font-family: FontAwesome;
  content: "\f107";
  position: absolute;
  right: 10px;
  top: 7px;
  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;
}
ul.sidenav ul.menu ul.sub-menu a:before {
  display: none;
}
body.search input[type="search"] {
  border: 1px solid #5c3bd3;
  font-weight: 400;
  padding: 6px 10px;
}
body.search ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #5c3bd3;
  opacity: 1;
}
body.search ::-moz-placeholder {
  /* Firefox 19+ */
  color: #5c3bd3;
  opacity: 1;
}
body.search :-ms-input-placeholder {
  /* IE 10+ */
  color: #5c3bd3;
  opacity: 1;
}
body.search :-moz-placeholder {
  /* Firefox 18- */
  color: #5c3bd3;
  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: 70px;
  line-height: 70px;
  position: relative;
  display: inline-block;
  transition: all 0.3s ease 0s;
  padding: 0 12px;
  font-size: 14px;
  /*Dropdown Menu area*/
}
.menu-area .navbar ul li a {
  color: #fff;
}
.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: 10px 15px;
  color: #fff;
}
.menu-area .navbar ul li:hover ul {
  opacity: 1;
  position: absolute;
}
.menu-area .navbar ul li > a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  transition: all 0.3s ease 0s;
  line-height: 70px;
}
.menu-area .navbar ul li > a i {
  margin-left: 5px;
}
.menu-area .navbar ul li:hover a {
  color: #fff;
}
.menu-area .navbar ul li.active a {
  color: #fff;
}
.menu-area .navbar ul li.active li a {
  color: #444;
}
.menu-area .navbar ul li.active li ahover {
  color: #5c3bd3;
}
.menu-area .navbar ul li .sub-menu {
  background: #5c3bd3;
  background: -moz-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: -webkit-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: -ms-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: linear-gradient(60deg, #5c3bd3, #4319dd);
  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;
  font-weight: 400;
}
.menu-area .navbar ul li .sub-menu li a:hover {
  background: #4319dd;
  background: -moz-linear-gradient(-60deg, #5c3bd3, #4319dd);
  background: -webkit-linear-gradient(-60deg, #5c3bd3, #4319dd);
  background: -ms-linear-gradient(-60deg, #5c3bd3, #4319dd);
  background: linear-gradient(-60deg, #5c3bd3, #4319dd);
}
.menu-area .navbar ul li .sub-menu li a:before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
  background: linear-gradient(60deg, transparent, rgba(255, 255, 255, 0.15));
}
.menu-area .navbar ul li .sub-menu li.current-menu-item a {
  background: #4319dd;
  background: -moz-linear-gradient(-60deg, #5c3bd3, #4319dd);
  background: -webkit-linear-gradient(-60deg, #5c3bd3, #4319dd);
  background: -ms-linear-gradient(-60deg, #5c3bd3, #4319dd);
  background: linear-gradient(-60deg, #5c3bd3, #4319dd);
}
.menu-area .navbar ul li:hover ul {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}
.menu-area .navbar .navbar-toggle {
  background-color: #5c3bd3;
  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;
}
#rs-header .menu-area .navbar ul > li > .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 > li {
  width: 33.33%;
}
#rs-header .menu-area .navbar ul li.four-col ul > li {
  width: 25%;
}
.transparent_header {
  position: absolute;
}
.transparent_header .menu-area .navbar ul > li > a:after {
  background: #fff;
}
.transparent_header .sticky .navbar ul > li > a:after {
  background: #5c3bd3;
}
.default_header .menu-area .navbar ul > li > a:after {
  background: #444;
}
.default_header .menu-area .navbar ul li > a {
  color: #777;
}
.logo-area h1 {
  margin: 0;
  line-height: 70px;
}
/*------------------------------------
    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 .navbar ul li > a {
  color: #212121;
}
.menu-sticky.sticky .quote-button {
  color: #fff !important;
  border-color: #5c3bd3 !important;
  background: #5c3bd3 !important;
}
.menu-sticky.sticky .quote-button:hover {
  border-color: #5c3bd3 !important;
  color: #5c3bd3 !important;
  background: transparent !important;
}
.menu-sticky.sticky .nav-link-container i {
  color: #212121;
}
.middle-table .clpricing-table .price-table.style1 .cl-pricetable-wrap .bottom .btn-table {
  background: #fff !important;
  color: #5c3bd3 !important;
}
.middle-table .clpricing-table .price-table.style1 .cl-pricetable-wrap .bottom .btn-table:hover {
  background: #f2f2f2 !important;
}
#rs-header .menu-area .navbar ul > li > a {
  position: relative;
}
#rs-header .menu-area .navbar ul > li > a:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0;
  height: 2px;
  display: block;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#rs-header .menu-area .navbar ul > li:hover > a:after,
#rs-header .menu-area .navbar ul > li.active > a:after {
  width: 100%;
}
#slider-btn .tp-revslider-slidesli,
.video-section {
  position: relative;
}
#slider-btn .wpb_revslider_element {
  margin-bottom: 0;
}
#slider-btn .tp-revslider-slidesli:after {
  background: #5c3bd3;
  background: -moz-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: -webkit-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: -ms-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: linear-gradient(60deg, #5c3bd3, #4319dd);
  display: block !important;
}
#slider-btn .tp-revslider-slidesli:after {
  content: "";
  opacity: .9;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  display: block !important;
}
.slider-bg-btn {
  position: relative;
  z-index: 10;
  color: #212121 !important;
  font-size: 15px !important;
  border-color: transparent !important;
  display: block;
}
.slider-bg-btn:after {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  border-radius: 40px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  background: #fff !important;
  z-index: -1;
}
.slider-bg-btn:hover {
  color: #fff !important;
}
.slider-bg-btn:hover:after {
  background: #4319dd !important;
  background: -moz-linear-gradient(-60deg, #5c3bd3, #4319dd) !important;
  background: -webkit-linear-gradient(-60deg, #5c3bd3, #4319dd) !important;
  background: -ms-linear-gradient(-60deg, #5c3bd3, #4319dd) !important;
  background: linear-gradient(-60deg, #5c3bd3, #4319dd) !important;
  z-index: -1;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.border-btn {
  position: relative;
  z-index: 10;
  font-size: 15px !important;
  display: block;
}
.border-btn:after {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  border-radius: 40px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  z-index: -1;
  -webkit-transition: 0.5s ease all;
  transition: 0.3s ease all;
}
.border-btn:hover {
  color: #fff !important;
  border-color: transparent !important;
}
.border-btn:hover:after {
  background: #4319dd !important;
  background: -moz-linear-gradient(60deg, #5c3bd3, #4319dd) !important;
  background: -webkit-linear-gradient(60deg, #5c3bd3, #4319dd) !important;
  background: -ms-linear-gradient(60deg, #5c3bd3, #4319dd) !important;
  background: linear-gradient(60deg, #5c3bd3, #4319dd) !important;
  z-index: -1;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.particles-section .border-btn {
  border: 2px solid #fff;
  margin: 0 25px;
  border-radius: 30px;
  color: #fff;
}
.testimonial-banner .cl-testimonial2 p {
  padding: 0 !important;
  border: none !important;
  margin-bottom: 0 !important;
}
.testimonial-banner .cl-testimonial2 p:after {
  display: none;
}
.testimonial-banner .cl-testimonial2 .testimonial-item {
  border: none;
  padding: 0 !important;
}
.testimonial-banner .cl-testimonial2 .cl-author-info {
  padding-left: 22px !important;
  margin-top: 35px !important;
}
.testimonial-banner .cl-testimonial2 .cl-author-info li {
  margin: 0 !important;
}
.testimonial-banner .cl-testimonial2 .cl-author-info li:first-child {
  font-size: 20px;
  color: #ffffff;
}
.testimonial-banner .cl-testimonial2 .clt-content {
  padding-top: 66px;
}
.cl-testimonial2 .image-testimonial .testimonial-content {
  box-shadow: none !important;
}
#cl-testimonial * {
  outline: none;
}
#cl-testimonial ul.slick-dots li button {
  border: 1px solid #5c3bd3;
}
#cl-testimonial .slick-active button {
  background: #5c3bd3;
}
ul.slider5 li.testimonial-item:first-child {
  margin-bottom: 80px !important;
}
.gallery-slider img {
  width: 100%;
}
.gallery-slider .slick-current a img {
  box-shadow: 0px 0px 12px 0px #0000007d;
}
.gallery-slider .partner-item {
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.gallery-slider .partner-item.slick-active.slick-center {
  position: relative;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  z-index: 3;
}
.gallery-slider .partner-item.slick-active {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  z-index: 2;
}
.gallery-slider .slick-list.draggable {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
#testimonial-home p {
  line-height: 25px;
  padding: 20px 20px 0px 20px !important;
  position: relative;
}
#testimonial-home p i {
  display: none;
}
#testimonial-home ul li {
  margin-bottom: 0;
  margin-top: 23px;
}
#testimonial-home .container .testimonials-nav .slick-list .slick-track {
  padding-top: 30px;
}
#testimonial-home .container .testimonials-nav .slick-list .slick-slide {
  margin: 0 6px;
}
#testimonial-home ul li:last-child {
  margin-bottom: 0;
  margin-top: 0;
}
.btn-part {
  color: #fff !important;
}
#slider-btn .tp-caption {
  text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 7px;
}
@-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;
  float: right;
}
/* ------------------------------------
    05. Slider Section
---------------------------------------*/
.rs-slider {
  position: relative;
  overflow: hidden;
}
.rs-slider .sl-subtitle {
  -webkit-animation: fadeInDown 0.5s ease-in-out;
  animation: fadeInDown 0.5s ease-in-out;
  font-size: 36px;
  margin-bottom: 10px;
  font-weight: 700;
}
.rs-slider .sl-title {
  -webkit-animation: fadeInLeft 1s ease-in-out;
  animation: fadeInLeft 1s ease-in-out;
  display: inline-block;
  margin-bottom: 30px;
  font-size: 52px;
  font-weight: 700;
}
.rs-slider .sl-desc {
  -webkit-animation: fadeInUp 0.8s ease-in-out;
  animation: fadeInUp 0.8s ease-in-out;
  font-size: 18px;
}
.rs-slider .slider-botton {
  display: inline-block;
  -webkit-animation: zoomIn 0.8s ease-in-out;
  animation: zoomIn 0.8s ease-in-out;
  margin-top: 50px;
}
.rs-slider .slider-botton ul li {
  display: inline-block;
}
.rs-slider .slider-botton .white-color {
  background: #5c3bd3;
}
.rs-slider .slider-botton .white-color:hover {
  background: #4628b3;
}
.rs-slider .nivo-directionNav > a {
  font-size: 0;
  width: 50px;
  height: 50px;
  border: 1px solid #5c3bd3;
  border-radius: 2px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 0;
}
.rs-slider .nivo-directionNav > a:hover {
  background: #5c3bd3;
}
.rs-slider .nivo-directionNav > a:before {
  font-family: FontAwesome;
  position: absolute;
  font-size: 28px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
}
.rs-slider .nivo-directionNav > a.nivo-prevNav {
  left: 60px;
}
.rs-slider .nivo-directionNav > a.nivo-prevNav:before {
  content: "\f104";
}
.rs-slider .nivo-directionNav > a.nivo-nextNav {
  right: 60px;
}
.rs-slider .nivo-directionNav > a.nivo-nextNav:before {
  content: "\f105";
  margin-left: 2px;
}
.rs-slider .nivoSlider:hover .nivo-directionNav > a {
  opacity: 1;
}
.rs-slider .nivoSlider:hover .nivo-directionNav > a.nivo-prevNav {
  left: 30px;
}
.rs-slider .nivoSlider:hover .nivo-directionNav > a.nivo-nextNav {
  right: 30px;
}
.rs-slider .nivo-controlNav {
  position: absolute;
  bottom: 50px;
  z-index: 11;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.rs-slider .nivo-controlNav .nivo-control {
  width: 26px;
  height: 7px;
  border: 1px solid #fff;
  font-size: 0px;
  display: inline-block;
  margin-right: 7px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.rs-slider .nivo-controlNav .nivo-control.active {
  background: #5c3bd3;
  border-color: #5c3bd3;
}
/* ------------------------------------
    06. skew all css
---------------------------------------*/
.skew-style2 {
  overflow: visible !important;
  margin: 60px 0 63px;
}
.skew-style2 .all-section-title {
  padding-top: 60px;
}
.skew-style2:after {
  display: none !important;
  opacity: 0 !important;
}
.skew-style2 .sppb-row-overlay:before {
  background: #5c3bd3;
  background: -moz-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: -webkit-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: -ms-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: linear-gradient(60deg, #5c3bd3, #4319dd);
  transform: skewY(-4deg);
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 100%;
  display: block !important;
}
#achievement-skew .vc_column_container {
  padding: 30px 0 20px;
}
.skew-style3 {
  overflow: visible !important;
  margin: 60px 0 63px;
}
.skew-style3 .all-section-title {
  padding-top: 60px;
}
.skew-style3:after {
  display: none !important;
  opacity: 0 !important;
}
.skew-style3 .sppb-row-overlay:before {
  background: #5c3bd3;
  background: -moz-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: -webkit-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: -ms-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: linear-gradient(60deg, #5c3bd3, #4319dd);
  transform: skewY(4deg);
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  display: block !important;
}
.skew-style-inverse .sppb-row-overlay:after {
  background: #5c3bd3;
  background: -moz-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: -webkit-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: -ms-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: linear-gradient(60deg, #5c3bd3, #4319dd);
  transform: skewY(4deg);
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 100%;
  display: block !important;
}
.skew-style-curve:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #5c3bd3;
  background: -moz-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: -webkit-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: -ms-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: linear-gradient(60deg, #5c3bd3, #4319dd);
  width: 100%;
  height: 100%;
  display: block !important;
}
.skew-style-curve .sppb-row-overlay:before {
  right: 50%;
  border-right: 1000px solid transparent;
  border-left: 1000px solid;
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  width: 50%;
  z-index: 1;
  border-top: 100px solid #fff;
  border-bottom: 100px solid #fff;
  -webkit-transform: rotate(0.000001deg);
  transform: rotate(0.000001deg);
}
.skew-style-curve .sppb-row-overlay::after {
  left: 50%;
  border-left: 1000px solid transparent;
  border-right: 1000px solid;
}
.skew-style-curve .sppb-row-overlay::before,
.skew-style-curve .sppb-row-overlay::after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  width: 50%;
  z-index: 1;
  border-top: 100px solid #fff;
  border-bottom: 100px solid #fff;
  -webkit-transform: rotate(0.000001deg);
  transform: rotate(0.000001deg);
}
.skew-style-curve .sppb-row-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sppb-shape-container {
  z-index: 9;
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
}
.sppb-shape-container.sppb-bottom-shape {
  bottom: 0;
}
.sppb-shape-container svg {
  display: block;
  width: 100%;
  position: relative;
  left: 50%;
  transform: rotateX(180deg) translateX(-50%);
}
.sppb-shape-container.sppb-bottom-shape > svg path,
.sppb-shape-container.sppb-bottom-shape > svg polygon {
  fill: #ffffff;
  fill-opacity: 0.3;
}
.cloud-shape .wpb_raw_html {
  margin-bottom: 0;
}
/* ------------------------------------
    06. particles
---------------------------------------*/
.particles-section {
  z-index: 99;
  background: #5c3bd3;
  background: -moz-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: -webkit-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: -ms-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: linear-gradient(60deg, #5c3bd3, #4319dd);
  padding: 0;
  position: relative;
}
.particles-section h4 {
  text-align: center;
  margin: 0;
  font-size: 28px;
  line-height: 40px;
  font-weight: 400 !important;
  letter-spacing: 2px;
}
.particles-section h3 {
  text-align: center;
  margin: 23px 0 28px;
  font-size: 65px;
  letter-spacing: 4px;
  font-weight: 400 !important;
  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 .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Safari */
  transform: translate(-50%, -50%);
}
/* ------------------------------------
    06. About Us
---------------------------------------*/
.about-section .rs-services .services-wrap .services-item .services-icon {
  float: right;
}
.about-section .rs-services .services-wrap .services-item .services-desc {
  float: left;
  text-align: right;
  width: 82%;
}
.about-section .rs-services1 + .rs-services1 {
  margin-top: 30px;
}
.about-section-paralex .rs-services1 {
  box-shadow: none;
}
.about-section-paralex .rs-services1 .services-item {
  padding: 25px;
}
.rs-heading {
  margin: 0 0 50px;
}
.rs-heading h3 {
  position: relative;
  margin: 0;
  padding-bottom: 20px;
  font-size: 36px;
  font-weight: 400;
}
.rs-heading h3 .first-word {
  font-weight: 700;
}
.rs-heading h3 i {
  position: absolute;
  bottom: -10px;
  left: 0;
  font-size: 16px;
  color: #fff;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  text-align: center;
}
.rs-heading p {
  margin-bottom: 0;
  max-width: 800px;
}
.rs-heading.dark-style h3 {
  color: #212121;
  text-transform: uppercase;
}
.rs-heading.dark-style i {
  background: #5c3bd3;
  color: #fff;
}
.rs-heading.light-style h3 {
  color: #fff;
}
.rs-heading.light-style h3:before {
  background: #fff !important;
}
.rs-heading.light-style p {
  color: #fff;
}
.rs-heading.light-style i {
  background: #fff;
  color: #5c3bd3;
}
.rs-heading.right {
  text-align: right;
}
.rs-heading.right h3:before {
  left: auto;
  right: 0;
}
.rs-heading.right h3 i {
  left: auto;
  right: 0;
}
.rs-heading.right p {
  margin-left: auto;
}
.rs-heading.center {
  text-align: center;
}
.rs-heading.center h3:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.rs-heading.center h3 i {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.rs-heading.center p {
  margin-left: auto;
  margin-right: auto;
}
/* ----------------------------------
    07. About Section
-------------------------------------*/
.rs-services1 .services-item {
  position: relative;
  padding: 25px 25px 25px 20px;
  z-index: 110;
  overflow: hidden;
  transition: all 0.6s ease 0s;
}
.rs-services1 .services-icon {
  position: relative;
  display: inline-block;
  font-size: 30px;
  float: right;
  width: 13%;
}
.rs-services1 .services-icon i {
  color: #212121;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
}
.rs-services1 .services-title {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 20px;
  color: #212121;
  font-weight: normal !important;
}
.rs-services1 .services-desc {
  position: relative;
  float: left;
  text-align: right;
  width: 83%;
  line-height: 25px;
  font-size: 14px;
}
.rs-services1:hover i {
  color: #5c3bd3;
}
.services-style-2 {
  background: #fff;
  padding-bottom: 20px;
  margin-bottom: 40px;
  box-shadow: 0 0 12px #f1f1f1;
}
.services-style-2 .services-item {
  position: relative;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.services-style-2 .services-item:after {
  opacity: 0 !important;
}
.services-style-2 .services-item .services-desc {
  opacity: 0;
  position: absolute;
  color: #fff;
  z-index: 999;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Safari */
  transform: translate(-50%, -50%);
  padding: 20px 50px;
  width: 100%;
  text-align: center;
  transition: all 0.5s ease 0s;
}
.services-style-2 .services-item .services-desc:after {
  opacity: 0 !important;
}
.banner-services .rs-services1 .services-item {
  padding: 20px 32px 15px 5px;
}
.banner-services .rs-services1 .services-item .services-icon {
  float: none;
}
.banner-services .rs-services1 .services-item .services-desc {
  padding-right: 13px;
}
.banner-services #right-services .services-item {
  padding: 20px 0px 15px 5px;
}
.banner-services #right-services .services-desc {
  float: right;
  text-align: left;
  width: 74%;
  padding-right: 0;
}
.three-column-center .rs-services1 .services-desc,
.three-column-center .rs-services1 .services-icon {
  float: none;
  width: 100%;
  text-align: center;
}
.three-column-center .rs-services1 .services-icon {
  margin-bottom: 30px;
}
.service-siderbar .sec-title-single h3 {
  margin-bottom: 10px;
}
.service-siderbar #menu-service {
  margin-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.service-siderbar #menu-service li {
  position: relative;
  border-bottom: 1px solid #f5f5f5;
  padding: 6px 0;
}
.service-siderbar #menu-service li a {
  padding-left: 15px;
  transition: all 0.3s ease 0s;
  color: #666666;
}
.service-siderbar #menu-service li a:hover {
  color: #5c3bd3;
  padding-left: 20px;
}
.service-siderbar #menu-service li a:after {
  content: '';
  position: absolute;
  background: #5c3bd3;
  left: 0;
  top: 50%;
  height: 5px;
  width: 5px;
  background-color: #4caf50;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.service-siderbar .download-br .wpb_wrapper {
  padding: 20px 20px 10px 25px;
  background: #eeeeee;
}
.service-siderbar .download-br .wpb_wrapper .wpb_wrapper {
  background: transparent;
  padding: 0;
}
.service-siderbar .support {
  margin-top: 10px;
  margin-bottom: 30px;
}
.service-siderbar .support .grey-bg .wpb_wrapper {
  padding: 20px 20px 10px 25px;
  background: #eeeeee;
}
.service-siderbar .support .grey-bg .wpb_wrapper .wpb_wrapper {
  background: transparent;
  padding: 0;
}
.service-siderbar .support .wpb_wrapper i {
  margin-right: 6px;
}
.service-siderbar .support p {
  margin-bottom: 10px;
}
.services-title2 {
  position: relative;
  z-index: 9999;
  text-align: center;
}
.services-style-2 .services-item:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: all 0.5s ease 0s;
  transform: scaleX(0);
  z-index: 9;
}
.service-inner:hover .services-desc {
  opacity: 1;
}
.service-inner .services-icon img {
  transition: all 0.5s ease 0s;
}
.service-inner:hover .services-icon img {
  transform: scale(1.1);
}
.service-inner:hover .services-item:before {
  transform: scaleX(1);
}
/* ----------------------------------
    07. Features Section
-------------------------------------*/
.features-section {
  position: relative;
}
.features-section.skew-style-curve:after {
  z-index: -1;
}
.features-section.skew-style-curve .sppb-row-overlay {
  z-index: 0;
}
.features-section .sec-title-all .description {
  color: #fff;
}
.features-section .sec-title-all .title-sec-left:before {
  background: #fff;
}
.features-section .vc_tta-panels {
  padding: 20px 10px 0 !important;
  border: 0 !important;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
  background: #fff !important;
}
.features-section .vc_tta-panel.vc_active .vc_tta-panel-body {
  background: transparent !important;
  border: none !important;
}
.features-section .wpb_wrapper p {
  line-height: 24px;
}
.features-section .wpb-js-composer .vc_tta.vc_tta-style-classic .vc_tta-tab > a {
  border: none !important;
}
.features-section .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
  background: transparent !important;
  border-color: transparent !important;
}
.features-section .vc_tta-tab a {
  padding: 15px 22px !important;
  border: 0 !important;
  -webkit-transition: 0.9s background all;
  transition: 0.9s background all;
  background: #fff;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.08) !important;
}
.features-section li.vc_tta-tab:hover a,
.features-section li.vc_tta-tab.vc_active a {
  color: #fff !important;
  background: #5c3bd3 !important;
  background: -moz-linear-gradient(-60deg, #5c3bd3, #4319dd) !important;
  background: -webkit-linear-gradient(-60deg, #5c3bd3, #4319dd) !important;
  background: -ms-linear-gradient(-60deg, #5c3bd3, #4319dd) !important;
  background: linear-gradient(-60deg, #5c3bd3, #4319dd) !important;
}
.features-section .vc_tta-tabs-container {
  margin: 0 0 45px !important;
}
.features-section .vc_tta-tabs-container .vc_tta-tabs-list {
  text-align: center;
}
.features-section .vc_parallax-inner {
  transition: 0.3s all ease;
}
.features-section .vc_tta-icon {
  font-size: 15px !important;
}
.features-section-cluod {
  margin-top: -98px;
}
#features #featured-btm .vc_icon_element {
  margin: 0 !important;
}
#features #featured-btm .vc_icon_element span {
  font-size: 40px !important;
}
#features #featured-btm h3 {
  font-weight: 600;
  font-size: 20px;
  margin: 0 0 10px;
}
#features #featured-btm.wp_center h3,
#features #featured-btm.wp_center p {
  text-align: center;
}
/* ----------------------------------
    08. Ratings
-------------------------------------*/
#ratings .vc_bar {
  text-align: center;
  display: block;
  background: #4319dd !important;
  border-radius: 0;
}
#ratings .vc_progress_bar .vc_single_bar {
  background: #f2f2f2;
  border-radius: 0;
  box-shadow: none;
  padding: 3px 0;
  margin-bottom: 28px;
}
#ratings .vc_progress_bar .vc_single_bar .vc_label {
  font-size: 15px;
  text-shadow: none !important;
}
#ratings .vc_chart-legend li {
  line-height: 30px;
  margin-bottom: 10px;
  color: #5c3bd3;
}
#ratings .vc_chart-legend li em {
  display: block;
  margin-left: 27px;
  font-style: normal;
  color: #5c3bd3;
}
#ratings #total-rat strong {
  font-size: 40px;
  font-weight: 400;
  color: #5c3bd3;
  display: block;
  margin-top: 5px;
}
#ratings #total-rat img {
  margin: 11px 0 4px;
}
#ratings .testimonial-content p {
  max-width: 720px;
  margin: 0 auto;
}
#ratings .slider2 {
  padding-bottom: 0 !important;
}
/* ----------------------------------
    08. Achievement
-------------------------------------*/
.achievement {
  position: relative;
  overflow: hidden;
  color: #333;
}
.achievement .rs-counter-list h3 {
  color: #333;
}
.achievement .rs-counter-list h3:before {
  display: none;
  opacity: 0;
}
.achievement .rs-counter-list h2 {
  font-size: 34px;
  margin: 10px 0 0;
}
#achievement-skew .counter-top-area {
  background: rgba(255, 255, 255, 0.1);
}
#achievement-skew .counter-top-area .rs-counter-list i {
  color: #fff !important;
}
#achievement-skew .counter-top-area .rs-counter-list h2 {
  color: #fff !important;
}
#achievement-skew .counter-top-area .rs-counter-list h3 {
  color: #fff !important;
}
/* ----------------------------------
    08. Gallery
-------------------------------------*/
.rs-partner .partner-item {
  margin: 0 10px;
}
.rs-partner .partner-item a {
  cursor: pointer;
}
.rs-partner .partner-item img {
  transition: all 0.3s ease 0s;
}
.rs-partner .slick-next {
  right: 50px;
  z-index: 999;
  padding: 0;
  width: 50px;
  height: 50px;
  background: #5c3bd3;
  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: #5c3bd3;
  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: #4319dd;
}
.rs-partner:hover .slick-arrow {
  display: block !important;
}
.rs-partner.navigation-hidden .slick-arrow {
  display: none !important;
}
/* ----------------------------------
    08. video
------------------------------------*/
.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: #5c3bd3;
}
.rs-video .title-dsc h4 {
  text-align: center;
  position: relative;
  color: #fff;
  margin: 0 0 47px;
  font-size: 36px;
  font-weight: 400 !important;
}
.rs-video .title-dsc h4:before {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 3px;
  background: #5c3bd3;
  background: -moz-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: -webkit-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: -ms-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: linear-gradient(60deg, #5c3bd3, #4319dd);
}
.rs-video .title-dsc p {
  text-align: center;
  color: #fff;
  margin: 0;
  font-weight: 400;
  line-height: 25px;
}
.video-section {
  position: relative;
  overflow: hidden;
}
.video-section p {
  max-width: 850px;
}
.video-section:not([class*="skew-"]):after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #5c3bd3;
  background: -moz-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: -webkit-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: -ms-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: linear-gradient(60deg, #5c3bd3, #4319dd);
  opacity: .85;
  width: 100%;
  height: 100%;
  display: block !important;
}
/* ----------------------------------
    08. FAQ
-------------------------------------*/
.faq-section .vc_tta-panel-title {
  background: #fff;
  font-weight: 400 !important;
  transition: all 0.3s ease 0s;
  padding: 3px 0;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
}
.faq-section .vc_tta-panel-title a {
  font-weight: 400 !important;
  color: #212121;
  font-size: 16px;
  padding: 0 !important;
}
.faq-section .vc_tta-panel-title a span {
  color: #212121;
  font-size: 16px;
  font-weight: 400 !important;
}
.faq-section .vc_tta-panel-title a i {
  float: right;
  position: relative !important;
  margin: 15px 10px 0 0 !important;
}
.faq-section .vc_tta-panel-title a i:before {
  border-color: #212121 !important;
}
.faq-section .vc_tta-panel-title:hover {
  background: #4319dd;
  background: -moz-linear-gradient(-60deg, #5c3bd3, #4319dd) !important;
  background: -webkit-linear-gradient(-60deg, #5c3bd3, #4319dd) !important;
  background: -ms-linear-gradient(-60deg, #5c3bd3, #4319dd) !important;
  background: linear-gradient(-60deg, #5c3bd3, #4319dd) !important;
}
.faq-section .vc_tta-panel-title:hover a span {
  color: #fff;
}
.faq-section .vc_tta-panel-title:hover .vc_tta-controls-icon:before {
  border-color: #fff !important;
}
.faq-section .vc_tta-panel.vc_active .vc_tta-panel-title {
  background: #4319dd;
  background: -moz-linear-gradient(-60deg, #5c3bd3, #4319dd) !important;
  background: -webkit-linear-gradient(-60deg, #5c3bd3, #4319dd) !important;
  background: -ms-linear-gradient(-60deg, #5c3bd3, #4319dd) !important;
  background: linear-gradient(-60deg, #5c3bd3, #4319dd) !important;
}
.faq-section .vc_tta-panel.vc_active .vc_tta-panel-title a span {
  color: #fff;
}
.faq-section .vc_tta-panel.vc_active .vc_tta-panel-title .vc_tta-controls-icon:before {
  border-color: #fff !important;
}
.faq-section .vc_tta-panel-body {
  border: none !important;
}
.faq-section .vc_tta-panel-body p {
  line-height: 25px;
  margin-bottom: 0;
}
.faq-section .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
  left: 12px;
}
/* ----------------------------------
    08. Calltoaction
-------------------------------------*/
#rs-cta {
  background: #5c3bd3;
  background: -moz-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: -webkit-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: -ms-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: linear-gradient(60deg, #5c3bd3, #4319dd);
  padding: 70px 0;
}
#rs-cta h2 {
  margin: 0;
  font-weight: 400 !important;
}
#rs-cta .vc_btn3-container {
  margin: 0;
  float: right;
}
#rs-cta .vc_btn3 {
  padding: 13px 48px 13px 32px;
  -webkit-transition: background 0.9s ease 0s;
  transition: background 0.9s ease 0s;
  border-radius: 30px;
  font-size: 18px;
  text-transform: uppercase;
  background: none;
  background: #fff;
  color: #444;
  border: 0 !important;
}
#rs-cta .vc_btn3:after {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  top: 49%;
  right: 28px;
  transform: translateY(-50%);
  font-size: 24px;
}
#rs-cta .vc_btn3:hover {
  background: #5c3bd3;
  background: -moz-linear-gradient(-60deg, #5c3bd3, #4319dd);
  background: -webkit-linear-gradient(-60deg, #5c3bd3, #4319dd);
  background: -ms-linear-gradient(-60deg, #5c3bd3, #4319dd);
  background: linear-gradient(-60deg, #5c3bd3, #4319dd);
  color: #fff !important;
}
#rs-cta .vc_column-inner {
  padding-top: 0 !important;
}
/* ----------------------------------
    08. Download from Store
-------------------------------------*/
#download-store {
  position: relative;
}
#download-store:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #5c3bd3;
  background: -moz-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: -webkit-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: -ms-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: linear-gradient(60deg, #5c3bd3, #4319dd);
  opacity: 0.9;
  width: 100%;
  height: 100%;
  display: block !important;
}
#download-store #app-store ul {
  text-align: center;
  overflow: hidden;
}
#download-store #app-store ul li {
  list-style: none;
  display: inline-block;
  margin: 0 15px;
}
#download-store #app-store ul li a img:hover {
  opacity: 0.8;
}
#download-store .wpb_wrapper {
  position: relative;
  z-index: 99;
}
#download-store2 {
  position: relative;
}
#download-store2:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #5c3bd3;
  background: -moz-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: -webkit-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: -ms-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: linear-gradient(60deg, #5c3bd3, #4319dd);
  opacity: 0.9;
  width: 100%;
  height: 100%;
  display: block !important;
}
#download-store2 .title-sec-left:before {
  background: #fff;
}
#download-store2 .description {
  color: #fff;
}
#download-store2 .wpb_wrapper p {
  color: #fff;
  line-height: 25px;
}
#download-store2 #app-store ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#download-store2 #app-store ul li {
  padding-bottom: 8px;
  position: relative;
  padding-left: 40px;
  margin: 0;
  color: #fff;
}
#download-store2 #app-store ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f00c";
  font-family: FontAwesome;
  color: #fff;
}
#download-store2 #app-store a {
  text-transform: uppercase;
  font-size: 15px;
  display: inline-block;
  padding: 12px 34px;
  color: #444;
  background: #fff;
  border-radius: 30px;
  font-weight: 500;
  transition: .4s;
  -webkit-transition: .4s;
  -ms-transition: .4s;
  letter-spacing: 2px;
  margin: 25px 10px 0 0;
}
#download-store2 #app-store a:hover {
  color: #fff !important;
  background: #5c3bd3 !important;
  background: -moz-linear-gradient(-60deg, #5c3bd3, #4319dd) !important;
  background: -webkit-linear-gradient(-60deg, #5c3bd3, #4319dd) !important;
  background: -ms-linear-gradient(-60deg, #5c3bd3, #4319dd) !important;
  background: linear-gradient(-60deg, #5c3bd3, #4319dd) !important;
}
/* ----------------------------------
    09. Portfolio
-------------------------------------*/
.rs-portfolio .portfolio-filter {
  margin-bottom: 60px;
  text-align: left;
}
.rs-portfolio .portfolio-filter button {
  color: #fff;
  background: #444444;
  margin: 0 20px 0 0;
  padding: 12px 20px;
  line-height: 100%;
  border: none;
  border-radius: 0;
  font-weight: 400;
  text-transform: uppercase;
  outline: none;
}
.rs-portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
}
.rs-portfolio .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 .portfolio-item .portfolio-content:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
  -webkit-transition: .25s opacity ease;
  transition: .25s opacity ease;
}
.rs-portfolio .portfolio-item .portfolio-img img {
  width: 100%;
}
.rs-portfolio .portfolio-item .p-zoom {
  display: inline-block;
  font-size: 35px;
  color: #5c3bd3;
  transition: all 0.3s ease 0s;
}
.rs-portfolio .portfolio-item .p-zoom:hover {
  opacity: 0.6;
}
.rs-portfolio .portfolio-item .p-title {
  font-size: 16px;
  line-height: normal;
  margin-top: 15px;
  color: #fff;
  margin-bottom: 0;
}
.rs-portfolio .portfolio-item .p-title a {
  color: #fff;
}
.rs-portfolio .portfolio-item .p-title a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.rs-portfolio .portfolio-item .p-desc {
  font-size: 15px;
  color: #fff;
  line-height: normal;
  margin-bottom: 0;
  margin-top: 10px;
}
.rs-portfolio .portfolio-item:hover .portfolio-content {
  opacity: 1;
  top: 0;
}
.rs-portfolio .full-grid {
  padding: 0;
  margin: 0;
}
.rs-portfolio.col-filter .portfolio-content .portfolio-filter {
  text-align: center !important;
}
.mfp-close-btn-in .mfp-close {
  top: -50px;
  right: 0;
  text-align: right;
  padding-right: 0;
  display: inline-block;
  text-align: center;
  background: #5c3bd3;
  background: -moz-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: -webkit-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: -ms-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: linear-gradient(60deg, #5c3bd3, #4319dd);
  width: 44px;
  border-radius: 50%;
  text-indent: 4px;
  font-size: 27px;
}
/* ----------------------------------
    10. Pricing Tables
-------------------------------------*/
.cl-pricetable-wrap,
.price-table {
  position: relative;
}
.cl-pricetable-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}
.price-table.style1 .pricing-title {
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 18px;
  text-transform: uppercase;
}
.price-table.style1 .cl-pricetable-wrap {
  position: relative;
  overflow: hidden;
}
.price-table.style1 .cl-pricetable-wrap .top {
  text-align: center;
  padding: 0 8px;
}
.price-table.style1 .cl-pricetable-wrap .top .cl-header h4 {
  font-size: 23px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 30px 0 0;
  text-transform: uppercase;
}
.price-table.style1 .cl-pricetable-wrap .top h3 {
  margin: 4px 0 0px;
  display: inline-block;
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
}
.price-table.style1 .cl-pricetable-wrap .top h3 .dolar {
  bottom: 24px;
  font-size: 22px;
  font-weight: 800;
  padding-right: 3px;
  position: relative;
}
.price-table.style1 .cl-pricetable-wrap .top h6 {
  margin-top: 10px;
  padding-top: 0px;
  font-weight: normal;
}
.price-table.style1 .cl-pricetable-wrap .top h5 {
  font-size: 18px;
  font-weight: 600;
  text-transform: lowercase;
  display: inline-block;
}
.price-table.style1 .cl-pricetable-wrap .top .cl-subheader .short-desc {
  font-size: 18px;
  padding-bottom: 38px;
  text-transform: initial;
  font-weight: 400;
}
.price-table.style1 .cl-pricetable-wrap .top .popular {
  background: #d32f2f;
  color: #ffffff;
  font-size: 11px;
  left: -43px;
  padding: 18px 34px 6px;
  position: absolute;
  text-transform: lowercase;
  top: -6px;
  transform: rotate(-50deg);
}
.price-table.style1 .cl-pricetable-wrap .top:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
}
.price-table.style1 .cl-pricetable-wrap .bottom ul {
  text-align: center;
}
.price-table.style1 .cl-pricetable-wrap .bottom ul li {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 16px 12px;
}
.price-table.style1 .cl-pricetable-wrap .bottom ul li .highlight {
  color: #000;
}
.price-table.style1 .cl-pricetable-wrap .bottom ul li .feature_icon {
  margin-left: 10px;
  margin-right: 10px;
}
.price-table.style1 .cl-pricetable-wrap .bottom ul li .tooltip {
  position: relative !important;
  display: inline-block;
  opacity: 1 !important;
  z-index: auto !important;
}
.price-table.style1 .cl-pricetable-wrap .bottom ul li .tooltip:after {
  font-family: 'FontAwesome';
  font-size: 13px;
  content: "\f059";
  position: absolute;
  top: -20px;
}
.price-table.style1 .cl-pricetable-wrap .bottom ul li .tooltip .tooltiptext {
  background-color: #555555;
  border-radius: 6px;
  color: #ffffff;
  font-size: 11px;
  left: -102px;
  line-height: 18px;
  overflow: visible;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: 0;
  visibility: hidden;
  width: 114px;
  z-index: 1;
}
.price-table.style1 .cl-pricetable-wrap .bottom ul li .tooltip:hover .tooltiptext {
  visibility: visible;
}
.price-table.style1 .cl-pricetable-wrap .bottom .btn-table {
  margin: 12px auto 0;
  width: 100%;
  max-width: 140px;
  height: 50px;
  line-height: 50px;
  display: block;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
}
.price-table.style1 .cl-pricetable-wrap .bottom p {
  margin-bottom: 0px;
}
.price-table.style1 .price-1 {
  background: #f9f9f9;
}
.price-table.style1 .price-1 .top {
  color: #f44336;
}
.price-table.style1 .price-1 .top h4,
.price-table.style1 .price-1 .top h5,
.price-table.style1 .price-1 .top h3 {
  color: #f44336;
}
.price-table.style1 .price-1 .top .cl-subheader {
  color: #ffffff;
}
.price-table.style1 .price-1 .bottom {
  background: #eeeeee;
  color: #ffffff;
}
.price-table.style1 .price-1 .btn-table {
  color: #ffffff !important;
  background: #f44336;
}
.price-table.style1 .price-style2 {
  background: #f9f9f9;
}
.price-table.style1 .price-style2 .top {
  color: #e91e63;
}
.price-table.style1 .price-style2 .top h4,
.price-table.style1 .price-style2 .top h5,
.price-table.style1 .price-style2 .top h3 {
  color: #e91e63;
}
.price-table.style1 .price-style2 .top .cl-subheader {
  color: #eeeeee;
}
.price-table.style1 .price-style2 .bottom {
  background: #eeeeee;
  color: #ffffff;
}
.price-table.style1 .price-style2 .btn-table {
  color: #ffffff !important;
  background: #e91e63;
}
.price-table.style1 .price-3 {
  background: #f9f9f9;
}
.price-table.style1 .price-3 .top {
  color: #9c27b0;
}
.price-table.style1 .price-3 .top h4,
.price-table.style1 .price-3 .top h5,
.price-table.style1 .price-3 .top h3 {
  color: #9c27b0;
}
.price-table.style1 .price-3 .top .cl-subheader {
  color: #ffffff;
}
.price-table.style1 .price-3 .bottom {
  background: #eeeeee;
  color: #ffffff;
}
.price-table.style1 .price-3 .btn-table {
  color: #ffffff !important;
  background: #9c27b0;
}
.cl-pricetable-wrap,
.price-table {
  position: relative;
}
.cl-pricetable-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}
.price-table.style1 .pricing-title {
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 18px;
  text-transform: uppercase;
}
.price-table.style1 .cl-pricetable-wrap {
  position: relative;
  overflow: hidden;
}
.price-table.style1 .cl-pricetable-wrap .top {
  text-align: center;
  padding: 0 8px;
}
.price-table.style1 .cl-pricetable-wrap .top .cl-header h4 {
  font-size: 23px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 30px 0 0;
  text-transform: uppercase;
}
.price-table.style1 .cl-pricetable-wrap .top h3 {
  margin: 4px 0 0px;
  display: inline-block;
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
}
.price-table.style1 .cl-pricetable-wrap .top h3 .dolar {
  bottom: 24px;
  font-size: 22px;
  font-weight: 800;
  padding-right: 3px;
  position: relative;
}
.price-table.style1 .cl-pricetable-wrap .top h6 {
  margin-top: 10px;
  padding-top: 0px;
  font-weight: normal;
}
.price-table.style1 .cl-pricetable-wrap .top h5 {
  font-size: 18px;
  font-weight: 600;
  text-transform: lowercase;
  display: inline-block;
}
.price-table.style1 .cl-pricetable-wrap .top .cl-subheader .short-desc {
  font-size: 18px;
  padding-bottom: 38px;
  text-transform: initial;
  font-weight: 400;
}
.price-table.style1 .cl-pricetable-wrap .top .popular {
  background: #d32f2f;
  color: #ffffff;
  font-size: 11px;
  left: -43px;
  padding: 18px 34px 6px;
  position: absolute;
  text-transform: lowercase;
  top: -6px;
  transform: rotate(-50deg);
}
.price-table.style1 .cl-pricetable-wrap .top:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
}
.price-table.style1 .cl-pricetable-wrap .bottom ul {
  text-align: center;
}
.price-table.style1 .cl-pricetable-wrap .bottom ul li {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 16px 12px;
}
.price-table.style1 .cl-pricetable-wrap .bottom ul li .highlight {
  color: #000;
}
.price-table.style1 .cl-pricetable-wrap .bottom ul li .feature_icon {
  margin-left: 10px;
  margin-right: 10px;
}
.price-table.style1 .cl-pricetable-wrap .bottom ul li .tooltip {
  position: relative !important;
  display: inline-block;
  opacity: 1 !important;
  z-index: auto !important;
}
.price-table.style1 .cl-pricetable-wrap .bottom ul li .tooltip:after {
  font-family: 'FontAwesome';
  font-size: 13px;
  content: "\f059";
  position: absolute;
  top: -20px;
}
.price-table.style1 .cl-pricetable-wrap .bottom ul li .tooltip .tooltiptext {
  background-color: #555555;
  border-radius: 6px;
  color: #ffffff;
  font-size: 11px;
  left: -102px;
  line-height: 18px;
  overflow: visible;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: 0;
  visibility: hidden;
  width: 114px;
  z-index: 1;
}
.price-table.style1 .cl-pricetable-wrap .bottom ul li .tooltip:hover .tooltiptext {
  visibility: visible;
}
.price-table.style1 .cl-pricetable-wrap .bottom .btn-table {
  margin: 12px auto 0;
  width: 100%;
  max-width: 140px;
  height: 50px;
  line-height: 50px;
  display: block;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  position: relative;
}
.price-table.style1 .cl-pricetable-wrap .bottom p {
  margin-bottom: 0px;
}
.price-table.style1 .price-1 {
  background: #f9f9f9;
}
.price-table.style1 .price-1 .top {
  color: #f44336;
}
.price-table.style1 .price-1 .top h4,
.price-table.style1 .price-1 .top h5,
.price-table.style1 .price-1 .top h3 {
  color: #f44336;
}
.price-table.style1 .price-1 .top .cl-subheader {
  color: #ffffff;
}
.price-table.style1 .price-1 .bottom {
  background: #eeeeee;
  color: #ffffff;
}
.price-table.style1 .price-1 .btn-table {
  color: #ffffff !important;
  background: #f44336;
}
.price-table.style1 .price-style2 {
  background: #f9f9f9;
}
.price-table.style1 .price-style2 .top {
  color: #e91e63;
}
.price-table.style1 .price-style2 .top h4,
.price-table.style1 .price-style2 .top h5,
.price-table.style1 .price-style2 .top h3 {
  color: #e91e63;
}
.price-table.style1 .price-style2 .top .cl-subheader {
  color: #eeeeee;
}
.price-table.style1 .price-style2 .bottom {
  background: #eeeeee;
  color: #ffffff;
}
.price-table.style1 .price-style2 .btn-table {
  color: #ffffff !important;
  background: #e91e63;
}
.price-table.style1 .price-3 {
  background: #f9f9f9;
}
.price-table.style1 .price-3 .top {
  color: #9c27b0;
}
.price-table.style1 .price-3 .top h4,
.price-table.style1 .price-3 .top h5,
.price-table.style1 .price-3 .top h3 {
  color: #9c27b0;
}
.price-table.style1 .price-3 .top .cl-subheader {
  color: #ffffff;
}
.price-table.style1 .price-3 .bottom {
  background: #eeeeee;
  color: #ffffff;
}
.price-table.style1 .price-3 .btn-table {
  color: #ffffff !important;
  background: #9c27b0;
}
.rs-pricing .row {
  margin: 0px;
}
.rs-pricing .row [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.rs-pricing .row [class*="col-"] + [class*="col-"] {
  margin-left: -1px;
}
.rs-pricing .pricing-plan {
  background: #fff;
  border: 1px solid #e1e1e1;
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
  position: relative;
  z-index: 10;
}
.rs-pricing .pricing-plan:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 3px solid #5c3bd3;
  opacity: 0;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}
.rs-pricing .pricing-plan .pricing-head {
  position: relative;
  padding: 35px;
  z-index: 10;
}
.rs-pricing .pricing-plan .pricing-head .name {
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 20px;
  color: #212121;
  transition: all 0.3s ease 0s;
}
.rs-pricing .pricing-plan .pricing-head .value {
  display: inline-block;
  color: #212121;
  font-size: 52px;
  font-weight: 300;
  transition: all 0.3s ease 0s;
}
.rs-pricing .pricing-plan .pricing-head .value sup {
  color: #666666;
  font-size: 22px;
  top: -22px;
  transition: all 0.3s ease 0s;
}
.rs-pricing .pricing-plan .pricing-head .duration {
  font-size: 15px;
  transition: all 0.3s ease 0s;
}
.rs-pricing .pricing-plan .pricing-body ul {
  list-style-type: none;
  padding-left: 0;
  font-size: 15px;
}
.rs-pricing .pricing-plan .pricing-body ul li {
  padding: 15px;
}
.rs-pricing .pricing-plan .pricing-body ul li:nth-child(odd) {
  background-color: #f5f5f5;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.rs-pricing .pricing-plan .pricing-footer {
  position: relative;
  z-index: 100;
  padding: 25px 40px 40px;
}
.rs-pricing .pricing-plan .pricing-footer .p-button {
  display: inline-block;
  min-width: 140px;
  height: 50px;
  line-height: 50px;
  background-color: #0c1f28;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease 0s;
}
.rs-pricing .pricing-plan:hover .name,
.rs-pricing .pricing-plan.featured .name,
.rs-pricing .pricing-plan:hover .duration,
.rs-pricing .pricing-plan.featured .duration {
  color: #5c3bd3;
}
.rs-pricing .pricing-plan:hover .value,
.rs-pricing .pricing-plan.featured .value {
  color: #5c3bd3;
}
.rs-pricing .pricing-plan:hover .value sup,
.rs-pricing .pricing-plan.featured .value sup {
  color: #5c3bd3;
}
.rs-pricing .pricing-plan:hover:before,
.rs-pricing .pricing-plan.featured:before {
  opacity: 1;
}
.rs-pricing .pricing-plan:hover .p-button,
.rs-pricing .pricing-plan.featured .p-button {
  background-color: #5c3bd3;
}
#price-table .show-hide .hide2 {
  display: none;
  border: none;
  padding-bottom: 30px;
}
#price-table .top .cl-header h4 {
  font-size: 20px;
  font-weight: 400 !important;
}
#price-table .clpricing-table .price-table.style2 .cl-pricetable-wrap .top .btn-table {
  padding: 8px 0;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 15px;
  text-shadow: none;
}
#price-table .clpricing-table .price-table.style2 .cl-pricetable-wrap .top .cl-header h4 {
  padding: 30px;
  margin: -20px -20px 80px;
}
#price-table .clpricing-table .price-table.style2 .cl-pricetable-wrap .bottom ul li {
  border-left: 0;
  text-align: left;
  padding: 12px 20px 12px 20px;
}
#price-table .clpricing-table .price-table.style2 .cl-pricetable-wrap .bottom ul li.show {
  background: rgba(244, 244, 244, 0.4);
  transition: 0.9s background ease;
  text-shadow: none;
}
#price-table .clpricing-table .price-table.style2 .cl-pricetable-wrap .bottom ul li.show:hover,
#price-table .clpricing-table .price-table.style2 .cl-pricetable-wrap .bottom ul li.show.open {
  background: #5c3bd3 !important;
  background: -moz-linear-gradient(30deg, #5c3bd3, #4319dd) !important;
  background: -webkit-linear-gradient(30deg, #5c3bd3, #4319dd) !important;
  background: -ms-linear-gradient(30deg, #5c3bd3, #4319dd) !important;
  background: linear-gradient(30deg, #5c3bd3, #4319dd) !important;
  color: #fff;
}
#price-table .clpricing-table .price-table.style2 .cl-pricetable-wrap .top .cl-header h4 .dolar {
  margin: 20px auto -80px;
}
#price-table .clpricing-table .price-table.style2 .cl-pricetable-wrap .bottom ul li.show:before {
  border: 0;
  font-family: FontAwesome;
  content: "\f105";
  margin-top: 0 !important;
  font-size: 20px;
  transition: 0.3s ease;
}
#price-table .cl-pricetable-wrap {
  padding-bottom: 20px !important;
}
#price-table .hvr-sweep-to-right::before {
  background: #5c3bd3;
}
#price-table .middle-table .hvr-sweep-to-right::before {
  background: #4319dd;
}
.clpricing-table .price-table.style2 .cl-pricetable-wrap .bottom ul li.show::before {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-left: 9px solid #5c3bd3;
}
.middle-table .clpricing-table .price-table.style2 .cl-pricetable-wrap .bottom ul li.show::before {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-left: 9px solid #4319dd;
}
.first-table .bottom ul li {
  border-left: 5px solid #5c3bd3;
  position: relative;
  cursor: pointer;
}
.middle-table .bottom ul li {
  border-left: 5px solid #4319dd;
  position: relative;
  cursor: pointer;
}
.clpricing-table .price-table.style1 .cl-pricetable-wrap .top,
.clpricing-table .price-table.style1 .cl-pricetable-wrap .bottom {
  position: relative;
}
.banner-price .cl-pricetable-wrap {
  background: #fff;
  border-radius: 10px;
}
.banner-price .cl-pricetable-wrap.featured {
  background: #5c3bd3 !important;
  background: -moz-linear-gradient(45deg, #7154d9, #552de7) !important;
  background: -webkit-linear-gradient(45deg, #7154d9, #552de7) !important;
  background: -ms-linear-gradient(45deg, #7154d9, #552de7) !important;
  background: linear-gradient(45deg, #7154d9, #552de7) !important;
}
.banner-price .cl-pricetable-wrap .cl-subheader {
  margin-top: 20px;
}
.banner-price .cl-pricetable-wrap .cl-subheader h5 {
  font-weight: 400 !important;
}
.banner-price .cl-pricetable-wrap .bottom .btn-table {
  background: #5c3bd3 !important;
  background: -moz-linear-gradient(-60deg, #5c3bd3, #4319dd) !important;
  background: -webkit-linear-gradient(-60deg, #5c3bd3, #4319dd) !important;
  background: -ms-linear-gradient(-60deg, #5c3bd3, #4319dd) !important;
  background: linear-gradient(-60deg, #5c3bd3, #4319dd) !important;
  transition: 0.9s ease all;
}
.banner-price .cl-pricetable-wrap .bottom p {
  margin: 0 0 10px !important;
}
.banner-price .cl-pricetable-wrap .bottom .btn-table {
  margin-top: 40px !important;
  cursor: pointer;
  border-radius: 30px !important;
  min-width: 193px;
}
.banner-price .cl-pricetable-wrap .bottom .btn-table:hover {
  background: #5c3bd3 !important;
  background: -moz-linear-gradient(30deg, #5c3bd3, #4319dd) !important;
  background: -webkit-linear-gradient(30deg, #5c3bd3, #4319dd) !important;
  background: -ms-linear-gradient(30deg, #5c3bd3, #4319dd) !important;
  background: linear-gradient(30deg, #5c3bd3, #4319dd) !important;
  color: #fff !important;
}
.banner-price .clpricing-table .price-table.style1 .cl-pricetable-wrap .top .cl-header h4 {
  padding-top: 40px;
  padding-bottom: 17px;
}
.clpricing-table .price-table.style2 .price-style2 {
  border-color: rgba(0, 0, 0, 0.05) !important;
  border-radius: 10px;
}
.clpricing-table .price-table.style2 .cl-pricetable-wrap .top .cl-header h4 {
  background: #5c3bd3 !important;
  background: -moz-linear-gradient(30deg, #5c3bd3, #4319dd) !important;
  background: -webkit-linear-gradient(30deg, #5c3bd3, #4319dd) !important;
  background: -ms-linear-gradient(30deg, #5c3bd3, #4319dd) !important;
  background: linear-gradient(30deg, #5c3bd3, #4319dd) !important;
}
.clpricing-table .price-table.style2 .price-style2 .top .cl-header .dolar {
  color: #5c3bd3 !important;
}
.clpricing-table .price-table.style2 .cl-pricetable-wrap .top .btn-table {
  border-radius: 30px;
}
.clpricing-table .price-table.style2 .cl-pricetable-wrap .top .btn-table:before {
  border-radius: 15px;
}
.clpricing-table .price-table.style2 .cl-pricetable-wrap .top .btn-table {
  background: #5c3bd3 !important;
  background: -moz-linear-gradient(30deg, #5c3bd3, #4319dd) !important;
  background: -webkit-linear-gradient(30deg, #5c3bd3, #4319dd) !important;
  background: -ms-linear-gradient(30deg, #5c3bd3, #4319dd) !important;
  background: linear-gradient(30deg, #5c3bd3, #4319dd) !important;
  border: 0 !important;
  color: #fff !important;
  transition: 0.9s all ease;
  cursor: pointer;
}
.clpricing-table .price-table.style2 .cl-pricetable-wrap .top .btn-table:before {
  display: none;
}
.clpricing-table .price-table.style2 .cl-pricetable-wrap .top .btn-table:hover {
  background: #4319dd !important;
  background: -moz-linear-gradient(-30deg, #5c3bd3, #4319dd) !important;
  background: -webkit-linear-gradient(-30deg, #5c3bd3, #4319dd) !important;
  background: -ms-linear-gradient(-30deg, #5c3bd3, #4319dd) !important;
  background: linear-gradient(-30deg, #5c3bd3, #4319dd) !important;
}
#price-table .clpricing-table .price-table.style2 .cl-pricetable-wrap.featured {
  margin-top: -20px;
}
#price-table .clpricing-table .price-table.style2 .cl-pricetable-wrap.featured .top .cl-header h4 {
  padding-top: 60px;
}
/* -----------------------
    11. Team Member
--------------------------*/
.rs-team .team-item {
  position: relative;
  overflow: hidden;
}
.rs-team .team-item .team-img img {
  width: 100%;
}
.rs-team .team-item .team-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 10%;
  left: 0;
  text-align: center;
  z-index: 10;
  padding: 30px;
  opacity: 0;
  -webkit-transition: 0.3s all ease-out;
  background: #5c3bd3;
  background: -moz-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: -webkit-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: -ms-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: linear-gradient(60deg, #5c3bd3, #4319dd);
  transition: 0.3s all ease-out;
}
.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 .team-name {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
}
.rs-team .team-item .team-name a {
  color: #fff;
}
.rs-team .team-item .team-title {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
}
.rs-team .team-item .team-desc {
  color: #fff;
  margin-bottom: 0;
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid;
  line-height: 22px;
}
.rs-team .team-item .team-social {
  position: absolute;
  bottom: 50px;
  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: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #5c3bd3;
  margin-right: 6px;
  border-radius: 50%;
}
.rs-team .team-item .team-social .social-icon i {
  font-size: 14px;
  color: #fff !important;
}
.rs-team .team-item .team-social .social-icon:hover {
  background: #4319dd;
}
.rs-team .team-item:hover .team-content {
  opacity: .9;
  top: 0;
}
.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-gird .team-item .team-img {
  border: 1px solid #ccc;
}
.rs-team .owl-nav {
  display: none !important;
}
.rs-team .team-carousel .team-img {
  position: relative;
}
.rs-team .team-carousel .team-img .img-title-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #5c3bd3;
  background: -moz-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: -webkit-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: -ms-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: linear-gradient(60deg, #5c3bd3, #4319dd);
  padding: 14px 20px;
  width: 100%;
  text-align: center;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rs-team .team-carousel .team-item .team-name {
  line-height: normal !important;
  margin-bottom: 2px;
  font-size: 17px;
}
.rs-team .team-carousel .team-item:hover .img-title-wrap {
  opacity: 0;
  transform: translateY(10px);
}
.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 {
  border-bottom: 1px solid #ccc;
  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-title:after {
  /*
                    background:#ccc;
                    content: "";
                    position: absolute;
                    height: 1px;
                    width: 280px;
                    top: -7px;
                    left: 0;
                    */
}
.rs-team .team-style4 .team-content .team-desc {
  line-height: 30px;
  margin: 10px 0 10px;
}
.team-slider-style2 img {
  width: 100%;
}
.team-slider-style2 .team-item-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 35px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
}
.team-slider-style2 .team-item-wrap a {
  text-decoration: none;
}
.team-slider-style2 .team-item-wrap .team-img {
  position: relative;
}
.team-slider-style2 .team-item-wrap .team-img img {
  width: 100%;
}
.team-slider-style2 .team-item-wrap .team-img .normal-text {
  text-align: center;
  padding: 6px 0 15px;
}
.team-slider-style2 .team-item-wrap .team-img .normal-text .team-name {
  background: #fff;
}
.team-slider-style2 .team-item-wrap .team-img .normal-text .team-name a {
  color: #212121;
  position: relative;
  margin-bottom: 6px;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 500;
  z-index: 111;
}
.team-slider-style2 .team-item-wrap .team-img .normal-text .team-name a:hover {
  color: #5c3bd3;
}
.team-slider-style2 .team-item-wrap .team-img .normal-text .team-name {
  margin: 10px 0 0;
}
.team-slider-style2 .team-item-wrap .team-img .normal-text .team-title {
  background: #fff;
  color: #212121;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
  padding: 0;
  display: block;
}
.team-slider-style2 .team-item-wrap .team-content {
  position: absolute;
  width: 100%;
  height: 78%;
  color: #fff;
  top: 10%;
  left: 0;
  text-align: center;
  z-index: 11;
  padding: 30px;
  opacity: 0;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.team-slider-style2 .team-item-wrap .team-content:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #5c3bd3;
  background: -moz-linear-gradient(-60deg, #5c3bd3, #4319dd);
  background: -webkit-linear-gradient(-60deg, #5c3bd3, #4319dd);
  background: -ms-linear-gradient(-60deg, #5c3bd3, #4319dd);
  background: linear-gradient(-60deg, #5c3bd3, #4319dd);
  opacity: 0.8;
  z-index: -1;
  -webkit-transition: .25s opacity ease;
  transition: .25s opacity ease;
}
.team-slider-style2 .team-item-wrap .team-content .overly-border:before,
.team-slider-style2 .team-item-wrap .team-content .overly-border:after {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity .35s,transform .35s;
  z-index: 1;
}
.team-slider-style2 .team-item-wrap .team-content .overly-border:before {
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.team-slider-style2 .team-item-wrap .team-content .overly-border:after {
  border-right: 5px solid #fff;
  border-left: 5px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.team-slider-style2 .team-item-wrap .team-content .display-table {
  display: table;
  height: 100%;
  width: 100%;
}
.team-slider-style2 .team-item-wrap .team-content .display-table .display-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.team-slider-style2 .team-item-wrap .team-content .display-table .display-table-cell .team-name {
  position: relative;
  z-index: 999;
  margin-bottom: 5px;
}
.team-slider-style2 .team-item-wrap .team-content .display-table .display-table-cell .team-name a {
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
}
.team-slider-style2 .team-item-wrap .team-content .display-table .display-table-cell .team-name a:hover {
  color: #5c3bd3;
}
.team-slider-style2 .team-item-wrap .team-content .display-table .display-table-cell .team-title {
  font-size: 14px;
  padding-bottom: 7px;
  border: none;
  display: inline-block;
  color: #fff;
  position: relative;
  z-index: 111;
}
.team-slider-style2 .team-item-wrap .team-content .display-table .display-table-cell .team-title:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}
.team-slider-style2 .team-item-wrap .team-content .display-table .display-table-cell .team-social {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 111;
  opacity: 0;
  margin-top: 25px;
  -webkit-transition: .4s all ease;
  transition: .4s all ease;
}
.team-slider-style2 .team-item-wrap .team-content .display-table .display-table-cell .team-social a {
  color: #fff;
}
.team-slider-style2 .team-item-wrap .team-content .display-table .display-table-cell .team-social .social-icon {
  display: inline-block;
  background: #5c3bd3;
  background: -moz-linear-gradient(-60deg, #5c3bd3, #4319dd);
  background: -webkit-linear-gradient(-60deg, #5c3bd3, #4319dd);
  background: -ms-linear-gradient(-60deg, #5c3bd3, #4319dd);
  background: linear-gradient(-60deg, #5c3bd3, #4319dd);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 6px;
  border-radius: 50%;
  transition: 0.5s ease all;
}
.team-slider-style2 .team-item-wrap .team-content .display-table .display-table-cell .team-social .social-icon i {
  font-size: 14px;
  color: #fff;
  transition: 0.3s ease all;
}
.team-slider-style2 .team-item-wrap .team-content .display-table .display-table-cell .team-social .social-icon:hover {
  background: #4319dd;
  background: -moz-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: -webkit-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: -ms-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: linear-gradient(60deg, #5c3bd3, #4319dd);
}
.team-slider-style2 .team-item-wrap .team-content .display-table .display-table-cell .team-social .social-icon:hover i {
  color: #fff;
}
.team-slider-style2 .team-item-wrap .team-content .display-table .display-table-cell p {
  margin: 15px 0 25px;
}
.team-slider-style2 .team-item-wrap:hover .team-content {
  opacity: 1;
  top: 0;
}
.team-slider-style2 .team-item-wrap:hover .display-table .display-table-cell .team-social {
  opacity: 1;
}
.team-slider-style2 .team-item-wrap:hover .team-img .normal-text {
  opacity: 1;
  visibility: visible;
}
.team-slider-style2 .team-item-wrap:hover .overly-border:before,
.team-slider-style2 .team-item-wrap:hover .overly-border:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.video-page-price .first-table .bottom ul li,
.video-page-price .middle-table .bottom ul li {
  border: none;
  cursor: auto;
}
.video-page-price .first-table .bottom .btn-table,
.video-page-price .middle-table .bottom .btn-table {
  background: #4319dd;
  background: -moz-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: -webkit-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: -ms-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: linear-gradient(60deg, #5c3bd3, #4319dd);
  max-width: 100% !important;
  cursor: pointer;
}
.video-page-price .top .cl-subheader {
  margin-top: 20px;
}
.video-page-price .bottom a {
  margin-bottom: 20px !important;
}
.video-title .sec-title-all .title-sec-left {
  padding-bottom: 10px;
}
.video-page-price .first-table .bottom ul li:nth-child(odd) {
  background: #f1f1f1;
}
.video-page-price .featured .bottom ul li:nth-child(odd) {
  background: #5c3bd3;
  background: -moz-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: -webkit-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: -ms-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: linear-gradient(60deg, #5c3bd3, #4319dd);
  color: #fff;
}
.video-page-price .featured .cl-header h4 {
  color: #5c3bd3;
}
.video-page-price .cl-pricetable-wrap .bottom .btn-table {
  width: 70% !important;
  transition: 0.5s ease all;
}
.video-page-price .cl-pricetable-wrap .bottom .btn-table:hover {
  background: #4319dd;
  background: -moz-linear-gradient(-60deg, #5c3bd3, #4319dd);
  background: -webkit-linear-gradient(-60deg, #5c3bd3, #4319dd);
  background: -ms-linear-gradient(-60deg, #5c3bd3, #4319dd);
  background: linear-gradient(-60deg, #5c3bd3, #4319dd);
}
.video-page-price .cl-pricetable-wrap .top h3 {
  font-size: 52px !important;
}
.video-page-price .cl-pricetable-wrap .top h5 {
  font-weight: 400 !important;
}
.single-teams .ps-informations {
  padding-left: 50px;
}
.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 #5c3bd3;
  font-size: 15px;
}
.owl-navigation-yes {
  padding-top: 0;
}
.owl-navigation-yes .owl-nav {
  position: absolute;
  right: 0;
  top: -45px;
}
.owl-navigation-yes .owl-nav [class*="owl-"] {
  font-size: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #131313;
  border: 1px solid #d7d7d7;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease 0s;
}
.owl-navigation-yes .owl-nav [class*="owl-"]:before {
  font-family: FontAwesome;
  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: "\f104";
}
.owl-navigation-yes .owl-nav [class*="owl-"].owl-next:before {
  content: "\f105";
  margin-left: 2px;
}
.owl-navigation-yes .owl-nav [class*="owl-"]:hover {
  color: #5c3bd3;
  border-color: #5c3bd3;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: block !important;
}
/* -----------------------
    12. Newsletter
--------------------------*/
.rs-newsletter {
  text-align: center;
  background-attachment: fixed;
  transition: all 0.3s ease 0s;
  background-size: cover;
  background-position: center center;
  line-height: 0;
  position: relative;
}
.rs-newsletter .overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
}
.rs-newsletter h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 22px;
  color: #ffffff;
}
.rs-newsletter p {
  font-size: 18px;
  margin-bottom: 30px;
  color: #fff;
}
.rs-newsletter .news-form {
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.rs-newsletter .news-form .form-input {
  width: 100%;
  height: 50px;
  padding: 5px 20px;
  background: transparent;
  outline: none;
  color: #fff;
  border: 1px solid #5c3bd3;
}
.rs-newsletter .news-form .form-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.rs-newsletter .news-form .form-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.rs-newsletter .news-form .form-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.rs-newsletter .news-form .form-input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.rs-newsletter .news-form .form-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  min-width: 200px;
  background-color: #5c3bd3;
  border: 0;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.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: 55px;
  max-width: 200px;
  background: #5c3bd3;
  background: -moz-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: -webkit-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: -ms-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: linear-gradient(60deg, #5c3bd3, #4319dd);
  transition: 0.5s ease all;
  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: 55px;
  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;
}
.mc4wp-form input[type="submit"]:hover,
.wpcf7-form .wpcf7-submit:hover {
  background: #4319dd;
  background: -moz-linear-gradient(-60deg, #4319dd, #5c3bd3);
  background: -webkit-linear-gradient(-60deg, #4319dd, #5c3bd3);
  background: -ms-linear-gradient(-60deg, #4319dd, #5c3bd3);
  background: linear-gradient(-60deg, #4319dd, #5c3bd3);
}
/* -----------------------
    13. Testimonial
--------------------------*/
.rs-testimonial.nav-tabs {
  border: 0;
}
.rs-testimonial .slick-current {
  position: relative;
}
.rs-testimonial .slick-current .testi-img:before {
  background: none;
}
.rs-testimonial .slick-current .tab-text {
  display: block;
  margin-left: -108%;
  margin-right: -108%;
}
.rs-testimonial .slick-slider * {
  outline: none !important;
}
.rs-testimonial .testi-img {
  position: relative;
}
.rs-testimonial .testi-img:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: 0.4s all ease-out;
  transition: 0.4s all ease-out;
}
.rs-testimonial .testi-img img {
  width: 100%;
}
.rs-testimonial li {
  margin-bottom: 0;
}
.rs-testimonial li a {
  padding: 0;
  border: 0 !important;
  background: transparent !important;
  text-align: center;
}
.rs-testimonial li.active .testi-img:before,
.rs-testimonial li:hover .testi-img:before {
  width: 80%;
  height: 80%;
  opacity: 0;
}
.rs-testimonial .testi-name {
  margin-bottom: 3px;
  font-size: 16px;
  line-height: normal;
  margin-top: 20px;
}
.rs-testimonial .testi-title {
  font-size: 13px;
  line-height: normal;
  color: #666666;
}
.rs-testimonial .testi-content {
  position: relative;
  margin-top: 35px;
  padding: 30px 45px;
  text-align: justify;
  background-color: #5c3bd3;
  color: #fff;
}
.rs-testimonial .testi-content:before {
  content: '';
  position: absolute;
  top: -18px;
  height: 38px;
  width: 38px;
  background: transparent;
  border: 1px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
}
.rs-testimonial .testi-content p {
  margin-bottom: 0;
  position: relative;
  padding: 0 55px;
}
.rs-testimonial .testi-content p:before,
.rs-testimonial .testi-content p:after {
  position: absolute;
  font-family: FontAwesome;
  font-size: 26px;
  color: #fff;
  opacity: 0.3;
}
.rs-testimonial .testi-content p:before {
  content: "\f10d";
  left: 0;
}
.rs-testimonial .testi-content p:after {
  content: "\f10e";
  right: 0;
}
.rs-testimonial .tab-pane:nth-child(1) .testi-content:before {
  margin-left: -30px;
  left: 17%;
}
.rs-testimonial .tab-pane:nth-child(2) .testi-content:before {
  margin-left: -19px;
  left: 50%;
}
.rs-testimonial .tab-pane:nth-child(3) .testi-content:before {
  margin-right: -30px;
  right: 17%;
}
.rs-testimonial .testi-carousel {
  padding-top: 50px;
}
.rs-testimonial .testi-carousel .slick-slide {
  outline: none;
}
.rs-testimonial .testi-carousel .slick-arrow {
  position: absolute;
  top: -40px;
  right: 18px;
  font-size: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #131313;
  background: transparent;
  border: 1px solid #d7d7d7;
  display: inline-block;
  transition: all .3s ease 0s;
  outline: none;
}
.rs-testimonial .testi-carousel .slick-arrow:before {
  font-family: FontAwesome;
  position: absolute;
  font-size: 26px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.rs-testimonial .testi-carousel .slick-arrow.slick-prev {
  right: 62px;
}
.rs-testimonial .testi-carousel .slick-arrow.slick-prev:before {
  content: "\f104";
}
.rs-testimonial .testi-carousel .slick-arrow.slick-next:before {
  content: "\f105";
  margin-left: 2px;
}
.rs-testimonial .testi-carousel .slick-arrow:hover {
  color: #5c3bd3;
  border-color: #5c3bd3;
}
.testimonial-slide2 .slick-list {
  padding-top: 10px !important;
}
.testimonial-slide2 .testimonial-content {
  padding: 0 !important;
}
#ratings #cl-testimonial ul.slick-dots li button {
  border-color: #5c3bd3 !important;
}
#ratings #cl-testimonial ul.slick-dots li.slick-active button {
  background: #5c3bd3 !important;
}
#cl-testimonial i {
  color: #5c3bd3 !important;
}
body .slider4 .testimonial-content p {
  border-radius: 25px;
  border-bottom: 4px solid #5c3bd3;
  box-shadow: 0 7px rgba(0, 0, 0, 0.1), 0 5px #5c3bd3;
  padding-bottom: 20px;
}
body #cl-testimonial ul.slick-dots li button,
body #cl-testimonial ul.slick-dots li button {
  border: 1px solid #5c3bd3 !important;
}
body #cl-testimonial .slick-active button {
  background: #5c3bd3 !important;
}
.gallery-slider .partner-item.slick-active.slick-center {
  box-shadow: 0 0 10px #666;
}
.cl-testimonial2 ul.cl-author-info {
  text-align: right;
  margin-right: 8px !important;
}
#grid-testimonial2 .container {
  padding: 0;
}
#grid-testimonial2 .container .testi-item {
  margin-bottom: 30px;
  position: relative;
}
#grid-testimonial2 .container .testi-item .testi-name {
  margin: 34px 0 0;
  text-transform: uppercase;
  color: #444;
  position: relative;
}
#grid-testimonial2 .container .testi-item .testi-title {
  color: #444;
  font-weight: 400;
  font-size: 16px;
  display: block;
  margin: 0 0 8px;
  position: relative;
}
#grid-testimonial2 .testi-content1 {
  font-style: italic;
  position: relative;
  padding: 0 10px;
  z-index: 99999;
}
#grid-testimonial2 .testi-content1:before {
  content: "\f10d";
  position: absolute;
  font-family: FontAwesome;
  font-size: 20px;
  color: #333;
  opacity: 1;
  left: -20px;
  top: 0px;
}
#grid-testimonial2 .testi-img {
  position: absolute;
}
#grid-testimonial2 .testi-img img {
  width: 60px;
  border-radius: 100%;
  height: 60px;
}
#grid-testimonial2 .name-title {
  padding-left: 80px;
}
#grid-testimonial2 .content-inner {
  padding: 0 25px 0 0;
}
#grid-testimonial2 .testi-item .testi-img::before {
  opacity: 0;
}
#testi-monial {
  position: relative !important;
}
#testi-monial:after {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#testi-monial h3 {
  text-align: center;
}
.slider-testi h3 {
  margin: 0 !important;
}
.testimonial-home-video .testimonial-content {
  background: transparent !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.testimonial-home-video .testimonial-content p {
  border: none !important;
  margin: 0 !important;
}
.testimonial-home-video .testimonial-content p:after {
  display: none;
}
.testimonial-home-video .testimonial-content ul li {
  margin-top: 0 !important;
}
.testimonial-home-video .slick-arrow {
  background: #4319dd;
}
.cl-testimonial2 .cl-author-info {
  margin-top: 25px !important;
}
.cl-testimonial2 .cl-author-info li {
  margin: 0 !important;
}
.cl-testimonial2 .cl-author-info li:first-child {
  font-size: 18px;
}
.cl-testimonial2#cl-testimonial .slick-next,
.cl-testimonial2#cl-testimonial .slick-prev {
  height: 42px;
  font-size: 0;
  width: 42px;
  border-radius: 50%;
  color: #ffffff;
  line-height: 42px;
  transition: all 0.3s ease 0s;
  background-color: #5c3bd3;
  opacity: 0;
}
.cl-testimonial2#cl-testimonial .slick-next:hover,
.cl-testimonial2#cl-testimonial .slick-prev:hover {
  background-color: #4319dd;
}
.cl-testimonial2#cl-testimonial:hover .slick-next,
.cl-testimonial2#cl-testimonial:hover .slick-prev {
  opacity: 1;
}
.cl-testimonial2 .image-testimonial img {
  width: 100px;
}
#cl-testimonial .slider5 .image:before,
#cl-testimonial .slider5 .image:after {
  background: #5c3bd3 !important;
}
.about-section-paralex {
  position: relative;
}
.about-section-paralex:before {
  background: #fff;
  position: absolute;
  content: "" !important;
  right: 0;
  top: 0;
  width: 51%;
  height: 100%;
  display: block !important;
  z-index: 1;
}
.about-section-paralex .vc_column-inner {
  position: relative;
}
#grid-testimonial3 .container {
  padding: 0;
}
#grid-testimonial3 .container .testi-item {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
#grid-testimonial3 .container .testi-item .testi-name {
  margin: 21px 0 10px;
  text-transform: uppercase;
  color: #fff;
}
#grid-testimonial3 .container .testi-item .testi-title {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  display: block;
  margin: 0 0 8px;
  font-style: italic;
}
#grid-testimonial3 .container .testi-img {
  width: 100px;
  margin: 0 auto;
}
#grid-testimonial3 .container .testi-img img {
  border-radius: 100%;
  width: 100px;
  height: 100px;
  border: 2px solid #fff;
}
#grid-testimonial3 .testi-content2 {
  font-style: italic;
  padding: 0 10px;
  color: #fff;
  text-align: center;
  max-width: 845px;
  margin: 0 auto;
}
#grid-testimonial3 .testi-content2 p {
  font-size: 13px;
  position: relative;
}
#grid-testimonial3 .testi-content2 p:before {
  content: "\f10d";
  position: absolute;
  font-family: FontAwesome;
  font-size: 10px;
  color: #fff;
  opacity: 1;
  left: -5px;
  top: -4px;
}
#grid-testimonial3 .testi-item .testi-img::before {
  opacity: 0;
}
.full-layout-left {
  float: right;
}
/* -----------------------
    15. Rs newsletter
--------------------------*/
.rs-partner .owl-carousel .owl-nav.disabled,
.rs-partner .owl-carousel .owl-dots.disabled {
  display: none !important;
}
.slider5 .image::after {
  bottom: 6px;
}
/* -----------------------
    404
--------------------------*/
.page-error {
  position: relative;
}
.page-error .content-area {
  position: relative;
  z-index: 101;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  padding: 100px 0;
  height: calc(100vh - 105px);
}
.page-error .content-area h1.page-title {
  color: #fff !important;
  font-size: 100px !important;
  margin-bottom: 30px;
  margin-top: 0px;
}
.page-error .content-area h3 {
  color: #fff;
}
.page-error .bs-sidebar {
  max-width: 400px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.page-error a:hover {
  color: #fff;
}
.page-error:after {
  background: #5c3bd3;
  background: -moz-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: -webkit-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: -ms-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: linear-gradient(60deg, #5c3bd3, #4319dd);
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100 !important;
}
.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;
}
.no-results .bs-search button:hover {
  opacity: 0.8;
}
/* -----------------------
    16. Footer
--------------------------*/
.footer-bottom {
  background: #f0f0f0;
  padding: 20px 0;
}
.footer-bottom .copyright {
  text-align: center;
}
.footer-bottom .copyright p {
  margin: 0;
  color: #212121;
}
/* -----------------------
    17. Scroll Up
--------------------------*/
#scrollUp {
  text-align: center;
  bottom: 40px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 40px;
  z-index: 999;
}
#scrollUp i {
  height: 40px;
  font-size: 24px;
  width: 42px;
  border-radius: 50%;
  color: #ffffff;
  line-height: 36px;
  transition: all 0.3s ease 0s;
  background-color: #5c3bd3;
  margin-left: 2px;
}
#scrollUp i:hover {
  color: #ffffff;
  background-color: #4319dd;
}
#scrollUp i:hover:before {
  color: #fff;
}
/* -----------------------
    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;
  font-weight: 700;
  position: relative;
  z-index: 9;
}
.rs-video-area .rs-video-content-wrap .sl-title {
  display: inline-block;
  margin-bottom: 30px;
  font-size: 52px;
  font-weight: 700;
  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: #5c3bd3;
}
.rs-video-area .rs-video-content-wrap a.white-color:hover {
  background: #4628b3;
}
.slider-botton .white-color {
  background: #5c3bd3;
}
.slider-botton .white-color:hover {
  background: #4628b3;
}
.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 {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  padding: 25px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
}
.counter-top-area h2 {
  font-size: 40px;
  font-weight: 700;
  padding: 0;
  margin: 20px 0 10px;
}
.counter-top-area h3 {
  color: #cccccc;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 0;
  margin-left: 5px;
  font-size: 20px;
}
.counter-top-area .rs-count {
  padding: 0 0 25px 0;
}
.counter-top-area .rs-counter-list i {
  display: inline-block;
  font-size: 60px;
  color: #212121;
}
.counter-top-area .rs-counter-list i:hover {
  color: #5c3bd3;
}
.rs-map .wpb_wrapper {
  padding: 0 !important;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title > a {
  padding: 16px 20px !important;
}
.entry-footer {
  padding-top: 20px;
}
.entry-footer span {
  padding-right: 10px;
}
/* ------------------------------------
    20. Breadcrumbs
  ---------------------------------------*/
.rs-breadcrumbs {
  position: relative;
}
.rs-breadcrumbs:after {
  background: #5c3bd3;
  background: -moz-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: -webkit-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: -ms-linear-gradient(60deg, #5c3bd3, #4319dd);
  background: linear-gradient(60deg, #5c3bd3, #4319dd);
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: .75;
}
.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;
  color: #ffffff !important;
  text-transform: uppercase;
  margin-top: 0;
}
.rs-breadcrumbs ul {
  display: inline-block;
  padding: 5px 20px;
  margin: 0px;
}
.rs-breadcrumbs ul li {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
}
.rs-breadcrumbs ul li a {
  padding: 0 8px;
  color: #fff;
}
.rs-breadcrumbs ul li a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.rs-breadcrumbs ul li.trail-begin a {
  position: relative;
  text-transform: capitalize;
  display: inline-block;
  padding-left: 20px !important;
}
.rs-breadcrumbs ul li.trail-begin a:before {
  font-family: FontAwesome;
  content: "\f015";
  position: absolute;
  left: 0;
  top: 0;
}
.rs-breadcrumbs ul li.trail-end {
  padding-left: 8px;
}
.rs-breadcrumbs.porfolio-details {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  position: relative;
}
.rs-breadcrumbs .container {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 111;
  width: 100%;
}
.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-inner {
  background: rgba(0, 0, 0, 0.7);
  padding: 350px 0 0;
}
.rs-breadcrumbs-inner .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;
  font-weight: 500;
  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-share {
  margin-top: 40px;
}
.rs-porfolio-details .ps-share ul {
  margin: 0;
}
.rs-porfolio-details .ps-share .share-title {
  font-size: 20px;
  font-weight: 500;
  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 #5c3bd3;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.rs-porfolio-details .ps-share ul li a:hover {
  background-color: #5c3bd3;
  color: #fff;
}
.rs-porfolio-details .project-desc {
  margin-top: 35px;
  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;
  font-weight: 500;
  margin-bottom: 30px;
}
.rs-porfolio-details .ps-related-project .portfolio-item {
  margin-bottom: 20px;
}
/* ------------------------------------
    25. Home Banner
---------------------------------------*/
.rs-banner-area {
  line-height: 0;
  padding: 150px 0;
  position: relative;
  background-size: cover;
  transition: all 0.3s ease 0s;
  overflow: hidden;
}
.rs-banner-area ul li {
  margin-right: 20px;
  float: left;
  margin-bottom: 14px;
}
.rs-banner-area .sl-subtitle {
  font-size: 45px;
}
.rs-banner-area .sl-title {
  font-size: 50px;
}
.rs-banner-area .sl-desc {
  margin-bottom: 20px;
  line-height: 22px;
  font-size: 22px;
}
.rs-banner-area .display-table-cell {
  position: relative;
  z-index: 10;
}
.rs-banner-area .overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.entry-content [class*="skew-"]:after,
.entry-content #testimonial-home[class*="skew-"]:after {
  display: none !important;
}
.entry-content .skew-style-curve:after,
.entry-content #testimonial-home.skew-style-curve:after {
  display: block !important;
}
.faq-section .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
  left: 15px !important;
}
.error-404 a {
  color: #fff !important;
}
/* ------------------------------------
    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+  */
}
.shape1 {
  position: relative;
}
.shape1:after {
  content: "";
  background: url(../images/shape1.png) no-repeat center bottom;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 230px;
  display: block !important;
}
.shape2 {
  position: relative;
}
.shape2:after {
  content: "";
  background: url(../images/shape4.png) no-repeat center bottom;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 230px;
  display: block !important;
}
.shape3 {
  position: relative;
}
.shape3:after {
  content: "";
  background: url(../images/shape_default.png) no-repeat center bottom;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 230px;
  display: block !important;
}
.shape4 {
  position: relative;
}
.shape4:after {
  content: "";
  background: url(../images/shape3.png) no-repeat center bottom;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 230px;
  display: block !important;
}
.shape5 {
  position: relative;
}
.shape5:after {
  content: "";
  background: url(../images/shape_default.png) no-repeat center bottom;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 230px;
  display: block !important;
}
.saw {
  position: relative;
}
.saw:after {
  content: "";
  background: url(../images/shape5.png) no-repeat center bottom;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px;
  display: block !important;
}
/*unit test css*/
.single .tag-line a {
  display: inline-block;
  margin-right: 0;
  margin-left: 8px;
  margin-bottom: 7px;
  font-size: 13px;
  padding: 4px 12px;
  border: 1px solid #5c3bd3;
  border-radius: 3px;
}
.single .tag-line a:hover {
  background: #5c3bd3;
  color: #fff !important;
}
blockquote {
  border-color: #5c3bd3;
  background: #fff;
}
mark,
ins {
  background: #5c3bd3;
  color: #fff;
  padding: 0 4px;
}
code {
  background: #5c3bd3;
  color: #fff;
}
#rs-header .logo-area a {
  color: #ffffff !important;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 0;
  color: #fff;
  padding: 9px 30px;
  font-size: 15px;
  text-transform: uppercase;
  outline: none;
  transition: all .5s ease;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #4319dd;
}
.post-password-required input[type="password"] {
  margin-left: 5px;
}
.post-password-required input[type="submit"] {
  margin-left: -4px;
  border-radius: 0 3px 3px 0;
  padding: 13px 20px;
}
input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"] {
  border: none;
  outline: none;
}
input[type="text"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #666;
}
input[type="text"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #666;
}
input[type="text"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #666;
}
input[type="text"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="email"]:-moz-placeholder {
  /* Firefox 18- */
  color: #666;
}
.entry-content .page-links {
  padding-top: 30px;
}
.comment-reply-title {
  font-size: 20px;
  margin-top: 14px;
}
.page-links span {
  border: 1px solid #5c3bd3;
  padding: 3px 12px;
  font-size: 18px;
  margin: 0 0 0 5px;
  background: #5c3bd3;
  color: #fff;
}
.page-links a span {
  background: transparent !important;
  color: #5c3bd3;
}
.page-links span:hover {
  background: #5c3bd3 !important;
  color: #fff;
}
.copyright a:hover {
  color: #111;
}
.single-post h2 {
  margin-top: 25px;
}
.single-post .bs-sidebar h2 {
  margin-top: 0;
}
.format-aside .single-content-full .bs-desc {
  margin-top: 0;
}
.error404 .rs-footer {
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .skew-style2,
  .skew-style3 {
    margin: 0;
    background: #5c3bd3;
    background: -moz-linear-gradient(60deg, #5c3bd3, #4319dd);
    background: -webkit-linear-gradient(60deg, #5c3bd3, #4319dd);
    background: -ms-linear-gradient(60deg, #5c3bd3, #4319dd);
    background: linear-gradient(60deg, #5c3bd3, #4319dd);
  }
}
@media only screen and (max-width: 767px) {
  .features-section .vc_active .vc_tta-panel-heading,
  .features-section .vc_tta-panel-heading:hover {
    background: #5c3bd3 !important;
    background: -moz-linear-gradient(60deg, #5c3bd3, #4319dd) !important;
    background: -webkit-linear-gradient(60deg, #5c3bd3, #4319dd) !important;
    background: -ms-linear-gradient(60deg, #5c3bd3, #4319dd) !important;
    background: linear-gradient(60deg, #5c3bd3, #4319dd) !important;
  }
  .features-section .vc_active .vc_tta-panel-heading a,
  .features-section .vc_tta-panel-heading:hover a {
    color: #fff !important;
  }
}